
header {
  background-color: #ffffff !important;
}


.hide {
  display: none;
}
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
.kb-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90rem;
}
.kb-row:after {
  clear: both;
}
.kb-row:before,
.kb-row:after {
  content: " ";
  display: table;
}

#helpful-pod {
  position: relative;
  overflow: visible;
  z-index: 1;
  width: 100%;
  display: block;
  bottom: 0;
  padding: 1ex 2em .7ex;
}
#helpful-pod.no-padding {
  padding: 0;
}
@media (max-width: 1024px) {
  #helpful-pod.no-padding {
    padding: 1ex 2em .7ex;
  }
}
.helpful-pod-expanded {
  margin-top: 0px;
  opacity: 1;
  width: auto;
}
.feedback-popup {
  display: none;
}
.expanded {
  color: #333;
  font-family: adobe-clean, bold;
  font-size: 18px;
  font-weight: bold;
  display: inline-table;
  background: none repeat scroll 0 0 #333333 !important;
  border: 1px solid #333333 !important;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 12px;
  height: 185px;
  margin-top: 0px;
  padding-left: 0px;
  width: 420px;
  height: 250px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.expanded > textarea,
.expanded > button,
.expanded > div {
  display: block !important;
}
@media (max-width: 480px) {
  .expanded {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .expanded {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}


#page-header .search {
  background: transparent;
  border: none !important;
  margin: 0;
  padding: 0 !important;
  border-radius: 6px;
  position: relative;
}
#page-header .SearchBox {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
  height: 48px;
  position: relative;
}
#page-header .SearchBox.active {
  border: 1px solid #1e76e3;
}
form#searchform {
  position: relative;
}
#search-support {
  font-size: 18px;
  text-overflow: ellipsis;
  background: none;
  border: none;
  resize: none;
  outline: 0;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  width: calc(100% - 100px);
  padding-bottom: 10px;
  padding-left: 16px;
  padding-top: 12px;
}
#search-support.error {
  /* Firefox 18- */
  /* Firefox 19+ */
}
#search-support.error::-webkit-input-placeholder {
  color: #cc0000;
}
#search-support.error:-moz-placeholder {
  color: #cc0000;
}
#search-support.error::-moz-placeholder {
  color: #cc0000;
}
#search-support.error:-ms-input-placeholder {
  color: #cc0000;
}
#search-support::-ms-clear {
  display: none;
}
.clear-search-btn {
  content: ' ';
  display: none;
  width: 20px;
  height: 0px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000000;
}
.clear-search-btn.active-text {
  display: block;
}
.clear-search-btn:after {
  content: ' ';
  display: block;
  width: 13px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.clear-search-btn:before {
  content: ' ';
  display: block;
  width: 13px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border: medium none;
  height: 47px;
  color: #333;
  border-left: 1px solid #ccc;
  width: 84px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
}
input.search-submit:hover {
  color: #666;
}
/* desktop layout */
@media (max-width: 767px) {
  #page-header .search {
    position: absolute;
    width: 100%;
  }
  .SearchInputBox {
    height: 50px !important;
    position: absolute;
    width: 100%;
  }
}
.support-search {
  width: 480px;
  float: right;
}
@media (max-width: 1280px) {
  .support-search {
    width: 380px;
  }
}
@media (max-width: 960px) {
  .support-search {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .support-search {
    float: none;
    top: 80px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mobile-scroll .back-to-search {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  .mobile-scroll .support-search,
  .mobile-scroll #search-container {
    display: none;
  }
}
/* coveo search box */
div#search-container {
  float: right;
  height: 50px;
}
@media (max-width: 767px) {
  div#search-container {
    float: none;
    position: absolute;
    bottom: -100px;
    height: 100px;
    left: 0;
    width: 100%;
    padding: 25px 30px;
    background: #20201C;
  }
}
@media (max-width: 480px) {
  div#search-container {
    padding: 25px 18px;
  }
}
div#search {
  border: 2px solid #ccc;
  border-radius: 4px;
  /* width: 100%; */
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
  height: 48px;
  position: relative;
  display: inline-block !important;
  width: 480px;
  float: right;
}
div#search.coveo-search-box-with-focus {
  border: 2px solid #1e76e3;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  div#search {
    width: 380px;
  }
}
@media (max-width: 960px) {
  div#search {
    width: 250px;
  }
}
@media (max-width: 767px) {
  div#search {
    width: 90%;
    width: calc(100% - 60px);
    position: absolute;
    height: 50px;
    left: 30px;
    top: 25px;
    min-height: 50px;
  }
}
@media (max-width: 480px) {
  div#search {
    width: calc(100% - 36px);
    left: 18px;
  }
}
#search-section input[type="text"].magic-box {
  font-family: adobe-clean;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  height: 55px;
  left: 0;
  letter-spacing: 0;
  line-height: 20px !important;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 130px;
  border: none;
  width: 100%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
  background: transparent;
}
.magic-box .magic-box-suggestions {
  font-family: adobe-clean;
  font-size: 15px;
  border: 2px solid #1473e6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px 0;
  z-index: 2;
  margin: -6px -1px;
}
.magic-box-suggestions .coveo-omnibox-selectable,
.magic-box-suggestions .coveo-top-field-suggestion-row,
.magic-box-suggestions .coveo-omnibox-header {
  color: #1473e6;
}
.magic-box-suggestions .coveo-top-field-suggestion-header {
  font-size: 15px;
  color: #111111;
  padding-left: 5px;
}
.coveo-top-field-suggestion-header .coveo-icon-top-field {
  width: 0;
  margin-right: 0;
  text-indent: 0;
}
.magic-box {
  border: none;
}
.magic-box .magic-box-suggestions .magic-box-suggestion {
  color: #1473e6;
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 20px;
  top: 0;
  cursor: pointer;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
}
.magic-box .magic-box-input,
.magic-box .magic-box-clear {
  background: none;
  height: 46px;
}
.magic-box .magic-box-clear {
  display: none;
}
.magic-box .magic-box-input input {
  font-family: adobe-clean;
  width: 100%;
  padding-left: 5px;
  padding-top: 12px;
  padding-right: 90px;
  text-overflow: ellipsis !important;
}
.magic-box .magic-box-input .magic-box-underlay {
  font-family: adobe-clean;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 135px;
}
.magic-box .magic-box-input > input {
  font-family: adobe-clean;
  font-size: 14px;
  color: #333333;
  height: 48px;
}
.magic-box .magic-box-input .magic-box-underlay span {
  font-family: adobe-clean;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 14px;
}
.magic-box-ghost-text {
  font-family: adobe-clean;
  width: 100%;
  font-size: 14px;
}
input[type="submit"].CoveoSearchButton {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border: medium none;
  height: 46px;
  color: #333;
  border-left: 1px solid #ccc;
  width: 84px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  font-size: 25px;
  line-height: 44px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
input[type="submit"].CoveoSearchButton:hover {
  color: #666;
}
.query-box-clear {
  margin-top: -36px;
  position: relative;
  float: right;
  margin-right: 105px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
.query-box-clear:before {
  content: "\e602";
  font-size: 20px;
  line-height: 25px;
  color: #333;
}
.magic-box-notEmpty ~ .query-box-clear {
  display: inline !important;
}
.magic-box-notEmpty .search-input-field {
  padding-right: 140px !important;
}

html[dir="rtl"] {
  /* coveo search box */
}
html[dir="rtl"] #search-support {
  padding-left: 0;
  padding-right: 16px;
}
html[dir="rtl"] .clear-search-btn {
  right: auto;
  left: 100px;
}
html[dir="rtl"] .support-search {
  float: left;
}
html[dir="rtl"] div#search-container {
  float: left;
}
@media (max-width: 767px) {
  html[dir="rtl"] div#search-container {
    float: none;
  }
}
html[dir="rtl"] div#search {
  float: left;
}
html[dir="rtl"] #search-section input[type="text"].magic-box {
  right: 0;
  left: auto;
  padding-right: 20px;
  padding-left: 130px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir="rtl"] input.search-submit {
  left: 0;
  right: auto;
  border-right: 1px solid #ccc;
}
html[dir="rtl"] .magic-box .magic-box-suggestions {
  margin: -6px -1px;
}
html[dir="rtl"] .coveo-top-field-suggestion-header .coveo-icon-top-field {
  margin-left: 0;
  margin-right: auto;
}
html[dir="rtl"] .magic-box .magic-box-suggestions .magic-box-suggestion {
  padding: 0 20px 0 0;
  text-align: right;
}
html[dir="rtl"] .magic-box .magic-box-input input {
  padding-right: 5px;
  padding-left: 90px;
  direction: rtl;
  text-align: right;
}
html[dir="rtl"] .magic-box .magic-box-input .magic-box-underlay {
  padding-right: 5px;
  padding-left: 135px;
  text-align: right;
}
html[dir="rtl"] input[type="submit"].CoveoSearchButton {
  right: auto;
  left: 0;
  border-right: 1px solid #ccc;
  border-left: 0;
}
html[dir="rtl"] .query-box-clear {
  float: left;
  margin-left: 105px;
  margin-right: 0;
}
html[dir="rtl"] .magic-box-notEmpty .search-input-field {
  padding-left: 140px !important;
  padding-right: 5px !important;
}



:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: #ffffff;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
br {
  line-height: 1em;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
body,
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* **********************************
 * Links
 */
a,
a:visited {
  color: #08c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline !important;
}
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
  margin-top: 5px;
}
/* **********************************
 * Images
 */
img {
  max-width: 100%;
}
/* Article 3 */
/* Grid */
.grid-container {
  position: relative;
  margin: 0;
  padding: 0;
}
.grid-container:after {
  clear: both;
}
.grid-container:before,
.grid-container:after {
  content: "";
  display: table;
}
.grid-container * {
  box-sizing: border-box;
}
.grid-row:before,
.grid-row:after {
  content: "";
  display: table;
}
.grid-row:after {
  clear: both;
}
[class*="grid-cols"] {
  box-sizing: border-box;
  display: table-cell;
  float: left;
  padding: 0 24px 0 0;
}
[class*="grid-cols"]:first-child {
  /* padding-left:0px; */
}
[class*="grid-cols"]:last-child {
  /* padding-right:0px; */
}
.grid-row {
  clear: both;
}
.grid-cols-2 {
  width: 16.6666666%;
}
.grid-cols-3 {
  width: 25%;
}
.grid-cols-4 {
  width: 33.33333333%;
}
.grid-cols-5 {
  width: 42.4603175%;
}
.grid-cols-6 {
  width: 50%;
}
.grid-cols-7 {
  width: 57.53968%;
}
.grid-cols-8 {
  width: 66.666666%;
}
.grid-cols-9 {
  width: 75%;
}
.grid-cols-10 {
  width: 57.53968%;
}
.grid-cols-11 {
  width: 57.53968%;
}
.grid-cols-12 {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .grid-cols-2 {
    width: 33.33333333%;
  }
  .grid-cols-2 + .grid-cols-10 {
    width: 66.6666666%;
  }
}
@media only screen and (max-width: 640px) {
  .grid-cols-3 {
    width: 50%;
  }
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
body > article {
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 767px) {
  body > article {
    margin-top: 100px;
  }
}
body.fixed-title > #knowledge-content {
  margin-top: 70px;
}

div#main-content {
  float: left;
  padding-right: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  div#main-content {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.docs-draft {
  border-right: 2px solid green;
}
.article-header-bar-container {
  background: #0F996D;
  text-align: center;
  padding: 12px 0;
}
.article-header-bar-container .container:before {
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%203%3C%2Ftitle%3E%3Cpath%20id%3D%22_Compound_Path_%22%20data-name%3D%22%26lt%3BCompound%20Path%26gt%3B%22%20class%3D%22cls-1%22%20d%3D%22M9%2C2.44a7%2C7%2C0%2C1%2C0%2C7%2C7A7%2C7%2C0%2C0%2C0%2C9%2C2.44ZM8%2C5.94a.5.5%2C0%2C0%2C1%2C.5-.5h1a.5.5%2C0%2C0%2C1%2C.5.5v1a.5.5%2C0%2C0%2C1-.5.5h-1a.5.5%2C0%2C0%2C1-.5-.5Zm2.42%2C7.5H7.63s-.58%2C0-.58-.5.58-.5.58-.5H8v-3H7.6S7%2C9.42%2C7%2C8.94s.58-.5.58-.5H9.8a.2.2%2C0%2C0%2C1%2C.2.2v3.8h.42s.58%2C0%2C.58.5S10.42%2C13.44%2C10.42%2C13.44Z%22%2F%3E%3C%2Fsvg%3E") left;
  background-repeat: no-repeat;
  background-size: 18px;
  content: " ";
  height: 18px;
  width: 18px;
  padding: 0 9px;
  margin-right: 5px;
}
.article-header-bar-container span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.globalnav-container {
  height: 81px;
  background-color: #000;
  background-color: #202020;
}
#page-header {
  background-size: cover;
}
#title-bar {
  font-size: 13px;
  color: #ffffff;
  border-top: none;
  margin-top: 0;
  padding: 0;
  background-color: #202020;
  padding: 10px 0 8px;
}
@media (max-width: 767px) {
  #title-bar {
    padding: 0;
    position: relative;
  }
}
body.fixed-title .knowledge-top {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}
#page-header .page-title {
  margin: 0;
  padding: 4px 48px 6px 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 500;
  width: calc(100% - 480px);
  text-align: left;
  color: white;
  float: left;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: 0 10px;
  word-break: break-word;
}
@media (max-width: 1024px) {
  #page-header .page-title {
    font-size: 1.5rem;
    width: calc(100% - 380px);
    padding: 13px 0;
  }
}
@media (max-width: 960px) {
  #page-header .page-title {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  #page-header .page-title {
    width: calc(100% - 50px);
    padding: 15px 0;
  }
}
.back-to-search {
  display: none;
  visibility: hidden;
  color: #ccc;
  float: right;
  padding-top: 38px;
  position: relative;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .5px;
  margin-right: 20px;
  width: 40px;
  height: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.back-to-search:before {
  float: right;
  font-family: 'icomoon';
  cursor: pointer;
  content: "\e603";
  font-size: 25px;
  top: 4px;
  position: absolute;
  left: 5px;
}
@media (max-width: 1024px) {
  .back-to-search {
    margin-right: -10px;
  }
}
.back-to-search:hover:before {
  color: #fff;
}
@media (max-width: 1024px) {
  .back-to-search span {
    display: none;
  }
  .back-to-search:before {
    top: 12px;
  }
}
@media (max-width: 767px) {
  body.mobile-scroll #title-bar {
    padding: 0;
  }
}

/**
 * Article 3 : Typography
 */
/* global */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons/icomoon.eot?appork');
  src: url('../fonts/icons/icomoon.eot?appork#iefix') format('embedded-opentype'), url('../fonts/icons/icomoon.ttf?appork') format('truetype'), url('../fonts/icons/icomoon.woff?appork') format('woff'), url('../fonts/icons/icomoon.svg?appork#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: auto;
  /* letter-spacing: 0.2px; */
  overflow-x: auto;/*hidden;*/
  overflow-y:auto; /*hidden;*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 480px) {
  body,
  html {
    font-size: 15px;
    line-height: 1.4;
  }
}
/* html elements */
/* character styles */
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
/* headings */


/* lists */
.page-content ul,
.article-content ul,
.page-content ol,
.article-content ol {
  padding-left: 24px;
  margin: 10px 0 15px;
}
.page-content ul li,
.article-content ul li,
.page-content ol li,
.article-content ol li {
  padding-left: 2px;
  margin: 6px 0;
}
.page-content ol ol,
.article-content ol ol {
  list-style-type: lower-alpha;
  padding-left: 24px;
}
.page-content li ul li,
.article-content li ul li {
  list-style-type: disc;
}
/* custom elements */
h2 + .header-description {
  margin-top: -6px;
}
.page-description {
  font-size: 21px;
  color: #666;
  margin: 10px 0 30px 0;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .page-description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .page-description {
    font-size: 16px;
  }
}
.header-description {
  font-size: 21px;
  color: #666;
  margin: 10px 0;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .header-description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .header-description {
    font-size: 16px;
  }
}
.backtotop {
  display: none;
}
/* Related links (More line this) */
.related-links {
  margin: 60px 0;
}
.related-links h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1em;
  padding-top: 20px;
  border-top: solid 1px #ddd;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .related-links h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .related-links h3 {
    font-size: 18px;
    font-weight: 600;
  }
}
.related-links ul {
  padding: 0;
  margin: 0;
}
.related-links li {
  list-style-type: none;
}


.left-rail-background {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fafafa;
  height: 100%;
  width: 50%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .left-rail-background {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .left-rail-background {
    background-color: #ffffff;
  }
}
@media (min-width: 1025px) {
  .left-rail-background {
    height: 100% !important;
  }
}
.left-rail {
  background-color: #fafafa;
  overflow-y: scroll;
  overflow-x: visible;
  height: 100%;
  position: relative;
  left: 0px;
  padding-top: 54px;
}
@media (min-width: 1025px) {
  .left-rail {
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .left-rail {
    height: auto !important;
    overflow-y: visible;
    position: relative;
    width: calc(100% - -45px) !important;
  }
}
@media (max-width: 767px) {
  .left-rail {
    background-color: #ffffff;
    padding-top: 50px;
    width: calc(100% - -30px) !important;
  }
}
@media (max-width: 480px) {
  .left-rail {
    width: calc(100% - -30px) !important;
  }
}
.left-rail ul#topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .left-rail ul#topics-list {
    overflow: visible;
    display: inline-block;
    margin-bottom: -6px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .left-rail ul#topics-list:after {
    background-color: #fefefe;
    height: calc(100% - -54px);
    top: -54px;
    left: 297px;
    width: 24px;
    display: block;
    content: ' ';
    position: absolute;
    z-index: 0;
  }
}
@media (max-width: 1024px) {
  .left-rail ul#topics-list.active {
    display: block;
  }
}
.left-rail ul#topics-list li {
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  border-left: 3px solid #e1e1e1;
}
@media (max-width: 767px) {
  .left-rail ul#topics-list li {
    padding-left: 15px;
  }
}
.left-rail ul#topics-list li:first-of-type {
  border-top: 1px solid #cccccc;
}
.left-rail ul#topics-list li a {
  font-size: 15px;
  line-height: 18px;
  color: #707070;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 5px 0;
  padding: 13px 35px 15px 16px;
}
@media (max-width: 1024px) {
  .left-rail ul#topics-list li a {
    max-width: 375px;
    margin: 0 auto;
    display: block;
    padding: 20px 10px 20px 0;
  }
}
@media (max-width: 767px) {
  .left-rail ul#topics-list li a {
    padding-right: 50px;
    max-width: 767px;
    line-height: 14px;
  }
}
.left-rail ul#topics-list li a:hover {
  text-decoration: none !important;
}
.left-rail ul#topics-list li a:before,
.left-rail ul#topics-list li a:after {
  position: absolute;
  margin: auto;
  width: 9px;
  height: 2px;
  background: #999999;
  content: ' ';
  right: 25px;
}
@media (max-width: 1024px) {
  .left-rail ul#topics-list li a:before,
  .left-rail ul#topics-list li a:after {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .left-rail ul#topics-list li a:before,
  .left-rail ul#topics-list li a:after {
    right: 40px;
  }
}
.left-rail ul#topics-list li a:before {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 1024px) {
  .left-rail ul#topics-list li a:before {
    top: 28px;
  }
}
.left-rail ul#topics-list li a:after {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 1024px) {
  .left-rail ul#topics-list li a:after {
    top: 23px;
  }
}
.left-rail ul#topics-list.tagstopic li.selected {
  background-color: #f2f2f2;
  color: #2d2d2d;
  border-left: 3px solid #1e76e3;
  width:100%;
}
.left-rail ul#topics-list.producttopic li.selected {
  background-color: #f2f2f2;
  color: #2d2d2d;
  border-left: 3px solid #ed1c24;
  width:100%;
}

@media (min-width: 1025px) {
  .left-rail ul#topics-list li.selected a {
    padding-left: 16px;
    color: #2d2d2d;
  }
}
.left-rail ul#topics-list li.selected a:before,
.left-rail ul#topics-list li.selected a:after {
  background: #2d2d2d;
}
.left-rail ul#topics-list li:hover {
  background-color: #f2f2f2;
  color: #2d2d2d;
}
@media (min-width: 1025px) {
  .left-rail ul#topics-list li:hover a {
    color: #2d2d2d;
  }
}
.left-rail ul#topics-list li:hover a:before,
.left-rail ul#topics-list li:hover a:after {
  background: #2d2d2d;
}
.topic {
  padding: 4px 0px 1px 0px;
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 1025px) {
  .topic {
    width: 297px !important;
  }
}
@media (max-width: 1024px) {
  .topic {
   
    background-position-x: 45px;
    padding: 4px 0px 1px 45px;
  }
}
@media (max-width: 767px) {
  .topic {
    background-color: #f5f5f5;
    background-position-x: 30px;
    padding: 4px 0px 1px 30px;
  }
}
@media (max-width: 480px) {
  .topic {
    background-position-x: 18px;
    padding: 1px 0px 0px 30px;
  }
}
@media (max-width: 1024px) {
  .topic:before,
  .topic:after {
    position: absolute;
    margin: auto;
    left: -45px;
    width: calc(100% - -90px);
    content: ' ';
  }
}
@media (max-width: 1024px) {
  .topic:before {
    top: -1px;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 1024px) {
  .topic:after {
    bottom: -1px;
    border-bottom: 1px solid #cccccc;
  }
}
.topic .left-rail-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #666666;
  float: left;
  display: block;
  padding: 17px 0 0 42px;
}
.topic .left-rail-title.mobile-topic {
  display: none;
}
.topic a.toggle {
  display: none;
  position: relative;
  height: 16px;
  width: 20px;
  margin-left: 6px;
  float: left;
}
.topic a.toggle:before,
.topic a.toggle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  background: #666666;
  content: ' ';
}
.topic a.toggle:before {
  left: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic a.toggle:after {
  right: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* introduction styles here */
/* 
colors from left-rail.less
@ltgrey: #F5F5F5;
@grey: #CCCCCC;
@mdgrey: #999999;
@dkgrey: #666666;
@xdkgrey: #333333;
@dkblue: #1473E6;
@white: #FFFFFF;
@offwhite: #eaeaea;
*/
.right-content {
  padding-bottom: 0px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1024px) {
  .right-content {
    min-height: auto !important;
    background: transparent;
  }
}
@media (max-width: 1024px) {
  .right-content.hidden {
    display: none;
  }
}
.right-content ul#topics-content-list {
  list-style: none;
  margin: 0;
  padding: 5px 25px 5px 5px;
  width: 100%;
  float: left;
 
}
.right-content ul#topics-content-list > li {
  display: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
 
}
.right-content ul#topics-content-list > li ul li {
  list-style-type: none;
}
.right-content ul#topics-content-list > li:first-of-type h1.chapter-title {
  text-align: center;
}
.right-content ul#topics-content-list > li:first-of-type .intro-description,
.right-content ul#topics-content-list > li:first-of-type .intro-description p {
  text-align: center;
}
.right-content ul#topics-content-list > li:nth-of-type(n+2) .intro-description,
.right-content ul#topics-content-list > li:nth-of-type(n+2) .intro-description p {
  font-size: 21px;
  line-height: 30px;
  color: #999999;
  font-weight: 400;
}
.right-content ul#topics-content-list > li:not(.content-loaded):not(.fallback-content) {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('../contact-3/img/ajax-loader-2.gif') #ffffff center no-repeat;
}
.right-content h1.chapter-title {
  font-size: 21px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  display: block;
  float: left;
  margin-top: 27px;
  margin-bottom: 20px;
}

.right-content h1.pro-title {
  font-size: 21px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  margin-top: 27px;
  margin-bottom: 20px;
}

.right-content .intro-description,
.right-content .intro-description p {
  font-size: 21px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  float: left;
  color: #121214
}

@media (max-width: 1024px) {
.right-content .intro-description,
.right-content .intro-description p {
  font-size: 20px;
  }
}
@media (max-width: 767px) {
  .right-content .intro-description,
  .right-content .intro-description p{
  font-size: 18px;
  }
}
@media (max-width: 480px) {
  .right-content .intro-description,
  .right-content .intro-description p{
  font-size: 16px;
  }
}


.right-content .intro-description p:last-of-type {
  margin-bottom: 0;
}
.right-content #product-icon-container {
  margin: 0;
  width: 100%;
  display: none;
  text-align: center;
  float: left;
}
.right-content #product-icon-container .product-icon {
  height: 96px;
  width: 96px;
  padding: 0 !important;
  display: block;
  margin: 0 auto 28px;
  float: none;
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; */
}
.right-content #product-icon-container.show-icon {
  display: block;
}
.right-content ul.article-list-container {
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  display: block;
}
.right-content ul.article-list-container li.featured-article-container {
  width: 100%;
}
.right-content ul.article-list-container li.featured-article-container ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
}


.right-content ul.article-list-container li.featured-article-container-more ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right-content ul.article-list-container li.featured-article-container ul li {
  width: 50%;
  float: left;
  display: block;
  margin: 0;
  padding-bottom: 25px;
}

.right-content ul.article-list-container li.featured-article-container-more ul li {
  width: 50%;
  float: left;
  display: block;
  margin: 0;
  padding-bottom: 10px;
}


.right-content ul.article-list-container li.featured-article-container ul li:nth-of-type(odd) {
  border-right: 1px solid #cccccc;
  padding-right: 40px;
}

.right-content ul.article-list-container li.featured-article-container-more ul li:nth-of-type(odd) {
  border-right: 0px solid #cccccc;
  padding-right: 40px;
}

.right-content ul.article-list-container li.featured-article-container ul li:nth-of-type(even) {
  padding-left: 40px;
}

.right-content ul.article-list-container li.featured-article-container-more ul li:nth-of-type(even) {
  padding-left: 40px;
}


.right-content ul.article-list-container li.featured-article-container ul li:nth-of-type(2n+1) {
  clear: left;
}

.right-content ul.article-list-container li.featured-article-container ul li:nth-last-of-type(1),
.right-content ul.article-list-container li.featured-article-container ul li:nth-last-of-type(2) {
  padding-bottom: 0;
}

.right-content ul.article-list-container li.featured-article-container ul li .intro-summary {
  margin-bottom: 40px;
}
.right-content ul.article-list-container li.featured-article-container ul li .intro-summary label {
  font-weight: 600;
}
.right-content ul.article-list-container li.featured-article-container ul li .intro-summary p {
  color: #666666;
}
.right-content ul.article-list-container li.featured-article-container ul li span.article-title {
  /* width: 100%; */
  /* float: left; */
  /* display: block; */
}

.right-content ul.article-list-container li.featured-article-container ul li span.article-title a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
}
.right-content ul.article-list-container li.featured-article-container-more ul li span.article-title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
}


.right-content ul.article-list-container li.featured-article-container ul li span.article-title a:hover {
  text-decoration: none !important;
}
.right-content ul.article-list-container li.featured-article-container ul li .article-seo-description {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  line-height: 18px;
  color: #999999;
}
.right-content ul.article-list-container li.learn-more-title {
  width: 100%;
  float: left;
  display: block;
}
.right-content ul.article-list-container li.learn-more-title h2 {
  border: 0;
  width: 100%;
  float: left;
  display: block;
  font-size: 24px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  color: #333333;
  line-height: 32px;
  margin: 35px 0 20px 0;
  padding: 0;
}

.right-content ul.article-list-container > li {
  margin: 0;
  /* float: left;*/
}
.right-content ul.article-list-container li.additional-articles {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .right-content ul.article-list-container li.additional-articles {
    width: 100%;
  }
}
.right-content ul.article-list-container li.additional-articles:nth-of-type(odd) {
  padding-right: 83px;
  clear: left;
}
@media (max-width: 1024px) {
  .right-content ul.article-list-container li.additional-articles:nth-of-type(odd) {
    border: 0;
    padding-right: 0;
  }
}
.right-content ul.article-list-container li.additional-articles:nth-of-type(even) {
  padding-left: 83px;
}
@media (max-width: 1024px) {
  .right-content ul.article-list-container li.additional-articles:nth-of-type(even) {
    border: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .right-content ul.article-list-container li.additional-articles:nth-of-type(even) a.tooltip-container {
    left: auto;
    right: 10%;
  }
  .right-content ul.article-list-container li.additional-articles:nth-of-type(even) span.article-title:hover a.down-arrow:before {
    left: auto;
    right: 20%;
  }
  .right-content ul.article-list-container li.additional-articles:nth-of-type(even) span.article-title:hover a.down-arrow:after {
    left: auto;
    right: 20%;
  }
}
.right-content ul.article-list-container li.additional-articles:nth-of-type(2n+1) {
  clear: left;
}
@media (max-width: 1024px) {
  .right-content ul.article-list-container li.additional-articles:nth-of-type(2n+1) {
    clear: none;
  }
}
.right-content ul.article-list-container li.additional-articles span.article-title {
  position: relative;
}
@media (max-width: 480px) {
  .right-content ul.article-list-container li.additional-articles span.article-title {
    width: 100%;
    display: inline-block;
  }
}
.right-content ul.article-list-container li.additional-articles span.article-title > a.title {
  font-size: 14px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  font-weight: 400;
  color: #1473e6;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .right-content ul.article-list-container li.additional-articles span.article-title > a.title {
    font-size: 12px;
  }
}
.right-content ul.article-list-container li.additional-articles span.article-title > a.title:hover {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .right-content ul.article-list-container li.additional-articles span.article-title > a.title:hover {
    font-size: 12px;
  }
}
.right-content ul.article-list-container li.additional-articles span.article-title:hover a.tooltip-container {
  display: block;
}
.right-content ul.article-list-container li.additional-articles span.article-title:hover a.down-arrow:before {
  position: absolute;
  bottom: 20px;
  content: ' ';
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #333333;
  z-index: 999;
  left: 20%;
}
.right-content ul.article-list-container li.additional-articles span.article-title:hover a.down-arrow:after {
  position: absolute;
  bottom: 20px;
  content: ' ';
  width: 100%;
  height: 15px;
  z-index: 999;
  left: 20%;
}
.right-content ul.article-list-container li.additional-articles a.tooltip-container {
  display: none;
  position: absolute;
  left: 10%;
  bottom: 35px;
  width: 310px;
  background-color: #333333;
  z-index: 999;
  padding: 15px 20px;
}
@media (max-width: 480px) {
  .right-content ul.article-list-container li.additional-articles a.tooltip-container {
    left: 0;
    right: 0;
    margin: auto !important;
    width: 100% !important;
  }
}
.right-content ul.article-list-container li.additional-articles a.tooltip-container:hover {
  text-decoration: none !important;
}
.right-content ul.article-list-container li.additional-articles a.tooltip-container .aritcle-title {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  line-height: 18px;
  color: #ffffff;
}

.column-3 {
  width: 321px;
  float: left;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .column-3 {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .column-3 ul#topics-list {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (min-width: 1025px) {
  .column-3 ul#topics-list {
    width: 297px;
  }
}
@media (max-width: 1024px) {
  .column-3.topic {
    width: calc(100% - -90px);
    margin-left: -45px;
  }
}
@media (max-width: 767px) {
  .column-3.topic {
    width: calc(100% - -60px);
    margin-left: -30px;
  }
}
@media (max-width: 480px) {
  .column-3.topic {
    width: calc(100% - -36px);
   
  }
}
.column-9 {
  width: calc(100% - 321px);
  float: right;
  padding-left: 42px;
}
@media (max-width: 1024px) {
  .column-9 {
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    transition: left 0.5s ease;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    margin-left: 0;
    position: absolute;
    top: 60px;
    left: calc(100% - -90px);
  }
}
@media (max-width: 767px) {
  .column-9 {
    left: calc(100% - -60px);
  }
}
@media (max-width: 480px) {
  .column-9 {
    left: calc(100% - -36px);
  }
}

.column-12 ul li {
  padding-left: 0;
  list-style-type: none;
}

.column-9 ul li {
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 1025px) {
  .article-content #main-content {
    min-height: auto !important;
  }
}
@media (max-width: 1024px) {
  .article-content #main-content {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .left-rail-background {
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .left-rail-background.slide-content {
    -ms-transform: translateX(calc(-100% - 60px));
    /* IE 9 */
    /* Chrome, Safari, Opera */
    -webkit-transform: translateX(calc(-100% - 60px));
    -moz-transform: translateX(calc(-100% - 60px));
    -o-transform: translateX(calc(-100% - 60px));
    transform: translateX(calc(-100% - 60px));
    background-color: #ffffff;
    display: none;
  }
}
@media (max-width: 1024px) {
  #main-content.slide-content .column-9 {
    left: 0;
    max-height: 99999px;
  }
  #main-content.slide-content .column-3 {
    background-color: #ffffff;
  }
  #main-content.slide-content .column-3.left-rail {
    position: absolute !important;
    overflow: hidden;
    max-height: 0 !important;
  }
  #main-content.slide-content .column-3.topic {
    background-color: #f5f5f5;
    width: calc(100% - -90px);
    margin-left: -45px;
    padding-left: 90px;
    background-position-x: 45px;
    cursor: pointer;
  }
  #main-content.slide-content .column-3.topic .left-rail-title.title-topic {
    display: none;
  }
  #main-content.slide-content .column-3.topic .left-rail-title.mobile-topic {
    display: block;
    font-weight: 700;
    padding-left: 16px;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
  }
  #main-content.slide-content .column-3.topic .left-rail-title.mobile-topic:before,
  #main-content.slide-content .column-3.topic .left-rail-title.mobile-topic:after {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 8px;
    height: 2px;
    background: #4b4b4b;
    content: ' ';
  }
  #main-content.slide-content .column-3.topic .left-rail-title.mobile-topic:before {
    bottom: 5px;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #main-content.slide-content .column-3.topic .left-rail-title.mobile-topic:after {
    top: 4px;
    -ms-transform: rotate(-135deg);
    /* IE 9 */
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #main-content.slide-content .column-3.topic a.toggle {
    display: none;
  }
  #main-content.slide-content .column-3 ul#topics-list {
    -ms-transform: translateX(calc(-100% - 60px));
    /* IE 9 */
    /* Chrome, Safari, Opera */
    -webkit-transform: translateX(calc(-100% - 60px));
    -moz-transform: translateX(calc(-100% - 60px));
    -o-transform: translateX(calc(-100% - 60px));
    transform: translateX(calc(-100% - 60px));
  }
}
@media (max-width: 767px) {
  #main-content.slide-content .column-3.topic {
    width: calc(100% - -60px);
    margin-left: -30px;
    padding-left: 74px;
    background-position-x: 30px;
  }
}
@media (max-width: 480px) {
  #main-content.slide-content .column-3.topic {
    width: calc(100% - -36px);
    margin-left: -18px;
    padding-left: 62px;
    background-position-x: 18px;
  }
}
@media (max-width: 1024px) {
  body.fixed-title .column-3.topic,
  body.fixed-title #main-content.slide-content .column-3.topic {
    position: fixed;
    width: 100% !important;
    margin: 0 !important;
  }
}

#main-content {
  position: relative;
  margin-top: 0 !important;
}

#page-header {
  margin-bottom: 0;
}
#page-header #title-bar h1.page-title {
  background-size: 32px 32px !important;
}
body > article {
  margin-bottom: 0;
  position: relative;
  min-height: 200px;
}
body.fixed-title > #knowledge-content {
  margin-top: 69px;
}
@media (max-width: 1024px) {
  body.fixed-title > #knowledge-content {
    margin-top: 71px;
  }
}
@media (max-width: 767px) {
  body.fixed-title > #knowledge-content {
    margin-top: 60px;
  }
}




.k-tab {
  overflow: hidden;
}


.k-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url(../images/k-icon-2.png)
  transition: 0.3s;
  font-size: 17px;
}


.k-tab button:hover {
  background-color: #f2f2f2;
  display: block;
}


.k-tab button.active {
  background-color: #f2f2f2;
  display: block;
}


.k-tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabButton {
  width:50%; 
  height:50px;
  float:left; 
  display:inline; 
  padding-left: 17px 12px 17px 50px;
}

.topicButton {
  background: url(../images/k-icon-2.png) no-repeat center left;
}

.productsButton {
  background: url(../images/k-icon-1.png) no-repeat center left;
}

.activeTab {  
  background-color: #f2f2f2;
  color: #2d2d2d;
}

.nav_index_fix {
  position: fixed;
  left: 0;
  top: 0;
}

section.knowledge-top {
  background-color: #000;
  min-height: 69px;
  padding: 0 0 2px 0;
  position: relative;
  text-align: left;
}


section.knowledge-top #h1{
  font-size: 36px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  line-height: 44px;
  margin: 0 0 14px 0;
  color: #ffffff
}

section.knowledge-page-top {
  background-color: #000;
  min-height: 69px;
  padding: 10px 0 8px 0;
  position: relative;
  text-align: left;
}


section.knowledge-page-top #h1{
  font-size: 24px;
  font-family: 'Source Sans Pro',Times New Roman, Arial,sans-serif;
  line-height: 30px;
  margin: 4px 0 6px 0;
  color: #ffffff;
  max-width:627px; 
  font-size:24px;
}