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












































/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*----Reset file CSS*/

*, *:before, *:after {
  box-sizing: border-box;
}

/*----Normalize File CSS-----*/

/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}


  /*---- Cookies CSS ----*/

div#hs-eu-cookie-confirmation {
    background: #fff;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000000!important;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
    box-shadow: 0 1px 5px #eaf0f6;
    color: #33475b;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
    font-size: 12px;
    font-family: "Open Sans" !important;
    line-height: 18px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-bottom: 12px;
    font-family: "Open Sans" !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 0 12px;
    color: #33475b;
    font-family: "Open Sans" !important;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
}

.leadinModal-924147 .leadin-button-secondary {
    background: #FFFFFF !important;
    color: #2e9e9d !important;
    font-family: "Open Sans" !important;
}


/*-----DND Area File CSS-------*/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.legal-consent-container p {
    font-size: 13px;
    line-height: 18px;
}

.dnd-column .hs-form fieldset {
    max-width: 100% !important;
}

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*----Typography File CSS-----*/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "AmaticSC";
  src: url(//2855430.fs1.hubspotusercontent-na1.net/hubfs/2855430/raw_assets/public/SmileCDR_August2020/fonts/AmaticSC-Bold.woff2) format('woff2');
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
}
@font-face {
  font-family: "Inter";
  src: url(//2855430.fs1.hubspotusercontent-na1.net/hubfs/2855430/raw_assets/public/SmileCDR_August2020/fonts/Inter-Light.woff2) format('woff2'),
    url() format('woff');
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url(//2855430.fs1.hubspotusercontent-na1.net/hubfs/2855430/raw_assets/public/SmileCDR_August2020/fonts/Inter-Regular.woff2) format('woff2'),
    url() format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(//2855430.fs1.hubspotusercontent-na1.net/hubfs/2855430/raw_assets/public/SmileCDR_August2020/fonts/Inter-SemiBold.woff2) format('woff2'),
    url() format('woff');
  font-weight: 600;
}
@font-face {
  font-family: "InterUI";
  src: url(//2855430.fs1.hubspotusercontent-na1.net/hubfs/2855430/raw_assets/public/SmileCDR_August2020/fonts/Inter-UI-Bold.woff2) format('woff2');
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
}


html {
  font-size: 24px;
}

body {
  font-family: "Open Sans";
  font-size: 18px;
  color: #384850;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 30px;

}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Open Sans";
  color: #494a52;
}

h1 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing:3.5px;
  font-weight:700;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight:700;
  
}

h3 {
  font-size: 29;
/*   padding: 1.5em 0 .5em; */
  font-weight:700;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

blockquote {
  margin: 0 0 16px;
  border-left: 2px solid #A9A9A9;
/*  padding-left: 15px; */
}
figure {
  margin: 0 0 16px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}

/*-----Forms File CSS-----*/

/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 29px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 19px;
  padding: 15px 53px;

  text-decoration: none !important;
  transition: 0.3s;
  margin-top:9.680px;
}

.hs-button:hover {
  background-color: #21222a;

  color: #fff;
}

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


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

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

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  padding: 13.520px;
  font-size: 19.36px;
  font-weight: normal;
  line-height: 29.04px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 4.84px;
  -moz-border-radius: 4.84px;
  -ms-border-radius: 4.84px;
  border-radius: 4.84px;
  margin:7.260px 0 18.360px;
  color: #000;
}

.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,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: 170px;
}

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;
}
*/
/* This allows the checkbox and radio select list items to only take up 50% of their container, and floats the list items left which allows multiple items to sit in the same row. */
li.hs-form-checkbox,
li.hs-form-radio {
     float: left;
     width: 50%; /* NOTE: This percentage may need to be lower if you have margins applied to the list items */
     list-style: none;
}
fieldset.form-columns-1 .hs-input[type="checkbox"] { width: auto!important; }


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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 0px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hbspt-form iframe .hs-form-required{
display:none !important;
}
.hs-form-required {
  color: red;
  display:none;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  fieldset.form-columns-1 .input {
    margin-right: 0px !important;
}
  fieldset.form-columns-2 .input {
    margin-right: 0px !important;
}
  form .form-columns-2 .hs-form-field .hs-input{
  width:100% !important;
  }
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.main-section-row-0-vertical-alignment h1 {
  margin: 0 0 30px; 
}
.hs-form-private .hs-richtext {
  font-size: 17.6px; 
  line-height: 24.6px;
}
.legal-consent-container .hs-form-booleancheckbox-display {
  margin-bottom: 22px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-error-msgs label {
  font-size: 17.6px;
  line-height: 24.6px;
}
.legal-consent-container .hs-error-msgs label {
  margin: -10px 0 15px;
  display: block;
}
.legal-consent-container .hs-form-booleancheckbox-display > input {
  margin-top: 5px !important;
}

/*-----Menu File CSS-----*/

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

.hs-menu-item.active a {}

/*----Tables File CSS----*/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/*-------Website File CSS-------*/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container .dnd-section[class*="force-full-width"] > .row-fluid {
  padding-left:0;
  padding-right:0
}
.faq-inner-page .banner {
  padding: 184px 180px;
  box-shadow: none;
}
.faq-inner-page .banner h1 span {
  font-size: 112px;
  line-height: 134px;
}
.faq-inner-page .banner-content h1 {
  padding-top: 22.400px;
  letter-spacing: 14px;
}
.hs-faq-inner-section-one .dnd-section[class*="force-full-width"] {
  padding: 5.008px 150px 60px;
  font-family: 'Lato', sans-serif;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
}
.hs-faq-inner-section-one h1{
  padding-top: 42px;
  padding-bottom: 14px;
  font-size: 28px;
  font-weight: normal;
}
.hs-faq-inner--section-two .dnd-section {
  background-color: #f3f3f3;
  padding-bottom: 32px;
  padding-top: 32px;
}
.hs-faq-inner--section-two .form-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom:0;
}
.hs-faq-inner--section-two form {
  margin-top: 6.600px;
  padding: 17.600px 0px;
  position: relative;
}
.hs-faq-inner--section-two form .hs-input {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  color: #000;
}
.hs-faq-inner--section-two form .hs-form-field {
  padding-right: 15px;
  padding-left: 15px;
}
.hs-faq-inner--section-two form .hs-message {
  position: absolute;
  right: 0;
  top: 17.600px;
}
.hs-faq-inner--section-two .hs-form .hs-message > label {
  font-size: 19.36px;
  line-height: 29.04px;
}
.hs-faq-inner--section-two form .hs-message textarea {
  width: 100%;
  height: 435px;
}
.hs-faq-inner--section-two form .hs-form-field {
  width: 50%;
}
.hs-faq-inner--section-two form .hs-button {
  position: absolute;
  right: 15px;
  bottom: 22px;
  margin-top: 38.720px;
  font-size: 19.36px;
  line-height: 29.04px;
  padding: 10px 19.360px;
}
.faq-inner-page {
  font-size: 17.6px;
}
.hs-faq-inner-section-one p a {
  font-size: 19.36px;
  line-height: 28.16px;
}
.hs-faq-inner-section-one p a {
  font-size: 19.36px;
  line-height: 28.16px;
}
.hs-faq-inner-section-one ul,
.hs-faq-inner-section-one ol{
  font-size: 17.6px;
  line-height: 26.4px;
}
.hs-faq-inner-section-one ul a {
  font-size:19.36px;
  line-height:29.04px
}
.hs-faq-inner-section-one a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.hs-faq-inner--section-two .hs-form label {
  font-size: 17.6px;
  line-height: 26px;
}
.hs-faq-inner--section-two form .hs-input {
  padding: 14.520px;
  margin: 6.26px 0 19.36px;
}
.hs-faq-inner--section-two form .hs-form .hs-message > label {
  font-size: 19.36px;
  line-height: 29.04px;
}
.link {
  color: #00AED6 !important;
  text-decoration: none;
/*   font-weight: bold; */
}
.hs-website-section-one ul,
.hs-website-section-one ol{
  font-size: 16px;
  line-height: 24px;
}
.banner-area .row-fluid [class*="span"] {
  min-height:0;
}
.cm-case-studies-page .banner {
  box-shadow: none;
}

.cm-ready-get-form .hs-form .hs-message > label {
  font-size: 17.6px;
  line-height: 26.4px;
  margin-top: 2px;
}
.cm-ready-get-form .hs-form .hs-message textarea{
  height: 170px;
}
.cm-ready-get-form .hs-button {
  padding: 8.800px 17.600px;
  border-width: 1.094px;
  margin-top: 35.200px;
  font-size: 17.6px;
  line-height: 26.4px;
  letter-spacing: normal;
}
.cm-ready-get-form .actions {
  text-align: right;
}
.cm-ready-get-form .hs-form .hs-input {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 17.6px;
  line-height: 26.4px;
  margin: 6.6px 0 15.6px;
  padding: 13.200px;
}
.cm-ready-get-form .hs-form label {
  font-size: 16px;
  line-height: 24px;
}
.cm-ready-get-form .hs-form {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.cm-ready-get-form .form-title {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 4px;
  padding: 0 15px;
  margin: 0;
  padding-bottom: 6px;
}
.cm-ready-get-form .dnd-section {
  padding: 32px 0;
  background-color: #f3f3f3;
}

/* .cm-contact-page .banner {
  padding: 137.600px 180px;
  box-shadow: none;
} */
/* .cm-contact-page .banner-content h1 {
  font-size: 112px;
  line-height: 134.4px;
  letter-spacing: 14px;
  padding-top: 11.200px;
} */
.cm-contact-page .banner-content h2 {
  letter-spacing: 0px;
}
/* .hs-contact-section-one .dnd-section {
  padding: 62.400px 83.200px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
} */
.hs-contact-section-one .dnd-section p {
  font-size: 18px;
  line-height: 25px;
/*   padding-left: 21.461px; */
}
.hs-contact-section-one .dnd-section p strong {
  font-weight: 400;
}
/* .hs-contact-section-two .dnd-section {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
} */
.hs-contact-section-two {
  padding-right: 15px;
  padding-left: 15px;
}
.hs-contact-section-two .hs-form .hs-message > label {
  padding-top: 22.78px;
  font-size: 19.36px;
  line-height: 29.04px;
}
.hs-contact-section-two .hs-form .actions {
  text-align: right;
}
.hs-contact-section-two h3 {
  padding-top: 0;
  padding-bottom: 0;
}
.google-map iframe {
  display: block;
}
.google-map {
  padding-top: 22px;
  padding-left: 16.509px;
  padding-bottom: 16.509px;
  margin-bottom: 7px;
}
.hs-contact-section-two p {
  font-size: 19.36px;
  line-height: 30.976px;
  padding-left: 18.160px;
}
.hs-contact-section-two .footer-social {
  padding-left: 16.09px;
}
.hs-contact-section-two form .hs-form-required {
  display:none;
}
.cm-open-source-page .banner {
  box-shadow:none;
}
.hs-open-source-section-one {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
}
.hs-open-source-section-one h1 {
  font-size: 28px;
  line-height: 33.6px;
}
.hs-open-source-section-one p {
  padding-bottom: 11px;
}
.hs-open-source-section-one .link {
  font-size: 19.36px;
  line-height: 28.16px;
}
.hs-open-source-section-three table {
  border-collapse: collapse;
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.hs-open-source-section-three table .heading {
  font-weight: bold;
}

.hs-open-source-section-three table tr.headings {
  font-weight: bold;
}
.hs-open-source-section-three table .a {
  background-color: #f9f9f9;
}
.hs-open-source-section-three table .b {
  background-color: #c1e5e3;
  padding: 0em 16px;
}
.hs-open-source-section-three table .c {
  background-color: #98d8d5;
  padding: 0em 11.200px;
}
.hs-open-source-section-three table .d {
  background-color: #6fbdbb;
  border: none;
  padding: 0em 16px;
}
.hs-open-source-section-three table th,
.hs-open-source-section-three table td {
  vertical-align: middle;
}
.hs-open-source-section-three table .descrip {
  width: 60%;
  padding: 15.008px;
}

.hs-open-source-section-three table svg.svg-inline--fa {
  width: 12px;
  height: 12px;
}
.hs-open-source-section-three .dnd-section {
  padding:32px 96px;
}
.hs-open-source-section-three hr {
  margin: 80px;
  border: 0;
  border-top: 1px solid rgb(229 229 229);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.table-wrapper {
  overflow-y:auto;
}
.cm-faq-page .banner-content {
  max-width: 83.333333%;
  margin: 0 auto;
}
/* .cm-faq-page .banner {
  box-shadow: 0px 7.2px 14.4px 0px rgba(0,0,0,.15);
} */
/* .cm-faq-page .hs-faq-section-one .dnd-section {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  padding: 50px 150px;
} */

.cm-career-page .banner-content h2 {
  font-size: 38px;
  line-height: 51.2px;
  margin: 0 0 16px;
  padding: 0;
}
.cm-career-page .banner {
  box-shadow: none;
}
/* .hs-career-section-one .dnd-section {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
} */
.hs-career-section-one h1 {
  font-size: 32px;
  letter-spacing: 4px;
}
.hs-career-section-two h1 {
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 3px;
  padding-bottom: 8px;
}
.cm-about-us-page .banner {
  box-shadow: none;
}

.hs-about-us-section-one {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
/*   -webkit-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1); */
}
.hs-about-us-section-two h1 {
  font-size: 15.008px;
  line-height: 18.0096px;
  letter-spacing: 1.876px;
}
.cm-business-page .dnd-section > .row-fluid {
  max-width: 66.666667%;
}
.cm-business-page .banner {
  box-shadow: none;
}
/* .hs-business-section-one .dnd-section {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  padding: 32px 0 0;
} */
.hs-business-section-one h1 {
  padding-bottom: 17.500px;
  font-size: 28px;
  line-height: 33.6px;
}
.hs-business-section-two .widget-type-header {
  padding: 48px;
  text-align: center;
}
.hs-business-section-two .widget-type-header h1 {
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 10.8px;
  margin: 0;
  font-weight: 100;
}
.hs-business-section-two .widget-type-rich_text h1 {
  padding: 17.500px 0;
  font-size: 28px;
  line-height: 33.6px;
}
.hs-business-section-two .widget-type-rich_text p {
  padding-bottom: 11px;
}
.hs-business-section-two .want-to-more-left img {
  top: 20%;
  position: relative;
}
.cm-technology-page .banner {
  box-shadow: none;
}
.hs-technology-section-one .dnd-section {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(157, 165, 170, 0.1);
}
.hs-technology-section-one h1 {
  padding-bottom: 17.500px;
  font-size: 28px;
  line-height: 33.6px;
}
.hs-technology-section-one .dnd-section > .row-fluid {
  max-width: 66.666667%;
}
.hs-technology-section-two h1{
  padding: 17.500px 0;
  font-size: 28px;
  line-height: 33.6px;
}
.hs-technology-section-two .hs-button{
  padding: 8px 20px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}
.hs-technology-section-two .span3.dnd-column .widget-type-linked_image{
  max-width: 300px;
  width: 100%;
  padding-top: 80px;
  margin-left: 48px;
}
.hs-technology-section-two h1[data-size="15"] {
  font-size: 15.008px;
  line-height: 18.0096px;
  letter-spacing: 1.876px;
  padding: 0;
}
.hs-technology-section-two .widget-type-header h1 {
  text-align: center;
  font-weight: 100;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 10.8px;
  margin: 0;
  padding: 0;
}

.hs-technology-section-two .one-column-content {
  max-width: 50%;
  margin: auto;
  padding: 0 15px;
  text-align: center;
}

.hs-technology-section-two .one-column-content p {
  font-size: 22px;
  line-height: 35.2px;
}
.hs-technology-section-two hr{
  max-width: calc(66.666667% - 90px);
  margin: 16px auto;
  padding: 0 0px;
  border: 0;
  border-top: 1px solid rgb(229 229 229);
  height: 0;
}
.hs-technology-section-two h6,
.hs-technology-section-three h6{
  font-size: 15.008px;
  line-height: 18.0096px;
  letter-spacing: 1.876px;
}
.hs-technology-section-three .dnd-section > .row-fluid{
  max-width: 66.666667%;
}
.hs-technology-section-two .cm-main-two-col-img .two-column-content-img-right {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.hs-technology-section-three hr{
  margin:16px 30px;
  padding: 0;
  border: 0;
  border-top: 1px solid rgb(229 229 229);
  height: 0;
}
.hs-technology-section-three .want-to-more-left img {
  top: 20%;
  position: relative;
}
.cm-apple-page .banner-content h1 span{
  font-size: 72px;
  line-height: 86.4px;
  letter-spacing: 9px;
  padding-top: 28.800px;
  display:block;  
}
.hs-apple-section-one .dnd-section {
  padding: 24px 10%;
}
.hs-apple-section-one .dnd-section p:last-child {
  margin: 0;
}
img {
  max-width: 100%;
}
.hs-apple-section-two .dnd-section[class*="force-full-width"] .widget-type-linked_image {
  padding:0 10%;
}
.hs-apple-section-two .one-column-content {
  text-align: center;
  background-color: #f3f3f3;
  padding: 0 10%;
}
.hs-apple-section-two .one-column-content p:last-child {
  margin:0;
}
/* .cm-services-page .banner {
  padding: 152px 180px;
  box-shadow: none;
} */
/* .cm-services-page .banner-content h1 {
  padding-top: 38.400px;
  font-size: 96px;
  line-height: 115.2px;
  letter-spacing: 12px;
} */
/* .cm-services-page .banner-content h2 {
  font-size: 32px;
  line-height: 51.2px;
  letter-spacing: 0.32px;
  padding: 0;
  margin-bottom: 16px;
} */
.hs-services-section-one .span4.dnd-column h1 {
  font-weight: normal;
  color: #2E9E9D;
  font-size: 28px;
  letter-spacing: 3.5px;
  line-height: 33.6px;
}
/* .hs-services-section-one .dnd-section{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
} */

.hs-services-section-two .widget-type-header h1 {
  font-size: 24px;
  text-align: center;
  line-height: 28.8px;
  letter-spacing: 10.8px;
  font-weight: 100;
  margin: 0;
}
.hs-services-section-three .dnd-section{
  padding-left:150px;
  padding-right:150px;
}
.hs-services-section-three hr{
  margin:0 48px;
  border: 0;
  height: 0;
  border-top: 1px solid rgb(229 229 229);
}
.hs-services-section-three p{
  padding-bottom:5.509px;
}
.hs-services-section-three h1 {
  font-size: 28px;
  line-height: 33.6px;
}
.hs-services-section-three h1 {
  font-size: 28px;
  line-height: 33.6px;
}
.hs-services-section-three .want-to-more-grp {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.hs-services-section-three .want-to-more-left {
  max-width: 100%;
  background-color: #fff;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  padding-right: 48px;
  margin-left: 0;
  padding-left: 0;
}
.hs-services-section-three .want-to-more-left img {
  width: 140px;
}
.hs-services-section-three .want-to-more-right {
  background-color: #fff;
  display: inline-block;
  max-width: 100%;
  padding: 0;
}
.hs-services-section-three .want-to-more-right p {
  padding-bottom: 0;
}
.hs-services-section-three .want-to-more-right h1 {
  letter-spacing:3.5px;
  font-size: 28px;
  line-height: 33.6px;
}
.cm-ecosystem-page .banner-section {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
/* .cm-ecosystem-page .banner {
  padding-top: 10%;
  padding-bottom: 10%;
  box-shadow: none;
} */
/* .cm-ecosystem-page .banner-content h1 {
  padding-top: 13px;
  font-size: 96px;
  line-height: 115.2px;
  letter-spacing: 12px;
  width:85%;
  margin:0 auto;
} */
.cm-ecosystem-page .widget-type-header h1 {
  text-align: center;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 100;
  margin: 0;
  letter-spacing: 10.8px;
}
/* .cm-smile-cdr-page .banner-content h1 {
  padding-top: 11.200px;
  font-size: 112px;
  line-height: 134.4px;
  letter-spacing: 14px;
} */
.cm-smile-cdr-page .banner {
  box-shadow: none;
}
/* .hs-smile-cdr-section-one .dnd-section {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
} */
.hs-smile-cdr-section-one .span3.dnd-column {
  padding: 48px;
  width: 25%;
  margin: 0;
}
.hs-smile-cdr-section-one .span3.dnd-column img {
  height: 100px;
}
.hs-smile-cdr-section-one .span3.dnd-column h1 {
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: 3.5px;
}
.hs-smile-cdr-section-one .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-smile-cdr-page .widget-type-header h1 {
  font-size: 24px;
  line-height: 28.8px;
  text-align: center;
  font-weight: 100;
  margin: 0;
  letter-spacing: 10.8px;
  padding: 0;
}
.hs-smile-cdr-section-two .dnd-section {
  padding: 50px 10%;
}
.hs-smile-cdr-section-two h1 {
  letter-spacing: 4px;
  padding-bottom: 12.800px;
}
.hs-smile-cdr-section-two p {
  padding-bottom: 5.280px;
}
.hs-smile-cdr-section-two .span12.dnd-column .widget-type-linked_image {
  padding: 50px 10% 80px;
  text-align: center;
}
.hs-smile-cdr-section-two .two-column-cnt-grp {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-smile-cdr-section-two .two-column-cnt-col {
  padding: 64px;
  width: 50%;
  text-align: justify;
}
.hs-smile-cdr-section-two .two-column-cnt-col p {
  padding-bottom: 35.200px;
}
.hs-smile-cdr-section-two .two-column-cnt-col h1 {
  padding: 0;
}
.hs-smile-cdr-section-three .dnd-section {
  padding: 10% 80px;
}
.hs-smile-cdr-section-three p {
  padding-bottom: 17.600px;
}
.hs-smile-cdr-section-three .dnd-section .span3.dnd-column {
  padding: 48px;
  width: 25%;
  margin: 0;
}
.hs-smile-cdr-section-three .dnd-section .span3.dnd-column h2 {
  color: #2E9E9D;
  font-size: 28px;
  line-height: 33.6px;
}
.hs-smile-cdr-section-three .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-smile-cdr-section-four .want-to-more-grp {
  display: block;
  padding: 48px 288px 128px;
}
.hs-smile-cdr-section-four .want-to-more-left {
  width: 40%;
  background-color: #fff;
  float: left;
  display: inline-block;
  clear: both;
  text-align: right;
  padding-right: 96px;
  padding-left: 0;
  max-width: 100%;
  margin: 0;
}
.hs-smile-cdr-section-four .want-to-more-left img {
  vertical-align: middle;
  border-style: none;
  width: 140px;
  max-width: none !important;
}
.hs-smile-cdr-section-four .want-to-more-right {
  width: 50%;
  background-color: #fff;
  display: inline-block;
  clear: both;
  max-width: 100%;
  padding: 0;
}
.hs-smile-cdr-section-four .want-to-more-right h1 {
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: 3.5px;
}
.hs-smile-cdr-section-three h1 {
  letter-spacing: 4px;
}
.hs-home-section-one .one-column-content {
  min-height: 250px;
  background: black;
  border-radius: 10px;
  margin-left: 45px;
  margin-right: 45px;
  color: white;
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
}
.hs-home-section-one .one-column-content-area p:last-child {
  margin: 0;
}
.hs-home-section-one .one-column-content-grp {
  padding-bottom: 50px;
}
.hs-home-section-two .dnd-section {
  padding-top: 32px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
/*   font-family: 'Lato', sans-serif; */
/*   -webkit-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1); */
}
.hs-home-section-two p {
  font-size: 18pt;
  line-height: 30px;
  font-weight:300;
}
.hs-home-section-two hr {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid rgb(229 229 229);
  height: 0;
}
.hs-home-section-three .dnd-section .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.hs-home-section-three .hs-button {
  padding: 6px 12px;
  border-width: 1px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}
.hs-home-section-three hr {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid rgb(229 229 229);
  height: 0;
}
.hs-home-section-five {
/*   -webkit-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1); */
}
.hs-home-section-five .span3.dnd-column {
  margin: 0;
  width: 25%;
  padding: 0 15px;
  text-align: center;
}
.hs-home-section-five .span3.dnd-column img {
  max-height: 80px;
  height: 100%;
  padding: 10px;
}
.hs-home-section-five .span3.dnd-column h1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 3px;
  padding: 15px 0;
}
.hs-home-section-five .span3.dnd-column h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 3px;
}
.hs-home-section-five .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-home-section-six .dnd-section {
  
  font-size: 18pt;
  line-height: 30px;
  color: #000;
}
.hs-home-section-six p {
/*   padding-bottom: 14.300px; */
}
.hs-home-section-seven .dnd-section {
  padding: 80px;
}
.hs-home-section-seven img[data-img="smiley"] {
  margin: 48px 96px;
  float: left;
}
.hs-home-section-seven {
  font-size: 16px;
  line-height: 24px;
}
.hs-home-section-seven h1 {
  font-size: 44.8px;
  letter-spacing: 5.6px;
  font-weight: normal;
}
.hs-home-section-seven h2 {
  padding-bottom: 8.400px;
}
.hs-home-section-seven .hs_cos_wrapper_type_rich_text div > a {
  font-size: 16px;
  line-height: 24px;
}
.hs-home-section-seven .hs_cos_wrapper_type_rich_text div > a i svg {
  width: 8px;
  height: 16px;
}
.hs-business-section-two hr {
  height:0;
}
.hs-about-us-section-three .widget-type-header {
  text-align: center;
  padding: 0 15px;
}

.hs-about-us-section-three .widget-type-header h1 {
  font-size: 24px;
  letter-spacing: 10.8px;
  font-weight: 100;
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0;
}

.hs-about-us-section-three .span4.dnd-column {
  margin: 0;
  width: 33.333333%;
}
.hs-about-us-section-three .widget-type-section_header {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.hs-about-us-section-three .widget-type-section_header h1 {
  font-size: 24px;
  letter-spacing: 10.8px;
  font-weight: 100;
  padding: 48px 0;
  margin: 0;
}
.team-item-card-header .round-image.no-round-image {
  background-image: url(//2855430.fs1.hubspotusercontent-na1.net/hubfs/2855430/raw_assets/public/SmileCDR_August2020/images/smile-cdr-logo.svg);
  background-color: #DEDEDE;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
}

.hs-about-us-section-three .widget-type-section_header p {
  margin: 0;
}
.hs-about-us-section-one .dnd-section > .row-fluid,
.hs-about-us-section-two .dnd-section > .row-fluid{
  max-width: 66.666667%;
}
.cm-us-payer-page .banner-content h1 {
  font-size: 72px;
  letter-spacing: 9px;
  padding-top: 28.800px;
}
.hs-us-payer-section-one .dnd-section {
  padding: 24px 10%;
}
.hs-us-payer-section-one p:last-child {
  margin: 0;
}
.hs-us-payer-section-two ul {
  font-size: 16px;
  line-height: 24px;
}
.hs-us-payer-section-two .span8.dnd-column {
  width: 66.666667%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-us-payer-section-two .span4.dnd-column {
  width: 33.333333%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-us-payer-section-two .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-span-6-wrap,
.cm-span-8-wrap {
  width: auto !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.hs-us-payer-section-two h3 {
  padding: 0;
  font-size: 18.72px;
}
.hs-us-payer-section-two table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
}
.hs-us-payer-section-two table th,
.hs-us-payer-section-two table td {
  border: 1px solid #dee2e6;
  padding: 12px;
  vertical-align: top;
  text-align: left;
}
.hs-home-section-two img[data-img="smile-logo"] {
  width: 600px;
}
.hs-hapi-phir-section-one .dnd-section,
.hs-hapi-phir-section-two .dnd-section{
  padding: 80px;
}
.cm-hapi-phir-page {
  font-family: 'Inter', Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-size: 16px;
}
.hs-hapi-phir-section-one {
  font-size: 20px;
}
.cm-hapi-phir-page a {
  color: #ED3E1E;
}
.cm-hapi-phir-page a:hover {
  color: #ED3E1E;
}
.hs-hapi-phir-section-one .dnd-section > .row-fluid,
.hs-hapi-phir-section-two .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.cm-hapi-phir-page h2 {
  padding:0;
  font-size: 25px;
  font-family: InterUI, sans-serif;
  font-weight: bold;
}
.cm-contact-6-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-contact-6-wrap:after,
.cm-contact-6-wrap:before {
  display: none;
}
.cm-contact-6-wrap > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.cm-contact-6-col:first-child {
  max-width: 495px;
  padding-right: 15px;
}
.cm-contact-6-col:last-child {
  max-width: calc(100% - 495px );
  padding-left: 15px;
}
.hs-technology-section-one .hs-button {
  padding: 8px 20px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}
.hs-technology-section-one .span3.dnd-column .widget-type-linked_image {
  max-width: 300px;
  width: 100%;
  padding-top: 80px;
  margin-left: 48px;
}
.hs-technology-section-one .dnd-section[class*="force-full-width"] {
  box-shadow: none;
}
.hs-technology-section-one h1 {
  padding: 17.500px 0;
  font-size: 28px;
  line-height: 33.6px;
}
.hs-faq-inner--section-two .hs_error_rollup {
  padding-left: 15px;
  padding-right: 15px;
}


@media(max-width:1200px){
  .hs-home-section-seven img[data-img="smiley"] {
    padding-bottom: 48px;
  }
  .hs-home-section-two img[data-img="smile-logo"] {
    width: 70%;
  }
  .cm-contact-6-col:first-child {
    max-width: 315px;
  }
  .cm-contact-6-col:last-child {
    max-width: calc(100% - 315px);
  }

}
@media(max-width:1024px){
  .hs-smile-cdr-section-four .want-to-more-grp {
    padding: 80px 160px;
  } 
  h2{
    font-size: 24px !important;
    line-height: normal !important;
  } 
}
@media(max-width:991px){
  
  .hs-business-section-one .dnd-section > .row-fluid,
  .hs-technology-section-one .dnd-section > .row-fluid,
  .hs-technology-section-three .dnd-section > .row-fluid{
    max-width:83.333333%;
  }
  .hs-technology-section-two .span3.dnd-column .widget-type-linked_image {
    margin-left:0;
  }
  .hs-technology-section-two .one-column-content {
    max-width:66.666667%;
  }
  .hs-technology-section-two .cm-main-two-col-img .two-column-content-img-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-smile-cdr-section-one .span3.dnd-column {
    padding: 16px;
  }
  .hs-smile-cdr-section-three .dnd-section .span3.dnd-column {
    padding: 16px;
  }
  .hs-smile-cdr-section-three .dnd-section .span3.dnd-column h2 {
    font-size: 21px;
    line-height: 28.6px;
  }
  .cm-contact-6-wrap {
    display: -ms-block;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cm-contact-6-wrap > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .cm-contact-6-col:first-child {
    max-width: 100%;
    padding-right: 0;
  }
  .cm-contact-6-col:last-child {
    max-width: 100%;
    padding-left: 0;
  }


}
@media(max-width:991px) and (min-width:768px){
  .hs-services-section-one .span4.dnd-column h1 {
    font-size: 18px;
    line-height: 25.6px;
  }
  .hs-home-section-six .dnd-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media(min-width: 768px){
  .hs-technology-section-one .span3.dnd-column {
    margin-left: 0.2%;
  }
  .hs-technology-section-one .span5.dnd-column {
    margin-left: 4.564103%;
  }
}
@media(max-width:767px){
  .hs-technology-section-two .one-column-content {
    max-width:100%;
  }
  .faq-inner-page .banner {
    padding: 128px 80px;
  }
  .faq-inner-page .banner h1 span {
    font-size: 80px;
    line-height: 96px;
  }
  .faq-inner-page .banner-content h1 {
    padding-top: 16px;
    letter-spacing: 10px;
  }
  .cm-ready-get-form .hs-form {
    max-width: 100%;
  }
  h2{
    font-size: 20px !important;
    line-height: normal !important;
  }
/*   .cm-contact-page .banner {
    padding: 137.600px;
  } */
/*   .cm-contact-page .banner-content h1 {
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: 9px;
    padding-top: 7.200px;
  } */
  .google-map iframe {
    width: 80%;
  }
  .hs-open-source-section-three table {
    width: 100%;
  }
  .hs-open-source-section-three .dnd-section {
    padding: 32px 15px;
  }
  .cm-faq-page .hs-faq-section-one .dnd-section {
    padding: 50px 15px;
  }
  .cm-business-page .dnd-section > .row-fluid,
  .hs-business-section-one .dnd-section > .row-fluid,
  .hs-technology-section-one .dnd-section > .row-fluid,
  .hs-technology-section-three .dnd-section > .row-fluid{
    max-width: 100%;
  }
  .hs-technology-section-two .span3.dnd-column .widget-type-linked_image {
    padding-top:0;
  }
  .hs-technology-section-two .cm-main-two-col-img .two-column-content-img-right {
    max-width: 100%;
  }
  .cm-apple-page .banner-content h1 span {
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 6px;
    padding-top: 19.200px;
  }
/*   .cm-services-page .banner-content h1 {
    padding-top: 22.400px;
    font-size: 56px;
    line-height: 67.2px;
    letter-spacing: 7px;
  } */
/*   .cm-services-page .banner-content h2 {
    font-size: 19.2px;
    line-height: 30.72px;
    letter-spacing: 0.32px;
  } */
  .hs-services-section-three .dnd-section {
    padding-left: 48px;
    padding-right: 48px;
  }
/*   .cm-services-page .banner {
    padding-left: 15px;
    padding-right: 15px;
  } */
/*   .cm-ecosystem-page .banner-content h1 {
    font-size: 80px;
    line-height: 96px;
    letter-spacing: 10px;
    padding-top: 16px;
  } */
  .cm-ecosystem-page .banner-content {
    max-width: 83.333333%;
    margin: 0 auto;
  }
  .cm-ecosystem-page .banner-content h2 {
    font-size: 32px;
  }
/*   .cm-smile-cdr-page .banner-content h1 {
    font-size: 80px;
    line-height: 96px;
    letter-spacing: 10px;
    padding-top: 8px;
  } */
  .cm-smile-cdr-page .banner-content h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .hs-smile-cdr-section-one .span3.dnd-column {
    width: 100%;
  }
  .hs-smile-cdr-section-two .span12.dnd-column .widget-type-linked_image {
    padding: 0 32px 32px;
  }
  .hs-smile-cdr-section-two .two-column-cnt-col h1 {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 3px;
  }
  .hs-smile-cdr-section-three .dnd-section .span3.dnd-column {
    width: 100%;
  }
  .hs-smile-cdr-section-three .dnd-section .span3.dnd-column h2 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .hs-smile-cdr-section-four .want-to-more-grp {
    padding: 80px 15px;
  }
  .hs-smile-cdr-section-four .want-to-more-left {
    width: 100%;
    float: none;
    display: block;
    padding-right: 0;
    text-align: center;
  }
  .hs-smile-cdr-section-two .two-column-cnt-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-smile-cdr-section-four .want-to-more-right {
    width: 100%;
    display: block;
  }
  .hs-smile-cdr-section-three .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-about-us-section-three .span4.dnd-column {
    width: 100%;
  }
  .cm-us-payer-page .banner-content h1 {
    font-size: 48px;
    letter-spacing: 6px;
    padding-top: 19.200px;
  }
  .hs-us-payer-section-two .span4.dnd-column {
    width: 100%;
  }
  .hs-us-payer-section-two .span8.dnd-column {
    width: 100%;
  }
  .hs-us-payer-section-two .span6.dnd-column {
    width: 100%;
  }
  .hs-home-section-three .dnd-section .span6.dnd-column {
    width: 100%;
  }  
  .hs-home-section-five .span3.dnd-column {
    width: 100%;
    padding: 32px 64px 0;
  }
  .hs-home-section-six .dnd-section {
    padding: 62.400px 104px;
  }
  .hs-home-section-seven img[data-img="smiley"] {
    width: 20%;
  }
  .hs-home-section-seven h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
  .hs-hapi-phir-section-one .dnd-section,
  .hs-hapi-phir-section-two .dnd-section {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .hs-technology-section-one .span3.dnd-column .widget-type-linked_image {
    padding-top: 0;
  }
  .hs-services-section-three .want-to-more-grp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hs-services-section-three .want-to-more-left img {
    display: none;
  }


}

@media(max-width:575px){
  .hs-faq-inner-section-one .dnd-section[class*="force-full-width"] {
    padding: 5.008px 15px 60px;
  }

  .hs-faq-inner--section-two form .hs-message {
    position: static;
  }
  .hs-faq-inner--section-two form .hs-button {
    position: static;
    margin-left: 15px;
    margin-right: 15px;
  }
  .hs-faq-inner--section-two form .hs-form-field {
    width: 100%;
  }
  .hs-faq-inner--section-two form .hs-message textarea {
    height: 193px;
  }
  .hs-faq-inner--section-two form .actions {
    text-align: right;
    padding-top: 38.720px;
  }
  .hs-faq-inner--section-two form .hs-button {
    position: static;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
  }
  .cm-contact-page .banner,
  .hs-contact-section-one .dnd-section{
    padding-left:15px;
    padding-right:15px;
  }
/*   .cm-contact-page .banner-content h1 {
    font-size: 62px;
    line-height: 76.4px;
  } */
  .hs-contact-section-one .dnd-section p {
    padding-left:0;
  }
  .cm-faq-page .banner-content {
    max-width: 100%;
  }
  .hs-services-section-three .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-smile-cdr-section-three .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }  
  .hs-home-section-two .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .health-business-need-grp h1 {
    font-size: 32.8px;
    letter-spacing: 3.6px;
  }
  .health-business-need-grp {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-home-section-five .span3.dnd-column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-home-section-six .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-home-section-seven .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-home-section-seven img[data-img="smiley"] {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0;
  }
  .faq-inner-page .banner {
    padding-left: 15px;
    padding-right: 15px;
  }
/*   .cm-ecosystem-page .banner-content h1 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 8px;
  } */
  .hs-website-section-one {
    word-break: break-word;
  }

}
@media(max-width:479px){
  .hs-services-section-one .span4.dnd-column h1 {
    font-size: 23px;
    letter-spacing: 3.5px;
    line-height: 30.6px;
  }
  .hs-services-section-two .widget-type-header h1 {
    font-size: 20px;6
    line-height: 26.8px;
    letter-spacing: 4.8px;
  }
  .cm-us-payer-page .banner-content h1 {
    font-size:42px;
  }
  .cm-ecosystem-page .widget-type-header h1 {
    font-size: 22px;
    letter-spacing: 7.8px;
  }
}
@media(max-width:375px){
  .hs-home-section-one .one-column-content{
    font-size:12.8px;
    line-height:19.2px;
  }
}

/*------Header File CSS-------*/

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

.header {
  background-color: #F8FAFC;
}
.header-wrap {
  min-height:70px;
}
.header__container {
  margin: 0 auto;
}
.header {
  padding: 0em 35.008px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  box-shadow: 0px 0px 10px 5px rgba(157,165,170,0.1);
  position: fixed;
  top: -10px; /* Padding removed from internal pages nav bar on 10/04/2020 */
  right: 0;
  left: 0;
  z-index: 1030;
}
.header__logo {
  padding: 11.260px;
  display: inline-block;
  margin-right: 16px;
}
.header__logo img {
  max-width: 105px;
}
.header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 80px;
  padding-left:80px;
  padding-right:80px;
}
.custom-menu-primary {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.faq-header .header__container {
  padding-left: 30px;
  padding-right: 15px;
}
.faq-header .header {
  position: relative;
}
.header.hapi-phir-header {
  background-color: #F7B05B;
  transition: 0.2s;
  padding: 8px 16px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: none;
}
.hapi-phir-header-logo {
  width: 156px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 16px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
}
.hapi-phir-header-logo .full-logo,
.hapi-phir-header-logo .collapsed-logo {
  display: block;
  margin: auto;
}
.hapi-phir-header-logo .full-logo {
  height: auto;
  width: 85px;
  opacity: 1.0;
  transition: all 0.2s linear;
  padding-bottom:4px;
}
.hapi-phir-header-menu {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 177px);
}
.hapi-phir-header-menu .hs-menu-wrapper > ul ul {
  position: absolute;
  display: none;
  min-width: 10rem;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 16px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  line-height: 24px;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul li.hs-item-has-children {
  position:relative;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul {
  float: right;
  margin-right: -2px;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul > li > a {
  padding: 8px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  position: relative;
  font-family: 'Inter', Roboto, sans-serif;
  color: #fff;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul > li > a:hover:before {
  width: 100%;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul > li > a i {
  font-size: 0.9em;
  color: #888;
  font-size: 12.6px;
  line-height: 18.9px;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul > li > a i svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  vertical-align: -.125em;
  width: .875em;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul li.hs-item-has-children {
  position: relative;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul ul li a {
  display: block;
  width: 100%;
  padding: 4px 24px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: 'Inter', Roboto, sans-serif;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul ul:before {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  top: 0;
  margin-top: -2px;
}
.hapi-phir-header-wrap {
  min-height: 145px;
}
.mobile-trigger {
  top: 8px;
  transition: all 0.3s linear;
}
.smaller .hapi-phir-header-logo .full-logo {
  height: auto;
  width: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.smaller .header.hapi-phir-header {
  box-shadow: rgba(210, 123, 46, 0.52) 0px 0px 10px 5px;
}
.smaller .hapi-phir-header-menu .mobile-trigger {
  top: 8px;
}
.hapi-phir-header-menu .hs-menu-wrapper > ul ul:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: transparent;
  margin-top: -3px;
}

@media (max-width: 992px) and (min-width:768px){
  .hapi-phir-header-menu .hs-menu-wrapper > ul > li > a {
    margin-right: 7px;
  }
}

@media (min-width: 1100px) {
  .mobile-trigger,
  .child-trigger{
    display:none;
  }
  .custom-menu-primary > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto!important;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hapi-phir-header-menu .hs-menu-wrapper > ul ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    right: 0;
    left: auto;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }

}
/* Mobile Styles */

@media (max-width: 1100px) {
  .header__logo {
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.25rem;
    line-height: inherit;
  }
  .header {
    padding: 0;
  }
  .header-inner {
    display: block;
  }
  .mobile-trigger {
    padding: 4px 12px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: -39px;
    right: 0px;
    max-width: 56px;
    float: right;
  }
  .mobile-trigger span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(//2855430.fs1.hubspotusercontent-na1.net/hubfs/2855430/raw_assets/public/SmileCDR_August2020/images/mobile-icon.svg);
  }
  .custom-menu-primary {
    display: block !important;
    width: 100%;
  }
  .faq-header .header__logo {
    margin-left: 0;
  }
  .faq-header .header-inner {
    display: flex;
  }
  .hapi-phir-header-menu-inner {
    display:none;
  }
  .header.hapi-phir-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hapi-phir-header-logo {
    margin-left: 10px;
    display: block;
  }
  .hapi-phir-header-menu .mobile-trigger {
    top: 48px;
  }
  .hapi-phir-header-menu {
    display: block;
    width: 100%;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul {
    float: none;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul > li {
    border-top: 0px solid #ced4db;
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: rgba(0,0,0,.1) 1px solid;
    padding: 8px;
    float: none;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul > li:first-child {
    border-top: rgba(0,0,0,.1) 1px solid;
  }
  .hapi-phir-header-menu-inner {
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul > li > a {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul ul {
    position: static;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    opacity:1;
    visibility:visible;
    min-width:100%;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul ul li a {
    padding: 8px;
    white-space: normal;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul ul::before {
    display: none;
  }
  .child-trigger {
    height: 37px;
    position: absolute;
    left: 0;
    right: 0;
    cursor:pointer;
    top: 8px;
  }
  .hapi-phir-header-menu .hs-menu-wrapper > ul > li.li-hover > a::before {
    width: 100%;
  }
  .hapi-phir-header-wrap {
    min-height: 137px;
  }
  .smaller .hapi-phir-header-logo {
    padding-top: 12px;
    padding-bottom: 13px;
  }
  .faq-header .header__logo {
    text-align: center;
  }



}
@media(max-width:575px){
  .header__logo {
    margin-left:10px;
  }
  .faq-header .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-header .header__logo img {
    max-width: 41%;
  }


}

/*-----Foter File CSS-----*/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer {
  font-size: 17.6px;
  padding-top: 3em;
  padding-left: 2.188em;
  padding-right: 2.188em;
  line-height: 26.4px;
  position: relative;
}
.footer__copyright-grp {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.footer__copyright i {
  color: #FF6600;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 17.59px;
  overflow: visible;
  vertical-align: -.125em;
  width: 18.59px;
}
.footer__copyright p {
  margin: 0;
  color:#fff;
  font-weight: 300;
}
.footer-bottom-text p {
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  padding-left: 18.160px;
  letter-spacing: 0.17px;
}
.footer__main {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.footer-top {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-col {
  width: 33.333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-col ul {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  list-style: none;
 /* display: inline-block !important; */
}
.footer-col ul li {
  padding: 1.760px;
  font-weight: 300;
}
.footer-col .hs-menu-wrapper ul {
  display: block;
  margin: 0;
}
.footer-col .hs-menu-wrapper > ul > li {
  margin-bottom: 16px;
  width: 50%;
  float: left;
  padding: 0 15px;
}
.footer-col .hs-menu-wrapper > ul > li > a {
  padding: 0;
}
.footer-col ul ul li a {
  padding: 0;
  font-weight: 300;
}
.footer-col3 {
  padding-left: 0;
  padding-right: 0;
}
.rounded {
  border-radius: 4px;
}
.footer a {
  text-decoration: none;
}
.faq-footer .footer-col {
  width: 50%;
}
.faq-footer .footer-col .hs-menu-wrapper > ul > li ul {
  padding: 35.200px;
}
.faq-footer .footer-col3 ul ul li {
  padding: 5.280px;
}
.footer-text-uppercase h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19.36px;
  margin-bottom:8px;
}
.faq-footer svg.svg-inline--fa {
  height: 17.59px;
  width: 17.59px;
}
.footer-social a {
  text-decoration: none;
}
.hapi-phir-footer {
  padding: 0;
  font-family: 'Inter', Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.hapi-phir-footer__copyright-grp {
  background-color: #F7B05B;
  color: #FFF;
  text-align: center;
  padding: 16px 10px;
}
.hapi-phir-footer-bottom-text p {
  margin: 0;
}
.hapi-phir-footer-bottom-text p i {
  color: #FF6600;
}
.hapi-phir-footer-bottom-text p svg {
  height: 16px;
  width: 16px;
  vertical-align: -2px;
  display: inline-block;
}
.hapi-phir-footer-bottom-text p img {
  vertical-align: -3px;
}
.hapi-phir-footer-top {
  padding-right: 15px;
  padding-left: 15px;
}
.hapi-phir-footer-top hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  height: 0;
}
.hapi-phir-footer__main {
  padding: 16px 0;
}
.footer-hapi-phir-logo {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.hapi-phir-footer-menu {
  width: 75%;
  float: left;
}
.footer-hapi-phir-logo img {
  max-width: 100px;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul {
  display: block;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  padding: 0 15px;
  width: 22.21%;
  line-height: 1.5;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 12px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 15px;
  padding-top: 15px;
  font-family: 'Inter', Roboto, sans-serif;
  padding: 0;
  padding-top: 15px;
  cursor: text;
}
.hapi-phir-footer-menu .hs-menu-wrapper ul {
  display: block;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul > li > ul > li {
  display: block;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul ul ul > li > a {
  padding: 0;
  color: #656565;
  line-height: 30px;
  font-size: 12px;
  display: inline;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul ul ul > li > a:hover {
  text-decoration: underline;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul ul ul {
  margin-bottom: 16px;
}
.hapi-phir-footer-menu .hs-menu-wrapper > ul > li:last-child {
  width: 33%;
}



@media(max-width:767px){
  
  .footer-col ul {
  
  display: inline-block !important;
}
  
  .footer-col .hs-menu-wrapper > ul > li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-col {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-top {
    text-align: center;
  }
  .faq-footer .footer-col {
    width: 100%;
    text-align: left;
  }
  .faq-footer .footer-col .hs-menu-wrapper > ul > li {
    text-align: left;
  }
  .hapi-phir-footer-menu .hs-menu-wrapper > ul > li:last-child {
    width: 100%;
  }

  .hapi-phir-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    text-align: center;
  }

  .hapi-phir-footer-menu {
    width: 100%;
    float: none;
  }

  .footer-hapi-phir-logo {
    width: 100%;
    float: none;
  }

  .hapi-phir-footer {
    padding: 0;
  }
  .footer__main .footer-col1 {
    padding-bottom: 17.600px;
  }

}
@media(max-width:575px){
  .footer {
    padding: 2em;
  }
  .hapi-phir-footer {
    padding: 0;
  }
}
/*---Blog File CSS---*/

<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>/* ******************************************************************************

*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

.hs-form-required {
    color: red;
    display: none !important;
}

@media(max-width:992px){
.post-wrapper {
    width: calc(50% - 36px) !important;
  margin: 0px 18px 40px !important;
}
}
@media (min-width: 1650px)
.top-banner {
    height: 37vw !important;
}
@media(max-width:768px){
.inner-banner-content {
    
    background-color: rgb(56 72 80);
    
}
}
@media screen and (min-width: 768px) {
  
  
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.hs-form-required {
    color: red;
    display: none !important;
}
@media(max-width:600px){
  
  .inner-banner-content {
    color: rgb(255, 255, 255);
    max-height: 600px;
    padding: 60px 10px 0;
    height: 600px;
    align-items: center !important;
}
  .search-icon #search {
    
    background-position: 64% center;
    
}
  
  .select-topic {
    border-bottom: 2px solid #879398 !important;
    border-right: 0px !important;
}
.post-wrapper {
    width: calc(100% - 36px) !important;
  margin: 0px 18px 40px !important;
}
}

@media (max-width: 1900px) and (min-width: 1650px){
.top-banner {
    height: 26vw !important;
  }}
@media (min-width: 1901px){
  .banner {
    
  }
.top-banner {
    height: 26vw !important;
  padding: 0px 0 240px !important;
  }}
.sidebar p{
color:#000 !important;
}
.blog-index {

}
.hs-blog-listing {
  background: #fff;
}
.blog-index.span9 {
  margin: 60px 0;
  display: block;
  width: 75%;
}
.featured-image-wrapper.span4 {
  width: 100%;
  float: none;
}
.post-item .featured-image-wrapper.span4 {
/*   margin-bottom: 22.500px; */
}
.blog-post-area .featured-image-wrapper.span4 {
  margin-bottom: 30px;
}
.post-description.span8 {
  width: 100%;
  float: none;
  margin: 0;
  padding:25px;
  min-height:280px;
}
.post-description.span8 p.meta-date-author {
  margin-bottom: 15px;
}
.inner-banner-content { 
    
    color: #fff;   
    max-height:600px;
      padding:70px;
     height: 600px;
    
    align-items: center!important;
}
.inner-banner-content h1 {
    font-size: 36px; 
    color: #fff;
}
.inner-banner-content h5 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size:18px !important;
}
.inner-banner-content p{
 font-size:18px;
  
}
 i.fa.fa-angle-down {
    padding: 0;
}
i.fa.fa-times {
    padding: 0;
    color: #384850;
}
.fa-angle-down:before, .fa-angle-down:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 3px !important;
    font-size: 22px;
    position: absolute;
  top: 15px;}
.back-cta {
    padding: 0px 0 30px 0px;
  display: block;
    width: 100%;
}
.back-cta a:hover {
    text-decoration: none;
}
.top-heading {
    padding: 40px 0 0;
    text-align: center;
}
.top-heading h2 {
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    font-weight: 600;
}
.btn-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 50px;
}
.post-wrapper {
    position: relative;
    width: calc(100% / 3 - 42px);
    box-sizing: border-box;
    margin: 0 20px 40px;
}
 
.blog-index.span12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.post-item:hover{
moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.top-banner {
    position: relative;
      background-position: right;
}
/* .top-banner .hhs-hero-overlay {
    background: -moz-linear-gradient(45deg, rgba(51, 71, 91,0.40) 0%, rgba(0, 0, 0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(51, 71, 91,0.40) 0%, rgba(0, 0, 0,1) 100%);
    background: linear-gradient (45deg, rgba(51, 71, 91,0.40) 0%, rgba(0, 0, 0,1) 100%);
    background-image: -ms-linear-gradient(45deg, rgba(51, 71, 91,0.40) 0%, rgba(0, 0, 0,1) 100%);
} */
.hhs-hero-overlay {
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-topics {
    background: #fff;
    padding: 30px 0 30px;
}
.blog-topics .content-wrapper {
/*     max-width: 800px; */
}
iframe#hs-form-iframe-0 {
    width: 100% !important;
}
.blog-topic-area {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
  font-size: 18px;
    font-weight: 700;
}
.blog-topic-area a {
    color: #000;
    
}
.blog-topic-area a:hover {
    text-decoration: none;
}
.post-item {
/*   padding: 80.100px 100.050px; 
  border-bottom: 1px solid #eee;
  background-color:#fff; */
  transition: all 300ms ease-in;
  background-color: rgba(255, 255, 255, 1);
    padding: 0px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
  display:none;
}
.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;
}
.post-description.span8 h2 {
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0;
}

.post-description.span8 h2 a {
  color: #3a3a3a;
  font-weight: 400;
  text-decoration:none;
}
.post-description.span8 h2 a:hover {
  text-decoration: none;
}

p.meta-date-author {
  line-height: 1.45;
  color: #0a0202;
  font-size: 15px;
  margin-bottom:30px;
}
p.meta-date-author a {
  color: #0a0202;
}
.post-bdy-content.clearfix p {
  margin-bottom: 1.6em;
}
.post-bdy-content.clearfix {
  font-size: 15px;
  line-height: 1.87;
}
.read-more a {
  color: #0a0202;
  transition: all .2s linear;
}
.read-more a:hover {
  color: #0180A0;
  text-decoration: none;
}
.read-more {
  margin-top: 1.6em;
}
p.meta-date-author a:hover {
  text-decoration: none;
  color: #0180A0;
}
.blog-sidebar.span3 {
  margin: 60px 0 37.500px;
  padding-left: 60px;
  font-size: 15px;
  line-height: 2;
  width: 25%;
}
.blog-sidebar.span3 h3 {
  padding: 0;
  font-size: 21px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.5;
}
.blog-sidebar ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.blog-sidebar ul li {
  margin-bottom: 3.750px;
}
.blog-sidebar ul li a {
  color: #0a0202;
}
.content-wrapper.blog-listing-page {
  max-width: 1170px;
      margin: 0 auto;
    float: none;
}
.post-item .page-center {
  max-width: 100%;
  padding: 0;
}
.blog-sidebar ul li a:hover {
  color: #0180A0;
  text-decoration: none;
}
.hs-blog-listing,
.hs-blog-post {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@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: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-pagination {
  margin: 0;
  padding: 30px 50px 0;
  display: inline-block;
  width: 100%;
}

.blog-pagination a {
  color: #0a0202;
  text-decoration:none;
  transition: all 0.2s linear 0s;
}
.blog-pagination a:hover {
  color: #0180A0;
  text-decoration:none;
}
.blog-pagination .blog-pagination__number-link{
  display: inline-block;
  width: 37.33px;
  height: 37.33px;
  font-size: 16px;
  font-size: 15.999px;
  line-height: 34.333px;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
}
.blog-pagination .blog-pagination__prev-link,
.blog-pagination .blog-pagination__next-link{
  padding: 0 24.000px;
  height: 37.33px;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 15.999px;
  line-height: 34.333px;
  transition: all 0.2s linear 0s;
}
.blog-pagination .blog-pagination__next-link{
  float: right;
  text-align: right;
}
.blog-pagination .blog-pagination__number-link.blog-pagination__link--active {
  pointer-events: none;
  cursor: pointer;
}
.blog-pagination a.elipses {
  display: inline-block;
  width: 37.33px;
  height: 37.33px;
  font-size: 15.999px;
  line-height: 34.333px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}

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


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

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

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

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

.hs-blog-post .content-wrapper.body-container .inner{
  background: #fff;
  padding: 80.100px 100.050px;
}
.blog-post__body p {
  margin-bottom: 24px;
}
.blog-post h1 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 6px;
}
.post_pagination {
  padding: 2em 3.33333em;
}

.post_pagination a {
  color: #0a0202;
  margin: 2px;
  font-size: 15.999px;
  transition: all .2s linear;
}
.post_pagination a:hover {
  color: #0180A0;
  text-decoration: none;
}
.blog-comments {
  max-width: 100%;
  padding: 2em 3.33333em;
}
.blog-comments form label {
  font-size: 15px;
}
.blog-comments form .hs-input {
  background: #fff;
  padding: 5px 10px;
}
.blog-post__body {
  line-height: 1.87;
  font-size: 15px;
}
a.next-posts-link {
  float: right;
}

.inner.blof-content-listing {
  overflow: hidden;
  height: 100%;
}
.blog-post-area .content-wrapper{
  max-width: 1072px;
}
.blog-post__body .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}
.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-post__body h2{
  font-size: 30px;
  font-family: 'Lato',sans-serif;
  text-transform: none;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 20px;
  padding:0;
}
.post_pagination {
  padding: 30px 50px 0;
}
.post_pagination .nav-links {
  -js-display: flex;
  display: flex;
}
.post_pagination .nav-previous {
  width: 50%;
  display: inline-block;
  flex: auto;
  color: #0a0202;
}
.post_pagination .nav-links a {
  margin: 2px;
  display: inline-block;
  text-align: center;
  color: #0a0202;
  padding: 0 24.000px;
  line-height: 34.333px;
}
.post_pagination .nav-links a:hover {
  color: #0180A0;
}
.post_pagination .nav-next {
  width: 50%;
  display: inline-block;
  text-align: right;
  flex: auto;
  color: #0a0202;
}
.blog-post__body pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  margin-bottom: 24px;
  overflow: auto;
  max-width: 100%;
  padding: 24px;
  white-space: pre;
}
.blog-post__body a {
  text-decoration: none;
}
.blog-post__body h1 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-post__body ul, 
.blog-post__body ol {
  margin-left: 45px;
  margin-bottom: 22.500px;
  padding: 0;
}
.blog-post__body li > ol,
.blog-post__body li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding: 0;
}
.blog-post__body ul{
  list-style: disc;
}
.blog-post__body {
  word-wrap: break-word;
}
.blog-post__body blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  border-left: 5px solid rgba(0,0,0,.05);
  font-style: italic;
}
.blog-post__body blockquote p:last-child {
  margin: 0;
}
.blog-post__body img {
  height: auto;
}
.blog-post__body a {
  text-decoration: none;
  color: #00AED6;
  transition: all .2s linear;
}
.blog-post__body a:hover {
  color: #00AED6;
  text-decoration: underline;
}
.blog-post__body figure {
  margin: 0;
}
.blog-post h1 {
  color: #3a3a3a;
}

.blog-content-wrapper {
    display: flex;
    padding: 0px 0;
}
.content-area.span8 {
    width: 80%;
}
.sidebar.span4 {
    width: 30%;
  margin-left: 70px;
}
.rec_posts {
    margin-top: 30px;
}
.topic-posts {
    margin-top: 30px;
}
.blog-post-area {
    padding: 30px 0;
}
.post-title:before {
    float: left;
    
    font-family: "FontAwesome";
   
    color: #eb7260;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
code, kbd, tt, var {
  font: 15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  vertical-align: baseline;
}
.blog-post__body table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
  border-width: 1px 0 0 1px;
}
.blog-post__body .wp-block-table {
  overflow-x: auto;
}
.blog-post__body table td,
.blog-post__body table th {
  border: 1px solid rgba(0,0,0,.1);
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.blog-post__body .wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
}
img.wp-smiley,
img.emoji {
  display: inline!important;
  border: none!important;
  box-shadow: none!important;
  height: 1em!important;
  width: 1em!important;
  margin: 0 .07em!important;
  vertical-align: -.1em!important;
  background: none!important;
  padding: 0!important;
}
.blog-post__body h4 {
  color: #384850;
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.5;
}
.blog-post__body h3 {
  font-size: 30px;
  font-family: "Open Sans";
  text-transform: none;
  color: #384850;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 0;
  line-height: 1.4;
}
.cm-author-section {
  background-color: #eee;
  -js-display: flex;
  display: flex;
  padding: 75px 100.050px 50px;
}
.cm-author-section .ast-author-bio {
  flex: 1;
}
.cm-author-section h1 {
  margin-bottom: 4px;
  font-weight: 300;
  color: #0a0202;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2;
}
.cm-author-section .ast-author-avatar img {
  border-radius: 50%;
  margin: 0 0 0 20px;
}
.hs-blog-listing,
.hs-blog-post{
  color: #384850;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em;
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none;
}


@media(max-width:1200px){
  .post-item {
/*     padding: 50.100px 36px; */
  } 
  .hs-blog-post .content-wrapper.body-container .inner {
    padding: 50.100px 36px;
  }
  .hs-blog-post .content-wrapper.body-container {
    padding: 0 20px;
  }
  .cm-author-section {
    padding: 50.100px 36px;
  }

}
@media(max-width:991px){
  .blog-sidebar.span3 {
    padding-left: 30px;
  }
  .blog-pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-author-section {
    padding: 32.100px;
  }
}

.resources-banner{
  padding:100px 0;
  text-align:center;
}
@media(max-width:767px){
  
  .content-area.span8 {
    width: 100%;
}
  .sidebar.span4 {
    width: 100%;
    margin-left: 0px;
}
  .blog-content-wrapper {
    display: block;
    padding: 0px 0;
}
  .post-description.span8 h2 {
    font-size: 20px;
  }
  p.meta-date-author {
    font-size: 13.68px;
  }
  .post-bdy-content.clearfix {
    font-size: 13.68px;
  } 
  .blog-sidebar.span3 {
    padding-left: 0;
  }
  pre {
    white-space: normal;
    word-break: break-word;
  }
  .blog-index.span9 {
    width: 100%;
    margin: 20.520px 0;
  }
  .post-item {
/*     padding: 20.520px 29.275px; */
  }
  .blog-sidebar.span3 {
    width: 100%;
    margin: 0;
    padding: 20.520px 13.680px;
    font-size: 13.68px;
  }
  .hs-blog-post .content-wrapper.body-container .inner {
    padding: 20.520px 29.275px;
  }
  .blog-post__body {
    font-size: 13.68px;
    line-height: 25.58px;
  }
  .blog-post__body p {
    margin-bottom: 21.888px;
  }
  .post_pagination {
    padding-top: 20.520px;
  }
  .post_pagination .nav-links a {
    font-size: 14.59px;
    line-height: 31.0477px;
  }
  .blog-post__body h2 {
    font-size: 25px;
    line-height: 1.3;
  }
  .blog-post__body pre {
    margin-bottom: 21.888px;
    padding: 21.888px;
  }
  .blog-post__body ul, 
  .blog-post__body ol {
    margin-left: 41.040px;
    margin-bottom: 20.520px;
    padding: 0;
  }
  .blog-post__body h4 {
    font-size: 18.24px;
  }
  .blog-post__body h3 {
    font-size: 20px;
  }
  .blog-pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-pagination {
    text-align: center;
    padding-top: 20.520px;
  }
  .blog-pagination .blog-pagination__number-link {
    width: 34.05px;
    height: 34.05px;
    font-size: 14.5919px;
    line-height: 31.0477px;
  }
  .blog-pagination .blog-pagination__next-link {
    height: 34.05px;
    font-size: 15.999px;
    line-height: 34.333px;
    float: none;
    padding: 0 21.888px;
  }
  .blog-pagination a.elipses {
    width: 34.05px;
    height: 34.05px;
    font-size: 14.5919px;
    line-height: 31.0477px;
  }
  .blog-pagination .blog-pagination__prev-link,
  .blog-pagination .blog-pagination__next-link {
    width: auto;
    height: 34.05px;
    font-size: 14.5919px;
    line-height: 31.0477px;
  }
  .blog-pagination .blog-pagination__prev-link{
    padding-left:7.296pxl
  }
  .cm-author-section {
    padding: 29.275px;
    display: block;
  }
  .cm-author-section h1 {
    font-size: 40px;
  }
  .cm-author-section .ast-author-avatar img {
    margin: 20px 0 0;
  }
  .post-item .featured-image-wrapper.span4 {
/*     margin-bottom: 21.52px; */
  }


}
@media(max-width:544px){
  .content-wrapper.blog-listing-page {
    padding-left: 7.387px;
    padding-right: 7.387px;
  }
  .post-item,
  .hs-blog-post .content-wrapper.body-container .inner,
  .blog-comments{
    padding: 20.520px 13.680px;
  } 
  .hs-blog-post .content-wrapper.body-container {
    padding-left: 7.387px;
    padding-right: 7.387px;
  }
  .hs-blog-post .content-wrapper.body-container .inner {
    padding: 20.520px 13.680px;
  }
  .post_pagination {
    padding-top: 20.520px;
    padding-left: 45.600px;
    padding-right: 45.600px;
  }
  .cm-author-section {
    padding: 20.520px 13.680px;
  }

}

@media(max-width: 480px){  
  .post_pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .post_pagination .nav-links {
    display: block;
  }
  .post_pagination .nav-previous {
    display: block;
    width: 100%;
    margin-bottom: 13.680px;
    text-align: center;
  }
  .post_pagination .nav-links a span {
    display: none;
  }
  .post_pagination .nav-next {
    width: 100%;
    display: block;
    text-align: center;
  }

}








/*----System Pages File CSS----*/

/* ******************************************************************************
*********************************************************************************
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 50px;
}
.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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .form-container {
  max-width: 500px;
}
#hs-pwd-widget-password {
  height: auto !important;
  max-width: 500px;
  display: block;
}
p.header {
  position: static !important;
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page .form-container {
    max-width: 100%;
  }
  #hs-pwd-widget-password {
    max-width: 100%;
  }
  .systems-page .success {
    min-width:100%;
  }

}