









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * 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;
}
.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;
  }
}
@font-face {
  font-family: "quasimoda";
  src: url("//use.typekit.net/af/035662/00000000000000003b9b3475/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/035662/00000000000000003b9b3475/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/035662/00000000000000003b9b3475/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "quasimoda";
  src: url("//use.typekit.net/af/c83057/00000000000000003b9b347a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), 
    url("//use.typekit.net/af/c83057/00000000000000003b9b347a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("//use.typekit.net/af/c83057/00000000000000003b9b347a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}

@font-face {
  font-family: "quasimoda";
  src: url("//use.typekit.net/af/c45846/00000000000000003b9b347c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/c45846/00000000000000003b9b347c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/c45846/00000000000000003b9b347c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}


html {
  font-size: 24px;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-left: 20px;
}

ul li,
ol li {
  line-height: 1.4;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
  margin: 30px;
  font-style: italic;
  color: #415464;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  border-width: 1px;
  border-style: solid;
  padding: 15px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 53px;
  
  text-transform: uppercase;
  white-space: normal;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}

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

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

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


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

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #DEDEDF;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  max-width: 767px;
  width: 100% !important;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
/*   margin-bottom: 18px; */
}

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

.hs-form-required {
  color: red;
  color: #415464;
  margin-left: 5px;
}

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


@media (max-width: 767px) {

  form {
    max-width: 100% !important;
  }
}


input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: auto !important;
  margin-top: 0 !important;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #DEDEDF;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  max-width: 767px;
  width: 100% !important;
  outline: none;
}

input#hs-pwd-widget-password:focus {
  border: 1px solid #DEDEDF;
  outline: none;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
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;
}
/* TODO */
/* Missing Template at Path: \'GibbsSoell_March2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}

/* ALT */

.header-alt{
  background: #497637 !important;
}

.header-alt:not(.sticky) .custom-menu-primary .navigation-primary>ul>li>a{
  color:white !important;
}

.header-alt:not(.menu--opened):not(.sticky) svg path{
  fill:white !important;
}

.header-alt:not(.sticky) .mobile-trigger.not-activated span{
  background:white !important;
}

.body-container-wrapper.body-container-wrapper-alt{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
}

.body-container-wrapper.body-container-wrapper-alt .banner-section{
  padding:65px 40px;
}

.body-container-wrapper.body-container-wrapper-alt .content-section{
  padding:0;
}

/* Forms Landing */

@media screen and (max-width:979px){
  .banner-top-alt .banner-content h1{
    font-size:38px;
  }
}

ul.inputs-list.multi-container{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.inputs-list.multi-container li.hs-form-checkbox label {
    padding-bottom: 15px;
}

.hs-input[type=checkbox] {
    width: 17px!important;
}

ul.inputs-list.multi-container li.hs-form-checkbox label span{
    padding-left: 15px;
    font-weight: 400;
    cursor:pointer;
}

.body-container-wrapper.body-container-wrapper-alt .banner-section{
  background:#151e2a;
  color:white;
}

.body-container-wrapper.body-container-wrapper-alt .content-section{
  width:100%;
}

.banner-top-alt .banner-content h1{
  color:white;
}

.banner-top-alt .banner-content .subtitle{
  display:block;
  font-size:20px;
  margin-top:35px;
}

.hs-form-field.hs-fieldtype-checkbox label, .hs-form-field {
  padding-bottom: 30px;
  font-size:18px;
  font-weight:700;
}

.body-container-wrapper-alt .hs-form-field.hs-fieldtype-text label span{
  font-weight:bold;
}

.body-container-wrapper-alt .legal-consent-container .hs-richtext p{
  font-size:14px;
}

@media only screen and (min-width:850px){
  
  .body-container-wrapper.body-container-wrapper-alt .banner-section{
    padding:0;
  }
  
  .banner-top-alt .banner-content{
    max-width: 608px;
    margin-left: auto;
    padding: 70px;
  }
   
  .body-container-wrapper.body-container-wrapper-alt .banner-section, .body-container-wrapper.body-container-wrapper-alt .content-section{
    max-width:50%;
    flex:1;
  }
  
}
.header {
  background-color: #F8FAFC;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  min-height: 175px;
}

.header__container {
  max-width: 1200px;
  max-width: 1160px !important;
  margin: 0 auto;
  padding: 0 40px;
}

@media(min-width:768px){
/* body.animation header {
    display: none;*/
} 
}





.footer {
  background-color: transparent;
  font-size: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer__container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.footer-Links {
  padding: 10px;
  width: 100%;
  float: left;
  padding-bottom: 80px;
}

.footer-Links p {
  font-family: "quasimoda", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 28px;
  margin: 0px 0 20px;
}

.footer-Links p strong {
  font-weight: 700;
}

.footer-Links .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer-Links .hs-menu-wrapper > ul > li {
  padding-right: 35px;
  width: auto;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: inherit;
}

.footer-Links .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
  padding: 6px 40px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-Links .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.footer-social {
  padding: 15px;
  width: 100%;
  float: left;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer-social ul li {
  padding-right: 35px;
  width: auto;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  line-height: inherit;
}

.footer-social ul li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-social ul li a svg {
  stroke-width: 0;
  height: 39px;
  width: auto;
}

.footer-social ul li a svg path, .footer-social ul li a svg ellipse {
/*   fill: #FFFFFF;
  stroke: #FFFFFF; */
}


.footer-menu {
  padding: 15px;
  width: 100%;
  float: left;
}

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

.footer-menu .hs-menu-wrapper > ul > li {
  line-height: inherit;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
  display: inline;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-menu .hs-menu-wrapper > ul > li > a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  font-weight: bold;
  text-decoration: none;
}

.custom-copyright {
  padding: 15px;
  float: left;
  width: 100%;
}

.custom-copyright ul.fs-x-small {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.custom-copyright ul.fs-x-small > li {
  float: left;
  width: auto;
  text-align: left;
  display: inline-block;
  line-height: inherit;
}

.custom-copyright ul.fs-x-small > li:after {
  content: "|";
  margin: 15px;
}

.custom-copyright ul.fs-x-small > li + div {
  float: left;
  width: auto;
  text-align: left;
}

.custom-copyright .genesis-nav-menu-2 {
  float: left;
  width: auto;
  text-align: left;
}

.custom-copyright .genesis-nav-menu-2 > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.custom-copyright .genesis-nav-menu-2 > ul > li {
  float: left;
  width: auto;
  text-align: left;
  display: inline-block;
  line-height: inherit;
}

.custom-copyright .genesis-nav-menu-2 > ul > li:not(:last-child):after {
  content: "|";
  margin: 15px;
  font-size: 16px;
}

.custom-copyright .genesis-nav-menu-2 > ul > li > a {
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.custom-copyright .genesis-nav-menu-2 > ul > li > a:hover {
  text-decoration: underline;
}

.footer__container:before, .footer__container:after {
  content: " ";
  display: table;
}

.footer__container:after {
  clear: both;
}

.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

@media only screen and (min-width: 850px) {
  
  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 980px) {

  .footer-social ul li a svg {
    height: 21px;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    padding-right: 35px;
    width: auto;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    text-align: center;
  }  
}

@media only screen and (min-width: 1050px) {

  .footer { 
    font-size: 20px;
  }  

  .footer-Links p {
    font-size: 60px;
    padding-bottom:35px;
  }
}


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

  .footer-Links .hs-menu-wrapper > ul > li {
    display: block;
    margin-right: 0;
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    padding-right: 0;
    width: 50%;
    text-align: center;
  }

  .footer-social ul li {
    text-align: left;
    width: 33.33%;
    padding-right: 0;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
  }

  .footer-social ul li:nth-child(2), .footer-social ul li:nth-child(5) {
    text-align: center;
  }

  .footer-social ul li:nth-child(3), .footer-social ul li:nth-child(6) {
    text-align: right;
  }
}

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

  .footer-Links {
    padding-bottom: 45px;
  } 
  
  .footer-Links li a{
    font-size:14px;
  }
  
  .footer-menu li a{
    text-transform: uppercase;
  }
  
  .footer-menu li{
    margin-bottom: 18px !important;
  }
  
}

/* IE Help */

.ie-social{
  width:56px !important;
}
/* Blog Custom Styling */

.blog-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 70px;
}

.post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
/*   width: 33.33333333%; */
  width: 100%;
/*   float: left; */
  float: none;
  margin-bottom: 70px;
}

.post-item-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
/*   flex-direction: column; */
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 40px;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height:100%;
}

.post-item-content {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}

.post-item .list-tags {
  font-size: 16px;
  color: #707070;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.post-item .featured-image-wrapper {
  flex: 0 0 60%;
/*   padding-bottom: 35px; */
  padding-bottom: 0;
  position: relative;
  background-size: cover;
  width: 100%;
  display: block;
}

.post-item .featured-image-inner {
  position: relative;
  overflow: hidden;
/*   padding-bottom: 120%; */
  aspect-ratio: 12 / 5;
}

.post-item .image-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode:multiply;
}

.post-item h2 {
  font-family: "quasimoda", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #415464;
  margin: 0;
  padding-bottom: 50px;
  text-align: left;
}

.post-item .read-more {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-right: 35px;
  margin-top:auto;
}

.post-item .read-more a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #415464;
  display: inline-block;
  padding: 0px 45px;
  border: 1px solid #415464;
  text-align: center;
  white-space: normal;
  background-color: #FFFFFF;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.post-item .read-more a:hover, .post-item .read-more a:focus{
  background-color: #415464;
  border-color: #415464;
  color: #fff;
  text-decoration: none;
}

.post-item .read-more a span {
  display: inline-block;
  float: left;
  padding: 7px 7px;
  overflow: hidden;
}

.blog-sidebar {
  display: none !important;
}

.blog-pagination {
  font-family: "quasimoda", sans-serif;
  margin-bottom: 70px;
}



.blog-recent-posts__list {
  display: flex;
  overflow: hidden;
  margin: 0 -1rem;
}

.section.post-footer .actions {
  text-align: left;
}

.blog-comments .hs-submit {
  text-align: center;
  margin-top: 30px;
}


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}

input[type="search"]::-webkit-search-cancel-button { 
  display:none; 
}

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

.grecaptcha-badge {
  margin-left: 0;
}


@media screen and (max-width: 849px) {
  .post-item-inner {
    flex-direction: column;
  }

  .post-item .featured-image-wrapper {
    flex: 1 1 100%;
  }
  
  .banner-image .image-wrapper{
    position:initial !important;
  }
  .post-item {
    width: 100%;
    margin-bottom: 20px;
  }
}



/* TODO: Find a better place for this */

.content-wrapper {
  max-width: 1240px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  position:relative;
}

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

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

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

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


@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-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
/*   font-family: Lato, sans-serif; */
  margin-bottom: 3.3rem;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}

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

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

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

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

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

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

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* 
*
G&S Updates 
*
*/

/* News Item Active State */

.menu-item a[title=News]:after{
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  display: block;
  width: 100% !important;
  height: 2px;
  background-color: #FFFFFF;
  transition: .5s width ease;
}
@media screen and (max-width:849px){
  .menu-item a[title=News]:after{
    display:none;
  }
}


/* Author listing page */

.blog-author-page .header.menu--closed, .blog-author-page .bg-header.sticky{
    background-color: #47968a;
}

.blog-author-page .sticky-show .level-1>.menu-item>a {
    color: white !important;
}

.blog-author-page .abso-circle{
  display:none;
}

.blog-author-page .header.sticky #hs_cos_wrapper_header_logo svg path, .blog-author-page .custom-menu-primary .navigation-primary>ul>li:last-child>a svg path{
  fill: white !important;
}

.gs-author-avatar{
  max-width:100%;
}

.blog-author-page #hs_cos_wrapper_Banner{
  display:none;
}

.blog-author-page #gs-news-menu{
  display:none;
}

.gs-author-wrap .abso-circle{
  display:none;
}

.gs-author-listing-page .body-container{
  overflow-x:hidden !important;
}

.gs-author-wrap{
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin:auto;
  padding-left:0;
  padding-right:0;
  margin-top:229px;
}

.gs-author-bg{
  position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    right: 50%;
    width: 100vw;
    max-height: 100%;
    object-fit: cover;
    opacity:30%;
}

.gs-author-col{
    margin: 0 30px;
    flex: 1;
}

.gs-author-col-right{
  flex:4;
}

.gs-author-col-left{
    display:flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items:flex-start;
}

.gs-author-social-links-wrap{
    width:100%;
}

.gs-author-social-links{
    width:100%;
    min-height:75px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -1rem;
}

.gs-author-social-links p{
  font-weight: bold;
  font-size: 26px;
  margin: 0 1rem;
}

.gs-author-social-links a{
  background:dimgray;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position:relative;
  margin: 0 1rem;
}

.gs-author-social-links a > span{
  z-index:1;
}

.gs-author_title{
  font-weight: bold;
}

.gs-author_subtitle{
  display: block;
  margin-top: 5px;
  font-size: 32px;
  color: dimgray;
}

.gs-author_bio {
  margin-top: 5px;
  font-size: 20px;
  margin-bottom: 0;
}

.gs-author-social-links a svg path{
  fill:white !important;
}

.gs-author-listing-page > .container-fluid > .row-number-1:first-of-type{
  display:none;
}

.gs-author-listing-page .gs-intro-text{
  display:none;
}

.gs-author-break{
  display:block;
  width:100%;
}

.gs-author-blog-section-intro{
  margin-top:1rem;
  margin-bottom:-2rem;
}

.hs-blog-listing .gs-sharing{
  display:none;
}

.gs-sharing{
  margin:2rem 0;
}

@media screen and (max-width:1200px){
  .gs-author-col{
    margin:0 1rem;
    min-width:unset;
  }
  .gs-author-wrap{
    margin:auto;
    margin-top:229px;
    max-width:unset !important;
  }
}

@media screen and (max-width:1024px){
  .gs-author-wrap{
    flex-flow: row-reverse wrap;
    margin-top:calc(122px + 3rem);
  }
  .gs-author-bg{
    display:none;
  }
  .gs-author-col{
    margin-bottom:1rem;
  }
}

@media screen and (max-width:768px){
  .gs-author-wrap{
    max-width:100%;
    flex-flow:row wrap;
  }
  .gs-author-social-links{
    margin:0 -.5rem;
  }
  
  .gs-author-social-links-wrap{
    margin-top:1.5rem;
  }

  .gs-author-social-links p{
    margin:0 .5rem
  }
  
  .gs-author-col{
    min-width:50%;
  }
  
}

@media screen and (max-width:425px){
  .gs-author-social-links{
    flex-flow:row wrap;
  }
  
    .gs-author-social-links p{
    width: 100%;
  }
  
  .gs-author-social-links a {
    margin: 0 .5rem;
    width: 25px;
    height: 25px;
    padding: 18px;
  }

}

/* Blog Post */ 

.blog-post__body img, .blog-post__body p{
  max-width:100%;
}

.hs-blog-post header.header.sticky .mobile-trigger span, .blog-author-page header.header.sticky .mobile-trigger span{
  background:white;
}

.hs-blog-post .scroll-indicator{
  display:none;
}

.hs-blog-post .bg-header.sticky{
  background-color:#47968A;
}

.hs-blog-post .sticky-show .level-1 > .menu-item > a{
  color:white !important;
}

.hs-blog-post .header.menu--closed{
  background-color:#47968A;
}

.hs-blog-post header.header.sticky .custom-menu-primary .navigation-primary>ul>li:last-child>a svg path {
  fill: white;
}

.hs-blog-post header.header.sticky #hs_cos_wrapper_header_logo svg path{
  fill:white;
}

@media screen and (min-width:769px){
  .vc_column-inner .banner-content .vc_col-sm-6{
    width:75%;
  }
}

blockquote{
  margin-left:0;
}

.blog-index__tag-header{
  margin-bottom: -50px;
  padding: 30px 10px 0 10px;
}

.blog-post__meta{
  font-size:24px;
}

#blog-post__bighead{
  font-size:60px;
}

#blog-post__bighead__subtitle{
  font-size:38px;
  display:block;
}

#gs-back-button{
  color: white;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-left:1.5rem;
}

#gs-back-button:after{
  position: absolute;
  top: 0.43rem;
  left: -1.5rem;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 3px 0 0;
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.blog-recent-posts__list{
  margin: 0 -.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-recent-posts__list .blog-recent-posts__item{
  padding:0;
  margin:0 .5rem;
  min-width:305.328px;
  flex:1;
}

.blog-recent-posts__list .blog-recent-posts__item .post-item-inner{
  min-height:410px;
}

.blog-recent-posts__list .blog-recent-posts__item .blog-recent-posts__name{
   flex-grow:1;
}

.post-item.blog-recent-posts__item h2{
  padding:0;
}

.recent-posts__name{
  flex-grow:1;
}

.blog-recent-posts__item .recent-posts-featured-image-wrapper, .blog-recent-posts__item .recent-posts__name{
  margin-bottom:.5rem;
}

.blog-recent-posts__item .blog-recent-posts__stamp{
  margin-bottom:1rem;
}

.blog-recent-posts .content-wrapper > h2{
  margin-bottom:1.5rem;
}

.blog-post__body h2, h3{
  padding: 1.5rem 0;
  margin:0;
}

.blog-post__tags{
  text-transform:uppercase;
}

.blog-post__recentposts{
  margin:3.33rem 0;
  padding:0;
}

.blog-featured-recent-post{
  margin:3.33rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  background-color:#2A3E50;
  color:white;
}

.recent-col{
  flex:1;
  height:100%;
  color:white;
  min-width:512px;
}

.recent-col h2{
  color:white;
}

.featured-post-right{
  background-size:cover;
  position:relative;
  overflow-x:hidden;
}

.featured-post-left{
  display:flex;
  flex-flow:column nowrap;
  justify-content:center;
  align-items:center;
}

.featured-post-right .post-next-article-link{
  display:block;
  width:100%;
  height:100%;
  overflow: hidden;
}

.post-left-wrap{
  max-width: 75%;
  margin: auto;
  min-height: 60%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.post-left-wrap h2{
  font-size:48px;
}

.post-left-wrap h2 a{
  color:white;
}

.post-next-article-button{
  position: relative;
  width: 100%;
}

.post-next-article-link{
  color:white;
  font-size:24px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight:bold;
}

.post-next-article-link:after{
  position: absolute;
  top: .4rem;
  right: -1.5rem;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 3px 0 0;
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-next-article-link:hover{
  color:white;
  text-decoration:none;
}

@media screen and (max-width:1023px){
  .blog-recent-posts__list .blog-recent-posts__item{
    margin:1rem;
  }
  
  .recent-col{
    min-width:unset;
    padding:0 30px;
  }
    
  .post-left-wrap{
    max-width: unset;
    min-height: 250px;
  }
  
  .featured-post-right{
    display:none;
  }
  
  .blog-featured-recent-post{
    height:450px;
  }
  
}

@media screen and (max-width:767px){
    .post-left-wrap h2{
      font-size:28px;
    }
  
    .blog-featured-recent-post{
      height:300px;
    }
  
    .post-left-wrap{
      min-height: 200px;
    }
  
  .post-left-wrap-extra{
    min-height:260px !important;
  }
  
}

.banner-top .vc_column-inner.post-vc_column-inner{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.post-banner-content{
  height: 100%;
}

.post-banner-content .vc_column-inner, .post-banner-content .wpb_wrapper{
  height:100%;
}

.post-banner-content .wpb_wrapper{
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
}

/* Blog Listing */

.blog-pagination{
  width:100%
}

#gs-menu-menu{
  display:block;
  margin-bottom:3.3rem;
  padding:10px;
  width:max-content;
}

.gs-sticky-menu-sublist{
  margin-left:20px;
  padding-bottom:1.5rem;
}

@media screen and (min-width:1550px){
  #gs-menu-menu{
    position: absolute;
    left: 100%;
    right: 0;
    width: calc((100vw - 1160px)/2.1);
    margin: 0;
    padding: 0;
    height: calc(100% - 140px);
  }

  .tag-blog-index #gs-menu-menu{
    height: calc(100% - 220px);
  }

  .gs-sticky-menu{
    position: sticky;
    top: calc(70px + 229px);
    left: 0;
    display:block;
    margin-bottom:0;
  }
}

.gs-sticky-menu h3{
  padding-top:0;
}

.gs-sticky-menu-list{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

#gs-main.filtered .post-item:not(.filtered-by){
  display:none;
}

#gs-main.filtered .blog-pagination{
  display:none;
}

.gs-news-menu-wrap{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height:90px;
}

#gs-news-menu{
  background:lightgray;
  z-index:1;
}

#gs-news-menu-items{
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex-grow:1;
}

.gs-news-menu-item{
  text-transform:uppercase;
  font-size: 16px;
}

.gs-news-menu-item.gs-active{
  font-weight:bold;
}

.gs-news-menu-item:not(.gs-active){
  opacity:.75;
}

.gs-news-menu-item:not(.gs-active):hover, .gs-news-menu-item:not(.gs-active):focus-within{
  text-decoration:underline;
}

#search{
  flex: 1;
  text-align: right;
  display:flex;
  flex-flow:row nowrap;
  justify-content:space-between; 
  align-items:center;
  max-height:100%; 
}

#search-button{
  background: none;
  border: none;
  padding: 0;
  width: max-content;
  margin-left: auto;
}

#search-icon path, #close-icon path{
  fill:rgba(105,124,140,1.0);
}

#search-button:hover #search-icon path, #search-button:focus #search-icon path, #close-button:hover #close-icon path, #close-button:focus #close-icon path{
  fill:#415464;
}

#search-button #search-icon{
  transition:all .2s ease-in-out;
}

#search-button:hover #search-icon, #search-button:focus #search-icon{
  transform:rotate(45deg);
}

#search-button:focus{
  outline:none;
  outline:0;
}

#search-button:hover{
  cursor:pointer;
}

#close-button, #search-field{
  display:none;
}

.gs-news-menu-wrap.search-menu #close-button, .gs-news-menu-wrap.search-menu #search-field{
  display:block;
}

/* .gs-news-menu-wrap.search-menu #search-button, .gs-news-menu-wrap.search-menu #gs-news-menu-items{
  display:none;
} */

#search-field form input[type=text]{
  background: none;
  border: none;
  border-left: 2px solid gray;
  padding-left: 10px;
  line-height:1;
  border-radius:0 !important;
  -webkit-appearance:none;
}

.hs-search-field__input:focus{
  outline:none;
}

.hs-search-field__suggestions{
  position: absolute;
  width: max-content;
  margin: 0 15px;
  background: lightgrey;
  text-align: left;
  z-index:2;
}

.hs-search-field__suggestions li:not(#results-for){
  margin:.5rem 0;
}

.hs-search-field__suggestions li a, .hs-search-field__suggestions #results-for{
  padding:0 10px;
}

.abso-circle{
  position: absolute;
  width: 100%;
  top: 0%;
  opacity: .75;
  z-index:-1;
}

.abso-circle img{
  width:100%;
}

#hs_cos_wrapper_GS-Social-Sharing{
  position:absolute; 
  right:0;
  height: 100%;
}

#hs_cos_wrapper_GS-Social-Sharing .hs_cos_wrapper{
  position: sticky;
  top: calc(3.3rem + 229px);
  display:flex;
  flex-flow:column nowrap;
  justify-content:space-between;
  align-items:center;
  margin-bottom:3.3rem;
}

#hs_cos_wrapper_GS-Social-Sharing .hs_cos_wrapper a{
  margin:.5rem;
}

.mobile-social-share{
  display:none;
}
/* Filter Menu tablet --> mobile */

@media screen and (max-width:1023px){
  .abso-circle{
    top:50%;
  }
  .gs-news-menu-wrap{
    min-height:100px;
    height:unset;
    padding:20px;
  }
  #gs-news-menu-items {
    padding:0;
    margin: 0 -1rem;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  #search{
    margin:.5rem;
  }
  #search-button{
    width:unset;
    margin:auto;
  }
  .gs-news-menu-item{
    margin:.5rem 1rem;
  }
  .hs-search-field__suggestions{
    width:100%;
  }
  .hs-search-field__suggestions li:not(#results-for){
    font-size:14px;
  }
  #hs_cos_wrapper_GS-Social-Sharing {
    display:none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: unset;
    max-width: fit-content;
    padding: 30px;
  }
  
  .mobile-social-share #hs_cos_wrapper_GS-Social-Sharing{
    display:block;
    position:relative;
    padding:0;
  }
  
  .mobile-social-share #hs_cos_wrapper_GS-Social-Sharing .hs_cos_wrapper{
    margin:0 -.5rem;
  }
  
  .mobile-social-share{
    display:block;
  }
  
  #hs_cos_wrapper_GS-Social-Sharing .hs_cos_wrapper {
    top: 100%;
    bottom:0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0;
  }
  
}

.hs-blog-post .blog-post__body a{
  color:#47968a;
  font-weight:bold;
}

.hs-blog-post .blog-post__body a:hover, .hs-blog-post .blog-post__body a:focus{
  text-decoration:underline;
}

/* IE help cuz we still support that for some reason */

.ie-post-item-inner{
  display:block !important;
}

.ie-menu-menu{
  position:inherit !important;
}

.ie-next-post{
  display:block !important;
}

.ie-next-post .post-next-article-link{
  position:inherit !important;
}

.ie-body{
  overflow-x:hidden;
}

/* Cookie Banner from EST */

#hs-eu-cookie-confirmation {
    top:unset !important;
    bottom:0 !important;
    border: none !important;
    background: #89477D !important;
    box-shadow: none !important;
    font-family: "quasimoda", sans-serif !important;
    position: fixed !important;
    min-width: 320px;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner:nth-child(1)  {
    background:transparent !important;
    padding: 10px 40px 20px !important;
    display: block !important;
    overflow: hidden;
    max-width: 1160px !important;
    line-height:0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    color:#fff !important;
    font-size: 15px !important;
    line-height:1.4 !important;
    margin: 0 auto 0px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:nth-child(2) {
    margin: 10px 0 10px 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    margin: 10px auto 0!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    padding:0 !important;
    margin:0 !important;
    /* float:right; */
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a {
    display: inline-block;
    margin: 10px 2% 5px 0px !important;
    border-radius:0 !important;
    font-size: 15px !important;
    text-transform:uppercase;
    width: 48% !important;
    text-align:center;
    float: left;
    color:#fff !important;
    background:transparent !important;
    border-color:#fff !important;
    font-weight:700 !important;
    padding: 15px 0 !important;
    line-height:1.4;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a:nth-child(2) {
    margin: 10px 0% 5px 2% !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
    /* background:#fff !important; */
    /* color:#701F61 !important; */
}
@media only screen and (min-width: 850px) {
        #hs-eu-cookie-confirmation {
        background: rgba(112, 31, 97, .82) !important;
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:nth-child(2) {
        margin: 10px 0 0 0 !important
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a,
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a:nth-child(2) {
        margin:5px 0px 5px 20px !important;
        display: inline-block;
        font-size: 20px !important;
        padding: 7px 18px !important;
        width: auto !important;
        float: none;
    }
}

/* Pop up forms */
.body-wrapper.hs-blog-listing ~ #leadinModal-866947{
  display:none !important;
}

/* Hide Author on DEI Post */
.body-wrapper.hs-content-id-33588538945 .blog-post__meta-author{
display:none;
}

/* IN ACTION TEMPLATE */

.in-action-flex{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.in-action-flex .in-action-max-height{
    max-height: 633px;
    object-fit: cover;
    object-position: top;
}

.in-action-flex img:not(.in-action-max-height){
    margin-bottom:1rem;
}

p.h2-look{
  color: #415464;
  font-family: 'quasimoda',sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.abso-stripes-wide:before{
    content: url(https://6898861.fs1.hubspotusercontent-na1.net/hubfs/6898861/GibbsSoell_March2020/images/Mask%20Group%201.png);
    position: absolute;
    z-index: -1;
    transform: rotate(180deg);
    left: 0;
    margin-left: calc(-33%);
}

.abso-stripes-narrow:before{
  content:url("https://6898861.fs1.hubspotusercontent-na1.net/hubfs/6898861/GibbsSoell_March2020/images/Mask%20Group%201.png");
    position: absolute;
    z-index: -1;
    transform: rotate(180deg);
    left: 0;
    margin-left: calc(-50%);
}

@media screen and (max-width:992px){
  .abso-stripes-narrow:before, .abso-stripes-wide:before{
    display:none;
  }
}

.in-action-flex-vids{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin:1rem 0;
}

.in-action-flex-vids .hs-embed-wrapper{
  margin-bottom:1rem !important;
}

/* ATTRIBUTIONS */

body .body-wrapper.hs-content-id-34355207357 .banner-image .visual-wrapper:after{
content:"Photo courtesy of Capital Lighting at Ferguson Bath, Kitchen & Lighting Gallery";
color:white;
position:absolute;
right:1rem;
bottom:1rem;
}

body .body-wrapper.hs-content-id-34355207357 .blog-post .blog-post__body .attr, body .body-wrapper.hs-content-id-34355207357 .blog-post .blog-post__body .attr2{
display:block;
position:relative;
}

body .body-wrapper.hs-content-id-34355207357 .blog-post .blog-post__body .attr:after{
content: "Photo courtesy of Hansgrohe at Ferguson Bath, Kitchen & Lighting Gallery";
}

body .body-wrapper.hs-content-id-34355207357 .blog-post .blog-post__body .attr2:after{
content: "Photo courtesy of True Residential at Ferguson Bath, Kitchen & Lighting Gallery";
}

body .body-wrapper.hs-content-id-34355207357 .blog-post .blog-post__body .attr:after, body .body-wrapper.hs-content-id-34355207357 .blog-post .blog-post__body .attr2:after{
    color: white;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

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

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

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

.no-banner p.header {
  position: static;
  min-height: auto;
  height: auto;
}


@media (max-width: 479px) {
  
  .systems-page h1 {
    font-size: 22px;
  }

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



.no-banner .systems-page {
  padding-top: 0;
  padding-bottom: 40px;
}


@media only screen and (min-width: 1050px) {
  

}

@media only screen and (max-width: 350px) {
  
  form#email-prefs-form .hs-button, form#email-prefs-form .button--primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}