.left-column-header {
  font: 500 16px/16px "Arvo", serif;
  margin: 0 0 20px; }

.breadcrumbs {
  margin-bottom: 45px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .breadcrumbs {
      display: none; } }

.providers-link {
  font: 400 16px/16px "Arvo", serif;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .providers-link {
      text-align: right;
      margin-top: 30px; } }

.browse-group-head {
  font: 400 18px/22px "Arvo", serif;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.browse-group-list {
  padding-bottom: 50px;
  font: 400 14px/19px "Open Sans", sans-serif; }
  .browse-group-list.mod-providers {
    padding-bottom: 30px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .browse-group-list.mod-mobile {
      padding-bottom: 0;
      margin-bottom: 0; } }
  .browse-group-list li {
    margin-bottom: 10px; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
  .providers-left-column {
    text-align: right;
    margin-bottom: 30px; } }

.characters {
  font: 500 18px/29px "Open Sans", sans-serif;
  margin-bottom: 45px; }
  .characters .characters-item {
    display: inline-block;
    margin-right: 13px; }
  .characters .characters-item:last-child {
    margin-right: 0; }

.first-character {
  font: 400 30px/30px "Open Sans", sans-serif;
  margin-bottom: 15px; }

.list-item-count {
  color: #909090;
  font-style: italic; }

.browse-link {
  font: 400 16px/22px "Arvo", serif; }
  .browse-link i {
    position: relative;
    top: -1px;
    padding-right: 5px;
    font-size: 10px; }

.up-link {
  visibility: hidden;
  position: fixed;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer; }
  .up-link .fa {
    font-size: 32px; }
  .up-link.affix {
    bottom: 20px;
    visibility: visible; }
  .up-link.affix-bottom {
    visibility: visible;
    position: absolute; }

.mobile-up-link-wrapper {
  display: none;
  text-align: right;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .mobile-up-link-wrapper {
      display: block; } }
  .mobile-up-link-wrapper .mobile-up-link {
    font: 12px "Open Sans", sans-serif;
    color: #0b6a8e; }

.almasdar .content .browse-materials li a {
  color: #417F9B; }
  .almasdar .content .browse-materials li a:hover {
    color: #3DB886; }

.arabic .content .browse-materials li a:hover {
  color: #17aa9d; }

.sec .content .browse-materials {
  color: #1D6C8E; }
  .sec .content .browse-materials li a:hover {
    color: #2794A5; }

html[lang="ar"] .page-title, html[lang="ar"] .breadcrumbs {
  direction: rtl; }
html[lang="ar"] .content .browse-materials {
  direction: rtl; }
  html[lang="ar"] .content .browse-materials li a, html[lang="ar"] .content .browse-materials li a:visited {
    text-align: right; }
  html[lang="ar"] .content .browse-materials li .item-count {
    float: left; }
