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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:15px;
    padding-right:15px;
}

@media(max-width:1230px){
  main.body-container-wrapper .dnd-section>.row-fluid {
    width: 90%;
}
}

@media(max-width:959px){
  main.body-container-wrapper .dnd-section>.row-fluid {
    max-width: 90% !important;
}
}

@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.
*********************************************************************************
****************************************************************************** */

::selection {
    color: #ffffff;
    background: #ffe858;
}

html {
  font-size: 24px;
}

body {
  font-family: Work Sans;
  font-size: 18px;
  color: #343434;
  line-height: 1.3;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Work Sans;
}

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

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

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

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

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

h4 {
  font-family: Work Sans;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  
}

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

body blockquote {
    border-left: 0px solid #f8fafc !important;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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


@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
  
  h1{
    font-size: 36px !important;
  }
  
  h2{
    font-size: 36px !important;
  }
  
  h3{
    font-size: 28px !important;
    line-height: 32px;
  }
  
  h4{
    font-size: 36px !important;
  }
  
}

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

form {
  max-width: 100%;
  font-family: Work Sans;
}

.hs-button {
    text-decoration: none !important;
    box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    transition: all .5s ease;
    display: inline-block;
    z-index: 2;
    vertical-align: top;
    -webkit-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: "Work Sans";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-style:solid;
}

body .form-input-error {
    border: 1px solid #b00020!important;
    margin-bottom: 0px!important;
}



.form-input-validation-message-error label {
    margin-bottom: 16px;
    text-align: left;
    padding-bottom: 2px;
    color: #b00020 !important;
    font-size: 14px;
    left: 0;
    padding-left: 15px;
    font-weight: 400;
}

.form-input-validation-message {
    margin-bottom: 16px;
    text-align: left;
    padding-bottom: 2px;
    color: #b00020 !important;
    font-size: 14px;
    left: 0;
    padding-left: 15px;
    font-weight: 400;
}

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

  color: #fff;
}

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


.hs-form label {
    font-size: 18px;
    display: block;
    float: none;
    width: auto;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    padding-top: 0;
    margin-bottom: 0px;
}

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

form input:focus, form select:focus, form textarea:focus, .hs-input:focus {
    box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
    outline: none!important;
}

.hs-input {
    display: block;
    width: 100%;
    height: auto;
    min-height: 42px;
    max-width: 700px;
    font-weight: normal;
    border: 1px solid #d1d6dc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px !important;
    color: #343434;
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 30px;
    padding: 12px 15px;
    transition: border-color .5s ease, box-shadow .5s ease;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 12px 0px;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 18px;
  color: #343434;
}
.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: Work Sans;
}

@media(max-width:767px){
  .hs-input {
    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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  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.
*********************************************************************************
****************************************************************************** */

.landing .header_logo_main a {
    margin: 19px 0px;
}

.main-header-wrap-body.landing {
    min-height: 120px;
}

.sticky .landing .header_logo_main a {
    margin: 13px 0px;
}

footer.grve-border.grve-bookmark.footer.landig-ftr {
    padding-top: 0px;
}


@media(max-width:767px){
  .landing .header_logo_main a {
    margin: 12px 0px;
}
  
.main-header-wrap-body.landing {
    min-height: 89px;
}
  
.sticky .landing .header_logo_main a {
    margin: 12px 0px;
}
  
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}


.simple-banner {
    width: 100%;
    text-align: center;
    z-index: 99999;
    position: relative;
    display: block;
}

.simple-banner .simple-banner-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px;
}

.simple-banner .simple-banner-text a {
    text-decoration: none;
}


.grve-sticky-topbar.grve-top-bar {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
}

.grve-sticky-topbar.grve-top-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 26px !important;
    padding-left: 10px;
}

.grve-top-bar .grve-wrapper-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grve-top-bar .grve-wrapper-row .grve-left-side {
    text-align: left;
    width: 50%;
}

.grve-top-bar .grve-wrapper-row .grve-right-side {
    text-align: right;
    width: 50%;
}

.grve-top-bar .grve-wrapper-row ul>li>a {
    font-size: 14px;
    text-decoration: none;
    font-weight:400;
    line-height: 16.8px;
    display: block;
}

.grve-top-bar .grve-wrapper-row .grve-right-side ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.grve-sticky-topbar.grve-top-bar ul>li>a>i {
    margin-right: 5px;
    width: 14px;
    text-align: center;
}

.grve-top-bar .grve-wrapper-row .grve-right-side ul>li:not(:last-child) {
    margin-right: 19px;
    padding: 7px 0;
}

.grve-top-bar .grve-wrapper-row .grve-left-side .menu-top-left-menu-location {
    height: 21px;
}

.grve-wrapper-menu-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header.grve-header-bottom {
    height: 120px;
    border-bottom: 1px solid transparent;
}

.header_logo_main a {
    display: block;
    line-height: 0;
}

.header_logo_main img {
    max-width: 145px;
}

.sticky .main-header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}

.sticky .grve-header-bottom {
    height: 90px;
    box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
}

.sticky .header_logo_main img {
    max-width: 114px;
}

.main-header-wrap-body {
    min-height: 160px;
}

.sticky .main-header-wrap-body {
    min-height: 130px;
}

/* Tablet Styles */

@media(max-width:1230px){
  .header__container {
    width: 90%;
}
}

@media(max-width:1050px){
  .sticky .main-header-wrap-body {
    min-height: 111px;
}
}

@media(max-width:959px){
  nav.navigation-primary {
    margin-right: -4.5px;
}
  
.header__container {
    max-width: 90% !important;
}
  
}

@media(max-width:767px){
  .simple-banner .simple-banner-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
  
.grve-top-bar .grve-wrapper-row .grve-left-side {
    display: none;
}
  
.grve-top-bar .grve-wrapper-row .grve-right-side {
    text-align: -webkit-center;
    width: 100%;
}
  
.grve-top-bar .grve-wrapper-row .grve-right-side ul {
    justify-content: center;
    padding-left: 0px;
}
  
.grve-logo.grve-position-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
header.grve-header-bottom {
    height: 90px;
    border-bottom: 0px solid transparent;
}
  
.header_logo_main img {
    max-width: 116px;
    height: 67px;
}
  
.sticky .header_logo_main img {
    max-width: 116px;
}
  
nav.navigation-primary {
    margin-right: 0;
    width: 50%;
    min-width: 270px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
  
.custom-menu-primary {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #343434;
    width: 100%;
    left: 0;
    right: -30px;
    bottom: 0;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  
.custom-menu-primary .main-nav-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 17px;
    padding-bottom: 90px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
  
.open-menu .custom-menu-primary {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition-delay: 0.4s;
}
  
body.open-menu {
    overflow-y: hidden;
}
  
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9999;
    background-color: rgba(52,52,52,0.95);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.open-menu .mobile-overlay {
    visibility: visible;
    opacity: 1;
    z-index:0;
}
  
.main-header-wrap-body {
    min-height: 130px;
}
  
}

@media(max-width:511px){
  .sticky .main-header-wrap-body {
    min-height: 100px;
}
}

@media(max-width:341px){
  .sticky .main-header-wrap-body {
    min-height: 80px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Work Sans;
}

.grve-border.grve-bookmark.footer {
    padding-top: 60px;
}

.grve-footer-bar .grve-bar-content.grve-right-side {
    bottom: 0;
    box-shadow: 0 -4px 8px -4px rgba(0,0,0,.3);
    left: 0;
    margin: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    text-align: center;
}

.grve-border.grve-bookmark.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.grve-footer-bar .grve-bar-content.grve-right-side ul {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.grve-footer-bar .grve-bar-content.grve-right-side ul>li {
    margin: 0 10px;
    display: inline-block;
}

.grve-footer-bar .grve-bar-content.grve-right-side ul>li>a {
    line-height: 30px;
    text-decoration: none;
}

.grve-footer-bar .grve-bar-content.grve-right-side ul>li:first-child>a {
    text-decoration: underline;
}

.footer .menu-link-select-dropdown .hs-submit {
    display: none;
}

.ftr-grve-widget-title {
    margin-bottom: 14px;
    font-family: "Work Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0px;
}

.footer .grve-row.grve-columns-gap-30 ul li {
    line-height: 29px;
}

.footer .grve-row.grve-columns-gap-30 ul li a {
    font-size: 16px;
    font-weight:400;
}

.grve-widget-area .grve-row.grve-columns-gap-30 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.grve-widget-area .grve-row.grve-columns-gap-30 .grve-column {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
}

.social-icon ul>li {
    display: inline-block;
    position: relative;
    margin: 5px 12.2px;
    line-height: 35px !important;
}

.social-icon ul>li:first-child {
    margin-left: 0;
}

.social-icon ul>li>a i {
    font-size: 24px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    padding: 3px;
}

.social-icon ul>li>a {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}

.wantto-grve-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .menu-link-select-dropdown form label {
    display: none;
}

.wantto-grve-wrapper p {
    color: #fff;
}

.grve-footer-bar.grve-padding-top-1x.grve-padding-bottom-1x.grve-fullwidth {
    padding-left: 30px;
    padding-right: 30px;
}

.grve-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.grve-copyright p {
    margin-bottom: 0;
}

.footer .grve-widget-area {
    padding-bottom: 30px;
    padding-top: 30px;
}

.grve-footer-wrapper {
    margin-bottom: 60px;
}

#nav_menu-4.grve-widget.widget.widget_nav_menu {
    margin-bottom: 61.536px;
}

.footer .menu-link-select-dropdown select {
    color: #343434;
    font-size: 18px;
    font-family: Work sans;
    font-weight: 400;
    width: 100%;
    padding: 14px 30px 14px 15px;
    text-align: left;
    text-transform: capitalize;
    line-height: 20px !important;
    height: 50px;
    -webkit-border-radius: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
    margin-top: 0;
    margin-bottom: 0;
    transition: all .5s ease;
     appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
}

.wantto-grve-wrapper p {
    font-size: 28px;
    line-height: 50px;
    margin: 0 15px 0 0;
    margin-bottom: 0;
    font-weight: 300;
}

.menu-link-select-dropdown {
    width: 270px;
    position:relative;
}

.open-drop .menu-link-select-dropdown ul {
    display: block;
}

.menu-link-select-dropdown button:hover {
    color: #64a5fb;
}

.menu-link-select-dropdown ul>li {
    line-height: 30px !important;
}

.footer .menu-link-select-dropdown .hs_want_to_.hs-want_to_.hs-fieldtype-select {
    margin-bottom: 0;
}

.open-drop .menu-link-select-dropdown button {
    color: #64a5fb;
}

.footer .grve-bookmark {
    padding-bottom: 30px;
}

.footer .menu-link-select-dropdown .input {
    position: relative;
}

.footer .menu-link-select-dropdown .input:after {
    color: #64a5fb;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 14px;
    -webkit-font-smoothing: antialiased;
}

.grve-back-top {
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: -60px;
    right: 20px;
    text-align: center;
    z-index: 900;
    background-color: #64a5fb;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}

.grve-back-top .grve-back-top-icon {
    color: #ffffff;
}

.grve-back-top i {
    font-size: 16px;
    line-height: 30px;
}

.grve-icon-nav-up-small:before {
    content: "\e91c";
}

.grve-back-top.show {
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
}

.grve-back-top.show {
    box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
    -webkit-transform: translate(0, -75px)!important;
    -moz-transform: translate(0, -75px)!important;
    -ms-transform: translate(0, -75px)!important;
    -o-transform: translate(0, -75px)!important;
    transform: translate(0, -75px)!important;
}

.grve-copyright p {
    font-weight: 400;
}

.footer .menu-link-select-dropdown select:hover {
    color: #64A5FB;
    cursor:pointer;
}

.menu-link-select-dropdown button {
  color: #343434;
  font-size: 18px;
  font-family: Work sans;
  font-weight: 400;
  width: 100%;
  padding: 14px 30px 14px 15px;
  text-align: left;
  text-transform: capitalize;
  line-height: 20px !important;
  height: 50px;
  -webkit-border-radius: 3px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
  margin-top: 0;
  margin-bottom: 0;
  transition: all .5s ease;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  outline:none;
}

.menu-link-select-dropdown button:after {
    color: #64a5fb;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 14px;
    -webkit-font-smoothing: antialiased;
}

.menu-link-select-dropdown ul>li>a {
    font-size: 18px !important;
    color: #64a5fb !important;
}

.menu-link-select-dropdown ul {
    background-color: #fff;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
    display: none;
    font-weight: 400;
    list-style: none;
    margin: -2px 0 0 !important;
    padding: 0 15px 10px !important;
    position: absolute;
    text-align: left;
    width: 270px;
    z-index: 10;
    transition: all .3s ease-in-out;
}

.drop-overlap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display:none;  
}

.open-drop .drop-overlap{
  display:block;
}

@media(max-width:1230px){
  .footer__container {
    width: 90%;
}
}

@media(max-width:1200px){
  .grve-widget-area .grve-row.grve-columns-gap-30 .grve-column {
    margin-top: 30px;
    margin-bottom: 30px;
}
  
.footer .grve-widget-area {
    padding-bottom: 18px;
}
  
.grve-copyright {
    padding-top: 18px;
    padding-bottom: 18px;
}
  
.footer .grve-bookmark {
    padding-bottom: 18px;
}
  
}

@media(max-width:1024px){
  .social-icon ul>li {
    margin: 5px 12.1px;
}
}

@media(max-width:992px){
  .grve-widget-area .grve-row.grve-columns-gap-30 .grve-column {
    margin-top: 29px;
    margin-bottom: 30px;
}
}

@media(max-width:959px){
  .footer__container {
    width: 90% !important;
}
  
}

@media(max-width:768px){
  .grve-widget-area .grve-row.grve-columns-gap-30 .grve-column {
    margin-top: 30px;
    margin-bottom: 30px;
}
  
.social-icon ul>li {
    margin: 5px 12.3px;
}
  
.grve-border.grve-bookmark.footer {
    padding-top: 36px;
}
  
}

@media(max-width:767px){
  .grve-widget-area .grve-row.grve-columns-gap-30 {
    flex-direction: column;
}
  
.grve-widget-area .grve-row.grve-columns-gap-30 .grve-column {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
  
.menu-community-menu-container {
    margin-bottom: 48px;
}
  
.menu-company-menu-container {
    margin-bottom: 48px;
}
  
.social-icon ul>li {
    margin: 5px 12.1px;
}
  
.wantto-grve-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
  
}

@media(max-width:360px){
  .grve-footer-bar.grve-padding-top-1x.grve-padding-bottom-1x.grve-fullwidth {
    padding-left: 0px;
    padding-right: 0px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 0px;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding-top:0px;
  padding-bottom:0px;

}

.blog-bcontent-main {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: 1200px;
}

.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-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@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 (max-width: 1200px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2) !important;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  margin: 0;
  margin-bottom: 18px;
  font-family: "Work Sans";
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -.5px;

}
.blog-index__post-content p {
  font-family: Work Sans;
}
.blog-index__post-content a {
  color: #343434 !important;
  text-decoration: none !important;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Work Sans;
  margin-bottom: 0;
  margin-top:40px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #343434;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 1px solid #64a5fb;
  box-shadow: 0 6px 10px -2px rgba(0,0,0,.3);
  background-color: #64a5fb;
  color: #fff !important;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
  display:none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #343434;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 1px solid #64a5fb;
  box-shadow: 0 6px 10px -2px rgba(0,0,0,.3);
  background-color: #64a5fb;
  color: #fff;
}

a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled {
  border: 0px;
  display: none;
}

a.blog-pagination__link.blog-pagination__next-link {
  border: 0px;
}

.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: #343434;
}
.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: #343434;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  background: #fff;
  background-color: #e7e7e7;
  border-radius: 9px;
  box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
  transition: background-color .5s ease, border-color .5s ease, box-shadow .5s ease;
}

.blog-index__post-inner-card:hover {
  background-color: #f7f7f7;
  box-shadow: 0 6px 10px -2px rgba(0,0,0,.3);
}

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

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

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

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

.blog-index__post-content--small h2 {
  margin-bottom: 18px;
  font-family: "Work Sans";
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: -.5px;
}

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

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

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

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

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

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



/*             Blog Grid Listing with Sidebar            */

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

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

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

@media(max-width:768px){
  .container-fluid.post-page {
    padding-bottom: 54px;
    padding-top: 54px !important;
  }

  .blog-index.sidebar.span9 {
    padding-bottom: 54px;
  }

}

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

.blog-sidebar h3 {
  margin-bottom: 14px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0px;
}


.blog-sidebar ul li {
  margin-bottom:18px;
}

.blog-sidebar .widget-module>ul>li>a span.filter-link-count {
  color: #9e9e9e;
}

.blog-sidebar .widget-module>ul>li {
  line-height: 30px;
}

.blog-sidebar .widget-module>ul>li>a {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: color .5s ease, text-decoration .5s ease;
}

.blog-sidebar ul li span.news-time.post-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #9e9e9e;
}

.blog-sidebar ul li.news-content.post-format-standard>a {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Work Sans';
  line-height: 22px;
  display: block;
  transition: color .5s ease, text-decoration .5s ease;
}

.blog-sidebar .mrgn {
  margin-bottom: 61.536px;
}

.blog-sidebar ul li span.news-time.post-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #9e9e9e;
}

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

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


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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

.custom-post-pagination {
  border-top: 1px solid;
  border-color: #d7d7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-post-pagination a {
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  font-size: 18px;
  width: 50%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #343434;
  text-transform: capitalize;
  font-family: "Work Sans";
  font-weight: 700;
  font-style: normal;
  line-height: 25.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-post-pagination .previous-posts-link {
  border-right: 1px solid;
  border-color: #d7d7d7;
}

.custom-post-pagination a h6.grve-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0px 15px;
}

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

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

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: 0px;
  min-height: auto;
  background-size: cover;
  border-radius: 0px;
  margin-top: 0px;
  background-position: center center;
  margin-bottom:60px;
}

.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

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

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

.grve-icon-nav-left:before {
  content: "\e901";
}

.grve-icon-nav-right:before {
  content: "\e903";
}

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

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

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

.custom-post-pagination .previous-posts-link span.grve-arrow.grve-icon-nav-left {
  vertical-align: middle;
  color: #64a5fb;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.custom-post-pagination .previous-posts-link:hover span.grve-arrow.grve-icon-nav-left {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.custom-post-pagination .next-posts-link span.grve-arrow.grve-icon-nav-right {
  vertical-align: middle;
  color: #64a5fb;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.custom-post-pagination .next-posts-link:hover span.grve-arrow.grve-icon-nav-right {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

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


#searchd form {
  position: relative;
  display: block;
  max-width: 430px;
  margin: 0 auto;
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.blog-index__post ul.grve-post-meta {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
  list-style: none;
  line-height: 14px;
  font-size: 12px;
}

.blog-index__post ul.grve-post-meta>li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.5px;
  vertical-align: middle;
  text-transform: capitalize;
  line-height: 1;
}

.blog-pagination a {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  margin-bottom: 8px;
  text-align: center;
  padding: 0;
  border: 1px solid #64a5fb;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #64a5fb;
  font-weight: 400;
  transition: all .5s ease;
}

.blog-pagination a:not(:last-child) {
  margin-bottom: 12px;
}

.blog-pagination a i {
  font-size: 18px;
  line-height: inherit;
}

.blog-pagination {
  clear: both;
  display: block;
  width: 100%;
}

.container-fluid.post-page {
  padding-top: 90px;
  padding-bottom: 90px;
}


.post-page .blog-sidebar .hs-search-field__bar .hs-search-field__input {
  border-radius: 3px;
  box-shadow: none;
  color: #343434!important;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 15px;
  border: 1px solid #d7d7d7;
  transition: border-color .5s ease, box-shadow .5s ease;
  width: 100%;
  height: 50px;
  padding-right: 50px;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}

.post-page .blog-sidebar .hs-search-field__bar .hs-search-field__input input[type="text"].grve-search-textfield {
  margin: 0;
}

.post-page .blog-sidebar button {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  position: absolute;
  border: none;
  top: 4px;
  right: 6px;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  outline: 0;
  margin-top: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffe858;
}

.post-page .blog-sidebar button:before {
  content: "\e905";
  font-family: 'movedo-icons';
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  line-height: inherit;
  -moz-osx-font-smoothing: grayscale;
}

.post-page .blog-sidebar .hs-search-field__bar .hs-search-field__input::placeholder {
  color: #d7d7d7;
}

.post-page .blog-sidebar button svg {
  display: none;
}

.blog-post h5.blog-post__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}

.blog-post h5.blog-post__title span {
  display: block;
}

.post-page .blog-sidebar button:hover {
  background-color: #64a5fb;
  color: #ffffff;
}

.blog-post__body p {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: 'Work Sans';
  color: #343434;
  line-height: 26px;
}

.hs-search-field--open .hs-search-field__suggestions {
  margin-top: 10px;
}
.hs-search-field__suggestions li {
  margin: 10px 10px  !important;
}

.custom-post-pagination.full-width a {
  width: 100%;
}

@media only screen and (max-width: 1400px) and (min-width: 1201px){
  .container-fluid.post-page {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media(max-width:1230px){
  .content-wrapper {
    width:90%;
  }

  .container-fluid.post-page {
    padding-bottom: 54px;
  }

}
@media only screen and (max-width: 1200px){
  .custom-post-pagination a h6.grve-title{
    display:none;
  }

  .container-fluid.post-page {
    padding-top: 72px;
  }

}
@media(max-width:1023px){
  .blog-index.sidebar.span9 {
    padding-bottom: 72px;
  }
}
@media(max-width:768px){
  .blog-bcontent-main {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media(max-width:767px){
  .blog-index__post {
    flex: 0 0 calc(100%/1) !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:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Work Sans;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Work Sans;
  font-size: 1.25rem;
  color: #343434;
  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: #343434;
}

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

p.header {
    background-color: transparent;
}

input#hs-pwd-widget-password {
    display: block;
    width: 100%;
    height: auto;
    min-height: 42px;
    max-width: 700px;
    font-weight: normal;
    border: 1px solid #d1d6dc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px !important;
    color: #343434;
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 30px;
    padding: 12px 15px;
    transition: border-color .5s ease,box-shadow .5s ease;
}

input#hs-pwd-widget-password:focus {
    border-color: rgba(100,165,251,1.0);
}

ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}

body .hs-error-msgs label {
    margin-top: 0;
    color: #b00020 !important;
    font-weight: 400;
}

input#hs-login-widget-remember {
    display: inline-block;
    vertical-align: middle;
}


@media(max-width:767px){
  .systems-page .success {
  min-width: 100%;
}
  
input#hs-pwd-widget-password {
    max-width: 100%;
}
  
.systems-page .page-header h1 {
    font-size: 36px;
}
  
.systems-page .page-header h2 {
    font-size: 36px;
}
  
 .systems-page h1 {
    font-size: 36px;
}
  
.systems-page h4 {
    font-size: 36px;
}
  
}

@media(max-width:330px){
  .systems-page .hs-button {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
  
.systems-page .page-header h1 {
    font-size: 26px;
}
  
.systems-page .page-header h2 {
    font-size: 26px;
}
  
}