*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}
.dnd-section>.row-fluid {
  max-width: 900;
 margin-left:auto;
 margin-right:auto;
 padding:0 15px
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
ul li {
  list-style: none;
}
ul, ol {
    margin-bottom: 0;
    padding-left: 0;
	margin-top: 0px;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 9px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
 
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

.hs-form-field {
  margin-bottom: 10px;
}
.hs-form-field:last-child {
  margin-bottom: 0px;
}
/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 10px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

/* デザイン修正依頼_0414 START */
@media (min-width: 567px) {  
  fieldset {
    max-width: 80% !important;
    margin: auto !important;
  }
  .hs-form-field {
    padding-left: 10px !important;
  }
}
/* デザイン修正依頼_0414 END */

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

.hs_cos_wrapper_type_form .hs-form input,
.hs_cos_wrapper_type_form .hs-form textarea{
  color: #666666;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}
.form-columns-1 .hs-input{
  width: 100%;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

.hs_error_rollup{
  display: none;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Textarea */
textarea.hs-input{
  min-height: 100px;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */
.cta-btn .widget-type-cta {
  display: inline-block;
  margin: 5px 3px 5px 3px;
}
.cta-common {
  max-width: 390px;
  margin-left: auto;
}
.cta-btn { 
  display: table-cell;
}/*
.sidebar-common .cta_button {
  width: auto !important;
  display: block !important;
}*/
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-arrow:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-link {
  position: relative;
}
.submenu.level-1 > .has-submenu > .menu-arrow:before {
  display: none;
}
.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
/* Logo */
.submenu {
  min-width: 200px;
}

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  color: #333333;
}
.header__logo .widget-type-logo {
  line-height: 0;
}
.header__logo .widget-type-logo img {
  display: block;
}
.header__logo--tablet{
  display: none;
}
/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}
.hs_cos_wrapper_type_cta a.cta_button {
  margin-top: 0 !important; 
}
.search-icon .hs-search-field__input {
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #333333;
  border: 2px solid #666666;
  border-radius: 6px;
  font-family: ;
  font-weight: 300;
  font-size: 22px;
  line-height: 42px;
  padding: 0 15px;
  height: 45px;
}
.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.submenu.level-2 > li {
  padding: 0;
  border-bottom:  1px Solid #eeeeee;
}
.header__search .hs-search-field__input::placeholder {
  color: #666666;
  opacity: 1;
}

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

.has-submenu {
  position: relative;
}
.level-2 .has-submenu ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  border: 1px Solid #eeeeee !important;
  border-radius: 6px;
  background-color: #ffffff;
  z-index: 9;
}

.submenu.level-3>li {
  padding-left: 0px;
  border-bottom: 1px Solid #eeeeee !important;
}


.submenu.level-2 > li:last-child, .submenu.level-2 > li:last-child .submenu {
  border-bottom: none !important;
  border-radius: 0 0 6px 6px;
}

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

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

.search-icon {
  display: table-cell;
  vertical-align: middle; 
  padding: 33px 15px;
}

.search-btn {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  fill: ;
  font-weight: 300;
  font-size: 22px;
  line-height: 16px;
  padding: 0px 25px;
  height: 36px;
  cursor: pointer;
}

.header__search {  
  width: 100%;
  min-width: 250px;
  bottom: -80px;
  padding: 0px;
  left: 0px;
  right: 0px;
}

.search-box {
  background-color: #ffffff;  
  z-index: 99;
}

.search-level-2 {
  display: block;
  position: absolute;
  top: -20px;
  left: -4px;
  right: 0px;
  margin: 0 auto;
  height: 20px;
  width: auto;
  overflow: hidden;
}

.search.level-2 {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-top: 12px;
  background-color: #ffffff;
  transform: rotate(45deg);
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}

/* Search box input field - button */
.hs-search-field__bar form .hs-search-field__input{
  position: relative;
}

.hs-search-field__bar form button{
  position: absolute;
  right: 0;
  top:0;
  height: 37px;
  background-color: #fd5e16;
}	

.hs-search-field__bar button svg {
  width: 18px;
  height: 18px !important;
  fill: #ffffff;
}

/* Modal Popup */
.hst-pop-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  display: none;
}
.hst-pop-modal-wrapper {
  z-index: 9999999999 !important;
}

.hst-pop-modal-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.btn-hst-pop-modal{
  text-decoration: none;
}
.hst-pop-modal {
  z-index: 1000000;
  position: relative;
}

.hst-pop-modal.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;    
  box-sizing: border-box;   
  background-color: #ffffff;
  max-width: 800px;
  width: 100%;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.hst-pop-modal.search-modal.modal {
  padding: 30px;
}
.hst-pop-modal h3{ 
  color: #333333;
}
.hst-pop-modal p{ 
  color: #666666;
}
.close-hst-pop-modal {
  position: absolute;
  top: 5px;
  right: -10px;
  display: block;
  width: 30px;
  height: 30px;
}

.close-hst-pop-modal i{
  color: #333333;
  font-size: 18px; 
}

/* Language switcher */

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

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

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

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

.submenu.level-2 {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  min-width: 200px;
  max-width: fit-content;
  width: 100%;
  display: table;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  font-weight: 500;
  border: 1px Solid #eeeeee !important;
  border-radius: 6px;
  background-color: #ffffff;
  transition: visibility 0s, opacity 0.3s;
  word-break: break-word;
  z-index: 9;
}
body .has-submenu .submenu.level-3,
.submenu.level-2 {
  border-top: 3px solid #4169E1 !important;
}
.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 4px 15px;
  transition: background-color 0.3s;
  color: #222222;
  white-space: nowrap;
}
.submenu.level-2 > li {
  padding: 0;
  border-bottom: 1px Solid #eeeeee !important;
  background-color: #ffffff !important;
}
.navigation-primary a {
  font-family: Noto Sans JP !important;
  font-size: 15px !important;
  font-weight:400 !important;
  color: #333333;
  line-height: 25px !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  text-transform: Capitalize !important;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  display: block;
  position: absolute;
  top: 39px;
  right: -4px;
  width: 0;
  height: 0;
  margin-left: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333333 !important;
}
.header {
  background-color: #ffffff !important;
  border-bottom: px  ;
  display: table;
  width: 100%;

}

.sp-close {
  color: #666666 !important;
}
.side-panel svg {
  fill: #666666 !important;
}
.sp-social-icons svg {
  fill: #666666 !important;
}
.sp-address > ul li,
.sp-address > ul li a{
  color: #666666 !important;
}
.sp-address h4, .sp-social-icons h4 {
  color: #333333 !important;
}
.sp-address {
  background-color: #ffffff !important;
}
.side-panel-wrapper > .side-panel {
  background-color: #f6f6f6 !important;
} 
.submenu.level-2 .menu-item .menu-link:hover, 
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #ffffff !important;
  color: #47B3D8;
  cursor: pointer;
  transition: background-color 0.3s;
}

body .navigation-primary a.active-item {
  color: #4169E1 !important;
}
.navigation-primary a:hover {
  color: #4169E1;
}

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

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

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

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

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

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

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

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

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

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */
.menu-link {
  padding: 28px 10px;
  display: table;
  line-height: 25px;
}

#nav-toggle {
  display: none;
}

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

.ml0{
  margin-left: 0 !important;
}

.mt15{
  margin-top: 15px; 
}

/* Header Modules */
.sp-toggle{
  display: table-cell;
  vertical-align: middle;
}

/* Pre Header */
.preheader__row{
  width: 100%;
} 

.fixed-top {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
}

/* Mobile menu toggle */
.header__navigation--toggle{
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 6px 8px;
  text-align: initial;
}

.header__navigation--toggle{
  display: none;
} 

.header__mobile-menu-icon::before {
  top: -8px;
}

.header__mobile-menu-icon::after {
  top: 8px;
}

.header__mobile-menu-icon::after,
.header__mobile-menu-icon::before {
  content: '';
  position: absolute;
}

.header__mobile-menu-icon {
  position: relative;
  top: -5px;
}

.header__mobile-menu-icon, 
.header__mobile-menu-icon::after, 
.header__mobile-menu-icon::before {
  background-color: #666666;
  display: inline-block;
  height: 2px;
  width: 20px;
}

/* Desktop & Tablet */
@media (max-width: 1150px) {
  .header__row-2 {
    width : 100%;
    justify-content: left;
    padding: 7px;   
    float: left !important;
    margin-top: 0;    
  } 
  .header__navigation--toggle{
    display: block;
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 110px;
    top: 10px;
  }
  .search-icon {
    padding: 0px;
  }
  .submenu.level-2{
    display: none;  
  }  
}

.header__search--toggle,
.header__search--toggle.hide, 
.header__language-switcher--toggle.hide {
  display: none;
}

.header__column{
  position: relative;
}

.side-panel-toggle{
  display: table;
  margin-left: auto;
}

.intro-content::before,
.intro-content::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
  .header__navigation {
    display: none;
  }
}

/* Mobile styles */

@media (max-width: 1150px) {
  .header__column {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .header__container > .content-wrapper{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,  
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    background-color: #ffffff !important;
    z-index: 9;
    width: 500px;
  }

  .header__navigation.open {
    z-index: 999999999; 
    box-shadow: 0 5px 10px -5px #666666;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: none;
  }
  .header__container .side-panel-wrapper{
    text-align: initial;  
  }
}

@media (max-width: 991px) {
  .hst-pop-modal.modal{
    width: 90%;
  }
  .hst-pop-modal.search-modal.modal{  
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media  (max-width: 1150px){
  .cta-common {
    display: flex;
  }
}
@media (max-width: 575px) {
  .header__navigation.open{
    width: 100%;
  }
  .cta-common.blog-display { 
    display: initial;
  }
  .cta-common.blog-display .cta-btn { 
    display: inherit;
  }
} 

@media (max-width: 480px) {
  .side-panel-wrapper > .side-panel{
    width: 100%;
    max-width: 95%;
  }

}
.footer {
  position: relative;
  z-index: 1;
}
.footer__container{
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 auto;
}
.footer__copyright {
    color: #fff !important;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    margin-top: 150px;
    text-align: center;
}
.footer__container {
  max-width: 900px !important;
  display: table;
  width: 100%;
}

.footer-bg .copyright {
  margin-top: 30px;
}

.footer .submitted-message{
  text-align: left;
}

#return-to-top {
    background-color: #09425f;  
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;   
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000000;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0px;
  margin: 0 auto;
}
.sidebar-bg img {
  width: 100% !important;
  height: 100% !important;
  }
.sidebar-common {
  text-align: center;
  padding: 0px 15px;
}
.blog-header {
  background-color: ;
  text-align: center;
}
h4.blog-header__subtitle {
  display: none;
}
.blog-header__inner {
  margin: 0 auto;
  padding: 60px 15px; 
}
.blog-header__subtitle {
  color:  !important;
  font-size: 30px;
  line-height: 40px;
}

.author-bio .blog-header__subtitle {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

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

.container-fluid .row-fluid .page-center {
    float: none !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding-bottom: 80px;
    padding-top: 80px;
}

.blog-header__container{
  width: 80%;
  display: table;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}
/* Single post Start */
.post-content-top {
    margin-top: 40px;
}
.mar-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.details-list {
    margin-top: 20px;
}
.details-list ul li:first-child {
    width: 25px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;    
}
.details-list ul {
    display: table;
    padding-left: 0px;
    margin-bottom: 15px;
}
.details-list ul:last-child {
    margin-bottom: 15px;
}
.details-list ul li {
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.details-list li {
    list-style: none;
}
p.content-top-space {
    padding-bottom: 0 !important;
}
.content-top-space {
    padding-top: 15px;
}
.blockquote {
    border-left: 3px solid #F2A74B;
    padding-left: 20px;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .blockquote {
    font-size: 20px;
    line-height: 30px;
  }
  .post-content-top {
      margin-top: 15px;
  }
  .blog-header__container{
    width: 100%;
  }
}

.blog-author-img {
  padding-top:30px;
  padding-bottom:30px;
  vertical-align: middle;
 }
.blog-author-content {
  display: table-cell;
  vertical-align: middle;
  padding-top:30px;
  padding-left: 30px;
  padding-bottom:30px;
 }
  
.blog-author-name {
  padding-bottom: 10px;
 }
.blog-author-det {
  display: table;
}
/* Single post End */

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 0 0 10px 0;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.comment.depth-0 {
  border-top: 3px Solid #f5f5f5 !important;
}
@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-index__post-image {
  display: block;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
}
@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 a {
  color:  !important;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-index__post-image {
	margin-bottom: 20px;
}
.blog-index__post1 {
	position: relative;
  padding: 20px 20px 30px 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
}
.blog-index__post1.section-mar-bot-30:last-child {
	margin-bottom: 30px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: 10px 15px;
  margin: 0 .1rem;
  color:  !important;
  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 !important;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: ;
  margin: 0 10px;
}
.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-social-links {
  margin-top: 20px;
    margin-bottom: 30px;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #eeeeee !important;
  fill: #4169E1 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.blog-header__author-social-links svg {
  fill: #4169E1 !important;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post__meta {
  margin: 0 0 15px 0;
}
.blog-post__meta .blog-post__timestamp {
	display: inline-block;
}
.blog-post__meta a {
	color: #333333 !important;
}
.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__meta svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: ;
  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: ;
  padding: 1rem;
}
.blog-post__meta_item {
    padding-right: 20px;
}

.blog-post__meta {
    background-color: #f2f2f2;
    padding: 10px 20px;
}
.blog-post__meta_item {
    display: inline-block;
    vertical-align: middle;
}

.blog-post__meta_item span{
    vertical-align: middle;
}

@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: 100%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: ;
  margin: 0px 15px 0px 15px;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid ;
  color: ;
}
.blog-comments .hs-button:hover {
  background-color: ;
  color: ;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}
.sidebar-bg {	
	z-index: 2;
  margin: 0px 15px 15px 15px;
  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
  border-radius: 10px;
}
.sidebar-bg:last-child {
  margin-bottom: 0px !important;
}

.hs-search-field__input::placeholder {
  color: #666666;
}
.search-form .hs-search-field__input {
	height: 38px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px Solid #f9f9f9;
  background-color: #ffffff;
  color: #666666;
}
.single-post h1 {
  color: #333333 !important;
  margin-bottom: 15px;
}
.popular h3,
.single-post h1,
.recent h3,
.tag h3 {
	font-size: 23px;
	line-height: 33px; 
  position: relative;
  padding-left: 20px;
}

.single-post h1{
  padding-left: 0;
}

.sidebar-bg .block h3::before,
.sidebar-bg .popular h3::before,
.sidebar-bg .recent h3::before,
.sidebar-bg .tag h3::before,
.sidebar-bg .post-listing h3::before{ 
    content: "";
    background-color: #4169E1;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.popular h6 a {
	color: #333333 !important;
}
.recent h3,
.tag h3,
.popular h3 {
	margin-bottom: 20px;
}
.recent ul,
.tag ul {
	list-style-type: none;
}
.recent ul li:last-child {
  border-bottom: 0;
}
.recent ul li {
  border-bottom: 1px solid #dcdcdc;
}
.recent ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
	line-height: 24px;
	padding: 8px 0px;
}
.recent ul li:first-child {
	padding-top: 0px;
}
.recent ul li:last-child {
	padding-bottom: 0px;
}
.blog-post__tags a {
  vertical-align: middle;
  color: #333333;
}

.recent ul li a {
	color: ;
  font-family:  !important;
}
.tag ul li a {
  color: #4c88ff !important;
}
.tag ul li a:hover {
  color:  !important;
}
.tag ul li {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    background-color: #ffffff;
    border: 2px Solid #eeeeee;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #4c88ff;
    border-radius: 5px;
    transition: .5s all ease;
    padding: 8px;
    display: inline-block;
}

.blog-content-bg-color {
	background-color: #f5f5f5;
}
.subs-blog .contact-form form {
	box-shadow: none;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    position: relative;
	text-align: 
}
.comment-from h4 a {
  text-transform: capitalize;
}
.comment-reply-to {
  background: none !important;
}
.post-footer .hs-common-confirm-message {
  display: table !important;
  margin: 20px 0px !important
}
.comment-date {
  font-size: 12px !important;
  line-height: 26px;
  letter-spacing: 1px !important;
  margin-left: 10px;
  margin-bottom: 15px;
}
.subs-blog .contact-form form {
    background-color: inherit;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.blog-comments .hs_email,
.blog-comments .hs_firstname {
	width: 45%;
    margin: 15px 15px 0 15px !important;
    float: left;
    clear: left;
}
.blog-comments .hs_website,
.blog-comments .hs_lastname {
	width: 45%;
    margin: 15px 15px 0 15px !important;
    float: right;
}
.blog-comments .hs_comment {
	display: inline-block;
	width: 95%;
	clear: both;
	margin: 15px 15px 0 15px !important;
	float: none;
}
.blog-comments.sidebar-bg {
	padding: 30px 15px;
}
.blog-comments .hs_recaptcha {
	display: none;
}
.blog-comments .hs-button {
	margin-top: 30px;
}
.blog-header  {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: 100%;
}
.blog-header .intro-content{
  color: #ffffff;
}
.post-item.section-margin-bottom:last-child {
	margin-bottom: 0px;
}
.author-bio .blog-header__title {
	margin-bottom: 15px;
}
.author-bio .blog-header__author-social-links {
	margin-top: 15px;
} 

/* Blog variation */
.col2-grid .span6:nth-child(odd){
  margin-left: 0;
}
.col3-grid .span6::nth-child(4n){
  margin-left: 0;
}

@media screen and (max-width: 767px) {
	.subs-content h1 {
		font-size: 28px !important;
		line-height: 38px !important;
	}
}
@media (max-width: 767px) {
	.subs-content h1 {
		font-size: 28px !important;
		line-height: 38px !important;
	}
}
@media (max-width: 991px) {
  .blog-comments .hs_email,
  .blog-comments .hs_firstname {
    width: 93%;
    float: none;
  }
  .blog-comments .hs_website,
  .blog-comments .hs_lastname {
    width: 93%;
    float: none;
  }
}

.blog_box {
  color: #232323;
  background: #f5f5f5;
  border-left: solid 10px #4169E1; 
  width: 700px;
  height: 50px;left;
  display: table-cell;
  vertical-align: middle;
  margin: 0em auto;
 }

.line {
	position: relative;
	height: 2px;
	border-width: 0;
  background-color: #4169E1;
	background-image: linear-gradient(to top right,#4169E1 10%,#47B3D8 90%);
}

.list {
  position      : relative;            /* タイトル用に親要素定義  */
  box-sizing    : border-box;          /* 罫線・余白も含む大きさ  */
  margin        : 14px auto 0 auto;    /* BOXの位置               */
  width     : 100%;               /* BOXの横幅           */
  background    : #fff;                /* BOXの背景色             */
  padding       : 33px 30px 25px 30px; /* BOX内の余白             */
  border        : 2px solid #4169e1;   /* BOXの枠線               */
  
}
.list::before {
  position      : absolute;          /* 親からの相対位置の定義  */
  display       : inline-block;      /* インラインボックス定義  */
  box-sizing    : border-box;        /* 罫線・余白も含む大きさ  */
  line-height   : 1;                 /* 1行の高さを初期化       */
  background    : #4169e1;           /* タイトル背景色          */
  color         : #ffffff;           /* タイトルの文字色        */
  content       : attr(title);       /* タイトルに[title]を表示 */
  font-weight   : bold;              /* タイトルは太字          */
  padding       : 8px 15px;          /* タイトル内の余白        */
  top           : -17px;             /* タイトル上位置はマイナス*/
  left          : 16px;              /* タイトル右位置は1文字分 */
  border-radius : 16px;              /* タイトルの角丸          */
  font-size     : 16px;              /* タイトルの文字サイズ    */
}
.error-page {
  padding-bottom: 60px;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.error-page div {
  text-align: center !important;
}
.systems-page {
  padding-bottom: 60px;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.subs-content {
	text-align: center;
}
form .hs-button {
	margin-top: 25px !important;
}
.text-white {
  color: #fff;
}
.membership_common .text-left p a,
a.hs-register-widget-show-password,
a.hs-reset-widget-show-password {
    color: #ffffff !important;
}
form#hs-membership-form label {
  display: inline-block;
}
form#hs-membership-form .hs-form-field {
  margin-top: 15px !important;
}

.subs-content,
.search_results_content {
	padding-bottom: 60px;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f5f5f5;
}
.subs-content h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
	 color: #333 !important;
}
.img-margin-bottom,
.section-margin-bottom {
	margin-bottom: 20px;
}
.systems-page h4,
.systems-page h2,
.systems-page p,
.systems-page h1,
#content h3,
.unsubcribe_header h1,
.subscription_confirmation_header .page-header h2,
.subscription_confirmation_header .page-header h1,
.subscription_confirmation_header .page-header {
  color: #ffffff !important;
}
.subs-content .page-header h2 {
	font-size: 18px;
	line-height: 28px;
}
.search_results_content {

text-align: left;

}

.systems-page {

text-align: center;

}
.subscribe-options p,
.subs-content .item {
	background-color: #eeeeee;
    padding: 10px;
    width: 35%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.subscribe-options p {
	margin-bottom: 0px;
}

.subs-content .page-header {
	margin-bottom: 30px;
	line-height: 22px;
}
.item-inner  span {
	margin-left: 8px;
}
.email-prefs .header {
	margin-bottom:10px;
}
.systems-page .success {
	display: inline-block;
    margin: 0;
    min-width: 510px;
    background-color: #cde3cc;
    border: 1px solid #4f7d24;
    border-radius: 6px;
    font-size: 16px;
    color: #4f7d24;
    padding: 10px 20px;
}
.subscription_confirmation_header .page-header {
	margin-bottom: 30px;
	line-height: 25px;
}
.subscription_confirmation_header .page-header h2 {
	font-size: 25px;
	line-height: 35px;
}
.hs-search-results {
  margin-top: 20px;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  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: ;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    color: #333333;
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #eeeeee !important;
}
#content h3 {
	font-size: 19px;
	line-height: 29px;
	margin-top: 15px;
	margin-bottom:10px;
}
input#hs-pwd-widget-password {
    box-shadow: none;
    color: #666;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px 10px 10px 20px;
    width: 100% !important;
    max-width: 100% !important;
	max-height: 60px !important;
    height: 47px !important;
	width: 50% !important;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}

.password_prompt_header .hs-button {
	margin-top: 0px;
}

/* Membership Css */
.hs-login-widget-show-password,
.hs-register-widget-show-password,
.hs-reset-widget-show-password {
	padding-bottom: 5px;
	float: right;
}
.membership_common .systems-page .text-left p {
	text-align: left;
	margin-top: 15px;
}
.no-list.hs-error-msgs li {
	list-style: none;
}
form#hs-membership-form  label {
    color: #ffffff;
}
.membership_common .systems-page h4,
.membership_common .systems-page h2,
.membership_common .systems-page p {
	text-align: center;
}
.membership_common .systems-page {
    width: 50%;
    margin: 0 auto;
}
.membership_common .systems-page {
	text-align: left;
}

/* System Pages Background Images */
.four_not_four_header  {
  background-image:  url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.five_hundred_header  {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.unsubcribe_header  {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg%29;%20%20%20background-position:%20center;%20%20%20background-size:%20cover;%20}%20.password_prompt_header%20%20{%20%20%20background-image:%20url%28%27https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.search_results_header  {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.subscription_preferences_header  {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.subscription_confirmation_header  {
  background-image: url('https://demand-services.microad.jp/hubfs/main-uniads_2x.jpg');
  background-position: center;
  background-size: cover;
}
.membership_login {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.membership_register {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.membership_password_reset {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
.membership_password_reset_request {
  background-image: url('https://demand-services.microad.jp/hubfs/UNIVERSE_Ads_%E8%83%8C%E6%99%AF%E3%83%A1%E3%82%A4%E3%83%B3%E7%94%BB.jpg');
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
	.subs-content .item {
		width: auto !important;
		padding: 15px;
	}
	.subscribe-options p {
		width: auto;
		display: table;
	}
	.membership_common .systems-page {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

@media (max-width: 567px) {  
	.error-page img{
		max-width: 100%;
	}
	
  .systems-page form input.hs-input,
	.systems-page form input#hs-pwd-widget-password{
		width: 100% !important;
	}
  
  .systems-page form input#hs-pwd-widget-password{
		margin-right: 0;
		margin-bottom: 20px;
	}
  
  .systems-page .success{		
		min-width: 100%;
	}
	.membership_common .systems-page {
		width: 100%;
		margin: 0 auto;
	}
}