
  #get-connected-for-less {
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 100%;
	background: #fff;
}

  
  #get-connected-for-less .box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1200px;
	box-shadow: 0 0 10px #bbb;
}
  #get-connected-for-less .box > img {
	max-width: 100%;
}
  #get-connected-for-less .inner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}
  #get-connected-for-less .inner-content .preheader {
	text-transform: uppercase;
	font-family: "Quasimoda",sans-serif;
	font-size: 18px;
	font-weight: 300;
}
  #get-connected-for-less .inner-content h2 {
	margin: 5px 0;
	font-weight: 600;
	font-family: "Quasimoda",sans-serif;
}
  #get-connected-for-less .inner-content p {
	font-size: 20px;
	font-family: "Quasimoda",sans-serif;
	font-weight: 300;
	margin-bottom: 0px;
}
  #get-connected-for-less .inner-content a {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 1em 15px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	margin-right: 10px;
}
  #get-connected-for-less .inner-content a:last-child{
	margin-right: 0;
  }
  
  #get-connected-for-less .inner-content a img {
	display: inline-block;
	width: 25px;
	margin-left: 8px;
	margin-right: 10px;
}
  
  
  
  #banner-lifeline {
	background: url('https://www.homesc.com/q/100/p/Images/HomeSC/images/lifeline/banner-lifeline.png.jpgx') no-repeat center center / cover;
	background-color: #fff;
	padding: 5% 15px;
  }
  #banner-lifeline article {
	text-align: center;
  }
  #banner-lifeline img {
	display: block;
	width: 100%;
	max-width: 385px;
	margin: 0 auto 15px;
  }
  
  .table {
	width: 90%;
	max-width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
  .tbl-title {
    margin-bottom: 3%;
    margin-left: 3%;
    margin-top: 3%;
}
  .star-line {
    margin-bottom: 3%;
    margin-top: 3%;
}
   #lifeline-intro .container {
    width:756px;
	margin:0 auto;
  }
   .lifeline-step .container {
    width:756px;
	margin:0 auto;
  }
  
  @media screen and (max-width: 992px) {
	#banner-lifeline {
	  background-position: left center;
	  padding: 6% 15px;
	  position: relative;
	}
	#banner-lifeline:before {
	  content: '';
	  display: block;
	  background: rgba(255, 255, 255, 0.7);
	  position: absolute;
	  top:0;
	  left:0;
	  width: 100%;
	  height: 100%;
	  z-index: 99;
	}
	#banner-lifeline .container {
	  position: relative;
	  z-index: 999;
	}
	
	#get-connected-for-less .box {
	max-width: 600px;
	grid-template-columns: 1fr;
}
	.inner-content.mobile-top {
	padding-top: 0 !important;
}
     
  }
  @media screen and (max-width: 767px) {
	#banner-lifeline {
	  background-image: url('/Images/HomeSC/images/lifeline/banner-lifeline.jpg');
	}
    #lifeline-intro .container {
    width:100%;
  }
   .lifeline-step .container {
    width:100%;
  }
  }
  
   @media screen and (max-width: 400px) {
	#get-connected-for-less .inner-content a {
	margin-right: 0;
	margin-bottom: 15px;
}
	
  }

  #lifeline-intro {
	background-color: #f7f7f7;
	font-size: 17px;
	padding: 50px 0px;
  }
  #lifeline-intro .row {
	max-width: 975px;
	margin: auto;
  }
  #lifeline-intro h2 {
	font-family: 'Bebas Neue';
	color: #000;
	font-size:55px;
	line-height:1em;
  }
  @media screen and (max-width: 992px) {
	#lifeline-intro h2 {
	  font-size:50px;
	}
	.lifeline-intro {
	  font-size: 15px;
	}
  }


  /*----------  faqs */

  .lifeline-step {
	font-size: 17px;
	padding: 5px 0px 50px;
  }
  .lifeline-step .row {
	max-width: 975px;
	margin: auto;
  }
  @media screen and (max-width: 992px) {
	.lifeline-step {
	  font-size: 15px;
	}
  }

  #lifeline-faqs article:first-child {
	border-top:solid 1px rgba(0,0,0,.1);
  }
  #lifeline-faqs article {
	padding:13px 0px 10px;
	border-bottom:solid 1px rgba(0,0,0,.1);
  }
  .faq-question {
	font-family: 'Bebas Neue';
	color: #000;
	font-size:32px;
	line-height:1em;
	padding:0px 50px 0px 5px;
	position:relative;
	cursor:pointer;
  }
  @media screen and (max-width: 992px) {
	.faq-question {
	  font-size:28px;}
  }
  @media screen and (max-width: 575px) {
	.faq-question {
	  font-size:24px;}
  }
  
  .faq-question .fa {
	color: #333;
	font-size: 32px;
	position: absolute;
	top: -8px;
	right: 20px;
	-moz-transition: all 0.75s linear;
	-webkit-transition: all 0.75s linear;
	transition: all 0.75s linear;
  }
  
  .faq-question > .fa.down {
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  .faq-answer {
	padding:10px;
  }

  h2.step {
	font-family: 'Bebas Neue';
	font-size: 52px;
	text-transform: uppercase;
	margin: 12px 0 25px;
  }
  @media screen and (max-width: 992px) {
	h2.step {
	  font-size: 48px;
	}
  }
  @media screen and (max-width: 575px) {
	h2.step {
	  font-size: 42px;
	}
    .table {
	width: 100%;
	
}
  }
  img.step-arrow {
	display: block;
	width: 100%;
  }


  /*  BUTTON */

  a.btn,
  a.btn:visited {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	border: solid 1px #fff;
	border-radius: 5px;
	padding: 8px 50px;
	cursor: pointer;
	transition: all 0.5s;
  }
  a.btn:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	border: solid 1px #fff;
  }


  .purple {
	color: #644c85;
  }

  .btn-purp,
  .btn-purp:visited {
	display: inline-block;
	background-color: #644c85;
	color: #fff;
	border-color: #644c85;
  }
  .btn-purp:hover,
  .btn-purp:focus {
	background-color: #564074;
	color: #fff;
	border-color: #644c85;
  }





  #acp-form {
	padding: 10px 0;
  }
  #acp-form .form-group {
	margin-bottom: 15px;
  }
  #acp-form h5 {
	font-family: arial;
	font-weight: bold;
  }
  #acp-form label {
	display:block;
	font-size: 14px;
	margin:5px;
  }
  #acp-form ul {
	margin: 15px 0;
  }
  #acp-form li {
	list-style-type: none;
	position: relative;
	margin-bottom:5px;
	padding-left: 12px;
  }
  #acp-form li:before {
	content: "\25BA \0020";
	color: #6fb840;
	font-size: 11px;
	position: absolute;
	top: 1px;
	left: -10px;
  }
  #acctNum {
	display: none;
  }
  #acp-form input[type="submit"] {
	display: block;
	background-color: transparent;
	color: #22a9ce;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 15px auto;
	padding: 8px 75px 6px;
	border: solid 2px #22a9ce;
	border-radius: 5px;
	cursor: pointer;
	transition: all 1s;
  }
  #acp-form input[type="submit"]:hover {
	background-color: #22a9ce;
	color: #fff;
  }
  @media screen and (max-width: 767px) {
	#acp-form ul {
	  padding: 0 0 0 15px;
	}
  }

