/* ******************************************************************************
*********************************************************************************
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%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  padding-left:20px;
  padding-right: 20px;
  margin:0 auto; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */




@font-face {
  font-family: "NotoSansCJKjp";
  src:  local("Noto Sans CJK JP"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/fonts/NotoSansJP-Regular.woff) format('woff2'),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/fonts/NotoSansJP-Regular.woff2) format('woff');
}

@font-face {
  font-family: "NotoSansCJKjp";
  src:  local("Noto Sans CJK JP Medium"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/fonts/NotoSansJP-Medium.woff) format('woff2'),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/fonts/NotoSansJP-Medium.woff2) format('woff');
  font-weight: 500;
}


@font-face {
  font-family: "NotoSansCJKjp";
  src:  local("Noto Sans CJK JP Bold"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/fonts/NotoSansJP-Bold.woff) format('woff2'),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/fonts/NotoSansJP-Bold.woff2) format('woff');
  font-weight: bold;
}



body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52; 
  letter-spacing: 0.0855em; 
  line-height: 1.7; 
}

p {
  margin-top: 0;
  margin-bottom: 1rem; 
  font-family: Lato, serif;
}

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

/* 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; 
  letter-spacing: 0.2rem;
  line-height:normal; 
}

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

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-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;
}


.body-container-wrapper ul:not([class]),
.body-container-wrapper ol:not([class]) {
  margin: 30px 0;
  padding: 0;
}

.body-container-wrapper ul:not([class]) li:not([class]), 
.body-container-wrapper ol:not([class]) li:not([class]) {
  margin: 0 0 0 2em;
  line-height: 1.8; 
}


blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto; 
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

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

.hs-button { 
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all .2s linear 0s,opacity 400ms ease 0s;
  transition: all .2s linear 0s,opacity 400ms ease 0s;
  text-align: center;
  font-weight: 500; 
  text-decoration: none !important;
  margin:20px 0;
  white-space:normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff; 
  -webkit-box-shadow: 3px 5px 30px 0 rgba(0,0,0,0.3);
  box-shadow: 3px 5px 30px 0 rgba(0,0,0,0.3);
}

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


.hs-form .field > label,
.hs-form-field > label { 
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}


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

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  font-size:  16px !important;
  padding: 9px 10px !important;
}


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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field,
.hs-form-field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


input#hs-login-widget-remember {
  float: left;
  margin-top: 5px;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
 
.hs-menu-wrapper ul { 
  margin:0;
  padding:0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  font-size: 12.16px;
  line-height: normal;
}
.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary >div > ul >li{
  float:left;
}

.custom-menu-primary ul ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s all ease;
}

.custom-menu-primary ul ul ul {
  left: 100%;
}

.custom-menu-primary ul li.has-submenu:hover >ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-menu-primary ul li.has-submenu {
  position: relative;
}


.head_inner {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: 100;
  left: 0;
  letter-spacing: 0.1em;
  position: fixed;
  top: 0px; 
}


.head_inner .page-center {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.custom_logo {
  font-size: 100%;
  letter-spacing: 0.2rem;
  float: left;
  margin-top: 10px;
}

.custom_logo img {
  width: 193px !important;
  vertical-align: top;
  max-width: 100%;
}

#hs_cos_wrapper_scroll_header_logo {
  display: none;
}

.custom-menu-primary {
  float: left;
}

.custom-menu-primary > div > ul > li {
  float: left;
  margin-left: 44px;
}

.head_inner .page-center:before,
.head_inner .page-center:after {
  content: '';
  display: block;
  clear: both;
}

.custom-menu-primary > div > ul > li > a {
  font-weight: 500;
  text-decoration: none;
  line-height: 50px;
  font-size: 109%;
  position: relative;
  display: block;
  overflow: hidden;
  font-family: "NotoSansCJKjp", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.head_btn {
  float: right;
}

.head_btn a {
  font-size: 134%;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  text-align: center;
  font-weight: 500;
  display: table;
  background: #fff;
  color: #000;
  padding: 20px 10px 21px;
}

.custom-menu-primary ul ul li a {
  padding: 10px;
  display: block;
}

.custom-menu-primary ul ul {
  min-width: 150px;
}

.head_btn a:hover {
  -webkit-box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.head_inner{
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}

#hs_cos_wrapper_normal_header_logo a:hover img {
  opacity: 0.7;
}

.custom-menu-primary>div>ul>li>a:after {
  overflow: hidden;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  content: '';
  width: 100%;
  height: 3px; 
  -webkit-transition: bottom 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: bottom 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
}

.custom-menu-primary>div>ul>li>a:hover:after {
  bottom: 0;
}

.head_inner .page-center {
  padding-top: 0;
}

.head_btn a {
  padding: 15px 10px 16px;
}


.custom-menu-primary>div>ul>li{
  margin-left: 45px;
}

@media(max-width:1290px) and (min-width:1090px){
  .header .page-center {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  .custom-menu-primary>div>ul>li  {
    margin-left: 15px;
  } 
}


header.header {
  min-height: 50px;
}



@media(max-width:1089px) and (min-width:768px){
  .header .page-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom_logo {
    flex: 0 0 auto;
  }

  .custom-menu-primary {
    order: 3;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }

  .head_btn {
    order: 2;
    flex: auto;
    justify-content: flex-end;
    display: flex;
  }

  .custom-menu-primary>div>ul>li  {
    margin-left: 19px;
  }

  header.header {
    min-height: 100px;
  }


}

.mob_trigger {
  display: none;
}

.mobile_menu_wrap{
  display: none;
}

@media(max-width:767px){
  .custom-menu-primary {
    display: none;
  }

  .head_btn {
    display: none;
  }

  .header .page-center {
    padding: 0;
  }

  .custom_logo {
    float: none;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    text-align: center;
    padding-right: 25px;
  }

  .custom_logo img {
    height: 25px;
    width: auto !important;
  }

  .head_inner {
    height: 50px;
  }

  .mob_trigger {
    z-index: 99999;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
  }

  .btn_menu_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 25px;
  }

  .btn_menu_line {
    display: block;
    position: relative;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    -webkit-transition: .5s cubic-bezier(.44, .03, .14, .98);
    transition: .5s cubic-bezier(.44, .03, .14, .98);
    background-color: #fff;
  }

  .btn_menu_line:before,.btn_menu_line:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: .5s cubic-bezier(.44, .03, .14, .98);
    transition: .5s cubic-bezier(.44, .03, .14, .98);
  }

  .btn_menu_line:before {
    bottom: -8px;
  }

  .btn_menu_line:after {
    top: -8px;
  }

  .btn_menu_line,
  .btn_menu_line:before,
  .btn_menu_line:after {
    background-color: #c30d23;
  }

  .mobile-open .btn_menu_line:after {
    background-color: #fff !important;
    top: 0;
    -webkit-transform: rotateZ(315deg);
    -ms-transform: rotate(315deg);
    transform: rotateZ(315deg);
  }

  .mobile-open .btn_menu_line:before {
    background-color: #fff !important;
    bottom: 0;
    -webkit-transform: rotateZ(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotateZ(-315deg);
  }

  .mobile-open .btn_menu_line {
    background: transparent !important;
  }

  .mobile-open .mob_trigger {
    right: 20px;
    top: 10px;
  }

  .mobile-open{
    overflow: hidden;
  }

  .mobile_menu_wrap {
    position: absolute;
    left: 0;
    top: 0;
    float: none;
    padding: 15px;
    overflow: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #c30d23;
  }

  .mobile-open .head_inner {
    height: 100%;
    overflow-y: auto;
  }

  .mobile_menu_wrap ul li {
    display: block;
    float: none;
    padding-left: 0;
  }

  .mobile_menu .hs-menu-wrapper ul li a {
    font-size: 167%;
    font-weight: normal;
    line-height: 2.91rem;
    display: inline-block;
    color: #fff !important;
    letter-spacing: 0.1em;
  }

  .mobile_menu_wrap ul ul {
    display: block;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    font-size: 100%;
    position: relative;
  }

  .mobile_menu_wrap ul li {
    margin-top: 4px;
  }

  .mobile_menu_wrap ul ul li:last-child {
    margin-bottom: 4px;
  }

  .mobile_menu_wrap .hs-menu-wrapper > ul > li:first-child {
    margin-top: 0;
  }

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

  .mobile_btns ul li a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 134%;
    color: #fff;
    font-weight: normal;
    line-height: 2.91rem;
  }

  .mobile_btns ul li:first-child > a {
    border: 1px solid #fff;
    border-radius: 2px;
    max-width: 300px;
    width: 100%;
    padding: 0 20px 0 30px;
    margin: 10px auto;
    color: #c30d23 !important;
    font-weight: 500;
    font-size: 134%;
    background: #fff url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/images/phone_mobile.png) 10px center no-repeat;
    background-size: auto 25px;
  }

  .mobile_btns ul li:nth-child(2) > a {
    border: 1px solid #fff;
    border-radius: 2px;
    max-width: 300px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 10px;
    color: #fff;
    font-weight: 500;
    font-size: 134%;
  }

  .mobile_btns ul li:not(:first-child) {
    margin-top: 0;
  }


  .mobile_menu .hs-menu-wrapper > ul > li:nth-child(2) > a,
  .mobile_menu .hs-menu-wrapper > ul > li:nth-child(3) > a,
  .mobile_menu .hs-menu-wrapper > ul > li:nth-child(4) > a,
  .mobile_menu .hs-menu-wrapper > ul > li:nth-child(5) > a,
  .mobile_menu .hs-menu-wrapper > ul > li:nth-child(6) > a,
  .mobile_menu .hs-menu-wrapper > ul > li:nth-child(7) > a {
    font-weight: normal;
    line-height: 2.91rem;
    display: inline-block;
    color: #fff !important;
    letter-spacing: .1em;
    font-size: 100%;
  }

  .mobile_menu_wrap ul  ul {
    display: none;
  }

  .mobile_menu_wrap ul li {
    position:relative;
  }

  .child-trigger {
    height: 46px;
    width: 46px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
  }

  .child-trigger:before {
    content: '+';
  }

  .child-trigger.child-open:before {
    content: '-';
  }




}

.lp_header .head_inner {
  min-height: 50px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  font-size: 12.16px;
  line-height: normal;
}


.copyright p {
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: center;
  border-top: 1px solid;
  font-size: 109%;
  padding: 10px 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0;
}

.ftr_flexi {
  padding: 55px 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}

.footer_top {
  border-top: 1px solid;
  position: relative;
}

.footer .page-center {
  padding: 0;
}

.ft_lft_col {
  margin-bottom: 15px;
}

.ft_right_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.ft_lft h3 {
  margin: 0;
  padding: 0;
  letter-spacing: 0.2rem;
  font-size: 134%;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: normal;
}

.ft_lft p {
  display: table;
  line-height: 2;
  margin: 0;
  font-weight: 500;
}

.ft_lft p span {
  display: table-cell;
}

.ft_lft p span:first-child {
  width: 100px;
}


.ft_menu {
  padding: 0 30px;
  border-left: 1px solid;
}

.ft_menu .hs-menu-wrapper ul li:not(:last-child) {
  margin-bottom: 15px;
}

.ft_menu .hs-menu-wrapper ul li a {
  font-size: 109%;
}

.ft_menu ul ul {
  margin-top: 10px;
  padding-left: 10px;
}

.ft_menu .hs-menu-wrapper ul ul li a {
  font-size: 100%;
}

.ft_social {
  margin-top: 60px;
}

.ft_social img {
  width: 30px !important;
  max-width: 100%;
  vertical-align: top;
}

.pre_ftr {
  padding: 0;
  width: 100%;
  min-height: 280px;
  background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Reforma_December2020/images/banner_bg.jpg) no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  position: static;
}

.pre_ft_cnntnt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 0 60px;
  z-index: 1;
  text-align: center;
}

.pre_ftr .page-center {
  position: relative;
  min-height: inherit;
}

.pre_ft_cnntnt p {
  font-size: 266%;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin: 0;
}

.pre_ft_cnntnt p br {
  display: none;
}

.pre_ft_cnntnt a {
  margin-top: 25px;
  border: 2px solid;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  font-size: 24px;
  padding: 25px 25px;
  width: 620px;
  border-radius: 4px;
  font-size: 24px;
}

.pre_ft_cnntnt a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -4px;
}


@media(max-width:985px) and (min-width:768px){
  .footer .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ft_lft p span br:last-of-type {
  display:none;
}

.ftr_tel_img {
  display: none;
}


@media(max-width:767px){
  .footer .page-center {
    max-width: 100%;
  }

  .ftr_flexi {
    padding: 30px 30px 0;
  }

  .ft_lft_col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
  }

  .ft_lft p:last-of-type {
    display: none;
  }

  .ft_lft p span br:last-of-type {
    display: initial;
  }

  .ft_lft h3 {
    margin-bottom: 15px;  
  }

  .ft_right_col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 60px;
  }

  .ft_menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0;
    border-left: 0;
  }

  .ft_menu .hs-menu-wrapper ul li:not(:last-child) {
    margin-bottom: 25px;
  }

  .ft_menu .hs-menu-wrapper ul li a {
    font-size: 117%;
  }

  .ft_menu .hs-menu-wrapper ul ul li a {
    font-size: 100%;
  }

  .ft_social {
    margin-top: 40px;
    width: 30px;
  }

  .ft_menu ul ul {
    margin-top: 20px;
  }

  .pre_ft_cnntnt p br {
    display: inherit;
  }

  .pre_ft_cnntnt p {
    font-size: 150%;
  }

  .pre_ft_cnntnt a {
    padding: 15px 25px 15px 12px;
    width: 100%;
    font-size: 18px;
  }

  .pre_ft_cnntnt {
    padding: 55px 20px;
    width: 92%;
    position: relative;
    margin: 0 auto;
    min-height: inherit;
  }

  .pre_ftr .page-center {
    margin: 0 20px;
    position: static;
    height: inherit;
    width: auto;
    padding: 0;
  }

  .pre_ftr {
    position: relative;
    height: auto;
    text-align: center;
    overflow: hidden;
    min-height: auto;
  }

  .ftr_tel_img {
    width: 250px;
    margin: 0 auto 15px;
    display: block;
  }

  .ftr_tel_img img {
    width: 100% !important;
    height: auto;
    vertical-align: top;
  }

}

.ft_menu a:hover{
  text-decoration: underline;
}

.ft_social img:hover {
  opacity: 0.7;
}
/* ******************************************************************************
*********************************************************************************
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 { 
  margin: 0 auto;
}

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

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

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

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

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

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

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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



.blog_page_center {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.blog_breadcrumbs {
  margin-top: 30px;
}

.blog_breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.blog_breadcrumbs ul li {
  float: left;
  padding-right: 5px;
  color: #000000;
  font-size: 92%;
}

.blog_page {
  line-height: normal;
  font-size: 12.16px;
}

.blog_breadcrumbs ul li a {
  padding-right: 5px;
  display: inline;
  color: #c30d23;
  text-decoration: none;
}

.blog_title {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 44px 0 15px;
  color: #c30d23;
  font-size: 217%;
  margin: 0;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: normal;
}

.post_itm {
  margin-top: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #eaeaea;
  display: table;
  width: 100%;
}

.post_date {
  width: 125px;
  font-size: 117%;
  display: table-cell;
  vertical-align: middle;
  color: #282828;
}

.post_title {
  width: 640px;
  float: left;
  padding-left: 38px;
}

.post_title a {
  font-size: 117%;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

.post_title a:hover {
  color: #c30d23;
}

.blog_pagin {
  text-align: center;
  margin: 59px auto 0;
}

.blog_pagin ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.blog_pagin ul li {
  float: left;
  text-align: center;
  background: #c9af82;
  margin: 0 3px;
  height: 28px;
  width: 28px;
}

.blog_pagin ul li a {
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
  font-size: 125%;
  display: block;
}

.blog_pagin ul li a:hover {
  background: #c30d23;
  line-height: 30px;
}

.listng_page {
  padding-bottom: 80px;
}

.blog_pagin ul li span {
  color: #ffffff;
  text-decoration: none;
  font-size: 125%;
  display: block;
  background: #c30d23;
  line-height: 30px;
}


.single_post > h1 {
  line-height: 1.7;
  margin: 0;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 44px 0 15px;
  color: #c30d23;
  font-size: 217%;
  font-weight: bold;
}

.single_post_inr {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 80px 28px;
  margin-bottom: 30px;
  color: #282828;
}

.single_post_inr span {
  font-size: 125%;
}

.single_post_inr h1 {
  font-size: 167%;
  color: #282828;
  padding: 0;
  border: none;
  margin: 0;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: normal;
}


.post_body {
  padding: 0 80px 30px;
}

.post_body{
  font-size: 117%;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 50px;
  color: #282828;
}

@media(max-width:900px) and (min-width:768px){
  .blog_page_center {
    padding: 0 20px;
  }
}


@media(max-width:767px){
  .blog_page_center {
    width: auto!important;
    margin: 0 15px;
    text-align: left;
  }

  .blog_breadcrumbs {
    margin-top: 20px;
  }

  .blog_breadcrumbs ul li {
    float: left;
    padding-right: 5px;
    font-size: 100%;
    color: #282828;
  }

  .blog_breadcrumbs ul li a {
    padding-right: 5px;
    display: inline;
    color: #b8002b;
    text-decoration: none;
  }

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

  .blog_title {
    padding: 20px 0 16px;
    color: #b8002b;
    font-size: 150%;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
  }

  .post_itm {
    margin-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    display: block;
  }

  .post_date {
    width: auto;
    font-size: 109%;
    display: block;
    color: #282828;
    text-align: left;
  }

  .post_title {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 2px;
    text-align: left;
    line-height: 1.6;
  }

  .post_title a {
    font-size: 109%;
    color: #000;
    display: block;
  }

  .listng_page {
    padding-bottom: 40px;
  }

  .blog_pagin {
    margin: 40px auto 0;
  }

  .blog_pagin ul li {
    float: left;
    text-align: center;
    background: #c9af82;
    margin: 0 2px;
    height: 28px;
    width: 28px;
  }

  .blog_pagin ul li a {
    line-height: 28px;
  }

}

.post_body ul li ,.post_body ol li {
  margin: 0 0 0 2em;
  line-height: 1.8;
  padding: 0;
}

.post_body ul ,.post_body ol {
  padding: 0;
}


.mobile_back_blog {
  display: none;
}

.desktop_back_blog:hover .hover_bckblog {
  display: inherit;
}

.blog_btm_btn {
  width: 100%;
  text-align: center;
}

.hover_bckblog {
  display: none;
}

.desktop_back_blog:hover .normal_bckblog {
  display: none;
}

.post_page {
  padding-bottom: 80px;
}



@media(max-width:767px){
  .single_post>h1 {
    padding: 16px 0 14px;
    color: #b8002b;
    font-size: 150%;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .single_post_inr {
    border-bottom: 1px solid #eaeaea;
    padding: 0px 0px 15px;
    margin-bottom: 19px;
    color: #000;
  }

  .single_post_inr span {
    font-size: 109%;
    color: #282828;
  }

  .single_post_inr h1 {
    font-size: 150%;
    color: #282828;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1.4;
    margin-top: 3px;
  }

  .post_body {
    padding: 0;
  }

  .desktop_back_blog {
    display: none;
  }

  .mobile_back_blog {
    display: block;
    width: 82.6%;
    margin: 0 auto;
  }

  .mobile_back_blog img {
    width: 100%;
    height: auto;
    display: block;
  }

  .post_page {
    padding-bottom: 40px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 5rem 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;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}