/* text styles ----------------------*/
h1 {
  font-size: 30px;
  margin: 20px 0px;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  margin: 20px 0px;
  line-height: 27px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  margin: 20px 0px;
  line-height: 30px;
  font-weight: bold;
}
.content-block{
  margin: 0px 0px 40px 0px;
}
.main-text {
  padding-bottom: 20px;
}
.main-text p {
  margin: 30px 0px;
  line-height: 28px;
}
.main-text p a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
.main-text p a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #000;
}
ul {
  /* margin-left: 40px; */
}
/*Hero ------------*/
.hero-image {
  /* position: relative; */
  /* margin-bottom: 40px;
  padding: 0px;
  background-color: #000; */
}
.hero-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  z-index: 2;
}
.hero-text {
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 3;
  padding-right: 60px;
  padding-left: 20px;
  border-left: 10px solid #0072f3
}
.hero-text h1 {
  font-weight: bold;
  margin-top: 10px;
}
.hero-text p {
  font-weight: normal;
    margin-bottom: 10px;
}
.hero-text h1 {
  font-size: calc(0.6rem + 1.2vw);
}
.hero-text p {
  font-size: calc(0.5rem + 0.5vw);
}
/* Video Hero ----------------*/
.video-header-container {
  position: relative;
  margin-bottom: 40px;
}
.video-button-container {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
/* Video Hero BUTTON ----------------*/
.video-button-container button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.video-button-container button img {
  width: 60px;
}
.video-button-container button:focus {
  background-color: transparent !important;
}
@media only screen and (max-width: 600px) {
  .video-button-container button {
    padding: 10px;
  }
  .video-button-container button img {
    width: 40px;
  }
  .video-button-container {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .video-header-container {
    display: none;
  }
}
@media (min-width: 577px) {
  .video-mobile-image {
    display: none;
  }
}
/* explore rct two ---------------------*/
.explore-rct-bg-two {
  background: #e6efc7;
  padding: 40px 0px 10px 0px;
}
.activities-bg {
  padding: 40px 0px 10px 0px;
}
@media (min-width: 992px) {
  .explore-rct-bg-two {
    background-image: url("../img/bg-images/Green-bg-2.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
.explore-rct-product-container {
  margin: 20px;
}
.product-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.explore-rct-product-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 10px;
  border-left: 6px solid #00b1fc;
}
.explore-rct-product-text h3 {
  color: #fff;
  font-size: 22px;
  display: inline;
}
.explore-rct-product-container:hover h3 {
  border-bottom: 3px solid #fff;
  display: inline;
}
.explore-rct-product-container {
  background: #000;
}
.explore-rct-product-text p {
  color: #fff;
  font-size: 14px;
  margin: 5px 0px 0px 0px;
}
.mb-40 {
  margin-bottom: 40px;
}
.spring {
  background-color: #647300;
}
.summer {
  background-color: #9d0b0b;
}
.autumn {
  background-color: #af5200;
}
.winter {
  background-color: #0474b4;
}
.teal{
  background-color: rgb(22, 116, 139);
}
.purple {
  background-color: rgb(88, 62, 100);;
}
.activities-bg h3 {
  color: #fff
}
.activities-bg:hover h3 {
  border-color: #fff;
}
.activities-bg p {
  margin: 0px;
  padding: 10px 20px;
  color: #fff
}
/* Site Wide Banner ------------------*/
.site-wide-banner{
  background-color: #527f32;
  padding: 20px 40px;
  color: #fff;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
h2.site-wide-heading  {
  font-weight: bold;
  font-size: 20px;
  margin: 0px 10px 10px 10px;
}
.site-wide-banner-link a {
text-decoration: none;
border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
.site-wide-banner-link a:hover {
text-decoration: none;
border-bottom: 3px solid #fff;
  color: #fff;
}
p.site-wide-banner-link  {
  margin: 0px;
}
/* Site Wide Image Banner ------------------*/
.promotional-banner {
  margin: 0px 0px 20px 0px;
  background: #000;
}
