/* Full Page */

*::before,
*::after {
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 400;
}

.article-page__container a:hover {
  text-decoration: underline;
}

.article__margin-bottom--none {
  margin-bottom: 0;
}

/* 08252022 Added james */
.custom-page-template ul,
.custom-page-template ol,
.custom-page-template li,
.custom-page-template p {
  margin: 0;
}

.article-main__content .custom-page-template .sidemenu *::before {
  font-weight: inherit !important;
}

.custom-page-template .sidemenu .sidemenu-list > li:first-child {
  margin-top: 5px !important;
}

/* Layout head */

.layout__head--fixed {
  position: fixed;
  z-index: 50;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  left: 0;
  transition: all 400ms ease-in-out;
}

.breadcrumbs-section {
  padding: 0 1.125rem;
  margin-top: 2.5rem;
}

.breadcrumbs-section > .breadcrumbs {
  padding: 0;
  padding-inline-start: 0;
  margin: 0;
}

.breadcrumbs-section > .breadcrumbs > li a {
  text-align: left;
  color: #8F8F8F;
  font-size: 0.875rem;
}

.breadcrumbs-section > .breadcrumbs > li:nth-child(n+2)::before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumbs-section .breadcrumbs li:last-child a {
  color: #1C1C1C;
}

/* Article */
.article-page__container {
  padding: 0 1.125rem;
  color: #1C1C1C;
  font-size: 14px;
}

.article-main {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

/* Article Sidenav */
.article-main__sidenav {
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: var(--letter-spacing-none);
  text-align: left;
  order: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.article-main__sidenav::-webkit-scrollbar {
  background: transparent;
  width: 0;
}

[dir] .sidenav-menu,
[dir] .sidenav-submenu {
  width: 100%;
  list-style: none;
  margin: 0;
}

.sidenav-menu {
  padding-inline-start: 0;
}

.sidenav-menu__item {
  width: 100%;
  margin-bottom: 16px;
}

.sidenav-menu__text--main {
  color: var(--text-title);
  font-weight: var(--font-bold);
  font-size: 1rem;
  padding: 0 1rem;
}

.sidenav-menu__text {
  display: block;
  margin-bottom: 0.75rem;
}

.sidenav-menu__item-has-submenu {
  position: relative;
  padding: 16px 0;
  overflow: hidden;
}

.sidenav-menu__item-has-submenu:first-child {
  padding-top: 0;
}

.sidenav-menu__item-has-submenu::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background: #EBEBEB;
}

.sidenav-menu > .sidenav-menu__item-has-submenu:last-child::after {
  content: none;
}

.sidenav-menu__item-has-submenu > .sidenav-menu__text {
  padding: 0 1rem;
  margin-bottom: 0;
  min-height: 2.5rem;
  line-height: 2.5;
  font-weight: bold;
}

.sidenav-menu__item:last-of-type {
  border-bottom: none;
}

.sidenav-submenu {
  padding-inline-start: 0;
  position: relative;
}

.sidenav-submenu--first {
  padding: 0;
}

.sidenav-submenu__item {
  display: block;
  position: relative;
}

[dir] .sidenav-submenu__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 2rem 0 1rem;
  cursor: pointer;
  min-height: 2.5rem;
  font-size: 14px;
  color: #616161;
}

[dir] .sidenav-submenu__text:visited {
  color: #616161;
}

.sidenav-submenu__text--new-tab::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 1rem;
}

[dir] .sidenav-submenu__text a {
  color: #616161;
  font-size: 0.875rem;
}

.sidenav-submenu__item-has-children > .sidenav-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sidenav-submenu__item-has-children > .sidenav-submenu__text::after {
  display: block;
  content: ' ';
  width: 12px;
  height: 7px;
  transition: transform 400ms ease-in-out;
  position: absolute;
  right: 1rem;
}

.sidenav-submenu__text--arrow-right::after {
  display: block;
  content: ' ';
  width: 7px;
  height: 12px;
  transition: transform 400ms ease-in-out;
  position: absolute;
  right: 1rem;
}

[dir] .sidenav-submenu-active {
  max-height: 1000px;
}

.sidenav-submenu__text-bg-active {
  background-color: #F7F7F7;
}

[dir] .sidenav-submenu__text-active {
  color: #1C1C1C !important;
  font-weight: bold;
}

[dir] .sidenav-submenu__text-active a {
  font-weight: var(--font-bold);
}

[dir] .sidenav-submenu-active .sidenav-submenu__text-active .sidenav-submenu__text-bg-active {
  background-color: #F7F7F7 !important;
}

.sidenav-submenu__text-active:not(.sidenav-submenu__text--arrow-right):not(.sidenav-submenu__text--new-tab)::after {
  transform: rotate(180deg);
  transition: transform 400ms ease-in-out;
}

.sidenav-menu li ul li ul li ul li {
  list-style: disc;
}

.sidenav-mobile__button {
  display: none;
}

/* Fourth Submenu Depth */
.sidenav-submenu__text {
  padding: 0.375rem 1rem 0.438rem;
}

.sidenav-menu li ul li ul li ul li .sidenav-submenu__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 1.5rem 0.5rem 2.75rem;
}

.sidenav-menu li ul li ul li ul li .sidenav-submenu__text::before {
  content: '';
  width: 4px;
  min-width: 4px;
  position: absolute;
  height: 4px;
  top: 18px;
  left: 2rem;
}

/* Article Content */

.article-main__content {
  width: 100%;
  max-width: 960px;
  word-wrap: break-word;
  vertical-align: text-top;
  order: 2;
  line-height: 1.5;
}

.article-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

#previous-page__button {
  margin: 0 16px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

#article-title {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 39px;
}

.faq-article-title,
.video-article-title {
  font-size: 22px !important;
}

.article-body h2 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
}

.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--font-bold);
}

.article-body h3 {
  margin-bottom: 16px;
}

.article-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.article-main ol,
.article-main ul {
  font-size: 14px;
  line-height: 21px;
  color: #616161;
}

.article-body ol,
.article-body ul {
  margin-left: 16px;
  padding: 0 16px;
  margin-bottom: 24px;
}

.article-body {
  word-break: break-word;
}

.article-body a {
  color: #1A54F5;
}

/** START - Code Block Component **/
.code-block {
  border: 1px solid #DDDDDD;
  padding: 12px;
  border-radius: 3px;
  background: #FEFEFE;
  overflow: hidden;
  transition: all 0.1s ease;
}

.code-block p {
  margin-bottom: unset;
}

.code-block__grey { color: #858585; }
.code-block__blue { color: #0075C8; }
.code-block__green { color: #22BD41; }
.code-block__yellow { color: #FF6C00; }
.code-block__red { color: #FF3D3D; }

/** END - Code Block Component **/

.article-snippets {
  scroll-margin-top: 500px;
  margin-top: 24px;
  margin-bottom: 48px;
  padding: 16px 24px;
  background-color: #F1F1F1;
  color: #616161;
}

.article-snippets p {
  margin: 0;
}

.article-main__content .note {
  display: flex;
  padding: 0 0 1.5rem;
  border-radius: 4px;
}

.article-main__content .note:first-child,
.article-main__content .note:last-child {
  padding-top: 4px;
}

.article-main__content .note-title {
  font-size: 16px;
  font-weight: var(--font-bold);
  margin-bottom: 0.5rem;
}

.article-main__content .note .note-title {
  color: #1C1C1C;
}

.article-main__content .note-content {
  padding: 0.5rem 0;
}

.article-main__content .note-content p {
  margin-bottom: 0.5rem;
  color: #1C1C1C;
}

.article-main__content .note-content ol,
.article-main__content .note-content ul {
  margin-bottom: 0;
}

.article-main__content .note-content li {
  color: #616161;
}

.article-main__content .note-content li + li {
  margin-top: 0.5rem;
}

.article-main__content .note--normal .note-border {
  width: 4px;
  margin-right: 14px;
  background-color: var(--gray-400);
  border: 1px solid var(--gray-400);
  border-radius: 4px;
}

.article-main__content .note--warning .note-border {
  width: 4px;
  margin-right: 14px;
  background-color: var(--alert-500);
  border: 1px solid var(--alert-500);
  border-radius: 4px;
}

.article-main__content .note--success .note-border {
  width: 4px;
  margin-right: 14px;
  background-color: var(--correct-500);
  border: 1px solid var(--correct-500);
  border-radius: 4px;
}

.article-main__content .note--danger .note-border {
  width: 4px;
  margin-right: 14px;
  background-color: var(--error-500);
  border: 1px solid var(--error-500);
  border-radius: 4px;
}

.article-main__content .note ul {
  padding-left: 0;
}

.article-main__content .note ul li {
  list-style: none;
  clear: both;
}

.article-main__content .note ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  float: left;
  margin: 8px 8px 0 0;
}

.article-main__content .note ol {
  margin-left: 16px;
}

.article-content__list {
  padding-left: 24px;
}

.article-content__list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}

.article-content__list li::before {
  content: '';
  width: 4px;
  height: 4px;
  min-width: 4px;
  margin: 8px 8px 0 0;
}

.article-content__list li p {
  margin-bottom: 8px;
}

.related-guides {
  margin-bottom: 24px;
}

.related-guides:last-child {
  margin-bottom: 0;
}

.related-guides .article-section {
  margin-bottom: 0;
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 400;
  cursor: default;
}

.related-guides .related-guides__title {
  margin-bottom: 16px !important;
  font-size: 16px;
  color: #1C1C1C;
}

.related-guides .related-guides__count {
  color: #1A54F5;
}

.related-guides .article-section:hover {
  text-decoration: none;
}

.related-guides .margin-reset {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 8px 0 !important;
  padding: 0 16px;
  height: 48px;
  background-color: #FAFAFA;
}

.related-guides .margin-reset:first-child {
  margin-top: 0 !important;
}

.related-guides .margin-reset:last-child {
  margin-bottom: 0 !important;
}

.related-guides .margin-reset::after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 14px;
  margin-left: auto;
}

.related-guides .related-guides__new-tab::after {
  width: 14px;
  height: 14px;
}

.related-articles__depth,
.related-articles__depth a {
  color: #8F8F8F;
}

.related-articles__depth::after {
  margin: 0 12px;
  display: inline-block;
  content: '';
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
}

a.related-articles__depth--last {
  color: #1C1C1C;
}

.content-link-icon::before {
  content: '';
  display: none;
}

.content-link-icon::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.video-parent {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-parent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Recent Update */
.recent-update-wrapper h2 {
  margin-top: 48px;
}

.recent-activity__list {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid #EBEBEB;
}

.related-article-list h2 {
  margin-top: 48px;
}

.recent-activity__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  min-height: 2.5rem;
}

.recent-activity__title {
  color: var(--text-title);
  font-size: 14px;
  margin-bottom: 0 !important;
}

.recent-activity__date {
  color: #8F8F8F;
  font-size: 14px;
  margin-bottom: 0 !important;
}

/* Review Section */
iframe {
  max-width: 100%;
}

.review-section {
  padding-top: 32px;
  text-align: left;
  border-top: 1px solid var(--gray-200);
}

.review-textarea {
  display: none;
  margin-top: 0;
  transition: all 400ms ease-in-out;
}

.review-textarea-show {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.375rem;
  transition: all 400ms ease-in-out;
}

[dir] .review-textarea__input {
  resize: none;
  border-color: var(--gray-300);
  padding: 0.75rem;
}

[dir] .review-textarea__input:focus {
  border-color: var(--sub-blue-02);
}

[dir] .review-textarea__input::placeholder {
  font-size: 13px;
  color: var(--gray-400);
  letter-spacing: var(--letter-spacing);
}

.review-textarea__button {
  margin-top: 1.438rem;
  width: 102px;
}

.review-textarea__button-text {
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: var(--font-normal);
  font-stretch: normal;
  height: 40px;
  padding: 0.625rem 1.75rem;
}

.review-textarea__button-text:focus,
.review-textarea__button-text:hover {
  outline: none;
  background-color: var(--brand-02);
}

/* Like/Dislike Section */

.review-vote {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin: 0;
}

.review-vote__title {
  font-family: inherit;
  margin-bottom: 24px;
  font-weight: var(--font-bold);
  font-size: 16px;
}

.review-vote__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.review-vote__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}

.review-vote__button:hover {
  color: #1A54F5;
}

[dir] .review-vote__button-yes {
  margin-right: 4px;
  padding-right: 14px;
  border-right: 1px solid #BDBDBD;
}

.vote-helper-button,
[dir] .form-helper-button {
  display: none;
}

.review-toast-wrapper {
  position: fixed;
  top: 9rem;
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  transition: opacity ease-in 500ms;
}

.review-toast {
  max-width: 250px;
  border-radius: 4px;
  border: 1px solid var(--gray-400);
  background-color: #FFFFFF;
  padding: 1.125rem;
  margin: 0 auto;
  color: var(--gray-600);
}

.review-toast--success {
  border-color: var(--correct-500);
}

.review-toast--info {
  border-color: var(--gray-400);
}

.review-toast__title {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.review-toast__description {
  font-weight: 500;
  margin-left: 5px;
}

.review-toast--success .review-toast__title::before,
.review-toast--info .review-toast__title::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 4px;
}

.review-toast__title,
.review-toast__description {
  font-size: 1rem;
}

.test-toast {
  top: 20rem;
}

/* Table of contents section */
.article-main__toc {
  word-wrap: break-word;
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  order: 3;
}

.article-main__toc--mobile {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.article-main__toc--desktop {
  display: none;
  padding: 0.75rem 0;
}

.toc-title,
.timestamp-title {
  position: relative;
  font-size: 1rem;
  font-weight: var(--font-normal);
  display: flex;
  align-items: center;
  color: var(--text-title);
}

.toc-title::after {
  display: block;
  content: ' ';
  width: 12px;
  height: 7px;
  transition: transform 400ms ease-in-out;
}

.toc-content {
  display: none;
}

.toc-content-show {
  display: block;
  word-wrap: break-word;
}

.toc-menu {
  padding-inline-start: 0;
  list-style: none;
}

.toc-menu > .toc-menu__item {
  padding-left: 8px;
}

.toc-menu__summary {
  height: 32px;
  line-height: 32px;
  margin-top: 8px;
}

.toc-menu__text,
.recent-articles-title,
.recent-articles li {
  height: 32px;
  line-height: 32px;
}

.recent-articles li {
  margin: 0 !important;
}

ul.toc-menu li {
  margin: 11px 0;
}

.toc-menu__text,
.toc-submenu__text {
  color: var(--gray-500);
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toc-submenu {
  margin: 0;
  padding: 0;
}

.toc-submenu__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  height: 21px;
}

.toc-submenu__item::before {
  content: '';
  width: 4px;
  height: 4px;
  min-width: 4px;
  margin: 0 8px 0 0;
}

[dir] .toc-menu,
[dir] .toc-submenu {
  margin: 0;
}

.toc-header--on-scroll {
  scroll-margin-top: 40px;
}

.timestamp-content li {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 8px;
}

.timestamp-time {
  margin-right: 8px;
  color: #616161;
  font-size: 14px;
}

.video-timestamp {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-200);
}

.timestamp-content {
  margin-top: 8px !important;
  padding: 0;
  list-style: none;
}

/* Recently Viewed Articles */

.recent-articles {
  margin-top: 0 !important;
  padding: 16px 0;
  border-top: 1px solid var(--gray-200);
}

h2.recent-articles-title {
  margin-bottom: 16px !important;
  color: var(--text-title);
  font-size: 15px;
  font-weight: 400;
}

.recent-articles-title::before {
  content: '\f017';
  margin-right: 5px;
  font-size: 14px;
}

.recent-articles ul {
  margin-top: 20px;
}

.right-recent-views a {
  padding: 0;
  color: var(--gray-500);
  font-size: 14px;
}

.right-recent-views a::before {
  border: 0;
}

/* Video Main */
.video-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}

.video-main-list {
  display: grid;
  grid-template-columns: minmax(0, 320px);
  grid-row-gap: 1.5rem;
  justify-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.video-card {
  position: relative;
  border: 1px solid var(--gray-300);
  border-radius: 5px;
  width: 100%;
}

.video-card:nth-child(n+7) {
  display: none;
}

.video-card__header {
  background-color: #F2F2F2;
  height: 10rem;
}

[dir] .video-card__image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.video-card__header,
.video-card__image {
  border-radius: 5px 5px 0 0;
}

.video-card__body {
  background-color: #FFFFFF;
  padding: 1.5rem;
  text-align: left;
  border-radius: 0 0 5px 5px;
}

.video-card__title {
  font-size: 1rem;
  font-weight: var(--font-bold);
  color: var(--text-600);
  line-height: 1.63;
  margin-bottom: 0.625rem;
  -webkit-line-clamp: 1;
}

.video-card__description {
  font-size: 1rem;
  color: var(--gray-600);
  line-height: 1.5;
  -webkit-line-clamp: 3;
}

.video-card__title,
.video-card__description {
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: '';
  color: transparent;
  background-color: #00000000;
  opacity: 0;
}

.video-main-button {
  padding: 0.625rem 2.125rem;
  border: 1px solid var(--gray-300);
  border-radius: 4px;
  background-color: #FFFFFF;
}

.video-main-button--hidden {
  display: none;
}

.video-main-button__text {
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-600);
  display: flex;
  align-items: center;
}

.video-main-button__text::after {
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
  background-size: 16px;
  object-fit: contain;
  margin-left: 0.25rem;
  background-repeat: no-repeat;
}

.video-main-button__text:hover,
.video-main-button__text:focus {
  color: var(--text-600);
}

.article-paginate a.hide {
  opacity: 0;
  pointer-events: none;
}

.attachment__list {
  list-style-type: circle;
}

.download.icon {
  color: grey;
  position: absolute;
  margin-left: 8px;
  margin-top: 12px;
  display: inline-block;
  width: 15px;
  height: 6px;
  border-radius: 1px;
  border: solid 1px currentcolor;
  border-top: none;
}

.download.icon::before {
  content: '';
  position: absolute;
  left: 6px;
  top: -9px;
  width: 1px;
  height: 10px;
  background-color: currentcolor;
}

.download.icon::after {
  content: '';
  position: absolute;
  left: 4px;
  top: -4px;
  width: 4px;
  height: 4px;
  border-top: solid 1px currentcolor;
  border-right: solid 1px currentcolor;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
  .sidenav-submenu__item-has-children > .sidenav-submenu .sidenav-submenu__text-active a {
    color: #1A54F5;
    font-weight: 400;
  }

  .sidenav-submenu__item-has-children > .sidenav-submenu .sidenav-submenu__text-active {
    background-color: #F7F7F7;
  }
}

/* Tablet */

@media only screen and (min-width: 768px) {
  .article-page__container,
  .breadcrumbs-section {
    padding: 0 2.5rem;
  }

  /* Review Section */
  .review-toast-wrapper {
    top: 11rem;
    right: 1.5rem;
    left: auto;
  }

  /* Video Main */
  .video-main-list {
    grid-template-columns: repeat(2, minmax(0, 320px));
    grid-column-gap: 1.5rem;
  }

  .article-main__content {
    margin-top: 32px;
  }
}

/* Desktop */

@media only screen and (min-width: 1024px) {
  .hide-pc {
    display: none;
  }

  [dir] .sidenav-submenu-active .sidenav-submenu__text-active a {
    color: var(--brand-01);
    font-weight: var(--font-normal);
  }

  /* Article */
  .article-page__container {
    margin: 0 4rem;
    padding: 0;
  }

  .breadcrumbs-section {
    min-height: 86px;
    margin: 1.031rem 4rem;
    padding: 0;
  }

  .article-main {
    flex-direction: row;
    margin-bottom: 7.5rem;
  }

  /* Article Sidenav */
  .sidenav-menu {
    display: block !important;
  }

  .article-main__sidenav {
    display: block;
    max-width: 220px;
    width: 100%;
  }

  .article-main__sidenav--hidden {
    display: none;
  }

  /* Article Content */
  .article-main__content {
    margin: 0 60px;
  }

  /* Article Table of Contents */
  .article-main__toc {
    border: none;
    align-self: flex-start;
  }

  .article-main__toc--mobile {
    display: none;
  }

  .article-main__toc--desktop {
    display: block;
    position: sticky;
    width: 220px;
    top: 11rem;
    margin-top: 0;
    transition: top 200ms ease-in-out;
  }

  .toc-title::after,
  .toc-title-active::after {
    content: none;
  }

  .toc-title,
  .timestamp-title {
    min-height: 32px;
    font-size: 15px;
    vertical-align: text-top;
    display: flex;
    align-items: center;
  }

  .toc-title::before,
  .timestamp-title::before {
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    margin-right: 0.25rem;
  }

  .toc-content {
    display: block;
    word-wrap: break-word;
    font-size: 16px;
  }

  .sidenav-menu__item-has-submenu::after {
    left: calc(50% - 100px);
    width: 200px;
  }

  .recent-articles ul,
  .related-articles ul {
    margin: 0 0 0 0.5rem;
  }

  .recent-articles ul > li {
    margin: 11px 0 16px;
    display: flex;
    align-items: center;
  }

  .recent-articles ul > li a {
    margin-bottom: 0 !important;
  }

  /* Review Section */
  .review-section {
    margin: 3rem 0;
  }

  .review-toast-wrapper {
    top: 2rem;
    right: 3rem;
  }

  .article-paginate {
    border-top: 1px solid #EBEBEB;
    padding-top: 16px;
    margin-top: 0;
  }

  /* Video Main */
  .video-main {
    margin-bottom: 0;
  }

  .video-main-list {
    justify-content: space-evenly;
  }

  .video-main-button {
    padding: 1.063rem 3.563rem;
  }

  .video-main-button__text {
    font-size: 1rem;
  }

  .video-main-button__text::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  h2.toc-header--on-scroll {
    margin-bottom: 0 !important;
  }

  h3.toc-header--on-scroll {
    margin: 32px 0 16px !important;
  }

  .article-body--video h2.toc-header--on-scroll {
    margin-bottom: 16px !important;
  }
}

@media only screen and (min-width: 1366px) {
  /* Article */
  .breadcrumbs-section {
    margin: 1.031rem auto 0;
    max-width: 1280px;
  }

  .article-page__container {
    margin: 32px auto 1.031rem;
    max-width: 1280px;
  }

  /* Review Section */
  .review-section {
    margin-bottom: 3rem;
  }

  /* Video Main */
  .video-main-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .video-card:nth-child(n+7) {
    display: block;
  }

  .video-card:nth-child(n+13) {
    display: none;
  }
}

@media only screen and (min-width: 1920px) {
  /* Article */
  .breadcrumbs-section {
    margin: 1.031rem auto 0;
  }

  .article-page__container {
    margin: 0 auto 1.031rem;
  }
}

/** Tablet and lower **/
@media only screen and (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }

  /* Main Page */
  .article-page__container {
    padding: 0;
    font-size: 15px;
  }

  /* Article */
  .article-section-container {
    margin-bottom: 48px;
  }

  .faq-article-title,
  .video-article-title {
    font-size: 20px !important;
  }

  .article-main h2 {
    font-size: 20px;
  }

  .article-main h3,
  .article-main h4,
  .article-main h5 {
    font-size: 18px;
  }

  .article-main__content .note-title,
  .recent-activity__title,
  .review-vote__button,
  .related-guides__title,
  .article-paginate .prev-block,
  .article-paginate .next-block,
  .toc-title,
  .toc-menu__text,
  .toc-submenu__text,
  .review-vote__title,
  .related-guides .related-guides__title,
  .recent-articles-title,
  .sidenav-mobile__button {
    font-size: 15px !important;
  }

  .related-guides .article-section {
    font-size: 13px;
  }

  .breadcrumbs-section {
    display: none;
  }

  .article-main__sidenav {
    width: 100%;
  }

  .sidenav-menu {
    max-height: 400px;
    overflow-y: auto;
    display: none;
    border-bottom: 1px solid var(--gray-200);
  }

  .sidenav-menu,
  .sidenav-menu__item {
    width: 100%;
  }

  .sidenav-mobile__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    margin-bottom: 8px !important;
    background: none;
    border: 0;
  }

  .sidenav-mobile__button--active::after {
    transform: rotate(180deg);
  }

  .sidenav-mobile__button::after {
    display: block;
    content: ' ';
    width: 12px;
    height: 7px;
    transition: transform 400ms ease-in-out;
  }

  .sidenav-menu__item-has-submenu > .sidenav-menu__text,
  [dir] .sidenav-submenu__text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sidenav-menu li ul li ul li .sidenav-submenu__text {
    padding-left: 32px;
  }

  .sidenav-menu li ul li ul li .sidenav-submenu {
    padding-left: 8px;
  }

  .sidenav-submenu__item-has-children > .sidenav-submenu__text::after {
    right: 24px;
  }

  .sidenav-submenu__text:hover {
    background-color: transparent;
  }

  .sidenav-submenu__text--new-tab::after,
  .sidenav-submenu__text--arrow-right::after {
    right: 24px;
  }

  .article-main {
    margin-top: 24px;
  }

  .article-main__content {
    max-width: 100% !important;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .article-main__toc--mobile {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  [dir] h2 {
    margin-bottom: 32px !important;
  }

  [dir] h3 {
    margin-bottom: 16px !important;
  }

  .toc-title::before {
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    margin-right: 0.25rem;
  }

  .toc-title-active::after {
    transform: rotate(180deg);
  }

  .toc-title::after {
    margin-left: auto;
  }

  .toc-menu a {
    color: #616161;
  }

  .recent-update-wrapper .recent-activity-item {
    flex-direction: column;
    margin-bottom: 16px;
  }

  [dir] .recent-activity-item-link {
    margin-bottom: 0 !important;
  }

  .recent-activity__list {
    padding-bottom: 2.5rem;
  }

  .review-vote__wrapper {
    justify-content: center;
  }

  .review-section {
    margin: 32px 0;
    text-align: center;
  }

  .recent-articles {
    margin: 0;
    padding: 0 0 16px;
    border: none;
  }

  .recent-articles a {
    color: #616161;
  }

  .recent-articles ul > li a::before {
    border: none !important;
  }

  .recent-activity__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .recent-activity__item + .recent-activity__item {
    margin-top: 1rem;
  }

  .recent-activity__item .recent-activity__title {
    margin-bottom: 8px !important;
  }
}

.sidenav-menu li ul li ul li .sidenav-submenu__text {
  padding: 0.375rem 1.5rem 0.438rem;
}

.article-main__toc-scroll {
  overflow: auto;
  max-height: 50vh;
}

.article-main__toc-scroll::-webkit-scrollbar {
  background: transparent;
  width: 0;
}
