/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































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

.dnd-section .widget-type-cell {
  
}

.body-container-wrapper .page-center,
.body-container-wrapper .content-wrapper,
.body-container-wrapper .dnd-section>.row-fluid{
  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: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/gWorks_July2020/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-brands-400.woff2") format("woff2"),
      url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-brands-400.woff") format("woff"),
        url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-brands-400.ttf") format("truetype"), 
          url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-brands-400.svg") format("svg");
            }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/gWorks_July2020/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-solid-900.woff2") format("woff2"),
      url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-solid-900.woff") format("woff"),
        url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-solid-900.ttf") format("truetype"), 
          url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/fa-solid-900.svg") format("svg");
            }

@font-face {
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: normal;
  src: url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/gWorks_July2020/fonts/Simple-Line-Icons.eot") format("embedded-opentype"),
    url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/Simple-Line-Icons.woff2") format("woff2"),
      url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/Simple-Line-Icons.ttf") format("truetype"), 
        url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/Simple-Line-Icons.woff") format("woff"),
          url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/Simple-Line-Icons.svg") format("svg");
            }

@font-face {
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  src: url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/gWorks_July2020/fonts/eicons.eot") format("embedded-opentype"), 
    url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/eicons.woff2") format("woff2"), 
      url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/eicons.woff") format("woff"), 
        url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/eicons.ttf") format("truetype"),
          url("//7808826.fs1.hubspotusercontent-na1.net/hubfs/7808826/raw_assets/public/gWorks_July2020/fonts/eicons.svg") format("svg");
            }

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Raleway", Sans-serif;
  font-size: 1rem;
  color: #929292;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

p {
  margin: 0 0 20px;
}

/* Anchor Links */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 20px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Raleway", Sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 23px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {
  margin: 15px 0 15px 20px;
  padding:0;
}

ul li,
ol li {
}

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

blockquote, q {
  quotes: none;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}

q:before,
q:after,
blockquote:before, 
blockquote:after {
  content: "";
}

figure {
  margin:0;
}

/* Horizontal Rules */
hr {
  clear: both;
  height: 1px;
  min-height: 0;
  margin: 0;
  border-top: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

/* TODO */
small {
  font-size: 80%;
}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form {
  max-width: 100%;
  font-family: "Open Sans",sans-serif;
}

.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments {
  max-width:100%;
}


#email-prefs-form {
  max-width:100%;
}


.hs-button,
.button--primary,
.blog-comments .hs-button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  margin:15px 0;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  font: 13px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial, Arimo, Helvetica,sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}

.hs-button:hover,
.button--primary:hover,
.blog-comments .hs-button:hover,
.hs-button:focus,
.button--primary:focus,
.blog-comments .hs-button:focus{
}


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form-field label {
  color: #33475b;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 8px;
  display: block;
}

.hs-error-msgs {
  color: #ff0000;
  font-weight: normal;
}

label {

}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select,
form select,
form textarea,
.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password{
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  font-size: 13px;
  margin: 0 0 10px;
  font-family: 'Open Sans', "Lucida Grande", Arial,Arimo, Helvetica, sans-serif;
  border-style:solid;
  outline:0;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
}



form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #c87872;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {

}


#hs-pwd-widget-password {
  height:33px !important;
  margin-top:0 !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: #790000;
}
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: #df280a;
}

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

.hs-error-msgs {
  margin:0;
  padding:0;
}

.hs-error-msgs label {
  font: 12px Arial, Arimo, Helvetica, sans-serif;
  color: #ff0000;
  padding-top: 5px;
  margin:10px 0;
}

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: #929292;
}
.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: "Raleway", Sans-serif;
}

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  form {
    max-width:100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.custom-menu-primary {
  width: 66.666%;
}

.custom-menu-primary .hs_cos_wrapper_type_menu {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  height:100%;
}

.custom-menu-primary .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-of-type) {
  margin-right: 6px;
}

.custom-menu-primary .hs-menu-wrapper>ul li a {
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  border-left: 8px solid transparent;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
}

.sub-arrow {
  font-size: 10px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.sub-arrow i {
  pointer-events: none;
}

.sub-arrow i:before {
  content: "";
}

@media (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    z-index: 2;
    content: "";
    bottom: 0;
    opacity: 0;
    background-color: #faa71d;
    height: 0;
    width: 0;
    left: 50%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after ,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after {
    opacity: 1;
    transform: scale(1);
    width: 100%;
    left: 0;
    height: 2px;
  }

  .hs-menu-wrapper.flyouts>ul li.hs-item-has-children>ul.hs-menu-children-wrapper{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:all .3s ease-in-out;
    display:block !important;
  }

  .hs-menu-wrapper.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    font-size: 13px;
    position: absolute;
    box-shadow: 10px 0px 10px -58px rgba(0,0,0,0.5);
    top: auto;
    left: 0px;
    z-index:10;
  }


  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}

@media (max-width:1024px) {
  .custom-menu-primary {
    width:60%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-of-type) {
    margin-right:0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 18px 14px;
    font-size: 13px;
  }
}

@media (max-width:910px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 18px 9px;
    font-size: 12px;
  }
}

@media (max-width:767px) {
  .mobile-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #000000;
    padding: .25em;
    margin-left:auto;
    cursor:pointer;
  }

  .mobile-trigger:hover {
    color:#00ce1b;
  }

  .mobile-open .mobile-trigger .eicon-menu-bar:before {
    content: "\e87f";
  }


  .custom-menu-primary .hs-menu-wrapper {
    width:100vw;
    font-size: 13px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-x:hidden;
    overflow-y: auto;
    position: absolute;
    z-index: 9997;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    box-shadow: 10px 0px 10px -58px rgba(0,0,0,0.5);
    background-color: #ffffff;
    margin-top: 20px;
    left: 0;
    top: 100%;
  }

  .custom-menu-primary {
    width: 100vw;
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    order:3;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: calc(100vh - 85px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    font-family: "Raleway", Sans-serif;
    padding:12px 20px;
    color:#000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul li.child-open>a,
  .custom-menu-primary .hs-menu-wrapper>ul li.active>a{
    background-color: rgba(122,122,122,0.1);
    color: #54595f;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #ffffff;
    display: 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.
*********************************************************************************
****************************************************************************** */

.custom-header-height {
  height:87px;
}

.progress-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1000000;
}

.custom-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index:99;
}

.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-logo {
  width: 16.666%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.custom-logo .widget-type-logo {
  width: 100%;
  text-align: center;
  position: relative;
}

.custom-logo .hs_cos_wrapper_type_logo,
.custom-logo a {
  display: inline-block;
}

.custom-logo img {
  width: 165px !important;
  vertical-align: middle;
  display: inline-block;
}

.custom-header-contact {
  width: 16.666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.custom-header-contact .contact_col {
  position: relative;
  width: 100%;
  text-align: center;
}

.custom-header-contact .contact_col:not(:last-of-type) {
  margin-bottom: 20px;
}

.custom-header-contact .custom-header-number {
  text-align: center;
}

.custom-header-contact .custom-header-number .contact-inner-container {
  margin: 11px 5px -3px 5px;
}

.custom-header-number h2 {
  margin: 0;
  line-height: 1;
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.custom-header-number h2 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.custom-header-button .contact-inner-container {
  padding: 0px 0px 12px;
}

.header-button-wrapper a {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  padding: 9px 19px;
  font-family: "Raleway", Sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #faa71d;
  border: 1px solid #faa71d;
}

.header-button-wrapper a:hover {
  color: #faa71d;
  background-color: #ffffff;
  border-color: #faa71d;
}

.lp   .custom-header {
  padding: 20px 20px 20px 20px;
}

.lp .custom-header-contact .custom-header-number .contact-inner-container {
  margin: 0;
}

.lp .header__container {
  justify-content: space-between;
}


@media (max-width:1024px) {
  .custom-header {
    padding: 20px 20px 20px 20px;
  }

  .custom-logo,
  .custom-header-contact {
    width: 20%;
  }
}


@media (max-width:767px) {

  .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .custom-header-contact {
    order: 2;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .custom-logo, .custom-header-contact {
    width: 50%;
  }

  .custom-logo .widget-type-logo {
    text-align: left;
  }

  .custom-header-contact .custom-header-number:nth-of-type(n) {
    text-align:right;
    margin:0;
  }

  .custom-header-contact .custom-header-number .contact-inner-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }



}

@media (max-width:400px) {
  .custom-header-contact .custom-header-number .contact-inner-container {
    margin:0;
  }

  .custom-header-number h2 {
    font-size:12px;
  }

  .custom-logo img {
    width: 115px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  font-size: 14px;
}

.footer__copyright {
  padding: 10px;
  text-align:center;
}

.footer__copyright p>span {
  font-family: Cabin;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  white-space: pre-wrap;
  font-weight: 300;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
}

.custom-footer-top {
  padding: 60px 0px;
  position:relative;
}

.custom-footer-top .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_col {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_col_inner {
  padding: 10px;
  width:100%;
}

.custom-footer-menu .hs-menu-wrapper>ul {
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-footer-menu .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
}

.custom-footer-social .social-icons-wrapper {
  padding-top: 70px;
  text-align: center;
  font-size: 0;
}

.custom-footer-social .social-icons-wrapper .social-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  cursor: pointer;
  font-size: 32px;
}

.custom-footer-social .social-icons-wrapper .social-icon:hover{
  opacity: .9;
}

.custom-footer-social .social-icons-wrapper .social-icon:not(:last-of-type) {
  margin-right: 24px;
}

.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.social-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: inherit;
}

.social-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-footer-contact .icon-list-items {
  margin: 0;
  padding: 13px 0px 0px;
  list-style: none;
}

.custom-footer-contact .icon-list-items .icon-list-item,
.custom-footer-contact .icon-list-items .icon-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-footer-contact .icon-list-items .icon-list-item {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.custom-footer-contact .icon-list-items .icon-list-item:not(:last-of-type) {
  padding-bottom: calc(21px/2);
}

.custom-footer-contact .icon-list-items .icon-list-item a {
  width: 100%;
}

.custom-footer-contact .icon-list-items .icon-list-item:not(:first-of-type){
  margin-top: calc(21px/2);
}

.custom-footer-contact .icon-list-items .icon-list-item .icon-list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.custom-footer-contact .icon-list-items .icon-list-item .icon-list-text {
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  padding-left: 12px;
}

.custom-footer-contact .icon-list-items .icon-list-item .icon-list-icon i {
  width: 1.25em;
  font-size: 25px;
}

#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#scroll-top:hover {
  background-color: rgba(0,0,0,0.8);
}

#scroll-top>span {
  line-height: inherit;
  vertical-align: top;
}

@media (max-width:1024px) {

  .custom-footer-bottom {
    padding:0 20px;
  }

  .custom-footer-menu .hs_cos_wrapper_type_menu {
    display: block;
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    background-color: #fff;
    font-size: 13px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }

  .f-mobile-open .custom-footer-menu .hs_cos_wrapper_type_menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .custom-footer-top {
    padding: 50px 20px;
  }

  .custom-footer-contact.footer_col {
    width: 100%;
  }

  .f-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    margin-right: auto;
    color: #ffffff;
  }

  .custom-footer-menu .f_col_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-footer-social .social-icons-wrapper .social-icon {
    font-size: 30px;
  }

  .custom-footer-menu.footer_col {
    width: 33%;
  }

  .f-mobile-open .f-menu-toggle .eicon-menu-bar:before {
    content: "\e87f";
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    padding: 10px 20px;
    line-height: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #55595c;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a:hover,
  .custom-footer-menu .hs-menu-wrapper>ul>li.active>a {
    color: #ffffff;
    background-color: #55595c;
  }

  .custom-footer-contact .f_col_inner {
    margin:0 0 40px;
  }

}

@media (max-width:1024px) and (min-width:768px) {

  .custom-footer-contact .icon-list-items {
    display:none !important;
  }
}

@media (min-width:768px) {
  .footer_col {
    width:33.3333%;
  }
}

@media (max-width:767px) {
  .custom-footer-contact .f_col_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .custom-footer-contact .icon-list-items .icon-list-item {
    font-size: 10px;
  }

  .custom-footer-contact .icon-list-items .icon-list-item:not(:first-of-type) {
    margin-top: calc(9px/2);
  }

  .custom-footer-contact .icon-list-items .icon-list-item:not(:last-of-type) {
    padding-bottom: calc(9px/2);
  }

  .custom-footer-contact .icon-list-items .icon-list-item .icon-list-icon i {
    font-size: 20px;
  }

  .custom-footer-menu.footer_col,
  .footer_col {
    width: 100%;
  }

  .custom-footer-top {
    padding: 40px 15px;
  }

  .custom-footer-social .social-icons-wrapper .social-icon {
    font-size: 31px;
  }

  .f-menu-toggle {
    margin:0 auto;
  }

}

@media (max-width:480px) {
  #scroll-top {
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-comments {
  padding-top:50px;
  max-width: 100%;
  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;
}

.hs-blog-listing .body-container-wrapper>.page-center,
.hs-blog-post .body-container-wrapper>.page-center{
  width: 1200px;
  max-width: 90%;
  padding: 50px 20px;
}

.blog-content {
  float: left;
  position: relative;
  width: 72%;
  padding-right: 30px;
  border-right: 1px solid #f1f1f1;
}

.post-item {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family:sans-serif;
}

.post-item .blog-entry-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.post-item .blog-entry-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 55%;
  padding: 6px 0;
  padding-right: 3em;
}

.post-item.no-image .blog-entry-content {
  padding-right:0;
  width:100%;
}

.post-item .blog-entry-category {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Open Sans",sans-serif;
}

.post-item .blog-entry-category a {
  color: #13aff0;
}

.post-item .blog-entry-category a:hover {
  color: #333;
}

.post-item .blog-entry-header {
  margin-bottom: 20px;
}

.post-item .blog-entry-header .entry-title {
  font-size: 24px;
  margin: 0;
  font-family: sans-serif;
}

.blog-entry-header .entry-title a {
  font-weight: 600;
  letter-spacing: 0.6px;
}

.post-item .blog-entry-summary {
  margin-bottom: 15px;
}

.post-item .blog-entry-bottom {
  display: block;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: sans-serif;
}

.post-item .blog-entry-comments,
.post-item .blog-entry-comments a,
.post-item .blog-entry-date {
  color: #ababab;
}

.post-item .blog-entry-comments a:hover {
  color: #333;
}

.post-item .blog-entry-comments {
  float: left;
}

.post-item .blog-entry-date {
  float: right;
}

.post-item .blog-entry-comments i {
  padding-right: 6px;
}

.icon-bubble:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e07d";
}

.post-item .thumbnail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 45%;
  -webkit-justify-content: center;
  justify-content: center;
}

.post-item .thumbnail a {
  display: inline-block;
  position: relative;
  width: 100%;
  position: relative;
  padding-bottom:60%;
}

.post-item .thumbnail img {
  width: 100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  object-fit:cover;
}

.post-item .thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item .thumbnail:hover .overlay {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

ul.page-numbers {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  text-align: right;
  clear: both;
}

ul.page-numbers li {
  display: inline-block;
}

.page-numbers a {
  position: relative;
  display: inline-block;
  min-width: 38px;
  min-width: 38px;
  line-height: 38px;
  margin: 0 8px 0 0;
  text-align: center;
  color: #555;
  border: 1px solid #e9e9e9;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.page-numbers a:hover,
.page-numbers.active,
.page-numbers.active:hover {
  background-color: #f8f8f8;
  color: #333;
}

.page-numbers.active {
  pointer-events:none;
}

.blog-sidebar {
  float: right;
  padding-left: 30px;
}

.post-item .blog-entry-summary p:last-child {
  margin-bottom: 0;
}

.single-post-title {
  font-size: 34px;
  padding: 0 0 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #f1f1f1;
  letter-spacing: 0.6px;
}

ul.meta {
  display: inline-block;
  width: 100%;
  color: #777;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

ul.meta li {
  float: left;
  line-height: 1.3;
}

.screen-reader-text {
  clip-path: inset(50%);
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

ul.meta li i {
  display: inline-block;
  color: #929292;
  padding-right: 5px;
}

ul.meta li a {
  color: #777;
}

ul.meta li a:hover {
  color: #13aff0;
}

ul.meta li:not(:last-of-type):after {
  content: '-';
  padding: 0 6px;
}

.blog-post .entry-content {
  margin-bottom: 20px;
}

.blog-post .post-tags {
  font-size: 11px;
  font-weight: 600;
  margin: 30px 0 0;
  text-transform: uppercase;
}

.post-navigation {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}

.post-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align: left;
  border-right: 1px solid #f1f1f1;
  padding-right: 20px;
}

.post-navigation .nav-links a {
  display: block;
}

.post-navigation .nav-links .title {
  display: block;
  color: #13aff0;
  line-height: 20px;
}

.post-navigation .nav-links i {
  font-size: 20px;
  line-height: 20px;
}

.post-navigation .nav-previous i {
  float: left;
  margin-right: 20px;
}

.post-navigation .nav-links .post-title {
  display: block;
  font-size: 16px;
  margin: 5px 0 0;
}

.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 20px;
}

.post-navigation .nav-next i {
  float: right;
  margin-left: 20px;
}

.comment-date {
  display:block !important;
}

.hs-blog-listing .page-header {
  position: relative;
  background-color: #f5f5f5;
  padding: 34px 0;
}

.hs-blog-listing .page-center.page-header-inner {
  position: relative;
  padding: 0 20px;
  max-width:1200px;
  width:90%;
}

.page-header-title {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  color: #333;
}

.page-subheading {
  font-size: 15px;
  margin: 0;
}

.site-breadcrumbs {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 50%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  font-size: 13px;
  color: #c6c6c6;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
}

.site-breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-breadcrumbs ol li {
  display: inline-block;
}

.site-breadcrumbs .icon-home.has-text,
.site-breadcrumbs .breadcrumb-home.has-icon {
  display: none;
}

@media (max-width:959px) {
  .blog-content {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    border: 0;
    padding: 0;
  }

  .blog-sidebar {
    width: 100%;
    padding: 0;
  }

  .site-breadcrumbs {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    margin-top: 0;
  }
}

@media (max-width:767px) {
  .blog-content {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    border: 0;
    padding: 0;
  }

  .blog-sidebar {
    width: 100%;
    padding: 0;
  }

  .post-item .blog-entry-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .post-item .blog-entry-content {
    width: 100%;
    margin-top: 15px;
    order:2;
    padding: 0;
  }

  .post-item .thumbnail {
    width: 100%;
  }

  .post-item .thumbnail a {
    padding-bottom: 50%;
  }

  .post-item .blog-entry-summary {
    margin-bottom: 15px;
  }
}

@media (max-width:480px) {
  .single-post-title {
    font-size: 26px;
  }

  ul.meta {
    margin-bottom: 12px;
  }

  ul.meta li {
    margin-bottom: 8px;
  }

  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    float: none;
    width: 100%;
    padding: 0;
  }

  .post-navigation .nav-links .nav-previous {
    border-right-width: 0;
    border-left-width: 0;
  }

  .hs-recaptcha {
    overflow:auto !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}

.error-page * {
  position:relative;
  z-index:1;
}

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

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  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: "Raleway", Sans-serif;
  font-size: 1.25rem;
  color: #929292;
  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: #929292;
}

@media (max-width:767px) {
  .systems-page .success {
    min-width:auto;
  }
}