
@import url('https://use.fontawesome.com/releases/v5.11.0/css/all.css');
@import url('https://use.typekit.net/gjo6sbs.css');


 
 
 
 
 
 
 














































*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 {
  scroll-behavior: smooth;
  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;
  object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
.dnd-section {
  padding: 80px 36px;
  overflow: hidden;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section .widget-type-cell {
  padding-left: 36px;
  padding-right: 36px;
}
.container-fluid.hero-padding {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .dnd-section {
    padding: 60px 0px;
  }
}

/* Contact us section background color */
.body-container__contact-us .dnd-section:nth-child(even) {
  background-color: rgba(154, 165, 176, 0.1);
}
.hero-section-wrap {
  position: relative;
  background-color:#ffffff;background-image: url(https://464807.fs1.hubspotusercontent-na1.net/hubfs/464807/raw_assets/public/GlobalJetCapital/images/heros/home.jpg);background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hero-section-wrap a {
  text-decoration:none;
}
.hero-section-overlay { 
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0,8,15,1) 0%, rgba(0,8,15,0) 80%);
  background-image: -moz-linear-gradient(180deg, rgba(0,8,15,1) 0%, rgba(0,8,15,0) 80%);
  background-image: -webkit-linear-gradient(top, rgba(0,8,15,1) 0%, rgba(0,8,15,0) 80%);
  color: #ffffff;
}
.hero-section-overlay h1 {
  display:block;
  color:#ffffff;
}
.hero-section-parallax {
  overflow:hidden;
  width:100%;
  height:100%;
}
@media only screen and (min-width:768px) {
  .hero-section-overlay > .container-fluid {
    margin-top:80px;
  }
}
@media only screen and (max-width:767px) {
  .hero-section-overlay h1 {
    margin: 70px 35px 15px 35px !important;
  }
  .hero-section-overlay h1.text-center {
    text-align:center !important;    
  }
}
html {
  font-size: 16px;
  background-color: #ffffff
}

body {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  color: #00080f;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 24px;
  font-family: proxima-nova, sans-serif;
}

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

/* Anchor Links */
a {
  color: #003767;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00080f;
  text-decoration: underline;
}
a.no-underline {
  text-decoration: none;
}
p a, label a { /* removed ", span a" */
  text-decoration: underline;
  font-weight: 400;
  line-height: 1.85714286em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 1.857rem;
  font-weight: 300;
  font-family: halogen, sans-serif;
  color: #003767;
  word-break: normal;
  text-transform: uppercase;
}

h1 {
  font-weight: 200;
  font-size: 2.375rem;
  line-height: normal;
}

h1:not(:last-child), .h1:not(:last-child) {
  margin-bottom: 1.857rem;
}

h2 {
  font-weight: normal;
  font-size: 1.5rem;;
  line-height: 32px;
  letter-spacing: 0.48px;
}

h3 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 0.4px;
}

h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-size: 1.375rem;
  line-height: 1.27;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

h5 {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 1.28px;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 1.6px;
  font-weight: bold;
}

strong {
  font-weight: 700;
}

.is--code, code {
  vertical-align: bottom;
  font-family: Source Code Pro,Consolas,Monaco,Courier New,monospace;
  font-weight: 500;
}

code {
  border-radius: .1875rem;
  background-color: #f8fafc;
  padding: .125rem .25rem;
}

pre {
  background-color: #f8fafc;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  line-height: 1.5;
  padding: .5rem;
}

.microcopy {
  font-size: 0.857rem;
}

p.lead,
p.lead a {
  font-weight: 400;
  color: #00080f;
  font-size: 1.357rem;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* Custom Bullets just on body container */
.body-container ul{ 
  margin-left: 0px;
  padding-left: 15px;
  list-style:none;
}
.body-container ul > li{
  padding: 0px 0px 1em 20px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23a5a5a5' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 8px 20px;
}
.body-container ul.slick-dots > li,
.body-container ul.fa-ul > li{
  background-image:none;
}
.body-container ul.fa-ul {
  margin-left: 1.5rem
}
.body-container ul.fa-ul > li {
  padding: 0px 0px 1em 0px;
}


blockquote {
  font-weight: 300;
  font-style: normal;
  color:#00080f
    margin: 0;
}

blockquote:not(.testimonial) {
  margin: 40px 25px;
  padding: 0 1.6em 0 1em;
  border-left: 5px solid;
  border-color: #00080f;
}

/* Horizontal Rules */
hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 1.85714286em 0;
  border-color: #ECECEC;
}

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

/* Subtitle */
.subtitle {
  text-transform: uppercase;
  color: #5d626e;
}
.subtitle::before {
  content: "\\";
  display:inline-block;
  color: #9aa5b0;
  padding-right:6px;
  font-weight:900;
  font-family: proxima-nova, sans-serif;
}

/* Fontawesome Overrides */
.fa-ul {margin-left:1.5rem;}
.fa, .far, .fas {
  color:#9AA5B0;
}


@media all and (max-width: 1024px) {
  html {
    font-size: 16px
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14.4px
  }
  h1 {
    font-size:1.5rem;
    line-height:1.813rem;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 13.6px
  }
}
form {
  max-width: 600px;
  padding:0;
  margin:0;
}

form input[type=email],
form input[type=tel],
form input[type=text],
form select {
  width:100%;
  display: block;
  background-color: transparent;
  border: solid 1px rgba(154,165,176,0.7);
  padding: 16px 11px;
  color: #9aa5b0;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
}
form input[type=file] {
  margin-bottom: 15px;
}
form textarea {
  display:block;
  background-color: transparent;
  border: solid 1px rgba(154, 165, 176, 0.7);
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 20px 11px;
  color: #9aa5b0;
  width: 100%;
  outline: none;
  resize: none;
  margin-bottom:10px;
  min-height:124px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
}
.hubspot-link__container {
  padding-top: 20px;
}

.hs-form label {
  color: rgba(51, 71, 91,1.0);
}

.hs-form-required {
  display:none;
}

#hs-pwd-widget-password {
  -webkit-appearance: none;
  background: #ffffff;
  padding: 0.46428571em;
  border: 1px solid #ececec;
  display: inline-block;
  width: 100%;
  line-height: 22px;
  color: #33475b;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.hs-input[type=radio],
[type=checkbox]{
  position: relative;
  background: none;
  border: 1px solid #d3d3d3;
  width: 1.857rem !important;
  height: 1.857rem;
  border-radius: 50%;
  margin-right: 0.464rem;
}
.hs-input[type=radio]:hover,
[type=checkbox]:hover {
  border-color: #00080f;
  cursor: pointer;
}
.hs-input[type=radio]:checked {
  background-color: #00080f;
}
.hs-input[type=radio]:checked:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #00080f;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
  left: 0;
  top:0;
  animation: pulse .4s ease forwards;
}
.hs-input[type=radio]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 34%;
  top: 32%;
  background-color: #fff;
  border-radius: 50%;
}
[type=checkbox] {
  text-align: center;
}
[type=checkbox]:checked {
  border-color: #00080f;
  background: #00080f;
}
[type=checkbox]:checked:before {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #00080f;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
[type=checkbox]:checked:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  font-weight: 700;
}
/*.hs-input[type=file] {
background-color: #fff;
padding: initial;
border: initial;
line-height: initial;
box-shadow: none;
}*/

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

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

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

textarea.hs-input {
  height: 110px;
}

select[multiple].hs-input {
  height: inherit;
}
.hs-fieldtype-select div.input {
  position: relative;
}
/*.hs-fieldtype-select div.input:after {
font-family: "Font Awesome 5 Free"; 
font-weight: 900; 
content: "\f039";
position: absolute;
right: 0;
height: 100%;
top: 0;
font-size: 15px;
pointer-events: none;
padding: 0 13px;
border-left: 1px solid #ececec;
padding-top: 6px;
}*/

/* 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;
  max-width:600px!important;
  margin-right:0px;
}
fieldset.form-columns-1,fieldset.form-columns-2,fieldset.form-columns-3  {
  max-width:600px!important;
  margin-right:0px;}
fieldset.form-columns-1 div.input,fieldset.form-columns-2 div.input,fieldset.form-columns-3 div.input  {
  margin-right:0px!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;
}

.hs-field-desc {
  color: #003767;
  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: #00080f;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}



.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-pwd-widget-password {padding:10px;height: 42px!important;margin-bottom:10px!important;}

fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
  padding-left: 10px;
}

fieldset.form-columns-3 .hs-form-field:first-child  {
  padding-right: 10px;
}

label.hs-error-msg {
  display:block;
  margin-top: .5rem;
  font-size:0.875rem;
  color: rgba(200, 120, 114, 1.0) !important;
}

@media only screen and (max-width:767px) {
  fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
    padding-left: 0px;
  }
  fieldset.form-columns-2 .hs-input {
    width:100% !important;
  }
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
.pre-nav {
  display: none;
}
.header--toggle.header__navigation--toggle {
  display: none;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

/* This is the Header Menu (Style 1) ***********/
.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.063rem;
  letter-spacing: 0.7px;
}

.navigation-primary .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 5px 0;
  margin-left:28px;
  text-transform: capitalize;
}

@media only screen and (max-width:1600px) {
  .submenu.level-1 > li:lang(es) {
    margin-left:10px; 
  }
  .submenu.level-1 > li:lang(de) {
    margin-left:15px; 
  }
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}
.submenu.level-2 > li > label i,
.submenu.level-1 > li > label i {
  margin-left: 4px;
  font-size: 10px;
  color: #fff;
}

.submenu.level-1 > li:last-child {
  padding: 15px 13px;
  border: 1px solid #fff;
}

@media (min-width: 768px) {
  .submenu.level-2 {
    position: absolute;
    min-width: 250px;
    visibility: hidden;
    overflow: hidden;
    white-space: normal;
    opacity: 0;
    text-transform: none;
    font-weight: 500;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
    transition: visibility 0s, opacity 0.3s;
  }
}

.submenu.level-2 > li.has-submenu {
  position: relative;
}

.level-2 .has-submenu.menu-item label.menu-arrow {
  position: absolute;
  right: 6%;
  top: 2px;
}

.menu-item:last-child .submenu.level-2 {
  right: 0;
}

.submenu.level-2 > li > a {
  padding:0px 15px;
  padding-bottom:10px;
}
.submenu.level-2 > li:last-child > a {
  padding-bottom:15px;
}
.submenu.level-2 > li:first-child > a {
  padding-top:15px;
}
.submenu.level-2 .menu-item {
  background-color: #ffffff;  
}
.submenu.level-2 .menu-item .menu-link {
  display: block;
  transition: background-color 0.3s;
  line-height:1.3rem;
  padding: 15px;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.submenu.level-2 .menu-item:hover,
.submenu.level-3 .menu-item:hover {
  background-color: #EBEFF3;
}

.submenu.level-3 .menu-item .menu-link:hover,
.submenu.level-3 .menu-item .menu-link:focus,
.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  line-height: 1.1rem;
  padding-left: 30px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
  z-index:999
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

@media only screen and (min-width: 1150px) and (max-width: 1600px) {
  .navigation-primary a:lang(es) {
    font-size: .775rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }
  .submenu.level-1 > li {
    margin-left: 22px;
  }
  .submenu.level-2 {
    right: 0px;
    text-align: left;
  }
  .submenu.level-1 {
    white-space: inherit;
  }
}

@media (max-width: 767px) {
  .pre-nav {
    display: block;
  }
  .header--toggle.header__navigation--toggle {
    display: block;
  }
  .submenu .menu-arrow-bg .fas {display:none;}

  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }

  .submenu > li > a {
    display: inline-block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 85%;
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 2px solid rgba(189,208,230,.5);
    padding: 0;
    padding-top:10px;
    min-height:50px;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 10px;
  }
  .submenu.level-1 > li > label i {
    margin-right: 25px;
    font-size: 10px;
    color: #fff;
    float: right;
    margin-top: 10px;
  }
  .submenu.level-2 > li > label i {
    font-size: 10px;
    color: #fff;
  }

  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 .menu-arrow {

    padding: 5px 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 55px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: inline-block;
    float:right;
    height: 20px;
    width: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    transition: transform 0.4s;
    margin-top:3px;
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: none;
    box-shadow: none;
    transform: unset;
  }

  .submenu.level-3 {
    width: 100%;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }
  
  .submenu.level-3 .menu-item,
  .submenu.level-2 .menu-item {
    border-bottom: none;
  }

  .submenu.level-2 .menu-item .menu-link,
  .submenu.level-3 .menu-item .menu-link {
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 7px 10px;
  }

  .submenu.level-3 .menu-item:hover,
  .submenu.level-2 .menu-item:hover {
    background-color: inherit;
  }

  .submenu.level-3 > li {
    padding: 0 7px;
    background-color: inherit;
  }
  .submenu.level-1>li:last-child {
    margin-top:30px;
    text-align:center;
    background-color: #fff;
  }
  .submenu.level-1>li:last-child a {
    color: #003767;
  }
}
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;
}
/* ==========================================================================
Macros                                                  
========================================================================== */

/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/




/** 
* Background Size
*
*  
*/



/* ==========================================================================
Global Styles                                                  
========================================================================== */
img.img-shadowed.large-shadow  {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0,0.0);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0,0.0);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0,0.0);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0,0.0);
box-shadow: 0 23px 40px rgba(0, 0, 0,0.0);;
}
img.img-shadowed.small-shadow {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0,0.0);
-moz-box-shadow: 0 3px 30px rgba(0, 0, 0,0.0);
-o-box-shadow: 0 3px 30px rgba(0, 0, 0,0.0);
-ms-box-shadow: 0 3px 30px rgba(0, 0, 0,0.0);
box-shadow: 0 3px 30px rgba(0, 0, 0,0.0);;
}
.widget-type-linked_image img, .image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  height:1200px;
}
/* Then style the iframe to fit in the container div with full height and width */
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border:0;
  border-collapse:collapse;
  height:100%;
}
@media only screen and (max-width:767px) {
  .iframe-container {
    height:600px;
  }
  .iframe-container iframe {
    padding-left:25px;
    padding-right:25px;
  }
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}

.background-image-holder:not([class*='span']) {
  width: 100%;
}

.background-image-holder img {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.label:not([class*='bg--']) {
  background: #31639c;
}

.label {
  position: absolute;
  z-index: 3;
  top: 1.238rem;
  right: 1.238rem;
  display: inline-block;
  height: 26px;
  min-width: 65px;
  padding: 0 10px;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;;
  font-size: 0.643rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
}


/* ==========================================================================
Testimonial Modules                                                  
========================================================================== */

blockquote.testimonial {border-left:0px!important}
.testimonial footer {
  padding: 15px 0 0 0;
  font-size: 15px;
  font-style: normal !important;
}

.testimonial .testimonial-name {
  font-weight: 700;
}

.testimonial .testimonial-company {
  margin: 0px;   
  font-weight: 300 !important;
  opacity: .6;
}

.testimonial.slider .lSSlideOuter .lSPager.lSpg,
.testimonial.avatarslider .lSSlideOuter .lSPager.lSpg {
  margin-top: 2rem !important;
}

.testimonial.slider q,
.testimonial.avatarslider q {
  display: inline-block;
  border-left: 0;
  padding: 0;
  margin: 0 0 1rem;
  color: #666666;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}
.testimonial.slider q {
  font-style: italic;
}

.testimonial.slider blockquote.testimonial-wrap {
  position: relative;
  overflow: hidden;
  width: 750px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .testimonial {
    padding: 20px 0px;
  }
  .testimonial.slider blockquote.testimonial-wrap {
    width: auto;
  }
}

/* ==========================================================================
Features Module                                                  
========================================================================== */

.features {
  display:flex;
  flex-direction:column;
}
.features .feature {
  display:flex;
  margin-bottom:45px;
}
.features .feature .icon {
  width: 15%;
  text-align:left;
}
.features .feature .content {
  width: 85%;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
.features .feature .content h4 {
  font-size: 1.375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .features .feature {
    flex-direction:column;
    margin-bottom: 27px;
  }
  .features .feature .content,
  .features .feature .icon {
    width:100%;
    margin-bottom:20px;
  }
}

/* =======================================================================
Accordian Module
* ======================================================================= */
.ac-container{
  text-align: left;
}
.ac-container label{
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #003767;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #9aa5b0;
}
.ac-container label:hover{
  background: #9aa5b0;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #9aa5b0;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  background: #9aa5b0;
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
}
.ac-container label:after,
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 24px;
  height: 100%;
  left: 4px;
  top: 20%;
  opacity:.4;
}
.ac-container input + label:hover:after{opacity:1!important}
.ac-container input[type="radio"]:checked + label:after{
  display:none!important;}
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f00d';
  font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.ac-container input{
  display: none;
}
.ac-container article{
  background: #ffffff;
  margin-top: -1px;
  overflow: hidden;
  max-height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
}
.ac-container article .inset-padding{
  padding: 20px;
}
.ac-container input:checked ~ article{
  -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: inherit;
  max-height:900px;
}

/* CTA & Button Module
* ======================================================================= */
.widget-type-custom_widget.dnd-module > div {width:100%}


/* Custom Image Module */
.custom-image-wrapper {
  display:flex;
  flex-wrap:wrap;
}
.custom-image-wrapper img{
  min-height:383px;
}
.custom-image-wrapper .multi2,
.custom-image-wrapper .multi3 {
  width:48.3%;
  margin-right:16px;
}
.custom-image-wrapper .multi3 {
  min-height:inherit;
}
.custom-image-wrapper .multi3:first-child {
  flex:1;
  margin-bottom:16px;
  width:100%;
}
.custom-image-wrapper .multi2:last-child,
.custom-image-wrapper .multi3:last-child {
  margin-right:0;
}
@media only screen and (max-width:767px) {
  .custom-image-wrapper .multi2,
  .custom-image-wrapper .multi3 {
    margin-right:10px;
  }
  .custom-image-wrapper .multi3:first-child{
    margin-bottom:10px;
  }
  .custom-image-wrapper img {
    min-height:150px;
  }
}

/* Video Popup Player */
.video-player-link{
  margin-top:120px;
  margin-bottom:120px;
  display:block;
  width:79px;
  height:79px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='79' height='79' viewBox='0 0 79 79'%3E%3Cg id='Group_696' data-name='Group 696' transform='translate(-217 -292)'%3E%3Cg id='Ellipse_3' data-name='Ellipse 3' transform='translate(217 292)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='39.5' cy='39.5' r='39.5' stroke='none'/%3E%3Ccircle cx='39.5' cy='39.5' r='38.75' fill='none'/%3E%3C/g%3E%3Cpath id='Path_13' data-name='Path 13' d='M1.747,0,0,1.747,7.466,9.214,0,16.68l1.747,1.747,9.214-9.214L1.748,0Z' transform='translate(253.177 322.015)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75' viewBox='0 0 75 75'%3E%3Cg transform='translate(-682.5 -2695)'%3E%3Cg transform='translate(682.5 2695)' fill='none' stroke='%239aa5b0' stroke-width='1'%3E%3Ccircle cx='37.5' cy='37.5' r='37.5' stroke='none'/%3E%3Ccircle cx='37.5' cy='37.5' r='37' fill='none'/%3E%3C/g%3E%3Cg transform='translate(736.5 2714.5) rotate(90)' fill='none'%3E%3Cpath d='M18.5,0,37,25H0Z' stroke='none'/%3E%3Cpath d='M 18.5 1.681110382080078 L 1.984020233154297 24 L 35.0159797668457 24 L 18.5 1.681110382080078 M 18.5 0 L 37 25 L 0 25 L 18.5 0 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
}
@media only screen and (max-width:767px) {
  .video-player-link{
    margin-top:20px;
    margin-bottom:30px;
  }
}

/* Aircraft Inventory Module */
.aircraft-inventory-module .slider .slide-item {
  position:relative;
  opacity:0.5;
  padding-bottom:60px;
}
.aircraft-inventory-module .slider .slide-item .slide-link {  /* This is the link of the entire card */
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.aircraft-inventory-module .slider .slide-item .slide-details {
  pointer-events: none;  /* IMPORTANT! Lets clicks fall through */
  position: relative;
  z-index: 10;         /* IMPORTANT! Makes actual content be on top of linked card */
}
.aircraft-inventory-module .slider .slide-item h4 {
  margin:0;
  padding:0;
  font-family: Halogen;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.36px;
  margin-bottom: 15px;
  text-align:center;
}
.aircraft-inventory-module .slider .slide-item p {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
}
.aircraft-inventory-module .slider .slide-item img {
  display:block;
  margin:0 auto;
  margin-bottom: 60px;
  margin-top:40px;
}
.aircraft-inventory-module .slide-item.slick-active {
  opacity:1;
}
.aircraft-inventory-module .slider-arrows {
  display:flex;
  justify-content: center;
  margin-bottom: 10px;
}
.aircraft-inventory-module .slider-arrows .arrow {
  border: 1px solid #9aa5b0;
  border-radius: 34px;
  width: 34px;
  height:34px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #9aa5b0;
}
.aircraft-inventory-module .slider-arrows .arrow:first-child {
  margin-right:10px;
}
.aircraft-inventory-module .slider-arrows .arrow:last-child {
  margin-left:10px;
}
@media only screen and (max-width: 767px) {
  .aircraft-inventory-module .slider .slide-item {
    width: 100%;
    max-width:300px;
    padding-bottom:30px;
  }
  .aircraft-inventory-module .slider .slide-item p {
    letter-spacing:normal;
  }
}
@media only screen and (min-width: 768px) {
  .aircraft-inventory-module .slide-item {
    width: 400px;
  }
}
@media only screen and (min-width: 1160px) {
  .aircraft-inventory-module .slide-item {
    width: 600px;
  }
}
@media only screen and (min-width: 1920px) {
  .aircraft-inventory-module .slide-item {
    width: 800px;
  }
}

/* Recent Transactions Module */
.recent-transactions-module {
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.recent-transactions-module .slider .slide-item {
  width: 980px;
  display:block;
  margin-bottom:30px;
  opacity:0.5;
  transform: scale(.9);
  transition: .5s ease;
}
.recent-transactions-module .slider .slide-item.slick-active {
  transform: scale(1);
  opacity:1;
}
.recent-transactions-module .slider .slide-item .slide-content-wrapper {
  background-color: #fff;
  padding: 35px 50px;
  width: 800px;
  margin:0 auto;
  box-shadow: 0 13px 26px 0 rgba(0, 0, 0, 0.1);
  transition: all 1s ease;
}
.recent-transactions-module .slider .slide-item.slick-active .slide-content-wrapper {
  background-color: #003767;
}
.recent-transactions-module .slider .slide-item .slide-content {
  text-align: left;
}
.recent-transactions-module .slider .slide-item .slide-content .content {
  display:flex;
}
.recent-transactions-module .slider .slide-item .slide-content .content dl {
  display:block;
  width:50%;
}
.recent-transactions-module .slider .slide-item .slide-content .content .detail {
  padding-left: 40px;
  border-left:1px solid rgba(255, 255, 255, 0.5);
}
.recent-transactions-module .slider .slide-item .slide-content .header {
  padding-bottom:26px;
  display:flex;
  align-items:center;
  border-bottom: 1px solid rgba(255,255,255,0.7);
  margin-bottom:20px;
}
.recent-transactions-module .slider .slide-item .slide-content .header .plane {
  padding-left:40px;
}
.recent-transactions-module .slider .slide-item .slide-content .header .brand img,
.recent-transactions-module .slider .slide-item .slide-content .header .plane img {
  filter: invert(.3);
}
.recent-transactions-module .slider .slide-item .slide-content dt {
  display:block;
  margin:0;
  padding:0;
  margin-bottom:9px;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #003767;
}
.recent-transactions-module .slider .slide-item.slick-active .slide-content .header .brand img,
.recent-transactions-module .slider .slide-item.slick-active .slide-content .header .plane img {
  filter: inherit;
}
.recent-transactions-module .slider .slide-item.slick-active .slide-content dt {
  color: #fff;
}
.recent-transactions-module .slider .slide-item .slide-content dd {
  display:block;
  margin:0;
  padding:0;
  margin-bottom:20px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #003767;
}
.recent-transactions-module .slider .slide-item.slick-active .slide-content dd {
  color: #fff;
}
.recent-transactions-module .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.recent-transactions-module .slick-dots li {
  position: relative;
  display: inline-block;
  width:8px;
  height:8px;
  margin: 0 5px;
  padding: 0;
  border-radius:8px;
  border: 1px solid #9aa5b0;
  cursor: pointer;
}
.recent-transactions-module .slick-dots li.slick-active {
  background-color: #9aa5b0;
}
.recent-transactions-module .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width:8px;
  height:8px;
  border:0;
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .recent-transactions-module .slick-slide img {
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .recent-transactions-module .slider .slide-item {
    margin-bottom:0px;
  }
  .recent-transactions-module .slider .slide-item .slide-content-wrapper {
    width: 33%;
    padding:0;
    padding-top:25px;
  }
  .recent-transactions-module .slider .slide-item .slide-content .content,
  .recent-transactions-module .slider .slide-item .slide-content .header {
    flex-direction: column;
  }
  .recent-transactions-module .slider .slide-item .slide-content .content {
    padding: 0 25px;
  }
  .recent-transactions-module .slider .slide-item .slide-content .content dl {
    width: 100%;
    margin-bottom:0;
  }
  .recent-transactions-module .slider .slide-item .slide-content .content .detail {
    border-left: 0;
    padding: 0;
  }
  .recent-transactions-module .slider .slide-item .slide-content .header .plane {
    padding-left:0;
  }
  .recent-transactions-module .slider .slide-item .slide-content-wrapper {
    box-shadow:none;
  }
}

/* IN THE NEWS MODULE */
.in-the-news-module {
  max-width:474px;  
}
.in-the-news-module.odd {
  margin-left: auto; 
}
.in-the-news-module.even {
  margin-right: auto; 
}
.in-the-news-module a.arrow {
  display:block;
  margin-top:69px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 1.26px;
  text-align: left;
}
.in-the-news-module a.arrow:hover {
  text-decoration:none;
  font-weight:bold;
}

/* SERVICE CARDS MODULE */
.service-cards {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
/* OPEN */
.service-cards.open .service-card {
  padding: 0px 10px;
  padding-top:46px;
  margin-right:10px;
  /*width: 24%;*/
  border-right:1px solid rgba(0,0,0,.1);
  background-color: transparent;
}
.service-cards.open .service-card:last-child {
  border-right:inherit;
}
.service-cards.open .service-card-title {
  padding:0;
  margin:0;
  text-transform: capitalize;
  font-size: 1.375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  margin-bottom:20px;
  color: #00080f;
}
.service-cards.open .service-card-content {
  display:block;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  margin-bottom:49px;
  color: #00080f;
}
.service-cards.open .service-icon {
  display:block;
  margin: 0 auto;
  margin-bottom: 30px;
  width:63px;
}
/* SOLID */
.service-cards.solid .service-card {
  margin-bottom: 10px;
  margin-right:0;
  max-width: 274px;
  min-height: 339px;
  background-color: #9aa5b0;
  position:relative;
  transition: .2s ease;
}
.service-cards.solid .service-card:hover {
  transform: scale(0.98, 0.98);
}
.service-cards.solid .service-card .card-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.service-cards.solid .service-card-title {
  padding:0;
  margin:0;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.28px;
  text-align: left;
  margin-bottom:20px;
  word-break:break-all;
}
.service-cards.solid .service-card-content {
  display:block;
  font-size:14px;
  line-height: 1.57;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  min-height:85px;
  color: #fff;
}
.service-cards.solid .card-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.service-cards.solid .service-card .service-card-content,
.service-cards.solid .service-card .service-card-title,
.service-cards.solid .service-card .service-icon {
  pointer-events: none;  /* IMPORTANT! Lets clicks fall through */
  position: relative;
}
.service-cards.solid .service-card-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size:0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 1.26px;
  text-align: left;
}
.service-cards.solid .fa-chevron-right:before {
  color:#fff;
}
.service-cards.solid .service-card-link:hover {
  text-decoration:underline;
}
.service-cards.solid .service-icon {
  display:block;
  margin-bottom:30px;
}
@media only screen and (max-width: 767px) {
  .service-cards {
    flex-direction: column;
    display: flex;
  }
  .service-cards.solid .service-icon {
    display:none;
  }
  .service-cards.open .service-card {
    width:100%;
    border-right:0;
  }
  .service-cards.solid .service-card {
    padding-top:20px;
    min-height:inherit;
    width: 100%;
    max-width:100%;
  }
  .service-cards.solid .service-card-content {
    min-height:inherit;
  }
}
.service-cards-cta {
  margin-top:2rem;
  text-align:center;
}
.service-cards-cta .hs-button {
  width: auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding-top: 18px;
  padding-left: 56px;
  padding-right: 55px;
  padding-bottom: 17px;
  color: #003767;
  background-color: transparent;
  border: solid 1px #003767;
  margin-top: 21px;
}
.service-cards-cta:hover .button-outline {
  background-color: #003767;
  color: #fff;
}

/* NAV FLOATER */
.nav-floater .sidebar-nav {
  list-style: none;
  margin:0;
  padding:0;
  margin-left:13px;
}
.nav-floater .sidebar-nav li a {
  display:block;
  margin-bottom: 23px;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #5d626e;
  transition: all 0.5s ease;
}
.nav-floater .sidebar-nav li a.active {
  font-weight: bold;
  color: #003767;
}
.nav-floater .sidebar-nav li:hover a::before,
.nav-floater .sidebar-nav li:focus a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  margin-right:8px;
}
.nav-floater .sidebar-nav li:hover a.active::before
.nav-floater .sidebar-nav li:hover a.active::before {
  content:"";
}
.nav-floater .sidebar-nav li:first-child{
  margin-left: -15px;
}
.nav-floater .sidebar-nav li:first-child a{
  margin: 0;
  padding: 0;
  font-family: proxima-nova,sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 1.08px;
  text-align: left;
  text-transform: uppercase;
  color: #003767;
  margin-bottom: 20px;
}
.sticky .nav-floater .sidebar-nav {
  max-width:65%;
}
.sticky .nav-floater .sidebar-nav:lang(de),
.sticky .nav-floater .sidebar-nav:lang(fr),
.sticky .nav-floater .sidebar-nav:lang(es) {
  max-width:82%;
}
/* Nav Floater Mobile */
.nav-floater.mobile {
  position:fixed;
  bottom:0;
  width:100vw;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#fff;
  z-index:99;
}
.nav-floater.mobile .sidebar-nav li a {
  margin-bottom:0;
  color:#fff;
}
.nav-floater.mobile .sidebar-nav li a.active {
  color:#003767;
}
.nav-floater.mobile .sidebar-nav li:first-child{
  margin-left: inherit;
}
.nav-floater.mobile .sidebar-nav li:first-child a{
  font-size: .875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all .5s ease;
  margin-bottom:inherit;
  padding: 14px 25px;
  padding-left: 12px;
}
.nav-floater.mobile a {
  color:#fff;
  text-decoration:none;
  padding: 14px 25px;
}
.nav-floater.mobile a:focus,
.nav-floater.mobile a:active {
  color:#fff;
}
.nav-floater.mobile .sidebar-nav {
  position:absolute;
  display:none;
  right:0;
  bottom:51px;
  background-color: #9aa5b0;
}
.nav-floater.mobile .sidebar-nav.open {
  display:block;
}
.nav-floater.mobile #mobile-contact-us,
.nav-floater.mobile #mobile-nav-trigger{
  display:flex;
  justify-content:center;
  width:50%;
  text-align:center;
  background-color:#003767;
  text-transform:uppercase;
}
.nav-floater.mobile #mobile-nav-trigger {
  background-color:#9aa5b0;
}
.nav-floater.mobile #mobile-nav-trigger i.fas{
  margin-left:10px;
  margin-top:5px;
  color:#fff;
}
.nav-floater.mobile h4{
  display:none;
}
@media only screen and (max-width:767px) {
  .nav-floater.mobile #mobile-contact-us.hide_menu {
    width:100%;
  }
}

/* TRANSACTION CARD */
/* Plane Cards */
.transaction-cards {
  display:flex;
  justify-content:center;
  flex-direction: row;
}
.transaction-card {
  width: 100%;
  max-width:442px;
  padding: 20px 18px;
  background-color: #003767;
}
.transaction-card .brand {
  max-width: 113px;
  margin:0 auto;
  display:block;
}
.transaction-card .plane {
  max-width: 203px;
  margin:0 auto;
  display:block;
}
.transaction-card dt {
  margin:0;
  padding:0;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 1.26px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.transaction-card dd {
  display:block;
  margin:0;
  padding:0;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  margin-bottom:16px;
  color: #fff;
}
.transaction-card dd ul {
  margin:0;
  padding:0;
  list-style:none;
}
.transaction-card dd ul li {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
}
.transaction-card dd p {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .transaction-card {
    margin:15px;
  }
}

/* Resource Module */
.resources-module {
  display:grid;
  grid-gap: 55px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .resources-module .resource-item {
    display: block;
    float:left;
    margin-right:55px;
    margin-bottom:55px;
  }
}
.resources-module .type {
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  margin-top:20px;
  margin-bottom:20px;
  color:#5d626e;
}
.resources-module h4 {
  padding:0;
  margin:0;
  margin-bottom:23px;
  font-family: proxima-nova;
  text-transform: capitalize;
  font-size: 1.375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color:#003767;
}
.resources-module a {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 1.26px;
  text-align: left;
  text-decoration:none;
  text-transform:uppercase;
  color:#003767;
}
.resources-module a.image {
  min-height:220px;
  background-size:cover;
  display:block;
}
.resources-module .icon-holder {
  min-height:220px;
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:rgba(154, 165, 176, 0.1);
  color:#003767;
}
.resource-filter #resource-dropdown {
  border: solid 1px #003767;
  display:block;
  width:100%;
  padding:12px 15px;
  color:#9aa5b0;
  background: transparent;
}
.resource-list-filter h2 {
  margin-bottom:30px;
}
.resource-filter {
  margin-bottom:60px;
}
.resource-filter a {
  color: #9aa5b0;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  padding-right:59px;
}
.resource-filter a.active {
  color:#5d626e;
}
.resource-filter a:last-child{
  padding-right:0;
}
@media only screen and (max-width:767px) {
  .resource-filter a {
    padding-right: 10px;
  }
  .resources-module {
    grid-gap: 25px;
    padding:0 25px;
  }
  .resources-module a.image {
    min-height:inherit;
  }
  .resources-module .icon-holder {
    min-height:150px;
  }
  .resource-filter #resource-dropdown {
    width:85%;
    margin:0 auto;
  }
  .resources-module .resource-item {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 20px;
  }
  .resources-module a,
  .resources-module .type,
  .resources-module h4 {
    text-align:left;
  }
}



/* Team Members Module */
.team-cards {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.team-cards .member-card {
  border-radius: 2px;
  padding:15px;
  display:flex;
  position:relative;
}
.team-cards .member-card.shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.team-cards .member-card .member-image img.img-rounded {
  border-radius:50%;
}
.team-cards .member-card .member-image img.img-shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.team-cards .member-card .member-details {
  padding-left:31px;
  padding-right:20px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  pointer-events: none;  /* IMPORTANT! Lets clicks fall through */
  position: relative;
  z-index: 2; 
}
.team-cards .member-card .member-details h4 {
  display:block;
  margin:0;
  padding:0;
  font-family: proxima-nova;
  text-transform: capitalize;
  font-size: 1.375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
}
.team-cards .member-card .member-details h6 {
  display:block;
  margin:0;
  padding:0;
  margin-top:9px;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform: uppercase;
}
.team-cards .member-card .member-details .member-title {
  color: #5d626e;
  letter-spacing:normal;
}
.team-cards .member-card .member-details ul li {
  padding:0;
  margin:0;
  margin-bottom:13px;
  color: #00080f;
}
.team-cards .contact-form {
  transition: all ease 0.5s;
  height:auto;
}
.profile h4.member-name{
  padding:0;
  margin:0;
  font-size: 1.375rem;
  font-weight: normal;
}
.profile h6.member-title{
  padding:0;
  margin:0;
  color:#5d626e;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top:12px;
  margin-bottom:23px;
}
.profile ul li {
  margin-bottom:20px;
}
.lity-content .contact-form {
  background:#fff;
  padding: 25px;
  min-width: 600px;
}
.lity-content .profile {
  background:#fff;
  padding: 25px;
}
.profile .text-scroll {
  display:block;
  max-height:350px;
  max-width:500px;
  overflow-y:scroll;
  overflow-x:none;
}
.mobile-flex{display:flex;}
.mobile-flex > .flex-item:first-child{width:300px;}
.mobile-flex > .flex-item:last-child{width:300px;padding-left:30px;}
.mobile-flex > .flex-item .image img {
  max-width: 190px;
}
.lity-close {
  top: 0px !important;
  right: 5px !important;
  color: #003767 !important;
  position: absolute !important;
}
@media only screen and (max-width:767px) {
  .mobile-flex {
    flex-direction:column;
  }
  .mobile-flex>.flex-item:last-child {
    width:100%;
    padding-left:inherit;
  }
  .mobile-flex>.flex-item>.hbspt-form{
    width:100%;
  }
  .profile img {
    max-width:200px;
  }
  .profile ul li {
    margin-bottom:5px;
  }
  .profile .text-scroll {
    display:block;
    max-height:200px;
    max-width:inherit;
    overflow-y:scroll;
    overflow-x:none;
    padding: 10px;
    border:1px solid #eee;
  }
  .profile .flex-mobile {
    display:flex;
    flex-direction:row;
    margin-bottom:25px;
  }
  .profile .flex-mobile .details{
    flex-direction:column;
  }
  .profile .flex-mobile .details .fa-ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .profile .flex-mobile > img {
    max-width:100px !important;
    max-height:100px !important;
  }
  .team-cards .member-card {
    width:100%;
  }
  .team-cards .member-card {
    flex-direction:row !important;
  }
  .team-cards .member-card.shadow {
    box-shadow:0 !important;
  }
  .team-cards .member-card .member-image{display:flex;}
  .team-cards .member-card .member-details{
    font-size:.9rem;
    padding-right: 10px;
    padding-top: 15px;
    justify-content:flex-start;
  }
  .team-cards .member-card .member-details ul li{margin:0;}
  .team-cards .member-card.shadow{box-shadow:0;}
  .team-cards .member-card .member-details h6 {
    font-size:.85rem;
  }
  .lity-content .contact-form{
    min-width:inherit;
    min-width: inherit;
  }
  .lity-container{
    max-width:100% !important;
  }
  .team-cards.small .member-card {
    margin-bottom:30px;
  }
  .mobile-flex > .flex-item{
    width:100%;
    display:flex;
  }
  .mobile-flex > .flex-item .details h4,
  .mobile-flex > .flex-item .details h6 {
    margin-bottom:5px;
  }
  .mobile-flex > .flex-item .details .fa-ul li {
    margin-bottom:5px !important;
  }
  .mobile-flex > .flex-item .image img {
    max-width: 100px;
    margin-right: 10px;
  }
}
.team-mobile-content,.team-mobile-header {display:none;}
@media only screen and (max-width:767px) {
  .team-mobile-header{max-width:465px;margin:0 25px;margin-bottom:30px;border:1px solid #9ebfd9;border-left:0;display:flex !important;padding:0;justify-content:space-between;flex-wrap:nowrap;}
  .team-mobile-header .header{width:50%;text-decoration:none;color:#9aa5b0;padding: 15px 34px 14px 33px;text-align:center;display:flex;justify-content:center;align-items:center;border-left:1px solid #9ebfd9;cursor:pointer;}
  .team-mobile-header .header.active{background-color:#9ebfd9;color:#003767;}
  .team-mobile-header .header h3{white-space: nowrap;margin:0;padding:0;font-size: 0.875rem;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.21;letter-spacing: normal;text-transform:uppercase;}
  .team-mobile-content{max-width:465px;margin:0 auto;}
  .team-mobile-content .content{display:none !important;}
  .team-mobile-content .content.active{display:flex !important;}
}

@media only screen and (max-width:767px) {
  .social-icons-block a{
    margin-top:20px !important;
  }
}
/* Hidden Contact Form on Team Page */
#hidden-contact-form{display:none;}

/* Custom Lity */
.lity{
  background:rgba(0,0,0,.5) !important;
  z-index:999;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: rgba(154, 165, 176,0.1);
}
.template-homepage .hero-section-wrap {
  height: 100vh;
  position: relative;
  background-position:center bottom;
  background-image: url(https://464807.fs1.hubspotusercontent-na1.net/hubfs/464807/raw_assets/public/GlobalJetCapital/images/heros/home.jpg);
}
.template-homepage .hero-section-overlay {
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 55, 103,1) 0%, rgba(0, 55, 103,0) 550px);
  background-image: -moz-linear-gradient(180deg, rgba(0, 55, 103,1) 0%, rgba(0, 55, 103,0) 550px);
  background-image: -webkit-linear-gradient(top, rgba(0, 55, 103,1) 0%, rgba(0, 55, 103,0) 550px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-homepage .hero-section-overlay h1 {
  display:block;
}
@media only screen and (min-width:768px) {
  .template-homepage .hero-section-overlay > .container-fluid {
    margin-top:-80px
  }
}
@media only screen and (max-width:767px) {
  .template-homepage .dnd_area-row-2-force-full-width-section > .row-fluid {
    display:flex;
    flex-direction:column-reverse;
  }
  .template-homepage .hero-section-wrap,
  .template-homepage .hero-section-overlay {
    height:inherit;
    min-height: 53.13rem;
  }
}
.body-container__landing .dnd-section:nth-child(even) {
  background-color: rgba(154, 165, 176,0.1);
}
.lp-form-box{
  box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.16);
  padding-top:46px;
  padding-bottom:36px;
  padding-left:40px;
  padding-right:58px;
  position: absolute;
  z-index:5;
  top: -365px;
  background-color:#fff;
}
.footer__lp-right{
  display:flex;
  min-height:60px;
  align-items:center;
  justify-content:flex-end;
}
.footer__lp-right svg:last-child {
  margin-left:15px;
}
.subfooter {
  background-color: rgba(154, 165, 176, .1);
}
.subfooter.subfooter__landing-dark {
  background-color: rgba(154, 165, 176, 1);
}
@media only screen and (max-width:767px) {
  .flex-mobile{
    display: flex;
    flex-direction: column-reverse;
  }
  .lp-form-box {
    box-shadow:inherit;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    top:inherit;
    position:relative;
  }
}
/* Pillar Page Styles */
.pillar-page{
  display:flex;
}
.pillar-page aside{
  width: 21%;
  min-width:360px;
  position:relative;
  border-right:1px solid #cecece;
  background-color: rgba(154, 165, 176, 0.1);
}
.fixed-sidebar{
  max-width:300px;
  margin-left:auto;
}
.pillar-page article {
  width: 79%;
}
.pillar-page aside .dnd-section {
  padding-left:0;
  padding-right:0;
}
.pillar-page aside .sidebar-container {
  display: flex;
  justify-content:flex-end;
  padding-right: 39px;
  position:relative;
}
.pillar-page aside h4 {
  margin:0;
  padding:0;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 1.08px;
  text-align: left;
  text-transform:uppercase;
  color: #003767;
  margin-bottom: 20px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.pillar-page aside .sidebar-container.sticky {
  position: fixed;
  top: 0;
  width: 30%;
  margin-top: 75px;
}

@media only screen and (max-width:767px) {
  .pillar-page aside{
    display:none;
  }
  .pillar-page article {
    width:100%;
  }
}
.header {
  background-color: rgba(154, 165, 176,0.1);;
}
.header.blog {
  padding-bottom:25px;
}

.header__topbar {
  border-bottom: solid 1px rgba(255,255,255,0.5);
  padding: 4px 0px 5px 0px;
}
.header__topbar .header__topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.header__topbar .header__topbar-content a {
  margin:0;
  padding:0;
  color: #fff;
  line-height: 1.21;
  letter-spacing: 0.7px;
  font-size: 0.875rem;
  text-decoration:none;
}
.header__topbar .header__topbar-content a i.fa {
  font-size: 0.75rem;
  line-height: 1.17;
}
@media screen and (max-width: 767px) {
  .header__topbar .header__topbar-content {
    justify-content: space-between;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 25px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  height: auto;
  margin-left: 0px;
  margin-right: auto;
}
.header__logo.lp {
  margin-left:auto;
  margin-top:29px;
}
.header__logo img {
  max-width: 200px;
  height: auto;
}
.stickit .header__logo img {
  max-width:200px;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}
.header__logo--tablet {
  display: none;
}
.header__logo--main {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.stickit .header__logo--main {
  padding-top:10px;
}
@media only screen and (max-width:767px) {
  .stickit .header__logo.lp {
    margin-top:10px;
  }
  .header__logo.open {
    position:fixed;
    z-index:10;
    top:35px;
  }
  header.stickit .header__logo.open img {
    max-width: inherit;
  }
}

/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */
.header__language-switcher .globe_class {
  position:relative;
  background-image:url(https://464807.fs1.hubspotusercontent-na1.net/hubfs/464807/globe-w.png);
  margin-top:6px;
  padding-left:195px;
  height:15px;
  background-size:contain;
}
.stickit .header__language-switcher .globe_class {
  background-image:url(https://static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
}

.header__language-switcher .globe_class:after {
  content:'LANGUAGES';
  display:block;
  position:absolute;
  right:0;
  top:-3px;
  color:#fff;
  font-size:.875rem;
}
.header__language-switcher:lang(zh) .globe_class {
  padding-left:91px;
}
.header__language-switcher:lang(zh) .globe_class:after {
  content:'语言';
}
.header__language-switcher:lang(fr) .globe_class {
  padding-left:163px;
}
.header__language-switcher:lang(fr) .globe_class:after {
  content:'LANGUES';
}
.header__language-switcher:lang(es) .globe_class {
  padding-left:149px;
}
.header__language-switcher:lang(es) .globe_class:after {
  content:'IDIOMAS';
}
.header__language-switcher:lang(de) .globe_class {
  padding-left:180px;
}
.header__language-switcher:lang(de) .globe_class:after {
  content:'SPRACHEN';
}
.stickit .header__language-switcher .globe_class:after {
  color: #003767;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before{
  position:inherit;
  display:none;
}

.header__language-switcher {
  cursor: pointer;
  padding-left:10px;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 0.8rem;
  color: #00080f !important;
  top: 20px;
  left: inherit;
  transform: inherit;
  right: 0;
  min-width: 130px;
  padding-top:0;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

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

.header__language-switcher .lang_list_class li {
  border: none;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: proxima-nova, sans-serif;
  color: #00080f;
  display:block;
  padding-top:10px;
}

.header__language-switcher .lang_list_class li:last-child a {
  padding-bottom:10px;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #00080f;
}

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

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

@media only screen and (min-width:1150px) and (max-width:1600px) {
  .header__logo img:lang(es) {
    max-width:140px;
  }
}

/* Tablet Styles */
@media (max-width: 1149px) and (min-width: 768px) {
  .header__column {
    width: 100%;
  }
  .navigation-primary {
    text-align:right;
  }
  .header__logo--tablet {
    display: block;
  }
  .pre-nav {
    display: flex!important;
    justify-content: space-between!important;
    padding: 5px!important;
  }
}

/* Mobile Styles */

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

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }
  .header__navigation.open {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background-color: rgba(154, 165, 176,0.1);;
    z-index: 2;
    padding-left:0px;
    padding-top:130px;
    height: 100vh;
    width:100vw;
    overflow-y:auto;
  }
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background-color: rgba(154, 165, 176,0.1);;
    z-index: 2;
    padding-left:0px;
  }
  .header__navigation--toggle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M24 6h-24v-4h24v4zm0 4h-24v4h24v-4zm0 8h-24v4h24v-4z'/%3E%3C/svg%3E");
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    background-color: rgba(0, 55, 103, .3);
    height: 25px;
    width: 25px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .header__navigation--toggle.open {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 386.667 386.667' height='512' viewBox='0 0 386.667 386.667' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23fff;' d='m386.667 45.564-45.564-45.564-147.77 147.769-147.769-147.769-45.564 45.564 147.769 147.769-147.769 147.77 45.564 45.564 147.769-147.769 147.769 147.769 45.564-45.564-147.768-147.77z'/%3E%3C/svg%3E%0A");
    position:fixed;
    z-index:10;
    right: 25px;
    top: 58px;
  }
  .header__language-switcher .globe_class {
    padding-left:174px;
  }
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
  }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

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

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

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

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

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

  .header__navigation.open {
    background-color:rgba(0, 55, 103, .8);
  }

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

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: hidden;
    opacity: 1;
    top: 20px;
    left: 0px;
    width:100%;
    transform:translateX(0%)!important;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }
  .lang_list_class:after, .lang_list_class:before {display:none;}

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
  header.stickit {
    position: fixed !important;
    background-color: #fff;
    z-index: 99 !important;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 15px -1px rgba(0,0,0,0.19);
    box-shadow: 0px 5px 15px -1px rgba(0,0,0,0.19);
  }
  header.stickit .header__topbar a {
    color: rgba(0, 55, 103, 1);
  }
  header.stickit .header__logo img {
    max-width: 130px;
  }
}
/* Sticky Header Styles */
@keyframes stickyshow {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0.5;}
  100% {opacity: 1;}
}

.sticky-header {
  position:fixed;
  width:100%;
  top:0;
  display:none;
  opacity:0;
  z-index:50;
  animation-name: stickyshow;
  animation-duration: .6s;
  background: #003767;
  padding: 3px 25px;
}
.sticky-header.stickit {
  display:flex;
  flex-direction:column;
  opacity:1;
  border-bottom:1px solid #cecece;
}
.sticky-header .header__container {
  padding:0;
}
.sticky-header .header__topbar .header__topbar-content a {
  color: rgba(0, 55, 103, 1);
}
.sticky-header--container {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.hs-button, a.btn, a.cta_button {
  margin:0;
  position: relative;
  display: inline-block;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  border-radius: 0;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 2.786rem;
  padding-left: 2.786rem;
  font-size: smaller;
  line-height: 1.857rem;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.btn[class*='span'] {
  margin-left: 0;
  margin-right: 0;
}
.btn:first-child {
  margin-left: 0;
}

.btn-primary,
.btn-primary:visited, .cta-btn-primary a.cta_button,.cta-btn-primary a.cta_button:visited {
  background: #00080f;
  border-color: #00080f;
}
.btn-primary:hover, .cta-btn-primary a.cta_button:hover {
  background: #000000;
}
.btn-primary:active, .cta-btn-primary a.cta_button:active {
  background: #283037;
}
.btn-secondary,
.btn-secondary:visited, .cta-btn-secondary a.cta_button:visited, .cta-btn-secondary a.cta_button {
  background: ;
  border-color: ;
}
.btn-secondary:hover, .cta-btn-secondary a.cta_button:hover {
  background: ;
}
.btn-secondary:active, .cta-btn-secondary a.cta_button:active {
  background: ;
}
.btn-tertiary,
.btn-tertiary:visited , .cta-btn-tertiary a.cta_button, .cta-btn-tertiary a.cta_button:visited {
  background: #005b96;
  border-color: #005b96;
}
.btn-tertiary:hover , .cta-btn-tertiary a.cta_button:hover {
  background: #00336e;
}
.btn-tertiary:active, .cta-btn-tertiary a.cta_button:active {
  background: #2883be;
}
@media(max-width: 767px) {
  .button-container {margin-bottom:10px;}
}


a.btn.button-outline {
  width: auto;
  display: inline-block;
  text-decoration: none;
  text-align:center;
  text-transform: uppercase;
  padding-top:18px;
  padding-left:56px;
  padding-right: 55px;
  padding-bottom:17px;
  color: #003767;
  background-color: transparent;
  border: solid 1px #003767;
}
a.btn.button-outline.white {
  border: solid 1px #fff;
  color: #fff;
}

a.btn.button-solid {
  width: auto;
  display: inline-block;
  text-decoration: none;
  text-align:center;
  text-transform: uppercase;
  padding-top:15px;
  padding-left:56px;
  padding-right: 55px;
  padding-bottom:14px;
  color: #fff;
  background-color: #003767;
  border: solid 1px #fff;
  margin-top:40px;
}
a.btn.button-solid:hover {
  color: #fff;
}


.hs-submit .hs-button {
  margin-top:30px;
}


.hs-button:hover,
.btn:hover,
.button--primary:hover {
  transform: translate3d(0, -6px, 0);
  -webkit-transform: translate3d(0, -6px, 0);
}



@media only screen and (min-height:768px) and (max-width:1024px) {
  a.btn.button-solid,
  a.btn.button-outline {
    padding-left:26px;
    padding-right: 25px;
  }
}


@media only screen and (max-width:767px) {
  a.btn, .cta-btn a.cta_button {
    font-size: 1rem !important;
    padding: 13px 30px !important;
  }
}
.footer {
  background-color: #003767;
  text-align: center;
  padding: 60px 0px;
  padding-bottom:0;
}
.footer__social {
  margin-top:5px;
}
.footer__container {
  max-width: 1160px;
  margin: 0 auto;
  padding:0 25px;
}
.footer__copyright {
  font-size: 1rem;
  text-align:left;
}
.footer.option2 .footer__container {
  display: flex;
  justify-content: space-between;
}
.copyright__container {
  margin-top:0;
  text-align:left;
  border-top: 1px solid rgba(255,255,255,.5);
}
.copyright__container a {
  display:inline-block;
}
.copyright__container .left, 
.copyright__container .right {
  display:flex;
}
.copyright__container .right .footer__terms{
  padding-left:10px;
}
.copyright__container .footer__group {
  display:flex;
}
.footer__copyright:lang(fr),
.copyright__container:lang(fr) .right,
.footer__copyright:lang(de),
.copyright__container:lang(de) .right {
  font-size: 0.875rem;
}

h5.menu-col {
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.7px;
  text-align: left;
  color:#fff;
  display:block;
  max-width: 155px;
  min-height:33px;
  margin-bottom:22px;
}
h5.menu-col:lang(de){
  font-size:.775rem;
  margin-bottom:0px;
}
ul.menu-col {
  display:block;
  max-width: 150px;
  list-style: none;
  padding:0px;
}
ul.menu-col:lang(de) {
  margin-top:10px;
}
ul.menu-col li a {
  display:inline-block;
  margin-bottom:15px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
}
ul.menu-col li a:hover {
  text-decoration:none;
}
ul.menu-col.column2 li:first-child a {
  border: 1px solid #fff;
  padding: 6px 16px;
}
.footer-languages,
.footer-conditions {
  display:inline-block;
}
.footer-languages {
  margin-left:40px;
}

@media only screen and (min-width:768px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
  }
  .footer__container .left {
    display:flex;
  }
  .footer__container .left .footer__phone {
    padding-right:20px;
  }
  .footer__container .left .social-links__icon svg {
    margin-right:6px;
  }
  .footer__container.justify-center {
    justify-content:center;
  }
  .foot-menu-container {
    display: flex;
    justify-content: space-evenly;
  }
  .copyright__container {
    padding-top: 24px;
    padding-bottom: 22px;
  }
  .flex-wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot-search {padding-top:15px;}
  .column-outer {text-align: left;padding:15px;}
}
@media only screen and (max-width:767px) {
  .footer {
    margin-top: -2px;
  }
  .foot-menu-container {
    display: flex;
    flex-wrap: wrap;
  }
  .copyright__container {
    padding-bottom:10px;
  }
  .copyright__container .left,
  .copyright__container .right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .copyright__container .footer__group {
    justify-content:center;
    align-items:center;
  }
  .footer__phone {
    margin-right:15px;
  }
  .foot-menu-container .column-outer{
    width:48%;
  }
  .foot-menu-container .column-outer:first-child{
    margin-right:10px;
  }
  h5.menu-col {margin-bottom:0;}
  ul.menu-col {text-align:left;margin:0;margin-bottom:36px;}
  ul.menu-col li{line-height:1rem;}
  .footer__copyright{text-align:center;}
  .footer_social {
    text-align:center;
  }
  .sub-footer{
    border-top:0;
    margin-top:inherit;
  }
  .sub-footer .right {
    text-align:center;
    padding-bottom:25px;
  }
  .sub-footer .right,
  .sub-footer .left {
    flex-direction:column;
  }
  .sub-footer .footer__group {
    justify-content:space-around;
    align-items:center;
    padding-bottom:20px;
  }
  .sub-footer .footer__group .footer__phone {
    padding-right:20px;
  }
  .sub-footer .visible-phone {
    justify-content: center;
    padding:20px 0;
    border-top: 1px solid #9ebfd9;
  }
  .footer__container .left .social-links__icon svg {
    margin-right:6px;
  }
  .footer-languages,
  .footer-conditions {
    display:block;
    text-align:center;
    padding-bottom:50px;
  }
  .footer-languages {
    margin-left:inherit;
  }
}
.blog-hero-section-wrap {
  padding-top:128px;
  min-height:25rem;
  position: relative;
  background-color: rgba(154, 165, 176, 0.1);
  background-image: url(https://464807.fs1.hubspotusercontent-na1.net/hubfs/464807/Blog%20banner.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.hs-blog-post .blog-hero-section-wrap {
  background-image:none;
}
.hs-blog-post .header {
  background-color: rgba(0,55,103,1) !important;
}
.blog-hero-section-wrap.index {
  background-color: #003767;
}
.blog-hero-section-wrap time {
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform:uppercase;
  color: #5d626e;
}
.blog-hero-section-wrap .content {
  display: flex;
  justify-content: flex-end;
}
.blog-hero-section-wrap .content .content-wrap {
  min-height:525px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
}
.blog-hero-section-wrap .content .content-wrap {
  max-width:475px;  
}
.blog-hero-section-wrap .content h1 {
  display:block;
  font-size: 2.375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
}
.blog-hero-section-wrap.index h1 {
  padding:0;
  margin:0;
  font-size: 2.375rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  display:block;
  margin-top:70px;
  margin-bottom:24px;
}
.blog-hero-section-wrap.index h1.blog-index__tag-heading {
  margin-top: 24px;
  margin-bottom:inherit;
}
.blog-hero-section-wrap.index h5.blog-index__tag-heading {
  margin-top:70px;
}
.blog-hero-section-wrap.index h1,
.blog-hero-section-wrap.index h5 {
  color:#fff;
}
.blog-header {
  background-color: rgba(154, 165, 176,0.1);;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  padding: 11.3rem 0 2.3rem 0;
}
.blog-header__inner.blog_list {
  margin: 0 auto;
  padding: 3.3rem 0 1.3rem 0;
}
.blog-header__title {
  font-size: 1.8rem;
  color:#fff;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-tags-dropdown {
  max-width:400px;
  width:100%;
  margin:0 auto;
  padding: 8px;
  margin-bottom: 20px;
  border: solid 1px #003767;
  display: block;
  width: 100%;
  padding: 12px 15px;
  color: #9aa5b0;
  background-color: transparent;
}
@media only screen and (max-width:767px) {
  .blog-tags-dropdown {
    margin-bottom: -20px;
  }
}

.blog-avatar {display:inline;border-radius:50px;height:35px!important;width:auto!important;vertical-align: top;margin-right:5px;}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
  padding-top: 7px;
}

.blog-header__form input.hs-button.primary.large {
  background: #fff;
  color: #000;
  border: 0px;
  opacity:.8
}
.blog-header__form input.hs-button.primary.large:hover {
  background: #fff;
  color: #000;
  border: 0px;
  opacity:1;
}
.blog-header__form .hs-form label {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .push-rightside {padding-right:5vw;}
}

.blog-index {
  padding: 70px 0;
  background-color: rgba(154, 165, 176, .1);
}
.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__post {
  /*flex:  0 0 100%;*/
  padding: 1rem;
}
/*@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}*/
/*@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}*/
@media only screen and (max-width:767px) {
  .blog-index {
    padding: 40px 25px;
  }
  .blog-index__post {
    flex:inherit;
    display:flex;
    flex-direction:column-reverse;
    padding-left:0;
    padding-right:0;
  }
  .blog-cards .blog-index__post {
    flex-direction:column;
  }
}
.blog-index__post-image {
  display: block;
  /* background-size: cover; */
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 53%;
  background-image: url();
  border:0px solid #F5F6F7;
  /* background-color: transparent; */
}
@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-right: 2rem;
}
  .blog-index__post-image--large {
  flex: 1 1 48%;
  min-height:450px;
  margin-left:114px;
}
  .blog-index__post-content--large {
  flex: 1 1 48%;
  max-width:380px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-direction:column;
}*/
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content time {
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform:uppercase;
  color:#5d626e;
  display:block;
  margin-top:20px;
  margin-bottom:21px;
}
.blog-index__post-content .read-more {
  display:inline-block;
  margin-top:60px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 1.26px;
  text-align: left;
  text-transform: uppercase;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content a {
  color: #003767;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-tags-list {
  display:flex;
  padding-top:30px;
  padding-bottom:60px;
  justify-content:center;
}
.blog-tags-list a {
  display:inline-block;
  margin-left:40px;
  color: #9aa5b0;
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform:uppercase;
}
.blog-tags-list a:first-child {
  margin-left:0;
}
.blog-tags-list a.active {
  color:#5d626e;
}

.blog-articles-by-topic {
  padding-top:50px;
  padding-bottom:50px;
}
.blog-articles-by-topic .blog-cards {
  display:flex;
  flex-wrap: wrap;
}
.blog-articles-by-topic .blog-cards .blog-index__post {
  text-align:left;
}
@media only screen and (max-width:767px) {
  .blog-articles-by-topic {
    padding-left:25px;
    padding-right:25px;
  }
  .blog-articles-by-topic .blog-cards {
    margin-top:50px;
  }
  .blog-articles-by-topic .blog-cards .blog-index__post {
    padding-left:0;
    padding-right:0;
  }
  .blog-index__post-content .read-more {
    margin-top:10px;
  }
}

.blog-pagination {
  border-top: 1px solid rgba(154, 165, 176, 0.1);
  display: flex;
  justify-content: center;
  padding-top:20px;
  padding-bottom: 56px;
}
.blog-pagination__link {
  display: inline-block;
  margin: 0 .1rem;
  color: #00080f;
  text-decoration: none;
  border: 0;
  line-height: 1;
}
.blog-pagination__link--active {
  background-color:rgba(0,0,0,.1);
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__number-link {
  display:inline-block;
  border:1px solid #00080f;
  padding: 4px;
  width: 25px;
  text-align: center;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: 1.25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: 1.25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #00080f;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #00080f;
}
.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:0 25px;
  padding-top:60px;
  padding-bottom:30px;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #00080f;
  text-decoration: underline;
}
.blog-post .author {
  margin-top:32px;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform: uppercase;
}
.blog-post .author .social-icons i {
  display:inline-block;
  color:#9aa5b0 !important;
  margin-left:10px;
}
.blog-post__tags {
  color: #9aa5b0;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform:uppercase;
  color: #9aa5b0;
}

.blog-recent-posts {
  border-top:1px solid #5d626e;
  margin:0 auto;
  margin-top:53px;
  padding: 60px 0;
  max-width: 1160px;
}
@media only screen and (max-width:767px) {
  .blog-hero-section-wrap {
    padding-top: 174px;
  }
  .blog-hero-section-wrap .content h1 {margin-left:-40px;}
  .blog-hero-section-wrap .image {
    display:none;
  }
  .blog-hero-section-wrap .content-wrap{
    padding:0 25px;
  }
  .blog-recent-posts {
    padding-left:36px;
    padding-right:36px;
  }
  .blog-recent-posts__post{
    padding-right:inherit !important;
    margin-bottom:25px !important;
  }
}
.blog-recent-posts h2 {
  display:block;
  margin:0;
  padding:0;
  margin-bottom:40px;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.48px;
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
@media only screen and (max-width:767px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #00080f;
  padding-right: 54px;
}
.blog-recent-posts__post time {
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  display:block;
  margin: 20px 0;
  text-transform:uppercase;
  color: #5d626e;
}
@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-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 53%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #003767;
  color: #003767;
}
.blog-comments .hs-button:hover {
  background-color: #003767;
  color: #ffffff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #003767;
}

/* Blog Subscription Section */
.blog-subscription {
  background-color: rgba(154, 165, 176, 0.1);
}
.blog-subscription .image {
  background-size:cover;
  background-position:center center;
  clip-path: polygon(0 0, 75% 0, 90% 100%, 0 100%);
}
.blog-subscription .image,
.blog-subscription .content {
  min-height:472px !important;
}
.blog-subscription .content {
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
@media only screen and (max-width:767px) {
  .blog-subscription .image,
  .blog-subscription .content {
    min-height:200px !important;
  }
  .blog-subscription .content {
    padding: 25px;
  }
}

/* Posts By Tag */
.hs_cos_wrapper_type_post_filter h3 {
  display:block;
  margin-bottom:30px;
  font-family: proxima-nova;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.28px;
  text-align: left;
}

/* Blog Search Input */
#hs_cos_wrapper_search_input input{
  background-color:#fff;
}

/* Related Posts Sidebar */
.related-posts__sidebar {
  list-style:none;
  margin:0;
  padding:0;
}
.related-posts__sidebar li {
  border-bottom: 1px solid #5d626e;
  padding-bottom:15px;
  margin-bottom:15px;
}
.related-posts__sidebar li a{
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;  
}


.blog-post__sidebar {padding: 3.3rem 0;}
.blog-post__sidebar img {max-width:100%;}
.blog-post__sidebar .section-block {margin-bottom:20px;}
.section-block.fillit {
  background: rgba(154, 165, 176, 0.1);
  color: rgba(0, 8, 15, 1.0);
  padding: 28px 30px;
}
.section-block.fillit a, .section-block.fillit h5, .section-block.fillit .hs-form label {
  color: rgba(0, 8, 15, 1.0);
}
.section-block.fillit h5 {
  display:block;
  margin-bottom:30px;
  font-family: proxima-nova;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.28px;
  text-align: left;
  color: #003767;
}
.section-block input.hs-button.primary.large {
  width: 100%;
}



.press-release--listing {
  padding:80px 25px;
}
.press-release--listing .press-release--post {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #cecece;
}
.press-release--listing .press-release--post h3 {
  padding:0;
  margin:0;
  margin-bottom:15px;
}
.press-release--listing .press-release--post .post-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #005B96;
  font-weight: 600;
  font-style: italic;
}
.press-release--topics,
.press-release--contact {
  padding:80px 25px;
}
.press-release--topics {
  padding-bottom:0;
}
.press-releases-hero-section-wrap {
  min-height:25rem;
  position: relative;
  background-color: rgba(154, 165, 176, 0.1);
  background-image: url(https://464807.fs1.hubspotusercontent-na1.net/hubfs/464807/Press%20Releases%20banner%20top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.hs-blog-listing .press-releases-hero-section-wrap .hero-section-overlay {  padding-top:128px;
}
.hs-blog-post .press-releases-hero-section-wrap {
  padding-top:128px;
  background-image: url(https://464807.fs1.hubspotusercontent-na1.net/hubfs/464807/resource-hero-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;}

.press-releases-hero-section-wrap.index {
  background-color: #003767;
}
.press-releases-hero-section-wrap time {
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform:uppercase;
  color: #5d626e;
}

.press-releases-hero-section-wrap .content {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0px auto;
  padding:30px 0px;
}

.press-releases-hero-section-wrap .content .content-wrap {
  min-height:225px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  padding:0 25px;
}
.press-releases-hero-section-wrap .content h1 {
  display:block;
  font-size: 2.375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color:#fff;
}
.press-releases-hero-section-wrap.index h1 {
  padding:0;
  margin:0;
  font-size: 2.375rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  display:block;
  margin-top:70px;
  margin-bottom:24px;
}
.press-releases-hero-section-wrap.index h1.blog-index__tag-heading {
  margin-top: 24px;
  margin-bottom:inherit;
}
.press-releases-hero-section-wrap.index h5.blog-index__tag-heading {
  margin-top:70px;
}
.press-releases-hero-section-wrap.index h1,
.press-releases-hero-section-wrap.index h5 {
  color:#fff;
}
.press-releases-hero-section-wrap .image {
  background-size:cover;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 10% 100%);
  min-height:525px;
}

img#blog_post_image.clip-forward.clip-reverse {
  display: block !important;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%) !important;
}
.video-content {
  display:flex;
  color:#fff;
}
.video-content .details {
  margin-left:50px;
}
.video-content .details h3,
.video-content .details h6 {
  padding:0;
  margin:0;
  color:#fff;
}
.video-content .details h6 {
  margin-bottom:20px;
}
.video-content .icon a{
  color:#fff;
  text-decoration:none;
}
.video-content .icon i{
  color:#fff;
}
@media only screen and (max-width:767px) {
  .video-content {
    justify-content:center;
    align-items:center;
  }
  .video-content .details {
    margin-left:0px;
  }
  .video-content .icon {
    margin-right:10px;
  }
}

.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: ;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: halogen, sans-serif;
  font-size: 1.25rem;
  color: #00080f;
  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: #00080f;
}

.hs-search-field__bar form {
  display: flex;
  justify-content: center;
  max-width: 100%!Important;
}
@media(max-width: 767px){
  .hs-search-field__bar form {flex-direction:column}
  .hs-search-field__bar button.hs-button {
    max-width: 100%!important;
    margin-left: 0px!important;
    margin-top: 10px;
  }
  .foot-logo {
    margin: auto;
  }
}
@media only screen and (max-width:767px) {
  .mobile-text-left {
    text-align:left !important;
  }
}
@media only screen and (min-width:768px) {
  .liner {
    margin-right:20px;
    padding-right:50px;
    border-right:1px solid #a5a5a5;
  }
}

.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

/* Responsive Grid */
.row-fluid-wrapper,
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
img {max-width:100%;height:auto;}


.content-block {
  max-width:200px;
}
.content-block .content-icon {
  color:#003767;
  margin-bottom:54px;
}
@media only screen and (max-width:767px) {
  .content-block .content-icon {
    margin-bottom:20px;
  }
  .content-block {
    max-width:100%;
    margin-bottom:25px;
  }
  .content-block h4{
    margin-bottom: 1rem;
  }
  .content-block p{
    line-height: 18px;
  }
}

.social-icons-block.border-left {
  border-left:1px solid #9aa5b0;
  height:100%;
}
.social-icons-block.border-right {
  border-right:1px solid #9aa5b0;
  height:100%;
}
.social-icons-block .text-center {
  margin-bottom:50px;
}
@media only screen and (max-width:767px) {
  .social-icons-block{
    margin-bottom:35px;
  }
  .social-icons-block .text-center {
    margin-bottom:10px;
  }
  .social-icons-block.border-left{
    border-left:inherit;
  }
  .social-icons-block.border-right{
    border-right:inherit;
  }
}

.service-cards.solid .service-card-title {
    
    word-break: unset !important;
}