*, *:before, *:after {
  box-sizing: border-box;
}
.img-with-aniamtion-wrap.not-hover[data-max-width="50%"] .hover-wrap:hover .hover-wrap-inner{
  transform: scale(1);
}
.hs_blog_twoColumn-content .hs_left-column-inner {
  padding: 0 calc(1244px * 0.02);
}


/* .hs-advanced-banner .content-section-inner h3 {font-family: 'Gotham-bold';} */

.hs_fleet_management_body-container-wrapper form .hs-error-msg, form .hs-error-msgs label {font-size: 14px;}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs-error-msg, 
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs-error-msgs label,
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs_error_rollup .hs-main-font-element{color: #fff;}


@media only screen and (max-width: 1000px){
  .img-with-aniamtion-wrap.not-hover[data-max-width="50%"] .inner{
    max-width: 350px !important;
  }
}

@media only screen and (max-width: 999px){
  .img-with-aniamtion-wrap.not-hover[data-max-width="50%"] .inner {
    max-width: 50% !important;
  }
  .img-with-aniamtion-wrap.max-w[data-max-width="50%"] .inner {
    max-width: 50%;
  }
}
@media only screen and (max-width: 980px){
  .img-with-aniamtion-wrap.not-hover[data-max-width="50%"] .inner img {
    max-width: 100% !important;
  }
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}


.hs_cos_wrapper_type_rich_text ul,
.hs_cos_wrapper_type_rich_text ol{
  margin: 0;
  padding: 0;
  margin-left: 30px;
  margin-bottom: 30px;
  list-style: none;
}

.hs_cos_wrapper_type_rich_text ul:last-child,
.hs_cos_wrapper_type_rich_text ol:last-child {
  margin-bottom: 0;
}

.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_rich_text ol li{
  font-size: 16px!important;
  margin-bottom: 16px;
  line-height: 28px;
}

.hs_cos_wrapper_type_rich_text ul li{
  list-style: disc;
  list-style-position: outside;
}

.hs_cos_wrapper_type_rich_text ol li {
  list-style: decimal;
  list-style-position: outside;
}

.banner-section>div,
.dnd-section[class*="force-full-width"]>div,  
.Banner-row-0-force-full-width-section > .row-fluid, .banner-section .dnd-section>.row-fluid,
.banner-area .dnd-section {
  padding: 0;
}

.blog_wrap .dnd-section,.blog_wrap .dnd-section .dnd-column {
  padding: 0;
}

.cm-col {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}

.cm-col:last-child {
  margin-right: 0;
}


.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.col:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (min-width: 690px){
  .cm-col {
    margin-right: 2%;
  }

  .cm-col-12 {
    width: 100%;
  }

  .cm-col-3 {
    width: 23.5%;
  }

  .cm-col-9 {
    width: 74.5%;
  }

}

@media(min-width: 691px){
  .secondary-header-text{
    display: none;
  }
}

@media (max-width: 980px) {
  .hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text ol {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 999px){
  .body-container.migration {
    padding: 0 15px;
  }

}
@font-face { 
  font-family: "Gotham-Bold";
  src: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Bold.woff2) format("woff2"),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Bold.woff) format("woff"),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Bold.svg) format("svg"),
    url("//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/Clearpathgps_Mar2022/Fonts/Gotham-Bold.eot") format("embedded-opentype");
  font-style: normal; 
  font-weight: 400;    
}
@font-face {
  font-family: "Gotham-Light"; 
  src: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Light.woff) format("woff"),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Light.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
}


@font-face {    
  font-family: 'GothamLight';
  src: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/GothamLight.woff2) format('woff2'),
    url("//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/Clearpathgps_Mar2022/Fonts/GothamLight.eot") format("embedded-opentype");

  font-weight: 400;
  font-style: normal
}

@font-face {    
  font-family: 'Gotham-Medium';
  src: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/GothamMedium.woff) format('woff'),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/GothamMedium.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {    
  font-family: 'Gotham-Book';
  src:url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Book.woff) format('woff'),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Book.ttf) format('truetype'),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Book.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {    
  font-family: 'GothamBook';
  src: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/GothamBook.woff2) format('woff2'),
    url("//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/Clearpathgps_Mar2022/Fonts/GothamBook.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal
}

@font-face {    
  font-family: 'Gotham-Black';
  src: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Black.woff2) format('woff2'),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Black.woff) format('woff'),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham-Black.svg) format('svg'),
    url("//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/Clearpathgps_Mar2022/Fonts/Gotham-Black.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family:'Gotham Medium Regular';
  src:url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham%20Medium%20Regular.eot),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/Gotham%20Medium%20Regular.woff2) format('woff2');
  font-weight:400;
  font-style:normal;
}

@font-face{ font-family: "Gotham A"; src: url(data:application/x-font-woff2;base64,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); font-weight:400; font-style:normal; } @font-face{ font-family: "Gotham B"; src: url(data:application/x-font-woff2;base64,d09GMk9UVE8AABGkAAsAAAAAHugAABFYAANNDgAAAAAAAAAAAAAAAAAAAAAAAAAADZxDGh4GYACGJhEIATYCJAOBSAQGBZVsByAbIh6zA7HbQSq0TfvI/k8J3JCBr6H1V4FFicd6Ws+E6Vc9O4qfr+3VzOTwU2yCR6nOChVikQv26tzh4QZxHMdxDMdBUIFYGSHJrP/PuPe+D2k0E4zQdxaqcPq63RahI1zzP0ikx/tBfheqOUy95goLNRfcakjdJ9cJQBQtW03P3ofoiEmhLNJicQrhMQKLw6hMQbdukQVRKv1nviGw3YvsfCtY2HkkkYf935yUSjqHrm9do46FZAVkF5CLoclAfodD2y4RqAPjTihuAPQ/AJDAivCP/2uqtmn5ye64ldV9TfqI4GXUeKoV7vJ/c+VdcabEcfuqcAqOfaqqgJ4/X2Gyf3Y2mfw7VskWCF0mS1NAdWTEyQJlW1ZApLZu3/laXS+AhrEL0OJibk3QH7/NwbuShSxkPZMWky0Ia4CCy94/CuIv4/Ab+DQruSJXyzEyvwf+W3zpTx9Xf/M5A9HzgdsYXhFPfnufF6OUIH+AzUlFDMgEN7d90FG9wkDyTk6hsDwUtZzUVBZ4WWDoBcD93qHvxIMD+Lwr4a8lDjpwX8WOFAPDWBWSoZOzu4lxXmPo/vWVCCqwQd6Mphh9MTbgCC7FeEEIDEECZENeMYVQDGVQDZOYYdjArIbZwWyG2cXcY27CXGOeMCMwR+tlYvzDkHBRyjyVjwTrqikuY093nquG9wpcf5t66A7SHam7SfeA7mc2gO3HDmfHszvYfexNtpR9yn5k/3EcZ8q5cMFcEjeam8NR7iB3gSvmnnAfuB+cRnVLlaMqUVWrnqg+4UBdee2/hcparqYfgX8UY5QuLA5UYgnVrIRQ5T8W5sr/Edq6EkPl/9gpKQQeHXz1z8OK+EdUjICD/uQaPSyn0Tw3StPZzFYT8u63CyfOl6/LbST1Rvqx0M1CYUIaj/qrPEOopZDJZ5qX9wTbsQKu40O3pJ5JeSgMTmGrUx6Pfb1CsCn9woPhplcN9I+QxWf9iM1H+7MCUP7Bijsz7owQligqksnT+N4DvVYLsIoH7cknxtJUAV/AK5LFZxY9vNO8TsBlPGqfnHaB5gpiMWiWEIgFAfyhrzqbh77IgS/GYix2QH/sK2Xw2Bc49IU4KbuWoIkPdAcnr7BzE3QBEzBuwe7o1Ps3cvLHrmgiiXgbYoyfaHqlcRiSui8BOl1hxV63jeVFtQrPQQr4s6D/92EJ/SFk88C5tqCRhPo0rmeik5A/jM19cv/qM/qIlvWhfjRqZC9TBwE34UxWHAGlSwgY/3oBhupsnkJH1CpAcasAU2EtzVd6UBoJHylOw+zdA29QFvjGAZ7qDN4vppe35EXjL/YqF9L7snlhL/tCByqIwyF3CQHrX++huzqbh85mjdhNSqMjFw+fJ+yCmfCS0jrFhs7BDw/GslcO3tpbQIUftSnV3ZJ7dJyNFEljLyQXCH3S2ZLElwO+EWMVvNjGHLS+QFf/VkxQtwWNJVeaOHxQrLCVB/eah2LsKpXSO9PvDxFuFrHJd5NO+lABE5DBABynzuApWpyOyO1xfUjJ1MdUyKomlmGVr9XZ/JPqht/fqxO8pAzePS7SUhJnQuUyAnbAPQM9XpA2J+f5nio7mXOXNjbpVgzqPMaOcalOMDI/Xh31z+lXNslnUkoq9RUyeOwAnD/YSbKlrnvk/UfqbL666t7bt1V9or8VDons4y5hiy7yMYU1sOM25vz40dgzaE1kTAry9AlXwd1CkkR7H0m/KwxKZgv6l49+SwUIAxW4wXRhPovpuCe9Hwy+kXosgApoZ2mOndUZPBp9cwVL6Q0tvXa9UljEo0M4mmFXaR/sJlZRpRs5wcuSx79/10W5xwJig0xLFZ7Ja9Cb/KItxx/fEhYcY4MHR8y0oQKuxGCIgRkwHUIhHubDPAjBaExE8+iEyF4TT95T023ZBzccFy7DnNgti6PZGVeHXAmiArKoMkVz1G6M+KJuoPcuXrq5r9/tcXVUePexAYJhFPaAFMyIw3rhAFzxsSAd+8EWdX+4TSL73nyqpg8O3jp95tSpS3sv02p6vxcNp/1mDRg3bvLkkXNHUEHc89XYVCX+rbf9FCplW6x8qkkNxFLFFkoDORHb/hiXlnAidH/cwkwl1sr17OslOB6v4Hi44kxhG37CA6h5S2Em5MBMzPlA8QBoYBt8YkXYJr8jhdQJrAJGs+I2yF1KPtKiB1eLBYvHmsnBWMaPyE+670AFNEB9Gwzi+0bBoG8HBtLOKmLn8wREo4wwbKr/9ultAOpJ6Hb0XP0dJHElNCwh4Ao8GID1/BtZIwciuqArcmiA1kvd2BpYFMFFyq4iqOX3BnR642k9fgu6oNXs6gTtTSvIDXUlEbNeGD+G4Ry4vmsEVtrYzNmtD00a5SVA12BeRBfYuoyYq8TRcGIpsVCJMBJmrCGVFExlR1ArjhUU4uW9ARS7KR5oKnslUFQrXthN9vCjrGifa2ypEhWjN/K7d9JbyWpNJW/yuBly2lA6U0ljRbh5uf3rj+4cRjhG1oHG33whBQ6YgAusuEc21qwjViqc0bqOmKpYX6gn1kZDm35Cvq2AKQ4b1TdqteP7N84cprhFPt/6fgl7Szq1XrfKk81ma2JmtiGvghVBK7i6PFZDia1KYVspMWuQRhnyz+3cZDQcqb3n1rriMX5BfTbYqTa1zsqTrypl/3dr2sSC6CJ304wn9qrJyo8mT9nL/uEWuEN5RyxpA2hXkRLlLpNuSbwCR/cSB9WmPcRRlXqNOKl2hZWdV+s6q+D1hqRUFL8GQjln46nyNUA+xsgex36OISeA6KHatyC4iJA7Mh/blTiYq15BnFVyLwwjylvNFfkth9ataUQ/TMAV4wMo9fOE4BRQnNnJ1BgXOJBUhcgdOy/RzKOKSAxouDjs9qroUDAzaiQZ184KY7QgacoJCT77vH3ckpMHdhJ83GZP/Jh7fEzHDFCcZKMgx9juzFp/YnLKplNfaKkEoLxFJZdKSqWZJB0ClLEUlV1svj1yv5wYUM6TRDELqFZ1UWcuCTIgjGfo9IelrQcL2u8fkRJFbVCANqpEzXkNYHsAWEO6LzliNt137u0B1LtVnJPPnwGkzC0GNHOCP226ezI8vqc6aKdwEB0PJ71+FPY6z/FvexOMlSe5ZBaq/n8FC9NdGTgQQkhQIJmkyDaZz4nHJRUEEiAZZNA/oSEFzjkDAkxSg7C/EuaQCdSyKrZd3nauezCKyBAGsPnY7nOAmk/bCcZ2XytVxHUcKCUKRISXE845IJYLGRxp7Khq/WMO8aQYTONDgM4cO37+/J6j24KdsH/Y38VP76u256aUFTTo8sbrv3y/YsXyDmwtu0f3zO1u3QwrYO7DVW/oVbh04Mz5ixuORefgNly+Il4hLLy4F4Z7YR/06p1nJ0emzaRAs1E4IMcsnfhGKqUEo50uxcdsdrjlmEk6GChlGJW9rVV8/8wZ0MamlTNGOaeKKaKtVBIMMsQkMca4A0QwRTHPCKSQmqwGA1oopYjMNTiQWlhExl5O85xDHC64lOqRDNLWXz+1nVFlAlBCCqGJIjpjnH3aGs26nm+X8mztOIcO/IRWtUdAhq1/TNa3LywZU4KxJZQzxol6TpBoxsJ9Mu3Xg2Zw+KI+sft4Eg+j/SP0bPb4lRc5mzG2fdamh451U9wjbjq71ceuv2dKLbjdyrT1b9+NrW8ZlUy1YaLW0+D9f6LfyixMG8gH8heRH61pnfwY0bvqG9BHkdd2/M+MuFH/Z6QB0fA277xitRp9LmteIo03R0Z96W55c60SCRmyER5mBCvkkL/sdZzeY7mGk/sqNSWUalKDKVXylSQ5P4yyej8b876os3n63utUwOHoAwn76B0hm7926XSRdJfmzL09UTiXz/Y+F3UwkQpWYanu6gyeOr6Z0jizcm7RHNpHyOD7DZ6QJCXTpMM9rgoje7L5A5sm11NB7zV9cONcruD2SN4Zgnd4+9h4D9c+hZ8kyAnGeh7163zAUNKTe5bhZw4+yzb0jhJLaTy0UPyk2LB61kCCxgDvzOqVUuDfB55n9appQ2FDSi1FbVBFGE+9d27B6QtH/kALd3qD8dFwBwxgb7HXba92VLtgMWzfuO9b9HDoTS5VB07BFI4mR9LT0enoOKB3SqHht4bYX6nZPyYx4L2TQL/5/pvf4uAvnFOJfxRZTVYMAUVJEoYubYIKtBEOYT8njBNAmMkieEcLmgZDv5BSdd4hTNWVVFpLGoWMkuCduijqOnFhmKThqEjr4J1VAUMAEUADYCDED2EBGABm/EXFxsp+MjFYCtumD+6+mdGUK7T/H8q8w+SHiG2A9cXXMX2+zEE/8J1hsIwBGBNjnylrBGAO0VQwwLhC6t8qKywAQ6KxhbNhz0+gENCeE6TIVKxavVaduvUasOKEKypVU7T2pNCRsU66sGbPkTNXEaLESJIiTS999DPAEMNMMMkU08wwy3wLLda+41F4EUsrpFXt7QxYs+ctQDCwOXnqDlpENdNW3qugiNtftNTV1pQVFeTcvHT+6OFDB/fP4ymfPozbdeFf0wZtf9p+tb3/5qsvtixfunjh/LkfvPfO26/bmzrz1BOPPfLw/fc+m/yGb+joF/WL8oVjtHgzP13Hs6YkBpqhDhUpAPMSrInDBW8JwdqjItBTL9n7vWU95VRhUhLVZdQHtHSgF86D5V4Fp4de5mY6Nb0GU1qxPq8x00B378cDoX/MCgGYT7v49elvQ/aBn7BmvmGAw8/7lpHTDsfy1dnfCxrKwxBFwHz7N2DAfH8gbeGN+Wq96zeGHgPtUZqFBadUcI3OlD55Z1S+GVlA1gjK7PyxF9J128+xz4jIRpRFDW1cXeo5128bsoNvVvOurXrXTw4ZW2YPyjWOBeuOP8vZGa+pBv1YWbz2vjVQuFx9oKYEoIvr8H+bHCzNNe7owS5Zb6wCLZAN/gD7ukaQRIuMETvRjIGrjjFxNOis+YxNrI1xsAwzrhLjlNfzQuf7TFDv3jEhRRrMIl3sMwnXvNdl8Lo86K5wmLzv4C8cayOfkcTexBgkfcaYRP2is+YzNkP/ZBy8IWJcq6Mj4Q0cBTrfZ4K+Gc+ZkP3inlmki30mkb94qcvgdXnQTZHXvxJDVOGzpxm3wT/MFud032m2ni7mcyvuugVbTGf/Q7Z9oaB4A8/2zf+sheOw1LXzkz4FLrEZOEOssBKrB66rqs4HSx7KYbHg3caHbSocSStci3AHa8nrRsZ78Ewyq0ZAzoqsh8r5ZLH7ZH0RXMuLuE47qsNMsGQL2xAf2E5N/i87P9m0uF5yWO0De9Dyw+eE49q+hZWEbV3Y4MXz/h5Py01ed8tBk6U9sGripjz0xEc4Gu52Afzilr/T7tWXcA9wO3xmLcraHwez+wlTG1M49UPwOnyXZuU0YzmCeUdPBzLJFXcVoHfow3w6nY0yOrszuBLmNTrogAbJIKhuHcx+Eru3kh1k4tF0d9yoxKVAB99Ae9fORKn1/6DBe8MrL9Y8ys3W08U8yi8Y5XxBGi4kg0ADz2NeuKAbB8UbKDxwKA6xXmKjUVbH1lNOHljaulWFqAhKMjEjQ3QIQTuGMIUSjGoUYwsD7xllhOVQaqoK6FvrGfTCD+Wjx2lZ2lInSAFJXvCNY10AHmqi5cGv1SMhV7MGuIV8OJqOhLYqL1ZJqkAjlUXSOAIirq80Wo3EM2BLj15VAHbQ8yTrCEVAgNEwDA1Ss55QZQB11ycKlG01I3fmhtaLBefcpg6qqqFaEAm49R6x18C0E8WsRBHakuAHysWNFwPfx/BhADDX4HdEk0Q03iro0bAQ/9iu8iYH4LAksOIm9ILgoUihnduVkJfjFcacDliF00YAoSaSPT+YixOQAIRDJyqoASY8z+VGZnNapVX0Riw6QkOqikPiowdi5/xdCpZIYQYClA92bJwo5oMP8mbBMZcsa/Cs539/lOpfR/OVdA4AAA==); font-weight:400; font-style:normal; } @font-face{ font-family: "Gotham A"; src: url(data:application/x-font-woff2;base64,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); font-weight:500; font-style:normal; } @font-face{ font-family: "Gotham B"; src: url(data:application/x-font-woff2;base64,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); font-weight:500; font-style:normal; } @font-face{ font-family: "Gotham A"; src: url(data:application/x-font-woff2;base64,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); font-weight:700; font-style:normal; } @font-face{ font-family: "Gotham B"; src: url(data:application/x-font-woff2;base64,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); font-weight:700; font-style:normal;
}

body {
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0;
  padding-bottom: 1.5em;
  line-height: 1.8125;
}

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color .3s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 7px;
}


h1{
  line-height:1.1458333333333333;
  letter-spacing: -1px;
}

h2{
  line-height:1.15; 
}

h3{
  line-height:1.2;
}

h4{
  line-height:1;
}

h5{
  line-height:1.4736842105263157;
}

h6 {
  line-height:1.7142857142857142;
  margin: 0 0 8px;
}

@media (max-width: 1300px) and (min-width: 1000px){
  h2{
    line-height:1.1500000000000001;
  }

  h3{
    line-height:1.4666666666666666;
  }
}

@media (max-width: 999px) and (min-width: 690px){
  h2{
    line-height:1.15;  
  }

  h3{
    line-height:1.4666666666666666;
  }

}


@media only screen and (max-width: 980px) {
  h1, h2, h3, h4, h5, p, ul {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 690px){

  h2{
    line-height:1.15; 
  }


  h3{
    line-height:1.4666666666666666;
  }

}


/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  letter-spacing: .5px;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 30px;
}


blockquote::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
  border-left: 4px solid #09b0ed;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
strong {
  font-weight: 800;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.form-title{
  padding: 5px 10px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}



/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

form .hs-form-field label:not(.hs-error-msg) {
  font-family: helvetica;
  font-size: 13px;
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  display: inline-block;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  outline: none !important; 
}


form input[type=checkbox]+label {
  display: inline-block;
  vertical-align: middle;
}
.systems-page form label {
  display: inline-block;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #c87872;
}



form .hs-error-msg,
form .hs-error-msgs label{
  color: #09b0ed;
}

form .hs_error_rollup .hs-main-font-element{
  font-family: helvetica;
}

/* Submit button */

form input[type=submit],
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  white-space:normal;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  transition: all .15s linear;
  font-family: helvetica;
}
form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

form  .actions input[type=submit],
.actions .hs-button {
  margin: 0;
}

form {
  -webkit-font-smoothing: auto;
}

/* Captcha */

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

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/*****************************************/
/*==============FontAwesome==============*/
/*****************************************/

@font-face {
  font-family: "FontAwesome"; 
  src: url("//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/Clearpathgps_Mar2022/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/fontawesome-webfont.svg) format("svg"),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/fontawesome-webfont.woff) format("woff"),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400;     
}



i[class^="icon-"],[class*=" icon-"],i[class*="fa-"],span[class*="fa-"] {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em
}

[class^="icon-"]:before,[class*=" icon-"]:before {
  text-decoration: inherit;
  speak: none
}

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em
}

[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: .2857142857142857em
}

[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em
}

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none
}

.icons-ul>li {
  position: relative
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit
}

[class^="icon-"].hide,[class*=" icon-"].hide {
  display: none
}

.icon-muted {
  color: #eee
}

.icon-light {
  color: #fff
}

.icon-dark {
  color: #333
}

.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  border-radius: 3px
}

.icon-2x {
  font-size: 2em
}

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px
}

.icon-3x {
  font-size: 3em
}

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px
}

.icon-4x {
  font-size: 4em
}

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px
}

.icon-5x {
  font-size: 5em
}

.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

[class^="icon-"].pull-left,[class*=" icon-"].pull-left {
  margin-right: .3em
}

[class^="icon-"].pull-right,[class*=" icon-"].pull-right {
  margin-left: .3em
}

[class^="icon-"],[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%
}

.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear
}

a .icon-stack,a .icon-spin {
  display: inline-block;
  text-decoration: none
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg)
  }

  100% {
    -o-transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg)
  }

  100% {
    -ms-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1)
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1)
}

a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before {
  display: inline-block
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

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

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
  content: "\f158"
}

.fa-won:before,.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

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

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}


/*****************************************/
/*============== dashicons ==============*/
/*****************************************/


@font-face {
  font-family: dashicons;
  src: url("//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/Clearpathgps_Mar2022/Fonts/dashicons.eot") format("embedded-opentype"),
    url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/dashicons.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400;   
}


.dashicons,.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
  content: "\f100"
}

.dashicons-admin-collapse:before {
  content: "\f148"
}

.dashicons-admin-comments:before {
  content: "\f101"
}

.dashicons-admin-customizer:before {
  content: "\f540"
}

.dashicons-admin-generic:before {
  content: "\f111"
}

.dashicons-admin-home:before {
  content: "\f102"
}

.dashicons-admin-links:before {
  content: "\f103"
}

.dashicons-admin-media:before {
  content: "\f104"
}

.dashicons-admin-multisite:before {
  content: "\f541"
}

.dashicons-admin-network:before {
  content: "\f112"
}

.dashicons-admin-page:before {
  content: "\f105"
}

.dashicons-admin-plugins:before {
  content: "\f106"
}

.dashicons-admin-post:before {
  content: "\f109"
}

.dashicons-admin-settings:before {
  content: "\f108"
}

.dashicons-admin-site-alt:before {
  content: "\f11d"
}

.dashicons-admin-site-alt2:before {
  content: "\f11e"
}

.dashicons-admin-site-alt3:before {
  content: "\f11f"
}

.dashicons-admin-site:before {
  content: "\f319"
}

.dashicons-admin-tools:before {
  content: "\f107"
}

.dashicons-admin-users:before {
  content: "\f110"
}

.dashicons-airplane:before {
  content: "\f15f"
}

.dashicons-album:before {
  content: "\f514"
}

.dashicons-align-center:before {
  content: "\f134"
}

.dashicons-align-full-width:before {
  content: "\f114"
}

.dashicons-align-left:before {
  content: "\f135"
}

.dashicons-align-none:before {
  content: "\f138"
}

.dashicons-align-pull-left:before {
  content: "\f10a"
}

.dashicons-align-pull-right:before {
  content: "\f10b"
}

.dashicons-align-right:before {
  content: "\f136"
}

.dashicons-align-wide:before {
  content: "\f11b"
}

.dashicons-amazon:before {
  content: "\f162"
}

.dashicons-analytics:before {
  content: "\f183"
}

.dashicons-archive:before {
  content: "\f480"
}

.dashicons-arrow-down-alt:before {
  content: "\f346"
}

.dashicons-arrow-down-alt2:before {
  content: "\f347"
}

.dashicons-arrow-down:before {
  content: "\f140"
}

.dashicons-arrow-left-alt:before {
  content: "\f340"
}

.dashicons-arrow-left-alt2:before {
  content: "\f341"
}

.dashicons-arrow-left:before {
  content: "\f141"
}

.dashicons-arrow-right-alt:before {
  content: "\f344"
}

.dashicons-arrow-right-alt2:before {
  content: "\f345"
}

.dashicons-arrow-right:before {
  content: "\f139"
}

.dashicons-arrow-up-alt:before {
  content: "\f342"
}

.dashicons-arrow-up-alt2:before {
  content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
  content: "\f143"
}

.dashicons-arrow-up:before {
  content: "\f142"
}

.dashicons-art:before {
  content: "\f309"
}

.dashicons-awards:before {
  content: "\f313"
}

.dashicons-backup:before {
  content: "\f321"
}

.dashicons-bank:before {
  content: "\f16a"
}

.dashicons-beer:before {
  content: "\f16c"
}

.dashicons-bell:before {
  content: "\f16d"
}

.dashicons-block-default:before {
  content: "\f12b"
}

.dashicons-book-alt:before {
  content: "\f331"
}

.dashicons-book:before {
  content: "\f330"
}

.dashicons-buddicons-activity:before {
  content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
  content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
  content: "\f448"
}

.dashicons-buddicons-community:before {
  content: "\f453"
}

.dashicons-buddicons-forums:before {
  content: "\f449"
}

.dashicons-buddicons-friends:before {
  content: "\f454"
}

.dashicons-buddicons-groups:before {
  content: "\f456"
}

.dashicons-buddicons-pm:before {
  content: "\f457"
}

.dashicons-buddicons-replies:before {
  content: "\f451"
}

.dashicons-buddicons-topics:before {
  content: "\f450"
}

.dashicons-buddicons-tracking:before {
  content: "\f455"
}

.dashicons-building:before {
  content: "\f512"
}

.dashicons-businessman:before {
  content: "\f338"
}

.dashicons-businessperson:before {
  content: "\f12e"
}

.dashicons-businesswoman:before {
  content: "\f12f"
}

.dashicons-button:before {
  content: "\f11a"
}

.dashicons-calculator:before {
  content: "\f16e"
}

.dashicons-calendar-alt:before {
  content: "\f508"
}

.dashicons-calendar:before {
  content: "\f145"
}

.dashicons-camera-alt:before {
  content: "\f129"
}

.dashicons-camera:before {
  content: "\f306"
}

.dashicons-car:before {
  content: "\f16b"
}

.dashicons-carrot:before {
  content: "\f511"
}

.dashicons-cart:before {
  content: "\f174"
}

.dashicons-category:before {
  content: "\f318"
}

.dashicons-chart-area:before {
  content: "\f239"
}

.dashicons-chart-bar:before {
  content: "\f185"
}

.dashicons-chart-line:before {
  content: "\f238"
}

.dashicons-chart-pie:before {
  content: "\f184"
}

.dashicons-clipboard:before {
  content: "\f481"
}

.dashicons-clock:before {
  content: "\f469"
}

.dashicons-cloud-saved:before {
  content: "\f137"
}

.dashicons-cloud-upload:before {
  content: "\f13b"
}

.dashicons-cloud:before {
  content: "\f176"
}

.dashicons-code-standards:before {
  content: "\f13a"
}

.dashicons-coffee:before {
  content: "\f16f"
}

.dashicons-color-picker:before {
  content: "\f131"
}

.dashicons-columns:before {
  content: "\f13c"
}

.dashicons-controls-back:before {
  content: "\f518"
}

.dashicons-controls-forward:before {
  content: "\f519"
}

.dashicons-controls-pause:before {
  content: "\f523"
}

.dashicons-controls-play:before {
  content: "\f522"
}

.dashicons-controls-repeat:before {
  content: "\f515"
}

.dashicons-controls-skipback:before {
  content: "\f516"
}

.dashicons-controls-skipforward:before {
  content: "\f517"
}

.dashicons-controls-volumeoff:before {
  content: "\f520"
}

.dashicons-controls-volumeon:before {
  content: "\f521"
}

.dashicons-cover-image:before {
  content: "\f13d"
}

.dashicons-dashboard:before {
  content: "\f226"
}

.dashicons-database-add:before {
  content: "\f170"
}

.dashicons-database-export:before {
  content: "\f17a"
}

.dashicons-database-import:before {
  content: "\f17b"
}

.dashicons-database-remove:before {
  content: "\f17c"
}

.dashicons-database-view:before {
  content: "\f17d"
}

.dashicons-database:before {
  content: "\f17e"
}

.dashicons-desktop:before {
  content: "\f472"
}

.dashicons-dismiss:before {
  content: "\f153"
}

.dashicons-download:before {
  content: "\f316"
}

.dashicons-drumstick:before {
  content: "\f17f"
}

.dashicons-edit-large:before {
  content: "\f327"
}

.dashicons-edit-page:before {
  content: "\f186"
}

.dashicons-edit:before {
  content: "\f464"
}

.dashicons-editor-aligncenter:before {
  content: "\f207"
}

.dashicons-editor-alignleft:before {
  content: "\f206"
}

.dashicons-editor-alignright:before {
  content: "\f208"
}

.dashicons-editor-bold:before {
  content: "\f200"
}

.dashicons-editor-break:before {
  content: "\f474"
}

.dashicons-editor-code-duplicate:before {
  content: "\f494"
}

.dashicons-editor-code:before {
  content: "\f475"
}

.dashicons-editor-contract:before {
  content: "\f506"
}

.dashicons-editor-customchar:before {
  content: "\f220"
}

.dashicons-editor-expand:before {
  content: "\f211"
}

.dashicons-editor-help:before {
  content: "\f223"
}

.dashicons-editor-indent:before {
  content: "\f222"
}

.dashicons-editor-insertmore:before {
  content: "\f209"
}

.dashicons-editor-italic:before {
  content: "\f201"
}

.dashicons-editor-justify:before {
  content: "\f214"
}

.dashicons-editor-kitchensink:before {
  content: "\f212"
}

.dashicons-editor-ltr:before {
  content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
  content: "\f12c"
}

.dashicons-editor-ol:before {
  content: "\f204"
}

.dashicons-editor-outdent:before {
  content: "\f221"
}

.dashicons-editor-paragraph:before {
  content: "\f476"
}

.dashicons-editor-paste-text:before {
  content: "\f217"
}

.dashicons-editor-paste-word:before {
  content: "\f216"
}

.dashicons-editor-quote:before {
  content: "\f205"
}

.dashicons-editor-removeformatting:before {
  content: "\f218"
}

.dashicons-editor-rtl:before {
  content: "\f320"
}

.dashicons-editor-spellcheck:before {
  content: "\f210"
}

.dashicons-editor-strikethrough:before {
  content: "\f224"
}

.dashicons-editor-table:before {
  content: "\f535"
}

.dashicons-editor-textcolor:before {
  content: "\f215"
}

.dashicons-editor-ul:before {
  content: "\f203"
}

.dashicons-editor-underline:before {
  content: "\f213"
}

.dashicons-editor-unlink:before {
  content: "\f225"
}

.dashicons-editor-video:before {
  content: "\f219"
}

.dashicons-ellipsis:before {
  content: "\f11c"
}

.dashicons-email-alt:before {
  content: "\f466"
}

.dashicons-email-alt2:before {
  content: "\f467"
}

.dashicons-email:before {
  content: "\f465"
}

.dashicons-embed-audio:before {
  content: "\f13e"
}

.dashicons-embed-generic:before {
  content: "\f13f"
}

.dashicons-embed-photo:before {
  content: "\f144"
}

.dashicons-embed-post:before {
  content: "\f146"
}

.dashicons-embed-video:before {
  content: "\f149"
}

.dashicons-excerpt-view:before {
  content: "\f164"
}

.dashicons-exit:before {
  content: "\f14a"
}

.dashicons-external:before {
  content: "\f504"
}

.dashicons-facebook-alt:before {
  content: "\f305"
}

.dashicons-facebook:before {
  content: "\f304"
}

.dashicons-feedback:before {
  content: "\f175"
}

.dashicons-filter:before {
  content: "\f536"
}

.dashicons-flag:before {
  content: "\f227"
}

.dashicons-food:before {
  content: "\f187"
}

.dashicons-format-aside:before {
  content: "\f123"
}

.dashicons-format-audio:before {
  content: "\f127"
}

.dashicons-format-chat:before {
  content: "\f125"
}

.dashicons-format-gallery:before {
  content: "\f161"
}

.dashicons-format-image:before {
  content: "\f128"
}

.dashicons-format-quote:before {
  content: "\f122"
}

.dashicons-format-status:before {
  content: "\f130"
}

.dashicons-format-video:before {
  content: "\f126"
}

.dashicons-forms:before {
  content: "\f314"
}

.dashicons-fullscreen-alt:before {
  content: "\f188"
}

.dashicons-fullscreen-exit-alt:before {
  content: "\f189"
}

.dashicons-games:before {
  content: "\f18a"
}

.dashicons-google:before {
  content: "\f18b"
}

.dashicons-googleplus:before {
  content: "\f462"
}

.dashicons-grid-view:before {
  content: "\f509"
}

.dashicons-groups:before {
  content: "\f307"
}

.dashicons-hammer:before {
  content: "\f308"
}

.dashicons-heading:before {
  content: "\f10e"
}

.dashicons-heart:before {
  content: "\f487"
}

.dashicons-hidden:before {
  content: "\f530"
}

.dashicons-hourglass:before {
  content: "\f18c"
}

.dashicons-html:before {
  content: "\f14b"
}

.dashicons-id-alt:before {
  content: "\f337"
}

.dashicons-id:before {
  content: "\f336"
}

.dashicons-image-crop:before {
  content: "\f165"
}

.dashicons-image-filter:before {
  content: "\f533"
}

.dashicons-image-flip-horizontal:before {
  content: "\f169"
}

.dashicons-image-flip-vertical:before {
  content: "\f168"
}

.dashicons-image-rotate-left:before {
  content: "\f166"
}

.dashicons-image-rotate-right:before {
  content: "\f167"
}

.dashicons-image-rotate:before {
  content: "\f531"
}

.dashicons-images-alt:before {
  content: "\f232"
}

.dashicons-images-alt2:before {
  content: "\f233"
}

.dashicons-index-card:before {
  content: "\f510"
}

.dashicons-info-outline:before {
  content: "\f14c"
}

.dashicons-info:before {
  content: "\f348"
}

.dashicons-insert-after:before {
  content: "\f14d"
}

.dashicons-insert-before:before {
  content: "\f14e"
}

.dashicons-insert:before {
  content: "\f10f"
}

.dashicons-instagram:before {
  content: "\f12d"
}

.dashicons-laptop:before {
  content: "\f547"
}

.dashicons-layout:before {
  content: "\f538"
}

.dashicons-leftright:before {
  content: "\f229"
}

.dashicons-lightbulb:before {
  content: "\f339"
}

.dashicons-linkedin:before {
  content: "\f18d"
}

.dashicons-list-view:before {
  content: "\f163"
}

.dashicons-location-alt:before {
  content: "\f231"
}

.dashicons-location:before {
  content: "\f230"
}

.dashicons-lock-duplicate:before {
  content: "\f315"
}

.dashicons-lock:before {
  content: "\f160"
}

.dashicons-marker:before {
  content: "\f159"
}

.dashicons-media-archive:before {
  content: "\f501"
}

.dashicons-media-audio:before {
  content: "\f500"
}

.dashicons-media-code:before {
  content: "\f499"
}

.dashicons-media-default:before {
  content: "\f498"
}

.dashicons-media-document:before {
  content: "\f497"
}

.dashicons-media-interactive:before {
  content: "\f496"
}

.dashicons-media-spreadsheet:before {
  content: "\f495"
}

.dashicons-media-text:before {
  content: "\f491"
}

.dashicons-media-video:before {
  content: "\f490"
}

.dashicons-megaphone:before {
  content: "\f488"
}

.dashicons-menu-alt:before {
  content: "\f228"
}

.dashicons-menu-alt2:before {
  content: "\f329"
}

.dashicons-menu-alt3:before {
  content: "\f349"
}

.dashicons-menu:before {
  content: "\f333"
}

.dashicons-microphone:before {
  content: "\f482"
}

.dashicons-migrate:before {
  content: "\f310"
}

.dashicons-minus:before {
  content: "\f460"
}

.dashicons-money-alt:before {
  content: "\f18e"
}

.dashicons-money:before {
  content: "\f526"
}

.dashicons-move:before {
  content: "\f545"
}

.dashicons-nametag:before {
  content: "\f484"
}

.dashicons-networking:before {
  content: "\f325"
}

.dashicons-no-alt:before {
  content: "\f335"
}

.dashicons-no:before {
  content: "\f158"
}

.dashicons-open-folder:before {
  content: "\f18f"
}

.dashicons-palmtree:before {
  content: "\f527"
}

.dashicons-paperclip:before {
  content: "\f546"
}

.dashicons-pdf:before {
  content: "\f190"
}

.dashicons-performance:before {
  content: "\f311"
}

.dashicons-pets:before {
  content: "\f191"
}

.dashicons-phone:before {
  content: "\f525"
}

.dashicons-pinterest:before {
  content: "\f192"
}

.dashicons-playlist-audio:before {
  content: "\f492"
}

.dashicons-playlist-video:before {
  content: "\f493"
}

.dashicons-plugins-checked:before {
  content: "\f485"
}

.dashicons-plus-alt:before {
  content: "\f502"
}

.dashicons-plus-alt2:before {
  content: "\f543"
}

.dashicons-plus:before {
  content: "\f132"
}

.dashicons-podio:before {
  content: "\f19c"
}

.dashicons-portfolio:before {
  content: "\f322"
}

.dashicons-post-status:before {
  content: "\f173"
}

.dashicons-pressthis:before {
  content: "\f157"
}

.dashicons-printer:before {
  content: "\f193"
}

.dashicons-privacy:before {
  content: "\f194"
}

.dashicons-products:before {
  content: "\f312"
}

.dashicons-randomize:before {
  content: "\f503"
}

.dashicons-reddit:before {
  content: "\f195"
}

.dashicons-redo:before {
  content: "\f172"
}

.dashicons-remove:before {
  content: "\f14f"
}

.dashicons-rest-api:before {
  content: "\f124"
}

.dashicons-rss:before {
  content: "\f303"
}

.dashicons-saved:before {
  content: "\f15e"
}

.dashicons-schedule:before {
  content: "\f489"
}

.dashicons-screenoptions:before {
  content: "\f180"
}

.dashicons-search:before {
  content: "\f179"
}

.dashicons-share-alt:before {
  content: "\f240"
}

.dashicons-share-alt2:before {
  content: "\f242"
}

.dashicons-share:before {
  content: "\f237"
}

.dashicons-shield-alt:before {
  content: "\f334"
}

.dashicons-shield:before {
  content: "\f332"
}

.dashicons-shortcode:before {
  content: "\f150"
}

.dashicons-slides:before {
  content: "\f181"
}

.dashicons-smartphone:before {
  content: "\f470"
}

.dashicons-smiley:before {
  content: "\f328"
}

.dashicons-sort:before {
  content: "\f156"
}

.dashicons-sos:before {
  content: "\f468"
}

.dashicons-spotify:before {
  content: "\f196"
}

.dashicons-star-empty:before {
  content: "\f154"
}

.dashicons-star-filled:before {
  content: "\f155"
}

.dashicons-star-half:before {
  content: "\f459"
}

.dashicons-sticky:before {
  content: "\f537"
}

.dashicons-store:before {
  content: "\f513"
}

.dashicons-superhero-alt:before {
  content: "\f197"
}

.dashicons-superhero:before {
  content: "\f198"
}

.dashicons-table-col-after:before {
  content: "\f151"
}

.dashicons-table-col-before:before {
  content: "\f152"
}

.dashicons-table-col-delete:before {
  content: "\f15a"
}

.dashicons-table-row-after:before {
  content: "\f15b"
}

.dashicons-table-row-before:before {
  content: "\f15c"
}

.dashicons-table-row-delete:before {
  content: "\f15d"
}

.dashicons-tablet:before {
  content: "\f471"
}

.dashicons-tag:before {
  content: "\f323"
}

.dashicons-tagcloud:before {
  content: "\f479"
}

.dashicons-testimonial:before {
  content: "\f473"
}

.dashicons-text-page:before {
  content: "\f121"
}

.dashicons-text:before {
  content: "\f478"
}

.dashicons-thumbs-down:before {
  content: "\f542"
}

.dashicons-thumbs-up:before {
  content: "\f529"
}

.dashicons-tickets-alt:before {
  content: "\f524"
}

.dashicons-tickets:before {
  content: "\f486"
}

.dashicons-tide:before {
  content: "\f10d"
}

.dashicons-translation:before {
  content: "\f326"
}

.dashicons-trash:before {
  content: "\f182"
}

.dashicons-twitch:before {
  content: "\f199"
}

.dashicons-twitter-alt:before {
  content: "\f302"
}

.dashicons-twitter:before {
  content: "\f301"
}

.dashicons-undo:before {
  content: "\f171"
}

.dashicons-universal-access-alt:before {
  content: "\f507"
}

.dashicons-universal-access:before {
  content: "\f483"
}

.dashicons-unlock:before {
  content: "\f528"
}

.dashicons-update-alt:before {
  content: "\f113"
}

.dashicons-update:before {
  content: "\f463"
}

.dashicons-upload:before {
  content: "\f317"
}

.dashicons-vault:before {
  content: "\f178"
}

.dashicons-video-alt:before {
  content: "\f234"
}

.dashicons-video-alt2:before {
  content: "\f235"
}

.dashicons-video-alt3:before {
  content: "\f236"
}

.dashicons-visibility:before {
  content: "\f177"
}

.dashicons-warning:before {
  content: "\f534"
}

.dashicons-welcome-add-page:before {
  content: "\f133"
}

.dashicons-welcome-comments:before {
  content: "\f117"
}

.dashicons-welcome-learn-more:before {
  content: "\f118"
}

.dashicons-welcome-view-site:before {
  content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
  content: "\f116"
}

.dashicons-welcome-write-blog:before {
  content: "\f119"
}

.dashicons-whatsapp:before {
  content: "\f19a"
}

.dashicons-wordpress-alt:before {
  content: "\f324"
}

.dashicons-wordpress:before {
  content: "\f120"
}

.dashicons-xing:before {
  content: "\f19d"
}

.dashicons-yes-alt:before {
  content: "\f12a"
}

.dashicons-yes:before {
  content: "\f147"
}

.dashicons-youtube:before {
  content: "\f19b"
}

.dashicons-editor-distractionfree:before {
  content: "\f211"
}

.dashicons-exerpt-view:before {
  content: "\f164"
}

.dashicons-format-links:before {
  content: "\f103"
}

.dashicons-format-standard:before {
  content: "\f109"
}

.dashicons-post-trash:before {
  content: "\f182"
}

.dashicons-share1:before {
  content: "\f237"
}

.dashicons-welcome-edit-page:before {
  content: "\f119"
}

/*============================ icomoon ============================*/

@font-face {
  font-family: icomoon; 
  src: url("//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/Clearpathgps_Mar2022/Fonts/icomoon.eot") format("embedded-opentype"), 
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/icomoon.woff) format("woff"), 
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/icomoon.ttf) format("truetype"),
    url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/icomoon.svg) format("svg");
  font-style: normal; 
  font-weight: 400;    
}

.ascend .mfp-iframe-holder .mfp-close,.ascend .mfp-image-holder .mfp-close,.fa.fa-angle-down,.fa.fa-angle-left,.fa.fa-angle-right,.fa.fa-angle-up,.fa.fa-facebook,.fa.fa-linkedin,.fa.fa-minus-sign,.fa.fa-ok-sign,.fa.fa-pinterest,.fa.fa-plus-sign,.fa.fa-twitter,.icon-be,.icon-button-arrow,.icon-salient-apple-music,.icon-salient-artstation,.icon-salient-back-to-all,.icon-salient-cart,.icon-salient-discord,.icon-salient-down-arrow,.icon-salient-down-arrow-thin,.icon-salient-facebook,.icon-salient-facebook-messenger,.icon-salient-heart,.icon-salient-heart-2,.icon-salient-houzz,.icon-salient-left-arrow,.icon-salient-left-arrow-thin,.icon-salient-m-clock,.icon-salient-m-close,.icon-salient-m-eye,.icon-salient-m-social-alt,.icon-salient-m-user,.icon-salient-pencil,.icon-salient-pinterest,.icon-salient-plus,.icon-salient-right-arrow,.icon-salient-right-arrow-thin,.icon-salient-right-line,.icon-salient-search,.icon-salient-spotify,.icon-salient-thin-line,.icon-salient-tiktok,.icon-salient-twitch,.icon-salient-twitter,.icon-salient-woo-zoom-icon,.icon-salient-x,.icon-soundcloud,.icon-vimeo,.material .comment-list .reply a:before,.mejs-controls .mejs-button button,.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close,.salient-page-submenu-icon,.video-play-button,i.fa.fa-houzz {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

.icon-salient-m-bag:before {
  content: "\e900"
}

.icon-salient-m-eye:before {
  content: "\e015"
}

.icon-salient-m-clock:before {
  content: "\e016"
}

.icon-salient-m-gear:before {
  content: "\e023"
}

.icon-salient-m-heart:before {
  content: "\e024"
}

.icon-salient-m-search:before {
  content: "\e036"
}

.icon-salient-m-prev:before {
  content: "\e050"
}

.icon-salient-m-rewind:before {
  content: "\e051"
}

.icon-salient-m-play:before {
  content: "\e052"
}

.icon-salient-woo-zoom-icon:before {
  content: "\e908"
}

.icon-salient-woo-zoom-icon-minus:before {
  content: "\e90a"
}

.icon-salient-m-pause:before {
  content: "\e053"
}

.icon-salient-m-stop:before {
  content: "\e054"
}

.icon-salient-m-ff:before {
  content: "\e055"
}

.icon-salient-m-next:before {
  content: "\e056"
}

.icon-salient-m-user:before {
  content: "\e074"
}

.icon-salient-m-chat:before {
  content: "\e076"
}

.icon-salient-m-social:before {
  content: "\e081"
}

.icon-salient-m-social-alt:before {
  content: "\e90e"
}

.icon-salient-m-left-arrow:before {
  content: "\e094"
}

.icon-salient-m-right-arrow:before {
  content: "\e095"
}

.icon-salient-m-sound:before {
  content: "\e098"
}

.icon-salient-m-mute:before {
  content: "\e099"
}

.icon-salient-m-close:before {
  content: "\e117"
}

.icon-salient-m-menu:before {
  content: "\e120"
}

.icon-salient-x:before {
  content: "\e003"
}

.icon-salient-right-arrow:before {
  content: "\e000"
}

.icon-salient-left-arrow:before {
  content: "\e001"
}

.icon-salient-right-line:before {
  content: "\e004"
}

.icon-salient-back-to-all:before {
  content: "\e005"
}

.icon-salient-right-arrow-thin:before {
  content: "\e006"
}

.icon-salient-left-arrow-thin:before {
  content: "\e007"
}

.icon-salient-down-arrow-thin:before {
  content: "\e00c"
}

.icon-salient-down-arrow:before {
  content: "\e008"
}

.icon-salient-facebook:before {
  content: "\e00a"
}

.icon-salient-twitter:before {
  content: "\e00b"
}

.icon-salient-pinterest:before {
  content: "\e00d"
}

.icon-salient-heart:before {
  content: "\e00e"
}

.icon-salient-plus:before {
  content: "\e010"
}

.icon-salient-cart:before {
  content: "\e012"
}

.icon-salient-pencil:before {
  content: "\e011"
}

.icon-be:before {
  content: "\e013"
}

.icon-vimeo:before {
  content: "\e014"
}

.icon-soundcloud:before {
  content: "\e600"
}

.icon-button-arrow:before {
  content: "\e909"
}

.icon-salient-thin-line:before {
  content: "\e602"
}

.icon-salient-spotify:before {
  content: "\f1bc"
}

.icon-salient-facebook-messenger:before {
  content: "\e90d"
}

.icon-salient-artstation:before {
  content: "\e90b"
}

.icon-salient-discord:before {
  content: "\e90c"
}

.icon-salient-tiktok:before {
  content: "\e90f"
}

.icon-salient-houzz,i.fa.fa-houzz:before {
  content: "\e904"
}

.icon-salient-twitch:before {
  content: "\e905"
}

.icon-salient-apple-music:before {
  content: "\e903"
}

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

.fa.fa-angle-up:before {
  content: "\f106"
}

.fa.fa-angle-left:before {
  content: "\f104"
}

.fa.fa-angle-right:before {
  content: "\f105"
}

.fa.fa-pinterest:before {
  content: "\f0d2"
}

.fa.fa-twitter:before {
  content: "\f099"
}

.fa.fa-facebook:before {
  content: "\f09a"
}

.fa.fa-linkedin:before {
  content: "\e605"
}

.fa.fa-ok-sign:before {
  content: "\f058"
}

.fa.fa-minus-sign:before {
  content: "\f056"
}

.fa.fa-plus-sign:before {
  content: "\f055"
}
@font-face {
  font-family: steadysets;
  src: url('//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/steadysets.eot') format('embedded-opentype'),
    url('//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/steadysets.ttf') format('truetype'),
    url('//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/Fonts/steadysets.woff');
  font-weight: 400;
  font-style: normal;
}

body [class*=" steadysets-icon-"],body [class*=" steadysets-icon-"].icon-default-style,body [class^=steadysets-icon-] {
  font-family: steadysets;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.steadysets-icon-type:before {
  content: "\e600";
}

.steadysets-icon-box:before {
  content: "\e601";
}

.steadysets-icon-archive:before {
  content: "\e602";
}

.steadysets-icon-envelope:before {
  content: "\e603";
}

.steadysets-icon-email:before {
  content: "\e604";
}

.steadysets-icon-files:before {
  content: "\e605";
}

.steadysets-icon-uniE606:before {
  content: "\e606";
}

.steadysets-icon-connection-empty:before {
  content: "\e607";
}

.steadysets-icon-connection-25:before {
  content: "\e608";
}

.steadysets-icon-connection-50:before {
  content: "\e609";
}

.steadysets-icon-connection-75:before {
  content: "\e60a";
}

.steadysets-icon-connection-full:before {
  content: "\e60b";
}

.steadysets-icon-microphone:before {
  content: "\e60c";
}

.steadysets-icon-microphone-off:before {
  content: "\e60d";
}

.steadysets-icon-book:before {
  content: "\e60e";
}

.steadysets-icon-cloud:before {
  content: "\e60f";
}

.steadysets-icon-book2:before {
  content: "\e610";
}

.steadysets-icon-star:before {
  content: "\e611";
}

.steadysets-icon-phone-portrait:before {
  content: "\e612";
}

.steadysets-icon-phone-landscape:before {
  content: "\e613";
}

.steadysets-icon-tablet:before {
  content: "\e614";
}

.steadysets-icon-tablet-landscape:before {
  content: "\e615";
}

.steadysets-icon-laptop:before {
  content: "\e616";
}

.steadysets-icon-uniE617:before {
  content: "\e617";
}

.steadysets-icon-barbell:before {
  content: "\e618";
}

.steadysets-icon-stopwatch:before {
  content: "\e619";
}

.steadysets-icon-atom:before {
  content: "\e61a";
}

.steadysets-icon-syringe:before {
  content: "\e61b";
}

.steadysets-icon-pencil:before {
  content: "\e61c";
}

.steadysets-icon-chart:before {
  content: "\e61d";
}

.steadysets-icon-bars:before {
  content: "\e61e";
}

.steadysets-icon-cube:before {
  content: "\e61f";
}

.steadysets-icon-image:before {
  content: "\e620";
}

.steadysets-icon-crop:before {
  content: "\e621";
}

.steadysets-icon-graph:before {
  content: "\e622";
}

.steadysets-icon-select:before {
  content: "\e623";
}

.steadysets-icon-bucket:before {
  content: "\e624";
}

.steadysets-icon-mug:before {
  content: "\e625";
}

.steadysets-icon-clipboard:before {
  content: "\e626";
}

.steadysets-icon-lab:before {
  content: "\e627";
}

.steadysets-icon-bones:before {
  content: "\e628";
}

.steadysets-icon-pill:before {
  content: "\e629";
}

.steadysets-icon-bolt:before {
  content: "\e62a";
}

.steadysets-icon-health:before {
  content: "\e62b";
}

.steadysets-icon-map-marker:before {
  content: "\e62c";
}

.steadysets-icon-stack:before {
  content: "\e62d";
}

.steadysets-icon-newspaper:before {
  content: "\e62e";
}

.steadysets-icon-uniE62F:before {
  content: "\e62f";
}

.steadysets-icon-coffee:before {
  content: "\e630";
}

.steadysets-icon-bill:before {
  content: "\e631";
}

.steadysets-icon-sun:before {
  content: "\e632";
}

.steadysets-icon-vcard:before {
  content: "\e633";
}

.steadysets-icon-shorts:before {
  content: "\e634";
}

.steadysets-icon-drink:before {
  content: "\e635";
}

.steadysets-icon-diamond:before {
  content: "\e636";
}

.steadysets-icon-bag:before {
  content: "\e637";
}

.steadysets-icon-calculator:before {
  content: "\e638";
}

.steadysets-icon-credit-cards:before {
  content: "\e639";
}

.steadysets-icon-microwave-oven:before {
  content: "\e63a";
}

.steadysets-icon-camera:before {
  content: "\e63b";
}

.steadysets-icon-share:before {
  content: "\e63c";
}

.steadysets-icon-bullhorn:before {
  content: "\e63d";
}

.steadysets-icon-user:before {
  content: "\e63e";
}

.steadysets-icon-users:before {
  content: "\e63f";
}

.steadysets-icon-user2:before {
  content: "\e640";
}

.steadysets-icon-users2:before {
  content: "\e641";
}

.steadysets-icon-unlocked:before {
  content: "\e642";
}

.steadysets-icon-unlocked2:before {
  content: "\e643";
}

.steadysets-icon-lock:before {
  content: "\e644";
}

.steadysets-icon-forbidden:before {
  content: "\e645";
}

.steadysets-icon-switch:before {
  content: "\e646";
}

.steadysets-icon-meter:before {
  content: "\e647";
}

.steadysets-icon-flag:before {
  content: "\e648";
}

.steadysets-icon-home:before {
  content: "\e649";
}

.steadysets-icon-printer:before {
  content: "\e64a";
}

.steadysets-icon-clock:before {
  content: "\e64b";
}

.steadysets-icon-calendar:before {
  content: "\e64c";
}

.steadysets-icon-comment:before {
  content: "\e64d";
}

.steadysets-icon-chat-3:before {
  content: "\e64e";
}

.steadysets-icon-chat-2:before {
  content: "\e64f";
}

.steadysets-icon-chat-1:before {
  content: "\e650";
}

.steadysets-icon-chat:before {
  content: "\e651";
}

.steadysets-icon-zoom-out:before {
  content: "\e652";
}

.steadysets-icon-zoom-in:before {
  content: "\e653";
}

.steadysets-icon-search:before {
  content: "\e654";
}

.steadysets-icon-trashcan:before {
  content: "\e655";
}

.steadysets-icon-tag:before {
  content: "\e656";
}

.steadysets-icon-download:before {
  content: "\e657";
}

.steadysets-icon-paperclip:before {
  content: "\e658";
}

.steadysets-icon-checkbox:before {
  content: "\e659";
}

.steadysets-icon-checkbox-checked:before {
  content: "\e65a";
}

.steadysets-icon-checkmark:before {
  content: "\e65b";
}

.steadysets-icon-refresh:before {
  content: "\e65c";
}

.steadysets-icon-reload:before {
  content: "\e65d";
}

.steadysets-icon-arrow-right:before {
  content: "\e65e";
}

.steadysets-icon-arrow-down:before {
  content: "\e65f";
}

.steadysets-icon-arrow-up:before {
  content: "\e660";
}

.steadysets-icon-arrow-left:before {
  content: "\e661";
}

.steadysets-icon-settings:before {
  content: "\e662";
}

.steadysets-icon-battery-full:before {
  content: "\e663";
}

.steadysets-icon-battery-75:before {
  content: "\e664";
}

.steadysets-icon-battery-50:before {
  content: "\e665";
}

.steadysets-icon-battery-25:before {
  content: "\e666";
}

.steadysets-icon-battery-empty:before {
  content: "\e667";
}

.steadysets-icon-battery-charging:before {
  content: "\e668";
}

.steadysets-icon-uniE669:before {
  content: "\e669";
}

.steadysets-icon-grid:before {
  content: "\e66a";
}

.steadysets-icon-list:before {
  content: "\e66b";
}

.steadysets-icon-wifi-low:before {
  content: "\e66c";
}

.steadysets-icon-folder-check:before {
  content: "\e66d";
}

.steadysets-icon-folder-settings:before {
  content: "\e66e";
}

.steadysets-icon-folder-add:before {
  content: "\e66f";
}

.steadysets-icon-folder:before {
  content: "\e670";
}

.steadysets-icon-window:before {
  content: "\e671";
}

.steadysets-icon-windows:before {
  content: "\e672";
}

.steadysets-icon-browser:before {
  content: "\e673";
}

.steadysets-icon-file-broken:before {
  content: "\e674";
}

.steadysets-icon-align-justify:before {
  content: "\e675";
}

.steadysets-icon-align-center:before {
  content: "\e676";
}

.steadysets-icon-align-right:before {
  content: "\e677";
}

.steadysets-icon-align-left:before {
  content: "\e678";
}

.steadysets-icon-file:before {
  content: "\e679";
}

.steadysets-icon-file-add:before {
  content: "\e67a";
}

.steadysets-icon-file-settings:before {
  content: "\e67b";
}

.steadysets-icon-mute:before {
  content: "\e67c";
}

.steadysets-icon-heart:before {
  content: "\e67d";
}

.steadysets-icon-enter:before {
  content: "\e67e";
}

.steadysets-icon-volume-decrease:before {
  content: "\e67f";
}

.steadysets-icon-wifi-mid:before {
  content: "\e680";
}

.steadysets-icon-volume:before {
  content: "\e681";
}

.steadysets-icon-bookmark:before {
  content: "\e682";
}

.steadysets-icon-screen:before {
  content: "\e683";
}

.steadysets-icon-map:before {
  content: "\e684";
}

.steadysets-icon-measure:before {
  content: "\e685";
}

.steadysets-icon-eyedropper:before {
  content: "\e686";
}

.steadysets-icon-support:before {
  content: "\e687";
}

.steadysets-icon-phone:before {
  content: "\e688";
}

.steadysets-icon-email2:before {
  content: "\e689";
}

.steadysets-icon-volume-increase:before {
  content: "\e68a";
}

.steadysets-icon-wifi-full:before {
  content: "\e68b";
}
header.header {
  box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
  transition: transform .32s ease,background-color .3s ease 0s,box-shadow .3s ease 0s,margin .25s ease;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 28px 0 0 0;
  z-index: 9999;
  overflow: visible;
}

body:not(.scroll-header) header.header {
  box-shadow: none;
}

.header-secondary-outer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: transform .32s ease;
  border: 1px solid transparent;
  border-bottom: 1px solid #f2f2f2;
  min-height: 42px;
}

.header-secondary-outer > .container {
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
  min-height: 40px;
}

.mobile-menu {
  display: none;
}

.top-secondary-in {
  min-height: 40px;
  position: relative;
}

.nectar-center-text a span {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 16px;
  color: #09b0ed;
  font-weight: 600;
}

.nectar-center-text {
  text-align: center;
  font-weight: 400;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  line-height: 16px;
  max-width: 70%;
  padding: 10px 0;
}

.contact_details-wrap {
  position: relative;
  z-index: 555;
}

.cm-hdr-cntnt-details {
  padding: 9px 0 8px 0;
  float: right;
  z-index: 1000;
  line-height: 1;
}

.cm-hdr-cntnt-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-hdr-cntnt-details ul li {
  float: left;
  outline: 0 none;
  line-height: 0;
  position: relative;
  font-size: 16px;
}

.cm-hdr-cntnt-details ul li a {
  border-left: 0;
  line-height: 22px;
  font-size: 12px;
  padding: 0;
  margin: 0 10px;
  height: auto;
  color: rgba(0,0,0,.55);
  display: block;
  position: relative;
}

.cm-hdr-cntnt-details ul li a:hover {
  color: rgba(0,0,0,.8);
}

.cm-hdr-cntnt-details ul li a .menu-title-text {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper a[href="javascript:;"] {
  cursor: text;
}
.cm-hdr-cntnt-details ul li a .menu-title-text:after {
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: "";
  padding-bottom: inherit;
  transform-origin: 0 0;
  transition: transform .35s cubic-bezier(.52,.01,.16,1);
  bottom: 0;
  border-width: 1px;
  border-color: #09b0ed;
}

.cm-hdr-cntnt-details ul li a:hover .menu-title-text:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.cm-hdr-cntnt-details ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

.cm-hdr-cntnt-details ul li a .menu-title-text .icon-tiny {
  line-height: 15px;
  height: 13px;
  width: 15px;
  margin-right: 5px;
  font-size: 13px;
  background-color: transparent;
  color: #888;
  max-width: 100%;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.nectar-center-text a span:hover {
  text-decoration: underline;
}


#search-outer {
  display: block;
  background-color: transparent;
  height: 35vh;
  position: absolute;
  transition: transform 0.8s cubic-bezier(.2,1,.3,1),opacity 0.8s cubic-bezier(.2,1,.3,1),visibility 0.8s cubic-bezier(.2,1,.3,1);
  transform: translate3d(0,-35vh,0);
  -webkit-transform: translate3d(0,-35vh,0);
  z-index: 2000!important;
  padding: 0;
  top: -1px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.search-open #search-outer{
  min-height: 160px; 
}

#search-outer:before {
  transition: transform 0.8s cubic-bezier(.2,1,.3,1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  content: "";
  -webkit-transform: none;
  transform: none;
  backface-visibility: hidden;
}

#search-outer #search {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1325px;
  padding: 0;
}

#search-outer #search .container {
  height: auto!important;
  float: none;
  width: 100%;
  overflow: visible;
}

#search-outer #search-box, 
#search-outer #search #close {
  transition: transform 0.8s cubic-bezier(.2,1,.3,1),opacity 0.8s cubic-bezier(.2,1,.3,1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
}

#search-box {
  position: relative;
}

#search-outer>#search form {
  width: 100%;
  float: none;
}

#search-outer #search form input[type="text"] {
  font-size: 60px;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-transition: none;
  transition: none;
  box-shadow: none;
  font-family: "Open Sans";
  text-transform: none;
  color: #000;
  border-radius: 0;
  border-bottom: 2px solid #3452ff;
  border-color: #09b0ed;
  padding-right: 70px;
  font-weight: 400;
  letter-spacing: 1px;
  height: auto;
}


#search-outer>#search form span {
  display: block;
  color: rgba(0,0,0,.4);
  margin-top: 15px;
}
#search-outer #search #close {
  position: absolute;
  right: 40px;
}

#search-outer #search #close a {
  position: absolute;
  right: 0;
  top: 24px;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
}


#search-outer #search #close a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
  content: '';
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  transform: scale(0);
}
#search-outer #search #close a span {
  font-size: 20px;
  color: #000;
}

#search-outer #search #close a span:not(.close-line) {
  -webkit-font-smoothing: subpixel-antialiased;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  transition: color 0.2s ease;
}

#search-outer .close-wrap .close-line{
  -webkit-animation-timing-function: cubic-bezier(.52,.01,.16,1);
  animation-timing-function: cubic-bezier(.52,.01,.16,1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity .2s ease,background-color .2s ease;
  background-color: #000;
}

#search-outer .close-wrap .close-line1{
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;

}

#search-outer .close-wrap .close-line2{
  -webkit-transform: translateY(0) translateX(0) rotate(45deg);
  transform: translateY(0) translateX(0) rotate(45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}

.search-open #search-outer #search #close a:before {
  transform: scale(1);
}


.search-open #search-outer #search #close {
  transform: translate3d(0,0vh,0);
}


.search-open  #search-outer .close-wrap .close-line1{
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
}

.search-open  #search-outer .close-wrap .close-line2{
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.header-overlay:after {
  background-color: rgba(0,0,0,.45);
  content: '';
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity .7s cubic-bezier(.15,.2,.1,1);
}

.search-open .header-overlay:after {
  opacity: 1;
}

#search-outer #search #close a:hover:not(:focus):before {
  transform: scale(1.2) translateZ(0);
}

.header-bottom {
  transition: all .2s;
  position: relative;
  z-index: 9998;
  width: 100%;
}

.search-open .header-bottom {
  opacity: 0;
  transition: all .2s;
  pointer-events: none;
}

.header-bottom .container {
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}

.header__logo{
  z-index: 10;
  left: 0;
  position: relative;
  margin-right: 0;
  height: 100%;
}

.hdr-right-section{
  left: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.header__logo a {
  width: auto;
  max-width: none;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  color: #444;
  font-family: 'Open Sans';
  font-weight: 600;
  align-self: center;
  transition: margin 0.15s ease;
  display: block;
}


.header__logo a img {
  text-indent: -9999px;
  max-width: none;
  width: auto !important;
  margin-bottom: 0;
  display: block;
  height: 50px !important;
  transition: height 0.15s ease,opacity 0.2s ease;
}

.hdr-menu-section {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary {
  overflow: visible;
  transition: padding .8s ease,margin .25s ease;
  min-height: 1px;
  line-height: 1px;
  left: 0;
  position: static;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.hdr-btn-section {
  min-height: 1px;
  line-height: 1px;
  transition: padding .8s ease;
  z-index: 10;
  position: absolute;
  margin-left: 28px;
  overflow: visible;
  height: 100%;
  right: 0;
}


.logo-spacing img {
  max-width: 100%;
  width: auto !important;
  height: 50px;
  transition: height 0.15s ease,opacity 0.2s ease;
}




.hdr-btn-section > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 12px;
  position: relative;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hdr-btn-search a .icon-salient-search:before {
  content: "\e906";
}

.search-open #search-outer {
  transform: translate3d(0,0vh,0);
  -webkit-transform: translate3d(0,0vh,0);
  opacity: 1;
  visibility: visible;
}

.search-open #search-outer #search-box,
.search-open #search-outer #search #close {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}


.hdr-btn-demo a {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  transition: color .2s ease;
  font-family: "Gotham A","Gotham B",Gotham-Bold,Open Sans!important;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #09b0ed;
  height: 24px;
  padding: 8px 20px 2px;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}

.hdr-btn-demo a:hover {
  opacity: 0.85;
}

.scroll-header .logo-spacing img {
  height: 40px;
}


.logo-spacing {
  visibility: hidden;
  pointer-events: none;
  z-index: -100;
  transition: margin 0.15s ease;
}

.hdr-btn-search {
  margin: 0 14px;
  line-height: 12px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdr-btn-search a {
  font-family: "Gotham A","Gotham B",Gotham-Bold,Open Sans!important;
  font-style: normal;
  font-weight: 400!important;
  color: #000;
  padding: 0;
  width: 24px;
  text-align: center;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box;
  height: 21px;
  line-height: 21px;
  position: relative;
  text-decoration: none;
}

.hdr-btn-search a .icon-salient-search {
  font-size: 20px;
  height: 21px;
  line-height: 21px;
  color: rgba(0,0,0,.48);
  top: 0;
  background-color: transparent;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}


.hdr-btn-search a:hover .icon-salient-search {
  color: #09b0ed;
}

/*====== Header menu  ======*/
.custom-menu-primary>*,
.custom-menu-primary>*>*{
  height: 100%;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: "Gotham A","Gotham B",Gotham-Bold,Open Sans!important;
  font-weight: 400!important;
  margin-left: 20px;
  margin-right: 20px;
  transition: color .2s ease;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a .menu-title-text {
  position: relative;
  z-index: 10;
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a .menu-title-text:before {
  content: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' style='fill:%2309b0ed'/%3E%3C/svg%3E);
  height: 8px;
  width: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a .menu-title-text:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: "";
  padding-bottom: inherit;
  transition: transform .35s cubic-bezier(.52,.01,.16,1),border-color .35s cubic-bezier(.52,.01,.16,1);
  border-color: #09b0ed;
  transform-origin: 0 0;
  transition: transform .35s cubic-bezier(.52,.01,.16,1);
  bottom: -3px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a .menu-title-text:hover:after,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a .menu-title-text:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a .menu-title-text:after{
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);  
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-9999px);
  box-shadow: 0 6px 28px rgb(0 0 0 / 8%);
  padding: 30px 0 0 0;
  display: table;
  max-width: 700px;
  left: auto;
  margin-left: -350px;
  right: auto;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  pointer-events: all;
  opacity: 1;
  top: 100%;
  transform: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  font-size: 16px;
  z-index: 10;
  position: relative;
  line-height: 0;
  font-weight: 400;
  padding: 0 30px;
  display: table-cell;
  width: 33.33%;
  opacity: 0;
  transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
  -webkit-transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
  -webkit-transform: translate3d(0,13px,0);
  transform: translate3d(0,13px,0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul>li {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  margin-bottom: 1.5em;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-left: -1%;
  margin-right: -1%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding-left: 1%;
  padding-right: 1%;
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>ul>li:last-child>a {
  font-size: 16px;
  line-height: 29px;
  font-family: "Open Sans",sans-serif;
  color: #000;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>ul>li>a {
  color: #293243;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans';
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>ul>li>ul {
  margin-left: -20px;
  margin-top: -20px;
  padding: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:last-child>ul>li:last-child>ul>li>ul>li>a{
  padding: 3px 0px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gotham A","Gotham B",Gotham-Bold,Open Sans;
  font-style: normal;
  font-weight: 400;
  color: #000;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>ul>li>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:last-child>ul>li:last-child>ul>li>ul>li>a:hover{
  background-color: #09b0ed;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>ul>li:first-child {
  margin-bottom: 1.5em;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:last-child>ul>li:last-child>ul {
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:last-child>ul>li:last-child>ul>li {
  padding-left: 1%;
  padding-right: 1%;
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:last-child>ul>li:last-child>ul>li>ul {
  margin-left: -20px;
  margin-top: -20px;
  padding: 20px;
}

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

.header-wrapper #search-outer #search-box ul.hs-search-field__suggestions {
  padding: 10px;
  position: absolute;
  background: transparent;
  width: 100%;
}
.header-wrapper #search-outer #search-box .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
}



.header-wrapper .hs-search-field__suggestions li#results-for {
  padding: 0 5px;
}

.header-wrapper .hs-search-field__suggestions li a {
  padding: 0 5px;
}

/*==================================================== 
==================== Key frame ======================
====================================================*/


@-webkit-keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg)
  }
}

@keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg)
  }
}

@-webkit-keyframes crossLeftClose {
  100% {
    -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
    transform: translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@keyframes crossLeftClose {
  100% {
    -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
    transform: translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@-webkit-keyframes crossRight {
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg)
  }
}

@keyframes crossRight {
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg)
  }
}

@-webkit-keyframes crossRightClose {
  100% {
    -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
    transform: translateY(22px) translateX(-22px) rotate(45deg)
  }
}

@keyframes crossRightClose {
  100% {
    -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
    transform: translateY(22px) translateX(-22px) rotate(45deg)
  }
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media  (min-width: 691px){

  .secondary-header-items {
    display: none;
  }
}


@media (min-width: 1000px){

  .header-wrapper {
    min-height: 120px;
  }
  .header-wrapper.lp {
    min-height: 78px;
  }
  header.header {
    padding-top: 0;
  }

  #search-outer #search #search-box input[type="text"] {
    font-size: 48px;
    line-height: 1;
    height: 76px!important;
  }

  #search-outer #search #close {
    top: 50%;
    margin-top: -28px;
    right: 90px;
  }

  #search-outer #search #close a {
    right: 12px;
    top: 16px;
  }

  .header-bottom .container{
    padding: 0 26px;
  }

  .header__logo,
  .hdr-right-section{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }

  .header__logo a{
    margin-top: 14px;
    margin-bottom: 14px;
    position: relative;
  }

  .scroll-header .header__logo a {
    margin-top: 7.7777777777778px;
    margin-bottom: 7.7777777777778px;
  }


  .scroll-header .header__logo a img {
    height: 40px;
  }

  .custom-menu-primary{
    float: none;
    vertical-align: middle;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .hdr-btn-section{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    vertical-align: middle;
  }

  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-spacing{
    margin-top: 14px;
    margin-bottom: 14px;
    position: relative;
    line-height: 0;
  }

  #search-outer>#search form span {
    position: absolute;
    bottom: -40px;
    left: 0;
  }

  .scroll-header .logo-spacing {
    margin-top: 7.7777777777778px;
    margin-bottom: 7.7777777777778px;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>ul>li:first-child>a {
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 3px;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li:first-child>ul>li:first-child>a{
    padding: 3px 0px!important;
    font-size: 14px!important;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li:first-child ,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:first-child {
    width: 60%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li:last-child ,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:last-child {
    width: 40%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul{
    max-width: 600px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>ul>li:first-child>a[href="javascript:;"]{
    pointer-events: none;
  }
}

@media (max-width: 1280px) and (min-width: 1000px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul {
    margin-left: -200px;
  }
}

@media (max-width: 1220px) and (min-width: 1000px){
  .nectar-center-text {
    max-width: 50%;
    position: static;
    transform: none;
  }

  .top-secondary-in {
    display: flex;
  }
  .contact_details-wrap{
    flex: auto;
  }


}
@media (max-width: 1100px) and (min-width: 1000px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    margin-left: -300px;
  }
}

@media (max-width: 1040px) and (min-width: 1000px){
  body:not(.scroll-header) .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    margin-left: 16px;
    margin-right: 16px;
  }

}


@media (max-width: 999px){
  .header-wrapper {
    min-height: 99px;
  }
  .header-wrapper.lp {
    min-height: 57px;
  }

  .contact_details-wrap {
    display: none;
  }
  .hdr-menu-section {
    display: none;
  }
  header.header {
    padding: 12px 0;
  }
  .header-secondary-outer {
    top: -13px;
  }

  .header__logo a img{
    height: 33px!important;
  }

  .mobile-search {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding: 0 8px;
    text-align: right;
    z-index: 10000;
    display: inline-block;
  }

  .mobile-search .icon-salient-search {
    width: 18px;
    line-height: 34px;
    background-color: transparent!important;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    transition: color .3s ease;
    color: #a9a9a9;
  }

  .mobile-search .icon-salient-search:before {
    content: "\e906";
    text-decoration: inherit;
    speak: none;
  }


  #search-outer #search form input[type="text"] {
    font-size: 16px;
    line-height: 40px;
    border-bottom-width: 2px;
    padding-right: 50px;
  }

  #header-outer #search-outer #search #close {
    -webkit-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0);
    top: 0;
    right: -5px;
  }

  #search-outer #search #close a {
    right: 8px;
    top: 9px;
  }

  #search-outer #search #close a:before {
    height: 28px;
    width: 28px;
    margin: -14px 0 0 -14px;
  }

  #search-outer #search #close a span:not(.close-line) {
    top: 6px;
  }

  #search-outer #search #close a span {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    top: 6px;
  }

  #search-outer #search #close {
    top: 0;
    right: -5px;
  }

  .logo-spacing {
    display: none;
  }

  .hdr-right-section {
    text-align: right;
    z-index: 10000;
    left: auto;
    float: right;
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .header__logo {
    position: relative;
    line-height: 0;
    left: 0;
    width: 100%;
  }
  #search-outer {
    top: auto;
    margin-top: -13px;
    height: 200px;
    transform: translate3d(0,-200px,0);
    -webkit-transform: translate3d(0,-200px,0);
  }

  .search-open #search-outer {
    transform: translate3d(0,0vh,0);
    -webkit-transform: translate3d(0,0vh,0);
  }
  #search-outer>#search form span {
    display: none;
  }

  .mobile-trigger {
    position: relative;
    width: auto;
    padding: 0 7px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
    z-index: 10000;
  }

  .mobile-trigger > div {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }

  .mobile-trigger a > span {
    transition: transform 0.33s 0.3s ease-in;
    transform-origin: center;
    display: block;
    transition: transform 0.33s 0s ease;
    overflow: hidden;
    width: 22px;
    height: 20px;
    position: relative;
  }

  .mobile-trigger .lines-button {
    transition: 0.3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block;
    line-height: 0;
    font-size: 0;
    top: 9px;
  }

  .mobile-trigger .lines,
  .mobile-trigger .lines-button,
  .mobile-trigger .lines:after,
  .mobile-trigger .lines:before {
    width: 22px;
  }

  .mobile-trigger .lines {
    position: relative;
    display: block;
    background-color: transparent;
    transition: background 0.2s ease, opacity 0.2s ease;
  }

  .mobile-trigger .lines,
  .mobile-trigger .lines:after,
  .mobile-trigger .lines:before {
    height: 2px !important;
    width: 22px !important;
  }

  .mobile-trigger .lines-button:after {
    position: absolute;
    left: 0;
    display: inline-block;
    content: "";
    transform: scale(1, 1);
    background-color: #999;
    top: 0 !important;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 40ms, background-color 0.2s ease, opacity 0.2s ease !important;
    height: 2px!important;
    width: 22px!important;
  }

  .mobile-trigger .lines:after,
  .mobile-trigger .lines:before {
    position: absolute;
    left: 0;
    content: "";
    background: #ecf0f1;
    display: block;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease, opacity 0.2s ease !important;
    transform-origin: 50% 50%;
    background-color: #999;
  }

  .mobile-trigger .lines:before {
    top: 6px;
    width: 1rem !important;
  }

  .mobile-trigger .lines:after {
    top: -6px;
  }


  .mobile-open .mobile-trigger .lines-button {
    transform: none;
  }
  .mobile-open .mobile-trigger .lines-button:after{
    transform: translateX(30px)!important;
  }
  .mobile-open .mobile-trigger .lines:before,
  .mobile-open .mobile-trigger .lines:after{
    transform: translateX(30px)!important;
  }

  .mobile-trigger .close-wrap{
    -webkit-font-smoothing: subpixel-antialiased;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
    display: block;
    overflow: hidden;
    width: 22px;
    opacity: 0;
    height: 20px;
  }

  .mobile-trigger .close-wrap .close-line{
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease,background-color .2s ease;
    overflow: hidden;
    background-color: #999!important;
  }


  .mobile-trigger .close-wrap .close-line1{
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg);
    -webkit-animation-name: crossLeftClose;
    animation-name: crossLeftClose;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
  }

  .mobile-trigger .close-wrap .close-line2{
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg);
    -webkit-animation-name: crossRightClose;
    animation-name: crossRightClose;
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
  }


  .mobile-open  .mobile-trigger .close-wrap .close-line1{
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg);
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52,.01,.16,1);
    animation-timing-function: cubic-bezier(.52,.01,.16,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .mobile-open  .mobile-trigger .close-wrap .close-line2{
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52,.01,.16,1);
    animation-timing-function: cubic-bezier(.52,.01,.16,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .mobile-open .mobile-trigger .close-wrap {
    opacity: 1;
  }


  /*========== Mobile Menu ==========*/


  .mobile-menu {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: calc(99% + 12px);
    width: 100%;
    max-width: 100%;
    padding: 0 28px;
  }

  .mobile-open .mobile-menu {
    display: block;
  }

  .mobile-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    margin-left: 0;
    left: -30px;
    width: calc(100vw + 60px);
  }

  .mobile-menu-inner {
    max-height: 85vh;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 1001;
  }

  .mobile-menu .secondary-header-text {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    background-color: rgba(0,0,0,.05);
    border-radius: 5px;
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .mobile-menu .secondary-header-text a {
    line-height: 29px!important;
    font-size: 16px!important;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    display: block;
  }

  .mobile-menu .secondary-header-text a span {
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
    color: #09b0ed;
    font-weight: 600;
  }

  .custom-moble-menu .hs-menu-wrapper > ul > li {
    font-size: 16px!important;
    margin-bottom: 16px;
    line-height: 28px;
    position: relative;
  }

  .custom-moble-menu .hs-menu-wrapper > ul > li:before {
    background-color: rgba(0,0,0,.08);
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    height: 1px;
  }

  .custom-moble-menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    display: block;
    position: relative;
    padding: 15px 0;
    line-height: 18px;
    font-weight: 400;
    color: #999;
  }

  .custom-moble-menu .hs-menu-wrapper > ul > li > ul {
    display: none;
    position: relative;
    margin-left: -1%;
  }

  .custom-moble-menu .hs-menu-wrapper > ul > li:nth-child(7)>a:before {
    display: inline;
    width: auto;
    height: auto;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    content: "\e906";
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }


  .child-trigger {
    right: 0;
    position: absolute;
    left: auto;
    top: 50%;
    padding: 10px 0 10px 20px;
    color: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    width: auto;
    line-height: 18px;
    font-size: 14px;
  }

  .child-trigger i {
    font-size: 20px;
    color: inherit;
    width: auto;
    -webkit-transition: color .2s ease,transform .4s ease;
    transition: color .2s ease,transform .4s ease;
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    max-width: 100%;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul:before {
    background-color: rgba(0,0,0,.08);
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    height: 1px;
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li>a:hover,.custom-moble-menu .hs-menu-wrapper>ul>li.active-branch>a {
    color: #09b0ed;
  }


  .custom-moble-menu .hs-menu-wrapper>ul>li.child-open>a>.child-trigger i {
    transform: rotate(180deg);
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li {
    padding-left: 1%;
    padding-right: 1%;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li+ li:not(:last-child)>ul {
    margin-bottom: 1.5em;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li+li>a {
    font-size: 19px;
    line-height: 28px;
    color: #293243;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
  }


  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li+li>ul>li {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 28px;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li+li>ul>li>a {
    margin-left: 40px;
    font-size: 14px;
    display: block;
    position: relative;
    color: #999;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    line-height: 22px!important;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li+li>ul>li>a:hover {
    color: #09b0ed;
  }


  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li+li>a {
    font-size: 16px;
    line-height: 29px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    padding-bottom: 1.5em;
    display: block;
    color: #999;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:first-child {
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 3px;
  }


  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li+ li>ul>li {
    display: none;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin-bottom: 1.5em;
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li:last-child>a {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px
  }

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
    display: inline-block;
    width: 100%;
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li+li>ul>li>a {
    padding: 15px 0;
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li>a {
    line-height: 0 !important;
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul>li:first-child>a {
    font-size: 14px;
    display: block;
    position: relative;
    padding: 15px 0;
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li.child-open>a {
    color: #09b0ed;
  }
}

@media (max-width: 999px) and (min-width: 691px){
  #search-outer #search form input[type="text"] {
    padding-left: 15px;
  }
}

@media (max-width: 980px) {  
  header.header {
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  }

  .custom-moble-menu,
  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li+li>a,
  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li>ul{
    padding-left: 22px;
    padding-right: 22px;
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li>ul:before,
  .custom-moble-menu .hs-menu-wrapper>ul>li:before{
    display:none;
  }

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

  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li:last-child{
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
  }
  .custom-moble-menu .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:first-child>a>img {
    display: none;
  }

  .secondary-header-items .cm-hdr-cntnt-details {
    padding: 0;
    padding-left: 22px;
    padding-right: 22px;
    float: none;
  }

  .secondary-header-items .cm-hdr-cntnt-details ul li {
    font-size: 16px!important;
    margin-bottom: 16px;
    line-height: 28px;
    float: none;
    position: relative;
  }

  .secondary-header-items .cm-hdr-cntnt-details ul li a {
    font-size: 14px;
    display: block;
    position: relative;
    padding: 15px 0;
    line-height: 18px;
    font-weight: 400;
    color: #999;
    margin: 0;
  }

  .secondary-header-items .cm-hdr-cntnt-details ul li.client-login:after {
    background-color: rgba(0,0,0,.08);
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .secondary-header-items .cm-hdr-cntnt-details ul li a:hover {
    color: #09b0ed;
  }
  .secondary-header-items .cm-hdr-cntnt-details ul li a:hover .menu-title-text:after {
    display: none;
  }

}

@media (max-width: 690px){
  .header-secondary-outer{
    display: none;
    height: 0;
  }

  .header-bottom .container,
  .mobile-menu{
    max-width: 100%;
    padding: 0 18px
  }
  .header-wrapper,
  .header-wrapper.lp{
    min-height: 57px;
  }
}

@media (max-width: 480px){
  #search-outer #search form input[type="text"] {
    padding-left: 15px;
  }
}
.col {
  position: relative;
  display: block;
  width: 100%;  
  position: relative;
  float: left;
}

.col.col_last,
.col:last-child {
  margin-right: 0;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after, 
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before, 
.vc_row:after,
.page-center:after,
.page-center:before {
  content: " ";
  display: table;
}

.page-center:after,
.container:after, 
.container-fluid:after,
.row:after,
.vc_row:after {
  clear: both;
}

footer.footer {  
  border-top: 1px solid #ddd;
}

.ftr_bottom {
  padding: 20px 0;
  color: #777;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.ftr_bottom .page-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  max-width: none;
}

.ftr_bottom .col p {
  line-height: 29px;
  margin-top: 3px;
  font-size: 13px;
  font-family: Gotham-Light,Open sans-serif;
  color: #000;
  position: relative;
  z-index: 1000000;
  -webkit-transform: translate3d(0,0,0);
  display: inline;
}

.social {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-footer .ftr_top .col.span_3:first-child:after {
  content:none;
}
.social li {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  float: left;
  margin-left: 20px;
  height: 40px;
  width: 40px;
}

.social li a {
  font-size: 13px;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  line-height: 22px;
  height: auto;
  border: 1px solid #293344;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666b74;
}

.social li a i {
  font-size: 20px;
  width: auto;
  background-color: transparent;
  transition: all 0.2s linear;
  top: 0;
  color: #666b74;
}

.ftr_top {
  border-bottom: 1px solid #d1d1d1;
}

.ftr_top .page-center {
  width: 100%;
  padding: 0 28px;
  max-width: none;
}

.ftr_top .page-center .row {
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 55px 0;
}

.ftr_top .col.span_3 {
  flex-basis: 20%;
  margin: 0;
  padding: 0 16px;
}

.ftr_top .col.span_3:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ftr_top .widget {
  margin-bottom: 30px;
}

.ftr_top .widget.widget_media_image {
  margin-top: 12px;
}

.ftr_top .span_3:first-child .widget.widget_media_image img {
  width: auto !important; 
  max-width: 100%;
  height: auto;
}
.ftr_bottom .col p a {
  display: inline-block;
} 

.ftr_top h4 {
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #293344;
  font-family: Lato;
  margin-bottom: 20px;
}

.bp-contact-card {
  line-height: 1.5;
  font-style: normal;
}

.bp-contact-card>div {
  margin: 1em 0;
  font-size: 14px;
  white-space: nowrap;
}

.bp-directions:before, .bp-phone:before, .bp-contact:before, .bp-booking:before, .bp-opening-hours-brief:before, .bp-opening-hours .bp-title:before {
  width: 22px!important;
  height: 1em;
  font-size: 1em;
}

.bp-directions:before, .bp-phone:before, .bp-contact:before, .bp-ordering-link:before, .bp-booking:before, .bp-opening-hours-brief:before, .bp-opening-hours .bp-title:before {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  font-size: 1.5em;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bp-directions:before {
  content: "\f230";
}

.bp-phone:before {
  content: "\f470";
}

.bp-contact:before {
  content: "\f466";
}

.ftr_top a {
  font-size: 13px;
  color: #293344;
}

.ftr_top .hs-menu-wrapper>ul>li {
  margin-bottom: 30px;
}

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

.ftr_top .hs-menu-wrapper>ul>li>a {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #293344;
  margin-bottom: 20px;
  font-family: Lato;
  display: block;
  cursor: text;
}

.ftr_top .hs-menu-wrapper>ul ul {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
}

.ftr_top .hs-menu-wrapper>ul ul li {
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
}

.ftr_top .hs-menu-wrapper>ul ul li:first-child {
  padding-top: 0;
}

.ftr_top .col.span_3:nth-child(3)>* {
  display: block;
  padding-left: 40px;
}

.ftr_imgs {
  margin-left: -1%;
  margin-right: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  align-items: center;
}

.ftr_imgs>div {
  padding-left: 1%;
  padding-right: 1%;
}

.ftr_imgs img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  max-width: 100%;
}

.ftr_imgs:first-of-type {
  margin-top: 35px;
}

.ftr_imgs:first-of-type+div {
  margin-top: 29px;
  margin-bottom: 24px;
}

.ftr_imgs>div>* {
  display: block;
  margin-left: 3px;
}

.ftr_top .hs-menu-wrapper>ul ul li a {
  white-space: normal !important;
  display: block;
}

.ftr_imgs a,
.ftr_top .span_3:first-child .widget.widget_media_image a {
  transition: all .2s ease;
  font-size: 13px;
  opacity: 1;
  display: block;
}

.ftr_imgs a:hover,
.ftr_imgs a:focus,
.ftr_top .span_3:first-child .widget.widget_media_image a:hover,
.ftr_top .span_3:first-child .widget.widget_media_image a:focus {
  opacity: .65;
}



@media (min-width: 992px) {
  .ftr_bottom .span_5 {
    width: 75%;
  }

  .ftr_bottom .col.span_7 {
    max-width: 180px;
  }

  .ftr_top .col.span_3:first-child {
    flex-basis: 40%;
  }

  .ftr_top .col.span_3:first-child .widget {
    flex-basis: 40%;
  }
}

@media only screen and (min-width: 1000px) {
  .ftr_top .page-center .row {
    padding: 75px 0;
  }

  .ftr_top .row>div {
    width: 19.5%;
  }

  .ftr_top .row>div:first-child {
    width: 35%;
  }

}


@media (min-width: 690px) {
  .col {
    margin-right: 2%;
  }
  .span_5 {
    width: 40.5%;
  }
  .span_7 {
    width: 57.5%;
  }
  .ftr_imgs>div {
    width: 50%;
  }
}


@media (max-width: 991px) {
  .ftr_bottom .col {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .ftr_bottom .col:last-child {
    margin-bottom: 0;
  }

  .social {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .ftr_bottom .col p {
    padding: 0;
    text-align: left;
  }

  .ftr_bottom {
    padding: 20px 15px;
  }

  .ftr_top .col.span_3 {
    width: 48%;
    margin: 0;
    flex-basis: 50%;
  }

  .ftr_imgs>div {
    width: 100%;
    margin-bottom: 40px;
  }

  .ftr_imgs img {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .ftr_imgs img {
    max-width: 170px;
    text-align: left;
    margin: 0;
  }

  .ftr_imgs>div {
    margin: 5px 0 0;
  }

  .ftr_top .page-center .row {
    padding: 20px 0;
  }

  .ftr_top .col.span_3 {
    flex-basis: 100%;
    width: 100%;
    padding-left: 38px !important;
  }

  .ftr_imgs {
    padding-left: 12px;
  }

  .ftr_top .col.span_3:nth-child(3)>* {
    padding: 0;
  }

  .ftr_imgs:first-of-type+div {
    margin-top: 24px;
  }

  .ftr_imgs:first-of-type {
    margin-top: 30px;
  }

  .ftr_top .col.span_3:first-child {
    display: block;
  }

  .ftr_top .widget.widget_media_image {
    margin-top: 12px;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 11px;
    margin-left: -7px;
  }

  .ftr_top .span_3:first-child .widget.widget_media_image img {
    max-width: 170px;
  }

  .ftr_bottom {
    padding: 20px 0;
  }

  .ftr_bottom .col {
    padding: 0 22px;
  }

  .ftr_bottom .col:last-child {
    padding-right: 0;
  }

  .ftr_top .col.span_3.one-fourths.right-edge {
    padding-left: 16px !important;
  }

  .ftr_top .col.span_3.one-fourths.right-edge .hs-menu-wrapper > ul {
    padding-left: 22px;
    padding-right: 22px;
  }

}

@media (max-width: 690px) {
  .social li:first-child {
    margin-left: 0;
  }

  .ftr_top .col.span_3:nth-child(3) {
    margin-bottom: 40px;
  }

  .ftr_imgs>div {
    width: 50%;
  }

  .ftr_imgs {
    padding: 0;
  }

}

@media (max-width: 480px){
  .ftr_imgs>div {
    width: 100%;
  }
}
/* Menu and simple menu */

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


.solution-row-1 .breadcrumbs_wrap{
  padding:0 !important;
}

/* CSS need to be merge in webiste css */
.content-with-top-icon.widget_1648715978715 .page-center:after {
  left: -19%;
}


.solution-inner-page{
  overflow-x:hidden;
}

.solution-inner-page .banner_wrap.bg_type_color .hs-col-sm-8 {
  width: 100%;
}

.solution-inner-page .banner_wrap.bg_type_color .as_spacer {
  display: none;
}

.solution-row-1 .counter_wrap .inner_container>h2,
.solution-row-2 .counter_wrap .inner_container>h2{
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 1.5rem;
  font-family: 'Open Sans';
  font-weight: 800;
}

.solution-row-1 .counter_wrap .nectar-milestone .number,
.solution-row-2 .counter_wrap .nectar-milestone .number{
  font-size: 44px;
  line-height: 44px;
}

.solution-row-1 .counter_wrap .container{
  padding-top: 2%;
  padding-bottom: 2%;
}

.content-with-top-icon.add_with_image .page-center:after{
  background-image: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/images/circle-decoration.png);
}

.content-with-image-col.module_1648727829504 .col_image .hover-wrap {
  transform: scale(1, 1) !important;
}


.solution-row-1 .content-with-image-col.theme_style_2 .col_content .column-inner h2:after {
  width: 36px;
  height: 2px;
  background-color: #a8aaad;
  position: relative;
  display: block;
  content: "";
  margin-top: 24px;
  left: 0;
  border: none;
}

.solution-row-1 .content-with-image-col.theme_style_2 .col_content .column-inner h2:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #09b0ed;
  border-radius: 50%;
  bottom: -3px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.solution-row-1 .content-with-image-col.theme_style_2 .col_content .column-inner h2 {
  margin-bottom: 1.5rem;
}

.solution-row-1 .content-with-image-col.theme_style_2 .col_content .column-inner p {
  color: #424954;
}


.solution-row-2 .dnd-section .row-fluid .span2 {
  margin-left: 0 !important;
  width: 16.66666667% !important;
}

.solution-row-2 .dnd-section .row-fluid .span8 {
  width: 66.66666667% !important;
  margin-left: 0 !important;
}
.content-with-image-col .col.add_circle {
  background: url('//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/images/clearpathgps-dot.png');
  background-repeat: no-repeat;
  background-size: 410px;
  background-position: center 5%;
}
.solution-row-2  .widget-type-rich_text h2 {
  margin-bottom: 1.5rem;
  position: relative;
}

.solution-row-2 .widget-type-rich_text h2:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #09b0ed;
  border-radius: 50%;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.solution-row-2 .widget-type-rich_text h2:after {
  width: 36px;
  height: 2px;
  background-color: #a8aaad;
  position: relative;
  display: block;
  margin: 0 auto;
  content: "";
  margin-top: 24px;
}

.solution-row-2 .widget-type-rich_text p {
  color: #424954;
}

.solution-row-1 .content-with-image-col.width_col_6_6 .col_video .column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-with-image-col.width_col_4_6 .col_image {
  background: url(//3909940.fs1.hubspotusercontent-na1.net/hubfs/3909940/raw_assets/public/Clearpathgps_March2022/images/clearpathgps-dot.png);
}


.solution-inner-page .content-with-image-col .col_content,
.solution-inner-page .content-with-image-col .content-right .col_image,
.solution-inner-page .content-with-image-col .col_image{
  transform: none !important;
  opacity: 1 !important;
}

.solution-row-1  .counter_wrap .nectar-milestone .number .symbol-wrap, 
.solution-row-2  .counter_wrap .nectar-milestone .number .symbol-wrap {
  font-size: 22px;
  line-height: 22px;
}
#hs_cos_wrapper_widget_1648642689729 .testi_col_content_wrap .hs-col-sm-2\/5>div img {
  max-width: 96% !important;
  text-align: center;
  margin: 0 auto !important;
  display: block !important;
}
.solution-row-1 .widget-type-rich_text h4 {
  margin-bottom: 1.5rem;
  position:relative;
}


.solution-row-1 .widget-type-rich_text h4:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #09b0ed;
  border-radius: 50%;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.solution-row-1 .widget-type-rich_text h4:after {
  width: 36px;
  height: 2px;
  background-color: #a8aaad;
  position: relative;
  display: block;
  margin: 0 auto;
  content: "";
  margin-top: 24px;
}

.solution-row-2 .widget-type-rich_text h4 {
  text-align: center;
}


.solution-row-3 .content-with-image-col.width_col_4_6 .col_image {
  background: none !important;
}

.solution-row-3 .content-with-image-col.width_col_4_6 .col_image .img-with-aniamtion-wrap {
  margin: 0;
  padding: 0;
}

.solution-row-3 .content-with-image-col.width_col_4_6 .col_image .img-with-aniamtion-wrap img.img-with-animation {
  max-width: 96% ;
  text-align: center;
  margin: 0 auto ;
  display: block ;
}

.solution-row-2 .hs-advanced-banner {
  margin: 0;
}

.solution-row-2 .hs-advanced-banner .bottom_section {
  padding-top: 33px;
  padding-bottom: 22px;
}

.solution-row-2 .hs-advanced-banner .bottom_section .iwt-text {
  margin-bottom: 14px;
  padding-left: 60px;
}

.hs-resources-row1 .hs_cos_wrapper_type_rich_text h3{
  margin-bottom:0;
}

.solution-row-3 .widget-type-rich_text ul {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.solution-row-3 .widget-type-rich_text ul li {
  list-style: none;
  position: relative;
  padding-left: 38px;
  margin-bottom: 16px;
  line-height: 28px;
  color: #293243;
}

.solution-row-3 .widget-type-rich_text ul li:before {
  line-height: 33px;
  font-size: 16px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  color: #09b0ed;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f00c";
}
.solution-row-3 .content-with-image-col.theme_style_2 .col_content .column-inner h2:after {
  content: none;
}
.hs-resources_banner-section .banner_content {
  margin: 0 !important;
}

.solution-row-2 #hs_cos_wrapper_widget_1648814125901 .animate-content h2:after {
  margin-top: 31px;
}
#open-api .col_image .column-inner .inner {
  margin: 0 auto;
}
.content-with-image-col.module_1648727829504 .col_content .column-inner h2:after {
  display: none;
}
#hs_cos_wrapper_module_16486446998293 .content-with-image-col .col_image .hover-wrap {
  box-shadow: none;
}
.content-with-image-col.module_16486446998293 .col_image .hover-wrap {
  box-shadow: 0 30px 80px rgb(0 0 0 / 14%), 0 20px 70px rgb(0 0 0 / 12%);
}
.hs-tracking-row2 form .actions input.hs-button:hover {
  opacity: .85;
}
.blog-post-item-wrap.tag-active .post-item {display: none !important;}

.blog-post-item-wrap.tag-active .post-item.active {display: block !important;}


.blog-post-item-wrap.tag-active .post-item {display: none !important;}

.blog-post-item-wrap.tag-active .post-item.active {display: inline-block !important;float: none;}

.blog-post-item-wrap.no-tag-active .post-item,
.blog-post-item-wrap.tag-active .post-item{margin-right: 0;width: calc(50% - 3px);vertical-align: top;}

.blog-post-item-wrap.no-tag-active .post-item,
.blog-post-item-wrap.tag-active .post-item{padding-right: 1%;padding-left: 1%;}

.blog-post-item-wrap.no-tag-active:after,
.blog-post-item-wrap.tag-active:after{clear: both;content: "";display: table;}

.blog-post-item-wrap.no-tag-active,
.blog-post-item-wrap.tag-active{margin-left: -1%;margin-right: -1%;}

.blog-post-item-wrap.no-tag-active .post-item:nth-child(2n+1),
.blog-post-item-wrap.tag-active .post-item:nth-child(2n+1){clear: none;}

@media (max-width: 999px){

  .blog-post-item-wrap.no-tag-active .post-item {margin-right: 0;width: calc(100%);}
  .blog-post-item-wrap.no-tag-active .post-item {padding-right: 00%;padding-left: 0%;}
  .blog-post-item-wrap.no-tag-active {margin-left: 0%;margin-right: 00%;}

}

.body-container--landing-page .dnd-section>.row-fluid, 
.body-container--landing-page .page-center, 
.body-container--landing-page .content-wrapper, 
.body-container--landing-page .container {
  padding: 0 20px;
}

@media(max-width:999px){
  .content-with-image-col.module_1648727829504 .col_image .hover-wrap {
    transform: none !important;
  }

  .content-with-image-col.module_1648727829504 .col_image .inner {
    width: 100%;
  }

  .content-with-image-col.module_16486449610474 .col .column-inner {
    padding-left: 0;
  }

  .solution-row-2 .dnd-section .dnd-column.span10 {
    margin-top: 25px;
    width:100% !important;
  }
  .solution-row-2 .dnd-section .dnd-column.span1 {
    width:100% !important;
  }
  .solution-inner-page .banner_wrap.bg_type_color .hs-col-sm-8 {
    width: auto;
    margin: 0;
  }
  .hs_resources_body-container-wrapper {
    overflow-x: hidden;
  }
  .solution-inner-page .banner_wrap.bg_type_color .row-bg-wrap {
    position: static;
    width: auto;
  }
  .solution-inner-page {
    overflow-x: hidden;
  }
  .solution-row-2 .dnd-section .row-fluid .span2 {
    width: 100% !important;
  }

  .solution-row-2 .dnd-section .row-fluid .span8 {
    width: 100% !important;
  }

  .cm-cntnt-wth-img-wrap.row .vc_col-sm-6 img {
    text-align: center;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hs-home-row1 .bt_pane_wrap .heading-line h2 {
    font-size: 32px;
  }

}


@media(max-width:690px){
  .contact_banner .main_banner_wrap .banner_inner .banner_content {
    margin-bottom: 0;
  }
  .sol_banner.widget_1648643591462 {
    padding-bottom: 0 !important;
    background-position: center!important;
  }

}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
.hs_col {
  position: relative;
  display: block;
  width: 100%;
}
.hs_wpb_padding_onePercentage {
  padding-left: 1%;
  padding-right: 1%;
}
.hs_row_col_wrap_12 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
}
.hs_row_minus_onePercentage {
  margin-left: -1%;
  margin-right: -1%;
}
.nectar-icon-list-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}
.nectar-icon-list:after {
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
  width: 1px;
  background-color: rgba(0,0,0,.1);
  height: 85%;
  top: 15px;
  left: 15px;
}
.nectar-icon-list:after {
  transform: scale(1,0) translateZ(0);
  -webkit-transform: scale(1,0) translateZ(0);
  -ms-transform: scale(1,0) translateZ(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -webkit-backface-visibility: hidden;
}
.nectar-icon-list > div:last-child {
  margin-bottom: 15px;
}
.nectar-icon-list-item .list-icon-holder {
  border-radius: 100px;
  background-color: #09b0ed !important;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0,0,0,.5);
  z-index: 10;
}
.nectar-icon-list[data-animate=true] .list-icon-holder {
  transform: scale(.3);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.nectar-icon-list[data-icon-style="border"] .list-icon-holder {
  border: 0;
}
.nectar-icon-list[data-icon-size="small"] .nectar-icon-list-item .list-icon-holder, 
.nectar-icon-list[data-icon-size="small"] .nectar-icon-list-item .list-icon-holder span, 
.nectar-icon-list[data-icon-size="small"] .nectar-icon-list-item .list-icon-holder i {
  line-height: 10px;
  font-size: 13px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-top: 2px;
}
.nectar-icon-list-item .content {
  color: rgba(0,0,0,.5);
  opacity: 0;
  transform: translateX(60px) translateZ(0);
  -webkit-transform: translateX(60px) translateZ(0);
  -ms-transform: translateX(60px) translateZ(0);
  -webkit-backface-visibility: hidden;
}
.nectar-icon-list-item.animated .content {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0) translateZ(0);
  transition: transform .7s cubic-bezier(.165,.84,.44,1) .2s,opacity .7s cubic-bezier(.165,.84,.44,1) .2s;
  -webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1) .2s,opacity .7s cubic-bezier(.165,.84,.44,1) .2s;
}
.nectar-icon-list[data-animate=true] .content {
  opacity: 0;
  transform: translateX(60px) translateZ(0);
  -webkit-transform: translateX(60px) translateZ(0);
  -ms-transform: translateX(60px) translateZ(0);
  -webkit-backface-visibility: hidden;
}
.nectar-icon-list.animated:after {
  transform: scale(1,1) translateZ(0);
  -webkit-transform: scale(1,1) translateZ(0);
  -ms-transform: scale(1,1) translateZ(0);
  transition: transform 1.9s cubic-bezier(.18,1,.32,1);
  -webkit-transition: -webkit-transform 1.9s cubic-bezier(.18,1,.32,1);
}

.nectar-icon-list-item.animated .content h4 {
  line-height: 24px;
  margin-bottom: 4px;
  font-size: 16px!important;
  font-weight: 400;
  color: #333;
}
.nectar-icon-list-item .list-icon-holder, 
.nectar-icon-list-item .list-icon-holder i, 
.nectar-icon-list-item .list-icon-holder span {
  line-height: 10px;
  font-size: 13px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-top: 2px;
}
.nectar-icon-list-item .list-icon-holder i {
  line-height: 26px!important;
}
.nectar-icon-list-item.animated .list-icon-holder {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  transition: transform .6s,opacity .2s;
  -webkit-transition: -webkit-transform .6s,opacity .2s;
}
.nectar-icon-list {
  position: relative;
}
.hs-about_banner-section .banner_wrap .row-bg-overlay {
  display: none;
}
.hs-about_banner-section .banner_wrap .banner_inner h1 {
  font-size: 44px;
  line-height: 48px;
}
.hs_about_body-container-wrapper .hs-customer-reviews .bottom_section {
  margin-bottom: 0;
}
.hs_about_body-container-wrapper .hs-customer-reviews .top_content h2 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
}
.hs_about_body-container-wrapper .hs-customer-reviews .left-top_corder_image .img-with-aniamtion-wrap {
  margin-left: -330px;
}
.hs_about_body-container-wrapper .hs-customer-reviews .left-top_corder_image .img-with-aniamtion-wrap .inner {
  max-width: 75%;
}
.hs-careers-row1 .hs-about_section {
  padding-top: 35px;
}
.hs-careers-row1 .hs-about_section .top_heading-content h2 {
  font-family: open sans, sans-serif;
}
.hs_careers_body-container-wrapper .hs-customer-reviews .left-top_corder_image .img-with-aniamtion-wrap .inner {
  max-width: 75%;
}
.hs_careers_body-container-wrapper .hs-customer-reviews .bottom_section {
  padding-top: 23px;
  margin-bottom: 5px;
}
.hs_careers_body-container-wrapper .hs-customer-reviews .top_section .top_content h2 {
  font-family: "open sans",sans-serif;
}

.hs-refer_right-column div {
  height: 100%;
}
.hs-refer_left-column > div {
  padding: 0 calc(100vw * 0.05);
}
.hs-refer_left-column > div {
  margin-left: -2px;
}
.hs-refer_right-column .dnd-section > div {
  padding: 0 calc(100vw * 0.06);
}
.hs-refer_left-column .hs_cos_wrapper_type_rich_text h2:first-child {
  position: relative;
}
.hs-refer_left-column .hs_cos_wrapper_type_rich_text h2:first-child:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #09b0ed;
  border-radius: 50%;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  z-index: 1;
}
.hs-refer_left-column .hs_cos_wrapper_type_rich_text h2:first-child:after {
  width: 36px;
  height: 2px;
  background-color: #a8aaad;
  position: relative;
  display: block;
  content: "";
  margin-top: 24px;
  margin-bottom: 24px;
}
.hs-refer_left-column .hs_cos_wrapper_type_rich_text i {
  font-style: inherit;
}
.custom-refer-form-column .hs_cos_wrapper_type_form {
  background-color: #ffffff;
  display: block;
  padding: calc(600px * 0.06);
  margin-top: 88px;
  margin-right: -2px;
}
.custom-refer-form-column .hs_cos_wrapper_type_form .form-title {
  text-align: center;
  padding: 0;
  font-family: "open sans",sans-serif;
  font-weight: 800;
  padding-bottom: 59px;
  font-size: 30px;
  line-height: 36px;
}
.custom-refer-form-column .hs-form-field {
  margin-bottom: 18px;
}
.custom-refer-form-column .hs-input:not([type="checkbox"]) {
  display: inline-block;
  width:90
}
.body-container-refer .custom-refer-form-column fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
  max-width: 100%;
}
.custom-refer-form-column .hs-button.primary {
  background: #09b0ed;
  border-color: #09b0ed;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica,sans-serif;
  border-radius: 3px;
  padding: 12px 23.5px;
}
.custom-refer-form-column form .actions {
  margin-bottom: 0;
}
.body-container-requestDemo .hs-refer_right-column .dnd-module,
.body-container-account_manager .hs-refer_right-column .dnd-module,
.hs-lp_min_height .hs-refer_right-column .dnd-module {
  display: table;
}
.body-container-requestDemo .hs-refer_right-column .dnd-module .widget-type-form,
.body-container-account_manager .hs-refer_right-column .dnd-module .widget-type-form,
.hs-lp_min_height .hs-refer_right-column .dnd-module > div {
  display: table-cell;
  vertical-align: middle;
}
.body-container-requestDemo .custom-refer-form-column .hs_cos_wrapper_type_form,
.body-container-account_manager .custom-refer-form-column .hs_cos_wrapper_type_form,
.hs-lp_min_height .custom-refer-form-column .hs_cos_wrapper_type_form {
  margin-top: 0;
}
.body-container-requestDemo .custom-refer-form-column .hs_cos_wrapper_type_form .form-title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 800;
  text-align: left;
  padding-bottom: 32px;
}
.body-container-requestDemo .custom-refer-form-column form fieldset {
  max-width: 700px !important;
}
.body-container-requestDemo .custom-refer-form-column .hs-form-field {
  margin-bottom: 3px;
}
.body-container-requestDemo .custom-refer-form-column .hs-input:not([type=checkbox]):not([type=radio]) {
  font-size: 14px;
  margin-bottom: 15px;
  background-color: rgba(0,0,0,.04);
  border-radius: 4px;
  border: 2px solid transparent;
  font-family: inherit;
  line-height: 24px;
  padding: 10px;
  width: 100%;
  transition: all .2s ease;
  height: auto;
}
.body-container-requestDemo .custom-refer-form-column .hs-input:not([type=checkbox]):not([type=radio]):focus {
  border-color: #09b0ed;
}
.body-container-requestDemo .custom-refer-form-column label:not(.hs-error-msg) {
  color: #293243;
  font-family: "open sans",sans-serif;
  font-size: inherit;
  line-height: 22px;
}
.body-container-requestDemo .custom-refer-form-column form .inputs-list[role="checkbox"] {
  margin-left: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0;
}
.body-container-requestDemo .custom-refer-form-column form .inputs-list[role="checkbox"] li {
  margin-bottom: 16px;
  line-height: 28px;
}
.body-container-requestDemo .custom-refer-form-column form .actions {
  margin-top: 30px;
  padding: 0;
}
.body-container-requestDemo .custom-refer-form-column form input.hs-button {
  width: 100%;
  padding: 15px 22px;
  border-radius: 4px;
  background-color: #09b0ed;
  font-family: Lato,sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  line-height: 1.2;
}
.body-container-requestDemo .custom-refer-form-column form input[type=checkbox] {
  margin: 3px 3px 3px 4px;
}
.body-container-requestDemo .custom-refer-form-column form .inputs-list[role="checkbox"] li label {
  margin-bottom: 0;
}
.body-container-requestDemo .custom-refer-form-column .hs-fieldtype-checkbox.field.hs-form-field label {
  padding-bottom: 5px;
}
.body-container-requestDemo .custom-refer-form-column .hs_error_rollup label {
  color: red;
}
.body-container-requestDemo .custom-refer-form-column form input.hs-button:hover {
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.body-container-requestDemo .custom-refer-form-column form .hs-form-required {
  color: inherit;
}
.custom-refer-form-column .hs-input::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
.custom-refer-form-column .hs-input:-moz-placeholder {
  color: #888;
  opacity: 1;
} /* Firefox 18- */
.custom-refer-form-column .hs-input::-moz-placeholder {
  color: #888;
  opacity: 1;
} /* Firefox 19+ */
.custom-refer-form-column .hs-input:-ms-input-placeholder {
  color: #888;
  opacity: 1;
} /* IE10 */
.body-container-account_manager .custom-refer-form-column .hs_cos_wrapper_type_form .form-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
  text-align: left;
  padding-bottom: 23px;
}
.body-container-account_manager .custom-refer-form-column .hs_cos_wrapper_type_form fieldset {
  max-width: 500px !important;
}
.body-container-account_manager .hs-refer_right-column fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 95% !important;
}
.body-container-account_manager .hs-refer_right-column textarea.hs-input {
  height: auto;
}
.body-container-account_manager .custom-refer-form-column .hs-fieldtype-checkbox.field.hs-form-field > label {
  padding-bottom: 6px;
}
.body-container-account_manager .custom-refer-form-column form .inputs-list[role="checkbox"] li label {
  margin-bottom: 9px;
}
.body-container-account_manager .custom-refer-form-column .hs-button.primary {
  font-size: 14px;
  padding: 12px 24px;
}
.body-container-account_manager .hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 9px;
}
.body-container-account_manager .hs-refer_right-column form input[type=checkbox] {
  margin: 3px 5px 3px 0px;
  line-height: normal;
}
.body-container-account_manager .custom-refer-form-column .hs-input::-webkit-input-placeholder {
  color: #838383;
  opacity: 0.5;
}
.body-container-account_manager .custom-refer-form-column .hs-input:-moz-placeholder {
  color: #838383;
  opacity: 0.5;
} /* Firefox 18- */
.body-container-account_manager .custom-refer-form-column .hs-input::-moz-placeholder {
  color: #838383;
  opacity: 0.5;
} /* Firefox 19+ */
.body-container-account_manager .custom-refer-form-column .hs-input:-ms-input-placeholder {
  color: #838383;
  opacity: 0.5;
} /* IE10 */


.body-container-help_business .hs-refer_left-column {
  margin-top: 20px;
  margin-bottom: 1.5em;
  padding-bottom: 25px;
}
.body-container-help_business .hs-refer_left-column .hs_cos_wrapper_type_rich_text h2 span {
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: -6px;
  font-family: serif;
  display: block;
  margin-top: 7px;
}

.body-container-help_business .hs-refer_left-column form {
  margin-top: 1.5em;
}
.body-container-help_business .hs-refer_left-column form .hs-form-field {
  margin-bottom: 18px;
}
.body-container-help_business .hs-refer_left-column form .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 90%;
}
.body-container-help_business .hs-refer_left-column form fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.body-container-help_business .hs-refer_left-column form input.hs-button {
  font-size: 13px;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 3px;
  background: #09b0ed;
  border-color: #09b0ed;
  margin-bottom: 6px;
}
.body-container-help_business .hs-refer_right-column .dnd-section > div {
  padding: 0 calc(100vw * 0.10);
}
.body-container-help_business.body-container-help_customers .hs-refer_left-column {
  margin-bottom: 0;
  padding-bottom: 0;
}
.body-container-help_business.body-container-help_customers .hs-refer_left-column .actions {
  margin-bottom: 0;
  padding-bottom: 11px;
}
.body-container-help_business.body-container-help_customers .hs-refer_right-column .dnd-section > div {
  padding: 0 calc(100vw * 0.06);
}

.hs_headerv2__logo {
  width: 25%;
  padding: calc(100vw * 0.01);
  float: left;
}
.hs_headerv2__logo #hs_cos_wrapper_header_logo {
  max-width: 75%;
  width: auto;
  margin-top: 5px;
  padding-right: 0;
  margin-left: 2px;
}
.hs_headerv2__logo #hs_cos_wrapper_header_logo img {
  max-width: 89%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.custom-headerv2 .header-bottom .container {
  padding: 0;
}
.custom-headerv2 .hdr-right-section {
  width: 25%;
  float: right;
}
.custom-headerv2 .hdr-right-section {
  width: 25%;
  float: right;
  text-align: right;
  display: block;
  padding: calc(100vw * 0.01);
}
.custom-headerv2 .hdr-right-section .hdr-btn-demo {
  float: right;
}
.custom-headerv2 .hdr-right-section .hdr-btn-demo a {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  margin-left: 20px;
  margin-right: 1px;
  line-height: 20px;
  border: 0;
  margin-top: 16px;
}
.custom-headerv2 .hdr-right-section .hdr-btn-demo a:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.hs-googleads-row1 .hs-customer-reviews .hover-wrap-inner img {
  max-width: 90% !important;
}
.hs-googleads-row1 .hs-customer-reviews .trustpilot-widget.top {
  margin-top: 24px;
  padding: 1.55em 0 1.5em;
}
.hs-googleads-row1 .hs-customer-reviews {
  padding-bottom: 65px;
}
.hs-googleads-row1 .counter_wrap .padding-2-percent > div {
  padding: 0;
}
.hs-googleads-row1 .bt_pane_wrap .heading-line {
  margin-bottom: 31px;
}
.hs-googleads-row1 .counter_wrap {
  overflow: hidden;
}
.hs-tracking-row1 .hs_cos_wrapper_type_header {
  margin-bottom: 1.5em;
  display: block;
}
.hs-tracking-row1 .hs_cos_wrapper_type_header h1 {
  margin: 0;
}
.hs-tracking-row1 .oembed_container_iframe {
  max-width: 100% !important;
  max-height: initial !important;
}
.hs-tracking-row1 .oembed_container {
  max-width: 100% !important;
  box-shadow: 0 15px 40px rgb(11 26 33 / 27%) !important;
  max-height: inherit !important;
  margin-bottom: 15px;
}
.hs-tracking-row1 .iframe_wrapper {
  padding-top: 0;
}
.hs-tracking-row1 form {
  padding-top: 59px;
}
.hs-tracking-row1 form .hs-form-field label:not(.hs-error-msg) {
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  color: #2a3344;
}
.hs-tracking-row1 form .hs-form-field {
  margin-bottom: 18px;
}
.hs-tracking-row1 form .hs-input {
  padding: 9px 15px;
}
.hs-tracking-row1 form .hs-input::-webkit-input-placeholder {
  color:#bfbfbf;
}
.hs-tracking-row1 form .hs-input:-moz-placeholder {
  color:#bfbfbf;
} /* Firefox 18- */
.hs-tracking-row1 form .hs-input::-moz-placeholder {
  color:#bfbfbf;
} /* Firefox 19+ */
.hs-tracking-row1 form .hs-input:-ms-input-placeholder {
  color:#bfbfbf;
} /* IE10 */
.hs-tracking-row1 form select {
  color: #bfbfbf;
  padding-left: 10px !important;
}
.hs-tracking-row1 form select.hs-input:focus {
  color: #33475b !important;
}
.hs-tracking-row1 form input.hs-button {
  background: #09b0ed;
  border-color: #09b0ed;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
  padding: 12px 24px;
  border-radius: 0;
}
.hs-tracking-row2 form {
  padding-top: 30px;
}
.hs-tracking-row2 form .hs-form-field label:not(.hs-error-msg) {
  text-align: center;
  color: #09b0ed;
  font-family: "open sans",sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.hs-tracking-row2 form .hs-form-field .hs-input {
  background-color: rgba(0,0,0,.04);
  border-radius: 4px;
  border: 2px solid transparent;
  font-family: inherit;
  line-height: 24px;
  padding: 10px;
  width: 100%;
  color: #555;
  height: auto;
  font-size: 14px;
}
.hs-tracking-row2 form .hs-form-field .hs-input:focus {
  border-color: #09b0ed;
}
.hs-tracking-row2 form .hs-form-field {
  margin-bottom: 0;
}
.hs-tracking-row2 form .hs-error-msg, 
.hs-tracking-row2 form .hs-error-msgs label {
  font-size: 16px;
  line-height: 28px;
}

.hs-tracking-row2 form .hs-form-field select.hs-input {
  padding: 9px 15px;
  font-family: 'Open Sans';
  font-size: 14px;
  height: 45px;
  padding-left: 10px;
}
.hs-tracking-row2 form .hs-richtext p {
  font-size: 16px;
  margin: 0;
}
.hs-tracking-row2 form .hs-richtext {
  margin: 0;
}
.hs-tracking-row2 form .actions {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.hs-tracking-row2 form .actions input.hs-button {
  padding: 18px 22px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  background-color: #09b0ed;
  font-family: Lato,sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: 0;
}
.hs-tracking-row2 form .actions input.hs-button:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.hs-tracking-row3 .bt_pane_wrap .btn_wrap .hs-cta-wrapper a,
.hs_resources_body-container-wrapper .bt_pane_wrap .btn_wrap .hs-cta-wrapper a 
{
  background-color: #09b0ed!important;
  border: 0;
  padding: 15px 35px;
}
.hs-tracking-row2 form .hs-form-required {
  color: #09b0ed;
}
.hs-tracking-row1 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 30px;
  line-height: 36px;
}
.hs-resources-row1 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.hs-resources-row1 .hs_cos_wrapper_type_rich_text h3 a:hover {
  color: inherit;
}

.testi_col_content_wrap .cm_btn a:hover {
  opacity: .87;
  color: #fff;
}

.hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 .col.col_image {
  transform: none;
}

.hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 .col.col_content {
  transform: none;
}

.hs_customers_inner_page span#hs_cos_wrapper_widget_1648710599415_ h2 {
  margin-bottom: 0.6em !important;
}

.hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 h2>a {
  border: none;
  text-decoration: inherit;
  color: inherit;
}

.hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 h2>a:hover {
  opacity: .85;
}

.hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.module_1648723763929 {
  padding-bottom: 40px;
}

.content-with-popup-video .cm-vc_col-sm-8 .cmbtm-wpb-text-column {
  position: relative;
  z-index: 55;
}

.hs-fleet_management_banner-row1 .counter_wrap .container {
  padding-top: calc((100vw * 2) / 100);
  padding-bottom: calc((100vw * 2) / 100);
}
.hs-fleet_management_banner-row1 .counter_wrap .hs-col > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hs-fleet_management_banner-section .hs_row_minus_onePercentage .right-column {display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;margin-left: 0;}

.hs-fleet_management_banner-section .hs_row_minus_onePercentage .right-column .vc_column-inner {position: relative;-webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;-webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;padding: 0;}



.hs-fleet_management_banner-section .hs-bannerWithcontent .testimonial {margin-top: -170px;}





@media only screen and (min-width: 1425px) {
  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .column-inner {
    padding-left: 0px;
  }

  div#hs_cos_wrapper_widget_1648640591894 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col.col_content .column-inner {
    padding: calc(1245px * 0.04);
    padding-top: 0;
    padding-right: 0;
  }

}

@media (min-width: 690px) {
  .hs_vc_col-sm-12 {
    width: 100%;
  }
  .hs_vc_col-sm-2 {
    width: 16.66666667%;
  }
  .hs_vc_col-sm-1\/5 {
    width: 20%;
  }
  .hs_vc_col-sm-3 {
    width: 25%;
  }
  .hs_vc_col-sm-4 {
    width: 33.33333333%;
  }
  .hs_vc_col-sm-2\/5 {
    width: 40%;
  }
  .hs_vc_col-sm-6 {
    width: 50%;
  }
  .hs_vc_col-sm-3\/5 {
    width: 60%;
  }
  .hs_vc_col-sm-8 {
    width: 66.66666667%;
  }
  .hs_vc_col-sm-9 {
    width: 75%;
  }
  .hs_vc_col-sm-10 {
    width: 83.33333333%;
  }
}

@media only screen and (min-width: 1000px) {
  .custom-refer-form-column .hs_cos_wrapper_type_form {
    padding: calc(100vw * 0.03);
  }
  .hs_refer_main_grp {
    min-height: calc(100vh - 119px);
  }
  .body-container-requestDemo .hs-refer_left-column .hs_refer_left_row,
  .body-container-account_manager .hs-refer_left-column .hs_refer_left_row,
  .hs-lp_min_height .hs-refer_left-column .hs_refer_left_row {
    height: 100%;
  }
  .body-container-requestDemo .hs-refer_left-column .hs_refer_left_row > .row-fluid-wrapper,
  .body-container-account_manager .hs-refer_left-column .hs_refer_left_row > .row-fluid-wrapper,
  .hs-lp_min_height .hs-refer_left-column .hs_refer_left_row > .row-fluid-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .body-container-requestDemo .hs-refer_left-column .hs_refer_left_row > .row-fluid-wrapper > .row-fluid,
  .body-container-account_manager .hs-refer_left-column .hs_refer_left_row > .row-fluid-wrapper > .row-fluid,
  .hs-lp_min_height .hs-refer_left-column .hs_refer_left_row > .row-fluid-wrapper > .row-fluid {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }  

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648639823370 .content-right .col_content {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648639823370 .content-right .col_image {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640470264 .col_content {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640470264 .col_image {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_content {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_image {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_image .inner {
    text-align: right;
    margin-left: auto;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.module_1648723763929 {
    margin-top: -40px;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.module_1648723763929 .col_content {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.module_1648723763929 .col_image {
    transform: none;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.module_1648723763929 .col_content .column-inner {
    padding: calc(1245px * 0.04);
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }


  div#hs_cos_wrapper_widget_1648640591894 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_image .inner {
    margin: 0;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1649223243492 .acc_with_con_wrap .right_col .col_inner img {
    max-width: 96%;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1649223243492 .acc_with_con_wrap .right_col .col_inner {
    text-align: center;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648638663010 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 .col_image .column-inner .inner .hover-wrap img.img-with-animation {
    max-width: 96%;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648640470264 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640470264 .col_image img.img-with-animation {
    max-width: 96%;
  }


  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648640591894 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_content .column-inner {
    padding: 0px;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648640591894 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_image img.img-with-animation {
    max-width: 96%;
  }


  .hs-content-id-69892715024 .hs_customers_inner_page div#hs_cos_wrapper_widget_1648640591894 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_image .inner {
    margin-left: 0;
  }
  .hs-content-id-69892715024 .hs_customers_inner_page .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .column-inner {
    padding-left: 0px;
  }
  .hs-content-id-69892715024 .hs_customers_inner_page span#hs_cos_wrapper_widget_1648710599415_ h2 {
    margin-bottom: 0.82em !important;
  }
  .hs-content-id-69892715024 .hs_customers_inner_page div#hs_cos_wrapper_widget_1648638663010 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 .col_image .column-inner .inner .hover-wrap img.img-with-animation {
    max-width: 100%;
  }
  .hs-content-id-69892715024 #hs_cos_wrapper_widget_1648642689729 .testi_col_content_wrap .hs-col-sm-2\/5>div img {
    max-width: 100% !important;
  }
  .hs-content-id-69892715024 .hs_customers_inner_page div#hs_cos_wrapper_widget_1648640470264 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640470264 .col_image img.img-with-animation {
    max-width: 100%;
  }
}



@media only screen and (max-width: 1300px) {
  .hs-fleet_management_banner-row1 .counter_wrap .container {
    padding-top: calc(100vw * 0.02);
    padding-bottom: calc(100vw * 0.02);
  }
}

@media only screen and (max-width: 1000px) {
  .acc_with_con_wrap .right_col .col_inner img {
    max-width: 350px!important;
    text-align: center;
    margin: 0 auto!important;
    display: block;
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 999px) { 
  .nectar-icon-list-item .list-icon-holder,
  .nectar-icon-list-item .content {
    transform: none!important;
    -webkit-transform: none!important;
    opacity: 1!important;
    animation: none!important;
  }
  .hs-about_banner-section .banner_wrap .banner_inner .banner_content {
    margin-bottom: 0;
  }
  .hs_about_body-container-wrapper .hs-customer-reviews .left-top_corder_image,
  .hs_careers_body-container-wrapper .hs-customer-reviews .left-top_corder_image {
    display: inherit;
  }
  .hs_about_body-container-wrapper .hs-customer-reviews,
  .hs_careers_body-container-wrapper .hs-customer-reviews {
    overflow: visible;
  }
  .hs_about_body-container-wrapper,
  .hs_careers_body-container-wrapper {
    overflow: hidden;
  }
  .hs_about_body-container-wrapper .hs-customer-reviews {
    padding-top: 124px;
  }
  .hs_careers_body-container-wrapper .hs-customer-reviews {
    padding-top: 68px;
  }
  .hs_about_body-container-wrapper .hs-customer-reviews .top_section .top_content,
  .hs_careers_body-container-wrapper .hs-customer-reviews .top_section .top_content {
    padding-top: 25px;
  }
  .hs_careers_body-container-wrapper .hs-customer-reviews .hover-wrap-inner img {
    max-width: 350px!important;
    text-align: center;
    margin: 0 auto!important;
  }
  .hs_careers_body-container-wrapper .hs-customer-reviews .trustpilot-widget.top {
    margin-top: 25px;
  }
  .hs_refer_main_grp .hs_vc_col-sm-6 {
    width: 100%;
  }
  .hs-refer_left-column > div {
    padding: 0 calc(100vw * 0.06);
    margin-bottom: 1.5em;
    padding-bottom: 12px;
  }
  .custom-refer-form-column .hs_cos_wrapper_type_form {
    padding: calc(100vw * 0.06);
    margin-left: -2px;
  }
  .body-container-requestDemo .hs-refer_left-column > div {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .body-container-account_manager .hs-refer_left-column > div {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .body-container-help_business .hs-refer_left-column {
    margin-bottom: 0;
    padding-bottom: 13px;
  }
  .body-container-help_customers .hs-refer_left-column > div {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hs_headerv2__logo {
    width: 50%;
  }
  .custom-headerv2 .hdr-right-section {
    position: static !important;
  }
  .hs-googleads-row1 .hs-customer-reviews .top_section {
    margin-bottom: 1.5em;
    padding-bottom: 25px;
  }
  .hs-googleads-row1 .hs-col > div:not(:last-child) {
    margin-bottom: 0;
  }
  .custom-headerv2 .hdr-right-section .hdr-btn-demo {
    animation: none !IMPORTANT;
    visibility: visible !important;
  }
}

@media only screen and (max-width: 980px) {
  .hs-refer_left-column .hs_cos_wrapper_type_rich_text h2:first-child:before {
    left: 22px;
  }
  .custom-refer-form-column form {
    padding: 0 52px;
  }
  .body-container-requestDemo .custom-refer-form-column form {
    padding: 0 82px;
  }
  .body-container-requestDemo .custom-refer-form-column .hs_cos_wrapper_type_form .form-title {
    padding-left: 22px;
    padding-right: 22px;
  }
  .body-container-requestDemo .custom-refer-form-column form .inputs-list[role="checkbox"] {
    padding-left: 22px;
    padding-right: 22px;
  }
  .body-container-requestDemo .custom-refer-form-column form .inputs-list[role="checkbox"] li {
    margin-bottom: 15px;
  }
  .body-container-requestDemo .custom-refer-form-column form .actions {
    margin-top: 32px;
  }
  .body-container-account_manager .custom-refer-form-column .hs_cos_wrapper_type_form .form-title {
    padding-left: 22px;
    padding-right: 22px;
  }
  .body-container-help_business .hs-refer_left-column form {
    padding-left: 30px;
    padding-right: 28px;
  }
  .hs-about_banner-section .row-bg-wrap,
  .hs_about_body-container-wrapper .bt_pane .row-bg-wrap {
    margin-left: -50vw;
    width: 100vw;
  }
  .hs-tracking-row1 form {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media only screen and (max-width: 690px) {
  .body-container-requestDemo .hs-refer_right-column .dnd-section > div,
  .body-container-account_manager .hs-refer_right-column .dnd-section > div {
    padding: 0;
  }
  .body-container-requestDemo .custom-refer-form-column .hs_cos_wrapper_type_form,
  .body-container-account_manager .custom-refer-form-column .hs_cos_wrapper_type_form {
    padding: 0;
  }
  .body-container-requestDemo .hs-refer_right-column .dnd-module,
  .body-container-account_manager .hs-refer_right-column .dnd-module {
    width: 100%;
  }
  .body-container-requestDemo .custom-refer-form-column form,
  .body-container-account_manager .custom-refer-form-column form {
    padding-bottom: 33px;
    margin-right: -2px;
  }
  .body-container-requestDemo .custom-refer-form-column .hs_cos_wrapper_type_form,
  .body-container-account_manager .custom-refer-form-column .hs_cos_wrapper_type_form {
    margin-left: 0;
  }
  .body-container-requestDemo,
  .body-container-account_manager,
  .body-container-help_business {
    overflow: hidden;
  }
  .body-container-account_manager .custom-refer-form-column .hs_cos_wrapper_type_form fieldset {
    max-width: 100% !important;
  }
  .body-container-help_business .hs-refer_left-column .hs_cos_wrapper_type_rich_text h2 span {
    font-size: 20.7px;
    line-height: 20.7px;
  }
  .hs-lp_min_height .hs-refer_right-column .dnd-module {
    width: 100%;
  }
  .body-container-help_business .hs-refer_right-column .dnd-section>div {
    padding: 0;
  }
  .body-container-help_business.body-container-help_customers .hs-refer_right-column .dnd-section > div {
    padding: 0;
  }
  .hs_headerv2__logo,
  .custom-headerv2 .hdr-right-section {
    width: 100%;
  }
  .custom-headerv2 .hdr-right-section .hdr-btn-demo {
    float: none;
    display: inline-block;
  }
  .custom-headerv2 .hdr-right-section {
    margin: -5px auto -4px;
    text-align: center;
    width: 100% !important;
  }

  .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 .col.wow.fadeInLeft.col_content {
    padding: calc(100vw * 0.06);
    padding-top: 0;
    padding-right: 0;
  }

  .content-with-image-col.theme_style_1.width_col_6_4.widget_1648639685836 h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-with-image-col.theme_style_1.width_col_6_4.widget_1648639685836 p {
    padding-left: 0;
  }

  .content-with-image-col.theme_style_1.width_col_6_4.widget_1648639685836 ul {
    margin-left: 0;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1649222637083 .acc_with_con_wrap.style2 .right_col .col_inner img {
    margin-top: 0px !important;
    position: relative;
    right: 10px;
  }

  .solution-inner-page div#hs_cos_wrapper_widget_1649047204725 ul {
    padding-left: 22px;
    padding-right: 22px;
  }

  .solution-inner-page div#hs_cos_wrapper_module_16490472178532 ul {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1649223243492 .acc_with_con_wrap.style1 .right_col img {
    margin-top: 0px !important;
    width: 96%;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1649223243492 .acc_with_con_wrap .right_col .col_inner img {
    max-width: 96%;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1649223243492 .acc_with_con_wrap .right_col .col_inner {
    text-align: center;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648638663010 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648638663010 .col_image .column-inner .inner .hover-wrap img.img-with-animation {
    max-width: 96%;
  }



  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648640591894 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640591894 .col_image img.img-with-animation {
    max-width: 96%;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648639823370 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648639823370 .col_image img.img-with-animation {
    max-width: 96%;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_widget_1648640470264 .content-with-image-col.theme_style_1.width_col_6_4.widget_1648640470264 .col_image .inner {
    margin: 0;
  }

  .hs_customers_inner_page div#hs_cos_wrapper_module_1648723763929 .content-with-image-col.theme_style_1.width_col_6_4.module_1648723763929 .col_image .inner {
    margin: 0;
  }

}

@media only screen and (max-width: 680px) {
  .custom-refer-form-column .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100% !important;
  }
  .custom-refer-form-column form .input {
    margin-right: 0 !important;
  }
  .custom-refer-form-column fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .body-container-account_manager .hs-refer_right-column fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100% !important;
  }
}

@media only screen and (max-width: 680px) and (min-width:481px) {
  .body-container-requestDemo .custom-refer-form-column fieldset.form-columns-2 .hs-form-field,
  .body-container-account_manager .custom-refer-form-column fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .body-container-requestDemo .custom-refer-form-column form .input,
  .body-container-account_manager .custom-refer-form-column form .input {
    margin-right: 8px !important;
  }
}

@media only screen and (max-width: 480px) {
  .custom-refer-form-column form {
    padding: 0 10px;
  }
  .body-container-requestDemo .custom-refer-form-column form,
  .body-container-account_manager .custom-refer-form-column form {
    padding: 0 22px;
  }
  .body-container-help_business .hs-refer_left-column form .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100% !important;
  }
}
.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul,
.hs_web_v2_page .hs_cos_wrapper_type_rich_text ol {
  color: #293243;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 1.5em;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h3 {
  font-size: 30px;
  line-height: 36px;
}


.row-bg-wrap {
  --scroll-bar-w: 13px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50vw;
  margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
  left: 50%;
  width: 100vw;
  width: calc(100vw - var(--scroll-bar-w));
}

.full-width-content.parallax_section .row-bg-wrap, 
.full-width-section.parallax_section .row-bg-wrap, 
.row-bg-wrap .inner-wrap, .wpb_row.parallax_section .row-bg-wrap {
  overflow: hidden;
  width: 100.1%;
  height: 100.1%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.row-bg-wrap .inner-wrap {
  height: 100%;
  width: 100%;
}

.row-bg-wrap .row-bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
}

.row-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


.dot-divider-wrap {
  margin-bottom: 1.5em;
}

.dot-divider {
  width: 36px;
  height: 2px;
  background-color: #a8aaad;
  position: relative;
}

.dot-divider-white {
  background-color: #fff;
}

.dot-divider::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #09b0ed;
  border-radius: 50%;
  bottom: -3px;
}

.dot-divider-center {
  margin: 0 auto;
}

.dot-divider-center::after {
  left: 14px;
}

.hs-col {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  margin-left: -1%;
  margin-right: -1%;
}

.hs-col>div {
  padding-left: 1%;
  padding-right: 1%;
}

.row-bg-wrap+div {
  position: relative;
  z-index: 3;
}

.padding-2-percent>div {
  padding: 0 calc(600px * 0.03);
}

.padding-3-percent>div {
  padding: 0 calc(600px * 0.03);
}

.padding-10-percent>div {
  padding: 0 calc(600px * 0.10);
}

.hs_customers_page {
  overflow: hidden;  
}

.hs_customers_row6_grp .hs-sucess-section {
  padding-top: 66px;
  padding-bottom: 66px;
  margin-bottom: 1.5em;
}

.hs_customers_page .logos_slider_wrap .container_inner {
  padding: 0 calc(600px * 0.08);
}

.hs_customers_page .hs-sucess-section .mid_section {
  margin-bottom: 0;
}

.hs_customers_page .hs-sucess-section .mid_section .txt-primary {
  margin-bottom: 7px;
}

.hs_customers_page .hs-sucess-section .top_section {
  width: 66.66666667%;
  margin: 0 auto 1.5em;
}

.hs_customers_page .hs-sucess-section .top_section p {
  line-height: 29px;
}



.hs_contact_page {
  overflow: hidden;
}

.hs_contact_page hr {
  background: transparent;
  height: 0;
}

.iframe_form form .hs-form-field {
  margin-bottom: 18px;
}

.iframe_form form fieldset {
  max-width: 500px !important;
}

.iframe_form form fieldset:not(.form-columns-1) .hs-input:not([type="checkbox"]) {
  width: 90%;
}

.iframe_form form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.iframe_form form .inputs-list:first-child {
  padding-top: 6px;
}

.iframe_form form {
  line-height: normal;
  font-size: 16px;
}

.iframe_form form .inputs-list label input[type="checkbox"] {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
  vertical-align: unset;
}

.iframe_form form .inputs-list label input[type="checkbox"]+span {
  vertical-align: initial;
}

.iframe_form form .inputs-list>li+li {
  padding-top: 2px;
}

.iframe_form form fieldset textarea {
  height: auto;
  margin: 0 0 -5px;
}

.iframe_form form .actions {
  margin-bottom: 0;
}

.iframe_form form .hs-button.primary {
  font-size: 14px;
  height: auto;
  border-radius: 3px;
  padding: 12px 24px;
  border-width: 1px;
  font-weight: 700;
}

.hs_customers_inner_page .dnd-section:not([class*="force-full-width"]) .span12 .row-fluid {
  margin-left: -1%;
  margin-right: -1%;
  width: auto;
}
.hs_contact_page .dnd-section .span12 .span12 .row-fluid {
  margin-left: -1%;
  margin-right: -1%;
  width: auto;
}

.hs_customers_inner_page .dnd-section:not([class*="force-full-width"]) .span12 .row-fluid [class*="span"] {
  margin-left: 0;
  padding-left: 1%;
  padding-right: 1%;
}
.hs_contact_page .dnd-section .span12 .span12 .row-fluid [class*="span"] {
  margin-left: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.hs_contact_page .span8:first-child>div {
  padding-right: calc(600px * 0.06);
}

.customers_inner_banner .banner_wrap .banner_inner h1 {
  filter: drop-shadow(0 5px 3px rgba(0,0,0,.56));
}

.customers_inner_banner .padding-3-percent>div {
  padding: 0;
}

.hs_customers_inner_page .logos_slider_wrap {
  padding-top: 40px;
  padding-bottom: 10px;
}

.hs_customers_inner_page .content-with-image-col h2 {
  margin-bottom: 36px;
  position: relative;
}

.hs_customers_inner_page .content-with-image-col h2:after {
  content: '';
  position: absolute;
  width: 66px;
  height: 5px;
  left: -12px;
  border-bottom: 3px solid #09b0ed;
  display: block;
  box-sizing: content-box;
}

.hs_customers_inner_page .bt_pane_wrap .heading-line {
  display: flex;
}



.content-with-image-col ul {
  margin-left: 30px;
  padding: 0;
  list-style: none;
}

.content-with-image-col ul:last-child {
  margin-bottom: 0;
}

.content-with-image-col ul li {
  list-style: disc;
  list-style-position: outside;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 28px;
  color: #293243;
}



.hs_customers_inner_page .content-with-image-col .content-left .col_content .column-inner {
  padding-left: calc(600px * 0.06);
}

.cm_btn a {
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  border: 2px solid rgba(255,255,255,.75);
  border-width: 2px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 15px;
  border-color: rgba(255,255,255,0.75);
  color: #fff;
  visibility: visible;
  font-family: "Gotham A","Gotham B",Gotham-Bold,Open sans-serif;
  font-weight: 400;
  background-color: #09b0ed;
  border: 0;
  padding: 15px 35px;
}

.cm_btn a:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 11%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  border-color: #fff;
  color: #fff;
}


.hs_customers_inner_page .content-with-image-col.theme_style_1 .col_content .column-inner p {
  padding-bottom: 1.5em;
  margin: 0;
  max-width: none;
  color: #424954;
  display: block;
}

.hs_customers_inner_page .hs_cos_wrapper_type_rich_text h2 span {
  color: #09b0ed;
}

.hs_customers_inner_page .content-with-image-col.theme_style_1 .col_image .column-inner .img-with-aniamtion-wrap {
  text-align: left;
}

.hs_customers_inner_page .content-with-image-col.theme_style_1 .content-right .col_image .column-inner .img-with-aniamtion-wrap {
  text-align: right;
}

.hs_customers_inner_page {
  overflow: hidden;
}

.hs_customers_inner_page .content-with-top-icon {
  padding-bottom: 140px;
}

.hs_customers_inner_page .content-with-top-icon h5 {
  margin: 0;
}


.content-with-top-icon .vc_col .img-wrap .inner {
  height: 100%;
}

.custom-refer-form-column .hs_cos_wrapper_type_form{
  margin: 0 !important;
}

.hs-refer_right-column .dnd-section>div {
  padding-top:88px;
}

.hs-refer_left-column > div {
  margin-bottom: 1.5em;
  padding-bottom: 12px;
}

.body-container-requestDemo .hs-refer_right-column .dnd-section>div {
  padding-top: 0;
}

.body-container-requestDemo .hs-refer_left-column>div {
  padding-bottom: calc(1.5em + 0px);
  margin-bottom: 0;
}

.body-container-requestDemo .custom-refer-form-column form {
  -webkit-font-smoothing: antialiased;
}


.body-container-account_manager .hs-refer_right-column .dnd-section>div {
  padding-top: 0;
}

.body-container-account_manager .hs-refer_left-column>div {
  padding-bottom: calc(1.5em + 0px);
  margin-bottom: 0;
}

.body-container-help_business .hs-refer_left-column>div {
  margin: 0;
  padding-bottom: 000;
}

.hs-refer_left-column > div {
  margin-left: 0px !important;
}

/*------------*/

.cm-space-none .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0px 0px;
  margin: 0;
}

.cm-space-none .dnd-section {
  padding: 0px 0px;
}

.commercial-fleet-page .cont-with-pop-video {
  overflow: hidden;
}

.commercial-fleet-page .blog-post-lat-cm {
  overflow: hidden;
}

.hs-content-id-70180677441 .content-with-popup-video .cm-vc_col-sm-8 .nectar-video-box .nectar_video_lightbox {
  height: 110px;
  width: 110px;
  margin-left: -55px;
  margin-top: -55px;
}

.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-2 {
  width: 100%;
}

.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-8 {
  width: 100%;
}

.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-8 h2 {
  margin-top: 16px;
}


.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-8 h4 {
  margin-top: 0;
}

.hs_blog_twoColumn-content .hs_left-column-inner strong {
  font-weight: 800;
}

.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-8 .cm-wpb_text_column.cm-wpb_content_element {
  padding-top: 33px;
  width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
}

.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-8 .cm-wpb_row.cm-vc_row-fluid {
  width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
}

.commercial-fleet2-page .cont-with-pop-video .cmbtm-wpb-text-column {
  padding-top: 25.5px;
  margin-bottom: 1.5em;
  width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
}

.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .row-bg-wrap .using-image .viewport-desktop {
  background-position: 118% 154px !important;
}

.commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .background-circle {
  padding-bottom: 56.5px;
}

.hs-content-id-70264415517 .blog-post-lat-cm .divider-wrap {
  display: none;
}

.content-with-image-col.theme_style_2 .col_image .hover-wrap {
  margin-top: 5px;
  margin-left: 3px;
  position: relative;
  transition: all .65s cubic-bezier(.05,.2,.1,1);
}

.solution-row-1 .breadcrumbs_wrap {
  padding-top: 10px;
  padding-bottom: 24px;
}



@-webkit-keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    transform: translateX(60px) translateZ(0);
    -webkit-transform: translateX(60px) translateZ(0);
    -ms-transform: translateX(60px) translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0) translateZ(0);
    transition: transform .7s cubic-bezier(.165,.84,.44,1) .2s,opacity .7s cubic-bezier(.165,.84,.44,1) .2s;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1) .2s,opacity .7s cubic-bezier(.165,.84,.44,1) .2s;
  }
}

@keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    transform: translateX(60px) translateZ(0);
    -webkit-transform: translateX(60px) translateZ(0);
    -ms-transform: translateX(60px) translateZ(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: translateX(0) translateY(0) translateZ(0);
  }
}

.fadeInRightCustom {
  -webkit-animation-name: fadeInRightCustom;
  animation-name: fadeInRightCustom
}

.custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo {
  max-width: 75.5%;
  width: auto;
  margin-top: 7px;
  padding-right: 0;
  margin-left: -1px;
}
.custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo a {
  margin-top: 10px;
  margin-right: -1px;
  margin-bottom: 9px;
  font-family: Gotham A !important;
  font-weight: 400;
}
.custom-header-fleet_management {
  overflow: hidden;
}
.hs_fleet_management_body-container-wrapper .hs-customer-reviews {
  border-top: solid 1px;
  border-color: rgb(167, 169, 172);
  padding-top: 67px;
  padding-bottom: 66px;
}
.hs_fleet_management_body-container-wrapper .hs-customer-reviews .hover-wrap-inner img {
  max-width: 90% !important;
  text-align: center;
  margin: 0 auto !important;
  display: block !important;
}
.hs_fleet_management_body-container-wrapper .hs-customer-reviews .top_content h2:first-child:after {
  width: 62px;
  height: 2px;
}
.hs_fleet_management_body-container-wrapper .hs-customer-reviews .top_content h2:first-child:before {
  width: 18px;
  height: 18px;
  bottom: -7px;
  left: -16px;
}
.hs-capterra-fleet_bottom_section form fieldset {
  max-width: 500px !important;
}
.hs_fleet_management_body-container-wrapper .dot-divider {
  width: 62px;
  height: 2px;
  background-color: #a8aaad;
}
.hs_fleet_management_body-container-wrapper .dot-divider:after {
  width: 18px;
  height: 18px;
  bottom: -7px;
}
.hs_fleet_management_body-container-wrapper .bt_pane_wrap .heading-line {
  margin-bottom: 31px;
}
.hs-capterra-fleet_bottom_section .bt_pane_wrap .hs-bottom_pane_form fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 90%;
  max-width: 100%;
}
.hs-capterra-fleet_bottom_section .bt_pane_wrap .hs-bottom_pane_form fieldset.form-columns-1>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 95% !important;
}
.hs-capterra-fleet_bottom_section .bt_pane_wrap .hs-bottom_pane_form input.hs-button.primary {
  font-size: 14px;
  padding: 12px 24px;
  font-weight: 700;
  line-height: 12px;
  font-family: helvetica,sans-serif;
}
.hs_fleet_management_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form .actions {
  margin-top: 18px;
  margin-bottom: 24px;
  padding: 17px 0px;
}
.hs-solution-ppc_bottom_section .bt_pane_wrap {
  margin-bottom: 40px;
}
.hs-leavitt_insurance-layout .custom-header-fleet_management {
  padding-bottom: 5px;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs-error-msg, form .hs-error-msgs label {
  font-size: 16px;
  line-height: 28px;
}





/* Learpathgps Leavitt Insurance Desktop Css Start Here */
.hs-leavitt_insurance_banner-section .hs-advanced-banner .top_section {
  padding-top: 66px;
  padding-bottom: 66px;
  background-position: center center;
  background-repeat: no-repeat;
}
.hs-leavitt_insurance_banner-section .hs-advanced-banner .row-bg-overlay {
  opacity: 0;
}
.hs-leavitt_insurance_banner-section .hs-advanced-banner .content-section-inner h1 {
  font-size: 40px;
  line-height: 55px;
  filter: drop-shadow(0 5px 3px rgba(0,0,0,.56));
}
.hs-leavitt_insurance_banner-section .hs-advanced-banner .button_section a {
  padding-right: 39px;
}
.hs-leavitt_insurance-layout .hs-efficent-section .top_heading h2 {
  font-size: 33px;
  line-height: 46px;
}
.hs-leavitt_insurance-layout .hs-efficent-section .iwithtext .iwt-text {
  padding-top: 14px;
}
.hs-leavitt_insurance-layout .hs-efficent-section .hs_middle_section .hs_vc_col-sm-3 {
  padding-bottom: 44px;
}
.hs-leavitt_insurance-layout .hs-customer-reviews .top_content h2 {
  font-size: 33px;
  line-height: 46px;
}
.hs-leavitt_insurance-layout .hs-customer-reviews .left-top_corder_image .img-with-aniamtion-wrap .inner {
  max-width: 34.8%;
}
.hs-leavitt_insurance-layout .hs-customer-reviews .left-top_corder_image .img-with-aniamtion-wrap {
  margin-left: -311px;
}
.hs-leavitt_insurance-layout .hs-customer-reviews {
  padding-bottom: 42px;
}
.hs-leavitt_insurance-layout .hs-sucess-section .top_section h2 {
  font-size: 33px;
  line-height: 46px;
}
.hs-leavitt_insurance-layout .hs-sucess-section .top_section h2:first-child:after {
  margin-top: 34px;
}
.hs-leavitt_insurance-layout .bt_pane_wrap .heading-line h2 {
  font-size: 33px;
}
.hs-leavitt_insurance-layout .bt_pane_wrap .heading-line {
  margin-bottom: 31px;
}
.hs-leavitt_insurance-layout .bt_pane_wrap form label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica,sans-serif;
  font-size: 13px;
  color: #09b0ed;
  margin-top: 9px;
}
.hs-leavitt_insurance-layout .bt_pane_wrap form .hs-input:not([type=checkbox]):not([type=radio]) {
  display: inline-block;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 18px;
  border: 1px solid #ccc;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
  max-width: 500px;
  width: 90%;
  font-size: 14px;
  background-color: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,0);
  color: #fff;
  box-sizing: content-box;
}
.hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  max-width: 500px;
  width: 90%;
}
.hs-leavitt_insurance-layout .bt_pane_wrap form .hs-input:not([type=checkbox]):not([type=radio]):focus {
  border-color: rgba(255,255,255,.8);
  box-shadow: 0 0 10px rgb(255 255 255 / 15%);
}
.hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form .hs-form-field {
  margin-bottom: 29px;
}
.hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form input.hs-button.primary {
  padding: 15px 22px;
  box-sizing: content-box;
  font-family: Lato,sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  text-shadow: 0 -1px 0 #3574e3;
  line-height: 1;
}
.hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form input.hs-button.primary:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form .actions {
  margin-top: 19px;
  margin-bottom: 20px;
}
.hs-leavitt_insurance-layout .bt_pane_wrap .row-bg {
  background-position: center center;
}
/* learpathgps Leavitt Insurance Desktop Css End Here */





/* Preferred Pricing Desktop Css Start Here */
.hs-preferred_pricing-layout {
  position:relative;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .top_section {
  background-position: center center;
  padding-top: 66px;
  padding-bottom: 66px;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .row-bg-overlay {
  opacity: 0;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .hs-banner_list_section ul > li {
  padding-left: 20px;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .button_section a {
  padding-right: 39px;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner {
  margin-bottom: 0;
}
.hs_preferred_pricing_body-container-wrapper .hs-efficent-section .iwithtext .iwt-text {
  padding-left: 33px;
}
.hs_preferred_pricing_body-container-wrapper .hs-customer-reviews .hover-wrap-inner img {
  max-width: 90% !important;
  text-align: center;
  margin: 0 auto !important;
  display: block !important;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .heading-line {
  margin-bottom: 31px;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs-form-field label:not(.hs-error-msg) {
  color: #09b0ed;
  font-family: open sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 3px;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs-form-required {
  color: #09b0ed;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs-input:not([type=checkbox]):not([type=radio]) {
  background-color: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,0);
  color: #fff;
  font-size: 14px;
  padding: 10px;
  line-height: 24px;
  border: 2px solid transparent;
  height: auto;
  width: 100%;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form .hs-input:not([type=checkbox]):not([type=radio]):focus {
  border-color: rgba(255,255,255,.8);
  box-shadow: 0 0 10px rgb(255 255 255 / 15%);
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form .hs-form-field {
  margin-bottom: 11px;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form select.hs-input {
  font-family: open sans, sans-serif;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap form select.hs-input option {
  color: #33475b;
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form input.hs-button.primary {
  padding: 15px 22px;
  font-family: lato,sans-serif;
  font-weight: 700;
  font-size: 14px;
  background-color: #09b0ed;
  border-color: #09b0ed;
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form input.hs-button.primary:hover {
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form .actions {
  margin-top: 2px;
  margin-bottom: 0px;
  padding-bottom: 1px;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner h1 {
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.56));
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner {
  width: 60%;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner h3 {
  font-size: 30px;
  line-height: 36px;
}
.hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner h1 {
  line-height: 55px;
}
.hs_preferred_pricing-layout .custom-menu-primary,
.hs_gps-specialist-layout .custom-menu-primary {
  display: none !important;
}
/* Preferred Pricing Desktop Css End Here */






/* Gps Specialist Desktop Css Start Here */
.hs_gps-specialist-layout {}

.hs-gps-specialist_banner-section .hs-advanced-banner .content-section-inner {
  width: 75%;
}
.hs-gps-specialist_banner-section .hs-advanced-banner .hs-banner_list_section {
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 0;
}
.hs-gps-specialist_banner-section .hs-advanced-banner .right_image-section {
  width: 25%;
}
.hs-gps-specialist_banner-section .hs-advanced-banner .content-section-inner h1 {
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.56));
}
.hs-gps-specialist_banner-section .hs-advanced-banner .hover-wrap {
  max-width: 100%;
}
.hs-gps-specialist_banner-section .hs-advanced-banner .inner {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
}
.hs_gps-specialist-layout .hs-googleads_imageContent-section {
  padding-top: 42px;
}
.hs_gps-specialist-layout .hs-memberDetails .image_column .vc_column-inner {
  max-width: 75%;
  width: auto;
}
.hs_gps-specialist-layout .hs-memberDetails .content_column .wpb_content_element .wpb_wrapper div {
  margin-bottom: 24px;
}
.hs_gps-specialist-layout .hs-efficent-section .iwithtext .iwt-text {
  padding-left: 33px;
}
.hs_gps-specialist-layout .hs-customer-reviews .hover-wrap-inner img {
  max-width: 90% !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.hs_gps-specialist-layout .bt_pane_wrap .heading-line {
  margin-bottom: 31px;
}

.hs-header-leavitt-group .header-secondary-outer > .container {
  padding-right: 3%;
  padding-left: 3%;
  min-height: auto;
}
.hs-header-leavitt-group .cm-hdr-cntnt-details {
  padding: 5px 0 3px 0;
  margin-right: -3px;
}
.hs-header-leavitt-group .header-secondary-outer,
.hs-header-leavitt-group .top-secondary-in {
  min-height: auto;
}
.hs-header-leavitt-group .cm-hdr-cntnt-details ul li {
  margin-left: 6px;
}
.hs-header-leavitt-group .hs-logo-inner-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-header-leavitt-group .hs-logo-inner-group > div {
  width: 33.33333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 0;
}
.hs-header-leavitt-group .hs-logo-inner-group > div.nectar_icon-group {
  width: 60px;
}
.hs-header-leavitt-group {
  min-height: auto;
}
.hs-header-leavitt-group header.header {
  position: relative;
}
.hs-header-leavitt-group .nectar_icon {
  padding: 20px 19px;
}
.hs-header-leavitt-group .nectar_icon i {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  color: #09b0ed;
}
.hs-header-leavitt-group .header-bottom .container {
  padding-right: 4%;
  padding-left: 4%;
}
.hs-header-leavitt-group #hs_cos_wrapper_header_logo2 img {
  max-width: 75%;
}
.hs-header-leavitt-group .hs_row_minus_onePercentage {
  margin-left: 0;
  margin-right: 0;
}
.hs-header-leavitt-group .hs_wpb_padding_onePercentage {
  padding: 0;
}
.hs-header-leavitt-group #hs_cos_wrapper_header_logo {
  padding-top: 13px;
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: -2px;
}
.hs-header-leavitt-group #hs_cos_wrapper_header_logo2 {
  padding-top: 13px;
  padding-left: 2px;
  padding-right: 1px;
}
.hs-header-leavitt-group .hdr-btn-demo a {
  padding: 10px 23px;
  font-size: 14px;
  height: auto;
  margin: 0;
  margin-right: -2px;
}
.hs-header-leavitt-group .hdr-right-section {
  height: 100%;
}
.hs-header-leavitt-group .hdr-btn-demo a:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.hs-header-leavitt-group .cm-hdr-cntnt-details ul li a {
  transition: color .3s;
}
.hs-header-leavitt-group .cm-hdr-cntnt-details ul li a .menu-title-text:after {
  display:none;
}
.hs-header-leavitt-group .cm-hdr-cntnt-details ul li a:hover {
  color: #09b0ed;
}
.hs-custom-fleet_management-wrapper .bt_pane_wrap form .hs_error_rollup .hs-main-font-element {
  font-size: 14px;
}
.hs_fleet_management_body-container-wrapper form .hs_error_rollup .hs-main-font-element {
  font-size: 14px;
}
/* Gps Specialist Desktop Css End Here */







@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .row-bg-wrap .using-image .viewport-desktop {
    background-position: 118% 147px !important;
  }
  .hs-leavitt_insurance_banner-section .hs-advanced-banner .content-section-inner h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .hs-leavitt_insurance-layout .hs-efficent-section .top_heading h2,
  .hs-leavitt_insurance-layout .hs-customer-reviews .top_content h2,
  .hs-leavitt_insurance-layout .hs-sucess-section .top_section h2,
  .hs-leavitt_insurance-layout .bt_pane_wrap .heading-line h2 {
    line-height: 39.1px;
  }
}

@media (min-width: 690px) {
  .hs-col-sm-4 {
    width: 33.33333333%;
  }
  .hs-col-sm-8 {
    width: 66.66666667%;
  }
  .hs-col-sm-3\/5 {
    width: 60%;
  }
  .hs-col-sm-2\/5 {
    width: 40%;
  }
  .hs-col-sm-2 {
    width: 16.66666667%;
  }

  .hs_customers_inner_page .span8,
  .hs_contact_page .span8 {
    width: 66.66666667%;
  }

  .hs_customers_inner_page .span2 {
    width: 16.66666667%;
  }

  .hs_contact_page .span4 {
    width: 33.33333333%;
  }

}

@media only screen and (min-width: 1000px) {
  .hs_customers_page .logos_slider_wrap .container_inner {
    padding: 0 calc((100vw - 180px) * 0.08);
  }
  .padding-2-percent>div {
    padding: 0 calc((100vw - 180px) * 0.02);
  }
  .padding-3-percent>div {
    padding: 0 calc((100vw - 180px) * 0.03);
  }
  .padding-10-percent>div {
    padding: 0 calc((100vw - 180px) * 0.10);
  }
  .hs_contact_page .span8:first-child>div {
    padding-right:  calc((100vw - 180px) * 0.04);
  }
  .hs_customers_inner_page .content-with-image-col .content-left .col_content .column-inner {
    padding-left: calc((100vw - 180px) * 0.04);
  }
  .hs-leavitt_insurance-layout .hs-sucess-section .content-wrapper {
    padding: 0 78px;
  }
  .hs_preferred_pricing_body-container-wrapper .hs-googleads_imageContent-section .hs_col.left-column {
    width: 33.33333333%;
  }
  .hs_preferred_pricing_body-container-wrapper .hs-googleads_imageContent-section .hs_col.right-column {
    width: 66.66666667%;
  }
  .hs_preferred_pricing-layout .hs-memberDetails .hs_vc_col-sm-4 {
    width: 25%;
  }
  .hs_preferred_pricing-layout .hs-memberDetails .hs_vc_col-sm-8 {
    width: 75%;
  }


}

@media only screen and (min-width: 1425px) {
  .hs_customers_page .logos_slider_wrap .container_inner {
    padding: 0 calc(1245px * 0.08);
  }
  .padding-2-percent>div {
    padding: 0 calc(1245px * 0.02);
  }
  .padding-3-percent>div {
    padding: 0 calc(1245px * 0.03);
  }
  .padding-10-percent>div {
    padding: 0 calc(1245px * 0.10);
  }
  .hs_contact_page .span8:first-child>div {
    padding-right: calc(1245px * 0.04);	 
  }
  .hs_customers_inner_page .content-with-image-col .content-left .col_content .column-inner {
    padding-left: calc(1245px * 0.04);
  }
}

@media only screen and (max-width: 1300px) {
  .hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .heading-line h2 {
    font-size: 34px;
    line-height: 39.1px;
  }
  .hs_gps-specialist-layout .bt_pane_wrap .heading-line h2 {
    font-size: 34px;
    line-height: 39.1px;
  }  
}


@media (max-width: 999px) {
  .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo img {
    width: 110%;
  }
  .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo {
    max-width: none;
    margin-top: 5px;
    padding-right: 0;
    margin-left: -3px;
    width: 130.5%;
  }
  .custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo a {
    margin-top: 30px;
  }  
  .custom-header-fleet_management .hs_headerv2__logo {
    animation: none!IMPORTANT;
    visibility: visible !important;
  }
  .hs-fleet_management_banner-row1 .counter_wrap .hs-col>div:not(:last-child) {
    margin-bottom: 0;
  }

  .hs-sucess-section .top_section {
    width: 100%;
  }
  .hs-col>div {
    width: 100%;
  }
  .hs-col>div:not(:last-child) {
    margin-bottom: 25px;
  }

  .hs_contact_page .span8,.hs_contact_page .span4 {
    width: 100%;
  }
  .hs_contact_page.iframe_form form,
  .hs_contact_page .dot-divider {
    margin-bottom: 25px;
  }

  .hs_customers_inner_page .span8, 
  .hs_customers_inner_page .span2 {
    width: 100%;
  }

  .hs_customers_page .hs-sucess-section .top_section p {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hs_customers_page .hs-sucess-section .hs_vc_col-sm-1\/5 {
    width: 100%;
    margin-bottom: 25px;
  }

  .hs_customers_page .hs-sucess-section .hs_vc_col-sm-1\/5:last-child {
    margin-bottom: 0;
  }

  .hs_customers_page .hs-sucess-section .top_section {
    width: 100%;
  }

  .commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-2 {
    margin-bottom: 0;
  }

  .commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-8 .cm-wpb_text_column.cm-wpb_content_element {
    padding-top: 58px;
    width: 100%;
  }

  .commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .row-bg-wrap .using-image .viewport-desktop {
    background-position: 118% 145px !important;
  }

  .commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .cm-vc_col-sm-8 .cm-wpb_row.cm-vc_row-fluid {
    width: 100%;
  }

  .commercial-fleet2-page .cont-with-pop-video .cmbtm-wpb-text-column {
    width: 100%;
  }
  .content-with-image-col.width_col_6_4 .col_content, 
  .content-with-image-col.width_col_6_4 .col_image {
    width: 100%;
  }


}

@media (max-width: 999px) {
  .hs_customers_inner_row3_grp .dnd-section {
    margin-top: 25px;
  }

  .hs_customers_inner_row3_grp .dot-divider {
    margin-bottom: 24px;
  }

  .hs_customers_inner_page .content-with-image-col.width_col_6_4 .col {
    width: 100%;
  }

  .content-with-image-col.width_col_6_4 .col:not(:last-child) {
    margin-bottom: 25px;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1 .col_image .column-inner .img-with-aniamtion-wrap {
    text-align: center;
  }

  .content-with-image-col.width_col_6_4 .content-right .col:not(:last-child) {
    margin-bottom: 0;   
  }

  .content-with-image-col.width_col_6_4 .content-right .col:last-child {
    margin-bottom: 25px;
  }

  .hs_customers_inner_page .content-with-image-col.theme_style_1 .content-left .col_image .column-inner .img-with-aniamtion-wrap {
    text-align: left;
  }

  .hs_customers_inner_page .content-with-top-icon .col-4:last-child,
  .hs_customers_inner_page .content-with-top-icon .col-3:last-child {
    margin-bottom: 0;
  }

  .hs_customers_inner_page .content-with-top-icon .vc_col-sm-12 {
    margin-bottom: 25px;
  }
  .custom-refer-form-column .hs_cos_wrapper_type_form{
    margin: 0 !important;
  }

  .hs_fleet_management_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .hs-capterra-fleet_bottom_section .bt_pane_wrap .heading-line h2 {
    font-size: 32px;
    line-height: 36.8px;
  }
  .hs-leavitt_insurance_banner-section .hs-advanced-banner .content-section-inner {
    width: 100%;
  }
  .hs-leavitt_insurance_banner-section .hs-advanced-banner .content-section-inner h1 {
    font-size: 33.6px;
    line-height: 38.5px;
  }
  .hs-leavitt_insurance_banner-section .hs-advanced-banner .top_section {
    padding-bottom: 41px;
  }
  .hs-leavitt_insurance-layout .hs-efficent-section .top_heading h2 {
    line-height: 36.8px;
  }
  .hs-leavitt_insurance-layout .hs-efficent-section .hs_middle_section .hs_vc_col-sm-3 {
    padding-bottom: 14px;
  }
  .hs-leavitt_insurance-layout .hs-efficent-section {
    padding-bottom: 41px;
  }
  .hs-leavitt_insurance-layout .hs-customer-reviews .top_content h2 {
    line-height: 36.8px;
  }
  .hs-leavitt_insurance-layout .hs-sucess-section {
    padding-bottom: 0;
  }
  .hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form {
    margin-bottom: 25px;
    margin-top: 1px;
  }
  .hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form #hs_form_target_form_238101027 {
    padding: 0 30px!important;
  }
  .hs-leavitt_insurance-layout .bt_pane_wrap .hs-col-sm-8 {
    margin-bottom: 0;
  }
  .hs-leavitt_insurance-layout .hs-sucess-section {
    padding-bottom: 9px;
  }
  .hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner h3 {
    font-size: 24px;
    line-height: 35.2px;
  }
  .hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner h1 {
    font-size: 33.6px;
    line-height: 38.5px;
  }
  .hs-preferred_pricing_banner-section .hs-advanced-banner .top_section {
    padding-top: 24px;
    padding-bottom: 41px;
  }
  .hs_preferred_pricing_body-container-wrapper,
  .hs_gps-specialist-layout {
    overflow: hidden;
  }
  .hs-gps-specialist_banner-section .hs-advanced-banner .content-section-inner {
    width: 100%;
  }
  .hs-gps-specialist_banner-section .hs-advanced-banner .top_section {
    padding-top: 68px;
  }
  .hs_gps-specialist-layout .bt_pane_wrap .heading-line h2 {
    font-size: 32px;
    line-height: 36.8px;
  }
  .hs-header-leavitt-group .contact_details-wrap {
    display: block;
  }
  .hs-header-leavitt-group .hs-logo-inner-group>div {
    width: 100%;
  }
  .hs-header-leavitt-group .hs_row_minus_onePercentage {
    width: 100%;
  }
  .hs-header-leavitt-group header.header {
    padding: 0;
  }
  .hs-header-leavitt-group .hdr-menu-section {
    display: block;
  }
  .hs-header-leavitt-group .hdr-right-section {
    width: 100% !important;
  }
  .hs-header-leavitt-group .hdr-btn-demo a {
    margin-right: 18px;
    margin-bottom: 5px;
  }
  .hs-header-leavitt-group #hs_cos_wrapper_header_logo {
    padding: 0;
  }
  .hs-header-leavitt-group .hs-logo-inner-group img {
    max-width: 350px!important;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
  }
  .hs-header-leavitt-group .header-secondary-outer {
    top: 0;
  }
  .hs-header-leavitt-group .header-bottom {
    padding-top: 5px;
  }
  .hs-header-leavitt-group .nectar_icon {
    padding: 22px 18px;
    margin-bottom: 15px;
  }
  .hs-header-leavitt-group #hs_cos_wrapper_header_logo2 img {
    max-width: 75% !important;
  }
  .hs-header-leavitt-group #hs_cos_wrapper_header_logo2 {
    padding-bottom: 1px;
  }
  .hs-leavitt_insurance-layout {
    overflow: hidden;
  }
  .hs-header-leavitt-group .hdr-btn-section {
    float: right;
    position: relative;
  }

}

@media (max-width: 999px) and (min-width: 981px) {
  .hs_contact_page,
  .hs_web_v2_page {
    padding: 0 22px;
  }
}

@media only screen and (max-width: 980px) {
  .row-bg {
    background-position: center!important;
  }
  .dot-divider:not(.dot-divider-center) {
    margin-left: 22px;
  }
  .iframe_form form {
    padding: 0 30px;
  }
  .content-with-image-col ul {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hs_careers_body-container-wrapper .hs-customer-reviews .hover-wrap-inner img {
    max-width: 100%!important;
  }
  .hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner {
    width: 100%;
  }
  .hs-header-leavitt-group .cm-hdr-cntnt-details ul {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hs-header-leavitt-group .cm-hdr-cntnt-details {
    padding-top: 6px;
  }
  .hs-header-leavitt-group .hs-logo-inner-group img {
    max-width: 100%!important;
  }
  .hs-header-leavitt-group .nectar_icon {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo a {
    margin-top: 16px;
  }
  .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo {
    margin-left: -1px;
    width: 130%;
  }
  .hs-capterra-fleet_bottom_section .bt_pane_wrap .hs-bottom_pane_form fieldset.form-columns-1>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100% !important;
  }
  .hs-capterra-fleet_bottom_section .bt_pane_wrap .hs-bottom_pane_form .input {
    margin-right: 0;
  }

}

@media only screen and (max-width: 690px) {
  .custom-header-fleet_management .hs-headerv2_row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo {
    float: none;
    display: flex;
  }
  .custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo a {
    margin-top: 18px;
    margin-right: 0;
    margin-left: auto;
  }

  .padding-3-percent>div {
    padding: 0 calc(100vw * 0.03);
  }
  .padding-10-percent>div {
    padding: 0 calc(100vw * 0.10);
  }
  .padding-2-percent>div {
    padding: 0 calc(100vw * 0.03);
  }
  .hs_customers_page .logos_slider_wrap .container_inner {
    padding: 0 calc(100vw * 0.08);
  }

  .iframe_form form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .iframe_form form fieldset:not(.form-columns-1) .hs-input:not([type="checkbox"]) {
    width: 95%;
  }

  .hs_contact_page .span8:first-child>div {
    padding-right: calc(100vw * 0.06);
  }

  .hs_customers_inner_page .content-with-image-col .content-left .col_content .column-inner {
    padding-left: calc(100vw * 0.06);
  }

  .hs_customers_inner_page .content-with-top-icon .vc_col .column-inner {
    padding: 0 calc(100vw * 0.03);
  }

  .commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .background-circle {
    padding-top: 33px;
  }

  .commercial-fleet2-page .cont-with-pop-video .content-with-popup-video .row-bg-wrap .using-image .viewport-desktop {
    background-position: 118% 174px !important;
  }

  .hs_careers_body-container-wrapper .hs-customer-reviews .left-top_corder_image .img-with-aniamtion-wrap {
    margin-top: -193px;
  }
  .body-container-requestDemo .custom-refer-form-column form .actions {
    padding-bottom: 33px;
  }
  .body-container-help_customers .hs_refer_main_grp .hs_vc_col-sm-6.hs-refer_left-column {
    padding-bottom: 0;
  }
  .body-container-help_business .hs_refer_main_grp .hs_vc_col-sm-6.hs-refer_right-column {
    margin-bottom: 33px;
  }
  .request-demo-footer .bt_pane_wrap .heading-line h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text ol {
    padding-left: 10px;
  }
  .hs-content-id-70180677441 .content-with-popup-video .cm-vc_col-sm-8 .nectar-video-box .nectar_video_lightbox {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  } 

  .hs-capterra-fleet_bottom_section .bt_pane_wrap .heading-line h2 {
    font-size: 30px;
    line-height: 34.5px;
  }
  .hs-leavitt_insurance_banner-section .hs-advanced-banner .content-section-inner h1 {
    font-size: 31.2px;
    line-height: 35.75px;
  }
  .hs-leavitt_insurance-layout .hs-efficent-section .top_heading h2,
  .hs-leavitt_insurance-layout .hs-customer-reviews .top_content h2,
  .hs-leavitt_insurance-layout .hs-sucess-section .top_section h2,
  .hs-leavitt_insurance-layout .bt_pane_wrap .heading-line h2 {
    line-height: 34.5px;
  }
  .hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form #hs_form_target_form_238101027 {
    padding: 0!important;
  }
  .hs-leavitt_insurance-layout .bt_pane_wrap .hs-bottom_pane_form form {
    padding: 0;
  }
  .hs-preferred_pricing_banner-section .hs-advanced-banner .content-section-inner h1 {
    font-size: 31.2px;
    line-height: 35.75px;
  }
  .hs-preferred_pricing_banner-section .hs-advanced-banner .top_section {
    padding-top: 66px;
  }
  .hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .heading-line h2 {
    font-size: 30px;
    line-height: 34.5px;
  }
  .hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form {
    margin-bottom: 25px;
  }
  .hs-gps-specialist_banner-section .hs-advanced-banner .top_section {
    padding-top: 110px;
  }
  .hs_gps-specialist-layout .bt_pane_wrap .heading-line h2 {
    font-size: 30px;
    line-height: 34.5px;
  }
  .hs-header-leavitt-group .hs_wpb_padding_onePercentage {
    width: 50%;
  }
  .hs-header-leavitt-group .header-secondary-outer {
    display: block;
  }
  .hs-header-leavitt-group .cm-hdr-cntnt-details ul {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .hs-header-leavitt-group .cm-hdr-cntnt-details ul li {
    margin-left: 0;
    display: inline-block;
    float: none;
    margin-right: -4px;
  }
  .hs-header-leavitt-group .hdr-btn-section {
    margin-left: 0;
  }
  .hs-header-leavitt-group .hdr-btn-demo a {
    margin-right: 0;
  }
  .hs_preferred_pricing_body-container-wrapper .bt_pane_wrap .hs-bottom_pane_form {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo {
    width: 115%;
  }
  .custom-header-fleet_management .hs-headerv2_row {
    padding: 11px 0;
  }
  .hs_gps-specialist-layout .hs-memberDetails .content_column .wpb_content_element .wpb_wrapper div {
    padding: 0 22px;
  }
  .hs-header-leavitt-group .hs_wpb_padding_onePercentage:first-child {
    width: 39%;
  }
  .hs-header-leavitt-group .hs_wpb_padding_onePercentage:last-child {
    width: 55%;
  }
  .hs-fleet_management_banner-row1 .hs-twoColumn-animation .hs-twoColumn-animation-inner {
    padding-top: 93px;
  }
}

@media (max-width: 999px){


  .hs-custom-fleet_management-wrapper .hs-fleet_management_banner-section .hs_row_minus_onePercentage .right-column .vc_column-inner {display: -webkit-flex;
    display: flex;}

  .hs-custom-fleet_management-wrapper .hs-fleet_management_banner-section .hs_row_minus_onePercentage .right-column .vc_column-inner {align-items: flex-end;}

  .hs-custom-fleet_management-wrapper .hs-bannerWithcontent .bottom_section {position: absolute;}

  .hs-custom-fleet_management-wrapper .hs_headerv2__logo #hs_cos_wrapper_header_logo img {max-width: 90%;width: 100% !important;}

  .hs-custom-fleet_management-wrapper .custom-headerv2 .hdr-right-section {width: 41.66666667% !important;}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo {width: 58.33333333%;padding: 00;}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo {padding: calc(100vw * 0.01);width: 100%;margin-left: 0;padding-left: calc((100vw * 0.01) + 3px);}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo > * {padding: calc(100vw * 0.01);}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo a {width: 110%;display: block;
  }

  .hs-custom-fleet_management-wrapper .hs-headerv2_row.clearfix:after,.hs-headerv2_row.clearfix:before {content: none;}

  .hs-custom-fleet_management-wrapper .hs-headerv2_row {-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;}

  .hs-custom-fleet_management-wrapper .hs-bannerWithcontent .content-section-inner .left-column {margin-bottom: 25px;}

  .hs-custom-fleet_management-wrapper .hs-bannerWithcontent {margin-bottom: 70px;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation .left-content-column .top_column h2:first-child {line-height: 36.8px;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation .left-content-column .top_column h2:first-child:after {margin-top: 25px;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation {padding-bottom: 101px;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation .hs-twoColumn-animation-inner {padding-bottom: 65px;}

  .hs-custom-fleet_management-wrapper .hs-powerfulTools .bottom-section-item .right-column .hs_bottom-section-inner {padding-left: calc(600px * 0.06);}

}

@media (max-width: 690px){
  .hs-fleet_management_banner-section .hs-bannerWithcontent .testimonial {
    margin-top: -44px;
  }

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo {width: 100%;}

  .hs-custom-fleet_management-wrapper .hs_headerv2__logo #hs_cos_wrapper_header_logo img {}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo a {width: 100%;}

  .hs-custom-fleet_management-wrapper .hs-fleet_management_banner-section .hs_row_minus_onePercentage .right-column {margin-top: 80px;}

  .hs-custom-fleet_management-wrapper .custom-headerv2 .hdr-right-section {margin-bottom: 1px;margin-top: -8px;}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo {margin-bottom: 0px;}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo a {margin-right: 1px;}

  .hs-custom-fleet_management-wrapper .hs-bannerWithcontent .bottom_section .hs_row_minus_onePercentage .hs_wpb_padding_onePercentage > div {padding-left: 0!important;}

  .hs-custom-fleet_management-wrapper .hs-bannerWithcontent {margin-bottom: 0;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation .left-content-column .top_column h2:first-child {font-size: 30px;
    line-height: 34.5px;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation .left-content-column .top_column h2:first-child:after {margin-top: 24px;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation .hs-twoColumn-animation-inner {padding-bottom: 30px;}

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation {padding-bottom: 120px;}

  .hs-custom-fleet_management-wrapper .hs-powerfulTools .bottom-section-item .right-column .hs_bottom-section-inner {padding: calc(100vw * 0.06);}

}

@media (max-width: 689px){

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo {width: 58.33333333%;}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo a {WIDTH: 110%;}



}


@media (max-width: 450px){

  .hs-custom-fleet_management-wrapper .hs-twoColumn-animation .hs-twoColumn-animation-inner {padding-top: 66px;}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo a {margin-top: 9px;margin-bottom: 0;}


  .hs-custom-fleet_management-wrapper .hs-headerv2_row{

    padding: 7px 0 7px;}


  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo {padding-left: calc(100vw * 0.01);margin-top: 3px;/* margin-left: 1px; */}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management .hs_headerv2__logo #hs_cos_wrapper_header_logo a {width: calc(110% - 3px);margin-left: 3px;}

}


@media (max-width: 320px){

  .hs-custom-fleet_management-wrapper .custom-headerv2 .hdr-right-section {padding-left: 25px;margin-bottom: 0;}

  .hs-custom-fleet_management-wrapper .custom-header-fleet_management.custom-headerv2 .hdr-right-section .hdr-btn-demo a {margin-top: 7px;margin-bottom: 0;}

  .hs-custom-fleet_management-wrapper .hs-headerv2_row {padding-bottom: 10px;}

}