.no-mainbody #mainbody {
  display: none;
}

.link-out:before {
  content: "\f08e";
  font-family: FontAwesome;
  margin-right: 5px;
}
.pdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 5px;
}
.file:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 5px;
}
.image:before {
  content: "\f1c5";
  font-family: FontAwesome;
  margin-right: 5px;
}

#myaccordionid .mooaccordion {
  cursor: pointer;
  background: #465b98;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
  width: 13%;
}
#myaccordionid .mooaccordion:hover,
#myaccordionid .mooaccordion:focus {
  background: #364675;
}

.ccrs table td {
  padding: 2px 10px;
  border: 0;
}
@media (max-width: 767px) {
  .ccrs table td {
    border: 1px solid #ccc;
    padding: 4px 8px;
  }
}
@media (max-width: 767px) {
  .ccrs table td h3 {
    font-size: 16px;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

ul.tips {
  list-style: none;
  padding: 0;
}
ul.tips li {
  float: left;
  font-size: 20px;
  padding: 4px 0;
  width: 50%;
}
@media (max-width: 767px) {
  ul.tips li {
    font-size: 16px;
    width: 100%;
  }
}

.faqs .cat-children h3 {
  display: none;
}
.faqs .cat-children h3.item-title {
  display: block !important;
}
.faqs h1.page-title {
  margin-bottom: 45px;
}
.faqs .items-row .item {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.faqs .items-row .item h2.article-title {
  font-size: 25px;
}