/* ******************************************************************************
*********************************************************************************
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 {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 24px;
  color: #494a52;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
  /*   font-size: 1rem; */
  line-height: 1.314285714;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

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

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

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

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

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.846153846;
}

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

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

strong {
  font-weight: bolder;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.714285714;

}

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

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

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

/* TODO */
small {

}
blockquote {
  margin-bottom: 24px;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
  margin: 0 0 1rem;
  border: 0 !important;
}

code {
  font-family: 'Lato',sans-serif;
  font-size: 12px;
  line-height: 2;
  padding: .2rem .4rem;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: .25rem;
}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline: none;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  width:auto;
  padding: 10px 30px;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

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


.hs-form label {
  font-size: 14px;
  color: #212529;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
form input, form select, form textarea{
  display: inline-block;
  width: 100%;
  padding: 7px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.714285714;
  color: #33475b;
  background-color: #f9f9f9;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-input textarea {
  min-height:150px;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
}

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: #b9554d;
}

.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 {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;

}

.hs-menu-item.active a {
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.banner {
  background: linear-gradient(168deg, rgba(46,172,244,1) 8%, rgba(70,111,232,1) 100%);
  position: relative;
  min-height: 291px;
}
.banner-content.page-center {
  border-bottom: none!important;
  font-size: 52px;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 95px;
  width: 100% !important;
  z-index: 1;
  font-family: 'Lato',sans-serif;
  color: #fff;
  left: 0;
  right: 0;
}
.banner-area .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-content.page-center h1 {
  color: #fff;
  font-size: 39px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top:0;
  margin-bottom:0;
}
.banner-content.page-center h2 {
  color: #fff;
  margin-top: 11px;
  text-transform: initial;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  display: none;
}
.box-shadow-circle img {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  border-radius: 50%;
  overflow: hidden;
}
.box-shadow-circle {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}
.iconpg_card figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
.custom-icon-with-button-inner .item {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.iconpg_card {
  top: -50px;
  position: relative;
  z-index: 1;
}
.custom-icon-with-button-inner {
  background-color: #fff;
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,.07), 5px 5px 15px -1px rgba(0,0,0,.07);
  border-radius: 10px;
  border: none;
  position: relative;
}
.custom-icon-btn-section {
  padding-top: 10px;
  display: block;
  margin-bottom: 21.73913043px;
  overflow: hidden;
}
.custom-icon-with-button-inner .content h1 {
  font-size: 24px;
  color: #4f4d63;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}
.custom-icon-with-button-inner .content p {
  padding-bottom: 0px;
  margin-bottom:0;
}
.custom-icon-with-button-section {
  margin-top: 97px;
}
.custom-icon-with-button-inner .item .content {
  padding: 0 30px;
  margin-top: -7.1% !important;
  padding-top: 27px;
}
.custom-icon-btn-section a.hs-button {
  border: 1px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-icon-with-button-inner .item .content .content-inner{
  min-height: 79px;
}
.hs-website-page .body-container .dnd-section[class*="force-full-width"]>.row-fluid {
  padding: 0;
}
.custom-icon-with-button-section.testimonial-main-section {
  width: 67.66%;
  margin: 0 auto;
}
.custom-icon-with-button-inner .item .content.testimonial-section {
  margin-left: 14% !important;
  margin-right: 13% !important;
  padding-top: 35px;
  padding-bottom: 20px;
}
.custom-icon-with-button-inner .item .content.testimonial-section p.testimonial-description {
  font-style: italic;
  margin-bottom: 1rem;
}
.custom-icon-with-button-inner .item .content.testimonial-section p.testimonial-designation {
  color: #b2b2b2;
}
.hs-website-page .body-container .dnd-column .span3.dnd-module {
  padding: 35px 15px 30px;
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,.07), 5px 5px 15px -1px rgba(0,0,0,.07);
  border-radius: 10px;
}
.hs-website-page .body-container .dnd-column .span3.dnd-module p:last-child {
  margin-bottom: 0;
}
.hs-website-page .body-container .dnd-section .dnd-column.span8 {
  width: 66.1%;
  margin: 0 auto;
}
.hs-website-page .body-container .dnd-section .dnd-column.span2 {
  margin: 0;
  width: 12.5%;
}
.custom-team-member-card-inner {
  text-align: center;
  margin-bottom: 30px;
}
.custom-team-member-card-inner .image {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 300px;
}
.custom-team-member-card-inner .image .overlay {
  background-color: rgba(60,191,151,0.7);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  transform: translate(0,80px);
}
.custom-team-member-card-inner .image:hover .overlay {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  -moz-transform: rotateY(0deg) scale(1,1);
  -ms-transform: rotateY(0deg) scale(1,1);
  -o-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.custom-team-member-card-inner .image img {
  vertical-align: middle;
}
.custom-team-member-card-inner .image .overlay h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0 0 0;
  color: #ffffff;
}
.custom-team-member-card-inner .image .overlay p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 6px 0;
  color: #ffffff;
}
.custom-full-width-content-section img {
  vertical-align: middle;
  height: auto;
}
.custom-full-width-content-section h2 {
  color: #fff;
}
.body-container .hs_cos_wrapper_type_rich_text img {
  vertical-align: middle;
}
.review-features-wrap .review-list {
  list-style: none;
  margin: 0 0 24px;
  line-height: 1.714285714;
  padding: 0;
  color: #212529;
  font-size: 14px;
}
.review-features-wrap.review-page ul.review-list {
    text-align: left;
}
.review-features-wrap .review-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  padding: 11.5px 15px;
  position: relative;
  list-style: none ;
  line-height: 1.714285714;
}
.review-features-wrap .review-list li > span {
  font-weight: bold;
}
.body-container__website .dnd-row > .row-fluid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.review-star {
  float: right;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.review-star .review-result-wrapper {
  white-space: nowrap;
  position: relative;
  color: #aaaaaa;
}
.review-result-wrapper i {
  font-style: normal;
  font-size: 16px;
  padding: 0;
  line-height: inherit;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-star:before {
  content: "\f005";
}
.review-list li:nth-child(2n) {
  background-color: #fafafa;
}
.review-point {
  position: relative;
  width: 100%;
}
.review-point .review-result-wrapper {
  background-color: #aaaaaa;
  position: relative;
  width: 100%;
  height: 22px;
}
.hs-managing-section_one {
  background: linear-gradient(to bottom,#f7f7f8 0%,#ffffff 36%,#ffffff 70%,#f7f7f8 100%);
  margin-bottom: 40px;
}
.hs-managing-section_one .dnd-section>.row-fluid .dnd-column {
  width: 930px;
  margin: 0 auto;
}
.hs-managing-section_one .dnd-column h1 {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 34px;
}
.hs-managing-section_one .hs-button {
  padding-top: 11px;
  padding-bottom: 11px;
}
.custom-tabber-feature-section > h2 {
  text-align: center;
  font-size: 24pt;
}
.custom-tabber-feature-section .tab {
  margin: 0 12.5%;
  clear: both;
  padding-top: 10px;
  overflow: hidden;
}
.custom-tabber-feature-section  .tabber-ul{
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.custom-tabber-feature-section .tab .tablinks {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: .5rem 1rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  transition: all .15s ease-in-out;
  background-color: #f5f5f6;
  color: #4e4d64;
  border: 0;
  cursor:pointer;
}
.custom-tabber-feature-section .tab .tablinks:hover ,
.custom-tabber-feature-section .tab .tablinks.active:hover{
  color: #fff;
  background: #3c77d3;
}
.custom-tabber-feature-section .tab .tablinks.active {
  color: #fff;
  background: #4486ee;
}
.tabcontent > h3 {
  display: none;
}
.custom-tabber-inner-section .item {
  width: 50%;
  float: left;
  padding: 15px;
  margin-bottom: 6%;
}
.custom-tabber-inner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: -50px;
}
.custom-tabber-inner-section .item .item-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 35px;
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,.07), 5px 5px 15px -1px rgba(0,0,0,.07);
  border-radius: 10px;
  border: none;
  background: #fff;
}
.custom-tabber-inner-section .item .item-inner .image {
  margin-top: -76px;
  position: relative;
  z-index: 100;
}
.custom-tabber-inner-section .item .item-inner .wpb_wrapper {
  align-items: center;
}
.custom-tabber-inner-section .item .item-inner .image figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
.custom-tabber-inner-section .item .item-inner .image figure .box_circle {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  border-radius: 50%;
  padding: 6px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.custom-tabber-inner-section .item .item-inner .image figure .box_circle img {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  border-radius: 50%;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.custom-tabber-inner-section .item .item-inner .content h2 {
  margin-top: 8px;
  margin-bottom: 0;
}
.custom-tabber-inner-section .item .item-inner .content {
  padding: 0 30px 30px;
}
.custom-tabber-inner-section .item .item-inner .content p {
  margin-bottom: 0;
}
.custom-tabber-inner-section .item:last-child,
.custom-tabber-inner-section .item:nth-last-child(2) {
  margin-bottom: 0;
}
.hs-managing-section_three {
  background: linear-gradient(to bottom,rgb(247,247,248) 0%,rgb(255,255,255) 18%,rgb(255,255,255) 100%);
  margin-top: 5%;
  padding-bottom: 20px;
}
.hs-managing-section_three .hs_cos_wrapper_type_rich_text {
  width: 73.666%;
  margin: 0 auto;
  display: block;
}
.hs-managing-section_four .span3.dnd-column {
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,.07), 5px 5px 15px -1px rgba(0,0,0,.07);
  border-radius: 10px;
  border: none;
  padding: 35px 15px 30px !important;
  width: 25%;
  margin-left: 30px;
}
.hs-managing-section_four .span3.dnd-column .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.hs-managing-section_five img {
  margin-top: 25px !important;
}
.hs-managing-section_four .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-managing-section_four .span3.dnd-column:first-child {
  margin-left: 0;
}
.hs-managing-section_four {
  padding-bottom: 5%;
}
.hs-managing-section_five {
  background: linear-gradient(to bottom,rgb(247,247,248) 0%,rgb(255,255,255) 18%,rgb(255,255,255) 100%);
}
.hs-managing-section_seven {
  background: linear-gradient(to bottom,#f7f7f8 0%,#ffffff 36%,#ffffff 70%,#f7f7f8 100%);
}
.hs-managing-section_eight .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0;
}
.hs-managing-section_eight .custom-icon-with-button-section {
  margin-top: 70px;
}
.hs-managing-section_eight {
  margin-bottom: 100px;
  padding-top: 45px;
}
.hs-managing-section_nine .custom-icon-with-button-section.testimonial-main-section {
  padding-top: 50px;
  width: 77%;
}
.custom-tabber-feature-section .tabcontent {
  display: none;
}
.solution-banner .banner-content.page-center {
  top: 125px;
}
.custom-tabber-feature-section #Collect.tabcontent {
  display: block;
}
.hs-pricing_one .hs_cos_wrapper_type_rich_text a {
  color: #25d5b1;
}
.hs-pricing_one .hs_cos_wrapper_type_rich_text a:hover {
  color: #4f4d63;
}
.hs-pricing_one .span3.dnd-module {
  width: 25%;
  padding: 8px;
  margin: 0;
}
.hs-pricing_one .dnd-row > .row-fluid {
  padding-left: 7%;
  padding-right: 7%;
}
.hs-pricing_six {
  margin-top: 50px;
}
.hs-pricing_seven {
  background: linear-gradient(to bottom,#f7f7f8 0%,#ffffff 36%,#ffffff 70%,#f7f7f8 100%);
}
.hs-pricing_eight {
  margin-bottom: 100px;
}
.hs-pricing_nine .custom-icon-with-button-section.testimonial-main-section {
  padding-top: 50px;
  width: 77%;
}
.hs-home-one .dnd-section>.row-fluid {
  max-width: 100%;
  width: 1200px;
  padding: 5rem 3rem 3rem;
}
.hs-home-one .custom-full-width-content-section h2 {
  margin-top: 6px;
  font-size: 4rem;
  font-weight: 700;
}
.hs-home-one .custom-full-width-content-section p {
  color: #fff;
}
.hs-home-one .hs_cos_wrapper_type_cta {
  display: block;
  /* margin-top: 39px; */
  padding-left: 192px;
  margin-bottom: 27px;
}
.hs-home-one  a.cta_button.hs-button {
  padding-top: 11px;
  padding-bottom: 11px;
}
.hs-home-one .hs-button {
  margin-top: 39px;
}
.hs-home-one .hs-button:not(.cta_button) {
  margin-left: -190px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.hs-home_two {
  padding-top: 13px;
}
.custom-company-logo .item {
  width: 19.666667%;
  float: left;
  text-align: center;
}
.custom-company-logo {
  overflow: hidden;
  width: 84%;
  margin: 0 auto;
  padding-top: 11px;
  padding-bottom: 13px;
}
.hs-home_three {
  background: linear-gradient(to bottom,#f7f7f8 0%,#ffffff 36%,#ffffff 70%,#f7f7f8 100%);
  padding-top: 33px;
}
.hs-home_four {
  background: linear-gradient(to bottom,#f7f7f8 0%,#ffffff 36%,#ffffff 70%,#f7f7f8 100%);
}
.hs-home_four .hs_cos_wrapper_type_cta {
  margin-top: 32px;
  display: block;
  margin-bottom: 11px;
}
.hs-home_five .custom-full-width-content-section p {
  color: #fff;
}
.hs-home_seven .custom-full-width-content-section p {
  color: #fff;
}
.hs-home_seven .custom-full-width-content-section p {
  color: #fff;
}
.hs-home_eight .span3.dnd-module {
  width: 25%;
  margin: 0;
  padding: 12.5px;
}
.hs-home_eight .dnd-section>.row-fluid {
  padding: 0;
}
.hs-home_eight .custom-icon-with-button-section {
  margin-top: 44px;
}
.hs-home_eight .custom-icon-with-button-inner .item .content {
  padding: 0 15px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.hs-home_eight .custom-icon-with-button-inner .item .content .custom-icon-btn-section {
  padding-top: 44px;
}
.hs-home-ten {
  background: linear-gradient(to bottom,#f7f7f8 0%,#ffffff 36%,#ffffff 70%,#f7f7f8 100%);
}
.hs-home-eleven .custom-icon-with-button-section {
  margin-top: 60px;
}
.hs-home-eleven .span6.dnd-module {
  width: 50%;
  margin: 0;
  padding: 12.5px;
}
.hs-home-eleven .dnd-section>.row-fluid {
  padding: 0;
}
.hs-home-twelve .custom-icon-with-button-section.testimonial-main-section {
  width: 76.5%;
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #e9ecef;
  background: transparent;
}
.table-bordered th {
  font-size: 16px;
  line-height: 2.181818182;
  font-weight: 700;
  text-transform: uppercase;
  color: #636363;
}
.table-bordered {
  border: 1px solid #e9ecef;
  border-collapse: collapse;
  width: 100%;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
  text-align: left;
}
.table tbody {
  border-top: 16px solid #fff;
  border-bottom: 16px solid #fff;
  background-color: #fff;
  border-right: 50px solid #fff;
  border-left: 50px solid #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
.table-bordered button:hover {
  background: #363636;
  color: #fff;
}
.table-bordered button {
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: inherit;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: .428571429rem;
  cursor: pointer;
  background: #f9f9f9;
}
.table tbody td {
  font-size: 13px;
}
.review-features-wrap {
  border-bottom: 2px solid #e7e7e7;
}
.body-container ul li, .body-container ol li{
/*   font-size: 14px;
 */
  color: #212529;
}
.body-container ul , .body-container ol {
  padding-left:36px;
}
.hs-contact-one .custom-icon-with-button-section {
  margin-top: 53px;
}
.hs-contact-one .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding: 12.5px !important;
}
.no-banner main.body-container-wrapper {
  padding-top: 40px;
}
.hs-contact-one .dnd-section>.row-fluid {
  padding: 0;
}
.hs-contact-one .custom-icon-with-button-inner .item .content {
  padding-top: 3px;
}
.hs-contact-seven .custom-icon-with-button-section {
  margin-top: 34px;
}
.hs-contact-four .span3.dnd-column a:hover {
  color: #4f4d63!important;
}
.hs-contact-eight .custom-icon-with-button-section.testimonial-main-section {
  width: 77%;
}
.hs-contact-seven .dnd-section>.row-fluid {
  padding: 0;
}
.hs-contact-eight .custom-icon-with-button-inner .item .content.testimonial-section {
  margin-left: 12% !important;
  margin-right: 12% !important;
}
.hs-contact-seven .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding: 12.5px !important;
}
.hs-contact-two {
  background: linear-gradient(to bottom,#f7f7f8 0%,#ffffff 36%,#ffffff 70%,#f7f7f8 100%)!important;
  padding-top: 20px;
  padding-bottom: 7px;
}
.hs-conatct-three .hs_cos_wrapper_type_rich_text p {
  width: 73.666%;
  margin-left: auto;
  margin-right: auto;
}
.hs-contact-four .span3.dnd-column {
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,.07), 5px 5px 15px -1px rgba(0,0,0,.07);
  border-radius: 10px;
  border: none;
  padding: 35px 15px 30px !important;
}
.hs-contact-four .dnd-section>.row-fluid {
  padding: 0;
}
.hs-contact-four {
  padding-bottom: 3.7%;
}
.hs-contact-four .span3.dnd-column .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.hs-pricing_eight .custom-icon-with-button-section {
  margin-top: 70px;
}
.hs-pricing_eight .custom-icon-with-button-section .custom-icon-with-button-inner .item .content {
  padding-top: 0;
}
.hs-about-one .dnd-column {
  width: 74.66%;
  margin: 0 auto !important;
}
.hs-about-two {
  background: linear-gradient(to bottom,rgb(247,247,248) 0%,rgb(255,255,255) 18%,rgb(255,255,255) 100%);
}
.hs-about-five .custom-icon-with-button-section {
  margin-top: 56px;
}
.hs-about-six .custom-icon-with-button-section.testimonial-main-section {
  width: 77%;
}
.hs-about-six .custom-icon-with-button-inner .item .content.testimonial-section p.testimonial-description {
  font-style: normal;
}
.hs-pricing_eight .span6:first-of-type .custom-icon-btn-section {
  padding-top: 32px;
}
.pricing-banner .banner-content.page-center {
  top: 125px;
}
.banner-section.style-section-banner {
  background: linear-gradient(to right, #39aafb, #4581ec);
  height: 291px;
}
.no-banner main.body-container-wrapper.hs-website-page.hs-style-guide-page {
  padding-top: 0;
}
.hs-style-guide-page .row-fluid .dnd-module {
  width: 96%;
  margin: 0 auto;
  padding: 5px 8px;
}

.hs-style-guide-page .dnd-section>.row-fluid {
  max-width: 1140px;
}
.no-banner main.body-container-wrapper.hs-home-page {
  padding-top: 1px;
}

@media(max-width:1800px){
  .custom-icon-with-button-inner .item .content {
    padding-top: 0;
  }
  .custom-icon-with-button-inner .item .content.testimonial-section {
    margin-left: 12% !important;
    margin-right: 12% !important;
    padding-top: 27px;
  }

}
@media(max-width:1600px){


}
@media(max-width:1439px){
  .banner {
    min-height: 296px;
  }
  .custom-tabber-feature-section .tab img {
    max-width: 100%;
    height: auto;
  }
  .custom-tabber-inner-section {
    margin-top: -30px;
  }
  .hs-managing-section_five img {
    width: auto !important;
    max-width: 100%;
  }
  .hs-home_two .dnd-section>.row-fluid {
    padding: 0;
  }
  .custom-company-logo .item {
    padding: 0 15px;
  }
  .hs-about-one {
    padding-top: 30px;
  }
}
@media(max-width:1366px){
  .hs-managing-section_one .dnd-column h1{
    margin-left:0;
    margin-right:0;
  }
}
@media(max-width:1280px){

  .hs-website-page .body-container .dnd-column .span3.dnd-module p a {
    word-break: break-word;
  }
  .about-banner .banner {
    margin-bottom: 10px;
  }
}
@media(max-width:1200px){
  .banner {
    min-height: 300px;
  }
  .banner-section.pricing-banner .banner {
    margin-bottom: 40px;
  }
  .banner-section.contact-banner .banner {
    margin-bottom: 50px;
  }
  .solution-banner .banner {
    margin-bottom: 0;
}
  .custom-tabber-inner-section {
    margin-top: 0;
  }
  .hs-managing-section_one .dnd-section>.row-fluid .dnd-column {
    width: 100%;
  }
  .hs-home_two .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .hs-home_eight .custom-icon-with-button-inner .item .content {
    padding-left: 0;
    padding-right: 0;
  }
  .banner{
    margin-bottom: 50px;
  }
  .hs-contact-four .span3.dnd-column a {
    word-break: break-all;
  }
  .hs-style-guide-page .dnd-section>.row-fluid {
    max-width: 960px;
  }
}
@media(max-width:1180px){

}
@media(max-width:1024px){
  .banner-content.page-center h1{
    font-size:32px;
  }
  .custom-icon-with-button-inner .item .content.testimonial-section {
    padding-top: 10px;
  }

  .banner-content.page-center h2{
    font-size:24px;
  }
  .hs-managing-section_one .dnd-section>.row-fluid {
    max-width: 100%;
  }
}
@media(max-width:991px){
  .hs-home-one .custom-full-width-content-section h2 {
    margin-top: 6rem;
  }

  .hs-home-one .dnd-section>.row-fluid {
    padding: 3rem 26px;
    display: block !important;
  }
  .hs-style-guide-page .dnd-section>.row-fluid {
    max-width: 720px;
  }
}
@media(max-width:980px){
  .hs-about-two .span3.dnd-module {
    width: 47%;
    float: left;
    padding: 12.5px;
  }
}
@media(max-width:930px){
  .hs-home-one .hs_cos_wrapper_type_cta {
    padding-left: 0;
  }
  .hs-home-one .hs-button:not(.cta_button) {
    margin-left: 0;
  }
}
@media(max-width:767px){
  .hs-about-one .dnd-column {
    width: 100%;
  }
  .hs-managing-section_one {
    padding-top: 30px;
}

  .custom-icon-with-button-section.testimonial-main-section {
    width: 100%;
  }
  .hs-website-page .body-container .dnd-column .span3.dnd-module {
    margin-bottom: 30px;
  }
  .hs-about-one .dnd-section>.row-fluid {
    padding: 0;
    max-width: 100%;
  }
  .hs-about-six .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }

  .hs-about-six .custom-icon-with-button-section.testimonial-main-section {
    width: 100%;
  }
  .custom-team-member-card-inner {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-website-page .body-container .dnd-section .dnd-column.span2 {
    width: 100%;
  }
  .banner-section.pricing-banner .banner {
    margin-bottom: 50px;
  }
  .hs-style-guide-page .row-fluid .dnd-module {
    padding: 5px 0;
  }

  .hs-style-guide-page .dnd-section>.row-fluid {
    padding: 0;
  }
  .hs-website-page .body-container .dnd-section .dnd-column.span8 {
    width: 100%;
  }
  .body-container .hs_cos_wrapper_type_rich_text img {
    display: block;
    text-align: center;
    margin: 0 auto 30px!important;
  }
  .body-container__website .dnd-row>.row-fluid {
    display: block;
  }
  .hs-managing-section_one .dnd-section>.row-fluid {
    padding: 0;
  }
  .custom-tabber-feature-section .tabber-ul {
    width: 100%;
    float: none;
  }
  .hs-managing-section_two .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }
  .custom-tabber-feature-section .tab {
    margin: 0 10%;
  }
  .custom-tabber-inner-section {
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
  }
  .custom-tabber-inner-section .item {
    width: 100%;
    float: none;
  }
  .hs-managing-section_two .hs_cos_wrapper_type_cta {
    margin: 0 0 25px;
    display: block;
  }
  .hs-managing-section_three .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }
  .hs-managing-section_three .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }
  .hs-managing-section_four .span3.dnd-column {
    width: 100%;
    margin: 0 0 30px;
  }
  .hs-managing-section_four {
    padding-top: 60px;
  }
  .hs-managing-section_five .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }
  .hs-managing-section_five .dnd-section {
    margin-bottom: 0px !important;
  }
  .hs-managing-section_nine .custom-icon-with-button-section.testimonial-main-section {
    width: 100%;
  }
  .hs-pricing_one .span3.dnd-module {
    width: 80%;
    margin: 0 auto;
  }
  .hs-pricing_two .dnd-section>.row-fluid {
    max-width: 100%;
    padding:0;
  }

  .hs-pricing_five .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .hs-pricing_nine .custom-icon-with-button-section.testimonial-main-section {
    width: 100%;
  }

  .hs-pricing_nine .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .hs-home-one .hs-button:not(.cta_button) {margin-top: 10px;margin-bottom: 30px;}

  .custom-company-logo .item {
    width: 100%;
    float: none;
  }

  .hs-home_four .span6:first-of-type {
    margin-bottom: 35px;
  }

  .hs-home_five .span6:first-of-type {
    margin-bottom: 20px !important;
  }

  .hs-home_seven .span6:first-of-type {
    margin-bottom: 22px;
  }

  .hs-home_eight h2 {
    margin-top: 10px;
  }

  .hs-home_eight .span3.dnd-module {
    width: 100%;
  }

  .hs-home_eight .custom-icon-with-button-inner .item .content {
    padding-top: 0;
  }

  .hs-home_eight .custom-icon-with-button-inner .item .content .custom-icon-btn-section {
    padding-top: 15px;
  }

  .hs-home-eleven .span6.dnd-module {
    width: 100%;
  }

  .hs-home-twelve .custom-icon-with-button-section.testimonial-main-section {
    width: 100%;
  }

  .hs-home-twelve .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }
  .hs-contact-one .span6.dnd-column {
    width: 100%;
  }
  .hs-contact-two .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .hs-conatct-three .hs_cos_wrapper_type_rich_text p {
    width: 100%;
  }
  .hs-conatct-three .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }
  .hs-contact-four .span3.dnd-column {
    margin-bottom: 20px;
  }
  .hs-contact-four {
    padding-bottom: 2%;
  }
  .hs-contact-seven .span6.dnd-column {
    width: 100%;
  }
  .hs-contact-eight .custom-icon-with-button-section.testimonial-main-section {
    width: 100%;
  }
  .hs-contact-eight .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }
  .hs-about-two .span3.dnd-module {
    width: 50%;
  }
  .hs-conatct-three {
    padding-top: 60px;
  }
  .review-features-wrap {
    margin-bottom: 15px;  
  }
}
@media(max-width:685px){
  .hs-about-two .span3.dnd-module {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
@media(max-width:600px){
  .banner-content.page-center h1 {
    font-size: 28px;
  }
  .banner-content.page-center h2{
    font-size:19px;
  }
  .hs-pricing_one .span3.dnd-module{
    width: 100%;
  }
  .hs-pricing_one .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0;
  }
}
@media(max-width:479px){
  .custom-icon-with-button-inner .item .content {
    padding: 0;
  }
  .review-features-wrap.review-page .review-list .review-star {
    display: inline-block;
    float: right;
}
  .body-container .hs_cos_wrapper_type_rich_text img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }
  .custom-tabber-inner-section {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-tabber-inner-section .item .item-inner .content {
    padding: 0 11px 30px;
  }
  .banner {
    min-height: 350px;
  }
  .hs-home-one .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-home-one .custom-full-width-content-section h2 {
    font-size: 51px;
  }
  .table-bordered th {
    font-size: 10px;
  }

  .table-bordered button {
    font-size: 10px;
  }

  .table tbody {
    border-left: 20px;
    border-right: 20px;
  }
}
@media(max-width:400px){
  .hs-home-one .custom-full-width-content-section h2 {
    font-size: 41px;
  }
  .hs-contact-five .dnd-section>.row-fluid {
    padding: 0;
  }
  .solution-banner .banner {
    min-height: 380px;
  }
}

main.body-container-wrapper.hs-review-page {
  margin-top: 8.24em;
}
.blog-full {
  line-height: 30px;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  color: #212529;
}
.blog-full article {
  border-bottom: 0 double #ededed;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.blog-full .entry-content {
  line-height: 1.714285714;
  padding: 10px 15px;
  margin-bottom: -1.4%;
  margin-top: 2rem;
}
.blog_content {
  margin-top: 40px;
  padding-bottom: 50px;
}
.blog_card {
  width: 95%;
  margin: -10% 3% 3% 3%;
  padding: 2.34em;
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,.07), 5px 5px 15px -1px rgba(0,0,0,.07);
  border-radius: 10px!important;
  border: none!important;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.entry-header {
  margin-bottom: 1.714285714rem;
  padding: 10px 15px;
  position: relative;
  display: block;
  object-fit: cover;
  text-align: center;
}
.entry-header .entry-title {
  font-size: 36px!important;
  line-height: 1.2;
  font-weight: 700;
}
.blog-full h2 a {
  font-weight: 700;
  text-decoration: none;
  color: #35353d;
}
.blog-full h2 a:hover {
  color: #4f4d63;
}
.hs-review-page .w-md-50 {
  width: 50%;
}
.review-wrapper {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reviewer-details p {
  margin: 0;
  line-height: 1.714285714;
  font-size: 14pt;
}
.review-dialog .review-wrapper {
  border: none;
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 78vh;
  overflow-y: auto;
}
.review-wrapper {
  font-family: 'Open Sans', sans-serif;
}
.review-wrapper {
  width: 100%;
  float: left;
}
.review-wrapper, 
.review-title, 
.review-desc p, 
.reviewed-item p {
  color: #555555;
}
.review-list li, .review-wrapper {
  background: #ffffff;
}
.review-wrapper, 
.review-title, 
.review-list li, 
.review-list li:last-child, 
.user-review-area, 
.reviewed-item, 
.review-links, 
.wpr-user-features-rating {
  border-color: #e7e7e7;
}
.blog-full.featured .featured-review-content .review-wrapper {
  max-height: none;
  overflow: auto;
}
.reviewer-details {
  padding-top: 10px;
  margin-bottom: 1.4rem;
  text-align: left;
}
.post-type-archive-ss-reviews .review-features-wrap, 
.single-ss-reviews .review-features-wrap {
  flex: 1 1 40%;
}
.review-features-wrap .review-list {
  text-align: center;
}
.review-list li:nth-child(2n) {
  background-color: #fafafa;
}
.review-features-wrap .review-list li {
  padding: 10px 15px 13px;
}
.review-features-wrap .review-list:last-child li {
  padding-bottom: 10px;
}
.review-result {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.review-desc {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-pros-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px 30px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-pros-cons {
  display: block;
}
.review-desc p, .review-pros, .review-pros div, .review-pros p:not(.mb-5), .review-cons p:not(.mb-5) {
  color: #555;
  font-size: 18px;
}
#content .review-summary-title, #content .reviewed-item p, .entry-content .review-summary-title, .entry-content .reviewed-item p {
  margin-bottom: 5px;
}
.review-desc p:last-child {
  margin-bottom: 0;
}
.review-pros-cons .review-pros {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-pros-cons .review-cons {
  padding-left: 0 !important;
}
.review-cons {
  margin-top: 1.4rem;
}
.review-dialog p.review-summary-title, .review-dialog .review-pros p.mb-5, .review-dialog .review-cons p.mb-5 {
  color: #000;
  font-size: 22px;
  text-align: left;
}
.review-pros-cons .review-cons .mb-5 strong:before, .review-pros-cons .review-pros .mb-5 strong:before {
  content: "\f164";
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: 5px;
  opacity: .7;
}
.review-pros-cons .review-cons .mb-5 strong:before {
  content: "\f165";
}
.review-pros-cons .review-pros p.mb-5, .review-pros-cons .review-cons p.mb-5 {
  margin-bottom: 0.5rem !important;
}
.review-percentage .review-result, .review-point .review-result {
  background: currentColor;
  height: 22px;
}
.blog_card .review-features-wrap {
  border-bottom: none;
}
.blog-three-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.blog-three-grid .blog-full {
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  width: 32.433%;
  margin-right: 1.3%;
}
.blog-three-grid .blog-full:nth-child(3n) {
  margin-right: 0;
}
.blog-three-grid .blogpost_box {
  display: block;
  float: left;
  width: 100%;
}
.blog-three-grid .custom-card-blog {
  padding: 1em;
  margin: 2.34em;
}
.blog-three-grid .card {
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,.07), 5px 5px 15px -1px rgba(0,0,0,.07);
  border-radius: 10px!important;
  border: none!important;
}
.blog-three-grid .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.blog-three-grid .blog-full > .blogpost_box > .card {
  min-height: 275px;
}
.blog-three-grid .blog-three-grid h2 {
  font-size: 22px!important;
}
.blog-three-grid .blog-full h2.title {
  float: left;
  font-weight: 600;
  margin: 15px auto;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  font-size: 22px;
  line-height: 1.1;
}
.blog-three-grid .blog-full h2 a {
  color: #35353d;
  font-weight: 700;
}
.blog-three-grid .blogpost_box .entry {
  display: inline-block;
  float: left;
  margin: 0 auto;
  width: 100%;
}
.blog-three-grid .review-starr {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.blog-three-grid .custom-card-blog .review-star {
  display: block;
  float: none;
}
.blog-three-grid .review-result-wrapper {
  white-space: nowrap;
  position: relative;
}
.blog-three-grid .review-star .review-result-wrapper {
  display: inline-block;
}
.blog-three-grid .topBlog, .blog-three-grid .bottomBlog {
  display: block;
  float: left;
  font-size: 13px;
  padding: 10px 15px;
  width: 100%;
}
.blog-three-grid .custom-blog-button {
  padding: 6px 25px;
  margin-top: 1.5em;
  -webkit-appearance: button;
  border-radius: 10px;
  background: linear-gradient(to right, #29d9a4, #1fcbc5);
  border: none;
  color: white;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.page-navi-wrap {
  float: left;
  margin: 0 0 2%;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.page-navi-wrap nav {
  display: block;
  clear: both;
  line-height: 2;
  overflow: hidden;
  padding: 10px 40px;
}
.page-navi-wrap nav a {
  display: inline-block;
  font-size: 16px;
  margin: 0 2px;
  background: rgba(0,0,0,.05) none repeat scroll 0% 0%;
  font-weight: 700;
  padding: 4px 15px;
  color: #232323;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
}
.page-navi-wrap nav a:hover,
.page-navi-wrap nav a.active{
  background: #35353d;
  color: #fff!important;
}
section.popupbox {
  display: block;
  width: 100%;
}

.dialog-overlay {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
[data-a11y-dialog-native] .dialog-overlay, .review-dialog .dialog-overlay, .review-dialog dialog {
  display: none;
}
.review-dialog dialog[open] {
  display: block;
}
.review-dialog dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.66);
}

.popupbox .review-dialog .dialog-content {
  background-color: rgb(255, 255, 255);
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  max-width: 1000px;
  border-radius: 2px;
}
.popupbox .blog_card {
  padding: 0;
  margin: 0;
  box-shadow: none;
  width: 100%;
}

.popupbox .blog-full .entry-content {
  padding: 0;
  margin: 0;
}
.popupbox .blog-full {
  margin-bottom: 0;
}
.review-dialog header.entry-header {
  margin: 0;
  padding: 0;
}
.review-dialog .entry-title {
  font-size: 26px !important;
  color: #000;
  text-align: center;
  font-weight: 700;
  margin: 0;
  margin-bottom: 2rem;
  background: transparent;
  line-height: 1.1;
}
.review-dialog .close-button {
  background: none;
  border: none;
  font-size: 20px;
  text-align: right;
  float: right;
  -webkit-appearance: initial;
  padding: .428571429rem;
  cursor: pointer;
  line-height: 1.5;
}
.review-dialog .close-button:hover {
  color: #000 !important;
  font-weight: 900;
}
.popupbox .blog_content {
  margin: 0;
  padding: 0;
}
.popupbox .reviewer-details p {
  line-height: 1.5;
}
.popupbox .review-features-wrap .review-list li {
  padding: 10px 15px;
}
.popupbox .review-features-wrap .review-list {
  text-align: left;
  margin-bottom: 1rem;
}
.popupbox .review-dialog .review-desc p, .popupbox .review-dialog .review-pros p, .popupbox .review-dialog .review-cons p {
  line-height: 1.5;
}
.review-detail-page .review-features-wrap ul.review-list {
  text-align: left;
}
.review-detail-page .review-detail-top-pane .blog_card {
  max-width: 960px;
  margin: 0 auto;
}
.review-detail-page {
  margin-top: -5.95em;
}
.review-detail-page .review-desc p, .review-detail-page .review-pros p, .review-detail-page .review-cons p {
  line-height: 1.3;
}
.review-detail-bottom-pane .review-wrapper {
  float: none;
}
.review-detail-bottom-pane {
  padding: 0 30px;
}
.review-detail-bottom-pane p.review-summary-title {
  text-align: center;
  color: #000;
}

nav.post-navigation {
  max-width: 960px;
  margin: 0 auto 2rem;
  clear: both;
  line-height: 2;
  overflow: hidden;
}
.nav-previous, .previous-image {
  float: left;
  width: 50%;
  padding: 10px;
}
.nav-next, .next-image {
  float: right;
  padding: 10px;
  text-align: right;
  width: 50%;
}
.page-navi-wrap nav a.active {
  pointer-events: none;
  cursor: text;
}
nav.post-navigation .nav-links a {
  border-radius: 10px;
  background: linear-gradient(to right, #29d9a4, #1fcbc5);
  border: none !important;
  color: white !important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 5px 15px;
}
nav.post-navigation .nav-links a strong {
  font-weight: 400;
}
nav.post-navigation .nav-links a:hover {
  color: #4f4d63 !important;
}

@media screen and (min-width: 600px){
  .entry-header .entry-title {
    margin-top: 0;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .hs-review-page .dnd-section>.row-fluid {
    max-width:540px;
  }
}

@media (min-width: 768px) {
  .hs-review-page .dnd-section>.row-fluid {
    max-width:720px;
  }
  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .popupbox .review-dialog .dialog-content {
    padding: 1.56em;
  }
}

@media (min-width: 992px) {
  .hs-review-page .dnd-section>.row-fluid {
    max-width:960px;
  }
}

@media (min-width: 1200px) {
  .hs-review-page .dnd-section>.row-fluid {
    max-width:1140px;
  }
}
@media (max-width: 1024px) {
  .popupbox .review-dialog .dialog-content {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .blog-three-grid .blog-full {
    width: 48.5%;
    margin-right: 1.3% !important;
  }
  .blog-three-grid .blog-full:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  main.body-container-wrapper.hs-review-page {
    margin-top: 0px;
  }
  .hs-review-page .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .hs-review-page .w-md-50 {
    width: 100%;
  }
  .review-dialog .review-wrapper {
    border: none;
    flex: 1 1 1000%;
    max-width: 100%;
    max-height: none;
    overflow: auto;
  }
  .blog-three-grid .blog-full {
    width: 100%;
    margin-right: 0 !important;
  }
  .blog-three-grid .blog-full > .blogpost_box > .card {
    min-height: 0;
    padding-bottom: 2em;
  }
  .popupbox .review-dialog .dialog-content {
    transform: none;
    top: 5%;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 90%;
    width: 95%;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }
  .review-detail-page {
    margin-top: 0;
  }
  .review-detail-page .review-wrapper {
    float: none;
  }
  .review-detail-top-pane {
    padding: 0 15px;
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .blog_card {
    width: 100%;
    padding: 42px 20px;
  }
  .blog-full .entry-content, .review-desc, .review-pros-cons {
    padding-left: 0;
    padding-right: 0;
  }
  .review-list .review-star {
    display: block;
    float: none;
  }
  .review-detail-bottom-pane .review-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry-header .entry-title {
    font-size: 29px !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.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #ffffff !important;
  font-size: 18px;
}
header.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 9;
    padding: 20px !important;

}
header.header.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px !important;
}
.header__container {
      justify-content: space-between;
    align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */


.header__logo {

  overflow: hidden;
  padding-left: 0px !important;
  
  display: inline-block;
  font-weight: 700;

}
.header__column {
 
}
.header__logo img {
 max-width: 237px;

}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}


/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}
.custom-btn-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-btn-section ul li {
  display: inline-block;
}
.custom-btn-section ul li.transparent-btn > a {
  border: 1px solid #25d5b1;
  border-radius: 10px;
  padding: 10px 27px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
}
li.hs-button-section.cta {

}
.custom-btn-section ul li a {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.custom-menu-primary > div {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
}
.custom-btn-section ul li a.hs-button {

  background: #155eef;
      border: 0px solid #155EEF;
    padding-top: 15px !important;
    padding-right: 40px!important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
    font-family: Poppins, sans-serif;
    font-style: normal !important;
    font-weight: 600;
    text-decoration: none;
    background-color: rgba(21, 94, 239, 1.0)!important;
    border-radius: 50px!important;
    color: #fbfbfa;
    fill: #fbfbfa;
    font-size: 18px;

margin-left: 1rem;

  text-transform: none !important;
  
  
}

.hs-button, .button--primary, .custom-btn-section ul li a.hs-button{
  background: gba(21, 94, 239, 1.0)!important;
}


.custom-btn-section {
  padding-right: 0px;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__logo--tablet {
    display: block;
  }
}
@media(max-width:1439px and (min-width:768px)){
  .header__logo {
    padding-left: 16px !important;
  }
  header.header {
    padding: 5px 0 0;
  }
  .custom-btn-section {
    padding-right: 14px;
  }

}
@media(max-width:1279px) and (min-width:768px){
  .header__logo {
    padding-left: 31px !important;
  }
  .custom-btn-section {
    padding-right: 0px;
  }
}
@media(max-width:1200px) and (min-width:768px){

  header.header {
    padding: 20px 0 0;
  }
}
@media(max-width:1156px) and (min-width:768px){
  .header__logo img{
    width: 100% !important;
  }
  .header__column {
    margin-left: 0;
  }
  .header__logo {
    width: 22%;
    float: left;
  }
}
@media(max-width:1117px) and (min-width:768px){
  .custom-btn-section ul li a {
    font-size: 11px;
  }
  .navigation-primary a {
    font-size: 11px !important;
  }
}
@media(max-width:920px) and (min-width:768px){
  li.hs-button-section.cta {
    margin: 0;
  }
  .custom-btn-section ul li a {
    font-size: 9px;
  }
  .navigation-primary a {
    font-size: 9px !important;
    padding: 8px 8px;
  }
  .custom-btn-section ul li a.hs-button {
    padding: 8px 8px;
  }
}
@media(max-width:793px) and (min-width:768px){
  .header__logo {
    width: 19%;
  }
}
@media(min-width:767px){
  header.header {
    min-height: 78.48px;
    padding-top: 16px;
  
  }
  

  
}
/* Mobile Styles */

@media (max-width: 767px) {
  
.custom-btn-section ul li a.hs-button {
  margin-left: 0px;
  }
  
.custom-menu-primary {
    overflow: visible !important;
    height: auto !important;
}
  
  .header__container {
    flex-direction: column;
    display: inline;
   
  }
  .header__logo {
    padding: 20px 1em 0 20px !important;
    padding-bottom:0px !important;
  }
  .header__column {
    float: none;
    margin: 0;
    padding:0;
  }
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: auto;
    background-color: #35353d;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 0;
    display:block;
    width: auto;
  }

  .header__navigation--toggle {
    background-image: none;
    height: 11px;
    width: 20px;
    cursor: pointer;
    position:absolute;
    top: -40px;
    right: 5px;
    margin: 0;
  }
  .header__navigation--toggle:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: '';
  }
  .header__navigation--toggle:after {
    position: absolute;
    top: 6px;
    right: 0px;
    display: block;
    height: 4px;
    width: 20px;
    left: auto;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    left: auto;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

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

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: none;
  }
  
  header.header, header.header.sticky{
    padding:0px !important;
  }
  
  .header__navigation--toggle.active:before {
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
  }
  .header__navigation {
    background:#f4f6fa;
  }
  .header__navigation--toggle.active:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .custom-menu-primary>div {
    display: block;
    margin-top:0px !important;
  }
  .custom-btn-section {
    padding: 0 20px 20px;
  }
  .custom-btn-section ul li {
    display: block;
  }
  li.hs-button-section.cta {
    margin: 0;
  }
  .custom-btn-section ul li a.hs-button {
    width: 100%;
    text-align: left;
  }
  .custom-btn-section ul li.hs-button-section {
    margin-bottom: 9px;
  }
  .custom-btn-section ul li.transparent-btn>a {
    width: 100%;
  }
  li.hs-button-section.cta * {
    box-sizing: border-box !important;
  }
}
@media(max-height:600px) and (max-width:767px){
  .custom-menu-primary {
    overflow: visible;
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  padding: 0 15px;
  margin: 0 auto;
}
.footer-top-section {
  font-size: 16px;
  line-height: 2.0;
  padding: 4em 2% 2em 4%;
}
.footer-top-section .footer__container{
  max-width: 100%;
}
.footer-bottom-section {
  padding: 31px 0 14px;
}
p.footer-title img {
  vertical-align: middle;
}
.footer-top-section ul li.hs-menu-item a {
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 2;
  display: inline-block;
}

.footer-top-section ul li {
  display: block;
  width: 100%;
  line-height:2.0;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align:center;
}
.footer__main .row-fluid {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer__main .row-fluid .span3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 2.0;
  width: 100%;
  margin-left: 0;
}
.footer__main .row-fluid .span2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  margin: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer__main .row-fluid .span4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.footer__main .row-fluid .span5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  margin: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 2px;
}
.footer__main h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top:0;
  margin-bottom: 20px;
}
.footer__main ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer__main .hs-rss-item {
  margin: 12px 0;
}
.footer-logo {
    padding-top: 3px;
}
p.footer-title a.rsswidget:last-of-type {
    margin-left: 2px;
}
.footer__main .hs-rss-item a.hs-rss-title {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 2;
}
p.footer-title {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 2;
  margin-bottom: 20px;
}
@media (min-width: 576px){
  .footer-bottom-section .footer__container{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .footer-bottom-section .footer__container{
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .footer-bottom-section .footer__container{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .footer-bottom-section .footer__container{
    max-width: 1140px;
  }
}
@media(max-width:1200px){
  .footer-logo img {
    width: auto !important;
    max-width: 100%;
  }
}
@media(max-width:1024px){
  .footer-top-section {
    padding: 4em 0em 2em 1em;
  }
}
@media(max-width:800px){
  .footer__main .row-fluid .span2 {
    padding-right: 10px;
  }
}
@media(max-width:767px){
  .footer__main .row-fluid .span3 {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__main .row-fluid .span2 {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__main .row-fluid .span5 {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    
  }
}
@media(max-width:575px){
  .footer__main .row-fluid .span3 {
    float: none;
    max-width: 100%;
  }
  .footer__main .row-fluid .span2 {
    float: none;
    max-width: 100%;
  }
  .footer__main .row-fluid .span5 {
    max-width: 100%;
    padding-bottom: 2px;
  }
  .footer__main ul {
    margin-bottom: 14px;
  }
}
@media(max-width:479px){
  .footer__main .row-fluid .span3, 
  .footer__main .row-fluid .span2, 
  .footer__main .row-fluid .span5 {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */



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

.blog-header__subtitle{
  display: none;
}

.blog-header {
  background: linear-gradient(168deg,rgba(46,172,244,1) 8%,rgba(70,111,232,1) 100%) ;
  text-align: center;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding:  0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__title {
  color: #fff;
  font-size: 39px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 100px;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
  color: white;
}

.blog-header__form {
  margin: 0 1rem;
}
.blog-post-bg {
    background: #ffffff;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

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



.blog-index__post-content a {
  color: #494a52;
}
.blog-post__body img {
  max-width: 674px !important;
  height: auto;
}



.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-post-bg .featured-image-wrapper {
    text-align: center;
}
.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 20px;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: block; /* Standard syntax */
  margin-bottom: 20px;
  max-width: 100%;
}
.post-item .page-center .span4, .post-item .page-center .span8 {

}
.post-item .page-center .span8 {


}
img.featured-image {
  vertical-align: bottom;

}
.featured-image-wrapper.span4 {
  width: 100%;
  float: none;
  text-align: center;
}
.post-description.span8 {
  background-color: #fff;
  background-clip: border-box;
  border: 0px;
  border-radius: 0 0 10px 10px;
  padding: 30px 30px 40px 30px;
  margin: 0;
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,0.07), 5px 5px 15px -1px rgba(0,0,0,0.07);
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.post-description.span8 h2 {
  margin-top: 0;
} 
.post-description.span8  h2 {
  margin-top: 0;
}

.read-more a {
  padding: 10px 30px;
  border-radius: 10px;
  background: linear-gradient(to right,#29d9a4,#1fcbc5);
  text-transform: none;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  line-height: normal;
  font-weight: normal;
  font-family: 'Open Sans',sans-serif;
  margin: 15px auto 0;
}
.read-more a:hover{
  color:#fff;
}
.blog-pagination {
  margin: 0 0 40px;
}
.blog-pagination.span12 {
  margin: 0 0 50px;
  overflow: hidden;
}

.blog-pagination a.blog-pagination__prev-link {
  float: left;
}

.blog-pagination a.blog-pagination__next-link {
  float: right;
}

.blog-pagination a.blog-pagination__link {
  display: inline-block;
  padding: 9px 30px;
  border-radius: 10px;
  background: linear-gradient(to right,#29d9a4,#1fcbc5);
  text-transform: none;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 0;
  line-height: 1.5;
}
.blog-list-box-shadow {
  box-shadow: -5px -5px 15px -1px rgba(0,0,0,0.07), 5px 5px 15px -1px rgba(0,0,0,0.07);
  border-radius: 10px;
  padding: 10px 20px 20px 20px;
  margin-bottom: 30px;
}

.blog-sidebar-topic-filter h3 {
  text-align: center;
}

.blog-sidebar-topic-filter ul {
  list-style: none;
  padding: 0;
}

.blog-sidebar-topic-filter ul li {
  border-bottom: 1px solid #ededed;
  padding: 13px 0;
}
.blog-sidebar-topic-filter ul li:last-child{
  border-bottom:0;
}
.blog-post-section {
  overflow: hidden;
}

.blog-post-left.span9 {
  float: left;
  width: 69%;
}

.blog-post-right.span3 {
  width: 29%;
  float: right;
  padding: 10px;
}

.blog-post {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 2.5em;
}

.blog-post > h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-post__tags {
  text-align: center;
  margin-bottom: 30px;
}

ul.social-icons {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.social-icons li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}

ul.social-icons li a {
      font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.social-icons li a span {
    padding: 0px 5px;
}

.custom-post-pagination {
  padding: 30px 0 0;
      overflow: hidden;
}

.custom-post-pagination a {
  padding: 10px 30px;
  border-radius: 10px;
  background: linear-gradient(to right,#29d9a4,#1fcbc5);
  text-transform: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}

.custom-post-pagination a.next-posts-link {
  float: right;
}

.blog-recent-posts .content-wrapper {
  padding: 0;
}

.blog-recent-posts h2 {
  margin-top: 0 !important;
}

.blog-recent-posts {
  background: #f5f5f5;
  padding: 23px 23px 0 23px;
}

.hs-related-blog-module.feedreader_box {
  overflow: hidden;
}

.hs-related-blog-module.feedreader_box .hs-related-blog-item {
  width: 33%;
  float: left;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.hs-related-blog-module.feedreader_box .hs-related-blog-item .hs-related-blog-item-text {
  order: 2;
}

.hs-related-blog-module.feedreader_box .hs-related-blog-item .hs-related-blog-item-image-wrapper {
  order: 1;
}

.hs-related-blog-module.feedreader_box .hs-related-blog-item .hs-related-blog-item-image-wrapper img {
  width: auto !important;
}
.blog-sidebar-cta a.cta_button {
margin-top: 10px;
}
.section.post-footer {
  margin-top: 50px;
}
label.hs-error-msg {
    color: #ff0000 !important;
}
img.featured-image {
    width: 100% !important;
    max-width: 100%;
}
.blog-related-posts {
   margin: 50px 0 0;
   background: #f5f5f5;
   padding: 23px 23px 0 23px;
   text-align: center;
   overflow: hidden
}
.section.post-footer h3 {
    margin-top: 0;
}
.related-title {
   background: #fff;
   padding: 15px;
   position: relative;
   top: -25px;
   max-width: 90%;
   margin: 0 auto
}

.blog-related-posts h3 {
   text-align: center;
   margin-bottom: 20px;
   text-transform: uppercase;
}

.blog-related-posts .related-image img {
   max-width: 100%;
}
div#comments-listing {
/*   background: #f5f5f5;
  padding: 2em; */
  margin: 3em 0 !important;
}

.comment.depth-0:first-child {
  border-top: 0;
  padding-top: 0;
}

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

.section.post-footer form {
  background: #f5f5f5;
  padding: 2em;
  margin: 3em 0;
}

.section.post-footer form .hs-button.primary {
  border: 0;
  color: #fff !important;
}
@media(max-width:1200px){
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width:991px){
  .blog-header__title{
    font-size:35px;
  }
}
@media(max-width:767px){
 
  .blog-post-left.span9 {
    float: none;
    width: 100%;
  }
  .blog-post-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-post__body img {
    display: block !important;
    margin: 0 auto 20px !important;
    float: none !important;
 
    max-width: 100%;
  }
  div#comments-listing {
    padding: 2em 1em;
  }
  .blog-post-right.span3 {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
  .blog-post {
    padding: 2em 1em;
  }
}
@media(max-width:639px){
   .blog-header__title{
    font-size:28px;
  }
}
@media(max-width:479px){
   .blog-header__title{
    font-size:35px;
  }
}
@media(max-width:400px){
  .blog-pagination a.blog-pagination__prev-link {
    float: none;
  }
  .custom-post-pagination a.next-posts-link {
    float: none;
    margin-top: 10px;
  }
  .blog-pagination a.blog-pagination__next-link {
    float: none;
    margin-top: 20px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
}


.blog-sidebar-subscribe h3 {
    font-size: 1.25rem;
    line-height: 1.846153846;
    text-align: center;
}

.blog-sidebar input.hs-button.primary.large {
    width: 100%;
}

.blog-post__body img {
  max-width: 100% !important;
  height: auto;
}



.hs-form-a0995ae1-7023-4133-a55b-0a7f6bcdf619_acd5df13-33d4-4632-9664-a34510036ded .hs-richtext.hs-main-font-element span {
    word-break: break-word;
    font-size: 30px;
}


.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    /* top: 30px; */
    padding-top: 25px;
}



.post-footer form div:first-child >div >span {
    font-size: 30px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 20px;
      padding-top: 16px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.hs-site-page .systems-page .hs-search-field form input.hs-search-field__input {
    padding: 10px 9px;
}
[type="checkbox"], [type="radio"]{
  width:auto !important;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 20px;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.four-o-four .error-page:before {
  content: none;
}
.hs-search-field__bar button:before {content: 'Search';color: #fff;}

.hs-search-field__bar button {
  background: linear-gradient(168deg,rgba(46,172,244,1) 8%,rgba(70,111,232,1) 100%);
  color: transparent;
  font-weight: 500;
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 8px 15px;
  display: inline-block;
  cursor: pointer;
  line-height: 24px;
  margin-top: 20px;
  
  
  
}

.hs-search-field__bar button svg {
  display: none;
}

.hs-search-field__bar button:hover {
  color: #35353d;
   background: linear-gradient(168deg,rgba(46,172,244,1) 8%,rgba(70,111,232,1) 100%);
}
.four-o-four .content-wrapper {
  max-width: 90% !important;
  text-align: left;
  padding-top:0;
}

.four-o-four .error-page {
  text-align: left;
  padding-top: 0;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
.four-o-four .error-page h2 {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(33, 37, 41);
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
@media(max-width:767px){
  .systems-page .success {
    min-width:auto;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
}
@media(max-width:479px){
  .four-o-four .error-page h2 {
    font-size: 29px;
    line-height: normal;
  }
}
a.hs-search-results__title {
  font-size: 36px !important;
  line-height: 1.2;
  font-weight: bold;
  color: #9f9f9f;
  font-family: LAto;
  text-decoration: none;
}
p.hs-search-results__description {
  margin-top: 40px;
  font-size: 14px;
}
ul#hsresults li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
a.hs-search-results__title:hover {
  color: #4f4d63;
}
.hs-site-page .content-wrapper {
  padding-top: 0;
}
.main-wrapper {
  overflow: hidden;
}

.systems-page {
  width: 75%;
  float: left;
}

.site-right-section {
  width: 25%;
  float: left;
  padding: 12px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.search-bg {
  color: #333;
  font-size: 13px;
  line-height: 20px;
box-shadow: -5px -5px 15px -1px rgba(0,0,0,0.07), 5px 5px 15px -1px rgba(0,0,0,0.07);
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    margin-bottom: 30px;
}

.search-bg.search-sidebar-flex {
}

.search-bg.search-sidebar-flex form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bg.search-sidebar-flex form button {
  margin-top: 0;
  font-size: 16px;
  padding: 5px 9px;
  border: 0;
  border-left: 1px solid #fff;
}
.hs-search-field__input{
  color:#000;
}
.search-bg.search-sidebar-flex form input.hs-search-field__input {
  font-size: 14px;
  padding: 4px 9px;
  color: #333;
}
.search-bg form .hs-richtext.hs-main-font-element p {
    font-size: 14px;
}
.search-bg h3 ,
.search-bg h3.form-title {
  margin: 0;
  line-height: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  padding: 5px 15px;
  background: #f2f2f2 none repeat scroll 0 0;
}
.hs-site-page .site-right-section .hs-search-field form {
    max-width: 100%;
}
.search-bg.search-sidebar-flex {
  padding: 15px;
  background: #ffffff;
}
.hs-site-page .hs-search-field form {
    display: flex;
    align-items: center;
}

.hs-site-page .systems-page .hs-search-field form button {
    margin: 0;
    padding: 11px 70px;
}

.hs-site-page .systems-page .hs-search-field form {
    max-width: 100%;
}
.search-bg.category-post ul {
  list-style: none;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.search-bg.category-post ul li a {
  color: #333;
}

.search-bg.category-post a.filter-expand-link {
  display: none;
}
.search-bg.blog-subscribe .field{
  margin-bottom:5px;
}
.search-bg.blog-subscribe form {
  padding: 15px;
}
.search-bg.blog-subscribe form .hs-button.primary:hover {
  background: #35353d;
}
.search-bg.blog-subscribe form .hs-button.primary {
  background: #2d3e50;
  color: #ffffff;
  padding: 6px 52px;
  font-size: 18px;
  font-weight: 500;
  width:100%;
  margin-top:5px;
  border: 1px solid #ffffff ;
  border-radius: 0;
}
.four-o-four .hs-search-field__bar form {
    display: flex;
  margin: 0 auto;
  align-items: center;
}
.hs-site-page .hs-site-page-banner .banner-content.page-center {
    top: 130px;
}
.error-page-inner {
    width: 67%;
    text-align: center;
}
.four-o-four .hs-search-field__bar form button {
    margin: 0;
}
@media(max-width:991px){
  .error-page-inner{
    width:100%;
  }
}
@media(max-width:767px){
  .systems-page {
    width: 100%;
    float: none;
    padding: 0;
  }

  .site-right-section {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .four-o-four .hs-search-field__bar form {
    max-width:100%; 
  }
}
@media(max-width:479px){
  .hs-site-page .systems-page .hs-search-field form button {
    padding: 8px 16px;
  }
  .hs-site-page .hs-site-page-banner .banner-content.page-center {
    top: 160px;
  }
}