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

.banner-area .dnd-section {
  padding: 0;
}
.dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section {
  padding-bottom: 0px;
  padding-top: 0;
}

@media (max-width: 1200px) {
  .body-container__landing {
    padding: 0 10px;
  }
  .body-container__website {
    padding: 0 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/5642835/MessageBuy_April2020/Fonts/FontAwesome5Pro-Solid.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5642835/MessageBuy_April2020/Fonts/fa-solid-900.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5642835/MessageBuy_April2020/Fonts/fa-solid-900.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5642835/MessageBuy_April2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
  background-color: #f3f3f3;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.7;
}

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

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

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

/* TODO */
small {

}

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_form,
.blog-comments form{
  display: block;
  box-shadow: -4px 11px 58px -14px rgba(53,52,56,0.6);
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 20px 30px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 26px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 20px;
  padding: 15px 53px;
  
  text-decoration: none;
  margin-top: 20px;
  font-weight: 700;
}

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

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page form {
  max-width: 1080px;
  width: 100%;
  background: rgb(238,238,238);
  padding: 90px;
  border-radius: 30px;
  box-shadow: -4px 11px 58px -14px rgba(53,52,56,0.6);
  margin: 20px 0 0;
}

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100% !important;
  font-weight: normal;
  color: #555;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 23px 28px;
  font-size: 20px;
  min-height: 73px;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  line-height: normal;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  font-size: 0.75em;
}

.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);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}

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: #ffffff;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}
input#hs-pwd-widget-password {
  height: auto !important;
  width: 100%;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 1200px){
  .hs-button.primary {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .body-container .span4.dnd-module {
    padding: 60px 40px;
  }
}

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

@media (max-width: 480px){
  .systems-page {
    padding: 2.33rem 1rem !important;
  }
}


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

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

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

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  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.
*********************************************************************************
****************************************************************************** */

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


.page-center:after, .page-center:before {
  content: "";
  display: block;
  clear: both;
}
.two-col-tem .two-right-content span#hs_cos_wrapper_two-banner-Section-module-2_ {
    background-color: #ee6871 !important;
}
.hs-responsive-embed-wrapper {
  margin: 0em;
  padding: 45px 0px 45px 0px !important;
  background-color: transparent;
  z-index: 1;
}
.main-content h4 {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 17.5px;
}
.banner-content .dnd-column:first-child {
   
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
}
.main-content strong {
  margin: 0em;
  padding: 45px 0px 0 0px;
  background-color: transparent;
  z-index: 1;
}
.main-content strong span {
  margin: 0 calc(0em * -1) 0 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgba(0,0,0,1);
}
.sidebar-area .dnd-section {
  margin-top: 2.75em;
}
.sidebar > .sidebar-area {
  margin-top: 0;
}
.sidebar-area .widget-type-post_filter ul li:hover a {
  color: #7a7a7a;
}
.sidebar-area .widget-type-post_filter ul li a {
  display: inline-block;
  border-bottom: 1px dotted !important;
  line-height: 1.2;
}
.sidebar-area .widget-type-post_filter ul li a:hover {
  color: rgb(23,89,255);
}
.sidebar-area .widget-type-post_filter ul li {
  padding: 9.1px 11.9px;
  line-height: 21px;
}
.sidebar-area .widget-type-post_filter ul li a {
  font-size: 14px;
}
ul.hs-search-field__suggestions li,
.hs-search-field__suggestions #results-for:last-child{ 
  border: 1px solid rgba(0,0,0,0.075)!important;
}
.hs-search-field__suggestions #results-for:hover {
  background: #f3f3f3;
}
.custom-google-search > .hs-search-field {
  display: none;
}
ul.hs-search-field__suggestions li a:hover {
  background-color: transparent;
}



/*Two Col Right*/
strong span {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.main-content.span8 {
  width: 69.536945%;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
/*Home Page*/
.home-page-center .span12{
  margin-left: 0;
}
.main-banner-area .dnd-column {
  padding-top: 45px;
}
.main-banner-area .dnd-column p {
  margin-bottom: 0;
}
.main-banner-area .dnd-column img {
  padding-left: 9px;
  padding-right: 1px;
  height: auto;
  max-width: 390px;
  margin: 0 auto;
  display: block;
  padding: 0 5px;
  width: 100%;
}


/*------------------ banner --------------*/
a#submit-btn {
  display: block;
  margin: 0 auto;
  width: 250px;
  border-radius: 0.35em;
  font-size: 1.5em;
  background-color: rgb(0,74,124);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
}
.banner-button-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.575em 0.85em 0.575em 0.85em;
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  line-height: 0;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}
.banner-button-content .banner-button-text {
  margin: 5px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}
.banner-button-content .banner-button-text span.banner-button-text-primary {
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: rgb(255,255,255);
}

a#submit-btn:hover {
  background: rgba(255,255,255,1);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}
a#submit-btn:hover span {
  color: rgba(0,0,0,0.5);
}
.banner_button_search_box .phone-search {
  position: relative;
}
.banner_button_search_box .phone-search .top-input {
  position: relative;
}
.banner_button_search_box .phone-search .top-input .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: unset;
}
.banner_button_search_box h3 {
  margin: 0;
}
.banner_button_search_box form {
  max-width: 100%;
  margin: 0 0 18.382px;
  position: relative;
  background: transparent;
}
.banner_button_search_box form > .hs_phone > label {
  display: none;
}
.banner_button_search_box form .hs-form-field input[type=tel] {
  width: 100%;
  outline: none;
  height: 43px;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  margin-bottom: 9px;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: inline-block;
  font-family: "Lato",sans-serif;
  min-height: unset;
}
.banner_button_search_box form .hs-button {
  padding: 12px 10px;
  position: absolute;
  right: -1px;
  top: 0;
  background: rgb(0,74,124);
  box-shadow: none;
  border: none;
  border-radius: 0 5px 5px 0;
  margin: 1px;
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  margin-bottom: 0.25em;
  color: #ffffff;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  transition: all 0.15s linear;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-family: "Lato",sans-serif;
}
.banner_button_search_box form .hs_error_rollup {
  display: none;
}
.banner_button_search_box form .hs-form-field input[type=tel]::-webkit-input-placeholder {
  color: #c5c5c5;
}
.banner_button_search_box form .hs-form-field input[type=tel]::-moz-placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.banner_button_search_box form .hs-form-field input[type=tel]:-ms-input-placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.banner_button_search_box form .hs-form-field input[type=tel]:-moz-placeholder {
  color: #c5c5c5;
}
.banner_button_search_box {
  display: none;
}
.form-active .banner_button_search_box {
  display: block;
  padding: 0 0 0 0;
}
.form-active a#submit-btn {
  display: none;
}

.banner_button_search_box ul.hs-error-msgs.inputs-list li {
  display: block;
  color: #000;
  font-size: 13px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  display: inline-block;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: absolute;
  font-family: sans-serif;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.banner_button_search_box ul.hs-error-msgs.inputs-list li:before {
  background-image: url('//cdn2.hubspot.net/hubfs/4395819/_VivoComm_July2018/Images/error.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.banner_button_search_box ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.banner_button_search_box ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

.banner_button_search_box ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  font-size: 12px;
  color: #000;
}


/*------------------ home page --------------*/
.text-content.span12 {
  margin: 0em;
  padding: 68px 0px 45px 0px;
  background-color: rgb(255,255,255);
  z-index: 1;
}
.text-content.span12 p:first-child {
  width: 48%;
  margin: 0 auto 39.39px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.text-content.span12 p:last-child {
  width: 48%;
  margin: 59px auto 0;
}
.home_integrate_section .dnd-column p {
  position: relative;
  margin: 0;
  padding-right: 6px;
  margin-right: 4%;
  text-align: right;
}
div#integrate_section {
  margin: 0em;
  padding: 45px 0px 41px 0px;
  background-color: rgb(238,238,238);
  z-index: 1;
}
div#integrate_section h5 {
  color: #9698a6;
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 0px;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
div#client_section form {
  max-width: 100%;
  margin-bottom: 4.596px;
}
div#client_section form fieldset {
  max-width: 100%;
}
div#client_section .hs_cos_wrapper_type_form {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  background: rgb(238,238,238);
  padding: 90px;
  border-radius: 30px;
  box-shadow: -4px 11px 58px -14px rgba(53,52,56,0.6);
  margin-bottom: 18.382px;
}
div#client_section {
  margin: 0em;
  padding: 147px 0px 45px 0px;
  background-color: rgb(255,255,255);
  z-index: 1;
}
div#client_section .dnd-column {
  padding: 46px 0 0 0;
}
div#client_section form .actions {
  text-align: center;
}
div#client_section form input.hs-button.primary.large {
  padding: 20px 68px !important;
  margin: 0 auto;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 50px;
  width: 299px;
  line-height: 26px;
  outline: none;
  min-height: 73px;
  position: relative;
  right: 16px;
}
div#client_section .hs_email > label {
  display: none;
}
div#client_section form .field {
  width: 47%;
  float: left;
  margin: 5px 10px;
}
div#client_section form .field .input {
  margin: 0;
}
div#client_section form fieldset > div > label {
  margin: 0;
}
div#client_section form .field .input input {
  margin-bottom: 9px;
  border: transparent;
}
div#client_section form .field .input > select {
  border: transparent;
  margin-bottom: 9px;
  -webkit-appearance: none;
  color: #bbb;
}
div#client_section form fieldset > .hs-richtext > p {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #272727;
  letter-spacing: -0.035em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 31px;
}
#client_section h3 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
  margin-top: 0px;
  color: #272727;
  letter-spacing: -0.035em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
div#client_section form fieldset label.hs-error-msg {
  margin: 0;
  font-weight: 700;
  color: #ff0000;
}

div#client_section form .field .input input::-moz-placeholder {
  opacity: 0.5;
  color: #c5c5c5;
}
div#client_section form .field .input input:-ms-input-placeholder {
  opacity: 0.5;
  color: #c5c5c5;
}
div#client_section form .field .input input:-moz-placeholder {
  opacity: 0.5;
  color: #c5c5c5;
}

.banner_button_search_box form .hs-form-field input[type="tel"]::-moz-placeholder {
  opacity: 0.5;
  color: #c5c5c5;
}
.banner_button_search_box form .hs-form-field input[type="tel"]:-ms-input-placeholder {
  opacity: 0.5;
  color: #c5c5c5;
}
.banner_button_search_box form .hs-form-field input[type="tel"]:-moz-placeholder {
  opacity: 0.5;
  color: #c5c5c5;
}

.banner_button_search_box form .hs-form-field input[type=tel]:focus {
  border-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  margin: 0;
}
.banner-content .dnd-column {
  display: block !important;
}
div#client_section form fieldset>div>label {
  display: none;
}
div#client_section form .hs_error_rollup {
  display: none;
}
.main-banner-area .dnd-column h2 {
  color: #ffffff;
  font-size: 51px;
  line-height: 64px;
  letter-spacing: -0.035em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 153.75px 0 10.2px 0;
}
.banner-button-wrapper {
  margin-top: 50px;
}
.banner-content.span12 {
  line-height: 0;
}
.banner-content .dnd-column:first-child {
  float: left;
  margin-right: 4%;
}
.banner-content .dnd-column:last-child {
  margin: 0;
}
.text-content.span12 p:first-child:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  position: absolute;
  top: -51px;
  left: 47.3%;
}
.home_integrate_section .dnd-column p:after {
  content: "\f067";
  font-size: 28px;
  font-family: "FontAwesome";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 28px;
}
div#integrate_section img {
  margin-bottom: 18.382px;
  width: 300px;
}
div#integrate_section .dnd-column {
  display: block !important;
}
div#integrate_section span > img {
  margin-left: 40px;
  margin-top: -10px;
}
div#integrate_section p img {
  width: 257px;
}



.main-content h4 + span {
  margin: -3em 0em -3em 0.5em;
  padding: 45px 0px 45px 0px;
  background-color: transparent;
  z-index: 1;
  display: block;
}
.hs-responsive-embed-wrapper + span {
  margin: 0em;
  padding: 45px 0px 45px 0px;
  background-color: transparent;
  z-index: 1;
  display: block;
}




.testimonial-wrapper .table_content {
  position: relative;
}
.testimonial-wrapper .table_content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.testimonial-wrapper {
  position: relative;
  min-height: 33.8vw;
  overflow-y: auto;
  margin-right: 1.5%;
  background: #172027;
}
.testimonial-wrapper .left_content {
  position: absolute;
  bottom: 0px;
}
.testimonial-wrapper .left_content .logo {
  text-align: center;
  clear: both;
  width: 175px;
  margin: 0 auto;
  float: none;
}
.testimonial-wrapper .left_content .logo a.x-brand.img {
  margin-top: 22px;
  font-family: "Lato",sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #272727;
  display: block;
  float: left;
  line-height: 1;
  text-decoration: none;
}
.testimonial-wrapper .left_content .logo a.x-brand.img img {
  width: 175px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.testimonial-wrapper .left_content h3 {
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  border: none;
  clear: both;
  margin: 10px 0px;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
}
.testimonial-wrapper .left_content h3:after, 
.testimonial-wrapper .left_content h3:before {
  content: "";
}

.two-right-content span#hs_cos_wrapper_two-banner-Section-module-2_ {
    background-color: #9bb6f9 !important;
}
.two-col-version4 .two-right-content form {
    background-color: #9bb6f9 !important;
}
.two-col-tem .two-col-right .two-right-content form .actions input.hs-button.primary.large:hover {
    color: #ee6871 !important;
}
.testimonial-wrapper .left_content h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0px;
  line-height: 1.4;
  letter-spacing: -0.035em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.testimonial-wrapper .left_content h6 {
  color: #fff;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  letter-spacing: -0.035em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 1.4;
}
ul.no-list.hs-error-msgs.inputs-list li {
  display: none;
}
ul.no-list.hs-error-msgs.inputs-list li:last-child {
  display: block;
}


/*------------- Privacy Policy % terms styling-------------*/
.main-content p {
  margin-bottom: 18.382px;
}
.main-content p i span {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
.main-content p:last-child {
  margin: 0;
}
.main-content ul {
  padding: 0;
  margin: 0 0 1.313em 1.655em;
}

.body-container__website {
  margin: 0 auto;
  background: #f3f3f3;
}
.text-content.span12 .banner-button-wrapper {
  display: none;
}
.body-container-wrapper.two-column .dnd-module {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: unset;
  margin-bottom: 0;
}
.body-container .dnd-module,
.custom-error-page .error-page{
  padding: 60px;
 /*background-color: #fff */
  border-radius: 4px;
  /*box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);*/
  margin-bottom: 0;
}
.home-page-center .dnd-section > .row-fluid,
.main-content-area .dnd-section > .row-fluid,
.sidebar.span4 .dnd-section > .row-fluid{
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: unset;
}
.two-column .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.home-page-center .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.body-container-wrapper.two-column .body-container__website {
  background: #fff;
}
.page-center .dnd-section{
  padding-bottom: 0px;
  padding-top: 0px;
}

@media (max-width: 1260px){
  div#integrate_section span > img {
    margin-left: 43px;
    margin-top: -10px;
  }
  .home_integrate_section .dnd-column p{
    margin-right: 4.3%;
  }
  .form-active .banner_button_search_box {
    padding: 0 0 0 10px;
  }
}


@media (max-width: 1200px){
  .page-center {
    padding: 0 10px;
  }
}

@media (max-width: 1150px){
  div#integrate_section span > img {
    margin-left: 38px;
    margin-top: -10px;
  }
  .home_integrate_section .dnd-column p{
    margin-right: 3.9%;
  }
  .home_integrate_section .dnd-column p:after{
    margin-left: 26px !important;
  }
}


@media (max-width: 1050px){
  .home_integrate_section .dnd-column p:after {
    margin-left: 20px !important;
  }
}



@media (max-width: 979px){
  .main-content.span8 {
    width: 100% !important;
  }
  .page-center .sidebar.span4 {
    padding: 0;
  }
  .custom-google-search form {
    max-width: 100%;
  }
  .home_integrate_section .dnd-column p {
    margin-right: 4.4%;
  }
  .main-banner-area .dnd-column h2 {
    padding: 0 0 0 10px;
  }
}


@media (max-width: 863px){
  div#client_section form .field {
    width: 100%;
    float: left;
    margin: 5px 10px;
  }
  .home_integrate_section .dnd-column p:after {
    margin-left: 15px !important;
  }
  .text-content.span12 p:first-child:before{
    left: 45.7%;
  }
}


@media (max-width: 767px){
  .custom-search-result .systems-page h1 {
    font-size: 48px;
  }
   
  .body-container .dnd-module{
    padding: 36px;
  }
  .main-banner-area .dnd-column img {
    width: 100% !important;
  }
  div#client_section form .field {
    padding: 5px 10px;
    margin: 0;
  }
  .main-banner-area .dnd-column h2 {
    padding: 0 0 0 0;
  }
  .form-active .banner_button_search_box {
    padding: 0;
  }
  .text-content.span12 .banner-button-wrapper {
    display: block;
  }
  .banner-content .dnd-column {
    width: 100%;
  }
  div#integrate_section h5 {
    padding: 0 20px;
  }
  .text-content.span12 p:first-child:before{
    left: 48%;
  }
  .text-content.span12 p:first-child {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  .home_integrate_section .dnd-column p{
    text-align: center;
  }
  div#integrate_section .dnd-column{
    text-align: center;
  }
  .main-content.span8 {
    padding: 36px!important;
  }
  div#client_section .hs_cos_wrapper_type_form {
    padding: 20px;
    margin: 10px;
    width: 94%;
  }
  div#client_section {
    margin: 0em;
    padding: 147px 0px 53px 0px;
    background-color: rgb(255,255,255);
    z-index: 1;
  }
  div#client_section .dnd-column {
    padding: 46px 0 0 0;
  }
  div#client_section form input.hs-button.primary.large {
    padding: 0px 0px;
    width: 98%;
    text-align: center;
    margin: 10px 10px 34px;
    right: 0;
  }
  div#client_section form .field .input>select {
    margin-bottom: 9px;
  }
  div#client_section form fieldset > .hs-richtext > p{
    margin-bottom: 32px;
  }
  .home_integrate_section .dnd-column p:after {
    margin-left: 0 !important;
    left: 48%;
    top: auto;
    bottom: -23px;
  }
  .home_integrate_section .dnd-column p {
    margin-right: 0;
    padding: 0;
  }
  div#integrate_section span > img {
    margin-left: 0;
    margin-top: 4px;
  }
  div#integrate_section img {
    float: none!important;
    width: auto!important;
    margin: 10px auto 30px;
    max-width: 70%;
    padding: 20px 20px;
  }
  .main-banner-area .dnd-column:first-child {
    display: none !important;
  }
  .main-banner-area .dnd-column img{
    margin-bottom: -5px !important;
  }
  .text-content.span12 {
    padding-top: 0;
  }
  .banner-button-wrapper {
    margin-top: 45px;
    margin-bottom: 136px;
  }
  .form-active .banner-button-wrapper {
    margin-bottom: 155px;
    padding: 0 10px;
  }
  .text-content.span12 p:last-child {
    width: 100%;
    margin: 59px auto 0;
    padding: 0 10px;
  }
}

@media (max-width: 480px){
  .custom-search-result .systems-page {
    margin: 0 !important;
  }
  .banner_button_search_box form .hs-button {
  
    position: relative !important;
     
    width: 100% !important;
}
  .banner_button_search_box form .hs-form label {
    color: #0a0a0a !important;
}
  
  .banner_button_search_box form .hs-form label {
    color: black !important;
}
  .banner_button_search_box ul.hs-error-msgs.inputs-list li {
    
    position: relative !important;
    
}
  .banner_button_search_box ul.hs-error-msgs.inputs-list li label {
    
    color: #000 !important;
}
  .banner_button_search_box form .hs-button {
   
    top: 2px !important;
  }
  .banner_button_search_box .phone-search form {
    background-color: #9ab6ff !important;
}
  .banner_button_search_box form {
     
    background: #9ab6ff !important;
    border: 1px solid #1759ff;
    padding: 15px;
}
  
 .phone-search form .field {
    margin-bottom: 0 !important;
}
  .banner-button-wrapper 
  { 
    margin-bottom: 70px !important;
}
  .main-banner-area .dnd-column:first-child {
    display: block !important;
}
  
  .body-container .dnd-module{
    padding: 25px;
  }
  .main-content.span8 {
    padding: 25px!important;
  }
  .main-content h4 {
    font-size: 200%;
  }
  div#client_section form .field {
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }
  div#integrate_section {
    padding: 45px 0px 37px 0px;
  }
  .text-content.span12 p:first-child:before {
    left: 46.8% !important;
  }
  .custom-search-result .systems-page h1 {
    font-size: 42px!important;
  }
}

@media (max-width: 325px){
  .hs-responsive-embed-wrapper {
    padding: 45px 0px 43px 0px !important;
  }
  .text-content.span12 p:first-child:before {
    left: 45% !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;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  min-height: 90px;
}
.header-logo {
  margin-top: 22px;
  font-family: "Lato",sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #272727;
  display: block;
  float: left;
  line-height: 1;
  text-decoration: none;
}
.fixed .header {
  background: #fff;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header-outer {
  min-height: 90px;
}
.header-logo img.hs-image-widget {
  width: 175px !important;
  height: auto;
  vertical-align: middle;
}
a#mobile-trigger {
  display: none;
}
.header-nav {
  width: calc(100% - 175px);
  display: block;
  float: left;
}
.mobile-nav {
  display: none;
  clear: both;
  overflow: hidden;
  float: left;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1220px) {
  .header-logo {
    padding-left: 20px;
  }
  .header-nav {
    width: calc(100% - 195px);
  }
}

@media (max-width: 979px) {
  .header-logo {
    padding-left: 0;
  }
  a#mobile-trigger {
    display: inline-block;
    font-size: 24px;
    color: #b7b7b7;
    background-color: #ffffff;
    display: block;
    float: right;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-transition: box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
    transition: box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
    border: 0;
    padding: 0.458em 0.625em;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    line-height: 1;
    height: 46px;
  }
  a#mobile-trigger span.visually-hidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
  }
  a#mobile-trigger i.x-icon-bars {
    font-family: "FontAwesome" !important;
    font-weight: 900;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
  }
  a#mobile-trigger i.x-icon-bars:before {
    content: attr(data-x-icon-s);
    line-height: 1;
  }
  .header__container {
    padding: 0px 20px;
  }
  a#mobile-trigger:hover {
    color: #919191;
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.25);
  }
  .mobile-open a#mobile-trigger {
    color: #919191;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.25);
  }
  .fixed .header{
    background-color: rgba(0,45,136,1.0);
    position: static;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {

  .header__container form {
    max-width: 100%;
  }

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

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer {
  padding: 1% 0 3.25%;
  position: relative;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 -0.125em 0.25em 0 rgba(0,0,0,0.075);
  background-color: #F8FAFC;
}

.footer__container {
  margin: 0 auto;
}

.footer-left-col {
  width: 48%;
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
}

.footer-right-col {
  width: 48%;
  position: relative;
  z-index: 1;
  float: left;
}

.footer__container:before,
.footer__container:after {
  content: '';
  clear: both;
  display: block;
}

.footer-left-col .footer-logo-wrapper {
  display: inline-block;
  vertical-align: bottom;
}

.footer-left-col  .footer-copyright-text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 27px;
  margin-top: 3em;
}

.footer-left-col .footer-logo-wrapper img {
  max-width: 100%;
  vertical-align: middle;
  width: 173px;
  height: auto;
}

.footer-left-col .footer-logo-wrapper p {
  margin: 0;
}

.footer-left-col .footer-copyright-text p {
  margin: 0;
  font-weight: bold;
}

.footer-right-col p {
  margin: 0;
  text-align: right;
}
.footer-right-col p span.bottom-links {
  float: right;
  margin-top: 55px;
}
.footer-right-col p span.bottom-links a {
  font-weight: bold;
}

@media (max-width: 1680px) {
  .footer-left-col .footer-logo-wrapper img {
    height: auto;
  }
}

@media (max-width: 1220px) {
  .footer__container {
    padding: 0 20px;
  }
}

@media (max-width: 979px) {
  .footer-left-col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .footer-right-col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .footer-right-col p span.bottom-links {
    float: none;
    margin-top: 0;
  }
  .footer-right-col p {
    margin: 0;
    text-align: left;
  }
  .footer-privacy-links {
    margin-top: 2em;
  }
  .footer-left-col .footer-logo-wrapper {
    margin-top: 2em;
    display: inline-block;
    vertical-align: bottom;
  }
  .footer-left-col .footer-copyright-text {
    margin-left: 0px;
    float: right;
    margin-top: 2em;
  }
}

@media (max-width: 489px) {
  .footer-privacy-links {
    margin-top: 0;
  }
  .footer-left-col .footer-copyright-text {
    margin-left: 0px;
    float: none;
    margin-top: 2em;
  }
}
/* ******************************************************************************
*********************************************************************************
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 20px;
  margin: 0 auto;
}

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

/*----------listing styling-----------*/
.listing-wrapper {
  background-color: #f3f3f3;
}
.content-wrapper.top {
  padding: 34px 0 0;
  text-align: center;
}
.content-wrapper.top:after, .content-wrapper.top:before {
  content: "";
  display: block;
  clear: both;
}
.content-wrapper.top h1.h-landmark {
  overflow: hidden;
  margin: 0;
  padding-bottom: 8px;
  letter-spacing: -3px;
  line-height: 1;
  color: #272727;
}
.content-wrapper.top h1.h-landmark span {
  display: inline-block;
  position: relative;
}
.content-wrapper.top h1.h-landmark span:after, .content-wrapper.top h1.h-landmark span:before {
  background-color: rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.795);
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 275%;
  display: block;
}
.content-wrapper.top h1.h-landmark span:after {
  left: 100%;
  margin-left: 0.5em;
}
.content-wrapper.top h1.h-landmark span:before {
  right: 100%;
  margin-right: 0.5em;
}
.content-wrapper.top p.p-landmark-sub {
  font-family: "Lato",sans-serif;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 5px 0 0;
  padding: 0 5%;
  font-size: 24px;
}
.listing-wrapper .content-wrapper.bottom {
  margin: 0 auto;
  padding: 40px 0;
}
.listing-wrapper .blog-index.span9 {
  width: 69.536945%;
  float: left;
}
.sidebar {
  width: 25.536945% !important;
  float: right !important;
  margin: 0;
}
.post-item {
  margin-top: 4em;
}
.post-item:first-child {
  margin: 0;
}
.post-item .entry-featured {
  border-bottom: 1px solid #ddd;
  position: relative;
  box-shadow: 4px 2px 4px -4px rgba(0,0,0,0.135), -4px 2px 4px -4px rgba(0,0,0,0.135);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post-item .entry-featured a.entry-thumb {
  display: block;
  position: relative;
  background-color: #000;
}
.post-item .entry-featured a.entry-thumb:before {
  background-color: rgb(23,89,255);
  content: "\f0c1";
  display: block;
  position: absolute;
  margin: -36px 0 0 -35px;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  font-size: 42px;
  line-height: 72px;
  text-align: center;
  text-shadow: 0 0.035em 0 rgba(0,0,0,0.35);
  vertical-align: middle;
  color: #fff;
  border-radius: 100em;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-item .entry-featured a.entry-thumb img.featured-image {
  min-width: 100%;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.post-item .entry-featured a.entry-thumb:hover:before {
  opacity: 1;
}
.post-item .entry-featured a.entry-thumb:hover img.featured-image {
  opacity: 0.15;
}
.post-item .entry-wrap {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  display: block;
  padding: 60px;
  background-color: #fff;
}
.post-item .entry-wrap header.entry-header {
  font-size: 1rem;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(150,153,164);
}
.post-item .entry-wrap header.entry-header h2.entry-title {
  margin: 0;
  font-size: 250%;
  line-height: 0;
  color: #272727;
  letter-spacing: -0.020em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.post-item .entry-wrap header.entry-header h2.entry-title a {
  font-size: 35px;
  line-height: 37px;
  color: #272727;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.post-item .entry-wrap header.entry-header h2.entry-title a:hover {
  color: rgb(23,89,255);
}
.entry-content.excerpt {
  margin-top: 1.25em;
}
.entry-content.excerpt {
  margin-top: 1.25em;
  line-height: 24px;
  font-size: 14px;
  color: #9699a4;
  font-weight: 400;
}
.entry-content.excerpt > div {
  margin-top: 1.313em;
}
.entry-content.excerpt a.more-link {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 128.5%;
  line-height: 1.4;
}
footer.entry-footer.cf {
  margin-top: 0.325em;
}
footer.entry-footer.cf > span {
  display: none;
}
footer.entry-footer.cf a.blog-post__tag-link {
  color: rgba(0,0,0,0.375);
  background-color: transparent;
  border-radius: 0.35em;
  box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 1px 1px rgba(255,255,255,0.95);
  -webkit-transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
  transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.125);
  padding: 0.692em 1.154em 0.769em;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  float: left;
  position: relative;
  margin: 0.615em 0.615em 0 0;
}
footer.entry-footer.cf:after, footer.entry-footer.cf:before {
  content: " ";
  display: table;
  clear: both;
}
.blog-pagination {
  margin: 40px 0 0 !important;
  height: 32px;
  text-align: center;
}
.blog-pagination a {
  margin: 0 0.25em;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,0.85);
  color: #bababa;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0.1em 0.45em 0 rgba(0,0,0,0.25);
  display: inline-block;
}
.blog-pagination .blog-pagination__link--active {
  background-color: rgb(23,89,255);
  box-shadow: inset 0 0.1em 0.35em rgba(0,0,0,0.65), 0 1px 0 0 rgba(255,255,255,0.95);
  text-shadow: 0 1px 2px rgba(0,0,0,0.65);
  color: #fff !important;
  cursor: text;
}
.blog-pagination svg {
  display: none;
}
.blog-pagination a:hover {
  color: #7a7a7a;
}
.blog-pagination__prev-link--disabled {
  display: none !important;
}
.blog-pagination__next-link--disabled {
  display: none !important;
}
.custom-google-search input {
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: inline-block;
  height: 2.65em;
  font-family: "Lato",sans-serif;
  padding-left: 30px;
}
.custom-google-search input::-webkit-input-placeholder {
  color: #c5c5c5;
}
.custom-google-search input::-moz-placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.custom-google-search input:-ms-input-placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.custom-google-search input:-moz-placeholder {
  color: #c5c5c5;
}
.custom-google-search form {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
.custom-google-search form:before {
  content: "\f002";
  position: absolute;
  left: 12px;
  bottom: 50%;
  display: block;
  margin-bottom: -6px;
  font-size: 12px;
  line-height: 1;
  text-shadow: none;
  color: #272727;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar > div:first-child {
  margin: 0;
}
.sidebar > div {
  margin-top: 2.75em;
}
.sidebar h3 {
  margin: 0 0 0.5em;
  font-size: 150%;
  line-height: 1;
  color: #272727;
  letter-spacing: -0.035em;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.sidebar ul {
  border: 1px solid rgba(0,0,0,0.1);
  list-style: none;
  border-radius: 6px;
  background-color: rgba(0,0,0,0);
  box-shadow: 0 1px 1px rgba(255,255,255,0.95);
  overflow: hidden;
  margin-left: 0;
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  padding: 1.4em;
  font-size: 81.25%;
  line-height: 1.5;
  box-shadow: 0 1px 1px rgba(255,255,255,0.95);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar ul li a {
  border-bottom: 0 !important;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 135.7%;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(150,153,164);
  display: inline-block;
}
.sidebar ul li:hover {
  background-color: #fff;
}
.sidebar ul li a:hover {
  color: rgb(23,89,255);
}
.custom-google-search ul.hs-search-field__suggestions {
  border: 0 !important;
}
.sidebar ul li:last-child {
  border: 0;
}
.sidebar ul li a span.filter-link-count {
  display: none;
}
footer.entry-footer.cf a.blog-post__tag-link:hover {
  color: #272727;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
}
.blog-sidebar-topic-filter ul li a {
  border-bottom: 1px dotted !important;
  display: inline-block;
  font-size: 14px;
}
.blog-sidebar-topic-filter ul li {
  padding: 9.1px 11.9px;
  line-height: 21px;
}
.blog-sidebar-topic-filter ul li:hover a {
  color: #9699a4;
}
.blog-sidebar-topic-filter ul li a:hover {
  color: rgb(23,89,255);
}
.custom-google-search input:focus {
  outline: none;
  border-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}
.hs-blog-listing .footer-left-col .footer-copyright-text p,
.hs-blog-post .footer-left-col .footer-copyright-text p{
  font-weight: 400;
}
.footer-left-col .footer-copyright-text p span.bold {
  font-weight: bold;
}
.hs-blog-listing .footer-right-col p span.bottom-links a,
.hs-blog-post .footer-right-col p span.bottom-links a{
  font-weight: 400;
}
/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.content-wrapper.top p.p-landmark-sub strong {
  color: #272727;
  font-weight: bold;
  font-family: "Lato",sans-serif;
  letter-spacing: -1px;
  line-height: 1.3;
  font-size: 24px;
  text-transform: capitalize;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

ul#hsresults li {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  display: block;
  padding: 60px;
  background-color: #fff;
}
ul#hsresults li a.hs-search-results__title {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
  color: #272727;
  letter-spacing: -0.035em;
  text-decoration: none;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
}
ul#hsresults li a.hs-search-results__title:hover {
  color: rgb(23,89,255);
}
ul#hsresults p.hs-search-results__description {
  margin: 0;
  margin-top: 1.25em;
  padding: 0;
}
.blog-comments form label {
  font-size: 16px;
}




@media(max-width: 1220px){
  .listing-wrapper .content-wrapper.bottom {
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
  }
  .post-wrapper .content-wrapper {
    padding: 0 20px;
    margin: 40px auto;
  }
  footer.entry-footer.cf {
    padding: 0 60px;
  }
}

@media(max-width: 979px){
  footer.entry-footer.cf {
    padding: 0 60px;
  }
  .listing-wrapper .content-wrapper.bottom {
    margin: 0 auto;
    padding: 40px 0 40px 0;
  }
  .listing-wrapper .blog-index.span9 {
    width: 100%;
    float: left;
  }
  .sidebar {
    width: 100% !Important;
    float: right;
    margin: 0;
    margin-top: 4em;
    padding: 0 20px;
  }
  .blog-post {
    width: 100% !important;
    float: left !important;
    position: relative;
  }
  .blog-comments {
    padding: 0 20px;
  }
}

@media(max-width: 767px){
  .hs-button {
    padding-left: 58px;
    padding-right: 58px;
    white-space: normal;
  }
  .blog-post__body img {
    width: auto !important;
  }
  footer.entry-footer.cf {
    padding: 0 36px;
  }
  .content-wrapper.top h1.h-landmark {
    font-size: 48px;
  }
  .post-item .entry-wrap {
    padding: 36px;
  }
  .sidebar ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  .sidebar ul li {
    padding: 0.65em 0.85em;
  }
  .custom-google-search form{
    max-width: 100%;
  }
  .post-content-wrap {
    padding: 36px !important;
  }
}

@media(max-width: 480px){
  footer.entry-footer.cf {
    padding: 0 25px;
  }
  .post-content-wrap {
    padding: 25px !important;
  }
  .post-item .entry-wrap {
    padding: 25px;
  }
  .content-wrapper.top p.p-landmark-sub {
    font-family: "Lato",sans-serif;
    font-size: 18px;
  }
  .content-wrapper.top h1.h-landmark {
    font-size: 42px;
  }
  .content-wrapper.top p.p-landmark-sub strong {
    font-size: 18px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}







@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-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%);
}

.post-wrapper .content-wrapper {
  padding: 0;
}
.post-wrapper .content-wrapper {
  padding: 0;
  margin: 40px auto;
}
.post-wrapper .content-wrapper:after, .post-wrapper .content-wrapper:before {
  content: "";
  display: block;
  clear: both;
}
.blog-post {
  width: 69.536945%;
  float: left;
  position: relative;
}
.post-featured-img {
  position: relative;
  box-shadow: 4px 2px 4px -4px rgba(0,0,0,0.135), -4px 2px 4px -4px rgba(0,0,0,0.135);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-bottom: 1px solid #ddd;
}
.post-featured-img .entry-thumb {
  display: block;
  position: relative;
  background-color: #000;
}
.post-featured-img .entry-thumb img {
  min-width: 100%;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.post-content-wrap {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  display: block;
  padding: 60px;
  background-color: #fff;
}
.post-content-wrap h1.entry-title {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
}
.blog-post__body p {
  margin: 0;
  font-size: 14px;
}
.blog-post__body {
  margin-top: 1.25em;
  color: #000;
}

.blog-post h1 {
  font-size: 1.6rem;
	letter-spacing: -0.035em;
}
.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 {
  margin: 70px auto 0;
}
.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;
}
/* ******************************************************************************
*********************************************************************************
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: 0 0;
  text-align: center;
  position: relative;
}

.buy-sli-image img {
    height: 125px !important;
    width: 125px !important;
    
    object-fit: cover !important;
}
/* .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: 1.4rem 0;
}
.systems-page form {
  background-color: #eeeeee;
  max-width: 100%;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
p.header {
  background: transparent;
}
.systems-page h1 {
  overflow: hidden;
  margin: 0;
  padding-bottom: 8px;
  letter-spacing: -3px;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #272727;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 400%;
}
.two-banner-Section form, .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_google_search {
    background-color: rgb(238 104 113) !important;
}
.two-banner-Section .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_form, .blog-comments form {
    display: block;
    box-shadow: unset !important;
}
.systems-page h6 {
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 5px 0 0;
  padding: 0 5%;
  font-size: 24px;
  text-align: center;
}
.systems-page h6 span {
  color: #272727;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.3;
}

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


.error-page h1.error-page_heading {
  margin-top: 34px;
  overflow: hidden;
  padding-bottom: 8px;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 0;
  color: #272727;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 400%;
}
.error-page span,
.systems-page h1 span{
  display: inline-block;
  position: relative;
}
.error-page span:after,
.error-page span:before,
.systems-page h1 span:after,
.systems-page h1 span:before{
  background-color: rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.795);
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 275%;
  display: block;
}
.error-page span:before,
.systems-page h1 span:before{
  right: 100%;
  margin-right: 0.5em;
}
.error-page span:after,
.systems-page h1 span:after{
  left: 100%;
  margin-left: 0.5em;
}
.error-page h6 {
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 5px 0 0;
  padding: 0 5%;
  font-size: 24px;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(150,153,164);
}
.fixed p.header {
  position: static;
  background: transparent;
}
.error-main-content {
  margin: 40px -20px;
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
}
.error-main-content p {
  max-width: 750px;
  margin: 0 auto 1.313em;
  font-size: 1.5em;
}
.error-main-content .custom-google-search {
  max-width: 500px;
  margin: 0 auto;
}

.systems-page{
  width: 100%;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  margin: 1.4rem 0;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
}
.custom-search-result .systems-page {
  padding: 0;
  margin: 34px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: unset;
}
.custom-search-result .hs-search-results {
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
}


@media(max-width: 767px){

  .error-page h1.error-page_heading {
    font-size: 48px;
  }
  .cust-section-logo img {
    width: 50% !important;
    margin: 0 auto !important;
    display: block !important;
}
  .section-bottom-main .section-bottom-left {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
  .section-bottom-main .section-bottom-right {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
}
  .two-col-tem .two-col-left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0px !important;
}
  .two-col-tem .two-col-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0px !important;
}
  .error-main-content {
    padding: 36px;
  }
  .error-main-content p {
    font-size: 1.25em;
  }
  .custom-search-result .hs-search-results,
  .systems-page{
    padding: 36px;
  }
  .dev-image img {
     width: 305px !important;
  }
  .form-section form .hs_email .input {
    width: 100% !important;
}
  .form-section form {
    
    flex-wrap: wrap !important;
}
  .form-Section .form-section form .hs_email .input input {
 
    border-radius: 40px !important;
   
}
  
  .form-Section .form-section form input.hs-button.primary.large
  {
  border-radius: 40px !important;
        margin: 0 !important;

  }

}

@media(max-width: 600px){

}

@media(max-width: 480px){
  .custom-search-result .hs-search-results,
  .systems-page{
    padding: 25px;
  }
  .systems-page h1 {
    font-size: 42px;
    overflow: hidden;
    margin: 0;
    padding-bottom: 8px;
    letter-spacing: -3px;
    line-height: 1;
  }
  .systems-page {
    padding: 2.33rem 0;
  }
  .systems-page h6 {
    font-size: 18px;
    padding: 0;
  }
  .error-page h1.error-page_heading {
    font-size: 42px;
  }
  .error-page h6 {
    font-size: 18px;
  }
  .error-main-content {
    padding: 25px;
  }
  .error-main-content p {
    font-size: 1em;
  }
 
  
  .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.slider_banner-row-0-max-width-section-centering.slider_banner-row-0-vertical-alignment.slider_banner-row-0-padding.slider_banner-row-0-background-color {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
  .row-fluid-wrapper.row-depth-1.row-number-1.form-Section-row-0-vertical-alignment.form-Section-row-0-max-width-section-centering.dnd-section.form-Section-row-0-background-color.form-Section-row-0-padding {
    padding-top: 40px !important;
}
  
  
  
 
}


@media(max-width: 400px){
  .systems-page h1:before {
    right: 87%;
    margin-right: .5em;
  }
  .systems-page h1:after {
    left: 87%;
    margin-left: .5em;
  }
}




@media screen and (max-width: 481px) 
{

.row-fluid-wrapper.row-depth-1.row-number-4.main-section-row-1-background-color.main-section-row-1-force-full-width-section.dnd-section.main-section-row-1-padding.main-section-row-1-vertical-alignment #hs_cos_wrapper_widget_1601921083934 {
    display: block !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
 
  
  .hs-content-id-35272601412 .body-container__landing {
    padding: 0 !important;
}
  .hs-content-id-35272601412 .span12.widget-span.widget-type-custom_widget.dnd-module {
    margin-bottom: 60px;
}
  .dev-image-main img {
    width: 100% !important;
}
  
  .row-fluid-wrapper.row-depth-1.row-number-4.main-section-row-1-background-color.main-section-row-1-force-full-width-section.dnd-section.main-section-row-1-padding.main-section-row-1-vertical-alignment ul {
    padding-left: 18px;
    padding-bottom: 20px;
}

.span7.widget-span.widget-type-cell.main-section-column-2-margin.main-section-column-2-padding.main-section-column-2-background-color.dnd-column {
    padding-left: 10px !important;
}
  .span7.widget-span.widget-type-cell.main-section-column-2-margin.main-section-column-2-padding.main-section-column-2-background-color.dnd-column div#hs_cos_wrapper_main-section-module-4 {
    margin: 0 !important;
    padding-top: 30px !important;
}
  
  .row-fluid-wrapper.row-depth-1.row-number-4.main-section-row-1-background-color.main-section-row-1-force-full-width-section.dnd-section.main-section-row-1-padding.main-section-row-1-vertical-alignment .row-fluid-wrapper.row-depth-1.row-number-6.dnd-row .span12.widget-span.widget-type-custom_widget.dnd-module {
    padding-top: 15px !important;
}
  
  
  
  
}