/* Menu css */


.field--name-field-content .field__item {}

.block-field-blocknodeuser-guidefield-title-page {
  padding: 15px 30px 0px 30px !important;
}

.field--name-field-title-page .field__item {
  line-height: normal;
  font-weight: normal;
  font-size: 2.25rem;
  margin-bottom: 15px;
  margin: 0 0 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, .5);
}

.field--name-field-header .field__item {
  font-weight: bold;
  font-size: 1.625rem;
  margin: 0.875em 0 0.625em 0;
}

.paragraph__column {
  padding: 0px 30px !important;
}

/* 

.user-guide-clicked a {
  background-color: #69BD3C !important;
} */

.user-guide-clicked .opened-for-codepen{
  background-color: #69BD3C !important;
  border-radius: 5px;
  color: #fff;
}

.field--name-field-content {
  margin-bottom: 50px;
}

.block-field-blocknodeuser-guidefield-content p {
  -webkit-text-stroke-width: 0px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  color: rgb(66, 66, 66);
  font-family: "PingFang TC", "Heiti TC", "Noto Sans TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "Microsoft JhengHei Fixed", "Microsoft JhengHei", 微軟正黑體, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin: 0px 0px 1.75em;
  orphans: 2;
  text-align: start;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
}

.node--type-user-guide .node__meta {
  display: none;
}

.border-left-line {
  border-left: 4px solid #61AA35;
  padding-left: 20px;
  font-size: 20px !important;
}

.page-node-type-user-guide h4 {
  font-size: 1.225rem !important;
}

.page-node-type-user-guide p {
  font-size: 16px !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #3c3c3c !important;
}

.navbar-brand h1 {
  margin-top: 8px;
}

.user-guide-menu{
  background-color: #31499C;
}

#block-i2-theme-footersection ul li{
	list-style-type: none;
}

@media all and (min-width: 992px) {

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }

}

.page-node-type-user-guide .block-field-blocknodeuser-guidefield-content img{
	border:1px solid black;
}