.primary-color {
  background-color: #009795 !important; }

.secondary-color {
  background-color: #009795 !important; }

.primary-color-hover {
  background-color: #01a2a0 !important; }

.primary-color-cta {
  background-color-cta: #ffb81c !important; }

.primary-color-cta-hover {
  background-color-cta: #ff9a19 !important; }

.default-bg-color {
  default-bg-color: #e9e9e9 !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

.danger-color {
  background-color: #ff4444 !important; }

.danger-color-dark {
  background-color: #CC0000 !important; }

.warning-color {
  background-color: #ffbb33 !important; }

.warning-color-dark {
  background-color: #FF8800 !important; }

.success-color {
  background-color: #00C851 !important; }

.success-color-dark {
  background-color: #007E33 !important; }

.info-color {
  background-color: #33b5e5 !important; }

.info-color-dark {
  background-color: #0099CC !important; }

.default-color {
  background-color: #2BBBAD !important; }

.default-color-dark {
  background-color: #00695c !important; }

.elegant-color {
  background-color: #2E2E2E !important; }

.elegant-color-dark {
  background-color: #212121 !important; }

.stylish-color {
  background-color: #4B515D !important; }

.stylish-color-dark {
  background-color: #3E4551 !important; }

.special-color {
  background-color: #37474F !important; }

.special-color-dark {
  background-color: #263238 !important; }

.unique-color {
  background-color: #3F729B !important; }

.unique-color-dark {
  background-color: #1C2331 !important; }

.md-color {
  background-color: #45526E !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.blue {
  background-color: #2196F3 !important; }

.green {
  background-color: #4CAF50 !important; }

.deep-orange {
  background-color: #da0474 !important; }

.light-green {
  background-color: #8bc34a !important; }

.text-muted {
  color: #1e1e1e; }

/*** Images ***/
/*** Fonts ***/
/*** Typography ***/
/*** Cards ***/
/*** Global ***/
/*** Forms ***/
/*** Buttons ***/
/*** Dropdown ***/
/*** Tabs ***/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn-animated, .catalog .tab-content.stack-view .card-group {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  animation: fadeIn 2s; }

.catalog {
  margin: 0; }
  .catalog .middle-section {
    margin: 15px 0 0;
    background: #FFFFFF; }
  .catalog .nav-tabs {
    position: relative; }
    .catalog .nav-tabs .nav-link[href="#allJournals"] {
      display: none; }
    .catalog .nav-tabs .nav-link {
      border: 0;
      padding: 1rem 2rem;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      text-transform: uppercase;
      color: #3e3d40; }
      .catalog .nav-tabs .nav-link:hover {
        color: #009795; }
      .catalog .nav-tabs .nav-link.active {
        border-bottom: 2px solid #FFFFFF;
        color: #009795;
        font-weight: 600; }
        .catalog .nav-tabs .nav-link.active .label {
          background: #009795; }
          .catalog .nav-tabs .nav-link.active .label::before {
            border-right-color: #009795; }
  .catalog .actions {
    float: right; }
    @media (max-width: 768px) {
      .catalog .actions {
        float: none;
        padding-top: 50px;
        text-align: right; } }
    .catalog .actions a {
      margin: 2px 2px 0 0;
      padding: 7px 7px 0px 7px;
      display: inline-block;
      color: #3e3d40;
      vertical-align: bottom; }
      .catalog .actions a:hover, .catalog .actions a.active {
        background: rgba(151, 255, 254, 0.3);
        border-radius: 2px;
        color: #009795; }
    .catalog .actions .filter-dropdown {
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      border-radius: 2px;
      padding-right: 10px;
      border-right: 1px solid rgba(0, 151, 149, 0.1);
      margin-right: 15px; }
      @media (max-width: 768px) {
        .catalog .actions .filter-dropdown {
          clear: both; } }
      .catalog .actions .filter-dropdown a {
        padding: 7px;
        border-radius: 2px;
        background: #FFFFFF;
        color: #3e3d40; }
        .catalog .actions .filter-dropdown a .material-icons {
          font-size: 1.2rem;
          vertical-align: middle; }
        .catalog .actions .filter-dropdown a:hover {
          color: #009795; }
      .catalog .actions .filter-dropdown:hover a, .catalog .actions .filter-dropdown a.active {
        background: #fff; }
      .catalog .actions .filter-dropdown .dropdown-menu {
        border: 1px solid #e4ffff;
        padding: 13px 20px 20px;
        min-width: 250px;
        top: 35px;
        box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 15px 0px rgba(0, 0, 0, 0.1); }
        .catalog .actions .filter-dropdown .dropdown-menu h2.title {
          background: #cafffe;
          font-size: 14px;
          font-weight: 300;
          padding: 0 0 7px 0;
          margin: 0; }
        .catalog .actions .filter-dropdown .dropdown-menu label {
          display: block;
          padding: 5px 5px 5px 30px;
          margin: 0;
          line-height: 20px; }
          .catalog .actions .filter-dropdown .dropdown-menu label:nth-child(odd) {
            border-top: 1px solid rgba(0, 151, 149, 0.1);
            border-bottom: 1px solid rgba(0, 151, 149, 0.1); }
          .catalog .actions .filter-dropdown .dropdown-menu label .c-indicator {
            left: 7px;
            top: 7px;
            width: 1.2rem;
            height: 1.2rem;
            background-color: #fff;
            border: 1px solid rgba(0, 151, 149, 0.1);
            box-shadow: none;
            border-radius: 50%; }
          .catalog .actions .filter-dropdown .dropdown-menu label input:checked ~ .c-indicator {
            background-color: #009795;
            border: 1px solid rgba(0, 151, 149, 0.1); }
          .catalog .actions .filter-dropdown .dropdown-menu label input:checked ~ .text {
            font-weight: 300; }
          .catalog .actions .filter-dropdown .dropdown-menu label:hover {
            background: #e4ffff; }
  .catalog .tab-content {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.1), 0 12px 15px 0 rgba(0, 0, 0, 0.09); }
    .catalog .tab-content.stack-view .card-group .card {
      box-shadow: none;
      width: 25%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2.5em 2em 1em;
      margin: 0;
      float: left;
      max-height: 440px;
      min-height: 440px; }
      @media (max-width: 768px) {
        .catalog .tab-content.stack-view .card-group .card {
          width: 50%; } }
      @media (max-width: 480px) {
        .catalog .tab-content.stack-view .card-group .card {
          width: 100%; } }
      .catalog .tab-content.stack-view .card-group .card .cover-img {
        position: relative;
        margin: 0 0 1em 0;
        width: 100%;
        text-align: center; }
        .catalog .tab-content.stack-view .card-group .card .cover-img img {
          max-width: 100%;
          height: 220px;
          margin: auto; }
      .catalog .tab-content.stack-view .card-group .card .card-block {
        padding: 0; }
        .catalog .tab-content.stack-view .card-group .card .card-block .content-type {
          font-size: 0.9rem;
          color: rgba(62, 61, 64, 0.4); }
        .catalog .tab-content.stack-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 43.2px;
          /* Fallback for non-webkit */
          font-size: 18px;
          line-height: 1.2;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0;
          color: #3e3d40; }
          .catalog .tab-content.stack-view .card-group .card .card-block .card-title a {
            color: #3e3d40; }
            .catalog .tab-content.stack-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .catalog .tab-content.stack-view .card-group .card .card-block .card-title {
              font-size: 18px;
              line-height: 24px; } }
        .catalog .tab-content.stack-view .card-group .card .card-block .sub-title {
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 14px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .catalog .tab-content.stack-view .card-group .card .card-block .description {
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 42px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; }
        .catalog .tab-content.stack-view .card-group .card .card-block .action-items {
          margin: 20px 0 0; }
          .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn {
            margin: 0 0 25px 0;
            min-width: 122px; }
            @media (max-width: 1024px) {
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn {
                min-width: 130px; } }
            @media (max-width: 768px) {
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items button.btn {
                min-width: 120px; } }
          .catalog .tab-content.stack-view .card-group .card .card-block .action-items a {
            color: rgba(62, 61, 64, 0.5);
            padding: 0px;
            width: 24%;
            border-right: 1px solid #b1fffe;
            text-align: center; }
            @media (max-width: 1024px) {
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a {
                width: 22%; } }
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a:hover, .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link:hover, .catalog .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }
    .catalog .tab-content.list-view .card-group .card {
      box-shadow: none;
      width: 50%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2.5em 2em 2em 1.5em;
      margin: 0;
      float: left; }
      @media (max-width: 768px) {
        .catalog .tab-content.list-view .card-group .card {
          width: 100%; } }
      .catalog .tab-content.list-view .card-group .card .cover-img {
        position: relative;
        float: left;
        margin-right: 1.5em; }
        .catalog .tab-content.list-view .card-group .card .cover-img img {
          max-width: 100%;
          width: 180px;
          height: 240px;
          margin: auto; }
      .catalog .tab-content.list-view .card-group .card .card-block {
        padding: 0; }
        .catalog .tab-content.list-view .card-group .card .card-block .content-type {
          font-size: 0.9rem;
          color: rgba(62, 61, 64, 0.4); }
        .catalog .tab-content.list-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          font-size: 18px;
          line-height: 1.2;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0;
          color: #3e3d40; }
          .catalog .tab-content.list-view .card-group .card .card-block .card-title a {
            color: #3e3d40; }
            .catalog .tab-content.list-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .catalog .tab-content.list-view .card-group .card .card-block .card-title {
              font-size: 18px;
              line-height: 24px; } }
        .catalog .tab-content.list-view .card-group .card .card-block .sub-title {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 14px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .catalog .tab-content.list-view .card-group .card .card-block .description {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 42px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .catalog .tab-content.list-view .card-group .card .card-block .action-items {
          margin: 20px 0 0; }
          .catalog .tab-content.list-view .card-group .card .card-block .action-items .clearfix {
            display: none; }
          .catalog .tab-content.list-view .card-group .card .card-block .action-items button.btn {
            margin: 0 0 15px 0; }
            .catalog .tab-content.list-view .card-group .card .card-block .action-items button.btn:last-child {
              clear: right; }
          .catalog .tab-content.list-view .card-group .card .card-block .action-items a {
            color: rgba(62, 61, 64, 0.5);
            padding: 0px;
            width: 48px;
            border-right: 1px solid #b1fffe;
            text-align: center; }
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a:hover, .catalog .tab-content.list-view .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .catalog .tab-content.list-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .catalog .tab-content.list-view .card-group .card .card-block .action-items a.icon-link:hover, .catalog .tab-content.list-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }
    .catalog .tab-content.title-view .card-group .card {
      box-shadow: none;
      width: 100%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2em 2em;
      margin: 0;
      float: left; }
      .catalog .tab-content.title-view .card-group .card .cover-img {
        position: relative;
        float: left;
        margin-right: 1.5em;
        display: none; }
        .catalog .tab-content.title-view .card-group .card .cover-img img {
          max-width: 100%;
          width: 180px;
          height: 220px;
          margin: auto; }
      .catalog .tab-content.title-view .card-group .card .card-block {
        padding: 0; }
        .catalog .tab-content.title-view .card-group .card .card-block .content-type {
          font-size: 0.9rem;
          color: rgba(62, 61, 64, 0.4); }
        .catalog .tab-content.title-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          font-size: 18px;
          margin-bottom: 5px;
          color: #3e3d40; }
          .catalog .tab-content.title-view .card-group .card .card-block .card-title a {
            color: #3e3d40; }
            .catalog .tab-content.title-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .catalog .tab-content.title-view .card-group .card .card-block .card-title {
              font-size: 18px;
              line-height: 24px; } }
        .catalog .tab-content.title-view .card-group .card .card-block .sub-title {
          margin-bottom: 5px; }
        .catalog .tab-content.title-view .card-group .card .card-block .description {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          font-size: 14px; }
        .catalog .tab-content.title-view .card-group .card .card-block .action-items {
          margin: 20px 0 0; }
          .catalog .tab-content.title-view .card-group .card .card-block .action-items .clearfix {
            display: none; }
          .catalog .tab-content.title-view .card-group .card .card-block .action-items button.btn {
            margin: 0 0 15px 0; }
            .catalog .tab-content.title-view .card-group .card .card-block .action-items button.btn:last-child {
              clear: right; }
          .catalog .tab-content.title-view .card-group .card .card-block .action-items a {
            color: rgba(62, 61, 64, 0.5);
            padding: 0px;
            width: 48px;
            border-right: 1px solid #b1fffe;
            text-align: center; }
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a:hover, .catalog .tab-content.title-view .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .catalog .tab-content.title-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .catalog .tab-content.title-view .card-group .card .card-block .action-items a.icon-link:hover, .catalog .tab-content.title-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }

/*# sourceMappingURL=catalog.css.map */
