/*
Theme Name: Scope Logic
Description: Wordpress Template for Scope Logic
Author: Humaan
Author URI: http://humaan.com.au/


/*---------------------------------------------- GLOBAL SETTINGS */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: .75em;
	background-color: #f4f4f4;
	-webkit-font-smoothing: antialiased;
}

/*---------------------------------------------------- FORMATTING */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

p, ul, ol {
	font-size: 100%;
	line-height: 1.5em;
}


a {
	color: #005581;
	text-decoration: none;
}

a:hover {
	color: #003652;
}

input, textarea {
	-webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out; 
}

input:focus, textarea:focus {
	outline: none;
}

#content input:focus, #content textarea:focus {
    -webkit-box-shadow: 0 0 6px 0 #4b9de3;
    -moz-box-shadow: 0 0 6px 0 #4b9de3;
    box-shadow: 0 0 6px 0 #4b9de3;
	border: 1px solid #4b9de3 !important;

}

/*------------------------------------------------------ LAYOUT */

#wrapper {
	display: block;
	width: 100%;
	padding: 0; 
	margin: 0 auto;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.center1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: auto;
	display: block;
}

/*------------------------------------------------------ HEADER */

header {
	z-index: 400;
	height: 153px;
	width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
	background: url(art/header-bg.png) top left repeat-x;
	height: 153px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}

header a#logo {
	position: absolute;
	display: block;
	height: 51px;
	width: 332px;
	top: 28px;
	left: 29px;
	background: url(art/logo.png) 0px 0px no-repeat;
	text-indent: -9999px;
}

header nav#small-links {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 29px;
	width: auto;
	background: url(art/nav-small-bg.png) right top no-repeat;
	font-size: 0.9em;
}

header nav#small-links a {
	color: #282828;
}

header nav#small-links .client-login-links {
	float:left;
}

header nav#small-links a.client-login {
	float: left;
	line-height: 1.5em;
	background: url(art/client-login-icon.png) right center no-repeat;
	padding: 2px 15px 0 0;
	margin: 5px 0 0;
}

header nav#small-links a.client-login.logged-in {
	font-weight: 600;
}

header nav#small-links span {
	float: left;
	line-height: 1.5em;
	margin: 8px 10px 0;
}

header nav#small-links a.log-out {
	float: left;
	line-height: 1.5em;
	padding: 2px 0 0 0;
	margin: 5px 0 0;
}

header nav#small-links ul {
	margin: 0 27px 0 35px;
	padding: 0;
	list-style: none;
	float: right;
}

header nav#small-links li {
	float: left;
	margin: 6px 15px 0;
	text-shadow: 0px 1px 0px #ffffff;
}

header nav#small-links li a {
	font-weight: normal;
}

header nav#small-links li.active a {
	font-weight: bold;
}

header #phone {
	position: absolute;
	right: 40px;
	top: 54px;
	height: 20px;
	display: block;
	width: 290px;
}

header #phone p {
	float: right;
	line-height: 20px;
	display: inline;
}

header #phone p.service-desk {
	color: #585858;
	background: url(art/tiny-phone.png) left center no-repeat;
	padding: 0 16px 0 15px;
	margin: 0 20px 0 0;
	font-weight: bold;
	border-right: 1px solid #b1b1b1;
}

header #phone p.number {
	font-weight: bold;
	font-size: 2.0em;
	color: #11628b;
	text-shadow: 0px 1px 0px #ffffff;
}

/*------------------------------------------------------  MAIN NAV */


header nav#main {
	height: 54px;
	width: 1000px;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	background: url(art/nav-bg.png) 0px 0px repeat-x;
}

nav#main ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav#main li {
	width: 199px;
	float: left;
	height: 54px;
	display: block;
	text-align: center;
	line-height: 54px;
	border-right: 1px solid #252525;
	border-left: 1px solid #464646;
	font-weight: normal;
}

nav#main li.first {
	border-left: none;
	width: 197px;
}

nav#main li.last {
	border-right: none;
	width: 198px;
}

nav#main li.last ul {
    margin-left: -80px;
	background:url(art/dd-arrow-right.png) left top no-repeat;
}

nav#main li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	width: 198px;
	height: 54px;
	display: block;
	padding: 0;
}

nav#main li:hover {
	background: url(art/nav-hover.png) 0px 0px no-repeat;
}

nav#main li.active {
	background: url(art/nav-hover.png) 0px -54px no-repeat;
}

nav#main li.active:hover {
	background: url(art/nav-hover.png) 0px -0px no-repeat;
}

nav#main li a span {
	padding: 0 40px 2px 0;
	height: 19px;
	display: inline;
	background: url(art/nav-arrow.png) right 2px no-repeat;
	line-height: 1em;
}

nav#main li a:hover span {
	background: url(art/nav-arrow.png) right -19px no-repeat;
}

/*------------------------------------------------------ DROPDOWNS */


ulnav#main ul li li:hover li ul,
nav#main ul {
	line-height:	1.0;
}

nav#main ul ul {
	position:		absolute;
	top:			-999em;
}

nav#main ul ul li {
	width:			100%;
}

nav#main ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

nav#main ul li {
	float:			left;
	position:		relative;
}

nav#main ul a {
	display:		block;
	position:		relative;
}

nav#main ul li:hover ul,
nav#main ul li.sfHover ul {
	left:			-4px;
	top:			2.5em; /* match top ul list item height */
	z-index:		500;
}

nav#main ul li:hover li ul,
nav#main ul li.sfHover li ul {
	top:			-999em;
}

nav#main ul li li:hover ul,
nav#main ul li li.sfHover ul {
	left:			266px; /* match ul width */
	top:			0;
}

nav#main ul li li:hover li ul,
nav#main ul li li.sfHover li ul {
	top:			-999em;
}

nav#main ul li li li:hover ul,
nav#main ul li li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}

/* DROP DOWN STYLES */


nav#main ul ul {
	width: 278px;
	padding: 12px 0 0;
	background:url(art/dd-arrow.png) left top no-repeat;
	-webkit-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);
}

nav#main ul ul ul {
	width: 278px;
	padding: 0 0 0 12px;
	background:url(art/dd-arrow-faceleft.png) left top no-repeat;
	-webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

nav#main ul ul li {
	display: block;
	width: 258px !important;
	height: 42px;
	padding: 0;
	background-image: none;
	background-color: #202020;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #3a3a3a;
	padding: 17px 10px;	
}

nav#main ul ul li:hover {
	background: #454545;
}

nav#main ul ul li img {
	float: left;
	margin: 0 10px 0 0;
}

nav#main ul ul li div p {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #8b8b8b;
}

nav#main ul ul li div p strong {
	font-size: 13px;
	color: #fff;
}

nav#main ul ul li:first-child, nav#main ul ul li:last-child  {
	width: 258px !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #3a3a3a;
}

nav#main ul ul li a {
	display: block;
	text-align: left;
	background-image: none;
	width: 258px;
	height: 71px;
	position: relative;
	background: url(art/nav-icon-bg.png) 0px 0px no-repeat;
}

nav#main ul ul li a img {
	position: absolute;
	left: 9px;
	top:10px;

}

nav#main ul ul li a div {
	position: absolute;
	left: 50px;
	top: 3px;
}

nav#main ul ul li a:hover {
	background: url(art/nav-icon-bg.png) 0px 0px no-repeat;
}

nav#main ul li:hover ul,
nav#main ul li.sfHover ul {
	left:			0;
	top:			41px; /* match top ul list item height */
}


/*------------------------------------------------------ BANNER */

#banner {
	width: 100%;
	margin: 0 auto;
	height: 500px;
	position: relative;
	display: block;
}

#slideshow {
	position: relative;
	display: block;
	height: 500px;	
	max-width: 1280px;
	min-width: 1000px;
	z-index: 1;
	margin: 0 auto;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
} 

#items {
	position: absolute;
	width: 100% !important;
	height: 500px;
	overflow: hidden;
}

#banner .center1000 {
	position: relative;
	height: 500px;
}

#banner article {
	position: relative;
	z-index: 2;
	display: block;
	height: 500px;
	overflow: hidden;
	width: 100%;
}

#banner article .center1000 {
	position: relative;
	width: 1280px;
	padding: 0 140px;
	margin: 150px auto 0;
	height: 350px;
}

#banner article .text {
	padding: 70px 0 0 37px;
}

#banner article .text h1 {
	font-size: 3.4em;
	color: #0a344b;
	text-shadow: 0px 1px 0px #fff;
	padding: 0;
	margin: 0 0 27px;
}

#banner.internal article .text h1 {
	font-size: 3.4em;
	color: #0a344b;
	text-shadow: 0px 1px 0px #6295b8;
	padding: 0;
	margin: 0 0 27px;
}

#banner article .text p {
	color: #fff;
	font-size: 1.2em;
	text-shadow: 0px 1px 0px #1a4a65;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

#banner article .text a {
	width: 118px;
	height: 38px;
	padding: 0 0 0 13px;
	line-height: 38px;
	display: block;
	color: #fff;
	background: url(art/read-more-dependable.png) 0px 0px no-repeat;	
	text-shadow: 0px 1px 0px #012436;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-weight: bold;
}

#banner article .text a:hover {
	background: url(art/read-more-dependable.png) 0px -39px no-repeat;	
}

#banner-arrows {
	position: absolute;
	padding-top: 122px;
	width: 100%;
	z-index: 100;
	height: 33px;
	display: block;
	top: 153px;
	margin: 0 auto;
}

#banner-arrows a {
	display: block;
	height: 33px;
	width: 32px;
	text-indent: -9999px;
}

#banner-arrows a.left {
	position: absolute;
	left: 5%;
	background: url(art/banner-nav-left.png) 0px 0px no-repeat;
}

#banner-arrows a.left:hover {
	background: url(art/banner-nav-left.png) 0px -33px no-repeat;
}

#banner-arrows a.right {
	position: absolute;
	right: 5%;
	background: url(art/banner-nav-right.png) 0px 0px no-repeat;
}

#banner-arrows a.right:hover {
	background: url(art/banner-nav-right.png) 0px -33px no-repeat;
}

#banner-nav {
	position: absolute;
	bottom: 40px;
	height: 7px;
	margin: 0 auto;
	display: block;
	width: 1000px;
	text-align: center;
	z-index: 99;
}

#banner-nav div {
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 7px;
	text-align: center;
}

#banner-nav a {
	display: block;
	height: 7px;
	float: left;
	width: 13px;
	text-indent: -9999px;
	background: url(art/banner-nav-dots.png) 0px 0px no-repeat;
	margin: 0 2px;
}

#banner-nav a:hover, #banner-nav a.activeSlide {
	background: url(art/banner-nav-dots.png) 0px -7px no-repeat;
}

/*------------------------------------------------------ BANNER INTERNAL */

#banner.internal {
	height: 365px;
	background: url(art/tools-banner.jpg) 0px 0px no-repeat;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
}

#banner.internal .center1000 {
	height: 317px;
}

#banner article .text {
	padding: 45px 0 0 0;
	width: 470px;
}

#banner.internal article {
	height: 190px;
}

#banner.internal article .text {
	width: 750px;
}

#banner.internal article .text h1 {
	font-size: 2.4em;
	line-height: 1.3em;
	color: #fff;
	padding: 0;
	text-shadow: 0px 1px 0px #164a6f;
	margin: 0;
	font-weight: 100;
}

/*------------------------------------------------------ BREADCRUMBS */

#breadcrumbs {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 48px;
	display: block;
	position: relative;
	z-index: 50;
	background: url(art/breadcrumb-bg.png) 2px 0px repeat-x;
}

#breadcrumbs .center1000 {
	width: 1000px;
	position: relative;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
	height: 48px !important;
	
}

#breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 0;
}

#breadcrumbs li {
	float: left;
	color: #579fc5;
	text-shadow: 0px 1px 0px #00344e;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
}

#breadcrumbs li a {
	color: #fff;
	background: url(art/breadcrumb-arrow.png) right center no-repeat;
	padding: 0 16px 0 0;
	margin: 0 16px 0 0;
}

#breadcrumbs li a:hover {
	color: #a3d2eb;
}

#breadcrumbs #signed-in {
	position: absolute;
	top: 8px;
	right: 290px;
	text-transform: uppercase;
}

#breadcrumbs #signed-in p {
	float: left;
	color: #579fc5;
	text-shadow: 0px 1px 0px #00344e;
	line-height: 27px;
	margin: 0 15px 0 0;
	font-weight: normal;
}

#breadcrumbs #signed-in a {
	display: inline-block;
	float: right;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #00344e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 9px 7px;
	font-size: 0.9em;
	font-weight: normal;
}

#breadcrumbs #signed-in a:hover {
	background-color: #eee;
}

#breadcrumbs #signed-in a:active {
	margin: 1px 0 0;
}

#breadcrumbs #site-search {
	position: absolute;
	right: 0;
	top: 8px;
}

#breadcrumbs #site-search form {
	position: relative;
	width: 270px;
	height: 27px;
	display: block;
}

#breadcrumbs #site-search input {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #02202f;
	height: 9px;
	width: 252px;
	padding: 9px;
	color: #87b3c9;
	font-size: 12px;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	border: none;
	border-bottom: 1px solid #125375;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(7, 27, 37, 0.5);
	-moz-box-shadow: inset 0px 0px 10px 5px rgba(7, 27, 37, 0.5);
	box-shadow: inset 0px 0px 10px 5px rgba(7, 27, 37, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#breadcrumbs #site-search input:focus {
   	background: #093347;
}

#breadcrumbs #site-search label {
	position: absolute;
	width: 200px;
	left: 9px;
	top: 7px;
	color: #87b3c9;
	font-size: 12px;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	z-index: 2;
}

#breadcrumbs #site-search label.error {
	position: absolute;
	right: 30px;
	top: 7px;
	left: auto;
	color: red;
	width: auto;
	font-weight: normal;	
}

#breadcrumbs #site-search button {
	border: none;
	display: block;
	height: 11px;
	width: 11px;
	background: url(art/search-btn.png) 0px 0px no-repeat;
	position: absolute;
	right: 9px;
	top: 8px;
	text-indent: -9999px;
}

#breadcrumbs #site-search button:hover {
	background: url(art/search-btn.png) 0px -11px no-repeat;
}

#breadcrumbs #site-search button:active {
	top: 9px;
}

/*------------------------------------------------------ SEARCH RESULTS - BREADCRUMBS */

ul.search-crumbs {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	display: block;
	position: relative;
}

ul.search-crumbs li {
	float: left;
	margin: 0 5px 0 0;
}

ul.search-crumbs li a {
	text-transform: uppercase;
	color: #666;
	text-decoration: none !important;
	font-size: 0.8em;
}

ul.search-crumbs li a:hover {
	color: #333;
}

div.short-text {
	padding: 10px 0 0;
	position: relative;
}

div.hentry {
	border-top: 1px solid #ebebeb;
	padding: 30px 0 15px 0;
	display: block;
	margin: 15px 0 0;
}

div.hentry p {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------ CTA */

#cta {
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #f3f6f8;
	position: relative;
	z-index: 0;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

#cta .center1000 {
	width: 1000px;
	position: relative;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
}

#cta article {
	float: left;
	position: relative;
	height: 99px;
}

#cta article img {
	float: left;
	margin: 3px 20px 0 0;
}

#cta article div {
	float: left;
	width: 228px;
	margin: 12px 0 0;
}

#cta article div h1 {
	color: #2a2a2a;
	font-size: 1.3em;
	font-weight: bold;
}

#cta article div p {
	margin: 0;
	padding: 0;
}

#cta article div a {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 8px;
	border-bottom: 1px solid #aaacad;
	color: #2a2a2a;
	font-weight: bold;
	float: right;
}

#cta article.business {
	padding: 21px 15px 27px 17px;
	border-right: 1px solid #cfcfcf;
	width: 296px;
}

#cta article.managed {
	padding: 21px 15px 27px;
	border-right: 1px solid #cfcfcf;
	width: 308px;
}

#cta article.unified {
	padding: 21px 15px 27px 17px;
	width: 296px;
}


#cta article {
	-webkit-transition: -webkit-box-shadow 0.5s ease-out;;
    -moz-transition: -moz-box-shadow 0.5s ease-out;
	z-index: 1;
	position: relative;
}

#cta article:hover {
 	z-index: 10;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}


/*------------------------------------------------------ CONTENT */

#content {
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
	background: #fff url(art/content-bg.png) left bottom repeat-x;
	padding: 38px 0 50px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

#content #main-content {
	width: 651px;
	display: block;
	float: left;
}

#content #main-content.dt-calc {
	width: 1000px;
	float: none;
}

#content aside {
	width: 309px;
	float: right;
	display: block;
}

/*------------------------------------------------------ CONTENT INTERNAL */

#content.internal, #content.contact {
	background-image: none;
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
}

#content.internal #main-content {
	width: 670px;
	position: relative;
}

#content.contact #main-content {
	width: 487px;
	position: relative;
}

#content #main-content #text-content {
	width: 651px;
	position: relative;
}

#content.internal #main-content #text-content {
	width: 640px;
}

#content.contact #main-content #text-content {
	width: 487px;
}

#content.internal aside {
	width: 270px;
}

#content.contact aside {
	width: 432px;
}

/*------------------------------------------------------ MAIN-CONTENT */

#content #text-content h1 {
	font-size: 2.1em;
	color: #3d3d3d;
	margin: 0 0 30px;
	padding: 0;
}

#content #text-content article {
	background: transparent url(art/main-content-bg.png) bottom right no-repeat;
	padding: 20px 145px 14px 27px;
	position: relative;
	display: block;
}

#content #text-content article.no-watermark {
	background: none;
}

#content #text-content article p {
	font-size: 1.2em;
	color: #494949;
	line-height: 1.7em;
	font-weight: 100;
}

/*------------------------------------------------------ MAIN-CONTENT INTERNAL */

#content.internal #main-content h1 {
	font-weight: normal;
	color: #3d3d3d;
	font-size: 2.0em;
	margin: 0 0 35px 0;
	padding: 0;
}

#content.internal #main-content p, #content.internal #main-content li, #content.contact #main-content p, #content.inernal #main-content li {
	color: #494949;
	font-size: 1.2em;
	line-height: 1.7em;
}

#main-content li li,
#content.inernal #main-content li li {
	font-size: 1em !important;
}

#text-content ul.children {
	margin: 5px 0;
}

#text-content ul.children li {
	font-size: 1.0em !important;
}

#content.internal #main-content a {
	text-decoration: underline;
}

#content.internal #main-content img.right {
	padding: 0 0 0 30px;
}

/*------------------------------------------------------ INTERNAL MAIN CONTENT CTA */

#service-cta {
	display: block;
	width: 675px;
	margin: 0 0 13px -18px;
	text-align: center;
}

#service-cta article {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
	display: inline-block;
	width: 206px;
	height: auto;
	position: relative;
	margin: 0 0 30px 17px;
	min-height: 231px;
}

#content.internal #main-content #service-cta article a {
	text-decoration: none;
	display: block;
}	

#service-cta article .img {
	display: block;
	width: 206px;
	height: 109px;
	background: url(art/service-cta-img-bg.png) 0px 0px no-repeat;
	text-align: center;
	padding: 25px 0 0;
}

#service-cta article a:hover .img {
	background: url(art/service-cta-img-bg.png) 0px -134px no-repeat;
}

#service-cta article .cta-text {
	display: block;
	background-color: #1f1f1f;
	width: 174px;
	padding: 19px 14px 19px 18px;
	min-height: 62px;
	text-align: left;
	float: left;
}

#service-cta article .cta-text h2 {
	color: #fff;
	line-height: 1.3em;
	font-size: 1.25em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 7px;
}

#content.internal #main-content #service-cta article .cta-text p {
	color: #8d8d8d;
	margin: 0 0 18px;
	line-height: 1.6em;
	font-size: 1.0em;
}

#content.internal #main-content #service-cta article .cta-text p.find {
	color: #fff;
	font-weight: bold;
	margin: 0;
	display: inline-block;
	padding: 0 15px 0 0;
	background: url(art/service-cta-arrow.png) right 7px no-repeat;
}

#content.internal #main-content #service-cta article .cta-text p.find:hover {
	color: #d7d7d7;
	background: url(art/service-cta-arrow.png) right -7px no-repeat;
}



/*------------------------------------------------------ NEWS */

#news {
	display: block;
	position: relative;
	margin: 45px 0 0;
	background: url(art/news-line.png) 58px 12px no-repeat;
}

#where-news #news {
	margin: 0;
	background-image: none;
}

#news h2 {
	font-size: 1.2em;
	color: #3b3b3b;
	padding: 0;
	margin: 5px 0 28px;
	display: inline-block;
}

#where-news #news h2 {
	font-size: 1.3em;
}

#news a.view {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 8px;
	border-bottom: 1px solid #aaacad;
	color: #2a2a2a;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
}

#news a.view:hover {
	background-color: #f0f0f0;
}

#main-content #news .inner article, #where-news #news .inner article  {
	float: left;
	background: url(art/news-bg.png) top left no-repeat !important;
	width: 268px;
	border-bottom: 1px solid #f0f0f0;
	-webkit-box-shadow: 0px 1px 0px 0px #d4d4d4;
	-moz-box-shadow: 0px 1px 0px 0px #d4d4d4;
	box-shadow: 0px 1px 0px 0px #d4d4d4;
	font-size: 1.1em;
	font-weight: bold;
	padding: 15px 18px 22px 22px;
	position: relative;
	min-height: 61px;
	max-height: 61px;
}

#where-news #news .inner article {
	width: 268px;
	padding: 15px 18px 45px 22px; 
	background: url(art/news-bg.png) top left no-repeat !important;	
}

#where-news aside #news .inner article {
	width: 230px;
	padding: 15px 18px 22px 22px; 
	background: url(art/aside-news-bg.png) top left no-repeat !important;	
}

#main-content #news .inner article:first-child {
	margin: 0 33px 0 0;
}

#where-news #news .inner article:first-child {
	margin: 0 37px 0 0;
}

#content.contact #where-news #news .inner article.last {
	margin: 0 0px 0 37px;
}

#main-content #news .inner article p, #where-news #news .inner article p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #176fa1;
}

#main-content #news .inner article:hover p, #where-news #news .inner article:hover p {
	color: #0e5983;
}

#main-content #news .inner p.date, 
#main-content #news article:hover .inner p.date, 
#where-news #news .inner p.date, 
#where-news #news article:hover .inner p.date {
	font-size: 0.8em;
	color: #494949 !important;
	font-weight: normal;
	float: right;
	padding: 10px 0 0;
}

/*------------------------------------------------------ MAIN-CONTENT COMMON DOWNLOADS */

#common-downloads {
	width: 670px;
	display: block;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

#common-downloads h2 {
	font-weight: 600;
	color: #494949;
	margin: 0 0 24px;
	padding: 0;
	font-size: 1.2em;
}

#common-downloads ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#common-downloads li {
	float: left;
	margin: 0 0 15px;
	width: 50%;
}

#common-downloads li a {
	padding: 0 0 0 30px;
}

#common-downloads li a[href$='.pdf'] {
    background:transparent url(art/pdf-icon.png) center left no-repeat;
}

#common-downloads li a[href$='.doc'], #common-downloads li a[href$='.docx'] {
    background:transparent url(art/word-icon.png) center left no-repeat;
}

/*------------------------------------------------------ ASIDE - HOMEPAGE SEARCH */

aside #hp-search {
	display: block;
	margin: 0 0 34px;
	height: 35px;
}

aside #hp-search form, #text-content #site-search {
	display: block;
	position: relative;
}

#text-content #site-search {
	width: 306px;
	height: 37px;
}

aside #hp-search input, #text-content #site-search input {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 11px;
	width: 282px;
	background: url(art/hp-search-input.png) 0px 0px repeat-x;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 12px 11px;
	font-size: 13px;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

aside #hp-search input:focus, #text-content #site-search input:focus {
    -webkit-box-shadow: 0 0 6px 0 #4b9de3;
    -moz-box-shadow: 0 0 6px 0 #4b9de3;
    box-shadow: 0 0 6px 0 #4b9de3;
	border: 1px solid #4b9de3 !important;
}


aside #hp-search label, #text-content #site-search label {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	color: #3b3b3b;
	font-size: 13px;
}

aside #hp-search label.error {
	position: absolute;
	right: 35px;
	top: 12px;
	left: auto;
	color: red;
	width: auto;
	font-weight: normal;	
}

aside #hp-search button, #text-content #site-search button {
	position: absolute;
	right: 16px;
	top: 11px;
	z-index: 2;
	height: 13px;
	width: 13px;
	text-indent: -9999px;
	background: url(art/hp-search-btn.png) 0px 0px no-repeat;
}

aside #hp-search button:hover, #text-content #site-search button:hover {
	background: url(art/hp-search-btn.png) 0px -13px no-repeat;
}

/*------------------------------------------------------ ASIDE - HELP */

aside #help h1 {
	font-size: 1.2em;
	color: #3b3b3b;
	margin: 0 0 15px;
	padding: 0;
	font-weight: bold;
	padding: 8px 0 0;
}

aside #help .inner {
	background: #29749f url(art/aside-help-bg.png) top left repeat-x;
	border: 1px solid #2978ad;
	width: 279px;
	padding: 10px 14px 14px;
	margin: 0 0 35px;
	position: relative;
	height: 85px;
}

aside #help .inner p {
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: 0px 1px 0px #2d79a6;
	margin: 0;
	padding: 0 0 13px;

}

#help .inner a.book {
	display: inline-block;
	padding: 8px 21px 7px 37px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #105279;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	border-bottom: 1px solid #fff;
	background: #ffffff url(art/book-now-icon.png) 10px 8px no-repeat;
	position: absolute;
	left: 15px;
}

#help .inner a.book:hover {
	color: #fff;
	border-bottom: 1px solid #3185b6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #0a4567 url(art/book-now-icon.png) 10px -19px no-repeat;
	display: inline-block;
	
}

#help .inner p.call {
	background: url(art/book-now-call.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin: 6px 0 0;
	float: right;
	font-size: 1.1em;
	position: absolute;
	right: 10px;
	
}

/*------------------------------------------------------ ASIDE - CLIENT TOOLS */

#client-tools h1 {
	font-size: 1.2em;
	color: #3b3b3b;
	padding: 0;
	margin: 0 0 23px;
}

#client-tools {
	border-bottom: 1px solid #ebebeb;
}

#client-tools article a {
	display: block;
	background: url(art/client-tools-bg.png) 0px 0px no-repeat;
	min-height: 79px;
	width: 308px;
	position: relative;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

#client-tools article a:first-child {
	border-top: 1px solid #ebebeb;
}

#client-tools article a:hover {
	background: url(art/client-tools-bg.png) 0px -80px no-repeat;
	-webkit-box-shadow: 0px 0px 3px 1px #cccccc;
	-moz-box-shadow: 0px 0px 3px 1px #cccccc;
	box-shadow: 0px 0px 3px 1px #cccccc;
	z-index: 10;
	border-right: none;
}

#client-tools article a:first-child:hover {
}

#client-tools article span {
	display: block;
	height: 32px;
	width: 37px;
	position: absolute;
	top: 25px;
	left: 13px;
}

#client-tools article div {
	position: absolute;
	left: 83px;
	top: 19px;
}

#client-tools article div h2 {
	color: #fff;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 4px;
}

#client-tools article div p {
	color: #8d8d8d;
	margin: 0;
	font-size: 0.95em;
	padding: 0;
}

#client-tools article:hover h2 {
	text-shadow: 0px 2px 0px #035d8a;
}

#client-tools article:hover p {
	color: #012a3e;
	text-shadow: 0px 1px 0px #3a84ab;
}

/*------------------------------------------------------ ASIDE - INTERNAL SUBNAV */

#content.internal aside h1 {
	color: #3d3d3d;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 18px;
}

#content.internal aside #subnav {
	background: url(art/aside-bg.png) top left no-repeat;
	border-top: 1px solid #c8c8c8;
	min-height: 439px;
	padding: 0 0 50px;
}


/* TOP LEVEL SIDE NAV */

#content.internal aside #subnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

	#content.internal aside #subnav li {
		display: block;
		color: #fff;
		font-weight: bold;
		min-height: 25px;
		padding: 0;
		line-height: 20px;
		font-size: 1.1em;
		width: 270px;
	}
	
	#content.internal aside #subnav li.active, 
	#content.internal aside #subnav li.current_page_item, 
	#content.internal #subnav li.current-cat {
		background: #28719c url(art/subnav-active.png) 0px 0px no-repeat;
		padding: 12px 0 8px 42px;
		width: 228px;
		color: #fff;
	}
	
	#content.internal #subnav li.current_page_parent {
		background: transparent url(art/subnav-active.png) 0px 0px no-repeat;
		width: 228px;
		color: #fff;
		padding: 12px 0 8px 42px;
	}

	#content.internal aside #subnav li.active a, 
	#content.internal aside #subnav li.current_page_item a, 
	#content.internal aside #subnav li.current-cat a,
	#content.internal aside #subnav li.current_page_parent a {
		background-image: none;
		padding: 0px;
		width: 228px;
		color: #fff;
	}
	
	#content.internal aside #subnav li a:hover {
		background-color: #f7f7f7;
	}
	
	#content.internal aside #subnav li.active a:hover, 
	#content.internal aside #subnav li.current-cat a:hover, 
	#content.internal aside #subnav li.current_page_item a:hover,
	#content.internal aside #subnav li.current_page_parent a:hover {
		background-color: transparent !important;
	}
	
	#content.internal aside #subnav li a {
		color: #005581;
		padding: 12px 0 13px 23px;
		display: block;
		width: 246px;
		margin: 0 0 0 1px;
		background: url(art/subnav-line.png) left bottom no-repeat;
	}

/* CHILDREN */

#content.internal aside #subnav li ul {
	padding: 0 0 2px;
	background: url(art/subnav-line.png) left bottom no-repeat;
	margin: 0;
}

	#content.internal aside #subnav li li {
		display: block;
		font-weight: bold;
		font-size: 0.9em;
		width: 250px;
		line-height: 20px;
		height: auto !important;
		min-height: auto !important;
		background: url(art/where-to-arrow.png) 30px 19px no-repeat;
	}
	
	#content.internal aside #subnav li li a {
		background-image: none;
		padding: 12px 0 13px 40px;
		height: auto;
		width: 230px;	
	}

	#content.internal aside #subnav ul ul li.current_page_item {
		background-image: none;
		padding: 0px;
		width: 228px;
		color: #000;
	}

	#content.internal aside #subnav li.current_page_item ul.children,
	#content.internal aside #subnav li.current_page_parent ul.children {
		margin-left: -42px;
		margin-top: 15px;
		margin-bottom: -10px;
	}

	#content.internal aside #subnav li.active li, 
	#content.internal aside #subnav li.current_page_item li, 
	#content.internal aside #subnav li.current-cat li,
	#content.internal aside #subnav li.current_page_parent li a {
		display: block;
		font-weight: bold;
		font-size: 0.9em;
		width: 270px;
		line-height: 20px;
		height: 25px;
		height: auto !important;
		min-height: auto !important;
		padding: 0;
		background: #fff url(art/where-to-arrow.png) 30px 19px no-repeat;
	}

	#content.internal aside #subnav ul li.current_page_parent li a {
		color: #005581;
		padding: 12px 0 13px 40px;
		height: auto;
		width: 230px;
		background: transparent url(art/where-to-arrow.png) 29px 19px no-repeat;
	}

	#content.internal aside #subnav ul li.current_page_item li a,
	#content.internal aside #subnav ul li.current_page_parent li.current_page_item a {
		color: #005581;
		padding: 12px 0 13px 40px;
		height: auto;
		width: 230px;
		background: #f7f7f7 url(art/where-to-arrow.png) 29px 19px no-repeat;
	}

	#content.internal aside #subnav ul li.current_page_parent li.current_page_item {
		background: transparent;
	}

	#content.internal aside #subnav li.active li a, 
	#content.internal aside #subnav li.current_page_item li a, 
	#content.internal aside #subnav li.current-cat li a,
	#content.internal aside #subnav li.current_page_item li a, {
		background-image: none;
		padding: 12px 0 13px 40px;
		height: auto;
		width: 230px;
		color: #005581;
	}

	#content.internal aside #subnav li li a:hover {
		background: #f7f7f7 url(art/where-to-arrow.png) 29px 19px no-repeat !important;
	}

	#content.internal aside #subnav li.active li a:hover, 
	#content.internal aside #subnav li.current-cat li a:hover, 
	#content.internal aside #subnav li.current_page_item li a:hover,
	#content.internal aside #subnav li.current_page_parent li a:hover {
		background: #f7f7f7 url(art/where-to-arrow.png) 29px 19px no-repeat !important;
	}

	#content.internal aside #subnav ul ul li.current_page_item a:hover {
		background: #f7f7f7 url(art/where-to-arrow.png) 29px 19px no-repeat !important;
	}


#content.internal aside #subnav #help {
	width: 241px;
	margin: 10px 0 0 5px;
}

#content.internal aside #subnav #help h2 {
	font-size: 1.1em;
	color: #3b3b3b;
	margin: 0 0 14px;
	padding: 0;
	font-weight: bold;
	padding: 8px 0 0;
}

#content.internal aside #subnav #help .inner {
	width: 240px;
	margin: 0 0 15px;
	padding: 10px 10px 11px;
	height: 35px;
	position: relative;
}

#content.internal aside #subnav #help .inner p {
	font-size: 1.1em;
	line-height: 1.4em;
	width: 60%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10px;
}

#content.internal aside #subnav #help .inner a.book {
	font-size: 1.0em;
	padding: 8px 12px 8px 31px;
	margin: 3px 0 0;
	float: none;
	font-weight: bold;
	position: absolute;
	right: 10px;
	left: auto;
}

#content.internal aside #subnav #help p.call {
	background: url(art/book-now-call.png) left center no-repeat;
	padding: 0 0 0 50px;
	margin: 8px 0 0;
	color: #005581;
	font-size: 1.1em;
	background-position: 30px;
}

#content.internal aside a.rss {
	position: absolute;
	right: 0;
	top: 4px;
	background: url(art/news-rss-icon.png) 0px 0px no-repeat;
	padding: 2px 0 2px 20px;
	color: #3d3d3d;
}

#content.internal aside a.rss:hover {
	background: url(art/news-rss-icon.png) 0px -16px no-repeat;
	text-decoration: underline;
}

/*------------------------------------------------------ PAGINATION */

.wp-pagenavi {
	display: block;
	position: relative;
	width: 670px;
	text-align: center;
}

.wp-pagenavi a {
	background-color: #525252;
	border-bottom: 1px solid #d4d4d4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none !important;
	padding: 8px 0;
	font-weight: bold;
}

.wp-pagenavi a:hover {
	background-color: #434343;
}

.wp-pagenavi a.previouspostslink {
	display: inline-block;
	padding: 8px 10px 8px 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: #525252 url(art/pagination-arrow-left.png) left center no-repeat;
}

.wp-pagenavi a.previouspostslink:hover {
	display: inline-block;
	padding: 8px 10px 8px 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: #434343 url(art/pagination-arrow-left.png) left center no-repeat;
}

.wp-pagenavi a.nextpostslink {
	display: inline-block;
	padding: 8px 27px 8px 10px;
	position: absolute;
	right: 0;
	top: 0;
	background: #525252 url(art/pagination-arrow-right.png) right center no-repeat;
}

.wp-pagenavi a.nextpostslink:hover {
	background: #434343 url(art/pagination-arrow-right.png) right center no-repeat;
}

.wp-pagenavi a.page, .wp-pagenavi .current {
	width: 25px;
	display: inline-block;
	margin: 0 2px;
}

.wp-pagenavi .current {
	background-color: #e8e8e8;
	color: #959595;
	padding: 8px 0;
	font-weight: bold;
}

/*------------------------------------------------------ INTERNAL WHERE-NEWS */

#where-news {
	display: block;
	width: 1000px;
	border-top: 1px solid #e6e6e6;
	padding: 47px 0 15px;
}

#where-news #where-to {
	float: left;
	width: 673px;
	display: block;
}

#where-news aside {
	float: right;
}

#where-news aside #news {
	width: 270px;
}

#where-to h1 {
	font-size: 1.3em;
	color: #3b3b3b;
	padding: 0;
	margin: 5px 0 23px;
	display: inline-block;
}

#where-to .inner {
	background: url(art/where-to-bg.png) bottom left no-repeat;
	display: block;
	height: auto;
	padding: 20px 220px 20px 22px;
}

#where-to .inner article {
	float: left;
	width: 188px;
	margin: 0 24px 0 0;
}

#where-to .inner article h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 400;
	color: #000;
	text-shadow: 0px 1px 0px #fff;
	padding: 0 0 10px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d7d7d7;
}

#where-to .inner article ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#where-to .inner article li {
	color: #3b3b3b;
	text-shadow: 0px 1px 0px #fff;
	background: url(art/where-to-arrow.png) left 5px no-repeat;
	padding: 0 0 0 15px;
	font-weight: normal;
	margin: 0 0 3px;
}

#where-to .inner article li a {
	color: #3b3b3b;
}

#where-to .inner article li a:hover {
	color: #000;
}

/*------------------------------------------------------ SUPPORT FORM */

form#desktop-support,
form#loginform {
	width: 392px;
	display: block;
	background-color: #f0f0f0;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	padding: 22px 19px;	
	margin: 0 0 30px;
}

form#loginform {
	padding-bottom: 10px;
	position: relative;
}

#content.internal #main-content form#loginform p {
	color: #000;
	font-size: 1.05em;
}

#content.internal #main-content form#loginform p.login-remember {
	width:auto;
	display: inline-block;
}

#content.internal #main-content form#loginform p.login-remember label {
	width: 130px;
}

#content.internal #main-content form#loginform p.login-submit {
	position: absolute;
	bottom: 10px;
	display: inline-block;
	width: auto;
	right: 20px;
}

form#desktop-support div,
form#loginform p {
	position: relative;
	clear: both;
	display: block;
	height: 31px;
	width:392px;
	margin: 0 0 13px;
}

form#desktop-support label,
form#loginform label {
	font-size: 1.1em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 400;
	width: 145px;
	float: left;
	line-height: 29px;
}

form#desktop-support input,
form#loginform input {
	background: #fff url(art/form-input-bg.png) 0px 0px repeat-x;
	height: 13px;
	border: none;
	border: 1px solid #c9c9c9;
	float: right;
	width: 219px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 9px 11px;
}

form#desktop-support input[type=checkbox],
form#loginform input[type=checkbox] {
	border: none;
	background-image: none;
	background-color: transparent;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
}

form#loginform input#rememberme {
	width: auto !important;
	margin: 7px 0 0;
}


form#desktop-support button,
form#loginform input#wp-submit {
	color: #fff;
	display: inline-block;
	padding: 8px 27px 8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.0em;
	font-weight: bold;
	background: #29749f url(art/calc-arrow.png) right center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: auto !important;
	border: none;
}


form#loginform input#wp-submit {
	height: 31px;
	cursor: pointer;
	position: relative;
}

form#desktop-support button:hover,
form#loginform input#wp-submit:hover {
	background-color: #14567c;
}

/*------------------------------------------------------ NEWS PAGE */

#content.news #main-content article {
	margin: 0 0 42px;
	width: 670px;
	display: block;
}

#content.news #main-content article .text-author {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	width: 668px;
	margin-left: 1px;
	clear: both;
	display: block;
	float: left;
	margin-top: -2px;
}

#content.news #main-content article .title {
	background: url(art/news-title.png) 0px 0px no-repeat;
	display: block;
	float: left;
	padding: 20px 25px 20px;
	width: 620px;
	position: relative;
}

#content.news #main-content article .title h1 {
	font-size: 1.8em;
	line-height: 1.3em;
	text-shadow: 0px 1px 0px #fff;
	padding: 0;
	margin: 0 0 14px
}

#content.news #main-content article .title h1 a {
	color: #176fa1;
	font-weight: 600;
	text-decoration: none;
}

#content.news #main-content article .title .base {
	position: absolute;
	width: 670px;
	height: 10px;
	left: 0;
	bottom: 0;
	display: block;
	background: url(art/news-title-base.png) 0px 0px no-repeat;
}

#content.news #main-content article .meta, #content.news #main-content article .meta p {
	font-size: 1.0em;
}

#content.news #main-content article .meta p.date,
#content.news #main-content article .meta a {
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
	line-height: 1.3em;
	color: #494949;
	text-decoration: none;
}

#content.news #main-content article .meta a:hover {
	text-decoration: underline;
}

#content.news #main-content article .meta a.permalink {
	background: url(art/permalink.png) left center no-repeat;
	padding: 0 0 0 19px;
}

#content.news #main-content article .meta a.comments {
	background: url(art/comments.png) left center no-repeat;
	padding: 0 0 0 17px;
}

#content.news  #main-content article .text {
	padding: 30px 25px 10px;
}

#content.news  #main-content article .author-social {
	padding: 20px 25px;
	border-top: 1px solid #dadada;
	background: transparent;
	clear: both;
}

#content.news  #main-content article .author-social p {
	font-size: 0.9em;
	padding: 0;
	margin: 0;	
	float: left;
}

#content.news  #main-content article .author-social p a {
	font-weight: bold;
	color: #176fa1;
	text-decoration: none;
}

#content.news  #main-content article .author-social p a:hover {
	color: #003652;
}

#content.news  #main-content article .author-social .addthis {
	float: right;
}

/*------------------------------------------------------ CALC - PARTNERS */

#calculator-partners {
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 35px 0 30px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

#calculator-partners p.type {
	text-transform: uppercase;
	color: #292929;
	font-size: 0.8em;
	padding: 0;
	margin: 0 0 7px;
}	

#calculator-partners h1 {
	color: #156b9f;
	font-size: 1.8em;
	margin: 0 0 15px;
	font-weight: bold;
}

#calculator-partners #downtime {
	float: left;
	width: 462px;
	padding: 0 41px 0 0;
	border-right: 1px solid #e3e4e4;
	margin: 0 42px 0 0;
}

#downtime #calculator {
	background-color: #f2f2f2;
	-webkit-box-shadow: 0px 0px 1px 0px #d3d3d3;
	-moz-box-shadow: 0px 1px 1px 0px #d3d3d3;
	box-shadow: 0px 1px 1px 0px #d3d3d3;
	margin: 0 0 15px;
}

#downtime #calculator .calc-turnover {
	background-color: #fafafa;
	border-bottom: 1px solid #bebebe;
	padding: 10px 15px;
}

#calculator .calc-turnover p {
	color: #2c2c2c;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 14px 0 0;
}

#calculator .calc-time {
	padding: 17px 20px;
	display: block;
	position: relative;
	height: 85px;
}

#calculator .calc-time p {
	text-shadow: 0px 1px 0px #ffffff;
	color: #2c2c2c;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.3em;
	width: 140px;
	margin: 20px 0 0;
}

#calculator .calc-time p.label {
	font-size: 1.75em;
	text-indent: 20px;
}

#calculator .calc-time p.amount {
	position: absolute;
	right: 30px;
	width: auto;
	top: 0px;
	font-size: 1.2em;
	text-align: right;
}

#calculator .calc-time p.amount strong {
	font-size: 5.0em;
	font-weight: bold;
	display: block;
	color: #606060;
	margin: 0 0 10px;
	line-height: 60px;
}

#downtime .prevent {
	display: block;
	position: relative;
}

#downtime .prevent p {
	font-size: 1.3em;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 30px;
	font-weight: bold;
}

#downtime .prevent a {
	color: #fff;
	display: inline-block;
	padding: 8px 27px 8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.0em;
	font-weight: bold;
	background: #29749f url(art/calc-arrow.png) right center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

#downtime .prevent a:hover {
	background-color: #14567c;
}

#clients-partners {
	display: block;
	position: relative;
	float: right;
	width: 454px;
}

#clients-partners .logos {
	margin: 0 0 0 -10px;
	width: 464px;
    position: relative;
}

#clients-partners .logos img {
	float: left;
	margin: 10px 0px 15px 0;
}

#clients-partners a.view {
	float: right;
	margin: 7px 0 0;
	color: #29749f;
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #d8d8d8;
	padding: 8px 20px 8px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#clients-partners a.view:hover {
	background-color: #f7f7f7;
}

#main-content .logos {
	margin: 60px 0 0 -10px;
	width: 600px;
}

#main-content .logos img {
	margin: 0 30px 30px 0;
}

/*------------------------------------------------------ CONNECT - NEWSLETTER */

footer {
	background: #252525 url(art/footer-repeating-bg.png) top left repeat-x;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 50px;
	border-bottom: 1px solid #145275;
	position: relative;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

footer #footer-image {
	background: url(art/footer-bg.png) left top no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 511px;
	width: 380px;
}

footer #connect h1, footer #newsletter h1 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 2px 0 2px 32px;
	margin: 0 0 20px;
}

#connect h1 {
	background: url(art/connect-icon.png) left center no-repeat;
}

#newsletter h1 {
	background: url(art/subscribe-icon.png) left center no-repeat;
}

#connect {
	float: left;
	width: 462px;
	padding: 0 41px 0 0;
	border-right: 1px solid #4f8bad;
	margin: 0 42px 0 0;
}

#newsletter {
	float: left;
	width:452px;
}

#connect #twitter {
	float: left;
	margin: 0 30px 0 0;
}

#connect #twitter div {
	display: block;
	background: url(art/twitter-bg.png) left bottom no-repeat;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	width: 220px;
	padding: 10px 15px 20px;
	font-size: 0.9em;
}	

#connect #twitter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#connect #twitter li {
	color: #fff;
	line-height: 1.8em;
}

#connect #twitter li a {
	color: #93c8e7;
	margin: 0 0 0 3px;
}

#connect #twitter p a:hover {
	color: #75b2d6;
}

#twitter a {
	color: #fff;
	margin: 0 0 0 30px;
}

#twitter a:hover {
	color: #eee;
}

#connect ul#social {
	list-style: none;
	padding: 0;
	margin: 0;
}

#connect ul#social li {
	float: left;
	margin: 0 10px 10px 0;
}

#connect ul#social li a {
	padding: 0 0 0 30px;
	color: #fff;
}

#connect ul#social li a:hover {
	color: #eee;
}

#connect ul#social li.twitter {
	background: url(art/twitter-icon.png) left 2px no-repeat;
	width: 90px;
}

#connect ul#social li.rss {
	background: url(art/rss-icon.png) 3px 2px no-repeat;
	width: 90px;
}

#connect ul#social li.linkedin {
	background: url(art/linkedin-icon.png) 3px 2px no-repeat;
	margin: 0 0 10px;
}

#connect ul#social li.share {
	background: url(art/share-icon.png) 3px 2px no-repeat;
}

#newsletter p {
	color: #fff;
}

#newsletter form {
	display: block;
}

#newsletter form label {
	position: absolute;
	left: 12px;
	top: 10px;
	color: #9fc1d4;
	z-index: 10;
}

#newsletter form div {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
}

#newsletter form input {
	background-color: #145275;
	border: none;
	border-bottom: 1px solid #4083aa;
	border-top: 1px solid #114664;
	height: 15px;
	width: 155px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 13px 10px;
	color: #9fc1d4;
}

#newsletter form input:focus {
	background: #054060;
}

/* Validation styles */
#newsletter form label.error {
	display: none !important;
}

#newsletter form input.error,
#newsletter form input.error:focus {
	background-color: #751414;
}




#newsletter form button {
	display: block;
	height: 34px;
	width: 73px;
	background-color: #252525;
	color: #fff;
	font-size: 11px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #5c5c5c;
}

#newsletter form button:hover {
	background-color: #343434;
}

#newsletter form button:active {
	margin: 1px 0 0;
}

/*------------------------------------------------------ GRAVITY FORMS */

.gform_wrapper form {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 10%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(10%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #dfdfdf;
	min-width: 500px;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(159, 159, 159, 0.1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(159, 159, 159, 0.1);
	box-shadow: 0px 1px 0px 0px rgba(159, 159, 159, 0.1);
	display: block;
	margin: 58px 0 50px;
}

.gform_wrapper span.gform_description {
	margin: 0 0 0 16px;
	font-size: 1.2em;
}

.gform_wrapper h3.gform_title {
	margin: 0 0 20px 0 !important;
}

.gform_wrapper form h3 {
	background: url(art/enquiry-icon.png) 16px center no-repeat;
	color: #3d3d3d;
	padding: 20px 0 20px 36px;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
	text-shadow: 0px 1px 0px #ffffff;
	margin: 0 0 16px;
}

.gform_body {
	width: 90%;
	margin-bottom: 18px;
	padding: 0 5%;
}

.ginput_container {
	width: 100%;
}

.gform_wrapper form li.gfield {
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 11px;
}

.gform_wrapper form li label {
	float: none;
	width: 154px;
	line-height: 29px;
	width: 100%;
	display: block;
}

.gform_wrapper form li label.checkbox-label {
	line-height: 22px;
	font-size: 1.1em;
}

.gform_wrapper .gform_footer {
	padding: 16px 0 50px 0 !important;
}

.gform_wrapper form li input {
	float: left;
	background: #fff url(art/contact-input-bg.png) 0px 0px repeat-x;
	border: 1px solid #c9c9c9;
	height: 21px;
	padding: 8px 3% !important;      
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 94%;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	font-size: 0.8em !important;
}

.gform_wrapper ul.gfield_radio li input, .gform_wrapper ul.gfield_checkbox li input {
	border: none;
	background: transparent;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	line-height: 2.5em !important;
	width: 80%;
}

.gform_wrapper input.gform_button {
	float: right;
	margin: 0 15px 0 0;
	color: #fff;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 11px 30px 11px 12px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.8em;
	font-weight: bold;
	background: #29749f url(art/calc-arrow.png) right center no-repeat;
	width: auto;
}

.gform_wrapper input.gform_button:hover {
	background-color: #14567c;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper {
	width: 94% !important;
	padding-left: 3%;
	padding-right: 3%;
}

.gform_wrapper form li textarea {
	float: left;
	background: #fff url(art/contact-input-bg.png) 0px 0px repeat-x;
	border: 1px solid #c9c9c9;
	height: 83px;
	padding: 8px 3%; 
	width: 94% !important;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {
	width: auto !important;
}

.gform_wrapper .validation_error {
	padding: 10px !important;
}

.gform_wrapper .top_label .gfield_error {
	width: 95% !important;
 	margin: 0 0 0 -8px;
}

.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input {
	width: 93% !important;
}

.gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_right select {
	width: 93% !important;
}

/*------------------------------------------------------ CONTACT PAGE & FORM */

#content.contact #main-content p strong, #content.contact #main-content a {
	color: #29749f;
	font-weight: bold;
}

#content.contact #main-content span.enquiry-form {
	color: #494949;
	background: url(art/form-icon.png) 0px center no-repeat;
	padding: 0 0 0 22px;
	font-weight: bold;
	line-height: 1.8em;
}

#content.contact #main-content span.phone {
	background: url(art/phone-icon.png) 0px center no-repeat;
	padding: 0 0 0 22px;
	line-height: 1.8em;
}

#content.contact #main-content span.email-icon {
	background: url(art/email-icon.png) 0px center no-repeat;
	padding: 0 0 0 22px;
	line-height: 1.8em;
}

#content.contact #main-content h2 {
	color: #494949;
	font-weight: bold;
	font-size: 1.2em;
}

#content.contact #main-content hr {
	height: 1px;
	border: none;
	background: #e3e3e3;
	margin: 0px 0 26px 0;
	width: 100%;
	clear: both;
	display: inline-block;
}

#location-map-perth {
	height: 220px;
	border: 3px solid #005581;
	margin: 0 0 40px;
}
#location-map-sydney {
	height: 220px;
	border: 3px solid #005581;
	margin: 0 0 40px;
}

aside form.contactForm {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 10%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(10%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #dfdfdf;
	width: 440px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(159, 159, 159, 0.1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(159, 159, 159, 0.1);
	box-shadow: 0px 1px 0px 0px rgba(159, 159, 159, 0.1);
	display: block;
	margin: 58px 0 50px;
}

aside form.contactForm h1 {
	background: url(art/enquiry-icon.png) 16px 14px no-repeat;
	color: #3d3d3d;
	padding: 20px 0 0 36px;
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
	margin: 0 0 16px;
	float: left;
}

aside form.contactForm div {
	padding: 0 16px;
	position: relative;
	display: block;
	clear: both;
}

aside form.contactForm div.clear {
	margin: 0;
}

aside form.contactForm div.last {
	height: 40px;
	margin: 0 0 29px;
}

aside form.contactForm p, aside form.contactForm label {
	font-size: 1.1em;
	color: #3d3d3d;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
}

aside form.contactForm p {
	width: 408px;	
	border-top: 1px solid #e3e3e3;
	padding: 20px 16px;
	margin: 0;
}

aside form.contactForm p.right {
	font-size: 0.9em;
	width: auto;
	border: 0;
	padding: 0;
	margin: 20px;
}

aside form.contactForm label {
	float: left;
	width: 154px;
	line-height: 29px;
}

aside form.contactForm label.checkbox-label {
	line-height: 22px;
	font-size: 1.1em;
	width: 170px;
}

aside form.contactForm label.error {
	float: none;
	right: 30px;
	top: 2px;
	color: #cc0000;
	width: auto;
	font-weight: bold;
	display: block;	
	display: block;
	clear: both;
	margin-left: 155px;
}

aside p.notice.fail {
	font-weight: bold;
	color: #cc0000;
	font-size: 15px;
	text-align: center;
	margin: 0;
}

aside form.contactForm input {
	float: left;
	background: #fff url(art/contact-input-bg.png) 0px 0px repeat-x;
	border: 1px solid #c9c9c9;
	height: 21px;
	margin: 0 0 11px;
	padding: 4px 5px;
	width: 239px;        
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

aside form.contactForm .captcha {
	font-weight: bold;
	font-size: 14px;
}

aside form.contactForm .captcha label {
	font-size:	13px;
}

aside form.contactForm .captcha label.error {
	float: none;
	clear: both;
	margin: 0;
	display: inline;
	position: absolute;
	right: 20px;
}

aside form.contactForm .captcha input {
	float: none;
	margin-left: 10px;
}

aside form.contactForm input.error {
	margin: 0;
	border: 1px solid #cc0000;
}


aside form.contactForm textarea {
	float: left;
	background: #fff url(art/contact-input-bg.png) 0px 0px repeat-x;
	border: 1px solid #c9c9c9;
	height: 83px;
	padding: 8px 5px;
	margin: 0 0 10px;
	width: 239px;        
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

aside form.contactForm hr {
	height: 1px;
	border: none;
	background: #e3e3e3;
	margin: 22px 0 26px 0;
	width: 100%;
	clear: both;
	display: inline-block;
}

aside form.contactForm input[type=checkbox] {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 15px 20px 0 0;
	border: none;
}

aside form.contactForm button {
	color: #fff;
	display: inline-block;
	padding: 11px 30px 11px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.0em;
	font-weight: bold;
	background: #29749f url(art/calc-arrow.png) right center no-repeat;
	position: absolute;
	right: 16px;
	top: 0;
}

aside form.contactForm button:hover {
	background-color: #14567c;
}


/*------------------------------------------------------ DOWNTIME CALC */


#content #main-content.dt-calc #text-content {
	width: 1000px;
	position: relative;
}

#content #main-content.dt-calc #text-content h1 {
	background: url(art/downtime-impact-icon.png) left center no-repeat;
	padding: 5px 0 5px 70px;
	font-weight: bold;
}

#content #main-content.dt-calc #text-content h4 {
	background: none;
	padding: 5px 0;
	font-size: 20px;
	margin: 0 0 15px;
	color: #3d3d3d;
	font-weight: normal;
}

#content #main-content.dt-calc #text-content h2 {
	padding: 5px 0 5px 70px;
	font-weight: bold;
	color: #156b9f;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

#content #main-content.dt-calc #text-content p {
	color: #494949;
	font-size: 1.2em;
	line-height: 1.7em;
}

.dt-calc #details {
	width: 650px;
	display: block;
	position: relative;
	background: #343434 url(art/details-bg.png) left bottom no-repeat;
	padding: 50px 175px;
	margin: 60px 0 0;
}

.dt-calc #details p {
	font-size: 1.2em;
	color: #c1c1c1;
}

#content #main-content.dt-calc #text-content #details p.success {
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	background: #1d8b33;
	border-radius: 5px;
}

.dt-calc form {
	margin: 50px 0 auto;
}

.dt-calc form h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 21px;
}

.dt-calc form h3 span {
	color: #999;
	font-size: 0.9em;
}

.dt-calc form fieldset {
	background-color: #f2f2f2;
	padding: 24px 0 12px 8px;
	margin: 0 0 40px;
}

	.dt-calc form fieldset div {
		width: 298px;
		float: left;
		margin: 0 9px 18px;
		position: relative;
	}
	
	.dt-calc form fieldset div label {
		display: block;
		font-size: 1.1em;
		color: #3d3d3d;
		font-weight: bold;
		text-shadow: 0px 1px 1px #fff;
		margin: 0 0 7px;
	}
	
	.dt-calc form fieldset div label.error {
		color: red;
		margin: 3px 0 0;
	}
	
	.dt-calc form fieldset div input {
		-webkit-appearance: none;
		height: 19px;
		padding: 5px 9px;
		width: 278px;
		font-family: "proxima-nova", helvetica, arial, sans-serif;
		font-size: 1.1em;
		border: none;
		border: 1px solid #c9c9c9;
		-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
		box-shadow: 0px 1px 0px 0px #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: url(art/dt-calc-input.png) 0px 0px repeat-x;
	}
	
	.dt-calc form fieldset div a.help {
		position: absolute;
		right: 0px;
		top: -2px;
		background: url(art/help-icon.png) 0px 0px no-repeat;
		height: 17px;
		width: 16px;
		text-indent: -9999px;
		display: block;
	}
	
	.dt-calc form fieldset div a.help:hover {
		background: url(art/help-icon.png) 0px -17px no-repeat;
	}
	
	.dt-calc form fieldset div.end {
		margin: 0;
	}
	
	.dt-calc #details p.total-label {
		color: #3d3d3d;
		font-size: 1.1em;
		width: 119px;
		margin: 10px 20px 0 0;
		font-weight: bold;
		text-shadow: 0px 1px 0px #fff;
		line-height: 1.2em;
		float: left;
	}
	
	.dt-calc #details p.total-label strong {
		display: block;
		font-size: 0.9em;
	}
	
	.dt-calc #details p.total-label span {
		color: #a1a1a1;
		font-size: 0.85em;
	}
	
	.dt-calc #details p.total {
		color: #606060 !important;
		float: left;
		font-size: 2.8em !important;
		text-shadow: 0px 1px 0px #fff;
		font-weight: bold;
		margin: 7px 0 0;
	}
	
	.dt-calc #details form button {
		background-color: #29749f;
		font-weight: 600;
		margin: 0px auto;
		display: block;
		color: #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 12px 15px;
		font-size: 1.25em;
		font-family: "proxima-nova", helvetica, sans-serif;
		width: 230px;
	}
	
	.dt-calc #details form button:hover {
		background-color: #206892;
	}

	.dt-calc #details div .tooltip {
		background-color: #fff;
		width: 200px;
		padding: 15px 25px 5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
		position: absolute;
		right: -270px;
		top: -22px;
		z-index: 2;
	}
	
	.dt-calc #details div .tooltip span {
		display: block;
		height: 26px;
		width: 12px;
		margin: 0px 0 0 -37px;
		background: url(art/tooltip-arrow.png) 0px 0px no-repeat;
		float: left;
	}
	
	.dt-calc #details div .tooltip p {
		color: #484848;
		font-size: 13px;
		line-height: 1.7em;
		font-weight: bold;
	}

.dt-calc #results-wrap {
	display: none;
	background: #0e0e0e url(art/results-wrap-bg.png) 0px 0px no-repeat;
}

.dt-calc #results {
	width: 650px;
	display: block;
	position: relative;
	padding: 66px 175px;
	margin: 0 0 40px;
	background: url(art/results-bg.png) left bottom no-repeat;
}

#content #main-content.dt-calc #results article {
	background-image: none;
	background-color: transparent;
	width: 650px;
	border-bottom: 1px solid #2c2c2c;
	padding: 0 0 47px;
}

	#content #main-content.dt-calc #results article.hours {
		padding: 25px 0 47px;
	}

	#content #main-content.dt-calc #results article.cost {
		padding: 40px 0 47px;
	}
	
	#content #main-content.dt-calc #results article.hourly {
		padding: 32px 0 47px;
		border: none;
	}
	
	#content #main-content.dt-calc #results article.total {
		padding: 0 0 23px;
	}
	
	#content #main-content.dt-calc #results article.projected {
		padding: 38px 0 77px;
		border: none;
	}

	#content #main-content.dt-calc #results article.grand-total {
		border: none;
		text-align: center;
	}

	#results article#company-name {
		font-size: 3.3em;
		color: #fff;
		margin: 0 0 40px;
		border: none !important;
	}
	
	#results article.align-left img {
		float: left;
	}
	
	#results article.align-left span {
		float: right;
	}
	
	#results article.align-right img {
		float: right;
	}
	
	#results article.align-right span {
		float: left;
	}
	
	#content #main-content.dt-calc #results article p {
		color: #979797;
		font-size: 1.8em;
		line-height: 1.3em;
	}
	
		#content #main-content.dt-calc #results article.payroll p {
			width: 160px;
			float: left;
			margin: 0 0 0 30px;
		}
		
		#content #main-content.dt-calc #results article.hours p {
			width: 180px;
			float: right;
			text-align: right;
			margin: 20px 40px 0 0;
		}
		
		#content #main-content.dt-calc #results article.cost p {
			width: 220px;
			float: left;
			margin: 20px 0 0 30px;
		}
		
		#content #main-content.dt-calc #results article.hourly p {
			width: 350px;
			float: right;
			text-align: right;
			margin: 10px 40px 0 0;
		}
		
		#content #main-content.dt-calc #results article.total p {
			color: #fff;
			float: left;
			width: 270px;
		}
		
		#content #main-content.dt-calc #results article.projected p {
			color: #fff;
			float: left;
			margin: 0 0 0 30px;
			width: 250px;
		}
		
		#content #main-content.dt-calc #results article.grand-total p {
			color: #acacac;
			text-align: center;
			font-weight: bold;
		}
		
	#content #main-content.dt-calc #results article span {
		color: #fff;
		font-size: 4.0em;
		font-size: 44px;
		font-weight: bold;
	}
	
		#content #main-content.dt-calc #results article.payroll span {
			margin: 8px 0 0;
		}
	
		#content #main-content.dt-calc #results article.hours span {
			margin: 30px 0 0;
		}
	
		#content #main-content.dt-calc #results article.cost span {
			margin: 30px 0 0;
		}
		
		#content #main-content.dt-calc #results article.hourly span {
			margin: 20px 0 0;
		}
		
		#content #main-content.dt-calc #results article.total span {
			color: #da0a0a;
			margin: 10px 0 0;
		}
		
		#content #main-content.dt-calc #results article.projected span {
			color: #29749f;
		}
		
		#content #main-content.dt-calc #results article.grand-total span {
			color: #fff;
			background: url(art/tick.png) right center no-repeat;
			padding: 0 40px 0 0;
			margin: 0 auto;
		}
		
#content #main-content.dt-calc #results #red {
	background-color: #da0a0a;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 53px;
}

	#content #main-content.dt-calc #results #red article {
		padding: 23px 20px 33px;
		width: 610px;
		border-bottom: 1px solid #d84b4b;
	}
	
	#content #main-content.dt-calc #results #red article.align-right {
		border: none;
		padding: 34px 20px 40px;
	}
	
	#content #main-content.dt-calc #results #red article p {
		color: #7a0d0d;
	}
	
	#content #main-content.dt-calc #results #red article.align-left p {
		width: 220px;
		float: left;
		margin: 10px 0 0 30px;
		line-height: 1.1em;
	}
	
	#content #main-content.dt-calc #results #red article.align-right p {
		width: 230px;
		float: right;
		text-align: right;
		margin: 5px 20px 0 0;
	}
	
	#content #main-content.dt-calc #results #red article.align-left span {
		margin: 10px 0 0;
	}
	
	#content #main-content.dt-calc #results #red article.align-right span {
		margin: 6px 0 0;
	}
	
	#content #main-content.dt-calc #results article.grand-total a {
		background-color: #fff;
		font-weight: 600;
		margin: 55px auto 0;
		display: block;
		color: #29749f;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 15px 15px;
		font-size: 1.25em;
		font-family: "proxima-nova", helvetica, sans-serif;
		width: 290px;
	}
	
	#content #main-content.dt-calc #results article.grand-total a:hover {
		background-color: #f1f1f1;
	}
	
	
/*------------------------------------------------------ BLACK FOOTER */

footer #footer-logo {
	margin: 85px 65px 0 0;
	float: left;
	width: 132px;
}

footer #footer-logo a.footer-logo {
	display: block;
	height: 34px;
	width: 122px;
	background: url(art/footer-logo.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin: 0 0 18px;
}

footer #footer-logo a {
	color: #fff;
}

footer #footer-logo a:hover {
	color: #c4c4c4;
}

footer #footer-logo p {
	color: #c4c4c4;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0 0 5px;
	padding: 0;
}

footer #sitemap {
	float: left;
	margin: 90px 0 0;
}

footer #sitemap article {
	float: left;
	width: 141px;
	margin: 0 19px 0 0;
}

footer #sitemap article h1 {
	font-size: 1.2em;
	color: #fff;
	padding: 0 0 14px;
	margin: 0 0 20px;
	border-bottom: 1px solid #3c3c3c;
}

footer #sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer #sitemap article li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(art/footer-li.png) left 5px no-repeat;
}

footer #sitemap article li a {
	color: #c4c4c4;
	font-size: 0.9em;
}

footer #sitemap article li a:hover {
	color: #fff;
}

footer p.left {
	margin: 60px 50px 0 0;
	padding: 0 0 50px 0;
	font-size: 0.9em;
	color: #c4c4c4;
}

footer p.left strong, footer .address {
	color: #fff;
}

footer p.left strong, footer .address, footer p.below {
	margin: 5px 50px 0 0;
}

footer p.address {
	background: url(art/address.png) left center no-repeat;
	padding: 0 0 0 15px;
}

footer p.right {
	color: #fff;
	margin: 60px 75px 0 0;
	padding: 0 0 50px 0;
	font-size: 0.9em;
}

footer p.right a {
	color: #fff;
}

footer p.right a:hover {
	color: #c4c4c4;
}

/* ----------------------------------------------------- CUSTOM CLASSES */

table {
	border: 1px solid #dedede;
	margin: 0 0 20px;
}

table td,
table th {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 1.0em;
	color: #494949;
	line-height: 1.5em;
	
}

table td p,
table th p {
	font-size: 1.0em !important;
}

table thead td {
	background-color: #2473a1;
	text-align: center;
	color: #fff;
}

/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: left;
	margin: 0 0 10px 10px;
}

p.phone-only {
	display: none;
}

.portal-button a {
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	font-size: 18px;
	background: #006290 url(art/portal-bg.png) 0px 0px repeat-x;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #000;
	font-weight: bold;
	text-decoration: none !important;
	margin: 0 0 40px;
}

.portal-button a:hover {
	background: #006290 url(art/portal-bg.png) 0px -60px repeat-x;
}

.mobile-only {
	display: none;
}


/* MOBILE -------------------------------------- MOBILE */

/*layouts smaller than 600px, iPhone and mobiles*/
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	#container,
	#wrapper, .center1000, #cta .center1000, #banner,
	#banner .center1000, header, header nav#main, #content, footer, #content #text-content,
	#content.internal #main-content, #content.internal #main-content #text-content, #service-cta,
	#common-downloads, #content.contact #main-content {
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
	
	#calculator-partners, #news, #slideshow #items,
	#banner-arrows,
	#banner-nav,
	aside #help,
	aside #client-tools,
	header #phone p.service-desk,
	#connect,
	#newsletter,
	footer #footer-image,
	footer #sitemap,
	nav#main ul ul,
	#breadcrumbs,
	#banner.internal article,
	#content.internal aside #subnav,
	#content.internal aside h1,
	#where-news,
	aside form.contactForm,
	#content.internal aside a.rss {
		display: none;
	}
	
	#content.internal #main-content #service-cta article .cta-text p.find {
		display: none;
	}
	
	#service-cta article .img {
		float: left;
		width: 40%;
		height: 82px;
		padding: 0;
	}
	
	#service-cta article .img img {
		width: auto;
		height: 50px;
		padding: 13px;
	}
	
	header a#logo {
		width: 150px;
		background: url(art/logo.svg) 0px 0px no-repeat;
		left: 10px;
		top: 20px;
	}

	header #phone {
		top: 30px;
		right: 20px;
		width: auto;
		font-size: 0.9em;
	}

	nav#main li.first,
	nav#main li.last,
	nav#main li, 
	nav#main li a {
		width: auto;
		display: block;
	}
	
	nav#main li a {
		text-align: center;
		font-size: 0.85em;
	}
	
	nav#main li a span {
		background-image: none;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		padding: 0 9px 0 8px;
	}
	
	nav#main li a:hover span,
	nav#main li:hover {
		background: none;
	}
	
	nav#main ul li:hover {
		background-color: #000;
	}
	
	nav#main ul li:hover ul {
		display: none;
	}
	
	#banner,
	#banner.internal .center1000,
	#banner.internal {
		height: 230px;
		background-image: none;
	}
	
	header {
		height: 180px;
		background-image: none;
		background-color: #fff;
	}
	
	header nav#small-links {
		width: 90%;
		padding: 0 0 0 15px;
		right: auto;
		top: 60px;
		background-image: none;
		display: block;
	}
	
	header nav#small-links ul {
		float: none;
		margin: 1px 0 0 -5px;
		display: block;
	} 
	
	header nav#small-links li {
		margin: 6px 5px 0;
	}
	
	header nav#small-links ul li a:hover {
		text-decoration: underline;
	}
	
	.client-login-links {
		display: inline-block;
		width: 100%;
		height: 20px;
		margin: 0 auto;
	}
	
	#cta {
		display: none;
	}
	
	aside #hp-search {
		position: absolute;
		left: 15px;
		display: block;
		top: 20px;
		width: 85%;
	}
	
	aside #site-search {
		width: 100%;
	}
	
	aside #hp-search label {
		width: 80%
	}
	
	aside #hp-search input {
		width: 95%;
	}
	
	aside #hp-search button {
		right: 5px;
	}
	
	#content {
		width: 100%;
		padding: 0;
	}
	
	#content #main-content {
		width: 100%;
	}
	
	#content #text-content {
		padding: 85px 0 40px 0;
	}
	
	#content.internal #main-content #text-content,
	#content.contact #main-content #text-content {
		padding: 40px 0 15px;
	}
	
	#content.contact #main-content hr {
		width: 80%;
	}
	
	#content #text-content article {
		background-image: none;
		padding: 0 0 0 15px;
		width: 90%;
	}
	
	#content #text-content h1,
	#content.internal #main-content h1 {
		font-size: 1.6em;
		margin: 0 0 15px 15px;
	}
	
	#content #text-content h2,
	#content.internal #main-content h2 {
		margin: 0 0 15px 15px;
	}
	
	#content.internal #main-content p, #content.internal #main-content li, #content.contact #main-content p, #content.inernal #main-content li {
		margin-left: 15px;
		width: 90%;
	}
	
	aside #help,
	aside #client-tools,
	#news,
	#calculator-partners {
		display: none;
	}
	
	#content aside {
		width: 0px;
		height: 0px;
	}

	#service-cta {
		padding: 20px 0;
		border-top: 1px solid #f1f1f1;
	}

	#service-cta article {
		float: none;
		width: 90%;
		min-height: 0;
		margin: 0 0 20px 17px;
	}
	
	
	#service-cta article .cta-text {
		width: 50%;
		padding: 10px 5%;
	}
	
	#service-cta article .cta-text h2 {
		color: #fff;
		margin: 10px 0 0;
	}
		
	#content.internal #main-content img.right,
	#content.internal #main-content img.left {
		display: none;
	}
	
	#content.contact #main-content h2, #location-map {
		margin: 0 0 30px 15px;
	}
	
	#location-map {
		width: 270px;
		display: none;
	}
	
	p.phone-only {
		display: inline-block;
	}
	
	#content.contact #main-content h2 {
		margin: 0 0 0 15px;
	}
	
	#content.news #main-content article {
		width: 90%;
		margin: 30px 0 0px 15px;
	}
	
	#content.news #main-content article .text {
		padding: 30px 2% 10px;
	}
	
	#content.news #main-content article:first-child {
		margin-top: 30px;
	}
	
	#content.news #main-content article:last-child {
		margin-bottom: 30px
	}
	
	#content.news #main-content article .text-author {
		width: 100%;
	}
	
	#content.news #main-content article .title h1 {
		margin: 0 0 10px;
		font-size: 1.2em;
	}
	
	#content.news #main-content article .meta p.date, #content.news #main-content article .meta a {
		margin: 0 30px 10px 0;
	}
	
	#content.news #main-content article table td {
		display: block;
		border: 0;
	}
	
	#content.news #main-content article table td img {
		width: auto;
		max-width: 100%;
	}
	
	#content.news #main-content article .title {
		width: 90%;
		padding: 20px 5%;
	}
	
	#content.news #main-content article .title .base {
		width: 100%;
	}
	
	#content.news #main-content article img {
		max-width: 100%;
	}
	
	#content.news #main-content article .author-social .addthis {
		float: none;
		display: block;
		width: 110%;
		margin: 30px 0 0 0;
		
	}
	
	form#desktop-support, form#loginform {
		margin-left: 15px;
		position: relative;
		width: 70%;
		padding-bottom: 90px;
	}
	
	form#desktop-support label, form#loginform label {
		width: 100%;
		display: block;
	}
	
	#content.internal #main-content form#loginform p,
	form#desktop-support div {
		margin: 0;
		width: auto;
		display: block;
		height: auto;
		margin: 0 0 20px;
		min-height: 1px;
	}
	
	form#desktop-support input, form#loginform input {
		float: none;
		width: 90%;
	}
	
	#content.internal #main-content form#loginform p.login-submit,
	form#desktop-support button, form#loginform input#wp-submit {
		bottom: 10px;
		left: 10px;
		right: auto;
		height: 35px;
	}
	
	form#desktop-support button {
		left: 0px;
	}
	
	#common-downloads h2 {
		margin-left: 15px;
	}
	
	div.hentry {
		margin: 15px 0 0 15px;
	}
	
	ul.search-crumbs li {
		width: auto !important;
		margin-left: 0 !important;
	}
	
	footer {
		background-image: none;
		background-color: #333;
		text-align: center;
	}
	
	footer #footer-logo {
		margin: 0 auto;
		float: none;
	}
	
	footer #footer-logo a.footer-logo {
		background: url(art/logo-white.svg) 0px 0px no-repeat;
		height: 40px;
	}
	
	footer p.left, footer p.right {
		text-align: center;
		display: inline-block;
		float: none;
		margin: 10px auto 0px;
		padding: 0;
		background-image: none;
	}
	
	footer p.right {
		display: block;
	}
	
	
	/* our partners */
	
	#main-content .logos {
		width: auto;
		padding: 0 0 0 10px;
	}
	
	#main-content .logos .logo {
		width: 160px !important;
	}
	
	#main-content .logos img {
		margin: 0 10px 10px 0;
	}
	
	.portal-button {
		text-align: center;
		display: block;
	}
	
	.portal-button a {
		margin: 0 auto 40px;
	}

	#content.contact #main-content span.enquiry-form,
	#content.contact #main-content span.or {
		display: none;
	}

	#slideshow {
		width: 100%;
		min-width: 0;
		max-width: auto;
	}
	
	.mobile-only {
		display: block;
	}

	header #social {
		position: absolute;
		right: 20px;
		top: 60px;
		list-style: none;
	}
	
	header #social li {
		float:left;
		margin: 0 0 0 5px;
	}
	
	header #social li a {
		display: block;
		width: 20px;
		height: 20px;
		text-indent: -8888px;
	}
	
	header #social li.twitter a {
		background: url(art/twitter-head.png) 0 0 no-repeat;
	}
	
	header #social li.linkedin a {
		background: url(art/linkedin-head.png) 0 0 no-repeat;
	}

	header #social li.share a {
		background: url(art/share-head.png) 0 0 no-repeat;
	}

	#mobile-cta {
		position: static;
		display: block;
		width: 100%;
		height: 50px;
		background-color: #2b82b5;
	}
	
	#mobile-cta a {
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		text-align: center;
		padding: 18px 0;
		text-align: center;
	}
	
	#mobile-cta a.email {
		display: block;
		float: right;
		width: 49%;
	}
	
	#mobile-cta a span {
		padding: 5px 0 5px 30px;
	}
	
	#mobile-cta a.email span {
		background: url(art/cta-email.png) 0 3px no-repeat;
	}
	
	#mobile-cta a.call {
		display: block;	
		float: left;
		width: 49%;
		border-right: 1px solid #fff;
	}
	
	#mobile-cta a.call span {
		background: url(art/cta-phone.png) 0 3px no-repeat;
	}
	
	#banner {
		position: relative;
		z-index: 99;
	}
	
	nav#main ul li {
		position: inherit;
	}
	
	nav#main li.last ul {
		margin: 0 !important;
		background-image: none;
	}

	
	nav#main ul ul {
		width: 100%;
		background-image: none;
	}
	
	nav#main ul ul ul {
		width: 100%;
	}
	
	nav#main ul ul li {
		display: block;
		width: 90% !important;
		padding: 17px 5%;	
		position: relative;
	}

	
	nav#main ul ul li:first-child, nav#main ul ul li:last-child  {
		width: 90% !important;
	}
	
	nav#main ul ul li a {
		width: 100%;
	}
		
	nav#main ul li:hover ul,
	nav#main ul li.sfHover ul {
		left:			0;
		top:			41px; /* match top ul list item height */
	}
	
	nav#main ul li li:hover ul,
	nav#main ul li li.sfHover ul {
		left:			0;
		top:			71px; /* match top ul list item height */
		background-image: none;
		width: 90%;
	}
}


@media screen and (max-width: 1280px)  {
	#content, #cta, #slideshow, #calculator-partners, footer {
		border-left: none;
		border-right: none;
	}
}