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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
  color: #717296;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { font-family: "Digital Passengers"; 
  src: url("https://2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/DigitalPassengers-Blog_May2021/fonts/Digital%20Passengers.eot") format("embedded-opentype"), 
    url("//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/fonts/Digital%20Passengers.woff2") format("woff2"), 
      url("//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/fonts/Digital%20Passengers.woff") format("woff"),
        url("//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/fonts/Digital%20Passengers.ttf") format("truetype");
          font-style: normal; 
          font-weight: normal; 
          }

@font-face { font-family: "Lufga-Medium"; 
  src: url("//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/fonts/Lufga-Medium.woff2") format("woff2");
    }

@font-face { font-family: "Lufga-Regular"; 
  src: url("//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/fonts/Lufga-Regular.woff2") format("woff2");
    }

/* html {
font-size: 24px;
} */

body {
  font-family: ;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  width: 100vw;
  letter-spacing: 1px;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: ;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* 
@media (max-width: 767px) {
html {
font-size: 18.0px
}
}

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

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

.hs-button {
  margin: 0;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-align: center;
  transition: ease-out 0.4s;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  padding: 15px 53px;
  
  text-decoration: none;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

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


.hs-form label {
  font-family: "Lufga-Regular", sans-serif;
  font-size: 16;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight:300;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin: 20px 0;
}

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


input#hs-pwd-widget-password{
  height:calc(1.5em + 0.75rem + 2px)!important;
}

.hs-input,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #CAD1E1;
  padding: 22px 10px;
  font-size: 16px;
  font-weight: 400;;
  line-height: 1.5;
  color: #33475b;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field,.hs-form-field {
  margin-bottom: 18px;
}

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

#hs-search-module .hs-input {
    margin-bottom: 18px;
}

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.header {
  background-color: #F8FAFC;
}

header.header {
  box-shadow: 0px 1px 5px #00000030;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 45px;
  margin-bottom: 50px;
  z-index: 2;
  padding: 5px 0px;
  transition: 0.2s ease;
  width: 100vw;
}

.header-wrapper {
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem !important;
}

.custom-logo {
  display: inline-block;
}

.custom-logo a {
  margin-right: 3rem;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;

}

.custom-logo a img {
  max-width: 100%;
  height: auto;
}

.navbar {
  justify-content: space-between;
  border-left: 1px solid #E1E5EE;
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}

header.header .page-center {}

.custom-menu-primary {
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-menu #hs_cos_wrapper_header_social,.social-menu{
  align-items: center;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 16px;
}

.social-menu #hs_cos_wrapper_header_social li:first-child {
  margin-right: 10px;
}

.social-menu #hs_cos_wrapper_header_social li a {
  /* font-size: 1.875rem; */
  color: #D54428;
}

.social-menu #hs_cos_wrapper_header_social li:not(:first-child) a {
  font-size: 1.875rem;
}

.social-menu #hs_cos_wrapper_header_social li:first-child a i{
  font-size: 1rem;
}

.social-menu #hs_cos_wrapper_header_social li:first-child a i:before {
  content: "";
  display: inline-block;
  font-family: "Digital Passengers";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.header-form-wrapper .demo input{
  width: 15px;
  color: transparent;
  cursor: pointer;
  background: url(https://www.digital-passengers.com/images/picto-search.svg) no-repeat 9px center;
  padding: 9px 10px 9px 32px;
  padding-left: 10px;
  border: none;
  border-radius: 10em;
  transition: all 0.5s;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  line-height: 1;
  font-size: 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  white-space: initial;
  width: 150px;
  line-height: 18px;
  font-size: 0.875rem;
  font-family: "Lufga-Medium", sans-serif;
  text-transform: uppercase;
  color: #242538;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
  width: 120px;
}


.header-form-wrapper .demo input {
  outline: none;
}



.header-form-wrapper .demo input::-webkit-search-decoration,
.header-form-wrapper .demo input::-webkit-search-cancel-button {
  display: none;
}


.header-form-wrapper .demo input:focus{
  color: rgba(0, 0, 0, 0.78);
  padding: 9px 10px 9px 32px;
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;
  box-shadow: 0 0 5px rgba(230, 55, 25, 0.5);
}

.header-form-wrapper .demo input:-moz-placeholder {
  color: #999;
}

.header-form-wrapper .demo input::-webkit-input-placeholder {
  color: #999;
}

/* Demo 2 */

.header-form-wrapper .demo input[type=search]:hover{
  background-color: #fff;
}

.header-form-wrapper .demo input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

.header-form-wrapper .demo input:-moz-placeholder {
  color: transparent;
}

.header-form-wrapper .demo input::-webkit-input-placeholder {
  color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul li ul li ul li ul li a:before{
  content: "• ";
}


li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner {
  -moz-columns: 2;
  columns: 2;
  padding: 80px 50px;
  border: none;
  box-shadow: 0px 1px 5px #00000030;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner > * {
  -moz-column-break-after: column;
  break-after: column;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner>li:last-child {
  border-right: 0;
  padding-left: 50px;
  border-left: 1px solid #CAD1E1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner>li>a {
  font-size: 0.875rem;
  margin-bottom: 20px;
  font-family: "Lufga-Medium", sans-serif;
  color: #242538;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner ul li a {
  font-size: 14px;
  font-weight: lighter;
  padding: 0.8rem 1.5rem;
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3n)>ul>li>ul .submenu-inner {
  -moz-columns: 2;
  columns: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3n)>ul>li>ul .submenu-inner>li:last-child{
  border-left: 0;
  padding-left: 0;
}


.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.header-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-toggler .animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler .animated-icon1 span {
  background: #e65100;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon1 span:nth-child(1){
  top: 0px;
}

.animated-icon1 span:nth-child(2){
  top: 10px;
}

.animated-icon1 span:nth-child(3){
  top: 20px;
}

.show .animated-icon1 span:nth-child(1){
  top: 11px;
  transform: rotate(135deg);
}

.show .animated-icon1 span:nth-child(2){
  opacity: 0;
  left: -60px;
}

.show .animated-icon1 span:nth-child(3){
  top: 11px;
  transform: rotate(-135deg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  display:none;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  border: none;
  float: none;
  top: 100%;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  z-index: 1000;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
}

header.header.fixed-header {
  position: fixed;
  top: 0;
  right: 0px;
  left: 0;
  z-index: 1030;
  padding: 8px;
  box-shadow: 0px 1px 5px #00000030;
  width: auto;
}

@media(min-width:992px){

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul>li>ul {
    display:block
  }

  .navbar-toggler{
    display:none;
  }
}

@media(max-width:991px){
  .navbar {
    border-left: 0px;
    position: fixed;
    background: white;
    min-height: 100vh;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding: 140px 40px 50px 40px;
    overflow-y: scroll;
    display: none !important;
  }

  .show .navbar {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .custom-menu-primary {
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin: 20px 0;
    font-size: 18px;
    width: 170px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    content: "";
    background: #D54428;
    width: 74px;
    height: 5px;
    display: block;
    margin: 20px 0 0 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
    position: static;
    float: none;
    border: 0;
    display: none;
    left: 0;
    transform: translateX(0%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner {
    -moz-columns: 2;
    columns: auto;
    padding: 0;
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner>li>a {
    margin: 30px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner>li:last-child {
    border-left: 0;
    padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open ul {
    display: block !important;
  }

  .navbar-toggler {
    z-index: 2;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul .submenu-inner ul li a {
    white-space: pre-wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    width: 170px;
  }

  .social-menu,.social-menu #hs_cos_wrapper_header_social{
    margin-top: 40px;
    align-items: center;
    justify-content: space-around;
    display: flex;
    width: 100%
  }

  .social-menu #hs_cos_wrapper_header_social{
    margin-top: 0px;
  }


  .social-menu #hs_cos_wrapper_header_social li:first-child a i {
    font-size: 1.75rem;
  }

  .social-menu #hs_cos_wrapper_header_social li:not(:first-child) a {}

  .icons8-twitter:before{
    content: "";
    display: inline-block;
    font-family: "Digital Passengers";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  .icons8-facebook:before{
    content: "";
    display: inline-block;
    font-family: "Digital Passengers";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  .header-form-wrapper {
    display: none;
  }

  .social-menu #hs_cos_wrapper_header_social li{
    margin-right: 10px;
  }

  .social-menu #hs_cos_wrapper_header_social li:last-child {
    margin-right: 0;
  }
}

@media(max-width:576px){
  .header-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}

footer.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-item1 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.footer-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  /* font-size: 0.75rem; */
}

.footer-item2 {
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-item3 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.footer-item4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-item2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-item2 ul li {
  margin-bottom: 10px;
}

.footer-item2 ul li a {
  font-size: 0.75rem;
  color: #95A1BB;
}

.footer-item2 ul li a:hover {
  color: #FE6449;
}

.footer-item p {
  font-size: 0.75rem;
  line-height: 20px;
}

.footer-item3 p:first-child {
  margin-bottom: 0;
}

.footer-item3 p:nth-child(2) {
  margin-top: 21px;
  margin-bottom: 20px;
}

.footer-item3 p:nth-child(2) a {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.75rem;
}

.footer-item3 p:nth-child(2) a:hover {
  text-decoration:none;
}

.footer-item3 p:last-child {     
  margin-bottom: 0;
}

#hs_cos_wrapper_social_text p {
  margin-top: 19px;
  margin-bottom: 0;
}

.footer-item4 p a{
  font-size: 1.25rem;
}

.footer-item4 p a:hover{
  text-decoration:none;
}

.footer-item4 p a:first-child {
  margin-right: 9px;
}

.footer-item4 p a .icons8-twitter:before{
  content: "";
  display: inline-block;
  font-family: "Digital Passengers";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.footer-item4 p a .icons8-facebook:before{
  content: "";
  display: inline-block;
  font-family: "Digital Passengers";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.footer_contact-sec{
  background:url(//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/images/picto-contact.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ft-column {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ft-contact-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ft-column h3 {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-family: Lufga-Regular, sans-serif;
}

.ft-column h3:after {
  content: "";
  background: #D54428;
  height: 2px;
  width: 110px;
  display: block;
  margin: 20px auto auto auto;
}

.ft-column p {
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 20px;
}

.ft-column a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-radius: 4px;
  transition: ease-out 0.4s;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 400;
  padding: 17px 38px;
  text-align: center;
  vertical-align: middle;
  font-family: "Rubik", sans-serif;
  border-style: solid;
  border-width: 1px;
}

.ft-column a:hover {
  text-decoration: none;
}

@media(max-width:991px){
  .footer-item1 {
    flex: 100%;
    max-width: 100%;
  }

  .footer-item2 {
    flex: 100%;
    max-width: 100%;
  }

  .footer-item3 {
    flex: 100%;
    max-width: 100%;
  }

  .footer-item4 {
    flex: 100%;
    max-width: 100%;
  }

  .footer-item {
    margin-bottom: 50px;
  }

  .footer-item:last-child {
    margin-bottom: 0;
  }
}

@media(max-width:576px){
  footer.footer .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


.listing-wrapper {
  min-height: 90vh;
  padding-top: 150px;
  line-height: 1;
  width: 100vw;
}

.listing-wrapper:before {
  background: #F6F7FA;
  height: 400px;
  width: 500px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  /* z-index: -1; */
}

.listing-wrapper:after {
  content: "";
  background: url(//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/images/decoration-full-lines.svg);
  position: absolute;
  top: 180px;
  right: 0px;
  /* z-index: -1; */
  width: 500px;
  height: 470px;
}

.hs-blog-listing, .hs-blog-post {
  width: 100vw;
  position: relative;
}

.listing-header {
  position: relative;
}

.topics-wrapper {
  position: relative;
}

.breadcrumb-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bd-inner {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bd-main {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bd-col {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bd-col a {
  font-size: 0.75rem;
  font-family: "Lufga-Regular", sans-serif;
  color: #95A1BB;
}

.bd-col a:hover {
  text-decoration: none;
  color: #FE6449;
}

.blog-banner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-banner-content {
  margin-bottom: 10px;
  margin-left: 16.6666666667%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-banner-content .blog-title {
  font-size: 2.375rem;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Lufga-Medium", sans-serif;
  color: #242538;
  line-height: 1;
  font-weight: 300;
}

.blog-banner-content .blog-sub-title {
  line-height: 1.75rem;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Lufga-Regular", sans-serif;
  color: #717296;
}


.topics-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.topics-inner-wrap {
  margin: auto;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/*Winzana*/
.custom-categories{
  z-index: 1;
  position: relative;
}

.custom-categories ul {
  border-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-categories ul li {
  margin: 10px 6px;
}

.custom-categories ul li.active a{
  background: #D54428;
  color: #FFFFFF;
}

.custom-categories ul li a:hover {
  color: #FE6449;
}

.custom-categories ul li.active a:hover {
  color: #ffffff;
}

.custom-categories ul li a {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #D54428;
  color: #D54428;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 12px;
  margin-bottom: -1px;
  display: block;
}

.listing-artical-sec {
  margin-top: 50px !important;
}

.list-artical-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.aricle-col {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.tab-artical {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.list-blog-index {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
}

.listing-artical-sec {
  position: relative;
  z-index: 1;
}

.blog-index-post-small {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-index-post-small a:after {
  content: "";
  background-image: url(//2744050.fs1.hubspotusercontent-na1.net/hubfs/2744050/raw_assets/public/DigitalPassengers-Blog_May2021/images/before-title.svg);
  width: 82px;
  height: 12px;
  display: block;
  margin: 30px 0px 30px 0px;
}

.blog-index-post-small a img {
  max-width: 100%;
  height: auto;
}


.custom-categories ul li a:hover {
  text-decoration:none;
}

.blog-index-post-content {
  margin-top: 30px;
  margin-bottom: 30px;
  /* line-height: 22px; */
  /* font-size: 0.875rem; */
  /* font-family: "Lufga-Regular", sans-serif; */
}

.blog-index-post-content h2 {
  line-height: 1.25rem;
  font-size: 0.75rem;
  margin-bottom: 30px;
  font-family: "Lufga-Medium", sans-serif;
  color: #D54428;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-index-post-content h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #242538;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Lufga-Regular", sans-serif;
  margin-bottom: 0;
}

.blog-index-post-small a:hover {
  text-decoration: none;
}

.list-content-summery {
  line-height: 22px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Lufga-Regular", sans-serif;
  color: #95A1BB;
}

.post-banner {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.post-banner .blog-banner-content {
  margin-left: 0;
  margin-bottom: 60px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.post-banner .blog-banner-content .blog-title {
  margin-top: 80px;
  margin-bottom: 80px;
}

.post-sub-title {
  line-height: 22px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Lufga-Regular", sans-serif;
  color: #95A1BB;
}

.post-sub-title p {
  line-height: 20px;
  margin-bottom: 0;
}

.post-body-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.post-body-inner {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-content {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-content p {
  line-height: 28px;
}

.coffee-bg {
  margin-top: 50px;
}

.coffee-bg img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}


@media(max-width:991px){
  .bd-main {
    display: block;
    width: 100%;
  }

  .blog-banner-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .blog-index-post-small {
    flex: 100%;
    max-width: 100%;
  }

  .coffee-bg img {
    display: none;
  }

  .post-banner .blog-banner-content {
    flex: 100%;
    max-width: 100%;
  }

  .post-body-inner {
    flex: 100%;
    max-width: 100%;
  }
}

@media(max-width:768px){
  .custom-categories ul {
    width: 100%;
    border-bottom: 0px;
    justify-content: center;
  }

  .topics-inner-wrap {
    flex: 100%;
    max-width: 100%;
  }

  .custom-categories ul li {
    width: 100%;
  }

  .blog-banner-content {
    margin-bottom: 20px;
  }

  .blog-banner-content .blog-sub-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .custom-categories ul li a {
    width: 100%;
    text-align: center;
  }

  .listing-wrapper:before,.listing-wrapper:after{
    display:none;
  }

  .post-banner .blog-banner-content{
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}