/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
    font-family: "AvenirBook";
    src: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/AvenirLTStd-Book.eot);
    src: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/AvenirLTStd-Book.eot) format("embedded-opentype"),
      url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/AvenirLTStd-Book.woff) format("woff"),
      url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/AvenirLTStd-Book.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "AvenirNextLtPro";
    font-weight: bold;
    src: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/AvenirNextLTPro-Bold.otf) format("opentype"),
      url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/AvenirNextLTPro-Bold.ttf) format("truetype"),
      url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/AvenirNextLTPro-Bold.woff) format("woff");
}

@font-face{
  font-family:"FontAwesome";
  font-display:block;
  src:url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/free-fa-solid-900.eot);
  src:url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/free-fa-solid-900.eot) format("embedded-opentype"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/free-fa-solid-900.woff2) format("woff2"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/free-fa-solid-900.woff) format("woff"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/free-fa-solid-900.ttf) format("truetype");
}
@font-face{
  font-family:"FontAwesome";
  font-display:block;
  src:url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/free-fa-brands-400.eot);
  src:url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/free-fa-brands-400.eot) format("embedded-opentype"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/free-fa-brands-400.woff2) format("woff2"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/free-fa-brands-400.woff) format("woff"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/free-fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: 'ETmodules';
  font-display: swap;
  src: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/modules.eot);
  src: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/fonts/modules.eot) format("embedded-opentype"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/modules.ttf) format("truetype"),
    url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/fonts/modules.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
img {
    max-width: 100%;
    height: auto;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}

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

/* 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{
   list-style-position: inside;
}



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

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

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
.fa, .far, .fas, .fab {
    font-family: "FontAwesome";
  -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, .fas {
    font-weight: 900;
}
.module-icon {
    font-family: 'ETmodules';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
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;
  margin-bottom:20px;
  display: grid;
  justify-content: center;
 
}

.hs-button {
  margin: 0 16px 0 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3em;
  position: relative;
  text-align: center;
  transition: 350ms;
  text-transform: uppercase;
  border-style: solid;
  font-size: 1em;

  text-decoration: none;
  letter-spacing: 2.5px;
      outline: 0;
}

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

  color: #fff;
  letter-spacing: 3px;
  text-decoration: none;
}

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


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

.hs-error-msgs label {
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #4e4e4e;
  background-color: #ffffff;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
      outline: none !important;
}

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

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

::placeholder{
opacity: 0.54;
  color:#4e4e4e;
}
/* 
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field, .hs-search-module .input input, .systems-page .hs-form-field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
 .hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,.hs_cos_wrapper_type_password_reset{
  margin-bottom: 15px;
  display: block;
  padding: 40px 24px;
  
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

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

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


header.header .right-menu .hs-menu-wrapper ul li{
  padding-right: 8px;
  margin-top: 7px;
}

header.header .right-menu .hs-menu-wrapper ul li:last-child{
  padding-right: 11px;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.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-lg {
    font-size     : 1.33333em;
    line-height   : .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width     : 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left    : 2.5em;
    padding-left   : 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left       : -2em;
    position   : absolute;
    text-align : center;
    width      : 2em;
    line-height: inherit
}

.fa-border {
    border       : .08em solid #eee;
    border-radius: .1em;
    padding      : .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation        : fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation        : fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform        : rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform        : rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform        : rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform        : rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform        : rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform        : rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform        : rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform        : scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform        : scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform        : scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter        : none
}

.fa-stack {
    display       : inline-block;
    height        : 2em;
    line-height   : 2em;
    position      : relative;
    vertical-align: middle;
    width         : 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left      : 0;
    position  : absolute;
    text-align: center;
    width     : 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}




/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-pencil:before {
    content: "\f303"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart:before {
    content: "\f080"
}

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart-o:before {
    content: "\f080"
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard,
.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paste:before {
    content: "\f328"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f381"
}

.fa.fa-cloud-upload:before {
    content: "\f382"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f089"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f089"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f089"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
    }
/* ******************************************************************************
*********************************************************************************
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{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:999;
}
.header-top{
  display:block; 
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items:center;
  max-width: 97% !important;
  margin: 0 auto;
  padding: 25px 0 21px;
}
.left-menu{
  margin-left:-11px;
}

.right-menu ul, .left-menu ul{
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.right-menu ul li, .left-menu ul li{
  line-height:1;
  padding-left: 11px;
  padding-right: 11px;
  margin-top: 8px;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.left-menu li:first-child::after{
  content: '|';
  margin-left: 21px;
  color: white;
}
.right-menu ul li::after{
  content: '|';
  margin-left: 20px;
  color: white;
}
.right-menu ul li:last-child{

}
.right-menu ul li:last-child::after{
  display:none;
}
.right-menu ul li a, .left-menu ul li a{
  cursor: pointer;
  text-decoration: none;
  transition: 350ms!important;
  padding:0 0 8px 0;

}
.right-menu ul li:last-child a::before{

  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f002";

}
.left-menu ul li:nth-child(3),
.left-menu ul li:nth-child(4),
.left-menu ul li:nth-child(5),
.left-menu ul li:nth-child(6){
  padding:0;
}
.left-menu ul li:nth-child(3) i,
.left-menu ul li:nth-child(4) i,
.left-menu ul li:nth-child(5) i,
.left-menu ul li:nth-child(6) i{
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px;
  margin-top: -2px;
}
.left-menu i.fa-linkedin::before{
  content: "\f08c";
}
.left-menu i.fa-youtube-square::before{
  content: "\f431";
}
.left-menu i.fa-instagram-square::before{
  content: "\e055";
}
.left-menu i.fa-facebook-square::before{
  content: "\f082";
}
.desktop-logo {
  width: 100%;
  max-width: 225px;
}
.desktop-logo img.hs-image-widget {
  width: 225px !important;
}
.header-bottom{
  max-width: 95%; 
  background-size: initial;
  background-position: center left;
  /*   background-image: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/images/blue-link-header.png); */
  background-color: rgba(0,0,0,0);
  background-repeat:no-repeat;
  position: relative;
  margin: 0 0 0 auto;
  display:flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.header-bottom.landing-bottom{
  min-height: 80px;
  padding:80px 0;
}

.header-bottom.landing-bottom .custom-menu-primary {
  min-height: 80px;
}
.header-bottom::after{
  content:'';
  display:table;
  clear:both;
}
.header-bottom .custom-menu-primary{
  width: calc(100% - 225px);
  padding: 25px 2% 25px 0; 
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  text-align: right;
  background-color: #004b8d;
}
.custom-menu-primary ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.7;
  margin:0 -11px;
  list-style: none;
}
.custom-menu-primary ul li{
  padding: 0px 20px;
  margin-top: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  line-height: 1;
}
.custom-menu-primary ul li a{
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  transition: 350ms;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 0.9;
}
.custom-menu-primary ul ul{
  right: 0;
  left: initial;
  top: calc(100% - 1px);
  padding: 20px 0;
  text-align: left;
  width: 300px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  line-height: 26px;
  list-style: none;
  margin: 0;
}
.custom-menu-primary ul ul li{
  width: 100%;
  padding: 0px 20px;
  position: relative;
  line-height: 2em;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}
.custom-menu-primary ul ul li a{
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding: 6px 20px;
  transition: 350ms;
  display: block;
  line-height: inherit;
}
.custom-menu-primary ul ul ul{
  z-index: 1000;
  top: -23px;
  left: 240px; 
}

.custom-menu-primary ul li:hover > ul,
.custom-menu-primary ul ul li:hover > ul{
  visibility:visible;
  opacity:1;
}




.mob-container{
  display:none; 

}

.child-trigger{
  display:none; 

}

.no-banner header.header {
  background: #182d39;
  padding-bottom: 10px;
  position: static;
}
@media (max-width:1363px) {
  .header-bottom .custom-menu-primary {
    padding: 26px 2% 26px 0;
  }
  .custom-menu-primary ul li{
    padding: 0px 12px;
  }
  .custom-menu-primary ul li a {
    font-size: 14px;
  } 
  .custom-menu-primary ul ul li {
    padding: 0px 12px;
  }
  .custom-menu-primary ul ul li a {
    font-size: 14px!important;
  }
}
@media (max-width:1200px) {
  .custom-menu-primary ul li{
    padding: 0px 7px;
  }
  .custom-menu-primary ul li a {
    letter-spacing: 0;
  }
  .custom-menu-primary ul ul li {
    padding: 0px 7px;
  }
  .custom-menu-primary ul ul li a {
    letter-spacing: 0;
  }
}
@media (max-width:1047px) {
  .right-menu ul li, .left-menu ul li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width:1000px) {
  header.header{
    background-color:#004b8d !important; 
  }
  .header-top, .header-bottom{
    display:none; 
  }
  .mob-container{
    display: flex;
    justify-content: space-between;
    align-items:center;
    max-width: 90% !important;
    margin: 0 auto;
    padding:15px 0;
  }
  header.header .mob-logo {
    max-width: 150px;
    margin-right: 30px;
    overflow: hidden;
  }
  header.header .mob-logo a img{
    max-height: none;
    display: block;
    width: 100% !important;
  }
  .navbar-toggle{
    width: 55px;
    height: 55px;
    display: inline-block;
    transition: transform 0.5s, background-color 0.5s;
    cursor: pointer;
    position: relative;
  }
  .navbar-toggle .menu-box{
    color: #ffffff;
    width: 26px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -1px;
    margin-left: 1px;

  }

  .navbar-toggle .menu-box .menu-inner{
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: none;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    display: block;
    top: 50%;
    margin-top: -1.5px;
  }
  .open .navbar-toggle .menu-box .menu-inner{
    transform: rotate(45deg);
  }
  .navbar-toggle .menu-box .menu-inner::before,
  .navbar-toggle .menu-box .menu-inner::after{
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: none;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .navbar-toggle .menu-box .menu-inner::before{
    top: -8px;
  }
  .navbar-toggle .menu-box .menu-inner::after{
    bottom: -8px;
  }
  .open .navbar-toggle .menu-box .menu-inner::before{
    top: 0;
    opacity:0;
  }
  .open .navbar-toggle .menu-box .menu-inner::after{
    bottom: 0px;
    transform: rotate(-90deg);
  }
  .mobile-menu-primary{
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99998;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden; 
    width: 75%;
    left: 0;
    transition: transform 0.5s;
    text-align: left;
    font-family: 'Lato';
    background: #004b8d;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }
  .open .mobile-menu-primary{
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .mobile-menu-primary ul{
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    width: 100%;
  }
  .mobile-menu-primary ul li{
    margin: 0;
    padding: 0;
    width: 100%;
    position:relative;
  }
  .mobile-menu-primary ul li a{
    line-height: 40px;
    color: #ffffff;
    background-color: #004b8d;
    font-size: 16px;
    padding: 0 0 0 5%;
    width: 100%;
    display: block;
    text-decoration: none;
    text-transform:capitalize;
    position: relative;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }
  .mobile-menu-primary ul li a:hover{
    color: #ffffff;
    background-color: #043e75;
  }
  .mobile-menu-primary ul ul{
    display:none;
    margin: 0;
    position:relative;
  }
  .mobile-menu-primary ul ul li{
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .mobile-menu-primary ul ul li a{
    line-height: 40px;
    color: #ffffff;
    background-color: #004b8d;
    font-size: 16px;
    padding: 0 0 0 10%;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }
  .mobile-menu-primary ul ul ul li a{
    line-height: 40px;
    color: #ffffff;
    background-color: #004b8d;
    font-size: 16px;
    padding: 0 0 0 15%;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  }
  .hs-menu-item:hover a, .hs-menu-item:focus a {
    text-decoration: none;
    color: #fff !important;
  }

  .mobile-menu-primary .m-search{
    padding: 25px 5%;
  }
  .mobile-menu-primary .m-search form{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  } 
  .mobile-menu-primary .m-search form input{
    background: #ffffff;
    color: #333333;
    min-height: 50px;
    width: 100%;
    border: none!important;
    border-radius: 50px!important;
    padding: 0px 25px!important;
    outline: 0;
    font-size: 13.33px;
  }

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 40px !important;
    padding: 0 !important;
    z-index: 9;
  }
  .child-trigger i{
    background: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/images/chevron-down-solid-1-2.png) no-repeat right center;
    height: 7px;
    display: block;
    position: relative;
    background-size: contain;
    top: 50%;
    margin-right: 14px;
    margin-top:-1px;
  }
  .child-trigger.child-open i{
    transform: rotate(179deg);
    background-position: left;
  }
  .mobile-menu-primary ul li .child-trigger:hover + a {
    color: #fff;
    background-color: #043e75;
  }
}
@media (max-width:980px) {
  header.header {
    position: relative;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  text-align: center;
}
.footer .top{
  background-image: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/LINK%20TRADESHOW%20THEME/images/contact_form_bg.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #FFF;
}
.footer .top .top-container{
  padding: 2% 0;
  margin: 0 auto;
  position: relative;
}
.footer .top .top-container h2{
  text-align: right;
  margin-bottom: 15px;
  margin-right: 5%;
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 45px;
  padding-bottom: 13px;
}
.footer .top .top-container h2::after{
  content: '';
  display: inline-block;
  width: 7px;
  height: 33px;
  margin-left: 15px;
}
.footer .top .top-container p{
  margin: 25px 0px;
  font-size: 20px;
  margin-right: 5%;
  text-align: right;
  padding-bottom: 1em;
}
.footer .top .top-container p a{
  text-decoration:none;
}
.footer .top .top-container .hs_cos_wrapper_type_form{
  max-width:unset !important;
  width:unset !important;
  background-color:unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer .top .top-container form{
  display:block;
  margin:0;
}
.footer .top .top-container form::after{
  content: '';
  width: 3px;
  height: 625px;
  background: #000000;
  position: absolute;
  right: 0px;
  bottom: 26px;
  display: inline-block;
  margin-right: 8px;

}

.footer .top .top-container form .field{
  width: 33.3%;
  display:inline-block;
  padding:0;
  margin:0;
  padding-right: 10px;
  margin-top: 8px;
  vertical-align: top;
}
.footer .top .top-container form .hs-fieldtype-textarea.field{
  width: 100%;
  display:inline-block;
  padding:0;
  margin:0;
  padding-right: 10px;
  margin-top: 8px;
}
.footer .top .top-container form .hs-input{
  padding:15px 25px;
  margin:0;
  border-width:0;
  line-height: 1.5em;
}

.footer .top .top-container form .hs-submit .actions{
  text-align:right;
  padding: 16px 0 0px 0;
  margin: 16px 0 0 0;
}
.footer .top .top-container form .hs-button{
  text-align:right;
  padding: 13px 25px 10px 30px;
  margin: 0 10px 0 0;
}

.footer .top .top-container form .hs-input[type=email],
.footer .top .top-container form .hs-input[name=inquiry_type_],
.footer .top .top-container form textarea,
.footer .top .top-container form .hs-button{
  border-radius:50px 0 0 50px;
}
.footer .top .top-container form textarea{
  min-height:125px; 
  border-radius:35px 0 0 35px;
}
.middle{
  background-image: linear-gradient(90deg,#ffffff 15%,#004b8d 15%); 

}
.footer__container {
  padding:0 5%;
  margin: 0 auto;
  max-width:100% !important;
}
.middle .row{
  display:block; 
}
.middle .row.row1{
  padding:50px 0 25px; 
}
.middle .row::after{
  content:'';
  display:table;
  clear:both;
}
.middle .col{
  width: 22.75%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.middle .col{
  width: 22.75%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float:left;
}
.middle .col:last-child{
  margin-right: 0%;
}
.middle .col.col1 .footer-logo{
  margin-top: 25px;
  max-width: 225px;
  text-align: left;
}
.middle .col.col1 .footer-logo a img{
  position: relative;
  width:100% !important;
}
.middle .col.col1 .social-icon{
  margin-left:5%;
  text-align:left;
  margin-top: -9px;
}


.middle .col.col1 .social-icon span{
  transition: 350ms;
  text-align:left;
  font-size: 0;
}
.middle .col.col1 .social-icon span a{
  cursor: pointer;
  text-align:left;
  transition: 350ms;
}
.middle .col.col1 .social-icon span a i{
  font-size: 20px;
  margin-right: 10px;
  font-weight: 400;
  transition: 350ms;
}

.footer .hs-form label {
  margin: 0;
}

.social-icon .fa-linkedin::before{
  content: "\f08c"; 
}
.social-icon .fa-youtube-square::before{
  content: "\f431"; 
}
.social-icon .fa-instagram-square::before{
  content: "\e055"; 
}
.social-icon .fa-facebook-square::before{
  content: "\f082"; 
}

.middle .col ul{
  margin-left: -11px;
  margin-right: -11px;
  list-style:none;
}
.middle .col ul li{
  position: relative;
  margin: 0;
  padding-left: 11px;
  padding-right: 11px;
  width: 100%;
  line-height: 1em;
  text-transform: uppercase;
  text-align: left;
  width: 31%;
  margin-right: 3%;
}

.middle .col ul li:last-child{
  margin-right:0;
}
.middle .col ul li a{
  padding: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  transition: 350ms;
  font-size: 16px;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1em;
}

.middle .col ul li a:empty {
  display: none;
}

.middle .col .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  letter-spacing: .5px;
  pointer-events: none;
}

.middle .col ul.hs-menu-children-wrapper {
  display: block;
}

.col.col2.footer_menu {
  width: 74.25%;
}

.middle .col ul.hs-menu-children-wrapper li {
  width: 100%;
  margin: 0;
}

.middle .row.row2{
  padding-bottom:25px;
  text-align:center;
}
.middle .row.row2 span{
  position: relative;
}
.middle .row.row2 span a{
  text-decoration:none;
  transition: 350ms;
}

.footer__copyright {
  padding:20px 0;
}
.footer__copyright .copyright-container{
  text-transform: uppercase;
  width: 90%;
  margin:0 auto;
  text-align: center;
}

.footer ul.hs-error-msgs.inputs-list {
  margin: 10px 0;
}

.middle .col.col1 .footer-logo .mob-logo{
  display:none;
} 

.footer .top .top-container form select {
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (min-width: 1707px) {
  .footer .top .top-container {
    padding: 34px 0;
  }
  .footer .top .top-container form::after {
    bottom: 33px;
  }
}

@media (max-width:980px){
  .footer .top .top-container form {
    padding: 0 0 30px ;
  }

  .footer .top .top-container {
    padding: 30px 0 0;
  }

  .footer .top .top-container form::after {
    bottom: 0;
  }
  .middle {
    background-image: unset;
    background-color: #004b8d !important;
    background-image: unset !important;
  } 
  .middle .col{
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }  
  .middle .col.col2, .middle .col.col4{
    margin-right: 0%;
  }  
  .middle .col.col3, .middle .col.col4{
    margin-bottom: 0px;
  }

  .middle .col.col1 .footer-logo {
    margin-top: 25px;
    max-width: 225px;
    text-align: left;
  }  
  .middle .col.col1 .footer-logo {
    margin-top: 0px;
    max-width: 225px;
    text-align: left;
    margin-bottom: 30px;
  }
  .middle .col.col1 .footer-logo .desk-logo{
    display:none;
  }   
  .middle .col.col1 .footer-logo .mob-logo{
    display:block;
  } 
  .middle .col.col1 .social-icon span a i {
    color: #ffffff !important;
  }
  .middle .row.row2 span{
    margin-bottom: 30px;
    display: block;
    text-align: left;
  }
  .col.col2.footer_menu {
    width: 100%;
  }
  .middle .col .hs-menu-wrapper > ul > li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .middle .col {
    margin-bottom: 0;
  }
  .middle .col1 {
    margin-bottom: 30px;
  }
  .middle .col .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0;
  }

  .footer .top .top-container p {
    line-height: 27.2px;
    margin-top: 45px;
    margin-bottom: 17px;
  }
}

@media (max-width:640px) {
  .footer .top .top-container form .field {
    width: 100%;
  }
  .footer .top .top-container form .hs-input {
    border-radius: 50px 0px 0px 50px;
    line-height: 2em;
  }

  .footer .top .top-container form .hs-button {
    line-height: 2em;
    width: 97%;
    text-align: center;
  }

  .footer .top .top-container form textarea.hs-input{
    border-radius: 35px 0px 0px 35px;
  }

  .footer .top .top-container form::after{
    content:none;
  }
}

@media (max-width:500px) {
  .footer .top .top-container h2 {
    font-size: 28px!important;
    margin-bottom: -10px;
  }

  .footer .top .top-container h2::after {
    height: 22px;
  }

  .footer .top .top-container p {
    line-height: 27.2px;
    margin-top: 28px;
    margin-bottom: 18px;
  }
}

@media (max-width:479px) {
  .middle .col {
    width: unset;
    margin-right: 0%;
    margin-bottom: 30px;
  } 
  .middle .col.col3 {
    margin-bottom: 30px;
  }
  .middle .col .hs-menu-wrapper>ul>li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .col.col2.footer_menu {
    margin: 0;
  }
  .middle .col.col1 .social-icon {
    margin-top: -14px;
  }
}


.scroll-top{
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  transition: right 0.25s ease-in-out;
  opacity: 0;
}
.scroll-top::before{
  content: '2';
}
.visible{
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.footer .top .top-container form .hs-input::-webkit-input-placeholder {
  color: #4e4e4e;
  opacity: 0.9;
} 
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.hidden {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

.blog-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: 0 0 15px;
}
.blog-pagination-left.disabled a {
  pointer-events: none;
}
@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%;
}

@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: start;
  align-items: center;
  text-align: center;
  font-family: "AvenirBook, sans-serif";
  margin: 20px 0;
}
.blog-pagination__link {
  border-radius: 5px;
  margin-right: 5px;
  border: none;
  line-height: 1.25em;
  display: inline-flex;
  padding: 6px 12px;
  text-decoration: none;
  color:#337ab7;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  color: #23527c;
  background-color: #eee;
}
.blog-pagination__link--active {
  background-color: #33658a;
  color:#fff !important;
}
.blog-pagination__link--active:hover {
  background-color: #33658a;
  color:#fff !important;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
}
.blog-pagination__next-link {
  text-align: left;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #fff !important;
  background-color: #33658a;
  pointer-events: none;
  cursor: default;
}



.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 2.75%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

/*             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;
  max-width: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

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

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

/*             Blog Post Layout          */

.post-featured-image {
  background-size: cover;
  border-radius: 25px;
  background-position: center center;
}

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


/* custom css */

.no-banner .hs-blog-listing header.header,.no-banner .hs-blog-post header.header {
  position: absolute;
  background: transparent;
  padding:0;
}
.hs-blog-listing, .hs-blog-post {
  background-color: #ffffff !important;
}
.hs-blog-listing .content-wrapper{
  padding:0 0 80px;
}
.hs-blog-post .content-wrapper{
  width:100%;
}
.blog-header {
  margin: auto;
  position: relative;
  background-image: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/raw_assets/public/Link_Engineering_November2020/images/Model-8900-Tire-Coupled-Aircraft-Dyn.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2% 15px;
  width: 100%;
  max-width: 100%;
  padding-top: 240px !important;
  padding-bottom: 98px !important;
  margin-bottom: 25px !important;
  background-color: transparent !important;
}
.blog-header__inner {
  max-width:1130px;
  margin: 0 auto;
  padding:0;


}
.no-image.blog-index__post-inner-card .blog-index__post-content {
  padding: 0;
}
.blog-header h1.blog-header__title{
  font-family: 'AvenirBook', sans-serif;
  color: #ffffff;
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 46px;
}
.blog-index{
  padding: 2% 0;
}
.blog-index__post{
  flex: 0 0 100%;
  padding: 0 0 15px;
}
.blog-index__post-inner-card {
  flex-flow: row nowrap;
  box-shadow: none !important;
  padding:0;

}
.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 15px;
  width: 100%;
  height:auto;
}
.blog-index__post-content--small h2 {
  font-family: 'AvenirBook', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 10px;
}
.blog-index__post-content--small h2 a{
  color: #000 !important;
}
.blog-index__post-content--small h2 a:hover{
  color: #33658a !important;
}
.blog-index__post-content--small p{
  font-family: 'AvenirBook', sans-serif;
  font-weight: 400;
  color:#000;
  margin-bottom: 0;
}
.blog-index__post-content--small .blog-post__read-more{
  margin:10px 0;
}
.blog-index__post-content--small .blog-post__read-more a {
  background-color: #33658a;
  border: 0;
  background-image: none;
  box-shadow: none;
  border-radius: 50px 50px 50px 50px;
  padding: 5px 25px;
  transition: 350ms;
  text-decoration: none !important;
  outline: 0 !important;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  max-width: 100%;
  display: inline-block;
}
.blog-index__post-content--small .blog-post__read-more a:hover{
  padding: 5px 30px;
  color: #fff;
}
.blog-pagination-left, .blog-pagination-center,
.blog-pagination-right{
  display:flex; 
}
.blog-pagination a{
  border-radius: 5px;
  margin-right: 5px;
  border: none;
  line-height: 1.25em;
  text-decoration: none;
  position: relative;
  padding: 6px 12px;
  color: #337ab7;
}
.blog-pagination a:hover{
  background-color: #eee;
}
.blog-pagination a.active, .blog-pagination a.active:hover{
  color: #fff;
  background-color: #33658a;
}
.blog-pagination .disabled a, 
.blog-pagination .disabled a,
.blog-pagination .disabled a:hover, 
.blog-pagination .disabled a:hover{
  color: #fff;
  background-color: #33658a;
  pointer-events: none;
}
/* start blog post custom css */

.hs-blog-post .content-wrapper {
  width: 80%;
  padding: 0 0 2%;

}

.hs-blog-post .blog-header{
  margin-bottom: 75px!important;
  z-index: 2;
  background-image: url(https://8373891.fs1.hubspotusercontent-na1.net/hubfs/8373891/Link_Engineering_November2020/images/new-why-link-banner.png);
}
.blog-post {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow:none !important;
}
.blog-post.no-image {
  margin-top: 0px;
}
.blog-post h1 {
  font-size: 45px;
  text-transform: capitalize;
  color: #000000;
  font-family: 'AvenirBook', sans-serif;
  padding-left:30px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
  position:relative;
  z-index:1;
}
.blog-post h1::before {
  content: '';
  display: block;
  width: 150px;
  height: 200px;
  background-color: #c99700;
  position: absolute;
  margin-top: -178px;
  margin-bottom: -18px;
  left: -30px;
  z-index: -1;
}
.blog-post__meta {
  margin: 0 0 50px;
  color: #666 !important;
  font-family: 'AvenirBook', sans-serif;
  font-size: 26px;
  padding-left:30px;
}
.post-featured-image{
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin:0 auto 2.75%;

}
.post-featured-image img{
  border-radius: 25px;
  display: inline-block;
  position: relative;

}
.blog-post__body{
  width: 90%;
  margin:0 auto 2.75%;
}
.blog-post__body p{
  font-family: 'AvenirBook', sans-serif;
  color: #000000 !important;
  line-height: 1.7em;
  font-weight: 500;
}
.blog-post__body a{
  color: #c99700 !important;
}
.blog-post__body a:hover{
  color: #33658a !important;
}
.blog-post__links {
  display: block;
  width:90%;
  padding: 0;
  margin: 0px auto;
  border:none !important;
}
.blog-post__links a{
  padding: 10px 25px !important;
  color:#fff !important;
}
.blog-post__links a:hover{
  padding: 10px 30px !important;
}

.section.post-footer form {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:1000px) {
  .no-banner .hs-blog-listing header.header, .no-banner .hs-blog-post header.header {
    position: static;
  }
}
@media (max-width:500px) {
  .blog-header h1.blog-header__title {
    font-size: 32px;
  }
}
@media (max-width:480px) {
  .blog-index__post {
    padding: 0 0 15px;
  }
  .blog-index__post-inner-card {
    flex-flow: column nowrap;
    box-shadow: none !important;
    padding:0;

  }
  .blog-index__post-inner-card .blog-index__post-content {
    padding: 0;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }

  .blog-pagination a{
    padding: 6px 9px;
  }

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

p.header {
  background: transparent !important;
  position: static !important;
}
.systems-page label, .systems-page .hs-form-field a{
  display:inline-block;
}
.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;
}
.systems-page .hs-button {
    margin-top:18px;
  }
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.backup-emal .page-header h1:after{
  display:none;
}

.systems-page {
  padding: 95px 0px 80px;
}
.custom-email p.header {
  padding: 20px 10px;
  margin: 20px 0;
}
.custom-email .subscribe-options {
  margin-bottom: 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: 12px 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;
}

.systems-page .widget-type-email_simple_subscription form,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form,
.hs_cos_wrapper_type_password_reset_request form,
.hs_cos_wrapper_type_password_reset form,
.widget-type-password_prompt form{
  width:100%;
}

.systems-page .widget-type-email_simple_subscription form .email-edit,
.widget-type-password_prompt input[type="password"]{
  width: 100% !important;
  padding: 12px 10px !important;
  font-size:14px !important;
  height:auto !Important;
}

form ul.hs-error-msgs{
  padding:0;
  margin:0;
}
@media (max-width: 991px){

.systems-page {
  padding: 120px 0px 80px;
}
}

@media (max-width: 767px){

  .systems-page .hs-button {
    float: none;
  }
  .systems-page .success, .systems-page .email-edit {
    width: 100% !important;
  }
}
@media (max-width: 480px){
   .systems-page h1 {
    font-size: 29px;
}
  .systems-page h2 {
    font-size: 1.5em;
  }
  .systems-page .hs-button {
    padding: 15px 25px;
        font-size: 14px;
    letter-spacing: .5px;
  }
}