@charset "utf-8";
/* CSS Document */

#wrapper {
	background: none;
}
#map-canvas {
	height: 400px;
	width: 100%;
	top: 0;
}
.logo {
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	width: 400px;
	height: 100px;
	font-size: 50px;
	padding: 15px 0px 0px 0px;
}
.logo img {
	margin-left: 4px;
	margin-right: 15px;
	float: left;
	margin-top: 2px;
}
.green {
	color: #096;
}
header h1 {
	font-family: "adobe-caslon-pro";
	font-size: 50px;
	line-height: 25px;
	margin-top: 25px;
	font-weight: 500;
	color: #096;
	float: left;
}
header h1 span {
	font-family: "proxima-nova";
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #444;
	letter-spacing: 3px;
}
h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 300;
}
h3 {
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
	color: #096;
	margin: 0
}
h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #096;
	margin-bottom: 0;
}
.home {
	font-weight: 300;
	color: #526066;
}
p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #526066;
	margin: 0px 0px 20px 0px;
	font-family: proxima-nova, sans-serif;
}
strong {
	font-size: 15px;
	font-weight: 200;
	line-height: 20px;
	color: #526066;
	margin-bottom: 20px;
	font-family: proxima-nova, sans-serif;
}
li {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #526066;
	font-family: proxima-nova, sans-serif;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.list {
	list-style: circle;
	margin: 0px 0px 20px 50px;
}
ol.list {
	margin: 0px 0px 20px 50px;
}
p a:link {
	color: #096;
	text-decoration: none;
	border-bottom: 1px dotted;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
p a:active {
	color: #096;
	text-decoration: none;
	border-bottom: 1px dotted;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
p a:visited {
	color: #096;
	text-decoration: none;
	border-bottom: 1px dotted;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
p a:hover {
	color: #096;
	text-decoration: none;
	border-bottom: 1px solid #096;
}
.strapline {
	font-size: 28px;
	color: #444;
	font-weight: 300;
	font-family: "myriad-pro", sans-serif;
	margin: 0px 0px 10px 0px;
}
.contact-strapline {
	margin-top: 1%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #526066;
	font-family: proxima-nova, sans-serif;
}
.white, .grey {
	margin: 0 auto;
	width: 860px;
	height: 230px;
	padding: 0 60px;
}
.outer {
	padding-top: 40px;
	width: 100%;	/* border-top: 1px solid #D9DEE1; */
	border: none;
	padding-bottom: 40px;
	height: 400px;
	position: relative;
}
.withgreyback {
	background-color: #F2F7FA;
}
.usp {
	width: 380px;
	padding-top: 20px;
	padding-left: 20px;
	display: block;
	float: left;
	margin: 0 15px;
}
.add-margin-b {
	margin-bottom: 2em;
}
.home-row {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	height: 30%;
	margin: auto;
}
.middle {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	margin: auto;
}
nav {
	height: 40px;
	width: 100%;
	background: #096;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #FFF;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 960px;  /*was 600 */
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 137px;
	text-align: center;
	text-decoration: none;
	line-height: 39px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav .current {
	background-color: #383838;
}
nav li:last-child a {
	border-right: 1px solid #fff;
}
nav li:first-child a {
	border-left: 1px solid #fff;
}
nav a:hover, nav a:active {
	background-color: #383838;
	color: #fff;
}
nav a#pull {
	display: none;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* +++++ Sidebar ++++++ */
#sidebar {
	width: 273px;
	float: left;
	padding: 10px;
	background: #eee;
	height: auto;
	margin-left: 5px
}


#sidemenu ul {
	list-style-type: none;
}
#sidemenu li {
	text-align: left;
	display: block;
	float: left;
	width: 262px;
	height: 36px;
	margin-bottom: 2px;
}
#sidemenu li a {
	color: #526066;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 36px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-clip: border-box;
	transition: 1s all ease;
	padding-left: 10px;
	width: 95%;
}
#sidemenu li a:hover {
	background-color: #096;
	color: #fff;
}
#sidemenu li.selected a {
	background: #096;
	color: #fff;
} 

.cqc {
	float: left;
	margin-top: 30px;
}



/* +++++ Portamento ++++++ */
#portamento_container {
	float: left;
	position: relative;
}

 #portamento_container #sidebar {float: none; position: absolute; }
 #portamento_container #sidebar.fixed {position: fixed;}

/* +++++ TABS ++++ */
.tabs {
	position: relative;
	margin: 15px 0px 10px 0px;
	width: 680px;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2 {
	left: 120px;
}
.tabs input#tab-3 {
	left: 240px;
}
.tabs input#tab-4 {
	left: 360px;
}
.tabs input#tab-5 {
	left: 480px;
}
.tabs label {
	background: #5ba4a4;
	/*background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);*/
	background: #096;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	float: left;
	display: block;
	width: 130px;
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
	/* text-shadow: 1px 1px 1px rgba(255,255,255,0.3); */
	border-radius: 3px 3px 0 0;
	/* box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1); */
	font-family: proxima-nova, sans-serif;
	color: #fff;
	border: 1px solid #eee;
	margin-bottom: 0;
}
.tabs label:after {
	content: '';
	background: #eee;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	/* height: 2px; */
	display: block;
}
.tabs input:hover + label {
	background: #007F55;
}
.tabs label:first-of-type {
	z-index: 5;/*box-shadow: 2px 0 2px rgba(0,0,0,0.1);*/
}
.tab-label-2 {
	z-index: 4;
}
.tab-label-3 {
	z-index: 3;
}
.tab-label-4 {
	z-index: 2;
}
.tab-label-5 {
	z-index: 1;
}
.tabs input:checked + label {
	background: #eee;
	color: #096;
	z-index: 7;
}
.clear-shadow {
	clear: both;
}
.tab-content {
	background: #eee;
	position: relative;
	width: 100%;
	height: 370px;
	z-index: 6;/*box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);*//*border-radius: 0 3px 3px 3px;*/
}
.tab-content div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 10px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .tab-content .content-1, .tabs input.tab-selector-2:checked ~ .tab-content .content-2, .tabs input.tab-selector-3:checked ~ .tab-content .content-3, .tabs input.tab-selector-4:checked ~ .tab-content .content-4, .tabs input.tab-selector-5:checked ~ .tab-content .content-5 {
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity ease-out 0.2s 0.1s;
	-moz-transition: opacity ease-out 0.2s 0.1s;
	-o-transition: opacity ease-out 0.2s 0.1s;
	-ms-transition: opacity ease-out 0.2s 0.1s;
	transition: opacity ease-out 0.2s 0.1s;
}
.tab-content div h3, .tab-content div h4 {
	color: #096;
	margin-left: 0px;
	padding-left: 0px;
}
.tab-content div p {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #526066;
	margin-bottom: 20px;
	font-family: proxima-nova, sans-serif;
}
/**************accordion********************/
.ac-container {
	width: 680px;
	margin: 10px 0px 20px 0px;
	text-align: left;
}
.ac-container label {
	font-family: proxima-nova, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 44px;
	cursor: pointer;
	color: #fff;
	/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8); */
	line-height: 33px;
	font-size: 14px;
	background: #096;
	margin-bottom: 2px;/* background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
/* box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);*/
}
.ac-container label:hover {
	background: #007F55;
	color: #fff;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #007F55;
	color: #fff;/*border-top: 1px solid #ddd;
	 text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	 box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1); */
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 10px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../img/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	background-color: #eee;
	padding-left: 20px;
}
.ac-container article p {
	color: #526066;
	line-height: 23px;
	font-size: 14px;
	padding: 0px 10px 0px 0px;
	margin-bottom: 10px/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8); */
}
.ac-container article p:first-child {
	padding-top: 10px;
}
.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;/* box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3); */
}
.ac-container input:checked ~ article.ac-small {
	height: 120px;
	background-color: #eee;
	padding-left: 20px;
}
.ac-container input:checked ~ article.ac-medium {
	height: 180px;
	background-color: #eee;
	padding-left: 20px;
}
.ac-container input:checked ~ article.ac-large {
	height: 330px;
	background-color: #eee;
	padding-left: 20px;
}
a.anchor {
	display: block;
	position: relative;
	top: -30px;
	visibility: hidden;
}
.ac-container img {
	float: right;
	padding-right: 2em;
	padding-top: 1em;
	padding-left: 1em;
}
.padding10 {
	padding-top: 10px !important;
}
.panel {
	border: none;
	margin-bottom: 1.25em;
	padding: 1.25em;
	background: #eee;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
	color: #096;
}
.panel p {
	color: #526066;
}
.panel-footer {
	background: #222222;
}
/* +++++ arrowbox ++++++ */

.arrow_box {
	position: relative;
	background: #eee;
	border: none;
	padding: 15px 15px 5px 15px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.arrow_box_last {
	position: relative;
	background: #eee;
	border: none;
	padding: 15px 15px 5px 15px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136,183,213,0);
	border-top-color: #eee;
	border-width: 30px;
	left: 50%;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(194,225,245,0);
	border-top-color: #eee;
	border-width: 31px;
	left: 50%;
	margin-left: -31px;
}
.arrow_box:last-child {
	border-top-width: 0px;
	border-top-color: #fff;
	border-top: transparent;
}
.arrow_box h4 {
	/*background:#fff; */
	color: #096;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	padding: 4px;
	margin-bottom: 5px;
}
.arrow_box_last h4 {
	color: #096;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	padding: 4px;
	margin-bottom: 5px;
}
/* +++++ Partners ++++++ */
.partners-outer {
	width: 100%; /* border-top: 1px solid #D9DEE1; background-color: #eee; */
	font-family: proxima-nova, sans-serif;
}
#partners-container {
	margin: 0 auto;
	width: 988px;
	text-align: center
}
#partners-container img {
	padding: 13px 30px 10px 0px;
}
#partners-container a img:hover {
	position: relative;
	bottom: -1px;
}
/* +++++ Footer ++++++ */
.footer-outer {
	width: 100%; /* border-top: 1px solid #D9DEE1; */
	padding-top: 30px;
	background-color: #1A1A1A;
	font-family: proxima-nova, sans-serif;
}
#footer-big {
	margin: 0 auto;
	width: 988px;
	height: 270px;
}
#footer-copy {
	margin: 0 auto;
	width: 980px;
	margin-top: 2%;
}
.footer-right {
	float: right;
	padding-right: 0;
	width: 490px;
	height: 35px;
	color: #CCC;
	text-align: right;
	font-size: 10px;
	color: #a7a3a2;
}
.footer-left {
	float: left;
	padding-right: 0;
	width: 490px;
	height: 35px;
	color: #444;
	text-align: left;
	font-size: 10px;
	color: #a7a3a2;
}
.footer-cols {
	width: 134px;
	float: left;
	margin: 40px 0 60px 30px;
}
.footer-links h4, .footer-follow-us h4 {
	margin: 0% 0% 10%;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.footer-links li {
	font-size: 12px;
	font-weight: 100;
	line-height: 20px;
	color: #526066;
	margin-bottom: 0px;
	font-family: proxima-nova, sans-serif;
}
.footer-links li a:hover, .footer-links h4 a:hover {
	color: #FFF;
}
.footer-links li a {
	line-height: 2;
	color: #a1a1a1;
	text-decoration: none;
	font-family: proxima-nova, sans-serif;
}
.footer-links h4 a {
	text-decoration: none;
	color: #a1a1a1;
}
.icon-line-h {
	line-height: 24px;
}
footer {
	clear: both;
	background: #373332;
	color: #a7a3a2;
	width: 100%;
	/* border-top: 1px solid #878382; */
	padding-bottom: 1em;
}
.credit {
	font-size: 0.875em;
	float: left;
	padding: 0.5em 0;
}
.credit a {
	color: #578b9c;
	font-style: italic;
}
.credit a:hover {
	color: #97cbdc;
}

/*
#demo-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#demo-nav li {
	border: solid #878382;
	border-width: 0 0 1px 0;
}
#demo-nav li.current a {
	color: #9b9796;
}
#demo-nav li.current a:hover {
	color: #111;
}
#demo-nav a {
	color: #fff;
	padding: 0.75em 5%;
	text-decoration: none;
	display: block;
	background-color: #575352;
	background-image: -webkit-linear-gradient(top, #777372, #676362);
	background-image: -moz-linear-gradient(top, #777372, #676362);
	background-image: -ms-linear-gradient(top, #777372, #676362);
	background-image: -o-linear-gradient(top, #777372, #676362);
}
#demo-nav a:hover {
	background-color: #777372;
	background-image: -webkit-linear-gradient(top, #878382, #777372);
	background-image: -moz-linear-gradient(top, #878382, #777372);
	background-image: -ms-linear-gradient(top, #878382, #777372);
	background-image: -o-linear-gradient(top, #878382, #777372);
	color: #111;
}


*/

 @media screen and (max-width: 768px) {
nav {
	height: auto;
}
nav ul {
	width: 100%;
	display: block;
	height: auto;
}
nav li {
	width: 50%;
	float: left;
	position: relative;
}
nav li a {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
nav a {
	text-align: left;
	width: 100%;
	text-indent: 25px;
}
#demo-nav a {
	padding: 0.5em 1.75em;
}
}
 @media screen and (max-width: 600px) {
nav {
	height: auto;
}
nav ul {
	width: 100%;
	display: block;
	height: auto;
}
nav li {
	width: 50%;
	float: left;
	position: relative;
}
nav li a {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
nav a {
	text-align: left;
	width: 100%;
	text-indent: 25px;
}
footer .credit {
	padding: 0.75em 0;
}
#demo-nav {
	float: right;
	margin-right: 5%;
	background: transparent;
	border: 0;
	padding: 1em 0;
}
#demo-nav li {
	display: inline;
}
#demo-nav a {
	padding: 0.5em 1.25em;
}
#demo-nav a:hover {
	color: #777
}
#demo-nav li.current a:hover {
	color: #777;
}
#demo-nav li:last-child a {
	padding-right: 0;
}
}


/*++++++++++ iPhone landscape view ++++++++++*/
 @media only screen and (max-width : 480px) {
header h1 {
	font-size: 30px;
	line-height: 13px;
	margin-top: 13px;
	float: left;
}
.add-margin-b {
	margin-bottom: 0;
}
.icon-thumbs-up, .icon-user-md, .icon-star, .icon-group {
	visibility: hidden;
}
.icon-3x {
	font-size: 0em;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 30px;
}
#partners-container {
	visibility: hidden;
	width: 320px;
}
.partners-outer {
	display: none;
}
.ac-container {
	width: 470px;
}
.ac-container img {
	display: none;
}
#footer-copy {
	margin: 0 auto;
	width: 100%;
	margin-top: 2%;
}
.footer-links li {
	font-size: 9px;
	line-height: 15px;
}
.footer-links h4, .footer-follow-us h4 {
	margin-top: 1%;
}
.outer {
	padding-top: 40px;
	width: 100%;
	border: none;
	padding-bottom: 40px;
	height: 500px;
	position: relative;
}
.middle {
	position: static !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	margin: auto;
}
h2 {
	font-size: 30px;
	line-height: 34px;
}
h3 {
	font-size: 20px;
	line-height: 32px;
}
nav {
	border-bottom: 0;
}
nav ul {
	display: none;
	height: auto;
}
nav a#pull {
	display: block;
	background-color: #096;
	width: 100%;
	position: relative;
}
nav a#pull:after {
	content: "";
	background: url(../img/nav-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
#demo-nav {
	background: #474342;
	padding: 1.5em 0;
	border-bottom: 1px solid #878382;
	overflow: hidden;
}
#demo-nav li {
	border: 0;
}
#demo-nav a {
	padding: 0.75em 0 0.75em 5%;
	float: left;
	background-color: transparent;
	background-image: none;
	border-width: 0;
}
#demo-nav a:hover {
	background-color: transparent;
	background-image: none;
}
}
 @media screen and (min-width: 56em) {
#demo-nav a {
	padding: 0.75em 1.5em 0.75em 5%;
}
}



/*++++++++++ iPhone portrait view ++++++++++*/
 @media only screen and (max-width : 320px) {
header h1 {
	font-size: 30px;
	line-height: 24px;
	margin-top: 17px;
	float: left;
}
.logo {
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	width: 290px;
	height: 100px;
	font-size: 50px;
	padding: 15px 0px 0px;
	margin-top: 40px;
}
nav {
	position: absolute;
	top: 0px;
	z-index: 1;
}
nav li {
	display: block;
	float: none;
	width: 100%;
}
nav li a {
	border-bottom: 1px solid #fff;
}
.contact-strapline {
	margin-top: 1%;
	font-size: 9px;
	font-weight: 400;
	line-height: 15px;
	text-align: center !important;
}
.strapline {
	font-size: 9px;
	color: #444;
	font-weight: 400;
	font-family: proxima-nova, sans-serif;
	font-style: italic;
	line-height: 15px;
	margin: 0px;
}
.home {
	font-weight: 300;
	font-size: 16px;
	color: #526066;
}
.text-right {
	text-align: center !important;
}
.ac-container {
	width: 290px;
}
.ac-container img {
	display: none;
}
.tabs input {
	width: 145px;
}
.tabs label {
	width: 145px;
}
.tabs {
	width: 290px;
}
.tabs input#tab-2 {
	left: 145;
}
.tabs input#tab-3 {
	left: 0px;
	top: 40px;
}
.tabs input#tab-4 {
	left: 145px;
	top: 40px;
}
ul.list {
	margin: 0px 0px 20px 20px;
}
.footer-left {
	text-align: center;
	width: 303px;
}
.footer-right {
	text-align: center;
	width: 303px;
	float: left;
}
 }
