*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: 85%;
}

/**
 * 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;
}
.full-widthcol .content-wd-background {
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center center;
}
.full-widthcol .content-wd-background .hscwb-content {
  margin-right: -15px;
  margin-left: -15px;
}
.full-widthcol .content-wd-background .hscwb-contentIn{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.full-widthcol .content-wd-background .hscwb-content h1{
  color: #fff;
}
.full-widthcol .content-wd-background .hscwb-content a {
  text-decoration: underline;
  color: #fff;
}
.full-widthcol .content-wd-background .hscwb-content a:hover {
  text-decoration: none;
}
.fc-col .widget-type-rich_text {
  font-size: 21px;
}
.fc-col .dnd_area-row-0-background-color{
  color: #fff;
}
.fc-col .dnd_area-row-0-background-color h1, .fc-col .dnd_area-row-0-background-color h2, 
.fc-col .dnd_area-row-0-background-color h3, .fc-col .dnd_area-row-0-background-color h4, 
.fc-col .dnd_area-row-0-background-color h5, .fc-col .dnd_area-row-0-background-color h6 {
  color: #fff;
}

.bsns_dtl_grp .dnd-section > .row-fluid,
.hardware-col2 .dnd-section > .row-fluid{
  padding-right: 0;
  padding-left: 0;
}
.bsns_dtl_pg .dnd-section > .row-fluid .span4,
.bsns_dtl_pg .dnd-section > .row-fluid .span6,
.hardware-col .dnd-section > .row-fluid .span6{
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: none;
  margin-left: 0;
}
.blue__btn{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  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-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.46666667;
  border-radius: 4px;
  margin: 10px 0;
  color: #fff;
  background-color: #1d97d4;
  border-color: #fff;
  border-width: 3px;
  text-decoration: none;
}
.blue__btn:hover, .blue__btn:focus {
  color: #fff;
  background-color: #1770ae;
  border-color: #fff;
  border-width: 3px;
  text-decoration: none;
}

.hardware-page .ban-wrap .ban_btn_wrap {
  margin-bottom: 0;
}
.cwus-banner .form_with_background .form_with_bg_form_center form {
  text-align: left;
  margin: 20px 0;
}
.cwus-banner .form_with_background form .hs-form-field {
  margin-bottom: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.cwus-banner .form_with_background form .hs-form-field:before, .cwus-banner .form_with_background form .hs-form-field:after{
  display: table;
  content: " ";
}
.cwus-banner .form_with_background form .hs-form-field > label,
.cwus-banner .form_with_background form .hs-form-field > .input{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cwus-banner .form_with_background form .hs-form-field:after{
  clear: both;
}
.cwus-banner .form_with_background form .hs-form-field > label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #777777;
  font-size: 16px;
  line-height: 1.46666667;
  font-family: 'Roboto', sans-serif;
}
.cwus-banner .form_with_background form .hs-form-required {
  color: #a94442;
  font-size: 85%;
  margin-left: 4px;
}
.cwus-banner .form_with_background form .hs-form-field > .input > .hs-input{
  font-family: inherit;
  -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: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  height: 40px;
  padding-right: 30px;
  border-color: #e1e1e1;
  color: #777777;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  font-weight: 300;
}
.cwus-banner .form_with_background form .hs-form-field > .input > textarea.hs-input {
  height: auto;
  min-height: 94px;
}
.cwus-banner .form_with_background form .hs-form-field > .input > .hs-input:focus {
  border-color: #999999;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  outline: 0;
}
.cwus-banner .form_with_background form .hs-input::-webkit-input-placeholder {
  color: inherit;
}
.cwus-banner .form_with_background form .hs-form-field > .input > select.hs-input {
  -webkit-appearance: menulist;
  padding-right: 42.5px;
}
.cwus-banner .form_with_background form .hs-button {
  font-family: inherit;
  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;
  font-weight: normal;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.46666667;
  border-radius: 4px;
  margin: 10px 0;
  color: #fff;
  background-color: #1D97D4;
  border-color: #fff;
  border-width: 3px;
}
.cwus-banner .form_with_background form .hs-button:hover,
.cwus-banner .form_with_background form .hs-button:focus{
  color: #fff;
  background-color: #1770ae;
  border-color: #fff;
  border-width: 3px;
  text-decoration: none;
  outline: none;
}
.cwus-banner .form_with_background form .hs-error-msgs label {
  color: red;
  font-size: 80%;
  font-style: italic;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.46666667;
  margin: 0;
  display: initial;
}
.cwus-banner .form_with_background form .hs_error_rollup{
  display: none;
}
.cwus-banner .form_with_background .cwb-form_wrap > h2{
  color: #777;
}
.cwus-banner .form_with_background .cwb-form_wrap form .hs_recaptcha {
  margin: 0 auto;
  width: 304px;
}
.cwus-banner .form_with_background .cwb-form_wrap form .hs_recaptcha > .input{
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cwus-banner .form_with_background .cwb-form_wrap form .actions {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.cwus-banner .form_with_background .cwb-form_wrap form .inputs-list.hs-error-msgs {
  clear: both;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.cwus-banner .form_with_background .cwb-form_wrap form .hs-richtext{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.46666667;
  color: #777;
  font-family: roboto,sans-serif;
  font-weight: 300;
}
.cwus-banner .form_with_background .cwb-form_wrap form h4.select_titles{
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #eaeaea;
  padding: 10px 40px 10px 15px;
  color: #777;
  font-weight: 400;
  margin-bottom: 15px;
}


.contact_page-form form .hs-input{
  max-width: 100%;
}
.contact_page-form form .form-columns-2 > .hs-form-field:first-child > .input > .hs-input {
  width: 90% !important;
}
.contact_page-form form .hs_recaptcha{
  height: 70px;
  padding-top: 8px;
  padding-left: 8px;
}
.contact_page-form form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}
.icon-calendar:before {
  content: '\e857';
}
.icon-link:before {
  content: '\e821';
}
.icon-tags:before {
  content: '\e95b';
}
.separator-2, .separator-3 {
  width: 100%;
  margin-bottom: 15px; 
  position: relative;
  height: 1px;
}
.shadow, .shadow-narrow {
  position: relative;
  background-color: #fff;
}
.shadow:hover:after, .shadow-narrow:hover:after {
  bottom: 10px;
}
.shadow:after, .shadow-narrow:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 96%;
  left: 50%;
  bottom: 2px;
  margin-left: -48%;
  -webkit-box-shadow: 0 5px 7px #999;
  box-shadow: 0 5px 7px #999;
  z-index: 1;
  border-radius: 10%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.separator-2:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(left,rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.12) 35%,rgba(0,0,0,0.05) 70%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0.18)),color-stop(35%,rgba(0,0,0,0.12)),color-stop(70%,rgba(0,0,0,0.05)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.12) 35%,rgba(0,0,0,0.05) 70%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.12) 35%,rgba(0,0,0,0.05) 70%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.12) 35%,rgba(0,0,0,0.05) 70%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.12) 35%,rgba(0,0,0,0.05) 70%,rgba(0,0,0,0) 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
}

.minus-row{
  margin-right: -15px;
  margin-left: -15px;
}
.minus-row:before, .minus-row:after{
  display: table;
  content: " ";
}
.minus-row:after{
  clear: both;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%
}
.col-xs-11 {
  width: 91.66666667%
}
.col-xs-10 {
  width: 83.33333333%
}
.col-xs-9 {
  width: 75%
}
.col-xs-8 {
  width: 66.66666667%
}
.col-xs-7 {
  width: 58.33333333%
}
.col-xs-6 {
  width: 50%
}
.col-xs-5 {
  width: 41.66666667%
}
.col-xs-4 {
  width: 33.33333333%
}
.col-xs-3 {
  width: 25%
}
.col-xs-2 {
  width: 16.66666667%
}
.col-xs-1 {
  width: 8.33333333%
}

.about-page .ban-wrap h1 {
  font-size: 36px;
  text-shadow: none;
  margin-bottom: 15px;
}
.body-container__career a.hs-button {
  color: #fff;
  background-color: #1d97d4;
  border-color: #fff;
  border-width: 3px;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.46666667;
  margin: 10px 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  border: 3px solid #fff;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.body-container__career p {
  word-break: break-word;
}
.body-container__tour {
  background: #fafafa;
}
.faq-page .ban-wrap {
  min-height: auto;
  background-position: center center;
  position: relative;
}
.faq-page .ban-wrap .hs-col-md-7 {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}
.faq-page .ban-wrap:after {
  background-color: rgba(0,0,0,.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.faq-page .ban-wrap h1.ban_heading {
  color: #fff;
  line-height: 1.2;
  text-shadow: none;
}
.faq-page .ban-wrap .ban_btn_wrap {
  display: none;
}
.faq-page .col-sm-8 {
  float: left;
  width: 66.66666667%;
}
.faq-page .col-sm-4 {
  width: 33.33333333%;
  float: left;
}
.faq-page .dnd-section>.row-fluid {
  padding: 0;
}
.faq-right {
  padding-right: 8px;
}
.faq-right .hs-recaptcha.field.hs-form-field {
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 19px;
}
.faq-col-grp {
  padding: 40px 0;
}
.body-container__career a.hs-button:hover {
  background-color: #1770ae;
  text-decoration: none;
}
.webinar-col-grp .dnd-section>.row-fluid {
  padding: 0;
}
.webinar-col-grp {
  padding: 40px 0;
}
.webinar-col-grp iframe {
  width: 100%;
}
.webinar-left {
  padding-top: 15px;
}
.body-container__payment .hs_cos_wrapper_type_rich_text h3 a {
  color: #333;
}
.body-container__payment {
  padding-bottom: 10px;
}
.customers-testimonials-page .custom-stories h3,
.customers-testimonials-page .case-studies h3{
  font-weight: 700;
  font-size: 36px;
} 
.customers-testimonials-page .custom-stories {
  padding-bottom: 0;
}
.customers-testimonials-page .case-studies {
  padding-top: 0;
}
.customers-testimonials-page .case-studies .row {
  overflow: hidden;
  padding-top: 38px;
}
.home-page .hstbr-wrapper hr,
.home-new-page .hstbr-wrapper hr{
  display: none;
}
.body-container__home .hs_cos_wrapper_type_rich_text h3 {
  color: #459bfc;
  text-shadow: 1px 1px 2px black;
}
.home-bottom .hstbr-wrapper p.lead,
.home-new-bottom .hstbr-wrapper p.lead{
  font-size: 16px;
  line-height: 1.46666667;
  color: #777;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 58px;
}
.home-bottom .bsnss-wrapper ,
.home-new-bottom .bsnss-wrapper {
  padding-left: 30px;
}
.home-bottom .bsnss-wrapper .bsnss-title,
.home-new-bottom .bsnss-wrapper .bsnss-title{
  margin-left: -30px;
}
.home-bottom .custom-stories h3,
.home-new-bottom .custom-stories h3{
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.home-bottom .custom-stories .row,
.home-new-bottom .custom-stories .row{
  padding-top: 80px;
}
.home-bottom .content-right-btn p.mt-40 {
  margin-top: 10px;
}
.body-container__home .hs_cos_wrapper_type_rich_text img {
  float: right;
  max-width: 456px;
  margin-right: 30px;
  width: 40%;
}
.body-container__home .hs-button {
  color: #fff;
  background-color: #1d97d4;
  border-color: #fff;
  border-width: 3px;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.46666667;
  border-radius: 3px;
  margin: 10px 0 25px;
  display: inline-block;
  border-style: solid;
  font-weight: 400;
}
.body-container__home .hs-button:hover {
  background-color: #1770ae;
  text-decoration: none;
}
.home-new-page .ban-wrap .hs-col-md-7 {
  padding: 40px 15px 40px 30px;
}
.home-new-page .ban-wrap .hs-col-md-5 {
  margin-top: 40px;
  padding-left: 33px;
}
.body-container__home-new .cwic-wrapper .hs-col-md-12 h3:first-of-type {
  margin-top: 5px;
}
.body-container__home-new .cwic-wrapper .hs-col-md-12 h3 {
  color: #459bfc;
}
.body-container__home-new .cwic-wrapper .hs-btn-primary {
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.46666667;
  border-radius: 3px;
  margin: 10px 0;
}
.home-new-bottom .cwic-wrapper .hs-col-md-6:last-child img {
  margin: 0 auto;
}
.home-new-page .ban-wrap .hs-col-md-7 {
  width: 66.66666667%;
  float: left;
}
.home-new-page .ban-wrap .hs-col-md-5 {
  width: 33.33333333%;
  float: left;
  margin-top: 60px;
}
.home-new-bottom .cwic-wrapper .hs-col-md-6:first-child {
  width: 66.66666667%;
  float: left;
}
.home-new-bottom .cwic-wrapper .hs-col-md-6:last-child {
  width: 33.33333333%;
  margin-top: 23px;
  float: left;
}
.dnd-section > .row-fluid, .content-wrapper, .page-center, .header__container, .footer__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.content-wrapper:before, .content-wrapper:after, .page-center:before, .page-center:after,
.header__container:before, .header__container:after, .footer__container:before, .footer__container:after,
.hs-row:before, .hs-row:after {
  display: table;
  content: " ";
}
.content-wrapper:after, .page-center:after, .header__container:after, .footer__container:after, .hs-row:after {
  clear: both;
}
.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}
div[class*="force-full-width-section"]>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* ----------- Column Css ------------ */

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

.hs-col-xs-1,.hs-col-sm-1,.hs-col-md-1,.hs-col-lg-1,.hs-col-xs-2,.hs-col-sm-2,.hs-col-md-2,.hs-col-lg-2,.hs-col-xs-3,.hs-col-sm-3,.hs-col-md-3,.hs-col-lg-3,.hs-col-xs-4,.hs-col-sm-4,.hs-col-md-4,.hs-col-lg-4,.hs-col-xs-5,.hs-col-sm-5,.hs-col-md-5,.hs-col-lg-5,.hs-col-xs-6,.hs-col-sm-6,.hs-col-md-6,.hs-col-lg-6,.hs-col-xs-7,.hs-col-sm-7,.hs-col-md-7,.hs-col-lg-7,.hs-col-xs-8,.hs-col-sm-8,.hs-col-md-8,.hs-col-lg-8,.hs-col-xs-9,.hs-col-sm-9,.hs-col-md-9,.hs-col-lg-9,.hs-col-xs-10,.hs-col-sm-10,.hs-col-md-10,.hs-col-lg-10,.hs-col-xs-11,.hs-col-sm-11,.hs-col-md-11,.hs-col-lg-11,.hs-col-xs-12,.hs-col-sm-12,.hs-col-md-12,.hs-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.hs-col-xs-1,.hs-col-xs-2,.hs-col-xs-3,.hs-col-xs-4,.hs-col-xs-5,.hs-col-xs-6,.hs-col-xs-7,.hs-col-xs-8,.hs-col-xs-9,.hs-col-xs-10,.hs-col-xs-11,.hs-col-xs-12 {
  float: left
}

.hs-col-xs-12 {
  width: 100%
}

.hs-col-xs-11 {
  width: 91.66666667%
}

.hs-col-xs-10 {
  width: 83.33333333%
}

.hs-col-xs-9 {
  width: 75%
}

.hs-col-xs-8 {
  width: 66.66666667%
}

.hs-col-xs-7 {
  width: 58.33333333%
}

.hs-col-xs-6 {
  width: 50%
}

.hs-col-xs-5 {
  width: 41.66666667%
}

.hs-col-xs-4 {
  width: 33.33333333%
}

.hs-col-xs-3 {
  width: 25%
}

.hs-col-xs-2 {
  width: 16.66666667%
}

.hs-col-xs-1 {
  width: 8.33333333%
}

.hs-col-xs-pull-12 {
  right: 100%
}

.hs-col-xs-pull-11 {
  right: 91.66666667%
}

.hs-col-xs-pull-10 {
  right: 83.33333333%
}

.hs-col-xs-pull-9 {
  right: 75%
}

.hs-col-xs-pull-8 {
  right: 66.66666667%
}

.hs-col-xs-pull-7 {
  right: 58.33333333%
}

.hs-col-xs-pull-6 {
  right: 50%
}

.hs-col-xs-pull-5 {
  right: 41.66666667%
}

.hs-col-xs-pull-4 {
  right: 33.33333333%
}

.hs-col-xs-pull-3 {
  right: 25%
}

.hs-col-xs-pull-2 {
  right: 16.66666667%
}

.hs-col-xs-pull-1 {
  right: 8.33333333%
}

.hs-col-xs-pull-0 {
  right: auto
}

.hs-col-xs-push-12 {
  left: 100%
}

.hs-col-xs-push-11 {
  left: 91.66666667%
}

.hs-col-xs-push-10 {
  left: 83.33333333%
}

.hs-col-xs-push-9 {
  left: 75%
}

.hs-col-xs-push-8 {
  left: 66.66666667%
}

.hs-col-xs-push-7 {
  left: 58.33333333%
}

.hs-col-xs-push-6 {
  left: 50%
}

.hs-col-xs-push-5 {
  left: 41.66666667%
}

.hs-col-xs-push-4 {
  left: 33.33333333%
}

.hs-col-xs-push-3 {
  left: 25%
}

.hs-col-xs-push-2 {
  left: 16.66666667%
}

.hs-col-xs-push-1 {
  left: 8.33333333%
}

.hs-col-xs-push-0 {
  left: auto
}

.hs-col-xs-offset-12 {
  margin-left: 100%
}

.hs-col-xs-offset-11 {
  margin-left: 91.66666667%
}

.hs-col-xs-offset-10 {
  margin-left: 83.33333333%
}

.hs-col-xs-offset-9 {
  margin-left: 75%
}

.hs-col-xs-offset-8 {
  margin-left: 66.66666667%
}

.hs-col-xs-offset-7 {
  margin-left: 58.33333333%
}

.hs-col-xs-offset-6 {
  margin-left: 50%
}

.hs-col-xs-offset-5 {
  margin-left: 41.66666667%
}

.hs-col-xs-offset-4 {
  margin-left: 33.33333333%
}

.hs-col-xs-offset-3 {
  margin-left: 25%
}

.hs-col-xs-offset-2 {
  margin-left: 16.66666667%
}

.hs-col-xs-offset-1 {
  margin-left: 8.33333333%
}

.hs-col-xs-offset-0 {
  margin-left: 0
}

/* ----------- Custom Css ------------ */

.main-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hs-btn {
  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;
  transition: all .2s ease-in-out;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.46666667;
  border-radius: 3px;
  margin: 10px 0;
  text-decoration: none !important;
  white-space: normal;
}
.hs-btn-lg {
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.46666667;
  border-radius: 4px;
  margin: 10px 0;
}
.hs-btn-primary {
  color: #fff;
  background-color: #1d97d4;
  border-color: #fff;
  border-width: 3px;
}
.hs-btn-primary:hover,
.hs-btn-primary:focus,
.hs-btn-primary:active {
  color: #fff;
  background-color: #1770ae;
  border-color: #fff;
}
.body-wrapper hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border: 0;
  border-top: 1px solid #eee;
  background: transparent;
}
.lead,
.big-rock-grp2 .widget-type-rich_text p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.text-muted {
  color: #999;
}
.overlay-container {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.overlay-link {
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30,30,30,.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  color: #fff;
}
.overlay-container:hover .overlay-link {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
}
.features-grp .content-wd-background {
  padding: 40px 0;
  text-align: center;
  position: relative;
  background-position: center;
}
.features-grp .content-wd-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
  background-color: rgba(0,0,0,.5);
}
.features-grp .content-wd-background .page-center {
  z-index: 3;
  position: relative;
}
.features-grp .content-wd-background h1 {
  color: #fff;
}
.feature-details-grp .content-wd-background,
.prfsnlSrvs-grp .content-wd-background {
  padding: 50px 0;
  font-size: 21px;
  color: #fff;
  background-position: 50% 0;
}
.feature-details-grp .content-wd-background .page-center,
.prfsnlSrvs-grp .content-wd-background .page-center {
  padding-right: 0;
  padding-left: 0;
}
.feature-details-grp .hscwb-content,
.prfsnlSrvs-grp .hscwb-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.feature-details-grp .content-wd-background ul,
.prfsnlSrvs-grp .content-wd-background ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.feature-details-grp .content-wd-background li,
.prfsnlSrvs-grp .content-wd-background li {
  padding: 5px 0;
}
.feature-details-grp .content-wd-background ul li:before,
.prfsnlSrvs-grp .content-wd-background ul li:before {
  font-family: fontawesome;
  content: '\f046';
  margin: 0 5px 0 -25px;
  color: #fff;
}
.overlay-bottom, .overlay-top {
  position: absolute;
  top: auto;
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30,30,30,.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  height: 0;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
}
.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto!important;
  padding-bottom: 20px;
}
.overlay-container .text {
  padding: 0 20px;
  position: relative;
}
.ban-wrap .ban_btn_wrap a {
  white-space: normal;
}
.feature-details-grp .real_customer_wrapper {
  padding-top: 60px;
  margin-bottom: 0;
}
.boot-camp-pg .ban-wrap h1 {
  font-size: 36px;
  margin-bottom: 15px;
  text-shadow: none;
}
.boot-camp-grp .content-wd-video .video-wrap iframe {
  width: 100%;
  min-height: 300px;
  height: auto;
}
.big-rock-pg .ban-wrap h1 {
  font-size: 36px;
   text-shadow: none;
}
.big-rock-grp .content-wd-video.video_with_right .embed-container {
  padding: 0;
  height: auto;
  overflow: visible;
}
.big-rock-grp .content-wd-video.video_with_right .embed-container iframe {
  position: static;
  min-height: 300px;
}
.events-pg .ban-wrap .ban_btn_wrap > .hs_cos_wrapper_type_cta img {
  width: 311px;
  height: 93px;
}
.events-pg .ban-wrap .ban_btn_wrap {
  margin-bottom: 20px;
}
.events-grp form .hs-form-field label {
  font-family: helvetica;
  font-size: 16px;
}
.events-grp .form-columns-2 .hs-form-field:first-child .hs-input {
  width: 90% !important;
}
.events-grp form .hs-richtext {
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-family: helvetica;
}
.events-grp form .hs-richtext p {
  font-size: 14px;
  margin: 1em 0;
  font-weight: initial;
}
.events-grp form .hs-richtext hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  margin-left: 0;
  width: 91%;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.events-grp form .grecaptcha-badge {
  margin: 8px;
  margin-bottom: 2px;
}
.events-grp form .actions {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 17px 0px;
}
.events-grp form .hs-button {
  font-size: 16px;
  line-height: 16px;
}
.pricing-pg .ban-wrap .ban_content p {
  font-size: 16px;
  line-height: 1.46666667;
  margin-bottom: 15px;
}
.pricing-pg .ban-wrap .ban_btn_wrap {
  text-align: center;
}
.pricing-pg .ban-wrap .ban_btn_wrap > .hs_cos_wrapper_type_cta {
  margin-right: -8px;
}
.pricing-grp .widget-type-header,
.maintenance-pg .widget-type-header,
.prfsnlSrvs-grp .widget-type-header {
  padding-bottom: 20px;
}
.pricing-grp .hs_cos_wrapper_type_header,
.maintenance-pg .hs_cos_wrapper_type_header,
.prfsnlSrvs-grp .hs_cos_wrapper_type_header {
  display: block;
  background: url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/images/px-grey.png) repeat-x center center;
  text-align: center;
}
.pricing-grp .hs_cos_wrapper_type_header > *,
.maintenance-pg .hs_cos_wrapper_type_header > *,
.prfsnlSrvs-grp .hs_cos_wrapper_type_header > * {
  display: inline-block;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-grp .content-wd-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pricing-grp .content-wd-background .page-center {
  box-sizing: content-box;
}
.cta_button {
  white-space: normal;
}
.maintenance-grp .content-wd-background {
  padding: 50px 0;
  font-size: 21px;
}
.maintenance-grp .content-wd-background ul {
  overflow: hidden;
}
.maintenance-grp .hscwb-contentIn {
  float: left;
}
.maintenance-grp .widget-type-linked_image,
.prfsnlSrvs-grp .widget-type-linked_image {
  margin-bottom: 15px;
}
.prfsnlSrvs-grp .cwic-wrapper img {
  margin-top: 23px;
}
.prfsnlSrvs-grp .cwic-wrapper .hs-col-md-6 {
  overflow: hidden;
}
.maintenance-grp .content-right-btn p.mt-40 {
  margin-top: 10px;
}
.customer_care_grp .dnd-section > .row-fluid > div {
  background-color: #fafafa;
}
.customer_care_grp .dnd-section .span4 {
  margin-left: 0;
  padding: 0 15px;
  width: 33.333%;
} 
#customer_care .maintenance-grp .content-wd-background {
  padding: 40px 0;
  font-size: 16px;
}

.header_container_wrapper.header_type2 {
  min-height: 206px;
}
.hs-landing-page .body-container-wrapper form {
  margin-bottom: 30px;
}



@media (min-width: 768px) {
  .cwus-banner .form_with_background form .hs-form-field > label {
    width: 25%;
    float: left;
  }
  .cwus-banner .form_with_background form .hs-form-field > .input{
    float: left;
    width: 66.66666667%;
  }
  .cwus-banner .form_with_background form .hs-form-field > label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .cwus-banner .form_with_background .cwb-form_wrap form .inputs-list.hs-error-msgs {
    width: 66.66666667%;
    margin-left: 25%;
  }
  .hs-col-sm-1,.hs-col-sm-2,.hs-col-sm-3,.hs-col-sm-4,.hs-col-sm-5,.hs-col-sm-6,.hs-col-sm-7,.hs-col-sm-8,.hs-col-sm-9,.hs-col-sm-10,.hs-col-sm-11,.hs-col-sm-12 {
    float:left
  }

  .hs-col-sm-12 {
    width: 100%
  }

  .hs-col-sm-11 {
    width: 91.66666667%
  }

  .hs-col-sm-10 {
    width: 83.33333333%
  }

  .hs-col-sm-9 {
    width: 75%
  }

  .hs-col-sm-8 {
    width: 66.66666667%
  }

  .hs-col-sm-7 {
    width: 58.33333333%
  }

  .hs-col-sm-6 {
    width: 50%
  }

  .hs-col-sm-5 {
    width: 41.66666667%
  }

  .hs-col-sm-4 {
    width: 33.33333333%
  }

  .hs-col-sm-3 {
    width: 25%
  }

  .hs-col-sm-2 {
    width: 16.66666667%
  }

  .hs-col-sm-1 {
    width: 8.33333333%
  }

  .hs-col-sm-pull-12 {
    right: 100%
  }

  .hs-col-sm-pull-11 {
    right: 91.66666667%
  }

  .hs-col-sm-pull-10 {
    right: 83.33333333%
  }

  .hs-col-sm-pull-9 {
    right: 75%
  }

  .hs-col-sm-pull-8 {
    right: 66.66666667%
  }

  .hs-col-sm-pull-7 {
    right: 58.33333333%
  }

  .hs-col-sm-pull-6 {
    right: 50%
  }

  .hs-col-sm-pull-5 {
    right: 41.66666667%
  }

  .hs-col-sm-pull-4 {
    right: 33.33333333%
  }

  .hs-col-sm-pull-3 {
    right: 25%
  }

  .hs-col-sm-pull-2 {
    right: 16.66666667%
  }

  .hs-col-sm-pull-1 {
    right: 8.33333333%
  }

  .hs-col-sm-pull-0 {
    right: auto
  }

  .hs-col-sm-push-12 {
    left: 100%
  }

  .hs-col-sm-push-11 {
    left: 91.66666667%
  }

  .hs-col-sm-push-10 {
    left: 83.33333333%
  }

  .hs-col-sm-push-9 {
    left: 75%
  }

  .hs-col-sm-push-8 {
    left: 66.66666667%
  }

  .hs-col-sm-push-7 {
    left: 58.33333333%
  }

  .hs-col-sm-push-6 {
    left: 50%
  }

  .hs-col-sm-push-5 {
    left: 41.66666667%
  }

  .hs-col-sm-push-4 {
    left: 33.33333333%
  }

  .hs-col-sm-push-3 {
    left: 25%
  }

  .hs-col-sm-push-2 {
    left: 16.66666667%
  }

  .hs-col-sm-push-1 {
    left: 8.33333333%
  }

  .hs-col-sm-push-0 {
    left: auto
  }

  .hs-col-sm-offset-12 {
    margin-left: 100%
  }

  .hs-col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .hs-col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .hs-col-sm-offset-9 {
    margin-left: 75%
  }

  .hs-col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .hs-col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .hs-col-sm-offset-6 {
    margin-left: 50%
  }

  .hs-col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .hs-col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .hs-col-sm-offset-3 {
    margin-left: 25%
  }

  .hs-col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .hs-col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .hs-col-sm-offset-0 {
    margin-left: 0
  }
  .lead,
  .big-rock-grp2 .widget-type-rich_text p {
    font-size: 21px;
  }


}


@media (min-width: 992px) {

  .full-widthcol .content-wd-background .hscwb-contentIn{
    margin-left: 16.66666667%;
    width: 66.66666667%;
    float: left;
  }
  .bsns_dtl_pg .dnd-section > .row-fluid .span4{
    width: 33.33333333%;
    float: left;
  }
  .bsns_dtl_pg .dnd-section > .row-fluid .span6,
  .hardware-col .dnd-section > .row-fluid .span6{
    width: 50%;
    float: left;
  }
  .cwus-banner .form_with_background .cwb-form_wrap > h2{
    margin-top: 0;
  }
  .webinar-col-grp .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.66666667%
  }
  .col-md-10 {
    width: 83.33333333%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.66666667%
  }
  .col-md-7 {
    width: 58.33333333%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.66666667%
  }
  .col-md-4 {
    width: 33.33333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.66666667%
  }
  .col-md-1 {
    width: 8.33333333%
  }
  .hs-col-md-1,.hs-col-md-2,.hs-col-md-3,.hs-col-md-4,.hs-col-md-5,.hs-col-md-6,.hs-col-md-7,.hs-col-md-8,.hs-col-md-9,.hs-col-md-10,.hs-col-md-11,.hs-col-md-12 {
    float:left
  }

  .hs-col-md-12 {
    width: 100%
  }

  .hs-col-md-11 {
    width: 91.66666667%
  }

  .hs-col-md-10 {
    width: 83.33333333%
  }

  .hs-col-md-9 {
    width: 75%
  }

  .hs-col-md-8 {
    width: 66.66666667%
  }

  .hs-col-md-7 {
    width: 58.33333333%
  }

  .hs-col-md-6 {
    width: 50%
  }

  .hs-col-md-5 {
    width: 41.66666667%
  }

  .hs-col-md-4 {
    width: 33.33333333%
  }

  .hs-col-md-3 {
    width: 25%
  }

  .hs-col-md-2 {
    width: 16.66666667%
  }

  .hs-col-md-1 {
    width: 8.33333333%
  }

  .hs-col-md-pull-12 {
    right: 100%
  }

  .hs-col-md-pull-11 {
    right: 91.66666667%
  }

  .hs-col-md-pull-10 {
    right: 83.33333333%
  }

  .hs-col-md-pull-9 {
    right: 75%
  }

  .hs-col-md-pull-8 {
    right: 66.66666667%
  }

  .hs-col-md-pull-7 {
    right: 58.33333333%
  }

  .hs-col-md-pull-6 {
    right: 50%
  }

  .hs-col-md-pull-5 {
    right: 41.66666667%
  }

  .hs-col-md-pull-4 {
    right: 33.33333333%
  }

  .hs-col-md-pull-3 {
    right: 25%
  }

  .hs-col-md-pull-2 {
    right: 16.66666667%
  }

  .hs-col-md-pull-1 {
    right: 8.33333333%
  }

  .hs-col-md-pull-0 {
    right: auto
  }

  .hs-col-md-push-12 {
    left: 100%
  }

  .hs-col-md-push-11 {
    left: 91.66666667%
  }

  .hs-col-md-push-10 {
    left: 83.33333333%
  }

  .hs-col-md-push-9 {
    left: 75%
  }

  .hs-col-md-push-8 {
    left: 66.66666667%
  }

  .hs-col-md-push-7 {
    left: 58.33333333%
  }

  .hs-col-md-push-6 {
    left: 50%
  }

  .hs-col-md-push-5 {
    left: 41.66666667%
  }

  .hs-col-md-push-4 {
    left: 33.33333333%
  }

  .hs-col-md-push-3 {
    left: 25%
  }

  .hs-col-md-push-2 {
    left: 16.66666667%
  }

  .hs-col-md-push-1 {
    left: 8.33333333%
  }

  .hs-col-md-push-0 {
    left: auto
  }

  .hs-col-md-offset-12 {
    margin-left: 100%
  }

  .hs-col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .hs-col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .hs-col-md-offset-9 {
    margin-left: 75%
  }

  .hs-col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .hs-col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .hs-col-md-offset-6 {
    margin-left: 50%
  }

  .hs-col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .hs-col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .hs-col-md-offset-3 {
    margin-left: 25%
  }

  .hs-col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .hs-col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .hs-col-md-offset-0 {
    margin-left: 0
  }
  .feature-details-grp .hscwb-content,
  .prfsnlSrvs-grp .hscwb-content {
    float: left;
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }


}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-11 {
    width: 91.66666667%
  }
  .col-lg-10 {
    width: 83.33333333%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-8 {
    width: 66.66666667%
  }
  .col-lg-7 {
    width: 58.33333333%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-5 {
    width: 41.66666667%
  }
  .col-lg-4 {
    width: 33.33333333%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-2 {
    width: 16.66666667%
  }
  .col-lg-1 {
    width: 8.33333333%
  }
  .hs-col-lg-1,.hs-col-lg-2,.hs-col-lg-3,.hs-col-lg-4,.hs-col-lg-5,.hs-col-lg-6,.hs-col-lg-7,.hs-col-lg-8,.hs-col-lg-9,.hs-col-lg-10,.hs-col-lg-11,.hs-col-lg-12 {
    float:left
  }

  .hs-col-lg-12 {
    width: 100%
  }

  .hs-col-lg-11 {
    width: 91.66666667%
  }

  .hs-col-lg-10 {
    width: 83.33333333%
  }

  .hs-col-lg-9 {
    width: 75%
  }

  .hs-col-lg-8 {
    width: 66.66666667%
  }

  .hs-col-lg-7 {
    width: 58.33333333%
  }

  .hs-col-lg-6 {
    width: 50%
  }

  .hs-col-lg-5 {
    width: 41.66666667%
  }

  .hs-col-lg-4 {
    width: 33.33333333%
  }

  .hs-col-lg-3 {
    width: 25%
  }

  .hs-col-lg-2 {
    width: 16.66666667%
  }

  .hs-col-lg-1 {
    width: 8.33333333%
  }

  .hs-col-lg-pull-12 {
    right: 100%
  }

  .hs-col-lg-pull-11 {
    right: 91.66666667%
  }

  .hs-col-lg-pull-10 {
    right: 83.33333333%
  }

  .hs-col-lg-pull-9 {
    right: 75%
  }

  .hs-col-lg-pull-8 {
    right: 66.66666667%
  }

  .hs-col-lg-pull-7 {
    right: 58.33333333%
  }

  .hs-col-lg-pull-6 {
    right: 50%
  }

  .hs-col-lg-pull-5 {
    right: 41.66666667%
  }

  .hs-col-lg-pull-4 {
    right: 33.33333333%
  }

  .hs-col-lg-pull-3 {
    right: 25%
  }

  .hs-col-lg-pull-2 {
    right: 16.66666667%
  }

  .hs-col-lg-pull-1 {
    right: 8.33333333%
  }

  .hs-col-lg-pull-0 {
    right: auto
  }

  .hs-col-lg-push-12 {
    left: 100%
  }

  .hs-col-lg-push-11 {
    left: 91.66666667%
  }

  .hs-col-lg-push-10 {
    left: 83.33333333%
  }

  .hs-col-lg-push-9 {
    left: 75%
  }

  .hs-col-lg-push-8 {
    left: 66.66666667%
  }

  .hs-col-lg-push-7 {
    left: 58.33333333%
  }

  .hs-col-lg-push-6 {
    left: 50%
  }

  .hs-col-lg-push-5 {
    left: 41.66666667%
  }

  .hs-col-lg-push-4 {
    left: 33.33333333%
  }

  .hs-col-lg-push-3 {
    left: 25%
  }

  .hs-col-lg-push-2 {
    left: 16.66666667%
  }

  .hs-col-lg-push-1 {
    left: 8.33333333%
  }

  .hs-col-lg-push-0 {
    left: auto
  }

  .hs-col-lg-offset-12 {
    margin-left: 100%
  }

  .hs-col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .hs-col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .hs-col-lg-offset-9 {
    margin-left: 75%
  }

  .hs-col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .hs-col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .hs-col-lg-offset-6 {
    margin-left: 50%
  }

  .hs-col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .hs-col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .hs-col-lg-offset-3 {
    margin-left: 25%
  }

  .hs-col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .hs-col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .hs-col-lg-offset-0 {
    margin-left: 0
  } 
  .feature-details-grp .hscwb-content,
  .prfsnlSrvs-grp .hscwb-content {
    float: left;
    margin-left: 25%;
    width: 50%;
  }
  .overlay-container .text {
    top: 30%;
  }


}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (max-width: 1199px){
  .bsns_dtl_pg .widget-type-rich_text img {
    margin: 0 auto;
  }
  .feature-details-grp .widget-type-rich_text p img {
    margin: 0 auto;
  }
  .mega-group-page .cwic-wrapper img {
    margin: 0 auto;
  }


}


@media (max-width: 991px) {

  .webinar-right {
    padding-top: 6px;
  }
  .mega-group-page .cwic-wrapper img {
    margin: 0 auto;
  }
  .body-container__home .hs_cos_wrapper_type_rich_text img {
    margin-right: 0;
  }
  .home-bottom .bsnss-wrapper .bsnss-title,
  .home-new-bottom .bsnss-wrapper .bsnss-title{
    max-width: 750px;
    margin: 0 auto;
  }
  .home-bottom .custom-stories .col-md-4,
  .home-new-bottom .custom-stories .col-md-4{
    width: 100%;
  }
  .home-bottom .custom-stories .col-md-4 img,
  .home-new-bottom .custom-stories .col-md-4 img{
    margin: 0 auto;
  }
  .home-page .body-container-wrapper {
    overflow: hidden;
  }
  .header_container_wrapper.header_type2 {
    min-height: 171px;
  }
  .feature-details-grp .dnd-section .span6,
  .boot-camp-grp .dnd-section .span6,
  .prfsnlSrvs-grp .dnd-section .span6,
  .maintenance-grp .dnd-section .span6,
  .boot-camp-grp .dnd-section .span4,
  .customer_care_grp .dnd-section .span4 {
    width: 100%;
    margin-left: 0;
  }
  .boot-camp-grp .row-fluid [class*="span"],
  .prfsnlSrvs-grp .row-fluid [class*="span"] {
    float: none;
  }
  .boot-camp-grp .row-fluid:before,
  .boot-camp-grp .row-fluid:after,
  .prfsnlSrvs-grp .row-fluid:before,
  .prfsnlSrvs-grp .row-fluid:after {
    content: none;
  }
  .boot-camp-pg .content-wd-video .col-md-6 {
    float: none;
  }
  .events-pg .ban-wrap .ban_btn_wrap > .hs_cos_wrapper_type_cta {
    margin: 0;
    display: block;
  }
  .events-pg .ban-wrap .ban_btn_wrap .ban_btn_spacer,
  .prfsnlSrvs-pg .ban-wrap .ban_btn_wrap .ban_btn_spacer {
    display: none;
  }
  .maintenance-grp .content-wd-video.video_with_right .embed-container {
    overflow: visible;
    padding: 0;
    height: auto;
  }
  .maintenance-grp .content-wd-video.video_with_right .embed-container iframe {
    position: static;
    width: 560px;
    height: 315px;
    max-width: 100%;
  }
  .maintenance-grp .widget-type-rich_text p img {
    margin: 0 auto;
  }
  .industry-bottom .content-top-img .row.two .col-md-6:last-child img {
    width: auto !important;
  }



}


@media (max-width: 790px) {
  .feature-details-grp .content-wd-background ul li:before,
  .prfsnlSrvs-grp .content-wd-background ul li:before {
    margin-left: 0;
  }
}


@media (max-width: 767px) {

  .cwus-banner .form_with_background form .hs-form-field {
    text-align: center;
  }
  .cwus-banner .form_with_background form .hs-form-field > .input{
    text-align: left;
  }
  .faq-page .col-sm-8 {
    width: 100%;
  }
  .faq-page .col-sm-4 {
    width: 100%;
  }
  .industry-bottom .hs_cos_wrapper_type_rich_text p {
    font-size: 16px !important;
  }
  .faq-right {
    padding-right: 0;
  }
  .faq-right .hs_firstname.hs-form-field {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
  .faq-right .hs_lastname.hs-form-field {
    width: 50%;
    float: left;
    padding-left: 15px;
  }
  .home-banner .bottom-content {
    margin-left: 12.5%;
  } 
  .body-container__home .hs_cos_wrapper_type_rich_text img {
    margin-right: 30px;
  }
  .home-bottom .bsnss-wrapper,
  .home-new-bottom .bsnss-wrapper{
    padding-left: 0;
  } 
  .home-bottom .content-right-btn p.mt-40 {
    margin-top: 0;
  }
  .home-new-page .ban-wrap .hs-col-md-7 {
    width: 100%;
    padding-bottom: 23px;
  }
  .home-new-page .ban-wrap .hs-col-md-5 {
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-bottom: 55px;
  }
  .home-new-bottom .cwic-wrapper .hs-col-md-6:first-child {
    width: 100%;
  }
  .home-new-bottom .cwic-wrapper .hs-col-md-6:last-child {
    width: 100%;
  }
  .home-new-bottom .cwic-wrapper {
    padding-bottom: 15px;
  }
  .home-new-bottom .content-right-btn p.mt-40 {
    margin-top: 0;
  }
  .dnd-section .dnd-column {
    padding: 0;
  }
  .pricing-grp .content-wd-background .page-center {
    box-sizing: border-box;
  }


}



@media (max-width: 590px) {
  .boot-camp-grp .content-wd-video .video-wrap iframe {
    position: static;
  }
  .boot-camp-grp .content-wd-video .video-wrap:before,
  .big-rock-grp .content-wd-video .video-wrap:before {
    content: none;
  }

}

@media (max-width: 479px) {

  .cwus-banner .form_with_background .cwb-form_wrap form .hs_recaptcha {
    width: 100%;
  }
  .contact_page-form form .hs_recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .mega-group-page .cwic-wrapper h2 {
    font-size: 30px;
  }
  .body-container__home .hs_cos_wrapper_type_rich_text img {
    margin-right: 0;
  }

}


@media (max-width: 430px) {
  .mega-group-page .cwic-wrapper h2 {
    font-size: 30px;
  }

  .faq-right .hs_firstname.hs-form-field {
    width: 100%;
    padding-right: 0;
  }

  .faq-right .hs_lastname.hs-form-field {
    width: 100%;
    padding-left: 0px;
  }

}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .contact_page-form form .form-columns-2 > .hs-form-field{
    float: none !important;
    width: 100% !important; 
  }
  .contact_page-form form .form-columns-2 > .hs-form-field:first-child > .input > .hs-input {
    width: 100% !important;
  }
  .events-grp .form-columns-2 .hs-form-field:first-child .hs-input {
    width: 100% !important;
  }

}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid, .content-wrapper, .page-center, .header__container, .footer__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "fontello";
  src: url("//8021537.fs1.hubspotusercontent-na1.net/hubfs/8021537/WindwardSoftware_September2021/Fonts/fontello-2.eot") format("embedded-opentype"),
    url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/Fonts/fontello-2.woff) format("woff"),
    url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/Fonts/fontello-2.ttf) format("truetype");
  font-style: normal;
  font-weight: normal
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.46666667;
  background-color: #fff;
}

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

/* Paragraphs */

p {
  margin: 0 0 10px;
  margin-bottom: 15px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  text-transform: none;
}
h2 {
  margin-bottom: 15px;
  text-transform: none;
}
h3 {
  text-transform: none;
}
h5 {
  text-transform: none;
}

/* Lists */

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  list-style: square;
}
section ul {
  overflow: hidden;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto;
  font-size: 16px;
  position: relative;
  padding: 10px 25px;
}
blockquote::after {
  content: "“";
  width: 25px;
  height: 25px;
  line-height: 36px;
  font-size: 36px;
  font-family: "pt serif", serif;
  position: absolute;
  top: 12px;
  left: 0px;
  color: rgb(205, 205, 205);
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
b, strong {
  font-weight: 700;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-style: solid;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  height: 40px;
  display: block;
  width: 100% !important;
  max-width: 767px;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

input[type=password]:focus, .hs-input:focus{
  outline: none;
}

form textarea{
  padding: 10px 15px;
  height: auto;
}

form select.is-placeholder {
  color: #bfbfbf;
  padding: 9px 10px;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #bfbfbf;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-moz-placeholder {
  color: #bfbfbf;
}
:-ms-input-placeholder {
  color: #bfbfbf;
}


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

/* Inputs - checkbox/radio */

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

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

.inputs-list:first-child {
  padding-top: 6px;
}

form .inputs-list > li {
  display: block;
  margin: 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

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

.hs_error_rollup .hs-error-msgs label{
  font-size: 14px;
}



/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  white-space: normal;
  text-decoration: none;
}

form input[type=submit]:focus,
form .hs-button:focus{
  outline: none;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}

.hs-page .hs-button {
  margin-top: 15px;
}
/* Table */

table {
  border: 0
    border-color: transparent !important;
  border: hidden !important;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 0px solid !important;
  border-color: transparent !important;
  border: hidden !important;
  border: 0
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  /*border-bottom: 2px solid;*/
  border-color: transparent !important;
  border: hidden !important;
  border-bottom: 0
  vertical-align: bottom;
}
.header_container_wrapper {
  min-height: 152px;
}
.custom_header {

}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fixed-header-on .header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1006;
}
.fixed-header-on .header.fixed.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
@keyframes fadeInDown {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

}
.header-top {
  font-size: 12px;
  color: #777777;
  font-weight: 300;
}
.header .header-top {
  padding: 0;
  border: none;
}
.fixed-header-on .header.fixed .header-top {

}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.text-right {
  text-align: right;
}
.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header_logo {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.header_logo img {
  display: block;
  width: auto !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fixed-header-on .header .header_logo img {
  max-height: 73px;
}
.header_logo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.custom_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_menu {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.header-right {
  position: relative;
}
.navbar-header {
  display: none;
}
.header_menu .navbar {
  position: relative;
  font-weight: 400;
}
/*.custom-menu-primary .navigation-primary>ul > li:nth-child(5) ul > li:last-child, 
.custom-menu-primary .navigation-primary>ul > li:last-child ul > li:last-child{
  display: none;
}*/
.boot-camp-pg .body-container-wrapper a:focus {
  color: #1d97d4;
}
 

@media (min-width: 992px) {

  .col-lg-9 {
    float: left;
    width: 83.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 16.66666667%;
  }

  .header_logo {
    float: left;
    width: 33.33333333%;
  }

  .header_logo > div {
    position: relative;
    top: -37px;
    margin-bottom: -27px;
    padding-top: 17px;
    max-width: 293px;
  }

  .header_menu {
    float: left;
    width: 66.66666667%;
  }

  .main-navigation {
    padding-top: 20px;
  }

  .fixed-header-on .header.fixed .main-navigation {
    padding-top: 0px;
  }

}

@media (min-width: 1200px) {

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

}

@media (max-width: 991.5px) {

  .header_container_wrapper {
    min-height: 117px;
  }

  .header_logo img {
    margin: 0 auto;
  }

  .header_logo > div {
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    display: block;
  }

}


@media (max-width: 991.5px) and (min-width: 768px) {

  .header_logo > div {
    max-width: 165px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 5px;
  }
  .fixed-header-on .header_logo > div {
    max-width: 160px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: -10px;
  }
  .header-nonav .custom_header > .page-center{
    min-height: 78px;
  }
  .fixed-header-on .header-nonav .custom_header > .page-center {
    min-height: 65px;
  }
}


@media (max-width: 767.5px) {
  .header_container_wrapper {
    min-height: auto;
  }
  .header.fixed {
    position: relative !important;
    top: auto !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .header_menu .navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 15px;
    border-color: #ededed;
    background-color: #fafafa;
    font-weight: 400;
    border-bottom: none;
  }
  .mobile-open .header_menu .navbar {
    border-bottom: 1px solid #ededed;
  }
  .menu_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-header {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }
  .navbar-header .navbar-toggle {
    cursor: pointer;
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    border-color: #ccc;
  }
  .navbar-header .navbar-toggle:hover,
  .navbar-header .navbar-toggle:focus {
    background-color: #fafafa;
    border-color: #1D97D4;
  }
  .navbar-toggle .pull-right {
    float: right;
    padding-left: 30px;
    position: relative;
    top: -4px;
    margin-bottom: -7px;
  }
  .navbar-toggle .icon-bar {
    background-color: #1D97D4;
    background-color: #ccc;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle:hover .icon-bar {
    background-color: #1D97D4;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .header-nonav .header.fixed {
    padding-bottom: 10px;
  }
  body.modal-open {
    padding-right: 0;
  }

}


.dropdown.location {
  position: relative;
  margin-left: 40px;
  display: inline-block;
}
.header .header-top a {
  font-size: 16px;
  font-weight: bold;
  margin-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
}
.header .header-top a:hover {
  text-decoration: none;
}
.dropdown.location a, 
.dropdown.location a:hover,
.dropdown.location a:active {
  font-weight: normal;
  text-decoration: none;
  margin-left: 0;
}
.flag-icon, 
.flag-icon-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon-in {

}
.dropdown.location .flag-icon {
  margin-right: 5px;
}
.flag-icon:before {
  content: "\00a0";
}
.country-name {
  margin-right: 0;
  margin-left: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.h_language_menu .navigation-primary > ul ul {
  display: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu {
  min-width: 220px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
  border-width: 1px;
  border-style: solid;
  z-index: 101;
}
.dropdown.location .dropdown-small {
  z-index: 999;
  min-width: 180px;
}
.h_language_menu .navigation-primary .open > .dropdown-menu {
  display: block;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  padding: 10px 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.dropdown-menu > li > a:hover {

}
.dropdown.location .dropdown-small a {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  display: block;
}
/* .h_language_menu .navigation-primary > ul > li > a .flag-icon-in {
  background-image: url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/images/in.svg);
} */
.dropdown.location .navigation-primary .USA .flag-icon {
  background-image: url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/images/us.svg);
}
.flag-icon:before {
  content: "\00a0";
}
.dropdown.location .navigation-primary .Canada .flag-icon {
  background-image: url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/images/ca.svg);
}
.flag-icon:before {
  content: "\00a0";
}
.dropdown.location .navigation-primary .Australia .flag-icon {
  background-image: url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/images/au.svg);
}
.flag-icon:before {
  content: "\00a0";
}
.dropdown.location .navigation-primary .Philippines .flag-icon {
  background-image: url(//info.windwardsoftware.com/hubfs/raw_assets/public/WindwardSoftware_September2021/images/ph.svg);
}
.flag-icon:before {
  content: "\00a0";
}

.header .header-top .text {
  font-size: 16px;
  font-weight: bold;
  margin-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
}

.btn-orange {

}
.header .header-top .btn-header {
  padding: 7px 30px;
}
.header .header-top a.btn-header:hover {

}

.custom_header_lp .dropdown.location {
  display: none;
}
.custom_header_lp.header .header-top .btn-header {
  opacity: 0;
  visibility: hidden;
}

.h_language_menu .navigation-primary > ul ul li.International > a > .flag-icon{
  display: none;
}
body.modal-open {
  overflow: hidden;
  padding-right: 17px;
}


@media (max-width: 1200px) and (min-width: 992px) {

  .header .header-top .text, 
  .header .header-top a,
  .dropdown.location {
    margin-left: 15px;
  }

}

@media (max-width: 991.5px) and (min-width: 768px) {
  .header .header-top .text,
  .header .header-top a, 
  .dropdown.location {
    margin-left: 10px;
  }
  .header .header-top .btn-header {
    padding: 7px 10px;
  }
}


/*=====Header Type2 Styles====*/
.features-nav {
  background: #f1f1f1;
  border: none;
  border-top: 1px solid #dcdcdc;
  border-bottom: none;
  font-family: merriweather sans,sans-serif;
  cursor: default;
}
.features-nav .hs-menu-wrapper > ul{
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}
.features-nav .hs-menu-wrapper > ul:before, .features-nav .hs-menu-wrapper > ul:after{
  display: table;
  content: " ";
}
.features-nav .hs-menu-wrapper > ul:after{
  clear: both;
}
.features-nav .hs-menu-wrapper > ul > li{
  position: relative;
  min-height: 1px;
  padding: 15px 0 0;
}
.features-nav .hs-menu-wrapper > ul > li > strong > a{
  padding-bottom: 15px;
  display: block;
}
.features-nav .hs-menu-wrapper > ul > li:first-child > strong > a: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: "\f100";
}
.features-nav .hs-menu-wrapper > ul > li > strong > a,
.features-nav .hs-menu-wrapper > ul > li > strong > a:hover{
  text-decoration: none;
}
.features-nav .hs-menu-wrapper > ul > li:not(:first-child) > strong > a {
  font-family: merriweather sans,sans-serif;
  cursor: default;
  font-size: 16px;
  line-height: 1.46666667;
  color: #777;
}
.features-nav .hs-menu-wrapper > ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: relative;
}
.features-nav .hs-menu-wrapper > ul ul > .hs-menu-children-Innerwrapper{
  display: block;
  text-align: left;
  padding-bottom: 15px;
  min-height: 235px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative; 
}
.features-nav .hs-menu-wrapper > ul ul li{
  position: relative;
  display: block;
}
.features-nav .hs-menu-wrapper > ul ul li > a{
  position: relative;
  display: block;
  padding: 4px 0;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.features-nav .hs-menu-wrapper > ul ul li > a:hover{
  color: #459bfc;
  text-decoration: none;
}

.features-nav .hs-menu-wrapper > ul > li.active-branch {
  background-color: rgb(227, 227, 227);
}
.features-nav .hs-menu-wrapper > ul > li.active-branch ul li.active > a{
  color: rgb(69, 155, 252);
}
.fixed-header-on .header.fixed .features-nav {
  background: rgba(243,243,243,.4);
}



@media (min-width: 768px) {
  .features-nav .hs-menu-wrapper > ul > li{
    width: 16.66666667%;
    float: left;
  }
}

ul.append-list.hs-menu-children-wrapper li{
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  margin: 0 auto;
  padding:0;
}
.features-nav .hs-menu-wrapper ul.append-list.hs-menu-children-wrapper li a{
    
}
.features-nav:hover .hs-menu-wrapper ul.append-list.hs-menu-children-wrapper li a {
    
}
.features-nav .hs-menu-wrapper ul.append-list.hs-menu-children-wrapper li a .fa{
  display:block;
  position: relative;
  display: block;
  font-size: 90px;
  color: #323232;
  -webkit-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.features-nav .hs-menu-wrapper ul.append-list.hs-menu-children-wrapper li:hover .fa {
    color: #1d97d4;
}
ul.append-list.hs-menu-children-wrapper li a img {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
  display: block;
    max-width: 100%;
    height: auto;
}
.custom-footer{
  font-size: 16px;
  line-height: 1.46666667;
  font-weight: 300;
  font-family: roboto,sans-serif;
}
.subfooter {
  background-color: #f5f5f5;
  padding: 25px 0;
  border-top: 1px solid #eaeaea;
}
.subfooter {
  font-size: 14px;
  line-height: 1.3;
  color: #999;
}
.subfooter p {
  margin-bottom: 0;
}
.custom-footer .footer {
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.5;
}
.footer-content {
  padding: 20px 0;
} 
.custom-footer .footer h2.title {
  font-size: 22px;
  text-transform: none;
  margin-bottom: 10px;
}
.footer-content .separator-2, .footer-content .separator-3 {
  margin-bottom: 10px;
}
.custom-footer .footer nav {
  margin-bottom: 10px;
}
.footer_menu .hs-menu-wrapper > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer_menu .hs-menu-wrapper > ul:before, .footer_menu .hs-menu-wrapper > ul:after{
  display: table;
  content: " ";
}
.footer_menu .hs-menu-wrapper > ul:after{
  clear: both;
}
.footer_menu .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
  float: none;
}
.footer_menu .hs-menu-wrapper > ul > li+li {
  margin-top: 2px;
  margin-left: 0;
}
.footer_menu .hs-menu-wrapper > ul > li > a{
  position: relative;
  display: block;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.footer_menu .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
}
.footer_menu .hs-menu-wrapper > ul > li > a:after {
  font-family: fontawesome;
  content: "\f101";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.footer_menu .hs-menu-wrapper > ul > li > a:hover:after,
.footer_menu .hs-menu-wrapper > ul > li > a:focus:after{
  right: 10px;
}
.custom-footer .footer_menu.col-2 .hs-menu-wrapper > ul > li.active-branch > a{
  color: #459bfc;
  background-color: transparent;
  border-color: transparent;
}


.custom-footer .footer .logo-footer img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.custom-footer .footer .f-address ul {
  list-style: none;
  padding: 0;
}
.custom-footer .footer .f-address ul li {
  padding: 5px 0;
}
.custom-footer .footer .f-address ul li i{
  padding-right: 10px;
  min-width: 25px;
  text-align: center;
}
.custom-footer .footer .footer_search form {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}
.custom-footer .footer .footer_search form .form-group {
  margin-bottom: 15px;
}

.custom-footer .footer .footer_search form .form-groupIn:before, .custom-footer .footer .footer_search form .form-groupIn:after{
  content: '';
  display: table;
}
.custom-footer .footer .footer_search form .form-groupIn:after{
  clear: both;
}

.custom-footer .footer .footer_search form label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  font-family: roboto,sans-serif;
}
.custom-footer .footer .footer_search form input[type="text"] {
  font-family: inherit;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  -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;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding-right: 30px;
  border-color: #e1e1e1;
  color: #777;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  height: 30px;
  font-weight: 300;
}
.custom-footer .footer .footer_search form input[type="text"]:focus {
  border-color: #999;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  outline: none;
}
.custom-footer .footer .footer_search form .f_search_btn{
  font-family: inherit;
  display: inline-block;
  font-weight: 400;
  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-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  line-height: 1.46666667;
  border-radius: 3px;
  color: #fff;
  background-color: #1d97d4;
  border-color: #fff;
  border-width: 3px;
  padding: 3px 12px;
  margin: 0;
  text-decoration: none;
}
.custom-footer .footer .footer_search form .f_search_btn:hover,
.custom-footer .footer .footer_search form .f_search_btn:focus{
  color: #fff;
  background-color: #1770ae;
  border-color: #fff;
  border-width: 3px;
  outline: none;
  text-decoration: none;
}
.custom-footer .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  border-color: #202020;
  color: #fff;
  background-color: #202020;
}
.custom-footer .hs-search-field--open .hs-search-field__suggestions li a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 10px;
}
.custom-footer .hs-search-field--open .hs-search-field__suggestions li#results-for {
  padding: 5px 10px;
}
.custom-footer .hs-search-field--open .hs-search-field__suggestions li a:hover {
  background-color: #5a5a5a;
  color: #fff;
  text-decoration: none;
}

.scrollToTop {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0,0,0,.4);
  z-index: 1005;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.scrollToTop i {
  line-height: 46px;
  font-size: 24px;
}
.scrollToTop:hover {
  background-color: rgba(0,0,0,.6);
}

@media (min-width: 768px) {
  .custom-footer .footer .footer_search form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .custom-footer .footer .footer_search form input[type="text"] {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .custom-footer .footer .logo-footer img {
    width: 263px !important;
  }
  .subfooter {
    text-align: left;
  }
  .custom-footer .footer .title {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .footer-content {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.4);
  }
}