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











































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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lp-body-container {
  margin: 20px 0;
}



/*   ==============. YellowStone Page ==================. */


.hs-yellowstone-page section {
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.hs-yellowstone-page figure{
  border:none;
  margin:0;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.hs-yellowstone-page figure h2{
  text-align:center;
}
.hs-yellowstone-page figure p {
  font-weight: bold;
  line-height: 20px;
}
.hs-yellowstone-page figure h4 {
    font-family: Poppins,'sans-serif';
    text-transform: none;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hs-yellowstone-page figure h3 {
    font-family: Poppins,'sans-serif';
    text-transform: none;
    line-height: 30px;
    font-weight: 500;
    font-style: normal;
    color: #414141;
}
/* ===========. End ==================. */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "DentalPress";
  src: url("https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/AirportShuttleExpress_October2020/fonts/DentalPress.eot") format("embedded-opentype"), 
    url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/DentalPress.woff) format("woff"), 
    url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/DentalPress.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/AirportShuttleExpress_October2020/fonts/fontawesome-webfont%20%283%29.eot") format("embedded-opentype"), 
    url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/fontawesome-webfont%20%282%29.woff2) format("woff2"), 
    url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/fontawesome-webfont%20%281%29.woff) format("woff"), 
    url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/fontawesome-webfont%20%281%29.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Poppins";
  src: local("Poppins Medium"), 
    local("Poppins-Medium"), url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/poppins-medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/poppins-semibold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/poppins-bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/opensansitalic700.woff2) format("woff2");
  font-style: italic;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/fonts/opensansI400.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*******************************************************************/
html {
  font-size: 14px;
  line-height: 1.15;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.71428571429;
  font-smooth: always;
  background-color: #f9f9f9;
  overflow-y: scroll;
  overflow-x: hidden !important;  
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-top: 2px;
  background-image:url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/images/pattern.png);
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: -moz-linear-gradient(left, #50b0e3 0%, #50b0e3 25%, #a4d735 25%, #a4d735 50%, #50b0e3 50%, #50b0e3 75%, #a4d735 75%, #a4d735 100%);
  background: -webkit-linear-gradient(left, #50b0e3 0%,#50b0e3 25%,#a4d735 25%,#a4d735 50%,#50b0e3 50%,#50b0e3 75%,#a4d735 75%,#a4d735 100%);
  background: linear-gradient(to right, #50b0e3 0%,#50b0e3 25%,#a4d735 25%,#a4d735 50%,#50b0e3 50%,#50b0e3 75%,#a4d735 75%,#a4d735 100%);
}

p {
  margin: 0 0 10px;
}

/* Anchor Links */
a {
  color: #50b0e3;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #414141;
}

h1 {
  font-size: 24px;
  line-height: 1.41666666667;
  margin:20px 0 10px;
}

h2 {
  font-size: 20px;
  line-height: 1.5;
  margin:20px 0 10px;
}

h3 {
  font-size: 18px;
  line-height: 1.5;
  margin:20px 0 10px;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
  margin:20px 0 10px;
}

h5 {
  font-size: 14px;
  line-height: 1.71428571429;
}

h6 {
  font-size: 12px;
  line-height: 1.83333333333;
}

b, strong {
  font-weight: 700;
}
img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  border: 0;
  display:inline-block;
  margin: 5px auto;
}
figure {
  margin: 0;
}
code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

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

blockquote {
  padding: 15px 20px;
  margin: 0 0 15px;
  font-size: 15px;
  border-left: 2px solid #a4d735;
  background-color: #f9f9f9;
}
blockquote ol:last-child, 
blockquote p:last-child, 
blockquote ul:last-child {
  margin-bottom: 0;
}
/* Horizontal Rules */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

::-moz-selection { 
  color: #fff; 
  background-color: #50b0e3; 
}

::selection { 
  color: #fff;
  background-color: #50b0e3; 
}


/* 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;
} */
.fa-plane:before {
  content: "\f072";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-life-bouy:before, .fa-life-buoy:before,
.fa-life-saver:before, .fa-support:before, 
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-quote-left:before {
  content: "\f10d";
}
.vu_fi-arrow-right:before {
  content: "\ebd6";
}
.fa-question-circle:before {
  content: "\f059";
}
/* ******************************************************************************
*********************************************************************************
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 {
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
  white-space: normal;
  border-width: 1px;
  border-style:solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin:10px 0 20px;
  cursor:pointer;
}

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



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

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

.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 45px !important;
  padding:10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #777;
}
.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: Open Sans, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  /*   border: 1px solid #dee2e6; */
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
/*   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.
*********************************************************************************
****************************************************************************** */

/*============================================= two-column-left page =============================================*/


.box{
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.box > div{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.box h2 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  margin-top: 20px;
  margin-bottom: 10px;
}
.box h3 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
}
.box h4 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-left-entry table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: grey;
}
.body-left-entry table h2 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  margin-top: 20px;
  margin-bottom: 10px;
}

.body-left-entry table>tbody>tr>td {
  line-height: 1.42857143;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table {
  background-color: transparent;
}
.table>tbody>tr>td {
  background-color: rgb(255, 255, 255);
}
.body-left-entry table h2 a  {
  font-family: Poppins,'sans-serif';
  text-transform: none;
}
.body-left-entry table h3 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
}
.body-left-entry table h4 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-left-entry table h5 {
  font-family: Poppins,'sans-serif';
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
}
.body-left-entry ul li p {
  margin: 0;
}
.two-column-table-content .widget-type-rich_text {
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid rgb(221, 221, 221);
  border-spacing: 0px;
  border-collapse: collapse;
}

.two-column-table-content .widget-type-rich_text th {
  text-align: left;
}

.two-column-table-content .widget-type-rich_text p {
  line-height: 1.42857;
}

.two-column-table-content .hs_cos_wrapper_type_rich_text {
  display: block;
}
.two-column-layout-3 blockquote section > div {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid rgb(221, 221, 221);
}
.two-column-layout-2 .hs_cos_wrapper_type_rich_text > section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.hs-two-column-heading .dnd-row:last-child > div {
  display: table;
  margin-bottom: 20px;
}

.hs-two-column-heading .dnd-row:last-child > div:before,
.hs-two-column-heading .dnd-row:last-child > div:after {
  display: none;
}

.hs-two-column-heading .dnd-row:last-child .span3 {
  width: 30%;
}

.hs-two-column-heading .dnd-row:last-child .dnd-module {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-left: 0;
  display: table-cell;
  background-color: rgb(255, 255, 255);
  text-align: center;
  float: none !important;
}

.hs-two-column-heading .dnd-row:last-child .span6 {
  width: 40%;
}

.hs-two-column-heading .dnd-row:last-child h2 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 24px;
}
.two-column-layout-3 .hs_cos_wrapper_type_rich_text > section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.two-column-layout-3 .hs_cos_wrapper_type_rich_text {
  width: 100%;
  max-width: 100%;
  display: block;
}
.two-column-layout-3 .widget-type-rich_text {
  margin-bottom: 20px;
}
.two-column-layout-3 table {
  overflow: auto;
}
.two-column-layout-3 th {
  text-align: left;
}
.hs-two-column-heading .span4,
.two-column-layout-3 .span3{
  margin-left: 0 !important;
  width: 33%;
}

.hs-two-column-heading .span4:nth-child(even),
.two-column-layout-3 .span6{
  width: 34%;
}

.hs-two-column-heading .span4 > div > div {
  margin-bottom: 0 !important;
}

.hs-two-column-heading .span4 .dnd-module {
  background: transparent !important;
}
.hs-two-column-heading .span4 h4 {
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.two-column-layout-3 .span3,
.two-column-layout-3 .span6 {
  margin-left: 0 !important;
  border: 1px solid rgb(221, 221, 221);
  display: table-cell;
  padding: 8px;
  margin-left: 0px !important;
  float: none !important
}

.two-column-layout-3 .span3 h5, 
.two-column-layout-3 .span6 h5 {
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.two-column-layout-3 .dnd-row:last-child > .row-fluid {
  display: table;
}

.two-column-layout-3 .dnd-row:last-child > .row-fluid:before,
.two-column-layout-3 .dnd-row:last-child > .row-fluid:after {
  display: none;
}
.two-column-layout-3 .span6 {
  border: 0;
}
.two-column-layout-3 .span3 .widget-type-rich_text, 
.two-column-layout-3 .span6 .widget-type-rich_text {
  margin: 0;
}
.two-column-layout-2 .box {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.two-column-layout-2 .box > div {
  padding: 0;
}


@media(max-width:767px){
  .hs-two-column-heading .dnd-row:last-child .dnd-module {
    width: 100% !important;
    display: block;
  }
  .two-column-layout-3 th, .two-column-layout-3 table>tbody>tr:first-child>td {
    font-size: 12px;
  }
  .hs-two-column-heading .dnd-row:last-child>div {
    display: block;
  }
  .hs-two-column-heading .span4,
  .two-column-layout-3 .span3,
  .two-column-layout-3 .span6 {
    width: 100% !important;
    display: block !important;
  }
}
@media(max-width:390px){
  .hs-two-column-heading .dnd-row:last-child .span6 h4 + p {
    font-size: 10px;
  }
}
/*============================================= privacy page =============================================*/
.privacy-content-area .widget-type-rich_text ul li {
  text-align: left;
  margin-bottom: 15px;
  line-height: 20px;
}
.hs-privacy-content .widget-type-rich_text {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.hs-privacy-content .hs_cos_wrapper_type_rich_text {
  display: block;
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*============================================= airporter page =============================================*/

.airporter-top-section h1 {
  text-align: center;
}

.airporter-top-area .widget-type-rich_text {
  text-align: center;
}

.airporter-top-area .widget-type-rich_text table>tbody>tr>td {
  background-color: rgb(255, 255, 255);
}

.airporter-top-area .widget-type-rich_text table {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.airporter-top-area .widget-type-rich_text table>tbody>tr>td:last-child {
  border-left: 1px solid #cccccc;
}
.airporter-middle-content .widget-type-rich_text h3 {
  text-align: center;
}

.airporter-middle-content .widget-type-rich_text table {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.airporter-middle-content table>tbody>tr>td,
.airporter-bottom-content table>tbody>tr>td{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.airporter-middle-content table>tbody>tr:first-child>td {
  background-color: rgb(80, 176, 227);
  color: #fff;
}

.airporter-middle-content .widget-type-rich_text section,
.airporter-bottom-content .widget-type-rich_text section{
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  line-height: 1.71429;
  border-top: 0;

}

.airporter-middle-content .widget-type-rich_text section > div,
.airporter-bottom-content .widget-type-rich_text section > div{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}

.airporter-middle-content .widget-type-rich_text section > div h4 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.airporter-middle-content .widget-type-rich_text section > div h1 {
  text-align: center;
}
.airporter-bottom-content div > table>tbody>tr>td {
  text-align: center;
  background-color: transparent;
}

.airporter-bottom-content table>tbody>tr:nth-child(even) {
  background-color: rgb(249, 249, 249);
}
.airporter-bottom-content div>table {
  margin-bottom: 25px;
}
.airporter-bottom-content .widget-type-rich_text section>div h1 {
  text-align: center;
}
.airporter-top-section .dnd-row:nth-child(even) > div {
  display: table;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ddd;
}
.airporter-top-section .dnd-row:nth-child(even)>div {
  border: 1px solid #cccccc;
  border-top: 1px solid #ddd;
}

.airporter-top-section .dnd-row:nth-child(even) > div:before,
.airporter-top-section .dnd-row:nth-child(even) > div:after {
  display: none;
}

.airporter-top-section .dnd-row:nth-child(even) .dnd-module {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  margin-left: 0 !important;
  display: table-cell;
  float: none !important;
  background-color: rgb(255, 255, 255);
}
.airporter-top-section .dnd-row:nth-child(even) .span5 {
  width: 48%;
  border-top: 0;
}

.airporter-top-section .dnd-row:nth-child(even) .span7 {
  width: 52%;
  border-top: 0;
  border-left: 1px solid #cccccc;
}

.airporter-top-section .dnd-row:nth-child(even) h5 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.airporter-top-section .dnd-section:nth-child(even) section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  background-color: rgb(255, 255, 255);
  margin-bottom: 22px;
}

.airporter-top-section .dnd-section:nth-child(even) section h4 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 18px;
}

.airporter-top-section .dnd-section:nth-child(even) .dnd-row:nth-child(even) .dnd-module {
  border: 0;
  background: transparent;
  display: block;
  padding: 0;
}

.airporter-top-section .dnd-section:nth-child(even) .dnd-row:nth-child(even) > div {
  background: transparent;
  border: 0;
  display: block;
}
.airporter-top-section .dnd-row:nth-child(2n) .span6 {
  width: 50%;
}

.airporter-top-section .dnd-row:nth-child(2n) .span6:last-child {
  border-left: 1px solid #cccccc;
}

.airporter-top-section .dnd-row:nth-child(even) .span6 h4 {
  line-height: 28px;
}

.airporter-top-section .widget-type-rich_text .hs-airporter-table {
  border: 0;
}

.airporter-top-section .hs-airporter-table > tbody > tr:first-child > td {
  background-color: rgb(80, 176, 227);
}

.airporter-top-section .widget-type-rich_text .hs-airporter-table > tbody > tr > td:last-child {
  border-left: 0;
}

.airporter-top-section .widget-type-rich_text section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.airporter-top-section .widget-type-rich_text section {
  margin-bottom: 20px;
}

.airporter-middle-content .widget-type-rich_text section > h4 {
  line-height: 28px;
}
.airporter-bottom-content .airporter-bottom-table {
  background-color: #ffffff;
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.airporter-bottom-content .airporter-bottom-table tr {
  background: transparent !important;
}

.airporter-bottom-content .airporter-bottom-table tr:first-child > td {
  background-color: rgb(80, 176, 227);
}

.airporter-bottom-content .airporter-bottom-table tr:first-child > td:nth-child(3) {
  background: transparent;
}

.airporter-bottom-content .airporter-bottom-table tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.airporter-top-section .span12.dnd-module h4 {
  line-height: 28px;
}

.hs-reddeer-table {
  background-color: transparent !important;
  margin-bottom: 24px !important;
}

.hs-reddeer-table + section {
  padding: 8px;
  line-height: 1.42857 !important;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid rgb(221, 221, 221) !important;
  background-color: transparent !important;
}
.hs-revelstoke-table {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  margin-top: -17px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
}
.hs-revelstoke-table > h3 {
  text-transform: none;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 18px;
}
@media(max-width:767px){
  .airporter-top-section .dnd-row:nth-child(even)>div {
    display: block;
  }
  .airporter-top-section .dnd-row:nth-child(2n) .span6:last-child {
    border-left: 0;
    border-top: 1px solid #ccc;
  }
  .airporter-top-section .dnd-row:nth-child(even) .dnd-module {
    width: 100% !important;
    display: block;
  }

  .airporter-top-section .dnd-row:nth-child(even) .span7 {
    border-left: 0;
    border-top: 1px solid #ccc;
  }

}

/*============================================= faq page =============================================*/

.hs-faq-heading p {
  text-align: center;
}
.hs-faq-links .span4 {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid rgb(221, 221, 221);
  width: 33%;
  margin-left: 0 !important;
  display: table-cell !important;
}

.hs-faq-links {
  width: 100%;
  max-width: 100%;
}

.hs-faq-links .dnd-section>.row-fluid {
  display: table !important;
}

.hs-faq-links .dnd-section>.row-fluid:before,
.hs-faq-links .dnd-section>.row-fluid:after {
  display: none;
}

.hs-faq-links .span4:nth-child(even) {
  width: 34%;
}

.hs-faq-content .dnd-row:first-child .widget-type-rich_text h4 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 18px;
  text-align: center;
}
.hs-faq-content table th {
  text-align: left;
  line-height: 1.42857143;
}
.hs-faq-links .span12.dnd-column > .dnd-row > .row-fluid {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  display: table !important;
}

.hs-faq-links .span5,.hs-faq-links .span7 {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0;
  margin-left: 0 !important;
  display: table-cell !important;
  float: none !important;
}

.hs-faq-links .span5 {
  width: 35%;
}

.hs-faq-links .span7 {
  width: 65%;
}

.hs-faq-links .span7 > div {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

.hs-faq-links .span7 ul li a {
  font-weight: 700;
}
.hs-fernie-table {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

@media(max-width:767px){
  .hs-faq-links .span4 {
    display: block !important;
    width: 100% !important;
  }
  /*   .hs-faq-content blockquote {
  border-top: 2px solid #a4d735;
  border-left: 0;
} */
  .hs-faq-links .dnd-section>.row-fluid {
    display: flex !important;;
    flex-wrap: wrap;
  }

  .hs-faq-content table th,.hs-faq-content table td {
    width: 100%;
    display: block;
  }
  .hs-faq-links .span5,.hs-faq-links .span7 {
    width: 100%;
    display: block !important;
  }

  .hs-faq-links .span5 {
    text-align: center;
  }
  .hs-faq-links .span12.dnd-column>.dnd-row>.row-fluid {
    display: flex !important;
    flex-wrap: wrap;
  }

  .hs-faq-links .dnd-section>.row-fluid > div {
    width: 100%;
  }

}
@media(max-width:479px){
  .hs-faq-content .hs-responsive-content span {
    word-break: break-word;
  }
}
/*============================================= full-width-page =============================================*/
.hs-fullwidth-heading .span4 {
  width: 25%;
}

.hs-fullwidth-heading .dnd-row:last-child > div {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.hs-fullwidth-heading .dnd-row:last-child > div:before,
.hs-fullwidth-heading .dnd-row:last-child > div:after {
  display: none;
}

.hs-fullwidth-heading .dnd-row:last-child .dnd-module {
  margin-left: 0;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  display: table-cell;
  float: none !important;
}

.hs-fullwidth-heading .span5 {
  width: 45%;
}

.hs-fullwidth-heading .span3 {
  width: 10%;
}

.hs-fullwidth-heading h5 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fullwidth-image-wrapper .widget-type-rich_text {
  text-align: center;
}

.fullwidth-image-wrapper .widget-type-rich_text img {
  display: block;
}
.hs-fullwidth-content h2 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 24px;
}

.hs-fullwidth-content table>tbody>tr>th,
.hs-fullwidth-content table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
}
.hs-fullwidth-content blockquote + blockquote {
  margin: 0;
}
.hs-fullwidth-content .hs_cos_wrapper_type_rich_text > section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

@media(max-width:767px){
  .hs-fullwidth-heading .dnd-row:last-child .dnd-module {
    display: block;
    width: 100%;
  }
}
/*============================================= Group page =============================================*/
.group-middle-content .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.group-middle-content .hs_cos_wrapper_type_rich_text h2 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 24px;
}
.group-middle-content .hs_cos_wrapper_type_rich_text >  ul > li {
  margin-top: 12px;
}

.group-table-content .hs_cos_wrapper_type_rich_text > section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.group-table-content .widget-type-rich_text,
.group-middle-content .widget-type-rich_text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.group-table-content .dnd-section:first-child section blockquote > ul > li {
  margin-top: 12px;
}
.group-table-content .dnd-section:first-child section blockquote > ul > li:first-child {
  margin: 0;
}
.group-table-content img {
  display: block;
}

@media(max-width:767px){
  .group-table-content .hs_cos_wrapper_type_rich_text blockquote {
    border-left: 0;
    border-top: 2px solid #a4d735;
  }
  .group-table-content .hs_cos_wrapper_type_rich_text>section p a {
    word-break: break-all;
  }
}
/*============================================= Ski page =============================================*/
.ski-top-section p:last-child {
  margin: 0;
}

.hs-ski-content h4:first-child {
  margin: 5px 0 10px;
}
/*============================================= Waterton page =============================================*/
.waterton-top-section img {
  margin: 5px auto;
  display: block;
}
.waterton-top-section blockquote p {
  line-height: 24px;
}
.hs-waterton-service .widget-type-rich_text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: table;
}

.hs-waterton-service .hs_cos_wrapper_type_rich_text {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.hs-waterton-service .hs_cos_wrapper_type_rich_text > section {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.hs-waterton-service .hs_cos_wrapper_type_rich_text > section > div {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  display: table-cell;
}

.hs-waterton-service .hs_cos_wrapper_type_rich_text > section div:first-child {
  font-size: 0;
}

.hs-waterton-service .widget-type-rich_text h2 {
  text-align: center;
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 24px;
}

.hs-waterton-service .widget-type-rich_text h4 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 18px;
  text-align: center;
}

.hs-waterton-service .widget-type-rich_text img {
  display: block;
}

.hs-waterton-service table {
  background-color: #fff;
}
.hs-waterton-service .widget-type-rich_text div > ul > li > ul > li:not(:first-child) {
  margin-top: 21px;
}
.hs-waterton-service .dnd-row:last-child .hs_cos_wrapper_type_rich_text > section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.hs-waterton-service .dnd-row:last-child .hs_cos_wrapper_type_rich_text>section > div {
  font-size: inherit;
  padding: 0;
  border: 0;
}
.hs-waterton-service .dnd-row:last-child  .widget-type-rich_text{
  margin:0;
}
.hs-waterton-images img {
  display: inline-block;
  margin: 5px auto;
}

.hs-waterton-images p:first-child img {
  display: block;
  margin-top: 0;
}
.hs-waterton-location section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}
@media(max-width:767px){
  .hs-waterton-service .widget-type-rich_text,
  .hs-waterton-service .hs_cos_wrapper_type_rich_text,
  .hs-waterton-service .hs_cos_wrapper_type_rich_text>section,
  .hs-waterton-service .hs_cos_wrapper_type_rich_text>section>div {
    display: block;
  }
}
/*============================================= jasper page =============================================*/
.jasper-top-section .dnd-row:last-child > div {
  background-color: #ffffff;
  margin-bottom: 20px;
  display: table;
}

.jasper-top-section .dnd-row:last-child > div:before,
.jasper-top-section .dnd-row:last-child > div:after {
  display: none;
}

.jasper-top-section .dnd-row:last-child .span2 {
  width: 24%;
}

.jasper-top-section .dnd-row:last-child .dnd-module {
  margin-left: 0 !important;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  display: table-cell;
  float: none !important;
}

.jasper-top-section .dnd-row:last-child .span6 {
  width: 28%;
}

.jasper-top-section .dnd-row:last-child .dnd-module h4 {
  text-align: center;
  line-height: 28px;
}

.jasper-top-section .dnd-row:last-child .dnd-module:last-child h4 {
  text-align: left;
}

.hs-jasper-table-content section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.hs-jasper-table-content table tr:first-child > td {
  background-color: #50b0e3;
}

.hs-jasper-table-content table tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.jasper-content .blue-table-wrapper .blue-table-heading h3 {
  font-size: 20px;
  line-height: 30px;
}
.jasper-content .blue-table-wrapper .blue-table-content > ul + div {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 0;
}
.jasper-content .blue-table-wrapper .blue-table-content > div:first-child {
  padding: 0 8px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  margin: 0 -8px 8px;
}
.hs-jasper-airport section {
  background-color: #ffffff;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}
@media(max-width:767px){
  .jasper-top-section .dnd-row:last-child .dnd-module {
    width: 100%;
    display: block;
  }

  .jasper-top-section .dnd-row:last-child>div {
    display: block;
  }
}
/*============================================= sunshine page =============================================*/
.sunshine-top-section table>tbody>tr>td {
  text-align: center;
}

.sunshine-top-section table>tbody>tr:not(:first-child)>td {
  background-color: transparent;
}
.hs-sunshine-content td {
  text-align: center;
}

.hs-sunshine-content blockquote h3 {
  text-align: center;
}

.sunshine-terms-conditions  .widget-type-rich_text section {
  border: 1px solid #cccccc;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  background-color: #ffffff;
  margin-top: 21px;
}
/*============================================= lakelouise page =============================================*/
.lakelouise-top-section .airport-services-wrapper .airport-service-item {
  border: 0 !important;
  border-top: 1px solid #ddd !important;
}
.lakelouise-top-section .airport-services-wrapper {
  border-top: 0 !important;
}
.lakelouise-top-section .airport-services-wrapper {
  border: 1px solid #cccccc;
}

.hs-lakelouise-content table>tbody>tr>td {
  text-align: center;
}

.hs-lakelouise-content section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.hs-lakelouise-content section:first-child {
  margin-top: 5px;
}

.lakelouise-terms-conditions .span12.dnd-column {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-top: 25px;
  display: table;
}
.lakelouise-terms-conditions section {
  margin-top: 21px;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.lakelouise-terms-conditions h5 {
  text-align: center;
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
}

@media(max-width:1300px){
  .lakelouise-terms-conditions .span12.dnd-column {
    display: block;
  }
}





/*============================================= home page =============================================*/
.home-full-layout-area .span6 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin: 0;
  position: relative;
}

.home-full-layout-area {
  position: relative;
  padding:30px;
  margin-bottom: 20px;
  border-radius: 1px;
  box-shadow: 0 1px 3px #ddd;
  background-color: #fff;
}
.home-full-layout-area.layout-row-1{
  padding:30px 30px 30px;
}

.home-full-layout-area .widget-type-rich_text header {
  border-left: 2px solid #a4d735;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
  padding: 1px 0 1px 10px;
}

.home-full-layout-area .dnd-section>.row-fluid {
  margin: 0 -15px;
  display: block !important;
  width: auto;
}
.layout-row-1 .span12.dnd-column > div > div {
  display: block !important;
}
.home-full-layout-area.layout-row-2 .dnd-section>.row-fluid {
  margin:0;
}
.home-full-layout-area .widget-type-rich_text header h2 {
  display: block;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  text-transform: none;
  font-weight: 500;
  position: relative;
  margin: 0;
  font-style: normal;
}

.home-full-layout-area .widget-type-rich_text header p {
  font-family: Poppins,'sans-serif';
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  color: #414141;
}

.home-full-layout-area .widget-type-rich_text header h2 + div {
  margin-top: 3px;
}
.layout-row-1 .span6{
  width:100%;
}
.home-full-layout-area .widget-type-linked_image {
  text-align: center;
}
.layout-row-1 .widget-type-linked_image img {
  margin: 5px 0 0;
  vertical-align: middle;
  width: 260px;
}
.home-full-layout-area.layout-row-2 {
  padding: 0;
  border: 0;
  margin: 0;
  box-shadow: unset;
  background: transparent;
}

.layout-row-2 .span12.dnd-column > div > .row-fluid {
  margin: 0 -10px;
  width: auto;
  display: block !important;
}

.layout-row-2 .span4 {
  margin: 0;
  padding-left: 10px !important;;
  padding-right: 10px !important;;
  width: 100%;
}

.layout-row-2 .span4 .widget-type-rich_text {
  position: relative;
  text-align: center;
  padding: 20px 25px 45px;
  margin-bottom: 20px;
  border-radius: 1px;
  box-shadow: 0 1px 3px #ddd;
  background-color: #fff;
}

.layout-row-2 .vu_ib-icon {
  color: #a4d735;
  font-size: 58px;
  text-align: center;
  padding: 30px 30px 35px;
  line-height: 24px;
}

.layout-row-2 .vu_ib-icon i {
  -webkit-transition: transform .4s cubic-bezier(.38,3,.57,1.6);
  -moz-transition: transform .4s cubic-bezier(.38,3,.57,1.6);
  transition: transform .4s cubic-bezier(.38,3,.57,1.6);
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.vu_fi-chat:before {
  content: "\ebeb";
}

.layout-row-2 h5 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #50b0e3;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.layout-row-2 h5 + div {
  margin-top: 15px;
}

.layout-row-2 h5 + div p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 10px 0;
}

.layout-row-2 h5 + div p:last-child {
  margin-bottom: 0;
}

.layout-row-2 .span4:hover i {
  -webkit-transform: translate3d(0,-5px,0);
  -moz-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0);
}
.vu_fi-car-2:before {
  content: "\eae8";
}
.vu_fi-care:before {
  content: "\ebec";
}
.home-full-layout-area .span4 .hs_cos_wrapper_type_rich_text {
  display: block;
}

.home-full-layout-area .span4 .hs_cos_wrapper_type_rich_text:before,
.home-full-layout-area .span4 .hs_cos_wrapper_type_rich_text:after {
  display: table;
  content: " ";
}

.layout-row-2 .span4 .hs_cos_wrapper_type_rich_text:after {
  clear: both;
}

.layout-row-2 .vu_ib-icon i:before {
  font-size: 58px;
}
.home-full-layout-area .span8 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

.home-full-layout-area .span4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 100%;
}

.layout-row-3 .dnd-section>.row-fluid {
  justify-content: unset;
  flex-direction: unset;
  display: flex !important;
}

.home-green-btn {
  white-space: normal;
  border-radius: 2px;
  border: 1px solid #414141;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  text-transform: none;
  background: transparent;
  font-size: 13px;
  padding: 8px 20px;
  border-color: #a4d735;
  background-color: #a4d735;
  color: #fff;
  padding-right: 20px;
  font-family: Poppins,'sans-serif';
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;

  font-weight: 500;
  display: inline-block;
}

.layout-row-3 .widget-type-rich_text header + div {
  margin-bottom: 30px;
}

.home-green-btn i {
  position: relative;
  top: 1px;
  margin-left: 12px;
}

.vu_fi-arrow-right:before {
  content: "\ebd6";
}

.home-green-btn:hover {
  color: #a4d735;
  border-color: #a4d735;
  background-color: transparent;
}

.layout-row-3 .span4 img {
  width: 220px;
  object-fit: cover;
  margin: 5px 0px 0px;
  height: 220px !important;
}

.home-full-layout-area .hs_cos_wrapper_type_linked_image {
  display: block;
}
.layout-row-3 .dnd-column {
  display: block !important;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.layout-row-3 .dnd-section>.row-fluid:before,
.layout-row-3 .dnd-section>.row-fluid:after {
  display: none;
}

.layout-row-3 .widget-type-rich_text header {
  margin: 0 0 30px 0;
}

.home-middle-section .home-full-layout-area {
  padding-bottom: 0;
}

.layout-row-3 .widget-type-linked_image {
  margin-bottom: 30px !important;
}
.home-full-layout-area .widget-type-rich_text header > div {
  margin-top: 3px;
}

.layout-row-7 .widget-type-rich_text header {
  margin-bottom: 20px;
}

.layout-row-7 h4 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-full-layout-area.layout-row-7 {
  padding-bottom: 0;
}

.layout-row-7 .span6 {
  margin-bottom: 20px;
}
.home-question-section .span4 {
  text-align: right;
}

.home-question-section {
  padding-bottom: 5px;
}
.home-full-layout-area.hs-accordion {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: unset;
}
.hs-accordion .dnd-section>.row-fluid {
  margin: 0;
}
.home-service-card .dnd-section>.row-fluid {
  margin: 0;
}
.home-full-layout-area.home-service-card {
  padding: 0;
  background: transparent;
  margin: 0;
  box-shadow: unset;
  border: 0;
}
.hs-table-transparent-bg >tbody>tr>td{ 
  background-color: transparent;
}
.body-left-entry table.hs-blue-heading h4 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hs-blue-heading {
  background-color: #ffffff;
  margin-top: 5px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.hs-blue-heading > div > div {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.hs-blue-heading > div > div:first-child {
  background-color: rgb(80, 176, 227);
}
.hs-section-content section {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.hs-section-content section h2 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 24px;
}
.hs-blue-heading h3 {
  font-family: Poppins,'sans-serif';
  text-transform: none;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 20px;
  text-align: left;
}
.hs-blue-heading h5 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hs-blue-heading h4 {
  font-family:Poppins,'sans-serif';
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-responsive {
  display: flex;
}
.hs-cm-table {
  display: table;
}

@media (min-width: 768px){
  .home-full-layout-area .span8{
    width: 66.66666667%;
  }
  .layout-row-3 .span4{
    width: 33.33333333%;
  }
  .layout-row-9 .span4 {
    width: 33.33333333%;
  }
}
@media(max-width:767px){
  .layout-row-3 .dnd-section>.row-fluid {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 992px){
  .home-full-layout-area .span6{
    width: 50%;
  }
  .home-full-layout-area .span4{
    width: 33.33333333%;
  }
}
@media(max-width:1300px){
  .hs-mobile-overflow{
    overflow: auto;
  }
  .hs-cm-table {
    display: block;
  }
}
@media(max-width:1199px){
  .layout-row-3 .span4 img {
    height: auto !important;
    min-height: 197.5px;
  }
}
@media(max-width:991px){
  .home-full-layout-area .span6 {
    width: 100%;
    float: none;
  }

  .home-full-layout-area .dnd-row > div {
    display: block !important;
  }
  .layout-row-7 .dnd-section>.row-fluid {
    display: block !important;
  }
  .home-full-layout-area .span6 {
    margin-bottom: 15px;
  }
  .layout-row-9 .span4 .hs_cos_wrapper_type_rich_text > div {
    text-align: left;
  }
}

@media(max-width:620px){
  .hs-link-table th,
  .hs-link-table td{
    display: block;
    width: 100%;
  }
}
@media(max-width:600px){
  .hs-responsive-content td,.hs-responsive-content th {
    width: 100%;
    display: block;
    border: 0 !important;
  }

  .hs-responsive-content {
    display: block;
  }

  .hs-responsive-content tbody,.hs-responsive-content tbody tr {
    display: block;
  }

  .hs-responsive-content td blockquote,
  .hs-responsive-content th blockquote{
    border-left: 0;
    border-top: 2px solid #a4d735;
  }
  .box-responsive {
    display: block;
  }
}
@media(max-width:479px){
  .hs-table-reponsive {
    table-layout: fixed;
    font-size:12px;
  }
  .hs-table-reponsive th,.hs-table-reponsive td{
    font-size:12px;
  }
  .hs-table-responsive-img th,
  .hs-table-responsive-img td{
    display: block;
    width: 100%;
  }
  .two-column-content ul ul {
    padding-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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-wrapper {
  display: block;
}
.header-main-container {

  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.clearfix {
  display: block;
  content: "";
  clear: both;
}
.top-header {
  font-size: 14px;
  line-height: 1;
  color: #777777;
  background-color: transparent;
}
.header__container {
  width: auto !important;
  max-width: 100% ;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin:0 auto;
}

.header-title {
  text-align: left;
  line-height: 40px;

}
.header-title span {
  margin: 10px 0;
  font-weight: normal;
}

.header-links {
  text-align: right;
  line-height: 40px;
}
.top-header-row {

  width: 100%;
}
.header-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-links .hs_cos_wrapper_type_text>ul>li {
  display: inline-block;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  line-height: 24px;
}
.header-links .hs_cos_wrapper_type_text>ul>li:last-child {
  margin-left: 10px;
}
.header-links .hs_cos_wrapper_type_text> ul > li >  a {
  color: inherit;
  display: inline-block;
  margin-right: 10px;
}

.header-links ul ul {
  position: absolute;
  top: 100%;
  right:10px;
  text-align: left;
  width: 120px;
  margin: 8px 0 0 0;
  padding: 0;
  z-index: 9;
  box-shadow: 0 1px 3px #ddd;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.header-links span>ul>li:last-child>a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.header-links ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.header-links ul ul>li {
  display: block;
  padding: 0;
  position: relative;
  /* display: inline-block; */
  font-size: 14px;
  padding: 0;
  line-height: 24px;
}
.header-links ul ul>li > a{
  display: block;
  color: #414141;
  padding: 5px 15px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  line-height: 24px;
}
.header-links ul ul> li:first-child > a {
  border-top: none;
}
/****************************************************************/
.bottom-header {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 1px;
  box-shadow: 0 1px 3px #ddd;
  background-color: #fff;
}
.bottom-header-row {
  padding-top: 10px;
  padding-bottom: 10px;
  /*     display: flex; */
  width: 100%;
}
.bottom-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-left-content {
  width: 300px;
  text-align: left;
  position: relative;
  vertical-align: middle;
}
.header__logo {
  text-align: center;
}
.header__logo img {
  display: block;
  max-width: 300px;
  width: 300px !important;
  height: auto;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin: 0;
}
.bottom-item {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 20px 30px 20px 70px;
}
.bottom-item .header-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  margin-right: 20px;
  float: left;
  color: #50b0e3;
  width: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  text-align: right;
  padding-right: 20px;
}
.bottom-right-content {
  text-align: right;
  position: relative;
  vertical-align: middle;
}
.vu_fi {
  display: inline-block;
  font: normal normal normal 14px/1 DentalPress;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bottom-item .header-icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background-color: #f1f1f1;
}
.vu_fi-envelope:before {
  content: "\ebd1";
}
.vu_fi-phone:before {
  content: "\ebc8";
}
.vu_fi-clock:before {
  content: "\ebcf";
}
.bottom-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.email-details p , .call-details p,.other-details p{
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: inherit;
  margin-bottom: 0;
}

.email-details span span, .call-details span span, .other-details span span {
  display: block;
  font-family: "Poppins","Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  margin: 0 0 3px 0;
  padding: 0;
  line-height: 1.5;
}
.email-details , .call-details ,.other-details {
  display: inline-block;
  line-height: 1.5;
}
/******************************************************************/



.menu-trigger{
  display:none;
}
.menu-trigger .toggle-menu {
  position: absolute;
  right: 0;
  top: 50% !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #414141;
  text-align: center;
  transform: translateY(-50%);
  border-radius: 2px;
  border: 1px solid #f1f1f1 !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-bars:before {
  content: "\f0c9";
}
.mobile-menu {
  display:none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
}
.cancel-btn {
  text-align: right;
}
.cancel-btn .toggle-cross {
  display: inline-block;
  padding: 0;
  margin: 15px;
  width: 48px;
  height: 48px;
  font-size: 22px;
  line-height: 48px;
  color: #414141;
  text-align: center;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.vu_fi {
  display: inline-block;
  font: normal normal normal 14px/1 DentalPress;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vu_fi-cancel-button:before {
  content: "\e90f";
}
.mobile-menu-primary .hs-menu-wrapper > ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-primary .hs-menu-wrapper > ul>li {
  display: block;
}
.mobile-menu-primary .hs-menu-wrapper > ul>li>a {
  display: block;
  font-size: 14px;
  color: #414141;
  padding: 12px 20px 8px;
  border-top: 1px solid #f1f1f1;
  line-height: 24px;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  border-color: #50b0e3;
  background-color: #50b0e3;
  color: #fff;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.mobile-menu-primary .hs-menu-wrapper > ul > li.active > a{
  background-color: #f1f1f1;
  color: #50b0e3;
  border-color: #f1f1f1;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover,
.mobile-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
  background-color: #50b0e3;
  color: #fff;
  border-color: #50b0e3;
}
.menu-trigger .toggle-menu:hover {
  color: #50b0e3;
}
.cancel-btn .toggle-cross:hover{
  border-color: #50b0e3;
  background-color: #50b0e3;
  color:#fff;
}









/********************************************************************/
@media (min-width: 768px){
  .header__container {
    max-width: 750px;
  }

}
@media (min-width: 992px){
  .header__container {
    max-width: 970px;
  }
  .header-title {
    width: 58.33333333%;
    float: left;
  }
  .header-links {
    width: 41.66666667%;
    float: left;
  }

}

@media (min-width: 1200px){
  .header__container {
    max-width: 1170px;
  }

}
@media (max-width: 991px){

  body.mobile-open {
    overflow: hidden;
  }

  .header-title, .header-links {
    line-height: 24px;
    text-align: center !important;
  }
  .menu-trigger{
    display:block;
  }
  .bottom-right-content{
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
  }
  .bottom-right-content .bottom-item{
    border-right: none;
    margin-right: 0 !important;
    padding: 8px 30px 8px 38px !important;
  }
  .bottom-left-content  {
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: left !important;
  }
  .bottom-right-content, .bottom-left-content {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
  .bottom-header-content {
    display: block;
  }
  .bottom-item .header-icon {
    font-size: 22px;
    width: 30px;
  }
  .bottom-item .header-icon:after {
    display:none;
  }
  .bottom-header-row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-header {
    padding: 5px 0;
  }
  .mobile-open .mobile-menu {
    display:block !important;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-open .child-trigger i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile-menu-primary .hs-menu-wrapper ul>.hs-item-has-children {
    position: relative;
  }

  .child-trigger {
    color: #000;
  }

  .mobile-menu-primary .hs-menu-wrapper ul ul.hs-menu-children-wrapper {
    display: none;
    list-style: none;
    padding: 0;
  }
  .mobile-menu-primary .hs-menu-wrapper ul ul li a {
    display: block;
    font-size: 14px;
    color: rgb(65, 65, 65);
    padding: 12px 20px 8px;
    border-top: 1px solid rgb(241, 241, 241);
    line-height: 24px;
    padding-left: 40px;
  }

  .mobile-menu-primary .hs-menu-wrapper ul ul li a:hover {
    border-color: rgb(80, 176, 227);
    background-color: rgb(80, 176, 227);
    color: rgb(255, 255, 255);
  }
  .child-trigger i {
    pointer-events: none;
  }
}
@media(max-width:465px){
  .header__logo img {

    max-width: 230px;

  }
}
@media(max-width:380px){
  .header__logo img {

    max-width: 180px;

  }
}
@media(max-width:340px){
  .header__logo img {

    max-width: 140px;

  }
  .email-details p, .call-details p, .other-details p {
    font-size: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your Three Column layout look
when it comes to the page structure.
*********************************************************************************
****************************************************************************** */


.body-content-group {
  margin: 20px 0 0;
}
.body-content-row {
  margin: 0 -15px;
}
.body-sidebar-content {
  float: left;
  width: 25%;
  padding: 0 15px;
  padding-right: 5px;
}
.body-left-content {
  float: right;
  width: 75%;
  padding: 0 15px;
}
.body-sidebar-content .body-content-group p {
  line-height: 24px;
}
.body-sidebar-content .body-content-group ul li {
  line-height: 24px;
}
.sidebar-content-group > div {

  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: 0 1px 3px #ddd;
}
.sidebar-content-group .slidebar-menu{
  padding: 20px 25px;
}
.slidebar-menu .hs-menu-wrapper > ul{
  margin:0;
  padding:0;
  list-style:none;
  display:block;
}
.slidebar-menu .hs-menu-wrapper > ul > li{
  position: relative;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}
.slidebar-menu .hs-menu-wrapper > ul > li::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 100%;
  right: -15px;
  top: 0;
}
.slidebar-menu .hs-menu-wrapper > ul > li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 0px;
  height: calc(100% - 8px);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
}
.slidebar-menu .hs-menu-wrapper > ul > li:hover::before {
  width: 2px;
  background-color: #a4d735;
}
.slidebar-menu .hs-menu-wrapper > ul > li:last-child {
  border-bottom: 0;
}
.slidebar-menu .hs-menu-wrapper > ul > li > a{
  padding: 10px 20px 7px 10px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-family: Poppins;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  color: #777777;
  font-size: 14px;
}
.slidebar-menu .hs-menu-wrapper > ul > li > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
  line-height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.slidebar-menu .hs-menu-wrapper > ul > li:hover > a{
  color: #50b0e3;
}
.slidebar-menu .hs-menu-wrapper > ul >li.active-branch > a,
.slidebar-menu .hs-menu-wrapper > ul >li.active > a {
  color: #50b0e3;
}
.slidebar-menu .hs-menu-wrapper > ul > li.active-branch::before,
.slidebar-menu .hs-menu-wrapper > ul > li.active::before {
  background-color: #a4d735;
  width: 2px;
}
.slidebar-contact {
  text-align: center;
  padding: 25px 20px ;
}
.slidebar-contact>div{
  line-height:0;
}
a.btn-primary {
  white-space: normal;
  border-radius: 2px;
  border: 1px solid #50b0e3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  text-transform: none;
  background: #50b0e3;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  font-family: Poppins;
  color: #fff;
  padding: 8px 20px;
  font-size: 13px;
  display: inline-block;
}
.slidebar-contact p {
  margin: 0 0 20px;
}
a.btn-primary::after {
  background: #fff;
  content: "";
  height: 250px;
  right: -205px;
  opacity: .2;
  position: absolute;
  top: -75px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  width: 100px;
  z-index: 10;
}
a.btn-primary:hover::after {
  right: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
a.btn-primary:hover {
  color: #50b0e3;
  border-color: #50b0e3;
  background-color: transparent;
}
.sidebar-popular-menu, .sidebar-video , .slidebar-resources, .slidebar-international{
  font-size: 14px;
  line-height: 24px;
  padding: 25px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0 1px 3px #ddd;
  background-color: #fff;
}
.sidebar-content-group h3 {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 0;
  margin: 0 0 20px 0;
  border-left: 2px solid #a4d735;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 0 0 10px;
}
.popular-destination-menu .hs-menu-wrapper > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.popular-destination-menu .hs-menu-wrapper > ul >li{
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  display: block;
}
.popular-destination-menu .hs-menu-wrapper>ul>li>a {
  border-left: none;
  border-right: none;
  text-transform: uppercase;
  padding: 10px 20px 7px 10px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  color: #777777;
  font-size: 14px;
  font-family: Poppins;
  position: relative;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.popular-destination-menu .hs-menu-wrapper>ul>li>a:after {
  content: "\f105";
  font-family: "FontAwesome";
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.popular-destination-menu .hs-menu-wrapper>ul>li:last-child {
  border-bottom: 0;
  border-radius: 0 0 1px 1px;
}
.popular-destination-menu .hs-menu-wrapper>ul>li.active-branch > a,
.popular-destination-menu .hs-menu-wrapper>ul>li.active > a {
  color: #50b0e3;
}
.popular-destination-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #50b0e3;
}
.slidebar-resources-menu .hs-menu-wrapper>ul>li {
  margin-bottom: 15px;
}
.slidebar-resources-menu .hs-menu-wrapper>ul>li:last-child{
  margin-bottom: 0;
}
.slidebar-resources-menu .hs-menu-wrapper>ul > li > a {
  font-weight: 700;
}
.slidebar-international .hs-menu-wrapper>ul li, .slidebar-resources .hs-menu-wrapper>ul li {
  font-size: 14px;
  line-height: 24px;
}
.slidebar-contact p {
  line-height: 24px;
}

.slidebar-contact h4 {
  margin-bottom: 10px;
  margin-top: 0;
  font-family: Poppins;
  text-transform: none;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #414141;
  font-size: 16px;
}
@media(max-width:992px){
  .body-sidebar-content {

    width: 100%;
    padding: 0 15px;

  }
  .body-left-content {

    width: 100%;
    padding: 0 15px;
  }
  .sidebar-content-group .slidebar-menu{
    display: none ;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer-wrapper{
  position: relative;
}
.footer_main_container {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-wrapper .footer__container {

  padding-left: 0px;
  padding-right: 0px;
  width: auto !important;
  max-width: 100%  ;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
  margin: 0 -10px;
}
.footer__copyright {
  padding-left: 10px;
  padding-right: 10px;
  /*     width: 66.66666667%; */
}
.footer__copyright p {
  margin: 0 0 10px;
  padding: 4px 0;
  font-size: 13px;
  color: inherit;
  line-height: 32px;
}
.footer_policy {
  padding-left: 10px;
  padding-right: 10px;
  /*     width: 33.33333333%; */

}
.footer-links p {
  margin: 0 0 10px;
  padding: 4px 0;
  font-size: 13px;
  color: inherit;
  line-height: 32px;
}
.footer-links {
  text-align: right;
}
.footer-links p a {
  color: #777;
}
.footer-links p a:hover{
  color: #50b0e3;
}
.back-to-top {
  position: absolute;
  z-index: 99;
  bottom: 40px;
  right:-41px;
  width: 36px;
  height: 36px;
  line-height: 38px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: rgba(65, 65, 65, 0.85);
  transform: translateZ(0px);
}
.vu_fi-arrow-up:before {
  content: "\ebd3";
}
.back-to-top:hover {
  color: #fff;
  background-color: #414141;
}
@media (min-width: 768px){
  .footer-wrapper .footer__container{
    max-width: 750px;
  }
  .footer__copyright {
    width: 66.66666667%;
    float:left;
  }
  .footer_policy {
    width: 33.33333333%;
    float:left;
  }
}
@media (min-width: 992px){
  .footer-wrapper .footer__container{
    max-width: 970px;
  }
}
@media (min-width: 1200px){
  .footer-wrapper .footer__container{
    max-width: 1170px;
  }
}
@media (max-width: 1300px){
  .back-to-top {

    right: 10px;
  }
}
@media (max-width: 991px){
  .footer-content {
    display: block;
  }
}
@media (max-width: 767px){

  .footer-links p {
    padding: 0;
    line-height: 24px;
  }
  .footer-links {
    text-align: center;
  }
  .footer__copyright p {
    padding: 0;
    line-height: 24px;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px;
}
.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: 18px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #777;
}
.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: #777;
  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: #777;
  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: #777;
}
.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: #777;
  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: transparent;
  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: #777;
  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 .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 ul {
    padding: 20px 10px !important;
  }
}

.blog-sidebar {
  padding-top:0;
}

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

.blog-sidebar h3 {
  margin-top:0;
  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: 5px;
  font-size: 25px;
  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;
  margin-bottom:20px;
}

.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%;
  margin:0 0 20px;
}

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


@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

input.email-edit.hs-input {
  width: 100% !important;
}
.hs-form-field {
  margin: 0 0 16px;
}
.systems-page .hs-input[type=checkbox] {
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
#hs-pwd-widget-password {
  margin: 10px 0 10px !important;
  outline: none !important;
}
#hs-pwd-widget-password:focus {
  outline: none !important;
}
.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: #d7dade;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 14px;
  line-height:1.7;
  color: #4F7D24;
  padding: 5px 10px;
}

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

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

@media(max-width:575px){

  .systems-page h2 {
    font-size: 22px;
  }
  .systems-page h3 {
    font-size: 20px;
  }
}
/**========================================== Error Page ======================================**/

.error-page-banner {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 1px 3px #ddd;
  background-color: #fff;
}
.error-page-banner {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 1px 3px #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.error-page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  background-color: rgba(255,255,255,0.35);
}

.error-banner-content {
  position: relative;
  z-index: 3;
  display: table;
  width: 100%;
  height: 100px;
}

.error-inner-content {
  padding-left: 30px;
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
}

.error-banner-content h1 {
  color: #50b0e3;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
}

.error-banner-content span {
  position: relative;
  display: block;
  font-size: 15px;
  color: #414141;
  margin: 0;
}
.hs-error-page .body-content-row {
  margin-top: 20px;
}

.error-page-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 437px;
}

.hs-error-page-content {
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 1px;
  box-shadow: 0 1px 3px #ddd;
  background-color: #fff;
  text-align: center;
}
.error-page-inner-wrapper {
  text-align: center;
  margin: 40px 0;
}

.error-page-inner-wrapper .vu_ep-404 {
  color: #50b0e3;
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto 15px auto;
  width: 150px;
  height: 150px;
  opacity: 0.5;
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://8670073.fs1.hubspotusercontent-na1.net/hubfs/8670073/raw_assets/public/AirportShuttleExpress_October2020/images/data-img-download.jpg);
}

.error-page-content h2.vu_ep-title {
  color: #a4d735;
  line-height: normal;
  margin: 0 0 10px 0;
  font-size: 22px;
}

.error-page-content .vu_ep-desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}

.error-page-content .hs-button {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}


@media (min-width: 992px){
  .error-page-content{
    float: right;
    width: 75%;
  }
}