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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
  max-width:100%;
  vertical-align:middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

.banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

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




@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/fa-regular-400.eot);
  src: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/fa-regular-400.woff2) format("woff2"),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/fa-regular-400.woff) format("woff"),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/fa-regular-400.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/fa-solid-900.eot);
  src: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/fa-solid-900.woff) format("woff"),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/fa-solid-900.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: 'Icomoon';
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/icomoon.eot');
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/icomoon.woff) format('woff'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/icomoon.woff2) format('woff2'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/icomoon.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'revicons';
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/revicons.eot');
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/revicons.eot#iefix') format('embedded-opentype'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/revicons.woff) format('woff'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/revicons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/PTSans-Regular.eot');
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/Dentisalud_April2021/fonts/PTSans-Regular.eot#iefix') format('embedded-opentype'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/Montserrat.woff2) format('woff2'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/Montserrat-Regular.woff)format('woff'),
    url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/Montserrat-Regular.ttf)}}) format('truetype'),
url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/fonts/Montserrat-Regular.svg) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}





html {
  background-color: #ffffff;
  background-blend-mode: normal;
}

body {
  background-color: #ffffff;
  background-blend-mode: normal;  
  color: #747474;
  line-height: 1.69;
  font-size: 17px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, serif;
  line-height: 1.69;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: #0262c9;
}
a:hover{
  text-decoration: none;
  color: #03a9f4;
}

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

h1 {
  font-size: 2.1rem;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0px;
  font-style: normal;
}

h2 {
  font-size: 1.6rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0em;
  margin-bottom: .7em;
}

h3 {
  font-size: 1.25rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 22px;
  color: #333333;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  color: #333333;
  font-size: 18px;
}

h5 {
  font-size: 1rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  font-size: 16px;
  color: #333333;
}

h6 {
  font-size: .9rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  font-size: 14px;
  color: #333333;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

blockquote {
  border-left: 4px solid #A9A9A9;
  border-color: #03a9f4;
  background-color: #f6f6f6;
  font-style: italic;
  color: #747474;
  line-height: 1.69;
  font-size: 17px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: 0;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.widget-type-google_search, #comment-form, 
.section.post-footer, .hs-search-field, 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.widget-type-google_search, 
.widget-type-form,
.widget-type-blog_subscribe form, 
.submitted-message {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  display: inline-block;
  position: relative;
  transition: all 0.15s linear;
  border-bottom-style: solid;
  border-color: #248f74;
  border-left-style: solid;
  border-radius: 3px;
  border-right-style: solid;
  border-top-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  line-height: 1.42857;
  margin-bottom: 0px;
  margin-top: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 558px;
  min-width: 100%;
  width:100%;
  white-space: normal !important;
}

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

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

.hs-search-module a {
  margin-top: 32px;
}
.hs-form label {
  color: #969696;
  color: #969696;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  max-width: 100%;
  margin-bottom: 0.4em;
  line-height: 1.25;
  position: relative;
  vertical-align: middle;
}

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

.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select{
  display: inline-block;
  width: 100%;
  color: #555555;
  min-height: 36px;
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #ffffff;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-color: #C8C8C8;
  border-radius: 3px;
  border-width: 1px;
  width: 100%;
  padding: 0 0.5em;
  line-height: 1.42857;
}

.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;
  min-height:auto;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

ul.hs-error-msgs li label.hs-error-msg,  ul.hs-error-msgs label {
    color: #DC3543 !important;
    font-size: 12px;
    line-height: 1.1;
    padding: 2px 0 0 4px;
}
/* ******************************************************************************
*********************************************************************************
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.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.clinic-row1 h2 {
  color: #00598f;
  font-weight: 700;
  margin-bottom:30px;
}
.clinic-row1 .span9, .endodontics-row1 .span9, .oral-row3 .span9 {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-right: 4%;
}

.clinic-row1 .span3, .endodontics-row1 .span3, .oral-row3 .span3 {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-left: 0;
  margin-right: 0;
}
.clinic-row1 .hs-menu-wrapper ul {
  margin: 0;
  flex-direction: column;
  margin-bottom: 20px;
}

.clinic-row1 .hs-menu-wrapper ul li a {
  color: #0262c9;
  padding: 0;
}
.clinic-row1 .hs-menu-wrapper ul li a:hover {
  color: #03a9f4;
}
.clinic-row1 .hs-menu-wrapper ul li a:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #747474;
  margin-right: 4px;
}
.full-width-row1 .hs_cos_wrapper_type_header, .about-row1 .hs_cos_wrapper_type_header, .contact-row1 .hs_cos_wrapper_type_header, .financing-row2 .hs_cos_wrapper_type_header,  
.online-row1 .hs_cos_wrapper_type_header, .payment-row1 .hs_cos_wrapper_type_header, .two-column-row1 .hs_cos_wrapper_type_header, .treatments-row1 .hs_cos_wrapper_type_header, 
.global-form .hs_cos_wrapper_type_header {
  display: block;
  position: relative;
}

.full-width-row1 .hs_cos_wrapper_type_header h1, .about-row1 .hs_cos_wrapper_type_header h1, .payment-row1 .hs_cos_wrapper_type_header h2, .treatments-row1 .hs_cos_wrapper_type_header h2 {
  padding-left: 8px;
  background: #fff;
  position: relative;
  z-index: 99;
  display: inline-block;
  padding-right: 8px;
  padding-bottom:8px;
}
.about-row1 .hs_cos_wrapper_type_header {
  margin-bottom:22px;
}
.full-width-row1 .hs_cos_wrapper_type_header:after, .about-row1 .hs_cos_wrapper_type_header:after, .payment-row1 .hs_cos_wrapper_type_header:after, .treatments-row1 .hs_cos_wrapper_type_header:after {
  content: '';
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  top: calc( 50% - 3px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.online-row1 .hs_cos_wrapper_type_header:after, .contact-row1 .hs_cos_wrapper_type_header:after, .financing-row2 .hs_cos_wrapper_type_header:after, .two-column-row1 .hs_cos_wrapper_type_header:after,
.global-form .hs_cos_wrapper_type_header:after {
  content: '';
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  top: calc( 50% + 1px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.about-row1 .hs_cos_wrapper_type_header:after, .financing-row2 .hs_cos_wrapper_type_header:after, .online-row1 .hs_cos_wrapper_type_header:after, .two-column-row1 .hs_cos_wrapper_type_header:after, 
.global-form .hs_cos_wrapper_type_header:after {
  border-top: 1px dotted #e0dede;
  border-bottom: 1px dotted #e0dede;
}
.contact-row1 .hs_cos_wrapper_type_header h1, .financing-row2 .hs_cos_wrapper_type_header h2, .online-row1 .hs_cos_wrapper_type_header h1, .two-column-row1 .hs_cos_wrapper_type_header h2, 
.global-form .hs_cos_wrapper_type_header h1, .global-form .hs_cos_wrapper_type_header h2 {
  background: #fff;
  position: relative;
  z-index: 99;
  display: inline-block;
  padding-right: 8px;
}
.contact-row1 .hs_cos_wrapper_type_header h1, .financing-row2 .hs_cos_wrapper_type_header h2, .two-column-row1 .hs_cos_wrapper_type_header h2, .global-form .hs_cos_wrapper_type_header h1,
.global-form .hs_cos_wrapper_type_header h2 {
  margin-top:0;
  margin-bottom:0;
}
.treatments-inner-layout .hs_cos_wrapper_type_header {
  display: block;
  position: relative;
  text-align:center;
}
.treatments-inner-layout .hs_cos_wrapper_type_header h2 {
  padding-left: 45px;
  background: #fff;
  position: relative;
  z-index: 99;
  display: inline-block;
  padding-right: 45px;
  margin-bottom:0;
  color: #00598f;
}
.treatments-inner-layout .hs_cos_wrapper_type_header:after {
  content: '';
  border-top: 1px dotted #03a9f4;
  border-bottom: 1px dotted #03a9f4;
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  top: calc( 50% + 1px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.treatments-inner-layout .hs_cos_wrapper_type_header {
  margin-bottom:30px;
}
.contact-row1 .hs_cos_wrapper_type_header, .financing-row2 .hs_cos_wrapper_type_header {
  margin-bottom:30px;
}
.contact-row1 .span8, .financing-row2  .span8, .two-column-row1 .span8 {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-right: 4%;
}
.contact-row1 .span4, .financing-row2  .span4, .two-column-row1 .span4 {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-left: 0;
}
.treatments-row1 .span4 {
  width: calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );
  margin-right: 4%;
  margin-left:0;
}
.treatments-row1 .span4:last-child {
  margin-right:0;
}
.contact-row1 form, .contact-row1 .widget-type-form, .financing-row2 form, .financing-row2 .widget-type-form, .two-column-row1 form, .two-column-row1 .widget-type-form,
.treatments-inner-layout form, .treatments-inner-layout .widget-type-form, .global-form form, .global-form .widget-type-form {
  max-width: 100%;
}
.contact-row1 form, .financing-row2 form, .two-column-row1 form, .treatments-inner-layout form, .global-form form {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.contact-row1 .field, .financing-row2 .field, .two-column-row1 .field, .treatments-inner-layout form .field, .global-form form .field {
  margin-bottom: 7.5px;
}
.contact-row1 form .inputs-list:first-child, .two-column-row1 form .inputs-list:first-child, .treatments-inner-layout form .inputs-list:first-child, .global-form form .inputs-list:first-child {
  padding-top: 5px;
}
.contact-row1 form .hs-input[type=checkbox], .financing-row2 form .hs-input[type=checkbox], .two-column-row1 form .hs-input[type=checkbox], .treatments-inner-layout form .hs-input[type=checkbox], 
.global-form form .hs-input[type=checkbox] {
  min-height: auto;
  margin-top: 0;
  margin-right: 4.5px;
}
.contact-row1 form .hs-submit, .financing-row2 form .hs-submit, .two-column-row1 form .hs-submit, .treatments-inner-layout form .hs-submit, .global-form form .hs-submit {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 16px;
}
.contact-row1 form .hs-submit .hs-button, .financing-row2 form .hs-submit .hs-button, .two-column-row1 form .hs-submit .hs-button, .treatments-inner-layout form .hs-hubmit .hs-button {
  font-family: Helvetica, Arial, sans-serif;
  padding-right: 0px;
  padding-left: 0px;
  white-space:normal;
  border-color: #248f74;
}

.global-form form ul.hs-error-msgs li label.hs-error-msg {
  color: #dc3543 !important;
}
.global-form form .hs-submit .hs-button {
  font-family: Helvetica, Arial, sans-serif;
  white-space:normal;
}
.contact-row1 p, .financing-row2 p, .two-column-row1 p, .treatments-inner-row7 p, .global-form p {
  color: #969696;
  font-size: 14px;
  line-height: 1.21428571429;
  text-align: left;
  margin-top: 9px;
  margin-bottom: 18px;
  font-family: Helvetica, Arial, sans-serif;
}
.financing-row2 p {
  padding-left:20px;
  padding-right:20px;
}
.contigo-header header.header {
  display: none;
}
.financing-row1 img {
  margin-bottom: 30px;
}
.financing-row1 h6 {
  padding-top: 30px;
  padding-bottom: 33px;
  border-bottom: 1px solid #00598f;
  margin-bottom:30px;
}
.financing-row2 {
  padding-bottom: 50px;
  padding-top:10px;
}
.financing-row2 h3.form-title, .two-column-row1 h3.form-title, .treatments-inner-layout h3.form-title, .global-form h3.form-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom:37px;
}
.online-row1 .hs_cos_wrapper_type_header h1 {
  padding-left: 8px;
  color: #000080;
}
.online-row1 .hs_cos_wrapper_type_header, .treatments-row1 .hs_cos_wrapper_type_header {
  text-align: center;
}
.online-row1 h1 {
  text-align: center;
}
.online-row1 .span6, .payment-row1 .span6 {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-left: 0;
}
.online-row1 .span6:last-child, .payment-row1 .span6:last-child {
  margin-right: 0;
}
.online-row1 h3 {
  text-align: center;
}
.online-row1 .hs-button {
  border-radius: 2px;
  font-family: PT Sans;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .2s;
  background: #12af0a;
  color: rgba(255,255,255,.8);
  border-color: rgba(255,255,255,.8);
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  margin-top: 0;
  border: 0;
}
.online-row1 .hs-button:hover {
  background: #12af0a;
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.9);
}
.online-row1 .span6:last-child .hs-button {
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
}
.fa {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.online-row2 {
  text-align:center;
}
.online-row1 .hs_cos_wrapper_type_header {
  margin-bottom:9px;
}
.rights-layout .page-center {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom:40px;
}
.rights-layout .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.rights-layout .cm-wrapper {
  background-color: #002f8e;
}
.rights-layout .cm-wrapper .rights-row1 {
  padding-top: 7%;
  padding-right: 15%;
  margin-right: 1.92%;
  padding-left: 5%;
  margin-left: 1.92%;
  margin-bottom:30px;
}
.rights-layout .cm-wrapper .rights-row2 {
  padding: 5%;
}
.rights-layout .cm-wrapper .rights-row2 .bottom-wrapper {
  padding:3.12%;
  background-color: rgb(255, 255, 255);
  margin-bottom: 3.12%;
}
.rights-layout .rights-row1 h2 {
  margin-bottom: 0;
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  color: rgb(255, 255, 255);
}
.rights-layout .rights-row1 h2 strong {
  color: #ffffff;
  font-weight: 300;
}
.rights-layout .rights-row1 h2 strong sup {
  font-size: 20px;
  line-height: 1;
  vertical-align: super;
  top: 0;
}
.rights-row2 h2 {
  font-weight: 700;
  margin-top: 2%;
  color: rgb(105, 104, 106);
  margin-bottom: 4%;
  padding-bottom: 0.7em;
}
.rights-row2 hr {
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: #e0dede;
}
.rights-row2  p {
  font-family: "Montserrat";
  color: #333333;
  font-size: 16px;
}
.rights-row2 p {
  padding-bottom: 20px;
  margin-bottom:0;
}
.rights-layout {
  overflow: hidden;
}
.payment-row1 .hs_cos_wrapper_type_header {
  margin-bottom:42px;
}
.two-column-row1 .hs_cos_wrapper_type_header {
  margin-bottom:30px;
}
.treatments-row1 .hs_cos_wrapper_type_header {
  margin-bottom:42px;
}
.treatments-row1 h2 {
  text-align:center;
}
.treatments-inner-row1 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.treatments-inner-row1 * {
  width: 100%;
}
.treatments-inner-row1 img.hs-image-widget {
  margin-top:1px;
}
.treatments-inner-row2 h2 {
  text-align: center;
  color: #00598f;
  margin-bottom: 50px;
}
.cm-video .player-wrapper .play { 
  background: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/images/youtube.png) no-repeat;
}
.treatments-inner-layout hr {
  background: transparent;
}
.treatments-inner-layout .span8 {
  width: calc(66.666666666667% - ( ( 4% ) * 0.66666666666667 ) );
  margin-right: 4%;
  margin-bottom: 20px;
}

.treatments-inner-layout .span4 {
  width: calc(33.333333333333% - ( ( 4% ) * 0.33333333333333 ) );
  margin-bottom: 20px;
  margin-left: 0;
}
.treatments-inner-row7 {
  padding-bottom: 71px;
}
.treatments-inner-row7 .span9, .periodontics-row1 .span9 {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-right: 4%;
}
.treatments-inner-row7 .span3, .periodontics-row1 .span3 { 
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-left:0;
}
.treatments-inner-layout .treatments-inner-row7 .hs_cos_wrapper_type_header {
  text-align: left;
}
.treatments-inner-layout .treatments-inner-row7 .hs_cos_wrapper_type_header h2 {
  padding-left: 0;
  padding-right: 8px;
  color: #333333;
}
.treatments-inner-layout .treatments-inner-row7  .hs_cos_wrapper_type_header:after {
  border-color:#e0dede;
}
.periodontics-row1 .widget-type-linked_image, .endodontics-row1 .widget-type-linked_image, .oral-row1 .widget-type-linked_image {
  border-top: 1px solid #00598f;
  width: 100%;
  padding-top: 1px;
}
.periodontics-row1 h3 strong, .endodontics-row1 h3 strong, .oral-row1 h3 strong  {
  color: #00598f;
}
.periodontics-row1 hr {
  padding-top: 60px;
  background: transparent;
  border-bottom: 1px solid #00598f;
  margin-bottom: 21px;
}
.periodontics-row1 .hs_cos_wrapper_type_header {
  margin-bottom: 30px;
}
.endodontics-row1 ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.endodontics-row1 hr {
  padding-top: 80px;
  background: transparent;
  border-bottom: 1px solid #00598f;
  margin-bottom: 21px;
}
.endodontics-row1 .hs_cos_wrapper_type_header {
  margin-bottom: 30px;
}
.endodontics-layout .global-form form {
  background-color: #fffcff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.endodontics-layout .global-form h3.form-title {
  margin-bottom: 22px;
}
.endodontics-layout .inputs-list{
  margin-top:0;
  margin-bottom:5px;
}
.endodontics-layout .global-form p {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  background-color: #fffcff;
  padding-top: 9px;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.oral-row2 .span3 {
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left:0;
}
.oral-row2 .span3:last-child {
  margin-right: 0;
}
.oral-row2 h3 {
  color: #00598f;
  text-align: center;
}
.oral-row2 {
  padding-top: 10px;
  padding-bottom: 21px;
}
.oral-row2 hr {
  background: transparent;
}
.oral-row3.global-form .hs_cos_wrapper_type_header h1 p {
  font-size: 33px;
  line-height: 1.45;
  color: #333333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.oral-row3.global-form .hs_cos_wrapper_type_header h1 p:last-child {
  margin-bottom: 0;
}
.oral-row3.global-form .hs_cos_wrapper_type_header {
  margin-bottom: 30px;
}
.dentist-online-row2-wrapper .hs-form textarea.hs-input::-webkit-input-placeholder {
  color: #757575;
}
.treatments-inner-layout .cm-advanced-button a:hover {
  background: #12af0a;
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.9);
}
.treatments-inner-layout .cm-advanced-button a {
  background: #12af0a;
  color: rgba(255,255,255,.8);
  border-color: rgba(255,255,255,.8);
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  margin: 0;
}
.home-row3.global-form form {
  margin-top: 0;
  padding-top: 15px;
  background-color: #FFFCFF;
  background-color: #FFFCFF;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.home-row3.global-form form .hs-submit .hs-button {
  border-color: #248F74;
}
.emergencies-row2-wrapper h1 {
  padding: 0 45px;
  font-size: 28px;
  line-height: 1.5;
  color: #094C93;
  margin: 0;
  margin: 4% 0px 5%;
  margin-bottom: calc(5% - 5px);
}
.emergencies-row2-wrapper h1 {
  position: relative;
  text-align: center;
}
.emergencies-row2-wrapper h1:before {
  content: "";
  width: 100%;
  background: #2F88C7;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.emergencies-row2-wrapper h1 label {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0 45px;
}

.full-width-row1.financial-statements p, .full-width-row1.financial-statements img {
  margin-left: 2%;
  margin-right: 2%;
}

.full-width-row1.financial-statements {
  padding-top: 20px;
  padding-bottom:60px;
}

.full-width-row1.financial-statements p {
  font-size: 16px;
}

.full-width-row1.financial-statements img {
  width: 254px;
}
.smile-layout h2 {
  line-height: 1.5;
  font-size: 28px;
  padding: 0 8px 0 0;
  margin-top: 0em;
  margin-bottom: .7em;
  color: rgb(0, 47, 142);
  font-weight: bold;
}
.contigo-row2 .row-fluid {
    align-items: flex-start;
}
.home-row3 .widget-type-text {
    color: #969696;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1;
    padding-top: 10px;
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 20px;
}
.home-row3.global-form form .hs-richtext p {
  margin-top: 27px;
}
@media (max-width:1200px) {
  .rights-layout .cm-wrapper .rights-row1 {
    margin-left:0;
    margin-right:0;
  }
}


@media (max-width:1099px) {
  .full-width-row1 .hs_cos_wrapper_type_header h1, .about-row1 .hs_cos_wrapper_type_header h1,.contact-row1 .hs_cos_wrapper_type_header h1, .contact-row1 h1, .online-row1 h1, .online-row2 h1, 
  .periodontics-row1  h1, .oral-row3.global-form .hs_cos_wrapper_type_header h1 p, .emergencies-row1-wrapper .dnd-section .span6 h1, .dentist-online-row1-wrapper  h1, 
  .dentist-online-row1-wrapper .widget-type-rich_text h1, .dentist-online-layout h1 {
    font-size:calc( 33px - ( 0.54 * ( 33 - 25.5 ) * ( 360 * 1px - 100vw))/ ( 1099 - 360 ) - ( 33 - 25.5 ) * 0.54 * 1px);
  }
  .about-row1 h2, .contact-row1 h2, .financing-row2 h2, .rights-row2 h2, .payment-row1 h2, .two-column-row1 h2, .treatments-row1 h2, .treatments-inner-row2 h2, .periodontics-row1 h2, .endodontics-row1 h2, 
  .oral-row3 h2, .clinic-row1 h2, .smile-layout h2, .smile-row4-wrapper h2, .dentist-online-layout h2, .contigo-row2 h2, .treatments-inner-layout .span3 h2, .treatments-inner-layout .hs_cos_wrapper_type_header h2
  {
    font-size:calc( 28px - ( 0.54 * ( 28 - 25.5 ) * ( 360 * 1px - 100vw))/ ( 1099 - 360 ) - ( 28 - 25.5 ) * 0.54 * 1px) !important;
  }
  .rights-layout .rights-row1 h2 {
    font-size:calc( 100px - ( 0.54 * ( 100 - 25.5 ) * ( 360 * 1px - 100vw))/ ( 1099 - 360 ) - ( 100 - 25.5 ) * 0.54 * 1px);
  }
}
@media (max-width:1094x) {
  .contact-row1 .span4 .hs_cos_wrapper_type_header:after {
    display:none;
  }
}
@media (max-width:840px) { 
  .online-layout .cm-banner .cm-title-wrapper, .two-column-layout .cm-banner .cm-title-wrapper, .treatments-layout .cm-banner .cm-title-wrapper , .treatments-inner-layout .cm-banner .cm-title-wrapper, 
  .periodontics-layout .cm-banner .cm-title-wrapper, .oral-layout .cm-banner .cm-title-wrapper, .clinic-layout .cm-banner .cm-title-wrapper, .full-width-layout .cm-banner .cm-title-wrapper {
    min-height: calc(70px - 10px);
  }
  .online-layout .cm-banner .cm-title-bar, .two-column-layout .cm-banner .cm-title-bar, .treatments-layout .cm-banner .cm-title-bar, .treatments-inner-layout .cm-banner .cm-title-bar,
  .periodontics-layout .cm-banner .cm-title-bar, .oral-layout .cm-banner .cm-title-bar, .clinic-layout .cm-banner .cm-title-bar, .full-width-layout .cm-banner .cm-title-bar { 
    padding-top:5px;
    padding-bottom:5px;
  }
  .online-row1 .hs_cos_wrapper_type_header {
    margin-bottom:0px;
  }
  .two-column-row1 .hs_cos_wrapper_type_header {
    margin-bottom:22px;
  }
  .treatments-row1 .hs_cos_wrapper_type_header {
    margin-bottom: 31px;
  }
  .periodontics-row1 .hs_cos_wrapper_type_header {
    margin-bottom: 22px;
  }
  .oral-row3.global-form .hs_cos_wrapper_type_header, .clinic-row1 h2 {
    margin-bottom: 22px;
  }
}
@media (max-width:825px) {
  .full-width-row1 .hs_cos_wrapper_type_header h1, .about-row1 .hs_cos_wrapper_type_header h1 {
    padding-bottom:0;
  }
  .full-width-layout .cm-banner .cm-title-wrapper, .about-layout .cm-banner .cm-title-wrapper, .financing-layout .cm-banner .cm-title-wrapper {
    min-height: calc(70px - 10px);
  }
  .full-width-layout .cm-banner .cm-title-bar, .about-layout .cm-banner .cm-title-bar, .financing-layout .cm-banner .cm-title-bar { 
    padding-top:5px;
    padding-bottom:5px;
  }
  .full-width-row1 .hs_cos_wrapper_type_header:after, .about-row1 .hs_cos_wrapper_type_header:after {
    top: calc( 50% + 1px);
  }
  .about-row1 .hs_cos_wrapper_type_header {
    margin-bottom:20px;
  }
}
@media (max-width:800px) {
  .emergencies-row1-wrapper .dnd-section .span6:first-child {
    text-align: center;
  }
  .emergencies-row2-wrapper .span4:last-child {
    text-align: left;
  }
  .emergencies-row2-wrapper .span4 {
    text-align: center;
  }
  .endodontics-layout .cm-banner .cm-title-wrapper {
    min-height: calc(70px - 10px);
  }
  .endodontics-layout .cm-banner .cm-title-bar { 
    padding-top:5px;
    padding-bottom:5px;
  }
  .clinic-row1 .span9, .clinic-row1 .span3, .contact-row1 .span4, .contact-row1 .span8, .financing-row2 .span4, .financing-row2 .span8, .online-row1 .span6, .payment-row1 .span6, 
  .two-column-row1 .span8, .two-column-row1 .span4, .treatments-row1 .span4, .treatments-inner-layout .span4, .treatments-inner-layout .span8, .treatments-inner-layout .span3, .treatments-inner-layout .span9, 
  .periodontics-row1 .span9, .periodontics-row1 .span3, .endodontics-row1 .span9, .endodontics-row1 .span3, .oral-row2 .span3 , .oral-row3 .span3, .oral-row3 .span9 {
    width:100%;
    margin-right: 0;
  }
  .clinic-row1 .dnd-section>.row-fluid, .contact-row1 .dnd-section>.row-fluid, .financing-row2 .dnd-section>.row-fluid, .online-row1 .row-fluid, .payment-row1 .row-fluid, 
  .two-column-row1 .row-fluid, .treatments-row1 .row-fluid, .treatments-inner-layout .row-fluid, .periodontics-row1 .row-fluid, .endodontics-row1 .row-fluid, .oral-row2 .row-fluid, .oral-row3 .row-fluid   {
    flex-wrap:wrap;
  }
  .clinic-row1 {
    padding-bottom: 20px;
  }
  .full-width-row1 .hs_cos_wrapper_type_header h1, .about-row1 .hs_cos_wrapper_type_header h1, .contact-row1 .hs_cos_wrapper_type_header h1, .contact-row1 h1, .online-row1 h1, .online-row2 h1, .periodontics-row1  h1, 
  .oral-row3.global-form .hs_cos_wrapper_type_header h1 p, .emergencies-row1-wrapper .dnd-section .span6 h1, .dentist-online-row1-wrapper h1, 
  .dentist-online-row1-wrapper .widget-type-rich_text h1, .dentist-online-layout h1 {
    font-size:calc( 33px - ( 0.54 * ( 33 - 25.5 ) * ( 360 * 1px - 100vw))/ ( 800 - 360 ) - ( 33 - 25.5 ) * 0.54 * 1px);
  }
  .about-row1 h2, .contact-row1 h2, .financing-row2 h2, .rights-row2 h2, .payment-row1 h2,  .two-column-row1 h2, .treatments-row1 h2, .treatments-inner-row2 h2, .periodontics-row1  h2, .endodontics-row1 h2, 
  .oral-row3 h2, .clinic-row1 h2, .smile-layout h2, .smile-row4-wrapper h2, .dentist-online-layout h2, .contigo-row2 h2, .treatments-inner-layout .span3 h2, .treatments-inner-layout .hs_cos_wrapper_type_header h2
  {
    font-size:calc( 28px - ( 0.54 * ( 28 - 25.5 ) * ( 360 * 1px - 100vw))/ ( 800 - 360 ) - ( 28 - 25.5 ) * 0.54 * 1px) !important;
  }
  .rights-layout .rights-row1 h2 {
    font-size:calc( 100px - ( 0.54 * ( 100 - 25.5 ) * ( 360 * 1px - 100vw))/ ( 800 - 360 ) - ( 100 - 25.5 ) * 0.54 * 1px);
  }
  .contact-row1 .span4 .hs_cos_wrapper_type_header:after {
    display:block;
  }
  .contact-row1 form {
    margin-top: 5px;
  }
  .contact-row1 .span4 .hs_cos_wrapper_type_header {
    margin-bottom: 20px;
  }
  .contact-row1 {
    padding-bottom: 20px;
  }
  .financing-row2 {
    padding-bottom: 72px;
  }
  .financing-row2 .hs_cos_wrapper_type_header {
    margin-bottom: 22px;
  }
  .financing-row1 h6 {
    padding-bottom: 34px;
  }
  .payment-row1 .hs_cos_wrapper_type_header {
    margin-bottom: 32px;
  }
  .treatments-row1 a img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .treatments-inner-row2 h2 {
    margin-bottom: 41px;
  }
  .treatments-inner-row7 p {
    margin-bottom:39px;
  }
  .treatments-inner-row3 h3 {
    padding-bottom: 0 !important;
  }
  .endodontics-row1 .hs_cos_wrapper_type_header {
    margin-bottom: 22px;
  }
  .oral-row2 img {
    display: block;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  treatments-inner-layout .span4 img {
    margin-left: auto !important;
  }
}
@media (max-width:767px) {
  .contact-row1 form .hs-submit .hs-button, .two-column-row1 form .hs-submit .hs-button, .global-form form .hs-submit .hs-button {
    height: auto;
    padding-top: 0.66em;
    padding-bottom: 0.66em;
  }
}
@media (max-width:640px) {
  .clinic-row1, .full-width-row1, .about-row1, .payment-row1, .two-column-row1, .treatments-row1, .periodontics-row1, .endodontics-row1, .oral-row3 {
    margin-bottom: 50px;
  }
  .contact-row1 {
    padding-bottom: 70px;
  }
  .rights-layout .page-center {
    padding-bottom:90px;
  }
  .rights-row2 h2 {
    margin-bottom:0.83em;
    padding-bottom:20px;
    margin-top:0;
  }
  .rights-row2 p span {
    word-break: break-word;
  }
  .treatments-inner-row7 {
    padding-bottom: 121px;
  }
  .global-form form .hs-submit .hs-button {
    padding-right:0;
  }
}
@media(max-width:420px) {
  .treatments-inner-layout .hs_cos_wrapper_type_header:after {
    display:none;
  }
}


.home-row2 .widget-type-rich_text {
  margin-bottom: 31px;
}

.home-row2 .dnd-section .widget-type-cell {
  padding: 0;
}

.home-row2 hr {
  height: 0;
}

.home-row2 .span4 {
  margin: 0;
  width: calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.home-row2 .span4:last-of-type {
  margin-right: 0px;
}

.home-row4 .dnd-section .widget-type-cell {
  padding: 0;
}


.home-row3 .dnd-section .widget-type-cell {
  padding: 0;
}

.home-row3 .span9 {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.home-row3 .span3 {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-top: 0px;
  margin: 0;
  margin-bottom: 20px;
}

.home-row3 .widget-type-header {
  margin-left: 8px;
}

.home-row3 .widget-type-header h2:after {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #e0dede;
  content: '';
  display: inline-block;
}

.home-row3 .hs_cos_wrapper_type_header {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 28px;
}

.home-row3 .hs_cos_wrapper_type_header h2 {
  padding-left: 45px;
  background: #fff;
  position: relative;
  z-index: 99;
  display: inline-block;
  margin-bottom: 0;
  color: #00598f;
  padding-left: 0;
  padding-right: 8px;
  color: #333;
}

.home-layout .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
  display: none;
}

.home-row3 .hs_cos_wrapper_type_header:after {
  content: '';
  border-top: 1px solid #03a9f4;
  border-bottom: 1px solid #03a9f4;
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  top: calc( 50% + 11px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  border-color: #e0dede;
}

.home-row2 .dnd-section {
  padding-bottom: 32px;
}

@media (max-width:800px) {
  .home-row2 .widget-type-rich_text {
    padding-bottom: 2px;
    margin: 0;
  }
  .home-row4 .dnd-section {
    padding: 0;
  }
  .home-row2 .widget-type-rich_text {
    padding-bottom: 2px;
    margin: 0;
  }

  .home-row2 .span4 {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 18px;
  }

  .home-row2 .dnd-section .widget-type-cell .dnd-module {
    align-items: center !important;
  }

  .home-row3 .span9,.home-row3 .span3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }

  .home-row3 .dnd-section > .row-fluid {
    flex-wrap: wrap;
  }



  .home-row3 .hs_cos_wrapper_type_header {
    margin-bottom: 19px;
  }

  .home-row2 .dnd-section {
    padding-bottom: 40px;
  }
}

.recursos-row1 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

.recursos-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.recursos-row1-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  padding-bottom: 40px;
}
.recursos-row1-inner {
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.recursos-row1-wrapper .content-wrap {
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.recursos-row1-wrapper .page-center-inner {
  background-color: #f7f7f7;
  padding-top: 4%;
  padding-right: 10%;
  margin-right: 1.92%;
  padding-bottom: 4%;
  padding-left: 10%;
  margin-left: 1.92%;
  margin-bottom: 20px;
}
.smile-row2-wrapper .dnd-section>.row-fluid,
.recursos-row1-wrapper .page-center {
  max-width: 1200px;
}

.recursos-row1-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.dnd-section .row-fluid-wrapper:last-child .cm-free-recursos-wrapper .cm-builder-row:after{
  display: none;
}

.dnd-section .row-fluid-wrapper:first-child .cm-free-recursos-wrapper .cm-imageframe img {
  margin: 0;
}

.cm-smile-banner-icon {
  background-image: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/images/FRANJA-INFERIOR-RESERVA.jpg');
    }

.smile-row3-wrapper .dnd-section .span8, .smile-row3-wrapper .dnd-section .span4 {
  padding: 0;
}

.smile-row3-wrapper .dnd-section .row-fluid {
  align-items: flex-start;
  padding: 0;
  max-width: 1200px;
}




.smile-row1-wrapper .dnd-section,
.smile-row2-wrapper .dnd-section {
  padding: 0;
}

.smile-row2-wrapper .dnd-section>.row-fluid {
  background: #ebebeb;
}

.smile-row2-wrapper .dnd-section>.row-fluid .dnd-column {
  padding: 4%;
  margin-bottom: 3%;
}

.smile-page--inner .dnd-section>.row-fluid {
  padding: 0;
}

.smile-row2-wrapper .widget-type-header {
  padding: 1% 0;
  margin-bottom: 20px;
  margin-top: 3px;
}

.smile-layout .widget-type-rich_text img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.smile-row3-wrapper .widget-type-header {
  margin: 1% 0;
}

.smile-row3-wrapper .widget-type-header {
  padding-bottom: 20px;
}

.smile-row3-wrapper .dnd-section {
  padding: 0;
}

.smile-row2-wrapper .dnd-section .widget-type-cell {
  padding: 0;
}

.smile-row1-wrapper .widget-type-header {
  padding-bottom: 21px;
  margin-bottom: 1%;
  margin-top: 1px;
}

.smile-row1-wrapper .dnd-section .widget-type-cell {
  padding-left: 1.92%;
  padding-right: 1.92%;
}

.smile-layout .widget-type-rich_text p {
  text-align: left;
  font-size: 16px;
  color: #333333;
  font-family: "Montserrat";
  font-weight: 400;
}

.smile-row2-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.smile-layout .widget-type-rich_text ol {
  margin: 16px 0;
}

.smile-layout .widget-type-rich_text ol li {
  font-size: 16px;
  color: #333333;
  font-family: "Montserrat";
  font-weight: 400;
}

.smile-row1-wrapper .dnd-section>.row-fluid {
  max-width: 1200px;
  padding: 0;
}

.p_lr_30 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.smile-page--inner {
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.smile-row2-wrapper .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.smile-row3-wrapper .dnd-section .widget-type-cell {
  padding-left: 1.92%;
  padding-right: 1.92%;
}

.smile-row4-wrapper {
  padding-bottom: 40px;
}

.smile-row4-wrapper h2 {
  color: #333;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-size: 28px;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-bottom: .7em;
}

.smile-row4-wrapper .dnd-section .span8 h2 span {
  position: relative;
  background: #fff;
  display: inline-block;
  z-index: 5;
  padding-right: 10px; 
}

.smile-row4-wrapper .dnd-section .span8 h2:after {
  content: "";
  height: 6px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
  border-color: #e0dede;
  max-width: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(-50%);
}

.smile-row4-wrapper h3.form-title {
  font-size: 22px;
  color: #333;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 19px;
  padding-top: 30px;
}

.smile-row4-wrapper .dnd-section .hs-form {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 20px;
  max-width: 100%;
}

.smile-row4-wrapper .dnd-section .hs-form  .hs-form-field {
  margin-bottom: 8px;
}

.smile-row4-wrapper .widget-type-form {
  max-width: 100%;
}

.smile-row4-wrapper .row-fluid {
  align-items: flex-start;
}

.smile-row4-wrapper .dnd-section .row-fluid {
  align-items: flex-start;
  padding: 0;
  max-width: 1200px;
}

.smile-row4-wrapper .dnd-section .span4 h3 {
  padding: 0 !important;
  margin: 1em 0 !important;
}


.smile-row4-wrapper .dnd-section .span4>div {
  margin: 0 7.68%;
}

.smile-row4-wrapper .dnd-section .span8>div {
  margin: 0 2.56%;
}

.smile-row4-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.smile-row3-wrapper .span4 {
  width: 33.333333333333%;
  margin-top: 0;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 23px;
}

.smile-row3-wrapper .span8 {
  width: 66.666666666667%;
  margin-top: 0;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 !important;
}
.smile-row3-wrapper .span4 .widget-type-linked_image img {
  width: 200px;
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.smile-row3-wrapper .span4 .widget-type-linked_image {
  text-align: right;
}

.smile-row3-wrapper .span8 h2 {
  color: #333333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.smile-row3-wrapper .span8 .cm-advanced-button {
  text-align: left;
}

.financial-row1-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  min-height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
}

.financial-row1-wrapper ul li a:before {
  font-family: icomoon;
  content: "\f104";
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: -1em;
}

.financial-row1-wrapper ul li a {
  display: inline-block;
  position: relative;
}
.migration .hs-button {
    margin-bottom: 20px;
}
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/images/active.svg);
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
  background-image: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/images/inactive.svg);
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings .kksr-stars:hover .kksr-star .kksr-icon {
  background-image: url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/images/selected.svg);
}

.contigo-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.contigo-row1 .widget-type-linked_image img {
  width: 100%;
  max-width: 100%;
}


.contigo-row1 .widget-type-linked_image {
  width: 100%;
}

.contigo-row1 .widget-type-linked_image span {
  width: 100%;
  display: block;
}

.contigo-row1 .widget-type-linked_image img {
  width: 100%;
}

.fusion-theme-sharing-box {
  display: table;
  margin-bottom: 0;
  margin-top: 60px;
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 65px;
}

.fusion-theme-sharing-box h4 {
  display: table-cell;
  vertical-align: middle;
}

.fusion-theme-sharing-box.share-box h4 {
  color: #333333;
}

.fusion-icon-facebook:before {
  content: "\e604";
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-reddit:before {
  content: "\e60d";
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

.fusion-icon-whatsapp:before {
  content: "\f232";
}

.fusion-icon-pinterest:before {
  content: "\e602";
}

.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  line-height: 1;
  border: 1px solid #e8e8e8;
  padding: 8px;
  border-radius: 4px;
  margin: 5px;
  background: #e8e8e8;
  color: #bebdbd;
  font-size: 16px;
}

[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.financial-layout {
  padding: 0 0 40px 0;
}

.fusion-theme-sharing-box .fusion-social-networks {
  text-align: right;
}

.fusion-theme-sharing-box .fusion-social-networks, .fusion-theme-sharing-box h4 {
  display: table-cell;
  vertical-align: middle;
}

.fusion-share-wrapper .page-center {
  max-width: 1200px;
}

.fusion-single-sharing-box {
  padding: 20px;
}

.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -5px;
  display: flex;
  justify-content: flex-end;
}

.financial-row2-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.financial-row2-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.financial-row2-wrapper .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1200px;
}


.contigo-row2 .dnd-section {
  padding: 0;
}

.contigo-row2 .dnd-section>.row-fluid {
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
}

.contigo-row2 .hs_cos_wrapper_type_header h1 {
  color: #2e86c1;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 81px;
  margin-top: 3%;
}

.contigo-row2 .hs_cos_wrapper_type_header h1:after {
  background: #213d65;
  content: "";
  height: 2px;
  display: block;
  max-width: 100px;
  margin: 0 auto;
  margin-top: 20px
}

.contigo-row2 .row-fluid .span6 {
  width: 48%;
  margin: 0;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
}

.contigo-row2 .row-fluid .span6 + .span6 {
  margin-right: 0;
}

.contigo-row2 {
  padding-bottom: 69px
}

.dentist-online-row1-wrapper .widget-type-header h1 {
  margin: 0;
  color: navy;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.dentist-online-row1-wrapper .widget-type-header h1:before {
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0dede;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dentist-online-row1-wrapper .widget-type-header h1 label {
  background: #fff;
  display: inline-block;
  z-index: 5;
  position: relative;
  padding: 0 50px;
}

.dentist-online-row1-wrapper .widget-type-rich_text {
  text-align: center;
  padding-bottom:20px;
}

.dentist-online-row1-wrapper .widget-type-rich_text h1 {
  margin-top: 0;
}

.dentist-online-row2-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.dentist-online-row2-wrapper .dnd-section {
  padding: 20px 0 0 0;
}

.dentist-online-row2-wrapper .dnd-section>.row-fluid {
  max-width: 1200px;
}

.dentist-online-row2-wrapper .span8 {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  margin-right: 4%;
}

.dentist-online-row2-wrapper .span4 {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin: 0;
  margin-top: 0px;
  padding: 0;
  margin-bottom: 20px
}

.dentist-online-row2-wrapper .row-fluid {
  align-items: flex-start;
}

.dentist-online-row2-wrapper .hs-form .hs-richtext p {
  font-size: 20px;
  font-weight: 700;
  font-family: arial,sans-serif;
  color: #525252;
  line-height: 1.69;
  margin: 0;
  white-space: normal;
  line-height: normal;
}

.dentist-online-row2-wrapper .widget-type-header h1 {
  margin: 0px 0 30px;
}

.dentist-online-row2-wrapper .hs-form .hs-richtext label {
  color: #4a4a4a;
  font-size: 12px;
  font-family: arial,sans-serif;
  white-space: normal;
  line-height: normal;
  display: block;
  margin: 0 0 3px;
}

.dentist-online-row2-wrapper .hs-form .field.hs-llamada_valoracion {
  margin-bottom: 21px;
}

.dentist-online-row2-wrapper .hs-form .inputs-list label > span {
  font-size: 13px;
  font-family: Arial;
  color: #7A7A7A;
  line-height: 1.69;
  display: inline-block;
}

.dentist-online-row2-wrapper .hs-form .hs-llamada_valoracion .inputs-list {
  padding: 0;
}

.dentist-online-row2-wrapper .hs-form .inputs-list label input {
  margin: -1px 3px 0 4px;
  height: auto;
}

.dentist-online-row2-wrapper .hs-form .hs-form-field>label {
  line-height: 1.69;
  font-size: 14px;
  color: #737373;
  font-family: Verdana;
  margin-bottom: 20px;
}

.dentist-online-row2-wrapper .hs-form .hs-input {
  font-size: 14px;
  color: #aaa9a9;
  height: 38px;
  padding: 8px 15px
}

.dentist-online-row2-wrapper .hs-form .field {
  margin-bottom: 20px;
}

.dentist-online-row2-wrapper .hs-form  .hs-form-required {
  color: #737373;
  margin-left: 5px;
}

.dentist-online-row2-wrapper .hs-form .hs-button {
  width: 125px;
  height: 40px;
  background-color: #14A50D;
  color: #FFFFFF;
  font-size: 20px;
  font-family: Helvetica;
  border-color: #005785;
  border-style: Solid;
  border-width: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: none;
  display: inline-block;
  min-width: auto;
  font-weight: normal;
  padding: 0;
  margin-top: 0;
}

.dentist-online-row2-wrapper .hs-form .hs-richtext a {
  margin: 0;
  display: block;
  margin-bottom:10px;
}

.dentist-online-row2-wrapper .hs-form .hs-richtext {
  margin: 0;
}

.dentist-online-row2-wrapper {
  padding-bottom: 40px;
}

.dentist-online-row2-wrapper .span4 .widget-type-rich_text h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.dentist-online-row2-wrapper .hs-form {
  max-width: 100%;
  width: 100%;
}

.dentist-online-row2-wrapper .widget-type-form {
  max-width: 100%;
}

.dentist-online-row2-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.dentist-online-row2-wrapper .widget-type-header h1:after {
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0dede;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dentist-online-row2-wrapper .widget-type-header h1 {
  position: relative;
}

.dentist-online-row2-wrapper .widget-type-header h1 label {
  background: #fff;
  position: relative;
  display: inline-block;
  z-index: 5;
  padding-right: 10px;
}

.dentist-online-row2-wrapper .hs-form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa9a9;
}

.dentist-online-row2-wrapper .hs-form .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #aaa9a9;
}

.dentist-online-row2-wrapper .hs-form .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #aaa9a9;
}

.dentist-online-row2-wrapper .hs-form .hs-input:-moz-placeholder { /* Firefox 18- */
  color: #aaa9a9;
}

.dentist-online-row2-wrapper .hs-form textarea {
  min-height: 81px;
  padding: 2px !important;
  font-size: 13px !important;
  color: #aaa9a9 !important;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

.emergencies-row1-page-center-inner {
  padding-top: 4.8%;
  padding-right: 30px;
  padding-bottom: 3.8%;
  padding-left: 30px;
  background-color: #f9f9f9;
  background-position: center center;
  background-repeat: no-repeat;
}

.emergencies-row1-wrapper .page-center {
  padding-top: 20px;
}

.emergencies-row1-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.emergencies-row1-wrapper .dnd-section {
  padding: 0;
}

.emergencies-row1-wrapper .dnd-section .span6 {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin: 0;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
}

.emergencies-row1-wrapper .dnd-section .span6 + .span6 {
  margin-right: 0;
}

.emergencies-row1-wrapper .widget-type-linked_image {
  padding: 10% 0px 0px;
}

.emergencies-row1-wrapper .widget-type-linked_image img {
  display: block;
}

.emergencies-row1-wrapper .dnd-section .span6 h1 {
  color: #2f88c7;
}

.emergencies-row2-wrapper .row-fluid {
  align-items: flex-start;
}

.emergencies-row2-wrapper .span4 .widget-type-header {
  margin: 0;
  margin-bottom: 25px;
}

.emergencies-row2-wrapper .span4 .widget-type-header h3 {
  background-color: #094c93;
  color: #fff;
  text-align: center;
  padding: 5px 14px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  line-height: 1.41;
}

.emergencies-row2-wrapper {
  padding-top: 14px;
}

.emergencies-row2-wrapper {
  padding-top: 12px;
}

.emergencies-row2-wrapper .span4 {
  width: calc(30.6667%);
  margin: 0;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 24px;
  visibility: visible;
  animation-duration: .3s;
  padding: 0;
}

.emergencies-row2-wrapper .span4:last-child {
  margin-right: 0;
  margin-top: 5%;
  margin-bottom: 20px;
  padding-top: 5px !important;
}

.emergencies-row2-wrapper .span4 .widget-type-rich_text p {
  margin: 0;
}

.emergencies-row2-wrapper .span4 .widget-type-rich_text h3 {
  margin-bottom: 25px;
  margin-top: 45px;
}

.emergencies-row2-wrapper .dnd-section .widget-type-cell {
  padding: 0;
}

.emergencies-row2-wrapper .span4 .widget-type-rich_text h3 strong {
  background-color: #094c93;
  color: #fff;
  text-align: center;
  padding: 5px 14px;
  display: inline-block;
}

.cm-advanced-button .fa-hand-pointer.button-icon-comment:before {
  content: "\f075";
}

.emergencies-row3-wrapper .dnd-section>.row-fluid {
  background-color: #094c93;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-width: 0px 0px 0px 0px;
  border-color: #eae9e9;
  border-style: solid;
}

.emergencies-row3-wrapper .widget-type-rich_text {
  color: #fff;
  padding-bottom: 20px;
}

.emergencies-row3-wrapper .widget-type-header h1 {
  color: #fff;
  line-height: 1.5;
  font-size: 28px;
  margin: 5% 0 0;
  position: relative;
}

.emergencies-row3-wrapper .widget-type-header h1:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.emergencies-row3-wrapper .widget-type-header h1 label {
  position: relative;
  z-index: 5;
  background-color: #094c93;
  padding: 0px 45px;
}

.emergencies-row3-wrapper .widget-type-rich_text ul {
  color: #fff;
  margin: 5% 0%;
}

.emergencies-row1-wrapper .dnd-section .span6 .widget-type-rich_text p label {
  display: inline-block;
  vertical-align: bottom;
}

.emergencies-row1-wrapper .dnd-section .span6 .widget-type-rich_text p img {
  margin-bottom: 8px;
  display: inline-flex; 
  margin-right: 5%; 
  margin-top: 3%;
}

.emergencies-row2-wrapper .widget-type-header {
  margin-bottom: -5px;
}

.emergencies-row2-wrapper .widget-type-header h1 {
  padding: 0 45px;
  font-size: 28px;
  line-height: 1.5;
  color: rgb(9, 76, 147);
  margin: 0;
  margin: 4% 0px 5%;
}


.emergencies-row2-wrapper .widget-type-header h1:before {
  content: "";
  width: 100%;
  background: #2f88c7;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.emergencies-row2-wrapper .widget-type-header h1 {
  position: relative;
}

.emergencies-row2-wrapper .widget-type-header h1 label {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0 45px;
}

.emergencies-row2-wrapper .dnd-section .span6 {
  width: 50%;
  margin: 0;
}

.emergencies-row2-wrapper .dnd-section .span6+.span6 .cm-advanced-button {
  text-align: left;
  padding-left: 36px;
}

.emergencies-row2-wrapper .dnd-section .span6 .cm-advanced-button {
  text-align: right;
  padding-right: 41px;
  margin-bottom: 22px;
}

.emergencies-row3-wrapper .dnd-section .widget-type-cell {
  padding: 0;
}

.emergencies-row3-wrapper {
  padding-bottom: 40px;
}

.emergencies-row2-wrapper  .cm-advanced-button .fa-hand-pointer.Pointing.Up:before {
  content: "\f0a6";
}

.treatments-inner-layout .span4 img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.smile-row4-wrapper .actions {
  padding: 0 5px;
}

.smile-row4-wrapper .hs-button {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 9px;
  margin-top: 25px;
  white-space:normal !Important;
}

.home-row3.global-form h3.form-title {
  margin: 1em 0;
}

.financial-row2-wrapper img {
  height: auto;
}

@media (min-width: 1026px){
  .smile-row4-wrapper .dnd-section .span4 {
    margin: 0;
    width: 25%;
    padding: 0 !important;
  }

  .smile-row4-wrapper .dnd-section .span8 {
    width: 75%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 !important;
  }

  .smile-row3-wrapper .span4>div {
    margin-left: 5.76%;
    margin-right: 5.76%;
  }

  .smile-row3-wrapper .span8>div {
    margin-left: 2.88%;
    margin-right: 2.88%;
  }
}

@media (max-width: 1025px){
  .smile-row4-wrapper .dnd-section .span8,
  .smile-row4-wrapper .dnd-section .span4 {
    margin: 0;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .smile-row4-wrapper .dnd-section .row-fluid {
    flex-wrap: wrap;
  }
  .smile-row4-wrapper .dnd-section .span8>div,
  .smile-row4-wrapper .dnd-section .span4>div {
    margin: 0;
  }

  .smile-row4-wrapper .dnd-section .hs-form {
    padding-left: 0;
    padding-right: 0;
  }

  .smile-row3-wrapper .row-fluid {
    flex-wrap: wrap;
  }
  .smile-row3-wrapper .span4, .smile-row3-wrapper .span8 {
    width: 100%;
  }
  .smile-row3-wrapper .span4 {
    margin-bottom: 20px;
  }

  .smile-row3-wrapper .span8 h2 {
    margin-bottom: 24px !important;
  }
  .smile-row3-wrapper .span8 {
    margin-bottom: 0;
  }
}


@media only screen and (max-width: 800px){
  .share-box {
    height: auto;
  }

  .fusion-theme-sharing-box.share-box h4 {
    float: none;
    line-height: 20px!important;
    margin-top: 0;
    padding: 0;
  }

  .smile-row4-wrapper .dnd-section .span8,
  .smile-row4-wrapper .dnd-section .span4 {
    padding: 0;
  }
  .smile-page--inner {
    margin: 0;
  }

  .contigo-row2 .row-fluid {
    flex-wrap :wrap
  }

  .contigo-row2 .row-fluid .span6 {
    width: 100%;
    margin-right: 0;
  }

  .contigo-row2 .dnd-section>.row-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .contigo-row2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contigo-row2 .hs_cos_wrapper_type_header h1 {
    padding-top: 20px;
  }

  .contigo-row2 .hs_cos_wrapper_type_header h1 {
    margin-bottom: 101px;
  }

  .dentist-online-row2-wrapper .span8, .dentist-online-row2-wrapper .span4 {
    width: 100%;
  }

  .dentist-online-row2-wrapper .row-fluid {
    flex-wrap: wrap;
  }

  .dentist-online-row1-wrapper .widget-type-header h1 {
    margin-bottom: 22px;
  }

  .dentist-online-row2-wrapper .dnd-section {
    padding: 83px 0 0 0;
  }

  .dentist-online-row2-wrapper .widget-type-header h1 {
    margin: 21px 0 20px;
  }
  .dentist-online-row2-wrapper .widget-type-header h1 {
    margin: 0px 0 20px;
  }
  .emergencies-row2-wrapper .row-fluid,
  .emergencies-row1-wrapper .row-fluid {
    flex-wrap: wrap;
  }

  .emergencies-row1-wrapper .dnd-section .span6 {
    width: 100%;
    margin-right: 0;
  }

  .emergencies-row1-wrapper .dnd-section .span6 h1 {
    margin-top: 0.67em !important;
    margin-bottom: 0.67em !important;
  }

  .emergencies-row2-wrapper .dnd-section .span6 {
    width: 100%;
  }

  .emergencies-row2-wrapper .dnd-section .span6+.span6 .cm-advanced-button {
    text-align: center;
    padding: 0;
    margin-bottom: 42px;
  }

  .emergencies-row2-wrapper .dnd-section .span6 .cm-advanced-button {
    text-align: center;
    padding: 0;
  }

  .emergencies-row2-wrapper .dnd-section .span6 .cm-advanced-button {
    margin-bottom: 0;
  }

  .emergencies-row2-wrapper .dnd-section .span6 .cm-advanced-button a {
    margin: 0 0 20px;
  }

  .emergencies-row3-wrapper .widget-type-header h1 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .emergencies-row3-wrapper .widget-type-rich_text ul {
    margin-top: 0;
  }

  .emergencies-row2-wrapper .span4 {
    width: 100%;
    margin-right: 0;
  }

  .emergencies-row2-wrapper .span4 .widget-type-header {
    margin-bottom: 15px;
  }

  .emergencies-row2-wrapper .span4 {
    margin-bottom: 20px;
  }

  .emergencies-row2-wrapper .span4 .widget-type-rich_text h3 {
    margin-bottom: 15px;
  }

  .emergencies-row2-wrapper .span4:last-child {
    margin-bottom: 60px;
  }

  .emergencies-row2-wrapper .widget-type-header h1 {
    font-size: 27.7px;
    padding-bottom: 6px
  }

  .emergencies-row2-wrapper {
    padding-top: 22px;
  }
  .smile-layout h3 img,
  .smile-layout h2 img {
    display: block !important;
  }
}


@media only screen and (max-width: 640px){
  .fusion-theme-sharing-box .fusion-social-networks {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }

  .fusion-theme-sharing-box.share-box h4 {
    display: block;
    margin-bottom: 10px;
  }

  .contigo-row2 .hs_cos_wrapper_type_header h1 {
    padding-top: 0;
    font-size: 27.2px;
  }

  .contigo-row2 .hs_cos_wrapper_type_header h1 {
    margin-bottom: 81px;
  }
  .emergencies-row2-wrapper .widget-type-header h1 label {
    padding: 0 30px;
  }
  .smile-layout h3 img, .smile-layout h2 img {
    float: none !important;
    margin-left: 0 !important;
  } 
  .smile-layout .widget-type-rich_text img {
    float: none !important;
    display: block !important;
  }
  .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
    justify-content: flex-start;
  }
  .emergencies-row2-wrapper h1 label {
    display:inline-block;
  }
}


@media (max-width: 600px){

  .emergencies-row2-wrapper .widget-type-header h1:before {
    display: none;
  }
  .emergencies-row2-wrapper .widget-type-header h1 label {
    padding: 0;
  }
  .emergencies-row2-wrapper .widget-type-header h1 {
    padding: 0;
  }
  .emergencies-row3-wrapper .widget-type-header h1 label {
    padding: 0 30px;
  }
  .treatments-inner-layout .span3 h2 {
    line-height: 40px;
    font-size: 27px;
  }
}

@media (max-width: 520px){
  .emergencies-row3-wrapper .widget-type-header h1:after{
    display: none;
  }
  .emergencies-row3-wrapper .widget-type-header h1 label {
    padding: 0;
  }

  .dentist-online-row1-wrapper .widget-type-header h1 label {
    padding: 0 25px;
  }
}
@media (max-width:480px) {
  .smile-layout .widget-type-rich_text img {
    margin-left:0 !important;
  }
  .smile-layout h2 {
    padding: 0;
  }
  .emergencies-row2-wrapper h1:before {
    display:none;
  }
  .emergencies-row2-wrapper h1,.emergencies-row2-wrapper h1 label {
    padding-left:0;
    padding-right:0;
  }
}
@media (max-width:479px) {

  .smile-row4-wrapper .hs-form .inputs-list li .hs-input + span {
    display: inline;
  }
  .smile-row4-wrapper .hs-form .inputs-list li .hs-input {
    float: left;
  }
}
@media (max-width:420px) {
  .treatments-inner-layout .hs_cos_wrapper_type_header h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width:400px) {
  .dentist-online-row2-wrapper .hs-form .inputs-list label>span {
    display:inline;
  }
  .treatments-inner-layout .hs_cos_wrapper_type_header h2 {
    word-break:unset;
  }
}

@media (max-width:345px) {
  .dentist-online-row2-wrapper .hs-form .hs-richtext p a {
    font-size: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Helvetica';
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Landing_Convenios_Mayo/fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Landing_Convenios_Mayo/fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Landing_Convenios_Mayo/fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Rounded';
  src: url('//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Landing_Convenios_Mayo/fonts/HelveticaRoundedLTStd-Bd.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

:root {
  --green-color: #52BD60;
  --blueBlack-color: #071F43;
  --blueBlackC-color: #2458C0;
  --blueKing-color: #0C69CC;
  --blueTurquoiseB-color: #579BE5;
  --blueTurquoiseC-color: #23C3E8;
  --blueSky-color: #BBEBFB;
  --blueSkyC-color: #CDE2EF;
  --black-color: #1C1C1C;
  --white-color: #FFFFFF;
  --gray-color: #454444;
  --gray-color-two: #676767;
  --grayBG-color: #353839;
  --grayBGCopy-color: #272A2B;
}

.header {
  background-color: #F8FAFC;
}
header.header {
  min-height: 225px;
}

header.header.lp-header {
  min-height:139px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}



/***********************Custom Styling*********************  */
header.header {
  position: relative;
  z-index: 3;
  display: block;
}

.top_header {
  border-bottom: 1px solid transparent;
  background-color: #384049;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  font-size: 13px;
  border-bottom-color: #e1e1e1;
}

.header__container {
  padding-left: 30px;
  padding-right: 30px;
  zoom: 1; 
  min-height:40px;
}

.cm_header_left {
  border-top-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
  float: left;
  margin-right: 0;
  flex-grow: 1;
  display: inline;
}



.cm_header_right {
  float: right;
  margin-left: 0;
  flex-grow: 1;
  display: inline;
}

header .social_share {
  margin-top: 14px;
}

header .social_wrapper a {
  color: #ffffff;
  font-size: 16px;
  margin: 0px 8.5px 10px;
}

header .social_wrapper a:first-child {
  margin-left: 0;
}

.cm_header_menu ul {
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.cm_header_menu ul>li {
  float: left;
  position: relative;
  border-left: 1px solid #ffffff;
}

.cm_header_menu ul>li:first-child {
  border-color: transparent;
}

.cm_header_menu ul>li>a {
  min-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 13px;
  color: #ffffff;
}

.cm_header_menu {
  text-align: right;
}
.header_sliding_wrap {
  border-color: #001e4f;
  color: #8c8989;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 99999;
  margin: 0;
  pointer-events: none;
  transition: all .4s ease;

}

.cm_header-toggle-wrapper a {
  border-top-color: #001e4f;
  border-top: 36px solid #001e4f;
  border-left: 36px solid transparent;
  color: #bfbfbf;
  display: block;
  position: relative;
  transition: none;
  pointer-events: auto;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.cm_header-toggle-wrapper a .screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.cm_header-toggle-wrapper a:after {
  left: -17px;
  top: -33px;
  content: "\e61c";
  color: #ffffff;
  font-size: 16px;
  display: block;
  position: absolute;
  content: "\e61d";
  font-family: icomoon;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  text-shadow: none;
  transition: none;
}

.header_slidingbar {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  height: auto;
  width: 100%;
  display:none;
  background-color: #001e4f;
  pointer-events: auto;
}

.header_slidingbar_wrap {
  max-width: 1200px!important;
  margin: 0 auto;
  zoom: 1;
}

.cm_header-toggle-wrapper.open {
  order: 2;
}

.cm_header-toggle-wrapper.open a:after {
  content: "\e61c";
}

.sliding_col_1,
.sliding_col_2,
.sliding_col_3 {
  width: 33.33333333%;
  margin: 0 auto;
  padding-left: 10px;
}

.sliding_image {
  margin-bottom: 50px;
}

.sliding_menu ul {
  margin: 0;
  padding: 0;
  line-height: 1.69;
}

.header_slidingbar .sliding_col_2 {
    padding: 0 10px;
}

.sliding_menu ul>li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
  padding-top: 0;
  font-size: 17px;
  border-bottom-color: #607d8b;
}

.sliding_menu ul>li>a {
  color: #bfbfbf;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  text-decoration: none;
  cursor: pointer;
}

.sliding_menu ul>li>a:before {
  color: #bfbfbf;
  position: absolute;
  font-family: icomoon;
  content: "\f105";
  margin-left: -12px;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.sliding_menu ul>li:hover>a {
  color: #02adf7;
}

.sliding_menu ul>li:hover>a:before {
  color: #02adf7;
}
.bottom_header {
  min-height: 108px;
}

.cm-logo {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom-color: #e1e1e1;
}

.logo_wrap {
  float: none;
  text-align: center;
  margin: 40px 0px 40px 0px;
}

.mobile-menu-icons {
  display: none;
}

.cm-overlay-search {
  display: none;
}

header .main-nav {
  border-bottom: 1px solid #e1e1e1;
}

nav.cm_menu {
  width: 100%;
  position: relative;
}
.cm-overlay-search {
  display: block;
  left: 0;
  display: flex;
  visibility: visible;
  align-items: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: opacity .8s cubic-bezier(.8,0,.25,1),transform .8s cubic-bezier(.8,0,.25,1);
  top:1px;
}
.cm-search-wrap .hs-search-field__input:focus {
  outline: none;
}
nav.cm_menu.search-open .cm-overlay-search {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,-50%);
}

.main-nav.search-visible ul.hs-search-field__suggestions li:not(:first-child):hover {
  padding: 14px 0 14px 21px;
  background: transparent !important;
}

.main-nav.search-visible ul.hs-search-field__suggestions li:hover a {
  color: #03a9f4;
  background:transparent !important;
}

.cm-search-wrap {
  width: 100%;
  max-width: 83.6%;
  position: relative;
}

.cm-search-wrap form {
  float: none;
  margin-left: 0;
  display: block;
  padding: 0;
  flex-grow: 2;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-radius: 0px;
  border-width: 1px 1px 1px 1px;
}

.cm-search-wrap .hs-search-field__input {
  width: 100%;
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0px 15px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  font-size: 13px;
  color: #aaa9a9;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding-top: 1px;
}


.cm-search-wrap .hs-search-field {
  max-width: 100%;
}

.cm-search-wrap .hs-search-field__input::-webkit-input-placeholder {
  color: #aaa9a9;
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: normal;
}

.cm-search-wrap button {
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  line-height: 33px;
  margin: 0;
  padding: 0;
  width: -webkit-fill-available;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  width: 39px;
  line-height: 38px;
  color: rgb(255, 255, 255);
  outline: 0;
}

.cm-search-wrap button:before {
  content: '';
}

.cm-search-wrap button span {
  display:none;
}
.cm-search-wrap button:hover {
  background-color: #03a9f4;
}

a.cm-close-search {
  overflow: hidden;
  position: relative;
  width: 13px;
  height: 13px;
  display: inline-block;
  color: #0262c9;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  float: left;
  text-align: left;
  transition-timing-function: linear;
  margin-left: 16px;
}

a.cm-close-search:after {
  content: "";
  transform: rotate( -45deg );
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #7a848c;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
header .social_wrapper a:hover {
  opacity: 0.8;
}
a.cm-close-search:before {
  transform: rotate( 45deg );
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #7a848c;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

a.cm-close-search:hover:before,
a.cm-close-search:hover:after{
  background-color: #00598f;
}



.main-nav.search-hiding{
  overflow:hidden;
}
body.body-scrolled .header .submenu.level-1>li.menu-item>a.menu-link {
  color: #000;
}

body.body-scrolled .header .submenu.level-1>li.menu-item:last-child>a.menu-link:after {
  color: #000;
}


.main-nav.search-hidden ul {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  border-color: #d2d2d2 !important;
  background-color: #ffffff;
  font-size: 13px;
  color: #aaa9a9;
  border-radius: 0px;
}

.main-nav.search-visible ul {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  border-color: #d2d2d2 !important;
  background-color: #ffffff;
  font-size: 13px;
  color: #aaa9a9;
  border-radius: 0px;
  width:100%;
  position:absolute;
}

.main-nav.search-visible ul.hs-search-field__suggestions li {
  border-color: #d2d2d2;
  border-width: 1px 1px 1px 1px;
  display: flex;
  align-items: center;
  padding: 14px;
  line-height: 1.4;
  border-bottom-style: solid;
  border-top: none;
  text-align: initial;
  cursor: pointer;
  transition: .2s padding;
  font-size: 11.7px;
}



.hs-search-field--open .hs-search-field__suggestions{
  opacity: 1 !important;
}

.main-nav.search-hidden .cm-overlay-search {
  -webkit-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
}


.main-nav.search-visible .cm-overlay-search {
  z-index: 999;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  opacity: 1;
}


@media(min-width:1101px){
  .mobile_logo_wrap {
    display: none;
  }
  .body-scrolled .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    border-bottom-color: #e1e1e1;
  }
}

@media(max-width: 1300px) {
  .top_header {
    padding-left: 0px;
    padding-right: 0;
  }
  ul.submenu.level-1>li:last-child {
    padding: 0;
    width: 38px;
  }
}

@media(max-width:1100px){
  .top_header .header__container {
    flex-wrap: wrap;
  }
  header.header,
  header.header.lp-header{
    min-height: auto;
  }
  header .main-nav {
    border-bottom:0;
  }
  .bottom_header {
    min-height: auto;
  }
  .sliding_image {
    margin-bottom: 50px;
  }
  .logo_wrap {
    display: none;
  }
  .mobile_logo_wrap {
    display: block;
    padding-left: 0;
    padding-right: 0;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #e1e1e1;
  }
  .cm-logo {
    border-bottom: 1px solid #e1e1e1;
  }

  .header__container {
    display: block;
    padding-left: 0;
    padding-right: 0;
    min-height:auto;
  }

  .cm_header_left {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-bottom-color: #e1e1e1;
  }

  .cm_header_right {
    text-align: center;
    float: none;
    width: 100%;
    display: block;
  }

  .cm_header_menu {
    text-align: center;
  }

  .cm_header_menu ul {
    justify-content: center;
  }

  header .social_wrapper a {
    margin-right: 18px;
    margin-bottom: 13px;
  }

  header .social_share {
    margin-top: 10px;
    margin-left: -10px;
  }
  a.icon.icon-bars {
    color: #dadada;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscal;
  }

  a.icon.icon-bars::before {
    content: "\f0c9";
    color: #dadada;
  }

  .mobile-menu-icons {
    display: block;
    float: right;
    position: relative;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: right;
    margin-top: 25px;
  }

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
  header .social_share {
    margin-bottom: 15px;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait){
  .header_sliding_wrap {
    display: none;
  }
}
@media(max-width: 572px) {
  .header__container{
    display: flex;
    justify-content: space-between;
  }
}





@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}

@-moz-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translatey(-60%)
  }
}



@-o-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -o-transform: translatey(-60%)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0)
  }

  100% {
    opacity: 0;
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}

@-moz-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translatey(60%)
  }
}

@-o-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -o-transform: translatey(60%)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0)
  }

  100% {
    opacity: 0;
    transform: translatey(60%)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translatey(60%)
  }

  100% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
}

@-o-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -o-transform: translatey(60%)
  }

  100% {
    opacity: 1;
    -o-transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%)
  }

  100% {
    opacity: 1;
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
}

@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    -o-transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    -o-transform: translatey(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    transform: translatey(0)
  }
}

@media (max-width:800px) {
  .header_sliding_wrap {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding: 0px 30px;
  margin: 0 auto;
}

.footer_bottom {
  z-index: 10;
  position: relative;
  padding: 20px 0px 20px;
  border-top: 1px solid #4b4c4d;
  background-color: #282a2b;
  display: block;
}

.footer__container {
  padding: 0px 30px;
}

.f_copyright {
  float: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #8c8989;
  font-size: 12px;
  margin-top: 11px;
}

footer .social_share {
  width: 40%;
  text-align: right;
  float: right;
  margin-top: 10px;
  vertical-align: middle;
}

.f_col-2 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.f_col-1 {
  width: 50%;
  float: left;
}

.f_col-3 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_top {
  position: relative;
  padding: 60px 10px 55px;
  border-top: 12px solid #e9eaee;
  background-repeat: repeat;
  background-color: #363839;
  background-size: initial;
  background-position: top left;
  color: #8c8989;
  display: block;
}

.footer_top .footer__container {
  display: block;
  flex-flow: wrap;
  padding: 0 15px;
}


.f_image_2_wrap,
.f_col-2 .cm-heading,
.facebook_widget{
  margin: 0 0 28px;
  text-transform: uppercase;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  color: #dddddd;
  text-align:left;
}

.footer_menu_wrap ul {
  margin: 0;
  padding: 0;
}

.footer_menu_wrap ul>li {
  display: inline-block;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_menu_wrap ul>li>a {
  margin: 0 0 28px;
  text-transform: uppercase;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  color: #dddddd;
  padding: 0;
  text-align: left;
}



.footer_menu_wrap ul>li>ul>li {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom-color: #e7e6e6;
  border-bottom: 1px solid;
  position: relative;
  border-color: #505152;
  color: #8c8989;
}

.footer_menu_wrap ul>li>a:hover {
  color: #dddddd;
  cursor: text;
}

.footer_menu_wrap ul>li>ul>li>a {
  display: block;
  position: relative;
  color: #bfbfbf;
  transition-property: color,background-color,border-color;
  transition-duration: .3s;
  transition-timing-function: linear;
  transition-timing-function: linear;
  background-image: none;
  padding-top: 0;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.69;
  width: 100%;
  font-size: 17px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  cursor: pointer!important
}

.footer_menu_wrap ul>li>ul>li>a:before {
  position: absolute;
  font-family: icomoon;
  content: "\f105";
  margin-left: -12px;
  color: #bfbfbf;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}


.footer_menu_wrap ul>li>ul>li:first-child {
  padding-top: 0;
}
.f_col-2 .cm-heading {
  text-align: left;
  margin-bottom: 28px;
}

.f_image_2_wrap {
  text-align: left;
}

.footer_menu_wrap ul>li>ul>li:hover>a {
  color: #03a9f4;
}

.footer_menu_wrap ul>li>ul>li:hover>a:before {
  color: #03a9f4;
}

.f_image_1_wrap {
  text-align: left;
  margin-bottom: 50px;
}

footer .social_wrapper a:hover {
  opacity: 0.8;
}


/*******************Back To Top *******************/
.backToTop {
  border-radius: 4px 4px 0 0;
  pointer-events: auto;
  opacity: .9;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
  right: 75px;
  background-color: #333;
  bottom: 0;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  z-index: 100000;
  line-height: 1;
  display:none;
}

span.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.backToTop:before {
  line-height: 35px;
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}

.backToTop:hover {
  background-color: #03a9f4;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index:999999;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33, 33, 33, 0.97);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, 0.97);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
@media(max-width:1340px){
  .footer_top {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .footer_top {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .backToTop:hover {
    background-color: #333;
  }
  .footer_top {
    padding-left: 0;
    padding-right: 0;
  }
  .f_col-2 {
    width: 50%;
  }

  .f_col-3 {
    width: 50%;
  }

  .f_col-1 {
    width: 100%;
  }

  footer .social_share {
    padding: 0px 0 22px;
  }

  .footer_top {
    padding-bottom: 21px;
  }
}

body {
    overflow-x: hidden;
}



@media only screen and (max-width: 800px) {
  .f_copyright {
    text-align: center;
    width: 100%;
    padding: 0 0 35px;
    margin: 0;
  }

  .footer .social_share {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0px 0 23px;
  }

  .footer .social_share .social_wrapper a:first-child {
    margin-left: 0;
  }

  .f_col.f_col-3:last-of-type .facebook_widget {
    margin-bottom: 39px;
  }

  .f_col.f_col-2 {
    margin: 0 0 56px;
  }

  .f_col.f_col-1 {
    margin-bottom: 50px;
  }
  .backToTop {
    bottom: 30px;
    border-radius: 4px;
    height: 44px;
    width: 44px;
  }

  .backToTop:before {
    line-height: 42px;
  }

  .backToTop:hover {
    background-color: #333;
  }


  .footer_menu_wrap ul>li.hs-menu-depth-1:not(:last-child) {
    margin-bottom: 50px;
  }
  .f_col-1 {
    width: 100%;
  }

  .f_col-2 {
    width: 100%;
  }

  .f_col-3 {
    width: 100%;
  }

  .footer_top {
    padding-left: 0;
    padding-right: 0;
  }

  .footer .social_share {
    padding: 0px 0 8px;
  }

  .facebook_widget {
    margin-bottom: 39px;
  }

  .f_image_2_wrap {
    margin-bottom: -6px;
  }

  .footer_menu_wrap ul>li {
    width: 100%;
  } 
  .backToTop:hover {
    background-color: #03a9f4;
  }
}
@media (max-width:640px) {
  .footer_top .footer__container .f_col-3:last-child {
    margin-bottom: 0px;
  }
}
@media(max-width:435px){
  .f_col.f_col-3 {
    margin-bottom: 50px;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: red;
  z-index: 10111;
  opacity: .5;

}

progress::-webkit-progress-bar {
  background-color: transparent;
}
.semantic::-webkit-progress-value {
  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  opacity: 0.5;
}

.semantic::-moz-progress-bar {
  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  opacity: 0.5;
}
.has-init::-webkit-progress-value {
  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  background: rgb(18, 120, 237);
  opacity: 0.5;
}

.has-init::-moz-progress-bar {
  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  background: rgb(18, 120, 237);
  opacity: 0.5;
}
.has-final::-webkit-progress-value {
  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  background: rgb(244, 72, 19);
  opacity: 0.5;
}
.has-final::-moz-progress-bar {
  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  background: rgb(244, 72, 19);
  opacity: 0.5;
}
.single::-webkit-progress-value {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, transparent, red);
}

.single::-moz-progress-bar {
  background-color: transparent;
  background-image: -moz-linear-gradient(left, transparent, red);
}

.multiple::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, 
    transparent 33%, rgba(0, 0, 0, .1) 33%, 
    rgba(0,0, 0, .1) 66%, transparent 66%),
    -webkit-linear-gradient(left, green, red);
}

.multiple::-moz-progress-bar {
  background-image: -moz-linear-gradient(-45deg, 
    transparent 33%, rgba(0, 0, 0, .1) 33%, 
    rgba(0,0, 0, .1) 66%, transparent 66%),
    -moz-linear-gradient(left, green, red);
}
.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: .25em;
  display: block;
}
.progress-bar {
  background-color: red;
  width: 50%;
  display: block;
  height: inherit;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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


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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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





.hs-blog-listing .cm-banner .cm-title-bar ,
.hs-blog-post .cm-banner .cm-title-bar {
  padding-left: 30px;
  padding-right: 30px;
  background-size: cover;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  background-position: center center;
  background-repeat: no-repeat;
}
.hs-blog-listing .cm-banner .cm-title-bar .cm-title-row ,
.hs-blog-post .cm-banner .cm-title-bar .cm-title-row {
  margin: 0 auto;
  height: 100%;
  max-width: 1100px;
}
.hs-blog-listing .cm-banner .cm-title-wrapper ,
.hs-blog-post .cm-banner .cm-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 85px;
}
.hs-blog-listing .cm-banner  h1,
.hs-blog-post .cm-banner  h1{
  margin: 0;
  line-height: 1.45;
  font-size: 18px;
  color: #ffffff;
}

@media (max-width:800px) {
  .hs-blog-listing .cm-banner .cm-title-wrapper ,
  .hs-blog-post .cm-banner .cm-title-wrapper {
    min-height: calc(70px - 10px);
  }
  .hs-blog-listing .cm-banner .cm-title-bar,
  .hs-blog-post .cm-banner .cm-title-bar{ 
    padding-top:5px;
    padding-bottom:5px;
  }
}



.cm-blog-listing .content-wrapper {
  padding: 0;
  max-width: 1240px;
  margin-bottom:70px;
}

article.fusion-post-grid {
  padding: 20px;
  width: 25%;
  display: inline-block;
  float: left;
}

article.fusion-post-grid .fusion-post-wrapper {
  background-color: rgba(255,255,255,0);
  border: 1px solid #ebeaea;
  border-bottom-width: 3px;
}

article.fusion-post-grid .flexslider {
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  border-color: #ebeaea;
}

.fusion-post-grid.flexslider .slides {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
  float: none;
}

.fusion-post-grid .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  opacity: 1;
  display: block;
  z-index: 2;
}

.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.flexslider .slides img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fusion-image-wrapper img {
  box-shadow: none;
  border-radius: 0;
}

.fusion-rollover {
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  background-image: linear-gradient(to top,#aad75d,#d1e990);
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(to top,#a0ce4e 0,rgba(160,206,78,0.925) 100%);
}

article.fusion-post-grid .slides {
  margin: 0;
  padding: 0;
}

.fusion-post-grid .fusion-post-content-wrapper {
  padding: 30px 25px 20px 25px;
}

article.fusion-post-grid .entry-title {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 5px;
}

article.fusion-post-grid .fusion-single-line-meta {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}

article.fusion-post-grid .fusion-content-sep {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  box-sizing: content-box;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #e0dede;
}

article.fusion-post-grid .fusion-post-content-container {
  margin-top: 20px;
}

article.fusion-post-grid .fusion-meta-info {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  font-size: 12px;
}

.fusion-post-grid .fusion-read-more{
  position:relative;
}

.fusion-post-grid .fusion-read-more:after {
  content: "\f105";
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  transform: translateY(-50%);
}

.main-blog {
  padding-bottom: 40px;
}


.cm-blog-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
  line-height: normal;
  font-size: 12px;
  margin-left: 1em;
  padding:0 20px;
  margin-right: 1em;
}

.cm-blog-pagination .blog-pagination__prev-link--disabled,
.cm-blog-pagination .blog-pagination__next-link--disabled{
  display: none;
}

.cm-blog-pagination .blog-pagination__number-link:hover {
  border-color: #03a9f4;
}

.cm-blog-pagination a {
  border-width: 1px;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  position: relative;
  float: none;
  border-color: #e0dede;
  margin: 0 4px;
}

.cm-blog-pagination .blog-pagination__next-link,
.cm-blog-pagination .blog-pagination__prev-link{
  line-height: 30px;
  border:0;
}

.cm-blog-pagination .blog-pagination__number-link {
  padding: 2px 6px 2px 6px;
}

.cm-blog-pagination .blog-pagination__link.blog-pagination__next-link:after {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: "\f105";
}

.cm-blog-pagination .blog-pagination__link.blog-pagination__prev-link:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: "\f104";
}

.cm-blog-pagination .blog-pagination__link.blog-pagination__next-link,
.cm-blog-pagination .blog-pagination__link.blog-pagination__prev-link{
  position: relative;
}

.cm-blog-pagination .blog-pagination__number-link.blog-pagination__link--active {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
  pointer-events: none;
}


.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  box-sizing: border-box;
}

.fusion-rollover a {
  text-decoration: none;
  box-shadow: none!important;
  color: #333333 !important;
}

.fusion-rollover .fusion-rollover-link,
.fusion-rollover .fusion-rollover-gallery {
  line-height: 2.41;
  width: calc((17px) * 2.41);
  height: calc((17px) * 2.41);
  background-color: #333333;
}

.fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  transform: translateX(0);
}

.fusion-rollover-gallery:before,
.fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: icomoon;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.fusion-rollover-link:before {
  content: "\e619";
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before {
  line-height: 2.41;
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before {
  font-size: 17px;
  color: #ffffff;
}

.fusion-rollover-sep {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 5px;
}

.fusion-rollover-gallery:before {
  content: "\f002";
}


.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  max-width: 100%;
  vertical-align: top;
  display: block;
  font-size: 17px;
  line-height: 1.69;
}

.fusion-rollover-gallery, 
.fusion-rollover-link {
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  height: 36px;
  width: 35px;
  text-indent: -10000px;
  background-color: #333;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 99;
}

.fusion-rollover-categories a {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #333333 !important;
}

.fusion-rollover .fusion-rollover-link:hover, .fusion-rollover .fusion-rollover-gallery:hover {
  opacity: 1;
}



@media only screen and (min-width: 917px) and (max-width: 1008px) {
  article.fusion-post-grid {
    width: 33.33333333% !important;
  }

  .cm-blog-pagination {
    padding:0 30px;
  }
}

@media only screen and (min-width: 826px) and (max-width: 917px) {
  article.fusion-post-grid {
    width:50% !important;
  }
}

@media only screen and (min-width: 735px) and (max-width: 826px) {
  article.fusion-post-grid {
    width: 50% !important;
  } 

}

@media(max-width: 735px)  {

  article.fusion-post-grid {
    width: 100%;
    padding: 20px 30px;
  }

  .cm-blog-pagination {
    padding: 0 30px;
  }
}



.single-navigation {
  min-height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
  border-color: #e0dede;
}

.single-navigation a {
  display: inline-block;
  position: relative;
}

.single-navigation a[rel=prev]:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: "\f104";
}

.single-navigation a[rel=next] {
  margin-left: 15px;
  margin-right: 1em;
}

.single-navigation a[rel=next]:after {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: "\f105";
}

.main-post .content-wrapper {
  max-width: 1200px;
  padding: 0;
}

.main-post {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}




/* ========= POSt ================*/

article.post.cm-single-post .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

article.post.cm-single-post .flexslider {
  margin: 0 0 30px;
}

h2.entry-title.fusion-post-title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 28px;
}

.hs-blog-post .post-content {
  line-height: 1.69;
  color: #CCC;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  display: block;
  margin: 5px 0;
}

article.post.cm-single-post .fusion-meta-info {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  border-color: #e0dede;
  font-size: 12px;
}

.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: .8;
}

.fusion-social-networks .fusion-social-network-icon {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

section.related-posts.single-related-posts {
  font-size: 17px;
  line-height: 1.69;
  color: #747474;
  margin-top: 55px;
  padding-bottom:50px;
}

.single-related-posts {
  clear: both;
}

.fusion-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 31px;
}

.fusion-title h3 {
  flex-grow: 0;
  padding: 0 8px 0 0;
  padding-right: 8px;
  text-align: left;
  /* font-family: "Roboto Slab", Arial, Helvetica, sans-serif; */
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  color: #333333;
  margin: 0;
  font-size: 18px;
}

article.post.cm-single-post .fusion-single-sharing-box {
  margin-bottom: 0;
}

.fusion-title .title-sep-container {
  position: relative;
  height: 6px;
  flex-grow: 1;
}

.fusion-title .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  box-sizing: content-box;
}

.fusion-title .title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.fusion-carousel .fusion-carousel-holder {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fusion-carousel .fusion-carousel-item {
  display: block;
  float: left;
  padding: 0;
}

.fusion-carousel .fusion-carousel-item .fusion-carousel-item-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: normal;
  text-align: left;
  padding-left:20px;
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  max-width: 100%;
}

.fusion-carousel .fusion-carousel-title {
  text-align:left;
  margin:15px 0 3px;
}

.fusion-carousel .fusion-carousel-title a{
  color:#0262c9;
}
.fusion-carousel .fusion-carousel-title a:hover{
  color:#03a9f4;
}

.section.post-footer {
  margin:0 auto;
}


.fusion-carousel .fusion-carousel-holder * {
  outline:none; 
}

span.fusion-date {
  font-size: 12px;
  line-height: 1.5;
}


.fusion-carousel .fusion-carousel-nav .fusion-nav-next, .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
  display: block;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  height: 29px;
  width: 29px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover {
  opacity: 1;
  background-color: rgba(0,0,0,.6)
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
  left: 0
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
  content: "\f104"
}


.fusion-carousel .fusion-carousel-nav .fusion-nav-next {
  right: 0!important
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before {
  content: "\f105"
}

.fusion-carousel-positioner {
  position: relative;
}


@media (max-width:767px){
  .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
    flex-wrap:wrap;
  }
}

/* Fix Responsiveness of Images on Blog */ 

.wp-caption {
    max-width: 100%;
} 

.wp-caption img {
    height: auto;
}
/* ******************************************************************************
*********************************************************************************
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: #ddd;
  z-index: -1;
}
.systems-page input#hs-pwd-widget-password {
  height: 36px !important;
  outline: 0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .75rem;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.systems-page button, .systems-page .hs-button {
  margin: 15px 0;
}

.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;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
  max-width: 767px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
  padding: 16px!important;
}
@media (max-width: 767px) {
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }
  .systems-page h1{
    font-size: 26px;
  }
  .systems-page h2, .systems-page h3{
    font-size: 22px;
  }
}





.cm-search-result .cm-error-banner .cm-title-bar {
  padding-left: 30px;
  padding-right: 30px;
  background-size: cover;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d2d3d4;
}
.cm-search-result .cm-error-banner .cm-title-bar .cm-title-row {
  margin: 0 auto;
  height: 100%;
  max-width: 1100px;
}
.cm-search-result .cm-error-banner .cm-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
}
.cm-search-result .cm-error-banner  h1 {
  margin: 0;
  line-height: 1.45;
  font-size: 18px;
  color: #ffffff;
}

.cm-search-result a.hs-search-results__title {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 300;
}

.cm-search-result .content-wrapper {
  max-width:1200px;
  padding:0;
}

.cm-search-result .systems-page {
  padding:40px 30px 40px ;
}


.hs-search-results {
  margin: 0;
}

.hs-search-results__description {
  padding: 0;
}
.cm-error-banner .cm-title-bar {
  padding-left: 30px;
  padding-right: 30px;
  background-size: cover;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d2d3d4;
  background-image:url(//14542024.fs1.hubspotusercontent-na1.net/hubfs/14542024/raw_assets/public/Dentisalud_April2021/images/banner.png);
}
.cm-error-banner .cm-title-bar .cm-title-row {
  margin: 0 auto;
  height: 100%;
  max-width: 1100px;
}
.cm-error-banner .cm-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 85px;
}
.cm-error-banner  h1 {
  margin: 0;
  line-height: 1.45;
  font-size: 18px;
  color: #ffffff;
}
.cm-error-page {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}

.cm-error-page .section-header {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.cm-error-page .section-header h2 {
  margin-bottom: 0;
  background: #fff;
  position: relative;
  z-index: 99;
  display: inline-block;
  padding-right: 8px;
}

.cm-error-page .section-header:after {
  content: '';
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  top: calc( 50% + 1px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.cm-error-page .bottom-wrapper {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.cm-error-page .bottom-wrapper .column-one {
  width: 33.33333333%;
  padding-right: 15px;
  float: left;
  padding-left: 15px;
}

.cm-error-page .bottom-wrapper .column-one .cm-error-message {
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
}

.cm-error-page .bottom-wrapper .column-two {
  width: 33.33%;
  padding-left: 5%;
  float: left;
  padding-right: 15px;
}

.cm-error-page .bottom-wrapper .column-three {
  width: 33.33333333%;
  padding-left:15px;
  padding-right:15px;
  float:left;
}
.cm-search-box {
  width: 100%;
  position: relative;
}

.cm-search-box form {
  float: none;
  margin-left: 0;
  display: block;
  padding: 0;
  flex-grow: 2;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-radius: 0px;
  border-width: 1px 1px 1px 1px;
}

.cm-search-box .hs-search-field__input {
  width: 100%;
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0px 15px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  font-size: 13px;
  color: #aaa9a9;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding-top: 1px;
}


.cm-search-box .hs-search-field {
  max-width: 100%;
}

.cm-search-box .hs-search-field__input::-webkit-input-placeholder {
  color: #aaa9a9;
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: normal;
}

.cm-search-box button {
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  line-height: 33px;
  margin: 0;
  padding: 0;
  width: -webkit-fill-available;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  width: 39px;
  line-height: 38px;
  color: rgb(255, 255, 255);
  outline: 0;
}

.cm-search-box button:before {
  content: '';
}

.cm-search-box button span {
  display:none;
}
.cm-search-box button:hover {
  background-color: #03a9f4;
}
.cm-search-box ul.hs-search-field__suggestions li {
  border-color: #d2d2d2;
  border-width: 1px 1px 1px 1px;
  display: flex;
  align-items: center;
  padding: 14px;
  line-height: 1.4;
  border-bottom-style: solid;
  border-top: none;
  text-align: initial;
  cursor: pointer;
  transition: .2s padding;
  font-size: 11.7px;
}



.cm-search-box .hs-search-field__suggestions{
  opacity: 1 !important;
}
@media (max-width:1024px) {
  .cm-error-page .bottom-wrapper .column-one .cm-error-message {
    font-size:150px;
  }
}
@media (max-width:840px) {
  .cm-error-banner .cm-title-wrapper {
    min-height: calc(70px - 10px);
  }
  .cm-error-banner .cm-title-bar { 
    padding-top:5px;
    padding-bottom:5px;
  }
}
@media (max-width:800px) {
  .cm-error-page .bottom-wrapper {
    margin-left:0;
    margin-right:0;
  }
  .cm-error-page .bottom-wrapper .column-one, .cm-error-page .bottom-wrapper .column-two, .cm-error-page .bottom-wrapper .column-three {
    width:100%;
    padding-left:15px;
    padding-right:15px;
    float:none;
  }
  .cm-error-page .bottom-wrapper {
    flex-wrap:wrap;
  }
  .cm-error-page .bottom-wrapper .column-three {
    margin-bottom:50px;
  }
}

.main-post .content-wrapper {
  max-width: 700px !important;}