body {
  background-color:#ffffff;
}
.banner {
  padding: 0;
  border-radius: 0;
  position: relative;
  display: inline-table;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 345px;
  background-image: url(images/csbs_UNIFI_promo.jpg);
}
.row {
    height: 345px;
}
#unifi-help {
   width: 50%;
   float: left;
   display: inline-block;
   padding: 0 4%; }
p {
  margin-bottom: 17px;
  line-height: 28px; }
.text { color: #3b3b3b; }
.header {
  font-weight: bold;
  margin-top: 5%; }
a {
   text-decoration: none;
   color: #036fba; }
.list_ul {
	padding-left: 75px; }
li {
  list-style-type: disc;
  margin-left: -14px;
  font-size: 16px;
  color: #3b3b3b;
  padding-right: 14px; }
.blank-space {
	display: block; visibility: visible; }

.testmonial {
  float: left;
  margin-top: 8%;
  padding: 5% 10% 7% 5% !important;
  width: 45%;
  background-color: #E3E3E3;
  margin-bottom: 3%;
  display:inline-block; }
.testmonial p.text {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  line-height: 21px; }
.testmonial p.text span {
  font-size: 22px;
  font-style: italic;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #767676; }

@media only screen and (max-width: 767px){
	p{ line-height: initial; }
	.blank-space {
		display: none; visibility: hidden; }
	.banner {
		background-image: url(images/mobile_csbs_homepromo_unifi.png) !important;
		height:35% !important; }
	#unifi-help {
		margin: 5% 4% 0;
		float: none;
		width: auto;
		padding: 0 2%;}
	.testmonial {
		float: none;
		width: auto;
		margin: 0 3% 10%;
		padding: 0 2%; }
	.testmonial p.text {
		font-weight: bold;
		font-size: 23px;
		font-style: italic;
		line-height: 45px; }
	.list_ul{
		line-height: initial; }
}