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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


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

.dnd-section > .row-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* @font-face {
    font-family: 'FontAwesome';
    src: url('https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/SparkShipping_September2020/fonts/FontAwesome.eot') format('embedded-opentype'),
    url(https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/raw_assets/public/SparkShipping_September2020/fonts/FontAwesome.woff2) format("woff2"),
    url(https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/raw_assets/public/SparkShipping_September2020/fonts/FontAwesome.woff) format("woff"),
    url(https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/raw_assets/public/SparkShipping_September2020/fonts/FontAwesome.ttf) format("truetype"),
    url(https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/raw_assets/public/SparkShipping_September2020/fonts/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: normal;
} */

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


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/SparkShipping_September2020/fonts/GLYPHICONSHalflings-Regular.woff) format("woff"),
    url(https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/SparkShipping_September2020/fonts/GLYPHICONSHalflings-Regular.woff2) format("woff2"),
    url(https://3436330.fs1.hubspotusercontent-na1.net/hubfs/3436330/SparkShipping_September2020/fonts/GLYPHICONSHalflings-Regular.ttf) format("ttf");
  font-style: normal;
  font-weight: 400;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "WistiaPlayerInterNumbersSemiBold";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAtoABEAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAALYAAAAAgAAAAIAAAAAUdQT1MAAArEAAAAkAAAANKvzr9OR1NVQgAAC1QAAAAKAAAACgABAABPUy8yAAAHFAAAAEcAAABgefd65GNtYXAAAAdcAAAAWQAAALIApwIpY3Z0IAAACOQAAAAeAAAAHhPjFLxmcGdtAAAHuAAAALIAAAEJQz7wiGdhc3AAAAq0AAAAEAAAABAAGgAjZ2x5ZgAAAYAAAATSAAAF6HLmwydoZWFkAAAGiAAAADYAAAA2Gewz/mhoZWEAAAb0AAAAIAAAACQRFgUWaG10eAAABsAAAAA0AAAANEvcCRxsb2NhAAAGbAAAABwAAAAcCOQK1G1heHAAAAZUAAAAGAAAACAAGQBKbmFtZQAACQQAAAFfAAAC4teE+hlwb3N0AAAKZAAAAE8AAACUZ+L4u3ByZXAAAAhsAAAAdgAAAH91UbWTeNptVHtMU1cYP9/t7b1omLbYC7I1zlKGmCxuensvbuqCiX84k6FRyYhjPmZU5ui8Za2KoDyiC8bFTYGNENCytLOMClTqYxKnCBugqN3EV9ZFmhnDH2bwB0qV9nPntnMxzpt7zznfOSfn+36Pc8lkWBTN0zome4iGTCUCSSVmMptI5B2yiCwlBEx6k1YQBbNgksySKIFe7Xk61Pw7K0q8YBJMehBESaS9WU/H9NOYJBOdo4uSKUuUtI6JPnZ+pO/PECOHQtFLtLUrSigUgtyQDRcwMrbYFfTaGFlds6EXVuOCkRE67xqxRvNeWXHPtkdR9thwKR75YmSkBE/R+G/blZAdcnH9+eVO0GEZVEQ71BZHnNikOG02p0LowxDP03vc/AQjRfg6IWw6o9clpYvz2CS9jmHNsqz2GeY0Tp1PFpmv8cKxZsi+exeym4/hhVDtdUUZrKkZVJTrtcZxuA0fwDK48/gxzsJT2IGZ48GL4IBJkAA7e3qwCsM4jgcuUvKIlxCNK4EQnhDKDEgg6hlvIiYyJMxF0B+B1WGi7hskRDtE66PVwXuMZMlQq+EEsyVepmDgGB5UmiXNzn0H39/csc3Rvu6BG0wn2uHVIysv+tGiOfNkTFN36LQnf+vRDze02X0wre47jDTaBzHahQZd0E/zBCgPC2kei8pCxixxBiPOk+VYPirpsyFNzVNW1NTJNDUvzGAEAyWK6cb+k3yE39G9o/Kq3fZHnctV3FmQ71EKOx3sKOeH2b7TINR0NJb/tNGPPT3GqodHNxzKyXd/VnR8QzDv+61bGnJzqjc2Ptr/7US1d+xtnfBloMKND+tiGrkI4QopV5OpSjHfxc0kAQWuZzPhTZiOww8iCzX+aB5zJoE8KQ9iPrgG2NUTAzp2SYzH20/vacP0jDf+jy+N42dNo2dqRFmOc6oi+gH/+pEfnWRtLSjttW3/reLj7uzhUjYz4lmauPjnTWdhdnMbXr5g/OpR/UeHV20PVO67WfzuHKNmNBh1WbJP4K89XdjfHveYn3KbmTCTavjWM48RlcEUcyw7I4hy+n+JnxPZkEwt14+dgQ5Yfr8ZprakjqX3NRy5X6rLBb6hFTJbPXil1zbgKOot2X1tp/3ybqMffLAFCuApTNr/qKmmvRMbHpd/0479XefwlzPB3bfK91wvqbxVXHyjnMR4qaL+8sR9CPQ+CmAC1jMxpJ0ZUTCiqeHTg8PhYd5A92pIC8VhpB4xkblkcQxJVoYsZ0lz1D7miZQpjOqJFI4CSaJLcxgVSApHgbwQMnXY3Q5QcGrb+sPLAZxg9LXBa00AKw6ttZ78FMCHPZes3k8A1nmVouNrAda3bts/8DmA42p55TU7gPXKAWM1sO6yoVpDYure84X14YMHw/WF5/emJhpqh8rcGKlmPXnOAuqt3IYtBc68iGWN21rk37zZX2R1r3mJNiR274k5TXUILXKenCSZOZbGVBR64aYwMU2eGYc1wJJAB/ruN+Noy/SxtEtxbfBJYxveafWApc9+2WHrLS0JFNsHShNm+jEH67EOAcerxpuqfWdhkyoOZHWdgwUxccp+L6m4WbzrRkWstgBwzHxuV/zfRDIyJItq0GT15nFm5oUYVq2cO/dlrzbp+Whi7PmIHvsPd+ID3wAAeNpjYGRgYOBl8GTgYgABRiQSDAAJwQBkAAAAcgByAK4AwgD2AUQBZgGkAfICCAJyAsAC9AABAAAAAQCD3pJibF8PPPUAAwsAAAAAANnVebIAAAAA2gtpzQCI/VgGbAqoAAAABwACAAAAAAAABqgBPQAAAAAG4ACoBRwArAaoANQHAADQBxAApAawANgG3AC0BkgAiAbIAKsG3AC0AwgA0HjaY2BkYOBa8TeCgYFdgIGBYQFbDgNQBAXwAgBVfQNAeNpjYGZjYZzAwMrAwa7GNpOBgeEyhGa+yXCAGcQHSmEHQcG+wQwODAoMVlwr/kYwMHCtYFoBFGYEybExcIAoBQYmACpACscAeNpjYGBgZoDgLgZGBhCQAfIYwXw2hjwgzclgBJVhgNP4ASFVTEAbWBhYgeazM3AAzedi4GbgAYpoAOXYgDQjUIUCg9X//0C+AoPB////H/6/BDMVALnMCswAAAB42k2PSw7CIBCG7YKh1D6Q4t4D6AVckU5k3XTpqk104RF6q6G9oENRY8KQ738AgXZnVwuQFShbt3uTHzRSdvSk0E+PDm/f5amMDhmcXlHpTdlNkevnAK4LQiaWrlu1EAapxZFLIwGP5DlNXD/gwIL8cJ9XIWQ8FG3eghYphl8M8BerT2xSHIxJfr75jP28gOPHurVqygK5uGSZQm3bK8ZLC9QMFp/8gUiSqWG6vAF2mk2/AAB42tvIwMDgtNGawXkDT0Dljv/7HQQYGBkYmFmABBCxMDExOLs6OWc6OW9gcXZxTnAC8TYwOm9gck7MAvI2MINFZTbqAk3gC6jczM7KCtaxITagchMnq4OTzCZWLlbnhEynHf/PbgaZ6byBFaJnhy6DLAAPyCH3AAAKmAqoCAAIQAYABiAAAP/g/eD9oP1o/VgAAADcAAAAAHjanZDNSsNAFIVP+icuWty4KQpZttImTeuqdSmBQNpoA8VtW0IaSJOQmfocrn0On8HHcO3Ch/AkjlilCDpD5n73zLmHIQBO8AwNxdJwWp7FquCI3QdX0cGZ4tqep44mrhU3cI5bxU30kChuoY1HJmi1YyoXeFJc4c2L4ipu8Ka4hrF2pbiOtnavuLGnN3GnPShu4VJ7dRIZ5P3ZbrsKctGfB+EuXuaqWMZgMJzM/ak/OWj7rAtqUZro9I+Gvzo926XL0ju+4+peFiS6nSZSd6N1kIigp38lWd2NlNnYNMU6jzIpDBHFRpqHJiPg8B9JBMjRxww7bLEqO8F+TgqpxVhS+d5ZMDDgHmLCGx9TfpM/pP3s/z+5UL4IKTN09bIRX+bBhqsUi7XDNzql4iHjVOG2yylJcpmwLlXBs0flULKFLjb0SyaMYXILTuX0ZNQEHYU/Zk2phrwvX/EOaduG+QB42mNgYgCDfxMYDjBgA7xAzMzIxMjMyMLIysjGyM7IwcjJyMXIzcjDXpqXaWBgbAClDaG0EZQ2htImUNoUSptBaXMobQGlLaG0IwBy1BnpAAABAAMABwAKABMAB///AA942jWOIRLCUAxE30//lP4WgUJyAhQKgWQYRCUSC4YZBCfiOEgEggNwj7CkJRHZze5mQgJaFixJ211/oCFrgzs/JV1Ot6t2DEyaaZoSe7FzeCtmzFmLF3/Ia/6i9iMT/9AIF2mtv+nEp34ffcYq0ht6XRCSOpYyf/SUu5K30AXK1MKmzmpdCjYoKX6xL0HZHXkAAQAAAAAAAAAAAAAAAAABAAAAAA==");
  font-feature-settings: "tnum";
}




html {
  font-size: 16px;
  line-height: 1.6;
}

body {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #494a52;
  line-height: 1.6;
}

img{
  height: auto;
  max-width: 100%;
}

p {
   margin: 0 0 1.5rem;
   font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
p:last-child {
   margin-bottom: 0;
}
 
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 1.2rem;
  line-height: 1.16;
  font-weight: 500;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #494a52;
  word-break: keep-all;
}

h1 {
  font-size: clamp(2.2rem, 6vw, 3rem);
}

h2 {
  font-size: clamp(1.8rem, 6vw, 2.6rem);
}

h3 {
  font-size: clamp(1.4rem, 6vw, 1.8rem);
}

h4 {
  font-size: clamp(1.15rem, 6vw, 1.4rem);
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left:40px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
}

ul li,
ol li {
  line-height: 1.6;
}
.hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 1.5rem;
}
.hs_cos_wrapper_type_rich_text li {
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.hs_cos_wrapper_type_rich_text li:last-child {
  margin-bottom: 0;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  border: 0px solid transparent;
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button,
.button--primary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.form-title {
  margin-bottom: 2rem;
}
.input .inputs-list label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hs-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

.hs-input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.hs-input:focus {
  border:1px solid #00708c;
  -webkit-box-shadow: none;
  outline:none;
  box-shadow: none;
}

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

textarea.hs-input {
  height: 174px;
}

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;
}
.hs-error-msgs label {
  color: #f00 !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 {
}
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 {
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 15px;
}

.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: 16px;
  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;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@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: Helvetica Neue,Helvetica,Arial,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus{
   color: #23527c;
   text-decoration: underline;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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


/******************************.hs-automated-product-pages****************************/

.hs-bannere-area {
  background-color: #eee;
  border-bottom: solid 1px #00718c;
  color: #000;
  padding: 10px 0;
  margin-bottom: 10px;
}
.container-fluid.banner-area{
  margin:0 auto;
}
.hs-bannere-area .banner-inner-container {
  padding: 0 15px;
}
.hs-bannere-area h1 {
  text-transform: capitalize;
  font-size: 30.8px;
  margin: 0;
  color:#333;
  padding: 0;
  line-height: 100%;
  display: inline-block;
  -webkit-text-stroke: 0.007em;
}

.banner-section .dnd-section > .row-fluid{
  position: relative;
}

.banner-section ol {
  display: inline;
  margin: 0;
  padding: 8px 5px 0 10px;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 1.6;
  list-style: none;
}

.banner-section ol>li {
  display: inline-block;
}
.hs-bannere-area .list {
  float: right;
}

.list .hs-breadcrumb-menu-item {
  padding: 0;
  display: inline-block;
  float: none !important;
  font-size: 14px;
  line-height: 1.6em;
}

.hs-bannere-area .list ul.hs-breadcrumb-menu {
  font-size: 14px;
  line-height: 1.6em;
  padding: 8px 10px 0 10px;
  display: flex;
}

.hs-bannere-area .list ul.hs-breadcrumb-menu li + li::before {
  content: "\00BB";
  color: #aaa;
  margin-right: 5px;
  font-size: 1.2em;
  padding: 0 5px;
}

.list .hs-breadcrumb-menu-item span.hs-breadcrumb-menu-divider {
  display: none;
}

.list .hs-breadcrumb-menu-item span.hs-breadcrumb-label {
  color: #337ab7;
  text-decoration: none;
}
.banner-section .container-fluid.banner-area {
  max-width: 100% !IMPORTANT;
  padding: 0 !IMPORTANT;
}

.banner-section .container-fluid.banner-area .row-fluid {
  padding: 0 !IMPORTANT;
}
.hs-automated-pages-section1 i.fa,
.hs-how-it-works-page-section1 i.fa{
  font-size: 150px;
}
.fa-shopping-cart:before {
  content: "\f07a";

}

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

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

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

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

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

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

.hs-automated-pages-section1 i.fa.fa-shopping-cart{
  text-align:center;
}

.hs-automated-pages-section1 .cta_button{
  margin-top:0!important;
  margin-bottom:17px!important;
}

.hs-automated-product-pages .row-fluid-wrapper.dnd-row>.row-fluid {
  display: block !important;
}


.hs-automated-pages-section1 .dnd-section >.row-fluid,
.hs-automated-pages-section2 .dnd-section >.row-fluid ,
.hs-how-it-works-page-section2 .dnd-section >.row-fluid,
.hs-home-page-section4 .dnd-section>.row-fluid{
  display: block !important;
}

.hs-automated-pages-section1 .dnd-section>.row-fluid .span7,
.hs-automated-pages-section2 .dnd-section>.row-fluid .span7,
.hs-automated-pages-section1 .dnd-section>.row-fluid .span8,
.hs-how-it-works-page-section2 .dnd-section>.row-fluid .span7,
.hs-home-page-section4 .dnd-section>.row-fluid .span7{
  float:left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  margin:0;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-automated-pages-section1 .dnd-section>.row-fluid .span5,
.hs-automated-pages-section2 .dnd-section>.row-fluid .span5,
.hs-automated-pages-section1 .dnd-section>.row-fluid .span4,
.hs-how-it-works-page-section2 .dnd-section>.row-fluid .span5,
.hs-home-page-section4 .dnd-section>.row-fluid .span5{
  float:left;
  width: 33.33333333%;
  margin:0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align:center;
}

.hs-how-it-works-page-section2 .dnd-section>.row-fluid .span5{
  text-align:left;
}


.hs-automated-pages-section1 .dnd-section >.row-fluid,
.hs-automated-pages-section2 .dnd-section >.row-fluid,
.hs-how-it-works-page-section2 .dnd-section >.row-fluid,
.hs-home-page-section4 .dnd-section>.row-fluid{
  padding:0;
}

.hs-automated-pages-section1 img,
.bottom-pane img{
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.hs-green-btn{
  width:100%;
  display: block;
  text-align:center;
  margin-bottom: 17px;
}
a.hs-green-btn span{
  display: inline-block;
  font-weight: normal;
  text-align: center ;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease ;
  background: rgb(11,154,0) ;
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: sans-serif ;
  height: auto ;
  transition: all .4s ease ;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em ;
}

a.hs-green-btn>span:hover{
  background-color: #097900;
  border-color: #075e00;
}
.hs-automated-pages-section1{
  border-bottom: 1px solid #dddddd;
}

.hs-automated-pages-section2 h2,
.hs-about-us-page-section2 h2,
.hs-how-it-works-page-section2 h2,
.hs-home-page-section4 h2{
  text-transform: uppercase;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 17px;
  padding-top: 0;
}

.hs-automated-pages-section2 .dnd-section>.row-fluid .span5,
.hs-home-page-section4 .dnd-section>.row-fluid .span5{
  text-align:left;
}
.hs-automated-pages-section2 a.hs-green-btn span,
.hs-how-it-works-page-section1 a.hs-green-btn span,
.hs-how-it-works-page-section2 a.hs-green-btn span{
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
  border:1px solid #097900;

}
.hs-automated-pages-section2 a.hs-green-btn{
  margin-bottom:0;
}

.hs-accordian-wrapper{
  margin-bottom:20px;
}

.hs-accordian-wrapper .accordian-items{
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.hs-accordian-wrapper .accordion__heading h4{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;

}

.hs-accordian-wrapper .accordion__heading>h4>a {
  display: block;
  background-color: #00708c;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9em;
  color:#FFFFFF;
  cursor:pointer;
}

/* .hs-accordian-wrapper .accordian-items:not(:first-child) .accordion__heading>h4>a:before {
content: "\f067";
}
.hs-accordian-wrapper .accordian-items:first-child .accordion__heading>h4>a:before {
content: "\f068";
} */

.hs-accordian-wrapper .accordian-items .accordion__heading>h4>a:before {
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.hs-contact-us-page-section1 .dnd-section>.row-fluid .span5 .description-box-wrapper h4 {
  text-transform: uppercase;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
}

.hs-contact-us-page-section1 .dnd-section>.row-fluid .span5 .heading h3 {
  font-size: 14px;
  line-height: 1.6em;
}

.hs-contact-us-page-section1 .dnd-section>.row-fluid .span5 .heading h3 i {
  margin-right: 5px;
}

.hs-contact-us-page-section1 .dnd-section>.row-fluid .span5 address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.hs-accordian-wrapper .accordian-items.open .accordion__heading>h4>a:before {
  font-family: 'FontAwesome';
  content: "\f068";
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.hs-accordian-wrapper .inner-container p{
  background-color: #f7f7f7;
  border: solid 1px #00708c;
  margin: 0;
  padding:15px;
}

.hs-accordian-wrapper .accordian-items .accordion__content{
  display:none;
}
.hs-accordian-wrapper .accordian-items+.accordian-items{
  margin-top: 5px;
}

.accordian-items:first-child .accordion__content{
  display:block;
}
/*******************************about-us-page***************************/

.hs-about-us-page-section2 .dnd-section>.row-fluid{
  padding:0;
}

.hs-about-us-page-section1 p{
  font-size:42px;
  text-align:center;
  line-height:1.4;
  margin-bottom:13px;
}

.hs-about-us-page-section1 p>strong{
  color: #00708c;
  font-weight: 300;
}

.hs-about-us-page-section2 img{
  padding: 5px;
  border:1px solid #dddddd;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.hs-about-us-page-section2 img+p {
  margin-top: 20px;
}

.hs-about-us-page-section2 p{
  font-size: 1.1em;
  line-height: 1.8;
}

.hs-about-us-page-section2 h5{
  width: 41.66666667%;
  float:right;
  position:relative;
  padding:0 15px;
}

.hs-about-us-page-section2 h5>span>a{
  font-size:14px;
  line-height:1.6;
}

.hs-about-us-page-section2 h5>span{
  color:#333;
  font-size:14px;
}

/*******************.hs-how-it-works-page-section2************************/

.hs-how-it-works-page-section1 h1{
  text-align:center;
  margin-top:5px;
  line-height:1.1;
}

.hs-how-it-works-page-section2 h2{
  margin-top:5px;
  text-align:left;
}
.hs-how-it-works-page-section1 .dnd-section>.row-fluid{
  padding:0;
}
.hs-how-it-works-page-section1 .dnd-section>.row-fluid .span6{
  width:50%;
  margin:0;
  padding:0 15px;
  display: block !important;
}

.how-it-works-page .row-fluid-wrapper.dnd-row>.row-fluid,
.hs-how-it-works-page-section1 .dnd-column>.dnd-row>.row-fluid{
  display: block !important;
}
.hs-how-it-works-page-section1 .dnd-section>.row-fluid .span6 a{
  display: block;
  text-align: center;
  color:#333;

}
.hs-how-it-works-page-section2 a.hs-green-btn{
  margin-bottom:0;
}

/********************************.body-container__website****************************/

.body-container__website .accordion__heading>h4>a:before,
.body-container__website .accordian-items.open .accordion__heading>h4>a:before{
  margin-right:10px;
}

.job-card-wrapper .panel-primary .panel-heading,
.description-box-wrapper .heading{
  background-color: #00708c;
  color: white;
  border-radius: 0;
  border: 0;
  padding: 10px 15px;
}

.job-card-wrapper .panel,
.description-box-wrapper{
  border-radius: 0px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #00708c;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.job-card-wrapper .panel-title,
.description-box-wrapper .title{
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height:1.1;
}

.job-card-wrapper .panel>.panel-body,
.description-box-wrapper .body{
  background-color: #f7f7f7;
  margin: 0;
  padding: 15px;
}

.job-card-wrapper .panel>.panel-body ul {
  margin: 0 0 10px;
}

/*******************************.hs-contact-us-page***************************/

.hs-contact-us-page-section1 .dnd-section>.row-fluid .span7{
  width:58.33333333%;
  padding:0 15px;
}

.hs-contact-us-page-section1 .dnd-section>.row-fluid .span5{
  width: 33.33333333%;
  padding:0 15px;
  margin-left: 97.5px;

}

.hs-contact-us-page-section1 .span7 .job-card-wrapper h3{
  line-height:1.1;
}
.hs-contact-us-page-section1 .dnd-section>.row-fluid{
  padding:0;
  display: block !important;

}

.fa-envelope-o:before {
  content: "\f003";
}
.hs-contact-us-page-section1 .panel .panel-heading i{
  font-size: 15.4px;
  margin-right: 5px;
}

.hs-contact-us-page-section1 .span5 .job-card-wrapper .panel-title{
  font-size:14px;
  line-height:1.6;
}

.hs-contact-us-page-section1 .span7 .job-card-wrapper .panel-body p{
  margin:0;
}

.hs-contact-us-page-section1 .span5 .panel-body h4,
.hs-contact-us-page-section1 .span7 form h2{
  text-transform: uppercase;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
}

.hs-contact-us-page-section1 .span5 .panel-body address{
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.45;
}

.hs-contact-us-page-section1 .hs_submit.hs-submit .actions{
  text-align:right;
  margin-bottom:15px;
}
/************************.hs-integrations-page******************************/
.banner-section ol>li+li:before {
  content: "\00BB";
  color: #aaa;
  margin-right: 5px;
  padding-right:5px;
  padding-left:1px;
  font-size: 1.2em;
}

.hs-integrations-page .banner-section ol {
  padding-top: 6px;
}

.hs-integrations-page-section1 h1{
  border-bottom: 1px solid #dddddd;
  text-align:center;
  line-height:1.1;
  padding-bottom:30px;
  margin-bottom: 20px;
}

.vendor-integration-Wrapper,
.suppliers-gallery-Wrapper{
  padding:15px 0;
}

.vendor-integration-Wrapper .inner-wrapper,
.suppliers-gallery-Wrapper .inner-wrapper{
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.vendor-integration-Wrapper .vendor-integration-heading,
.suppliers-gallery-Wrapper .suppliers-gallery-heading{
  border-bottom: solid 1px #dddddd;
  padding: 10px 15px;
  background-color: #eee;
  color: black;
}

.vendor-integration-Wrapper .vendor-integration-heading h3,
.suppliers-gallery-Wrapper .suppliers-gallery-heading h3{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: black;
  line-height:1.1;
}


.vendor-integration-Wrapper .vendor-integration-heading>h3>a,
.suppliers-gallery-Wrapper .suppliers-gallery-heading>h3>a{
  color: black;
  text-decoration: underline;

}
.vendor-integration-Wrapper .vendor-integration-body:before,
.vendor-integration-Wrapper .vendor-integration-body:after,
.suppliers-gallery-Wrapper .suppliers-gallery-body:before,
.suppliers-gallery-Wrapper .suppliers-gallery-body:after{
  content:'';
  display:block;
  clear:both;
}
.vendor-integration-Wrapper .vendor-integration-body,
.suppliers-gallery-Wrapper .suppliers-gallery-body{
  padding: 15px;
  background-color: #f7f7f7;
  margin: 0;
}

.suppliers-gallery-Wrapper .suppliers-gallery-body{
  padding: 15px 0;
}

.vendor-integration-Wrapper .vendor-integration-body .text-center,
.suppliers-gallery-Wrapper .text-center{
  float: left;
  width:25%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align:center;   
}

.vendor-integration-Wrapper .text-center>h4{
  margin-bottom: 0px;
  margin-top:10px;
}

.suppliers-gallery-Wrapper .text-center>h4{
  margin-bottom: 10px;
  margin-top:10px;
  font-size:18px;
}

.suppliers-gallery-Wrapper img{
  display: block;
  background-color: white;
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid rgb(221, 221, 221);
  max-width: 100%;
  height: auto;
  margin:0 auto;
  transition: border 0.2s ease-in-out 0s;
}

.hs-about-us-page-section1 p {
    font-weight: 300;
}

.hs-integrations-page .dnd-section>.row-fluid .row-fluid-wrapper.dnd-row:nth-child(3) img{
  background-color: transparent;
  padding: 0;
  line-height: normal;
  border: none;
}

/*******************************.hs-vendor-integration**************************/
.hs-vendor-integration-page .banner-section ol{
  padding-top:6px;
}

.hs-vendor-integration-page-section1 h1{
  text-align:center;
  line-height:1.1;
  margin-bottom: 32px;
}

.hs-vendor-integration-page-section1 .dnd-section>.row-fluid,
.hs-vendor-integration-page-section2 .dnd-section>.row-fluid {
  padding:0;
}

.hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span3{
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  float:none;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin:0 auto;
  text-align:center;
}

.hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span2,
.hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span1{
  display: inline-block;
  vertical-align: middle;
  width: 8.33333333%;
  float:none;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin:0 auto;
}
.hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span1{
  padding:0;
}

.hs-vendor-integration-page-section2 .dnd-section>.row-fluid .span12.dnd-column{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #00708c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  border-radius: 0;
  background-color: #f4f4f4;
}

.hs-vendor-integration-page-section2 .span12.dnd-column .row-fluid-wrapper.dnd-row{
  width:100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-vendor-integration-page-section2 h3{
  line-height:1.1;
}

.hs-vendor-integration-page-section1 .dnd-section>.row-fluid>.span12.dnd-column{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

.hs-vendor-integration-page-section3 h2{
  text-align:center;
}

.hs-vendor-integration-page-section3 h4{
  margin-top:20px;
}

.hs-vendor-integration-page-section3 a.hs-green-btn {
  margin-top: 32px;

}

.hs-vendor-integration-page-section3 .span12.dnd-column>.row-fluid-wrapper.dnd-row:first-child{
  width:50%;
  margin:0 auto;
  padding:0 7.5px 10px;
}


.hs-vendor-integration-page-section4 h4{
  margin-top:10px;
  text-align:center;
} 

.hs-vendor-integration-page-section4 .dnd-section>.row-fluid>.span12.dnd-column{
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  text-align:center;
}

.hs-vendor-integration-page-section4 .row-fluid-wrapper.dnd-row>.row-fluid>.span4{
  width: 33.33333%;
  text-align:center;
  margin:0;
}

.hs-vendor-integration-page-section4 img{
  display: block;
  max-width: 100%;
  width:165px;
  height: auto;
  margin:0 auto;
}

.hs-vendor-integration-page-section4 hr {
  border-top: 1px solid #dddddd;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;

}

.hs-vendor-integration-page-section4 .dnd-section:first-child>.row-fluid>.span12.dnd-column>.dnd-row{
  width: 51.4%;
  margin:0 auto;
}

.hs-vendor-integration-page-section5 .dnd-section>.row-fluid{
  padding-left:0;
  padding-right:0;
}
.hs-vendor-integration-page-section5 p {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 15px;
  text-align:center;

}
.hs-contact-us-page-section1 .dnd-section>.row-fluid .span5 .heading h3 i {
  font-size: 1.1em;
}
.container-fluid.hs-vendor-integration-page-section1 {
  padding-left: 10px;
  padding-right: 10px;
}
/******************************.hs-pricing-page***************************/
.hs-pricing-page .row-fluid-wrapper.dnd-row>.row-fluid{
  display:block!important;
}
.hs-pricing-page-section1 h2{
  text-align:center;
}

.hs-pricing-page-section1 a.hs-green-btn{
  margin-top:32px;
  margin-bottom: 22px;
}

.hs-pricing-page-section1 .row-fluid-wrapper .row-fluid>.span4,
.hs-pricing-page-section2 .span12.dnd-column .span5,
.hs-pricing-page-section3 .row-fluid-wrapper>.row-fluid>.span4{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
  float:left;
  margin:0;
}

.container-fluid.hs-pricing-page-section1 .widget-type-rich_text {
  padding-left: 10px;
  padding-right: 10px;
}

.hs-pricing-page-section1 .span4 .pricing-box-header {
  background-color: #444;

}
.hs-pricing-page-section2 .hightlight .pricing-box-header,
.hs-pricing-page-section1 .hightlight .pricing-box-header {
  background-color: #00708c !important;

}
.hs-pricing-page-section2 .span12.dnd-column .span5{
  width: 31.58%;
  margin-right:1.3%;
  padding:0;
}

.hs-pricing-page-section2 .span12.dnd-column .span7{
  position: relative;
  min-height: 1px;
  width: 65.79%;
  float:left;
  margin:0;
  margin-left:1.3%;
}

.hs-pricing-page-section2 .span12.dnd-column .span7,
.hs-pricing-page-section2 .span12.dnd-column .span5{
  margin-bottom: 20px;
  padding-bottom:30px;
  background-color: #f7f7f7;
  border: 1px solid #00708c;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.pricing-box-pro {
  border: solid 1px #00708c;
  box-shadow: 3px 3px 8px 0 #ccc;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
  animation-delay: 0.8s !important;
}
.pricing-box:hover {
  -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.39);
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.39);
}

.pricing-box-pro .pricing-box-header {
  color: #fff;
  background-color: #00708c;
  padding: 10px;

}

.pricing-box-header>h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
  font-size: 2.2em;
  text-align: center;
  color: white;
}

.pricing-box-price {
  padding: 10px;
  margin-bottom: 7px;
  background-color: #ededed;
  border-bottom: solid 1px #dddddd;
  text-align:center;
}

.pricing-box-price h3 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 2.6em;
  text-align: center;
}

sup {
  top: -.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.pricing-box-price h3>sub+sub {
  font-size: 0.6em;
  bottom: -.25em;
}

.pricing-box-content>ul {
  padding: 0 0 0 40px;
}


.pricing-box-content>ul>li {
  list-style-type: none;
  padding: 7px 0;
  border-bottom: dotted 1px #ddd;
  vertical-align: top;
}

.pricing-box-content>ul>li>i {
  margin: 0 14px;
  font-size: 1.4em;
  margin-left: -30px;
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

.pricing-box-footer {
  margin: 10px auto;
  text-align: center;
}

.hs-pricing-page-section2 h2,
.hs-pricing-page-section3 h2{
  text-transform: uppercase;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
}

.hs-pricing-page-section2 .span12.dnd-column .span5 .hs_cos_wrapper h3,
.hs-pricing-page-section2 .span12.dnd-column .span7 .hs_cos_wrapper h3{
  background-color: #00708c;
  color: white;
  padding: 10px 15px;
  margin:0;
  font-size:16px;
  line-height:1.1;
}

.hs-pricing-page-section2 .description-box-wrapper{
  margin:15px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  border-color: #0b9a00;
}

.hs-pricing-page-section2 .description-box-wrapper .heading h3 {
  background-color: #0b9a00!important;
  color: white;
}

.hs-pricing-page-section2 .description-box-wrapper .heading{
  padding:0
}

.hs-pricing-page-section2 .description-box-wrapper i.fa {
  font-size: 1.1em;
  margin-right: 5px;
}
.fa-user-circle:before {
  content: "\f2bd";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

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

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

.hs-pricing-page-section2 .span12.dnd-column .span7 .span6{
  width:50%;
  margin:0;
}

.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-check:before {
  content: "\e067";
}
.hs-pricing-page-section3 ul {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style:none;
}

.hs-pricing-page-section3 ul ul{
  list-style-type: circle;
}

.hs-pricing-page-section3 .dnd-section>.row-fluid,
.hs-pricing-page-section1 .dnd-section>.row-fluid{
  padding:0;
}

.hs-pricing-page-section3 h2{
  padding-left:15px;
  padding-right:15px;
}

.hs-pricing-page-section2 .pricing-box.pricing-box-pro{
  width: 47.56%;
  margin:0 auto;
}

.hs-pricing-page-section2 .pricing-box-header>h2 {
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom:none;
  line-height: 100%;
  font-size: 2.2em;
  text-align: center;
  color: white;
}

.hs-pricing-page-section2 .pricing-box-header {
  background-color: #444;
}

.hs-pricing-page-section2 .pricing-box-price h3 sub,
.hs-pricing-page-section2 .pricing-box-price h3 sup{
  display:none;
}

.hs-pricing-page-section2 .pricing-box.pricing-box-pro{
  margin-bottom: 20px!important;
}

/********************************home-page*******************************/
.fa-upload:before {
  content: "\f093";
}

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

.fa-superpowers:before {
  content: "\f2dd";
}

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

.hs-home-page .container-fluid.banner-area{
  max-width:100%;

}
.hs-home-page .banner-section{
  margin-bottom:0;
  border-bottom:none;
}
.hs-home-page .banner-section .dnd-section>.row-fluid,
.hs-home-page .banner-section{
  padding:0;
}

.hs-home-page .home-banner-area .banner-container{
  margin-right: auto;
  margin-left: auto;
  padding-top:20px;
  padding-bottom: 30px;
}

.hs-home-page .home-banner-area{
  background-size: cover;
}

.home-banner-area .banner-text,
.home-banner-area .banner-video,
.content-with-icon-wrapper .inner-container{
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.home-banner-area .banner-container:before,
.home-banner-area .banner-container:after,
.hs-home-page-section2 .logo-section:before,
.hs-home-page-section2 .logo-section:after,
.content-with-icon-container:after,
.content-with-icon-container:before{
  content:'';
  clear:both;
  display:block;
}

.home-banner-area .banner-text h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 3em;
  word-break: keep-all;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  line-height: 1.4em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.home-banner-area .banner-text ul{
  list-style:none;
  padding:0;
}
.hs-pricing-page-section2 .pricing-box-header>h2 {
  text-transform: capitalize;
}
.home-banner-area .banner-text ul>li{
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: 'Abel',sans-serif;
  text-transform: uppercase;
}
.social-header .social-icon {
  cursor: pointer !important;
}
.hs-home-page .banner-text ul>li>i{
  padding: 18px;
  margin-right: 10px;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  vertical-align: baseline;
  display: inline-block;
  background-color: rgba(0,0,0,0.4);
  width: 72px;
  text-align: center;
}

.hs-home-page .banner-text ul>li span {
  background-color: rgba(0,0,0,0.4);
  padding: 18px;
}

.hs-home-page-section1{
  background-color: #28364f;
  color: #fff;
}
.hs-home-page-section1 .row-fluid .span7{
  width: 66.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  display:block!important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-home-page-section1 .row-fluid .span5{
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display:block!important;
  margin-left:0;
}

.hs-home-page-section1 .dnd-section>.row-fluid,
.hs-home-page-section3 .dnd-section>.row-fluid{
  padding:0;
}

.hs-home-page-section1 .span7 strong {
  font-weight: 300;
  color: #6aceeb;
}

.hs-home-page-section1 .span7 p{
  font-size: 2em;
  font-weight: 300;
  line-height:1.4;
  margin:0;
}

.hs-home-page .hs-green-btn span{
  border-radius: 0;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
  border:1px solid #097900;
}

.hs-home-page-section2 .logo-gallery-wrapper .heading{
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align:center;
}

.hs-home-page-section2 .logo-section{
  margin: 0 -15px;
}

.hs-home-page-section2 .logo{
  position: relative;
  float:left;
  min-height: 1px;
  padding:5px 15px 5px;
  width: 17.038%;
}

.hs-home-page-section2 p{
  font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 22px;
  text-align:center;
}

.hs-home-page-section2 p>span{
  background-color: #faf785;
  padding: 1px 2px;
}

.content-with-icon-wrapper h2 {
  font-size: 3.7em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
  line-height:1.1;
  padding-left:15px;
  padding-right:15px;
}

.content-with-icon-wrapper .inner-container .icon-item{
  display: table;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 0.25s ease;

}

.content-with-icon-wrapper .icon-item i {
  display: table-cell;
  font-size: 5em;
  vertical-align: middle;
  padding-right: 20px;
  transition: all 0.55s ease;
  color:white;
}

.icon-item:hover i {
  color: #6aceeb;
}

.content-with-icon-wrapper .item-content {
  display: table-cell;
}

.content-with-icon-wrapper .icon-item h3 {
  color: #6aceeb;
  margin: 0 0 15px 0;
  line-height:1.1;
}

.icon-item:hover {
  background-color: rgba(255,255,255,0.2);
}

.content-with-icon-wrapper p{
  color:white;
}

.content-with-icon-wrapper .item-content a{
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius:0;
  background-color: #00708c;
}

.content-with-icon-wrapper .item-content a:hover{
  text-decoration:none;
}
.hs-home-page-section4 a.hs-green-btn{
  margin-bottom:0;
}
.hs-home-page-section1 .dnd-section>.row-fluid,
.hs-home-page-section3 .dnd-section>.row-fluid{
  display:block!important;
}

.container-fluid.hs-home-page-section2 .dnd-section > .row-fluid {
  max-width: 100%;
}

.hs-home-page-section2 .logo:nth-child(4n+1) {
  clear: left;
  margin-left: 15.97%;
}

/* .hs-home-page-section2 .logo:nth-child(9) {
  margin-left: 24.45%;
} */



.hs-home-page-section2 .logo img {
  vertical-align: middle;
}
.fa-money:before {
  content: "\f0d6";
}

.pricing-box-footer a.hs-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 0.25s ease;
}
.container-fluid.hs-vendor-integration-page-section2 {
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-box-footer a.hs-button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pricing-box.pricing-box-pro.hightlight a.hs-button {
  background-color: #00708c;
  border-color: #004759;
  color: #fff;
}

.pricing-box.pricing-box-pro.hightlight a.hs-button:hover {
  background-color: #004759;
  border-color: #001e26;
}
.content-with-icon-wrapper .item-content a:hover, .content-with-icon-wrapper .item-content a:focus {
  background-color: #00627b;
  text-decoration: none;
}
/**********************************media queries*************************/

@media (max-width:1199px){
  .home-banner-area .banner-text ul{
    display:none;
  }

  .hs-home-page .home-banner-area .banner-container{
    padding-bottom:20px;
  }
}

@media (max-width:991px){
  .hs-automated-pages-section1 .dnd-section > .row-fluid .span7,
  .hs-automated-pages-section2 .dnd-section > .row-fluid .span7,
  .hs-automated-pages-section1 .dnd-section > .row-fluid .span5,
  .hs-automated-pages-section2 .dnd-section > .row-fluid .span5,
  .hs-automated-pages-section1 .dnd-section > .row-fluid .span4,
  .hs-how-it-works-page-section1 .dnd-section > .row-fluid .span6,
  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span3,
  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span2,
  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span1,
  .hs-vendor-integration-page-section4 .dnd-section:first-child>.row-fluid>.span12.dnd-column>.dnd-row,
  .hs-pricing-page-section2 .span12.dnd-column .span7, 
  .hs-pricing-page-section2 .span12.dnd-column .span5,
  .hs-pricing-page-section3 .row-fluid-wrapper>.row-fluid>.span4,
  .hs-home-page-section1 .row-fluid .span7,
  .hs-home-page-section1 .row-fluid .span5,
  .hs-home-page-section2 .logo-section,
  .content-with-icon-wrapper .inner-container,
  .hs-home-page-section4 .dnd-section>.row-fluid .span5,
  .hs-home-page-section4 .dnd-section>.row-fluid .span7{
    width:100%;
    max-width:100%;
    display:block;
    float:none;
  }
  .hs-pricing-page-section1 .row-fluid-wrapper .row-fluid>.span4:last-child {
    margin: auto;
    float: none;
  }
  .hs-pricing-page-section2 .span12.dnd-column .span7, .hs-pricing-page-section2 .span12.dnd-column .span5{
    margin-left:0;
    margin-right:0;
  }

  .hs-vendor-integration-page-section4 .row-fluid-wrapper.dnd-row>.row-fluid>.span4,
  .hs-pricing-page-section1 .row-fluid-wrapper .row-fluid>.span4,
  .hs-home-page-section2 .logo{
    width: 50%;
  }
  .hs-home-page-section2 .logo {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-home-page-section2 .logo{
    text-align:center;
  }

  .hs-home-page-section2 .logo:nth-child(2n+1){
    text-align:center;
  }
  .hs-home-page-section2 .logo-section {
    margin: 0;
  }
  .hs-home-page-section2 .dnd-section>.row-fluid {
    max-width: 807px;
  }
  .hs-home-page-section2 .logo:nth-child(4n+1) {
    margin: 0;
    float: left;
    width: 50%;
  }
  .hs-vendor-integration-page-section4 img{
    width:100%;
  }

  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span3,
  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span2,
  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span1{
    text-align:center;
  }
  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span3 img{
    width: 282.5px;
    text-align:center;
    margin: 0 auto;
  }
  .hs-contact-us-page-section1 .dnd-section>.row-fluid .span5{
    margin:0;
  }

  .hs-automated-pages-section1 a.hs-green-btn {
    margin-top: 22px;
  }

  .hs-about-us-page-section2 h5 {
    width: unset;
  }
  .hs-how-it-works-page-section2.bottom-pane img{
    margin-bottom:5px;
  }
  .hs-about-us-page-section2 .dnd-section>.row-fluid{
    padding:0 15px;
  }
  .hs-automated-pages-section1 .dnd-section > .row-fluid .span8,
  .hs-how-it-works-page-section2 .dnd-section > .row-fluid .span7,
  .hs-how-it-works-page-section2 .dnd-section > .row-fluid .span5,
  .hs-how-it-works-page-section1 .dnd-section > .row-fluid .span6,
  .hs-contact-us-page-section1 .dnd-section > .row-fluid .span7,
  .hs-contact-us-page-section1 .dnd-section > .row-fluid .span5,
  .vendor-integration-Wrapper .vendor-integration-body .text-center,
  .suppliers-gallery-Wrapper .text-center{
    width:100%;
    max-width:100%;
    display:block;
    float:none;
  }
  .home-banner-area .banner-text{
    width: 58.33333333%;
  }
  .home-banner-area .banner-video{
    width: 41.66666667%;
  }
  .hs-home-page .home-banner-area .banner-container{
    padding-bottom:30px;
  }

  .hs-home-page-section1 .hs-green-btn{
    margin-bottom:6px;
  }
  .hs-how-it-works-page-section1 .dnd-row:nth-child(3) .span12 .row-fluid {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
@media(min-width:768px){
  .hs-bannere-area h1{
    width:50%; 
  }
}
@media(min-width:991px){
  .hs-bannere-area h1{
    width:60%; 
  }
}

@media (max-width:767px){
  .hs-home-page-section2 .logo:nth-child(4n+1) {
    width: 100%;
  }
  .hs-bannere-area .list,
  .banner-section ol,
  .hs-automated-pages-section1 .dnd-section>.row-fluid .span5,
  .hs-how-it-works-page-section1 .dnd-section >.row-fluid .span6 a > i.fa,
  .body-container__website .span11 .row-fluid-wrapper.dnd-section:nth-child(1) ol,
  .hs-vendor-integration-page-section1 i{
    display:none;
  }

  .hs-vendor-integration-page-section1 .row-fluid-wrapper.dnd-row>.row-fluid .span3{
    display:inline-block!important;
    width:50%;
    float:left;
  }
  .hs-how-it-works-page-section1 .row-fluid [class*="span"] {
    min-height: 0;
  }
  .hs-vendor-integration-page-section4 .row-fluid-wrapper.dnd-row>.row-fluid>.span4,
  .hs-home-page-section2 .logo {
    width: 100%;
    margin:0 auto;
    text-align:center;
  }
  .hs-pricing-page-section1 .row-fluid-wrapper .row-fluid>.span4,
  .hs-pricing-page-section2 .span12.dnd-column .span7 .span6,
  .home-banner-area .banner-text,
  .home-banner-area .banner-video{
    width:100%;

  }
  .hs-pricing-page-section1 .row-fluid-wrapper .row-fluid>.span4 {
    clear: left;
  }
  .hs-automated-pages-section1  a.hs-green-btn{
    margin-top:0
  }
  .hs-home-page .home-banner-area .banner-container{
    padding-bottom:20px;
  }
  .hs-home-page-section2 .logo:nth-child(2n+1){
    text-align:center;
  }
  .hs-pricing-page-section2 .pricing-box.pricing-box-pro {
    width: 100%;
  }
  .video-container {
    padding-top: 20px;
  }
  .home-banner-area .banner-text h1{
    padding-bottom:20px;
  }
  .hs-about-us-page-section2 h5 {
    width: 100%;
    padding: 0;
  }
  .container-fluid.hs-vendor-integration-page-section5 .dnd-section>.row-fluid {
    padding: 0;
  }
  .hs-vendor-integration-page-section5 p {
    width: 66.66666667%; 
  }
  .description-box-wrapper .body {
    word-break: break-word;
  }
}

@media(max-width:479px){
  .content-with-icon-wrapper h1 {
    font-size: 3em;
  }
  .home-banner-area .banner-text h1 {
    font-size: 2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

header.header {
  display: block;
  padding: 0;
}
.header-title a {
  display: block;
  max-width: 275px !important;
  width: 100% !important;
}
.header-title a img {
  max-width: 100% !important;
  width: 100% !important;
}

.bottom-header {
  z-index: 10;
  position: relative;
  min-height: 50px;
  display: block;
}
.header__container {
  padding: 0;
}
.header__container.top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 115px;
  padding: 3vw 5vw;
}
.header__container.bottom {
  padding-left: 5vw;
  padding-right: 5vw;
}

.header__logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
}

.header-title .logo {
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: lowercase;
  word-spacing: -10px;
  font-size: 3.2em;
  line-height: 1.1;
}

.header-title .logo a {
  text-decoration: none;
}

.header-title .logo span {
  /*     color: #6aceeb; */
}

.header-title p {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.6em;
}

.social-header {
  right: 65px;
  position: absolute;
  top: 10px;
}

.social-header a {
  text-decoration: none;
}

.social-header .social-icon {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: .5s;
  -webkit-transition-property: background;
  -webkit-transition-timing-function: ease;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  cursor: auto;
  display: inline-block;
  font-size: 21px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-property: background;
  transition-timing-function: ease;
  vertical-align: baseline;
  width: 35px;
  margin-left: 6px;
  border: solid 1px #576890; 
}

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

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

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

.custom-menu-primary ul.submenu.level-1 {
  margin: 0;
  font-size: 1.1em;
  margin-left: -15px;
  padding:0 ;
  list-style: none;
}

.custom-menu-primary nav.navigation-primary>ul>li {
  position: relative;
  display: block;
}

.custom-menu-primary nav.navigation-primary>ul>li>a {
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15.4px;;
}

.custom-menu-primary nav.navigation-primary>ul>li>a:focus{
  text-decoration:none;
}

.navbar-right a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15.4px;
}

.bottom-header .custom-menu-primary .child-trigger {
  right: 15px;
  content: '';
  display: inline-block;
  width: 0;
  top: 48%;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #0099bf;
  border-right: 4px solid transparent;
  position: absolute;
  border-left: 4px solid transparent;
  border-top-color: #0099bf;
  border-bottom-color: #0099bf;
}

.bottom-header .custom-menu-primary ul.submenu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display:none !important;
  /*     display: none; */
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bottom-header .custom-menu-primary nav.navigation-primary>ul>li.show > ul.submenu.level-2 {
  display: block !important;
}

/*
.bottom-header ul.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.bottom-header ul.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
opacity: 1;
-webkit-transition: visibility 0s, opacity 0.3s;
-o-transition: visibility 0s, opacity 0.3s;
transition: visibility 0s, opacity 0.3s;
visibility: visible;
}
*/
.bottom-header .custom-menu-primary ul.submenu.level-2>li>a {
  padding: 7px 15px;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

.bottom-header .custom-menu-primary ul>li>a:hover {
  text-decoration: none;
}

.bottom-header .navbar-right a:hover {
  text-decoration: none;
}

.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 8px 10px;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: auto;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor:pointer;
  align-self: flex-end;
}

.fa-inverse {
  color: #fff;
}

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

.custom-menu-primary {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 #ffffff1a;
}

.bottom-header .custom-menu-primary ul li a:active{
  text-decoration:none;
}


/******************************** media queries***********************************/

@media (min-width: 768px){
  .bottom-header .custom-menu-primary ul {
    float: left;
    margin: 0;
  }
  .custom-menu-primary nav.navigation-primary>ul>li.show.has-submenu>a {
    background-color: #28364f;
    color: white;
  }
  .bottom-header .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .bottom-header .custom-menu-primary ul.submenu.level-1 {
    float: left;
    margin: 0;
    margin-left: -15px;
  }
  .bottom-header .custom-menu-primary nav.navigation-primary>ul>li {
    float: left;
  }
  .bottom-header .custom-menu-primary nav.navigation-primary>ul>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bottom-header .navbar-right a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu > a {
    padding-right: 29px;
  }
  .navbar-toggle {
    display: none;
  }
  .bottom-header .custom-menu-primary {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
    visibility: visible;
    width: auto;
    padding:0;
    margin: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
}


@media (min-width: 1200px){
  .header__container {
    width: 100%;
  }
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:last-child{
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 768px){
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:last-child{
    display: block;
  }
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:nth-child(7){
    display: none;
  }
}

@media (max-width: 992px) and (min-width:768px){
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:nth-child(3),
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:nth-child(4),
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:nth-child(5),
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:nth-child(6){
    display:none;
  }
}
@media (max-width: 767px){
  .bottom-header .custom-menu-primary ul.submenu.level-1{
    margin: 7.5px -15px;
  }
  .navbar-right a{
    padding-left:0;
  }
  .social-header,
  .bottom-header,
  .bottom-header .custom-menu-primary ul.submenu.level-1>li:last-child{
    display: none;
  }
  .header .navbar-toggle{
    padding: 9px 10px;
  }
  .bottom-header{
    min-height: auto;
  }
  .bottom-header .custom-menu-primary ul.submenu.level-1 .child-trigger{
    top: 49%;
    left: 14.2%;
  }
  .header-title .logo {
    word-spacing: -6px;
    font-size: 2.4em;
    margin-right: 20px;
    display: block;
    margin-top: 0;
    padding: 15px 15px;
    line-height: 20px;
    margin-bottom: 0
  }
  .header__container.bottom {
    padding: 0;
  }
  .bottom-header .custom-menu-primary ul.submenu.level-2 {
    position: relative;
    opacity:1;
    visibility:visible;
    float: none;
    display:none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bottom-header .custom-menu-primary ul.submenu.level-2>li>a {
    padding: 5px 15px 5px 25px;
    line-height: 20px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu.menu-item > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #0099bf;
    border-bottom-color: #0099bf;
  }
  .navbar-right {
    padding-bottom: 7.5px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu.menu-item.show > a {
    background-color: #28364f;
    color: white;
  }
  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu.menu-item > a + .child-trigger {
    display: none;
  }
  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu.menu-item.show > a::after,
  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu.menu-item > a:hover::after {
    border-top-color: #00708c;
    border-bottom-color: #00708c;
  }
  .navbar-right {
    margin: 0 -15px;
  }
  .navbar-right a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-title p,
.header-title .logo a {
  font-family: 'Abel',sans-serif;
}

@media (max-width: 600px){
  .header-title a {
    max-width: 200px !important;
  }
}



.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animation-delay-1 {
  -webkit-animation-delay: .1s !important;
  -moz-animation-delay: .1s !important;
  -ms-animation-delay: .1s !important;
  -o-animation-delay: .1s !important;
  animation-delay: 0.1s !important
}


.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  -moz-animation-delay: .3s !important;
  -ms-animation-delay: .3s !important;
  -o-animation-delay: .3s !important;
  animation-delay: 0.3s !important
}


.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  -moz-animation-delay: .6s !important;
  -ms-animation-delay: .6s !important;
  -o-animation-delay: .6s !important;
  animation-delay: 0.6s !important
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@media only screen and (min-width: 1170px) {
    body .header__container {
        width: 100%;
        max-width: 1280px !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding: 17px 0;
  text-align: center;
  border-top: solid 1px #444444;
}

.footer__container{
  margin:0 auto;
}
.footer {
  padding-left: 8px;
  padding-right: 8px;
}
.footer__copyright{
  line-height:1;
}

.footer .text1 a{
  line-height:1.6;
}

.footer .text1 p,
.footer .text2 p{
  padding-top:5px;
}

.footer p,
.footer .text1,
.footer .text2{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  margin-bottom:0;
  font-size:14px;
  line-height:1;
  padding: 0;
  line-height: 100%;
}

.footer a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-header {
  background-color: #fff;
  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: 20px 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-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: clamp(1.4rem, 6vw, 1.8rem);
}
.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 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 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:#fff;
  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%/3);
  }
  .blog-sidebar{
    padding-top:3rem;
  }
}

a.blog-index__post-image.blog-index__post-image--large {
    padding: 0;
}

a.blog-index__post-image.blog-index__post-image--large img {
    width: 100%;
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

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


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;
}
.comment-date {
  display: block !important;
}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.blog-pagination {
  margin-top: 20px !important;
}
@media(max-width:767px){
  .blog-recent-posts__post,
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .blog-recent-posts__list {
    display: block;
  }
  .post-item .page-center {
    display: block;
  }
}
@media(max-width:569px){
  .content-wrapper {
    padding: 0 15px;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 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;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Helvetica Neue,Helvetica,Arial,sans-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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}
.systems-page p.header {
    background: transparent !important;
}

.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  border-style: solid;
  padding: 10px;
}

.systems-page input.hs-button.primary.large {
  margin: 15px 0;
}
@media(min-width:768px){
  .systems-page form {
    max-width: 500px;
  }
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }

  .systems-page h2 {
    font-size: 21px;
  }
}

:root {
    --primary-dark: #2b364d;
    --primary-blue: #2f6e89;
    --accent-blue: #80c8f7;
    --text-dark: #000;
    --text-light: #666;
    --bg-light: #f5f5f5;
    --bg-white: #fff;
    --bg-gradient: linear-gradient(90deg, #fff, #ecf2fc);
    --shadow-light: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);
    --padding-small: 20px;
    --padding-medium: 40px;
    --padding-large: 65px;
    --padding-xl: 80px;
    --padding-section: 90px 20px;
    --gap-small: 30px;
    --gap-medium: 40px;
    --gap-large: 50px;
    --gap-xl: 100px;
  }


  .cta-new-btn {
	padding: 15px 50px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 8px;
	display: inline-block;
	text-decoration: none !important;
	color: rgba(255,255,255,1.0);
	background-color: rgba(0,112,140,1.0);
	transition: 0.3s ease all;
}
 .cta-new-btn.dark-blue {
	background-color: #2e3f5e;
}
 .cta-new-btn:hover,  .cta-new-btn:focus {
	color: #fff;
	background-color: rgba(0,112,140,0.8);
}
 .cta-new-btn.dark-blue:hover, .cta-new-btn.dark-blue:focus {
	background-color: rgba(46,63,94,0.8);
}