
  .weather-warm{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(118, 180, 194, 0.50) 100%);
    box-shadow: 0px 0px 47.1px 5px rgba(0, 0, 0, 0.11);
	float: left;
    width: 100%;
    padding:10px 0;
	margin-bottom: 40px;
 }
  .season-long{
	text-align: center;
  }
  .season-long h2 {
	font-family: 'Bebas Neue',sans-serif;
	color: #333;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
  .season-long p {
	font-family: 'Quasimoda',sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
  .season-long a{
	padding: 12px 50px;
	border-radius: 25px;
    background: #76B4C2;
	color: #FFF;
	font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	font-family: "quasimoda",sans-serif;
  }
  .season-long a:hover {
	text-decoration: none;
	background: #539fb0;
}
  .weather-warm .row {
	display: flex;
	align-items: center;
}
 @media(min-width: 1600px) {
   .weather-warm .container {
	max-width: 1410px;
	width: 100%;
}
   .season-long h2 {
	font-size: 60px;
}
   .season-long p {
	font-size: 20px;
	 margin-bottom: 40px;
}
   .season-long a {
	padding: 18px 60px;
	font-size: 20px;
 }
   
 }
  @media(max-width: 1180px) {
	.weather-warm {
	padding: 30px 0 60px;
}
	.season-long h2 {
	font-size: 40px;
}
  }
  @media(max-width: 980px) {
	.season-long h2 {
	font-size: 34px;
}
  }
  @media(max-width: 767px) {
	.weather-warm .row {
	display: block;
}
	.left-email .img-responsive {
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
  }
  @media(max-width: 480px) {
	.left-email .img-responsive {
	max-width: 400px;
	}
	.season-long h2 {
	font-size: 30px;
}
  }
  
  .green {
	color: #139060;
  }

  .grey {
	color: #b5b5b5;
  }

  p {
	font-size: 16px;
  }

  #outages-banner {
	background-image: url('/Images/HomeSC/2024/03/bannerimages/outagesbanner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 75%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  #outages-banner h1 {
	margin: 0;
	color: white;
	font-size: 48px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem;
	background: rgba(20, 20, 20, 0.7);
  }

  #status h2 {
	margin-top: 5rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #b5b5b5;
  }

.status-report {
  padding-bottom:50px;
  font-size: 21px;
}
  #status ul {
	list-style-type: none;
	padding-left: 0;
	font-weight: bold;
	line-height: 3rem;
	margin-bottom: 2rem;
  }

  #status ul li {
	font-size: 16px;
  }

  #status p.green {
	margin-bottom: 5rem;
  }

  #service-issue {
	padding-top: 5rem;
	background: #f5f5f5;
  }

  #service-issue .flex-end {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem 0;
  }

  @media(min-width: 991px) {
	#service-issue .flex-end {
	  justify-content: flex-end;
	  margin: 0;
	  margin-top: 1rem;
	  margin-left: -3rem;
	}
  }

  #service-issue h3 {
	color: black;
	font-size: 24px;
	margin-bottom: 3rem;
  }

  #service-issue .video-row {
	margin-top: 5rem;
  }

  a.dark-green-btn {
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	border: 2px solid #139060;
	background: #139060;
	padding: 1rem 2rem 0.4rem 2rem;
	transition: all ease 0.4s;
  }

  a.dark-green-btn:hover {
	text-decoration: none;
	background: white;
	color:  #139060;
  }

  .row.steps {
	padding: 5rem 0;
  }

  #having-trouble {
	padding: 0 2rem;
  }

  .slick-list {
	width: calc(100% - 100px);
	margin: 0 auto!important;
  }

  .slider .content {
	width: 500px;
	height: 350px;
	max-width: 90%;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
  }

  .slider .content .image {
	display: none;
  }

  .slider .content .copy {
	background: #f5f5f5;
	padding: 4rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
  }

  .slider .content .image,
  .slider .content .copy {
	background: #f5f5f5;
  }

  @media(min-width: 576px) {
	.slider .content .image,
	.slider .content .copy {
	  display: block;
	  width: 50%;
	}
  }

  .slider .content .image.phone {
	padding: 2rem 0;
  }

  .slider .content .image.phone img {
	display: block;
  }

  .slider .content img {
	margin: 0 auto;
	height: 100%;
	object-fit: contain;
  }

  .slider .content .copy h3,
  .slider .content .copy p {
	margin: 0;
	width: 100%;
  }

  .slider .content .copy h3 {
	color: black;
	margin-bottom: 2rem;
  }

  .slider .content .copy p {
	font-size: 14px;
  }

  .slick-prev {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	border: 0;
	color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/Images/HomeSC/2024/02/left-arrow.png');
  }

  .slick-next {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	border: 0;
	color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/Images/HomeSC/2024/02/right-arrow.png');
  }

  ul.slick-dots {
	list-style-type: none;
	margin: 3rem 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
  }

  ul.slick-dots li {
	width: 16.66%;
  }

  ul.slick-dots li.slick-active button {
	border-top: 6px solid #139060;
  }

  ul.slick-dots li button {
	width: 100%;
	border: none;
	border-top: 3px solid #efefef;
	color: white;
	background: white;
	cursor: pointer;
  }

  .slick-prev.slick-arrow {
	visibility: hidden;
  }

