/* ******************************************************************************
*********************************************************************************
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 */
  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: montserrat;
  src: url("//f.hubspotusercontent10.net/hubfs/8982864/GolfAvenue_February2021/Montserrat-Light.ttf");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: montserrat;
  src: url("//f.hubspotusercontent10.net/hubfs/8982864/GolfAvenue_February2021/Montserrat-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: montserrat;
  src: url("//f.hubspotusercontent10.net/hubfs/8982864/GolfAvenue_February2021/Montserrat-Bold.ttf");
  font-style: normal; 
  font-weight: 700;
}


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

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

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

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

img {
  max-width:100%;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* Horizontal Rules */


/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

.content-wrapper,
.page-center {
  margin: 0 auto;
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  padding: 0 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

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

.hs-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin: 0;
  cursor: pointer; 
  font-weight: normal; 
  position: relative;
  
  text-decoration: none;
  margin-top: 10px;
}

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

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

.hs-form label {
  font-size: 12px;
  line-height: 1.42857143;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 700;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
  position: relative;
}

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

.hs-input,input[type=password] {
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
  border: 1px solid #ececec;
  padding: 4px 0 4px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  outline: 0;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
}

.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: #f01c3580!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f67c8a!important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f67c8a!important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

header.header {
  font-family: montserrat,Helvetica,sans serif;
  font-weight: 400;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 1.42857143;
}

header.header {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  margin: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s,opacity .5s ease-out;
  -o-transition: visibility 0s,opacity .5s ease-out;
  transition: visibility 0s,opacity .5s ease-out;
  width: 100%;
}

header .top-section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .top-section .language-wrapper {
  position: relative;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-weight: 400;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul > li {
  display: inline-block;
  vertical-align: sub;
  cursor: pointer;
  position: relative;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul > li > a {
  color: #2b2b2b;
}
header .top-section .language-wrapper .hs_cos_wrapper > ul > li > a:hover {
  color: rgba(0,166,81,1.0);
}

header .top-section .language-wrapper .hs_cos_wrapper > ul > li > a > img {
  vertical-align: middle;
  width: 22px;
  border-radius: 30%/50%;
  margin: 0 5px 2px 0;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul > li > a > span.arrow-switcher {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 7px;
  vertical-align: middle;
  margin-left: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate( 45deg);
}

header .top-section .language-wrapper .hs_cos_wrapper > ul > li.clicked > a > span.arrow-switcher {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg );
  -webkit-transform: rotate(-135deg );
}

header .top-section .language-wrapper .hs_cos_wrapper > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  right: auto;
  left: 0;
  min-width: 100px;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul ul li {
  vertical-align: sub;
  cursor: pointer;
  margin-right: 1rem;
  display: list-item;
  padding: 0;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul ul li:last-child {
  margin-right: 0;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul ul li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul ul li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

header .top-section .language-wrapper .hs_cos_wrapper > ul ul li a img {
  vertical-align: middle;
  width: 22px;
  border-radius: 30%/50%;
  margin: 0 5px 2px 0;
}

header .top-section .language-wrapper .hs_cos_wrapper>ul>li.clicked ul {
  display: block;
}

.top-section .search-bar {
  padding: 0!important;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #858585;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 100%;
}

.algolia-searchbox .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.algolia-searchbox .input-group span.algolia-autocomplete {
  position: relative;
  display: table-cell;
  direction: ltr;
}

.algolia-searchbox .input-group span.input-group-btn {
  display: table-cell;
  width: 1%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top;
  width: 47px !important;
}

.algolia-searchbox .input-group span.algolia-autocomplete input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #eee;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
  border: 1px solid #ececec;
  background-color: transparent;
  padding: 4px 0 4px 8px;
  margin: 0;
  color: #818181;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #fff;
  height: 30px;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  position: relative;
  vertical-align: top;
  outline: none;
}

.algolia-searchbox .input-group span.input-group-btn button.btn.btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  border-color: transparent;
  color: #2b2b2b;
  padding: 6px 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
  margin-left: -1px;
}

.algolia-searchbox .input-group span.input-group-btn button.btn.btn-default img.search-icon {
  height: 14px;
  vertical-align: middle;
}

.top-section .customer-account-cart {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: right;
  padding-right: 15px;
}

.top-section .customer-account-cart > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.top-section .customer-account-cart > ul > li {
  vertical-align: bottom;
  display: inline-block;
  margin-left: 1rem;
}

.top-section .customer-account-cart > ul > li > a {
  color: #2b2b2b;
  background-color: transparent;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.top-section .customer-account-cart > ul > li > a svg.account-icon {
  vertical-align: middle;
  height: 14px;
  overflow: hidden;
}

.top-section .customer-account-cart > ul > li > a svg.account-icon circle.a {
  fill: none;
  stroke: #656565;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.top-section .customer-account-cart > ul > li > a svg.account-icon:hover circle.a {
  stroke: #00a651;
}

.top-section .customer-account-cart>ul>li>a svg.account-icon path.a {
  fill: none;
  stroke: #656565;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.top-section .customer-account-cart>ul>li>a svg.account-icon:hover path.a {
  stroke: #00a651;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn {
  position: relative;
  right: 8px;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon {
  height: 14px;
  vertical-align: middle;
  overflow: hidden;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon path.a {
  fill: none;
  stroke: #656565;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon:hover path.a {
  stroke: #00a651;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon:hover path.a {
  stroke: #00a651;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon line.a {
  fill: none;
  stroke: #656565;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon:hover line.a {
  stroke: #00a651;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon circle.a {
  fill: none;
  stroke: #656565;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.top-section .customer-account-cart>ul>li:last-child a.cart-btn svg.cart-icon:hover circle.a {
  stroke: #00a651;
}

.nav-bar-section {
  position: relative;
  background-color: #fff;
}

.nav-bar-section .top-links-row {
  height: 100%;
}

.nav-bar-section .top-links-row .nav-menu {
  width: 100%;
  position: relative;
}

.nav-bar-section .top-links-row .nav-menu > .page-center {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-bar-section .top-links-row .nav-menu .page-center:before {
  display: table;
  content: " ";
}

.nav-bar-section .top-links-row .nav-menu .page-center:after {
  clear: both;
  display: table;
  content: " ";
}

.nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 66.66667%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.nav-bar-section .top-links-row .nav-menu .page-center .logo-container a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}

.nav-bar-section .top-links-row .nav-menu .page-center .logo-container a img {
  vertical-align: middle;
  max-width: 170px;
  height: 45px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-bottom: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  top: 55px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: -20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 35px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  width: 14%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:last-child {
  width: 85%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children {
  margin-top: 1rem;
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
  left: 0;
  top: 0;
  color: #00a651;
  padding-bottom: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children:nth-child(4) li.hs-menu-depth-5:last-child > ul > li:first-child > ul > li:last-child > a > img {
  -webkit-transform: rotateY(  180deg );
  transform: rotateY( 180deg );
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children:nth-child(4) li.hs-menu-depth-5:last-child > ul {
  margin-top: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children:nth-child(3) li.hs-menu-depth-5:last-child > ul {
  margin-top: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li {
  padding-bottom: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children > a {
  text-decoration: none;
  color: #00a651;
  font-weight: 200;
  cursor: pointer !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children.active > a {
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children > a:hover {
  text-decoration: none;
  color: #00a651;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li > a {
  color: #f01c35;
  font-weight: 400;
  font-size: 14px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li > a:hover {
  font-weight: 700;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children > ul {
  width: 85%;
  position: absolute;
  margin-left: auto;
  right: 0;
  top:0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children > ul {
  display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:first-child {
  width: 85%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child {
  margin-top: 0;
  margin-bottom: 0;
  border-left: 1px solid #f8f8f8;
  text-align: right;
  width: 15%;
  padding-left: 15px;
  margin-right: 34px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:first-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:first-child > ul > li {
  width: 25%;
  text-align: center;
  padding-bottom: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li {
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li > a {
  color: #2b2b2b;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:first-child > ul > li > a > .margin-top-2 {
  margin-top: 2rem;
  font-weight: 200;
  line-height: 1.42857143;
  font-size: 13px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:first-child > ul > li > a > img {
  vertical-align: middle;
  margin-top: 2rem;
  max-width: 65%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.PopularLinks,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Liensles.plus.populaires {
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #cdcdcd;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.PopularLinks > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Liensles.plus.populaires > a  {
  color: #cdcdcd;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.PopularLinks > a:hover {
  color: #cdcdcd;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Shopall.golf.clubs,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Voirles.bâtons.de.golf {
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 15px;
  font-weight: 400;
  color: #000;
}

/* .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children ul {
background-color: #fff;
} */

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  min-height: 426px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all .3s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  transform: scaleY(1);
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li.hs-item-has-children.active > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li.hs-menu-depth-3 > ul > li:last-child {
  margin-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.bags.\&.carts,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Voirles.sacs.et.chariots {
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Shopall.golf.balls,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Voirles.balles.de.golf{
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Shopall.accesories,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Voirles.accessoires.de.golf {
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Shopall.golf.apparel,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Voirles.de.golf{
  font-weight: 400;
  padding-bottom: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Shopall.golf.shoes,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li.Voirles.souliers.de.golf {
  font-weight: 400;
  padding-bottom: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:first-child > ul > li > a:hover > img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:first-child > ul > li > a:hover > .margin-top-2 {
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li:first-child:hover > a {
  text-decoration: none;
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child > ul > li > a:hover {
  text-decoration: none;
  font-weight: 700;
}



.offcanvas-close {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 27px;
  left: 0;
  background-color: rgba(255,255,255);
  z-index: 1;
}

.offcanvas-close.overlay {
  background-color: #000;
  opacity: .5;
  display: block;
}


.fixed-wrapper.lp-header {
  min-height: 55px;
}

@media (min-width:576px) {
  header .top-section .language-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-section .search-bar {
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-section .customer-account-cart { 
    padding-left: 5px;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-section .hidden-md-up .mobile-header-row {
    margin-right: 0;
    margin-left: 0;
  }
}


@media (min-width:768px) {
  .fixed-wrapper {
    min-height: 100px;
  }
  header .top-section {
    background: #ebebeb;
  }
  header .top-section .language-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-section .search-bar {
    padding-right: 15px;
    padding-left: 15px;
    border-top: none;
    border-bottom: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 66.66667%;
  }
  .algolia-searchbox .input-group span.algolia-autocomplete input {
    height: 45px;
    font-size: 14px;
    text-align: left;
    background-color: #e6e6e6;
  }
  .algolia-searchbox .input-group span.input-group-btn button.btn.btn-default {
    font-size: 14px;
    text-align: left;
    height: 45px;
    background-color: #e6e6e6;
  }
  .top-section .customer-account-cart {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-section .customer-account-cart > ul > li {
    margin-left: 2rem;
  }
  .top-section .customer-account-cart > ul > li > a svg.account-icon {
    height: 18px;
  }
  .top-section .customer-account-cart > ul > li:last-child a.cart-btn svg.cart-icon {
    height: 18px;
  }
  .nav-bar-section .top-links-row .nav-menu > .page-center {
    padding: 0 20px;
    padding-top: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px 0;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container a {
    padding-bottom: 0;
    border: none;
    background: 0 0;
    color: #00a651;
    padding: 0;
    font-weight: 200;
    padding: 0 1.6rem;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 0;
    border: none;
    background: 0 0;
    color: #00a651;
    padding: 0;
    font-weight: 200;
    padding: 0 1.6rem;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
    font-weight: 400;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .top-section .logo-container-mobile {
    display:none;
  }
  .fixed-wrapper.lp-footer {
    min-height: 55px;
  }
  .mobile-wrapper {
    display:none;
  }
}


@media (min-width:1400px) {
  header .top-section .language-wrapper {
    padding-left: 45px;
  }
  header .top-section .language-wrapper {
    padding-right: 15px;
  }
  .top-section .search-bar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-section .customer-account-cart {
    padding-left: 15px;
    padding-right: 45px;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    margin: 0 !important;
  }
}

@media (min-width:1800px) {
  header .top-section .language-wrapper {
    padding-right: 15px;
  }
  .top-section .search-bar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-section .customer-account-cart {
    padding-left: 15px;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 576px) {
  .top-section .search-bar {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) and (min-width: 1400px) {
  .top-section .search-bar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width:768px) and (min-width:1800px) {
  .top-section .search-bar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width:1100px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child li.hs-menu-depth-5 > ul > li:last-child {
    margin-right: 29px;
  }
}

@media (max-width:1399px) {
  .nav-bar-section .top-links-row .nav-menu .page-center {
    max-width: 100%;
  }
}

@media (max-width:767px) {
  .fixed-wrapper {
    min-height: 87px;
  }
  header .top-section .language-wrapper {
    display:none;
  }
  .nav-bar-section .top-links-row .nav-menu .page-center .logo-container {
    display:none;
  }
  .top-section .hidden-md-up {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .top-section .hidden-md-up .mobile-header-row {
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
  }
  .top-section .hidden-md-up .mobile-header-row .menu-button-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .top-section .hidden-md-up .mobile-header-row .menu-button-wrapper a.toggle-nav {
    color: #2b2b2b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    cursor: pointer;
    width: 16px;
    height: 15px;
  }
  .toggle-nav span {
    height: 2px;
    width: 17px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    background: #707070;
  }
  .logo-container-mobile {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 66.66667%;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .logo-container-mobile a {
    color: #2b2b2b;
    display: inline-block;
  }
  .logo-container-mobile a img {
    vertical-align: middle;
    max-width: 170px;
    height: 45px;
  }
  .top-section .customer-account-cart > ul > li:first-child {
    display: none;
  }
  .algolia-searchbox .input-group span.input-group-btn button.btn.btn-default {
    font-size: 100%;
    background-color: transparent;
  }
  .mobile-open .toggle-nav span:nth-child(2) {
    width: 75%;
  }
  .mobile-open .toggle-nav span:nth-child(3) {
    width: 25%;
  }
  .algolia-searchbox .input-group span.input-group-btn {
    vertical-align: bottom;
  }
  .nav-bar-section .top-links-row {
    display: none;
  }
  .fixed-wrapper.lp-header {
    min-height: 55px;
  }
  .fixed-wrapper.lp-header .logo-container-mobile {
    width: 100%;
    text-align: center;
    flex: 100%;
    max-width: 100%;
  }
  .mobile-wrapper {
    position: fixed;
    background-color: #fff;
    left: -100rem;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    justify-content: top;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: -webkit-fill-available;
    height: calc(100vh - 87px);
    top: 87px;
  }
  .mobile-open .mobile-wrapper {
    left: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .mobile-wrapper .nav-menu {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    margin-bottom: 10px;
  }
  .mobile-wrapper .nav-menu .container {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-wrapper .nav-menu .container:before {
    display: table;
    content: " ";
  }
  .mobile-wrapper .nav-menu .container:after {
    clear: both;
    display: table;
    content: " ";
  }
  .mobile-wrapper .bottom-section {
    padding-bottom: 10px;
  }
  .mobile-wrapper .bottom-section ul.bottom-nav-mobile,
   .mobile-wrapper .bottom-section ul.bottom-nav-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .mobile-wrapper .bottom-section ul.bottom-nav-mobile hr {
    border: 0;
    width: 45px;
    margin: 15px 0;
    border-top: 1px solid #d5d5d5;
  }
  .mobile-wrapper .bottom-section ul.bottom-nav-mobile li {
    cursor: pointer;
    padding-bottom: 10px;
  }
  .mobile-wrapper .bottom-section ul.bottom-nav-mobile li a {
    color: #2b2b2b;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li {
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 200;
    list-style: none;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li:not(:last-child) {
    border-right: 1px solid #adadad;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li a {
    font-size: 14px;
    padding: 0 1rem;
    font-weight: 400;
    color: #2b2b2b;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li a img {
    vertical-align: middle;
    width: 22px;
    border-radius: 30%/50%;
    margin: 0 5px 2px 0;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li img.switch-flag {
    vertical-align: middle;
    width: 22px;
    border-radius: 30%/50%;
    margin: 0 5px 2px 0;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li span {
    font-size: 14px;
    padding: 0 1rem;
    color: #00a651;
  }
  .mobile-wrapper .bottom-section ul.switcher-mobile li a:hover {
    text-decoration: underline;
  }


  .mobile-menu .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul > li > ul  {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #eeefef;
    transition: all 0.5s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
  }
  .mobile-menu .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul > li > ul {
    transform: translate(0px, 0px);
  } 



  .mobile-menu .hs-menu-wrapper > ul {
    margin: 0;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a {
    padding-bottom: 10px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #2b2b2b;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:last-child > a {
    margin-top: 1rem;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: underline;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul {
    width: 100%;
    background-color: #fff;
    display: inherit!important;
    top: 55px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li {
    margin-top: 1rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: 200;
    color: #2b2b2b;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    padding-bottom: 15px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:last-child > a {
    color: #f01c35;
    font-weight: 400;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li.hs-item-has-children > a {
    color: #000;
    text-decoration: none;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li.hs-item-has-children > a:after {
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    margin-left: 7px;
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center {
    padding: 0;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li > ul {
    right: -100rem;
    padding-left: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    position: absolute;
    padding-top: 10px;
  }
   .mobile-menu .hs-menu-wrapper > ul > li > ul.submenuIsOpen > .page-center > li:not(.clicked) {
    display:none!important;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:hover > a {
    font-weight: 400;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:last-child > a:hover {
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li.clicked > ul {
    right: 0;
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li > ul > li:first-child {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li > ul > li {
    padding-top: 5px;
    background: #fff;
    z-index: 2;
    font-weight: 200;
    font-size: 14px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li:nth-child(10) {
    font-weight: 400;
    color: #cdcdcd;
    padding-top: 0;
    margin-top: 1rem;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li:nth-child(10) > a {  
    color: #cdcdcd; 
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li > ul > li:first-child > a {
    color: #2b2b2b;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li > ul > li > a {
    color: #2b2b2b;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:nth-child(3) > ul > li:nth-child(4) {
    padding-bottom: 15px;
    padding-top: 20px;
    font-weight: 400;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:nth-child(4) > ul > li:nth-child(6) {
    margin-top: 1rem;
    font-weight: 400;
    color: #cdcdcd;
    padding-top: 0;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:nth-child(4) > ul > li:nth-child(6) > a {  
    color: #cdcdcd; 
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:nth-child(4) > ul > li:nth-child(9) {
    padding-bottom: 15px;
    padding-top: 20px;
    color: #000;
    font-weight: 400;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:nth-child(4) > ul > li:nth-child(9) > a {
    color: #2b2b2b;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li > ul > li > a:hover {
    text-decoration: underline;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:first-child > ul > li:nth-child(10) > a:hover {
    text-decoration: none;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li:nth-child(4) > ul > li:nth-child(6) > a:hover {
    text-decoration: none;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li.hs-item-has-children.clicked > a:before {
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    margin-left: 2px;
    margin-right: 7px;
    -ms-transform: rotate(135deg);
    transform: rotate( 135deg );
    -webkit-transform: rotate( 135deg );
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .page-center > li.hs-item-has-children.clicked > a:after {
    content: '';
    border: none;
    border-width: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 0;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer .bottom-wrapper {
  background-color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .bottom-wrapper .page-center {
  width: 100%;
}

footer .bottom-wrapper .page-center:before {
  display: table;
  content: " ";
}

footer .bottom-wrapper .page-center:after {
  clear: both;
  display: table;
  content: " ";
}

footer .bottom-wrapper .flex.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .bottom-wrapper .flex.flex-column .copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.footer.lp-footer .copyright-container {
  margin-bottom: 20px;
}

footer .bottom-wrapper .flex.flex-column .justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.justify-center .payment-entity-footer {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 15px;
  display: inline-block;
  height: 25px;
}

.justify-center .payment-entity-footer:first-child {
  width: 55px;
  background-image: url(//f.hubspotusercontent10.net/hubfs/8982864/raw_assets/public/GolfAvenue_February2021/images/visa.svg);
}

.justify-center .payment-entity-footer:nth-child(2) {
  width: 40px;
  background-image: url(//f.hubspotusercontent10.net/hubfs/8982864/raw_assets/public/GolfAvenue_February2021/images/mastercard.svg);
}

.justify-center .payment-entity-footer:nth-child(3) {
  width: 60px;
  background-image: url(//f.hubspotusercontent10.net/hubfs/8982864/raw_assets/public/GolfAvenue_February2021/images/amex.svg);
}

.justify-center .payment-entity-footer:nth-child(4) {
  width: 25px;
  background-image: url(//f.hubspotusercontent10.net/hubfs/8982864/raw_assets/public/GolfAvenue_February2021/images/paypal.svg);
}

.justify-center .payment-entity-footer:nth-child(5) {
  width: 120px;
  background-image: url(//f.hubspotusercontent10.net/hubfs/8982864/raw_assets/public/GolfAvenue_February2021/images/sezzle.png);
}

.copyright-container p:first-child {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 1rem;
  line-height: 1.42857143;
  font-size: 12px;
}

.copyright-container p:last-child {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.42857143;
  font-size: 12px;
  text-align: center;
}

.copyright-container p:last-child a {
  color: #fff;
}

.copyright-container p:last-child a:hover {
  text-decoration: none;
}

footer .partners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #656565;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0;
}

.partners-wrapper .our-website-title {
  padding: 0 0 2rem 0;
}

.partners-wrapper .our-website-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-wrapper .our-website-title i {
  font-weight: 200;
  line-height: 1.42857143;
  font-size: 12px;
}

.partners-wrapper .our-website-logo a {
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 1.42857143;
  font-size: 12px;
  padding-right: 8px;
}
.partners-wrapper .our-website-logo a:last-child {
  padding-left: 9px;
}

.partners-wrapper .our-website-logo a:first-child img {
  width: 100px;
}

.partners-wrapper .our-website-logo a:last-child img {
  width: 150px;
}

.partners-wrapper .our-website-logo a img {
  vertical-align: middle;
}


/* menu css */
.footer-links-wrapper {
  background-color: #656565;
}

.footer-links-wrapper .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  padding: 35px 0 0 0;
}

.footer-links-wrapper .page-center:before {
  display: table;
  content: " ";
}

.footer-links-wrapper .page-center:after {
  clear: both;
  display: table;
  content: " ";
}

.footer-links-wrapper .social-medias {
  padding: 0 15px;
  padding-bottom: 15px;
  text-align: center;
}

.footer-links-wrapper .footer-block {
  padding: 0 15px;
}

.footer-links-wrapper .social-medias a {
  padding: 0 30px;
}

.footer-links-wrapper .social-medias a img.social-icon {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.footer-links-wrapper .social-medias a img.social-icon.hover-icon {
  display: none;
}


.footer-block .links-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer-block .links-title h5 {
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 10px;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-block .links-title hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  border: solid 1px #fff;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-block .links-title .hs_cos_wrapper_type_rich_text span {
  padding-left: 10px;
  text-align: right;
  font-size: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}




.f-menu .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
  color: #00a651;
}
/* end */



/* footer form css */

footer .email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
  background-color: #f4f4f4;
}

footer .email-wrapper .section-newsletter-footer {
  width: 100%;
}

.section-newsletter-footer .form-version-cid-1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-newsletter-footer .form-version-cid-1 form {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  margin: 0px auto;
  border-radius: 2px;
  border-style: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position-y: 50%;
  padding: 10px 5px;
  padding-top: 0;
}

.form-version-cid-1 .form-heading-wrapper {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  margin: 0px auto;
  border-radius: 2px;
  border-style: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.form-version-cid-1 .form-heading-wrapper p:first-child {
  cursor: text;
  word-break: break-word;
  color: #000000;
  font-family: 'Arial';
  font-size: 14px;
  margin: 0;
  padding: 20px 11px 0px;
  line-height: normal;
}

.form-version-cid-1 .form-heading-wrapper p:first-child strong {
  font-family: Helvetica, Arial, sans-serif;
  color: rgb(13, 165, 83);
  font-size: 18px;
}

.form-version-cid-1 .form-heading-wrapper p:last-child {
  cursor: text;
  word-break: break-word;
  color: #000000;
  font-family: 'Arial';
  font-size: 14px;
  margin: 0;
  padding: 6px 11px 10px;
  line-height: normal;
}

.form-version-cid-1 .form-heading-wrapper p:last-child span {
  display: inline;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: montserrat!important;
}

.section-newsletter-footer .form-version-cid-1 form .hs_email {
  margin: 0;
  /*   display: flex; */
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 8px 0px 10px;
  position: relative;
  flex: 1 0 0px;
}

.section-newsletter-footer .form-version-cid-1 form .hs_submit.hs-submit {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 8px 0px 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 1 auto;
}

.section-newsletter-footer .form-version-cid-1 form .hs_email .input input {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 38px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(180, 187, 195);
}

.section-newsletter-footer .form-version-cid-1 form .hs_email .input input:hover {
  border-color: rgb(0, 0, 0);
}

.section-newsletter-footer .form-version-cid-1 form .hs_email .input input.hs-input.error {
  border: 1px solid rgb(208, 51, 31) !important;
  box-shadow: rgb(0 100 205) 0px 0px 5px !important;
}

.section-newsletter-footer .form-version-cid-1 form .hs_email .input input::-webkit-input-placeholder {
  font-family: montserrat!important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgb(180, 187, 195);
}

.section-newsletter-footer .form-version-cid-1 form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  position: relative;
  padding: 11px 10px;
  background: rgb(44, 44, 44);
  border-radius: 2px;
  border-style: none;
  border-color: rgb(0, 0, 0);
  border-width: 0px;
  color: rgb(255, 255, 255);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  white-space: normal;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  outline: none;
  margin: 0;
}

.section-newsletter-footer .form-version-cid-1 form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover {
  background-color: rgb(77, 77, 77);
  color: rgb(255, 255, 255);
}

.section-newsletter-footer .form-version-cid-1 form .hs_email label {
  margin: 0;
}
/* end */


.footer-block .links-title .hs_cos_wrapper {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.f-menu .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 6px;
}

.f-menu .hs-menu-wrapper > ul ul li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 5px 0;
  font-weight: 200;
}

.f-menu .hs-menu-wrapper > ul ul li a {
  color: #fff;
  line-height: 1.42857143;
  font-size: 12px;
}
.section-newsletter-footer .form-version-cid-1 form .hs_error_rollup {
  display: none;
}

.section-newsletter-footer .form-version-cid-1 form .hs_email ul.no-list.hs-error-msgs.inputs-list {
  margin-left: 5px;
}

.f-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 6px;
}

.f-menu .hs-menu-wrapper > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 5px 0;
  font-weight: 200;
}

.f-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-size: 12px;
  line-height: 1.42857143;
}


.section-newsletter-footer .form-version-cid-1 form .hs_email ul.no-list.hs-error-msgs.inputs-list {
  position: relative;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 1;
  top: 54px;
  right: 0px;
  border-radius: 4px;
  animation: 0.4s ease 0s 1 normal none running fadein;
  width: 160px;
}

.section-newsletter-footer .form-version-cid-1 form .hs_email ul.no-list.hs-error-msgs.inputs-list li {
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 26%) 1px 1px 4px 0px;
  border: 1px solid rgb(208, 51, 31);
  background-color: rgb(248, 236, 233);
}

.section-newsletter-footer .form-version-cid-1 form .hs_email ul.no-list.hs-error-msgs.inputs-list li label.hs-error-msg {
  font-size: 14px;
  padding: 8px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgb(208, 51, 31) !important;
  font-family: montserrat!important;
  font-weight :400;
}

.section-newsletter-footer .form-version-cid-1 form .hs_email ul.no-list.hs-error-msgs.inputs-list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px;
  left: 7px;
  top: -17px;
  border-color: transparent transparent rgb(208, 51, 31);
}

.section-newsletter-footer .form-version-cid-1 form .hs_email ul.no-list.hs-error-msgs.inputs-list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: -15px;
  border-color: transparent transparent rgb(248, 236, 233);
  left: 8px;
  border-width: 8px;
}

.form-version-cid-1 {
  -webkit-font-smoothing: antialiased;
}



@media (min-width:768px) {
  .copyright-container p:last-child a:hover {
    color: #00a651;
  }
  footer .partners-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .partners-wrapper .our-website-title {
    padding: 0 2rem;
  }
  .footer-links-wrapper .page-center {
    padding: 35px 0 17px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-links-wrapper .social-medias a {
    padding: 0;
  }
  .footer-links-wrapper .social-medias a img.social-icon {
    display: block;
    margin-bottom: 15px;
    width: 15px;
    height: 15px;
  }
  .footer-block .links-title {
    display: inherit;
    cursor: inherit;
    pointer-events: none;
  }
  .footer-block .links-title h5 {
    margin-top: 0;
  }
  .footer-block .links-title hr {
    display: none;
  }
  .footer-block .links-title .hs_cos_wrapper_type_rich_text span {
    display: none;
  }
  .section-newsletter-footer .form-version-cid-1 {
    padding-left: inherit;
    padding-right: inherit;
  }
  .f-menu .hs-menu-wrapper>ul ul {
    display: inherit;
  }
  .footer-links-wrapper .social-medias a:hover img.social-icon {
    display:none;
  } 

  .footer-links-wrapper .social-medias a:hover img.social-icon.hover-icon {
    display:block;
  } 
  .f-menu .hs-menu-wrapper>ul>li hr {
    display: none;
  }
  .f-menu .hs-menu-wrapper>ul>li span {
    display: none;
  }
  .f-menu .hs-menu-wrapper > ul {
    display: inherit;
  }
  .partners-wrapper .our-website-logo a:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .partners-wrapper .our-website-logo a:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@media (min-width:1400px) {
  .footer-links-wrapper .page-center {
    margin: 0 auto;
  }
  .footer-links-wrapper .social-medias {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 380px;
  }
  .footer-links-wrapper .footer-block {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 380px;
  }
  .footer-links-wrapper .social-medias a img.social-icon {
    width: 20px;
    height: 20px;
  }
  .footer-block .links-title {
    margin: 0 10px;
    padding: 0 10px;
  }
  .f-menu .hs-menu-wrapper > ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .f-menu .hs-menu-wrapper>ul ul li {
    -webkit-box-flex: 11em;
    -ms-flex: 11em;
    flex: 11em;
    max-width: 150px;   
  }
  .f-menu .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .f-menu .hs-menu-wrapper > ul > li {
    -webkit-box-flex: 11em;
    -ms-flex: 11em;
    flex: 11em;
    max-width: 150px;
    margin: 0 10px;
    padding: 5px 10px;
  }
}



@media (max-width:767px) {
  .justify-center .payment-entity-footer {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    transform: scale(.8);
  }
  .partners-wrapper .our-website-logo {
    line-height: 1.42857143;
  }
  .partners-wrapper .our-website-title {
    line-height: 1.42857143;
    font-size: 12px;
    padding-bottom: 18px;
  }
  .footer-block .links-title h5 {
    margin-top: 10px;
  }
  .footer-links-wrapper .page-center {
    line-height: 1.42857143;
  }
  .f-menu .hs-menu-wrapper>ul>li {
    display: flex !important;
  } 
  .f-menu .hs-menu-wrapper>ul>li hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 1px #fff;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .f-menu .hs-menu-wrapper>ul>li span {
    padding-left: 10px;
    text-align: right;
    font-size: 20px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-block .f-menu {
    display:none;
  }
  .f-menu .hs-menu-wrapper > ul {
    margin-bottom: 8px;
  }
  .footer-block .links-title .hs_cos_wrapper_type_rich_text span + span {
    display: none;
  }
  .footer-block .links-title.open .hs_cos_wrapper_type_rich_text span + span {
    display: block;
  }
  .footer-block .links-title.open .hs_cos_wrapper_type_rich_text span {
    display:none;
  }

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

h4.blog-header__subtitle {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

h1.blog-header__title {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width:1200px) and (min-width:768px) {
  .blog-sidebar-post-listing li:before {
    position: relative;
    width: 22px;
    float: left;
    content: counter(list-item);
    margin-right: 9px !important;
    font-size: 36px;
    font-weight: 600;
  }
}

@media (max-width: 500px) {
  .hs_recaptcha {
    overflow: hidden;
    overflow-x: auto;
    padding: 5px;
  }
}



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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52 !important;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}

.blog-pagination__link:hover {
  color: #00923d!important ;
}
.blog-pagination__link--active {
  border: 2px solid #00923d;
  color: #00923d!important ;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

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

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

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

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

@media(max-width:767px){
  .systems-page h1{
    font-size:25px;
  }
  .systems-page h2{
    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;
  }
}