
#fc-quicklinks {
	padding: 50px 0;
}
  .discover h2{
	color: #fff;
  }
  #banner-business p {
	font-size: 145%;
}
.blue-bg {
    background: url(/Images/ATMC-facebook/site/images/universal/bg-blue.jpg) no-repeat bottom center / cover;
    color: #fff;
} 
  .sarcelle {
	background-color: #278ea8;
	background-image: none;
	padding: 35px 0;
	position: relative;
	overflow: hidden;
	float: left;
    width: 100%;
}
  .broadband-service h2{
	color: #fff;
	margin-bottom: 30px;
  }
  
  .form-control {
	height: 60px;
	border-radius: 12px;
	color: #000;
	background: #FFF none;
}
  #universal-contact-form p{
	color: #fff;
  }
  .row.btn-center {
	justify-content: center;
}
 
  .btn-submit {
	background-color: #1a498d;
	border-radius: 6px;
	padding-top: 17px;
	padding-bottom: 17px;
	border: 1px solid #FFF;
	background-clip: padding-box;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}
  .btn-submit:hover{
	background-color: #0079c2;
  }
  #subfooter {
	float: left;
	width: 100%;
}
  
  /** Map css start **/
  .gris {
	float: left;
	width: 100%;
	background: #f0f0f0;
	padding: 35px 0;
}
  #map-legend-wrap {
	background: #fff;
	box-shadow: 0 0 5px #bbb;
	padding: 10px;
}
  .map-legend h3{
	color: #333;
  }
  .service-avail {
	display: flex;
	justify-content: end;
	align-items: end;
	height: 100%;
}
  .service-avail h2{
	color: #33469e;
	font-weight: 700;
  }
  .service-avail h2 {
    margin-bottom: 0px;
}
  iframe {
	float: left;
	width: 100%;
}
  @media (min-width: 991px) {
	#banner-business {
	min-height: 350px;
}
  }
  
  @media (min-width: 1625px) {
	#banner-business {
	min-height: 436px;
}
  }
@media (min-width: 1925px) {
  #banner-business {
	min-height: 520px;
}
}
  @media screen and (max-width: 992px) {
  #banner-business {
    background-position: center center;
    min-height: 255px;
  }
}
@media (max-width: 991px) {
.gris iframe {
    height: 400px;
}
}

  @media (max-width: 767px) {
	.service-avail {
	padding-top: 40px;
}
	.service-avail h2 {
	text-align: center;
}
  }
  
