/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//use.fontawesome.com/releases/v5.7.2/css/all.css');
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-solid-900.eot#iefix") format("embedded-opentype"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-solid-900.woff2") format("woff2"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-solid-900.woff") format("woff"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-solid-900.ttf") format("truetype"),
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-solid-900.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-regular-400.eot#iefix") format("embedded-opentype"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-regular-400.woff2") format("woff2"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-regular-400.woff") format("woff"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-regular-400.ttf") format("truetype"),
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-regular-400.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-light-300.eot#iefix") format("embedded-opentype"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-light-300.woff2") format("woff2"), 
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-light-300.woff") format("woff"),
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-light-300.ttf") format("truetype"),
    url("https://2989273.fs1.hubspotusercontent-na1.net/hubfs/2989273/Worldfavor_July2020/fonts/fa-light-300.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}










































/* ******************************************************************************
*********************************************************************************
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;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: 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;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;   
  padding-bottom: 15px;
}

/* Anchor Links */
a {
  color: #FF8165;
  text-decoration: none;
  text-decoration: underline; 
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  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.29;
  letter-spacing: 0.5px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  padding-bottom: 15px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.28;
  padding-bottom: 20px;
}

h4 {
  font-size: 1.175rem;
  line-height: 1.27;
  padding-bottom: 10px;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 10px;
}

h6 {
  font-size: .9rem; 
  line-height: 1.29;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 13px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  line-height: 1.5;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
 
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;

    border-color: rgba(0, 0, 0, 1.0);
  border-radius: 28px;
  border-width: 2px;


  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: inherit;
  
  text-decoration: none;
  white-space: normal;
}

.hs-button:hover {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  background-color: #e6e6e6;  
  transition: background-position 0.1s linear;
}

.hs-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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


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

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin-bottom: 10px;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.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,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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]) {
}

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;
  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 {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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-wrap {
  min-height: 83px;
}

header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 999;
  background: none;
}
.gt-header {
  position: relative;
  padding: 43px 0 0;
}

.gt-logo {
  font-size: 6px;
  width: 120px;
  line-height: 6;
}

.gt-header .gt-row .row {
  margin: 0;
}

.gt-header .gt-row .row>div {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  position: relative;
  padding-right: 18px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin-right: 36px;
  display: inline-block;
  position: relative;
}

.primary-navigation .gt-column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a span {
  font-size: 0;
  padding-right: 31px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  content: '\f107';
  position: absolute;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a:hover:before {
  width: 100%;
  left: 0%;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li {
  display: inline-block;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li:first-child {
  margin-right: 30px;
  margin-left: 6px;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li:first-child>a {
  position: relative;
  display: inline-block;
  background: transparent;
  font-size: 18px;
  color: #151c27;
  line-height: 1;
  text-decoration: none;
  padding: 13px 28.1px 12px;
  border: 2px solid #000;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child)>a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child)>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child)>a:hover:before {
  width: 100%;
  left: 0%;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li:first-child>a:hover {
  color: #fff;
  background: #000;
}

.custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: none;
}

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

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 0 0 3px;
  font-weight: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}



.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a span:before {
  content: '\f7a2';
  position: absolute;
  top: -2px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul {
  width: 466px;
  max-width: unset;

}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul div {
  padding: 30px 26px 11px 20px;
  display: flex;
  flex-wrap: wrap;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul div li {
  width: 50%;
  float: left;
  margin-bottom: 28px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul li a b {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: inherit;
  line-height: 16.1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul li>a {
  max-width: 176px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul div:before,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul div:after {
  left: 65px;
}

.gt-mobile-icon {
  display: none;
}

.fa-angle-down:before {
  content: "\f107";
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.fixed .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0 4px 20px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 20px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px -7px rgba(0, 0, 0, 0.5);
}

.fixed.header-show .header {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.fixed header.header {
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.fixed .gt-header {
  padding: 15px 0 15px;
}

@media only screen and (min-width: 981px) {
  .child-trigger {
    display: none;
  }

  .gt-mobile-menu {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul div:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul div:after {
    z-index: -10;
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 0 2px 6px 0 #d9d4d1;
    -moz-box-shadow: 0 2px 6px 0 #d9d4d1;
    box-shadow: 0 2px 6px 0 #d9d4d1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    position: absolute;
    left: -29px;
    width: 169px;
    max-width: 169px;
    transform: translateY(20px) scale(0.95);
    transform-origin: center top;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul div {
    padding: 34px 20px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px 0 #d9d4d1;
    -moz-box-shadow: 0 2px 6px 0 #d9d4d1;
    box-shadow: 0 2px 6px 0 #d9d4d1;
    margin-top: 20px;
    background-color: #fff;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul {
    left: -40px;
    width: 130px;
    max-width: 130px;    
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul div {
    margin-top: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul div:before {
    left: 80px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul div:after {
    left: 80px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 30px;
    display: block;
    content: '';
  }
}

@media only screen and (max-width: 1150px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right: 15px;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li:first-child {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 980px), screen and (hover: none) {
  .gt-header {
    padding: 30px 0 0;
  }

  .primary-navigation .gt-module-menu {
    display: none;
  }

  .gt-mobile-icon {
    display: block;
    z-index: 10;
    cursor: pointer;
    padding: 10px;
  }

  .gt-mobile-dashes, .gt-mobile-dashes:before, .gt-mobile-dashes:after {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    -webkit-transition: background .2s ease-in-out 0.2s;
    -o-transition: background .2s ease-in-out 0.2s;
    -moz-transition: background .2s ease-in-out 0.2s;
    transition: background .2s ease-in-out 0.2s;
  }

  .gt-mobile-dashes:before, .gt-mobile-dashes:after {
    content: '';
    position: absolute;
    display: block;
    -webkit-transition: top .2s ease .2s, width .2s ease-in-out, -webkit-transform .2s ease;
    transition: top .2s ease .2s, width .2s ease-in-out, -webkit-transform .2s ease;
    -o-transition: top .2s ease .2s, width .2s ease-in-out, -o-transform .2s ease;
    -moz-transition: top .2s ease .2s, transform .2s ease, width .2s ease-in-out, -moz-transform .2s ease;
    transition: top .2s ease .2s, transform .2s ease, width .2s ease-in-out;
    transition: top .2s ease .2s, transform .2s ease, width .2s ease-in-out, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
  }

  .gt-mobile-dashes:before {
    top: -7px;
  }

  .gt-mobile-dashes:after {
    top: 7px;
  }

  .gt-mobile-icon:hover .gt-mobile-dashes:before {
    width: 90%;
  }

  .gt-mobile-icon:hover .gt-mobile-dashes:after {
    width: 70%;
  }

  .gt-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .gt-row.gt-mobile-navigation {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    left: auto;
    height: 100vh;
    text-align: right;
    border-top: none;
    background-color: #fff;
    padding: 0;
    z-index: 3;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .gt-mobile-navigation.gt-row>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 100vh;
  }

  .gt-mobile-navigation.gt-row>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
  }

  .gt-mobile-navigation.gt-row>div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #f8f4f1;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .275s .5s;
    -o-transition: all .275s .5s;
    -moz-transition: all .275s .5s;
    transition: all .275s .5s;
  }

  .gt-mobile-navigation.gt-row>div>div>div {
    position: relative;
    width: 100%;
    padding: 80px 70px 80px 30px;
    text-align: right;
  }

  .gt-mobile-navigation .gt-column-inner .gt-module:not(:last-child) {
    padding-bottom: 30px;
  }

  .mobile-open .gt-mobile-overlay {
    visibility: visible;
    opacity: 1;
    height: 100vh;
  }

  .mobile-open .gt-row.gt-mobile-navigation {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .mobile-open .gt-mobile-dashes {
    background: none;
    -webkit-transition: background 0s ease .2s;
    -o-transition: background 0s ease .2s;
    -moz-transition: background 0s ease .2s;
    transition: background 0s ease .2s;
  }

  .mobile-open .gt-mobile-dashes:before, .mobile-open .gt-mobile-dashes:after {
    top: 0;
    -webkit-transition: top .2s ease, -webkit-transform .2s ease .2s;
    transition: top .2s ease, -webkit-transform .2s ease .2s;
    -o-transition: top .2s ease, -o-transform .2s ease .2s;
    -moz-transition: top .2s ease, transform .2s ease .2s, -moz-transform .2s ease .2s;
    transition: top .2s ease, transform .2s ease .2s;
    transition: top .2s ease, transform .2s ease .2s, -webkit-transform .2s ease .2s, -moz-transform .2s ease .2s, -o-transform .2s ease .2s;
  }

  .mobile-open .gt-mobile-dashes:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .gt-mobile-dashes:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-open .gt-mobile-navigation.gt-row>div:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-open .gt-mobile-icon:hover .gt-mobile-dashes:before,
  .mobile-open .gt-mobile-icon:hover .gt-mobile-dashes:after {
    width: 100%;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    display: none;
  }

  .child-trigger {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    font-size: 16px;
    cursor: pointer;
  }

  .child-open>.child-trigger {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 20px;
    padding: 5px 0;
    margin: 0 !important;
    line-height: normal;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a span {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a span:before {
    content: '\f7a2';
    position: absolute;
    top: 9px;
    left: -13px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li:first-child {
    margin: 0;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: 5px 0;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child)>a {
    font-size: 20px;
    padding: 5px 0;
    margin: 0 !important;
    line-height: normal;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 5px 0;
    margin: 0 !important;
    line-height: normal;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-weight: bold;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open {
    margin-bottom: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    width: auto;    
    max-width: unset;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul div {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul div li {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul div li>a {
    max-width: unset;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul div li:last-child {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul li a b {
    line-height: inherit;
  }

}

@media (max-width: 767px) {
  .gt-header {
    padding: 20px 0 0;
  }

  .gt-header .gt-row .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gt-mobile-navigation.gt-row>div>div>div {
    padding: 80px 90px 80px 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  padding: 50px 0 26px;
  background-color: #fff;
  overflow: hidden;
}

.gt-row .row {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.gt-row .row>div {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.gt-footer-bottom p {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 10px;
}

p:last-child {
  padding-bottom: 0;
}

.gt-footer-bottom .gt-column:first-child span {
  display: flex;
}

.gt-footer-bottom .gt-column:first-child p {
  display: inline-block;
  padding-bottom: 0;
}

.gt-footer-bottom .gt-column:first-child p:first-child {
  margin-right: 10.5px;
}

.gt-footer-bottom .gt-column:first-child p:first-child+p+p {
  margin-left: 10.5px;
}

.gt-footer-bottom .gt-column:first-child p a {
  text-decoration: none;
}

.gt-text-right {
  text-align: right;
}

.gt-top-footer {
  padding-bottom: 66px;
}

.gt-menu-footer {
  text-transform: none;
  letter-spacing: normal;
}

.gt-menu-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gt-menu-footer ul li {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 10px;
}

.gt-menu-footer ul li a {
  text-decoration: none;
}

.gt-menu-footer ul li:last-child {
  padding: 0;
}

.gt-menu-footer ul+h6 {
  margin-top: 30px;
}

h6:last-child {
  padding: 0;
}

.gt-menu-footer h6 a {
  font-weight: bold;
  text-decoration: none;
}

.gt-menu-footer h6 {
  text-transform: none;
  letter-spacing: normal;
}

.gt-form-footer form {
  max-width: 375px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.gt-form-footer form .hs-form-field.field {
  list-style-type: none;
  width: 100% !important;
  margin-top: 0;
  margin-bottom: 20px;
}

.gt-form-footer form .hs-form-field.field.hs-fieldtype-booleancheckbox {
  margin-top: 6px;
  margin-bottom: 2px;
}

.gt-form-footer form .hs_submit.hs-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  bottom: auto;
}

.gt-form-footer form .hs-form-field.field.hs-fieldtype-booleancheckbox .input>.inputs-list {
  margin: 0;
  padding: 0;
}

.gt-form-footer form input[type=checkbox]+span span {
  display: none;
}

.gt-form-footer form>div>label {
  display: none;
}

.gt-form-footer form input[type="email"].hs-input {
  font-family: 'Poppins', sans-serif;
  padding: 15px 24px 14px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #000;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 95px 7px 24px;
}

.gt-form-footer form input[type="email"].hs-input::placeholder {
  color: #000;
}

.gt-form-footer form input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.gt-form-footer form input[type=checkbox]+span {
  display: block;
  position: relative;
  margin-left: 0;
  width: 100%;
  padding-left: 41px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  user-select: none;
  max-width: 350px;
  margin-right: 0;
}

.gt-form-footer form label.hs-form-booleancheckbox-display {
  display: block;
  position: relative;
  margin: 0;
}

.gt-form-footer form input[type=checkbox]+span:before {
  display: inline-block;
  content: '\f00c';
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 0;
  line-height: 22px;
  padding-right: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  font-size: 0;
  cursor: pointer;
  color: #000;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.gt-form-footer form input[type=checkbox]+span a {
  font-weight: bold;
}

.gt-form-footer form .hs_submit.hs-submit input {
  font-family: 'Poppins', sans-serif;
  background-color: #000;
  padding: 16px 40px;
  display: inline-block;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-shadow: none !important;
  background-image: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  border: 2px solid #000 !important;
  padding: 13.5px 28px 11.5px;
  font-size: 11px;
  letter-spacing: 0.39px;
  margin: 0;
}

.gt-form-footer form .hs_submit.hs-submit input:hover {
  color: #000;
  background: #fff;
}

.gt-form-footer form input[type="email"].hs-input:focus {
  border-color: #272f6c;
  outline: none;
}

.gt-form-footer form input[type="email"].hs-input.invalid.error {
  border-color: #ff5050;
  margin-bottom: 0;
}

.gt-form-footer form .hs-form-field.field .hs-error-msgs {
  background-color: #ff5050;
  display: inline-block;
  color: #fff;
  padding: 7px 10px 5px !important;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  list-style: none;
  display: inline-block !important;
  width: auto;
}

.gt-form-footer form .hs-error-msgs:before {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: inherit;
  top: -7px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  content: '';
  margin: 0 auto;
}

.gt-form-footer form .hs-form-field.field .hs-error-msgs label {
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}

.gt-form-footer form input[type=checkbox]:checked+span:before {
  font-size: 12px;
  border-color: #000;
  color: #000;
  font-weight: 400;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.gt-form-footer form input[type=checkbox]:focus+span:before {
  border-color: #272f6c;
}

.gt-form-footer h6 {
  line-height: 2.14;
  letter-spacing: normal;
  text-transform: none;
  padding: 0 0 7px;
}

.gt-form-footer .hs_error_rollup .inputs-list label {
  color: #000 !important;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

.gt-form-footer .hs_error_rollup ul {
  margin: 16px 0;
  padding: 0 !important;
}

.gt-form-footer .hs_error_rollup ul:before {
  display: none;
}

.gt-menu-footer ul li a:hover,
.gt-menu-footer h6 a:hover,
.gt-footer-bottom .gt-column:first-child p a:hover {
  text-decoration: underline;
}

.back-to-top {
  position: fixed;
  bottom: 20%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  font-size: 30px;
  z-index: 99;
  cursor: pointer;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.back-to-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

.fal {
  font-weight: 300;
}

.back-to-top.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.back-to-top:hover {
  background: #000;
}


@media (max-width: 980px) {
  .gt-form-footer form .hs_submit.hs-submit {
    position: relative;
    right: auto;
  }

  .gt-form-footer form .hs-form-field.field.hs-fieldtype-booleancheckbox {
    margin-bottom: 15px;
  }

  .gt-footer-bottom {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .gt-text-right {
    text-align: left;
  }

  .gt-column:not(:last-child) {
    padding-bottom: 35px;
  }

  .gt-top-footer .gt-menu-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .gt-footer-bottom .gt-column:first-child p:first-child {
    margin-right: 0;
    display: block;
  }

  .gt-footer-bottom .gt-column:first-child p {
    display: block;
  }

  .gt-footer-bottom .gt-column:first-child span {
    display: block;
  }

  .gt-footer-bottom .gt-column p.gt-separator {
    display: none;
  }

  .gt-footer-bottom .gt-column:first-child p:first-child+p+p {
    margin: 0;
  }

  .gt-footer-bottom .gt-column:first-child p:not(:last-child) {
    padding-bottom: 10px;
  }

  .gt-footer-bottom .gt-column:first-child {
    padding-bottom: 20px;
  }

  .gt-top-footer .gt-menu-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gt-top-footer {
    padding-bottom: 50px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 */
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0 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;
  }
}
.blog-recent-posts__post {
  text-decoration: none;
}
.hs-blog-post .content-wrapper,.blog-recent-posts {
  line-height: 1.5;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
  margin: 0 -1rem !important;
}
.blog-index>div {
  padding: 0 1rem;
}
.blog-sidebar {
  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-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);  
  margin-bottom: 20px;
}
@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.6rem;
}
.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-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: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h3 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.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;
  padding: 0;
}
.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;
  }
}

@media (max-width: 767px) {
  .post-item .page-center {
    display: block;
  }
  .featured-image-wrapper {
    margin: 0 0 20px;
  }
  .blog-sidebar {
    padding: 3.3rem 15px;
  }
}

.hs-blog-listing .header-wrap {
  min-height: 0;
}

.gt-hero-sub-section {
  padding: 179px 0 79px;
}

.gt-hero-sub-section .gt-row {
  padding: 50px 0;
}

.gt-hero-sub-section h1 {
  padding-bottom: 20px;
}

.gt-hero-sub-section p {
  max-width: 793px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
}

.gt-center-text {
  text-align: center;
}

.gt-knowledge-section {
  position: relative;
  padding: 0 0 80px;
  margin-bottom: 133px;
}

.gt-knowledge-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 80%;
  max-width: 999px;
  margin: 0 auto;
  background-color: rgba(248, 244, 241, .74);
}

.gt-knowledge-section .gt-tab-nav {
  padding: 50px 0 58px;
}

.gt-knowledge-section .gt-tab-nav .gt-column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: -30px auto 0;
  flex-wrap: wrap;
}

.gt-column-inner.cats>div {
  margin-top: 30px;
}

.gt-column-inner.cats>div:not(:last-child) {
  margin-right: 42px;
}

.gt-column-inner.cats a {
  text-decoration: none;
  position: relative;
}

.gt-column-inner.cats a:before {
  position: absolute;
  top: 23px;
  left: 50%;
  width: 0%;
  height: 2px;
  content: '';
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  top: 26px;
}

.gt-column-inner.cats a:hover:before,
.gt-column-inner.cats .active a:before{
  width: 100%;
  left: 0%;
}

.gt-tab-content>.row {
  margin-right: -5px;
  margin-left: -5px;
}

.gt-tab-content>.row>div {
  padding-right: 5px;
  padding-left: 5px;
}

.gt-knowledge-section .gt-tab-content .gt-column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17.5px;
  z-index: 2;
  position: relative;
}

.post-item {
  padding: 0 17.5px;
  width: 33.33%;
  margin-top: 50px;
}

.post-item:nth-child(-n+2) {
  margin-top: 0;
}

.post-item:nth-child(1),.post-item:nth-child(2) {
  width: 50%;
}

.post-item>div {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.post-item .gt-blurb-content-wrapper {
  padding: 32px 25px 26px;
}

.post-item:nth-child(1) .gt-blurb-content-wrapper, .post-item:nth-child(2) .gt-blurb-content-wrapper {
  padding: 28px 40px 25px 25px;
}

.gt-overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.post-item .gt-overlay-link {
  z-index: 2;
}

.post-item h4 {
  padding-bottom: 24px;
}

.post-item .gt-blurb-content-wrapper .gt-blurb-text {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-item .gt-blurb-content-wrapper .gt-blurb-text p {
  padding: 0;
}

.post-item .gt-blurb-content-wrapper .gt-blurb-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.post-item:nth-child(1) .gt-blurb-content-wrapper ul, .post-item:nth-child(2) .gt-blurb-content-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.post-item .gt-blurb-content-wrapper .gt-blurb-text ul li:not(:last-child) {
  margin-right: 15px;
}

.post-item .gt-blurb-content-wrapper .gt-blurb-text ul li a {
  font-size: 0;
}

.post-item .gt-blurb-content-wrapper .gt-blurb-text ul li a i {
  font-size: 20px;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.post-item .gt-blurb-content-wrapper .gt-blurb-text ul li a i:hover {
  color: #ff8165;
}

.gt-btn-arrow {
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.26;
  color: #000;
  text-decoration: none;
}

.gt-btn-arrow:before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0%;
  height: 2px;
  content: '';
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.gt-btn-arrow:after {
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  font-size: 19px;
  font-weight: 700;
  line-height: 1.26;
  color: #000;
  padding-left: 11px;
  position: absolute;
  top: -3px;
  right: -28px;
}

.gt-btn-arrow:hover:before {
  width: 100%;
  left: 0%;
}

.post-item:hover>div {
  -webkit-transform: scale(1.05) perspective(1px);
  -moz-transform: scale(1.05) perspective(1px);
  transform: scale(1.05) perspective(1px);
}

.blog-pagination {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  position: relative;
}

.blog-pagination a {
  display: inline-block;
  background: #000;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  padding: 12.5px 40px 12.5px;
  border: 2px solid #000;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  border-color: #000;
  background: transparent;
  color: #000;
}

.blog-pagination a:hover {
  color: #fff;
  background: #000;
}

.post-item>div img {
  width: 100%;
}



.gt-latest-stories-section .gt-module.post-item { 
  width: 100%;
  margin: 0;
  padding: 0;
}

.gt-latest-stories-section .gt-latest-stories-header-row {
  max-width: 999px;
  margin: 0 auto;
  background-color: #f8f4f1;
  width: 80%;
  padding: 100px 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.gt-latest-stories-header-row .gt-module-text {
  max-width: 525px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

.gt-latest-stories-header-row .gt-module-text h3+p {
  font-size: 20px;
  line-height: 1.5;
}

p+p .gt-btn-arrow {
  margin-top: 6px;
}

.gt-latest-stories-section .gt-latest-stories-row {
  padding: 50px 0;
  padding-top: 0;
  position: relative;
}

.gt-latest-stories-section .gt-latest-stories-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65%;
  width: 100%;
  max-width: 999px;
  margin: 0 auto;
  background-color: #f8f4f1;
}

.gt-latest-stories-section {
  padding: 80px 0;
}



.blog-post__body {
  padding: 50px 0;
}

.hs-blog-post .content-wrapper {
  max-width: 791px;
}

.hs-blog-post .content-wrapper .blog-post {
  max-width: 100%;
}


@media (max-width: 980px) {
  .gt-hero-sub-section {
    padding: 100px 0 50px;
  }
  .gt-knowledge-section {
    padding: 0 0 50px;
  }
  .gt-hero-sub-section .gt-row {
    padding: 40px 0;
  }
  .gt-knowledge-section {
    margin-bottom: 40px;
  }
  .gt-latest-stories-section .gt-latest-stories-header-row {
  padding: 80px 0;
}

}

@media (max-width: 767px) {
  .gt-hero-sub-section {
    padding: 90px 0 40px;
  }

  .gt-hero-sub-section .gt-row {
    padding: 25px 0;
  }

  .gt-hero-sub-section p {
    font-size: 18px;
  }

  .gt-knowledge-section .gt-tab-nav {
    padding: 30px 0;
  }

  .post-item {
    width: 100% !important;
    margin-top: 30px;
  }

  .post-item:nth-child(-n+2) {
    margin-top: 30px;
  }

  .post-item:nth-child(-n+1) {
    margin-top: 0;
  }
  .gt-knowledge-section {
    margin-bottom: 60px;
  }
  .post-item:nth-child(1) .gt-blurb-content-wrapper, .post-item:nth-child(2) .gt-blurb-content-wrapper {
    padding: 20px; 
  }
  .post-item .gt-blurb-content-wrapper .gt-blurb-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-item .gt-blurb-content-wrapper .gt-blurb-text ul {
    padding-top: 20px;
  }
  
.gt-latest-stories-section .gt-latest-stories-header-row {
  padding: 50px 0;
}

}

@media (max-width: 479px) {
  .gt-knowledge-section .gt-tab-nav .gt-column-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }

  .gt-column-inner.cats>div {
    margin: 0;
  }

  .gt-column-inner.cats>div:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .gt-knowledge-section {
    margin-bottom: -20px;
    padding: 0 0 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 200px 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: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}