.accordion__item .content {
  margin: 80px auto;
  max-width: 580px;
}

.accordion__item {
  background: #fffffe;
  border-radius: 4px;
  border: 2px solid #E8E8E8;
}

.simple .accordion__item {
  border: none;
  border-bottom: 1px solid #ebebeb;
}

.simple .accordion__item .accordion__body {
  padding: 0 30px 0;
}

.simple .accordion__item nav a {
  color: #0F2652;
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}

.accordion__item:not(:last-child) {
  margin-bottom: 1rem;
}

.accordion__header {
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1.25rem;
  color: #094067;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion__header span {
  font-size: 1.2rem;
  font-weight: bold;
}

.accordion__header i {
  transition: all .4s ease;
  color: #0C8AB9;
}

.accordion__body {
  padding: 0;
  font-weight: normal;
  font-size: 1rem;
  color: #323232;
  line-height: 1.5;
  display: none;
  user-select: none;
}

.accordion__body .content-body {
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.accordion__body .content-body a {
  color: #00447C;
}

.accordion__body .content-body ul {
  font-size: 1.2rem;
}

.accordion__body .content-body li > div {
  display: flex;
}

.accordion__body .content-body li > div span {
  margin-right: 20px;
  font-weight: bold;
}

.accordion__body .content-body .nested-list {
  margin-left: 15px;
}

.accordion__body .popular h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
}

.accordion__body .popular a {
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
}

.accordion__body .footer {
  background-color: #00447C;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}

.accordion__body .footer a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
}

.accordion__body .footer i {
  color: #72B1C8;
  font-size: 20px;
  margin-right: 10px;
}

.accordion__body .footer .all-resources i {
  margin-right: 0;
  margin-left: 10px;
}

.open-accordion .accordion__body {
  display: block;
}

.open-accordion .accordion__header i {
  transform: rotate(-180deg);
}

.sort_lession_pointer {
  cursor: n-resize;
}

.bg-tag {
  background-color: #bf1010;
  color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

@media (max-width: 576px) {
  .col-xl-3.sidebar-nav-links {
    margin-bottom: 30px;
  }
}

@media (max-width:576px) {
  #other-articles .media img {
    display: none;
  }
}
/*Added by Greg 25-11-2020*/
.xsidebar .faq .accordion__item:not(:last-child) {
  margin:0}
.guides-item li {
  list-style:none !important;
}
/*Added by Greg 28-11-2020*/
.accordion__header span:hover {
 color: #0C8AB9;
}
/*END Added by Greg 28-11-2020*/
