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











































/* Responsive Grid */

.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 1px;
	*margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .span12 {
	width: 100%;
}
.row-fluid .span11 {
	width: 91.66%;
}
.row-fluid .span10 {
	width: 83.33%;
}
.row-fluid .span9 {
	width: 75%;
}
.row-fluid .span8 {
	width: 66.66%;
}
.row-fluid .span7 {
	width: 58.33%;
}
.row-fluid .span6 {
	width: 50%;
}
.row-fluid .span5 {
	width: 41.66%;
}
.row-fluid .span4 {
	width: 33.33%;
}
.row-fluid .span3 {
	width: 25%;
}
.row-fluid .span2 {
	width: 16.66%;
}
.row-fluid .span1 {
	width: 8.33%;
}
.container-fluid {
	*zoom: 1;
}
.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}
.container-fluid:after {
	clear: both;
}
@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}
	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}
.dnd-section>.row-fluid .dnd-column, .dnd-section>.row-fluid>[class*="span"].dnd-module {
	padding-left: 20px;
	padding-right: 20px;
}
.dnd-section>.row-fluid {
	padding-left: 40px;
	padding-right: 40px;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid>.dnd-column.span12, .dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-module {
	padding-left: 0px;
	padding-right: 0px;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid, .dnd-section[class*="force-full-width-section"]>.row-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 767px) {
	.dnd-section>.row-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (min-width: 768px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .span12 {
		width: 100%;
	}
	.row-fluid .span11 {
		width: 91.66%;
	}
	.row-fluid .span10 {
		width: 83.33%;
	}
	.row-fluid .span9 {
		width: 75%;
	}
	.row-fluid .span8 {
		width: 66.66%;
	}
	.row-fluid .span7 {
		width: 58.33%;
	}
	.row-fluid .span6 {
		width: 50%;
	}
	.row-fluid .span5 {
		width: 41.66%;
	}
	.row-fluid .span4 {
		width: 33.33%;
	}
	.row-fluid .span3 {
		width: 25%;
	}
	.row-fluid .span2 {
		width: 16.66%;
	}
	.row-fluid .span1 {
		width: 8.33%;
	}
}
/* Clearfix */

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* Visibilty Classes */

.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.hidden {
	display: none;
	visibility: hidden;
}
/* Responsive Visibilty Classes */

.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1139px) {
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
}
/* ******************************************************************************
*********************************************************************************
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: 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 0px;
}
.item-with-image__inner-content small{padding: 6px 0 3px;}
.banner-area .dnd-section {
  padding: 0;
}
.span5.widget-span.widget-type-cell.cell_1640245047782-vertical-alignment.dnd-column.topParent {
    height: 25vh;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 10% !important;
    min-height: 700px;
}
.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: 991px) {
  .service-page .middle-section .dnd-module, .service-page .middle-section .dnd-column, .integration-page .middle-section .dnd-module, .integration-page .middle-section .dnd-column, .website-page .bottom-section .dnd-module, .website-page .bottom-section .dnd-column, .website-page .top-section .dnd-module, .website-page .top-section .dnd-column
   div#hs_cos_wrapper_widget_1639736359264 {margin-top:20px;}
  
.row-fluid-wrapper.row-depth-1.row-number-27.dnd-section.dnd_area-row-8-padding.dnd_area-row-8-vertical-alignment.heighLavel > .row-fluid {
    display: block !important;
}
.row-fluid-wrapper.row-depth-1.row-number-27.dnd-section.dnd_area-row-8-padding.dnd_area-row-8-vertical-alignment.heighLavel .dnd-column {
    width: 100%;
    display: block;
}
  
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  }
  /* body .dnd_area-row-0-padding{padding-top:0 !important;padding-bottom: 0 !important;}   */
  body .dnd_area-row-4-padding{padding-bottom:18px !important;padding-top:0 !important;}
  /*   body .dnd_area-row-2-padding, body .dnd_area-row-3-padding{padding:0 20px !important;} */
  body  .dnd_area-row-5-padding,body .dnd_area-row-6-padding{padding-bottom:18px !important;padding-top:20px !important;}
/*   body .DND_banner-row-0-background-image.DND_banner-row-0-padding{padding-bottom: 112px !important;padding-top: 80px !important;}  */

  /*   div#hs_cos_wrapper_widget_1639559658952{display:none !important}
  div#hs_cos_wrapper_widget_1639559658952 {display: none !important;}
  div#hs_cos_wrapper_widget_1639559737135 {display: none;}
  div#hs_cos_wrapper_widget_1639560266046 {display: none;} */
  .container-fluid.body-container.bottom-section .row-fluid-wrapper.row-depth-1.row-number-5.dnd-section.dnd_area_bottom-row-1-padding.dnd_area_bottom-row-1-vertical-alignment {padding: 0 !important;}
  /*   .home-page .bottom-section .span4.dnd-column:first-child{padding-right: 10px !important; }
  .home-page .bottom-section .span4.dnd-column:nth-of-type(2){padding-left: 10px !important; } */
  /*   .container-fluid.body-container.top-section {display: none;} */
/*   main.body-container-wrapper.service-page .dnd_area-row-1-vertical-alignment.dnd-section {padding-top: 0 !important; padding-bottom: 0 !important; } */
/*   .container-fluid.body-container.bottom-section.newWpPage .dnd_area_bottom-row-1-padding {padding-top: 20px !important;padding-bottom:40px !important;} */
  main.body-container-wrapper.website-page .row-fluid-wrapper.row-depth-1.row-number-29.dnd-section {padding: 0 !important;}
  main.body-container-wrapper.integration-page.integration-pageWp .dnd_area-row-0-padding {  padding-top: 40px !important;}
  /*   .container-fluid.banner-area .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.DND_banner-row-0-padding {padding-top: 20px !important;padding-bottom: 40px !important;} */
  main.body-container-wrapper.service-page .container-fluid.body-container.top-section {display: block !important;}
  main.body-container-wrapper.website-page .dnd_area-row-2-padding, main.body-container-wrapper.website-page.dnd_area-row-3-padding {padding: 0 0 !important;  }
  .container-fluid.banner-area .span12.widget-span.widget-type-cell.cell_1639645345969-padding.dnd-column{padding-top: 20px !important;padding-bottom: 10px !important;}
  .home-page .container-fluid.body-container.top-section {display: block !important; padding:20px 0}
}
@media (max-width: 480px) {
  .dnd-section{padding-bottom: 30px !important;padding-top: 30px !important;}
  .home-page .container-fluid.body-container.top-section {display: block !important; padding:0 0}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
}

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

p {
  margin: 10px 0;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  text-decoration: none;
  transition: all 200ms ease;  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight:400;
  transition: all 0.15s linear;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

h1 {
  font-size: 30px;
  line-height: 1;
  margin: 10px 0;

}

h2 {
  font-size: 25px;
  line-height: 1.1;
  margin: 10px 0;
}

h3 {
  font-size: 23px;
  line-height: 1.1;
  margin: 10px 0;
  text-transform: uppercase;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.2;
  margin: 10px 0;
}

h5 {
  font-size: 19px;
  margin: 10px 0;
  line-height: 1.1;
  text-transform: uppercase;
}

h5 a{
  font-family:inherit;
  font-weight:400;
}

h5 i {
  line-height: 1.3;
  font-style:normal;
  text-transform:none;
}


h6 {
  font-size: 17px;
  line-height: 1.7;
  text-align:center;
  margin: 10px 0;
}

.body-container-wrapper h6{
  text-align:center;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 20px 0;
  line-height: 1.4;
  padding-left: 20px;
}

ul>li {
  margin-bottom: 5px;
}


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

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

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

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

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

blockquote:before {
  top: 0;
  position: absolute;
  left: 0;
  color: #f79431;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f10d";
}

blockquote {
  position: relative;
  margin: 0;
  padding: 0px 25px;
}

blockquote:after {
  bottom: 0;
  position: absolute;
  right: 0;
  color: #f79431;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f10e";
}

figure {
  margin: 0;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height:2px;
  border: none;
}

iframe {
  width: 100%;
}


/* 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;
}
big {
  font-size: 20px;
  font-style: italic;
}
:focus {
  outline: auto;
  outline-color: green;
}

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

@media (min-width: 768px){
  p {
    margin: 20px 0;
  }
  h1 {
    margin: 20px 0;
  }
  h2 , h3 , h4 , h5 , h6 , blockquote {
    margin: 20px 0;
  }
}



@media(max-width:767px){
  ul, ol {
    margin: 10px 0;
  }
}

.footer__container ,  .header__container ,   .content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width:768px){
  .footer__container ,  .header__container ,   .content-wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

a.hs-button{
  display:inline-block;
  border-width:1px;
}

form a.hs-button {
    margin: 18px 0;
}

.vertical-form {
    width: 100%;
    top: 0;
    border-radius: 12px;
    background: #fff;
    padding: 0 43px 43px 43px !important;
    box-shadow: 0 12px 70px rgb(0 0 0 / 21%);
    z-index: 999;
}

.hs-button {
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  font-family: inherit;
  margin: 10px 0 0;
  display: block;
  font-size: 16px;
  line-height: 1;
  outline:none;
  text-transform: uppercase;
  white-space: normal !important;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.hs-form .hs-form-field.hs-fieldtype-textarea>label {
  margin-bottom: 10px;
  float: none;
}

.hs-form textarea {
  height: 150px;
  border: solid 1px #272727;
  background-color: #fff;
  padding: 10px;
}

.hs-form-required {
  color: #272727;
}

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

.hs-form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline;
  width: 100%!important;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 10px 40px 10px 10px;
  border: solid 1px;
}

.hs-form .hs-form-field>label {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

h3.form-title {
  font-size: 21px;
}

.hs-form .input {
  overflow: hidden;
}

.hs-form select:hover {
    cursor: pointer;
}

form .hs-error-msgs label {
  display: inline-block;
  max-width: 100%;
  color: #f79431;
  margin-bottom: 5px;
}

.hs-input , .password-page input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  border: 1px solid rgba(39,39,39,1.0);
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    color: #272727;
  background:transparent;
  -webkit-transition: border-color ease-in-out .15s,-webkit-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;
  border-left: none;
  border-top: none;
  border-right: none;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-fieldtype-select>label {
    display: 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);
}

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

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

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
}

ul.hs-error-msgs {
  padding-left: 0;
  font-size: 13px;
  line-height: 1;
  margin: 10px 0 5px;
  color: #f79431;
}

.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  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;
}
.hs-form-field,
.hs-form .hs-form-field {
  margin-bottom: 20px;
}

.hs-fieldtype-select {
  position: relative;
}

.hs-fieldtype-select::after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 13px;
  position: absolute;
  top: 13px;
  right: 20px;
}

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

.hs-form-required {
  font-weight:400;
}

.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(max-width:767px){

  .hs-form .input {
    overflow: initial;
  }

  .hs-form .hs-form-field>label{
    margin-bottom:5px;
    margin-right: 0;
  }

  h3.form-title{
    font-size:23px;
  }

  .hs-fieldtype-select>label {
    margin: 0 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

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

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* BANNER MODULE */
.banner-wrap {
  display: flex;
  margin-bottom:81px;
  position:relative;
  margin-top: -200px;
  padding-top: 200px;
}

.banner-wrap .slant {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-6deg);
  border-bottom: solid 30px;
}

.banner-wrap .content {
  margin-bottom: 40px;
}

.banner-wrap a.hs-button {
  color: #f79431;
  background-color: #fff;
  border-color: #fff;
}

.banner-wrap a.hs-button {
  border-width: 1px;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
}

.banner-wrap .image>div {
  margin-bottom: -100px;
}

.banner-wrap .content-wrapper {
  position: relative;
  color:#fff;
  padding-top: 7px;
  width: 100%;
}

.banner-wrap .content-wrapper>div {
  padding-left: 20px;
  width: 50%;
  padding-right: 20px;
  float: left;
}

.banner-wrap h4 {
  color: #fff;
}

.banner-wrap p {
  font-size: 20px;
}

.span5.widget-span.widget-type-cell.cell_1640245047782-vertical-alignment.dnd-column.topParent { height: 25vh; overflow: auto; position: -webkit-sticky; position: sticky; top: 17%; min-height: 700px; }



@media(max-width:1200px){
  .banner-wrap .content-wrapper {
    padding-top: 12px;
  }
}
@media(max-width:991px){

  .banner-wrap .content-wrapper>div {
    width: 100%;
  }

  .banner-wrap .content {
    margin-bottom: 0;
  }
  .span5.widget-span.widget-type-cell.cell_1640245047782-vertical-alignment.dnd-column.topParent {height: auto !important;position: -webkit-sticky;position: inherit !important;min-height: auto;}

}


@media(max-width:991px){

  .banner-wrap .content-wrapper {
    padding-top: 7px;
  }

}


@media(max-width:767px){

  .banner-wrap .content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top:10px;
  }

  .banner-wrap a.hs-button {
    margin-bottom:10px;
  }
  .banner-wrap .image {
    margin-top:10px !important;
  }
 .dnd-section>.row-fluid>[class*="span"].dnd-module{padding-left:0;padding-right:0;}
}
/* FEATURED SECTION MODULE */
.featured-section {
  margin: 110px 0;
  position: relative;
}
.featured-section *{
  color:#fff;
}

.featured-section.no-slant .slant {
  border-top: 0px !important;
}

.featured-section blockquote {
  margin:20px 0px;
}

.featured-section .three-column {
  text-align: center;
}

.featured-section h1{
  font-size: 70px;
  line-height: 1.7;
  margin: 0;
}

.featured-section .three-column p{
  font-size:18px;
  margin:0;
}

.featured-section .item4 {
  width: 33.33333333%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  margin-bottom:40px;
}

.featured-section blockquote:before {
  color: #fff;
}

.featured-section blockquote:after {
  color: #fff;
}

.featured-section .slant {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-6deg);
}

.featured-section.top .top-slant {
  border-bottom: solid 30px;
}

.featured-section.top .slant {
  border-top: solid 30px;
}

.featured-section.bottom .slant {
  border-bottom: solid 30px;
}

.featured-section .title{
  padding:0px 20px 40px;
}

.featured-section .inner {
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}

.featured-section .item {
  padding: 0px 20px;
}


.featured-section .item4:last-child{
  margin-bottom:0;  
}

.featured-section .top-slant {
  background-color: #fff;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  z-index: 5;
  clip-path: polygon(0 41%,100% 0%,100% 100%,0% 100%);
}

.featured-section.no-slant .inner {
  padding-top: 190px;
}

@media(max-width:991px){

  .featured-section .item4 {
    width:100%;
  }

}

@media(max-width:767px){

  .featured-section .inner {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .featured-section blockquote {
    margin: 0;
  }

  .featured-section .item {
    padding: 0;
  }

  .featured-section h1{
    font-size: 40px;
  }

  .featured-section .title{
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-section .item4 {
    padding: 0;
    margin-bottom:20px;
  }

}

/* TESTIMONIAL MODULE */
.testimonials .content {
  width: 33.33333333%;
  padding: 0px 20px;
  margin-bottom: 40px;
  float: left;
}

.testimonials  .mejs__controls {
  background: #222 !important;
}

.testimonials .youtube {
  padding-bottom: 56.25%;
  position: relative;
}

.testimonials .mejs-container{
  max-width: 100%;
}

.testimonials .mejs-poster.mejs-layer {
  max-width: 100%;
  height: 100% !important;
}

.testimonials .mejs-overlay.mejs-layer.mejs-overlay-play {
  max-width: 100%;
  height: 100% !important;
}
.testimonials video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

.testimonials .wp-video {
  max-width: 100%;
}

.testimonials .mejs__layers>div {
  max-width: 100% !important;
}

.testimonials .mejs__container {
  max-width: 100%;
  height: auto !important;
}

.testimonials .youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.testimonials .media {
  width: 66.66666667%;
  float: left;
  padding: 0px 20px;
}

.testimonials .content blockquote {
  padding: 0;
}

.testimonials .content blockquote:before {
  left: -30px;
  color: #e2e2e2;
}

.testimonials .content blockquote:after {
  right: -20px;
  color: #e2e2e2;
}

@media(max-width:767px){

  .testimonials {
    padding: 40px 0 !important;
  }

  .testimonials .content {
    width: 100%;
    padding: 0;
    margin-bottom:10px;
  }

  .testimonials .media {
    width: 100%;
    padding: 0;
  }

  .testimonials .content blockquote {
    margin: 0px 25px;
  }

  .testimonials .media .image p {
    margin-top: 0;
    margin-bottom: 20px;
  }

}

/* SOCIAL ICONS */
.social-icons  {
  margin: 10px 0;
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
  font-size: 16px;
  line-height: 1.4;
}

.social-icons  > li {
  margin-bottom: 5px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.social-icons > li:last-child {
  padding-right: 5px;
}
.social-icons  > li > a {
  padding: 4px 0;
  width: 30px;
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.social-icons > li > a i {
  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;
}

@media (min-width: 768px){
  .social-icons {
    margin: 20px 0;
  }

}

/* CONTENT WITH IMAGE MODULE */
.column-with-img .content {
  width: 50%;
  padding: 0px 20px;
  float: left;
}

.column-with-img.overlay .image {
  width: 58.33333333%;
}

.column-with-img.overlay .content {
  width: 41.66666667%;
}

.column-with-img  a.hs-button {
  display: inline-block;
  margin-bottom: 20px;
}

.column-with-img .image {
  width: 50%;
  padding: 0px 20px;
  float: right;
  margin-bottom:40px;
}

.column-with-img .image img {
  margin:0px auto;
  display: block;
}

.column-with-img.left .content {
  float: right;
}

.column-with-img.left .image {
  float: left;
}

@media(max-width:1199px){

  .column-with-img.overlay {
    background-size: 400px auto;
  }
}
@media(max-width:991px){

  .column-with-img.overlay {
    background-size: 350px auto;
    background-position: 40% 0;
  }
}
@media(max-width:767px){

  .column-with-img.left .content {
    float: left;
  }


  .column-with-img.overlay {
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: right top;

  }

  .column-with-img  a.hs-button {
    margin-bottom: 10px;
  }

  .column-with-img .image {
    margin-bottom: 10px;
    width:100% !important;
  }

  .column-with-img.overlay>div {
    padding: 0 !important;
  }

  .column-with-img.overlay {
    padding-top: 20px;
  }

  .column-with-img .content {
    width:100% !important;
  }

  .column-with-img.left .image {
    float: right;
  }
   
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.banner-section .widget-type-rich_text  h1 {
  text-shadow: 6.128px 5.142px 6px rgba(0,0,0,.25);
}

.banner-section.career-page .widget-type-rich_text  p {
  text-shadow: 6.128px 5.142px 6px rgba(0,0,0,.25);
}

main.listing .vacancy-wrapper{
  width: 75%;
  float: left;
}

.home-page .bottom-section .widget-type-rich_text blockquote {
  background-color: #f79431;
  padding: 40px;
  margin: 0;
}
.home-page .news-section .widget-type-rich_text blockquote {
  background-color: #f79431;
  padding: 40px;
  margin: 0;
}


.website-page .hs_cos_gallery_main p{
  text-align:center;
}

.home-page .bottom-section blockquote:after,
.home-page .bottom-section blockquote:before {
  display: none;
}

.sidebar.career-page {
  width: 25%;
  float: left;
  padding: 0px 20px;
}

.support-section {
  padding: 40px 0;
}

.support-inner {
  width: 50%;
  float: left;
}

main.career-page.listing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.community-section {
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.community-inner {
  width: 50%;
  float: left;
}

main.career-page {
  padding: 7px 0 40px;
}

.warehouse-wrap {
  background-color: #f0f0f0;
  padding: 40px 0;
  margin:40px 0;
}

.warehouse-inner {
  width: 50%;
  float: left;
  padding:0 20px;
}

.warehouse-inner.right{
  padding:0px;
}

.service-page .form-section>.title {
  width: 40%;
  background-color: #f79431;
  display: flex;
  align-items:center;
}

.banner-section a.hs-button {
  color: #f79431;
  background-color: #fff;
  border-color: #fff;
  margin-top:0;
}

.service-page .form-section>.title>div{
  width:100%;
}

.service-page .form-section>.form {
  width: 60%;
  background-color: #f2f2f3;
}

.service-page .form-section {
  width: 100%;
  display:flex;
}

.body-container-wrapper .widget-type-rich_text h6:before {
  content: "";
  display: block;
  margin: 0px auto 20px;
  height: 5px;
  width: 80px;
  max-width: 100%;
  background-color: #f79431;
}

.website-page a {
  word-break: break-word;
}

.body-container-wrapper a.hs-button {
  margin: 0;
  border-width: 1px;
}

/* ****************gallery slider style *********** */
.website-page .hs_cos_gallery_main:before {
  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;
  content: "\f10d";
  color: #337ab7;
  font-size: 43px;
  margin: 20px auto;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  text-align: center;
}


.hs_cos_gallery_main .slick-arrow {
  display: none !important;
}

.hs_cos_gallery_main .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  border-color: #272727;
}

.hs_cos_gallery_main .slick-dots li button {
  display: none !important;
}

.hs_cos_gallery_main p{
  text-align:left;
}


.hs_cos_gallery_main p:last-child{
  margin-bottom:0;
}

.hs_cos_gallery_main .slick-dots li.slick-active {
  background-color: #272727;
  width: 12px;
  height: 12px;
  margin-bottom: 0px;
}

.hs_cos_gallery_main .slick-dots {
  font-size: 16px;
  line-height: 1.4;
}

.hs_cos_gallery_main .caption.below {
  text-align: center !important;
}

.hs_cos_gallery_main.slick-slider {
  margin-bottom: 40px !important;
  padding:0px !important;
}

@media(max-width:1199px){

  main.career-page {
    padding: 12px 0 40px;
  }

}
/* ****************gallery slider end  *********** */

@media(max-width:991px){

  .service-page .middle-section .dnd-module,
  .service-page .middle-section .dnd-column,
  .integration-page .middle-section .dnd-module,
  .integration-page .middle-section .dnd-column,
  .website-page .bottom-section .dnd-module,
  .website-page .bottom-section .dnd-column,
  .website-page .top-section .dnd-module,
  .website-page .top-section .dnd-column {
    width: 100% !important;
  }

  .service-page .middle-section .row-fluid,
  .integration-page .middle-section .row-fluid,
  .website-page .bottom-section .row-fluid,
  .website-page .top-section .row-fluid {
    flex-wrap:wrap;
  }

  .support-inner {
    width:100%;
  }

  .service-page .form-section {
    flex-direction: column;
  }

  .service-page .form-section>.title {
    width: 100%;
  }

  .warehouse-inner {
    width: 100%;
    padding:0;
  }

  main.career-page {
    padding: 7px 0 40px;
  }

  .service-page .form-section>.form {
    width: 100%;
  }

  .community-inner {
    width: 100% !important;
  }

}


@media(max-width:767px){

  .home-page .bottom-section .dnd-column {
    width: 50% !important;
    float:left;
  }

  .home-page .bottom-section .row-fluid {
    flex-wrap: wrap;
  }

  .hs_cos_gallery_main.slick-slider {
    margin-bottom: 0px !important;
  }

  .hs_cos_gallery_main .slick-dots {
    display: none !important;
  }

  main.listing .vacancy-wrapper{
    width:100%;
  }

  .sidebar.career-page {
    width:100%;
    padding: 0px;
  }

  .support-section {
    padding: 20px 0;
  }

  .website-page .hs_cos_gallery_main:before {
    font-size: 25px;
    margin: 10px 0;
  }

  .warehouse-wrap {
    padding: 20px 0;
    margin: 20px 0;
  }

  main.career-page {
    padding:20px 0;
  }

  main.career-page.listing {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .community-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-container-wrapper .widget-type-rich_text h6:before {
    margin: 0px auto 10px;
  }
   body .simple-cta-section.simple-cta-section--dnd_area-module-10.row-fluid-wrapper{ margin-top:0!important; }
   
}
.header__container { 
  max-width: 1200px;
  margin: 0 auto;
}

.header-group {
  position: fixed;
  width: 100%;
  z-index: 25;
  padding: 10px 0;
  font-size:16px;
}

.header__container {
  max-width: 100% !important;
}

.header__container:before,.header__container:after {
  display: block;
  clear: both;
  content: "";
}

.header__container-inner:before,.header__container-inner:after {
  display: block;
  clear: both;
  content: "";
}

.header__container-wrap {
  position: relative;
  min-height: 1px;
  padding-left:0px;
  padding-right:0px;
}


.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 3px 0 0;
  float: right;
  display: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  outline:0;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.menu-toggle .icon-bar {
  display: block;
  background-color: #272727;
  height: 6px;
  width: 30px;
  margin: 3px 0;
}

.mobile-menu-close {
  color: #272727;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  font-size: 30px;
}

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

.mobile-header-logo {
  width: 180px;
  margin-top: 10px;
}



.mobile-header-logo img {
  vertical-align: middle;
  display: block;
  width: auto\9;
  height: auto;
  width:220px !important;
  max-width: 100%;
}

.header-nav {
  display: block;
  background-color: #fff;
}

.header-utility {
  margin: 0 0 10px;
  padding: 10px 20px 0;
}



.header-utility ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  text-align: center;
}

.header-utility ul > li {
  display: inline;
  margin-bottom: 10px;
  margin-bottom: 5px;
}


.header-utility ul > li > a {
  color: #424b4f;
  padding: 0 20px;
  margin: 10px 0;
  font-size: 15px;
  display: inline-block;
}

.header-utility ul > li > a {
  border-left: solid 1px #424b4f;
}

.header-utility ul > li > a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.header-utility ul > li:last-child > a {
  padding: 0 20px;
}

.header-logo {
  display: none;
}

.header-logo img {
  vertical-align: middle;
  display: block;
  width: auto\9;
  width: 220px !important;
  height: auto;
  max-width: 100%;
}

.header-request-demo {
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0;
  text-align: center;
}




.search-popup-open {
  color: #000;
  padding: 12px 5px;
  margin-top: 0;
  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;
  cursor: pointer;
}


.search-popup-open:before {
  content: "\f002";
}

.header-request-demo.mobile-demo {
  display: none;
}

.header_menu {
  display: inline-block;
}

.header_menu {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.header_menu .hs-menu-wrapper >ul > li {
  margin-bottom: 5px;
  background-image: none;
  padding: 0;
  margin: 0;
}


.header_menu .hs-menu-wrapper >ul > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #424b4f;
}



.header_menu .hs-menu-wrapper >ul > li > ul > li {
  background-image: none;
  padding: 0;
  margin: 0;
}

.header_menu .hs-menu-wrapper >ul > li > ul > li > a {
  color: #272727;
  display: block;
  font-weight: 400;
  padding: 10px 40px;
  text-align: left;
  font-size: 14px;
}

.header_menu .hs-menu-wrapper > ul {
  display: block;
  margin: 0;
  padding: 0;
}

.sub-menu-toggle {
  float: right;
  padding: 10px 20px 10px 40px;
  margin: -10px -20px;
  line-height: 1.4;
}


.sub-menu-toggle:after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 10px;
}

.header-spacer {
  content: "";
  display: block;
  width: 100%;
  min-height:109px;
}

.search-popup-form-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 31;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  display:none;
}
.search-open .search-popup-form-wrapper {
  display: block;
}

.search-popup-form-wrapper form {
  width: 90%;
}
.search-popup-form-wrapper form  .hs-search-field__input::placeholder {
  color: #999;
  opacity: 1;
}

.search-popup-form-wrapper form i:before {
  content: "\f00d";
}
.search-popup-form-wrapper form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  padding-left: 20px;
  padding-right: 20px;
}

.search-popup-form-wrapper form .hs-search-field__input {
  margin: 0;
  font: inherit;
  font-family: inherit;
  color: #555;
  -webkit-transition: border-color ease-in-out .15s,-webkit-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;
  width: 100%!important;
  background-color: transparent;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  display: table-cell;
  border: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  padding: 8px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline:0;
}

.search-popup-form-wrapper form .input-group-addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}

.search-popup-form-wrapper form .input-group-addon .btn.btn-submit {
  font-family: inherit;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  color: #fff;
  background-color: #f79431;
  border-color: #f79431;
  font-size: 13px;
  padding: 15px 25px;
}


.search-popup-form-wrapper .search-popup-close {
  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;
  cursor: pointer;
}

.search-popup-form-wrapper form .input-group-addon .btn.btn-submit i:before {
  content: "\f002";
}

.search-popup-form-wrapper form .input-group-addon .btn.btn-submit i {
  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;
}

.search-popup-form-wrapper .search-popup-close {
  margin-left: .3em;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 28px;
  right: 15px;
  font-size:16px;
  padding: 7px;
}




.search-popup-form-wrapper .search-popup-close:before {
  content: "\f00d";
}

.search-popup-form-wrapper .content-wrapper:before,.search-popup-form-wrapper .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.search-popup-form-wrapper {
  width: 0;
  display: block;
  transition: 0.2s;
  overflow: hidden;
}

.search-open .search-popup-form-wrapper {
  width: 100%;
}

.search-popup-form-wrapper .hs-search-field {
  position: static;
}

.lp-header .header-utility {
  min-height: 41px;
}

.sitewide-notification {
  background-color: rgb(247, 148, 49);
  color: rgb(255, 255, 255);
  margin-top: -10px;
  padding: 10px;
  display: block;
}

.sitewide-notification h3 {
  text-align: center;
  margin: 0px;
  font-size: 23px;
}

.sitewide-notification h3 a {
  color: #fff;
  font-family: inherit;
}
.search-popup-form-wrapper .hs-search-field--open .hs-search-field__suggestions {
  width: 89%;
}
.search-popup-form-wrapper .hs-search-field__suggestions li {
  padding: 4px 12px;
}

.search-popup-form-wrapper .hs-search-field__suggestions li a:hover {
  background-color: #fff !important;
}

.header.header-group.header-new-group.fixed {
  top: 0;
}



@media (min-width: 768px){

  .sitewide-notification h3 {
    font-size: 21px;
  }

  .header__container-wrap {
    padding-left:0px;
    padding-right:0px;
    width: 100%;
    float: left;
  }

  .menu-toggle {
    right: 0px;
    padding: 12px 0 0;
  }

  .header-request-demo {
    margin: 20px 0;
  }

  .header_menu {
    margin: 20px 0;
  }

  .header_menu .hs-menu-wrapper >ul > li > a {
    padding: 10px 40px;
  }
  .search-popup-form-wrapper {
    padding: 26px 0;
  }

  .search-popup-form-wrapper .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .search-popup-form-wrapper form {
    width: 100%;
  }
  .search-popup-form-wrapper form .input-group-addon .btn.btn-submit {
    padding: 15px 40px;
  }
  .search-popup-form-wrapper .search-popup-close {
    margin-bottom: 0;
    padding: 12px;
    top: 35px;
  }

}
@media (min-width: 992px){
  .header-nav {
    display: block !important;
  }
  .header_menu .hs-menu-wrapper>ul>li:hover .sub-menu-toggle:after {
    font-family: FontAwesome;
    content: "\f077";
  }
  .header_menu.mobile-menu {
    display: none;
  }
  .mobile_search-popup-form {
    display: none;
  }
  .header-group {
    padding-bottom: 0;
    padding-top: 0;
  }
  .mobile-header-logo {
    display: none;
  }
  .header-nav {
    text-align: right;
    background-color: transparent;
  }
  .header-utility {
    margin: 0 -40px;
    padding: 0 40px;
    background-color: #ddd;
  }
  .header-utility ul {
    text-align: right;
  }
  .header-utility ul > li {
    margin-bottom: 0;
  }
  .header-utility ul > li:first-child > a {
    border-left: none;
  }
  .header-logo {
    display: block;
    float: left;
    width: 190px;
    margin: 11px 0;
  }
  .header-request-demo {
    margin: 10px 0 0 5px;
  }
  .header-request-demo {
    float: right;
  }
  .search-popup-open {
    color: #fff;
    padding: 12px 5px;
    margin-top: 10px;
  }

  .search-popup-open {
    color: #424b4f;
  }

  .header_menu {
    float: right;
    margin: 10px 0 0;
    padding: 0 20px 0 0;
    position: relative;
  }
  .header_menu .hs-menu-wrapper >ul > li {
    float: left;
    position: relative;
  }


  .header_menu .hs-menu-wrapper >ul > li > a {
    padding: 10px 10px 20px;
    text-align: center;
    border-top: transparent;
    white-space: nowrap;
    color: #424b4f;
  }
  .header_menu .hs-menu-wrapper >ul > li > a {
    border-radius: 5px 5px 0 0;
    border-bottom: solid 1px transparent;
    color: #424b4f;
  }
  .header_menu .hs-menu-wrapper >ul > li > ul {
    float: left;
    position: absolute;
    min-width: 100%;
    left: 0;
    z-index: 3;
    background-color: #fff;
    border-radius: 0 5px 5px 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    width: 300px;
    -webkit-box-shadow: 0 10px 29px -10px rgba(51,51,51,.5);
    -moz-box-shadow: 0 10px 29px -10px rgba(51,51,51,.5);
    box-shadow: 0 10px 29px -10px rgba(51,51,51,.5);
  }
  .header_menu .hs-menu-wrapper>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    display: block;
  }
  .header_menu .hs-menu-wrapper >ul > li > ul > li > a {
    color: #272727;
    padding: 10px;
  }
  .header_menu .hs-menu-wrapper >ul > li > ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    display:block;
    min-width: 100%;
  }

  .header_menu .hs-menu-wrapper>ul>li:hover>a {
    background-color: #fff;
    color: #424b4f;
    border-bottom-color: #ccc;
    -webkit-box-shadow: 0 -1px 9px 0 rgba(51,51,51,.4);
    -moz-box-shadow: 0 -1px 9px 0 rgba(51,51,51,.4);
    box-shadow: 0 -1px 9px 0 rgba(51,51,51,.4);
  }
  .sub-menu-toggle {
    float: none;
    padding: 10px 10px 10px 5px;
    margin: -10px -10px -10px 0;
    line-height: 1;
  }
  .sub-menu-toggle:after {
    font-family: FontAwesome;
    content: "\f078";
  }
  .header-spacer {
    min-height: 139px;
  }
  .mobile-menu-close {
    display: none !important;
    font-size: 30px;
  }
  .menu-toggle .fa.fa-times.mobile-menu-close {
    display: none;
  }  
}
@media (min-width: 1200px){
  .header-logo {
    width: 160px;
    margin: 7px 5px 5px 5px;
  }

  .search-popup-open {
    margin-top: 14px;
  }
  .header-request-demo {
    margin: 14px 0 0 10px;
  }

  .header_menu {
    margin: 15px 0 0;
  }

  .header_menu .hs-menu-wrapper >ul > li > a {
    padding: 10px 20px 20px;letter-spacing: -0.01em;
  }


}


@media(max-width:1000px) and (min-width:992px){
  .header_menu {
    padding: 0 0px 0 0;
  }
}

@media(max-width:991px){

  .mobile_search-popup-form .hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
    width: Calc(100% - 40px);
    margin-left: 20px;
    padding-top: 10px;
  }
  .mobile_search-popup-form .hs-search-field--open .hs-search-field__suggestions li {
    margin: 0px 20px 10px;
  }

  .mobile_search-popup-form .hs-search-field--open .hs-search-field__suggestions li a:hover {
    background-color: #fff !important;
  }
  .header_menu.desktop-menu {
    display: none;
  }
  .menu-toggle {
    display: block;
  }

  .mobile-full-width {
    margin-left: -40px;
    margin-right: -40px;
  }

  .header-nav {
    display: none;
    max-height: calc(100vh - 170px) !important;
    background-color: #fff;
    overflow-y: auto;
  }
  .mobile-open .menu-toggle .icon-bar {
    display: none;
  }

  .mobile-open  .mobile-menu-close {
    display: block !important;
    font-size:30px;
  }

  .header-utility ul>li>a {
    border-left: none;
    padding: 0 20px;
  }

  .header-request-demo {
    display: none;
  }

  .search-popup-open {
    display: none;
  }

  .header_menu {
    margin: 0;
  }

  .header-request-demo.mobile-demo {
    display: block;
    margin: 0;
  }
  .header_menu .hs-menu-wrapper>ul>li > ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }


  .mobile_search-popup-form form {
    display: block;
    margin: 30px 20px 20px;
  }

  .mobile_search-popup-form form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }



  .mobile_search-popup-form form .hs-search-field__input {
    margin: 0;
    font: inherit;
    font-family: inherit;
    color: #555;
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
    width: 100% !important;
    background-color: transparent;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: table-cell;
    border: 0;
    border-bottom-right-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #ccc;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    height: 50px;
    padding: 8px 8px 8px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
  }

  .mobile_search-popup-form form .input-group-addon {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
  }

  .mobile_search-popup-form form .input-group-addon .btn.btn-submit {
    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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 10px 25px;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    white-space: normal;
    color: #fff!important;
    background-color: #f79431;
    border-color: #f79431;
    font-size: 14px;
    padding: 17px 25px;
  }

  .mobile_search-popup-form form .input-group-addon .btn.btn-submit i {
    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;
  }

  .mobile_search-popup-form form .input-group-addon .btn.btn-submit i:before {}

  .search-popup-close {
    display: none;
  }

  .mobile_search-popup-form form .input-group-addon .btn.btn-submit i:before {
    content: "\f002";
  }
  .mobile_search-popup-form form .hs-search-field__input::placeholder {
    color: #999;
    opacity: 1;
  }
  .child-open .sub-menu-toggle:after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 10px;
  }
  .header_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }

  .header_menu .hs-menu-wrapper>ul>li>a:focus,
  .header_menu .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: underline;
  }

  .header_menu .hs-menu-wrapper>ul>li.active>a {
    text-decoration: underline;
  }
}
@media(max-width:768px){
  .sitewide-notification {
    margin-bottom: 10px;
  }
}
@media(max-width:767px){
  .header-spacer {
    min-height: 136px;
  }
  .mobile-full-width {
    margin-left: -20px;
    margin-right: -20px;
  }
  .search-popup-form-wrapper form .input-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-header-logo {
    margin-top: 20px;
  }
  .menu-toggle {
    right: -10px;
  }

}

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

.footer__container {
  margin: 0 auto;
}
.bottom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer.footer {
    font-size: 16px;
}
.content-section p {letter-spacing: -0.005em;}
.footer_inner {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-logo-group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}


.footer-legal {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}



.footer_inner:before,.footer_inner:after {
  display: block;
  clear: both;
  content: "";
}

.bottom-footer .footer__container {
  max-width: 100% !important;
}

.footer-logo {
  width: 200px;
  max-width: 100%;
  margin: 10px 0;
}
.footer-logo a img {
  vertical-align: middle;
  display: block;
  width: auto\9;
  height: auto;
  max-width: 100%;
  width: 600px !important;
}

.footer-main-inner {
  background-color: #424b50;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}



.footer-main-inner .footer__container:before,.footer-main-inner:after {
  display: block;
  clear: both;
  content: "";
}

.footer-top-section:before,.footer-top-section:after {
  display: block;
  clear: both;
  content: "";
}

.content-section {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.footer-image-group {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-certs {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.footer-image-group:before,.footer-image-group:after {
  display: block;
  clear: both;
  content: "";
}

.footer-certs img {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
  width: auto\9;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-section h4 {
  color: #fff;
  margin-top: 0;
}

.content-section p {
  color: #fff;
}

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

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

.content-section p a {
  color: #fff;
}

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

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

.content-section-menu {
  width: 58.3333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-section-menu .hs-menu-wrapper>ul {
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  margin-top:0;
}

.content-section-menu .hs-menu-wrapper>ul:after {
  content: '';
  display: block;
  clear: both;
}

.content-section-menu .hs-menu-wrapper>ul>li {
  padding: 0 20px;
  float: left;
  width: 28.5%;
}

.content-section-menu .hs-menu-wrapper>ul>li:last-child {
  width: 42.854%;
}

.content-section-menu .hs-menu-wrapper>ul {
  display: block;
}

.content-section-menu .hs-menu-wrapper>ul:after {
  content: '';
  display: block;
  clear: both
}

.content-section-menu .hs-menu-wrapper>ul>li {
  padding: 0 20px;
  float: left;
  width: 28.573%;
}

.content-section-menu .hs-menu-wrapper>ul>li:last-child {
  width: 42.85400%;
}
.content-section-menu .hs-menu-wrapper>ul>li > a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0;
  padding: 0;
  color: #fff;
}

.content-section-menu .hs-menu-wrapper>ul>li > a {
  margin: 20px 0;
}

.content-section-menu .hs-menu-wrapper>ul>li > a {
  margin-top: 0px !important;
}

.content-section-menu .hs-menu-wrapper>ul>li > ul {
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
  padding-left: 20px;
  padding-left: 0;
  list-style: none;
  display: block;
}



.content-section-menu .hs-menu-wrapper>ul>li > ul > li {
  margin-bottom: 10px;
}

.content-section-menu .hs-menu-wrapper>ul>li > ul > li > a {
  color: #fff;
  padding: 0;
  display: inline;
}

.content-section-menu .hs-menu-wrapper>ul>li > ul > li > a:hover {
  text-decoration: underline;
}

.content-section-menu .hs-menu-wrapper>ul>li {
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .content-section-menu .hs-menu-wrapper>ul>li > ul {
    margin: 20px 0;
  }
  .content-section-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 40px;
  }
  .content-section .hs-menu-wrapper > ul {
    margin: 20px 0;
  }
  .content-section h4 {
    font-size: 30px;
  }
  .footer-certs {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-image-group {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-main-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo {
    margin: 20px 0;
  }
  .footer_inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-legal {
    float: left;
    width: 66.66666667%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
  }
  .footer-logo-group {
    float: left;
    width: 33.33333333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-section {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .content-section {
    width: 33.33333333%;
    float: left;
  }

  .content-section:first-child {
    width: 100%;
    float: none;
  }


}

@media (min-width: 1200px){
  .content-section:first-child {
    float: left;
    width: 41.66666667%;
  }
  .content-section {
    width: 16.66666667%;
    float: left;
  }

  .content-section:last-child {
    width: 25%;
    float: left;
  }
}
@media(max-width:1199px){
  .content-section-menu .hs-menu-wrapper>ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-section-menu {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section-menu .hs-menu-wrapper>ul>li {
    width: 33.33333333%;
    float: left;
  }

  .content-section-menu .hs-menu-wrapper>ul>li:last-child {
    width: 33.33333333%;
  } 
}
@media(max-width:767px){

  .content-section:last-child {
    margin-bottom: 30px;
    margin-top: 0;
  } 

  .content-section-menu .hs-menu-wrapper>ul>li , .content-section-menu .hs-menu-wrapper>ul>li:last-child {
    width: 100%;
    float: none;
    padding: 0;
  }

  .content-section-menu .hs-menu-wrapper>ul {
    margin-left: -10px;
    margin-right: -10px;
  }

  .content-section-menu .hs-menu-wrapper>ul>li>a {
    margin: 10px 0;
  }
  .content-section {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }

}
.content-wrapper {
  margin: 0 auto;
}
.blog-listing-wrap {
  background-color: #FFF;
/*   padding-top: 20px;
  padding-bottom: 20px; */
  position: relative;
}

.hs-blog-post .sitewide-notification,
.hs-blog-listing .sitewide-notification {
    display: none;
}

.comment-date{
display:block !important;
}

.hs-blog-listing, .hs-blog-post {
  background-color: #fff !important;
}

.blog-listing-wrap .content-wrapper:before,.blog-listing-wrap:after {
  display: block;
  color: beige;
  content: "";
}



.blog-sidebar , .author-left {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.post-listing , .author-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}



.blog-listing-inner:before,.blog-listing-inner:after {
  display: block;
  clear: both;
  content: "";
}
.post-listing-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.post-listing-post-row , .author-row {
  margin-left: -10px;
  margin-right: -10px;
}



.post-listing-post-row:before,.post-listing-post-row:after {
  display: block;
  clear: both;
  content: "";
}

.post-listing-post-left , .post-listing-post-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}


.post-listing-post-left p {
  font-size: 16px;
  line-height: 1.7;
}

.post-listing-post-left p img {
  display: block;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.post-listing-post-right p {
  color: #717779;
}

.scrunch-bottom.post-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}

.scrunch-bottom.post-title a {
  color: #272727;
  font-family: lato,sans-serif;
}

.scrunch-top.post-excerpt {
  color: #717779;
  margin-top: 0;
}

.more-link a {
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px;
  font-weight: normal;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  color: #f79431 !important;
  background-color: transparent;
  border-color: #f79431;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: solid 2px #f79431;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  text-decoration: none;
}
.fa-angle-double-left:before {
  content: "\f100";
}

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

.fa-angle-double-right:before {
  content: "\f101";
}
.blog-content-section {
  margin-bottom: 20px;
}
.post-listing-post-right p a {
    display: inline-block;
}

.blog-content-section:first-child h6 {
    font-size: 16px;
    margin: 20px 0;
    text-align: left;
    margin-top: 0;
    line-height: 1.4;
}
.blog-sidebar .blog-content-section p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #717779;
}
.blog-content-section form {
  display: block;
  margin-top: 0em;
}

.blog-content-section form .field {
  margin-bottom: 20px;
}

.blog-content-section  .hs-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-weight: normal;
}
.blog-content-section form input.hs-button.primary.large {
    border-width: 1px;
    border-style: solid;
    display:inline-block;
    border-color: #f79431;
    background-color: #fff;
    color: #F79431;
    border-radius: 3px;
    padding: 10px 20px;
    border-width: 2px;
}
.blog-content-section form input.hs-button.primary.large:hover {
    background-color: #f79431;
    color: #fff;
}
.blog-content-section ul {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
  box-shadow: none !important;
}
.blog-content-section ul > li > a {
  color: rgba(247,148,49,1.0);
}

.popular-post {
  padding: 20px 0;
  border-top: solid 1px #ccc;
}

.blog-content-section h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}


.blog-content-section:last-child ul {
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
  padding-left: 20px;
  list-style: unset;
}

.blog-content-section:last-child ul > li > a {
  font-weight: 400;
  color: #717779;
}

.filter-link-count {
  display: none;
}
.popular-post a {
  color: rgba(247,148,49,1.0) !important;
}
.social-share {
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
  padding-left: 0;
  list-style: none;
  display: inline;
}



.social-share li {
  color: #717779;
  float: left;
}

.social-share li a {
  cursor: pointer;
  margin-bottom: 5px;
  line-height: initial;
  color: #717779;
  margin: 0 5px;
  padding: 0 5px;
  float: left;
  padding: 0 2px;
  width: auto;
}

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

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

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

.atclear {
  clear: both;
}

.blog-post__body-content {
  margin-bottom: 20px;
}

.section.post-footer form {
  border: none !important;
}

.section.post-footer form .actions {
  text-align: center;
}

.blog-post__body-content hr {
  background-color: #CCC;
  border: 0;
  height: 2px;
  margin: 10px 0;
}


.author-section {
  margin-bottom: 20px;
}

.author-row:after, .author-row:before {
  display: block;
  clear: both;
  content: "";
}

.author-left p img {
  display: block;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.bg-sm h5 a{font-weight:400 !important}

.author-right h5 a {
  font-family: 'Lato',sans-serif;
}
.back-arrow-group {
  margin-left: -10px;
  margin-right: -10px;
}



.back-arrow-group:before,.back-arrow-group:after {
  display: block;
  clear: both;
  content: "";
}

.back-arrow {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.hs-blog-post .post-listing hr {
  background-color: #CCC;
  border: 0;
  height: 2px;
  margin: 10px 0;
}
.blog-listing-aspot {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #f79431;
  text-shadow: 6.128px 5.142px 6px rgba(0,0,0,0.25);
  height: 280px;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vmiddle-table {
  display: table;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.vmiddle-cell {
  display: table-cell;
  vertical-align: middle;
}

.caspot-content h1 {
  color: #fff;
}

.caspot-content p {
  color: #fff;
}

.caspot-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-single-aspot {
  background-image: url('//20995814.fs1.hubspotusercontent-na1.net/hubfs/20995814/raw_assets/public/3PL%20Central/3PL_Central_January2021/images/3pl-2020-soi-aspot-2a.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 280px;
    }

.content-container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.blog-post-single-aspot h1 ,.blog-post-single-aspot p {
  color: #272727;
}
.hs-blog-post .post-listing {
  border-right: none;
}

.social-share li  a.addthis_button_google_plusone_share {
  padding: 0 5px;
}
@media (min-width: 768px){
  .content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caspot-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
  }

  .hs-blog-post .post-listing hr {
    margin: 20px 0;
  }
  .back-arrow {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
  }
  .back-arrow-group {
    margin-left: -20px;
    margin-right: -20px;
  }
  .author-right h5 {
    font-size: 24px;
  }

  .author-section {
    margin-bottom: 40px;
  }
  .blog-post__body-content hr {
    margin: 20px 0;
  }
  .social-share {
    margin: 20px 0;
  }
  .blog-post__body-content {
    margin-bottom: 40px;
  }
  .blog-content-section ul {
    margin: 20px 0;
  }

  .blog-content-section h3 {
    font-size: 21px;
  }

  .blog-content-section:last-child ul {
    margin: 20px 0;
  }
  .blog-content-section {
    margin-bottom: 40px;
  }

  .blog-content-section .hs-form label {
    margin-right: 10px;
    margin-bottom: 0;
    display:block;
  }
  .blog-content-section .input {
    overflow: hidden;
  }
  .post-listing-post-row , .author-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .blog-sidebar {
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-listing {
    border-right: solid 1px #ccc;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 75%;
    float: left;
  }

/*   .blog-listing-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  } */
  .post-listing-post-left , .author-left {
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-listing-post-right , .author-right {
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(min-width:992px){
  .blog-post-single-aspot {
    background-size: auto 120%;
  } 
}
@media(max-width:767px){
  .post-listing, .author-right {
    padding: 0;
  }
  .hs-blog-post .post-listing {
    padding: 0;
  }

  .blog-sidebar, .author-left {
    padding: 0;
  }
  
  .blog-content-section:first-child h6 {
    font-size: 17px;
}

  .caspot-content {
    padding: 0;
  }
}
@media(max-width:480px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }

  }
/* ******************************************************************************
*********************************************************************************
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: 25vw;
  font-weight: bold;
    color: #dadada;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
  font-size:50px;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size:16px;
  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;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0px !important;
  outline:0;
}
.systems-page form {
  max-width: 700px;
}

.error-page-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}


.error-page-group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.error-page-group h1 {
  text-align: center;
}

.error-page-group h2 {
  text-align: center;
}

.error-page-group p {
  text-align: center;
}

.error-page-list-left {
  position: relative;
  min-height: 1px;
}

.error-page-list-group {
  margin-left: -10px;
  margin-right: -10px;
}


.search-form-group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}



.error-page-list-group:before, .error-page-list-group:after {
  display: block;
  clear: both;
  content: "";
}

.error-page-group:before,.error-page-group:after {
  display: block;
  content: "";
  clear: both;
}

.error-page-wrap .content-wrapper:before, .error-page-wrap .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.error-page-list-left,  .error-page-list-right ,   .search-form-group{
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.error-page-group h5 {
  text-align: center;
  text-transform: none;
  font-size: 24px;
  line-height: 1.3;
}

.search-form-group form {
  margin: 30px 20px 20px;
}

.search-form-group form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.search-form-group form .hs-search-field__input {
  font-family: inherit;
  margin: 0;
  border: 1px solid #ccc;
  color: #555;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 100%!important;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  float: left;
  display: table-cell;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px #ccc;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  padding: 8px 8px 8px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: 0;
}

.search-form-group form .input-group-addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}

.search-form-group form .input-group-addon button.btn.btn-submit {
  font-family: inherit;
  border: 1px solid transparent;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff!important;
  background-color: #f79431;
  border-color: #f79431;
  font-size: 14px;
  padding: 17px 25px;
}

.search-form-group form .hs-search-field__input::placeholder {
  color: #999;
  opacity: 1;
}
.error-page-list-group ul {
  margin: 10px 0;
  padding-left: 20px;
}




.search-result-page .hs-search-results__title {
  line-height: 1.3;
  font-family: lato,sans-serif;
  font-size: 19px;
  text-decoration: none;
  color: #272727;
}


.search-result-page .hs-search-results__title:hover {
  text-decoration: underline;
  color: #272727;
}



.search-result-page .hs-search-results__next-page {
  color: rgba(247,148,49,1.0) !important;
}

.search-result-page {
  padding-top: 20px;
  padding-bottom: 40px;
}


.search-result-page .systems-page {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media(min-width:768px){
  .search-result-page {
    padding-top: 6px;
    padding-bottom: 70px;
  }

  .search-result-page .hs-search-results__title {
    font-size: 24px;
  }

  .search-result-page h1 {
    font-size: 80px !important;
  }
  .error-page-list-group ul {
    margin: 20px 0;
  }
  .systems-page h1 {
    font-size: 45px;
  }
  .error-page-wrap {
    padding-top: 7px;
    padding-bottom: 40px;
  }
  .search-form-group {
    float: left;
    width: 50%;
    margin-left: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .error-page-group {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-page-list-left {
    float: left;
    width: 25%;
    margin-left: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-page-list-right {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .error-page-list-group {
    margin-left: -20px;
    margin-right: -20px;
  }
}


@media(max-width:767px){
  .error-page-list-left, .error-page-list-right, .search-form-group {
    padding: 0;
  }

  .error-page-group {
    padding: 0;
  }

  .error-page-group h5 {
    font-size: 19px;
    text-transform: none;
  }

  .error-page-list-group {
    margin: 0;
  }
  .search-form-group form {
    margin: 30px 11.5px 20px;
  }
  .search-result-page .systems-page {
    padding: 0;

  }
}