@charset "UTF-8";
/* CSS Document */


/*###############################
 -- TABLE OF CONTENTS --
  1. Section Styles 
    1.1 RESEARCH IT HERO
    1.2 
###############################*/

/* RESEARCH IT HERO */
/* ####################################################################*/

#researchit-hero {
  padding: 50px 0;
}

#researchit-hero .layer-1-image img {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
}

#researchit-hero .layer-2-overlay {
  background: rgba(0, 22, 25, 0.5);
}

#researchit-hero .layer-3-content {
  margin: 0;
  color: #fff;
}

/* Layout */

#researchit-hero .researchit-hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Intro panel */

#researchit-hero .researchit-hero-content {
  padding: 30px;
  background: rgba(0, 0, 0, 0.72);
}

#researchit-hero .researchit-hero-content h2 {
  font-size: 2.25rem;
  margin: 0 0 5px 0;
  color: #fff;
  text-align: inherit;
}

#researchit-hero .researchit-hero-content p {
  margin: 0 0 30px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
}

#researchit-hero .researchit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#researchit-hero .researchit-hero-actions .btn {
  margin: 0;
}

/* Tile spacing */

#researchit-hero .researchit-hero-links {
  margin-top: 30px;
}

#researchit-hero .researchit-hero-links > .row {
  margin-right: -10px;
  margin-left: -10px;
}

#researchit-hero .researchit-hero-tile-column {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

#researchit-hero .researchit-hero-tile-column:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

#researchit-hero .tile {
  margin-bottom: 0;
}

#researchit-hero .tile-icon {
  margin-bottom: 20px;
  line-height: 1;
}

#researchit-hero .tile-title.h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}

/* ==========================================================================
   TABLET
   ========================================================================== */

@media (min-width: 768px) {

  #researchit-hero {
    padding: 60px 0;
  }

  #researchit-hero .layer-1-image img {
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  #researchit-hero .researchit-hero-content {
    padding: 40px;
  }
}

/* ==========================================================================
   DESKTOP
   ========================================================================== */

@media (min-width: 992px) {

  #researchit-hero {
    padding: 75px 0;
  }

  #researchit-hero .researchit-hero-links {
    margin-top: 0;
  }
	
  #researchit-hero .researchit-hero-content h2 {
    font: normal 100 2.25rem "Roboto", "san-serif";
  }
}

/* ==========================================================================
   LARGE DESKTOP
   ========================================================================== */

@media (min-width: 1200px) {

  #researchit-hero .researchit-hero-content h2 {
    font: normal 100 3rem "Roboto", "san-serif";
  }

  #researchit-hero .researchit-hero-content p {
    font: normal 300 1.375rem "Roboto Slab", serif;
  }

}

/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 767px) {

  #researchit-hero {
    padding: 30px 0;
    background: #263238;
  }

  #researchit-hero .researchit-hero-row {
    display: block;
  }

  #researchit-hero .researchit-hero-content {
    padding: 25px;
  }

  #researchit-hero .researchit-hero-content h2 {
    font-size: 2.25rem;
  }

  #researchit-hero .researchit-hero-actions {
    display: block;
  }

  #researchit-hero .researchit-hero-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  #researchit-hero .researchit-hero-actions .btn:last-child {
    margin-bottom: 0;
  }
}