/* ******************************************************************************
*********************************************************************************
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;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

a,body,button,em,h1,h2,h3,h4,h5,h6,input,p,small,strong, ul, ol, li {
word-break:normal !important;
}
/* ******************************************************************************
*********************************************************************************
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-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px; 
  font-size: 62.5%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1; 
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;  
  font-weight: 700;
}
a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 47.5em) {
  a {
	 word-break: normal;
  }
}
/* 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: 105%;
}

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

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  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 {
  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;
}
header,footer {
  font-weight: 400;
  font-size: 10px;line-height: 1; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal; 
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #E6A840;
  -webkit-border-radius: 30px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius: 30px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-radius: 30px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
  border: 1px solid;
  padding: 12px 30px;
  transition: 300ms ease all;
}

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

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

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
}

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;
  border: 1px solid;
  font-size: 20px;
  border-radius: 10px;
  padding: 22px 23px 15px 23px;
  letter-spacing: normal;
  font-family: inherit;
}

.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: #414B64;
}

.hs-input::-webkit-input-placeholder {
  color: #414B64;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]: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;
}

.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;
  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 (min-width: 768px) {
  form {
	 max-width: 500px;  
  }
}

/* Start _containers-dnd.css */
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.lp .findUs {
  display: none;
}

.lp .footerRight .copyright {
  position: static;
}

.lp .footer .container {
  display: flex;
  justify-content: center;
}

.lp .footer .footer-nav {
  width: auto;
}

@media screen and (min-width: 47.5em) {
  .lp .footerRight {
	 padding-left: 20px;
  }
}

.hs_cos_wrapper .hs_cos_wrapper h1, .hs_cos_wrapper h1 span {
  position: relative;
  font-family: 'Lato-Bold', sans-serif;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 120%;
  text-align: left;
  color: #27A7DD;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1;
}

.hs_cos_wrapper .hs_cos_wrapper h2, .hs_cos_wrapper h2 span {
  font-size:29px;
  color: #000 !important;
  text-transform: uppercase;
}

.hs_cos_wrapper .hs_cos_wrapper h3, .hs_cos_wrapper h3 span {
  color: #F15E3E !important;
}

.hs_cos_wrapper .hs_cos_wrapper h4, .hs_cos_wrapper h4 span {
    margin: 0px 0px 10px 0px;
    font-style: italic;
    color: #777979 !important;
    font-size: 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
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.header {
  transition: all, 0.25s;
  background: #283342;
  z-index: 999;
  text-align: center;
}

.top-nav {
  display: none;
}

.site-branding a {
  margin: 0 auto;
  width: 275px;
  height: 49px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-size: contain;
  opacity: 1;
  transition: all, 0.25s;
  position: relative;
}

header .site-branding a {
  top: 22px;
  left: 2px;
}

header .site-branding a:hover {
  opacity: 0.8;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  line-height: 28px;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  transition: all,0.5s;
  display: inline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0;
}

header .custom-menu-primary .hs-menu-wrapper>ul ul {
  top: inherit !important;
  text-transform: none;
  font-size: 13px;
  font-size: 1.3rem;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  transition: all,0.5s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: '';
  position: absolute;
  top: 12px;
  right: -10px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  clear: both;
  border-top: 3px solid #fff;
}

.top-nav .search-form {
  position: relative;
  top: 10px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 0 0 15px;
}

.top-nav .search-form label {
  position: absolute;
  right: 0;
}

.vh, .gallery .gallery-caption, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.top-nav .search-form input[type="submit"] {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  z-index: 1;
  position: relative;
  width: auto;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #E6A840;
  display: none;
  float: right;
  width: 40px;
  height: 35px;
  color: transparent;
  background-color: #EE6A44;
  background-image: url(//8042929.fs1.hubspotusercontent-na1.net/hubfs/8042929/raw_assets/public/NCSolutions_March_2021/images/search-bg.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  transition: all,0.5s;
}

.top-nav .search-form .button {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  outline: none;
  z-index: 1;
  position: relative;
  background: #EE6A44;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  float: right;
  width: 40px;
  height: 35px;
  color: transparent;
  background-color: #EE6A44;
  background-image: url(//8042929.fs1.hubspotusercontent-na1.net/hubfs/8042929/raw_assets/public/NCSolutions_March_2021/images/search-bg.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  transition: all,0.5s;
}

.top-nav .search-form label input[type="search"] {
  display: inline-block;
  position: absolute;
  width: 200px;
  right: 0;
  top: 20px;
  height: 35px;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  padding: 0 0 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  outline: none;
}

.head_search {
  display: none;
}

.mobile_header_top {
  position: fixed;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
  padding: 1em;
  font-size: 10px;
  line-height: 1;
}

.top-nav .search-form .button:hover {
  background-color: #ea4515;
}

.search-open .top-nav .search-form label input[type="search"] {
  opacity: 1;
  visibility: visible;
}

.latestPostContainer {
  display: none;
  background: #242c3d;
  padding: 13px 0;
  min-height: 49px;
  line-height: 1;
}

.latestPostContainer .latestPost {
  display: none;
  font-size: 14px;
  text-align: center;
  color: #27A7DD;
}

.latestPostContainer .latestPost a {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #27A7DD;
  background-image: url(//8042929.fs1.hubspotusercontent-na1.net/hubfs/8042929/raw_assets/public/NCSolutions_March_2021/images/header-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
}

.body-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 300ms ease all;
}

.mobile-open .body-wrapper {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.mobile-nav.custom-menu-primary {
  background: #0079C1;
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  line-height: 1;
}

.mobile-contact {
  background: #0079C1;
  padding: 3em;
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  font-size: 10px;
  line-height: 1;
}

.mobile-contact h3 {
  font-family: 'Lato-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 31px;
  color: #fff;
  letter-spacing: 0px;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 2.2rem;
}

.mobile-contact p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-size: 1.6rem;
}

.contact-open .body-wrapper {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

@media screen and (min-width: 30em) {
  .mobile-open .body-wrapper {
	 -webkit-transform: translateX(400px);
	 -ms-transform: translateX(400px);
	 transform: translateX(400px);
	 -webkit-transform: translate3d(400px, 0, 0);
	 transform: translate3d(400px, 0, 0);
  }
  .mobile-nav.custom-menu-primary {
	 left: -400px;
	 width: 400px;
  }
  .mobile-contact {
	 right: -400px;
	 width: 400px;
  }
  .contact-open .body-wrapper {
	 -webkit-transform: translateX(-400px);
	 -ms-transform: translateX(-400px);
	 transform: translateX(-400px);
	 -webkit-transform: translate3d(-400px, 0, 0);
	 transform: translate3d(-400px, 0, 0);
  }
}

@media screen and (min-width: 47.5em) {
  header.header {
	 height: auto;
	 text-align: left;
	 position: relative;
	 width: 100%;
	 z-index: 999;
  }
  header .site-branding {
	 width: 16.6666666667%;
	 float: left;
  }
  .top-nav {
	 display: block;
	 transition: all, 0.25s;
	 width: 83.3333333333%;
	 float: right;
	 padding: 3.3em 0;
  }
  .site-branding a {
	 width: 175px;
	 height: 31px;
	 display: block;
	 text-indent: -999em;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 text-align: left;
	 direction: ltr;
	 margin: 0;
	 top: 45px;
  }
  .mobile_header_top {
	 display: none;
  }
  .latestPostContainer {
	 display: block;
  }
  .latestPostContainer .latestPost {
	 display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 text-align: left;
	 z-index: 100;
	 display: none;
	 position: absolute;
	 top: 1.5em;
	 left: 0;
	 min-width: 200px;
	 padding: 1em;
	 background: #f2f2f2;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
	 display: block;
  }
  header.header .container {
	 min-height: 110px;
  }
}
@media screen and (min-width: 60em) {
  .header .top-nav {
	 padding: 4.5em 0;
  }
  .site-branding a {
	 width: 235px;
	 height: 42px;
	 display: block;
	 text-indent: -999em;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 text-align: left;
	 direction: ltr;
	 margin: 0;
	 top: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 margin-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a.
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
	 font-size: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 min-width: 250px;
  }
  .top-nav .search-form {
	 top: 8px;
	 margin: 0 0 0 20px;
  }
  header.header .container {
	 min-height: 134px;
  }
}
@media screen and (min-width: 75em) {
  .site-branding a {
	 width: 275px;
	 height: 49px;
	 display: block;
	 text-indent: -999em;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 text-align: left;
	 direction: ltr;
	 top: 45px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 margin-left: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
	 font-size: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 min-width: 300px;
  }
  .top-nav .search-form {
	 margin: 0 0 0 25px;
  }

}
.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 760px) {
  .child-trigger {
	 display: none;
  }
  .mobile-nav.custom-menu-primary {
	 display: none;
  }
}
@media (max-width: 759px) {
  .site-branding>* {
	 letter-spacing: 0px;
	 line-height: 120%;
	 text-align: left;
	 color: #27A7DD;
	 margin-top: 50px;
	 padding: 4em 0;
	 font-size: inherit;
	 margin: 50px 0 0;
  }

  .icon-menu, .icon-location {
	 font-size: 30px;
	 font-size: 3rem;
  }

  .mobile-head .icon-menu, .mobile-head .icon-location {
	 color: #0079C1;
  }

  .mobile-head .icon-location {
	 float: right;
  }

  .mobile-nav.custom-menu-primary .hs-menu-wrapper ul li {
	 font-size: 1.8rem;
	 text-transform: uppercase;
	 font-weight: 600;
	 line-height: 28px;
	 margin-left: 0;
	 display: block;
  }

  .mobile-nav.custom-menu-primary .hs-menu-wrapper ul li a {
	 font-size: 16px;
	 font-weight: 700;
	 padding: 0.75em;
	 display: block;
	 color: #ffffff;
  }

  .mobile-nav.custom-menu-primary .hs-menu-wrapper ul ul {
	 display: none;
	 padding-bottom: 0.75em;
  }

  .mobile-nav.custom-menu-primary .hs-menu-wrapper ul ul li {
	 line-height: 100%;
	 font-size: 15px;
	 font-size: 1.5rem;
	 text-transform: none;
  }

  .mobile-nav.custom-menu-primary .hs-menu-wrapper ul ul li a {
	 font-size: 16px;
	 font-weight: 700;
	 padding: 0 1em 0.5em 2.25em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	 display: none;
  }

  .site-branding a {
	 margin-top: 0px;
	 margin-bottom: 20px;
	 max-width: 100%;
  }

  .site-branding>* {
	 padding: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  padding: 40px 0;
}
.footer-nav {
  float: none;
  width: 100%;
  padding: 0;
  border-right: none;
  * zoom: 1; }

.findUs {
  float: none;
  width: 100%;
  border-right: none;
  margin: 40px 0 0 0;
}

.findUs h2 {
  font-family: "Lato",sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #27A7DD;
  margin: 0 0 15px 0;
}

.footerRight {
  position: relative;
  float: none;
  width: 100%;
  text-align: center;
  margin: 35px 0 0 0;
}

.footerRight h2 {
  font-family: "Lato",sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #27A7DD;
  margin: 0 0 15px 0;
}

.findUs .location {
  width: 100%;
  float: none;
}

.findUs .location p {
  font-size: 16px;
  line-height: 26px;
}

.footerRight a {
  float: none;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  color: #738FB6;
  text-transform: capitalize;
  text-decoration: none;
  margin: 0 0 22px 0;
  transition: 300ms ease all;
  clear: both;
}

.footer .js-social-share, .footer .social-media a {
  font-size: 23px;
  font-size: 2.3rem;
}

.footer a.fa-stack {
  color: transparent;
  display: inline-block;
  float: none;
}

i.fa {
  font-style: normal;
}

.footerRight .copyright {
  position: relative;
  bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #7290b6;
}

.footer-nav .hs-menu-wrapper>ul {
  float: left;
}

.footer-nav .hs-menu-wrapper>ul>li {
  font-size: 1.5rem;
  line-height: 28px;
}

.footer-nav .hs-menu-wrapper>ul>li>a {
  display: block;
  font-family: "Lato",sans-serif;
  text-align: right;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  transition: 300ms ease all;
  font-size: 16px;
  font-weight: 500;
}

footer.footer .findUs .hs-button {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 12px 30px;
  outline: none;
  z-index: 1;
  position: relative;
  width: auto;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #EE6A44;
  border: none;
  border-radius: 8px;
  margin: 30px 0 10px 0;
  transition: 300ms ease all;
}

.footer .container {
  display: flex;
}

.footer .fa-inverse {
  color: #27A7DD;
  font-size: 37px;
}

.footer .container,
.header .container,
.banner_outer_wrap>div {
  margin: 0 auto;
  width: 85%; 
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

@media screen and (min-width: 47.5em) {
  .footer .container,
  .header .container,
  .banner_outer_wrap>div {
    width: auto;
    max-width: 760px;
  }
}
@media screen and (min-width: 60em) {
  .footer .container,
  .header .container,
  .banner_outer_wrap>div {
    max-width: 940px;
  }
}
@media screen and (min-width: 75em) {
  .footer .container,
  .header .container,
  .banner_outer_wrap>div {
    max-width: 1200px;
  }
}

@media screen and (min-width: 47.5em) {
  footer.footer {
    padding: 80px 0;
  }
  .footer-nav {
    float: left;
    width: 29%;
    padding: 0 20px 0 0;
    border-right: 2px solid #252d3b;
  }
  .findUs {
    float: left;
    width: 34.1%;
    margin: 0 30px;
    border-right: 2px solid #252d35;
    margin: 0 30px;
  }
  .footerRight a {
    float: right;
  }
  .footerRight .copyright {
    position: absolute;
  }
  .footerRight {
    float: right;
    width: 29%;
    text-align: left;
    margin: 0;
  }
  .footer .container, .header .container {
    width: 97%;
  }
}
@media screen and (min-width: 60em) {
  footer.footer {
    padding: 80px 0;
  }
  .footer-nav {
    width: 16%;
  }
  .findUs {
    width: 61.6%;
  }
  .findUs .location {
    width: 33%;
    float: left;
  }
  .footerRight {
    width: 16%;
  }
}
@media screen and (min-width: 75em) {
  .findUs {
    width: 59.6%;
    margin: 0 50px;
  } 
}

@media (max-width: 759px) {
  .footer .container {
    flex-wrap: wrap;
  }
  footer.footer {
    text-align: center;
  }

  .footer-nav .hs-menu-wrapper>ul {
    float: none;
  }

  .footer-nav .hs-menu-wrapper>ul>li>a {
    text-align: inherit;
    display: inline;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
/* @media (min-width: 576px) {
.container {
max-width: 576px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 992px) {
.container {
max-width: 992px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 30px;
padding-left: 30px;
} */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap');
.blogHeader .container,
.blogMainWrap .container,
.hs-blog-listing .container,
.hs-blog-post .container{
	max-width: 1680px;
	margin: 0 auto;
}
.blogMainWrap a {
	font-weight: 700;
}
.blog-pagination-wrapper{
	padding: 10px 15px;
	background: #31aadf;
}
.blog-pagination-wrapper .prev-next-top{
	display: flex;
}
.blog-pagination-wrapper a{
	color: #fff !important;
}
.blogMainWrap a:hover,
.blogSingleWrap a:hover {
	text-decoration: none;
}
.blogSearchWrapper{
	margin-left: auto;
}
.featuredLink,
.blogDownloads a {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}

h1.blogHeaderH1 {
	background: #25aae3;
	font-family: "Zilla Slab", serif;
	font-size: 88px;
	line-height: 88px;
	color: #fff;
	max-width: 790px;
	text-align: center;
	padding: 30px 70px;
	-webkit-clip-path: polygon(4% 3px, 100% 0%, 96.09% 99.48%, 0% 100%);
	clip-path: polygon(4% 3px, 100% 0%, 96.09% 99.48%, 0% 100%);
	font-style: italic;
}

.blogHeader {
	background: white;
	padding-top: 30px;
}

.grid {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	position: relative;
	letter-spacing: -.31em;
	*letter-spacing: normal;
	word-spacing: -.43em;
	list-style-type: none;
}

.container .grid, .container-full .grid {
	margin-right: -15px;
	margin-left: -15px;
}

[class*="col-"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	position: relative;
	width: 100%;
	vertical-align: top;
	padding: 15px;
	display: inline-block;
	*display: inline;
	zoom: 1; }

.grid::before, .grid::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.grid:before, .grid:after {
	content: " ";
	display: table;
}

.blogHeader h2 {
	font-family: "Zilla Slab", serif;
	font-size: 66px;
	color: #0078c1;
	line-height: 1;
	font-style: italic;
	line-height: 72px;
	margin-bottom: 30px;
	max-width: 1000px;
}
.our-blog{
	font-size: 38px;
	text-transform: uppercase;
	font-family: "Zilla Slab", serif;
	color: #cc1671;
	font-weight: 600;
	margin-left: 35px;
}
.blogFeaturedHero {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
}
@media (min-width: 1246px) and (max-width: 1500px){
	.hs-blog-listing .blogFeaturedHero{
		margin-top: -100px;
		margin-bottom: -100px;
	}
}
.blogMainWrap {
	background-color: white;
	line-height: 1;
}

.featuredWrap {
	padding-top: 10px;
	padding-bottom: 20px;
}

.featuredIntro {
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 10px;
}

.featuredLink {
	color: #5db6e3 !important   ;
	display: inline-block;
}

.featuredIntro h4 {
	font-family: 'Lato-Bold', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	font-style: italic;
	color: #777979 !important;

}

.blogSearch input {
	font: 400 13.3333px Arial;
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #a1aaaf;
	border-radius: 10px;
	font-size: 16px;
}

.blogSearch {
	margin-top: 10px;
}

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

.blogSearch input::placeholder {
	color: #a1aaaf;
	opacity: 1;
	text-transform: uppercase;
}

.subscribeBox h2 {
	line-height: 35px;
	font-family: 'Lato-Bold', sans-serif;
	color: #ef6045;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 24px;
}

.subscribeBox {
	background: #f5f6f7;
	padding: 20px;
}

.blogDownloads {
	background: #e7f1fb;
	padding: 20px;
	margin-top: 20px;
	font-family: "Open Sans", sans-serif;
}

body .blogDownloads h3 {
	font-family: "Open Sans", sans-serif;
	color: #1b7abc !important;
	font-size: 20px;
	margin: 0px;
	line-height: 110%;
	text-transform: uppercase;
	font-weight: 600;
}

.blogDownloads p {
	color: #1b7abc !important;
	font-weight: bold;
	margin: 0px;
	line-height: 130% !important;
	font-family: "Open Sans", sans-serif;
}

.blogDownloadLink {
	text-transform: uppercase;
	font-weight: 400 !important;
	color: #1b7abc !important;
	font-family: "Open Sans", sans-serif;
  text-decoration: underline;
}

.blogDownloads img {
	margin-top: 20px;
}

.flex-img {
	display: block;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	height: auto;
	width: 100%;
	*width: auto;
}

.twitterWrap {
	background: #f5f6f7;
	margin-top: 20px;
	padding: 20px;
}

.categoryWrap {
	background: #f5f6f7;
	margin-top: 20px;
	padding: 20px;
}

.categoryWrap li {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 0.25em;
}

.categoryWrap h3 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 31px;
	font-family: 'Lato-Bold', sans-serif;
	color: #8b4b99;
	margin-bottom: 10px;
	font-weight: bold;
}

.categoryWrap ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.categoryWrap ul li {
	margin-bottom: 5px;
}

.categoryWrap ul li a {
	color: #8b4b99;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.categoryWrap ul li a:before {
	content: "> ";
}

.categoryWrap ul li a:hover {
	text-decoration: underline;
}

.post_item {
	border-top: 3px solid #d0d4d7;
	margin: 0px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.post_item_inner_left {
	padding-left: 0px;
}

.blogLoopImage {
	height: 160px;
	background-size: cover;
	background-position: center;
}

.blogLoopTitle {
	font-size: 24px;
	color: #33a9dd !important;
	line-height: 110%;
	display: table;
	text-transform: uppercase;
}

.blogLoopLink {
	display: table;
	color: #000 !important;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 400 !important;
	font-size: 18px;
}

.posts-navigation {
	margin: 30px 0;
	font-size: 1.5rem;
}

.nav-links div {
	width: 100%;
	display: block;
	float: none;
}

.nav-links div.nav-previous, .nav-links div.nav-next {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.nav-links div.nav-previous a {
	display: block;
	background: none;
	border: none;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1.5em 1.25em;
	transition: all,0.5s;
}

.nav-links div.nav-next a {
	display: block;
	background: none;
	border: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1.5em 1.25em;
	transition: all,0.5s;
}

.nav-links div.nav-previous a, .nav-links div.nav-next a {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px;
	background: #cc1671;
	border: 1px solid transparent;
}

.nav-links div.nav-previous a:hover, .nav-links div.nav-next a:hover {
	background-color: #fff;
	color: #cc1671;
	border: 1px solid #cc1671;
}

h1.page-title {
	font-weight: 500;
	position: relative;
	font-family: 'Lato-Bold', sans-serif;
	font-size: 40px;
	letter-spacing: 0px;
	line-height: 120%;
	text-align: left;
	color: #27A7DD;
	margin: 20px 0 20px 0;
}

h1.page-title span {
	text-transform: capitalize;
}

/* ==Post== */
.blogSingleWrap h1 {
	position: relative;
	font-family: "Zilla Slab", serif;
	font-size: 66px;
	color: #31aadf;
	line-height: 1;
	line-height: 72px;
	margin-bottom: 30px;
	max-width: 1000px;
	font-weight: 400;
}

.blogSingleWrap .blog-post__body h2 {
	font-size:29px;
	color: #000 !important;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.blogSingleWrap .blog-post__body h4 {
	margin: 0px 0px 10px 0px;
	font-style: italic;
	color: #777979 !important;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
}
.blogSingleWrap .blog-post__body h3{
	font-family: "Open Sans", sans-serif !important;
}
.blogSingleWrap {
	background: white;
	padding-top: 30px;
	padding-bottom: 20px;
}

.align-end [class*="col-"] {
	vertical-align: bottom;
}

.blogTopLinks {
	display: table;
	text-transform: uppercase;
	color: #87898a;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 0 10px;
}
.blog-pagination-wrapper{
	display: flex;
	justify-content: right;
}
.blog-pagination-wrapper a.prev{
	border-left: 1px solid;
	border-right: 1px solid;
}

.blogSingleWrap a {
	font-size: 18px;
	text-decoration: underline;
}

.blogSingleWrap p {
	color: #000;
	line-height: 28px;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}
.blogSingleWrap p img {
	width: 100% !important;
}

.subscribeBox form {
	max-width: 100%;
	margin-top: 16px;
}

.subscribeBox form>div>label {
	display: none;
}

.subscribeBox form .hs-input {
	letter-spacing: normal;
	font-family: inherit;
	padding: 14px;
	border: 1px solid #ef6045;
	font-size: 16px;
	margin: 0px;
	border-radius: 5px;
}

.subscribeBox form input.hs-button.primary.large {
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	outline: none;
	border: none;
	padding: 12px 30px;
	margin: 0 0 0 20px;
	transition: 300ms ease all;
	z-index: 1;
	position: relative;
	width: auto;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background-color: #ef6045;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 30px;
	margin-left: 0px;
	margin-top: 10px;
}

.subscribeBox form .hs-form-field {
	margin: 0;
}

.subscribeBox form .actions {
	padding: 0 0 10px;
}
.hs-blog-post .subscribeBox h2{
	font-family: "Open Sans", sans-serif !important;
}
.sharing {
	margin: 2em 0;
}

.shareOn {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.entry-footer span {
	font-size: 15px;
	font-size: 1.5rem;
}

.sharing a {
	color: #2daade !important;
	font-size: 24px;
	margin-bottom: 10px;
}

.blogSingleWrap .cat-links a {
	font-size: 20px;
	color: #2daade !important;
}

.blogSingleWrap .cat-links {
	margin-bottom: 1em;
	width: 100%;
	display: inline-block;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.single_post_footer span a:hover {
	text-decoration: none;
}
.single_post_footer i{
	font-family: 'FontAwesome';
}
.blog-comments form {
	padding: 30px 0 0;
	margin: 20px 0 0;
	max-width: 100%;
}

.align-end {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.blogSingleWrap h3 {
	color: #F15E3E !important;
}

.hs-blog-post .blogSearch {
	margin-top: 15px;
}

.blogDownloads hr {
	height: auto;
	padding: 0;
	margin: 0 0 25px 0;
	border: 5px solid #b2b9be;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 1245px){
	.blogHeader .container{
		margin-top: 110px;
	}
	.blogSingleWrap .top-wrapper{
		margin-top: 110px
	}
}
@media (max-width: 768px){
	.blogSingleWrap h1{
		font-size: 48px;
		line-height: 1;
	}
}
@media (min-width: 1245px) {
	.col-4 {
		width: 33.33333333%;
		*width: 33.23333333%;
	}
	.col-6 {
		width: 50%;
		*width: 49.9%;
	}
	.col-8 {
		width: 66.66666667%;
		*width: 66.56666667%;
	}
	.col-12 {
		width: 100%;
		*width: 99.9%;
	}
	div.grid.display-mobile{display:none;}
	/* 	div.grid.display-desktop{display:flex;} */
}

@media screen and (max-width: 1244px) {
	/* 	div.grid.display-mobile{display:flex;} */
	div.grid.display-desktop{display:none;}


	.blogFeaturedHero {
		height: 600px;
		background-size: cover;
	}
	.post_item_inner_left {
		padding-bottom: 0px;
	}
	.blogSearch {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.blogTopLinks {
		margin-left: 0px;
	}
}
@media screen and (max-width: 990px){
		.blogFeaturedHero {
		height: 300px;
	}
}
@media screen and (max-width: 660px){
	h1.blogHeaderH1 {
		font-size: 40px;
		line-height: 1;
	}
	.blogHeader h2 {  
		line-height: 1.3;
		font-size: 30px;
		font-style:italic;
	}
	.blog-pagination-wrapper{
		flex-direction: column;
		text-align: right;
	}
	.prev-next-top{
		justify-content: right;
		flex-direction: column;
	}
		.prev-next-top a.prev{
		border: none;
	}
	.blogSingleWrap .blogTopLinks{
		font-size: 15px;
	}
}
#hs_cos_wrapper_post_body .col-sm-8 {padding-top:0px;}
p.blog_author {
	color: #777979 !important;
	font-style: italic;
	font-family: 'Lato-Bold', sans-serif;
	font-size: 20px;
	font-weight: 400;
	display:none;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hs-blog-listing .nav-links .nav-next a:after{
	content: "\f061";
	font-family: "FontAwesome";
	margin-left: 10px;
}
.hs-blog-listing .nav-links .nav-previous a:before{
	content: "\f060";
	font-family: "FontAwesome";
	margin-right: 10px;
}

.wistia_responsive_padding {padding:0px 0px 20px 0px !important;}
.wistia_responsive_wrapper {position:relative !important;}
/* ******************************************************************************
*********************************************************************************
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: 200px 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: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}