.tm_servicebox { text-align:center; background:#272f5b; position:relative; margin-bottom:20px; height:330px; }
.tm_servicebox a { text-decoration: none;}
.tm_servicebox:after { position:absolute; bottom:-20px; background-color:#272f5b; content:""; left:20px; right:20px; opacity: 0; height:10px; transition:all 0.3s;  }
.tm_servicebox:hover:after { opacity:0.9; bottom:10px; }
.tm_servicebox.always_on:after { opacity:0.9; bottom:10px; }

.tm_servicebox.slimbox { height:100px !important; }
.tm_servicebox { display:flex; padding:20px; align-items:center; }

.tm_servicebox h4 { color:white; margin:15px !important; }
.tm_servicebox p { color:white; margin:15px; }
.tm_servicebox .btn 
{
  background: #272f5b;
  padding: 10px;
  color: white;
  text-align: center;
  width: 100%;
}

.tm_servicebox .btn:hover
{
    color:white;
    background:rgb(0, 175, 239);
}

header.tm_attwater_header { background:#272f5b; padding:50px 20px 50px 40px; margin-bottom:30px; }
header.tm_attwater_header h1,
header.tm_attwater_header h2,
header.tm_attwater_header h3,
header.tm_attwater_header h4,
header.tm_attwater_header h5,
header.tm_attwater_header p { color:#fff; margin-bottom:0px; }
header.tm_attwater_header p { line-height: 24px; margin-top:20px; }
header.tm_attwater_header h1 { font-size:50px; }

header.tm_attwater_header h1,
header.tm_attwater_header h2,
header.tm_attwater_header h3,
header.tm_attwater_header h4,
header.tm_attwater_header h5
{
    margin-bottom:10px; 
    font-weight:500; 
    letter-spacing:0.1px; 
}

header.tm_attwater_header.full_width 
{
    position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

header.tm_attwater_header.has_bars
{
    border-top: 10px solid #0ba5e3;
    border-bottom: 10px solid #0ba5e3;   
}

header.tm_attwater_header .uppercase { text-transform:uppercase; }
header.tm_attwater_header .lowercase { text-transform:lowercase; }
header.tm_attwater_header .capitalise { text-transform:capitalize; }

.attwater_legacy_simplebox h4 
{
  min-height: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 10px 10px;
  padding-top: 15px;
  text-align: left !important;
  color:white;
}

.attwater_legacy_simplebox .bg-image { width:100%; height:200px; }