.buffer fieldset{
  margin:.7em 0;
  padding:12px;
  border:1px solid #777;
}
.buffer fieldset legend{
  font-weight:bold;
}

.buffer .styled-listing .service-img {
	float:left;
	max-width: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.3);
	box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.3);
	margin: 0 20px 20px 0;
}

.buffer .styled-listing > div {
	margin: 25px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}

.buffer .styled-listing > div:after {
	content: "";
	display: block;
	clear: both;
}

.buffer .styled-listing a {
	white-space: nowrap;
}

.buffer .FieldContainerHori {
    max-width: 100%;
}

.buffer .FieldContainerHori label {
    padding: 1px 5px 10px 0px;
}


body.empty{
  padding:0;
  margin:0;
}
body.empty .buffer{
  font-size:13px;
  font-family:sans-serif;
}
body.empty > h2{
  display:none;
}

@media (max-width: 767px) {
	.buffer .styled-listing .service-img {
		float:none;
	}
}

.temporary .buffer input {
	margin-bottom: 1rem;
	font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .19);
    border-radius: 0;
    font-size: 16px;
    color: #aeb7ba;
    letter-spacing: 1.89px;
    padding: 12px;
    display: block;
    width: 100%;
    line-height: 1.25;
    border: 1px solid rgba(0, 0, 0, .15);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    overflow: visible;
    margin: 0;
}

.temporary .buffer input[type=submit] {
	background-color: #fff;
    border: 2px solid #007445;
    font-size: 18px;
    color: #007445;
    letter-spacing: 1.74px;
    line-height: 26px;
    border-radius: 0;
    float: right;
    box-shadow: none;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    padding: 12px;
    -webkit-appearance: button;
    overflow: visible;
    margin: 0;
    touch-action: manipulation;
    width: unset;
    display: inline-block;
}

.temporary .buffer input[type=submit]:hover {
	background-color: #007445;
    color: #ffffff;
    cursor: pointer;
}
/*
.temporary label {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}*/