/*
Theme Name: Almac Clinical Services Theme
Theme URI: https://almacgroup.com/clinical-services/
Description: Almac Clinical Services theme
Author: Flint Studios Ltd
Author URI: https://flintstudios.co.uk/
Template: almac-core
Text Domain: almac-clinical-services
Version: 1.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.c-resources__grid {
  padding-left: 2px;
  padding-right: 2px;
  position: relative; }

.c-resources {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-height: 250px;
  padding: 8px;
  position: relative;
  width: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .c-resources {
      height: 260px; } }
      
  .c-resources:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.7; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .c-resources:before {
        /* IE10+ specific styles go here */
        display: block;
        left: 0; } }
.c-resources__type {
  background-color: #ffffff;
  border-radius: 50px;
  color: #020202;
  display: inline-block;
  padding: 0 12px; }

.c-resources__gradient-inner {
  z-index: 2; }

.c-resources__slider .slick-dots {
  position: initial;
  display: flex;
  justify-content: center;
  margin-top: 24px; }
  .c-resources__slider .slick-dots button {
    background-color: #DBE1E3; }
  .c-resources__slider .slick-dots li.slick-active button {
    background-color: #4C565C; }
