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











































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



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



body {
  font-family: Raleway, serif;
  font-size: 14px;
  color: #484848;
  line-height: 1.8;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom:8px;
  font-family: Raleway, serif;
}

/* Anchor Links */
a {
  color: #e33a40;
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: Raleway, serif;
  color: #333333;
  word-break: break-word;
}

h1 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
}

h2 {
  font-size: 28px;
  line-height: 34px;
}

h3 {
  font-size: 28px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

blockquote {
  font-style: italic;
  color: #848484;
  position: relative;
  border: none;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  line-height: 24px;
}
/* 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;
}

.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}

.hs-search-field__suggestions a {
  padding: 0 10px;
}

.hs-search-field__suggestions li#results-for {
  padding: 10px;
}

img {
  vertical-align: middle;  
  height: auto;
}


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

.banner-section * {
  min-height: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
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;
  border:1px solid;
  padding:5px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin: 15px 0 ;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: Arial;
  
  text-decoration: none;
  white-space:normal;
  border-style: solid;

}

.hs-button:hover, .hs-button:focus {
  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;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-error-msgs {
  padding: 0;

}

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

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

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password]{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 12px 8px 5px;
  margin: 0;
  line-height: 18px;
  border: 1px solid #e3e3e3;
  background-color: #FFF;
  font-size: 13px;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  Font-weight: normal;
  color:#484848;
}

.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}

.hs-input:hover,
.hs-input[type=password]:hover,
.hs-input[type=text]:hover,
.hs-search-field__input[type=text]:hover, 
input[type=password]:hover{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}

.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;
}
h3.form-title {
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

.actions {
  padding: 0;
}

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

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

.field,
.hs-form-field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #484848;
}
.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: Raleway, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 10px;
}

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

.pr-column-section img {
  max-width: 100%;
}

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

.pr-detail-row1 .dnd-section {
  padding-top: 48px;
  padding-bottom: 40px;
}

.pr-detail-row1 h2 {
  margin-top: 30px;
}

.pr-detail-row1 ul {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 20px;
}

.pr-detail-row2 .dnd-section {
  padding-bottom: 0;
}

.pr-detail-row3 .dnd-section {
  padding: 0;
  padding-top: 20px;
}

.pr-detail-row4 {
  padding-top: 55px;
}

.pr-detail-row4 .row-fluid {
  padding: 0;
}

.pr-detail-row3 hr {
  color: #e6e6e6;
  background-color: #e6e6e6;
  margin-top: 0;
  margin-bottom: 0;
}

.body-wrapper.Whirlwind .pr-detail-row3 {
  padding-top: 7px;
}

.body-wrapper.Whirlwind .videos-section {
  padding-bottom: 55px;
}

.body-wrapper.Whirlwind1 .pr-detail-row1 ul {
  list-style: disc;
  padding-bottom: 7px;
}

.body-wrapper.Whirlwind1 .videos-section {
  padding-bottom: 55px;
}

.body-wrapper.Whirlwind1 .pr-detail-row4 {
  padding-top: 0;
}

.body-wrapper.Whirlwind1 .pr-detail-row3 {
  padding-bottom: 74px;
}

.body-wrapper.Elgin.Eagle .pr-detail-row2 .dnd-section {
  padding-top: 41px;
  padding-bottom: 75px;
}

.body-wrapper.Elgin.Eagle .videos-section {
  margin-top: 30px !important;
  border-bottom: 1px solid #e6e6e6;
}

.body-wrapper.Elgin.Eagle .pr-detail-row4 {
  padding-top: 0;
}

.body-wrapper.Pelican .pr-detail-row2 .dnd-section {
  padding-top: 41px;
  padding-bottom: 75px;
}

.body-wrapper.Pelican .tabber-section .col-sm-4 img+img {
  margin-top: 10px;
}

.body-wrapper.Pelican .videos-section span {
  display: block;
  min-height: 50px;
}

.body-wrapper.Broom.Bear .pr-detail-row2 .dnd-section {
  padding-top: 40px;
  padding-bottom: 78px;
}

.body-wrapper.Broom.Bear .pr-detail-row2 .row-fluid {
  display: block !important;
}

.body-wrapper.Broom.Bear .title {
  margin-bottom: 57px;
}

.body-wrapper.Broom.Bear .pr-detail-row4 {
  padding-top: 0;
}

.body-wrapper.Broom.Bear .ic-group {
  margin: 0;
}

.body-wrapper.Broom.Bear .cm-btm-img-slider {
  margin-top: -17px;
}

.body-wrapper.Road.Wizard .pr-detail-row3 .dnd-section {
  padding-top: 27px;
}

.body-wrapper.Road.Wizard .pr-detail-row3 hr {
  margin-top: 55px;
  margin-bottom: 30px;
}

.two-col-tabber img,
.abt-column-section img,
.dnd-section img {
  max-width: 100%;
}

.banner-section .dnd-section {
  padding: 0 !important;
}

.body-container__applications {
  padding-top: 104px;
}

.abt-row1 .dnd-section {
  padding-top: 80px;
}

.abt-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.abt-row2 .row-fluid {
  padding: 0;
}

.abt-row4 .row-fluid {
  padding: 0;
}

.abt-row5 .row-fluid {
  padding: 0;
}

.contact-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.contact-row1 .title {
  margin: 0 5% 25px 5%;
  padding-top: 80px;
}


.contact-row2 .dnd-section {
  padding: 0;
}

.contact-row2 .dnd-section>.row-fluid {
  padding: 1% 5% 3% 5%;
  padding-top: 80px;
}

.contact-row3 .row-fluid {
  padding: 0;
}

.contact-row4 .dnd-section>.row-fluid {
  padding: 0;
}

.body-wrapper.Broom.Badger .pr-detail-row3 .dnd-section {
  padding-top: 27px;
}

.body-wrapper.Broom.Badger .img-lightbox-section {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
}

.body-wrapper.Broom.Badger .pr-detail-row4 {
  padding-top: 0;
}

.regenx-row1.pr-detail-row1 .dnd-section {
  padding-top: 3px;
  padding-bottom: 25px;
}

.regenx-row1.pr-detail-row1 .row-fluid {
  display: block !important;
}

.regenx-row1.pr-detail-row1 .span8 {
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.regenx-row1.pr-detail-row1 .span4 {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: 0;
  width: 33.33333333%;
}

.regenx-row1.pr-detail-row1 .span4 img {
  max-width: 300px !important;
}

.regenx-row1.pr-detail-row1 .span4 .dnd-module {
  display: block !important;
}

.regenx-row1.pr-detail-row1 h2 {
  padding-bottom: 33px;
}

.regenx-row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 0 15px;
}

.regenx-row2 .hs_cos_wrapper_type_rich_text ul {
  font-size: 1.2em;
  margin-left: 20px;
  list-style-type: disc;
  padding: 0;
  list-style: none;
}

.regenx-row2 .hs_cos_wrapper_type_rich_text ul ul {
  font-size: 16.8px;
  line-height: 30.4px;
  margin-bottom: 0;
  margin-left: 18px;
}

.banner-section.env-banner .banner-img {
  background-position: center top;
}

.environment-page {
  padding-top: 73px;
}

.environment-page .resources-pdfs {
  padding-top: 95px;
}

.product-row1 .dnd-section {
  padding-top: 80px;
}

.pr-detail-row2.product-row2 {
  padding-top: 10px;
}

.pr-detail-row3.product-row3 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.pr-detail-row3.product-row3 {
  padding-top: 50px;
}

.service-parts-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.service-parts-row2 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.service-parts-row2 .dnd-section .resources-pdfs {
  margin-top: 10%;
}

.purchasing-row1 .dnd-section,
.home-row1 .dnd-section {
  padding: 0;
}

.purchasing-row1 .title {
  margin-bottom: 0;
}

.purchasing-row2 .resources-pdfs {
  margin-top: 55px;
}

.purchasing-row2 .res-inner-sec .row-fluid {
  margin: 0;
}

.purchasing-row2 {
  padding-bottom: 10px;
}

.home-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-top: 80px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.home-row1 .hs_cos_wrapper_type_rich_text h1 span {
  font-size: 1.25em;
}

.home-row1 .col-sm-4 {
  width: 25%;
}

.home-row1 .img-title-section .row-fluid {
  padding: 0;
  margin: 0 -15px;
}

.home-row1 .dnd-section>.row-fluid,
.home-row2 .dnd-section>.row-fluid,
.home-row4 .dnd-section>.row-fluid,
.home-row5 .dnd-section>.row-fluid,
.home-row6 .dnd-section>.row-fluid,
.home-row7 .dnd-section>.row-fluid {
  padding: 0;
}

.home-row1 .img-title-section {
  padding: 0% 5%;
}

.home-row1 .img-title-section .page-center {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.home-row2 .dnd-section {
  padding: 0;
}

.home-row2 .img-rec-post-sec .title,
.request-page .title {
  padding-top: 80px;
}

.home-row3 .tabber {
  padding-top: 80px;
  margin-top: 15px;
}

.home-row3 {
  padding-bottom: 59px;
}

.home-row4 .custom-content-wid-video .row-fluid {
  padding: 0;
}

.home-row5 {
  padding-bottom: 50px;
}

.request-page .title {
  margin-left: -15px;
  margin-right: -15px;
}

.request-page form fieldset {
  max-width: 100%;
}

.request-page form {
  border: 1px solid #848484;
  padding: 20px 27px;
  margin-top: 14px;
  margin-bottom: 33px;
  padding-top: 14px;
}

.request-page form p {
  font-size: 16px;
  width: auto;
  border: none;
  padding-bottom: 20px;
  color: #333;
}

p.contact-title.t1 {
  margin: 0 -4px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: -25px;
  left: 0px;
  padding-left: 3px;
  z-index: 9;
  padding-right: 5px;
  padding-bottom: 0;
}

.request-page form .hs-form-field>label {
  color: #555;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.request-page form .hs-form-field {
  margin-bottom: 9px;
}

.request-page form span.hs-form-required {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.request-page form fieldset .input input {
  width: 95.5%;
}

.request-page form fieldset label.hs-error-msg {
  width: 94.5%;
}


.request-page form li.hs-form-checkbox span {
  font-weight: 700;
  color: #484848;
}

.request-page form li.hs-form-checkbox>label {
  margin: 0 0 3px;
}

.request-page form ul {
  margin: 0;
  padding: 0 !important;
}

.request-page form textarea {
  min-height: 160px;
}

.request-page {
  padding-bottom: 80px;
}

.request-page form input.hs-button.primary.large {
  outline: 0;
}

p.contact-title.t2,p.contact-title.t3 {
  margin-top: 30px;
}

.home-row1 .img-title-section h5 a {
  color: #333333;
}

.request-page form fieldset .input input.hs-input[type=checkbox] {
  width: auto !important;
}

.request-page form input.hs-input.error {
  border-color: rgba(227,227,227,1.0);
}

.request-page form label.hs-error-msg,
.request-page form .hs-error-msgs label {
  background: #ee0101;
  position: relative;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #fff;
}

.request-page form fieldset.form-columns-1 label.hs-error-msg {
  width: 100%;
}

.body-wrapper.Elgin.Eagle .pr-detail-row1 .dnd-section,
.body-wrapper.Pelican .pr-detail-row1 .dnd-section {
  padding-bottom: 0;
}

.body-wrapper.Elgin.Eagle .pr-detail-row2 .dnd-section,
.body-wrapper.Pelican .pr-detail-row2 .dnd-section {
  padding-top: 0;
}

.body-wrapper.Elgin.Eagle .tabber-section,
.body-wrapper.Pelican .tabber-section {
  padding-top: 10px;
}

.body-wrapper.Elgin.Eagle .two-col-tabber,
.body-wrapper.Pelican .two-col-tabber {
  padding-top: 80px;
}

.body-wrapper.Broom.Bear .pr-detail-row1 .bookmark {
  position: relative;
  top: 40px;
}

.body-wrapper.Crosswind1 .bookmark {
  position: relative;
  top: 40px;
}

.product-banner-content {
  visibility: hidden;
}


@media only screen and (min-width: 1600px) {
  .pts-47 {
    padding-top: 47px;
  }

  .abt-row1 .dnd-section,
  .contact-row1 .title,
  .contact-row2 .dnd-section>.row-fluid,
  .product-row1 .dnd-section,
  .home-row1 .hs_cos_wrapper_type_rich_text,
  .home-row2 .img-rec-post-sec .title,
  .home-row3 .tabber,
  .request-page .title {
    padding-top: 104px;
  }

  .request-page {
    padding-bottom: 104px;
  }

  .body-wrapper.Elgin.Eagle .two-col-tabber,
  .body-wrapper.Pelican .two-col-tabber {
    padding-top: 104px;
  }
}

@media (max-width:1599px) {
  .pts-47 {
    padding-top: 23px;
  }

  .body-wrapper.Whirlwind .videos-section {
    margin-top: 30px !important;
  }

  .body-wrapper.Whirlwind1 .videos-section {
    margin-top: 30px !important;
    padding-bottom: 30px;
  }

  .body-wrapper.Whirlwind1 .pr-detail-row3 {
    padding-bottom: 50px;
  }

  .body-wrapper.Pelican .pr-detail-row2 .dnd-section {
    padding-top: 17px;
  }

  .body-wrapper.Road.Wizard .pr-detail-row3 hr {
    margin-top: 30px;
  }

  .body-container__applications {
    padding-top: 80px;
  }

  .purchasing-row2 {
    padding-bottom: 0;
  }

  .purchasing-row2 .dnd-section {
    padding-bottom: 30px;
  }

  .home-row3 {
    padding-bottom: 35px;
  }
}


@media (max-width:991px) {
  .pr-detail-row3 .dnd-section {
    padding-top: 40px;
  }

  .body-wrapper.Megawind .videos-section {
    margin-top: 0 !important;
  }

  .pts-47 {
    padding-top: 0;
  }

  .body-wrapper.Whirlwind1 .pr-detail-row3 {
    padding-bottom: 26px;
  }

  .body-wrapper.Elgin.Eagle .pr-detail-row3 .dnd-section {
    padding-top: 20px;
  }

  .body-wrapper.Elgin.Eagle .videos-section {
    margin-top: 5px !important;
    padding-bottom: 5px;
  }

  .body-wrapper.Pelican .pr-detail-row2 .dnd-section {
    padding-top: 0;
  }

  .body-wrapper.Pelican .pr-detail-row2 .tabber-section {
    padding-top: 25px;
  }

  .body-wrapper.Pelican .pr-detail-row2 .dnd-section {
    padding-bottom: 55px;
  }

  .body-container__applications {
    padding-top: 56px;
  }

  .banner-section.abt-banner-sec .banner-img {
    min-height: 30.7vw !important;
  }

  .abt-row1 .dnd-section {
    padding-top: 56px;
  }

  .banner-section.contact-banner-sec .banner-img {
    min-height: 30.7vw !important;
  }

  .body-wrapper.Broom.Badger .img-lightbox-section {
    margin-top: 5px;
  }

  .pr-detail-row3.regenx-row3 .dnd-section {
    padding-top: 20px;
  }

  .pr-detail-row3.regenx-row3 .videos-section {
    margin-top: 30px !important;
    padding-bottom: 5px;
  }

  .animated, .animated .animation_item {
    -webkit-animation-name: none!important;
    -moz-animation-name: none!important;
    -o-animation-name: none!important;
    animation-name: none!important;
  }

  .banner-section.env-banner .banner-img {
    min-height: 30.7vw !important;
  }

  .pr-detail-row1 .dnd-section {
    padding-bottom: 60px;
  }

  .banner-section.purchasing-banner .banner-img {
    min-height: 30.7vw !important;
  }

  .home-row1 .col-sm-4 {
    width: 50%;
    float: left;
  }

  .home-row3 .tabber {
    margin-top: 0;
  }

  .home-row3 .dg-accordion02 .panel-heading a, 
  .home-row3 .panel-title,
  .home-row3 .panel-title h6 {
    font-size: 15px !important;
  }

  .home-row3 .panel-title small {
    display: none;
  }

  .home-row3 .panel-group {
    padding-left: 5%;
    padding-right: 5%;
  }

  .request-page form fieldset label.hs-error-msg {
    width: 93.5%;
  }

  .regenx-row1.pr-detail-row1 .span4 img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .contact-row1 .title,
  .contact-row2 .dnd-section>.row-fluid {
    padding-top: 56px;
  }

  .product-row1 .dnd-section {
    padding-top: 56px;
  }

  .home-row1 .hs_cos_wrapper_type_rich_text,
  .home-row2 .img-rec-post-sec .title,
  .home-row3 .tabber,
  .request-page .title {
    padding-top: 56px;
  }

  .request-page {
    padding-bottom: 56px;
  }

  .body-wrapper.Elgin.Eagle .two-col-tabber,
  .body-wrapper.Pelican .two-col-tabber {
    padding-top: 56px;
  }
}

@media (max-width:767px) {
  .body-wrapper.Megawind .pr-detail-row4 {
    padding-top: 35px;
  }

  .body-wrapper.Whirlwind .videos-section {
    padding-bottom: 30px;
  }

  .body-wrapper.Whirlwind .pr-detail-row4 {
    padding-top: 38px;
  }

  .body-wrapper.Whirlwind1 .pr-detail-row3 {
    padding-bottom: 10px;
  }

  .body-wrapper.Elgin.Eagle .pr-detail-row1 .dnd-section {
    padding-bottom: 17px;
  }

  .pr-detail-row2 .span4 {
    margin-bottom: 20px;
  }

  .body-container__applications {
    padding-top: 40px;
  }

  small {
    font-size: 65%;
  }

  .abt-row1 .dnd-section {
    padding-top: 40px;
  }

  .contact-row1 .title,
  .contact-row2 .dnd-section>.row-fluid {
    padding-top: 40px;
  }

  .client-logo-section .grp-title {
    padding-top: 40px !important;
  }

  .regenx-row1.pr-detail-row1 .span8 {
    width: 100%;
  }

  .regenx-row1.pr-detail-row1 .span4 {
    width: 100%;
    text-align: center;
  }

  .pr-detail-row1 .dnd-section {
    padding-bottom: 27px;
  }

  .product-row1 .dnd-section,
  .request-page .title {
    padding-top: 40px;
  }

  .pr-detail-row2.product-row2 {
    padding-top: 43px;
  }

  .home-row1 .hs_cos_wrapper_type_rich_text,
  .home-row2 .img-rec-post-sec .title,
  .home-row3 .tabber {
    padding-top: 40px;
  }


  .home-row5 {
    padding-bottom: 0;
  }

  .request-page {
    padding-bottom: 40px;
  }

  .request-page form fieldset>div {
    width: 100% !important;
    float: none !important;
  }

  .request-page form fieldset .input input,
  .request-page form fieldset label.hs-error-msg {
    width: 100% !important;
  }


  .body-wrapper.Elgin.Eagle .two-col-tabber,
  .body-wrapper.Pelican .two-col-tabber {
    padding-top: 40px;
  }

  .request-page form .input {
    margin: 0 !important;
  }
}

@media (max-width:479px) {
  .banner-section.contact-banner-sec .banner-img {
    min-height: 29.8vw !important;
  }

  .banner-section.purchasing-banner .banner-img {
    min-height: 29.7vw !important;
  }

  .home-row1 .img-title-section .col-sm-4 {
    margin-bottom: 25px;
  }

  .regenx-row1.pr-detail-row1 .span4 img {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'dnngo';
  src: url('https://6860826.fs1.hubspotusercontent-na1.net/hubfs/6860826/Elgin_August2020/Fonts/dnngo.eot') format('embedded-opentype'),
    url('https://6860826.fs1.hubspotusercontent-na1.net/hubfs/6860826/raw_assets/public/Elgin_August2020/fonts/dnngo1.ttf') format('truetype'),
      url('https://6860826.fs1.hubspotusercontent-na1.net/hubfs/6860826/raw_assets/public/Elgin_August2020/fonts/dnngo1.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        }


.header-wrapper {
  position: relative;
  min-height: 84px;
}

header.header {
  position: relative;
  top: -100%;
  left: 0px;
  width: 100%;
  z-index: 10;
  right:0;
}

header.header > .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000000;
  filter: alpha(opacity= 0 );
  opacity: 0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.header-top {
  display: table;
  width: 100%;
}

.header__logo,.header__column {
  display: table-cell;
  vertical-align: middle;
}

.header__column {
  text-align: right;
}

.header__logo {
  text-align: left;
}

.header__logo>*>* {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  height: 84px;
  padding: 2px 2px 2px 2px;
}

.header__logo img {
  max-width: 175px;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}



.header__logo>* {
  float: none;
  position: relative;
  text-align: center;
  margin-top: 0px;
}

.header__logo a {
  display: block;
  white-space: nowrap;
  line-height: 1;
  height: 100%;
}

.header__logo a:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "center";
  vertical-align: middle;
  overflow: hidden;
}

.mobile-trigger{
  display:none;
}
.mobile-menu{
  display:none !important;
}

.scrolled header.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  transition: .5s all ease;
}

.scrolled header.header>.shade {
  background-color: #ffffff;
  filter: alpha(opacity= 100 );
  opacity: 1;
}

.scrolled .header__logo > *>* {
  float: none;
  margin: 0;
  margin-top: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.scrolled .header__logo img {
  width: 124px!important;
}

.scrolled .header__logo {
  padding: 0px 2px;
}

.lp .header__logo {
  width: 17.9%;
  display: block;
}

header.header.lp-header .mobile-menu {
  display: none !important;
}

header.header.lp-header .custom-menu-primary {
  visibility: hidden;
}

@media only screen and (max-width: 991px){
  .scrolled .header__logo>*>*{
    height: 42px;
  }
  .header-wrapper {
    min-height: 46px;
  }
  .mobile-trigger{
    display:block;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -8px;
    padding-top: 1px;
    z-index: 99999;
  }

  .mobile-trigger a{
    text-align: center;
    font-size: 0;
    text-decoration: none;
    border-color: #333333;
    color: #333 !important;
    display: inline-block;
    margin: 0;

  }
  .mobile-trigger a:before{
    line-height: 1;
    width: 16px;
    height: 16px;
    font-size: 16px;
    font-family: 'dnngo' ;
    content: "\f039";
    color: inherit;
  }
  .mobile-open .mobile-trigger a{
    color: #e33a40!important;
  }

  .mobile-open .mobile-trigger a:before{
    content: "\f00d";
    font-size: 18px;
  }
  .custom-menu-primary{
    display:none !important;
  }


  .header-top {
    position: relative;
    display: block;
  }
  .header__logo {
    line-height: 100%;
    padding: 2px 0 2px 0;
    height: 46px;
    position: relative;
    margin: 0 60px 0 0;
    text-align: left;
  }

  .header__logo>* {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    max-width: 100%;
  }

  .header__logo>*>* {
    height: auto;
    padding: 0;
  }

  .header__logo img {
    max-width: 144px;
    max-height: 100%;
    width: auto !important;
  }

  header.header>.shade {
    background-color: #FFFFFF;
    filter: alpha(opacity= 100 );
    opacity: 1;
  }
  .mobile-open {
    overflow: hidden;
  }
  .scrolled .header__logo img {
    width: 144px !important;
  }

  header.header>.shade, .scrolled header.header>.shade {
    box-shadow: 0 0 4px rgba(0,0,0,0.4) !important;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4) !important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4) !important;
  }

  .scrolled .header__logo {
    padding: 2px 0 2px 0;
  }

  header.header {
    position: fixed;
    top: 0;
  }

  header.header>.shade {
    background-color: #fff;
    filter: alpha(opacity= 100);
    opacity: 1;
    box-shadow: 0 0 4px rgba(0,0,0,0.4) !important;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4) !important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4) !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer-top {
  font-size: 14px;
  font-family: "Raleway";
  font-weight: normal;
  color: #cccccc;
  background-color: #1e1e1e;
}
.footer-top p{
  margin: 0px 0px 8px 0px;
}
.container.top-inner {
  padding-top: 70px;
  padding-bottom: 50px;
}
.footer-info {
  display: table;
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  width: 100%;
}


.footer-info > div {
  display: table-cell;
  vertical-align: middle;
}
.footer-info .logo {
  width: 1%;
  padding: 16px 48px 16px 0;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.footer-info .logo, 
.footer-info {
  border-color: #6e6e6e;
}

.footer-info .info {
  padding-left: 48px;
  font-size: 15px;
}

.info p:first-child {
  font-size: 1.2em;
}

.logo > * {
  margin: 0px 0px 8px 0px;
}

.logo > * > * {
  line-height: 0;
  font-size: 0;
  display: block;
}

.col-sm-4 .col-sm-12 img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}


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

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

.row:after {
  clear: both;
}

.col-sm-4,
.col-xs-6{
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-6 .row {
  text-align: center;
}
.col-xs-6 {
  width: 50%;
  float: left;
}


.col-sm-4 h6 {
  font-size: 1.2em;
  margin: 0px 0px 8px 0px;
  line-height: 1.8;
  letter-spacing: .5px;
  color: #ccc;
}

.col-sm-4 p {
  margin: 0px 0px 8px 0px;
}

.col-sm-4 p a img {
  width: 60px;
  height: 60px;
  margin: 5px;
}
.col-sm-4 a {
  text-decoration: none !important;
}

.footer-top a {
  color: #cccccc;
}

.footer-top a:hover {
  color: #e33a40;
}

.col-sm-4 h6.hidden-sm {
  text-align: center;
  padding-right: 26px;
}

.col-xs-6 .row a img {
  width: 60px;
  margin: 5px;
}

.col-sm-4 p.hidden-sm {
  font-size: 1.2em;
}

.col-sm-4 .col-sm-12 {
  padding: 0 10%;
  float: left;
}

.footer-bottom {
  color: #aaaaaa;
  background-color: #121212;
  font-size: 14px;
  font-family: "Raleway";
  font-weight: normal;
  padding: 30px 0;
}

.footer-bottom .left {
  float: left;
}

.footer-bottom .right {
  float: right;
}

.footer-bottom .left > div {
  display: inline-block;
}


.footer-bottom .left span {
  padding: 0 12px;
}

.footer-bottom .left a {
  color: inherit;
}

.footer-bottom .left a:hover {
  color: #e33a40;
  text-decoration: none;
}


div#to_top {
  width: 65px;
  height: 65px;
  line-height: 65px;
  right: 90px;
  bottom: 120px;
  float: right;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
  border: 2px solid #cd3637;
  border-color: #e33a40;
  color: #e33a40;
  display:none;
}

div#to_top span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -12px;
}

div#to_top span:before {
  content: "\f077";
  display: inline-block;
  position: relative;
  font-family: "dnngo";
  vertical-align: middle;
  font-size: 24px;
}

div#to_top:hover {
  border-color: #e33a40;
  background-color: #e33a40;
  color: #FFF;
}

div#to_top.show {
  display: block;
}

.footer-bottom .left span.hs_cos_wrapper_type_rich_text,
.footer-bottom .left span.hs_cos_wrapper_type_text {
  padding: 0;
  display: block;
}

.mob-none img {
  width: 490px !important;
}

.footer-top .logo img {
  max-width: 200px !important;
  width: auto !important;
}

@media (min-width: 768px){
  .col-sm-4 {
    width: 33.33333333%;   
    float: left;
  }
}

@media only screen and (min-width: 1600px){

  .container.top-inner {
    padding-top: 91px;
    padding-bottom: 65px;
  }

}

@media (max-width: 991px){
  .col-sm-4 .col-sm-12{
    padding: 0 2%;
  }
  div#to_top {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .hidden-sm{
    display: none!important;
  }
  .container.top-inner{
    padding-bottom: 35px;
    padding-top: 49px;
  }
  div#to_top {
    right: 30px!important;
    bottom: 40px!important;
  }
}

@media only screen and (max-width: 767px){
  .footer-info {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer-info .logo {
    padding: 20px 0px;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .container.top-inner{
    padding-top: 35px;
    padding-bottom: 25px;
  }
  div#to_top {
    right: 20px;
    bottom: 40px;
  }
  .mob-none{
    display: none!important;  
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .left,
  .footer-bottom .right {
    float: none;
  }
  .footer-info > div {
    display: block;
  }
  .footer-info .info {
    padding-left: 0;
  }
  .footer-info .logo, .footer-info {
    border-color: #6e6e6e;
  }

}

@media (max-width: 523px){

}

@media only screen and (max-width: 479px){
  .col-xs-6 {
    width: 100%;
    float: none;
  }

  .col-xs-6 .row {
    text-align: left;
  }

  .col-sm-4 h6.hidden-sm {
    text-align: left;
  }

  .footer-top .col-xs-6 {
    width: 50%;
    float: left;
  }

  .footer-top .col-xs-6:last-of-type {
    padding-left: 35px;
  }

  .footer-top .col-xs-6:last-of-type h6.hidden-sm {
    position: relative;
    left: -8px;
  }

}

@media only screen and (max-width: 345px){
  .footer-top .col-xs-6:last-of-type {
    padding-left: 0;
  }

  .footer-top .col-xs-6:last-of-type h6.hidden-sm {
    position: static;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.banner-section .dnd-section {
  padding: 0 !important;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
}

.banner-img {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 300px !important;
}

.blog-heading {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 58px;
  border-bottom: 1px solid #e6e6e6;
}

.list-post {
  padding-bottom: 50px;
  margin-bottom: 49px;
  border-bottom: 1px dashed #bfbfbf;
}

.list-images {
  border: 5px solid #f5f5f5;
  float: left;
  margin-right: 30px;
  width: 20%;
  min-width: 64px;
  max-width: none;
}

.list-images img {
  max-width: 100%;
}

.list-viewinfo {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.list-viewinfo h3.list-title {
  font-size: 24px;
  line-height: 1.4;
  color: #666666;
  margin: 0 0 12px;
}

.list-description {
  margin-bottom: 17px;
}

.list-viewinfo h3.list-title a {
  color: #666666;
  text-decoration: none;
}

.list-viewinfo h3.list-title a:hover {
  color: #e33a40;
}

.list-description p {
  margin: 0;
}

a.list-btn {
  border: 1px solid #20a3f0;
  color: #20a3f0;
  padding: 7px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  border-color: #e33a40!important;
  color: #e33a40!important;
  text-decoration: none;
}

a.list-btn:hover {
  color: #FFF!important;
  background-color: #e33a40!important;
}

.blog-pagination {
  margin: 20px 0;
}

.blog-pagination span.pages {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 15px;
  margin: 0 6px 6px 0;
  color: #666666;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  text-decoration: none;
  border-color: transparent;
  color: inherit;
  background-color: transparent;
}

.blog-pagination>div {
  display: inline-block;
}

.blog-pagination a.inactive {
  pointer-events: none;
  cursor: default;
  border-color: #d2d2d2;
  color: #d2d2d2;
  background-color: transparent;
}

.blog-pagination a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 15px;
  margin: 0 2px 6px 0;
  color: #666666;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}

.blog-pagination a:hover {
  border-color: #e33a40!important;
  background-color: #e33a40!important;
  text-decoration: none;
  color: #fff;
}

.blog-pagination a.active {
  border-color: #e33a40!important;
  background-color: #e33a40!important;
  pointer-events: none;
  cursor: default;
  color: #fff;
}

.custom-post-img {
  display: block;
  border: 5px solid #f5f5f5;
  max-width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-post-img img {
  width: 100%;
}

.detail-viewinfo {
  position: relative;
  margin-bottom: 20px;
  min-height: 63px;
}

.detail-date {
  width: 52px;
  line-height: 38px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 24px;
  color: #666666;
  position: absolute;
  left: 0;
}

.detail-date span.month {
  background-color: #e33a40;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  display: block;
  font-size: 14px;
}

.detail-viewinfo h3.detail-title {
  font-size: 24px;
  line-height: 1.4;
  color: #666666;
  margin: 0 0 5px;
  margin-left: 70px;
}

.detail-info {
  color: #999999;
  margin-left: 70px;
}

span.share-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.detail-info .sep {
  margin: 0 9px;
}

.share-box .addthis_toolbox,.share-box .addthis_button {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  display: none;
  padding: 5px;
  margin-top: 8px;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  min-width: 100px;
  margin-right: -1000px;
  z-index: 1;
}

.detail-info .fa {
  margin: 0 9px 0 0;
}

.detail-info a {
  color: #999999;
}

.detail-info a:hover {
  color: #e33a40;
  text-decoration: none;
}

.grecaptcha-badge {
  margin: 0;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

/* #comments-listing {
border: 1px solid #ccc;
margin-bottom: 30px;
margin-top: 30px;
} */
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.share-box:hover:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -15px;
  right: -15px;
  bottom: -20px;
}

.share-box:hover .addthis_toolbox, 
.share-box:hover .addthis_button {
  opacity: 1;
  visibility: visible;
  display: block;
}

.share-box:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 26px;
  margin-top: 2px;
  z-index: 2;
  opacity: 0;
}

.share-box:hover:before {
  opacity: 1;
}

.blog-post__body img {
  max-width: 100%;
}

.addthis_32x32_style .addthis_counter.addthis_bubble_style:hover, 
.addthis_32x32_white_style .addthis_counter.addthis_bubble_style:hover {
  background-position: 0 -2pc!important;
}

a.addthis_counter.addthis_bubble_style:hover>a {
  color: #e33a40!important;
}

@media only screen and (min-width: 1600px) {
  .blog-heading {
    padding-top: 104px;
  }
}

@media (max-width:991px) {
  .banner-img {
    min-height: 30.7vw !important;
  }

  .blog-heading {
    padding-top: 56px;
  }
}

@media (max-width:767px) {
  .blog-heading {
    padding-top: 39px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-images {
    width: auto;
    min-width: 64px;
    max-width: 100%;
    float: none;
    margin: 0;
    margin: 0 0 20px;
  }

  .list-images img {
    width: 100%;
  }

  .list-viewinfo {
    margin-bottom: 0;
  }

  .list-viewinfo h3.list-title {
    font-size: 20px;
  }

  .blog-post__body img {
    display: block;
    margin: 10px auto;
    float: none !important;
  }

  .list-post {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  .list-viewinfo {
    margin-bottom: 20px;
  }
}

@media (max-width:380px) {
  .share-box .addthis_toolbox,
  .share-box .addthis_button {
    left: -60px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Raleway, serif;
  font-size: 1.25rem;
  color: #484848;
  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: #484848;
}

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

.systems-page form {
  max-width: 500px;
}

.systems-page form .actions {
  margin: 20px 0;
}

.systems-page.subs form {
  max-width: 100%;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}


@media (max-width:767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page .success {
    min-width: 100%;
  }

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

  .systems-page h1 {
    font-size: 35px;
  }

  .systems-page input[type="email"] {
    width: 100% !important;
  }
}