/************************************************ Background ************************************************/
body {
	background:#fff;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family: futura-pt, Arial, Helvetica, sans-serif;
	color:#1d1d1b;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-size:18px;
	line-height:1.5em;
	padding:0 0 25px;
}

a {
	color:#F00;
	text-decoration:none;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#F00;
	text-decoration:underline;
}

img, object, embed, video {
	max-width: 100%;
}

img {
	height:auto;	
}

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}


/************************************************ Layout ************************************************/

.row {
	width:100%;
	float:left;
	padding: 80px 5%;
	box-sizing: border-box;
	border-bottom: 2px solid #e0f0f0;
}

.row.last {
	border-bottom: none;
}

.row_inner {
	max-width: 1400px;
	margin:0 auto;
}

.top_banner {
	padding:5px 5%;
	width: 100%;
	float: left;
	box-sizing: border-box;
	line-height: 1.5em;
	background: #80D8D0;
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

header {
	width:100%;
	float:left;
	box-sizing: border-box;
}

#logo {
	margin:60px auto 50px;
	width: 400px;
}

#logo img {
	width:100%;
}

.hero {
	width:100%;
	float: left;
	height: 700px;
	background:url("../images/hero.jpg") no-repeat top center;
	background-size: cover!important;
	position: relative;
}

.hero_text {
	width:100%;
	margin: 0 auto;
	position: absolute;
	top: 200px;
	left: 0;
	right:0;
	color: #fff;
	text-align: center;
}

h1 {
	font-size:65px;
	margin: 0 0 25px;
	font-family: operetta-18, serif; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

h2 {
	font-family: brandon-grotesque, sans-serif;
	font-size: 13px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0 0 25px;
	line-height: 1em;
}

h3 {
	font-family: operetta-12, serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 35px;
	line-height: 1.3em;
}

h4 {
	font-family: operetta-12, serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 15px;
	line-height: 1.3em;
}

h5 {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.3em;
	position: relative;
	background: #fbfafb;
	padding: 15px 8%;
}

h5:after {
	position: absolute;
	content: '';
	background: url("../images/quote.png");
	background-size: 100%;
	bottom: 0;
	width: 50px;
	height: 39px;
	top: -30px;
	left: 10px;
}

.button_surround {
	width:100%;
	text-align: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.button_surround a.btn {
	font-family: brandon-grotesque, sans-serif;
	font-size: 13px;
	letter-spacing: 5px;
	text-transform: uppercase;
	border: 1px solid #1d1d1b;
	padding: 7px 18px;
	color: #1d1d1b;
}

.button_surround a.btn:nth-child(2n) {
	margin-left:15px;
}

.button_surround a.btn:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #80D8D0;
	background: #80D8D0;
}

.hero_text .button_surround a.btn {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}

.hero_text .button_surround a.btn:hover {
	border: 1px solid #80D8D0;
	background: #80D8D0;
	color: #fff;
}

.text_centred {
	width:50%;
	margin: 0 auto;
	text-align: center;
}

ul.usp {
	width:100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	text-align: center;
	align-items: stretch;
	margin: 70px 0;
}

ul.usp li {
	width:15%;
	margin: 0 5% 0 0;
	position: relative;
	padding: 0 0 35px;
}

ul.usp li:last-child {
	margin: 0;
}

ul.usp li:after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #1d1d1b;
	left: 0;
	right: 0;
	margin: 0 auto;
}

ul.usp li img {
	width:63%;
	margin: 0 0 35px;
}

ul.usp li p {
	font-family: brandon-grotesque, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
}

ul.quotes {
	width:100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	text-align: center;
	align-items: stretch;
	margin: 70px 0 45px;
}

ul.quotes li {
	width:30%;
	margin: 0 5% 0 0;
	position: relative;
	padding: 0 0 35px;
}

ul.quotes li:last-child {
	margin: 0;
}

ul.quotes li p {
	text-align:left;
}


/************************************************ Footer ************************************************/

footer {
	width:100%;
	float:left;
	box-sizing: border-box;
	background: #80D8D0;
	padding: 50px 5%;
	text-align: center;
}

footer img {
	width:150px;
}



/************************************************ Smaller screens ************************************************/

@media only screen and (max-width: 1500px) {

ul.usp {
	flex-flow: row wrap;
}

ul.usp li {
	width:30%;
	margin: 0 5% 50px 0;
	position: relative;
	padding: 0 0 35px;
}

ul.usp li:nth-child(3) {
	margin-right: 0;
}
	
ul.usp li:nth-child(4) {
	margin-bottom: 0;
}
	
ul.usp li:last-child {
	margin: 0;
}
	
}

@media only screen and (max-width: 1200px) {

.text_centred {
    width: 80%;
}
	
}

@media only screen and (max-width: 1023px) {

ul.quotes {
    margin: 70px 0 0;
}
	
}



/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 600px) {

header {
    border-top: 10px solid #80D8D0;
}	
	
#logo {
    margin: 30px auto 20px;
    width: 300px;
}
	
.button_surround {
    flex-flow: row wrap;
}
	
.button_surround a.btn:nth-child(2n) {
    margin: 10px 0 0;
}
	
.hero {
    height: 500px;
}
	
.hero_text {
    bottom: 50px;
}
	
.row {
    padding: 40px 5%;
}
	
.text_centred {
    width: 100%;
}

ul.usp {
	margin: 40px 0;
}
	
ul.usp li {
    width: 100%;
    margin: 0 0 50px 0;
    position: relative;
    padding: 0 0 35px;
}
	
ul.usp li img {
    width: 40%;
    margin: 0 0 25px;
}
	
ul.quotes {
    flex-flow: row wrap;
}
	
ul.quotes li {
    margin: 0;
    padding: 0 0 45px;
	width: 100%;
}
	
h1 {
    font-size: 36px;
}
	
h2 {
    font-size: 11px;
}
	
h3 {
    font-size: 28px;
    margin: 0 0 25px;
}
	
h3 br {
    display:none;
}
	
h4 {
    font-family: operetta-12, serif;
    font-weight: 500;
    font-size: 20px;
	margin: 0;
}

footer {
    padding: 30px 5%;
}	
	
footer img {
    width: 125px;
}

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}