.bg-f9f9f9 {
  background: #f9f9f9;
}
.support-srchbar-pos {
    display: block;
    position: relative;
    width:100%;
    padding: 0px;
    z-index: 0;
    top: 0px !important;
    background:#222222;
 }
.support-bg {
  position:relative;
  height:350px;
  background-size:cover;
  background-image: url(../jpg/support-bground.jpg);
  background-position: 50% center;
  z-index:1;
}
.support-bg .desktop-srchbar-pos {
  top:160px;
}
.support-heading {
  padding-top:0 !important;
}
.support-bg .support-heading h1{
  margin-bottom: 10px !important;
}
.support-bg .support-heading h2{
  margin-top:10px !important;
}
.support-bg .support-heading h3{
    margin-top:10px !important;
  }
.support-box {
  background:#ffffff;
  height: 200px;
  border-radius: 2px;
  padding:30px;
}
.support-box-small {
  background:#ffffff;
  height: 120px;
  border-radius: 2px;
  padding:30px;
}
.support-box-small2 {
  background:#ffffff;
  height: 120px;
  border-radius: 2px;
  padding:30px;
}
.support-box-small.border, .support-box-small2.border {
  background:#ffffff;
  height: 120px;
  border-radius: 2px;
  padding:30px;
  border:1px solid #eeeeee;
}
.support-box:hover, .support-box-small:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(219,219,219,1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(219,219,219,1);
  box-shadow: 0px 0px 10px 2px rgba(219,219,219,1);
}
.support-padding {
  padding-top:15px;
  padding-bottom:15px;
}
.support-min-height {
  min-height: 350px;
}
.ui.list >.item {
	border-bottom: none !important;
}
.ui.list>.item .header {
	border-bottom: none !important;
}

/*support Icons */
i.icon.support-hamburger, i.icon.support-hamburger:before {
  background-image: url('../png/support-hamburger.png');
}
i.icon.support-email, i.icon.support-email:before {
  background-image: url('../png/support-email.png');
}
i.icon.support-call, i.icon.support-call:before {
  background-image: url('../png/support-call.png');
}
i.icon.support-chat, i.icon.support-chat:before {
  background-image: url('../png/support-chat.png');
}
i.icon.support-home, i.icon.support-home:before {
  background-image: url('../png/support-home.png');
}
i.icon.support-billing, i.icon.support-billing:before {
  background-image: url('../png/support-billing.png');
}
i.icon.support-license, i.icon.support-license:before {
  background-image: url('../png/support-license.png');
}
i.icon.support-help, i.icon.support-help:before {
  background-image: url('../png/support-help.png');
}
i.icon.support-contributor, i.icon.support-contributor:before {
  background-image: url('../png/support-contributor.png');
}
i.icon.support-secure, i.icon.support-secure:before {
  background-image: url('../png/support-secure.png');
}
/* all standards icons */
i.icon.support-hamburger, i.icon.support-hamburger:before{
  content: "" !important;
  opacity: 1 !important;
  transition: opacity 0.1s ease;
  background-size: 36px 36px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width:36px;
  height:36px;
  /*margin: -8px 10px 0 0 !important;*/
  vertical-align: middle;
}
i.icon.support-email, i.icon.support-email:before,
i.icon.support-call, i.icon.support-call:before,
i.icon.support-chat, i.icon.support-chat:before {
  content: "" !important;
  opacity: 1 !important;
  transition: opacity 0.1s ease;
  background-size: 32px 32px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width:32px;
  height:32px;
  /*margin: -8px 10px 0 0 !important;*/
  vertical-align: middle;
}
i.icon.support-home, i.icon.support-home:before,
i.icon.support-billing, i.icon.support-billing:before,
i.icon.support-license, i.icon.support-license:before,
i.icon.support-help, i.icon.support-help:before,
i.icon.support-contributor, i.icon.support-contributor:before,
i.icon.support-secure, i.icon.support-secure:before {
  content: "" !important;
  opacity: 1 !important;
  transition: opacity 0.1s ease;
  background-size: 24px 24px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width:24px;
  height:24px;
  margin: -8px 10px 0 0 !important;
  vertical-align: middle;
}

.ui.uncover.sidebar {
  z-index: 8 !important;
}
.ui.left.visible.sidebar {
  box-shadow: none !important;
}
.ui.left.sidebar {
  display:none;
  width: 300px;
}
.ui.visible.left.sidebar~.pusher {
  transform: translate3d(300px,0,0);
}
.ui.menu {
  border:none;
}
.ui.attached.menu:not(.tabular) {
  border:none;
}
.ui.accordion .title:not(.ui) {
  padding : 15px 30px 15px 15px;
  color: #a3a3a3;
}
.ui.attached.segment, .ui.segment {
  border:none;
}
.ui.menu .item:before {
  background: none;
}
.ui.vertical.menu .item:before {
  background: none;
}
.ui.menu .item:hover,
.ui.vertical.menu .item:hover {
  color: #333333;
}
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item,
.ui.vertical.menu .active.item:hover {
  background: none;
  font-weight: bold;
  color:#333333;
}

.min-sidebar-height {
  /*min-height: 100vh;*/
  min-height: 65vh;
}
.faq-height {
  height:calc(100vh - 300px);
  /*height: 65vh;*/
  padding-left : 30px !important;
  border-left: 1px solid #e0e0e0;
}
.faq-noresult-height {
    height:60vh;
}
.ui.segment {
  padding: 0 !important;
}
.viewport-color {
  background: #ffffff !important;
}

a.item:link, a.item:visited {
  color:#a3a3a3 !important;
  background: none !important;
  border: none !important;
  font-size: 14px !important;
}
a.item:hover, a.item:active {
  color:#333333 !important;
  background: none !important;
  font-size: 14px !important;
}
a.header:link, a.header:visited {
  color:#000000 !important;
  background: none !important;
  border: none !important;
  font-size: 16px !important;
  text-decoration: underline;
}
a.header:hover, a.header:active {
  color:#000000 !important;
  background: none !important;
  text-decoration: underline;
}
a.support-noborder {
  border-bottom: none !important;
}

/* support menu & search bar */
.menu-srchbar-container {
  padding:20px 0 80px;
}
.support-answer-container {
  padding:20px 0 40px;
}
.menu-srchbar-display {
  display: none;
}
.srchbar-support-container {
  width:480px;
}
.srchbar-support {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  /*height: 42px;*/
}
.srchbar-support-wrapper {
    display: table;
    height: 40px;
}
.srchbar-support-input {
    width: 100%!important;
    border: 0;
    height: 40px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #999;
    box-sizing: border-box;
    padding: 10px 15px 10px;
    outline: 0;
}
.srchbar-support-icon, .srchbar-support-icon:hover {
  background-size: 20px 20px !important;
  height: 40px !important;
}
/* end of support menu & search bar */

.faq_results_list ul {
  padding-left: 0px;
}
.faq_results_list ul li {
  list-style-type: none;
}
.faq_content_answer {
    margin-top: 10px;
    margin-bottom: 30px;
}
.faq_content_answer img{
    height:20px;
    width: auto;
}
.faq-link {
  margin-left: 15px;
  line-height: 17px !important;
}
.faq_content_answer ol {
  padding-left: 15px; 
}
.faq_content_answer ol li {
  list-style-type: decimal;
}
.article-body ol {
  padding-left: 15px; 
}
.article-body ol li{
  list-style-type: decimal;
}
.line-clamp
{
  display            : block;
  display            : -webkit-box;
  -webkit-box-orient : vertical;
  position           : relative;

  line-height: 1.6;
  overflow           : hidden;
  text-overflow      : ellipsis;
  padding            : 0 !important;
}
.line-clamp:after
{
  content    : '...';
  text-align : right;
  bottom     : 0;
  right      : 0;
  width      : 10%;
  display    : block;
  position   : absolute;
  height     : calc(1em * 1.6);
  background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
@supports (-webkit-line-clamp: 1){
  .line-clamp:after
  {
    display : none !important;
  }
}
.line-clamp-1 {
  -webkit-line-clamp : 1;
  max-height : calc(1em * 1.6 * 1);
}
.line-clamp-2 {
  -webkit-line-clamp : 2;
  max-height : calc(1em * 1.6 * 2);
}
/*.content a.item:link.active, .content a.item:visited.active {
  color:yellow !important;
}
*/
@media only screen and (min-width: 1199px) {

}
@media only screen and (min-width: 992px) and (max-width: 1199px) { /* LG */
  .ui.visible.left.sidebar~.pusher {
    /*margin-left: 40px;
    transform: none !important;*/
    width:95%;
  }
  .support-bg .support-heading h1{
    font-size: 40px !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }
  .support-bg .support-heading h3{
    margin-top:10px !important;
  }
  .viewport-color {
    background: #ffffff !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { /* MD  */

}
@media only screen and (min-width: 568px) and (max-width: 767px) { /* S */

}
@media only screen and (min-width: 568px) and (max-width: 991px) { /* Combine S, MD */
  .support-bg .support-heading h1{
    font-size: 25px !important;
    margin-bottom: 10px !important;
    padding-top: 60px;
  }
  .support-heading {
    padding-top: 30px !important;
  }
  .support-bg .support-heading h3{
    margin-top:10px !important;
  }
  .viewport-color {
    background: #333333 !important;
  }
  a.item:link, a.item:visited {
    color:#a3a3a3 !important;
    background: none !important;
    border: none !important;
    font-size: 14px !important;
  }
  a.item:hover, a.item:active {
    color:#ffffff !important;
    background: none !important;
    font-size: 14px !important;
  }
  .ui.menu .item:hover,
  .ui.vertical.menu .item:hover {
    color: #ffffff;
  }
  .ui.menu .active.item:hover,
  .ui.vertical.menu .active.item,
  .ui.vertical.menu .active.item:hover {
    background: none;
    font-weight: bold;
    color:#ffffff;
  }
  .faq-height {
    padding-left : 30px !important;
    border-left: none !important;
  }
  .menu-srchbar-display {
    display: block;
  }
  .ui.left.sidebar {
    display:block;
    width: 300px;
  }
}
@media only screen and (max-width: 567px) { /* XS */
  .support-bg .support-heading h1{
    font-size: 25px !important;
    margin-bottom: 10px !important;
    padding-top: 60px;
  }
  .support-heading {
    padding-top: 30px !important;
  }
  .support-bg .support-heading h3{
    margin-top:10px !important;
  }
  .viewport-color {
    background: #333333 !important;
  }
  a.item:link, a.item:visited {
    color:#a3a3a3 !important;
    background: none !important;
    border: none !important;
    font-size: 14px !important;
  }
  a.item:hover, a.item:active {
    color:#ffffff !important;
    background: none !important;
    font-size: 14px !important;
  }
  .ui.menu .item:hover,
  .ui.vertical.menu .item:hover {
    color: #ffffff;
  }
  .ui.menu .active.item:hover,
  .ui.vertical.menu .active.item,
  .ui.vertical.menu .active.item:hover {
    background: none;
    font-weight: bold;
    color:#ffffff;
  }
  .faq-height {
    padding-left : 30px !important;
    border-left: none !important;
  }
  .menu-srchbar-display {
    display: block;
  }
  .srchbar-support-container {
    width:100%;
  }
  .ui.left.sidebar {
    display:block;
    width: 300px;
  }
}
