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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 40px 0;
}
.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: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), 
    url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff") format("woff"), 
    url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.ttf") format("truetype");
}

@font-face {
  font-family: "social-icons";
  src: url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/social-icons/social-icons.eot") format("embedded-opentype"), 
    url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/social-icons/social-icons.woff") format("woff"), 
    url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/social-icons/social-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'revicons';
    src: url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/revicons/revicons.eot") format('embedded-opentype'),
      url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/revicons/revicons.woff") format('woff'),
      url("https://3781415.fs1.hubspotusercontent-na1.net/hubfs/3781415/Grandstream_Feb_2021/Fonts/revicons/revicons.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}




html {
  font-size: 10px;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 22px;
}

/* Anchor Links */
a {
  color: #2e5481;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 22px;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  color: #295288;
  word-break: break-word;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 26px;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  font-weight: 300;
}

h5 {
  font-size: 14px;
  font-weight: 300;
}

h6 {
  font-size: 10px;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0 0 0 60px;
  margin: 0 0 22px 0;
}

ul li,
ol li {

}

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

blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 22px;
  border-left: 2px solid #e1e1e1;
}

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

/* TODO */
small {

}

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

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

.hs-button {
  font-family: Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #3574e3;
  border-color: #3574e3;
  color: #fff;
  border-radius: 4px;
  transition: opacity .15s linear;
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 18px;
  background-image: linear-gradient(180deg,#7ec8f4,#3574e3);
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #0d4cbb;
  border-color: #0d4cbb;
  
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 50%), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.hs-button:active {
  background-color: #5d9cff;
  border-color: #5d9cff;
  background-color: #5a9eec;
  background-image: linear-gradient(180deg,#3574e3,#5a9eec);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%), inset 0 -1px 0 hsl(0deg 0% 100% / 30%);
  border-top: 1px solid #1c4ed5;
  border-bottom: 1px solid #4084e3;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
}


.hs-form label {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.widget-type-form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-password_prompt, .widget-type-email_simple_subscription form, .widget-type-widget_container form {
    max-width: 650px;
    width: 100%;
}

.hs-form .hs-richtext {
    font-size: 16px;
    line-height: 1.6;
}
.hs-form  .grecaptcha-badge {
    margin: 0;
}

.hs-input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0 0 0 / 15%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  line-height: 22px;
  padding: 8px 12px;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: 'Open Sans',sans-serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 8px rgb(82 168 236 / 60%);
}

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: #c87872;
}

.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: 14px;
  color: #333;
}
.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;
}
input.hs-button[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    white-space: normal !important;
    background-color: #295288;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 22px;
    outline: 0;
    padding: 9px 20px;
    text-shadow: none;
    filter: none;
    -webkit-transition: background .2s linear,color .2s linear;
    transition: background .2s linear,color .2s linear;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    background-image: none;
}

input.hs-button[type="submit"]:hover {
    text-decoration: none;
    background-color: rgba(76,107,153,.8);
}

@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: Open Sans, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    font-size: inherit;
    line-height: 18px;
    margin-bottom: 22px;
    text-align: center;
    border: 1px #295288;
    margin-left: auto;
    margin-right: auto;
}

th,
td {
  padding: 16px 10px 15px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.table th, .table td, .table > thead > tr > th, 
.table > tbody > tr > th, .table > tfoot > tr > th, 
.table > thead > tr > td, .table > tbody > tr > td, 
.table > tfoot > tr > td {
  border-top: 1px solid #e1e1e1;
  line-height: 18px;
  padding: 16px 10px 15px;
  text-align: center;
}

table tr > *:first-child {
    width: 30%;
}
table tr > *:last-child {
    width: 70%;
}

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

/* product */

.product-list-sec p {
  text-align: justify;
}
.product-list-sec p:last-child {
  margin-bottom: 0;
}

/* Website Page */
.body-container__website h5 {
  margin-bottom: 22px;
  color: #333;
  font-size: 26px;
  margin-top: 0;
  line-height: 1.6;
}

.body-container__website table {
  line-height: 20px;
}
.body-container__website th, 
.body-container__website td {
  padding: 15px 10px 16px;
}
.body-container__website table a:hover {
  color: #2e5481;
  text-decoration: underline;
}
.hs-breadcrumb-menu-item a, .hs-breadcrumb-label {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-list-sec .dnd-section {
  margin-bottom: 40px;
}


/* Contact */
.banner-contact-section .hs-banner-group .banner {
  padding-top: 140px;
  padding-bottom: 169px;
}
.banner-contact-section .banner-content h1 {
  font-size: 60px;
}
.body-contact-wrapper hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  height: 0;
}
.hs-contact-sec .span6.dnd-column {
  width: 50%;
  margin-left: 0 !important;
}
.hs-contact-sec h2 {
  font-weight: bold;
  font-size: 28px;
  margin: 0.83em 0;
}
.hs-contact-sec p {
  margin: 1em 0;
}

/* Faq Post */
.cm-faqpost-sec h4{
  color: #037ac5;
}
.cm-faqpost-sec h4:first-child {
  margin-top: 50px;
}
.cm-faqpost-sec p + h4 {
  margin-top: 50px;
}
.cm-faqpost-sec p:last-child {
  margin-bottom: 0;
}
.table.tools-table {
  font-size: 12px;
}

/* ABout */
.hs-about-sec .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.hs-about-sec .hs_cos_wrapper_type_header h2 {
  font-size: 72px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}
.hs-about-sec .hs_cos_wrapper_type_linked_image img:hover {
  opacity: 0.5;
}
.hs-about-sec2 p {
  margin: 1em 0;
  line-height: 1.6;
}
.hs-about-sec2 p a {
  color: #2e5481;
}
.hs-about-sec2 p a:visited {
  color: #7996b7;
}
.body-about-wrapper hr {
  background: transparent;
  border: 0;
  margin: 40px 0;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 0;
  height: 0;
}
.hs-about-sec2 h3 {
  font-size: 30px;
  color: #295288;
  font-family: Open Sans,sans-serif;
  font-weight: normal;
  line-height: 1.6;
  margin: 1em 0;
}
.hs-about-sec3 .hs_cos_wrapper_type_linked_image img {
  margin: 0px 0px 20px;
  vertical-align: middle;
}
.hs-about-sec3 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0px 0px 20px;
}
.hs-about-sec3 p {
  margin: 1em 0;
}
.hs-about-sec4 h3,
.hs-about-sec5 h3{
  margin: 1em 0;
  font-weight: normal;
  font-size: 30px;
  color: #295288;
  line-height: 1.6;
}
.hs-about-sec4 p {
  margin: 1em 0;
}
.blue_cta-btn {
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 22px;
  outline: none;
  padding: 9px 20px;
  text-shadow: none;
  filter: none;
  -webkit-transition: background .2s linear,color .2s linear;
  transition: background .2s linear,color .2s linear;
  white-space: normal;
  background: #295288;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none !important;
}
.blue_cta-btn:hover {
  color: #ffffff;
  border-color: #048ce2;
  background-color: #048ce2;
  text-decoration: none !important;
}

/* Prodcut */
.hs-banner-breadcrumbs {
  background: #f2f2f2;
  overflow: hidden;
  min-height: 40px;
}

.hs-ucm-remoteconnect2-website .hs_cos_wrapper_type_header {
  border: 0;
  border-bottom-width: 1px;
  margin-bottom: 40px;
  position: relative;
  border-color: #e1e1e1;
  border-style: solid;
  zoom: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: block;
}
.breadcrumb>li:last-child> a {
  text-transform: uppercase;
}

.hs-ucm-remoteconnect2-website .hs_cos_wrapper_type_header:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.hs-ucm-remoteconnect2-website .hs_cos_wrapper_type_header h1 {
  color: #7f7f7f;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 14px 0 0;
}
.hs-ucm-remoteconnect2-website p:last-child {
  margin-bottom: 0;
}
.hs-ucm-remoteconnect2-website ul li {
  padding-top: 5px;
  font-size: 16px;
}
.hs-ucm-remoteconnect2-website .hs-need-more-help-block {
  margin-top: 0;
}

.breadcrumb {
  background: #f2f2f2;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding: 11px 0;
  list-style: none;
  text-transform: capitalize;
}
.breadcrumb > li {
  line-height: 18px;
  text-shadow: none;
  display: inline-block;
}
.breadcrumb > li > a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #7f7f7f;
  content: "/\00a0";
}

.body-container__firmware .rtejustify {
  text-align: justify;
}
.body-container__firmware .rtecenter {
  text-align: center;
}
.body-container__firmware .table-striped>tbody>tr:nth-child(odd)>td, 
.body-container__firmware .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}
.body-container__firmware p:last-child {
  margin-bottom: 0;
}
.body-container__firmware .rteleft {
  text-align: left;
}
.body-container__firmware table>tbody>tr:nth-child(even)>td, 
.body-container__firmware table>tbody>tr:nth-child(even)>th {
  background-color: transparent;
}
.body-container__firmware table tr>*:first-child,
.body-container__firmware table tr>*:last-child {
  width: inherit;
}
.body-container__firmware .table th, 
.body-container__firmware .table td, 
.body-container__firmware .table>thead>tr>th, 
.body-container__firmware .table>tbody>tr>th, 
.body-container__firmware .table>tfoot>tr>th, 
.body-container__firmware .table>thead>tr>td, 
.body-container__firmware .table>tbody>tr>td, 
.body-container__firmware .table>tfoot>tr>td {
  padding: 14px 10px 16px;
}
.filware-table-group {
  overflow: auto;
}
.hs-product-list-wrapper .productList-right .dnd-section {
  padding-bottom: 30px;
}


.Case-study-slider{
    font-size: 16px;
    text-align: justify;
    font-family: Open Sans,sans-serif;
    color: #9C9D9F;
 }

.caseStudybox {
  background:e5e5e5;
  font-size: 16px;
  padding:10px;
/*   height:380px; */
  text-align: center;
  color: #9C9D9F;
  font-family: Open Sans,sans-serif;
}

.caseStudybox2 {
  background:e5e5e5;
  font-size: 16px;
  padding:10px;
/*   height:380px; */
  text-align: center;
  font-family: Open Sans,sans-serif;
}

.name .title {
  color: #9C9D9F; 
  font-family: Open Sans,sans-serif;
}


.Unified-SC {
  font-size: 16px;
  text-align: justify;
  font-family: Open Sans,sans-serif;
  color: #9C9D9F;
}

.Unified-SC-1 {
  font-size: 16px;
  font-family: Open Sans,sans-serif;
  color: #9C9D9F;
}

.case-image{
  height:120px;
}

.case-image1{
  height:150px;
}

.Cl-title_head{
  font-family: Open Sans,sans-serif;
  font-weight: bold;
}


/* CLEAR Blog Template */


.Clear-temp-container{
  display: flex;
  flex-wrap: nowrap;
  max-width: 1140px;
  margin: auto;
  margin-top: 50px;
}

.Clear-temp-left{
  width: 70%;
  padding: 0 30px;
}

.Clear-temp-right{
  width: 30%;
  padding: 0 30px 0 30px;
}

.hs-rss-item {
  background:#efefef;
}

#article-width {
   width:50%;
}

.cl-topic-box {
    display: none;
}

.cl-summery {
    height: 90px;
    overflow: hidden;
    margin-bottom: 15px;
}

.Cl-title_head {
    font-family: Open Sans,sans-serif;
    font-weight: bold;
    overflow: hidden;
}

.hs-rss-item{
    padding: 8px;
}

.hs-rss-item.hs-with-featured-image {
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

.hs-rss-item-text {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}

.single-content.cl-blog-inner-module_16372167371001 {
    /* float: left; */
    /* width: 33.3333%; */
    flex: 0 0 50%;
    max-width: 50%;
}

.clear--blog-design .post-listing .post-item .post-body .post-blog-content .blog--inner-space {
    padding: 25px 15px 20px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #295288;
}

.Cl-feature-img-blogs{
    padding: 30px;
    height:250px; 
}

.blog-index__post {
    flex: 0 0 calc(100%/2);
}




@media (min-width: 768px){
  .hs-ucm-remoteconnect2-website .span8.dnd-column{
    width: 66.66666667%;
  }
  .hs-ucm-remoteconnect2-website .span4.dnd-column{
    width: 33.33333333%;
    margin-left:0;
  }
  .hs-ucm-remoteconnect-website .span6.dnd-column {
    width: 50%;
    margin-left: 0;
  }
}
.hs-product-list-wrapper .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.hs-product-list-wrapper .dnd-section .widget-type-cell {
  padding-right: 0;
  padding-left: 0;
}



.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,
.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,
.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}



@media (min-width: 768px) {



  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,
  .col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,
  .col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    float:left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }
.section-heading-content {
    text-align: center;
}
  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}




@media (min-width: 992px) {
  .product-list-sec .span3.dnd-column {
    width: 25%;
    margin-left: 0;
    float:left;
  }
  .product-list-sec .span9.dnd-column {
    width: 75%;
    margin-left: 0;
    float: right;
  }
  .cm-faqpost-sec .span3.dnd-column{
    width: 25%;
    margin-left: 0;
    float: left;
  }
  .cm-faqpost-sec .span9.dnd-column {
    width: 75%;
    margin-left: 0;
    padding-right: 0;
    float: right;
    padding-left: 35px !important;
  }
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float:left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}


@media (min-width: 1200px) {

  .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    float:left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}



@media(max-width:991px){
  .product-list-sec .dnd-section {
    padding-top: 0 !important;
  }
  .product-list-sec .span3.dnd-column,
  .cm-faqpost-sec .span3.dnd-column{
    width:100%;
    margin-left: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .product-list-sec .span9.dnd-column,
  .cm-faqpost-sec .span9.dnd-column{
    width:100%;
    margin-left: 0;
    padding-bottom: 70px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .product-list-sec .dnd-section > .row-fluid {
    display: block !important;
  }
  .hs-product-list-wrapper .dnd-section .widget-type-cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media(max-width:767px){
 
/*   .blog-index__post{ 
    flex: 0 0 calc(100%/1);
} */


 .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hs-contact-sec > h2 {
    margin-bottom: 0.87em;
  }
  .banner-contact-section .hs-banner-group .banner {
    padding-top: 15vw;
    padding-bottom: calc(15vw + 27px);
  }
  .hs-contact-sec .span6.dnd-column {
    width: 100%;
    margin-left: 0 !important;
  }
  .hs-faqlist-sec {
    margin-top: 40px;
  }
  .cm-faqpost-sec h4:first-child {
    margin-top: 0;
  }
  .hs-ucm-remoteconnect2-website ul {
    padding-left: 20px;
  }
  .hs-product-list-wrapper .page-center {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  /* CLEAR Blog Template */
  .Clear-temp-container{
    display: block;
  }

  .single-content.cl-blog-inner-module_16372167371001 {
      /* float: left; */
      /* width: 33.3333%; */
      flex: 0 0 100%;
      max-width: 100%;
  }

  .Clear-temp-left{
    width: 100%;
    padding:30px 10px;
  }

  .Clear-temp-right{
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
  }
}




@media(max-width:479px){
  .hs-about-sec .hs_cos_wrapper_type_header h2 {
    font-size: 66px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-header {
  background-color: #295288;
  left: 0;
  margin-top: -32px;
  position: fixed;
  top: 0;
  z-index: 910;
  -webkit-transition: margin-top .2s linear;
  transition: margin-top .2s linear;
  padding: 5px 0;
  width: 100% !important;
  font-size: 16px;
}
.visible-top .custom-header {
  margin-top: 0;
  -webkit-transition: margin-top .2s linear;
  transition: margin-top .2s linear;
}
.sticky .custom-header {
  margin-top: -40px;
  -webkit-transition: margin-top .2s linear;
  transition: margin-top .2s linear;
}
.sticky .header-bottom {
  margin-top: 0 !important;
  -webkit-transition: margin-top .2s linear;
  transition: margin-top .2s linear;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.header-top ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -15px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.header-top ul li {
  width: 40px;
  margin-left: 3px;
  min-height: 40px;
  float: left;
}
.header-top ul li a {
  color: #fff;
  padding: 0;
  min-height: 40px;
  padding-top: 8px;
  padding-left: 10px;
  position: relative;
  display: block;
  -webkit-transition: background .2s linear,color .2s linear;
  transition: background .2s linear,color .2s linear;
  line-height: 22px;
}
.header-top ul li a .fa {
  font-size: 23px;
  margin-right: 4px;
}
.header-top ul li .btn-facebook:hover {
  color: #3a5795;
  background: #fff;
}
.header-top ul li .btn-twitter:hover {
  color: #55acee;
  background: #fff;
}
.header-top ul li .btn-linkedin:hover {
  color: #1b92bd;
  background: #fff;
}
.header-top ul li .btn-youtube:hover {
  color: #c4302b;
  background: #fff;
}
.header-top ul li:hover {
  background: #fff;
  color: #fff;
}

.header-bottom {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 870;
  -webkit-transition: margin-top .2s linear;
  transition: margin-top .2s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  width: 100% !important;
  margin-top: 8px;
  top: 0;
  background: #fff;
}
.sticky .header-bottom {
  margin-top: 0;
}
.visible-top .header-bottom{
  margin-top: 40px;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.header-bottom-inner {
  min-height: 100px;
  padding: 2px 0;
  background: #fff;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.sticky .header-bottom-inner {
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}



.right-box-wrapper {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
.logo-box {
  display: table;
  table-layout: fixed;
}
.logo {
  display: table-cell;
  height: 100px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.logo a {
  display: inline-block;
  max-width: 100%;
}
.logo img {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100% !important;
  vertical-align: middle;
}
.right-box {
  display: table;
}
.search-header {
  border-right: none!important;
  margin-left: 12px;
  margin-top: 15px;
}
.phone-header, 
.search-header {
  border-right: 1px solid #ccc;
  border-right: 1px solid rgba(204,204,204,.8);
  color: #1e1e1e;
  display: inline-block;
  height: 30px;
  margin: 8px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 41px;
}
.phone-header a, 
.search-header a {
  display: block;
  height: 23px;
  padding-top: 7px;
  width: 100%;
}
.search-header a i {
  font-size: 20px;
}
.phone-active, 
.search-active {
  bottom: 0;
  display: none;
  margin: 18px 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 920;
}
.search-active .close,
.search-active .close:visited {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  text-decoration:none;
}
.phone-active .close,
.search-active .close {
  float: right;
  font-size: 26px;
  margin: 24px 0 0 5px;
}
.search-active .close {
  position: absolute;
  right: 79px;
  z-index: 1;
}
.search-active .close {
  position: absolute;
  right: 79px;
  z-index: 1;
}
.search-active .close span {
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  line-height: 12px;
  margin-top: 2px;
  vertical-align: top;
}
.search-active .close span {
  font-family: 'Open Sans',sans-serif;
}
.phone-active .close span,
.search-active .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.search-active form {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.search-active .hs-search-field__input, 
.search-active .hs-search-field__input:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1e1e1e;
  font-size: 24px;
  height: 100%;
  line-height: 30px;
  margin: 0;
  padding: 14px 135px 14px 18px;
  width: 100%;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
}
.search-active .hs-search-field__bar button svg {
  height: 16px;
  margin-top: 2px;
  fill: #295288;
}
.custom-header-group #header-icons-box {
  float: right;
  margin: 9px 0;
  text-align: right;
}
.custom-header-group #header-icons-box .search-header {
  border-right: none!important;
  margin-left: 12px;
  margin-top: 16px;
  margin-right: 0 !important;
  float: right;
}
.search-active button {
  border-width: 0;
  background: 0;
  border-left-width: 1px;
  height: 30px;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 17px;
  width: 46px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}
.search-active button:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.search-active .close:hover {
  color: #295288;
}


@media(min-width:992px){
  .custom-header-group {
    min-height: 112px;
  }
}

@media(max-width:991px){
  .custom-header {
    margin-top: 0;
  }
  .header-bottom,
  .custom-header{
    position: static;
  }
  .header-bottom {
    position: static;
    margin-top: 0;
  }
  .visible-top .header-bottom {
    margin-top: 0;
  }
  .header-top .header__container {
    min-height: 35px;
  }
  .header-top ul li a {
    padding-top: 7px;
  }
  .btn-navbar {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    height: 46px;
    line-height: 15px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
    z-index: 920;
    outline: 0;
    text-decoration: none;
    font-family: 'Arimo',sans-serif;
    font-size: 14px;
    margin-left: auto;
    text-align: right;
    background: 0;
    border: 1px solid transparent;
    border-bottom: 0 none;
  }
  .btn-navbar:before {
    border-left: 1px solid rgba(204,204,204,.8);
    bottom: 8px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 7px;
  }
  .btn-navbar .text {
    color: #1e1e1e;
    float: right;
    line-height: 16px;
    padding: 0 0 0 30px;
  }
  .btn-navbar .icon-bar {
    background: #1e1e1e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 3px;
    margin: 0;
    width: 22px;
    display: block;
  }
  .btn-navbar .icon-bar{
    background-color: #295288;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .phone-header,
  .search-header {
    display: none;
  }
  .right-box-wrapper {
    text-align: right;
  }
}

@media(max-width:767px){
  .header-bottom-inner {
    min-height: 107px;
  }
  .header-top .header__container {
    padding: 0 10px;
  }
  .header-top .header__container {
    min-height: 25px;
  }
  .logo-box {
    padding: 0 10px;
    padding-right: 15px;
  }
  .right-box {
    padding:0 8px;
  }
  .header-top {
    height: 35px;
  }
  .header-top ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .btn-navbar {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 600px){
  .btn-navbar {
    padding-left: 5px;
    padding-right: 5px;
  }
}



/* Header menu css start here */
.child-trigger {
  bottom: 0;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 55px;
  z-index: 1111;
  cursor: pointer;
}
.child-trigger span {
  background: #295288;
  display: block;
  height: 2px;
  margin: 17px 0 0 15px;
  position: absolute;
  width: 16px;
}
.child-trigger span + span {
  height: 16px;
  margin: 10px 0 0 22px;
  width: 2px;
}
.child-open > a ~ .child-trigger span + span {
  display: none;
}
.custom-header-menu {
  position: relative;
  margin: 0;
}
.custom-header-menu a {
  text-decoration: none !important;
}
.custom-header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-header-menu .navbar-nav:before, 
.custom-header-menu .navbar-nav:after {
  content: " ";
  display: table;
}
.custom-header-menu .nav > li {
  position: relative;
  display: block;
  padding: 12px 3px 0;
}
.custom-menu-primary {
  float: right;
}
.custom-menu-primary > div {
  float: left;
  margin-bottom: 10px;
  z-index: 900;
  border-right: 0;
  margin-right: -15px;
}
.custom-header-menu .nav > li > a {
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #295288;
  padding: 11px 13px;
  position: static;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 901;
  line-height: 20px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-header-menu .nav > li:hover > a {
  background: #fff;
  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-header-menu .nav > li.parent:hover > a {
  border-bottom-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.custom-header-menu .block-content p {
  margin: 0;
  float: left;
}
.custom-header-menu .block-content p a {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  width: 175px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  width: auto;
  min-width: 150px;
}
.custom-header-menu .block-content p a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.custom-header-menu .tb-megamenu-column > ul {
  position: relative;
}
.custom-header-menu .tb-megamenu-column ul {
  float: center;
  text-align: left;
}
.custom-header-menu .tb-megamenu-column > ul > li {
  font-size: 13px;
  line-height: 23px;
  padding: 5px 15px;
  position: relative;
}
.custom-header-menu .tb-megamenu-column > ul > li.level-2 > a {
  font-size: 13px;
  line-height: 23px;
  margin: 25px 0 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #295288;
}
.custom-header-menu .nav > li .sub.sub > li {
  font-size: 13px;
  line-height: 24px;
  padding: 20px 27px 15px;
}
.custom-header-menu .nav > li .sub.sub > li > ul > li {
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 25px;
}
.custom-header-menu .nav > li .sub.sub.normal > li > ul > li > ul.tb-megamenu-submenu {
  display: block;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: static;
  transform: none !important;
  margin-top: 3px;
  white-space: normal;
}
.custom-header-menu .nav > li .sub.sub.normal > li > ul > li > ul.tb-megamenu-submenu > li {
  padding: 0;
}
.custom-header-menu .normal .tb-megamenu-column > ul > li.level-2 > ul > li > a {
  color: #717171;
}
.custom-header-menu .normal .tb-megamenu-column > ul > li.level-2 > ul > li > a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li {
  padding: 5px 15px;
  margin: 0;
}

.custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li > .sub > li {
  padding: 0;
}
.custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li > .sub > li > a {
  padding: 5px 15px;
  color: #295288;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  display: block;
}
.custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li > .sub > li > a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.custom-header-menu .nav>li .sub.sub.normal>li>ul>li>ul.tb-megamenu-submenu {
  float: left;
  width: 100%;
}
.custom-header-menu .nav>li .sub.sub.with-bg>li>ul>li {
  position: static;
}
.custom-header-group #header-icons-box .search-header a {
  color: #2e5481;
}
.custom-header-group #header-icons-box .search-header a:hover {
  color: #2a6496;
}








@media (min-width: 768px) {
  .custom-header-menu .navbar-nav {
    float: left;
    margin-right: -3px;
  }
  .custom-header-menu .nav > li {
    float: left;
  }
}


@media screen and (min-width: 971px) {
  .custom-header-menu .sub.with-bg > .tb-megamenu-column {
    padding: 5px 10px !important;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li:hover {
    background: #d7d7d7 !important;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li > .sub {
    height: auto;
    min-height: 100%;
    margin: 0 !important;
    border: none !important;
    background: #d7d7d7 !important;
    width: 100%;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li > .sub .menu-term_image {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .custom-menu-primary {
    display: block !important;
    overflow: visible !important;
  }
  .custom-header-menu .nav > li.mega-align-center > .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }
  .custom-header-menu .nav > li.mega-align-right > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .custom-header-menu .sub {
    min-width: 156px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    display: none !important;
    font-size: 13px;
    line-height: 24px;
    margin: -1px 0 0;
    padding: 15px 20px;
    position: absolute;
    z-index: 905;
    padding: 0;
    top: 100%;
    left: 0;
  }
  .custom-header-menu .sub.tb-megamenu-submenu {
    margin: -1px 0 0 3px;
  }
  .custom-header-menu:not(.testing) .parent:hover > .sub {
    display: block !important;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li > .sub {
    left: 100%;
    top: 0;
    position: absolute;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li:hover > .sub {
    display: block !important;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
  }
  .custom-header-menu .nav > li .sub.sub.normal > li > ul > li > ul.tb-megamenu-submenu {
    display: block !important;
    visibility: visible !important;
  }
  .custom-header-menu .nav>li .sub.sub.normal>li>ul>li>ul.tb-megamenu-submenu {
    display: block !important;
    visibility: visible !important;
    -webkit-animation: fadeIn .4s !important;
    animation: fadeIn .4s !important;
  }
  .mobile-trigger,
  .child-trigger {
    display:none;
  }
}

@media(min-width:992px) and (max-width: 1199px){
  .custom-header-menu .nav > li > a {
    padding: 11px 10px;
  }
}

@media (max-width: 991px) {
  .custom-header-group {
    position: relative;
    z-index: 101;
  }
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: -2px;
    width: 97.03px;
    height: 44px;
    line-height: 15px;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 0;
  }
  .mobile-trigger:before {
    border-left: 1px solid rgba(204,204,204,.8);
    bottom: 8px;
    content: "";
    left: -1px;
    position: absolute;
    top: 7px;
    display: inline-block;
  }
  .mobile-trigger span.text {
    color: #1e1e1e;
    float: right;
    line-height: 16px;
    padding: 0 0 0 30px;
    font-family: 'Arimo',sans-serif;
    font-size: 14px;
    position: relative;
    top: 4px;
  }
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -16px;
    right: 0px;
  }
  .mobile-trigger i, 
  .mobile-trigger i:before, 
  .mobile-trigger i:after {
    width: 22px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #295288;
    display: inline-block;
  }
  .mobile-trigger i:before, 
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-trigger i:after {
    top: 6px;
  }
  .mobile-open .mobile-trigger {
    border-color: #ccc;
  }
  .mobile-open .mobile-trigger:before {
    border: 0;
  }
  .custom-header-group .right-box-wrapper {
    text-align: left;
    position: relative;
  }
  .custom-header-group #header-icons-box {
    text-align: left;
  }
  .custom-menu-primary {
    border: 0 none;
    box-shadow: none;
    left: auto;
    margin: 22px 0 0;
    max-height: inherit;
    overflow: hidden !important;
    padding: 0 15px;
    position: absolute;
    right: -3px;
    top: 50%;
    width: 217%;
    z-index: 919;
    text-align: left;
    float: left;
    display: none !important;
  }
  .mobile-open .custom-menu-primary {
    display: block !important;
  }
  .custom-header-menu .navbar-nav {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    float: none;
    padding: 6px 6px 3px;
    position: relative;
    margin-right: 0;
  }
  .custom-header-menu .navbar-nav:after, 
  .custom-header-menu .navbar-nav:before {
    content: " ";
    display: table;
    clear: both;
  }
  .custom-header-menu .nav > li {
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .custom-header-menu .nav > li > a {
    background: #f2f2f2;
    position: relative;
    line-height: normal;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 7px 9px 7px 59px;
    text-decoration: none;
    line-height: 20px;
  }
  .custom-header-menu .nav > li.parent:hover > a {
    background: #f2f2f2;
    position: relative;
    background-color: #e9e9e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
  }
  .custom-header-menu .hidden-xs.hidden-sm {
    display: none !important;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li {
    position: relative;
  }
  .custom-header-menu .sub {
    width: 100%!important;
    background: #f7f7f7;
    font-size: 13px;
    left: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 5px;
    position: relative;
  }
  .custom-header-menu .nav > li .sub.sub > li {
    float: left;
    padding: 0;
    line-height: 22px;
  }
  .custom-header-menu .tb-megamenu-column > ul > li.level-2 > a {
    padding: 4px 9px 4px 60px;
    text-decoration: none;
    display: block;
    margin-top: 0;
  }
  .custom-header-menu .nav > li.active > a,
  .custom-header-menu .nav > li.active:hover > a {
    background-color: #295288;
    color: #fff;
    border-color: #295288;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li {
    padding: 0;
    margin-bottom: 22px;
  }
  .custom-header-menu .level-1.active > .child-trigger span {
    background: #fff;
  }
  .level-2 .child-trigger span {
    background: #7f7f7f;
    height: 2px;
    margin: 14px 0 0 38px;
    width: 12px;
  }
  .level-2 .child-trigger span + span {
    height: 12px;
    margin: 9px 0 0 43px;
    width: 2px;
  }
  .level-2 .child-trigger {
    top: 0;
    left: 0;
  }
  .custom-header-menu .tb-megamenu-column ul.sub.row {
    padding: 0;
    padding: 6px 0 8px;
  }
  .custom-header-menu .tb-megamenu-column ul.sub.row > li {
    width: 100%;
  }
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li >.sub > li > a,
  .custom-header-menu .normal .tb-megamenu-column > ul > li.level-2 > ul > li > a {
    padding: 4px 9px 4px 60px;
    text-decoration: none;
    display: block;
    color: #717171;
    font-weight: normal;
    text-transform: inherit;
    line-height: 22px;
  }
  .custom-header-menu .nav>li .sub.sub.with-bg > li > ul > li:last-child {
    margin-bottom: 0;
  }
  .custom-header-menu .nav > li.child-open > a, 
  .custom-header-menu .nav > li.parent.child-open:hover > a {
    background-color: #295288;
    color: #fff;
  }
  .custom-header-menu .nav>li.child-open>a ~ .child-trigger span {
    background: #fff;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .header__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-trigger {
    padding-left: 10px;
    padding-right: 10px;
    width: 87px;
    right: 0;
    padding-top: 11px;
    top: 27px;
    padding-bottom: 11px;
    height: 45px;
  }
  .mobile-trigger span.text {
    float: none;
  }
  .custom-menu-primary > div {
    float: none;
    margin-right: 0;
  }
  .custom-menu-primary {
    padding-right: 0;
    right: -1px;
    width: 209.5%;
  }
  .header-bottom .logo img {
    margin-top: 6px;
  }
}

@media (max-width: 600px) {
  .mobile-trigger {
    padding-left: 5px;
    padding-right: 5px;
    width: 77px;
  }
  .custom-menu-primary {
    width: 207.5%;
    padding: 0;
  }
}

.megamenu-cards-content-container {
  max-width: 265px;
}

/* Header menu css end here */
/* ******************************************************************************
*********************************************************************************
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: transparent;
  font-size: 16px;
}
.footer * {
  font-family: "Open Sans",sans-serif;
}
.footer .page-center{
  padding-left:15px;
  padding-right:15px;
}
.footer__container {
  margin: 0 auto;
}
.custom-footer-top {
  line-height: 21px;
  padding: 50px 0 13px;
}
.top-column {
  min-height: 170px;
}
.top-column h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 15px;
  padding: 0 0 12px;
}
.top-column p {
  margin: 0 0 16px;
  color: #fff;
  line-height: 21px;
  font-size: 16px;
}
.top-column.three a {
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: background .2s linear,color .2s linear;
  transition: background .2s linear,color .2s linear;
  white-space: normal;
  text-shadow: none;
  line-height: 22px;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #46a7c9;
  color: #46a7c9;
}
.top-column.three a:hover {
  background-color: #02a9e0;
  color: #fff;
  text-decoration: none;
}

.footer-top-menu .hs-menu-wrapper > ul{
  display:block;
  margin:0;
  padding:0;
  list-style:none;
}
.footer-top-menu .hs-menu-wrapper > ul > li > a,
.footer-top-menu .hs-menu-wrapper > ul > li > a:hover{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 15px;
  padding: 0 0 12px;
}
.footer-top-menu .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.footer-top-menu .hs-menu-wrapper > ul ul li{
  line-height: 21px;
}
.footer-top-menu .hs-menu-wrapper > ul ul li a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  display: inline-block;
}
.footer-top-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.custom-footer-bottom {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}
.bottom-column {
  color: #fff;
}
.bottom-column p {
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
}
.bottom-column.two a {
  top: -5px;
}
.bottom-column.three p {
  font-size: 12px;
  margin-bottom: 22px;
}

.bottom-column.two,
.bottom-column.three{
  padding-left: 34px;
}
.bottom-column.two ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 17px;
}
.bottom-column.two ul li a {
  color: white;
  text-decoration: none;
}
.bottom-column.two ul li a:not(.btn):hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.bottom-column svg {
  color: #c6c6c6;
  left: 16px;
  position: absolute;
  top: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'social-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}


#back-to-top {
  background: #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 11px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
#back-to-top .glyphicon {
  color: #fff;
  margin: 14px 0 0 -.5px;
  vertical-align: top;
}
#back-to-top:hover {
  background: #037ac5;
}

@media (max-width: 767px){
  .footer .col-md-3 {
    margin-bottom: 36px;
    overflow: hidden;
  }
  .top-column,
  .bottom-column{
    padding-left: 10px;
    padding-right: 10px;
  }
  .bottom-column.two {
    padding-left: 28px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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;
}

/* CLEAR Blog Template */
.Clear-temp-container{
  display:flax;
}




@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-post img {
  max-width: 100%;
  }
.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: 26px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #333;
}
.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: #333;
  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: #333;
  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: #333;
}
.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: #333;
  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: transparent;
  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: #333;
  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 #3574e3;
  color: #3574e3;
}
.blog-comments .hs-button:hover {
  background-color: #3574e3;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #3574e3;
}

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}






/* News blog css start form here */
.custom-news-breadcrumb-box {
    background-color: #f3f3f3;
}
.custom-news-breadcrumb-box ul {
    list-style: none;
    background: #f2f2f2;
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
}
.custom-news-breadcrumb-box ul > li {
    display: inline-block;
    line-height: 18px;
    text-shadow: none;
    margin-right: -3px;
}
.custom-news-breadcrumb-box ul > li:not(:last-child):after {
    padding: 0 6px;
    color: #7f7f7f;
    content: "/\00a0";
}
.custom-news-breadcrumb-box ul > li > a {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.custom-news-breadcrumb-box ul > li > a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.custom-news-post-item {
    margin-bottom: 40px;
    padding: 0;
}
.custom-news-post-item:not(:first-child) {
    padding-top: 37px;
    border-top: solid 1px #e1e1e1;
}
.custom-news-post-item h2 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 17px;
}
.custom-news-post-item h2 a {
    color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.custom-news-post-item h2 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.custom-news-post-item .social-button-box {
    padding-bottom: 10px;
}
.custom-news-post-item .entry-meta {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 1.3;
}
.custom-news-post-item .entry-meta .separator {
    margin: 0 10px;
}
.custom-news-post-item .entry-meta .field-name-field-category {
    display: inline-block;
}
.custom-news-post-item .entry-meta a:hover {
    color: #2a6496;
    text-decoration: underline;
}
.custom-news-sidebar h3 {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 46px 0;
    padding: 14px 0 0;
    position: relative;
}
.custom-news-sidebar h3:after {
    content: "";
    border-bottom: solid 1px #e1e1e1;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -13px;
}
.custom-news-sidebar h3:before {
    background: #1e1e1e;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -13px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.custom-news-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.custom-news-sidebar ul > li {
    padding: 4px 0;
}
.custom-news-sidebar ul > li > a {
    color: #1e1e1e;
}
.custom-news-sidebar .blog-sidebar-topic-filter .filter-link-count {
    display: none;
}
.custom-news-sidebar > div:not(:last-child) {
    margin: 0 0 80px;
}
.blog-sidebar-post-archives {
    margin-bottom: 50px;
}
.blog-pagination.hs-news-pagination a {
    background-color: #ccc;
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 6px;
    padding: 0 9px;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
      text-decoration: none !important;
}
.blog-pagination.hs-news-pagination a:hover {
    background-color: #295288;
}
.blog-pagination.hs-news-pagination {
    display: block;
    margin: 0;
}
.hs-page-count:before {
    content: "";
    display: table;
    clear: both;
}
.hs-page-count {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.content-wrapper.hs-blog {
    padding-top: 21px;
}
.hs-blog-listing .blog-section .post-header h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 0;
}
.hs-blog {
    font-size: 14px;
    line-height: 1.6;
}
.hs-blog #hubspot-author_data {
    margin: 0 0 10px;
    padding: 0;
}
.hs-blog .hs-blog-social-share {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 2px;
}
.hs-blog .hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    padding: 0;
}
.hs-blog .post-body p {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 0;
}
.hs-blog .hs-featured-image-wrapper img {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
    vertical-align: middle;
}
.hs-blog .more-link {
    display: inline-block;
    padding-top: 20px;
}
.hs-blog .custom_listing_comments {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
}
.hs-blog #hubspot-topic_data {
    color: #888;
    font-weight: bold;
    margin: 4px 0;
    font-size: 16px;
}
.hs-blog .post-listing .post-item {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.hs-blog .blog-pagination {
    display: block;
    text-align: left;
}
.hs-blog .blog-pagination a {
    margin-right: 7px;
}
.hs-blog .blog-pagination a:hover {
    color: #2a6496;
}
.hs-blog .sidebar h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px 0px 20px;
}
.hs-blog-sidebar-subscribe-form .hs-form label {
    font-weight: bold;
    margin: 0 0 3px;
    display: inline-block;
    line-height: 1.6;
    font-size: 14px;
    font-family: Open Sans,sans-serif;
}
.hs-blog-sidebar-subscribe-form .hs-input {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgb(0 0 0 / 15%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    padding: 8px 12px;
    background-color: #fff;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Open Sans',sans-serif;
    color: #000;
}
.hs-blog-sidebar-subscribe-form .hs-input:focus {
    -webkit-box-shadow: 0 0 10px rgb(46 84 129 / 30%);
    -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
    box-shadow: 0 0 10px rgb(46 84 129 / 30%);
    border: solid 1px #839bb7;
    outline: 0;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.hs-blog-sidebar-subscribe-form .hs-form-field {
    margin-bottom: 22px;
}
.hs-blog-sidebar-subscribe-form .hs-form-required {
    color: #c3293a;
    padding-left: 5px;
}
.hs-blog-sidebar-subscribe-form .hs-richtext p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}
.hs-blog-sidebar-subscribe-form .hs-button {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    white-space: normal !important;
    background-color: #295288;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 22px;
    outline: 0;
    padding: 9px 20px;
    text-shadow: none;
    filter: none;
    -webkit-transition: background .2s linear,color .2s linear;
    transition: background .2s linear,color .2s linear;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    background-image: none;
}
.hs-blog-sidebar-subscribe-form .hs-button:hover {
    text-decoration: none;
    background-color: rgba(76,107,153,.8);
}
.hs-blog .sidebar > div {
    margin-bottom: 25px;
}
.hs-blog .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}














@media (min-width: 992px) {
  .custom-news-blog-index {
      padding-bottom: 50px;
  }
}

@media (max-width:767px) {
  .content-wrapper {
      padding: 0 10px;
  }
  .custom-news-breadcrumb-box .content-wrapper {
      padding: 0 15px;
  }
  .content-wrapper.hs-blog {
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 19px;
  }
  .hs-blog .hs-featured-image-wrapper img {
      border-width: 0;
      max-width: 100%;
      height: auto;
      width: 100%;
      display: inline-block !important;
      float: none;
      margin: 20px 0 20px 0px;
      max-height: initial;
  }
  .hs-blog .sidebar {
      margin-top: 60px;
  }
  .hs-blog .sidebar ul {
      padding-left: 30px;
  }
}



/* FAQ */
.hs-accordion-sidebar .hs-accordion-parent{
  margin: 0 0 3px;
}
.hs-accordion-sidebar .hs-accordion-parent a {
  display: block;
  padding: 9px 9px 9px 60px;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color:#1e1e1e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #f2f2f2;
}
.hs-accordion-sidebar .hs-accordion-parent.active > a {
  background-color: #295288;
  color: #fff;
}
.hs-accordion-sidebar .hs-accordion-parent > a:before {
  background: rgba(255,255,255,.2);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
}
.hs-accordion-sidebar .hs-accordion-parent > a .open-sub {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
.hs-accordion-sidebar .hs-accordion-parent > a .open-sub:before, 
.hs-accordion-sidebar .hs-accordion-parent > a .open-sub:after {
  background:#295288;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.hs-accordion-sidebar .hs-accordion-parent.active > a .open-sub:before, 
.hs-accordion-sidebar .hs-accordion-parent.active > a .open-sub:after {
  background: #fff;
}
.hs-accordion-sidebar .hs-accordion-parent.active > a .open-sub:after{
  display:none;
}
.hs-accordion-sidebar .hs-accordion-parent > a .open-sub:after{
  display:block;
}
.hs-accordion-sidebar .hs-accordion-parent > a .open-sub:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.hs-accordion-sidebar .hs-accordion-sub {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,.05);
  padding: 7px 0 4px 5px;
}
.hs-accordion-sidebar .hs-accordion-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-accordion-sidebar .hs-accordion-sub ul li {
  margin: 0;
}
.hs-accordion-sidebar .hs-accordion-sub ul li a {
  background: none;
  color: #7f7f7f;
  margin: 0;
  padding: 4px 9px 4px 60px;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
}

.hs-accordion-sidebar .hs-accordion-sub ul li a:hover {
  background-color: rgba(0,0,0,.05);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent > a .open-sub {
  left: 10px;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent > a .open-sub:before, 
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent > a .open-sub:after {
  background: #7f7f7f;
  margin: 14px 0 0 22px;
  width: 12px;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent > a .open-sub:after {
  height: 12px;
  margin: 9px 0 0 27px;
  width: 2px;
}

.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent > a {
  background: none;
  color: #7f7f7f;
  margin: 0;
  padding: 4px 9px 4px 60px;
  font-size: 14px;
  line-height: 1.6;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent > a:hover {
  background-color: rgba(0,0,0,.05);
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent.active > a {
  background: none;
  color: #000;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent .hs-accordion-sub {
  background: none;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent .hs-accordion-sub {
  padding: 0;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent .hs-accordion-sub ul {
  padding: 7px 0 4px 5px;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent {
  margin: 0;
}
.hs-accordion-sidebar .hs-accordion-sub .hs-accordion-parent>a:before{
  display:none;
}
.faq-listing_wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
}

.content-wrapper.hs-blog.cm-faqpost-sec {
    padding-bottom: 45px;
}
.hs-blog.cm-faqpost-sec p {
    font-size: 16px;
}
.hs-blog-breadcrumb-box {
    background: #f2f2f2;
    overflow: hidden;
}
.hs-blog-breadcrumb {
    list-style: none;
    margin: 0;
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    padding: 11px 0;
    border-radius: 4px;
}
.hs-blog-breadcrumb > li {
    display: inline-block;
    line-height: 18px;
    text-shadow: none;
}
.hs-blog-breadcrumb > li > a {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.hs-blog-breadcrumb > li > a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.hs-blog-breadcrumb > li:not(:first-child):before {
    content: "/\00a0";
    padding: 0 6px;
    color: #7f7f7f;
}
.content-wrapper.hs-blog.cm-faqpost-sec {
  padding-top: 0;
}
.faq-table-group {
    overflow: auto;
}
.hs-blog-post  .cm-faqpost-sec span+h4 {
    margin-top: 50px;
}






@media (min-width: 992px) {
  .cm-faqpost-sec .span3.dnd-column, 
  .cm-faqpost-sec .span9.dnd-column {
      padding: 0 15px;
  }
  .content-wrapper.hs-blog.cm-faqpost-sec > .row-fluid {
      margin: 0 -15px;
      width: auto;
  }

}

@media (max-width: 991px) {
  .content-wrapper.hs-blog.cm-faqpost-sec>.row-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin: 0 -15px;
      width: auto;
  }
  .hs-blog-post .header-bottom {
      padding-bottom: 2px;
  }
      .hs-blog-post .cm-faqpost-sec .span9.dnd-column {
      padding-bottom: 50px;
  }
}


@media (max-width: 767px) {
  .content-wrapper.hs-blog.cm-faqpost-sec>.row-fluid {
      margin: 0;
  }
  .content-wrapper.hs-blog.cm-faqpost-sec {
      padding-top: 50px;
  }
  .hs-blog-post .header-bottom {
      padding-bottom: 0;
  }
  .hs-blog-breadcrumb {
      padding-left: 10px;
      padding-right: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  color: #333;
  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: #333;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.hs-product-list-wrapper .dnd-section {
    padding-bottom: 0;
    padding-top: 0;
}
.hs-product-arvhicve-post-banner-breadcrumbs ul.hs-breadcrumb-menu,
.hs-product-archive-banner ul.hs-breadcrumb-menu {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
    list-style: none;
    text-transform: capitalize;
}
.hs-product-arvhicve-post-banner-breadcrumbs .hs-breadcrumb-menu-item,
.hs-product-archive-banner .hs-breadcrumb-menu-item {
    padding: 0;
}
.hs-product-arvhicve-post-banner-breadcrumbs .hs-breadcrumb-menu-divider:before,
.hs-product-archive-banner .hs-breadcrumb-menu-divider:before {
    padding: 0 6px 0 9px;
    color: #7f7f7f;
    content: "/\00a0";
}