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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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



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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: acumin-pro;
  src: url("//use.typekit.net/af/9871e5/00000000000000003b9acaf2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),
    url("//use.typekit.net/af/9871e5/00000000000000003b9acaf2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),
    url("//use.typekit.net/af/9871e5/00000000000000003b9acaf2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: acumin-pro;
  src: url("//use.typekit.net/af/a2c82e/00000000000000003b9acaf4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/a2c82e/00000000000000003b9acaf4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("//use.typekit.net/af/a2c82e/00000000000000003b9acaf4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: acumin-pro;
  src: url("//use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: acumin-pro;
  src: url("//use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: acumin-pro;
  src: url("//use.typekit.net/af/027dd4/00000000000000003b9acafa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("//use.typekit.net/af/027dd4/00000000000000003b9acafa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/027dd4/00000000000000003b9acafa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: acumin-pro;
  src: url("//use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}



@font-face {
  font-family: "eclipx_digifont";
  src: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/fonts/eclipx_digifont/eclipx_digifont.ttf);
  src: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/fonts/eclipx_digifont/eclipx_digifont.woff);
    src: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/fonts/eclipx_digifont/eclipx_digifont.woff2);
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "partners_digifont";
  src: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/fonts/partners_digifont/partners_digifont.ttf);
  src: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/fonts/partners_digifont/partners_digifont.woff);
  font-style: normal;
  font-weight: normal;
}




html {
  font-size: 17px;
}
body *, html * {
  outline: none;
  letter-spacing: 0;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  border-right: 5px solid #adb73b;
  line-height: 1.428571429;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
 cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left:20px;
}

ul li,
ol li {

}

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

blockquote {
  padding: 20px 85px 20px 0px;
  border-top: 3px solid #47a0a4;
  border-bottom: 3px solid #47a0a4;
  color: #47a0a4;
  font-family: "acumin-pro", "Open Sans", sans-serif ;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.content-wrapper,
.header__container,
.dnd-section>.row-fluid,
.footer__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 479px) and (min-width: 0px), (max-width: 767px) and (min-width: 480px), (max-width: 990px) and (min-width: 768px){
  body {
    border-right: 0 none;
  }
}



@media (max-width: 1199px){
  .content-wrapper,
  .header__container,
  .dnd-section>.row-fluid,
  .footer__container {
    max-width: 970px !important;
  }
}

@media (max-width: 991px){
  .content-wrapper,
  .header__container,
  .dnd-section>.row-fluid,
  .footer__container {
    max-width: 750px !important;
  }
}

@media (max-width: 767px){
  .content-wrapper,
  .header__container,
  .dnd-section>.row-fluid,
  .footer__container {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */


.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  max-width: 265px;
  position: relative;
  min-width: 240px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  white-space: normal;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  font-family: "acumin-pro", "Open Sans", sans-serif;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  white-space: normal;
  text-decoration: none !important;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
}

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


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

.hs-form .hs-error-msgs label {
  color: #ff0000;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: #33475b;
  font-size: 17px;
  line-height: 1.428571429;
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px 17px;
  border: 1px solid #A8A8A8;
  color: #314575;
  border-radius: 0;
  background-color: #fff;
  outline: 0 none;
  height: 56px;
  font-family: "acumin-pro", sans-serif;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.email-edit.hs-input {
  width: 100% !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
}
input[type="password"] {
  height: auto !important;
  margin-top: 0 !important;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus{
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.inputs-list:first-child {

}
.inputs-list > li + li {

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (min-width: 768px){
  form {
    max-width: 500px;
    font-family: Lato, sans-serif;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.main-header.lp {
  min-height: 76px;
}

@media (max-width: 990px){
  .main-header.lp {
    min-height: 54px;
  }
    .main-header.lp header.header {
    height: 54px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
#fixed-sidebar {
  position: fixed;
  z-index: 999;
  pointer-events: none;
  background: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/images/trans.png);
  right: -194px;
  top: 27vh;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

#fixed-sidebar .add-this, #fixed-sidebar .add-this li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  background: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/images/trans.png);
}

#fixed-sidebar .add-this li:first-child {
  border-top-left-radius: 10px;
}

#fixed-sidebar .add-this li {
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  height: 80px;
  width: 280px;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  background-color: #adb73b;
  position: relative;
  pointer-events: auto;
  left: 0;
  border-radius: 0;
  -webkit-cursor: pointer;
  -khtml-cursor: pointer;
  -moz-cursor: pointer;
  -ms-cursor: pointer;
  -o-cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#fixed-sidebar .add-this li:last-child {
  border-bottom-left-radius: 10px;
}

#fixed-sidebar .add-this li a {
  color: #fff;
  text-decoration: none;
}

#fixed-sidebar .add-this li .icon-block {
  float: left;
  width: 80px;
  font-weight: 600;
  padding-top: 5px;
  -webkit-cursor: pointer;
  -khtml-cursor: pointer;
  -moz-cursor: pointer;
  -ms-cursor: pointer;
  -o-cursor: pointer;
  cursor: pointer;
}

#fixed-sidebar .add-this li .label {
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  float: left;
  background-color: #9ea836;
  width: 195px;
  height: 80px;
  display: block;
  border-radius: 0;
  padding: 0 17px 2px;
  -webkit-cursor: pointer;
  -khtml-cursor: pointer;
  -moz-cursor: pointer;
  -ms-cursor: pointer;
  -o-cursor: pointer;
  cursor: pointer;
  display: table;
}

#fixed-sidebar .add-this li .label .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  white-space: normal;
  text-align: left;
  color: #fff;
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  font-weight: 300;
  text-transform: none;
}

#fixed-sidebar .add-this li .icon-block .icon {
  height: 43px;
  width: 85px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.digi-icon-car2:before {
  content: "\e80b";
}

#fixed-sidebar .add-this li .icon-block .icon i:before {
  line-height: 43px;
}

.digi-icon-car1:before {
  content: "\e802";
}

.digi-icon-gears:before {
  content: "\e806";
}

.digi-icon-services:before {
  content: "\e800";
}

.digi-icon-notice:before {
  content: "\e80c";
}

#fixed-sidebar .add-this li:hover {
  left: -190px;
  border-radius: 10px;
}

[class^="digi-icon-"]:before, [class*=" digi-icon-"]:before {
  font-family: "partners_digifont" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.main-header {
  min-height: 111px;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 5px;
  z-index: 500;
  overflow: visible;
  pointer-events: auto;
  font-family: "acumin-pro", "Open Sans", sans-serif;
  font-weight: 300;
}
.header-topbar {
  height: 35px;
}
.main-header .row {
  margin-left: -15px;
  margin-right: -15px;
}
.header-content {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.header-local-tabs {
  float: left;
  font-size: 0;
  position: relative;
}

.header-meta {
  float: right;
  font-size: 0;
}

.header-local-tabs a {
  display: inline-block;
  padding: 10px 0 11px;
  font-size: 15px;
  line-height: 14px;
  margin: 0 20px 0 0;
  color: #939393;
  text-decoration: none;
  font-weight: normal;
  font-family: "acumin-pro", "Open Sans", sans-serif;
}

.header-local-tabs a:last-child {
  color: #57585b;
  font-weight: 600;
}

.header-local-tabs a:hover {
  color: #57585b;
  text-decoration: none;
}

.header-meta>div {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.header-contact a {
  color: #57585b;
  text-decoration: none;
  font-weight: normal;
}
.header-contact a strong {
  font-weight: 600;
}
.header-contact .hs_cos_wrapper_type_rich_text {
  padding: 0 10px 2px;
  margin: 10px 0 4px;
  line-height: 14px;
  font-family: "acumin-pro", "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
}

.header-contact a:hover {
  color: #57585b;
  text-decoration: none;
}

.header-login h2 {
  margin: 0;
  padding: 10px;
  background-color: #ebebeb;
  font-size: 15px;
  line-height: 14px;
  font-family: inherit;
  color: #57585b;
  font-weight: 500;
  margin-left: 3px;
  position: relative;
  left: 1px;
}
.header-search {
  margin-left: 5px;
}
.header-login h2::after {
  content: '\e812';
  font-family: "eclipx_digifont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-login ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  border-bottom: 2px solid #e0e0e0;
  width: 150px;
  background-color: #ebebeb;
  font-size: 17px;
  line-height: 1.5em;
  position: absolute;
  min-width: 150px;
  right: -7px;
}
.header-login:hover ul {
  display: block;
}
.header-login ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  background-color: #ebebeb;
  position: relative;
}
.header-login ul li:hover {
  background-color: #dedede;
}
.header-login ul li:hover a {
  color: #57585b;
}
.header-login ul li a {
  padding: 5px 20px;
  display: block;
  font-size: 15px;
  font-family: inherit;
  color: #57585b;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}



.header-search form {
  max-width: 100%;
  width: 100%;
}

.header-search input[type="text"] {
  border: 1px solid #ebebeb;
  color: rgba(235, 235, 235, 0);
  padding: 6px 10px 6px 20px;
  margin: 2px 0;
  width: 45px;
  height: 30px;
  font-family: "acumin-pro", "Open Sans", sans-serif ;
  font-weight: 300;
  font-size: 15px;
  line-height: 14px;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/images/fpicon-search.svg) #ebebeb center right no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.header-search input[type="text"]::placeholder {
  color: transparent;
}
.header-search input[type="text"]:focus {
  padding-right: 41px;
  width: 200px;
  border-color: #cfcfcf;
  color: #57585b;
  background-color: #cfcfcf;
}

.header-site-nav {
  padding: 10px 0 16px;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  height: 76px;
}

.header-logo {
  float: left;
  position: absolute;
  padding-top: 3px;
  z-index: 1;
}

.header-logo img {
  height: 47px;
  width: auto !important;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-primary {
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  height: 66px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 10px 15px;
  display: block;
  text-transform: none;
  font-size: 15px;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a::after,.custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #adb73b;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  border-top: 1px solid #ddd;
  padding-bottom: 35px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  display:none;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-align: left;
  font-size: 17px;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul::before {
  left: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul::after {
  right: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul::before, .custom-menu-primary .hs-menu-wrapper>ul>li>ul::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: 100%;
  width: 100%;
  border-top: 1px solid #ddd;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  pointer-events: auto;
  display:block;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content {
  margin-left: 8.3333333333%;
  width: 83.3333333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li {
  min-height: 116px;
  width: 66.6666666667%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li:last-child {
  border-left: 1px solid #ddd;
  width: 33.3333333333%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>a {
  font-size: 20px;
  color: #888;
  display: block;
  margin: 5px 0 15px;
  clear: both;
  text-decoration: none;
  cursor: text;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>ul>li>a:hover {
  text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>ul>li>a {
  color: #adb73b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>ul>li>ul>li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li:last-child>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li:last-child>ul>li {
  margin-bottom: 10px;
  position: relative;
  float: none;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>ul>li>ul>li::before {
  content: '>';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  color: #adb73b;
  font-size: 15px;
  font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>ul>li>ul>li>a {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.header__container>.row>.submenu-content>.submenu-inner>.row>li>ul>li>ul>li>a:hover {
  text-decoration: underline;
}
[class^="digi-icon-"]:before, [class*=" digi-icon-"]:before {
  font-family: "partners_digifont" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.digi-icon-phone:before {
  content: "\e818";
}

@media (min-width: 991px){
  .mobile-items{
    display:none;
  }
  .mobile-nav {
    display: none;
  }
}

@media (max-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
    line-height: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a::after, .custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after {
    bottom: -22px;
  }
}

@media (max-width: 990px){
  header.header {
    width:100%;
  }
  .mobile-phone a:last-child {
    display: none;
  }
  #fixed-sidebar {
    display: none;
  }
  .main-header {
    min-height: 54px;
  }
  .header-topbar {
    display: none;
  }
  .header-site-nav {
    padding: 10px 0;
    height: auto;
  }
  .main-header .header__container {
    max-width: 100% !important;
  }
  .header-logo {
    padding-top: 0px;
  }
  .header-logo img {
    height: 38px;
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile-items {
    float: right;
    padding-right: 5px;
  }
  .mobile-phone {
    border-right: 1px solid #aaa;
    padding: 4px 0;
    float: left;
  }
  .mobile-trigger {
    -webkit-cursor: pointer;
    -khtml-cursor: pointer;
    -moz-cursor: pointer;
    -ms-cursor: pointer;
    -o-cursor: pointer;
    cursor: pointer;
    position: relative;
    margin-left: 70px;
    padding-top: 4px;
    float: left;
  }

  .mobile-trigger::before {
    content: '';
    display: block;
    background-color: #adb73b;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    border-radius: 0;
  }

  .mobile-trigger span {
    position: absolute;
    right: calc(100% + 10px);
    top: 6px;
    font-size: 18px;
    font-weight: normal;
    color: #adb73b;
  }

  .mobile-trigger::after {
    content: '';
    display: block;
    background-color: #adb73b;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    border-radius: 0;
  }
  .mobile-trigger .ham-btn {
    font: inherit;
    margin: 0;
    line-height: inherit;
    font-family: inherit;
    -webkit-appearance: button;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    white-space: normal;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: block;
    border: 0;
    background-color: #adb73b;
    width: 25px;
    height: 3px;
    padding: 0;
    border-radius: 0;
    min-width: 25px;
    max-width: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mobile-phone .hs_cos_wrapper_type_rich_text {
    color: #314575;
    display: block;
    padding-right: 20px;
    padding-top: 1px;
  }
  .mobile-phone a {
    color: #314575;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
  }
  .mobile-phone a i {
    color: #314575;
    font-size: 110%;
    line-height: 0;
    position: relative;
    top: 1px;
  }
  .mobile-phone a i::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    text-align: center;
    font-family: "partners_digifont" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    content: "\e818";
    margin: 0;
  }
  .mobile-nav {
    display: block;
    background-color: #fff;
    position: fixed;
    width: 90%;
    left: 100%;
    top: 0;
    height: 100%;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 999;
  }
  .mobile-open .mobile-nav {
    overflow-y: auto;
    overflow-x: hidden;
    left: 10%;
  }
  header.header {
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .mobile-open header.header {
    left: -90%;
    width: 100%;
    overflow: hidden;
  }

  body {
    left: 0;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    position: relative;
  }

  body.mobile-open {
/*     position: absolute; */
    left: -90%;
    width: 100%;
  }

  .mobile-nav::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background-color: #eee;
    z-index: -1;
  }
  .mobile-custom-menu-primary .hs-menu-wrapper>ul::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #eee;
  }
  .home-area {
    height: 57px;
    overflow: hidden;
    border-left: 6px solid #eee;
  }
  .home-link a:first-child {
    color: inherit;
    font-weight: 300;
    text-decoration: none;
    display: block;
    float: left;
    width: 70px;
    font-size: 22px;
    text-align: center;
    line-height: 55px;
  }
  .home-link a:first-child::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-family: "partners_digifont" !important;
    font-style: normal;
    font-weight: bold;
    content: "\e807";
  }
  .home-link a:last-child {
    float: left;
    font-family: "acumin-pro", "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
    display: block;
    color: inherit;
  }
  .close-menu {
    color: #adb73b !important;
    float: right;
    width: 70px;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    height: 54px;
  }
  .close-menu .fbicon-close {
    position: relative;
  }
  .mobile-ctas {
    background-color: #0097be;
    border-left: 6px solid #0087aa;
    padding: 15px 2px;
  }
  .fbicon-close:after {
    content: '\e814';
    position: absolute;
    top: 9px;
    left: 7px;
  }

  .fbicon-close:before {
    content: '\e813';
  }
  .mobile-ctas ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
  }

  .mobile-ctas ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .mobile-ctas ul li a {
    vertical-align: top;
    padding: 5px 15px 0;
    color: #fff;
    display: block;
    font-family: "acumin-pro", "Open Sans", sans-serif !important;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
  }
  .mobile-custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul>li {
    display: none;
  }
  .mobile-ctas ul li a>div:first-child {
    display: inline-block;
    width: 45px;
    height: 37px;
    overflow: hidden;
    vertical-align: top;
  }

  .mobile-ctas ul li a>div:last-child {
    border-radius: .25em;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1;
    padding: .2em .6em .3em;
    display: inline-block;
    height: 45px;
    vertical-align: middle;
    padding-top: 12px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
  }

  .mobile-ctas ul li a i {
    font-size: 31px;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
  }

  .digi-icon-car2:before {
    content: "\e80b";
  }

  .mobile-ctas ul li a i::before {
    margin-left: 0;
    margin-right: .2em;
    font-weight: bold;
  }

  .digi-icon-car1:before {
    content: "\e802";
  }

  .digi-icon-gears:before {
    content: "\e806";
  }

  .digi-icon-services:before {
    content: "\e800";
  }

  .digi-icon-notice:before {
    content: "\e80c";
  }
  .mobile-search {
    padding: 0 20px;
    margin-bottom: 100px;
    position: relative;
  }

  .mobile-search form {
    max-width: 100%;
    width: 100%;
  }

  .mobile-search input[type="text"] {
    font-family: "acumin-pro",sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
    padding: 12px 17px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0;
    height: 56px;
    line-height: 1.428571429;
    background-color: #eee;
    border: none;
    color: #adb73b;
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .mobile-search input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .mobile-search input[type="text"]::placeholder {
    color: #adb73b;
  }

  .mobile-search .form-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
    width: 70px;
    display: inline-block;
    clear: both;
    margin: 0;
    text-align: center;
    height: 56px;
    width: 70px;
  }

  .mobile-search .form-wrapper input[type="submit"] {
    border: 0;
    background: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/images/fpicon-search-green.svg) transparent center center no-repeat;
    background-size: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 56px;
    text-indent: -999px;
    white-space: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1px;
    z-index: 99;
    min-width: 0;
    margin: 0;
    padding: 0;
    max-width: 265px;
    margin-right: auto;
    margin-left: calc(25% + 15px);
    color: #314575;
    position: relative;
    border-radius: 60px;
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1px;
    text-align: center;
    -webkit-appearance: button;
    cursor: pointer;
    line-height: 17px;
    text-decoration: none;
    outline: none;
  }

  .mobile-custom-menu-primary .hs-menu-wrapper>ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    float: none;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 300;
  }

  .mobile-custom-menu-primary .hs-menu-wrapper>ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .mobile-custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 10px 20px 15px 24px;
    font-family: "acumin-pro", "Open Sans", sans-serif !important;
    font-weight: 300;
    color: #314575;
    text-decoration: none;
    font-size: 18px;
  }

  .mobile-custom-menu-primary .hs-menu-wrapper>ul::after {
    content: '';
  }

  .mobile-custom-menu-primary .hs-menu-wrapper>ul ul {
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    position: relative;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    float: none;
    list-style: none;
    margin: 0;
    background: #eee;
    border: none;
    border-left: 6px solid #ddd;
    color: #fff;
    padding: 5px 0px 5px 10px;
  }

  .mobile-custom-menu-primary .hs-menu-wrapper>ul ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .mobile-custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #314575;
    padding: 10px 8px;
    display: block;
    font-family: "acumin-pro", "Open Sans", sans-serif !important;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
  }
  .child-trigger {
    min-height: 0;
    font-size: 100%;
    margin: 2px 0 0 0;
    display: block;
    cursor: pointer;
    width: 66px;
    height: 46px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
  }

  .child-trigger::after {
    content: '\e812';
    font-family: "eclipx_digifont";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #adb73b;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 48px;
  }

  .child-trigger.child-open::after {
    content: '\e824';
    color: #314575;
  }
  span.et_close_search_field:after {
    font-family: ETmodules;
    content: "\4d";
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #265787;
  }
}

@media (max-width: 767px){
  .mobile-search input[type="text"] {
    width: 100%;
  }
  .mobile-search .form-wrapper input[type="submit"] {
    margin-left: auto;
  }
  .mobile-phone a:last-child {
    display: inline;
  }

  .mobile-phone a:first-child {
    display: none;
  }
}


@media (max-width: 479px){
  .mobile-trigger span {
    font-size: 15px;
    font-weight: 600;
    top: 7px;
  }

  .mobile-trigger .ham-btn {
    height: 2px;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
  }

  .mobile-trigger::after {
    width: 15px;
    height: 2px;
    margin: 2px 0;
  }

  .mobile-trigger::before {
    width: 15px;
    height: 2px;
    margin: 2px 0;
  }

  .mobile-trigger {
    margin-left: 59px;
    padding-top: 11px;
    margin-right: -5px;
  }

  .header-logo img {
    height: 33px;
  }
  .mobile-phone a {
    font-size: 15px;
    font-weight: 60;
    color: #314575;
  }

  .mobile-phone a i {
    font-size: 16px;
    top: 1px;
  }

  .mobile-phone .hs_cos_wrapper_type_rich_text {
    padding-right: 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer-top {
  margin: 0;
  padding: 15px 0 2px;
  position: relative;
}

.f-top-row {
  margin-left: -15px;
  margin-right: -15px;
}

.footer-social-icons {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5em;
  font-size: 17px;
}

.footer-social-icons ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  position: relative;
}

.footer-social-icons ul li a {
  text-decoration: none;
  display: block;
  height: 47px;
  width: 47px;
  padding: 0;
  line-height: 47px;
  vertical-align: middle;
  font-size: 34px;
  position: relative;
}

.footer-social-icons ul li a i {
  font-size: 40px;
}
.footer-social-icons ul li a:hover {
  background-color: #eee;
}


.footer-bottom {
  font-size: 12px;
  padding: 20px 0;
  position: relative;
  font-weight: 300;
}
.footer .row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.footer__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-copyright {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-copyright p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 10px 0;
  font-family: "acumin-pro", "Open Sans", sans-serif;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.foot-main {
  padding-top: 48px;
  padding-bottom: 40px;
  font-size: 12px;
  position: relative;
  font-weight: 300;
  font-family: "acumin-pro", sans-serif;
}
.footer-insights {
  min-height: 1px;
  padding-left: 15px;
  position: static;
  padding-right: 30px;
}

.footer-downloads {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 30px;
}

.footer-menu {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.foot-main p {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 10px 0;
  font-family: "acumin-pro", "Open Sans", sans-serif;
  font-weight: 300;
}
.foot-main h6,.foot-main h2,.footer-menu .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  font-family: "acumin-pro", "Open Sans", sans-serif ;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.1;
  text-decoration: none;
  cursor: text;
  display: block;
}

.foot-main h5 {
  font-size: 16px;
  text-decoration: none;
  font-family: "acumin-pro", "Open Sans", sans-serif ;
  font-weight: 500;
  line-height: 1.2em;
  color: #57585b;
  margin: 20px 0 20px;
}
.footer-insights .hs_cos_wrapper_type_rich_text div {
  padding: 0 0 10px;
}
.footer-downloads p:nth-child(4),.footer-downloads p:nth-child(5),.footer-downloads p:nth-child(6) {
  margin: 0;
  padding: 2px;
}
.footer-insights .hs_cos_wrapper_type_rich_text span a {
  font-size: 15px;
}
.footer-insights .hs_cos_wrapper_type_rich_text span a {
  color: #A8A8A8;
}
.footer-menu .hs-menu-wrapper>ul ul,.footer-downloads ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.foot-main h2 {
  margin-top: 39px;
}
.footer-menu .hs-menu-wrapper>ul ul li,.footer-downloads ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 2px 0;
  display: block;
}
.footer-insights .hs_cos_wrapper_type_rich_text div:nth-child(4) {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  margin-top: 5px;
}
.footer-insights .hs_cos_wrapper_type_rich_text div:nth-child(4)>a {
  font-size: 15px;
}
.footer-insights .hs_cos_wrapper_type_rich_text div:nth-child(4)>a:hover {
  text-decoration: underline;
}
.footer-downloads h6 {
  line-height: 1.2em;
}
.footer-menu .hs-menu-wrapper>ul ul li a,.footer-downloads ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  font-family: "acumin-pro", sans-serif;
}

.footer-copyright a:hover {
  text-decoration: none !important;
}
.footer-menu .hs-menu-wrapper>ul ul li a:hover, .footer-downloads ul li a:hover {
  text-decoration: none;
}
.footer-downloads p a:hover {
  color: #fff;
}

.view-footer a:hover {
  color: #fff;
}
#back-to-top {
  width: 55px;
  height: 55px;
  font-size: 27px;
  color: #adb73b;
  border: 2px solid #adb73b;
  line-height: 44px;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 15px;
  cursor: pointer;
  z-index: 101;
  transition: all 0.2s;
  text-decoration: none !important;
}

.fbicon-angle-up:before {
  content: '\e824';
}

.fbicon-social-li:before {
  content: '\e818';
}

[class^="fbicon-"]:before, [class*=" fbicon-"]:before, [class^="fbicon-close"]:after, [class*=" fbicon-close"]:after {
  font-family: "eclipx_digifont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-social-icons ul::before,.footer-social-icons ul::after {
  display: block;
  content: "";
  clear: both;
}
#back-to-top:hover {
  background-color: #adb73b;
  color: #57585b;
}

.footer-recent-post-item {
  padding: 0 0 10px;
}
.view-footer {
  padding-top: 10px;
  margin-top: 5px;
}

.view-footer a {
  font-size: 15px;
}
.footer-recent-post-item a {
  text-decoration: none !important;
}

.footer-views-field a {
  font-size: 15px;
  color: #A8A8A8!important;
  text-decoration: none!important;
  font-weight: inherit;
}
.footer-views-field a:hover{
  text-decoration: underline !important;
}

@media (min-width: 784px){
  .footer-insights, .footer-downloads,.footer-menu {
    width: 33.3333333333%;
    float: left;
  }
  .mobile-footer-downloads{
    display:none;
  }
  .mobile-footer-resource {
    display: none;
  }
}

@media (max-width: 1198px) and (min-width: 991px), (max-width: 2560px) and (min-width: 1199px){
  .foot-main h5,.footer-downloads h6 {
    letter-spacing: .5px;
  }
}

@media (max-width: 990px){
  #back-to-top {
    top: auto;
    bottom: 0;
  }

  .footer-social-icons {
    float: none;
    display: table;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}



@media (max-width: 783px){
  .footer-downloads {
    display: none;
  }

  .mobile-footer-resource,.footer-menu,.footer-insights,.mobile-footer-downloads {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0 0 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.3;
    text-decoration: none;
    list-style: none;
  }
  .mobile-footer-downloads h6 {
    margin: 2px 0 0 0 !important;
    line-height: 1.2em;
  }
  .mobile-footer-downloads {
    position: relative;
    padding: 0;
  }
  .footer-view-content {
    display: none;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a,.foot-main h6,.mobile-footer-resource h2 {
    font-size: 18px;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
    margin: 0;
    display: block;
    cursor: pointer;
    position: relative;
    min-height: 0;
    font-family: "acumin-pro", "Open Sans", sans-serif;
    font-weight: 300;
  }
  .mobile-footer-resource ul,.footer-menu .hs-menu-wrapper>ul ul,.footer-view-content,.mobile-footer-downloads .hs-menu-children-wrapper {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 1em 2.2em;
    overflow: auto;
    margin-bottom: 20px;
    display:none;
  }
  .footer-menu .hs-menu-wrapper>ul ul li {
    position: relative;
    padding: 2px 0;
    display: block;
  }
  .footer-menu .hs-menu-wrapper>ul ul li a {
    font-size: 15px;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    line-height: 18px;
    position: relative;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    display: inline;
    text-decoration: none !important;
  }
  .footer-menu .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .f-child-trigger {
    width: 100%;
    height: 40px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: -2px;
  }
  .f-child-trigger.child-open::after {
    content: '\e824';
  }
  .f-child-trigger::after {
    content: '\e812';
    font-family: "eclipx_digifont";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #A8A8A8;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .mobile-footer-downloads p {
    margin: 0;
    padding: 2px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-family: "acumin-pro", "Open Sans", sans-serif;
    font-weight: 300;
  }
  .mobile-footer-resource h2,.mobile-footer-resource h2 {
    margin: 2px 0 0 0 !important;
  }
  .mobile-footer-resource {
    position: relative;
    margin-top: 15px;
    font-family: Arial,Helvetica,sans-serif;
    padding-bottom: 20px;
  }
  .mobile-footer-resource ul {
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
  }
  .mobile-footer-resource ul li {
    padding: 2px 0;
    margin: 0;
    list-style: none;
    position: relative;
  }
  .mobile-footer-resource ul li a {
    font-size: 15px;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    line-height: 18px;
    position: relative;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
        display: inline;
    text-decoration: none !important;
  }



}

@media (max-width: 767px){
  #back-to-top {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin-left: auto;
    margin-right: 15px;
    margin-top: 15px;
    float: right;
  }
}

@media (max-width: 479px) and (min-width: 0px), (max-width: 767px) and (min-width: 480px), (max-width: 990px) and (min-width: 768px){
  .foot-main h2 {
    margin-top: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

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

.blog-pagination {
  clear: both;
  text-align: center;
  margin: 20px 0;
}
.blog-pagination a {
  padding: 6px 12px 8px;
  min-width: 40px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  line-height: 1.428571429;
  text-decoration: none;
  margin-left: -1px;
}
.entity-paragraphs-item {
  padding-top: 64px;
  padding-bottom: 72px;
  background-color: #fff;
  position: relative;
}

.callout-a {
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-rec-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.blog-rec-tag span {
  background-color: #314575;
  color: #fff;
  border-radius: 100px;
  padding: 5px 17px;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top-image::before {
  /* display: block; */
  /* content: ''; */
  /* width: 100%; */
  /* padding-top: 51.5%; */
}

.top-image img {
  width: 100%;
  max-width: 100%;
}

.copy-label-color-blue {
  padding: 20px;
  color: #314575;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copy-label-color-blue p {
  font-size: 18px;
  line-height: 140%;
  color: #314575;
  font-weight: 200;
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 10px;
}

.read-links {
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog_post {
  padding-right: 20px;
}

.blog-post-featured-image {
  padding-bottom: 30px;
}

.blog-post-title {
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  font-weight: 200;
  font-size: 25px;
  line-height: 1.2em;
  margin: 19px 0;
  color: #314575;
  letter-spacing: .5px;
}
a.more-link {
  float: left;
  color: #314575;
  padding: 0 0 7px 0;
  border-bottom: 2px solid #314575;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.more-link:hover {
  border-bottom-color: #adb73b;
}
.blog-post-featured-image img {
  width: 100%;
  max-width: 100%;
}
.callout-a:hover {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
  position: relative;
  background-color: #fff;
}
.blog-pagination a:hover {
  text-decoration: none;
  background-color: #eee;
  z-index: 2;
  color: #2a6496;
  border-color: #ddd;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

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

}
.blog-comments .hs-button:hover {

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

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

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

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

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

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

.blog-sidebar {
  padding-top: 3.9rem;
}

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

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

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

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

.blog-sidebar .filter-link-count {
  display: none;
}

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.view-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-sidebar-area {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.views-submit-button #hs_cos_wrapper_header_site_search {
  display: none;
}

.views-submit-button form {
  max-width: 100%;
}

.views-submit-button button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: block;
  width: 56px;
  height: 56px;
  min-width: 100%;
  border-radius: 0;
  font-size: 1px;
  text-indent: -999px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/images/fpicon-search-blue.svg) #fff center center no-repeat;
  background-size: 25px;
  outline: 0;
  border: 2px solid #314575;
  white-space: normal;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.view-content {
  margin-top: 64px;
}
.post-item:first-child {
  float: none !important;
  width: 100% !important;
  padding: 1px 20px 28px 0 !important;
  margin: 0 0 15px 0 !important;
}

.post-item:nth-child(even) {
  padding: 1px 20px 15px 0;
  padding-right: 30px;
  margin: 0 0 15px 0;
  float: left;
  width: 50%;
  clear: left;
}

.post-item:nth-child(odd) {
  padding: 1px 20px 15px 0;
  margin: 0 0 15px 0;
  float: left;
  width: 50%;
  padding-left: 10px;
}

.featured_image {
  overflow: hidden;
  position: relative;
  float: none;
  width: 100%;
  /*   height: 200px; */
  margin-top: 18px;
  margin-right: 15px;
}

.featured_image img {
  width: 100%;
  max-width: 100%;
}

.post-item-title {
  margin: 12px 0 10px;
}

.post-item-title h3 {
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4em;
  margin: 20px 0 20px;
  color: #314575 !important;
}

.post-item-title h3 a {
  text-decoration: none;
  color: #314575;
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 22px;
}

.post-item-title h3 a:hover {
  text-decoration: none;
  color: #314575;
}

.post-item-content {
  padding-top: 10px;
}
.related-articles-title {
  clear: both;
  border-top: 2px solid #ebebeb;
  padding-top: 48px;
}

.related-articles-title p {
  font-size: 22px;
  color: #57585b;
  font-family: "acumin-pro", "Open Sans", sans-serif !important;
  font-weight: 300;
  line-height: 1.4em;
}
span.pane-title {
  display: block;
}
.recent-post-item {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.recent-post-item a {
  padding: 0px 5px 4px;
  display: block;
  background-color: #f6f6f6;
  color: #314575;
  font-size: 15px;
  font-weight: 500;
}

.recent-post-item a:hover {
  text-decoration: none;
  color: #314575;
}
.recent-post {
  padding-bottom: 48px;
}
.post-item-content p {
  color: #57585b;
  font-family: "acumin-pro", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4em;
  margin: 0 0 10px;
}

.read-more a {
  text-decoration: none !important;
  color: #314575;
  font-family: "acumin-pro", "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 7px;
  border-bottom: 2px solid #314575;
}

.read-more a:hover {
  border-bottom: 2px solid #adb73b;
  text-decoration: none;
  color: #314575;
}

.post-item:first-child .featured_image {
  float: none;
  width: 100%;
  /*   height: 420px; */
  margin-right: 0;
  margin-bottom: 15px;
}
.blog__index {
  margin-left: -15px;
  margin-right: -15px;
}
ul.l_tinynav1 {
  display: none !important;
}
.views-exposed-widgets {
  margin-right: -15px;
  display: inline-block;
  background-color: #eee;
  padding: 15px;
  margin-bottom: .5em;
}

.views-submit-button {
  width: 56px;
  margin: 0 0 0 15px;
  padding: 0;
  float: left;
}

.blog-topic {
  width: 300px;
  float: left;
}
.blog-topic select {
  padding: 14px 17px 12px;
  font-size: 17px;
  height: 56px;
  line-height: 1.6em;
  text-decoration: none;
  position: relative;
  display: block;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  border: 1px solid #A8A8A8 !important;
  border-radius: 0;
  -webkit-cursor: pointer;
  -khtml-cursor: pointer;
  -moz-cursor: pointer;
  -ms-cursor: pointer;
  -o-cursor: pointer;
  cursor: pointer;
  background: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/images/select-arrow.svg) #fff center right no-repeat;
  background-size: 30px 30px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
span.pane-title.post {
    font-size: 20px;
    color: #314575;
    display: block;
    padding-bottom: 5px;
}
.no-image .related-post-title, .no-image .related-date-wrap, .no-image .related-content, .no-image .read-more.related {
    width: 100%;
    float: none;
}
.related-post-item .read-more {
    float: right;
    width: calc(66% - 15px);
}
.recent-post.tag-post {
    padding: 0;
}
.related-image{
    float: left;
    width: 34%;
    overflow: hidden;
    height: 152px;
    margin-top: 18px;
    position: relative;
}
.related-post-title a {
    text-decoration: none !important;
    color: #314575;
    font-family: "acumin-pro", "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 22px;
}
.related-post-title {
    float: right;
    width: calc(66% - 15px);
    margin: 12px 0 10px;
}
.blog-topic ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.related-date-wrap {
    float: right;
    width: calc(66% - 15px);
    font-size: 15px;
}
span.related-date {
    font-weight: 500;
}
.related-content {
    float: right;
    width: calc(66% - 15px);
    padding-top: 10px;
}

.blog-topic ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.blog-topic ul li a {
  text-decoration: none;
}
.views-submit-button svg {
  display: none;
}

.views-submit-button input[type="text"] {
  display: none;
}

.views-submit-button button:hover {
  background: url(https://2946009.fs1.hubspotusercontent-na1.net/hubfs/2946009/raw_assets/public/FleetPartners_January2021/images/fpicon-search-white.svg) #314575 center center no-repeat;
  background-size: 25px;
  outline: none;
}

@media (min-width: 992px){
  .view-content {
    width: 66.6666666667%;
    float: left;
  }
  .blog-sidebar-area {
    width: 33.3333333333%;
    float: left;
  }
}

@media (max-width: 479px){
  .post-item {
    width: 100% !important;
  }
  .related-image {
    width: 100%;
    float: none;
    height: auto;
}
.hs-recaptcha {
  margin-top:10px;
  overflow-y:hidden !important;
  overflow-x:auto !important;
}
.related-post-title {
    width: 100%;
    float: none;
}

.related-date-wrap {
    float: none;
    width: 100%;
}

.related-content {
    width: 100%;
    float: none;
}

.read-more.related {
    width: 100%;
    float: none;
}
}

@media (max-width: 439px){
  .blog-topic {
    width: 180px;
    float: left;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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

.systems-page .form-input-validation-message label {
  color: #790000;
  font-size: 17px;
}
.systems-page .form-input-error {
  border: 1px solid #790000!important;
}

.systems-page .form-input-validation-message ul {
  padding: 0;
  margin: 0;
}
#email-prefs-form .header {
  background: transparent;
  min-height:auto;
}
.widget-type-email_subscriptions form {
  max-width: 100%;
}


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

}

@media (max-width: 567px){
  .systems-page h1 {
    font-size: 20px;
  }
  .systems-page h2 {
    font-size: 18px;
  }
}