//* Santee Cooper's custom CSS added *//
/* Responsive iFrame */
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.img-fluid {
  width: 100%;
  height: auto;
}
#video{
   width: 100%;
}
.h5Title{
 font-size: 2rem;
}
.text-white-med{
   font-size: 1.1rem;
   font-weight: 700;
}
/* Overlay Boxes on Video */
.overlay {
  position: absolute;
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
}
.red{
  background-color: rgba(255, 0, 0, 0.8);
}
.blue{
  background-color: rgba(0, 0, 128, 0.8);
}
.green{
  background-color: rgba(0, 128, 0, 0.8);
}
.yellow{
  background-color: rgba(255, 0, 0, 0.8);
}
.text-box {
  width: 80%;
  text-align: center;
  color: #fff;
}
.text-box h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #fff;
}
.text-box p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
  #ContentBox{
      bottom: 200px;
    }
      #divTitle{
           position: absolute;
           top: -45%;
           margin-top:20px;
           text-align: center;
           width: 80%;
  
       }
       #divTitle h1{
             color: white;
             font-size: 5rem;
             font-weight: 500;
        }
     
        .boxes {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;      
        }
.boxes .rounded {
  border-radius: 4.5rem !important;
}
        .box {
          display: flex;
           flex-direction: column;
           align-items: center;
            width: 300px;
            height: 200px;
	        color: white;
            margin: 0 5px;
            text-align: center;
             line-height: 150px; 
            border-radius: 1.2rem;
            cursor: pointer;
			text-align: center;
        }
		
		  
        .box svg {
            width: 50px;
            height: 50px;
			margin-bottom: 1rem;
           text-align: center;
        }
        .box-title {
            font-size: 16px;
            margin-top: 10px;
			text-align: center;
        }
		
		.icon {
			max-width: 60px;
			margin-bottom: 1rem;
}
.home-hero-wrapper {
                align-items: start;
                display: flex;
                flex-direction: column-reverse;
                height: 150px;
                justify-content: space-between;
                padding-top: 20px;
                z-index: 1
            }
.home-hero h1 {
                color: #fff;
                font-size: 40px;
                font-weight: 500;
                letter-spacing: .133929px;
                line-height: 48px
            }
 .home-hero .home-hero-video {
                background-position: 33%;
                background-size: cover;
                height: 300px;
                overflow: hidden;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 0
            }
.home-hero{
  min-height: 500px;
  --height: 40vw;
  --background-color: #0a531c;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.banner-boxes{
    background-color: rgba(255, 102, 102, 0.9);
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                margin-bottom: 40px;
                margin-top: -70px
}
.home__boxes {
                    background:none;
                    display: flex;
                    gap: 10px;
                       font-size:18px;
                    line-height: 22px
                }
            .home__box {
                background-color: rgba(139,195,74, 1.0);
                display: flex;
                gap: 20px;
                justify-content: space-between;
                padding: 20px 30px;
                position: relative;
                transition: background-color .25s;
                border-radius: 1.2rem;
            }
            .home__box h1 {
                font-size: 24px;
                font-weight: 500;
                line-height: 32px;
            }
 .home__box .image {
                flex: 0 0 76px
            }
            .home__box h2 {
                font-size: 14px;
                font-weight: 700;
                line-height: 18px;
                margin-bottom: 10px;
                 color: #FFF;
            }
          
.bg-blue-trans {
  background-color: rgba(86, 160, 211, 0.9);
}
.bg-lime-trans{
  background-color: rgba(88, 185, 71, 0.9);
}
.bg-primary-trans {
  background-color: rgba(0, 76, 35, 0.9);
}
.bg-orange-trans {
background-color: rgba(247, 146, 30, 0.9);
  
}
        .box-1 { background-color: rgba(0, 76, 35, 0.9);  }
        .box-2 { background-color: rgba(247, 146, 30, 0.9); }
        .box-3 { background-color: rgba(88, 185, 71, 0.9); }
        .box-4 { background-color: rgba(86, 160, 211, 0.9); }
.boxes .col-md-3{
        position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.containerX {
    width: 100%;
    display: flex;
    margin-top: 10px;
	  border-radius: 1.2rem;
}
.content {
    display: flex;
    width: 100%;
    border-radius: 1.2rem;
}
.text {
    background-color: #FF7F50; /* Color background */
    width: 30%;
    padding: 20px;
        border-radius: 1.2rem 0rem 0rem 1.2rem;
}
.text2{
    background-color: #ADD8E6; /* Color background */
    width: 30%;
    padding: 20px;
border-radius: 10px 0px 0px 10px;
}
.text h2 {
    color: #333; /* Text color */
}
.image {
    width: 70%;
    background-image: url('/_Assets/img/Homepage/Storms-G1095030972.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0px 10px 10px 0px;
}
.big_icon{
  width: 150px;
  height: 150px;
  stroke-width: 1px;
}
.story {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -30px;
}
.story img {
   height: auto;
   border-radius: 1rem;
}
.float-left, .left-image {
  float: left;
  margin-right: 20px;
 max-width: 50%;
}
.float-right, right-image{
  float: right;
  margin-left: 20px;
 max-width: 50%;
}
.quote{ 
  display: block;
  margin-top: 1rem;
  margin-bottom: -1rem;
  margin-left: 40px;
  margin-right: 40px;
padding: 0px 20px;
font-style: italic;
font-size: 1.7rem;
font-weight: 200;
}
	
	.quoter{ 
		  margin-top: 1.5rem;
font-size: 1.4rem;
font-weight: 800;
		padding: 0px 20px;
		  margin-left: 40px;
  margin-right: 40px;		
}
figcaption {
      font-size: 14px;
      font-weight: bold;
      color: black;
      margin-top: 10px;
      padding: 5px;
   }
/** MEDIA QUERIES start here **/
@media only screen and (max-width: 767px) {
  /* CSS code for mobile devices */
 #video {
      display: none;
 }
  #image-container {
      display: block;
  }
.boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin : 20px;
}
.boxes .col-md-3{
        position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
 #divTitle{
           position: absolute;
           top: 250px;
           text-align: center;
           width: 90%;
  
       }
#divTitle h1{
             color: white;
             font-size: 3.5rem;
             font-weight: 500;
        }
.big_icon{
  width: 75px;
  height: 75px;
  stroke-width: 1px;
  }
.overlay {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* CSS code for tablets */
 .boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin : 20px;
 }
 .big_icon{
   width: 75px;
   height: 75px;
   stroke-width: 1px;
 }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /* CSS code for desktops */
.container{
  max-width: 1600px;
}
.boxes {
	position: absolute;
        top: 350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
         left: 50%;
         transform: translateX(-50%); 
			width: 95%;
       
        }
.boxes .col-md-3{
        position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
}
        .box {
          display: flex;
           flex-direction: column;
           align-items: center;
            width: 300px;
            height: 200px;
	        color: white;
            margin: 0 5px;
            text-align: center;
             line-height: 150px; 
            border-radius: 10px;
            cursor: pointer;
	  text-align: center;
        }
      #divTitle{
           position: absolute;
           top: -30%;
           margin-top:20px;
           text-align: center;
           width: 80%;
  
       }
       #divTitle h1{
             color: white;
             font-size: 2.5rem;
             font-weight: 500;
        }
.big_icon{
  width: 75px;
  height: 75px;
  stroke-width: 1px;
}
  .h5Title{
   font-size: 1.3rem;
  }
  .tag{
     font-size: .9rem;
  }
   .card-body{
      padding: .6rem .6rem;
   }
}
@media only screen and (min-width: 1300px) and (max-width: 1799px) {
  /* CSS code for desktops */
	.boxes {
		position: absolute;
			top: 450px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
			 left: 50%;
			 transform: translateX(-50%); 
				width: 80%;
		   
	}
			.box {
			  display: flex;
			   flex-direction: column;
			   align-items: center;
				width: 300px;
				height: 200px;
				color: white;
				margin: 0 5px;
				text-align: center;
				 line-height: 150px; 
				border-radius: 1.2rem;
				cursor: pointer;
		  text-align: center;
			}
		  #divTitle{
			   position: absolute;
			   top: -35%;
			   margin-top:20px;
			   text-align: center;
			   width: 80%;
	  
		   }
		   #divTitle h1{
				 color: white;
				 font-size: 3.5rem;
				 font-weight: 500;
			}
		.big_icon{
		  width: 100px;
		  height: 100px;
		  stroke-width: 1px;
		}
		.h5Title{
		 font-size: 1.5rem;
		}
}
@media only screen and (min-width: 1800px) and (max-width: 1999px) {
  /* CSS code for desktops */
	.boxes {
		position: absolute;
			top: 500px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
			 left: 50%;
			 transform: translateX(-50%); 
				width: 80%;
		   
	}
			.box {
			  display: flex;
			   flex-direction: column;
			   align-items: center;
				width: 300px;
				height: 200px;
				color: white;
				margin: 0 5px;
				text-align: center;
				 line-height: 150px; 
				border-radius: 1.2rem;
				cursor: pointer;
		  text-align: center;
			}
		  #divTitle{
			   position: absolute;
			   top: -35%;
			   margin-top:20px;
			   text-align: center;
			   width: 80%;
	  
		   }
		   #divTitle h1{
				 color: white;
				 font-size: 3.9rem;
				 font-weight: 500;
			}
		.big_icon{
		  width: 100px;
		  height: 100px;
		  stroke-width: 1px;
		}
		.h5Title{
		 font-size: 1.5rem;
		}
}
@media screen and (min-width: 2001px) {
.container{
  max-width: 1600px;
}
.text-box h1 {
  font-size: 3.1rem;
  margin-bottom: 10px;
  color: #fff;
}
.text-box p {
  font-size: 2.3rem;
  margin-bottom: 0;
}
.boxes {
	position: absolute;
        top: 620px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
         left: 50%;
         transform: translateX(-50%); 
			width: 80%;
       
        }
        .box {
          display: flex;
           flex-direction: column;
           align-items: center;
            width: 300px;
            height: 200px;
	        color: white;
            margin: 0 5px;
            text-align: center;
             line-height: 150px; 
            border-radius: 1.2rem;
            cursor: pointer;
	  text-align: center;
        }
      #divTitle{
           position: absolute;
           top: -30%;
           margin-top:20px;
           text-align: center;
           width: 80%;
  
       }
       #divTitle h1{
             color: white;
             font-size: 5.5rem;
             font-weight: 500;
        }
.big_icon{
  width: 175px;
  height: 175px;
  stroke-width: 1px;
}
  .h5Title{
   font-size: 3.5rem;
  }
  .tag{
     font-size: 2.7rem;
  }
 }