/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 0px;
}
.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: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  line-height:1.45;
  overflow-y: scroll;
}

body {  
  line-height: 1.4375;
}

dd, dl, figure, p {
  margin: 0 0 1.45rem;
  padding: 0;
}

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  line-height: 1.1;
  margin: 0 0 1.45rem;
}

h1{
  margin: 0 0 1rem;
}


h2{
  margin: 0 0 1rem;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

pre, table {
  margin: 0 0 1.45rem;
}

blockquote {
  margin: 0 1.45rem 1.45rem;
  padding: 0;
}

/* Horizontal Rules */
hr {
  padding: 0;
  background: rgba(0,0,0,.2);
  border: none;
  height: 1px;
  margin: 0 0 1.5rem 0;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


@media(max-width:480px){

  html{
    font-size: 14px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

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

ul.no-list.hs-error-msgs.inputs-list label {
  font-family: Open Sans,sans-serif;
  font-weight: 100;
  font-size: .675rem;
  color: #ef4343;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
}

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: 1px solid #ef4343!important;
}

.hs-search-module .hs-input {
  display: block;
  margin: 15px 0;
}

.hs_error_rollup {
  margin-bottom: 15px;
}

.hs-button {
  min-height: 3.0001rem;
  line-height: 3.0001rem;
  cursor: pointer;
  border-style: solid;
  outline: none;
  font-weight: 700;
  box-shadow: 0 4px 24px rgba(0,0,0,.16);
  transition: all .35s;
  white-space: nowrap;
  font-family: Raleway,Open Sans,sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  
  align-items: center;
  justify-content: center;
  width: 65%;
  margin: 0px auto;   
  white-space: normal;
  text-align: center;
  margin-bottom:1.5rem;
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin:0px 0px 16px;
}

.form-input-validation-message {
  padding-bottom: 0 !important;
}


.hs-button:hover{
  box-shadow: 0 5px 12px 3px rgba(90,130,210,.11);
  transform: perspective(2px) translate3d(2px,2px,0);
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  padding-left: 12px;
  padding-bottom: 4px;
  font-family: Raleway,Open Sans,sans-serif;
}



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


.input{
  display: flex;
  flex-direction: column;
}

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  font-family: Raleway,Open Sans,sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid;
  color: #7d7d7d;
  box-shadow: none;
  
  height: 2.3rem;
  background-color: #fff;
  outline: none;
  margin: 0 !important;
  line-height: 2.3rem;
  width: 100% !important;
  padding-left: 12px;
  
}

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


textarea.hs-input {
  height: 9rem;
  padding: 1rem !important;
  line-height: 1.5rem!important;
  margin: 0 0 .5rem !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  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 input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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

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

.actions {
  padding: 0;
}

h3.form-title {
  color: #223454;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: Raleway,sans-serif;
  line-height: 1.5rem;
  text-align: center;
  padding: 0 0 1.5rem;
  margin: 0 auto;
}

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

.hs-form-field,
.field {
  margin-bottom: 1.5rem;
}

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

h3.form-title {
  font-weight: 700;
  font-family: Raleway,sans-serif;
  line-height: 1.5rem;
  text-align: center;
  padding: 0 0 1.5rem;
  margin: 0 auto;
}


@media(min-width:768px){
  h3.form-title {
    font-size: 1.25rem;
    padding-bottom: 2.5rem;
  }
}


@media(max-width:1023px){

  .hs-button{
    width:100%;
  }

}


@media(min-width:1280px){

  h3.form-title {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 2.5rem;
    text-align: center;
  }

}


@media(max-width:480px){

  h3.form-title {
    font-size: 1.75rem !important;
  }

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

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

td, th {
  border-bottom: 1px solid rgba(0,0,0,.12);
  font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  padding: .725rem .96667rem calc(.725rem - 1px);
}



td, th, thead {
  text-align: left;
}

table {
  padding: 0;
  font-size: 1rem;
  line-height: 1.45rem;
  border-collapse: collapse;
  width: 100%;
}

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

.body-wrapper {
  overflow: hidden;
}

.crm-gratis {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  min-height: 100vh;
  background-color: #F1F3F5;
  background-image: url("https://8460831.fs1.hubspotusercontent-na1.net/hubfs/8460831/gratis-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.crm-gratis>.left-content ul {
  list-style: none;
  display: block;
  width: 100%;
  padding: 1rem;
  margin: 1.5rem 0 0;
}
.crm-gratis>.left-content ul li span {
  margin: 0 1rem 0 0;
  padding-top: .25rem;
}
.crm-gratis>.left-content ul li {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: self-start;
  padding: 0;
  margin: 1rem 0;
  padding-bottom: 6px;
}

.crm-gratis>.left-content ul li img {
  margin: 0;
  width: 1.75rem;
  vertical-align:top;
}

.crm-gratis>.left-content ul li p {
  margin: 0;
  font-family: Open Sans,sans-serif;
  font-size: 1rem;
  line-height: 23px;
    word-break: break-word;
  color: #000;
}

.svg-layers.crm .layer1 {
  top: 0;
}

.svg-layers.crm .layer2 {
  top: 0;
}

.crm-gratis>.left-content {
  -ms-flex: 1;
  flex: 1;
  margin-top: 4rem;
}

.crm-gratis>.right-content  .widget-type-rich_text  h6 {
  font-size: 1rem;
  line-height: 1.675rem;
  color: #000000;
  max-width: 620px;
  text-align: center;
  font-weight: 400;
  font-family: Open Sans,sans-serif;
  margin-bottom:0;
}



.crm-gratis>.right-content  .widget-type-linked_image>* {
  margin-bottom: .725rem;
  display:flex;
  justify-content:center;
  overflow: hidden;
}

.crm-gratis>.right-content .widget-type-linked_image img {
  max-width: 140% !important;
}

.crm-gratis>.form-col {
  max-width: 900px;
    width: 100%;
}

.crm-gratis>.form-col>div{
  border-radius: 32px;
  width: 100%;
  min-height: 590px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  background-size: cover,60%;
  padding: 2.5rem 2.5rem 2.5rem;
  margin: 4rem 0;
  box-shadow: 0px 0px 20px 0px rgba(34, 52, 84, 0.12);
  position: relative;
}

.crm-gratis>.right-content {
  -ms-flex: 1;
  flex: 1;
  margin-top: 4rem;
  padding: 6.5rem 0;
}



  
 .crm-gratis {
    flex-direction: column;
    align-items: center;
}
  

  
  .crm-gratis>.left-content ul li {
    padding-bottom: 0;
  }
  
  .crm-gratis>.right-content .widget-type-rich_text h6 {
    margin-left: auto;
    margin-right: auto;
  }
  
  .crm-gratis>.form-col > div {
    min-height: auto;
  }
  
}
.body-wrapper>div {
  position: relative;
}

.svg-layers {
  position: relative;
  z-index: -1;
}

.svg-layers>div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200vh;
  overflow: hidden;
  z-index: 1;
}

.svg-layers>div>div {
  position: absolute;
  background-image: linear-gradient(180deg,#3f78fb,#94b4fd 33%,#fff);
  height: 800px;
  width: 700px;
  opacity: .2;
}

.svg-layers .layer1>div {
  top: 0;
  left: 0;
  -ms-transform: rotate(-45deg) translateX(-70%) translateY(0);
  transform: rotate(-45deg) translateX(-70%) translateY(0);
}

.svg-layers .shadow>div:before,
.svg-layers .shadow>div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(180deg,#3f78fb,#94b4fd 33%,#fff);
  opacity: .2;
}

.svg-layers .shadow>div:before{
  -ms-transform: translateY(-25px) translateX(50px);
  transform: translateY(-25px) translateX(50px);
}

.svg-layers .shadow>div:after{
  -ms-transform: translateY(-50px) translateX(100px);
  transform: translateY(-50px) translateX(100px);
}

.svg-layers .layer2>div {
  top: 0;
  right: 0;
  -ms-transform: rotate(45deg) translateX(50%) translateY(-50%);
  transform: rotate(45deg) translateX(50%) translateY(-50%);
}

.svg-layers .layer1 {
  top: 85vh;
}

.svg-layers .layer2 {
  top: 120vh;
}

.svg-layers .layer3>div{
  top: 100px;
  right: 0;
  -ms-transform: rotate(45deg) translateX(50%) translateY(-50%);
  transform: rotate(45deg) translateX(50%) translateY(-50%);
}

.svg-layers .layer3 {
  top: 300vh;
}

.svg-layers .layer4>div{
  top: 0;
  left: 0;
  -ms-transform: rotate(-45deg) translateX(-65%) translateY(-20%);
  transform: rotate(-45deg) translateX(-65%) translateY(-20%);
}

.svg-layers .layer4 {
  top: 400vh;
}

.contact-page hr{
  height:0;
}

.contact-page h1{
  font-family: Raleway,Open Sans,sans-serif;
  color: #000;
  font-size: 2.3rem;
  font-weight: 700;
}


.svg-layers.services-page  .layer1 {
  top: 0;
}

.testimonials .testi-slider-wrap {
  padding: 2.5rem 1rem;
  max-width: 1140px;
  margin: 0px auto;
}

.testimonials .testi-slider-wrap ul.slick-dots {
  text-align: center;
  margin-left:0;
  margin-right:0;
  padding:0px 20px;
}

.svg-layers.services-page .layer4 {
  top: 340vh;
}

.contact-page .hs-button {
  padding: 0 3.5rem !important;
}

.services-page .bottom-section p {
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  line-height: 1.675rem;
  font-weight: 300;
  color: #58595b;
  margin: .5rem 0 0;
}

.services-page .bottom-section h3 {
  font-size: 2.5rem !important;
}

.services-page .bottom-section h6 {
  font-family: Open Sans,sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #58595b;
  margin: 0;
}

.contact-page h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.65rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: Raleway,Open Sans,sans-serif;
}

.contact-page .widget-type-rich_text h6 {
  font-family: Raleway,Open Sans,sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000;
}
.custom-services {
  position: relative;
}

.home-page .newsletter .dnd-column>div {
  border-radius: 8px;
}

.home-page .newsletter h3 {
  overflow-wrap: break-word;
  color: #000000;
  font-weight: 800;
  line-height: 1;
  font-size: 34px !important;
  font-family: Inter,Open Sans,sans-serif;
  margin: 0;
  padding-bottom: 8px;
}

.home-page .newsletter .hs-button {
  background: #000000 !important;
  border: 0px !important;
  box-shadow: none;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  min-width: 32% !important;
  width:auto;
  transform:none !important;
  margin: 0 !important;
  padding: 14px !important;
  font-family: Open Sans,sans-serif !important;
  min-height: auto;
}

.home-page .materials h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  color: #000;
  margin: 0;
  font-family: Raleway,Open Sans,sans-serif;
}

.customer-page  h3 {
  line-height: 2.5rem;
  font-size: 2.5rem;
}

.home-page .materials h6 {
  margin-bottom: 1rem;
  font-family: Raleway,Open Sans,sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.customer-page .bottom-section blockquote {
  margin: 0;
  display: inline-block;
  margin-right: .5rem;
}

.customer-page .bottom-section {
  border-top: 3px solid #dde8f2;
}

.customer-page .bottom-section h4 {
  width: 100%;
  font-family: Open Sans,sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2rem;
  color: #000000;
}

.customer-page .bottom-section blockquote img {
  align-items: center;
  justify-content: center;
  border: 1px solid #94b4fd;
  border-radius: 35%;
  height: 40px;
  width: 40px;
  padding: .5rem;
}

.home-page .materials .hs_cos_wrapper_type_rich_text>a {
  cursor: pointer;
  font-family: Raleway,Open Sans,sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #000;
  text-decoration: underline;
  line-height: 1.45rem;
}

.home-page .newsletter .hs-input::placeholder {
  color: #4e5966;
  opacity: .54;
}

.home-page .slider h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-top: .9rem;
  margin-bottom:1.45rem;
  max-width: 660px;
  color: #000;
  font-family: Raleway,Open Sans,sans-serif;
}

.trusted-companies {
  background-color: #F1F3F5;
  width: 100%;
  margin: 0 auto;
  min-height: 497px;
  display: flex;
}

.home-page .newsletter ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 14px;
  color: rgb(170, 100, 99);
  margin: 0px 0px 10px;
  text-align: left;
  line-height: 20px;
  background-color: rgb(255, 239, 239);
  padding: 12px;
  font-weight: 600;
  font-family: helvetica, arial, san-serif;
  border-radius: 3px;
  border: 2px solid rgb(255, 153, 153);
  display: block;
  opacity: 1;
  width: 88% !important;
}

.home-page .newsletter .hs-input.error {
  border: 2px solid rgb(255, 153, 153) !important;
  border-radius: 0px !important;
}

.trusted-companies .inner {
  width: 100%;
  max-width: 1280px;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 16px;
  margin: 0px auto;
  display: flex;
}
.trusted-companies .logos {
  margin-top:25px;
  margin-bottom:25px;
  min-width: 435px;
  min-height: 397px;
  
}

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

.trusted-companies h2 {
  max-width: 540px;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 25px;
  margin-top: 14px;
}

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

.trusted-companies  .text {
  padding: 50px 0 68px;
  padding-left: 115px;
  height: 100%;
  padding-right:20px;
  display: flex;
  align-items: center;
}


.home-page .newsletter p {
  overflow-wrap: break-word;
  text-align: left;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
  font-size: 18px;
  font-family: Raleway,Open Sans,sans-serif;
  margin-bottom: 12px;
}

.home-page .newsletter .hs-input {
  color: #60656f;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans,sans-serif;
  background: #ffffff;
  border: none;
  margin-bottom: 12px !important;
  max-width: 100%;
  width: 88% !important;
  line-height: 1.5;
  padding: 8px 12px;
  height: auto;
}

.home-page .newsletter .hs-form-field {
  padding: 0;
  margin:0;
}

@media(max-width:1279px) and (min-width:768px){
  .contact-page .span6.dnd-column {
    padding: 23px  1rem 0!important;
  }
}


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

  .contact-page h1 {
    font-weight: 600;
    font-size: 3.15rem !important;
    margin-bottom: 25px;
  }

}

@media(min-width:1024px){

  .contact-page h1 {
    font-size: 3.15rem;
  }

  .trusted-companies .logos {
    width: 492px;
    height: 448px;
  }

}

@media (max-width: 1023px) {
  .contact-page .hs-button{
    width:auto !important;
  }

}


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

  .home-banner .banner-image {
    width: 420px;
    height: 554.9px;
    bottom: 0;
    margin-bottom: 0;
    top: auto;
  }

  .trusted-companies .logos {
    min-width: 435px;
    min-height: 397px;
  }

  .trusted-companies .logos .span12.dnd-column {
    padding: 21px 56px 21px 53px !important;
  }

  .trusted-companies .text {
    padding-left: 84px;
    padding-top: 20px;
    padding-bottom: 126px;
  }

  .trusted-companies .logos  .hs-image-widget {
    width: 141px;
    height: 106px;
  }

}

@media (max-width:900px) and (min-width:768px){
  .trusted-companies .text {
    padding-left: 41px;
  }
}

@media(min-width:1280px){

  .contact-page h1{
    font-weight: 600;
    font-size: 4.38rem;
    margin-bottom: 3rem;
  }

}

@media(max-width:768px){

  .customer-page h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .customer-page .main .widget-type-rich_text h3 {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
  }

  .crm-gratis {
    flex-direction: column;
    align-items: center;
  }

  .crm-gratis>.left-content {
    display: none;
  }

  .crm-gratis>.form-col>div{
    background: #fff;
    box-shadow: none;
    min-height:0px;
    padding: 0px;
  }

  .crm-gratis>.right-content {
    width: 100%;
    margin-top: 0;
    padding: 3.5rem 0;
  }

}

@media(max-width:767px){

  .home-page .materials h6 {
    text-align: center;
    margin-bottom: 4px;

  }

  .trusted-companies .span12 .dnd-column:not(.span12) {
    width: 90%;
    float: left;
  }

  .home-page .materials h2 {
    line-height: 30px;
    font-size: 32px !important;
  }


  .home-page .slider h1 {
    font-size: 32px;
    line-height: 32px;
    max-width: 350px;
    margin:0px auto;
  }

  .home-page .materials .hs_cos_wrapper_type_rich_text>a {
    text-align: center;
    display: block;
  }

  .customer-page h3 {
    text-align: center;
  }

  .customer-page .widget-type-rich_text p {
    text-align: center;
  }

  .trusted-companies .inner {
    flex-direction: column;
    align-items:start;
  }

  .trusted-companies .logos {
    min-width: 258px;
    min-width: 258px;
    min-height: 235px;
  }

  .trusted-companies .logos img {
    width: 83px;
    height: 63px;
  }


  .trusted-companies .text {
    padding: 0;
    align-items: self-end;
    padding-right: 15px;
    padding-bottom: 42px;
    margin-top: -22px;
  }

  .trusted-companies h2 {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 43px;
    margin-top: 14px;
    color: #000;
    margin-bottom:1.45rem;
  }


  .testimonials .testi-slider-wrap {
    padding: 0;
  }
  
  .crm-gratis > .right-content .row-fluid .span6 {
    width: 50%;
    float: left;
  }

}


@media(max-width:480px){

  .customer-page .bottom-section h4 {
    font-size: 1.5rem !important;
    line-height: 1.75rem;
    text-align: center;
  }

  .customer-page .bottom-section .widget-type-rich_text {
    text-align: center;
  }

}
/* ******************************************************************************
*********************************************************************************
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-wrap {
  padding: 16px 0 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

.banner header.header {
  padding: 0 !important;
}

.custom-menu-primary nav>ul>li>a:hover .text {
  box-shadow: 0 5px 12px 3px rgba(90,130,210,.11);
}

.custom-menu-primary ul .open>ul {
  display: block;
}

.header-wrap .child-trigger {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: calc(1.4rem - 3px);
  box-shadow: 0 2px 3px 1px rgba(90,130,210,.2);
  will-change: transform;
  transition: all .4s;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.custom-menu-primary li.has-submenu {
  position: relative;
  padding-right: 60px;
}

.header-wrap .child-trigger:after {
  content: '+';
}


.header-wrap .open>.child-trigger:after {
  content: '-';
}

header.header{
  padding-top:112px;
}

.logo-wrapper.desktop {
  display: none;
}


.header-wrap .buttons a {
  font-family: Raleway,Open Sans,sans-serif !important;
}

.logo-wrapper.mobile img {
  width: unset !important;
  max-height: calc(2.8rem + 5px);
}

.logo-wrapper.desktop img{
  width: 115px !important;
  vertical-align:baseline;
}

.mobile-open .mobile-trigger button {
  box-shadow: 0 8px 20px #94b4fd;
}

.mobile-open .mobile-trigger button span {
  background: transparent;
  width: 0;
}

.mobile-open .mobile-trigger button span:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.mobile-open .mobile-trigger button span:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.hs-inline-edit .custom-menu-primary{
  display: none;
}

.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-image: linear-gradient(180deg,#94b4fd,#fff);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: opacity .3s ease-in;
}

.mobile-open .menu-overlay {
  visibility: visible;
  opacity: .9;
}

.header__container {
  padding: 0 16px;
  display: flex;
  margin:0px auto;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 56px;
}

.header-wrap .left-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-pack: justify;
  -ms-flex: 1;
  flex: 1;
  transition: all .3s ease-out;
  justify-content: flex-start
}


.header-wrap .buttons {
  display: flex;
  align-items: flex-end;
}

.header-wrap .right-col {
  right: 5px;
  display: flex;
  position: relative;
  margin-left: auto;
  align-items: center;
}

.mobile-trigger {
  width: 54px;
  height: 48px;
  margin-left: 35px;
  margin-top: 3px;
}

.mobile-trigger .icon {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 54px;
  height: 48px;
  z-index: 7;
}

.mobile-trigger>div>span {
  -ms-transform: translateX(calc(-100% - 1rem)) scale(.1);
  transform: translateX(calc(-100% - 1rem)) scale(.1);
  font-family: Open Sans,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0,0,0,.2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-property: transform,opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
  will-change: opacity;
}

.mobile-trigger button {
  display: block;
  cursor: pointer;
  color: transparent;
  width: 54px;
  height: 48px;
  position: fixed;
  z-index: 7;
  border: 0;
  outline: none;
  box-shadow: 0 0 16px rgba(0,0,0,.16);
  border-radius: 48px;
  transition: all .2s;
}

.mobile-trigger button span,.mobile-trigger button span:before,.mobile-trigger button span:after {
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: calc(50% - 1px);
  transition: all .4s;
}

.mobile-trigger button span {
  left: 16px;
}

.mobile-trigger button span:before {
  top: -5px;
  content: "";
  left: 4px;
}

.mobile-trigger button span:after {
  top: 5px;
  content: "";
  left: 4px;
}

.mobile-trigger button:hover {
  box-shadow: 0 5px 12px 3px rgba(90,130,210,.11);
  transform: perspective(2px) translate3d(2px,2px,0);
}

.custom-menu-primary {
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: end;
  align-items: flex-end;
  position: fixed;
  top: calc(54px + 1rem * 3);
  overflow: hidden;
  width: 320px;
  max-height: 0;
  -ms-transform: scale(.98) translateX(-50%);
  transform: scale(.98) translateX(-50%);
  will-change: transform;
  opacity: 0;
  transition: all .3s;
  max-height: 76vh;
  overflow-y:auto;
  z-index: 7;
  -ms-overflow-style: none;  
  scrollbar-width: none; 
  pointer-events: none;
}

.custom-menu-primary::-webkit-scrollbar {
  display: none;
}

.mobile-open .custom-menu-primary {
  opacity: 1;
  max-height: 77vh;
  pointer-events: auto;
  -ms-transform: scale(1) translateX(calc((100% - 2.8rem - 1.5rem) * -1));
  transform: scale(1) translateX(calc((100% - 2.8rem - 1.5rem) * -1));
  padding: 0 1.5rem 1.5rem 20px;
}

.custom-menu-primary nav>ul>li {
  display: flex;
  text-decoration: none;
  margin-bottom: 1rem;
  width: 100%;
}

.custom-menu-primary nav>ul>li>a .text {
  font-family: Open Sans,sans-serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  border: 0;
  cursor: pointer;
  padding: 0 2rem;
  min-height: 2.8rem;
  line-height: 2.8rem;
  outline: none;
  transition: all .2s;
  text-decoration: none;
  display: inline-block;
  border-radius: 2.8rem;
  box-shadow: 0 2px 3px 1px rgba(90,130,210,.2);
  margin-right: 1rem;
}

.custom-menu-primary nav>ul>li>a {
  display: flex;
  justify-content: flex-end;
}

.custom-menu-primary .menu-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: transparent;
  min-width: 2.8rem;
  max-height: 2.8rem;
  border-radius: calc(1.4rem - 3px);
  outline: 0;
  overflow: hidden;
  box-shadow: 0 2px 3px 1px rgba(90,130,210,.2);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  will-change: transform;
  transition: all .4s;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-menu-primary nav>ul>li:nth-child(1)>a .menu-icon {
  background-image: url('');
    }
.custom-menu-primary nav>ul>li:nth-child(2)>a .menu-icon {
  background-image: url('');
    }


.custom-menu-primary nav>ul>li:nth-child(3)>a .menu-icon {
  background-image: url('');
    }

.custom-menu-primary nav>ul>li:nth-child(4)>a .menu-icon {
  background-image: url('');
    }

.custom-menu-primary nav>ul>li:nth-child(5)>a .menu-icon {
  background-image: url('');
    }


.custom-menu-primary nav>ul>li:nth-child(6)>a .menu-icon {
  background-image: url('');
    }

.custom-menu-primary nav>ul>li:nth-child(7)>a .menu-icon {
  background-image: url('');
    }


.animate .header-wrap .left-col .buttons {
  opacity: 1;
  
}

.animate .logo-wrapper.desktop {
    display: block;
    transform: scale(0.8);
 transition: all 0.4s;
  
}

.animate .header-wrap {
  opacity: 1;
   padding: 8px 0 8px;
   transition: all 0.4s;
   border-bottom: 2px solid #E9ECEF;
  
}

.mobile-open .custom-menu-primary .menu-icon {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.animate .mobile-trigger>div>span {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(calc(-100% - 1rem)) scale(1);
  transform: translateX(calc(-100% - 1rem)) scale(1);
}

.custom-menu-primary ul ul li a {
  font-family: Open Sans,sans-serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  border: 0;
  cursor: pointer;
  padding: 0 2rem;
  min-height: 2.8rem;
  line-height: 2.8rem;
  outline: 0;
  transition: all .2s;
  text-decoration: none;
  white-space: pre;
  display: inline-block;
  border-radius: 2.8rem;
  box-shadow: 0 2px 3px 1px rgba(90,130,210,.2);
}

.custom-menu-primary ul ul {
  padding: 30px !important;
  display:none;
  padding-right:0 !important;
}

.custom-menu-primary ul ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media(max-width:767px){

  header.header{
    padding-top:80px;
  }

}

@media (min-width:767px) {
  
  .mobile-trigger  {
display:none
}

}

@media(max-width:767px){

  .header-wrap .right-col {
    right: 0;
  }
  



  .logo-wrapper.desktop img {
    width: 93px !important;
    margin: 0;
  }

  .header-wrap {
    padding: 1rem 0;
  }

  .custom-menu-primary ul ul li a,
  .custom-menu-primary nav>ul>li>a .text {
    font-size: 1rem;
  }

  .mobile-trigger {
    margin: 0;
  }

  .header-wrap .buttons {
    display: none;
  }

  .logo-wrapper img {
    width: 93px !important;
    margin: 0;
  }


  .mobile-trigger button:hover {
    transform: none !important;
  }

}


@media(min-width:321px){

  .logo-wrapper.desktop{
    display:block;
  }


  .logo-wrapper.mobile{
    display:none;
  }


}

@media(max-width:480px){

  .svg-layers{
    display: none;
  }

}


@media all and (-ms-high-contrast:none){

.custom-menu-primary {
  top: calc(54px + 2rem * 3);
  display:block;
  }
  
  .mobile-trigger button{
  top:42px;
  }
  
 
  .mobile-trigger .icon{
  justify-content:space-between;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
position: relative;
display: flex;
width: 100%;
padding: 40px 0 0;
flex-direction: column;
}

.footer-top .menu.first ul li a:hover, .footer-top .menu ul ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
margin-top: 36px;
margin-bottom: 90px;
display: flex;
width: 100%;
flex-direction: row;
}

.footer__container {
width: 100%;
margin: 0 auto;
display: flex;
padding:0px 24px;
flex-flow: row wrap;
}


.footer-bottom .certified img {
width: 76px !important;
margin: 0 0 1.45rem;
height: 128px;
}

.footer-bottom .certified {
margin-left: auto;
display: flex;
}

.footer-top .menu h3,
.footer-top .menu ul>li>a {
font-size: 18px !important;
line-height: 18px;
margin-bottom: 11px;
font-family: Raleway,Open Sans,sans-serif;
font-weight: 700;
display: block;
  cursor:default;
}

.footer-top .title h3 {
font-size: 24px;
font-weight: 500;
margin-bottom: 37px;
color: inherit;
font-family: Raleway,Open Sans,sans-serif;
}


.footer-top .menu.primary.first ul li,
.footer-top .menu.primary ul ul li {
margin-bottom: 14px;
}

.footer-top .menu.first ul li {
width: 100%;
}

.footer-top {
width: 100%;
display: flex;
flex-flow: row wrap;
}

.footer-top .menu ul>li {
flex: 1 0 auto;
display: flex;
flex-direction: column;
}

.footer-top .menu ul {
display: flex;
flex-flow: row wrap;
width: 100%;
}

.footer-top>* {
width: 100%;
}

.footer-top .menu nav {
width: 100%;
display: flex;
}

.footer-top .menu ul ul {
margin: 0 0 1.45rem;
display: block;
}

.footer-top .menu.first ul li ,
.footer-top .menu ul ul li {
margin-bottom: 5px;
display: block;
font-family: Raleway,Open Sans,sans-serif;
}

.footer-top .menu.first ul li a,
.footer-top .menu ul ul li a {
font-family: Raleway,Open Sans,sans-serif;
display: inline;
margin: 0 !important;
line-height: 140%;
font-weight: 500;
  cursor:pointer;
font-size: 14px !important;
}

.footer-top .menu.first ul li a,
.footer-top .menu.primary ul ul li a {
font-weight: 600;
}

.top-menu {
display: flex;
}

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

.menu.first {
width: 30%;
}

.menu.second {
flex: 1;
}

@media (min-width: 980px){

footer.footer{
padding-top: 69px;
}

.footer-bottom .certified {
margin-right: 6rem;
}

.footer-top .menu h3 ,
.footer-top .menu ul>li>a {
margin-bottom:17px;
}

.footer-top .menu.primary.first ul li,
.footer-top .menu.primary ul ul li {
margin-bottom: 10px;
}

.footer-top .menu.first ul li a,
.footer-top .menu ul ul li a {
font-size: 16px !important;
display: inline;
line-height: 16px;
}

}

@media(max-width:767px){

.footer-bottom {
margin-top:10px;
margin-bottom: 21px;
}

.top-menu .menu.second nav>ul>li:nth-child(1) {
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}

.top-menu .menu.second nav>ul>li:nth-child(2){
-ms-flex: 1 1 25%;
flex: 1 1 25%;
}

.footer-top .menu li {
padding-right:5px;
}

.footer-top .menu ul>li {
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}

.menu.first {
width: 100%;
}

.footer-top .title {
display: none;
}

.top-menu {
flex-direction: column;
}


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

@media(max-width:767px){

  .content-wrapper {
  padding: 0 14px;
}

  
}
/* ******************************************************************************
*********************************************************************************
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;
}


.error-page.error .hs-btn.blue {
margin-right: 1rem;
margin-left: 3rem;
margin-bottom: 1rem;
background: #155bfb;
color: #fff;
}

.error-page.error .hs-btn {
font-family: Open Sans,sans-serif;
font-size: .875rem;
font-weight: 600;
letter-spacing: 1px;
border: 0;
cursor: pointer;
padding: 0 2rem;
outline: none;
text-decoration: none;
display: inline-block;
box-shadow: 0 2px 3px 1px rgba(90,130,210,.2);
white-space: nowrap;
transition: all .35s;
will-change: transform; 
color: #155bfb;
background-color: #fff;;
min-height: 2.8rem;
line-height: 2.8rem;
border-radius: 2.8rem;
}

.error-page.error .button-wrap {
display: flex;
flex-wrap: wrap;
align-items: self-end;
justify-content: center;
}


.error-page.error .hs-btn:hover{
box-shadow: 0 5px 12px 3px rgba(90,130,210,.11);
transform: perspective(2px) translate3d(2px,2px,0);
}

@media screen and (min-width: 1100px) {
.error-page:before {
font-size: 20rem;
}
}
.error-page_heading {
margin-bottom: 1rem;
}

.systems-page form{
max-width:767px;
}
.error-page.error p {
margin: 0 auto;
max-width: 300px;
text-align: center;
font-family: inherit;
margin-bottom: 2rem;
font-weight: 400;
color: #223454;
}
.error-page.error .content-wrapper {
padding: 0;
max-width: 750px;
justify-content: center;
display: flex;
margin: 0px auto;
flex-direction: column;
}


.error-page.error {
padding: 0 4rem 4rem;
}

.error-page.error img {
width: 320px;
margin: 0 0 1.45rem;
vertical-align: baseline;

}

.systems-page .hs-form-field>label,
.systems-page  .hs-form label {
margin-bottom: 4px;
display: inline-block;
}

.systems-page .hs-button{
width: auto !important;
margin-left: 0px;
margin-top: 16px;
display: block;
}

.systems-page {
padding: 3rem 0px;
}
.systems-page .success {
display: inline-block;
margin: 2rem 0;
background-color: #CDE3CC;
border: 1.5px solid #4F7D24;
border-radius: 6px;
color: #4F7D24;
padding: .1rem .75rem;
}

.hs-search-results {
margin-top: 2rem;
}
ul.hs-search-results__listing li {
margin-bottom: 2rem;
}
.hs-search-results__title {
font-family: Merriweather, serif;
font-size: 1.25rem;
color: #494a52;
text-decoration: underline;
margin-bottom: .25rem;
}
.hs-search-results__title:hover {
text-decoration: none;
}
.hs-search-results__description {
padding-top: .5rem;
}
.hs-search-highlight {
font-weight: bold;
}
.hs-search-results__pagination a {
color: #494a52;
}

.email-prefs .item.disabled {
opacity: 0.6;
cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
cursor: not-allowed;
}

@media(max-width:1024px){

.error-page.error .hs-btn {
padding: 0 1rem;
}


}

@media(max-width:767px){

.error-page.error .hs-btn.blue {
margin-left: auto;
margin-right: auto;
}

}