/* ******************************************************************************
*********************************************************************************
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-left: 20px;
  padding-right: 20px;
}
dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.home-page .dnd-section>.row-fluid{

  width:90%;
}
.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.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("https://4255748.fs1.hubspotusercontent-na1.net/hubfs/4255748/Noahre_May2020/fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: FontAwesomecustom;
  src: url("https://4255748.fs1.hubspotusercontent-na1.net/hubfs/4255748/Noahre_May2020/fonts/line-awesome.eot") format("embedded-opentype"), 
    url("https://4255748.fs1.hubspotusercontent-na1.net/hubfs/4255748/Noahre_May2020/fonts/line-awesome.woff2") format("woff2"),
    url("https://4255748.fs1.hubspotusercontent-na1.net/hubfs/4255748/Noahre_May2020/fonts/line-awesome.woff") format("woff"),
    url("https://4255748.fs1.hubspotusercontent-na1.net/hubfs/4255748/Noahre_May2020/fonts/line-awesome.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 1.382em;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

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

blockquote {
  margin: 1em 0;
  padding: 0 1em;
  font-style: italic;
  border:none !important;
}

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

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

:focus {
  outline: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {

  html {
    font-size: 18.0px
  }
  body {
    font-size: 18px !important;
  }
}

@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;
  padding:15px 20px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
h3.form-title{

  padding-left:20px;

}
.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  font-size: 14px;
  font-family: Nunito;
  margin: 15px 0px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: none !important;
}

.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 {
  color: #33475b;
  color: rgba(0,21,64,1.0);
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
  display:block;
}
.hs-error-msgs label {
  color: #f2545b !important;
  display: block;
  line-height: 18px;
  font-weight: normal;
  font-family: Nunito;
  font-size: 16px;
}

.hs-input,
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  color: #33475b;
  padding: 8px 15px;
  min-height: 27px;
  color: #33475b;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: #f5f8fa;
  line-height: 22px;


}

.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 input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}


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

@media(max-width:767px){
  form {
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 895px){
   .scrolled .mobile-trigger span:before,.scrolled .mobile-trigger span:after, .scrolled .mobile-trigger span {
       background-color: #0652f5;
   }
  
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.gts-testimonials ul.slick-dots {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  margin-top: 5px;
  text-align: center;
}
.no-banner main.body-container-wrapper {
  padding-top: 100px;
}

.gts-testimonials ul.slick-dots li {
  display: inline-block;
}
.slider-wrapper ul.slick-dots li:hover > button {
  opacity: .618;
  background-color: #232c39;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slider-wrapper ul.slick-dots li {
  display: inline-block !important;
  float: none !important;
  padding: 0 !important;
  padding: 0 5px !important;
}.gts-rating {
  font-size: 0;
  padding-bottom: 9px;
  padding-top: 2px;
}

.slider-wrapper ul.slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px !important;
}
.slider-wrapper ul.slick-dots li.slick-active button {
  opacity: 0.618;
  background-color: #232c39;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.slider-wrapper ul.slick-dots li button {
  display: block;
  opacity: 0.382;
  background-color: #232c39;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
  border-radius: 30px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.testimonial-slider {
  background-color: #f6f7f8;
}

.contact-us form .actions {
  padding: 21px 0px 4px;
}

div#gts-testimonials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #647585;
}

div#gts-testimonials ul li {
  padding: 15px;
  float: left;
  margin-bottom: 0.5em;
  outline:none !important;
}

div#gts-testimonials ul li .wrap {
  padding: 2em 2em 2.4em;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 20px 20px -10px rgba(35,44,57,0.05);
  clear: both;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  width: auto;
  max-width: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
div#gts-testimonials ul li .wrap:hover {
  box-shadow: 0 20px 20px -10px rgba(35, 44, 57, 0.1);
}

.slider-wrapper {
  font-size: 0;
}

.container-wrap {
  margin: 0 -15px;
}

.screen-reader-text {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  width: 0.1rem;
  height: 1px;
  height: 0.1rem;
  border: 0;
}

.gts-rating .star {
  width: 16px;
  height: 16px;
  background-image: url(https://4255748.fs1.hubspotusercontent-na1.net/hubfs/4255748/raw_assets/public/Noah_Co_May2020/images/star%20%281%29.png);
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
}


ul.testimonials-list blockquote {
  margin: 0 0 15px !important;
  padding: 0;
  margin-top: 5px!important;
}

ul.testimonials-list h5 {
  line-height: 1;
  font-size: 15px;
  color: #647585;
  margin: 0 10px 10px 0;
}

span.gts-company {
  line-height: 1;
  font-size: 15px;
  display: block;
}
.home-page .client-card .dnd-row > div,
.home-page .client-card .dnd-row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.home-page .client-card .dnd-row >div > .span4,
.home-page .client-card .dnd-row >div > .span4  {
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  width: 28%;
  max-width: 100%;
  margin: 0;
}

.home-page .client-card .dnd-row >div > .span4 img ,
.home-page .client-card .dnd-row >div > .span4 img {
  display: inline-flex;
  width: 80%;
  margin: 0 50px !important;
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out;
  max-width: 100%;
}
.home-page .client-card  .dnd-row >div > .span4 img:hover ,
.home-page .client-card  .dnd-row >div > .span4 img:hover {
  opacity: 1;

}

.home-page .client-card .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.home-page  .client-card  .dnd-row > div > .span4 *,
.home-page  .client-card  .dnd-row > div > .span4 *{
  display: flex;
  justify-content: center;
}

.home-page .client-card .dnd-row >.span4:before,.dnd-row >div:after,
.home-page .client-card .dnd-row >.span4:before,.dnd-row >div:after {
  display: none;
}
.client-card h4 {
  font-size: 28px;
  padding-bottom: 30px;
  text-align: center;
}

.home-page .dnd-section {
  padding-bottom: 120px;
  padding-top: 120px;
}
.home-page .top-section h4 {
  font-size: 28px;
  padding-bottom:32px;
}
.home-page .top-section h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 10px auto;
}
.home-page .top-section p{

  color: #647585;
}
.home-page .dnd-section .widget-type-cell{

  padding:0;
}

.home-page .dnd-section {
  padding: 120px 0;
}


.home-page .top-section .dnd-row:last-child .dnd-module {
  width: 31.62393%;
  float: left;
  margin-left: 2.5641%;
  text-align: center;
}
.home-page .top-section .dnd-row:first-child .dnd-module p {
  width: 66%;
  margin: auto;
  padding: 0px 10px;
}

.home-page .top-section .dnd-row:last-child .dnd-module:first-child {
  margin-left: 0;
}

.home-page .icon-widget i {
  color: #0055ff;
  background-color: transparent;
  font-size: 60px;
  text-shadow: 0.1em 0.1em 0 rgba(100, 117, 133, 0.1);
  font-weight: 400;
  font-family: FontAwesomecustom;
}
.home-page .icon-widget i.fa.fa-map-pin.fa-3x:before {
  content: "\f27f";
}

.home-page .icon-widget i.fa.fa-database.fa-3x:before {
  content: "\f1b4";
}


.home-page .icon-widget i.fa.fa-compass.fa-3x:before {
  content: "\f1a3";
}

.top-section .dnd-section .widget-type-cell {
  padding: 0;
}

.home-page .top-section .dnd-row:last-child .dnd-module h4 {
  font-size: 20px;
  FONT-VARIANT: JIS04;
  margin: 10px 0px;
  FONT-VARIANT: JIS04;
  padding: 0;
}

.home-page .top-section .dnd-row:last-child .dnd-module p {
  padding: 0 18px;
  font-size: 18px;
  margin: 0;
}
/*contact us page css*/
.contact-us .dnd-section.dnd_area_main-row-0-vertical-alignmentv>div {
  display: flex;
  flex-wrap: nowrap;
}
.contact-us .hs-form label{

  font-family: 'Zilla Slab', serif;
}
.contact-us  input.hs-button.primary.large {
  background: #61bb46;
  border-color: #61bb46;
  color: #ffffff;
  font-size: 14px;
  font-family: Zilla Slab;
  border-radius: 0;
}
.contact-us .dnd-column {
  flex-basis: 50%;
}

.contact-us .dnd-column:first-of-type {
  margin-left: 2.5641% !important;
  padding: 0;
  flex-basis: 50% !important;
  width: 100% !important;
  display: block !important;
}

.contact-us .dnd-column {
  width: 100%;
  flex-basis: 50%;
  display: block !important;
  padding: 0;
}

.contact-us .dnd-column:last-child {
  margin-right: 2.5641%;
  margin-left: 32px;
}

.contact-us .dnd-column form {
  padding: 0;

}

main.body-container-wrapper.contact-us p {
  font-family: 'Zilla Slab', serif;
  margin:0;
}

.contact-us h3 {
  font-family: 'Zilla Slab', serif;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.contact-us-header-wrapper {
  text-align: center;
  background: #fff;
  padding-bottom: 26px;
}

.contact-us-logo img {
  width: 100px !important;
}

.contact-us-logo {
  padding: 17px 8px  0;
}
.contact-us .container-fluid.body-container.body-container__website.top-section {
  height: 350px;
  margin: 15px 0 35px 0;
  background: black;
}

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

.contact-us .container-fluid.body-container.body-container__website.main-setion {
  width: 60%;
  margin: auto;
}
/*end*/

.two-column-right-group .widget-type-cell{

  padding:0 !important;
}
.two-column-right-group.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}
.right-column {
  width: 25%;
}

.left-column {
  width: calc(75% - 40px);
}
.left-column .dnd-section {
  padding: 0;
}
.two-column-right-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.left-column ul {
  margin: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 0;
}

.left-column ul li {
  color: #647585;
}

.left-column .hs-button {
  background-color: #0055ff;
  padding: 16px 19px;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  font-family: hind, helvetica, arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  margin-top: 30px;
}
body:not(.home) blockquote:first-of-type{
  margin: 0 0 30px 0;

}
.left-column  blockquote  {
  font-style: normal;
  margin: 30px 0;
  padding: 0;
}

.left-column blockquote h2 {
  text-align: center;
  color: #ffffff;
  background-color: #0055ff;
  text-align: center;
  padding: 25px;
  margin: 0;
  box-shadow: 0 -2px 25px rgba(0, 21, 64, 0.4);
  border-radius: 3px;
}

.left-column blockquote ul {
  margin: 0;
  display: flex;
  margin-bottom: 28px;
  list-style: none;
}

.left-column blockquote:last-child {
  margin: 0;
}

.left-column blockquote ul li:first-child {
  margin-left: 2.5641%;
}

.left-column blockquote ul li {
  flex-basis: calc(50% - 16px);
  flex-grow: 0;
  background-color: #f5f5ff;
  padding: 20px 30px;
  margin: 0 0 1.382em;
  color: #001540;
}

.left-column blockquote ul li:last-child {
  margin-right: 2.5641%;
  margin-left: 2.5641%;
}
@media(max-width:1470px){

  .contact-us fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

}
@media(max-width:895px){
  .home-page .top-section .dnd-row:first-child .dnd-module p {
    margin-bottom: 10vw;
  }
  .home-page .dnd-section {
    padding: 80px 0;
  }
  .two-column-right-group.dnd-section {
    padding: 60px 0px;
  }
  .two-column-right-group {
    display: block;
  }
  .left-column {
    width: 100%;
  }
  .right-column {
    width: 100%;
  }
  .left-column blockquote ul li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-left: 0 !important;
  }
  .left-column blockquote ul {
    flex-wrap: wrap;
  }
  .slider-wrapper ul.slick-dots {
    margin-top: 0px !important;
  }
  .home-banner-content {
    margin-bottom: 10vw;
  }
  .home-page .top-section .dnd-row:last-child .dnd-module {

    margin-bottom: 10vw;
  }
  .home-page .top-section .dnd-row:last-child .dnd-module p {
    padding: 0px 18px;
  }
}
@media(max-width:767px){
  .left-column h4 {
    font-size: 21.6px;
  }
  .left-column h3 {
    font-size: 1.3em;
  }
  .top-section .dnd-column .dnd-row:first-child {
    margin-bottom: 10vw;
  }
  .home-page .top-section .dnd-row:first-child .dnd-module p {
    font-size: 20px;
    padding:0;
  }

  .left-column blockquote h2 {
    font-size:25.2px;
  }

  .two-column-right-group.dnd-section {
    padding: 10vw 5vw;
  }
  main.body-container-wrapper.two-column-group-layout.hs-container {
    width: 100%;
  }
  .client-card h4 {
    padding-bottom: 27px;
    font-size: 23.4px;
  }
  .home-page .top-section .dnd-row:last-child .dnd-module p {
    padding: 0;
  }
  .home-page .top-section .dnd-row:last-child .dnd-module:last-child p {
    margin: 0 0 1.382em;
  }
  .home-page .top-section .dnd-row:last-child .dnd-module:last-child {
    margin-bottom: 0;
  }
  .home-page .top-section .dnd-row:last-child .dnd-module {
    width: 100%;
    margin-left: 0;
  }
  .home-page .icon-widget i {
    font-size: 54px;
  }
  .contact-us-header-wrapper {
    padding-bottom: 24px;
  }
  .contact-us .dnd-column:last-child {
    margin-left: 2.5641% !important;
  }
}

@media only screen and (max-width: 640px){
  .contact-us .container-fluid.body-container.body-container__website.main-setion {
    width: 95%;
  }
  .left-column blockquote ul li {
    margin-left: 0 !important;
    margin-right: 3% !important;
  }
  .left-column blockquote ul li:first-child {
    margin-bottom: 45px;
  }
  .contact-us h3 {
    font-size: 18px;
  }
  .contact-us .dnd-column {
    width: auto;
    display: block !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
  .contact-us form fieldset{
    max-width:100%;
    width:100%;

  }
  .contact-us form .actions {
    padding:0px;
  }
  main.body-container-wrapper.contact-us p {
    display: none;
  }

  .home-page .client-card .dnd-row>div>.span4 img, 
  .home-page .client-card .dnd-row>div>.span4 img {
    margin: 10px 0 !important;
    width:80% !important;
  }
  .home-page .client-card .dnd-row>div>.span4 *, .home-page .client-card .dnd-row>div>.span4 * {
    width: 100% !important;
  }
  .home-page .client-card .dnd-row>div>.span4, .home-page .client-card .dnd-row>div>.span4 {
    width: 100% !important;
  }
}

@media(max-width:480px){
  .contact-us form input[type="submit"] {
    width: auto !important;
  }
  .contact-us form input {
    width: 100% !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  font-size:18px;
}
img.fixed-logo {
  display: none;
}

.scrolled img.fixed-logo {
  display: block;
}

.scrolled img.top-logo {
  display: none;
}

.no-banner .header .header-wrapper {
  background-color: #0040bf;
}

.no-banner.scrolled .header-wrapper {
  background-color: rgba(245,245,255,0.95);
}

.lp-header .header-logo a {
  margin-top: 9px;
  display: block;
}

header.header.lp-header .header-wrapper {
  min-height: 80px;
}
.scrolled a.contact-link {
  color: #0055ff;
}
.hs-container{
  margin:0 auto;
  max-width: 1280px;
  width:90%;
}

.scrolled .header-wrapper .hs-container {
  padding: 0;
}
.scrolled .header-wrapper {
  box-shadow: 0 0 20px rgba(35, 44, 57, 0.2);
}
.header-wrapper {
  position: fixed;
  z-index: 100;
  width: 100%;
/*   -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); */
}

.header-wrapper .hs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.2s cubic-bezier(0, 1, 0.5, 1);
  position: relative;
  padding: 10px 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header-logo {
  max-width: 70px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  position: relative;
}

.header-logo img {
  width: 100% !important;
  border: 0px;
  vertical-align: middle;
}

.header-contact {
  margin-right: 0;
  margin-left: 1em;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.header-contact a span{
  font-size:17px;
  font-family: montserrat,helvetica,arial,sans-serif;
  font-weight: 600; 
  margin-left: -5px;
}
.header-contact a span.fa-phone:before{
  content: "\f2b3";
  font-family: FontAwesomecustom;
  font-size:17px;
}
.header-contact a {
  border-radius: 3px;
  padding: 16px 24px 16px 30px;
  transition: .3s;
  text-decoration: none;
  font-size: 17px;
  font-variant: small-caps;
  font-family: montserrat,helvetica,arial,sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
.header-contact > span.fa.fa-phone:before {
  content: "\f2b3";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size:17px;
}

.fa-phone:before {
  content: "\f2b3";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1 FontAwesome;
}

.header-menu-wrapper {
  display: block;
  overflow: visible;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.contact-mobile .fa span {
  font-weight: 600;
  font-family: montserrat,helvetica,arial,sans-serif !important;
}
a.contact-mobile span.fa.fa-phone:before {
  font-family: FontAwesomecustom;
  content: "\f2b3";
}
@media (max-width: 1152px){

  .header-logo {
    padding: 10px 0px;
  }
  .lp-header .header-logo a {
    margin:0;
  }
}
@media (max-width: 895px){
  .header-menu-wrapper>div {
    max-height: calc(100% - 20px);
    overflow-y: auto;
  }
  .scrolled .header .header-wrapper {
    background-color: rgba(245, 245, 255, 0.95)!important;
  }
  .header-contact {
    display: none;
  }
  .header-logo {
    padding: 0;
  }
  .header-wrapper .hs-container {

    padding:10px 0px !important;
  }

  .header-menu-wrapper {
    left: -1rem;
    width: 100vw;
    margin: auto;
    padding: 5vw;
    border-top: 2px solid #f0f1f2;
    border-bottom: 2px solid #f0f1f2;
    background-color: rgba(35, 44, 57, 0.98);
    bottom: -1rem;
    right: -1rem;
    top: -1rem;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
  }

  .mobile-open .header-menu-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .mobile-trigger {
    padding: 27px 0;
    color: transparent;
    background-color: transparent;
    line-height: 1;
    letter-spacing: -0.5em;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 1px;
  }

  .mobile-trigger span {
    margin-top: 7px;
    margin-left: 0.236em;
    border-radius: 4px;
    background: #ffffff;
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
    height: 2px;
    width: 25px;
    display: block;
    float: right;
    position: relative;
  }

  .mobile-trigger span:before, .mobile-trigger span:after {
    height: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .mobile-trigger span:before {
    top: 7px;
    -webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
  }

  .mobile-trigger span:after {
    bottom: 7px;
    -webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
  }

  .mobile-open .mobile-trigger span {
    background: none;
  }

  .mobile-open .mobile-trigger span:after {
    bottom: 0;
    -webkit-transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-open .mobile-trigger span:before {
    top: 0;
    -webkit-transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.contact-mobile {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-family: montserrat, helvetica, arial, sans-serif;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    font-variant: small-caps;
    font-size: 17px;
    width: 100%;
    padding: 0px 0 16px;
    line-height: 1;
    margin-bottom: 16px;
  }

  .header-menu-wrapper >div {
    width: 100%;
    text-align: center;
  }

  .fa-phone:before {
    font-size: 17px;
  }

  a.contact-mobile:hover {
    background-color: #ffffff;
    color: #0270e0;
  }
  .scrolled a.contact-mobile {
    color: #0055ff;
  }

  .child-trigger {
    width: 50px;
    height: 48px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color:#fff;
  }

  .child-trigger:before {
    content: '+';
  }

  .child-trigger.child-open:before {
    content: '-';
  }
}

@media(max-width:640px){
  a.contact-mobile {
    display: none;
  }
  nav.navigation-primary ul {
    padding-bottom: 15px !important;
  }
}
@media(min-width:896px){

  .mobile-tirgger,.child-trigger{

    display:none !important;
  }
  a.contact-mobile {
    display: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  font-size:18px;
}
.lp-footer .footer-copyright .hs-container {
  padding: 60px 0 60px;
}
.form-open .body-wrapper{
  -webkit-filter: blur(4px);
  filter: blur(4px);
  overflow-x:hidden;
}

.footer-form-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 20px;
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: none;

}
.form-open .footer-form-wrapper {
  visibility: visible;
  opacity: 1;
}
span#form-close:hover {
  color: #0055ff;
  text-decoration: none;
  cursor: pointer;
}
.footer-form-wrapper-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width:570px;
  background-color: #f5f5ff;
  padding: 30px 40px 30px 40px;
  border-radius: 10px;
  box-shadow: 0 -2px 12px rgba(245, 245, 255, 0.6);
  overflow-x: hidden;
  overflow-y: auto;

}
.form-open .footer-form-wrapper-inner {
  animation: fadein cubic-bezier(0, 1, 0.5, 1) 400ms;
}
span.-popup-form-title {
  color: #232c39;
  font-weight: bold;
}

.footer-form-wrapper-inner form {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

span#form-close {
  color: #011540;
  float: right;
  font-size: 25px;
  text-align: right;
  cursor: pointer;
}


h3.form-title {
  display: none;
}

.actions {
  padding: 21px 0px;
}

.footer-wrapper {
  color: #f5f5ff;
  background-color: #001540;
  position: relative;
}

.footer-copyright .hs-container {
  padding: 0 0 60px;
  position: relative;
}

.copyright p {
  margin: 0;
  font-size: 16px;
  max-width: calc(100% - 4rem);
}

.copyright {
  padding-top: 20px;
}
a.back-to-top:active{
  outline: 2px solid #f0f1f2;
}
a.back-to-top {
  height: 30px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 58px;
}

.back-to-top:before,  .back-to-top:after {
  display: block;
  position: absolute;
  top: 13px;
  top: 13px;
  left: 9px;
  left: 9px;
  width: 8px;
  height: 2px;
  background-color: #a4a8ac;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.back-to-top:after {
  left: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.back-to-top:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.footer-row:before,.footer-row:after {
  display: block;
  clear: both;
  content: '';
}

.footer-wrapper .hs-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto 41px;
  margin-left: 2.564102564102564%;
}
.custom-footer .hs-container {
  padding: 47px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}.footer-menu.hs-width ul li.hs-menu-item.hs-menu-depth-1.active.active-branch >a {
  color: #fff;
}

.footer-social-icons.hs-width {
  margin-left: 0;
}

.footer-logo {
  width: 50%;
  display: block;
  margin-bottom: 34px;
  margin: 0 auto 34px;
}

.footer-logo img {
  width: 100%;
}


.footer-menu.hs-width img {
  max-width: 186px;
  width: 100%;
}
.f-social-icons {
  overflow: hidden;
  position: relative;
  top: -9px;
  max-width: fit-content;
  margin: 0 auto;
}


ul.alignleft {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -3.4px -3.4px 0 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  float: left;
}

ul.alignleft li {
  margin: 0.2em 0.2em 0 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}

ul.alignleft li a {
  background-color: transparent !important;
  border-radius: 36px;
  border: 0px #ffffff solid !important;
  font-size: 18px;
  padding: 9px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  margin: 2px;
}

ul.alignleft li a svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

ul.menu-nfooter {
  display: block;
  width: 100%;
  margin: 0 auto 34px;
  padding: 0;
  list-style: none;
  max-width: 100%;
  font-size: 16px;
  font-variant: small-caps;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: montserrat, helvetica, arial, sans-serif;
}

ul.menu-nfooter li {
  width: 50%;
  margin: 0 0 1em;
  padding: 0;
  font-family: hind, helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 1.618;
  text-transform: capitalize;
  display: inline-block;
  -ms-flex-wrap: wrap;

}

ul.menu-nfooter li a {
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  padding:0;
}

ul.menu-nfooter li:last-child {
  margin-bottom: 0;
}


.footer-wrapper .hs-width h4 {
  font-size: 16px;
  margin-bottom: 1.5em;
}

.footer-add p {
  font-size: 17px;
}

.bp-contact-card>div {
  margin: 1em 0;
  font-size: 17px;
}

address.bp-contact-card {
  font-style: normal;
}

.bp-contact-card .bp-phone:before {
  content: '\f2b3';
  width: 1em;
  font-family: FontAwesomecustom;
  line-height: 0.9;
  font-size: 25.5px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
}

.bp-contact-card .bp-contact:before {
  content: '\f1c6';
  width: 1em;
  font-family: FontAwesomecustom;
  line-height: 0.9;
  font-size: 25.5px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
}

.bp-contact-card>div a {
  color: #a4a8ac;
  text-decoration: none;
}
.footer-get-started {
  padding: 100px 0;
  background-color: #0040BF;
  text-align: center;
}

.footer-get-started-title h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
}

button.alt-cta.form-open {
  cursor:pointer;
  color: #001540;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  padding: 16px 24px 16px 24px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -1rem rgba(35, 44, 57, 0.1);
  font-family: montserrat, helvetica, arial, sans-serif;
}
button.alt-cta.form-open:hover{
  color: #0055ff ;
}
.get-stared-link {
  padding-top: 30px;
  padding-bottom: 3px;
}

@media(max-width:1600px){
  .footer-form-content fieldset.form-columns-2 .hs-form-field { 
    width: 100% !important;
  }

}
@media(max-width:767px){
  .footer-form-wrapper{
    
    padding:20px;
  }

  .footer-copyright .hs-container {
    padding: 0 0 5vw;
  }
  .custom-footer .hs-container {
    display: block;
  }
  .footer-wrapper .hs-width {
    width: 100%;
    margin: 0;
    margin: 0 auto 40px;
  }
  .footer-menu-logo {
    font-size: 0;
  }
  .copyright {
    padding-top: 14px;
  }
  .footer-social-icons.hs-width {
    margin: 0 auto 30px !important;
  }
}
@media(max-width:640px){

  span.-popup-form-title {
    font-size: 18px;
  }
  .footer-form-wrapper-inner {
    width: 100%;
    padding: 20px;
    height: 100%;
  }
}
@media(max-width:600px){

  .footer-get-started .hs-container {
    margin-bottom: 5vw;
  }
  .footer-get-started {
    padding: 60px 0;

  }



  .footer-form form input[type="submit"] {
    width: auto !important;
  }
  .footer-form form input {
    width: 100% !important;
  }
}

@media(max-height:600px){
  .footer-form-wrapper-inner {

    overflow-y: auto;
    max-height: calc(100% - 30px);
  }
}


@keyframes fadein {
  0% {
    filter: opacity(0%) blur(10px);
  }
  50% {
    filter: opacity(100%) blur(10px);
  }
  100% {
    filter: opacity(100%) blur(0px);
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

/* post css*/

h3.widgettitle.widget-title {
  font-size: 16px;
}
.recent-post-item {
  background-color: #f5f5ff;
  border-radius: 10px 10px 4px 4px;
  box-shadow: 0 -2px 12px rgba(0, 21, 64, 0.2);
  width: 90%;
  margin: 20px 0;
}
.recent-post-item {
  background-color: #f5f5ff;
  border-radius: 10px 10px 4px 4px;
  box-shadow: 0 -2px 12px rgba(0, 21, 64, 0.2);
  width: 90%;
  margin: 20px 0;
}

.blog-post {
  width: calc(75% - 40px);
}

.blog-sidebar {
  width: 25%;
}

.hs-blog-post .content-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
h2.post-listing-simple {
  display: block;
  width: 100%;
}

h2.post-listing-simple >a {
  text-decoration: none;
}

.recent-hs-featured-image-wrapper img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.recent-post-inner {
  padding: 10px;
}

.recent-post-title {
  font-size:20.6px;
  text-decoration: none;
  margin: 0 0 0.382em;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.recent-post-item a {
  text-decoration: none;
}

.recent-post-inner a:hover {
  color: #647585;
}

.recent-post-item .post-date {
  margin: 0;
}
ul.sidebar-social-icons {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.2em -0.2em 0 0;
}

ul.sidebar-social-icons li {
  margin: 0.2em 0.2em 0 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}

ul.sidebar-social-icons li a {
  border-radius: 36px;
  color: #141e28;
  font-size: 18px;
  padding: 9px;
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  margin: 2px;
  border: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.recent-post-wrapper {
  margin-bottom: 40px;
}

ul.sidebar-social-icons li a:hover {
  color: #0055ff !important;
}

ul.sidebar-social-icons  li a svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/*end of post */




/*listing */
.content-wrapper {
  width: 90%;
  padding: 80px 0;
  max-width: 1240px;
  margin:0 auto;
}
.blog-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.post-item {
  width: 31.62393%;
  margin-left: 2.5641%;
  padding: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -10px rgba(35, 44, 57, 0.1);
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  margin-bottom: 30px;
  overflow: hidden;
}
.post-item:hover{

  box-shadow: 0 20px 10px -10px rgba(35, 44, 57, 0.1);
}
.post-item:nth-of-type(3n + 1) {
  margin-left: 0;
}

a.blog-index {
  margin: -30px -30px 30px;
}

.post-date {
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 1.382em;
  color: #232c39;
}

.post-ttle h2 {
  color: #ffffff;
  background-color: #0055ff;
  text-align: center;
  padding: 25px;
  box-shadow: 0 -2px 25px rgba(0, 21, 64, 0.4);
  border-radius: 3px;
  margin: 0 0 30px 0;
  display: block;
  /* text-align: left; */
}

.post-ttle h2 a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-family: montserrat, helvetica, arial, sans-serif;
}
h1.topic-heading {
    text-transform: capitalize;
}

.post-ttle h2 a:hover {
  color: #f5f5ff;
}

.blog-index_body {
  color: #001540;
}

.blog-index_body p {
  margin: 0;
  font-size: 18px;
}

a.read-more {
  font-size: 18px;
  color: #232c39;
}

a.blog-post__tag-link {
  color: #232c39;
  word-wrap: break-word;
  font-size: 12px;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-weight: 50;
  font-weight: 600;
}

img {}

.blog-post__tags img {
  margin-right: 0.5em;
  width: 20px;
  /* height: 20px; */
  vertical-align: bottom;
}

a.blog-post__tag-link:hover {
  color: #647585;
}

.body-wrapper.hs-blog-listing
{
  background-color: rgba(35, 44, 57, 0.05);
}

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

.blog-pagination >div {
  margin: 0 0.25em 0 0;
}

.blog-pagination a {
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  padding: 7.5px 10px;
  border-radius: 4px;
  color: #232c39;
  background-color: #ffffff;
  display: inline-block;
}

.blog-pagination a:hover {
  background-color: #ff3d19;
  color: #fff;
}

a.active {
  background-color: #ff3d19;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(35, 44, 57, 0.15);
}
/* end listing */


.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.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;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
}
.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 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: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.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: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width:895px){
  .post-item {
    width: 48.71795%;
  }
  .content-wrapper {

    padding: 60px 0;
  }
  .hs-blog-post .content-wrapper {
    flex-wrap: wrap;
  }
  .blog-post {
    width: 100%;
  }
  .blog-sidebar {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 767px){
.content-wrapper {
    padding: 10vw 5vw;
    width: 100%;
}
}

@media (max-width:510px){
  .post-item {
    width: 100%;
    margin-left: 0;
  }
  .blog-pagination {
    margin: 5vw 0 10vw;
  }

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.systems-page .hs-input ,.systems-page input[type="password"]{

  width:100% !important;
  margin:0 !important;
  height:auto !important;
}
.systems-page form {
  padding-left:0;
  padding-right:0;
}
ul.no-list {
  padding: 0;
  list-style: none;
}
.hs_cos_wrapper_type_email_simple_subscription form{
  max-width: 600px !important;
}
.systems-page form#email-prefs-form {
  width: 100%;
  max-width: 100%;
}.systems-page h1 {
  padding-left: 20px;
}
.systems-page form#email-prefs-form h1 {

  padding-left:0;
}
.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;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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;
}
.content-wrapper .systems-page {
  padding: 0;
}
@media(max-width:767px){

  .error-page h1,.systems-page h1 {
    font-size: 1.8em;
  }

  .error-page h2, .systems-page h2 {
    font-size: 1.4em;
  }
  .systems-page form#email-prefs-form {
    padding:0;
  }
  .systems-page h1 {
    padding-left:0;
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 20px;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
/*     -ms-touch-action: pan-y;
        touch-action: pan-y; */
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
  top: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  z-index: 99;
  margin: auto;
  position: absolute;
  text-indent: -99999em;
  border-radius: 100%;
  background-color: rgba(0,0,0,.2);
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0px;
}

.slick-prev.slick-arrow {
  left: 10px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/2659995/a-right-arrow.svg);
}

.slick-next.slick-arrow {
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/2659995/a-right-arrow.svg);
}
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox-close:focus {
    outline: none;
}
.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×";
}