.t3-footer {
    background: #009FD6;
    color: #FFFFFF;
    min-height: 300px;
  }
  .t3-footer:before,
  .t3-footer:after {
    content: " ";
    display: table;
  }
  .t3-footer:after {
    clear: both;
  }
  .t3-footer small {
    display: block;
    font-size: 100%;
  }
  .t3-footer-sl {
    padding: 20px 0;
  }
  .t3-footer-sl:before,
  .t3-footer-sl:after {
    content: " ";
    display: table;
  }
  .t3-footer-sl:after {
    clear: both;
  }
  @media screen and (min-width: 768px) {
    .t3-footer-sl {
      padding: 40px 0;
    }
  }
  .t3-footer-sl .t3-module {
    background: #f7f7f7;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .t3-footer-sl .t3-module .module-title {
    color: #444444;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .t3-footer-sl .t3-module ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .t3-footer-sl .t3-module ul > li {
    line-height: 24px;
  }
  .t3-footer-sl .t3-module ul > li > a {
    color: #666666;
  }
  .t3-footer-sl .t3-module ul > li > a:hover,
  .t3-footer-sl .t3-module ul > li > a:active,
  .t3-footer-sl .t3-module ul > li > a:focus {
    color: #666666;
  }
  
  .footer-phone-wrapper {
      background: #995D32;
      position: relative;
      color: #fff;
      padding: 27px 0;
      text-align: center;
      border-bottom: 3px dashed #fff;
    }
  
    .footer-phone {
      border: 4px solid #fff;
      display: inline-block;
      padding: 10px 20px 10px 15px;
    }
  
    .footer-phone span {
      font-size: 41px; 
      position: relative;
      top: -2px;
      left: 10px;
  
    }
  
  .footer-logo-wrapper img {
    display: block;
    margin: 0 auto;
    width: 25%;
    padding: 32px 0;
  }
  
  .footer-box-wrapper a:link, .footer-box-wrapper a:visited, .footer-box-wrapper a:focus {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-box-wrapper a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer-box-wrapper {
    font-size: 14px;
    border-bottom: 2px dashed #fff;
  }
  
  .footer-info-wrapper-left, .footer-info-wrapper-right {
    padding-left: 25%; /*70px*/
    min-height: 217px;
  }
  
  .footer-info-wrapper-middle {
    padding-left: 35%; /*97px*/
    min-height: 200px;
  }
  
  .footer-info-wrapper-left h3, .footer-info-wrapper-right h3, .footer-info-wrapper-middle h3 {
    font-size: 24px;
    color: #fff;
  }
  
  .footer-info-wrapper-left, .footer-info-wrapper-middle {
    /* border-right: 2px dashed #fff; */
  }
  
  .footer-info-wrapper-left h3 {
    position: relative;
    top: 0;
    /* left: -23px; */
	
	text-transform: uppercase; 
	padding-bottom: 5px;
  }
  
  .footer-info-wrapper-left ul {
	  margin: 8px 0 8px 0;
  }
  
  .footer-info-wrapper-left li {
	 font-size: 14px;
	 line-height: 1.42857143 !important;
  }
  
  .footer-info-wrapper-left li i {
	  display: none;
  }
  
  .footer-info-wrapper-middle h3 {
    position: relative;
    top: 0;
    left: -25px;
  }
  
  .footer-info-wrapper-right h3 {
    position: relative;
    top: 0;
    left: -25px;
  }
  
  .footer-end {
    text-align: center;
    padding: 20px 0;
  }
  
  .footer-end a:link, .footer-end a:visited, .footer-end a:active, .footer-end a:focus {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-end a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  @media only screen and (max-width: 769px) {
	.footer-info-wrapper-left {
	  padding: 0;
	  text-align: center;
	}
    .footer-info-wrapper-left input {
	  max-width: 50%;
	}
  }
  
  @media only screen and (max-width: 833px) {
    .footer-logo-wrapper img {
		width: 50%;
	}
	
	.footer-info-wrapper-left h3 {
		left: 0;
	}
}
