/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */

















































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-area .dnd-section>.row-fluid{
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'Nunito Sans';
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'),
    url(https://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cce9I90.woff) format('woff')
}

@font-face {
  font-family: 'Nunito Sans';
  font-display: block;
  font-style: normal;
  font-weight: 600;
  src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), 
    url(https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9iB85tU1c.woff) format('woff')
}

@font-face {
  font-family: 'Nunito Sans';
  font-display: block;
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url(https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8GBs5tU1c.woff) format('woff')
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff"), url("https://dabrianmarketing.com/wp-content/plugins/genesis-simple-share/assets/css/../font/genericons-regular-webfont.ttf") format("truetype"), url("https://dabrianmarketing.com/wp-content/plugins/genesis-simple-share/assets/css/../font/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: forminator-icons-font;
  src: local("forminator-icons-font"), 
    url("https://5624560.fs1.hubspotusercontent-na1.net/hubfs/5624560/Dabrian_Marketing_April2020/Fonts/forminator-icons-font.eot") format("embedded-opentype"), 
    url("https://5624560.fs1.hubspotusercontent-na1.net/hubfs/5624560/Dabrian_Marketing_April2020/Fonts/forminator-icons-font.woff2") format("woff2"), 
    url("https://5624560.fs1.hubspotusercontent-na1.net/hubfs/5624560/Dabrian_Marketing_April2020/Fonts/forminator-icons-font.woff") format("woff"), 
    url("https://5624560.fs1.hubspotusercontent-na1.net/hubfs/5624560/Dabrian_Marketing_April2020/Fonts/forminator-icons-font.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


html {
  font-size: 62.5%;
  line-height: 1.15;
}

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

p {
  margin: 0 0 1.382em;
  padding: 0;
}

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

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

}

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: 0 0 1.618em 4rem;
  padding: 0;
  line-height:2;
}


ul li,
ol li { 
}

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

blockquote {
  display: block;
  position: relative;
  left: 50%;
  max-width: 896px; 
  margin: 3em 0;
  padding: 0 60px 2em;
  padding: 0 6rem 2em;
  border: 0;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
  background-color: #fff;
  text-align: center;
  transform: translate(-50%);
  font-style: italic;
  width:100%;
}

blockquote:before {
  display: block;
  width: 1em;
  margin: -.25em auto;
  color: rgba(42,49,57,.2);
  background-color: #fff;
  font-family: 'Georgia','Apple Garamond','Baskerville','Times New Roman','Droid Serif','Times','Source Serif Pro',serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  content: '“';
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
}

.hs-button { 
  background-color: #494A52;
  border-color: #494A52;
  color: #fff; 

  text-decoration: none;
  font-size: 12px;
  font-family:  ;
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}

h3.form-title {
  padding: 10px;
}


.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-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b; 
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
input#hs-pwd-widget-password {  
  display: inline-block;
  width: 100%; 
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;;
}

textarea{
  height: auto;
}
.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 ,
input#hs-pwd-widget-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;
  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;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: flex;
  justify-content: left;
}

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

input#hs-pwd-widget-password{
  height:40px !important;
}

input.email-edit.hs-input {
  width: 100% !important;
  max-width: 767px;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 { 
  font-family : Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.header a{
  box-shadow: none;
}

.head_innner {
  transition: all 0.3s ease;
  border-bottom: none; 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.top_header {
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  height: 40px;
  height: 4rem;
  border-top: none;
  border-bottom: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.top_header .page-center {
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.cstm_head_cols {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  width: auto;
  height: 100%;
}

.cstm_head_cols >span {
  display: flex;
  width: 100%;
  height: 100%;
}

.cstm_head_cols p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cstm_head_cols p:first-child a {
  display: inline-block;
  border: 0; 
  box-shadow: 0 0.25rem 2rem -0.5rem rgba(255,255,255,0);
  font-family : Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 250px;
  text-align: center; 
  border-radius: 0;
  height: 2.36em;
  padding: 0 2.36em;
  font-size: 1.3rem;
  line-height: 2.36;
}


.cstm_head_cols.left_col p a { 
  font-weight: 700;
}



.cstm_logo {
  margin: 0 auto 0 0;
  display: block;
  position: relative;
  width: 250px;
}

.head_innner > .page-center {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: height 0.3s ease;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 14rem;
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cstm_logo a {
  display: block;
}

.cstm_logo a img { 
  height: auto;
  display: block;
  width:250px !important;
}

.mobile_trigger {
  display: none;
}

div#ajaxsearchlite1 {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: transparent;
  overflow: hidden;
  border: 0 solid #b5b5b5;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  background: rgba(255,255,255,0);
  z-index: 200;
  margin: -2px 0 0 2em !important;
  max-width: 189px;
}

div#ajaxsearchlite1, .probox ,.probox * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
}

.probox {
  width: auto;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
  border: 1px solid #FFF;
  box-shadow: 1px 0 3px #CCC inset;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 8px;
  height: 28px; 
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgb(181,181,181) inset;
  border-radius: 30px;
  padding: 2px;
  background-color: #ffffff; 
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  border:1px solid;
}

.promagnifier {
  width: 20px;
  height: 20px;
  background: none;
  background-size: 20px 20px;
  float: right;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-align: center;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  z-index: 100;
  order: 10;
  -webkit-order: 10;
  width: 28px;
  height: 28px;
  background-image: -o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
  background-image: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 solid rgb(255,255,255);
  border-radius: 0 0 0 0; 
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: -14px;
}

.probox .promagnifier .innericon,  .probox .prosettings .innericon,  .probox .proclose .innericon {
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
 
.probox .promagnifier .innericon svg, .probox .prosettings .innericon svg, .probox .proclose .innericon svg {
  height: 100%;
  width: 22px;
  vertical-align: baseline;
  display: inline-block;
  overflow: hidden;
}

.innericon {
  text-align: center;
}

.proinput {
  width: auto;
  height: 100%;
  margin: 0 0 0 10px;
  padding: 0 5px;
  float: left;
  box-shadow: none;
  position: relative;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  order: 5;
  -webkit-order: 5;
  font-weight: 400;
  font-family: Open Sans;
  color: rgb(0,0,0)!important;
  font-size: 12px;
  line-height: normal!important;
  text-shadow: 0 0 0 rgba(255,255,255,0);
}

#ajaxsearchlite1 .probox .proinput input {
  -webkit-appearance: textfield!important;
  left: 0;
  height: 28px;
  width: auto;
  padding: 0!important;
  margin: 0!important;
  background: transparent!important;
  border: none!important;
  background-color: transparent!important;
  box-shadow: none!important;
  z-index: 10;
  position: relative;
  font-weight: 400;
  font-family: Open Sans;
  color: rgb(0,0,0)!important;
  font-size: 12px;
  line-height: normal!important;
  text-shadow: 0 0 0 rgba(255,255,255,0);
  outline: none;
}

#ajaxsearchlite1 .probox .proinput input:focus {
  outline: none;
}


#ajaxsearchlite1 .probox .proinput 
input.autocomplete {
  display: none;
}

div#ajaxsearchlite1 .probox form {
  width: auto;
}


.blog_sidebar #hs_form_target_blog_sidebar_form li.hs-form-booleancheckbox label span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Nunito Sans',-apple-system,blinkmacsystemfont,'Segoe UI',roboto,helvetica,arial,sans-serif;
  color: #000000;
  margin: 0 0 1.382em;
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 10px;
}

.blog_sidebar #hs_form_target_blog_sidebar_form li.hs-form-booleancheckbox label input {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #777771;
  background-color: #EDEDED;
  color: #17A8E3;
  -webkit-appearance: none;
  vertical-align: top;
}

.blog_sidebar #hs_form_target_blog_sidebar_form li.hs-form-booleancheckbox label input:before {
  speak: none;
  display: inline-block;
  color: inherit;
  font-family: forminator-icons-font!important;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  opacity: 0;
  -khtml-opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  font-size: 12px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.blog_sidebar #hs_form_target_blog_sidebar_form li.hs-form-booleancheckbox label input:checked:before {
  opacity: 1;
  -khtml-opacity: 1;
}



@media (min-width: 384px) {
  .cstm_head_cols p {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1em 0 0;
  }

  .cstm_head_cols p:last-child {
    margin-right: 0;
  }
} 

@media (min-width: 896px) {

  .scroll-header .top_header {
    margin-top: -4rem;
  }

  .scroll-header .head_innner>.page-center {
    height: 7rem;
  }

  .scroll-header .head_innner { 
    box-shadow: 0 0 4rem rgba(42,49,57,.05);
  }

  .scroll-header .cstm_logo a img {
    height: 70px;
    width: 140px !important;
  }

}


@media (min-width: 1023px) {
  .top_header {
    line-height: 0px;
  }
}


@media(max-width:1259px){
  .cstm_logo a img {
    max-width: 100%;
    width: 140px !important;
  }

  .cstm_logo {
    width: auto;
    margin-right: 0;
  }

  div#ajaxsearchlite1{
    margin-left:0 !important;
  }

}

@media(max-width:1024px){
  .custom-menu-primary >div > ul >li >a {
    font-size: 1.2rem;
  }

  .cstm_logo a img {
    width: 110px !important;
  }

  div#ajaxsearchlite1 {
    max-width: 150px;
  }

  .scroll-header .cstm_logo a img {
    width: 110px !important;
    height: auto;
  }

  .promagnifier {
    float: none;
    position: absolute;
    margin-left: 0;
    right: 2px;
  }

}

@media(max-width:895px){
  .top_header {
    display: none;
  }

  .head_innner>.page-center {
    height: 6rem;
  }

  .cstm_logo a img {
    width: 100px !important;
  }

  .scroll-header .cstm_logo a img {
    width: 100px !important;
  }

  div#ajaxsearchlite1 {
    display: none;
  }

  .mobile_trigger {
    width: auto;
    border: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0.3rem;
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    margin-right: -.5em;
    padding: 1em .5em;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    color: #282f7e;
  }

  .mobile_trigger span {
    display: block;
    float: right;
    position: relative;
    width: 20px;
    width: 2rem;
    height: 2px;
    border-radius: 3px;
    background: #282f7e;
  }

  .mobile_trigger span:before,.mobile_trigger span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    content: ' ';
    background-color: #282f7e;
  }

  .mobile_trigger span:before {
    top: -.5rem;
    transition: top 0.2s 0.2s,transform 0.2s 0s;
  }

  .mobile_trigger span:after {
    bottom: -.5rem;
    transition: bottom 0.2s 0.2s,transform 0.2s 0s;
  }

  .scroll-header .mobile_trigger {
    color: #282f7e;
  }

  .scroll-header .mobile_trigger span {
    background: #282f7e;
  }

  .scroll-header .mobile_trigger span:before,
  .scroll-header .mobile_trigger span:after {
    background: #282f7e;
  }

  .mobile-open .mobile_trigger span {
    background: transparent;
    transition: opacity 0.2s;
  }

  .mobile-open .mobile_trigger span:before {
    top: 0;
    transition: top 0.2s 0s,transform 0.2s 0.2s;
    transform: rotate(45deg);
  }

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

  .custom_mobile_menu {
    padding-top: 5em;
    font-size: 1.6rem;
  }

  .custom_mobile_menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 1.618;
    font-weight: 700;
  }

  .custom_mobile_menu > div > ul>li {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    padding: 1rem 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .custom_mobile_menu > div > ul ul {
    display: none;
  }

  .custom_mobile_menu > div > ul>li >a {
    display: inline-block;
    margin: 2px;
    color: #2a3139;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #797979;
  }

  .child-trigger {
    display: inline-block;
    width: auto;
    height: 3em;
    padding: 0 3.333333em;
    border: 0;
    border-radius: 9rem;
    color: #fff;
    box-shadow: 0 0.25rem 2rem -0.5rem rgba(255,255,255,0);
    font-family: 'Nunito Sans',-apple-system,blinkmacsystemfont,'Segoe UI',roboto,helvetica,arial,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: button;
    position: absolute;
    top: .1em;
    right: 3em;
    height: auto;
    margin: 0 -1em;
    padding: 1em;
    background: none;
    box-shadow: none;
    border-radius: 0.3rem;
  }

  .child-trigger:before {
    display: block;
    margin: 2px 0 -2px;
    margin: .2rem 0 -.2rem;
    border: 4px solid transparent;
    border: .4rem solid transparent;
    border-top-color: #2a3139;
    content: '';
  }

  .cstm_head_cols {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background-color: transparent;
    clear: both;
    margin-bottom: 1em;
  }

  .cstm_head_cols.left_col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-size: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 3em 0 0;
    padding: 0;
    border-bottom: none;
    background-color: transparent;
    clear: both;
    margin-bottom: 1em;
  }

  .cstm_head_cols>span {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cstm_head_cols {
    margin-bottom: 1em;
  }

  .cstm_head_cols.right_col {
    padding-bottom: 7em;
    margin-bottom: 0;
  }

  .cstm_head_cols p {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1em 0 0;
  }

  .cstm_head_cols.left_col p {
    margin-top: 10px;
  }

  .cstm_head_cols.left_col p a,.cstm_head_cols.left_col p {
    color: #282f7e;
    font-weight: 700;
  }

  .cstm_head_cols p:first-child a {
    color: #fff; 
  }

  .cstm_head_cols.left_col p img {
    width: 200px;
  }

  .cstm_head_cols.right_col p {
    margin-top: 8px;
  } 

  .cstm_head_cols.left_col p:nth-child(2) a {
    color: #282f7e !important;
  }
  .cstm_head_cols.left_col p:nth-child(2) a:hover {
    color: #e69623 !important;
  }
 
}

@media(max-width:767px){
  .head_innner>.page-center {
    padding: 0 6vw;
  }
}


@media(max-width:384px){
  .cstm_head_cols p {
    width: 100%;
    max-width: 214px;
    display: flex;
    margin: 0 0 1.382em !important;
  }

  .cstm_head_cols p:first-child a {
    width: 100%;
    margin-top: 10px;
  }

  .cstm_head_cols.left_col p:nth-child(3) {
    max-width: 100%;
  }

  .cstm_head_cols.right_col p:first-child a {
    margin-top: 20px;
  }

  .cstm_head_cols.right_col p:first-child {
    max-width: 180px;
  }

  .cstm_head_cols p:last-child {
    margin-bottom: 0 !important;
  }
}


input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC; 
  font-family : Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.footer a{
  box-shadow: none;
} 

.footer .cstm_cols h3 {
  color: #e69623;
}

.copyright_ftr {
  /* display: -ms-flexbox; */
  /* display: flex; */
  width: 100%;
  margin: 0;
  padding: 40px 0;
  padding: 4rem 0;
  border-top: 1px solid #eceef1;
  font-size: 15px;
  font-size: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; 
  margin-bottom: 0;
}

.cstm_ft_social {
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
}

.cstm_ft_social ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: -.5em -.5em 0 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  float: left;
}

.cstm_ft_social ul li {
  margin: .5em .5em 0 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
  margin-right: 20px;
}

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

.cstm_ft_social ul li a:hover{
  color:#fff;
}

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

.cstm_ft_social ul li.ssi-instagram > a {
  background-color: #000000;
}

.cstm_ft_social ul li.ssi-facebook > a {
  background-color: #3B5998;
}

.cstm_ft_social ul li.ssi-linkedin >a {
  background-color: #0077B5;
}

.cstm_ft_social ul li.ssi-rss >a {
  background-color: #ee802f;
}

.cstm_ft_social ul li.ssi-twitter >a {
  background-color: #1DA1F2;
}

.cstm_ft_social ul li.ssi-youtube >a {
  background-color: #C4302B;
}

.copyright span {
  display: block;
  line-height: 1.618;
  font-size: 1.5rem;
}


.top_ftr {
  position: relative;
  padding: 50px 0 0;
  padding: 5rem 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}  

.cstm_cols { 
  margin: 0 auto 4rem;
} 

.cstm_cols h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  font-family : Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  font-weight: 700;
  line-height: 1.236;
}

.cstm_abt p {
  margin: 0 0 1.382em;
  padding: 0;
}

.cstm_abt p strong {
  font-weight: 600;
}

.cstm_abt >span {
  display: block;
}

.cstm_abt p:not(:first-child) a {
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3;
  white-space: nowrap;
  box-shadow: 0 0.25rem 2rem -0.5rem rgba(255,255,255,0);
  height: 3em; 
  border: 0;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  text-align: center; 
}

.cstm_abt p:not(:first-child) a:hover {
  box-shadow: 0 0.5rem 2rem -0.5rem rgba(230,150,35,0.3); 
}

.cstm_abt p i:first-of-type:before {
  content: "\f095";
}

.cstm_abt p i {
  display: inline-block;
  float: left;
  margin-top: .2em;
  margin-right: .618em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #e69623;
}

.cstm_abt p i:last-of-type:before {
  content: "\f017";
  font-weight: 400;
}

.cstm_ft_menu ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  line-height: 1.618;
}

.cstm_ft_menu ul li {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0 16px 0;
  padding: 0 0 3px 0;
  border-bottom: 2px solid rgba(230,150,35,0.3);
}

.cstm_ft_menu ul li:last-of-type {
  border-bottom: 0px solid rgba(230,150,35,0.3);
}

.cstm_ft_menu ul li a {
  display: inline-block;
  margin: 2px;
  transition: all 0.3s ease;
  margin-bottom: 1em;
  padding: 0;
  padding-left: 0;
  line-height: 1.618;
}

.cstm_ft_menu {
  font-size: 1.6rem;
  font-weight: 400;
}

.cstm_cols h3.form-title {
  padding: 0;
}


.cstm_ft_form .field .hs-input {
  max-width: 500px;
  width: 90%;
  display: inline-block;
}

.cstm_ft_form  input.hs-button.primary.large {
  margin: 0;
}

.cstm_ft_form  .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.cstm_ft_form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow: auto;
}

.cstm_ftr_map_iframe {
  display: block;
  overflow: hidden;
}

.copyright {
  /* display: flex; */
  align-items: center;
  text-align: center
}

@media (min-width: 768px) {
  .copyright_ftr {
/*     margin-top: 10rem; */
    margin-bottom: 0;
  }

  .footer .page-center { 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }

  .cstm_ft_social {
    margin-bottom: 20px;
  }

  .top_ftr {
    padding: 10rem 0 5rem 0;
  }
  .cstm_cols {
    margin-bottom: 0;
  }

  .cstm_cols {
    width: 22.624%;
    margin-left: 2.5641%;
  }

  .cstm_cols:first-child {
    margin-left: 0;
  }
}

@media(max-width:1015px){
  .copyright span {
    margin-top: 10px;
    margin-left: -1em;
  }

  .cstm_ft_social {
    width: 100%;
  }
}


@media(max-width:767px){
  .copyright span  {
    margin: 0;
  }

  .cstm_ft_social{
    margin-left: 0;
  }

  .cstm_ftr_map_iframe iframe {
    display: block;
  }

  .cstm_ft_form .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    width: auto !important;
    height: auto !important;
    box-shadow: no !important;
  }

  .cstm_cols:first-child {
    margin-bottom: 6rem;
  }


  .cstm_ft_menu ul li:last-child > a {
    margin-bottom: 0;
  }

  .cstm_ft_form .field .hs-input{
    width: 100%;
    max-width: 100%;
  }

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

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

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

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

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

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


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -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;
}



/*** Blog Style ***/

.blog_index {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40rem;
  padding: 40px 0;
  padding: 4rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem 0;
  margin: 0;
}

.blog_sidebar {
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
  display: block;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}


.post-item {
  position: relative;
  margin-bottom: 6vw;
  border: 1px solid #eceef1;
  background-color: #fff;
  width: 100%;
  margin-bottom: 6vw;
  padding: 30px;
  padding: 3rem;
  border: 1px solid #eceef1;
  border-radius: 3px;
  transition: all 0.3s ease;
}


.post-item>a {
  display: block;
  width: calc(100% + 6rem + 0.2rem);
  margin: -31px -31px 30px;
  margin: -3.1rem -3.1rem 3rem;
  border-radius: 3px 3px 0 0;
  clear: both;
}

.post-item>a >img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  display: block;
  margin: 0;
  border-radius: 3px 3px 0 0;
  max-width: 100%;
  height: auto;
}

p.entry-meta {
  width: 100%;
  font-size: small;
  margin-top: 25px;
  color: #797979;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.post-item h2 {
  line-height: 1.236;
  font-weight: 400;
  color: #282f7e;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.post-item h2 a {
  box-shadow: none;
  font-size: 2rem;
  transition: all 0.3s ease;
  display: block;
  color: #282f7e;
}

.post-item h2 a:hover {
  color: #e69623;
}

.post_listing_contnt {
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  margin: 0 0 1.382em;
}

.blog-listing-tags {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 25px;
  width: 100%;
  font-size: small;
}

.blog-listing-tags a {
  display: inline-flex;
  margin-left: .2em;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: none;
  color: #282f7e;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.blog-listing-tags a:hover {
  color: #282f7e;
}

.hs-blog-listing {
  background-color: #f6f8fa;
}

.content-wrapper > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-wrapper > .row-fluid:before,
.content-wrapper > .row-fluid:after {
  display: none;
}

.blog_sidebar >div {
  font-size: 1.5rem;
  margin-bottom: 7vw;
  padding: 3.5vw;
  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #fff;
}

.blog_sidebar >div {
  margin-bottom: 3rem;
  padding: 3rem;
}

.blog_sidebar h3,
.blog_sidebar h3.form-title {
  color: #282f7e;
  line-height: 1.236;
  font-size: 1.9em;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  font-weight:700;
}

.blog_sidebar h3.form-title{
  padding:0;
}

.blog_sidebar .widget-module ul {
  padding: 0;
  margin: 0 0 0 1em;
  line-height: 2;
  color: #282f7e;
}

.blog_sidebar .widget-module ul li {
  list-style-type: disc;
}

.blog_sidebar .widget-module ul li a {
  color: #282f7e;
  box-shadow: none;
}

.blog_sidebar .widget-module ul li a span {
  display: none;
}

.blog_sidebar .widget-module ul li a:hover {
  color: #e69623;
}

.blog_sidebar .widget-module ul.l_tinynav1 {
  display: none;
}

.blog_sidebar .widget-module ul.l_tinynav2 {
  display: none;
}

.blog_sidebar .widget-module select {
  width: 100%;
  height: 3em;
  padding: 0 1.5em;
  border: 1px solid #eceef1;
  border-radius: 9rem;
  color: #2a3139;
  background-color: #fbfcfd;
  font-family: 'Nunito Sans',-apple-system,blinkmacsystemfont,'Segoe UI',roboto,helvetica,arial,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3;
}

.blog_sidebar .widget-module select:focus {
  border-color: #e69623;
}


.blog_sidebar  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow: auto;
}

.cstm_sidebar_resources_block .hs-button.primary.large {
  margin-top: 0;
}


.cstm_sidebar_form .hs-button.primary.large, .cstm_sidebar_resources_block .hs-button.primary.large {
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  background-color: #e69623;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  padding: 10px;
  border: 0;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  min-width: 100px;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.cstm_sidebar_form .hs-button.primary.large:hover, .cstm_sidebar_resources_block .hs-button.primary.large:hover {
  background-color: #c68223;
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}


.blog_pagination {
  padding: 6vw 0;
  clear: both;
  width: 100%;
  text-align: center;
}


.blog_pagination a {
  margin: 0 .25em 0 0;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 3px;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #282f7e;
  box-shadow: none;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  line-height: 1.618;
  border: 0;
}

.blog_pagination a:hover, .blog_pagination a.cstm_active {
  color: #ffffff;
  background: linear-gradient(#e69623, #e69623 0%, #e69623 100%);
  border:0;
}

.blog_pagination a.cstm_disabled {
  display: none;
}

.blog_sidebar #hs_form_target_blog_sidebar_form li.hs-form-booleancheckbox label input:hover {
  border-color: #777771;
}

.blog_sidebar #hs_form_target_blog_sidebar_form label {
  color: #777771;
  font-size: 12px;
  font-weight: 700;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  display: block;
  margin: 0;
  border: 0;
  line-height: 1.7em;
}
.blog_sidebar span.hs-form-required {
  color: #E04562;
  margin-left: 3px;
}
.blog_sidebar #hs_form_target_blog_sidebar_form .hs-input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  border-color: #282f7e;
  background-color: #fff;
  color: #000000;
  padding: 9px;
  border-radius: 2px;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  line-height: 1.3em;
}

.blog_sidebar #hs_form_target_blog_sidebar_form .hs-input:hover {
  border-color: #e69623;
}

.blog_sidebar ul.no-list.hs-error-msgs.inputs-list li label {
  background-color: #f9e4e8;
  color: #e04562 !important;
  font-size: 12px;
  font-family: inherit;
  font-weight: 500 !important;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 2em;
  margin: 5px 0 !important;
  display: block;
}
.blog_sidebar #hs_form_target_blog_sidebar_form .hs-input.error {
  border-color: #E04562;
}
.hs-blog-post .blog_sidebar {
  padding-top: 3rem;
}
.hs-blog-post .blog_sidebar>div {
  background: transparent;
  border-color: transparent;
  padding: 3rem 0;
}

.blog_index.post_page_index {
  padding-top: 0;
  display: block;
}

.post-entry-meta {
  width: 100%;
  font-size: small;
  margin: 25px 0 1.382em;
  color: #797979;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.post-entry-meta > span {
  display: inline-block;
}

.post-entry-meta a {
  box-shadow: none;
  color: #282f7e;
  text-transform: capitalize;
}

.post-entry-meta a:hover {
  color: #282f7e;
}


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

.blog-list-social-icon {
  margin-bottom: 25px;
}

ul.social-list li {
  display: inline-block;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social-list li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none!important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  float: left;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 0 0 24px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 65px;
  box-shadow: none;
}

a.share_facebook {
  background: #3d5a98;
}

a.share_twitter {
  background: #09b0ed;
}

a.share_linkedin {
  background: #035a87;
}

.blog-post__body {
  padding: 10px;
}

.blog-list-social-icon.bottom_social {
  margin-top: 4rem;
}


.blog_btm_tags {
  margin-top: 5vw;
  padding: 5vw 0;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
  width: 100%;
  font-size: small;
  font-weight: 400;
  line-height: 1.618;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

.blog_btm_tags a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: .2em;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #282f7e;
  box-shadow: none;
}
.blog_btm_tags a:hover {
  color: #282f7e;
}

ul.social-list li a:before {
  line-height: 1;
  display: block;
  font-family: 'Genericons';
  font-size: 13px;
  height: 20px;
  top: 4px;
  left: 6px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 20px;
}

ul.social-list li a.share_facebook:before {
  content: "";
}

ul.social-list li a.share_twitter:before {
  content: "";
}

ul.social-list li a.share_linkedin:before {
  content: "";
  font-size: 17px;
  top: 0;
}

div#blog-comments {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 6vw 0;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}


div#blog-comments h3 {
  font-size: 30px;
  margin: 0 0 .5em;
  font-weight: 700;
  line-height: 1.236;
  color: #282f7e;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

div#blog-comments .hs-richtext.hs-main-font-element {
  font-size: 1.6rem;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  font-weight: 400;
  line-height: 1.618;
}

div#blog-comments  .hs-form .field>label {
  color: #797979;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  font-weight: 400;
  line-height: 1.618;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

div#blog-comments  .hs-input {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3;
  height: 3em;
  padding: 0 1.5em;
  border: 1px solid #eceef1;
  border-radius: 9rem;
  color: #2a3139;
  background-color: #fbfcfd;
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
}

div#blog-comments  textarea.hs-input {
  height: auto;
}

div#blog-comments form{
  max-width:100%;
}

div#blog-comments  input.hs-button.primary {
  height: 3em;
  padding: 0 3.333333em;
  border: 0;
  color: #fff;
  box-shadow: 0 0.25rem 2rem -0.5rem rgba(255,255,255,0);
  font-family: Nunito Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
  width: auto;
  background: #e69623;
}

div#blog-comments  input.hs-button.primary:hover {
  box-shadow: 0 0.5rem 2rem -0.5rem rgba(230,150,35,0.3);
  background: #c68223;
}

.blog-post-audio {
    margin-bottom: 25px;
}



/*** Media Queries ***/


@media (min-width: 768px) {
  .blog_index {
    padding: 6rem 0;
  }

  .blog_btm_tags {
    margin-top: 4rem;
    padding: 4rem 0;
  }

  div#blog-comments {
    padding: 6rem 0;
  }

}

@media (min-width: 896px) {
  .blog_index {
    width: calc(75% - 5rem);
  }

  .post-item {
    width: 31.62393%;
    margin-bottom: 2.5rem;
    margin-left: 2.5641%;
  }

  .post-item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .blog_sidebar {
    width: 25%;
    padding-top: 6rem;
  }

  .blog_pagination {
    padding: 5rem 0;
  }

}


@media(max-width:895px){
  .post-item {
    width: 48.71795%;
    margin-bottom: 2.5rem;
    margin-left: 2.5641%;
  }

  .post-item:nth-child(odd) {
    margin-left: 0;
  }

  .blog_sidebar {
    width: 100%;
  }
}

@media(max-width:767px){
  .post_listing_contnt {
    font-size: 1.6rem;
  }

  .blog_sidebar>div {
    font-size: 1.5rem;
    margin-bottom: 7vw;
    padding: 3.5vw;
  }

  .blog-post__body {
    font-size: 16px;
  }


}

@media(max-width:511px){
  .post-item {
    margin-left: 0;
    width: 100%;
  }


  div#blog-comments  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}


.post-item.all_page {
  display: block;
  width: 100%;
  margin-left: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.all_post.blog_index {
  display: block;
}

.blog-index__tag-header {
  margin-top: 6rem;
}

.blog-listing-tags img, .blog_btm_tags img{
  opacity: .618;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: .1rem .75rem;
  width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}



.content-wrapper,
.page-center,
.dnd-section > .row-fluid { 
    padding-right: 6vw;
    padding-left: 6vw;
}

@media(min-width:768px){
    .content-wrapper,
    .page-center,
    .dnd-section > .row-fluid { 
        width:88%;  
        padding-right: 0;
        padding-left: 0; 
    }
}

@media(max-width:768px){
    img {
      max-width: 90% !important}
}