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











































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

dnd-section {
  padding: 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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

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

body {
  line-height: 1.4;
  letter-spacing: .1rem;
  background-color: #fff;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.body-container-wrapper a:hover {
  text-decoration: underline;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  word-break: break-word;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 25px;
}

h3 {}

h4 {}

h5 {}

h6 {}

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



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

.page-center,
.content-wrapper {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 989px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

form ul.hs-error-msgs li > label {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 10px !important;
  line-height: 1.2;
}
.hs-form label,
.hs-form legend {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  white-space: normal;
  text-decoration: none;
  letter-spacing: 8px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 19px;
  line-height: 1.42857143;
  font-family: "Kozuka Gothic Pro Standard", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Kozuka Gothic Pro Standard", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: 35px;
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  padding: 0 5px;
  font-family: "Kozuka Gothic Pro Standard", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: inherit;
  color: rgb(51, 51, 51);
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 0px;
}

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.form-input-error,
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: 1px solid #c7c7c7 !important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.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[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]{
  -webkit-appearance: none;
}

ul.hs-error-msgs {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
ul.hs-error-msgs li:before {
  display: none;
}
ul.hs-error-msgs li {
  padding: 0;
  margin: 0;
  border: 0px;
  list-style: none;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list li > label {
  margin-bottom: 10px;
  margin-top: 0px;
}
form#email-prefs-form {
  max-width: 100%;
}
p.header {
  min-height: inherit;
  z-index: 1;
  background: transparent !important;
}
[type="checkbox"], [type="radio"] {
  width: auto;
  display: inline !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid;
  padding: 0 15px;
  border-color: rgba(203,214,226,1.0);
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
.field,
div#hs-search-module input{
  margin-bottom: 18px;
}
.hs-input {
  display: block;
  max-width: 500px;
}
form select:focus,
form textarea:focus,
.hs-input:focus,
form input:focus {
/*   outline: none; */
}
.hs-button, 
.button--primary, 
.section.post-footer input.hs-button.primary {
  border-style: solid;
}
.form-container .hs-form-field {
  margin-bottom: 20px;
}
.form-container .hs-button {
  margin-bottom: 10px;
}
.actions {
  text-align: left;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  width: auto !important;
}
.migration .hs-button {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #hs_cos_wrapper_password_prompt form,
  .blog-comments form,
  #hs_cos_wrapper_search_results form,
  #hs_cos_wrapper_backup_unsubscribe form,
  .form-container form {
    max-width: 500px !important;
  }
}

@media (max-width: 767px) {
  form .hs-form-field .input {
    margin-right: 0 !important;
  }
  .error-page {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .hs-input {
    max-width: 100% !important;
  }
  .hs-form-field .input > input.hs-input {
    width: 100% !important;
  }
  form {
    max-width: 100% !important;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-y: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin: 0;
}
.hs-menu-wrapper ul li {
  list-style: none;
  margin: 0;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.hs-landing-page .header-no-nav .header-bottom {
    height: 0;
}

#related_article ul li:nth-child(3n+1) {
    clear: left;
}

#hs_cos_wrapper_subscription_preferences h1 {
  font-size: 28px;
}
#hs_cos_wrapper_subscriptions_confirmation h2,
#hs_cos_wrapper_subscription_preferences h2 {
  font-size: 22px;
}
div#content p {
  margin-bottom: 15px;
  padding: 0;
}
div#content {
  min-width: inherit;
}
img {
  max-width: 100% !important;
  height: auto;
}
.systems-page {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
div#content.success {
  font-size: 16px;
}
#comments-listing {
  border: 0 !important;
}
.blog-sidebar ul li {
  list-style: none;
}
.hs-blog-listing .hs-author-profile {
  clear: both;
  float: left;
}
.comment-date, .comment-from {
  display: block !important; 
}
.comment-date {
  margin-bottom: 10px;
}
.comment-date {
  text-align: left;
}
.blog-comments {
  max-width: 100% !important;
}
.blog-comments form {
  margin-bottom: 20px;
}
.banner-area .dnd-section {
  padding: 0 !important;
}
.blog-sidebar-post-listing li:before {
  font-size: 20px !important;
}

/************Search Default Styling***************/
.body-wrapper .hs-search-field {
  position: relative;
  text-align: left;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
  position: absolute;
  background: #fff;
  margin-top: 10px;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 9;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px;
  text-decoration: none;
}
.body-wrapper .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
  list-style: none;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.body-wrapper input[type="search"] {
  -webkit-appearance: none;
}


@media (max-width: 767px) {
  .systems-page form,
  .blog-comments form {
    max-width: 100% !important;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
  }
  .hs-blog-listing .hs-author-profile {
    clear: both;
    float: none;
  }
}


.blog-post__body h4 {
  margin-bottom: 25px;
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.blog-post__body a {
  display: inline;
}

table {
  width: 100%;
  margin-bottom: 25px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0px;
}
table td {
  border: 0px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
table tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}
.body-container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.contactform-lyt .custom-menu-primary.hs-desktop {
  display: none;
}
.contactform-lyt header.header {
  padding-bottom: 70px;
}
.contactform-lyt .body-container-wrapper {
  padding-right: 0;
  padding-left: 0px; 
}
.contactform-lyt .inner-page-wrap {
  width: 66.66666667%;
  padding-left: 20px; 
  margin: 0 auto; 
}
.contactform-lyt .body-container-wrapper p {
  font-size: 14px;
  margin: 0;
}
.contactform-lyt .top_content h3 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 3px solid #ececec;
  margin-bottom: 25px;
}
.contactform-lyt .body-container-wrapper .dnd-section >.row-fluid {
  max-width: 100% !important;
}
.contactform-lyt .body-container-wrapper .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.contactform-lyt .top_content h4 {
  font-weight: bold;
  font-size: 26px;
  color: #000;
  margin: 0;
}
.contactform-lyt .top_content p a {
  font-weight: bold;
  font-size: 26px;
  color: #e3006a;
  text-decoration: none;
}
.contactform-lyt .top_content p {
  margin: 0;
}
.content_with_bg .dnd-section,
.contact_form_title .dnd-section {
  background-repeat: repeat !important;
}
.content_with_bg .widget-type-rich_text p:first-of-type {
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  background: #fff;
}
.contact_form_title h2 {
  font-weight: bold;
  padding-top: 13px;
  padding-left: 10px;
  font-size: 18px;
  width: 100%;
  height: 50px;
  background: #fff;
  border-left: 4px solid #e3006a;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}
.contact_form_title h2 span {
  padding-left: 10px;
  font-size: 12px;
}

/*********Form Start***************/
.contact_form form.hs-form {
  background: #ececec;
  padding: 15px;
  margin-bottom: 25px;
}
.contact_form form.hs-form .hs-form-field {
  margin-bottom: 0px;
  background: #fff;
  padding: 15px;
  display: block;
}
.contact_form form.hs-form .hs-input {
  max-width: 100%;
}
.contact_form form.hs-form .hs-form-field > label {
  width: 200px;
  padding: 8px;
  margin-right: 10px;
  background: #f2f2f2;
  float: left !important;
  color: #333;
}
.contact_form form.hs-form .hs-form-field .input {
  width: 45%;
  float: left;
}
.contact_form form.hs-form .hs-form-field:before,
.contact_form form.hs-form .hs-form-field:after {
  content: "";
  display: table;
  clear: both;
}
.contact_form form.hs-form .hs-form-required {
  color: red;
  font-size: 0;
  margin-left: 4px;
}
.contact_form form.hs-form .hs-form-required:after {
  font-size: 10px;
  padding: 2px 2px 3px 4px;
  content: '必須';
  vertical-align: text-bottom;
  letter-spacing: 2px;
  color: #fff;
  background-color: #f21e66;
}
.contact_form form.hs-form .hs-form-required:after {
  font-size: 10px;
  padding: 2px 2px 3px 4px;
  content: '必須';
  vertical-align: text-bottom;
  letter-spacing: 2px;
  color: #fff;
  background-color: #f21e66;
}
.contact_form form.hs-form ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
  padding-top: 2px;
}
.contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio {
  display: inline-block;
  width: 45%;
}
.contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio input {
  width: 23% !important;
  padding: 10px 5px 0 15px;
  line-height: normal;
  margin: 0;
  vertical-align: top;
}
.contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio input span {
  width: auto !important;
  display: inline-block;
  padding-right: 15px;
}
.contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio label {
  vertical-align: middle;
}
.contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio span {
  display: inline-block;
  padding-right: 0px;
  vertical-align: top;
  padding-left: 3px;
  color: #333;
}
.contact_form form.hs-form .hs-form-field.hs-fieldtype-radio {
  padding-bottom: 3px;
}
.contact_form form.hs-form textarea {
  min-height: 150px;
  width: 85%;
}
.contact_form form.hs-form .hs-form-field.hs-fieldtype-textarea .input {
  width: calc(100% - 210px);
}
.contact_form form.hs-form .actions {
  text-align: center;
}
.contact_form ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
  clear: both;
  float: left;
}

@media (max-width: 1800px) {
  .contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio input {
    width: auto !important;
    margin-right: 5px;
  }
  .contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio {
    display: inline-block;
    width: auto;
    padding-right: 15px;
  }
}

@media (max-width: 1000px) {
  .contact_form form.hs-form .hs-form-field .input {
    width: 100%;
    float: none;
  }
  .contact_form form.hs-form .hs-form-field > label {
    float: none;
    margin-bottom: 10px;
  }
  .contact_form form.hs-form .hs-form-field.hs-fieldtype-radio > label {
    margin-bottom: 0;
  }
  .contact_form form.hs-form .hs-form-field.hs-fieldtype-textarea .input {
    width: 100%;
  }
  .contact_form form.hs-form textarea {
    width: 70%;
  }
  .contact_form form.hs-form .hs-form-field.hs-fieldtype-radio .input {
    width: calc(100% - 210px);
    float: left;
  }
  .contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio input {
    width: 33px !important;
  }
  .contact_form form.hs-form ul.inputs-list.multi-container li.hs-form-radio span {
    padding-left: 1px;
  }
}

@media (max-width: 989px) {}

@media (max-width: 767px) {
  .contact_form form.hs-form textarea {
    width: 100%;
  }
  .contact_form form.hs-form .hs-form-field.hs-fieldtype-radio > label {
    float: none !important;
    margin-bottom: 10px;
  }
  .contact_form form.hs-form .hs-form-field.hs-fieldtype-radio .input {
    width: 100%;
    float: none;
  }
  .contact_form form.hs-form ul.inputs-list.multi-container {
    padding-top: 0;
  }
}

/*********End***************/

.contact_form_bottom_sec .widget-type-rich_text {
  padding-bottom: 1px;
}
.contact_form_bottom_sec .widget-type-rich_text p {
  margin-bottom: 25px;
}

.cases-lyt .body-container-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.case_with_sidebar .dnd-section > .row-fluid {
  display: block !important;
}
.case_with_sidebar .span8 {
  width: 66.66666667%;
  padding-left: 20px !important;
}
.case_with_sidebar .span4 {
  float: right;
  width: 28% !important;
  margin-left: 0;
  padding-right: 15px !important;
}

@media (max-width: 1000px) {
  .case_with_sidebar .span8 {
    width: 100%;
    float: none;
    padding-left: 0 !important;
  }
  .case_with_sidebar .span4 {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 989px) {
  .cases-lyt .body-container-wrapper {
    padding: 0 20px;
  }
  .contactform-lyt .inner-page-wrap {
    width: 100%;
    padding-left: 0px;
  }
  .contactform-lyt .body-container-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .cases-lyt header.header {
    padding-bottom: 70px;
  }
  .cases-lyt .body-container-wrapper {
    padding: 0 10px;
  }
  .contactform-lyt .body-container-wrapper {
    padding: 0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-no-nav .header-bottom {
  height: 70px;
}

header.header {}
.header .header-inner {
  margin: 0 auto;
}
.hs-logo {
  padding: 20px;
  line-height: 0;
}

.custom-menu-primary.hs-desktop .hs-menu-wrapper > ul > li:last-child {
  float: right;
  text-align: left !important;
  width: 35%;
  border: none;
}



@media (min-width: 768px) and (max-width: 991px) {
  .header .header-inner {
    max-width: 750px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-inner {
    max-width: 970px !important;
  }
}

@media (max-width: 1000px) {
  .hs-logo {
    width: 60%;
    text-align: center;
    margin-left: auto;
  }
  header.header .custom-menu-primary.hs-desktop .page-center {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before {
    background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/btncontact.png) no-repeat center center;
  }  
}

@media (min-width: 990px) {
  .header .menu-trig { 
    display: none !important;
  }
  .hs-mobile {
    display: none !important;
  }
}

@media (max-width: 989px) {
  header.header .hs-logo-wrap .page-center {
    padding: 0 30px;
    max-width: 750px !important;
  }
  .hs-logo {
    margin: auto;
  }
  .menu-trig {
    font-size: 13px;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 50px !important;
    line-height: 50px;
    left: 20px;
    top: 14px;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .hs-desktop {
    display: none !important;
  }
  header.header .hs-logo-wrap .page-center {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-no-nav .footer-bottom-pane .widget-type-linked_image {
    display: none;
}
.footer-no-nav .footer-bottom-pane {
    padding-bottom: 85px;
}

.footer {}
.fiewd_footerbar {
  width: 100%;
  height: 109px;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  background: #000;
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_repeat.png) center bottom repeat-x;
  padding-bottom: 0px;
  border: none;
  text-align: center;
}

.footer_wrap {
  padding-top: 20px;
}
.footer_content {
  padding: 10px 15px 0;
  margin-bottom: 25px;
}
.footer_content h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer_content h3 span.txtsm {
  padding-left: 10px;
  font-size: 12px;
}
.footer_content h3 .bdw {
  float: left;
  display: block;
  height: 2px;
  width: 20px;
  margin-right: 10px;
  margin-top: 13px;
}
a:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.footer_wrap .footer_content p {
  font-size: 14px;
}
.footer_wrap p {
  margin: 0;
  padding: 0;
}
.footer_wrap ul {
  margin: 0;
  padding: 0;
}

.footer_wrap ul li {
  list-style: none;
}
.footer_wrap .col2 ul li {
  margin-bottom: 15px;
}
.footer_wrap .col2 ul li a {
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 4px;
  text-decoration: none;
}
.footer_wrap .col2 ul li a span {
  padding-left: 15px;
  font-size: 12px;
}

.footer_content.col3 h3 {
  margin-bottom: 25px;
}
.footer-pop-post {
  padding-bottom: 4px;
}
.footer-pop-post ul li:first-child {
  margin-bottom: 25px;
}
.footer_wrap .col3 ul li a {
  padding: 3px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.footer-pop-post .foo-pagelist_box {
  overflow: hidden;
}
.footer-pop-post p.foo-pagelist_image {
  display: none;
}
.footer-pop-post .foo-pagelist_content {
  display: table;
  margin-top: 0;
}
.footer-pop-post .foo-pagelist_content h4 {
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  max-height: 38px;
  margin-bottom: 8px;
  font-weight: 500;
}
.footer-pop-post .foo-pagelist_content p {
  font-size: 11px;
  line-height: 1.4;
}

div#copyright {
  font-size: 1rem;
  display: inline-block;
}

.footer-bottom-pane {
  text-align: center;
}

div#copyright ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 0;
}

div#copyright ul {
  margin-bottom: 15px;
}

div#copyright ul li a {
  display: inline-block;
  text-decoration: none;
}

div#copyright ul li a img {
  width: 40px !important;
}

.footer-bottom-pane .widget-type-linked_image {
  line-height: 0;
}
.footer-bottom-pane .widget-type-linked_image a {
  display: inline-block;
}

.footer-bottom-pane .widget-type-linked_image a img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}



@media (min-width: 992px) {
  .footer_content {
    width: 25%;
    float: left;
  }
}

@media (max-width: 991px) {
  div#copyright ul {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .fiewd_footerbar {
    background: none;
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */



/* .blog-post__body .hs-responsive-embed-inner-wrapper {
  padding: 0 !important;
}
.blog-post__body iframe.hs-responsive-embed-iframe {
  position: static !important;
  height: -webkit-fill-available !important;
} */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

/* blog custom style */

.blog-main-wrapper {
  padding-top: 30px;
}
.blog_main_column {
  width: 66.66666667%;
  padding-left: 20px;
  position: relative;
  float: left;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.blog_side_column {
  position: relative;
  float: right;
  width: 28%;
  padding: 0px;
  padding-right: 15px;
}
.hs-blog-listing img,
.hs-blog-post img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.article_visual img {
  display: block;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
}
.article_info {
  overflow: hidden;
  padding: 5px 0;
  padding: .5rem 0;
}
.article_category {
  font-size: 12px;
  font-size: 1.2rem;
  display: table-cell;
  padding: 0 20px;
  padding: 0 2rem;
  vertical-align: middle;
  color: #fff;
  border-radius: 30px;
  border-radius: 3rem;
  background-color: #18caf4;
  background: #000;
  border-radius: 0px !important;
  -webkit-border-radius: !important;
  -moz-border-radius: !important;
}
.article_day {
  font-size: 12px;
  font-size: 1.2rem;
  display: table-cell;
  padding: 3px 10px;
  padding: .3rem 1rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
  letter-spacing: .1rem;
}
.social-share {
  margin: 10px;
  line-height: 2em;
  width: 100%;
  margin: 1rem 0;
  float: left;
}
.social-share > div, .social-share > iframe, .social-share-spacer {
  display: inline-block;
  margin-right: 9.6px;
  margin-right: .6rem;
}
.social-share > iframe, .fb-like.fb_iframe_widget, .fb-share-button.fb_iframe_widget, .pocket-btn > iframe, .social-share .IN-widget svg {
  vertical-align: top;
}
.social-share .fb_iframe_widget, .social-share .hatena-bookmark-button-frame, .social-share .tumblr-button, .social-share .IN-widget {
  margin-right: 5px;
}
#social-share a, .fb-like.fb_iframe_widget span, .fb-share-button.fb_iframe_widget span, .social-share-spacer > span, #___plusone_0, #___plusone_1 {
  vertical-align: top !important;
}
.fb_iframe_widget iframe {
  max-width: none;
}
.article_header h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  clear: both;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  letter-spacing: 1px;
  letter-spacing: .1rem;
}
.article_header:after {
  display: table;
  clear: both;
  content: '';
}
.blog-post__body {
  font-size: 1.5rem;
  line-height: 1.6;
}
.blog-post__body p {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.blog-post__body h2 {
  font: inherit;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  border-bottom: 1px solid #222;
  border-bottom: .1rem solid #222;
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_02.png) repeat;
  padding: 5px;
  border: none;
}
.blog-post__body h3 {
  font: inherit;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  border-bottom: 2px solid #222;
}
.blog-post__body ol {
  line-height: 1.6;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  padding-left: 40px;
  padding-left: 4rem;
  list-style-type: decimal;
}
.blog-post__body ul {
  margin: 0;
  line-height: 1.6;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  padding-left: 40px;
  padding-left: 4rem;
  list-style-type: disc;
}
.blog-post__body img {
  margin-bottom: 2.5rem;
}
.article_footer {
  padding: 25px 0 10px;
  padding: 2.5rem 0 1rem;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: .1rem solid #e5e5e5;
}
#related_article {
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_02.png) repeat;
  padding: 15px;
  margin-top: 80px !important;
  margin-top: 8rem !important;
}
#related_article h3 {
  font: inherit;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  border-top: 1px solid #000;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  text-align: center;
}
#related_article ul li {
  font-size: 1.3rem;
  float: left;
  overflow: hidden;
  min-height: 28rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: none !important;
  color: #000; 
}
.category h3 {
  margin-top: 20px;
  height: 40px;
  font-size: 13px !important; 
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg03.png) no-repeat left center;
  padding-left: 40px;
  padding-top: 9px;
}
.category h3:before {
  content: "Category";
  padding-right: 10px;
  font-size: 18px;
}
.movie_box h3,
.pop_box h3 {
  text-align: left;
  padding-top: 9px;
  height: 40px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px !important; 
}
.movie_box h3 {
  background-image: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/icon04.png);
}
.pop_box h3 {
  background-image: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/icon02.png);
}
.movie_box {
  text-align: center;
  margin-top: 20px;
}
.movie_box h3 span {
  font-size: 12px;
  padding-left: 15px;
}
.pop_box h3 span {
  font-size: 12px;
  padding-left: 20px;
}
.pagelist {
  margin-bottom: 3rem;
}
.pagelist li {
  overflow: hidden;
}
.pagelist li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 3px;
  padding: .3rem;
  color: #222;
}
.pagelist_box {
  overflow: hidden;
}
.pagelist_box .pagelist_image {
  display: block;
  float: left;
  margin-right: 10px;
  margin-right: 1rem;
}
.pagelist_box .pagelist_image img {
  width: 60px;
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}
.pagelist_content {
  display: table;
  margin-top: 0;
}
.pagelist_content h4 {
  font: inherit;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  overflow: hidden;
  max-height: 38px;
  max-height: 3.8rem;
  margin-bottom: 8px;
  margin-bottom: .8rem;
}
.pagelist p {
  margin: 0;
}
.pagelist_content p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #999;
}
.pagelist li a:hover {
  color: #555;
  background-color: #f9f9f9;
}
.pagelist li a:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.scc_wrapbox {
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_02.png) repeat;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.scc_wrapbox h3 {
  margin-bottom: 0px !important;
  border: none !important;
}
.scc_wrapbox form {
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_02.png) repeat;
  padding: 15px;
}
.mail_magabox {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 10px;
}
.mail_magabox p {
  margin: 0;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.mail_magabox p span {
  display: block;
  margin-top: 10px;
  line-height: 1.4em;
  font-size: 13px;
  text-align: center;
  color: #666;
}
.mail_magabox p:first-child {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mail_magabox p img {
  width: 100%;
}
.articleList+.ccm-image-block {
  position: absolute;
  top: 200px;
  left: 30px;
}
.latest_posts {
  width: 100%;
  padding: 30px;
  min-height: 300px;
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_main.jpg) no-repeat right center #000;
}
.articleList li {
  margin-top: .5rem;
  list-style: none;
}
.latest_posts > li {
  background: #fff;
  margin-top: 50px !important;
  width: 700px !important;
  list-style: none;
}
.articleList_box {
  overflow: hidden;
  padding: 5px;
  padding: .5rem;
}
.articleList_img {
  display: block;
  float: left;
  margin-right: 1rem;
  width: 40% !important;
}
.articleList_img a {
  display: inline-block;
}
.articleList_img a img {
  display: block;
  width: 178px;
  height: auto;   
  object-fit: cover;
  height: 14.8rem;
}
.articleList_content {
  margin-left: 19.5rem;
  position: relative;
}
.articleList_content > a {
  position: absolute;
  top: 50px;
  left: 0px;
  display: block;
  color: #222;
  height: 120px;
  display: block !important;
}
.articleList_content h2 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.4;
  overflow: hidden;
  max-height: 2.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.articleList_content p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  overflow: hidden;
  max-height: 5.8rem;
}
.articleList_footer {
  margin-top: 0px;
}
.entry_meta {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.articleList_footer .entry_meta {
  line-height: 1.6;
}
.articleList_content a {
  display: block;
  color: #222;
}
.articleList_footer .entry_meta li,
.articleList_footer .entry_meta li a, 
.articleList_footer .entry_meta li span {
  display: inline;
}
.articleList_footer .entry_meta li {
  display: block;
  font-size: 1.2rem;
  margin-top: .5rem;
}
.entry_meta li a {
  background: #e50043;
  font-weight: bold;
  padding: 5px;
  color: #fff !important;
}
.entry_meta li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.entry_meta li+li a {
  background: none;
  color: #000 !important;
}
.articleList_content a:hover {
  color: #555;
}
.articleList_content>a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.hs-blog-listing .blog_main_column > a,
.hs-blog-listing .blog_main_column > p,
.hs-blog-listing .blog_main_column > img,
.hs-blog-listing .blog_main_column > div,
.hs-blog-listing .blog_main_column > ul,
.hs-blog-listing .blog_main_column > ol,
.hs-blog-listing .blog_main_column > iframe,
.hs-blog-listing .blog_main_column > form {
  margin-bottom: 2.5rem;
}
.maintotitle01 {
  width: 100%;
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_02.png) repeat;
  height: 50px;
  font-size: 18px;
  padding-top: 14px;
  padding-left: 15px;
  color: #000;
  font-weight: bold;
  border-left: 4px solid #000;
  letter-spacing: 0.1em;
}
.maintotitle01 h3 {
  margin: 0;
  font: inherit;
  color: inherit;
}
.articleList_box:hover {
  background-color: #f9f9f9;
}
.pagination_wrap {
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.pagination_wrap>span {
  display: inline-block;
}
.pagination {
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 20px 0;
  padding-left: 0;
  border-radius: 4px;
  font-size: 0;
  margin: 0 5px;
  margin: 0 .5rem;
  display: inline-block;
}
.pagination li {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  overflow: hidden;
  width: 4.5rem;
  height: 4.6rem;
  text-align: center;
  line-height: 1.42857143;
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 6px 12px;
  text-decoration: none;
  color: #000;
  border: none;
  padding-top: 15px;
  background-color: #ccc;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li:first-child a, 
.pagination li:first-child span {
  border: none;
  color: #000;
}
.pagination li a:hover, 
.pagination li span:hover {
  color: #555;
  border-color: #ddd;
  background-color: #f9f9f9;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
  cursor: not-allowed;
  color: #777;
  border-color: #ddd;
  background-color: #fff;
}
.pagination .disabled span {
  background-color: #f9f9f9 !important;
}
a {
  display: inline-block;
}
a:hover {
  text-decoration: underline;
}
.hs-blog-listing {
  font-size: 14px;
}
.related_article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related_article ul li a {
  vertical-align: top;
  color: #000;
}
.related_article ul li a:hover {
  color: #999;
}
.related_article ul li img {
  height: auto;
  margin-bottom: 3px;
  margin-bottom: .3rem;
  width: 60%;
  float: left;
  min-height: 232px;
  object-fit: cover;
  margin-right: 5px;
}
.blog-comments form {
  margin-top: 50px;
}
.blog-post__body .hs-responsive-embed-wrapper {
  margin: 0 !important;
}
.blog-post__body i {
  font-style: normal;
}
.search-module-with-button {
  font: inherit;
  background: url(https://9008769.fs1.hubspotusercontent-na2.net/hubfs/9008769/raw_assets/public/Rittal_January2021/images/bg_02.png) repeat;
  padding: 15px;
}
.search-module-with-button input.hs-search-field__input {
  outline-offset: 0px;
  background: #fff;
  font: inherit;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0 .5rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 100%;
  height: 30px;
  border: none;
}
.search-module-with-button .hs-button.primary {
  font: inherit;
  padding: 0 .5rem;
  display: block;
  width: 100px;
  border: none;
  height: 30px;
  margin: auto;
  margin-top: 10px;
  letter-spacing: normal;
  border-radius: 0;
}
.search-module-with-button ul {
  margin: 0;
}
.search-module-with-button .hs-search-field--open .hs-search-field__suggestions {
  position: relative;
}
.hs-blog-listing .mobile-spacer {
  display: none;
}
.search-module-with-button input.hs-search-field__input {
  font-family: "Kozuka Gothic Pro Standard", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#category_title {
  font: inherit;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 3px solid #ececec;
}
#category_title h3 {
  margin: 0;
  font: inherit;
}
#description-block {
  font: inherit;
  padding: 15px;
  font-size: 13px;
  border: 2px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #868686;
}

@media (min-width:2200px){
  .related_article ul li img {
    min-height: 12.31vw;
  }
}

@media (max-width: 1600px) {
  .related_article ul li img {
    min-height: auto;
  }
}

@media (max-width: 1000px) {
  .blog_main_column {
    float: none!important;
    padding-left: 0px !important;
    width: 100% !important;
  }
  .blog_side_column {
    padding: 0;
    width: 100% !important;
    float: none !important;
  }
  .blog-main-wrapper .page-center {
    padding: 0 2rem;
  }


}

@media (max-width: 989px) {
  .articleList_img {
    position: static;
    width: auto !important;
  }
  .articleList_content {
    margin-left: 13rem;
  }
  .articleList_content > a {
    position: static;
  }
  .articleList_content p {
    max-height: 5.4rem;
  }
  .entry_meta {
    position: static;
  }
  .articleList li,
  .articleList_footer .entry_meta li {
    margin-top: 1.5rem;
  }

}

@media (max-width: 767px) {
  .hs-blog-post header.header {
    padding-bottom: 70px;
  }
  .blog-main-wrapper .page-center {
    padding: 0 1rem;
  }
  .articleList+.ccm-image-block {
    top: 130px;
    left: 0px;
  }
  .articleList > li {
    width: 100% !important;
    border: .1rem solid #e5e5e5;
  }
  .articleList_img a img {
    height: auto;
    height: 8.6rem;
    width: 103px;
  }
  .articleList_content {
    margin-left: 11.5rem;
  }
  .articleList_content p {
    font-size: 1.2rem;
    max-height: 7.2rem;
  }
  .articleList li, 
  .articleList_footer .entry_meta li {
    margin-top: .8rem;
  }
  .pagination li a, .pagination li span {
    width: 3.8rem;
  }
  .hs-blog-listing .mobile-spacer {
    display: block;
    background: #000;
    height: 70px;
    width: 100%;
  }
  .articleList_footer .entry_meta li a {
    font-size: 1.1rem;
  }

}

@media (max-width: 639px) {

  .blog-post__body {
    font-size: 1.3rem;
  }
  .blog-post__body h2 {
    font-size: 1.9rem;
  }
  .blog-post__body h3 {
    font-size: 1.8rem;
  }
  .social-share {
    float: none;
    padding: 0 10px;
    margin-bottom: 0;
  }

}

@media (max-width: 479px) {
  .related_article ul li {
    width: 100% !important;
  }
  .related_article ul li img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

}

@media screen and (min-width: 2px) {
  .hs-col-md-2 {
    width: 33.333333% !important;
  }

}
/* ******************************************************************************
*********************************************************************************
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-top: 30px;
}
div#notFound {
  line-height: 2.5;
  width: 100%;
  padding: 70px 0;
  text-align: center;
}
div#notFound p {
  font-size: 21px;
  line-height: 1.8;
  color: #575757;
  margin: 0;
}
div#notFound p.notFound_txt {
  font-size: 35px;
  margin: 35px 0;
  letter-spacing: 4px;
  font-weight: 400;
  font-family: Hiragino Kaku Gothic ProN;
}
div#notFound {
  font-size: 14px;
}

div#notFound a {
  text-decoration: underline;
  color: #2daef0;
  display: inline-block;
}

@media (max-width: 989px) {
  .error_page .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .error-layout header.header {
    padding-bottom: 70px;
  }
  div#notFound p {
    font-size: 15px;
    line-height: 2.6;
  }
  div#notFound p.notFound_txt {
    font-size: 27px;
    margin: 26px 0;
  }
  div#notFound {
    padding: 20px 0;
  }
  .error_page .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.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: #ccc;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 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;
}


.cmoscc_title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
.hs-search-results {
  margin-top: 2.5rem;
}
ul#hsresults {
  padding: 0;
}
ul#hsresults li {
  margin-top: 5px;
  padding: .5rem;
}
ul#hsresults li:hover {
  background-color: #f9f9f9;
}
ul#hsresults li:first-child {
  margin-top: 0;
}
ul#hsresults li a {
  font: inherit;
  display: block;
  color: #222;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 1rem;
  font-weight: bold;
}
ul#hsresults li a:hover {
  color: #555;
  text-decoration: underline;
}
ul#hsresults li p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.search-pg .blog_main_column {
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1000px) {
  .search-pg .blog_main_column {
    padding-left: 0;
    padding-right: 0;
  }

}