/* ******************************************************************************
*********************************************************************************
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 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: FontAwesome;
  src: url("//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/WendyWuTours_October2020/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/WendyWuTours_October2020/fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/WendyWuTours_October2020/fonts/fontawesome-webfont.woff") format("woff"), 
    url("//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/WendyWuTours_October2020/fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 10px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 970px !important;
  }
}

@media only screen and (max-width: 1215px) and (min-width: 768px){
  .dnd-section > .row-fluid,
  .content-wrapper{
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}


@media (max-width: 767px){
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 750px !important;
  }
  .dnd-section > .row-fluid.
  .content-wrapper{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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


.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none !important;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 15px 0;
  white-space:normal;
  outline: none;
  transition: all .3s ease-in-out;
}

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

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


.hs-form label {
  font-size: .83rem;
  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;
}


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, 
form select, 
form textarea,
.hs-input{
  display: inline-block;
  width: 100% !important;
  height: 55px;
  font-weight: normal;
  color: #33475b;
  border: 1px solid;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit !important;
  line-height: inherit;
  margin-bottom: 25px;
  padding-left: 9pt !important;
  outline: none;
}


.systems-page form input[type="password"]{
  display: inline-block;
  width: 100% !important;
  height: 55px !important;
  font-weight: normal;
  color: #33475b;
  border: 1px solid;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit !important;
  line-height: inherit;
  margin-bottom: 25px;
  padding-left: 9pt !important;
  outline: none;
  margin-top: 0 !important;
  border-color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus,
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus, 
input[type="file"]:focus, 
textarea:focus, 
select:focus, 
form select:focus, 
form textarea:focus,
.hs-input:focus{
  outline: none !important;
}


.systems-page form input[type="password"]:focus{
  outline: none !important;
}

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

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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.body-container-wrapper form,
.systems-page form,
.section.post-footer form{
  padding: 20px;
  margin: 0;
  text-align: left;
  background-color: #f2f2f2;
}

h3.form-title {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  margin: 0;
  font-size: 2pc;
  line-height: 42px;
  padding: 10px;
  margin-bottom: 0;
}

.hs-form label,
legend.hs-field-desc{
  line-height: inherit;
  font-family: inherit;
  font-size:14px;
}

.invalid.error {
  background: #fde2d6!important;
  border: 1px solid #f47b62!important;
}


ul.hs-error-msgs li label.hs-error-msg,
ul.hs-error-msgs li label.hs-main-font-element,
.form-input-validation-message ul li label{
  padding: 0;
  margin: 0;
  color: red;
  line-height: inherit;
  font-family: inherit;
  font-size: 14px;
}


form{
  max-width:500px;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
  width: auto !important;
}

.systems-page form a,
.systems-page p a{
  color: #444;
  text-decoration: none;
}
.form-input-validation-message ul {
  padding: 0;
  margin: 0;
}
.systems-page .success {
  font-size: 14px !important;
}

.systems-page form{
  background-color: #f2f2f2;
}

@media (max-width: 767px){
  form{
    max-width:100% !important;
  }
  .systems-page .success {
    min-width: 100% !important;
  }
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 750px !important;
  }
  .dnd-section > .row-fluid.
  .content-wrapper{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.lp-layout-wrapper header.primary-head.no-nav {
  position: relative;
  height: 70px;
}
.lp-layout-wrapper .header-logo {
  top: 20px;
}



.header {
  background-color: transparent;
}

.brochure-takeover {
  height: 75pt;
  padding: 20px;
}
.primary-cta {
  padding: 0 10px;
  border: 0;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  transform: translate3d(0,0,0);
  overflow: hidden;
  position: relative;
  padding: 0 30px;
  text-decoration: none;
  float: right;
  display: inline-block;
}
.brochure-takeover h2 {
  font-size: 18px;
  line-height: 28px;
  max-width: 420px;
  margin: 0;
  position: relative;`
}
.brochure-takeover h2:before {
  content: '';
  height: 80px;
  width: 115px;
  background: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/black-strip-new-brox-490x330.jpg);
  background-size: cover;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.brochure-takeover h2 a {
  text-decoration: none;
}
.brochure-takeover h2:after {
  content: '';
  height: 20px;
  width: 51px;
  background: url();
  background-position: -80px -500px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.brochure-takeover p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 20px;
}
.brochure-takeover a {
  text-decoration: none;
}



header.primary-head .pre-nav {
  padding: 10px;
  text-align: center;
}
header.primary-head .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.pre-nav span.masthead {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 26px;
}
header.primary-head .pre-nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
}
.pre-nav ul li {
  display: inline-block;
  float: left;
  border-right: 1px solid #979797;
  padding: 0 10px;
  line-height: 26px;
  position: relative;
  z-index: 15;
}
.pre-nav ul li:last-child {
  border: none;
  padding: 0 0 0 10px;
}
.pre-nav ul li a {
  text-decoration: none;
  display: block;
} 
.pre-nav ul li.user a {
  line-height: 26px;
}
header.primary-head .pre-nav ul button {
  margin: 0;
  font: inherit;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  outline: 0 solid #fff!important;
  font-size: 9pt;
  line-height: 26px;
  background: none;
  border: none;
}
.pre-nav ul li button:before {
  content: '';
  background: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/ui-sprite.svg) no-repeat;
  width: 21px;
  height: 26px;
  float: left;
  margin: 0 10px 0 0;
  background-position: -191px -99px;
}
.pre-nav ul li.user a:before {
  content: '';
  background: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/ui-sprite.svg) no-repeat;
  width: 20px;
  height: 26px;
  float: left;
  margin: 0 10px 0 0;
  background-position: -223px -98px;
}
header.primary-head .pre-nav ul li ul {
  display: none;
  position: absolute;
  padding: 10px;
  margin: 20px 0 0;
  width: 100%;
  left: 10px;
  top: 100%;
}
.pre-nav ul li ul li {
  border: none;
  font-size: 9pt;
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.pre-nav ul li ul li:last-child {
  padding: 0;
}
.pre-nav ul li ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #f1f1f1;
  border-width: 10px;
  margin-left: -10px;
}
b, strong {
  font-weight: 600!important;
}
.pre-nav span {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}
button.navbar-toggle {
  display: none;
}




header.primary-head {
  position: absolute;
  top: 75pt;
  width: 100%;
  z-index: 15;
  height: 90pt;
}
.header-logo {
  display: block;
  position: absolute;
  left: 10px;
  overflow: hidden;
  z-index: 13;
  width: auto;
  top: 70px;
}
.main-tel {
  position: absolute;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  text-align: right;
  z-index: 13;
  right: 20px;
  top: 60px;
}

.main-tel a {
  color: #535353;
  text-decoration: none;
}
.main-tel a:last-child {
  font-size: 14px;
  margin: 0;
  color: #535353;
  text-decoration: none;
  display: block;
}
.header-logo img {
  height: 25px;
  width: auto !important;
  display: block;
}
.hero .search-form  .sec8-form-wrapper form select {
  appearance: none;
  background-image: url(https://www.wendywutours.com.au/resource/assets/images/open-expanded.png);
  background-position: 93% center;
  background-repeat: no-repeat;
  height: 46px;
}
.travel-safe {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 90px;
  height: 90px;
  background: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/icon-travel-safe.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: rotate(-10deg);
  z-index: 1;
  margin: 0 0 0 -45px;
  width: 140px;
  height: 140px;
  top: 75pt;
  left: 75pt;
  margin: 0;
}

nav.custom-menu-primary {
  z-index: 8;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: auto;
  background: none;
  top: auto;
  right: auto;
  transition: none;
  overflow: unset;
  overflow-y: unset;
  bottom: 22px;
  text-align: center;
}

nav.navigation-primary > ul > li:nth-child(8) ul.submenu.level-3 > li:first-child > a:before {
  background-image: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/cover-china.jpg);
}
nav.navigation-primary > ul > li:nth-child(8) ul.submenu.level-3 > li:nth-child(2) > a:before {
  background-image: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/cover-southeast-asia.jpg);
}
nav.navigation-primary > ul > li:nth-child(8) ul.submenu.level-3 > li:nth-child(3) > a:before {
  background-image: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/cover-india.jpg);
}
nav.navigation-primary > ul > li:nth-child(8) ul.submenu.level-3 > li:last-child > a:before {
  background-image: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/cover-japan.jpg);
}

.big-menu button.close:hover {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.big-menu button.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  position: absolute;
  right: 20px;
  top: 10px;
  background-image: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/ui-sprite.svg);
  background-repeat: no-repeat;
  background-position: -190px -122px;
  background-color: transparent;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  transform: scale(1.3);
  border-radius: 100%;
  transition: all .3s ease-in-out;
  outline: none;
}
header.primary-head.no-nav {
  top: 0;
}
body.no-banner main.body-container-wrapper {
  padding-top: 100px;
}

.no-banner .lp-layout-wrapper main.body-container-wrapper {
  padding-top: 0px;
}


@media only screen and (max-width: 1199px){

  nav.custom-menu-primary {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: auto;
    background: none;
    top: auto;
    right: auto;
    transition: none;
    overflow: unset;
    overflow-y: unset;
  }
  .header-logo {
    top: 58px;
  }
  .main-tel {
    right: 10px;
    top: 58px;
  }
  .main-tel a:last-child {
    display: inline-block;
  }
  nav.custom-menu-primary .navigation-primary > ul > li {
    padding: 0 5px !important;
  }
}


@media only screen and (max-width: 1024px){
  nav.custom-menu-primary .navigation-primary > ul > li {
    padding: 0 10px !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 14px !important;
    line-height: 1.42857143 !important;
  }
  .primary-cta {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px){
  nav.custom-menu-primary .navigation-primary > ul > li:first-child .big-menu .page-center .has-submenu > ul > li:nth-child(5) > ul > li:nth-child(5) {
    padding-top: 19px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:first-child .big-menu .page-center .has-submenu > ul > li:nth-child(5) > ul > li:nth-child(5) > a {
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px){
  .main-tel a:last-child {
    display: none;
  }
  .primary-cta {
    display: none;
  }
  .main-tel{
    right: 60px;
    top: 56px;
  }
  button.navbar-toggle {
    outline: 0 solid #fff!important;
    border-color: transparent!important;
    background-color: #ef4d3e!important;
    border-radius: 0!important;
    display: block;
    border: none;
    position: relative;
    float: right;
    padding: 13px 10px;
    margin: 0;
    cursor: pointer;
  }
  nav.custom-menu-primary {
    position: fixed;
    width: 300px;
    overflow: hidden;
    overflow-y: auto;
    right: -300px;
    transition: all .3s ease-in-out;
    height: calc(100vh - 82px);
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100%;
  }
  span.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  button.navbar-toggle .icon-bar {
    background-color: #fff!important;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transition: all .3s ease-in-out;
  }
  button.navbar-toggle .icon-bar.middle {
    margin-top: 4px;
  }
  button.navbar-toggle .icon-bar.bottom {
    margin-top: 4px;
  }
  .brochure-takeover p {
    font-size: 14px;
    line-height: 24px;
  }
  .brochure-takeover p a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
  }
  header.primary-head .pre-nav ul button > span {
    display: none;
  }
  .pre-nav ul li {
    padding: 0 5px;
  }
  header.primary-head{
    height: 88px;
  }
  .header-logo {
    top: 55px;
    width: auto;
  }
  .mobile-open nav.custom-menu-primary {
    right: 0;
    transition: all .3s ease-in-out;
  }
  .big-menu {
    background: #535353;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu {
    overflow: hidden;
    height: auto;
    background: #535353;
    display: block;
    padding: 10px 10px 20px;
  }
  nav.custom-menu-primary .navigation-primary > ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
    padding: 88px 0 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li {
    display: block;
    font-size: 1pc;
    font-weight: 700;
    padding: 0 !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li > a {
    font-weight: 400;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 10px;
    line-height: 22.8571px !important;
    font-size: 16px !important;
    display: block;
  }
  button.navbar-toggle.mobile{
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .big-menu button.close {
    display: none;
  }
  button.navbar-toggle.mobile .icon-bar.top {
    transform: rotate(50deg);
    position: relative;
    top: 2px;
  }
  button.navbar-toggle.mobile .icon-bar.bottom {
    transform: rotate(-50deg);
    top: -3px;
    position: relative;
  }
  button.navbar-toggle.mobile .icon-bar.middle {
    display: none;
  }

  .mobile-search-toggle:before {
    content: '';
    background-color: #fff;
    background-image: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/ui-sprite.svg);
    background-repeat: no-repeat;
    background-position: -190px -122px;
    width: 24px;
    height: 24px;
    float: right;
    margin: 0 0 0 6px;
    border-radius: 100%;
  }


  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > a {
    display: block;
    font-family: inherit;
    line-height: 2pc;
    text-align: right;
    margin: 10px 0 0;
    font-size: 1pc;
    color: #fff;
    font-weight: 700;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
    padding: 0 0 20px;
    overflow: hidden;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li ul li {
    display: block;
    font-size: 1pc;
    text-align: right;
    font-weight: 400;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 300;
    font-size: 1pc;
    color: #fff;
    padding: 10px 0;
    background-color: #535353 !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:first-child > a {
    display: none;

  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > a {
    background-color: #535353;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > ul > li > a {
    font-weight: 400;
    padding: 0;
    line-height: 32px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > ul > li:not(:first-child) {
    margin: 10px 0 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > ul > li:last-child > ul {
    padding-bottom: 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:last-child > a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:last-child > a:after {
    left: 0;
    height: 4px;
    width: 0;
    float: right;
    content: '\00BB';
    padding: 0 0 0 6px;
    bottom: 0;
    position: relative;
    background: none;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li.has-submenu {
    position: relative;
    padding: 0;
    height: calc(100% - 40px);
    border-bottom: 1px solid #ccc;
  }
  nav.custom-menu-primary .navigation-primary > ul > li > .big-menu > .page-center > ul {
    padding: 0;
    margin: 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
    content: '';
    height: 4px;
    width: 0;
    background: #ef4d3e;
    position: absolute;
    bottom: 0;
    left: 0;
    float: right;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.clicked > a:after{
    width: 100%;
    transition: all .3s ease-in-out;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked:nth-child(2) .big-menu .page-center > ul > li.has-submenu > ul > li > ul > li > a{
    padding: 0;
    margin: 0;
    line-height: 2pc;
    text-align: right;
    margin: 10px 0 0;
    font-size: 1pc;
    color: #fff;
    font-weight: 700;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked:nth-child(2) .big-menu > .page-center > ul > li:nth-child(2) > a{
    display: none;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked:nth-child(2) .big-menu > .page-center > ul > li.has-submenu:nth-child(2) > ul > li:last-child {
    padding: 0;
    margin: 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked:nth-child(2) .big-menu > .page-center > ul > li.has-submenu:nth-child(2) > ul > li > ul {
    padding: 0;
    margin: 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked:nth-child(2) .big-menu > .page-center > ul > li.has-submenu:nth-child(2) > ul > li > ul > li > ul {
    padding: 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked:nth-child(2) .big-menu > .page-center > ul > li.has-submenu:nth-child(2) > ul > li > ul {
    padding: 0;
    margin: 0;
    margin: 0 0 20px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:nth-child(2) > ul > li:first-child > ul > li:last-child {
    padding-top: 10px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:nth-child(2) > ul > li:first-child > ul {
    margin-bottom: 10px !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:nth-child(2) > ul > li:last-child > ul {
    margin-bottom: 0 !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(7) .big-menu .page-center > ul > li.has-submenu > ul {
    padding: 0 !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(7) .big-menu .page-center > ul > li.has-submenu > ul > li > ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(7).has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:nth-child(2) > a {
    display: none;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(7).has-submenu.menu-item.clicked .big-menu > .page-center > ul > li:nth-child(2) > ul > li > ul > li > a {
    padding: 0;
    margin: 0;
    line-height: 2pc;
    text-align: right;
    margin: 10px 0 0;
    font-size: 1pc;
    color: #fff;
    font-weight: 700;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(7).has-submenu.menu-item.clicked .big-menu > .page-center > ul > li ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(7).has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > ul > li:last-child > ul {
    margin-bottom: 20px !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(7).has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > ul > li:last-child > ul > li:first-child {
    margin: 0 0 20px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(4).has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > ul > li > a > b {
    display: none;
  }
  nav.custom-menu-primary .navigation-primary > ul > li:nth-child(4).has-submenu.menu-item.clicked .big-menu > .page-center > ul > li > ul > li > a {
    font-weight: 300;
    font-size: 1pc;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(1) > .big-menu .page-center > ul > li.has-submenu > ul > li:nth-child(5) > ul > li:nth-child(5) > a {
    font-weight: 400;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(1) > .big-menu .page-center > ul > li.has-submenu > ul > li:nth-child(1) > ul > li:nth-child(5) {
    padding-top: 0 !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(1) > .big-menu .page-center > ul > li.has-submenu > ul > li:nth-child(5) > ul > li:nth-child(4) {
    margin-bottom: 20px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(4) .big-menu .page-center > ul > li.has-submenu > a {
    display: none;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(4) .big-menu .page-center > ul > li.has-submenu > ul {
    padding: 0;
    margin: 0;
    padding: 5px 0;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(4) .big-menu .page-center > ul > li.has-submenu > ul {
    padding: 0;
    margin: 0;
    padding: 10px 0 10px;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(4) .big-menu .page-center > ul > li.has-submenu > ul > li > a {
    padding: 0 !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    line-height: 15px;
  }

  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(1) > .big-menu .page-center > ul > li.has-submenu > ul > li > a:hover,
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(2) > .big-menu .page-center > ul > li.has-submenu > ul > li.has-submenu > ul > li > a:hover,
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(7) > .big-menu .page-center > ul > li.has-submenu > ul > li > ul > li > a:hover, 
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu:nth-child(8) > .big-menu .page-center > ul > li > ul > li > a:hover {
    color: #fff !important;
  }
  nav.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item.clicked .big-menu > .page-center > ul > li ul li a:hover {
    color: #fff !important;
  }
}


@media only screen and (max-width: 479px){
  .brochure-takeover {
    padding: 10px;
  }
  .pre-nav span.masthead .hs_cos_wrapper_type_text {
    font-size: 9pt;
    line-height: 1.42857143;
  }
  .brochure-takeover h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    position: relative;
  }
  .brochure-takeover p a {
    font-size: 14px;
  }
  .brochure-takeover h2:after{
    display:none;
  }
  .pre-nav span.masthead {
    display: block;
    float: none;
    font-size: 9pt;
    line-height: 1.42857143;
  }
  header.primary-head .pre-nav ul {
    float: none;
  }
  .header-logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 78px;
    width: 28px;
    overflow: hidden;
    z-index: 13;
  }
  header.primary-head {
    height: 110px;
  }
  .main-tel {
    right: 60px;
    top: 78px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: left;
}
.footer__container {
  margin: 0 auto;
}
.footer.cm-footer {
  padding: 0 0 60px;
}
.payment-methods.footer__container {
  text-align: center;
}
.footer__container.disclaimer {
  text-align: center;
}
.cm-footer .footer__container h3{
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  margin: 40px 0;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
.cm-footer .footer__container p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
.cm-footer .footer__container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}
.cm-footer .footer__container.disclaimer ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 40px auto 20px;
}
.cm-footer .footer__container.disclaimer ul li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
.cm-footer .footer__container.disclaimer ul li a {
  display: inline-block;
}

.cm-footer .footer__container.disclaimer ul li a img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  background: none;
  width: auto;
  height: auto;
}
.cm-footer .footer__container.payment-methods ul li {
  display: inline-block;
  margin: 0 5px;
}
.cm-footer .footer__container.payment-methods ul li img {
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 30px;
  background: none;
  border: 0;
  vertical-align: middle;
}
.cm-footer .footer__container p {
  max-width: 900px;
  margin: auto;
}
.footer__container.cm-footer-nav {
  position: relative;
  padding: 40px 0 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.footer__container.cm-footer-group {
  position: relative;
  max-width: 60pc;
  display: grid;
  grid-template-columns: calc(40% - 10px) calc(20% - 20px) calc(20% - 20px) calc(20% - 10px);
  margin: 0 auto 40px;
  grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
  padding-right: 20px;
  padding-left: 20px;
}
.custom-menu-primary.footer-menu h3{
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  margin: 0 0 10px;
  text-align: left;
}
.custom-menu-primary.footer-menu h3 a,
.cm-footer-menu-address h3 a{
  text-decoration: none;
}
.cm-footer .footer__container ul li {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
.cm-footer .footer__container ul li a {
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  padding: 0;
  display: inline-block;
}

.footer__container.cm-center {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.footer__logo.footer__logo--main img {
  border: 0;
  vertical-align: middle;
  width: 190px !important;
  height: auto;
}

.footer__logo.footer__logo--main a {
  cursor: auto;
}
.footer__logo.footer__logo--main {
  position: absolute;
  top: 62px;
  left: 20px;
  margin: 0;
}

ul.social-icons.center {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 60px 0;
}
ul.social-icons.center li {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  margin: 0 20px;
}

ul.social-icons.center li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/ui-sprite.svg);
}

ul.social-icons.center li a.facebook{
  background-position: -45px -71px;
}
ul.social-icons.center li a.twitter {
  background-position: -6px -102px;
}
ul.social-icons.center li a.instagram {
  background-position: -189px -68px;
}
ul.social-icons.center li a.youtube {
  background-position: -46px -75pt;
}
ul.social-icons.center li a.pinterest {
  background-position: -219px -68px;
}

.footer__container.cm-center #hs_cos_wrapper_footer_block3 .hs_cos_wrapper > a {
  cursor: pointer;
  display: block;
  line-height: 26px;
  color: #535353;
  text-decoration: none;
  font-weight: 200;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 60px;
  border: none;
  padding: 0;
  margin: 0;
}

.footer__container.cm-center #hs_cos_wrapper_footer_block3 .hs_cos_wrapper > a:before{
  content: '';
  width: 29px;
  height: 29px;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  background: url(//7606496.fs1.hubspotusercontent-na1.net/hubfs/7606496/raw_assets/public/WendyWuTours_October2020/images/ui-sprite.svg);
  background-position: -4px -68px;
  position: absolute;
  left: -36px;
  top: -2px;
  margin: 0;
}

.footer__container.cm-center h4 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}

.footer__container.cm-center h4 a{
  text-decoration:none;
}

.footer__container.cm-center #hs_cos_wrapper_footer_block3 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 20px 0 40px !important;
  text-align: center;
}

.footer__container.cm-center #hs_cos_wrapper_footer_block3 ul li {
  font-size: 14px !important;
  line-height: 28px !important;
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
  display: inline-block;
}

.footer__container.cm-center #hs_cos_wrapper_footer_block3 ul li:last-child {
  border-right: none;
}
.custom-menu-primary.footer-menu:first-child ul li:first-child {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  margin: 0 0 20px;
}

.custom-menu-primary.footer-menu:first-child ul li address {
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.cm-top-section {
  background: #ccc;
  padding: 60px 0;
}
.cm-top-section .footer__container {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.newsletter-signup {
  float: left;
  text-align: left;
  width: 50%;
}

.brochure-cta-pane {
  float: right;
  text-align: right;
  border-left: 1px solid #dedede;
  width: 45%;
  padding: 0;
}
.cm-top-section h2 {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 2pc;
  line-height: 42px;
  margin: 0 0 20px;
}

.brochure-cta-pane h2 {
  text-align: right;
}
.newsletter-signup h2 {
  text-align: left;
}
.cm-top-section p {
  padding: 0;
  margin: 0;
  margin: 0 0 20px !important;
  font-size: 15px !important;
  line-height: 25px !important;
}
.newsletter-container p {
  text-align: left !important;
}
.brochure-cta-pane p {
  text-align: right !important;
}
.newsletter-container form {
  max-width: 600px;
}
.newsletter-container form .hs_email {
  float: left;
  width: calc(66% - 10px);
  margin: 0 10px 0 0 !important;

}
.newsletter-container form .hs_email input[type="email"]{
  margin: 0 10px 0 0;
  font-family: inherit;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 6px 9pt;
  background-image: none;
  height: 44px;
  border: none;
  border-radius: 6px;
}

.newsletter-container form .hs_submit input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  outline: 0 solid #fff!important;
  text-align: center;
  transform: translate3d(0,0,0);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  height: 44px;
  border: 0;
  text-decoration: none;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  padding: 0;
  float: left;
  width: 33%;
}
.footer__logo_one.footer__logo--main-one {
  float: left;
}
.footer__logo_one.footer__logo--main-one img {
  border: 0;
  vertical-align: middle;
  margin: 20px 20px 0 40px;
  display: block;
  width: 136px !important;
}

.brochure-cta-pane p + a {
  font-size: 14px;
  font-family: Open Sans,sans-serif;
  border: 0;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  transform: translate3d(0,0,0);
  overflow: hidden;
  position: relative;
  padding: 0 30px;
}

.newsletter-container form .hs_email label {
  display: none;
}

.newsletter-signup .newsletter-container h3 {
  display: none;
}

.footer__container.disclaimer a:hover, 
.custom-menu-primary.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer__container.disclaimer a, 
.custom-menu-primary.footer-menu ul li a {
  text-decoration: none;
}

.footer__container.disclaimer p a {
  text-decoration: underline;
}

.footer__container.disclaimer {
  max-width: 100% !important;
}

footer.footer.cm-footer.no-nav {
  padding-top: 20px;
}

.newsletter-container form .hs_error_rollup {
  display: block;
  position: absolute;
  top: 182px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__container.cm-footer-group{
    display:flex;
  }
  .footer__container.cm-footer-nav{
    width:100%;
  }
  .custom-menu-primary.footer-menu{
    width:25%;
  }
}



@media only screen and (max-width: 1215px) and (min-width: 768px){
  .footer__container.cm-footer-group{
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .cm-top-section .footer__container{
    padding-right: 0!important;
    padding-left: 0!important;
  }
}

@media only screen and (max-width: 1199px){
  .footer__container {
    max-width: 970px !important;
  }
  .footer__container.cm-footer-group {
    max-width: 60pc !important;
  }
  .footer__container.disclaimer {
    margin: 40px 20px 0;
    max-width: 75pc;
  }
}


@media only screen and (max-width: 1024px){
  .cm-footer .footer__container h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .footer__container {
    max-width: 750px !important;
  }
  .footer__container.cm-footer-group {
    display: grid;
    grid-template-columns: calc(40% - 10px) calc(20% - 20px) calc(20% - 20px) calc(20% - 10px);
    margin: 0 auto 40px;
  }
  .footer__container.cm-footer-nav {
    padding: 0;
    border: none;
  }
  .footer__logo_one.footer__logo--main-one {
    display: inline-block;
    float: none;
  }
  .newsletter-signup {
    width: 60%;
    float: left;
    text-align: left;
  }
  .brochure-cta-pane {
    padding: 0;
    width: 35%;
    float: right;
    text-align: right;
    border-left: 1px solid #dedede;
    padding: 0 0 0 20px;
  }
  .footer__logo_one.footer__logo--main-one img {
    margin: 0;
    display: inline-block;
  }
  .brochure-cta-pane p+a {
    padding: 0 10px;
  }
  ul.social-icons.center li {
    margin: 0 10px;
  }
}


@media only screen and (max-width: 767px){
  .newsletter-signup {
    width: 100%;
    float: none;
  }
  .brochure-cta-pane {
    float: none;
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
  }
  .cm-top-section h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  .newsletter-container p {
    text-align: center !important;
  }
  .brochure-cta-pane p {
    text-align: center !important;
  }
  .newsletter-container form{
    margin: 0 auto;
  }
  .brochure-cta-pane {
    padding: 40px 0 0;
  }
  .custom-menu-primary.footer-menu:not(:first-child) > #hs_cos_wrapper_my_menu ul {
    display: none;
  }
  .custom-menu-primary.footer-menu:not(:first-child) ul {
    display: none;
  }

  .footer__container.cm-footer-group {
    display: block;
  }
  .custom-menu-primary.footer-menu:first-child h3 {
    text-align: center;
  }
  .custom-menu-primary.footer-menu:first-child ul li {
    text-align: center;
  }
  .custom-menu-primary.footer-menu:first-child ul li address {
    text-align: center;
  }
  .custom-menu-primary.footer-menu:first-child ul li:first-child {
    text-align: center;
  }
  .footer__container.cm-footer-nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .custom-menu-primary.footer-menu:not(:first-child) h3 {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    margin: 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
  }
  .custom-menu-primary.footer-menu:not(:first-child) h3 a:after {
    content: '+';
    display: block;
    float: right;
    transition: all .3s ease-in-out;
  }
  .custom-menu-primary.footer-menu:not(:first-child) h3 a {
    display: block;
  }
  .custom-menu-primary.footer-menu.child-open:not(:first-child)>#hs_cos_wrapper_my_menu ul {
    display: block;
  }
  .custom-menu-primary.footer-menu.child-open:not(:first-child) h3 a:after {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
  }
  .footer__container.cm-center #hs_cos_wrapper_footer_block3 ul li {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
  }
  .footer__logo.footer__logo--main {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto;
    text-align: center;
    display: block;
  }
  ul.social-icons.center {
    padding: 20px 0;
    list-style-type: none;
    margin: 0;
  }
  .footer__container.cm-center #hs_cos_wrapper_footer_block3 .hs_cos_wrapper>a {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-weight: 200;
    margin: 0 0 20px;
    padding: 0 0 20px;
    display: block;
    text-align: center;
  }
  .footer__container.cm-center #hs_cos_wrapper_footer_block3 .hs_cos_wrapper > a:before{
    background-position: -4px -68px;
    content: '';
    width: 29px;
    height: 29px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    left: 0;
    top: 0;
  }
  .custom-menu-primary.footer-menu:not(:first-child).child-open ul {
    display: block;
  }
}


@media only screen and (max-width: 479px){
  .cm-footer .footer__container.disclaimer ul li {
    margin: 0;
  }
  .newsletter-container form .hs_email {
    float: none;
    width: 100%;
    margin: 0 0 20px !important;
  }
  .newsletter-container form .hs_submit input[type="submit"] {
    float: none;
    width: 100%;
  }
  .newsletter-container form .hs_error_rollup {
    position: relative;
    top: 0;
    padding-bottom: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

.no-banner .hs-blog-post .content-wrapper {
  margin-top: 0;
}
.blog-post {
  background-color: #f2f2f2;
}
.section.post-footer .hs-input {
  border-color: #fff !important;
}
.grecaptcha-badge {
  margin: inherit;
}
.blog-comments .hs-button{
  background: #ef4d3e !important;
  color: #fff !important;
  border-color: #ef4d3e !important;
}
.blog-comments .hs-button{
  color: #fff !important;
  background: #e95a56 !important;
  border-color: #e95a56 !important;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.blog-comments .hs-submit {
  text-align: left !important;
}

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

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

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

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

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

.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: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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


.no-banner .hs-blog-listing .content-wrapper {
  margin-top: 0;
}


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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 750px !important;
  }
  .dnd-section > .row-fluid.
  .content-wrapper{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding:20px;
  background-color: #fff;
}

.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;
  }
  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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

.no-banner .content-wrapper {
  margin-top: 118px;
}

.no-banner .hs-landing-page .lp-layout-wrapper .content-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 400px) {
  .systems-page h1 {
    font-size: 31px;
  }
  .systems-page h2 {
    font-size: 23px;
  }
}