/* ******************************************************************************
*********************************************************************************
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: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
html {
  font-size: 24px;
}
body {
  font-weight: 400; 
  color: #494a52;
  line-height: 2;
  background-color: #ffffff;
}
::selection {
  background-color: #1789d5;
  color: #fff;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
 
::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
p { 
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, serif;
}
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 500;
  font-family: Montserrat, serif;
  color: #4a4a4a;
  word-break: break-word;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Open Sans, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub { 
  bottom: -0.25em;
}

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

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


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


}
/* ******************************************************************************
*********************************************************************************
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: Open Sans, sans-serif;
}

.hs-button {
  margin:15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative; 
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none !IMPORTANT;
  white-space: normal !IMPORTANT;
  width:auto;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  -khtml-transition: all .2s linear;
  font-family: 'Montserrat', Arial ;
  letter-spacing: 1px ;
  font-weight: bold ;
  font-size: 16px ;
  text-transform: uppercase;
  line-height: 22px;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container .hs_cos_wrapper_type_module .hs-search-field,
.body-container  span.hs_cos_wrapper_type_form, 
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-wrapper .section.post-footer form,
.systems-page form {
  background-color: rgba(#null, 0.0) ;
  display: block;
}

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-family: 'Montserrat', Arial ;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  line-height: normal;
  font-size: 15px ;
  letter-spacing: 0px ;
  font-weight: 400 ;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b; 
}
h3.form-title {
  font-size: 28px;
  font-weight: 500;
  text-shadow: none;
  letter-spacing: 0;
}
form input.hs-input, form select, form textarea, input.hs-search-field__input, input#hs-pwd-widget-password {
  display: block;
  font: inherit;
  max-width: 100%; 
  background-color: #fff;
  width: 100%;
  padding: 0 15px;
  min-height: 27px;
  color: #414141 ;
  background-color: #f8f8f8;
  text-align: left ;
  font-family: 'Montserrat', Arial ;
  letter-spacing: 0px ;
  font-weight: 400;
  font-size: 17px ;
  line-height: normal;
}
form {
  max-width: 700px;
} 
input[type=password], input[type=search] { 
  height:100% !important;
}
form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height: auto;
  display: inline-block;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  font-family: 'Montserrat', Arial ;
  letter-spacing: 1px ;
  font-weight: 300 ;
  font-size: 10px ;
  color: #e63636 ;
}
input[type=“search”]::-webkit-search-decoration,
input[type=“search”]::-webkit-search-cancel-button,
input[type=“search”]::-webkit-search-results-button,
input[type=“search”]::-webkit-search-results-decoration {
  display: none;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
form input:focus, form select:focus, form textarea:focus, .hs-input:focus {
  outline: 0px;
}

textarea.hs-input {
  height: auto;
}

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

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

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

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

/*.grecaptcha-badge {
  margin: 0 auto;
}*/

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

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

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

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
} 



@media (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 17px;
    height: 85px;
    padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-decoration: none;
    height: 75px;
    display: inline-block;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    overflow: hidden;
    padding: 0 16px;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 72px;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; 
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    height: 0px;
    visibility: hidden;
    border: 1px solid #E6E6E6;
    list-style: none;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover ul {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li { 
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a {
    text-decoration: none;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
    display: block;
    padding: 0 0 0 12px; 
    width: 270px;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7), 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10){
    display: none;
  } 
  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7),
  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) {
    display: none;
  }
  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a {
    font-weight: bold;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    line-height: 20px;
    display: block;
    width: 100%;
    clear: both;
    margin: 26px 0 0 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.DashundefinedCamera a:after {
    content: "New!";
    color: #fff; 
    display: inline;
    font-size: 10px; 
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background: #afafaf;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Fuel-TaxundefinedReporting a:after, .custom-menu-primary .hs-menu-wrapper>ul ul li.Time-Tracking a:after {
    content: "Add-On";
    color: #fff;
    display: inline;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background: #afafaf;
  }
/*   .custom-menu-primary .hs-menu-wrapper > ul > li.Benefits ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.AboutundefinedUs ul {
    right: 0;
    left: auto;
  } */ 
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after { 
    bottom: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px); 
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  } 

  /* Fixed header style here */
  .hide_top .custom-menu-primary .hs-menu-wrapper > ul {
    height: auto;
  }

  .hide_top header .row {
    height: 40px;
  }

  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li {
    height: 45px;
    display: block;
  }

  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    height: 40px;
    border-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
    margin: 10px 0 0 0;
  }

  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a {
    font-weight: bold;
  }

  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li.OrderundefinedNow > a {
    padding-right: 0px;
  } 

  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li.OrderundefinedNow > a span {
    vertical-align: middle;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    width: 100%;
    clear: both;
    line-height: 20px;
    padding: 6px;
    margin: 10px 0 0 0;
    margin-top: 4px;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    height: 0;
  }
  .hide_top .custom-menu-primary .hs-menu-wrapper > ul ul {
    top: 45px; 
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
  } 
  .hide_top .custom-menu-primary .hs-menu-wrapper>ul>li.OrderundefinedNow>a span {
    background: linear-gradient(to bottom, #ea9b25 0%,#eb7e20 100%);
    color: #fff;
    font-size: 14px;
  }
  .hide_top .custom-menu-primary .hs-menu-wrapper > ul > li.OrderundefinedNow:hover > a span {
    background-image: linear-gradient(to bottom, #edaa00, #e08600);
    color: #fff;
  }
  .hide_top .custom-menu-primary .hs-menu-wrapper>ul>li.Benefits ul,
  .hide_top .custom-menu-primary .hs-menu-wrapper>ul>li.AboutundefinedUs ul {
    right: auto;
    left: 0;
  }

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

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
 }

.header-contact h6,
.header-contact h6 a {
  font-family: 'Montserrat';
  font-size: 18px;
  display: inline-flex;
  color: black;
  margin: 0;
  line-height: 42px;
}

.header-contact h6 span {
  margin-left: 10px;
}

.header-contact span {
  display: flex;
  align-items: center;
  gap: 42px;
}

.header-cta a {
  background: transparent linear-gradient(102deg,#ff9e1a 0%,#ff761a 100%) 0% 0% no-repeat padding-box;
  background-color: #FF9E1A;
  color: white;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 13px;
  line-height: 42px;  
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0px 3px 26px #ff9e1a4f;
}

.header-cta a:hover {
  background: #ff9e1a;
  box-shadow: 0px 3px 26px #ff9e1a4f;
  transition: box-shaddow .2s ease-in;
  cursor: pointer;
  color: white;
}

.banner-section-landing form {
  background-color: #FF9E1A;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 46px;
  padding-top: 0;
  margin-bottom: 28px;
}

.banner-section-landing form label {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
  color: black;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-section-landing h3 {
  background-color: #FF9E1A!important;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: black!important;
  font-family: 'Montserrat';
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 46px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 26px;
  line-height: 35px!important;
  margin-top: 48px;
}

.banner-section-landing form select, 
.banner-section-landing form input {
  border: 1px solid #FF8000;
  border-radius: 8px;
  height: 43px;
}

.banner-section-landing form input[type=submit] {
  background-color: #0056B8;
  height: 53px;
  width: 100%;
}

.banner-section-landing h1 {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 25px;
}

.banner-section-landing .header-border {
  padding-left: 19px;
  position: relative;
  margin-top: 18px;
}

.banner-section-landing .header-border svg {
  position: absolute;
  right: -20px;
  bottom: 10px;
}

.banner-section-landing .header-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 81px;
  left: 0;
  background: #ff9e1a;
}

.header-container,
.header.header {
  height: 114px;
}
.header-container,
.header.header.header_height_fix {
  height: auto;
}
.fs_nonavheader header.header {
  height: auto;
}
.banner-section-landing .mobile-only {
  display: none;
}

.banner-section-landing ul.no-list.hs-error-msgs label {
  color:white!important;
  font-weight:bold!important;
}

@media screen and (max-width:1200px){
  #hs_cos_wrapper_widget_1600032232235_ h1  {
    font-size: 40px!important;
    line-height: 50px!important;
  }
  
  #hs_cos_wrapper_widget_1600443930619_ strong span {
    font-size:32px!important; 
  }
  
  #hs_cos_wrapper_widget_1600443930619_ svg {
    display:none!important;
  }
}

@media (max-width: 400px){
#hs_cos_wrapper_widget_1600032232235_ h1 {
    font-size: 38px !important;
    line-height: 50px !important;
}
  .banner-section-landing h3 {
    padding: 36px 24px!important;

}
   #hs_cos_wrapper_widget_1600032232235_ p[style="font-size: 20px;"] {
     display:none!important;
  }
  
  #hs_cos_wrapper_widget_1600032232235_ p:last-child {
    line-height:30px!important;
  }
  
  .banner-section-landing form {
    padding: 0 24px 24px 24px!important;
  }
  
  .banner-section-landing input[type="text"] {
    width:100%!important;
  }
}

@media (max-width: 991.98px) {
  .header_logo {
    padding-bottom: 0!important;
    width: auto!important;
  }
}

@media (max-width: 560px) {
  .header-contact {
    display: none;
  }
  .header-container, .header.header {
    height: 88px;
  }
    .header-container, .header.header.header_height_fix {
    height: auto;
  }
  .header-container {
    justify-content: center;
  }
  .banner-section-landing h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
  }
  .header__container,
  .header_logo {
    margin: 0!important;
    padding: 0!important;
  }
  .header_height_fix .header__container,
  .header_height_fix .header_logo {
    margin: 12px 0 0;
    padding: 0 15px 0 0;
  }
  .header_height_fix .row {
    height: 55px;
    margin-left: 10px;
  }
   .header_height {
    min-height: 55px !important;
  }
  .hide_top .header_height_fix .header_logo img {
    margin-top: 15px;
}
  .banner-section-landing .header-border {
    margin: 0;
    padding: 0;
  }
  .banner-section-landing .header-border:before,
  .banner-section-landing .header-border {
    display: none;
   }
  .hide_top .header_logo {
    display: block!important;
  }
  .banner-section-landing .mobile-only {
    display: block;
    color: white;
    font-size: 23px;
    margin-bottom: -40px;
  }
  
}

.header-container {
  padding-right: 15px;
}

.banner-section-landing .header-border h4 {
  line-height: 42px;
}

.banner-section-landing .font-light {
  font-weight: 100;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.header_top {
  text-align: right;
}

.header_top .top_inner {
  margin-top: 7px;
  line-height: normal;
}

.header_top .top_inner h6 {
  display: inline-block;
  line-height: 15px;
  font-size: 17px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  padding-top: 2px;
  color: #4b4b4b;
  font-family: inherit;
  margin: 0;
}

.header_top .top_inner p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.header_top .top_inner p span:last-child a {
  min-width: 117px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  border: 0;
  margin: 0 10px 10px 0;
  white-space: normal;
  float: left;
  display: inline-block;
  padding: 4px 10px;
  margin-right: 3px;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 1.8em;
  padding-left: 6px;
  text-transform: uppercase;
}

.header_top .top_inner p span:last-child a span {
  width: 23px;
  height: 16px; 
  display: inline-block;
  background-image: url(https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/raw_assets/public/Linxup_August2020/images/cart_small.png);
  margin-right: 5px ;
}

.header_top .top_inner p span a {
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  margin: 0 10px 10px 0;
  white-space: normal;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  float: left;
  display: inline-block;
  padding: 4px 10px;
  margin-right: 3px;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 1.8em;
  border: 1px solid;
}
header.header {
  clear: both;
  border-bottom: 0px;
  z-index: 100;
  position: relative;
}

header .row {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 85px;
}
header .row .hidden_md {
  display: none;
}

.header_logo {
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  margin: 12px 0 0 0;
  width: 66.66666666666666%;
  float: left;
}

.header_logo img {
  vertical-align: middle;
  width: auto !important;
  max-height: 50px;
}

header .row .menu-group {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 0;
}
header.header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  box-shadow: none;
  background: #3498DB;
  z-index: 1;
  border-bottom: #fff;
}
.mobile_trigger {
  background-color: #1789d5; 
  display: none;
}

.custom-menu-primary {
  float: right;
}
.header_height { 
  min-height: 86px;
}
.header_height.fs_nonavheader { 
  min-height: 0px;
}
.hide_top .header_height {
  padding-top: 40px;
}
.hide_top header.header:after {
  display:none;
}
.hide_top header.header {
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 2px #cccccc;
  -moz-box-shadow: 0 1px 2px #cccccc;
  box-shadow: 0 1px 2px #cccccc;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.98;
  max-height: 100%;
  width: 100%;
  position: fixed !important;
}
.hide_top .header_logo {
  margin: 6px 0 0 0;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}

.hide_top .header_logo img {
  height: 28px;
  vertical-align: top;
}
.header_top_wrapper {
  height: auto;
  position: relative;
  background-size: 100% 1000px;
  z-index: 1;
  background: url(https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/raw_assets/public/Linxup_August2020/images/bgtile.png);
  background-repeat: repeat-x;
  width: 100%;
}
.nonav_header .menu-group {
  visibility: hidden;
  opacity: 0;
}
/* Tablet Styles */ 


@media (min-width:768px) {

}

@media (min-width: 992px) {
  .menu-group {
    width: 83.33333333333334%;
    float: left;
  }
  .header_logo {
    width: 16.666666666666664%;
    float: left;
  }



}

@media (max-width:1200px) {
  .header_top.header__container, header .header__container {
    padding-right: 0;
  }
  header .row .menu-group {
    padding-right: 0;
  }
  .hide_top header .row .menu-group {
    padding-right: 20px;
  }
  .hide_top header .header__container {
    padding-right: 20px;
  }

}


@media (max-width: 1012px) and (min-width: 992px) { 
  .body-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .hide_top .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }
  


}

/* Mobile Styles */

@media (max-width: 991.98px) { 
  header.header:after {
    bottom: 0px;
  }
  .header_logo {
    padding-bottom: 44px;
  }
  .header_top .top_inner h6 {
    float: left;
    text-align: left; 
    margin-top: 3px;
  }

  .header_top .top_inner p { 
    display: none;
  }

  .mobile_trigger {
    float: right;
    display: block; 
    padding: 17px 18px 18px 20px;
    background-color: #1789d5;
    position: absolute;
    top: 14px;
    right: 20px; 
    color: #fff; 
    cursor: pointer;
    font-size: 17px;
    line-height: 1.4em;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s; 
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .mobile_trigger:hover {
    opacity: 0.78;
  }
  .custom-menu-primary {
    float: none;
    max-height: 80vh;
    width: 95%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    max-height: calc(100vh - 132px);
  }

  .custom-menu-primary > span {
    display: none;
  }

  .mobile-open .custom-menu-primary > span {
    display: block;
  }
  .hide_top .header_logo {
    margin: 16px 0;
    float: left;
    padding-bottom: 33px;
  }

  .hide_top .mobile_trigger {
    top: 15px;
    padding: 10px 20px 10px 20px;
  }

  .hide_top header .row {
    height: 40px;
  }

  header .row .hidden_md a {
    display: none;
  }

  header .row .hidden_md {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 17px;
    color: #222;
    background-color: #1789d5;
    z-index: 1;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    width: 100%;
    background-color: transparent !important;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li > a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding: 10px 0px 10px 5px;
    padding-left: 10px;
    background-color: transparent !important;
    line-height: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li > a:hover {
    background-color: rgba(0, 0, 0, 0.11) !important; 
  }

  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.OrderundefinedNow > a span {
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    background: linear-gradient(to bottom, #ea9b25 0%,#eb7e20 100%);
    white-space: normal;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    padding: 6px;
    width: 190px;
    font-weight: normal;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.OrderundefinedNow > a span:before {
    content: url(https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/raw_assets/public/Linxup_August2020/images/cart.png);
    width: 23px; 
    height: 19px;
    display: inline;
    margin-right: 10px;
    margin-left: 2px;
    background-repeat: no-repeat;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.OrderundefinedNow > a span:hover {
    background: #edaa00;
    background-image: linear-gradient(to bottom, #edaa00, #e08600);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: none;
    margin: 0;
    padding: 0 0 0 0px;
    overflow: hidden;
    font-size: 17px;
    color: #222;
    width: 100%; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    cursor: pointer;
    width: 100%; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li > a {
    background-color: #123c58 !important;
    padding-left: 40px;
    color: rgba(255,255,255,0.9) !important;
    line-height: 22px;
  }
 
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
    background-color: #123c58 !important;
  }
  .hide_top .custom-menu-primary {
    padding-top: 0px;
  }
  .body-wrapper {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.MoreundefinedIndustries {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li>a span {
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.Fuel-TaxundefinedReporting > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.Time-Tracking > a:after {
    display: inline;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 7px;
    background: #afafaf;
    content: "Add-On";
    background-color: #fff;
    color: #1373b6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.DashundefinedCamera > a:after {
    display: inline;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background: #afafaf;
    content: "New!";
    background-color: #fff; 
    color: #1373b6;
  }


} 





@media (max-width: 767px) { 
  .header_top.header__container, header .header__container {
    padding-left: 20px;
    max-width: 100%;
  }

  .header_top .top_inner h6 {
    display: inline-block;
    line-height: 15px;
    padding: 10px 5px 10px 2px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 10px;
  }
}




@media (max-width: 480px) { 
  .hide_top header .row .menu-group {
    padding-right: 20px;
  }

  .hide_top header .row {
    height: 0px;
  }

  .hide_top .header_logo {
    display: none;
  }

  header .row .hidden_md a span {
    display: block;
    max-width: 95%;
    padding: 7px 0;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: -15px; 
    margin-bottom: 15px;
    background-color: #1688D4;
    color: #fff;
    box-shadow: 0 3px 0 #0069aa;
    font-weight: bold; 
    text-align: center;
    line-height: 22px;
    font-size: 16px;
  }

  .hide_top header .row .hidden_md {
    padding-top: 25px;
    width: 66.66666666666666%;
    float: left; 
    padding-right: 15px;
    padding-left: 15px;
  }

  .hide_top header .row .hidden_md a {
    display: block; 
  }

  .hide_top .mobile_trigger {
    top: 10px;
  }
}
.phone_in_head {
    text-align: right;
    margin: 12px 36px 12px 0px;
}
.fs_nonavheader .row.clearfix {
    height: auto;
}
.fs_nonavheader .header_logo {
    margin: 12px 0;
}
@media (max-width: 560px) {
  .fs_nonavheader .header_logo {
    padding: 12px 0px 12px 36px !important;
}
}
@media (max-width: 450px) {
  .fs_nonavheader .header_logo {
    width: 100% !important;
    text-align: center;
    padding: 12px 0 0 0 !important;
}
  .phone_in_head {
    text-align: center;
    margin:0; 
  }
  .hide_top .phone_in_head {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Open Sans, sans-serif;
}
.sub-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-footer .row {
  margin-right: -15px;
  margin-left: -15px;
}

.sub-footer .row .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}


.sub-footer .row img {
  vertical-align: middle;
  display: inline;
  float: left;
  clear: right;
  margin-right: 50px;
}

.sub-footer .row .col-md-12 a + span {
  float: right;
  padding-top: 27px;
  margin-right: 15px;
  display: inline-block;
  clear: right;
  font-size: 16px;
  line-height: normal;
}
.footer .section-content {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  border-top: 1px solid #f0f0f0;
  background: #2e2e2e;
  border-top-color: #EDEFF2;
}

.footer .section-content .row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer .section-content hr {
  margin-top: 21px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0;
}

.footer .section-content .text-center {
  text-align: center;
}

.footer .section-content .text-center h3 {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1.1;
}

.footer .section-content .text-center p {
  line-height: 22px;
  margin-bottom: 10px;
}

.footer .section-content .text-center p:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer .section-content .text-center p:last-child {
  margin-bottom: 12px;
} 
.footer .section-content .row .cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.footer .section-content .cols h5 {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 500;
}

.footer .section-content .cols ul {
  margin-left: 0px;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 17px;
}

.footer .section-content .cols ul li {
  list-style-type: none;
  line-height: 22px;
}

.footer .section-content .cols ul li a {
  text-decoration: none;
  margin-left: 0px;
  font-size: 14px;
}

.footer .section-content .cols ul li a:hover {
  text-decoration: underline;
}

.footer .section-content .cols ul ul {
  padding-left: 15px;
} 

.footer .section-content .cols h5 a {
  font-size: 15px;
  font-family: inherit;
}

.footer .section-content .cols h5 a:hover {
  text-decoration: underline;
}
.footer .section-content .text-center p:last-child {
  margin-bottom: 12px;
}

.footer .section-content .row .cols_2 ul:last-child li:nth-child(7) a:after {
  display: inline;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
  content: "Add-On";
  background: #222;
  color: inherit;
}

.footer .section-content .row .cols_2 ul:last-child li:nth-child(6) a:after {
  display: inline;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
  content: "Add-On";
  background: #222;
}

.footer .section-content .row .cols_3 ul:nth-child(2) li:nth-child(4) a:after {
  display: inline;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
  content: "New!";
  background: #222; 
}
.footer .copyright .space-sep40 {
  clear: both;
  display: block;
  height: 40px;
}

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

.footer .copyright .center-text a:nth-child(1) {
  display: inline-block;
  line-height: 1.33;
  padding: 10px 16px;
  background: linear-gradient(to bottom, #ea9b25 0%,#eb7e20 100%);
  color: #fff;
  font-weight: 500;
  text-align: left;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  border: 0;
  margin: 0 10px 10px 0;
  white-space: normal;
  margin-right: 0px;
  min-width: 180px;
  font-size: 18px;
  vertical-align: top;
}

.footer .copyright .col-sm-12 h6 {
  display: none;
}

.footer .copyright .center-text a:nth-child(1):before { 
  content: url(https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/raw_assets/public/Linxup_August2020/images/cart.png);
  width: 23px;
  height: 19px;
  display: inline;
  margin-right: 10px;
  margin-left: 2px;
  background-repeat: no-repeat;
  float: left;
}
.footer .copyright .center-text a:nth-child(1):hover {
  background-image: linear-gradient(to bottom, #edaa00, #e08600);
}

.footer .copyright .col-sm-12 p {
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 18px;
  padding-top: 2px;
  width: 100%;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #4b4b4b;
}
.footer .copyright ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -12px 0 0;
  overflow: hidden;
  width: 140px;
  font-size: 17px;
  color: #222;
}

.footer .copyright ul li {
  list-style-type: none;
}

.footer .copyright ul li a {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin: 0 5px 5px 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 -40px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-position: 0 0;
}

.footer .copyright ul li:nth-child(1):hover a {
  background-color: #3b5998;
}

.footer .copyright ul li:nth-child(2):hover a {
  background-color: #71b2d0;
}

.footer .copyright ul li:nth-child(3):hover a {
  background-color: #00a0d1;
}

.footer .copyright ul li:nth-child(1) a {
  background-image: url(https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/raw_assets/public/Linxup_August2020/images/social-media-facebook.png);
}

.footer .copyright ul li:nth-child(2) a {
  background-image: url(https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/raw_assets/public/Linxup_August2020/images/social-media-linkedIn.png);
}

.footer .copyright ul li:nth-child(3) a {
  background-image: url(https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/raw_assets/public/Linxup_August2020/images/social-media-twitter.png);
}
.footer .copyright .social-icons {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .copyright .col-sm-12 p span:first-child {
  margin-right: 6px;
}


.linxupfooter_area .linxupfooter_menu { display:inline-block; }
.linxupfooter_area .linxupfooter_menu .linxupfooter_menuinner { display: flex; flex-wrap: wrap; width:100%; }
.linxupfooter_area .linxupfooter_menu .linxupfooter_menuinner .linxupfooter_menucol { width: calc(100%/3); padding-left:10px; }
.linxupfooter_area .linxupfooter_menu .linxupfooter_menuinner .linxupfooter_menucol .footer_menu { padding-left:10px; margin-top:8px; margin-bottom:8px; }
.linxupfooter_area .linxupfooter_menu .linxupfooter_menuinner .linxupfooter_menucol .footer_menu  li { line-height: 1.7em; }    
.linxupfooter_area .linxupfooter_menu .linxupfooter_menuinner .linxupfooter_menucol .footer_menu  li a { font-size:14px;  }
.linxupfooter_area .linxupfooter_menu .linxupfooter_menuinner .linxupfooter_menucol a:hover { text-decoration: underline; text-decoration-color: #ff9e18; text-underline-offset: 4px;
    text-decoration-thickness: 2px; color:#fff; transition:none; }
.linxupfooter_area .linxupfooter_boxitem { width:100% !important; margin-bottom:0 !important; }
.linxupfooter_area .linxupfooter_boxitem h3 { margin-bottom:0 !important; font-size:16px; line-height:24px; font-family: Open Sans; }
.linxupfooter_area .linxupfooter_boxitem h3 a { color:#fff; }

.linxupfooter_area .linxupfooter_box .footer_logo img { max-width:238px; }
.linxupfooter_area .linxupfooter_box .call_numner { font-family: Montserrat; } 
.linxupfooter_area .linxupfooter_box .call_numner a:before { content: "\f098" !important; background:transparent; font-weight:normal; color:#fff; width:auto; height:auto; padding:0; top:0; left:0px; }
.linxupfooter_area .linxupfooter_box .call_numner a { font-weight:bold; font-family: Montserrat; margin-bottom:10px; padding-left:28px; font-size:18px;  }
.linxupfooter_area .linxupfooter_box .call_numner { padding-left:25px; padding-right:25px; }

.bottom-footer { padding-top:40px; margin-top:40px; border-top:1px solid #fff; text-align:center; font-size:14px; width:100%; }
.bottom-footer h3,.bottom-footer a  {  color:#fff; }
.bottom-footer a:hover { text-decoration: underline; text-decoration-color: #ff9e18; text-underline-offset: 4px;
    text-decoration-thickness: 2px; color:#fff; transition:none; }
.bottom-footer h3 { font-size:20px; font-weight:bold; }
.bottom-footer p { margin-bottom:0; }

@media (min-width:768px) {
  .footer .section-content .row .cols {
    float: left; 
    width: 25%;
  }
}  

@media (max-width:991px) {
  .header_logo { position:relative; z-index:9999; }
  .linxupfooter_area .linxupfooter_box1 { border-bottom:1px solid #fff; margin-bottom:40px; padding-bottom:40px !important; }
}
@media (max-width:767px) {
  footer .footer__container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
  }

  .footer .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-footer .footer__container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
  }

  .footer .copyright .social-icons {
    margin-bottom: 10px;
  }

  .footer .copyright .center-text a:nth-child(1) {
    width: 100%;
    float: left;
    padding: 10px 5px 10px 2px;
    text-align: center;
  }

  .footer .copyright .col-sm-12.col-xs-12 {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer .copyright .col-sm-12 p {
    display: none;
  }

  .footer .copyright .col-sm-12 h6 {
    display: block;
    margin: 0;
  }

  .footer .copyright .col-sm-12 h6 a:nth-child(1) {
    display: inline-block;
    width: auto;
    background: none;
    float: none;
    color: #0c5c9c;
    font-size: 21px;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
  }
 
  .footer .copyright .col-sm-12 h6 a:nth-child(1):before {
    display: none;
  }

  .footer .copyright ul {
    margin: 0 -11px 0 0;
  }
  .footer .copyright .col-sm-12 h6 a:nth-child(1):hover {
    background: none;
    text-decoration: underline;
  }
  
  .linxupfooter_area .linxupfooter_menu .linxupfooter_menuinner .linxupfooter_menucol { width: 100%; }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}

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

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

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

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

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


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

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

.banner-section .row-fluid {
  padding: 0;
}

.banner {
  background-color: #333333;
  padding-top: 8px;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hide_top .banner, .mobile-open .banner {
  z-index: 10;
}
.banner .row { 
  margin-right: -15px;
  margin-left: -15px;
}

.banner .row .page-info {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}

.banner h1 {
  margin-right: 10px;
  font-weight: 400;
  margin: 25px 0 10px 0;
  line-height: 1.1em;
  font-size: 39px;
  text-align: center;
  color: #FFFFFF;
}

.banner h3 {
  line-height: 26px;
  font-weight: normal;
  font-size: 20px;
  color: #bbb;
  text-align: center; 
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  min-height: 12px;
}
.header-covid19banner {
  padding: 8px 5px;
  text-transform: uppercase;
  background-color: #3498DB;
}

.header-covid19banner p {
  line-height: 22px;
  text-align: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sanserif;
  font-size: 12px;
  flex-wrap: wrap;
  flex-direction: row;
  color: #C0C1C2;
  margin-bottom: 0px; 
}

.header-covid19banner p a {
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  text-decoration: underline;
}

.header-covid19banner p a:hover {
  font-weight: bold;
} 
.blog_group {
  background-color: #f9f9f9;
  padding-top: 70px;
}

.blog_group .blog_index {
  position: relative;
  min-height: 1px;
}

.blog_group .blog_index {
  float: left;
  width: 66.66666666666666%;
}

.blog_group .blog-sidebar {
  float: left;
  border-radius: 3px;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: -60px;
  margin-left: 35px;
  padding-right: 10px;
  -webkit-box-shadow: 0px 0px 101px -37px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 101px -37px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 101px -37px rgba(0,0,0,0.75);
  width: 25%;
  padding-left: 15px;
}

.post-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 3px;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 101px -37px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 101px -37px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 101px -37px rgba(0,0,0,0.75);
}

.blog-sidebar-topic hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
  height: 0;
}

.blog-sidebar-topic h3 {
  font-weight: bold;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  letter-spacing:0;
  line-height: 23px;
}

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

.blog-sidebar-topic ul li {
  display: block;
  margin-bottom: 10px; 
  padding-bottom: 10px;
  line-height: normal;
  border-bottom: 1px solid #eee;
}

.blog-sidebar-topic ul li a {
  color: #428bca;
}

.blog-sidebar-topic ul li a:hover {
  color: #2a6496;
  text-decoration: underline;
}
.group-sidebar {
  margin-right: -15px;
  margin-left: -15px;
}
.post-item span.citation {
  font-style: italic;
  font-size: 15px;
  width: 100%;
}

.post-item span.citation h1 {
  font-style: normal;
  font-size: 28px;
  margin: 0 0 20px 0;
  color: #4a4a4a;
  line-height: 1.1;
}

.post-item span.citation a {
  color: #428bca;
}

.post-item span.citation a:hover {
  color: #2a6496;
  text-decoration: underline;
}

.post-item img.featured-image-listing {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 15px;
  float: left;
  width: 38%;
}

.post-item p.date {
  font-size: 18px;
  line-height: 150%;
  font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-item a.read-more button {
  color: #333;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  background-color: white;
  font-family: sans-serif;
  text-transform: none;
  cursor: pointer;
}

.blog_group .blog-pagination {
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  overflow: hidden;
  text-align: left;
  justify-content: left;
}
.custom-post-pagination .col-sm-6:last-child {
  text-align: right;
}
.blog_group .blog-pagination a {
  color: #ff9900;
  margin: 0 0 0 4px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  line-height: 1.428571429;
  position: relative;
}

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

.blog_group .blog-pagination a.pagination__disabled {
  display: none;
}

.blog_group .blog-pagination .pagination--active {
  pointer-events: none;
  background-color: #ff9900;
  color: #fff;
}

.blog_group .blog-pagination a:nth-child(1) {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.blog_group .blog-pagination a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sidebar-recent_post strong {
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  display: block;
}

.sidebar-recent_post hr {
  border-top: 1px solid #eee;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar-recent_post a {
  color: #428bca;
}

.sidebar-recent_post a:hover {
  color: #2a6496;
  text-decoration: underline;
}

.hs-blog-post span.citation a.pull-right {
  font-style: normal;
}

.blog-post__body p {
  font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 10px;
}

.blog-comments {
  margin: 30px auto;
}

.sidebar-recent_post hr:last-child {
  display: none;
} 
.hs-blog-post .post-item {
  margin-bottom: 20px;
}

.custom-post-pagination a {
  color: #428bca;
}

.custom-post-pagination a:hover {
  color: #2a6496;
  text-decoration: underline;
}
.custom-post-pagination .col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin: 0px 0 20px;
  font-size: 26px;
  line-height: normal;
}
/*.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}*/
.comment-date {
  display: block !important;
  text-align: left; 
} 
.blog_post hr.border_post {
  margin-top: 40px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0;
}
.blog-sidebar-topic ul li:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

.custom-post-pagination a.next-posts-link span {
  transform: rotate(180deg);
  display: inline-block;
  line-height: normal;
  position: relative;
  top: 3px;
}

/**/
.hs-blog-listing { background:#f2f2f2; }
.blog_list_main { background:#f2f2f2; padding:80px 0 50px; }
.listing_main .content-wrapper { display:flex; flex-wrap:wrap; }
.listing_main .blog_sidebar { width:25%; }
.listing_main .post_listing { width:75%; padding-left:30px; }

.post_listing { display:flex; flex-wrap:wrap; }
.post_listing .post_item:first-child { width:100%; } 
.post_listing .post_item:first-child .post_img { height:350px; } 
.post_listing .post_item { width:calc(100%/2 - 50px); margin:0 25px 50px; display:inline-block; background:#fff; font-size: 16px; line-height: 27px; }
.post_listing .post_item .post_img { width:100%; height:260px; display:inline-block; }
.post_listing .post_item .post_title {  width:100%; display:inline-block; font-size: 26px; line-height:1.3; font-weight:bold; margin:0; }
.post_listing .post_item .post_info { width:100%; display:inline-block; padding:30px; }
.post_listing .post_item .post_datename { color:#444444; margin:10px 0; display:inline-block; }
.post_listing .post_item .post_datename a { color:#0055B8; }
.post_listing .post_item .post_datename a:hover { color:#ff9e18; }
 
.yellow_btn { margin:20px 0; }
.yellow_btn a { width:auto; display:inline-block; background:#FF9E18; padding:12px 20px; font-weight:bold; color:#404E55; font-size:16px; line-height:24px; transition:all .4s ease; }
.yellow_btn a:hover { background:#404E55; color:#fff; }
  
.blue_btn { margin:20px 0; }
.blue_btn a { width:auto; display:inline-block; background:#0055B8; padding:12px 20px; font-weight:bold; color:#fff; font-size:16px; line-height:24px; transition:all .4s ease; }
.blue_btn a:hover { background:#fff; color:#0055B8; }

/*sidebar*/
.blog_sidebar h3 { color:#0055B8; font-size:32px; line-height:40px; font-weight:bold; margin-bottom:20px; }
 
.post_topicbox { width:100%; display:inline-block; }
.post_topicbox .block { width:100%; }
.post_topicbox .widget-module {  }
.post_topicbox .widget-module ul { width:100%; padding:0; margin:0; list-style:none; }
.post_topicbox .widget-module ul li { width:100%; display:inline-block; }
.post_topicbox .widget-module ul li a { color:#444444; width:100%; position:relative; margin-bottom:10px; display:inline-block; font-size:18px; line-height:24px; font-weight:500; padding:10px 0; border-bottom:1px solid #444444; }
.post_topicbox .widget-module ul li a:after { position:absolute; content:""; left:0; bottom:-1px; width:100%; height:5px; background:#FF9E18; opacity:0;  transition:all .4s ease; }
/* .post_topicbox .widget-module ul li a:hover { font-weight:bold; }  */
.post_topicbox .widget-module ul li a.active { font-weight:bold; }
.post_topicbox .widget-module ul li a.active:after { opacity:1; }
.post_topicbox .widget-module ul li a:hover:after { opacity:1; } 

.popluerpost_cover { padding:50px 0 0; }
.popluerpost_cover .popluerpost_box { width:100%; display:inline-block; }
.popluerpost_cover .popluerpost_box a { color:#444444; width:100%; position:relative; margin-bottom:10px; display:inline-block; font-size:18px; line-height:24px; font-weight:500; padding:10px 0; border-bottom:1px solid #444444; }
.popluerpost_cover .popluerpost_box a:after { position:absolute; content:""; left:0; bottom:-1px; width:100%; height:5px; background:#FF9E18; opacity:0;  transition:all .4s ease; }
/* .popluerpost_cover .popluerpost_box a:hover { font-weight:bold; } */
.popluerpost_cover .popluerpost_box a:hover:after { opacity:1; }

.newsletterfrom_area { padding:50px 0; }  
.newsletterfrom_area .newsletterfrom_box { background:#FF9E18; padding:50px; text-align:center; display:inline-block; width:100%; }
.newsletterfrom_area .newsletterfrom_box h2 { color:#444444; font-size:50px; line-height:70px; font-weight: bold; margin-bottom:30px; }
.newsletterfrom_area .newsletterfrom_box form { width:100%; max-width:600px; margin:0 auto; }
.newsletterfrom_area .newsletterfrom_box form label { color:#fff; } 
.newsletterfrom_area .newsletterfrom_box form .hs-input { width:100%; height:60px; border:none; padding:10px 20px; }
.newsletterfrom_area .newsletterfrom_box form .hs_submit { width:100%; text-align:center; }
.newsletterfrom_area .newsletterfrom_box form .hs_submit .hs-button { width:auto; background:#0055B8; float:none; display:inline-block; }  
.newsletterfrom_area .newsletterfrom_box form .hs_submit .hs-button:hover {  background:#fff; color:#0055B8; } 
.newsletterfrom_area .newsletterfrom_box form ul.no-list.hs-error-msgs.inputs-list li label { color:#fff; }
.newsletterfrom_area .newsletterfrom_box .submitted-message { color:#fff; overflow: visible; font-size:20px; line-height:24px; font-weight:bold; }
 
.blog_list_main .blog-pagination { justify-content: flex-start; padding-left: 339px; margin-bottom:50px; } 
.blog_list_main .blog-pagination a { width: 45px; height: 50px; padding: 10px 14px;background: #fff;box-shadow: 0 2px 10px #ccc; border: none; border-radius: 0; color: #0055B8; font-size: 28px;line-height: 30px; text-align: center;   display: flex; align-items: center; justify-content: center; }
.blog_list_main .blog-pagination a:hover { background:#0055B8; color:#fff; }  
.blog_list_main .blog-pagination a.blog-pagination__link--active { background:#0055B8; color:#fff; }
.blog_list_main .blog-pagination .blog-pagination__prev-link--disabled { opacity:0.5; cursor:not-allowed; }
.blog_list_main .blog-pagination .blog-pagination__next-link--disabled { opacity:0.5; cursor:not-allowed; }

/**/
.postinner_view { width:100%; display:inline-block; padding:80px 0; background:#f2f2f2; }
.postinner_view .backblog { text-align:center; margin-bottom:20px; justify-content: flex-end; }
.postinner_view .content-wrapper { display:flex; flex-wrap:wrap; }
.postinner_view .blog_sidebar { width:30%; padding-right:50px; }
.postinner_view .blog_innerbox { width:70%; background:#fff; padding:50px; box-shadow:0 2px 10px #00000040; }
.postinner_view .blog_innerbox .post_autordate { width:100%; margin:15px 0; }
.postinner_view .blog_innerbox h1 { width:100%; display:inline-block; font-weight:bold; font-size: 36px; line-height: 50px; }
.postinner_view .blog_innerbox .post_content { font-size: 16px; line-height: 27px; }
.postinner_view .post_content h2,.postinner_view .post_content h3,.postinner_view .post_content h4,.postinner_view .post_content h5,.postinner_view .post_content h6 { color:#0055B8; }
.postinner_view .post_content h2,.postinner_view .post_content h3 { font-weight:bold; }

/**/
.bloginnercta_area { padding:60px 40px; margin-top:20px; width:100%; display:inline-block; text-align:center; background:#FF9E18; }  
.bloginnercta_area .bloginnercta_box { width:100%; display:inline-block; color:#444444; }
.bloginnercta_area .bloginnercta_box h2 { color:#444444; font-size:38px; line-height:46px; font-weight: bold; margin-bottom:10px; }
.bloginnercta_area .bloginnercta_box .blue_btn a { min-width:140px; } 

.postinner_view .nextprev_box { width:100%; display:flex; flex-wrap:wrap; border-top:5px solid #0055B8; padding-top:20px; margin-top:50px; }
.postinner_view .nextprev_box a { width:50%; font-weight:600; line-height: 28px; padding-right:30px; padding-left:0; }
.postinner_view .nextprev_box a:last-child { text-align:center; padding-left:30px; padding-right: 0; text-align: right; }
.postinner_view .nextprev_box a i { font-size:20px; }  
    
/**/   
.blog_author { width:100%; display:inline-block; padding:50px 0; background:#ff9e18; }
.blog_author .content-wrapper { display:flex; flex-wrap:wrap; }
.blog_author .blog_author_img { width:150px; height:150px; display:inline-block; border-radius:50%; } 
.blog_author .author_info { width:calc(100% - 150px); padding-left:40px; display:inline-block;  }
.blog_author .author_info h2 { margin:0 0 20px; color:#fff; font-weight:bold; }
.blog_author .author_info .author_text { margin:0 0 30px; color:#fff; font-size: 20px; line-height: 30px; }
.blog_author .author_info .author_follow a { width:40px; height:40px; margin:0 5px; border-radius:50%; background:#0055b8; color:#fff;  display:inline-block; text-align: center; padding: 8px; font-size: 20px; line-height: 24px; transition:all .4s ease;  }
.blog_author .author_info .author_follow a:hover { color:#0055b8; background:#fff; }

.blog_heroarea { width:100%; padding:0; position:relative; display:inline-block; background:#0055B8; }
.blog_heroarea:before { position:absolute; content:""; left:0; bottom:0; width:100%; height:94px; background:url('https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/hero-shape.png') no-repeat center / cover; background-size:100% 100%; }
.blog_heroarea h1 { margin:0; font-weight:bold; }
.blog_heroarea.banner .row .page-info { padding:100px 0 160px; }
.blog_heroarea .down_img { position:absolute; left:50%; bottom:-10px; z-index:1; transform: translateX(-50%); }

/**/ 
.linxupfooter_area { width:100%; background:#0055b8; position:relative; padding:250px 0 50px; color:#fff; font-size:20px; line-height:26px; }
.linxupfooter_area:before { position:absolute; content:""; left:0; top:-1px; width:100%; height:192px; background:url('https://8019384.fs1.hubspotusercontent-na1.net/hubfs/8019384/footer-shape.png') no-repeat center / cover; background-size:100% 100%; }   
.linxupfooter_area .content-wrapper { display:flex; flex-wrap:wrap; align-items:center; }
.linxupfooter_area .linxupfooter_box1 { width:30%; text-align:center; padding-right:30px; }
.linxupfooter_area .footer_logo img { max-width:180px; }
.linxupfooter_area .call_numner { font-size:14px; } 
.linxupfooter_area .call_numner a { display:inline-block; margin:15px 0 25px 0; font-size:20px; position:relative; color:#fff; padding-left:45px; } 
.linxupfooter_area .call_numner a:before { position:absolute; content:"\f095"; font-family:"FontAwesome"; padding: 6px; font-size: 20px; left:0; top:-4px; width:35px; height:35px; color:#0055b8; background:#fff; border-radius:50%; }
.linxupfooter_area .call_numner a:hover { color:#ff9e18; } 
.linxupfooter_area .call_numner span { display:block; }
.linxupfooter_area .linxupfooter_menu { width:70%; display:flex; flex-wrap:wrap; }
.linxupfooter_area .linxupfooter_boxitem { width:calc(100%/3); padding:0 10px; margin-bottom:40px; }
.linxupfooter_area .linxupfooter_boxitem h3 { width:100%; color:#fff; margin-bottom:20px; display:inline-block; font-weight:bold; }
.linxupfooter_area .footer_menu .hs-menu-wrapper ul li a { color:#fff; font-weight:400; transition:all .4s ease; margin-bottom: 5px; font-size: 16px; line-height: 24px; }
.linxupfooter_area .footer_menu .hs-menu-wrapper ul li a:hover { color:#ff9e18; }
 
.hs-blog-post {     background-color: #f2f2f2; }




 




@media (max-width: 1400px){
 
  
  
  
}


@media (max-width: 1240px){
  
  .blog_sidebar h3 { font-size: 26px; line-height: 36px; }
  .post_listing .post_item .post_title {  font-size: 20px; line-height: 30px; }
  .post_listing .post_item { width: calc(100%/2 - 30px); margin: 0 15px 30px; }
  .post_listing .post_item .post_info { padding:20px; }
  
  .postinner_view { padding:40px 0; }
  .postinner_view .blog_innerbox { padding:30px; }
  .postinner_view .blog_innerbox h1 { font-size: 28px; margin:0; line-height: 40px; }
  .postinner_view .blog_innerbox .post_autordate { margin-top:10px; }
  .bloginnercta_area { padding:30px; }
  .bloginnercta_area .bloginnercta_box h2 { font-size: 28px; line-height: 38px; }
  .postinner_view .nextprev_box { margin-top:40px; }
  
  .blog_list_main {  padding:50px 0 50px; } 
  .blog_heroarea.banner .row .page-info { padding:70px 0 160px; }
  
  /**/
  .linxupfooter_area { padding:130px 0 20px; }
  .linxupfooter_area:before { height:100px; }
  .linxupfooter_area .footer_menu .hs-menu-wrapper ul li a { font-size:14px; }
  
  
  
  

}

@media (max-width: 991px){
      
  .blog_sidebar h3 { font-size: 22px; line-height: 30px; }
  .post_topicbox .widget-module ul li a { font-size:16px; }
  .popluerpost_cover .popluerpost_box a { font-size: 16px; }
  
  .post_listing .post_item { margin:0 0 30px; width:100%; }
  .post_listing .post_item .post_title { font-size:22px; line-height: 30px; }
  .post_listing .post_item .post_info { padding:20px; }
 
  .listing_main .blog_sidebar { width:30%; } 
  .listing_main .post_listing { width:70%; }
  .blog_list_main .blog-pagination { justify-content: center;  padding-left: 0; }
  
  .postinner_view .blog_sidebar { width:35%; padding-right: 40px; }   
  .postinner_view .blog_innerbox { width:65%; }  
  .postinner_view .nextprev_box a { font-size: 15px; line-height: 20px;}
  
  /**/
  .linxupfooter_area .linxupfooter_box1 { width:100%; padding:0 0 50px; }  
  .linxupfooter_area .linxupfooter_menu { width:100%; }
  .linxupfooter_area .call_numner a { margin:15px 0 20px 0; }
  
  
  
  
}


 

 
@media (max-width: 767px){

  .blog_list_main { padding:40px 0; }
  .listing_main .content-wrapper { max-width:400px; }
  .listing_main .blog_sidebar { width:100%; } 
  .listing_main .post_listing { width:100%; padding:30px 0 0; }

  .popluerpost_cover { padding:40px 0 0 ; }  
  .newsletterfrom_area { padding:30px 0 50px; }
  .newsletterfrom_area .newsletterfrom_box { padding:30px; }
  .newsletterfrom_area .newsletterfrom_box h2 { font-size: 28px; line-height: 36px; }

  .blog_author .content-wrapper { justify-content:center; text-align: center; }
  .blog_author .author_info .author_text { font-size: 18px; line-height: 28px; } 
  .blog_author .author_info { width:100%; padding:30px 0 0 0; }

  .postinner_view .content-wrapper { max-width:400px; }
  .postinner_view .blog_sidebar { width:100%; padding: 0 0 30px; }   
  .postinner_view .blog_innerbox { width:100%; padding:20px; }  
  .postinner_view .blog_innerbox h1 { font-size: 22px; line-height: 32px; }
  
  .bloginnercta_area { padding:20px; }
  .bloginnercta_area .bloginnercta_box h2 { font-size: 22px; line-height: 30px; }
  .bloginnercta_area .bloginnercta_box { font-size: 16px; line-height: 24px; }
  
  .postinner_view .nextprev_box a { padding:0; width:100%; text-align:center; }
  .postinner_view .nextprev_box a:first-child { padding-top:0 !important; } 
  .postinner_view .nextprev_box a:last-child { padding:30px 0 0; text-align:center; }
  .postinner_view .content-wrapper { justify-content: center; }
    
  .blog_heroarea.banner .row .page-info { padding:60px 20px 30px; }
  .blog_heroarea.banner .row .page-info h1 { margin:0; line-height:1.2; }
  .blog_heroarea .down_img { position:relative; padding-bottom:30px; display: inline-block; text-align: center;  width: 100%; left:0; bottom:0; transform: translateX(0); }
  .blog_heroarea:before { display:none; }
  
  /**/
  .linxupfooter_area { padding:90px 0 20px; }
  .linxupfooter_area:before { height:50px; }
  .linxupfooter_area .linxupfooter_boxitem { width:100%; padding:0; margin: 0 auto 30px; max-width: 190px; }
  .linxupfooter_area .linxupfooter_boxitem:last-child { margin-bottom:0; }
  
  
   
  
}


 

@media (min-width:768px) {
  .custom-post-pagination .col-sm-6 {
    width: 50%;
    float: left;
  }
}
 


@media (max-width:1200px) {
  .banner h1 {
    font-size: 34px;
    margin-right: 10px;
  } 
}


@media (max-width:991.98px) {
  .banner {
    position: relative;
    z-index: 999;
  }
  .blog_group .blog_index {
    float: none;
    width: 100%;
  }
  .blog_group .blog-sidebar {
    width: 100%;
    float: none;
    margin-left: 0;
    display: none; 
  }


}

@media (max-width:767px) {
  .body-wrapper .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Open Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #e8e8e8;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.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: .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: Montserrat, serif;
  font-size: 1.25rem;
  color: #494a52; 
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .error-page {
    padding-top: 5em;
    padding-bottom: 5em;
  }

}