/* Base styles */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #fff;
}

body {
  background-color: #fff;
  color: #0072ef;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: lighter; 
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

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

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir=rtl] table {
  text-align: right;
}

td, th {
  border-color: #eee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
}

h1 {
  font-size: 20px;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label, select {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

[dir=rtl] input[type="checkbox"] + label {
  margin-left: 0;
  margin-right: 5px;
}

input, textarea, select {
  border: 1px solid #ddd;
  border-radius: 2px;
}

input, textarea {
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #999;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

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

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("/hc/theming_assets/01HZH0JBX9SZ93X3Y45748G21F") no-repeat #fff;
  background-size: 10px 5px;
  background-position: calc(100% - 10px) 50%;
}

select::-ms-expand {
  display: none;
}

[dir=rtl] select {
  background-position: 10px 50%;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: #a47273;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
  line-height: 1.5;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form-field input.partialcreditcardinputfield {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
  background-size: 14px;
  padding-left: 28px;
}

[dir=rtl] .form-field input.partialcreditcardinputfield {
  padding-left: 0;
  padding-right: 28px;
  background-position: right 10px top 10px;
}

.form-field .nesty-input {
  height: 37px;
  line-height: 37px;
  background-color: #e5ebf1;
  border: solid 1px #ccd9e5;
}

.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999;
}

.form form + form {
  margin-top: 25px;
}

.searchbox {
  margin: 25px 0;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZH0JC0TY7XG9X0N2BRTKYY8") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: center;
}
.form footer input{width: 70%;}

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir=rtl] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box {
  position: relative;
}

.search-box:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

.search-box input {
  line-height: 1.2em;
  font-weight: lighter;
  padding: .75em 2.7em;
  width: 100%;
  -webkit-appearance: none;
}

.search-box input[type="submit"] {
  display: none;
}


/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #ccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px;
}

[dir=rtl] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Content styles */
.content-body {
  word-wrap: break-word;
  line-height: 1.7;
}

.content-body img {
  max-width: 100%;
}

.content-body hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}

.content-body ul, .content-body ol {
  list-style-position: inside;
  padding: 0 15px;
}

.content-body ul {
  list-style-type: disc;
}

.content-body ol {
  list-style-type: decimal;
}

.content-body ol ul, .content-body ul ul {
  list-style-type: circle;
}

.content-body ol ol ul,
.content-body ol ul ul,
.content-body ul ol ul,
.content-body ul ul ul {
  list-style-type: square;
}

.content-body pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.content-body blockquote {
  border-left: 1px solid #eee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
  text-decoration: none;
}

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0;
}

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #0072ef;
  display: inline-block;
  font-family: "entypo";
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.vote-up:hover:before, .vote-down:hover:before {
  border-color: #bbb;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-voted:before, .vote-voted:hover:before {
  border-color: #0072ef;
}

/*
 * Column size
 */

/* ====================================================
   Base styles
   ==================================================== */

img {
  vertical-align: middle;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 0;
  text-transform: uppercase;
}

.section-area h1 {
  text-transform: capitalize;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ====================================================
   Sub Nav
   ==================================================== */
.sub-nav {
  margin-bottom: 15px;
}

.sub-nav form {
  display: none;
}


/* ====================================================
   Content frame
   ==================================================== */
.header-inner, .footer-inner {
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
 .header-inner, .footer-inner{width: 100%;}
}
.header-inner{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 479px) {
 main{padding: 0;}
}
/* ====================================================
   Header
   ==================================================== */
.logo {
  float: left;
}

.logo a {
  display: inline-block;
  line-height: 130px;
}

.logo img {
  max-height: 60px;
  vertical-align: middle;
}

.user-nav {
  margin: 12px auto;
  padding: 0 20px;
  width: 980px;
}

.user-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.user-nav > a {
  border-left: 1px solid;
  border-left-color: #ececec;
  border-left-color: rgba(0, 0, 0, 0.07);
  float: right;
  font-size: 12px;
  line-height: 33px;
  margin-left: 15px;
  padding-left: 15px;
}

.user-nav > a.login {
  font-size: 13px;
  margin-left: 30px;
  padding: 0 15px;
}

.user-nav > a.my-activities {
  border: 0;
}

.user-info {
  display: block;
  float: right;
  margin-left: 30px;
}

.language-selector {
  display: inline-block;
}

.user-avatar {
  left: -5px;
  max-height: 20px;
  position: relative;
  top: -1px;
}

button, [role=button], [type=button], [type=submit] {
  width: 70%;
  background: transparent;
  border: 1px solid;
  border-color: #d1d1d1;
  border-color: rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 16px 20px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: block;
  margin: 0 auto;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: .4;
}

a[role="button"]:hover {
  text-decoration: none;
}

/*
* Dropdown carets
*/
button, [role=button], [type=button], [type=submit],
#user .dropdown-toggle {
  background: #69829c;
  border-radius: 3px;
  color: #ffffff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
      text-align: center;
    margin-top: 32px;
    font-size: 13px;
    border-radius: 3px;
    color: rgb(255,255,255);
    background-color: #241754;
    padding: 12px 20px !important;
    border: 0;
    min-width: 311px !important;
}

#user .dropdown-toggle:hover,
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width: 479px) {
  button, [role=button], [type=button], [type=submit] {width: 100% !important;}
}


.dropdown-toggle {
  display: inline-block;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  padding-right: 2px;
}

.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
  background: #fafafa;
  color: #1a74b0;
  border: 0;
  box-shadow: none;
}

.article-subscribe:hover,
.article-unsubscribe:hover {
  box-shadow: none;
}

.topic-follow [role=button], .post-follow [role=button] {
  padding: 0 10px !important;
}

@media only screen and (max-width: 479px) {
  .header {
    height: 50px;
  }
}

/* ====================================================
   Home
   ==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px;
}

.help-center-name {
  font-size: 35px;
}

/* ====================================================
   Search
   ==================================================== */
.search {
  display: block;
  float: right;
  line-height: 40px;
  position: relative;
}

.search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 25px;
  right: 18px;
  line-height: 30px;
  position: absolute;
  top: 15%;
}

.search input[type=search] {
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 450px;
}

.search input[type=text] {
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 450px;
}

.search input[type=submit] {
  display: none;
}

@media only screen and (max-width: 979px) {
 .search{
  width: 96%;
  float: none;
  padding: 0;
  margin: 0 auto;
 }
 .search input[type="search"]{
  width: 100%;
 }
 .search:before{
  right: 18px;
 }
}
/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */
.knowledge-base h1 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 36px;
}

.knowledge-base:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.community h4 {
  float: right;
  margin: 0;
}

[dir=rtl] .community h4 {
  float: left;
}

.trending-questions + h4 {
  margin-top: 65px;
}

.community,
.section-tree,
.subtle-wrap,
.article-sidebar section {
/*   padding: 15px 15px 30px 15px; */
  margin-top: 40px;
}
.article-sidebar section{margin-top: 0;}


.subtle-wrap {
  margin-top: 0;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2 {
  border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.section-tree .section {
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
  width: 49%;
}

@media only screen and (max-width: 479px) {
 .section-tree .section{
  width: 100%;
  margin: 0 0 30px 0;
  display: block;
 }
}

.section-tree h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
}

.section-tree ul, ul.article-list {
  color: #ffffff;
  font-size: 14px;
  list-style-position: outside;
  list-style-type: disc;
  overflow: hidden;
}

.knowledge-base h4:before, .community h4:before {
  color: #333333;
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.article-list li, .community li {
  margin-bottom: 0;
  padding-right: 30px;
}

.article-list li {
  line-height: 28px;
}

.section h3 a {
  color: inherit;
  font-size: .85em;
  font-weight: normal;
}

.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #fff;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid;
  border-bottom-color: #222;
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline;
}

.category-description, .section-description {
  color: #0072ef;
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-subscribe, .section-unsubscribe {
  float: right;
  margin-top: 5px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 13px;
}

/* ====================================================
   Article
   ==================================================== */
.article-header h1, .ttl_blue h1 {
  text-transform: capitalize;
}

.article-author {
  font-weight: bold;
}

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}

.article-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.article-avatar img {
  max-height: 38px;
  max-width: 38px;
}

.article-updated {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 5px;
}

.article-subscribe, .article-unsubscribe {
  float: right;
}

.article-sidebar {
  margin-top: 0;
}

.article-sidebar h3 {
/*   border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase; */
}

.article-sidebar ul {
  margin-bottom: 33px;
}

@media only screen and (max-width: 979px) {
 .article-sidebar .recent-articles ul{margin-bottom: 0;}
}

.article-body,
.section-area .article-list {
  margin-top: 0;
}

.article-body {
  font-size: 14px;
  color:#333;
  word-wrap: break-word;
}
.article-body p{
  margin:15px 0;
  color:rgb(66,66,66);
}

.article-body img {
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background-color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body blockquote {
  border-left: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  color: #8e8e8e;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
/*   margin: 50px 0 70px 0; */
}

.article-footer .share {
  float: right;
}


.article-vote a:hover {
  text-decoration: none;
}

.article-vote-up, .article-vote-down {
  background: #d5d5d5;
  color: inherit;
  font-family: "entypo";
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  height: 30px;
  width: 30px;
  padding: 10px;
}

.article-voted {
  box-shadow: inset 1px 1px 5px #666;
  opacity: 1;
}

.article-vote-up.article-voted {
  box-shadow: inset 1px 1px 5px #526f00;
  background-color: #6b9100 !important;
}

.article-vote-down.article-voted {
  box-shadow: inset 1px 1px 5px #99260e;
  background-color: #b7391e !important;
}

.article-more-questions {
  margin-bottom: 30px;
  text-align: center;
}
.article-more-questions input{
  width: 70%;
}

.article-comments {
  margin-top: 50px;
}

.article-comments .subtle-wrap {
  padding: 30px 30px 5px;
}

.recent-articles li, .related-articles li {
  margin-bottom: 5px;
}

/* ====================================================
Forms
==================================================== */
label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid;
  border-color: #dbdbdb;
  border-color: rgba(0, 0, 0, 0.13);
  outline: none;
  padding: 10px;
  vertical-align: middle;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

.upload-dropzone,
textarea, input[type=text] {
  width: 100%;
  background-color: #e5ebf1;
  border: solid 1px #ccd9e5;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.upload-dropzone span{color: #69829c;}

input, textarea, select {
  color: #252525;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  position: relative;
  padding-bottom: 40px;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 70px;
  max-height: 70px;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}

.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}

.comment-list > * {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.comment-list > *:first-child {
  border-top: 1px solid #eee;
}

.comment-list-header {
  margin-bottom: 18px;
}

.comment-list-header > * {
  display: inline-block;
  margin: 0;
}

.comment-sorter {
  float: right;
}

.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

[dir=rtl] .comment-sorter {
  float: left;
}

[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH0JC3W2QASN8X4Y2K7KM7Z");
  background-image: url("/hc/theming_assets/01HZH0JC78R21SH456TGEZ8JAF");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}

[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  display: block;
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-ccs + textarea,
.comment-attachments {
  margin-top: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

[dir=rtl] .comment-form-controls {
  text-align: left;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}

[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999;
}

[dir=rtl] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}

.attachment-list span, .screencast-list span {
  color: #999;
}

[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}

.attachment-list li:before, .screencast-list li:before {
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding: 25px 0;
}

.my-activities-header .breadcrumbs li {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

@media only screen and (max-width: 479px) {
 .my-activities-header {
  height: 36px;
  padding: 0;
  border-bottom: none;
  background-color: #44678b;
 }
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: flex;
  padding: 8px;
  width: 100%;
  justify-content:space-between;
  align-items:center;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
.request-table-filters label{
  min-width:105px;
}
.requests-search{
  max-width:200px;
}

@media only screen and (max-width: 479px) {
  .request-table-toolbar{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
 .request-table-filters {
    display: block;
    text-align: left;
  }
  #quick-search{
    width: 100%;
    margin-bottom: 10px;
  }
}

[dir=rtl] .request-table-filters {
  text-align: left;
}

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.organization-subscribe, .organization-unsubscribe {
  margin-left: 15px;
  background: #444;
  color: #fff;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-details .attachment-list li,
.request-details .request-collaborators li {
  list-style: none;
}

.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.request-details .request-collaborators {
  font-size: 0;
}

.request-details .request-collaborators li {
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 6px;
  background-color: #ececec;
  margin: 0 5px 5px 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Community */
.post-to-community a {
  padding-left: 20px;
  padding-right: 20px;
}

.post-to-community a:before {
  content: "\2b\00a0";
  position: relative;
  top: -1px;
}

/* Community topics page */
.topic-list li {
  display: inline-block;
  padding: 0 100px 30px 0;
  vertical-align: top;
  width: 49.5%;
}

.topic-list li h3, .topic-list li p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topic-list li p {
  color: #bebebe;
}

.topic-list li .meta-group {
  margin-top: 5px;
}

[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
  margin-bottom: 15px;
}

.topic-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-filters {
  width: 100%;
}

.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px;
}

[dir=rtl] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px;
}

.post-overview {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-overview-info a {
  font-size: 16px;
}

.post-overview-info .meta-group {
  display: block;
  margin-top: 5px;
}

.post-pinned .post-overview-info:before {
  content: "\2605";
  margin-right: 5px;
  color: #ffffff;
}

.post-overview-status {
  float: right;
  margin: 0 10px;
}

.post-overview-status > span {
  color: #fff;
}

[dir=rtl] .post-overview-status {
  float: left;
}

.post-overview-count {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}

.post-overview-count strong {
  color: #0072ef;
  display: block;
  font-size: 13px;
}

[dir=rtl] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override;
}

[dir=rtl] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/* Community post page */
.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold;
}

.post-actions .dropdown-toggle:before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo";
}

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%;
}

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top;
}

.post-vote {
  width: 45px;
  padding-top: 5px;
}

.post-header {
  margin-bottom: 25px;
}

.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-info {
  display: table;
  width: 100%;
}

.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.post-avatar {
  min-width: 55px;
  position: relative;
}

.post-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH0JC3W2QASN8X4Y2K7KM7Z");
  background-image: url("/hc/theming_assets/01HZH0JC78R21SH456TGEZ8JAF");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " ";
}

[dir=rtl] .post-avatar-agent:after {
  left: auto;
  right: 28px;
}

.post-meta {
  width: 100%;
  max-width: 0;
}

.post-author {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-status > span {
  color: #fff;
  margin: 0 10px;
}

.post-planned {
  background-color: #3eaae5;
}

.post-not-planned {
  background-color: #b5b5b5;
}

.post-completed {
  background-color: #669600;
}

.post-answered {
  background-color: #669600;
}

.post-share {
  margin-top: 30px;
  text-align: right;
}

[dir=rtl] .post-share {
  text-align: left;
}

/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 10px;
}

.topic-follow [role=button]:after, .post-follow [role=button]:after {
  content: attr(data-follower-count);
  color: #0072ef;
  display: inline-block;
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 10px;
}

[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
  border-left: 0;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
  background: #f9f9f9;
  color: #0072ef;
}

/* body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > * {
  border-bottom: 1px solid #d1dae3;
  padding: 30px 0;
}

@media only screen and (max-width: 479px) {
 .search-results-list li:first-child{
  padding-top: 0;
 }
}
/*.search-results-list > *:first-child {
  border-top: 1px solid #bcc9d6;
}*/

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
  line-height: 21px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
} */

[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
  padding-right: 5px;
}

[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
  padding-left: 5px;
}

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
}

[dir=ltr] .search-result-votes {
  margin-left: 5px;
}

[dir=ltr] .search-result-votes:before {
  margin-right: 3px;
}

[dir=rtl] .search-result-votes {
  margin-right: 5px;
}

[dir=rtl] .search-result-votes:before {
  margin-left: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: #808080;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  max-width: 100%;
  margin: 0 auto;
  /*padding-top: 5%;*/
}
.error-page .ttl_blue{margin-bottom: 15px;}
.error-page h1 {
  font-size: 20px;
  margin-bottom: 0px;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item {
  word-wrap: break-word;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #0072ef;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}

.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}

.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}

.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}



/*2016-07-13 コーポレートヘッダーフッター*/
@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:transparent;
}
body {
    line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

ul {
    list-style:none;
}
button{border:none;}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {vertical-align:middle;}
img {vertical-align:bottom;}
/*-------------------------------------------------
///////////////////////////////////////////////////
        usefull item
///////////////////////////////////////////////////
-------------------------------------------------*/
.tal{ text-align:left !important; }
.tar{ text-align:right !important; }
.tac { text-align:center !important; }

.mb0 { margin-bottom:0px !important; }
.mb1 { margin-bottom:1px !important; }
.mb2 { margin-bottom:2px !important; }
.mb3 { margin-bottom:3px !important; }
.mb4 { margin-bottom:4px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb11 { margin-bottom:11px !important; }
.mb12 { margin-bottom:12px !important; }
.mb13 { margin-bottom:13px !important; }
.mb14 { margin-bottom:14px !important; }
.mb15 { margin-bottom:15px !important; }
.mb16 { margin-bottom:16px !important; }
.mb17 { margin-bottom:17px !important; }
.mb18 { margin-bottom:18px !important; }
.mb19 { margin-bottom:19px !important; }
.mb20 { margin-bottom:20px !important; }
.mb21 { margin-bottom:21px !important; }
.mb22 { margin-bottom:22px !important; }
.mb23 { margin-bottom:23px !important; }
.mb24 { margin-bottom:24px !important; }
.mb25 { margin-bottom:25px !important; }
.mb26 { margin-bottom:26px !important; }
.mb27 { margin-bottom:27px !important; }
.mb28 { margin-bottom:28px !important; }
.mb29 { margin-bottom:29px !important; }
.mb30 { margin-bottom:30px !important; }
.mb31 { margin-bottom:31px !important; }
.mb32 { margin-bottom:32px !important; }
.mb33 { margin-bottom:33px !important; }
.mb35 { margin-bottom:35px !important; }
.mb38 { margin-bottom:38px !important; }
.mb40 { margin-bottom:40px !important; }
.mb42 { margin-bottom:42px !important; }
.mb43 { margin-bottom:43px !important; }
.mb45 { margin-bottom:45px !important; }
.mb46 { margin-bottom:46px !important; }
.mb47 { margin-bottom:47px !important; }
.mb48 { margin-bottom:48px !important; }
.mb50 { margin-bottom:50px !important; }
.mb52 { margin-bottom:52px !important; }
.mb55 { margin-bottom:55px !important; }
.mb58 { margin-bottom:58px !important; }
.mb59 { margin-bottom:59px !important; }
.mb60 { margin-bottom:60px !important; }
.mb62 { margin-bottom:62px !important; }
.mb65 { margin-bottom:65px !important; }
.mb68 { margin-bottom:68px !important; }
.mb70 { margin-bottom:70px !important; }
.mb75 { margin-bottom:75px !important; }
.mb78 { margin-bottom:78px !important; }
.mb80 { margin-bottom:80px !important; }
.mb85 { margin-bottom:85px !important; }
.mb90 { margin-bottom:90px !important; }
.mb95 { margin-bottom:95px !important; }
.mb100 { margin-bottom:100px !important; }
.mb112 { margin-bottom:112px !important; }

.mr0 { margin-right:0px !important; }
.mr3 { margin-right:3px !important; }
.mr5 { margin-right:5px !important; }
.mr6 { margin-right:6px !important; }
.mr8 { margin-right:8px !important; }
.mr10 { margin-right:10px !important; }
.mr11 { margin-right:11px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr21 { margin-right:21px !important; }
.mr22{margin-right: 22px !important}
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr33 { margin-right:33px !important; }
.mr35 { margin-right:35px !important; }
.mr38 { margin-right:38px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }

.nmt3hem{margin-top: -3.5em !important;}
.nmt3em{margin-top: -3em !important;}
.nmt2hem{margin-top: -2.5em !important;}
.nmt2em{margin-top: -2em !important;}
.nmt1hem{margin-top: -1.5em !important;}
.nmt1em{margin-top: -1em !important;}


.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml21 { margin-left:21px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }
.ml80 { margin-left:80px !important; }
.ml93{ margin-left:93px !important;}
.ml166{ margin-left:166px !important;}

.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt14{ margin-top: 14px !important;}
.mt15{ margin-top: 15px !important;}
.mt16{ margin-top: 16px !important;}
.mt46{ margin-top: 46px !important;}
.mt60{ margin-top: 60px !important;}
.pt0{ padding-top: 0 !important;}
.pt1{ padding-top:1px !important; }
.pt4{ padding-top:4px !important; }
.pt5{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt21{ padding-top:21px !important; }
.pt23{ padding-top:23px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt31{ padding-top:31px !important; }
.pt32{ padding-top:32px !important; }
.pt35{ padding-top:35px !important; }
.pt38{ padding-top:38px !important; }
.pt42{ padding-top:42px !important; }
.pt46{ padding-top:46px !important; }
.pt50{ padding-top:50px !important; }
.pt55{ padding-top:55px !important; }

.p16{padding: 16px !important;}
.prml16{padding: 0 16px 16px 16px !important;}
.pb0{padding-bottom: 0 !important}
.pb2{padding-bottom: 2px !important}
.pb5{padding-bottom: 5px !important}
.pb9{padding-bottom: 9px !important}
.pb1{padding-bottom: 1px !important}
.pb10{padding-bottom: 10px !important}
.pb11{padding-bottom: 11px !important}
.pb12{padding-bottom: 12px !important}
.pb13{padding-bottom: 13px !important}
.pb14{padding-bottom: 14px !important}
.pb15{padding-bottom: 15px !important}
.pb16{padding-bottom: 16px !important}
.pb17{padding-bottom: 17px !important}
.pb20{padding-bottom: 20px !important}
.pb25{padding-bottom: 25px !important}
.pb80{padding-bottom: 80px !important;}
.pb111{padding-bottom: 111px !important;}
.mt40{ margin-top: 40px !important; }
.pt40{padding-top: 40px !important;}
.mlr24 {
    margin-left:24px !important;
    margin-right: 24px !important;
}
.plr12{ padding: 0 12px !important;}

.pr10{ padding-right: 10px !important;}
.pr20{ padding-right: 20px !important;}
.pr30{ padding-right: 30px !important;}
.pr31{ padding-right: 31px !important;}
.pr100{ padding-right: 100px !important;}

img {-ms-interpolation-mode: bicubic;}


.flL{ float:left; }
.flR{ float:right; }

.w50p{width: 50% !important;}
.w100p{width: 100% !important;}
.w30{width: 30px !important;}
.w40{width: 40px !important;}
.w60{width: 60px !important;}
.w100{ width: 100px !important;}
.w120{ width: 120px !important;}
.w164{width: 164px !important;}
.w306{width: 306px !important;}
.w338{width: 338px !important;}
.w363{width: 363px !important;}
.w396{width: 396px !important;}
.w350{width: 350px !important;}
.w357{width: 357px !important;}
.w368{width: 368px !important;}
.w384{width: 384px !important;}
.w400{width: 400px !important;}
.w403{width: 403px !important;}
.w413{width: 413px !important;}
.w420{width: 420px !important;}
.w471{width: 471px !important;}
.w516{width: 516px !important;}
.w557{width: 557px !important;}
.w696{width: 696px !important;}
.w726{width: 726px !important;}

.wsnowrap{ white-space:nowrap;}

.lh19{line-height: 19px !important;}
.lh20{line-height: 20px !important;}
.lh24{line-height: 24px !important;}
.lh25{line-height: 25px !important;}

.bordernone{border: none;}

span.red{color:#FF0000;}

.clearfix:after,
.contents-bottom:after{
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
.clearfix,
.contents-bottom{
    _height: 1px;
    min-height: 1px;/*・･*//*/
height: auto;
overflow: hidden;
/**/
}
.clear {
    clear: both;
}

.op a img ,
.op input,
.bgop a,
.sidr-class-bgop a{
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */
}

.op a img:hover,
.op input:hover,
.bgop a:hover,
.sidr-class-bgop a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7; /* Firefox */
    filter: alpha(opacity=70); /* IE6/7 */
    -ms-filter: "alpha(opacity=70)"; /* IE8 */
}
img.op,
input.op {
    opacity: 0.7;
    -moz-opacity: 0.7; /* Firefox */
    filter: alpha(opacity=70); /* IE6/7 */
    -ms-filter: "alpha(opacity=70)"; /* IE8 */
}
.op1 a img,
.op1 input {
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */
}

.op1 a img:hover,
.op1 input:hover {
    opacity: 0.6;
    -moz-opacity: 0.6; /* Firefox */
    filter: alpha(opacity=60); /* IE6/7 */
    -ms-filter: "alpha(opacity=60)"; /* IE8 */
}
img.op1,
input.op1 {
    opacity: 0.6;
    -moz-opacity: 0.6; /* Firefox */
    filter: alpha(opacity=60); /* IE6/7 */
    -ms-filter: "alpha(opacity=60)"; /* IE8 */
}
.ofh{
    overflow: hidden;
    zoom:1;
}

.vat{ vertical-align: top;}
.vam{ vertical-align: middle;}
.vab{ vertical-align: bottom;}
.dt{ display: table;}
.dtc{ display: table-cell; *float: left;}
.dib{ display: inline-block;}
.hide{ display: none !important;}
.pos{ position: static !important;}

.fs9{font-size: 9px !important;}
.fs10{font-size: 10px !important; line-height: 15px;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}

.fc-blue{ color:#d4e4e9;}
.fc-gray{ color:#8e9499;}

.show_sp{ display: none;}
.show_tb{ display: none;}
.show_pc{ display: block;}
.show_pctb{display: block;}
.show_tbsp{display: none;}

.show_sp.dib{ display: none;}
.show_pc.dib{ display: inline-block; margin-right: 1em;}
/*-------------------------------------------------
///////////////////////////////////////////////////
        PC COMMON
///////////////////////////////////////////////////
-------------------------------------------------*/
body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {}
body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 12px;
  	background-image:#fff;
    color:#697077;
/*     background-image: url("/hc/theming_assets/01HZH0J6TWST0DR9SJP8MET92G"); */
    -webkit-text-size-adjust: none;
}
a {
    color:#7c9cbc;
    text-decoration:none;
    line-height: 1.1;
}
body p,
td,
span.txt{text-align: justify;}
a:hover {
    color:#7c9cbc;
    text-decoration:underline;
}
#snav a{ text-decoration: none;}

article{text-align:left;}

.pp-pb25{padding-bottom: 25px;}
.ico-pdf{
    width: 18px;
    height:auto;
    padding-left: 5px;
    padding-right: 5px;
}

#logo a,
.ico-sns a,
#g-nav li a,
h1.ttl,
.btn-lang a,
.btn-lang_en a,
.btn-company a,
.btn-contact a,
footer #copylight,
.btn-pagetop a,
#f-sitemap dt,
#h-menu a,
#btn-f-menu a,
h1.ttl:after{
    background-image: url("/hc/theming_assets/01HZH0J70YH7W6SRW96M141YBJ");
    background-repeat: no-repeat;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.ico-sns li a,
#g-nav li a,
.btn-lang a,
.btn-lang_en a,
.btn-company a,
.btn-contact a,
.btn-pagetop a{
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */
}
.ico-sns li a:hover,
/*#g-nav li a:hover,*/
.btn-lang a:hover,
.btn-lang_en a:hover,
.btn-company a:hover,
.btn-contact a:hover,
.btn-pagetop a:hover{
    opacity: 0.7;
    -moz-opacity: 0.7; /* Firefox */
    filter: alpha(opacity=70); /* IE6/7 */
    -ms-filter: "alpha(opacity=70)"; /* IE8 */
}
#h-menu,
#btn-f-menu{display: none;}

#wrapper { background-color: #ffffff;}
#header{
    width: 100%;
    height: 80px;
    margin:0 auto;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 1500;
}
#logo{
    width: 100px;
    height: 24px;
    position: absolute;
    top:38px;
    left:34px;
}
#logo a{
    width: 100px;
    height: 24px;
    background-position: -780px 0;
}

.ico-sns{
    width: 72px;
    background-color: #e6ecf2;
    padding: 3px 2px 3px 3px;
    position: absolute;
    top:20px;
    right:34px;
    z-index: 1600;
}
.ico-sns li{
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 1px;
}
.ico-sns a{
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/hc/theming_assets/01HZH0J51CZCR0ME3CSPNDSP7S");
}
.ico-sns li.ico-fb a{background-position: 0 0;}
.ico-sns li.ico-tw a{background-position: -18px 0;}
.ico-sns li.ico-insta a{background-position: -36px 0;}
.ico-sns li.ico-rss a{background-position: -54px 0;}

#g-nav{
    width: auto;
    height:auto;
    overflow: visible;
    position: static;
    display: block;
    background-image: none;
    background-color: transparent;
}
#g-nav .sidr-inner{padding: 0;}
#g-nav ul{
    width: 517px;
    /*width: 581px;*/
    /*width: 724px;*/
    float: right;
    margin: 30px 34px 0 0;
    border: none;
}
#g-nav ul li{
    float: left;
    text-align: right;
    position: relative;
}
#g-nav ul li,
#g-nav ul li a{
    height: 50px;
    padding: 0;
}
#g-nav ul li a:hover{text-decoration:underline;}
#g-nav ul li#sidr-id-g-nav-brand,
#g-nav ul li#sidr-id-g-nav-brand a,
#g-nav ul li#g-nav-brand,
#g-nav ul li#g-nav-brand a{
    width: 64px;
    background-position: 0 0;
}

#g-nav ul li#sidr-id-g-nav-news,
#g-nav ul li#sidr-id-g-nav-news a,
#g-nav ul li#g-nav-news,
#g-nav ul li#g-nav-news a{
    width: 64px;
    background-position: -64px 0;
}

#g-nav ul li#sidr-id-g-nav-company,
#g-nav ul li#sidr-id-g-nav-company a,
#g-nav ul li#g-nav-company,
#g-nav ul li#g-nav-company a{
    width: 68px;
    background-position: -128px 0;
}

#g-nav ul li#sidr-id-g-nav-ir,
#g-nav ul li#sidr-id-g-nav-ir a,
#g-nav ul li#g-nav-ir,
#g-nav ul li#g-nav-ir a{
    width: 57px;
    background-position: -196px 0;
}

#g-nav ul li#sidr-id--shoplocator,
#g-nav ul li#sidr-id-g-nav-shoplocator a,
#g-nav ul li#g-nav-shoplocator,
#g-nav ul li#g-nav-shoplocator a{
    width: 68px;
    background-position: -253px 0;
}

#g-nav ul li#sidr-id-g-nav-contact,
#g-nav ul li#sidr-id-g-nav-contact a,
#g-nav ul li#g-nav-contact,
#g-nav ul li#g-nav-contact a{
    width: 89px;
    background-position: -321px 0;
}

#g-nav ul li#sidr-id-g-nav-career,
#g-nav ul li#sidr-id-g-nav-career a,
#g-nav ul li#g-nav-career,
#g-nav ul li#g-nav-career a{
    width: 67px;
    background-position: -410px 0;
}

#g-nav ul li#sidr-id-g-nav-members,
#g-nav ul li#sidr-id-g-nav-members a,
#g-nav ul li#g-nav-members,
#g-nav ul li#g-nav-members a{
    width: 78px;
    background-position: -477px 0;
}
#g-nav ul li#sidr-id-g-nav-town,
#g-nav ul li#sidr-id-g-nav-town a,
#g-nav ul li#g-nav-town,
#g-nav ul li#g-nav-town a{
    width: 143px;
    background-position: 0 -523px;
}
#g-nav ul li#sidr-id-g-nav-ec,
#g-nav ul li#sidr-id-g-nav-ec a,
#g-nav ul li#g-nav-ec,
#g-nav ul li#g-nav-ec a{
    width: 104px;
    background-position: -104px -316px;
}

/*active*/
body#p-brand #g-nav ul li#g-nav-brand a,
body#p-brand #g-nav ul li#sidr-id-g-nav-brand a{ background-position: 0 -100px;}
body#p-news #g-nav ul li#g-nav-news a,
body#p-news #g-nav ul li#sidr-id-g-nav-news a{ background-position: -64px -100px;}
body#p-company #g-nav ul li#g-nav-company a,
body#p-company_en #g-nav ul li#g-nav-company a,
body#p-company #g-nav ul li#sidr-id-g-nav-company a,
body#p-company_en #g-nav ul li#sidr-id-g-nav-company a{ background-position: -128px -100px;}
body#p-ir #g-nav ul li#g-nav-ir a,
body#p-ir #g-nav ul li#sidr-id-g-nav-ir a{ background-position: -196px -100px;}
body#p-shop #g-nav ul li#g-nav-shoplocator a,
body#p-shop #g-nav ul li#sidr-id-g-nav-shoplocator a{ background-position: -253px -100px;}

body#p-shop.lang_en #g-nav ul li#g-nav-shoplocator a,
body#p-shop.lang_en #g-nav ul li#sidr-id-g-nav-shoplocator a{ background-position: -253px -100px;}

body#p-contact #g-nav ul li#g-nav-contact a,
body#p-contact #g-nav ul li#sidr-id-g-nav-contact a{ background-position: -321px -100px;}
body#p-career #g-nav ul li#g-nav-career a,
body#p-career #g-nav ul li#sidr-id-g-nav-career a{ background-position: -410px -100px;}
body#p-members #g-nav ul li#g-nav-members a,
body#p-members #g-nav ul li#sidr-id-g-nav-members a{ background-position: -477px -100px;}

#g-nav ul li#sidr-id-g-nav-brand.on>a,
#g-nav ul li#sidr-id-g-nav-brand a:hover{background-position: 0 -50px !important}
#g-nav ul li#sidr-id-g-nav-company.on>a,
#g-nav ul li#sidr-id-g-nav-company a:hover{background-position: -128px -50px !important}
#g-nav ul li#sidr-id-g-nav-ir.on>a,
#g-nav ul li#sidr-id-g-nav-ir a:hover{background-position: -196px -50px !important}
/*#g-nav ul li#sidr-id-g-nav-contact.on>a,
#g-nav ul li#sidr-id-g-nav-contact a:hover{background-position: -321px -50px !important}*/
#g-nav ul li#sidr-id-g-nav-career.on>a,
#g-nav ul li#sidr-id-g-nav-career a:hover{background-position: -410px -50px !important}
#g-nav ul li#sidr-id-g-nav-members.on>a,
#g-nav ul li#sidr-id-g-nav-members a:hover{background-position: -477px -50px !important}
#g-nav ul li ul li a:hover,
#header #g-nav ul li ul li a{background-position: 0 2px !important}

/*sub nav*/
#header #g-nav ul li ul{
    width: 119px !important;
    z-index: 500;
    position: absolute;
    background-color: #1f313b;
    padding: 20px 24px 11px 24px;
    margin: 0 1px 0 0 !important;
    display: none;
    left:0;
    top:50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#header #g-nav ul li ul li{
    width: 106px;
    height:auto;
    padding-top: 0 !important;
    text-align: left;
}

#header #g-nav ul li ul li a,
#header #g-nav ul li ul li a:hover{
    width: 112px !important;
    height:auto;
    background-image: none;
    text-indent: 0;
    font-size: 10px;
    line-height: 1.2;
    color:#c5d5e5;
    padding: 0 0 10px 15px;
    background-image: url("/hc/theming_assets/01HZH0J54YZ9ZXJ9JB3NTQBPQF");
    background-repeat: no-repeat;
    background-position: 0 2px !important;
}
#header #g-nav ul li ul li.ttl a,
#header #g-nav ul li ul li.sidr-class-ttl a{
    border-bottom: solid 1px #415562;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#header #g-nav ul li#sidr-id-g-nav-career ul,
#header #g-nav ul li#sidr-id-g-nav-career ul li,
#header #g-nav ul li#g-nav-career ul,
#header #g-nav ul li#g-nav-career ul li{
    width: 117px !important;
}

#header #g-nav ul li#g-nav-career ul li a,
#header #g-nav ul li#sidr-id-g-nav-career ul li a{width: 102px !important;}


.head-txt{
    width: 820px;
    height: 40px;
    border-bottom: solid 1px #bcc9d6;
    margin:0 auto 34px auto;
    position: relative;
}
/*ttl*/
h1.ttl{
    width: 420px;
    height: 17px;
    padding-left: 1px;
}
h1.imgview{
    background-image: none !important;
    text-indent:0;
    text-align:left;
}
h1.ttl-guideline{
    width: 820px;
    text-indent: 9999px;
}


section .box{
    width: 820px;
    margin: 0 auto;
}
section .box img.main-pic{
    width: 588px;
    height:auto;
    float: left;
}
section .box nav{
    width: 192px;
    float: right;
}
.box ul#snav{border-top: solid 1px #dde4ea;}
.box ul#snav li{
    width: 192px;
    border-bottom: solid 1px #dde4ea;
}
.box ul.snav-accordion{
    zoom: 1;
    overflow: hidden;
}
.box ul#snav li a,
.box ul.snav-accordion li a{
    display: block;
    padding: 12px 0;
    color:#44678b;
    font-size: 11px;
    text-decoration: none;
}
.box ul#snav li a:hover,
.box ul.snav-accordion li a:hover{
    text-decoration: none;
    background-color: #f5f6fb;
}
.box ul#snav li.sub,
.box ul.snav-accordion li.sub{ margin-left: 11px;}
.box ul#snav li.last,
.box ul.snav-accordion li.last{ padding-left: 11px;}

.box .btn-lang{
    width: 124px;
    border-bottom: none;
    padding-top: 25px;
}
.box .btn-lang a{
    width: 124px;
    height: 28px;
    padding: 0;
    background-position: -780px -56px;
}
.box .btn-lang a:hover{ background-color: transparent;}
#f-sitemap{
    background-image: url("/hc/theming_assets/01HZH0J76QZV9FFRTBG2Y48QME");
    background-repeat: repeat;
}
#f-sitemap .wrap{
    background-image: url("/hc/theming_assets/01HZH0J7AVK67EWNK7NNX9STNM");
    background-repeat: repeat-x;
    *border-top: solid 1px #d4d6da;
    position: relative;
}
#f-sitemap .box{
    width: 940px;
    margin: 0 auto;
    padding: 40px 0;
    zoom: 1;
    overflow: hidden;
}
#f-sitemap .box .flL{
    margin-right: 43px;
}
#f-sitemap .box .last{ margin-right: 0;}
#f-sitemap dl{ margin-bottom: 26px;}
#f-sitemap dt{
    width: 105px;
    height: 26px;
    margin-bottom: 11px;
}
#f-sitemap dt.f-brand{ background-position: -670px 0;}
#f-sitemap dt.f-news{ background-position: -670px -26px;}
#f-sitemap dt.f-company{ background-position: -670px -52px;}
#f-sitemap dt.f-ir{ background-position: -670px -78px;}
#f-sitemap dt.f-shop{ background-position: -670px -104px;}
#f-sitemap dt.f-contact{ background-position: -670px -130px;}
#f-sitemap dt.f-career{ background-position: -670px -156px;}
#f-sitemap dt.f-members{ background-position: -670px -182px;}
#f-sitemap dt.f-onlineshop{ background-position: -670px -208px;}
#f-sitemap dt.f-elesewhre{ background-position: -670px -234px;}
#f-sitemap dt.f-others{ background-position: -670px -260px;}
#f-sitemap dd{
    font-size: 10px;
    margin-bottom: 9px;
}
#f-sitemap dd a{
    display: block;
    text-decoration: none;
}
#f-sitemap dd a:hover{ text-decoration: underline;}
#f-sitemap .sp-box{display: none;}
.btn-pagetop{
    position: absolute;
    top:0;
    left:50%;
    margin-left: 432px;
}
.btn-pagetop,
.btn-pagetop a{
    width: 37px;
    height: 43px;
    background-position: -632px 0;
}
#sns{}
footer.footer{
    
}
footer.footer #copylight{
    width: 88px;
    height: 11px;
    margin:0 auto;
    background-position: -780px -30px;
}
@media only screen and (max-width: 979px) {
 footer.footer #copylight{
    background-position: -161px -36px;
    height: 10px;
    margin: 0 auto;
    width: 87px;
  }
}

/*jquery.sidr.dark.css*/
.sidr {
  display:none;
  position:absolute;
  position:fixed;
  top:0;
  height:100%;
  z-index:999999;
  width:210px;
  overflow-x:none;
  overflow-y:auto;
  font-size:15px;
  background:#333;
  color:#fff;
}
.sidr .sidr-inner { padding:0 0 15px }
.sidr .sidr-inner>p {
  margin-left:15px;
  margin-right:15px
}
.sidr.right {
  left:auto;
  right:-210px !important;
}
.sidr.left {
  left:-210px;
  right:auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size:11px;
  font-weight:normal;
  padding:0 15px;
  margin:0 0 5px;
  color:#fff;
  line-height:24px;
  background-image:-webkit-gradient(linear, 50% 0%, 50% 100%,color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image:-webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image:-moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image:-o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image:linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
  box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)
}
.sidr p {
  font-size:13px;
  margin:0 0 12px
}
.sidr p a { color:rgba(255,255,255,1.0) }
.sidr>p {
  margin-left:15px;
  margin-right:15px
}
.sidr ul {
  display:block;
  padding:0;
}
.sidr ul li {
  display:block;
  margin:0;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top:none;
  line-height:49px
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {}
.sidr ul li a,
.sidr ul li span {
  padding:0 15px;
  display:block;
  text-decoration:none;
  color:#fff
}
.sidr ul li ul {
  border-bottom:none;
  margin:0
}
.sidr ul li ul li {
  line-height:40px;
  font-size:13px
}
.sidr ul li ul li:last-child { border-bottom:none }
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top:none;
  line-height:41px
}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color:rgba(255,255,255,1.0);
  padding-left:30px
}
.sidr form { margin:0 15px }
.sidr label { font-size:13px }
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width:100%;
  font-size:13px;
  padding:5px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 0 10px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  border:none;
  background:rgba(0,0,0,1.0);
  color:rgba(255,255,255,1.0);
  display:block;
  clear:both
}
.sidr input[type=checkbox] {
  width:auto;
  display:inline;
  clear:none
}
.sidr input[type=button],
.sidr input[type=submit] {
  color:#333;
  background:#fff
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover { background:rgba(255,255,255,1.0) }

/*R s-nav*/
body.p-press li#snavi_press a,
body.p-stockholder li#snavi_stockholder a,
body.p-getuji li#snavi_getuji a,
body.p-library li#snavi_library a,
body.p-business li#snavi_business a,
body.p-highlight li#snavi_highlight a,
body.p-calendar li#snavi_calendar a,
body.p-stockinfo li#snavi_stockinfo a,
body.p-yuutai li#snavi_yuutai a,
body.p-faq li#snavi_faq a,
body.p-menseki li#snavi_menseki a,
body.p-inquiry li#snavi_inquiry a,
body.p-overview li#snavi_overview a,
body.p-history li#snavi_history a,
body.p-principles li#snavi_principles a,
body.p-strategy li#snavi_strategy a,
body.p-governance li#snavi_governance a,
body.p-BS_strategy li#snavi_BS_strategy a,
body.p-C_strategy li#snavi_C_strategy a,
body.p-VMD li#snavi_VMD a,
body.p-S_strategy li#snavi_S_strategy a,
body.p-marketing li#snavi_marketing a,
body.p-NB_condition li#snavi_NB_condition a,
body.p-S_mechanism li#snavi_S_mechanism a,
body.p-ir li#snavi_ir a,
body.p-faq1_1 li#snav1_1 a,
body.p-faq1_2 li#snav1_2 a,
body.p-faq1_3 li#snav1_3 a,
body.p-faq1_4 li#snav1_4 a,
body.p-faq1_5 li#snav1_5 a,
body.p-faq1_6 li#snav1_6 a,
body.p-faq1_7 li#snav1_7 a,
body.p-faq1_8 li#snav1_8 a,
body.p-faq1_9 li#snav1_9 a,
body.p-faq1_10 li#snav1_10 a,
body.p-faq1_11 li#snav1_11 a,
body.p-faq1_12 li#snav1_12 a,
body.p-faq1_13 li#snav1_13 a,
body.p-faq1_14 li#snav1_14 a,
body.p-faq1_15 li#snav1_15 a,
body.p-faq2_1 li#snav2_1 a,
body.p-faq2_2 li#snav2_2 a,
body.p-faq2_3 li#snav2_3 a,
body.p-card li#snavi_card a,
body.p-card_new li#snavi_card_new a,
body.p-rpress li#snavi_rpress a,
body.p-online li#snavi_online a,
body.p-privacy_policy li#snavi_privacy_policy a,
body.p-privacy_guideline li#snavi_privacy_guideline a,
body.p-termofuse li#snavi_termofuse a,
body.p-shinsotsu-index li#snavi_shinsotsu a,
body.p-shinsotsu-career_top li#sub_careerup a,
body.p-voice-tem_top li#sub_tem a,
body.p-shinsotsu-shain1 li#sub_tem a,
body.p-shinsotsu-shain2 li#sub_tem a,
body.p-shinsotsu-shain3 li#sub_tem a,
body.p-shinsotsu-shain4 li#sub_tem a,
body.p-shinsotsu-shain5 li#sub_tem a,
body.p-shinsotsu-hon_top li#sub_hon a,
body.p-shinsotsu-shain6 li#sub_hon a,
body.p-shinsotsu-shain7 li#sub_hon a,
body.p-shinsotsu-shain8 li#sub_hon a,
body.p-shinsotsu-shain9 li#sub_hon a,
body.p-shinsotsu-shain10 li#sub_hon a,
body.p-shinsotsu-school li#sub_school a,
body.p-guideline li#sub_guideline a,
body.p-chuto-index #snavi_chuto a,
body.p-chuto-careerup li#sub_careerup_chuto a,
body.p-chuto-baito li#sub_extrajob a,
body.p-chuto-shain_top li#sub_staffvoice a,
body.p-chuto-shain1 li#sub_staffvoice a,
body.p-chuto-shain2 li#sub_staffvoice a,
body.p-chuto-shain3 li#sub_staffvoice a,
body.p-chuto-shain4 li#sub_staffvoice a,
body.p-chuto-shain5 li#sub_staffvoice a,
body.p-chuto-entry li#sub_entry2 a,
body.p-chuto-openstaff li#sub_opstaff a,
body.p-physicallychallenged li#snavi_shougai a,
body.p-senpai li#snavi_senpai a,
body.p-qanda li#snavi_qanda a,
body.p-want li#snavi_want a{
    opacity: 0.4;
    -moz-opacity: 0.4; /* Firefox */
    filter: alpha(opacity=40); /* IE6/7 */
    -ms-filter: "alpha(opacity=40)"; /* IE8 */
    background-image: url("/hc/theming_assets/01HZH0J5GSY2B3KZ6SSQHYPYDT");
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 15px !important;
}

.bnr_rait{
    position:absolute;
    top:23px;
    right:130px;
}

/*////////////////governance///////////////*/
.p-governance .bottom_pdf_txt{
    color: #7c9cbc;
    text-decoration: none;
}
.p-governance .bottom_pdf_txt a{
    background: url("/hc/theming_assets/01HZH0J61RWCZ2HQCZ44HXW3GK")no-repeat left center;
    padding-left: 2%;
    background-size: 6px;
}




body#p-home #main.off a{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 1;
    -moz-opacity: 1; /* Firefox */
    filter: alpha(opacity=100); /* IE6/7 */
    -ms-filter: "alpha(opacity=100)"; /* IE8 */
    /*background-color: #9bd4d7;*/
}



.btn-all,
.btn-rss{
    height: 15px;
    position: absolute;
    top:0;
}
.btn-all{right:28px;}
.btn-rss{right:0;}
.btn-all a,
.btn-rss a,
tr.ico-company span.icon,
tr.ico-shop span.icon,
tr.ico-campaign span.icon,
tr.ico-career span.icon,
tr.ico-media span.icon,
tr.ico-brand span.icon,
tr.ico-weblimited span.icon,
tr.ico-product span.icon,
tr.ico-csr span.icon,
tr.ico-shopevent span.icon,
tr.ico-memberslimited span.icon,
tr.ico-newshop span.icon,
tr.ico-topics span.icon
{
    height: 15px;
    background-image: url("/hc/theming_assets/01HZH0J7EN8T378HZ6WJDK5C8N");
    background-repeat:no-repeat;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    display:block;
}
.btn-all{width: 36px;}
.btn-all a{
    width: 36px;
    background-position: -22px -120px;
}

table td span.icon{display: none !important;}
tr.ico-company span.icon,
tr.ico-shop span.icon,
tr.ico-campaign span.icon,
tr.ico-career span.icon,
tr.ico-media span.icon,
tr.ico-brand span.icon,
tr.ico-weblimited span.icon,
tr.ico-product span.icon,
tr.ico-csr span.icon,
tr.ico-shopevent span.icon,
tr.ico-memberslimited span.icon,
tr.ico-newshop span.icon,
tr.ico-topics span.icon{
    width: 58px;
}
tr.ico-company span{ background-position: 0 0;}
tr.ico-shop span{ background-position: 0 -15px;}
tr.ico-campaign span{ background-position: 0 -30px;}
tr.ico-career span{ background-position: 0 -45px;}
tr.ico-media span{ background-position: 0 -60px;}
tr.ico-brand span{ background-position: 0 -75px;}
tr.ico-weblimited span{ background-position: 0 -90px;}
tr.ico-product span{ background-position: 0 -105px;}
tr.ico-csr span{ background-position: -58px 0;}
tr.ico-shopevent span{ background-position: -58px -15px;}
tr.ico-memberslimited span{ background-position: -58px -30px;}
tr.ico-newshop span{ background-position: -58px -45px;}
tr.ico-topics span{ background-position: -58px -60px;}


/*lang*/
.btn_lang_wrap{
    width: 70px;
    position: absolute;
    top: 20px;
    right: 117px;
    z-index: 1600;
}
.btn_lang_wrap a{
    width: 70px;
    height: 20px;
    display: none;
}
.btn_lang_wrap a img{
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.btn_lang_wrap a:hover img{opacity: 0.7;}
.btn_lang_wrap a.lang_en{display: block;}

.w192{width: 192px !important;}
main{
    border-top: solid 1px #e8edf0;
/*     background-image: url("/hc/theming_assets/01HZH0J7M9DXMBH00BMEXK3CVC"); */
    padding:30px 0 0 0;
    zoom: 1;
    overflow: hidden;
}
@media only screen and (max-width: 479px) {
 main{padding: 0;}
}
.contents,
.contents-top,
.contents-bottom{
    width: 904px;
}
.contents{
/*   background-image: url("/hc/theming_assets/01HZH0J5PDZDAAEJHSCD0G43GW");
  background-repeat: repeat-y;
  margin:0 auto 47px auto; */
}
.contents-top{
/*   background-image: url("/hc/theming_assets/01HZH0J7QMEQ4304XSZ8CBC890");
  background-repeat: no-repeat;
  padding-top: 40px; */
}
.contents-bottom{
/*   width: 100%;
  padding-left: 42px;
  padding-right: 42px;
  background-image: url("/hc/theming_assets/01HZH0J5V72PPMAJHJVK5ND3QP");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; */
}

@media only screen and (max-width: 479px) {
 .contents-bottom{
  padding: 0;
 }
}


/*zendesk調整*/
.promoted-articles h3{
  font-size: 16px;
  margin-bottom: 20px;
}

.promoted-articles ul li{
  font-size: 12px;
  line-height: 22px;
}
.section-tree{
  margin-bottom: 20px;
  margin-top: 0 !important;
}

.article-sidebar.side-column section{
  padding: 0;
}
.article-sidebar.side-column section h3{
  
}
.article-sidebar.side-column section ul{
/*   margin-left: 10px;
  margin-right: 10px; */
}
.recent-articles li,
.related-articles li{
  font-size: 12px;
  line-height: 1.6;
}

@media only screen and (max-width: 479px) {
 .article-sidebar.side-column section ul{
    margin-left: 0;
    margin-right: 0;
  }
  .article-vote-controls{margin-bottom: 30px;}
  .contents.p_entry .article-footer{margin-bottom: 40px;}
}


table.request-table.my-requests{
  font-size:12px;
}
table.request-table.my-requests th,
table.request-table.my-requests td{
  padding: 11px 13px;
  /*border: solid 1px #;*/
}
.my-activities-table{
  padding-top: 20px;
}

#request_description{margin-bottom: 10px;}
.search input[type="search"]{
  font-size: 14px;
  -webkit-appearance: none;
}

.search-result-meta-name{
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.search-result-meta-name a{
  background-color: #7c9cbc;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 4px;
}
.search-result-meta-name a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.section-tree section.section:nth-child(even) ul li{padding-right: 0;}
.sub-nav.clearfix .ttl{
  color: #27313c;
  font-size: 14px;
}
.contents.p_contact .ttl_blue{margin-bottom: 40px;}
.contents.p_contact .main-column{
  float: none;
  margin: 0 auto;
}
.contents.p_contact .main-column .form{max-width: 100%}

@media only screen and (max-width: 479px) {
  .search-results.clearfix{
    width: auto;
/*     margin: 0 25px !important; */
  }
 .sub-nav.clearfix{
  height: 36px;
  border-bottom: none;
  margin-bottom: 20px;
  background-color: #44678b;
  overflow: hidden;
 }
 .ttl img{display: none;}
 .ttl a:after {
    background-image: url("/hc/theming_assets/01HZH0J9JJTZJY9KTKVH19RZ6H");
    background-size: 320px auto;
    content: "";
    height: 36px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 0;
    width: 320px;
    background-position: 0 -360px;
  }
  .contents.p_contact .ttl a:after{background-position: 0 -288px;}
}

.notification{
  position: relative;
  z-index: 55555;
}
.notification.notification-error.notification-inline{margin-bottom: 5px;}
.notification-inline.notification-error:before{display: none !important;}
.notification-inline.notification-error{
  color: #a47273 !important;
  padding: 0;
  background-color: transparent !important;
  border: none !important;
}
.wysiwyg-color-red{color: #a47273;}

.contents.p_category .main-column{
  width: 100%;
  float: none;
}

.contents.p_category .ttl_blue{
  margin-bottom: 30px;
  padding: 20px 15px 18px 15px;
}
.contents.p_category .ttl_blue h1{
  font-weight: normal;
  margin-bottom: 0.4em;
}
.contents.p_category .ttl_blue p{
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  .ttl_blue{
    margin-bottom: 30px !important;
    padding: 0 0 18px 0 !important;
    border-bottom: 1px dotted #bbbab8;
    background-color: transparent;
  }
  .contents.p_section .ttl_blue{
    margin:0!important;
    padding: 0!important;
  }
  .ttl_blue h1,
  .ttl_blue p{
    color: #000000 !important;
  }
}


.contents.p_category .section-tree{padding: 0;}

.contents.p_entry .article-subscribe{display: none;}
.contents.p_entry h1{
  background-color: transparent;
  font-size: 22px;
  color: #000000;
  padding: 10px 15px 8px 0;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #bbbab8;
}

@media only screen and (max-width: 979px) {
 .contents.p_entry h1{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  line-height: 1.5;
 }
}
@media only screen and (max-width: 479px) {
 .contents.p_entry h1{font-size: 16px;}
}

.contents.p_entry .subtle-wrap{padding: 0;}
form.search input[type="submit"]{
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  opacity: 0;

}

.section-subscribe.dropdown a{
  width: 100%;
  box-sizing: border-box;
}

.profile-wrap{
  width: 820px;
  padding: 40px 80px;
  margin: 0 auto 50px auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d9e3e7;
}

.profile-section,
.profile-header{
  width: 100%;
}
.profile-header .options{margin-bottom: 20px;}
.profile-header .options a{width: 100%;}

.profile-wrap .profile-header ul{margin-bottom: 10px;}
.profile-wrap .profile-header ul li{
  line-height: 1.6;
}






/*-------------------------------------------------
///////////////////////////////////////////////////
    TB COMMON
///////////////////////////////////////////////////
-------------------------------------------------*/
@media screen and (max-width: 979px) {
    .show_sp{ display: none;}
    .show_tb{ display: block;}
    .show_pc{ display: none;}
    .show_pctb{display: block;}
    .show_tbsp{display: block;}
    .blue-box:after{
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
    }

    #fontsize_box,
    .topicpath,
    #g-nav,
    .btn-pagetop,
    #f-sitemap{ display: none;}

    header{width: 100% !important;}
    #f-sitemap .box,
    #sns,
    .contents,
    .contents-top,
    .contents-bottom{width: 100% !important;}
    .head-txt,
    section .box{width: 588px;}
    #h-menu a,
    .ico-sns a,
    #btn-f-menu a,
    .btn-lang a,
    .btn-lang_en a,
    .btn-company a,
    .box .btn-contact a,
    footer #copylight,
    section .box #snav li a:after,
    .list-arrow li a:after,
    .box ul.snav-accordion li a:after,
    #g-nav ul li>a:after,
    .h-accordion:after,
    .h-accordion2:after,
    .h-accordionBrown:after,
    .h-accordionLblue:after,
    body.p-shop-list ul.maplist li a:after,
    ul.faqlist li a:after,
    #f-sitemap .sp-box>ul li a:after{
        background-image: url("/hc/theming_assets/01HZH0JAVRZMBDRGZ9HBA8D7AS");
        -webkit-background-size: 263px auto;
        background-size: 263px auto;
    }
    #logo{
        margin-left: 42px;
        z-index: 600;
        position: relative;
        top:18px;
        left:auto;
    }
    #logo a{
        background-position: -456px 0;
        -webkit-background-size: 568px auto;
        background-size: 568px auto;
    }
    #h-menu{
        width: 50px;
        height:100%;
        position: absolute;
        top:0;
        right:0;
        display: block;
        z-index: 500;
    }
    #h-menu a{
        width: 51px;
        height: 51px;
        display: block;
        position: absolute;
        top:24px;
        right:42px;
        background-position: -108px -10px;
    }
    #h-menu.on{width: 100%;}
    #h-menu.on a{ background-position: -161px -63px;}
    .head-txt{margin-bottom: 0;}
    .contents{
        width: 684px !important;
        margin:0 auto 50px auto;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fff; /* layer fill content */
        -moz-box-shadow: 0 1px 3px rgba(53,81,109,.42); /* drop shadow */
        -webkit-box-shadow: 0 1px 3px rgba(53,81,109,.42); /* drop shadow */
        box-shadow: 0 1px 3px rgba(53,81,109,.42); /* drop shadow */
        position: relative;
    }
    .contents:after{
        width: 684px;
        height: 5px;
        position: absolute;
        left: 0;
        bottom:-5px;
        content: '';
        background-image: url("/hc/theming_assets/01HZH0JB7RZPA7B7AY91766MA0");
        background-repeat: no-repeat;
        background-position: left bottom;
        -webkit-background-size: 684px auto;
        background-size: 684px auto;
    }
    .contents-top,
    .contents-bottom{
        background-image: none !important;
        background-color: #ffffff;
    }
    section .box #snav,
    .list-arrow{
        width: 100% !important;
        display: table;
        float: none !important;
        border-top: none !important;
        margin-bottom: 0 !important;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    section .box #snav{border-bottom: solid 1px #dae1e8;}
    /*section .box #snav li{border-bottom: solid 1px #f2f4f7;}*/
    section .box #snav li{border-bottom:none;}
    section .box #snav li.sub,
    section .box #snav li.last,
    section .box #snav li.bbnone,

    body#p-career.p-physicallychallenged #snav,
    body#p-career.p-qanda #snav,
    body#p-career.p-senpai #snav,
    body#p-career.p-want #snav,
    body#p-career.p-career-index #snav,
    body#p-career.p-career-index #snav li{border-bottom: none;}
    section .box #snav.mb1{margin-bottom: 1px !important;}
    section .box #snav li,
    section .box .snav-accordion li{
        float: none;
        display: table-cell;
        text-align: center;
        margin-left: 0 !important;
    }

    section .box #snav li a:hover{
        background-color: transparent !important;
        /*opacity: 0.6;*/
    }
    section .box #snav li a{
        padding-left: 0 !important;
        background-image: none;
    }
    section .box #snav li a span{position: relative;}
    /*active TB snav*/
    section .box nav #snav li a{padding: 17px 0 19px 0;}
    section .box nav #snav li.sub a,
    section .box nav #snav li.last a{padding: 17px 0 13px 0;}

    .bnr_rait{
        position:absolute;
        top:29px;
        right:116px;
    }

    .box .btn-lang,
    .box .btn-lang_en{
        width: 104px;
        height: 23px;
        position: absolute;
        top: -46px;
        right:0;
        padding-top: 0 !important;
    }
    .box .btn-lang a{
        height: 23px;
        background-position: -161px -10px !important;
    }
    #sns{
        width: 100%;
        height: 26px;
        background-image: url("/hc/theming_assets/01HZH0J8WDAPNRN28808AXWVP6");
        -webkit-background-size: 34px auto;
        background-size: 34px auto;
        position: relative;
        margin-left: 0;
        left:0;
        padding-bottom: 40px;
    }
    .ico-sns{
        width: 182px;
        background-color: transparent;
        position: absolute;
        top:20px;
        left:50%;
        margin-left: -91px;
        padding: 0;
    }
    .ico-sns li{
        width: 26px;
        height: 26px;
        float: left;
        margin-right: 0;
        padding-right: 26px;
        background-image: url("/hc/theming_assets/01HZH0J9CQYJ03M83MNGMBYVKD");
        background-position: right top;
        -webkit-background-size: 26px auto;
        background-size: 26px auto;
    }
    .ico-sns li:last-child{
        padding-right: 0;
        background-image: none;
    }
    .ico-sns a{
        background-image: url("/hc/theming_assets/01HZH0J51CZCR0ME3CSPNDSP7S");
        width: 26px;
        height: 26px;
        display: block;
    }
    .ico-sns li.ico-fb a{background-position: 0 -10px;}
    .ico-sns li.ico-tw a{background-position: -26px -10px;}
    .ico-sns li.ico-rss a{background-position: -52px -10px;
    background-image: url("/hc/theming_assets/01HZH0JAVRZMBDRGZ9HBA8D7AS");
    }
    .ico-sns li.ico-insta a{background-position: -52px -10px;}
    footer #copylight{
        width: 87px;
        height: 10px;
        margin:0 auto;
        background-position: -161px -36px;
    }
    #btn-f-menu{
        display: block;
        background-image: url("/hc/theming_assets/01HZH0JABNG06SY1EMVYB102KS");
        background-repeat: repeat-x;
        -webkit-background-size: 56px auto;
        background-size: 56px auto;
        text-align: center;
        padding: 23px 0 19px 0;
        position: relative;
    }
    #btn-f-menu a{
        width: 27px;
        height: 31px;
        margin: 0 auto;
        background-position: -80px -10px;
    }
    #btn-f-menu a.on{background-position: -26px -184px;}
    /*
    sideMune
    */
    #header #g-nav{
        width: 150px;
        height: 100%;
        padding: 28px 30px 0 30px;
        background-image: url("/hc/theming_assets/01HZH0JBF8H7MBVM85TZW4TBGX");
        background-repeat: repeat;
        display: none;
        position: absolute !important;
    }
    #header #g-nav ul{
        width: 150px !important;
        height:auto;
        float: none !important;
        margin:0 !important;
    }
    #header #g-nav ul li{
        width: 150px !important;
        height:auto !important;
        float: none;
        border-bottom: solid 1px #42565f;
    }
    #header #g-nav ul li a{
        width: 134px !important;
        height:auto !important;
        display: block !important;
        float: none !important;
        padding: 13px 0 12px 0 !important;
        color:#c1d9f2 !important;
        font-size: 11px !important;
        background-image: none !important;
        text-indent: 0 !important;
        position: relative !important;
    }
    #header #g-nav ul li a:hover{background-color: transparent !important;}
    #header #g-nav ul li>a{padding-right: 16px !important;}
    #header #g-nav>.sidr-inner>ul>li>a:after{
        width:8px;
        height:8px;
        content: "";
        position: absolute;
        top:50%;
        right:0;
        margin-top: -4px;
        background-position: -44px -51px;
    }
    #header #g-nav ul li a:hover{
        text-decoration: none;
        background-color: #546d7d;
    }
    #header #g-nav ul li.sidr-class-sub ul,
    #header #g-nav ul li#sidr-id-g-nav-career ul,
    #header #g-nav ul li#g-nav-career ul{
        width: 150px !important;
        border-top: solid 1px #42565f;
        padding: 0 !important;
        position: relative !important;
        top:0 !important;
    }
    #header #g-nav ul li.sidr-class-sub ul li{
        width: 118px !important;
        border-bottom: solid 1px #304450;
        margin-left: 32px;
        text-align: right !important;
    }
    #header #g-nav ul li.sidr-class-sub ul li:last-child{border-bottom: none !important;}
    #header #g-nav ul li#sidr-id-g-nav-members ul{
        width: 100% !important;
        left:0;
    }
    #header #g-nav ul li.sidr-class-sub li{
        border-bottom: none;
        text-align: right;
    }
    #header #g-nav ul li.sidr-class-sub li a{
        width: 112px !important;
        padding: 10px 3px !important;
        margin-bottom: 0 !important;
        border-bottom: none !important;
        background-image: none !important;
        color: #7d96a6 !important;
        font-size: 10px !important;
    }
    #header #g-nav>.sidr-inner>ul>li.sidr-class-sub>a:after{background-position: -26px -51px;}
    #header #g-nav>.sidr-inner>ul>li.sidr-class-sub>a.on:after{background-position: -35px -51px;}
    #header #g-nav ul li.sidr-class-sub li a:hover{ background-color: transparent;}
    #header #g-nav ul li.sidr-class-sub li:first-child a{padding-top: 14px;}
    #header #g-nav ul li.sidr-class-sub li:last-child a{ padding-bottom: 14px;}

    .h-accordionLblue{
        font-size: 11px;
        padding: 0;
        color:#ffffff;
        cursor: pointer;
        position: relative;
        display: block;
    }
    .h-accordionLblue:after{
        width: 10px;
        height: 10px;
        content: '';
        position: absolute;
        top:50%;
        right:19px;
        margin-top: -5px;
        background-position: 0 -105px;
    }
    .h-accordionLblue:after{background-position: 0 -157px;}
    .h-accordionLblue.on{
        border-bottom: solid 1px #dbe3ea;
        background-position: 0 -115px;
    }
    .h-accordionLblue.on{border-bottom: none;background-position: 0 -167px;}
    .h-accordionLblue.on:after{background-position: 0 -167px;}

    /*ttl*/
    h1.ttl{
        -webkit-background-size: auto 14px;
        background-size: auto 14px;
    }

    tr.ico-company span.icon,
    tr.ico-shop span.icon,
    tr.ico-campaign span.icon,
    tr.ico-career span.icon,
    tr.ico-media span.icon,
    tr.ico-brand span.icon,
    tr.ico-weblimited span.icon,
    tr.ico-product span.icon,
    tr.ico-csr span.icon,
    tr.ico-shopevent span.icon,
    tr.ico-memberslimited span.icon,
    tr.ico-newshop span.icon,
    tr.ico-topics span.icon{
        -webkit-background-size: 60px auto;
        background-size: 60px auto;
    }

    tr.ico-company span{ background-position: 0 -68px;}
    tr.ico-shop span{ background-position: 0 -83px;}
    tr.ico-campaign span{ background-position: 0 -98px;}
    tr.ico-career span{ background-position: 0 -113px;}
    tr.ico-media span{ background-position: 0 -128px;}
    tr.ico-brand span{ background-position: 0 -143px;}
    tr.ico-weblimited span{ background-position: 0 -158px;}
    tr.ico-product span{ background-position: 0 -173px;}
    tr.ico-csr span{ background-position: 0 -188px;}
    tr.ico-shopevent span{ background-position: 0 -203px;}
    tr.ico-memberslimited span{ background-position: 0 -218px;}
    tr.ico-newshop span{ background-position: 0 -233px;}
    tr.ico-topics span{ background-position: 0 -248px;}

    .box .btn-company{
        width: 102px;
        height: 23px;
        position: absolute;
        top: -46px;
        right:0;
        padding-top: 0 !important;
    }
    .box .btn-company a{
        width: 102px;
        height: 23px;
        background-position: -161px -121px;
    }
    .sidebtnbox{
        display: none;
    }
    #p-career.p-career-index .bb_ttl{margin-bottom: 20px;}
    .p-career-index .sidebtnbox{
        width: 192px !important;
        position: absolute !important;
        right: 0px;
        top: 411px;
        display: block;
    }

    .p-career-index .sidebtnbox .bb_ttl{
        width: 192px !important;
        margin: 0;
    }


    .sidebtnbox .bb_ttl{

        display: block;
        width: 35%;
    }
    .box .btn-contact2{
        width: 158px;
        height: 28px;
        position: absolute;
        top: -46px;
        right:0;
        padding-top: 0 !important;
    }
    .box .btn-contact2 a{
        width: 158px;
        height: 28px;
        background-position: 0 -126px;
    }
    /*ECへのリンク*/
    .mh435_pc{
        min-height:0;
    }

    /****************
    ENGLISH
    *****************/
    .box .btn-lang_en a{
        height: 23px;
        background-position: -161px -146px !important;
    }
    #f-sitemap .box{display: none;}
    #f-sitemap .sp-box{
        display: block;
        padding: 10px !important;
        background-image: url("/hc/theming_assets/01HZH0J97JEEP21SW4Q5WZJPBJ");
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    #f-sitemap .sp-box ul>li,
    #f-sitemap .sp-box ul{
        zoom: 1;
        overflow: hidden;
        text-align: center;
    }
    #f-sitemap .sp-box>ul>li>a{
        width: 100% !important;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding: 21px;
        display: block;
        background-image: url("/hc/theming_assets/01HZH0JAFDE4XNMJ35K6ZYWXEW");
        background-position: 0 0 !important;
        background-repeat: repeat !important;
        color:#44678b;
        margin-bottom: 2px;
        text-decoration: none;
        position: relative;
    }
    #f-sitemap .sp-box>ul li a{position: relative;}
    #f-sitemap .sp-box>ul li a:after{
        width: 10px;
        height: 10px;
        content: '';
        position: absolute;
        top:50%;
        right:18px;
        margin-top: -5px;
        background-position: 0 -205px;
    }
    #f-sitemap .sp-box>ul>li>a.on:after{background-position: -10px -205px;}
    #f-sitemap .sp-box>ul li.parentNav a:after{
        width: 6px;
        height: 10px;
        right:18px;
        margin-top: -5px;
        background-position: 0 -190px;
    }
    #f-sitemap .sp-box>ul li ul li a:after{
        width: 5px;
        height: 8px;
        background-position: -7px -190px;
    }
    #f-sitemap ul li li,
    #f-sitemap ul li.cat{
        width: 49.6%;
        padding: 0;
        float: left;
        margin: 0 0.2% 0.3% 0.2%;
        background-image: url("/hc/theming_assets/01HZH0JBB1E76TNAA1DAAYBJKH");
        text-align:left !important;
    }
    #f-sitemap ul li li a,
    #f-sitemap ul li li span{
        display: block;
        padding: 18px !important;
        text-decoration: none;
    }
    #f-sitemap ul li li.empty span{
        background-image: url("/hc/theming_assets/01HZH0JB0DHC2KGVAT7RN1EFP0");
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    #f-sitemap .sp-box > ul > li.empty2 > span {
        width: 100% !important;
        -moz-box-sizing: border-box;
        padding: 21px;
        padding-bottom:22px;
        display: block;
        background-image: url(https://p6.zdassets.com/hc/theme_assets/771227/200133538/bg-fmenu-cat.png);
        background-position: 0px 0px !important;
        background-repeat: repeat !important;
        color: #44678B;
        margin-bottom: 2px;
        text-decoration: none;
        position: relative;
    }

    #f-sitemap .sp-box>ul li.empty2 > span:after{
        width: 6px;
        height: 10px;
        right:18px;
        margin-top: -5px;
        background-position: 0 -190px;
    }
}
/*-------------------------------------------------
///////////////////////////////////////////////////
SP COMMON
///////////////////////////////////////////////////
-------------------------------------------------*/
@media screen and (max-width: 479px) {
    .bbox1 ul.m_d_t li {
        float: left;
        padding-right: 6px;
    }
    .bbox1 ul.m_d_t {
    overflow: hidden;
    padding-left: 18px;
    margin-bottom: 15px!important;
}
    .bbox1 ul.m_d_t {
        overflow: hidden;
        padding-left: 18px;
        margin-bottom: 18px;
        color: #7c9cbc;
        font-size: 10px;
        padding-top: 5px;
    }
    body p{text-align: justify !important;}
    .sp-mb42{margin-bottom: 42px !important;}
    .sp-mb36{margin-bottom: 36px !important;}
    .sp-mb24{margin-bottom: 24px !important;}
    .sp-mb23{margin-bottom: 23px !important;}
    .sp-mb15{margin-bottom: 15px !important;}
    .sp-mb17{margin-bottom: 17px !important;}
    .sp-mb8{margin-bottom: 8px !important;}
    .sp-mb0{margin-bottom: 0 !important;}
    .sp-mt0{margin-top: 0 !important;}
    .sp-mlr2{
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .sp-mlr10{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .sp-mlr16{
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .sp-ovv{overflow: visible !important;}

    .sp-mr10{margin-right: 10px !important;}
    .sp-ml10{margin-left: 10px !important;}
    .sp-mr22{margin-right: 22px !important;}
    .sp-ml22{margin-left: 22px !important;}
    .sp-pl15{padding-left: 15px !important;}
    .sp-pb15{padding-bottom: 15px !important;}
    .sp-pb30{padding-bottom: 30px !important;}
    .sp-plr0{padding-left: 0 !important;padding-right: 0 !important;}
    .sp-plr12{padding-left: 12px !important;padding-right: 12px !important;}
    .sp-plr17{padding-left: 17px !important;padding-right: 17px !important;}
    .sp-plr22{padding-left:22px !important;padding-right:22px !important;}
    .sp-plr25{padding-left:25px !important;padding-right:25px !important;}
    .sp-boxsize{
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .sp-fs10{ font-size: 10px !important; line-height: 16px !important;}
    .sp-pt0{padding-top: 0 !important;}
    .sp-tac img.show_sp{margin: 0 auto;}
    img.w100p{height:auto;}
    .sp-flN{ float: none !important;}
    .sp-tac{text-align: center !important;}
    .sp-tar{text-align: right !important;}
    .show_sp{ display: block}
    .show_tb{ display: none;}
    .show_pc{ display: none;}
    .show_pctb{display: none;}
    a{color:#44678b;}
    .contents,
    .contents-top,
    .contents-bottom,
    body#p-home .contents-top,
    body#p-home .contents-bottom,
    .head-txt,
    .sub-head-txt,
    section .box,
    .ttl-sub,
    #main-box{width: 100% !important;}

    #header{
        height: 34px;
        padding-top: 16px;
    }
    #logo{
        margin-left: 16px;
        margin-top: 0;
        top:0;
    }
    #logo a{ background-position: -456px -28px;}
    #h-menu{}
    #h-menu a{
        top:11px;
        right:16px;
        width: 24px;
        height: 29px;
        background-position: 0 -40px;
    }
    #h-menu.on a{ background-position: 0 -71px;}
    #main{
        padding-top: 0;
        border-top: none;
    }
    .contents{
        margin: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fff; /* layer fill content */
        -moz-box-shadow: 0 0 0 rgba(53,81,109,.0); /* drop shadow */
        -webkit-box-shadow: 0 0 0 rgba(53,81,109,.0); /* drop shadow */
        box-shadow: 0 0 0 rgba(53,81,109,.0); /* drop shadow */
        background-image: none !important;
    }
    .contents:after{
        background-image: none;
        display: none;
    }
    .contents-top{padding-top: 0;}
    .contents-bottom{padding-bottom: 30px;}
    .head-txt{
        height: 36px;
        border-bottom: none;
    }
    section .box nav{
        position: static;
        background-image: url("/hc/theming_assets/01HZH0J92VK8BETYX5YZCF4QGK") !important;
        background-repeat: repeat;
        -webkit-background-size: 34px auto;
        background-size: 34px auto;
        display: block;
        padding: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    section .box #snav{ margin-bottom: 17px; zoom: 1;overflow: hidden;}
    section .box #snav li,
    section .box .snav-accordion li,
    .btn-lang,
    .btn-company,
    .btn-lang_en/*,
    .list-arrow li*/{
        width: 100% !important;
        display: block !important;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        background-color: #fff; /* layer fill content */
        -webkit-box-shadow: 1px 1px 0px 0px rgba(214, 220, 228, 1);
        box-shadow: 1px 1px 0px 0px rgba(214, 220, 228, 1);
        border-bottom: none !important;
        text-align: left;
        margin-bottom: 1px !important;
        padding-left: 0 !important;
    }
    section .box #snav li.show_pc,
    section .box #snav li.show_tb{
        display: none !important;
    }

    section .box #snav li:last-child,
    section .box .snav-accordion li:last-child,{margin-bottom: 0;}
    section .box #snav li a,
    section .box .snav-accordion li a,
    .list-arrow li a,
    ul.faqlist li a{
        padding:19px 19px 19px 16px !important;
        position: relative;
        opacity: 1.0;
        -moz-opacity: 1.0; /* Firefox */
        display: block;
    }
    section .box #snav li a:after,
    .list-arrow li a:after,
    section .box .snav-accordion li a:after,
    body.p-shop-list ul.maplist li a:after,
    ul.faqlist li a:after{
        width: 7px;
        height: 10px;
        content: "";
        background-position: -26px -40px;
        position: absolute;
        top:50%;
        right:16px;
        margin-top: -5px;
    }
    section .box .snav-accordion li.parent.on>a{border-bottom: 1px solid #DCE2EB;}
    section .box .snav-accordion li.parent.on>a:after{background-position: 0 -115px !important;}
    .box ul#snav li.sub,
    .box ul.snav-accordion li.sub{margin-bottom: 0 !important;}
    .box ul#snav li.sub a,
    .box ul.snav-accordion li.sub a{
        border-bottom: solid 1px #dde4ea;
        margin-left: 16px;
        padding: 14px 14px 14px 0 !important;
    }
    .box ul#snav li.last a,
    .box ul.snav-accordion li.last a{padding: 14px 14px 14px 16px !important;}
    .box ul#snav li.sub a:after,
    .box ul#snav li.last a:after,
    .box ul.snav-accordion li.sub a:after,
    .box ul.snav-accordion li.last a:after{
        width: 5px;
        height: 8px;
        background-position: -42px -40px;
    }
    .snav-accordion>li:first-child>a:after{
        width: 10px !important;
        height: 10px !important;
        margin-top: -5px !important;
        top: 50% !important;
        background-position: 0 -105px !important;
    }
    .box ul#snav li.sub:last-child a,
    .box ul.snav-accordion li.sub:last-child a{border-bottom: none;}
    .box .btn-lang,
    .box .btn-company{
        width: 100%;
        height: 28px;
        position: static;
        margin: 0 auto;
        padding: 18px 0 !important;
        background-color: #ffffff;
    }
    .box .btn-lang a,
    .box .btn-lang_en a,
    .box .btn-company a,
    .box .btn-contact a{
        width: 124px;
        height: 28px;
        background-position: -26px -63px !important;
        margin: 0 auto;
    }
    .box .btn-company a{background-position: -26px -93px !important;}
    #sns{padding: 31px 0;}
    .ico-sns{
        width: 130px;
        top:31px;
        margin-left: -65px;
    }
    .ico-sns li.ico-insta{padding-right: 0;}
    .ico-sns li.ico-rss{display: none;}
    #btn-f-menu{
        background-image: url("/hc/theming_assets/01HZH0JA89AJ6GKJQRX9SJSY99");
        background-repeat: repeat;
    }
    
    footer.article-footer.clearfix{background-image: none;}
    footer #copylight{
        background-image: none;
        text-indent:0;
        color: #91b7dd; /* text color */
        font-size: 10px;
    }
    .box ul#snav li a:hover,
    .box ul.snav-accordion li a:hover{
        background-color: transparent;
    }
    .bnr_rait{
        position:absolute;
        top:11px;
        right:55px;
    }

    /*fooer nav*/
    #f-sitemap .sp-box ul > li,
    #f-sitemap .sp-box ul{text-align:left;}
    #f-sitemap .sp-box > ul > li > a{background-image: url("/hc/theming_assets/01HZH0JAKYC5F3KY4MNSYJJDST");}
    #f-sitemap ul li li,
    #f-sitemap ul li.cat{
        background-image: url("/hc/theming_assets/01HZH0JAQDXHZYSEQJWV9B1JST");
        margin-bottom: 1px;
    }
    #f-sitemap ul li ul{margin-left: 15px;}
    #f-sitemap ul li li,
    #f-sitemap ul li.cat{
      width: 100%;
      float: none;
    }
    #f-sitemap .sp-box li.empty{display: none;}
    #f-sitemap .sp-box li.empty2{display: none;}
}

@media only screen and (max-width: 479px) {
  ul.detail_nav{
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
    .btn_lang_wrap{
        top: 40px;
        right: 107px;
    }
}
@media only screen and (max-width: 479px) {
    .btn_lang_wrap{
        top: 11px;
        right: 51px;
    }
    .clearfix.section-area{
      margin-left: 25px;
      margin-right: 25px;
    }
    .clearfix.section-area h1{
      background-color: transparent;
      border-bottom: 1px dotted #bbbab8;
      color: #000000;
      font-size: 22px;
      margin-bottom: 1.5em;
      padding: 10px 15px 8px 0;
    }
    .contents.p_section .clearfix.section-area h1{
      margin-bottom: 0;
      padding: 0;
      border-bottom: none;
    }
    .clearfix.section-area h1 .section-subscribe.dropdown{
      width: 35%;
      margin: 0 0 0 auto;
      display: block;
      float: none;
    }
  .contents.p_section .ttl_blue .dropdown-toggle{
    text-align:left!important;
  }
    .clearfix.section-area .section-tree{padding: 0;}

    .sp_main_box{
      width: auto;
/*       margin-left: 25px;
      margin-right: 25px; */
      padding-bottom: 25px;
    }
  
}

.link_faqtop{
  text-align: center;
  padding-top: 50px;
/*   padding-bottom: 50px; */
}
.link_faqtop a{
  font-size: 14px;
/*   text-decoration: underline; */
}

.search_box{
  overflow: hidden;
  margin-bottom: 30px;
}
.search_box .search{
  float: none;
}
.search_box .search input[type="search"]{
  width: 100%;
}
@media only screen and (max-width: 979px) {
 .search{
  width: 100%;
 }
}
@media only screen and (max-width: 479px) {
 .search_box{
  width: 84%;
  margin: 0 auto 30px auto;
 }
}

.contents.p_faqtop .sub-nav.clearfix{margin-bottom: 27px;}



.txt_support_box{
  width: 100%;
  margin: 0 auto;
}
.contents.p_category .txt_support_box .ttl_blue{padding: 15px 15px 13px 15px;}
.contents.p_category .ttl_blue h1{
  font-size: 1.3em !important;
  line-height: 1.5 !important;
  font-weight: bold !important;
  margin-bottom: 0.3em !important;
}
.contents.p_category .ttl_blue .category-description{
  font-size: 14px !important;
  font-weight: normal !important;
  margin-bottom: 0;
}
.txt_support_box .ttl_blue h1{margin-bottom: 0 !important;}
@media only screen and (max-width: 479px) {
 .contents.p_category .ttl_blue{
  border-bottom: solid 1px #bbbab8;
 }
 .contents.p_category .ttl_blue h1{margin-bottom: 0.4em !important;}
 .contents.p_category .section-tree .section{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: dotted 1px #bbbab8;
 }
 .contents.p_category .section-tree h3{margin-bottom: 15px;}
 .contents.p_category .article-list li{
  line-height: 24px;
  padding-right: 0;
  margin-bottom: 10px;
 }
 .contents.p_category .article-list li:last-child{margin-bottom: 0;}

}

.txt_support_box table{
  width: 100%;
  margin-bottom: 10px;
}
.txt_support_box table th,
.txt_support_box table td{
  padding: 18px;
  border: 1px solid #ccd9e5;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}
.txt_support_box table th{
  width: 50%;
  background-color: #e5ebf1;
  color: #4e6b89;
}
.txt_support_box table td{
  text-align: center;
}
.txt_support_box .caution{
  font-size: 20px;
  color: #4e6b89;
}
.txt_support_box p{
  line-height: 1.5;
}
.contents.p_section .ttl_blue{overflow: hidden;}
.contents.p_section .ttl_blue .section-description:empty{display: none;}
.contents.p_section .section-tree{
  padding-left: 0;
  padding-right: 0;
}
.contents.p_section .ttl_blue .section-subscribe.dropdown{margin-top: 0;}
.contents.p_section .ttl_blue .dropdown-toggle{
  padding: 4px !important;
  font-size: 12px !important;
  margin-top:0;
  background: transparent;
    text-align: right;
}
@media only screen and (max-width: 479px) {
 .txt_support_box{
  width: auto;
  margin: 0 25px;
}
 .txt_support_box table th,
 .txt_support_box table td{
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
    white-space: normal;
    padding: 16px 10px;
  }
  .txt_support_box table td a{
    color: #4e6b89;
    text-decoration: underline;
  }
  .txt_support_box table td.last{border-bottom: 1px solid #c5dada;;}

  .contents.p_category .sub-nav.category-breadcrumbs{margin-bottom: 29px;}
  .contents.p_category .ttl_blue{padding-bottom: 24px !important;}
}

.txt_support_box p.cat_num0,
.txt_support_box table.cat_num0,
.txt_support_box table.cat_num1,
.txt_support_box table.cat_num2{display: none;}

/*-------------------------------------------------
///////////////////////////////////////////////////
New CSS
///////////////////////////////////////////////////
-------------------------------------------------*/

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.text-center{
  text-align:center;
}
b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: $background_color;
  color: $text_color;
  font-family: $text_font;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: $heading_font;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: $link_color;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid #e6e6e6 !important;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid $brand_color;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid $brand_color;
}

.container, .contents.p_section {
  max-width: 996px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 996px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 34px;
}

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

.error-page {
  max-width: 996px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 996px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden, .recent-activity-accessibility-label, .pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
  background-color: transparent;
  border: 1px solid $brand_color;
  border-radius: 4px;
  color: $brand_color;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
    width: auto;
  }
}

.button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .edit-profile-button a:hover, .button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .edit-profile-button a:active, .button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .edit-profile-button a:focus, .button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .edit-profile-button a.button-primary {
  background-color: $brand_color;
  color: $brand_text_color;
  text-decoration: none;
}

.button.button-primary:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected="true"]:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected="true"]:hover, .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected="true"]:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .edit-profile-button a.button-primary:hover, .button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected="true"]:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected="true"]:focus, .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected="true"]:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .edit-profile-button a.button-primary:focus, .button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected="true"]:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected="true"]:active, .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected="true"]:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .edit-profile-button a.button-primary:active {
  background-color: darken($brand_color, 20%);
  border-color: darken($brand_color, 20%);
}

.button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled], .edit-profile-button a[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: $brand_color;
  border: 0;
  border-radius: 4px;
  color: $brand_text_color;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
/*     width: auto; */
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: darken($brand_color, 20%);
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: lighten($text_color, 20%);
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: $text_color;
  border: 1px solid #ddd;
  background-color: darken($background_color, 3%);
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: lighten($text_color, 20%);
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid $brand_color;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid $brand_color;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid $brand_color;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid $brand_color;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: lighten($text_color, 20%);
  margin-left: 4px;
}

.form-field p {
  color: lighten($text_color, 20%);
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: lighten($text_color, 20%);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: darken($link_color, 20%);
}

/***** Header *****/
.header {
  max-width: 996px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 54px;
  justify-content: space-between;
}

@media (min-width: 996px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: $link_color;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: $link_color;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: $link_color;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: $link_color;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: $link_color;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: $link_color;
  background-color: transparent;
}

.user-info > button::after {
  color: $link_color;
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: $brand_color;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: $brand_text_color;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  background-color:rgb(243,243,243);
  margin-top: 57px;
  padding: 24px 0;
}

.footer a {
  color: lighten($text_color, 20%);
}

.footer-inner {
  max-width: 996px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 996px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: rgb(66,66,66);
  display: inline;
  font-weight: normal;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: url(https://cdn.right-on.co.jp/phase2-images/icons/Triangle.svg);
  margin: 0 4px;
  position: relative;
  top: -2px;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #666;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid $brand_color;
  color: #555;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Hero component *****/


.hero-inner {
    max-width: 996px;
    margin: 40px auto 20px auto;
    text-align: center;
  	padding: 0 16px;
}
.hero-inner h2{
  font-size:20px;
  color:#000;
	line-height:54px;
  font-weight:bold;
  margin-bottom:16px;
}

.header-seach .input-search input {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
    -moz-box-shadow: 1px 1px 2px #b3b3b3 inset;/*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px #b3b3b3 inset;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px #b3b3b3 inset;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    height: 36px;
    font-size: 12px;
    padding-left: 38px;
    max-width: 340px;
    width: 100%;
    padding-right: 30px;
    text-overflow: ellipsis;
}
.input-close{
  display: block;
  position: relative;
  max-width: 340px;
  margin:auto;
}
.input-close::before {
  	background-image:url(/hc/theming_assets/01HZH0JF34B8V28YVC2HMKYSK4);
    content: '';
  	top:11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 13px;
  	width:13px;
  	height:13px;
    margin-top: 2px;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid $brand_color;
  border-radius: 4px;
  box-sizing: border-box;
  color: $brand_color;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: $brand_color;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: $brand_text_color;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: $text_color;
}

.blocks-item-link {
  color: $brand_color;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px $brand_color;
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
/*   margin-bottom: 40px; */
}
.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}


/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZH0JJ39DYHGGZJ6V4HKS2PY);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: $text_color;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: $brand_color;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/




.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: $text_color;
}

.icon-star {
  color: $brand_color;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: $text_color;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body{
  padding-bottom:40px;
  margin-bottom:40px;
  border-bottom:1px solid rgb(243,243,243);
}

.article-body a:visited {
  color: darken($link_color, 20%);
}

.article-body code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align:center;
  padding-bottom: 20px;
}

.article-comment-count {
  color: lighten($text_color, 20%);
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: $brand_color;
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
/*   margin: 10px 5px; */
  min-width: 90px;
  width: auto;
  color:rgb(66,66,66);
}

.article-vote-question {
  margin: 10px 0 20px;
  text-align: center;
  font-size:16px;
  line-height:22px;
  display:inline-block;
}
.article-vote-count{
  font-size:12px;
  margin-top:16px;
  line-height:22px;
  display:inline-block;
}
.article-return-to-top {
  border-top: 1px solid #ddd;
}
.article-vote-up{
  margin-right:24px;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: $text_color;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  border-radius: 4px;
  color: $text_color;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: $brand_color;
  color: $brand_text_color;
  text-decoration: none;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: $text_color;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: lighten($text_color, 20%);
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: lighten($text_color, 20%);
}

.share a:hover {
  text-decoration: none;
  color: $brand_color;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: $brand_color;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: lighten($text_color, 20%);
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid $brand_color;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: $brand_color;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: $text_font;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: darken($link_color, 20%);
}

.comment-body code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: lighten($text_color, 20%);
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: $brand_color;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: lighten($text_color, 20%);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: $brand_color;
}

.vote-voted:hover {
  color: darken($brand_color, 20%);
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZH0JHZ7MN5CNHS45YNNZCWX);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: $brand_color;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: $brand_text_color;
  color: $brand_text_color;
}

.community-follow button[data-selected="true"] {
  background-color: $brand_color;
  color: $brand_text_color;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid $brand_text_color;
  color: $brand_text_color;
}

.community-follow button[data-selected="true"]:hover {
  background-color: darken($brand_color, 20%);
  border-color: darken($brand_color, 20%);
}

.community-follow button::after {
  border-left: 1px solid $brand_color;
  content: attr(data-follower-count);
  color: $brand_color;
  display: inline-block;
  font-family: $heading_font;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid $brand_color;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: $link_color;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: darken($link_color, 20%);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: lighten($text_color, 20%);
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: $text_color;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: $brand_color;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: lighten($text_color, 20%);
}

.status-label-pending {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: $text_font;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: darken($link_color, 20%);
}

.post-body code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: lighten($text_color, 20%);
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: $brand_color;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid $brand_color;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: $text_color;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: $text_color;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid $brand_color;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: $text_color;
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid $brand_color;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  font-size:12px;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
  font-size:12px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
/*     width: 500px; */
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: lighten($text_color, 20%);
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: lighten($text_color, 20%);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: lighten($text_color, 20%);
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid $brand_color;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid $brand_color;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: darken($background_color, 3%);
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: lighten($text_color, 20%);
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: lighten($text_color, 20%);
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: darken($background_color, 3%);
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.edit-profile-button a {
  background-color: $brand_color;
  border: 0;
  color: $brand_text_color;
  line-height: normal;
  padding: 8px 20px;
  outline-color: $brand_color;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: lighten($text_color, 20%);
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px $brand_color;
  border-radius: 4px;
  color: $brand_color;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: darken($background_color, 5%);
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: lighten($text_color, 20%);
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: darken($background_color, 3%);
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: $background_color;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
/* .search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
} */

/* .search-results-column {
  flex: 1;
} */

@media (min-width: 1024px) {
  .search-results-column {
/*     flex: 0 0 75%; */
  }
}

/* .search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
} */

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: $link_color;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  line-height:normal;
  font-weight: 600;
  margin-bottom:0;
	padding: 14px 24px;
  background-color: rgb(243,243,243);
}
.search-results-subheading + p{
  border-bottom: 1px solid #f3f3f3;
  padding: 24px 0 24px 24px;
  margin-top: 0px;
  word-break: break-word;
  color: rgb(51,51,51);
  font-size: 13px;
}
.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li h2 {
  margin-bottom: 0px;
	line-height:1;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
/*     flex: 1; */
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
	display:none;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 0px;
  word-break: break-word;
  color:rgb(51,51,51);
  font-size:13px;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: $brand_color;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}
.p-0{
  padding:0;
}
.mb-0{
  margin-bottom:0;
}
.mt-0{
  margin-top:0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
/* custom css */

.pagination li{
  border: 1px solid #eee;
    float: left;
    margin-left: -1px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 10px;
}
.pagination-current{
  background-color:rgb(36,23,84);
  color:#fff;
}
.pagination li:last-child{
  margin-right: 0px;
}
.section-tree{
  display: flex;
  flex-wrap: wrap;
}
.header-bg{
  background-color:#241754;
}
.header-bg .logo a{
  display:flex;
}
.faq-tab{
  display: flex; 
}
.article-more-questions input{
  	font-size: 13px;
    border-radius: 3px;
    color: rgb(255,255,255);
    background-color: #241754;
    padding: 12px 20px;
    border: 0;
    min-width: 311px !important;
}
.faq-tab .tablinks{
    padding: 20px 20px 16px 20px;
    border-bottom: 2px solid #e6e6e6;
    width: 33.33%;
    text-align: center;
    color: rgb(36,23,84);
    font-size: 16px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}
.faq-tab .tablinks a{
  	color: rgb(36,23,84);
    font-size: 16px;
  	position:relative;
}
.faq-tab .tablinks:nth-child(1) a:before{
  content:url("/hc/theming_assets/01HZH0JGEPRXYJ6DTD90KDT66X");
  position:absolute;
  left:-50px;
	top:-9px;
}
.faq-tab .tablinks:nth-child(3) a:before{
  content:url("/hc/theming_assets/01HZH0JFS3F63E9EE18AC5KCEB");
  position:absolute;
  left:-50px;
  top:-9px;
}
.faq-tab .tablinks:nth-child(2) a:before{
  content:url("/hc/theming_assets/01HZH0JCWPG2Q0E13APCD82FDB");
  position:absolute;
  left:-50px;
  top:-6px;
}
.faq-tab .tablinks.active{
  border-bottom: 2px solid rgb(36,23,84);
}
.faq-tab .tablinks span{
    display: flex;
    align-items: center;
    margin-right:20px;
}
.d-none {
  display:none;
}
.tabcontent{
  margin-top:40px;
}
.tabcontent .panel-content {
  border: 2px solid #f3f3f3;
}
.tabcontent .panel-heading {
    padding: 19px 24px;
    background-color: #f3f3f3;
}
.faq-detail-page .panel-content .panel-body{
    padding: 24px 24px 16px 24px !important;    
}
.tabcontent-faq-detail-page{
  margin-top:24px;
}
.tabcontent .panel-heading h4{
  margin-bottom:0px;
  font-size:18px;
  color:#333;
  font-weight:700;
  line-height:1;
}

.tabcontent .panel-content .panel-body .faq-que p a{
  color:rgb(36,23,84);
/*   letter-spacing:1.4px; */
  font-size:13px;
  display:inline-flex;
}
d-block{
  display:block;
}
.accordian-section{
/*   margin-top:40px; */
}
.accordian-section:last-child {
    margin-right: 0 !important;
}
.accordian-section .accordion {
  background-color: rgb(243,243,243);
  color: rgb(58,58,58);
  cursor: pointer;
/*   padding: 23px 34px 23px 15px; */
  padding: 0px 34px 0px 15px;
  height:60px;
  font-weight: bold;
  width: 100%;
  border: none;
  display:flex;
  align-items:center;
  text-align: left;
  outline: none;
  line-height:normal;
  font-size: 13px;
  max-height: 60px;
  transition: 0.4s;
  position: relative;
}
.enquiry-btn{
  display:block;
}
.accordian-section .active, .accordian-section .accordion:hover {
  background-color: #f3f3f3; 
}

.accordian-section .panel {
  padding: 0px;
  display: none;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel-accordian{
  border: 2px solid #f3f3f3;
}
.accordian-section .panel a{
  color:rgb(36,23,84);
/*   letter-spacing:1.4px; */
  font-size:13px;
  display:flex;
  line-height:19px;
}
.accordian-section .panel li{
    min-height: 60px;
    margin: 0;
    padding: 5px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
}
.accordian-section .panel p:last-child{
    border-bottom: 0;
}
.accordian-section .accordion:after {
  content: url(/hc/theming_assets/01HZH0JECH2TPH7HNK6A5C2DZD);
  color: rgb(36,23,84);
  top:38%;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position:absolute;
  right:25px;
}
.accordian-section:after {
    content: "";
    clear: both;
    display: block;
}
.accordian-section .active:after {
  content: url(/hc/theming_assets/01HZH0JE93MKTSHBHN9DNF8G4P);
}
.main-faq:after {
    clear: both;
    content: "";
    display: block;
}
.section1,.section2,.section3{
  	min-width: calc(calc(100% / 3) - 12px);
    max-width: calc(calc(100% / 3) - 12px);
    margin-right: 17px;
    display: inline-block;
    float: left;
}

.section3{
  margin-right:0;
}
.custom-article{
  margin-top:80px
}
.custom-article, .related-articles{
  margin-bottom:24px;
}
.promoted-articles{
    margin-bottom: 40px;
}
.promoted-articles h3, .related-articles h3, .recent-articles h3{
  margin:0;
  background-color:rgb(243,243,243);
  width:100%;
  padding:19px 24px;
  font-size: 18px;
  line-height:1;
  color: #515151;
}
.promoted-articles ul, .related-articles ul, .recent-articles ul{
  padding:24px 24px 8px 24px;
  display: flex;
  border: 2px solid #f3f3f3;
  flex-wrap: wrap;
  width:100%;
}
.promoted-articles ul li, .related-articles ul li, .recent-articles ul li{
  min-width: calc(calc(100% / 2) - 37px);
  max-width: calc(calc(100% / 2) - 23px);
  margin-right: 60px;
  padding:0 0 8px 0;
  line-height:1;
  width: calc(50% - 60px);
  min-height:auto;
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(243,243,243);
}
.promoted-articles ul li:nth-child(even), .related-articles ul li:nth-child(even),.recent-articles ul li:nth-child(even){
    margin-right:0 !important;
}
.promoted-articles ul li a, .related-articles ul li a, .recent-articles ul li a{
  color: rgb(36,23,84);
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1px;
  font-size:13px;
  line-height:18px;
}

.promoted-articles .panel-accordian .panel{
  display:block !important;
}

.section-tree section:before{
  	content: "";
    display: block;
    clear: both;
}
.accordian-section .panel-accordian{
    margin-bottom:24px;
}
.btn-click{
  text-align:center;
  margin-top:32px;
  font-size: 13px;
  border-radius: 3px;
  color: rgb(255,255,255);
  background-color: #241754;
  padding: 12px 20px !important;
  border: 0;
  min-width: 311px !important;
}
.btn-click button span{
  padding-top:4px;
}
.footer-inner .enquiry-contact{
  width:100%;
}
.footer-inner .enquiry-contact .sub-heading p{
  text-align:center !important;
  font-size:14px;
  font-weight:bold;
  color:rgb(51,51,51);
  line-height:1;
  margin-bottom:0px;
  margin-top:0;
}
.footer-inner .enquiry-contact .contact{
  text-align:center;
  font-weight:bold;
  font-size: 20px;
  line-height:26px;
  margin-top:16px;
  display:none;
}
.footer-inner .enquiry-contact .contact a{
  color: rgb(36,23,84);
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid rgb(36,23,84);
}
.footer-inner .enquiry-contact .reception-contact h6{
  margin-top:16px;
  margin-bottom:0;
  text-align:center;
  line-height:1;
  color:rgb(51,51,51);
  font-size:12px;
}
.footer-inner .enquiry-contact .reception-contact h6 span{
  margin-right:16px;
  font-weight:bold;
}
.footer-inner .enquiry-contact .faq-small-info{
  margin-top:32px;
  line-height:16px;
}
.footer-inner .enquiry-contact .faq-small-info p{
  margin:0;
  font-size:11px;
  color:rgb(51,51,51);
}
.m-show{
  display:none;
}
.m-hide{
  display:block;
}
.tab-heading{
  font-size:20px;
  color:rgb(36,23,84);
  font-weight:bold;
  margin-bottom:18px;
}
.heading-content-faq{
  font-size:20px;
  color:rgb(36,23,84);
  font-weight:bold;
  line-height:28px;
  text-align:left;
}
.powered-by-zendesk{
  display:none;
}
.sub-nav .breadcrumbs{
  line-height:1;
  display:flex;
  width:100%;
}
.sub-nav{
  min-height:auto;
  margin-top:14px;
  padding:0;
  margin-bottom:48px;
}
.sub-nav li:first-child a{
  color:rgb(255,178,0);
}
.sub-nav li a{
  font-size:13px;
	text-transform:uppercase;
  color:rgb(66,66,66);
}
/* faq-search */
.faq-panel-area .panel-heading{
    padding: 19px 24px;
    background-color: rgb(243,243,243);
}
.faq-panel-area h4{
    margin: 0;
    color: rgb(51,51,51);
    line-height: 1;
    font-size: 18px;
    font-weight:bold;
}
.search-results-list > li{
    border-bottom: 1px solid #f3f3f3;
    padding: 24px 0 24px 24px;
}
.search-results-list .search-result > a{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1;
    color: rgb(51,51,51);
}
.search-result-breadcrumbs{
   	margin:16px 0 8px 0;
    padding-left: 0;
  	line-height:1;
  	display:block;
}
.search-result-breadcrumbs a{
    list-style: none;
    display: inline-block;
    line-height:1;
    font-size: 13px;
    margin: 0px 24px 0px 0;
}
.search-result-breadcrumbs {
  	display:flex;
  	flex-wrap:wrap;
    margin-bottom:16px;
}
.search-result-breadcrumbs a{
    list-style: none;
    display: block;
    line-height:1;
    font-size: 13px;
    margin: 0px 24px 0px 0;
}
.search-result-breadcrumbs a,.faq-link-area a{
    color: rgb(36,23,84) !important;
    text-decoration: none;
    border-bottom: 1px solid rgb(36,23,84);
    font-weight: normal;
  	line-height:22px;
  	display:inline-block;
}
.search-result-breadcrumbs a:before{
  display:none;
}
.search-result-breadcrumbs a{
  display:block;
  line-height:1;
  padding-bottom:2px;
}
.faq-panel-area .faq-que-group p.faq-panel-detail {
    color: rgb(51,51,51);
    cursor: pointer;
    font-size: 13px;
  	line-height:20px;
    margin: 0;
}
.faq-panel-area .faq-que-group .faq-que p {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    color: rgb(51,51,51);
    font-size: 24px;
    line-height: 1;
}
/*faq start*/
.faq-que-area .faq-body{
    border-bottom: 1px solid #f3f3f3;
}

.faq-que-area .faq-body .faq-que, .article-header, .ttl_blue{
    border-bottom: 1px solid rgb(36,23,84);
}

.faq-que-area .faq-body .faq-que h3,.article-header h1 , .ttl_blue h1{
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1;
    color: rgb(51,51,51);
}
.faq-que-area .faq-ans{
  margin-top:24px;
}

.faq-que-area .faq-body .faq-ans p,.faq-review p{
    color: rgb(66,66,66);
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 18px 0;
  	line-height:22px;
}
.faq-title{
    color: rgb(66,66,66);
    cursor: pointer;
    font-size: 16px;
    margin: 60px 0 40px 0; 
  	line-height:22px;
}
.faq-title span.faq-link {
    border-bottom: 1px solid rgb(66,66,66);
}

.faq-review{
    text-align: center;
    padding: 40px 0;
}
.faq-review ul.faq-icon li img {
    width: 40px;
}
.faq-review ul.faq-icon li{
    padding: 0;
    margin-right:24px;
}
.faq-review ul.faq-icon li:last-child{
  margin-right:0px;
}
.faq-review p{
  line-height:22px;
  margin-bottom:16px;
}
.faq-review ul + p{
  font-size:12px;
  line-height:22px;
}
.faq-review .faq-link-area{
  margin-top:48px;
  font-size:16px;
  line-height:22px;
}
.faq-detail-page .panel-heading h4{
  font-weight:bold;
}
.input-search input::-webkit-input-placeholder { /* Edge */
  color: rgb(187,187,187);
  line-height:normal !important;
}

.input-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(187,187,187);
  line-height:normal !important;
}

.input-search input::placeholder {
  color: rgb(187,187,187);
  line-height:normal !important;
}
.faq-panel-area .faq-que-group:last-child{
  padding-bottom:16px;
}
.category-content .page-header{
  margin-bottom: 30px;
  padding: 20px 15px 18px 15px;
  background: #231753;
  border-radius:5px;
  color:#fff;
}
.category-content .page-header h1{
  font-size: 1.3em !important;
  line-height: 1.5 !important;
  font-weight: bold !important;
  color:#fff;
  margin-bottom: 0.3em !important;
}
.category-content .page-header p{
  font-size: 14px !important;
  font-weight: normal !important;
  margin-bottom: 0;
  font-style:normal;
}
.faq-tab{
    margin-bottom:40px;
}
.article-promoted svg{
  display:none;
}
.link_faqtop a{
  font-size:16px;
  color:rgb(36,23,84);
  border-bottom:1px solid rgb(36,23,84);
  padding-bottom:1px;
}
article-vote-controls{
  display:flex;
  justify-content:center;
}
.article-vote-controls a{
    width: 40px;
    height: 40px;
  	display:inline-block;
    border-radius: 50%;
    font-size:0;
/*     background-color: rgb(187,187,187); */
    border: 0;
}
.article-vote-controls a:focus{
  outline:0;
}
.article-vote-up {
  background:url(/hc/theming_assets/01HZH0JGRANEJ9VT399148RD3P);
}
.article-vote-down{
  background:url(/hc/theming_assets/01HZH0JDJQY8A2CSR9KBSRVDBG);
}
.sub-heading{
  display:none;
}
.error-page-content{
	margin: 40px auto;
  padding: 50px 0 50px 0px;
  background: #fff;
  box-shadow: 0 0 7px 0px #00000066;
}
.error-page-content .contents-top,.error-page-content .contents-bottom {
  padding: 0 40px;
	width:100%;
}
.contact-form{
  padding: 50px 0;
  margin:auto;
  box-shadow: 0 0 7px 0px #00000066;
  background: #fff;
  margin-bottom:40px;
}
.contact-form .contents-top{
  margin:auto;
  padding:0 20px;
  width:100%;
}
.contact-form .contents-bottom{
  margin:auto;
  padding:0 20px;
  width:100%;
}
.request-page{
  background-image: url("//theme.zdassets.com/theme_assets/771227/486b4c0f96eb4445d838c5d771f85988dd62a994.png");
  background-repeat: repeat-y;
  margin: 0 auto 47px auto;
}
.request-page .contents-top{
  background-image: url("//theme.zdassets.com/theme_assets/771227/a4d086bfb79d4830893da333de35d5a7c8446b30.png");
  background-repeat: no-repeat;
  padding-top: 40px;
}
.request-page .contents-bottom{
  width: 100%;
  padding-left: 42px;
  padding-right: 42px;
  background-image: url("//theme.zdassets.com/theme_assets/771227/22e7d8f2f92f294fa8c9df24c8dc14a4d45f7c2a.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 53px;
}
.request-table-filters{
  display: flex;
  max-width: 100%;
  float: right;
  align-items: center;
}

.ttl_blue  h1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:18px!important;
}
.contents.p_section .section-tree .article-list li {
    margin: 15px 0;
}
/* responsive */
@media only screen and (max-width:1024px){
  .contact-form .contents-top{
    margin:auto;
    padding:0px;
    width:100%;
  }
  .contact-form .contents-bottom{
    margin:auto;
    padding:0px;
    width:100%;
  }
  .m-show{
  	display:block;
	}
  .m-hide{
  	display:none;
	}
  .custom-article{
    margin-top:40px;
  }
  .header-seach .input-search{
    width:100%;
    max-width:100%;
  }
  .hero-inner{
    margin:10px auto 20px auto;
    padding: 0 16px;
  }
  .tabcontent{
  	margin-top:26px;
	}
  .tabcontent .panel-content .panel-body .faq-que{
    min-width:100%;
    margin-right:0;
  }
  .faq-tab .tablinks{
    padding:0 0 8px 0;
	}
  .faq-tab .tablinks a{
    font-size:14px;
    display:block;
  }
  .faq-tab .tablinks a:before{
    top:-20px !important;
    left:40% !important;
    content: "" !important;
    background-size: 100%;
    height: 20px;
    display: block;
    width: 20px;
    background-repeat:no-repeat;
  }
  .section.hero{
    margin-bottom:40px;
  }
	.faq-tab .tablinks:nth-child(1) a:before{
  	background-image:url("/hc/theming_assets/01HZH0JGEPRXYJ6DTD90KDT66X");
	}
	.faq-tab .tablinks:nth-child(2) a:before{
  	background-image:url("/hc/theming_assets/01HZH0JCWPG2Q0E13APCD82FDB");
	}
	.faq-tab .tablinks:nth-child(3) a:before{
  	background-image:url("/hc/theming_assets/01HZH0JFS3F63E9EE18AC5KCEB");
	}
  .faq-tab .tablinks span{
    display:block;
    margin: 0;
  }
  .collapse-section{
    min-width:100%;
    max-width:100%;
    margin:0;
    float:none;
  }
  .accordian-section .panel-accordian{
/*     margin:0;
    border-bottom: 1px solid #fff; */
  }
  .accordian-section .accordion{
    padding:16px;
    font-size:13px;
    color:rgb(102,102,102);
  }
  .accordian-section .accordion:after{
    right:16px;
  }
  .btn-click {
    margin-top: 40px;
    padding: 0 16px;
	}
  .btn-click button{
    min-width:100%;
  }
  .footer{
    margin-top: 40px;
  }
  .footer-inner .enquiry-contact .sub-heading p{
    max-width:186px;
    margin:0 auto;
    line-height:20px;
  }
  .footer-inner .enquiry-contact .contact,.footer-inner .enquiry-contact .reception-contact h6,.footer-inner .enquiry-contact .faq-small-info{
    margin-top:24px;
  }
  .footer-inner .enquiry-contact .reception-contact h6 span{
    display:block;
    width:100%;
    margin-bottom:8px;
  }
  .faq-que-area .faq-body .faq-que{
    border-bottom:0;
  }
  .faq-que-area .faq-body .faq-que h3{
    margin-bottom:16px;
    color:rgb(36,23,84);
  }
  .hero-inner h2{
    color:rgb(36,23,84);
  }
  .section-tree section{
/*     min-width: calc(calc(100% / 2) - 9px);
    max-width: calc(calc(100% / 2) - 9px); */
  }
  .section-tree section:nth-child(3n + 3){
    margin-right:auto;
  }
  .section-tree section:nth-child(2n + 2) {
    margin-right: 0;
	}
  .promoted-articles ul li, .recent-articles ul li, .related-articles ul li{
    border-bottom: 1px solid #f3f3f3;
    min-width:calc(calc(100% / 2) - 15px);
    margin-right: 30px;
    width:100%;
  }
  .input-close{
    max-width:100%;
  }
  .header-seach .input-search input{
    max-width:100%;
  }
  .search-result-breadcrumbs a{
    margin-bottom: 10px;
  }
  .search-result-breadcrumbs{
    margin-bottom:0;
  }
  .search-results-list > li{
    padding: 24px 16px;
  }
  .search-results-subheading{
    padding:17px 16px 17px 16px;
    font-size:13px;
  }
  .search-result-breadcrumbs li:last-child{
    margin-right:0;
  }
}
@media only screen and (max-width: 768px) {
  .section-tree section{
    min-width: 100%;
    max-width: 100%;
  }
  .error-page-content{
    margin: 40px auto;
    padding: 30px 15px;
    width:95% !important;
  }
  .error-page-content .contents-top,.error-page-content .contents-bottom {
    padding: 0;
  }
  .contact-form .ttl a:after{
    display:none;
  }
  .contact-form{
    width:95% !important;
    margin:40px auto;
  }
  .contact-form .ttl_blue.text-center h1{
    margin:0;
  }
  .btn-click{
    margin:40px 16px 0;
  }
  main{
    padding:0;
  }
  .section1, .section2, .section3{
    min-width:100%;
		max-width:100%;
  }
  .page-header{
    background:none !important;
  }
  .page-header h1{
    color:#231753 !important;
  }
  .page-header .page-header-description{
    color:rgb( 102, 102, 102);
  }
  .accordian-section .panel-accordian{
    margin-bottom:0;
    border-bottom:1px solid #fff;
  }
  .category-content .page-header {
    margin-bottom: 0px;
    padding-top:0 !important;
    font-size:14px !important;
  }
  .promoted-articles{
   	margin-bottom:0; 
  }
  .section-tree section:nth-child(odd){
    margin-right:0;
  }
  .promoted-articles h3, .related-articles h3, .recent-articles h2{
    padding: 14.5px 24px;
    font-size: 13px;
    color: #666666;
	}
	.promoted-articles ul, .related-articles ul, .recent-articles ul{
    padding:0;
    border:0;
    margin-bottom :0;
  }
  .promoted-articles ul li, .related-articles ul li, .recent-articles ul li{
    min-width: 100%;    
    max-width:100%;
    min-height: 64px;
    margin: 0;
    padding: 5px 15px !important;
    vertical-align: middle;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
  }

  .accordian-section .panel p{
/*     padding: 22px 16px; */
    min-height:64px;
  }
	.faq-que-area .faq-body .faq-ans p,.faq-review p{
  	color:rgb(76,76,76);
	}
  .article-header, .ttl_blue{
    border-bottom:0;
  }
  .main-column{
    padding:16px;
  }
  .article-header h1, .ttl_blue  h1{
    margin-top:20px;
    margin-bottom:0;
  }
  .faq-title{
    font-size:16px;
  }
  .hero-inner h2{
    line-height:28px;
    margin-bottom:10px;
  }
  .faq-tab{
    margin-top: 48px;
	}
  .faq-tab .tablinks a{
    font-size: 10px;
    font-weight:normal;
    padding:0;
    color:rgb(66,66,66);
    padding-top:6px;
  }
  .faq-tab .tablinks span img{
    max-width:18px;
    margin-bottom:4px;
  }
  .container{
    padding:0;
  }
  .faq-tab,.tab-heading{
    padding:0 16px;
  }
  .tabcontent .panel-heading{
    padding:17.5px 16px;
  }
  .tabcontent .panel-heading h4{
    font-size:13px;
    color:rgb(102,102,102);
  }
  .tabcontent .panel-content .panel-body{
    padding:0 !important;
  }
  .tabcontent .panel-content .panel-body .faq-que{
    margin-bottom:0;
    padding:18px 16px;
    border-bottom: 1px solid #f3f3f3;
    line-height:18px;
  }
  .tabcontent .panel-content .panel-body .faq-que p{
    border-bottom :0 ;
    padding-bottom:0;
  }
    .faq-panel-area h4{
        font-size: 13px;
    }
    .faq-panel-area .faq-que-group h3, .faq-que-area .faq-body .faq-que h3{
        font-size: 18px;
        line-height: 1.5;
    }
    .faq-panel-area .faq-que-group ul.faq-panel-link,.faq-review .faq-link-area{
				margin:0;
    } 
    .faq-panel-area .faq-que-group ul.faq-panel-link li{
        line-height:1.4;
      	font-size:10px;
      	margin-bottom:5px;
    }
    .faq-panel-area .faq-que-group p.faq-panel-detail,.faq-review p{
        margin-top: 3px;
				color:rgb(76,76,76);
      	font-size:16px;
    }
    .faq-panel-area .faq-que-group{
        padding-left: 0;
    }
    
    .faq-title{
        margin: 0px 0 20px 0;
    }
    .faq-review{
        margin-top: 0;
      	padding: 20px 0 46px 0;
    }
    .faq-review p{
        margin-top: 0;
      	color:rgb(66,66,66);
    }
  .tabcontent-faq-detail-page{
    margin-top:0 !important;
  }
  .container-divider,.sub-nav{
    display:none;
  }
  .faq-panel-area .faq-que-group{
    padding:24px 0px;
    margin: 0 16px;
  }
  .faq-panel-area .panel-heading{
    padding:17px 16px 18px 16px;
  }
  .faq-que-area{
    padding:10px 16px;
  }
  .faq-que-area .faq-body{
    border-bottom:0;
  }
  .tab-heading{
    line-height:28px;
  }
  .faq-panel-area{
    margin-top:16px;
  }
  .faq-panel-area .faq-que-group h3{
    line-height:28px;
    font-size:20px;
  }
  .faq-panel-area .faq-que-group ul.faq-panel-link li a{
        display: initial;
    		line-height: 18px;
  }
  .faq-panel-area .faq-que-group ul.faq-panel-link{
    display:block;
    margin-top:4px;
  }
  .faq-panel-area .faq-que-group p.faq-panel-detail{
    line-height:22px;
  }
  .faq-panel-area .faq-que-group:last-child{
    padding-bottom:32px;
  }
  .faq-que-area .faq-body .faq-que h3{
    font-size:20px;
    line-height:28px;
  }
  .faq-que-area .faq-ans{
    margin-top:16px;
  }
  .faq-que-area .faq-body .faq-ans p{
    margin-bottom:16px;
  }
  ul.faq-icon{
    margin-bottom:16px;
  }
  .faq-review ul + p{
    margin-bottom:24px;
  }
  .tabcontent-faq-detail-page .panel-content, .faq-detail-page .panel-content{
    border:0;
  }
  .header{
    height:58px;
    padding-top:4px;
    padding-left:16px;
    padding-right:16px;
  }
  .faq-tab .tablinks.active{
    color:rgb(76,76,76);
  }
  .heading-content-faq{
    color:rgb(36,23,84);
  }
  .header-seach{
    text-align:left;
  }
  .header-seach .input-search input{
    max-width:336px;
  }
  .tabcontent .panel-content{
    border:0;
  }
  .footer-inner .enquiry-contact .contact a{
    padding-bottom:0;
  }
  .faq-detail-page{
    margin-top:0;
  }
  .faq-detail-page .faq-que{
    min-height:56px !important;
  }
  .faq-panel-area .faq-que-group ul.faq-panel-link li a{
    padding-bottom:0 !important;
  }
  .faq-tab{
    margin-bottom:26px;
  }
}
@media only screen and (max-width:374px){
  .faq-tab .tablinks a{
    font-size:9px;   
  }
  .faq-tab{
      padding-top: 8px;
  }
  .section.hero {
    margin-bottom: 20px;
	}
}
@media only screen and (max-width:374px){
  .btn-click,button,  [type=submit]{  
    min-width: 92% !important;
    margin: 40px auto 0;
    max-width: 92% !important;
  }
}
.request_custom_fields_5168552199183 textarea{
  display:none;
}
.request_custom_fields_5051600806031{
 	display: flex;
  align-items: center;
	margin-top: 10px !important;
	max-width: 400px;
  margin: auto;
  text-align: left;
  flex-wrap: wrap;
}
.request_custom_fields_5168552199183{
  max-width: 400px;
  margin: auto;
  text-align: left;
}
.request_custom_fields_5051600806031 label{
 	order: 1;
  margin: 0 0 0 8px;
}
#request_custom_fields_5051600806031_error{
  order : 1;
}
.personal-info{
  color: rgb(36,23,84) !important;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px !important;
  width: 100%;
  text-decoration: underline;
  max-width: 640px;
  text-align: center;
  display: block;
  cursor : pointer;
/*   margin: auto; */
}