@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
.resImage{
	width:100%;
	height:auto;
}
.resImage1{
	width:100%;
	height:162px;
}
.resImage2{
	width:100%;
	height:auto;
}
#clear{
	clear:both;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#mainHeader{
	z-index:9999;
	width: 100%;

}
#responseLinks{
	z-index:9999;
	display:block;
}
#whiteLogo{
	width: 60%;
	max-width:200px;
	min-width:193px;
	float: right;
	position: absolute;
	top: 6px;
	right:5%;
}
#logo{
	display:none;
}
#logoContainer1{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	width:30%;
	max-width:500px;
	background-position:left top;
	background-repeat:none;
	background-size: cover;
	z-index:9959;
}
#logoNew{ 
	position:absolute;
	width: 10%;
	top:10px;
	left:7.5%;
	padding:0 0 0 0;
	z-index:9999;
	display:none;
}
#links{
	display:none;
}
#hero{
	background-image: url(../images/production-image-phone.jpg);
	background-size: cover;
	position: relative;
	height: 50vh;
	display: block;
	background-position: center center;
	z-index:-50;
}
.header{
	display:none;
  position:absolute;
  top:50%;
  text-align:left;
  width:90%;
  padding-left:5%;
  color:#fff;
  font-size:36px;
  z-index:-40;
  font-family: 'Open Sans', sans-serif;
  -ms-transform: translate(0,-50%); /* IE 9 */
  -webkit-transform: translate(0,-50%); /* Safari */
  transform: translate(0,-50%); 
}
.header h1{
	font-size: 38pt;
	line-height: 40pt;
	font-weight:300;
}
.header h1 span{
	font-weight:700;
}












/*diagonal sections*/
.whiteSplit {
    position: absolute;
    display: table;
    height: 70px;
	bottom: 0;
    left:0;
	width:100%;
}
.img {
    width: 100%;
    height: 70px;
    position: absolute;
}
.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.overlay h2{
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:30pt;
	color: #6daab9;
	line-height: 30pt;
	padding:0;
	margin:0;
}













/*opening info stuff*/

#infoContainer{
	width:90%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	line-height:17pt;
	font-weight:400;
	padding: 30px 5% 30px 5%;
	text-align:justify;
	color: rgba(80,73,75,1);
}
#infoContainer1{
	font-family:'Open Sans', sans-serif;
	width:90%;
	padding: 0px 5% 60px 5%;
	text-align:justify;
}
#infoLeft{
	float:left;
	width:100%;
	margin-right:0;
	padding-bottom:30px;
}
#infoLeft h1{
	font-size: 22pt;
	color: #c78434;
	line-height:0;
	font-weight:300;
}
#infoLeft span{
	font-weight:700;
}
#infoCentre{
	display:none;
	float:left;
	width:100%;
	margin-right:0%;
}
#infoRight{
	float:left;
	width:100%;
	margin-left:0%;
}
#infoRight h2{
	font-size:18pt;
	color: rgba(109,170,185,1);
	line-height:20pt;
	font-weight:300;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
}
#infoRight span1{
	font-weight:700;
}
#infoRight span{
	font-weight:700;
}
img.center {
    display: block;
    margin: 0 auto;
}
#infoLeft1{
	float:left;
	width:100%;
	margin-right:0%;
	padding:80px 0 80px 0;
	line-height:16pt;
}
#infoLeft1 h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:0;
	font-weight:300;
	text-align:center;
	padding:0 0 10px 0;
}
#infoRight h2{
	font-size:18pt;
	color: rgba(109,170,185,1);
	line-height:20pt;
	font-weight:300;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
}
.rightSubInfo h3{
	font-size: 12pt;
	color:rgba(199,132,52,1);
	line-height:14pt;
	padding:0 0 10px 0;
	margin:0;
	font-weight:300;
}
#infoRight1{
	clear: none;
	float:left;
	width:100%;
	margin-left:0%;
	padding:0px 0 80px 0;
}
#infoRight1 h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:0;
	font-weight:300;
	text-align:center;
	padding:0 0 10px 0;
}
.row{
	padding:40px 0 40px 0;
}
/*close of opening info*/










#newQuote{
	background-image: url(../images/about-test.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	width:85%;
	padding:0 7.5%;
	text-align:center;
}
#newQuote h1{
	font-family:'Open Sans', sans-serif;
	color:rgba(255,255,255,1);
	font-size:28pt;
	line-height:30pt;
	font-weight:400;
	padding:340px 0;
	margin:0;
}

























/*opening of footer*/
#brochureDownload{
	font-family: 'Open Sans', sans-serif;
	width: 90%;
	background-color:rgba(199,132,52,1);
	text-align:center;
	padding: 30px 5%;
	color:#FFF;
}
#brochureDownload h1{
	font-weight:300;
	font-size: 18pt;
	line-height:20pt;
}
#brochureDownload h1 span{
	font-weight:700;
}
#brochureDownload a{
	font-size: 14pt;
	line-height:16pt;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#brochureDownload a:hover{
	color: rgba(255,255,255,1);
	text-decoration:underline;
}

#blueFooter{
	font-family:'Open Sans', sans-serif;
	font-size:10pt;
	width:90%;
	padding: 0px 5% 0px 5%;
	background-color:rgba(109,170,185,1);
	color:rgba(255,255,255,1);
}
.footerTopRow{
	width:100%;
	padding: 0 0 15px 0;
}
.footerLeft{
	width:100%;
	margin-right:0%;
	float: left;
	text-align:center;
	padding: 30px 0 30px 0;
	border-bottom: solid 1px rgba(255,255,255,1);
}
.footerCentre{
	width:100%;
	margin:0 %;
	float:left;
	text-align:center;
	padding:30px 0 0px 0;
}
.footerRight{
	width:100%;
	float:left;
	margin: 0 0 0 0%;
	text-align:center;
	padding: 7.5px 0 0 0;
}
.footerHeadings{
	font-size: 16pt;
	padding-bottom: 5px;
	padding-top:0;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.footerBottomRow{
	width:100%;
	border-bottom: solid 1px rgba(255,255,255,1);
	padding:10px 0 50px 0;
}
.footerCentre1{
	width:100%;
	margin:0;
	float:left;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-size:10pt;
	line-height:12pt;
}


#copyright{
	width: 90%;
	font-family:'Open Sans', sans-serif;
	font-size:8pt;
	text-align:center;
	background-color:rgba(80,73,75,1);
	color:rgba(255,255,255,1);
	padding: 25px 5%;
}

/*closing of footer*/



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#mainHeader{
	width: 100%;
	padding-top: 10px;
}
#responseLinks{
	display:block;
}
#whiteLogo{
	width: 60%;
	max-width:200px;
	min-width:193px;
	float: right;
	position: absolute;
	top: 6px;
	right:5%;
}
#logo{
	display:none;
}
#logoContainer1{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	width:30%;
	max-width:500px;
	background-position:left top;
	background-repeat:none;
	background-size: cover;
	z-index:9959;
}
#logoNew{
	position:absolute;
	width: 10%;
	top:10px;
	left:7.5%;
	padding:0 0 0 0;
	z-index:9999;
	display:none;
}
#links{
	display:none;
}
#hero{
	background-image: url(../images/production-image-tablet.jpg);
	background-size: cover;
	position: relative;
	height: 50vh;
	display: block;
	background-position: center center;
}
.header{
  position:absolute;
  top:50%;
  text-align:left;
  width:90%;
  padding-left:5%;
  color:#fff;
  font-size:36px;
  -ms-transform: translate(0,-50%); /* IE 9 */
  -webkit-transform: translate(0,-50%); /* Safari */
  transform: translate(0,-50%);  
}
.header h1{
	font-size: 50pt;
	line-height: 52pt;
	font-weight:300;
}
.header span{
	font-weight:700;
}













/*diagonal sections*/
.whiteSplit {
    position: absolute;
    display: table;
    height: 110px;
	bottom: 0;
    left:0;
	width:100%;
}
.img {
    width: 100%;
    height: 110px;
    position: absolute;
}
.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.overlay h2{
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:48pt;
	color: #6daab9;
	line-height: 48pt;
	padding:0;
	margin:0;
}














/*opening info section*/
#infoContainer{
	width:90%;
	padding: 60px 5% 0px 5%;
	text-align:justif;
}
#infoContainer1{
	font-family:'Open Sans', sans-serif;
	width:90%;
	padding: 0px 5% 60px 5%;
	text-align:justify;
}
#infoLeft{
	float:left;
	width:100%;
	margin-right:0%;
	padding-bottom:0;
	line-height:0px;
}
#infoLeft h1{
	font-size: 32pt;
	color: #c78434;
	line-height:0;
	font-weight:300;
	padding:40px 0 0 0;
}
#infoLeft span{
	font-weight:700;
}
#infoCentre{
	display:none;
	clear:none;
	float:left;
	width:32.3334%;
	margin-left:0.375%;
	margin-right:0.375%;
}
#infoRight{
	clear: none;
	float:left;
	width:100%;
	margin-left:0%;
}
#infoRight h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:22pt;
	font-weight:300;
	text-align:left;
	padding:20px 0 10px 0;
	margin:0;
}



img.center {
    display: block;
    margin: 0 auto;
}
#infoLeft1{
	float:left;
	width:49.25%;
	margin-right:1.5%;
	padding:80px 0 80px 0;
	line-height:16pt;
}
#infoLeft1 h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:0;
	font-weight:300;
	text-align:center;
	padding:0 0 10px 0;
}
#infoRight1{
	clear: none;
	float:left;
	width:49.25%;
	margin-left:0%;
	padding:80px 0 80px 0;
}
#infoRight1 h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:0;
	font-weight:300;
	text-align:center;
	padding:0 0 10px 0;
}
.row{
	padding:60px 0 0 0;
}

/*close of opening info section*/













/*opening of footer*/
#brochureDownload{
	width: 90%;
	background-color:rgba(199,132,52,1);
	text-align:center;
	padding: 40px 5%;
	color:#FFF;
}
#brochureDownload h1{
	font-size: 18pt;
	line-height:20pt;
}



#blueFooter{
	width:90%;
	padding: 10px 5% 0px 5%;
	background-color:rgba(109,170,185,1);
	color:rgba(255,255,255,1);
}
.footerTopRow{
	width:100%;
	border-bottom: solid 1px rgba(255,255,255,1);
	padding: 0 0 15px 0;
}
.footerLeft{
	width:32.3333%;
	margin-right:1.125%;
	float: left;
	text-align:left;
	padding: 13px 0 0 0;
	border-bottom:none;
}
.footerCentre{
	width:32.3334%;
	margin:0 0.375%;
	float:left;
	text-align:center;
	padding:13px 0 0 0;
}
.footerRight{
	width:32.3333%;
	float:left;
	margin: 0 0 0 1.125%;
	text-align:right;
	padding: 13px 0 0 0;
}
.footerHeadings{
	font-size: 16pt;
	padding-bottom: 5px;
	padding-top:0;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.footerBottomRow{
	width:100%;
	border-bottom: solid 1px rgba(255,255,255,1);
	padding:50px 0 50px 0;
}
.footerCentre1{
	width:100%;
	margin:0;
	float:left;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-size:10pt;
	line-height:12pt;
}


#copyright{
	width:90%;
	font-size:8pt;
	text-align:center;
	background-color:rgba(80,73,75,1);
	color:rgba(255,255,255,1);
	padding: 25px 5%;
}

/*closing of footer*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1100px) {
.gridContainer {
	width: 100%;
	max-width: 2560px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#mainHeader{
	width: 85%;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-top: 10px;
	position:relative;
	top:0;
	z-index:9999;
}
#headingWrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#responseLinks{
	display:none;
}
#whiteLogo{
	display:none;
}
#logo{
	display:block;
	position: absolute;
	width: 20%;
	float: left;
	min-width:150px;
	position: static;
	top: auto;
	right:auto;
	padding-left:%;
	padding-top: px;
}
#logoContainer1{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	width:25%;
	max-width:500px;
	height:10%;
	background-position:left top;
	background-repeat:none;
	background-size: cover;
	z-index:9959;
}
#logoNew{ 
	position:absolute;
	width: 9%;
	top:10px;
	left:7.5%;
	padding:0 0 0 0;
	z-index:9960;
	display:block;
}
#links{
	display:block;
	width: auto;
	padding-right: 0%;
	float: right;
}
#hero{
	background-image: url(../images/production-image.jpg);
	background-size: cover;
	position: relative;
	height: 50vh;
	display: block;
	background-position: center center;
	z-index:;
}
.header{
  position:absolute;
  top:50%;
  text-align:left;
  width:85%;
  padding-left:7.5%;
  color:#fff;
  font-size:36px;
  z-index:;
  -ms-transform: translate(0,-50%); /* IE 9 */
  -webkit-transform: translate(0,-50%); /* Safari */
  transform: translate(0,-50%); 
}
.header h1{
	font-size: 70pt;
	line-height: 72pt;
	font-weight:300;
}
.header span{
	font-weight:700;
}










/*diagonal sections*/
.whiteSplit {
    position: absolute;
    display: table;
    height: 130px;
	bottom: 0;
    left:0;
	width:100%;
}
.img {
    width: 100%;
    height: 130px;
    position: absolute;
}
.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.overlay h2{
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:48pt;
	color: #6daab9;
	line-height: 48pt;
	padding:0;
	margin:0;
}












/*opening info section*/
#infoContainer{
	width:85%;
	padding: 60px 7.5% 0px 7.5%;
	text-align:justify;
}
#infoContainer1{
	font-family:'Open Sans', sans-serif;
	width:85%;
	padding: 0px 7.5% 60px 7.5%;
	text-align:justify;
}
#infoLeft{
	float:left;
	width:32.3333%;
	margin-right:1.5%;
	padding-bottom:0;
	line-height:0px;
}
#infoLeft h1{
	font-size: 32pt;
	color: #c78434;
	line-height:0;
	font-weight:300;
	padding:0;
}
#infoLeft span{
	font-weight:700;
}
#infoCentre{
	display:none;
	clear:none;
	float:left;
	width:32.3334%;
	margin-left:0.375%;
	margin-right:0.375%;
}
#infoRight{
	clear: none;
	float:left;
	width:66.1667%;
	margin-left:0%;
}
#infoRight h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:22pt;
	font-weight:300;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
}



img.center {
    display: block;
    margin: 0 auto;
}
#infoLeft1{
	float:left;
	width:49.25%;
	margin-right:1.5%;
	padding:80px 0 80px 0;
	line-height:16pt;
}
#infoLeft1 h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:0;
	font-weight:300;
	text-align:center;
	padding:0 0 10px 0;
}
#infoRight1{
	clear: none;
	float:left;
	width:49.25%;
	margin-left:0%;
	padding:80px 0 80px 0;
}
#infoRight1 h2{
	font-size:20pt;
	color: rgba(109,170,185,1);
	line-height:0;
	font-weight:300;
	text-align:center;
	padding:0 0 10px 0;
}
.row{
	padding:60px 0 0 0;
}

/*close of opening info section*/















/*opening of footer*/
#brochureDownload{
	width: 100%;
	background-color:rgba(199,132,52,1);
	text-align:center;
	padding: 60px 0;
	color:#FFF;
}
#brochureDownload h1{
	font-size: 18pt;
	line-height:20pt;
}



#blueFooter{
	width:85%;
	padding: 60px 7.5% 0 7.5%;
	background-color:rgba(109,170,185,1);
	color:rgba(255,255,255,1);
}
.footerTopRow{
	width:100%;
	border-bottom: solid 1px rgba(255,255,255,1);
	padding: 0 0 15px 0;
}
.footerLeft{
	width:32.3333%;
	margin-right:1.125%;
	float: left;
	text-align:left;
	padding: 13px 0 0 0;
}
.footerCentre{
	width:32.3334%;
	margin:0 0.375%;
	float:left;
	text-align:center;
	padding:0 0 0 0;
}
.footerRight{
	width:32.3333%;
	float:left;
	margin: 0 0 0 1.125%;
	text-align:right;
	padding: 13px 0 0 0;
}
.footerHeadings{
	font-size: 16pt;
	padding-bottom: 5px;
	padding-top:0;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.footerBottomRow{
	width:100%;
	border-bottom: solid 1px rgba(255,255,255,1);
	padding:50px 0 50px 0;
}
.footerCentre1{
	width:32.3334%;
	margin:0 33.8333%;
	float:left;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-size:10pt;
	line-height:12pt;
}


#copyright{
	width:90%;
	font-size:8pt;
	text-align:center;
	background-color:rgba(80,73,75,1);
	color:rgba(255,255,255,1);
	padding: 25px 5%;
}

/*closing of footer*/
}
@media only screen and (min-width: 1270px) {
	#logo{
	display:block;
	position: absolute;
	width: 20%;
	float: left;
	min-width:150px;
	position: static;
	top: auto;
	right:auto;
	padding-left:%;
	padding-top: px;
}

#logoContainer1{
	position:absolute;
	top:0;
	bottom:0;
	width:25%;
	max-width:750px;
	max-height:10px;
	background-position:left top;
	background-repeat:none;
	background-size: cover;
	z-index:9959;
}
#logoNew{ 
	position:absolute;
	width: 9%;
	max-width:250px;
	top:10px;
	left:7.5%;
	padding:0 0 0 0;
	z-index:9999;
}


#links{
	position:absolute;
	display:block;
	width: auto;
	top:0;
	right:7.5%;
	padding-right:0;
	float: right;
}
}

