/* ******************************************************************************
*********************************************************************************
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: Berthold Akzidenz Grotesk Extended;
  src: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/berthold-akzidenz-grotesk-extended.woff2) format("woff2"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/berthold-akzidenz-grotesk-extended.woff) format("woff"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/berthold-akzidenz-grotesk-extended.ttf) format("truetype"),
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/berthold-akzidenz-grotesk-extended.svg) format("svg"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/EasyWeddings_October2020_Folder/Fonts/berthold-akzidenz-grotesk-extended.eot) format("eot");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/EasyWeddings_October2020_Folder/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-brands-400.woff2) format("woff2"),
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-brands-400.woff) format("woff"),
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-brands-400.ttf) format("truetype"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-brands-400.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/EasyWeddings_October2020_Folder/Fonts/fa-light-300.eot") format("embedded-opentype"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-light-300.woff2) format("woff2"),
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-light-300.woff) format("woff"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-light-300.ttf) format("truetype"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-light-300.svg) format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/EasyWeddings_October2020_Folder/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-solid-900.woff) format("woff"), 
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-solid-900.ttf) format("truetype"),
    url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/Fonts/fa-solid-900.svg) format("svg");
  font-style: normal;
  font-weight: 900;
}
html {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

p {
  margin: 0 0 10px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
      -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
a:hover, a:focus {
  text-decoration: underline;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 100;
  margin:20px 0;
  line-height: 1.4;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: 1rem;
  line-height:1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: .9rem;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  
}

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

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

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

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

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3333333;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  width:auto;
  margin:0 0 15px;
  font-family:Lato;
  padding: 4px 10px 4px 42px;
    font-family: "Berthold Akzidenz Grotesk Extended",serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 100;
  white-space: normal;

  text-decoration: none;
}

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

  color: #fff;
  text-decoration:none;
}

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-input:focus , form input:focus , form select:focus , form textarea:focus , .hs-input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
 
}
.hs-input ,
form input,
form select,
form textarea, .hs-input{
  display: inline-block;
  width: 100%;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  border-radius: 12.5px;
  font-family:Lato;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.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;
}
.hs-form label {
    font-weight: 600;
    line-height: 20px;
}
.inputs-list label{
 line-height:20px; 
}
.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;
  
  text-align: left;
  white-space: 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: 1rem;
  color: #fcfaf2;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

.hs-menu-wrapper ul {
  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;
  text-decoration: none;
}

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

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container .page-center{
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #fcfaf2;
}

.header__container {

  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.logo-wrapper img {
  text-align: center;
  display: inline-block;
  width: 215px !important;
  height: 72px;
  margin-top: 1px;
  margin-left: 1px;
}
.header-top-section .row {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.logo-wrapper {
  width: 25%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.search-wrapper {
  margin-left: 8.33333333%;
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.header-right-section {
  width: 25%;
  float: right;
  padding:0 15px;
  text-align:right;
}

@media (min-width: 767px){
  #ew-mysupplier {
    margin: 0 15px 0 0;
    padding: 19px 0 0;
    font-size: 22px;
  }
  #sidebar {
    display: none;
  }
  #ew-mysupplier .enquiry-link {
    color: #666;
  }
  #ew-mysupplier a {
    margin: 15px 10px 0 0;
  }
  #ew-mysupplier a{
    margin: 15px 10px 0 0;
  }
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.fa-envelope:before {
  content: "\f0e0";
}
.footer__copyright a:hover {
  text-decoration: none;
}
#ew-mysupplier a.competitions-link {
  margin-right: 0;
}
i.fal {
  font-style: normal;
}
#ew-mysupplier a.competitions-link  img{
  width: 35px;
  position: relative;
}
.ew-navbar-search-wrapper input.hs-search-field__input::placeholder {
  color: #969292;
  font-weight:300;
}

.ew-navbar-search-wrapper input.hs-search-field__input {
  color: #666;
  line-height:22px;
  box-shadow:none;
  font-weight:300;
}
img {
  vertical-align: middle;
}
.ew-navbar-search-wrapper {
  padding: 19px 0 0;
}
.ew-navbar-search-wrapper input.hs-search-field__input {
  border-radius: 12.5px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  padding: 4px 10px 4px 42px;
}
.ew-navbar-search-wrapper input.hs-search-field__input::placeholder {
  font-weight: 300;
}
#ew-mysupplier .enquiry-link:hover {
  text-decoration: none;
}
.nav-link-menu-container {
  padding-left: 23px;
  clear: both;
  position: relative;
  width: 100%;
  padding-right: 23px;
}
.hs-search-field__bar button svg {
  display: none;
}

.ew-navbar-search-wrapper button {
  position: absolute;
  left: 0;
  top: 0;
  padding: 17px 0 0 15px;
  height: 100%;
  outline: 0;
  border: none;
  font-size: inherit;
  background: 0 0;
  color: #ababab;
  text-align: left;
  width: 36px;
}

.ew-navbar-search-wrapper button:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f002";
  font-size: 17px;
  position: absolute;
  top: 6px;
}
.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media(min-width:768px){
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.open>ul {
    display: block;
  }

  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
    color: #5a5a5a;
   
    height: auto;
    left: -7px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1140px;
    border-top: 4px solid #E09884;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    z-index:1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
    box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:not(:first-child)>a,
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:nth-child(2)>ul>li>a, 
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:nth-child(3)>ul>li>a,
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)>ul>li>a ,
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)>ul>li>a{
    cursor: text;
}
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
    display: none;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children  > ul ul{
    display: block;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools>ul {
    padding: 10px 10px 30px 5px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.open>a:hover {
    background: #E09884;
    color: #fff;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li:first-child {
   
    background-repeat: no-repeat;
    border-bottom: 1px solid #fdeaf0;
    -webkit-box-shadow: rgba(0,0,0,.0196078) 0 2px 4px inset;
    box-shadow: rgba(0,0,0,.0196078) 0 2px 4px inset;
    padding: 0;
    height: 66px;
    margin: -10px -10px 0 -5px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li.hs-planning-tools-simple > a{
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/planningtools.jpg);

  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul >li:first-child > a {
    font-size: 30px;
    font-weight: 300;
    padding: 20px;
    font-family: "Playfair Display",serif;
    line-height: 30px;
        position: relative;
    border-bottom: 1px solid #fdeaf0;
    -webkit-box-shadow: rgba(0,0,0,.0196078) 0 2px 4px inset;
    box-shadow: rgba(0,0,0,.0196078) 0 2px 4px inset;
    height: 66px;
  } 
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child>a small {
    color: #999;
    font-size: 18px;
    font-family: "Open Sans","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li {
    position: static;
    display: table-cell;
    width: initial;
    float: none;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child>a:hover {
   
    -webkit-transition: color .45s ease;
    -moz-transition: color .45s ease;
    -ms-transition: color .45s ease;
    -o-transition: color .45s ease;
    transition: color .45s ease;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li>a {
    font-weight: 300;
    padding: 10px 15px 11px;
    font-family: "Berthold Akzidenz Grotesk Extended",serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child>a small {
    color: #999;
    font-size: 18px;
    font-family: "Open Sans","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li:not(:first-child) {
    width: 25%;
    float: left;
    padding: 20px 10px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li:not(:first-child) > a {
    font-size: 18px;
    line-height: 30px;
    padding-left: 60px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li:not(:first-child) > a span {
    display: block;
    font-size: 13px;
    line-height: normal;
    font-weight: 300;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-dashboard-track-your > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/dashboard.svg);
    background-repeat: no-repeat;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li:not(:first-child) > a {
    background-repeat: no-repeat;
    background-size: 50px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-to-do-list > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/todolist.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-budget-calculator-keep > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/budgetcalculator.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-guest-list-see > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/guestlist.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-seating-planner-organize > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/seatingplanner.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-my-suppliers-a > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/mysuppliers.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-wedding-website-create > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/weddingwebsite.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools> ul > li.hs-competition-win-a > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/competition.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul > li:first-child {
    margin: 0;
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/suppliers.jpg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul > li:first-child > a {
  
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/suppliers.jpg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:first-child>a {
    line-height: 24px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li.hs-popular-categories {
    width: 20%;
    padding: 10px 20px;
    background: #FBF2EF;
    float: left;
    min-height: 425px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2) {
    background: #FBF2EF;
    width: 20%;
    padding: 10px 20px;
    float: left;
    min-height: 425px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > a {
   
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    font-family: "Playfair Display",serif;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul > li > a {
    line-height: 26px;
    font-size: 13px;
    display: block;
    padding-left: 26px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul > li {
    clear: both;
    display: block;
    width: 100%;
    padding: 0 4px;
    border-bottom: 1px solid #FBF2EF;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul> li.hs--venues> a{
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/venues.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul > li> a {
    background-repeat: no-repeat;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul> li.hs--dresses> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/wedding-dresses.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul> li.hs--photography> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/photography.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul> li.hs--celebrants> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/marriage-celebrant.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li.hs-find-by-location > ul > li > a {
    padding-left: 0;
    line-height: 24px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li.hs-find-by-location > a {
    margin-top: 18px;
    margin-bottom: 4px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2)> ul > li > ul > li > a {
    background-size: 24px;
  }
  
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3) {
    -webkit-columns: 180px 4;
    -moz-columns: 180px 4;
    columns: 180px 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 80vw;
    margin: 0 auto;
    display: block;
    -moz-column-fill: balance;
    column-fill: balance;
    max-height: 430px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li {
    padding: 10px 20px;
    min-width: calc(100% - 4px);
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3) > ul {
    width: 100%;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li > a {
    font-size: 18px;
    font-weight: 300;
    font-family: "Playfair Display",serif;
    margin-top: 10px;
    margin-bottom: 10px;
    
    padding-left: 29px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li.hs--fashion > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/wedding-dresses.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li > a {
    background-repeat: no-repeat;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li > ul > li {
    clear: both;
    display: block;
    width: 100%;
    padding: 0 3px;
    border-bottom: 1px solid #FBF2EF;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li > ul > li > a {
   
    line-height: 24px;
    font-size: 13px;
    display: block;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li.hs-ceremony > a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/marriage-celebrant.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li.hs-reception> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/venues.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li.hs-services> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/services.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li.hs-accommodation> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/accomodation.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li.hs-engagement> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/hire.svg);
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)> ul > li.hs-reviews> a {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/apps.svg);
    background-size: 24px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-ideas-find-inspiration {
    margin: 0;
   
      }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-ideas-find-inspiration> a {
    line-height: 24px;
    background-image: url('https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/ideas.jpg');
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:not(:first-child) {
    width: 25%;
    float: left;
    padding: 10px 20px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:nth-child(2) > ul > li> a,
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:nth-child(3) > ul > li> a {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    font-family: "Playfair Display",serif;
    margin-top: 10px;
    margin-bottom: 10px;
   
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li > ul > li> ul>li {
    clear: both;
    display: block;
    width: 100%;
    padding: 0 3px;
    border-bottom: 1px solid #FBF2EF;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li > ul > li> ul>li> a {
    font-size: 13px;
    line-height: 24px;
    
    display: block;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li > ul > li:last-child {
    margin-top: 30px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:not(:first-child) > a {
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    display: block;
    margin: 10px 0;
    font-family: "Playfair Display",serif;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-advice-tips > ul>li>a, 
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li>a {
  
    font-size: 13px;
    line-height: 24px;
    display: block;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-advice-tips > ul>li,
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li {
    clear: both;
    display: block;
    width: 100%;
    padding: 0 3px;
    border-bottom: 1px solid #FBF2EF;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-advice-tips > ul>li:last-child, 
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li:last-child {
    margin-top: 0;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li.hs-facebook > a:after {
    content: "\f39e";
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li> a {
    display: block;
    position: relative;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li.hs-instagram> a:after {
    content: "\f16d";
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li > a:after {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    position: absolute;
    right: 4px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social > ul>li.hs-pinterest> a:after {
    content: "\f0d2";
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.open>a {
    color: #fff;
    background: #E09884;
  }

  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li>ul>li>ul>li>a:hover {
   
  }

  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-advice-tips>ul>li>a:hover {
   
  }

  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li.hs-social>ul>li>a:hover {
    
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-advice-ideas>ul>li:not(:first-child)>a:hover {
    color: #444;
  }
}

@media (max-width: 1199px) and (min-width:768px){
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul{
    width: 940px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2) {
    min-height: 580px;
  }

  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3) {
    max-height: 640px;
    min-height: 578px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li>a {
    font-size: 9px;
    padding: 10px 8px;
  }
}
@media(max-width:992px) and (min-width:768px){
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul{
    width: 100%;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child>a small {
    font-size: 15px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(2) {
    padding: 12px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3)>ul>li {
    padding: 12px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-planning-tools>ul>li:not(:first-child) {
    padding: 10px 5px;
    min-height: 150px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li.hs-suppliers>ul>li:nth-child(3) {
    max-height: 790px;
  }
  .nav-link-menu-container .hs-menu-wrapper>ul>li>a {
    font-size: 8px;
    padding: 10px 3px;
    letter-spacing: 1.5px;
  }
}



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

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

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #fcfaf2;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

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

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #fcfaf2;
}

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

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

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

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding:  0 0;
  }

  .header__container form {
    max-width: 100%;
  }

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

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #fcfaf2;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

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

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

  .header__column {
    position: relative;
  }

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

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

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

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

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
  #ew-mobile-menu-trigger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    list-style: none;
    margin: 5px;
  }
  .visible-xs {
    display: block;
  }
  .line-wrap {
    width: 18px;
    height: 16px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    margin: 11px 10px 12px;
    cursor: pointer;
  }
  .line-wrap .line {
    width: 18px;
    height: 2px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    background: #666;
  }
  .line-wrap .line.center {
    margin: 5px 0;
  }
  .header-top-section .row {
    margin: 0;
  }
  .header__container {
    padding: 0;
  }
  .logo-wrapper span.visible-xs img {
    height: 38px;
    width: 70px !important;
    margin: 5px 0;
    text-align: left;
  }
  .logo-wrapper {
    padding-left: 0;
    margin-left: 15px;
  }
  .search-wrapper{
    display:none;  
  }
  #sidebar {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgba(51,51,51,.38);
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(-268px,0,0);
    transform: translate3d(-268px,0,0);
    z-index: 1070;
    width: 268px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .mobile-open #sidebar {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    display:block;
    filter: alpha(opacity=100);
  }
  #sidebar .hs-menu-wrapper > ul {
    margin-bottom: 50px;
    margin-top: 0;
  }
  #sidebar .hs-menu-wrapper > ul > li > a {
    padding: 5px;
    display: block;
    color: #4C4C4C;
    font-weight: 500;
    position: relative;
    border-bottom: solid 1px #eee;
  }
  #sidebar .hs-menu-wrapper>ul>li.hs-item-has-children >a:before {
    position: absolute;
    right: 14px;
    top: 7px;
    color: #575757;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    content: "";
  }
  #sidebar .hs-menu-wrapper > ul > li > a {
    position: relative;
  }
  #sidebar .hs-menu-wrapper>ul>li>a:hover {
    color: #262626;
    background-color: #f7f7f7;
    text-decoration: none;

  }
  #sidebar .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  #sidebar .hs-menu-wrapper>ul>li>a {
    min-height: 59px;
    padding-left: 56px;
    line-height: 46px;
    width: 100%;
  }
  #sidebar .hs-menu-wrapper>ul>li>a:after {
    background-repeat: no-repeat;
    background-size: 48px;
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    background-position: top left;
    top: 5px;
    left: 5px;
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--planning-tools>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/planning-tools.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li> ul {
    display: none;
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--find-suppliers>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/find-suppliers.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--wedding-packages>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/wedding-packages.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--competition>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/competition.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--real-weddings>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/real-weddings.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--advice-ideas>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/advice-ideas.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--preloved-dresses>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/preloved.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li.hs--travel>a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/travel.svg);
  }
  .child-trigger {
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    cursor: pointer;
  }
  #sidebar .hs-menu-wrapper>ul>li.ul-sub-menu-open> ul {
    display: block;

  }
  #sidebar .hs-menu-wrapper>ul>li> ul> li > a {
    background: #eee;
    box-shadow: 0 0 2px #444;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 20px;
    color: #444;
    font-weight: 600;
  }
  #sidebar .hs-menu-wrapper>ul>li> ul> li > ul> li {
    display: block;
    width: 100%;
  }
  #sidebar .hs-menu-wrapper>ul>li> ul> li > ul> li > a {
    padding: 14px 20px;
    display: block;
    color: #4C4C4C;
    font-weight: 500;
    position: relative;
    border-bottom: solid 1px #eee;
  }
  #sidebar .hs-menu-wrapper>ul>li> ul {
    overflow-y: scroll;
    list-style: none;
    background: #fff;
    padding: 0 0 200px;
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 268px;
    height: 100%;
  }
  #sidebar .hs-menu-wrapper>ul>li> ul> li:first-child> a {
    padding-top: 14px;
    padding: 14px 20px;
    display: block;
    color: #4C4C4C;
    font-weight: 500;
    position: relative;
    border-bottom: solid 1px #eee;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
  }
  body.mobile-open {
    overflow-y: hidden;
  }
  div#sidebar-bkg {
    background: rgba(0,0,0,.25);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1060;
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li {
    padding-right: 15px;
    padding-left: 15px;
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li > a {
    padding: 14px 20px 16px 48px;
    display: block;
    color: #4C4C4C;
    font-weight: 500;
    position: relative;
    border-bottom: solid 1px #eee;
    line-height: 46px;
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li > a:after {
    background-size: 33px;
    background-repeat: no-repeat;
    content: '';
    width: 33px;
    height: 48px;
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li.hs-dashboard > a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/dashboard.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li.hs-to-do-list > a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/todolist.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li.hs-budget-calculator > a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/budgetcalculator.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li.hs-guest-list > a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/guestlist.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li.hs-seating-planner > a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/seatingplanner.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li.hs-my-suppliers > a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/mysuppliers.svg);
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools> ul> li.hs-wedding-website > a:after {
    background-image: url(https://5944321.fs1.hubspotusercontent-na1.net/hubfs/5944321/raw_assets/public/EasyWeddings_October2020/images/weddingwebsite.svg);
  }
  .header-top-section {
    padding: 1px;
  }
  .header-no-nav .header-top-section {
    padding-left: 51px;
    padding-bottom: 3px;
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li:first-child>a:hover {
    color: #262626;
    text-decoration: none;
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li.hs-planning-tools>ul>li>a:hover {
    color: #000;
    text-decoration: none;
  }
  #sidebar .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
    color: #000;
    text-decoration: none;
  }
}
@media(max-width:479px){
 .logo-wrapper span.visible-xs img {
    width: 60px !important;
} 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.text-center {
  text-align: center;
}

.footer {
  background-color: #fcfaf2;
}

.footer__container {
  padding:0 15px;
  margin: 0 auto;
}
.footer__container {
  padding: 0 15px;
}
.footer__container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.footer__container .row .col-md-4 {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.footer__container .row .col-md-8 {
  padding: 0 15px;
  width: 66.66666667%;
  float: left;
}
.slogan p {
  font-family: "Berthold Akzidenz Grotesk Extended",serif;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin:0;
}
.ew-footer-ribbon img {
  width: 250px !important;
}
.visible-lg, 
.visible-lg-block, 
.visible-lg-inline, 
.visible-lg-inline-block, 
.visible-md, 
.visible-md-block, 
.visible-md-inline, 
.visible-md-inline-block,
.visible-print, 
.visible-print-block, 
.visible-print-inline, 
.visible-print-inline-block, 
.visible-sm, .visible-sm-block,
.visible-sm-inline, .visible-sm-inline-block, 
.visible-xs, .visible-xs-block,
.visible-xs-inline, .visible-xs-inline-block {
  display: none;
}
@media (min-width: 768px){
  .ew-footer-ribbon{
    line-height:80px;
    height:80px;
  }
  .ew-footer-ribbon img{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    top: 2px;
  }
  .ew-footer {
    padding: 40px 0;
  }
  .ew-f {
    display: block;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.ew-f {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.ew-footer .col-md-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.ew-footer .footer__container {
  flex: 0 0 100%;
}
.ew-footer .col-md-3 {
  width: 25%;
  float: left;
  padding:0 15px;
}
.ew-footer .col-md-5 {
  width: 41.66666667%;
  position:relative;
  float: left;
  padding:0 15px;
}
.footer__copyright p {
  font-size: 13px;
  line-height: 20px;
}

.ew-footer h4 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  color: #e09884;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  font-family: "Berthold Akzidenz Grotesk Extended",serif;
}
.copyright-spacer {
  min-height: 45px;
}

.footer__copyright {
  padding: 0 15px;
}
.ew-footer ul li a {
  text-decoration: none;
}

.ew-footer ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
  line-height: 24px;
}

.ew-footer {
  font-weight: 300;
}

.ew-footer .custom-footer-social-links ul {
  padding: 0;
  margin-left: -5px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
}

.ew-footer .custom-footer-social-links ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

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

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}

.ew-footer .col-md-5 ul li {
  width: 41.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 12px;
}

.ew-footer .col-md-5 ul li:first-child {
  padding-left: 0;
}

#hs_cos_wrapper_google_play img{
  width: 150px;
  position: absolute;
  top: 130px;
  right: 12px;
  padding: 0 3px;
}
@media(max-width:991px){
  .footer__copyright .col-sm-8 {
    width: 66.66666667%;
  }
  #hs_cos_wrapper_google_play img{
    display: none;
  }
  .ew-footer .col-md-2 {
    width: 50%;
  }
  .ew-footer .col-md-3 {
    width: 50%;
  }
  .ew-footer .col-md-5 {
    width: 50%;
  }
  .ew-footer .footer-clear {
    clear: both;
  }
  .visible-sm {
    display: block;
  }
  .ew-footer-ribbon img {
    max-width: 100%;
  }
  .ew-footer .col-md-5 ul li {
    width: 50%;
    padding-left: 15px;
  }
  .ew-footer .col-md-5 ul li:last-child {
    padding-right: 0;
  }
  .copyright-spacer {
    min-height: 40px;
  } 
}
@media(max-width:767px){
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .mobile-links li {
    display: inline-block;
    width: auto;
  }
  .mobile-links li a {
    text-transform: uppercase;
    margin: 0 10px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 34px;
  }
  .ew-footer {
    padding: 10px 0;
  }
  .ew-footer .footer__container {
    max-width: 364px;
    margin: 0 auto;
  }
  .ew-footer .col-md-3 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .ew-footer .ew-f-connect .fa-stack {
    width: 2.3em;
  }
  .ew-footer .col-md-5 {
    width: 100%;
    text-align: center;
  }
  .mobile-links ul {
    text-align: center;
    margin: 0;
  }
  .copyright-spacer {
    min-height: 30px;
  }
  .ew-footer .ew-f-connect i {
    font-size: 24px;
  }
  .ew-footer-ribbon {
    padding: 10px 0;
  }
  .ew-footer .custom-footer-social-links ul{
        margin-bottom: 9px;
  }
  .footer__container .row .col-md-4 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .ew-footer-ribbon .ribbon-links li a {
    color: #7D7D7D;
    text-transform: uppercase;
    text-decoration: none;
  }
  .ew-footer-ribbon .ribbon-links li {
    display: inline;
    padding: 0 10px;
    line-height: 34px;
    white-space: nowrap;
  }
  .ew-footer-ribbon .ribbon-links ul {
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
    list-style: none;
    padding: 0;
  }
  .ew-footer-ribbon img {
    vertical-align: middle;
  }
  .ew-footer-ribbon img {
    margin: 10px auto;
  }
  .footer-no-nav .footer__copyright {
    display: block;
}

.footer-no-nav .footer__copyright .col-sm-8 {
    width: 100%;
    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 20px;
  margin: 0 auto;
}
ul.hs-error-msgs label{

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

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

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

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

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

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
a.blog-post__tag-link {
  font-weight: 400;
}
.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;
  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: #fcfaf2;
  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 {
 
}
.blog-comments .hs-button:hover {
 
}
.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: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
}
.blog-post__tag-link:hover{
  text-decoration: none;
}

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-sidebar-post-listing ul li {
 padding-left: 32px;
    line-height: 24px;
    /* text-indent: -2.3em; */
    text-align: left;
    position: relative;
}

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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;
}
input#hs-pwd-widget-password {
  height: auto !important;
}
.hs_cos_wrapper_type_member_register {
  max-width: 500px;
  display: block;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label,
.hs_cos_wrapper_type_member_login label{
  display: block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input, 
.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_password_reset_request .hs-input,
.hs_cos_wrapper_type_member_login .hs-input{
  margin-top: 10px;
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_member_register .hs-button, 
.hs_cos_wrapper_type_password_reset .hs-button, 
.hs_cos_wrapper_type_member_login .hs-button ,
.hs_cos_wrapper_type_password_reset_request .hs-button,
.hs_cos_wrapper_type_member_login .hs-button{
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_member_register , 
.hs_cos_wrapper_type_password_reset , 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_login{
  max-width: 500px;
  display: block;
}
input#hs-login-widget-remember ~ label {
  display: inline-block;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
[type="checkbox"], [type="radio"] {
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.hs-button:focus, .button--primary:focus {
    box-shadow: none !important;
}
.systems-page {
  padding: 3rem 00px;
}
input#hs-pwd-widget-password ,
.hs-search-field__input{
  max-width: 500px;
  display: block;
  margin-bottom: 20px;
}
ul.hs-error-msgs label {
    color: #ff0000;
}
.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: #fcfaf2;
  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: #fcfaf2;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  } 
  .hs_cos_wrapper_type_member_register , 
  .hs_cos_wrapper_type_password_reset , 
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_login {
    max-width: 100%;
    display: block;
  }
  .systems-page .page-header h1 {
    font-size: 30px;
  }

  .systems-page .page-header h2 {
    font-size: 21px;
  }

  .systems-page .success {
    min-width: 100%;
  }
  input#hs-pwd-widget-password ,
  .hs-search-field__input{
    max-width: 100%;
  }
}