
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 1em 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; 
    padding: 0;
    white-space: normal; 
    *margin-left: -7px; 
}
button,
input,
select,
textarea {
    font-size: 100%; 
    margin: 0; 
    vertical-align: baseline; 
    *vertical-align: middle; 
}
button,
input {
    line-height: normal; 
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; 
    -webkit-appearance: button; 
    *overflow: visible;  
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
    *height: 13px; 
    *width: 13px; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; 
    vertical-align: top; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373 ;
	}
body { 
	font-size: 14px; 
	line-height: 21px; 
	min-width: 960px;
	counter-reset: section; 
	text-rendering: optimizeLegibility; 
	}	
a { 
	color: #00A3E0;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	text-decoration: none;
	cursor: pointer;
	}
a:hover { 
	text-decoration: underline;   
	 
	}
div#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
section {
	position: relative;
}
.ir { 
	display: block;
	border: 0; 
	text-indent: -999em; 
	overflow: hidden; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr;
}
.ir br {
	display: none;
}
.hidden { 
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px;
}
.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, 
.clearfix:after { 
	content: ""; 
	display: table;
}
.clearfix:after { 
	clear: both;
}
.clearfix { 
	zoom: 1;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	margin: 20px 0;
}
.space {
	margin-bottom: 21px;
}
.double-space {
	margin-bottom: 42px;
}
.red 			{ background: #E4002B; }
.blue 			{ background: #00A3E0; }
.dark-blue 		{ background: #2C5697; }
.green 			{ background: #009CA6; }
.orange 		{ background: #FF932F; }	
.magenta 		{ background: #D40F7D; }
.purple 		{ background: #B0008E; }
.dark-purple 	{ background: #653279; }
.grey			{ background: #737373; }
.dark-grey		{ background: #3B3C3F; }
.no-spectrum h1,
.no-spectrum h2,
.no-spectrum h3,
.no-spectrum h4,
.no-spectrum h5,
.no-spectrum h6 {
	color: #737373;
}
.spectrum-one {
}
	.spectrum-one .one {
		color: #2C5697;
	}
	.spectrum-one h1,
	.spectrum-one h2,
	.spectrum-one h3,
	.spectrum-one h4,
	.spectrum-one h5,
	.spectrum-one h6,
	.spectrum-one .two {
		color: #00A3E0;
	}
	
	.spectrum-one .three {
		color: #009CA6;
	}
		.spectrum-one .banner-inner .call-to-action .btn {
			background-color: #2C5697;
			border: 1px solid #204070;
		}
		.spectrum-one .banner-inner .call-to-action .btn:hover {
			
		}
	.spectrum-one .service-logo a { 
		background-position: 0 0;
	}
.spectrum-two {
	
}
	
	.spectrum-two .one {
		color: #DE7C00;
	}
	.spectrum-two .two {
		color: #E4002B;
	}
	.spectrum-two h1,
	.spectrum-two h2,
	.spectrum-two h3,
	.spectrum-two h4,
	.spectrum-two h5,
	.spectrum-two h6,
	.spectrum-two .three {
		color: #D40F7D;
	}
	.spectrum-two .tile h3 {
		color: #B0008E;
	}
	body.spectrum-two .btn {
		background-color: #D40F7D;
		border: 1px solid #bc0d6f;
	}
		body.spectrum-two .btn:hover {
		background-color: #B0008E;
		border: 1px solid #960079;
		}
	.spectrum-two .banner-inner .call-to-action {
		background: #D40F7D;
		background: rgba(212, 15, 125, 0.8);
	}
		.spectrum-two .banner-inner .call-to-action .btn {
			background-color: #D40F7D;
			border: 1px solid #bc0d6f;
		}
		.spectrum-two .banner-inner .call-to-action .btn:hover {
			background-color: #B0008E;
			border: 1px solid #960079;
		}
	.spectrum-two .service-logo a { 
		background-position: -152px 0;
	}
.spectrum-three {
	
}
	.spectrum-three h1,
	.spectrum-three h2,
	.spectrum-three h3,
	.spectrum-three h4,
	.spectrum-three h5,
	.spectrum-three h6,
	.spectrum-three .one {
		color: #B0008E;
	}
	.spectrum-three .two {
		color: #653279;
	}
	.spectrum-three .three {
		color: #00A3E0;
	}
	.spectrum-three .call-to-action {
		background: #00A3E0;
		background: rgba(0, 163, 224, 0.8);
	}
	.spectrum-three .service-logo a { 
		background-position: -300px 0;
	}
	body.spectrum-three .btn {
		background-color: #B0008E;
		border: 1px solid #960079;
	}
		body.spectrum-three .btn:hover {
		background-color: #653279;
		border: 1px solid #562B67;
		}
	
	
.no-spectrum .grey-text,
.spectrum-one .grey-text,
.spectrum-two .grey-text,
.spectrum-three .grey-text {
	color: #737373;
}
.banner {
	height: 280px; 
	margin: 21px 0 0 0;
	clear: both;
}
.banner-outer {
	width: 100%;
	height: 280px;
	background: #f5f5f5;
	text-align: center;
	margin-bottom: 21px;
	overflow: visible; 
}
	.banner-outer .background-image {
		margin: 0 auto;
	}
	.banner-inner-wrapper {
		width: 100%;
		height: 280px; 
		position: absolute;
		top: 0;
		left: 0;
	}
		.banner-inner {
			margin: 0 auto;
			width: 960px;
			height: 280px;
			padding-top:10px;
			text-align: left;
		}
			.banner-inner h1 {
				margin-left: 10px;
				margin-top: 104px;
				line-height: 42px;
				font-size: 42px;
				float: left;
				width: 640px;
			}
			.banner-inner h1 span {
				display: block;
			}
			.banner-inner h3 {
				font-family:"Bree Regular",Arial, sans-serif; 
				color: #FFF;
			}
			
			
			.banner-inner .call-to-action {
				background: #00A3E0;
				float: left;
				padding: 21px;
				margin-top: 90px;
				width: 258px;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
			}
				.banner-inner .call-to-action {
					color: #FFF;
				}
			
			
			.banner-inner .quick-quote {
				background: #00A3E0;
				float: left;
				margin-top: 20px;
				width: 260px;
				padding: 20px 20px 15px 20px;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
			}
				.banner-inner .quick-quote form {
					background: none;
					margin: 0;
				}
					.banner-inner .form-horizontal .control-group > label {
						float: left;
						width: 75px;
						padding-top: 5px;
						text-align: left;
						color: #FFF;
					}
					.banner-inner .form-horizontal .control-group > label.two-lines {
						padding-top: 0;
						margin-top: -5px;
					}
					.banner-inner .form-horizontal .controls {
						margin-left: 75px;
					}
					.banner-inner .form-horizontal .control-group {
						margin-bottom: 10px;
					}
					.banner-inner input, textarea, select, .uneditable-input {
						width: 170px;
					}
					.banner-inner select {
						width: 180px;
						background-color: white;
					}
					.banner-inner .quick-quote button.btn,
					.banner-inner .quick-quote input.btn {
						background-color: #2C5697;
    					border: 1px solid #204070;
					}
					.banner-inner .quick-quote .hasDatepicker {
						background: white url(../img/icon_calendar_home.png) 154px 5px no-repeat;
						cursor: pointer;
					}
.banner-inline {
	position: relative;
	min-height: 250px;
	margin-bottom: 21px;
}
	body .banner-inline h1 {
		position: absolute;
		bottom: 15px;
		left: 15px;
		margin-bottom: 0;
		color: #FFF;
	}
.banner-inline.bkg1 {
	background: url(../img/banner-inline-bg1.jpg) no-repeat top left;
}
.banner-hit-area {
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
	position: absolute;
	height: 330px;
	width: 600px;
}
.ie7 .banner-hit-area,
.ie8 .banner-hit-area {
	background: url(../img/bg_transparent.png);
}
.ie7 .call-me-now button {
	width: 90%;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
	width: 60px;
}
.span2 {
	width: 140px;
}
.span3 {
	width: 220px;
}
.span4 {
	width: 300px;
}
.span5 {
	width: 380px;
}
.span6 {
	width: 460px;
}
.span7 {
	width: 540px;
}
.span8 {
	width: 620px;
}
.span9 {
	width: 700px;
}
.span10 {
	width: 780px;
}
.span11 {
	width: 860px;
}
.span12 {
	width: 940px;
}
.row .offset1 {
	margin-left: 100px;
}
.row .offset2 {
	margin-left: 180px;
}
.row .offset3 {
	margin-left: 260px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 21px 0;
	
	font-weight: normal;
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4 {
	visibility: hidden;
	
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4 {
	visibility: visible;
	
}
h1 {
	font-family: 'BreeMedibankWeb', Arial, sans-serif; 
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 28px;
	
}
h2,
h1.small { 
	font-family: 'BreeMedibankWeb',Arial, sans-serif; 
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
}
h3,
h2.small  { 
	font-family: DINWeb, Arial, sans-serif;
	font-size: 21px;
	line-height:28px;
	margin-bottom: 10px;
}
h4 {
	font-family: DINWeb, Arial, sans-serif;
	line-height: 21px;
	font-size: 18px;
}
h5 {
	font-size: 14px;
	text-transform: uppercase;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
p { 
	font-size: 14px;
	margin-bottom: 21px;
	margin-top: 0;
}
h1.no-space, 
h2.no-space, 
h3.no-space, 
h4.no-space, 
h5.no-space, 
h6.no-space {
	margin: 0;
}
.inset > h1,
.inset > h2,
.inset > h3,
.inset > h4,
.inset > h4,
.inset > h6,
.inset > p,
.inset > a.btn {
	margin-left: 15px;
}
.inset > ul {
	margin-left: 30px;
}
.wf-loading [class^="icon-"],
.wf-loading [class*=" icon-"] {
    visibility: hidden;
}
.wf-active [class^="icon-"],
.wf-active [class*=" icon-"] {
    visibility: visible;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}
li[class^="icon-"], li[class*=" icon-"] {
    display: block;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: MedibankIcons;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
.icon-large:before {
 
    font-size: 1.5em; 
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
    
    line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
    
    width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
    text-indent: -1.3333333333333333em;
}
.icon-phone:before              { content: "\f000"; }
.icon-mobile:before              { content: "\f001"; }
.icon-search:before             { content: "\f002"; }
.icon-envelope:before           { content: "\f003"; }
.icon-heart:before              { content: "\f004"; }
.icon-star:before               { content: "\f005"; }
.icon-star-empty:before         { content: "\f006"; }
.icon-user:before               { content: "\f007"; }
.icon-film:before               { content: "\f008"; }
.icon-th-large:before           { content: "\f009"; }
.icon-th:before                 { content: "\f00a"; }
.icon-th-list:before            { content: "\f00b"; }
.icon-ok:before                 { content: "\f00c"; }
.icon-remove:before             { content: "\f00d"; }
.icon-zoom-in:before            { content: "\f00e"; }
.icon-zoom-out:before           { content: "\f010"; }
.icon-off:before                { content: "\f011"; }
.icon-signal:before             { content: "\f012"; }
.icon-cog:before                { content: "\f013"; }
.icon-trash:before              { content: "\f014"; }
.icon-home:before               { content: "\f015"; }
.icon-file:before               { content: "\f016"; }
.icon-time:before               { content: "\f017"; }
.icon-health:before             { content: "\f018"; }
.icon-download-alt:before       { content: "\f019"; }
.icon-download:before           { content: "\f01a"; }
.icon-upload:before             { content: "\f01b"; }
.icon-inbox:before              { content: "\f01c"; }
.icon-play-circle:before        { content: "\f01d"; }
.icon-repeat:before             { content: "\f01e"; }
.icon-refresh:before            { content: "\f021"; }
.icon-list-alt:before           { content: "\f022"; }
.icon-lock:before               { content: "\f023"; }
.icon-flag:before               { content: "\f024"; }
.icon-headphones:before         { content: "\f025"; }
.icon-volume-off:before         { content: "\f026"; }
.icon-volume-down:before        { content: "\f027"; }
.icon-volume-up:before          { content: "\f028"; }
.icon-qrcode:before             { content: "\f029"; }
.icon-barcode:before            { content: "\f02a"; }
.icon-tag:before                { content: "\f02b"; }
.icon-tags:before               { content: "\f02c"; }
.icon-book:before               { content: "\f02d"; }
.icon-bookmark:before           { content: "\f02e"; }
.icon-print:before              { content: "\f02f"; }
.icon-camera:before             { content: "\f030"; }
.icon-font:before               { content: "\f031"; }
.icon-bold:before               { content: "\f032"; }
.icon-italic:before             { content: "\f033"; }
.icon-text-height:before        { content: "\f034"; }
.icon-text-width:before         { content: "\f035"; }
.icon-align-left:before         { content: "\f036"; }
.icon-align-center:before       { content: "\f037"; }
.icon-align-right:before        { content: "\f038"; }
.icon-align-justify:before      { content: "\f039"; }
.icon-list:before               { content: "\f03a"; }
.icon-indent-left:before        { content: "\f03b"; }
.icon-indent-right:before       { content: "\f03c"; }
.icon-facetime-video:before     { content: "\f03d"; }
.icon-picture:before            { content: "\f03e"; }
.icon-pencil:before             { content: "\f040"; }
.icon-map-marker:before         { content: "\f041"; }
.icon-adjust:before             { content: "\f042"; }
.icon-tint:before               { content: "\f043"; }
.icon-edit:before               { content: "\f044"; }
.icon-share:before              { content: "\f045"; }
.icon-check:before              { content: "\f046"; }
.icon-move:before               { content: "\f047"; }
.icon-step-backward:before      { content: "\f048"; }
.icon-fast-backward:before      { content: "\f049"; }
.icon-backward:before           { content: "\f04a"; }
.icon-play:before               { content: "\f04b"; }
.icon-pause:before              { content: "\f04c"; }
.icon-stop:before               { content: "\f04d"; }
.icon-forward:before            { content: "\f04e"; }
.icon-fast-forward:before       { content: "\f050"; }
.icon-step-forward:before       { content: "\f051"; }
.icon-eject:before              { content: "\f052"; }
.icon-chevron-left:before       { content: "\f053"; }
.icon-chevron-right:before      { content: "\f054"; }
.icon-plus-sign:before          { content: "\f055"; }
.icon-minus-sign:before         { content: "\f056"; }
.icon-remove-sign:before        { content: "\f057"; }
.icon-ok-sign:before            { content: "\f058"; }
.icon-question-sign:before      { content: "\f059"; }
.icon-info-sign:before          { content: "\f05a"; }
.icon-screenshot:before         { content: "\f05b"; }
.icon-remove-circle:before      { content: "\f05c"; }
.icon-ok-circle:before          { content: "\f05d"; }
.icon-ban-circle:before         { content: "\f05e"; }
.icon-arrow-left:before         { content: "\f060"; }
.icon-arrow-right:before        { content: "\f061"; }
.icon-arrow-up:before           { content: "\f062"; }
.icon-arrow-down:before         { content: "\f063"; }
.icon-share-alt:before          { content: "\f064"; }
.icon-resize-full:before        { content: "\f065"; }
.icon-resize-small:before       { content: "\f066"; }
.icon-plus:before               { content: "\f067"; }
.icon-minus:before              { content: "\f068"; }
.icon-asterisk:before           { content: "\f069"; }
.icon-exclamation-sign:before   { content: "\f06a"; }
.icon-os-student:before         { content: "\f06b"; }
.icon-pet-collar:before         { content: "\f06c"; }
.icon-fire:before               { content: "\f06d"; }
.icon-eye-open:before           { content: "\f06e"; }
.icon-eye-close:before          { content: "\f070"; }
.icon-warning-sign:before       { content: "\f071"; }
.icon-plane:before              { content: "\f072"; }
.icon-calendar:before           { content: "\f073"; }
.icon-random:before             { content: "\f074"; }
.icon-comment:before            { content: "\f075"; }
.icon-life-cover:before         { content: "\f076"; }
.icon-chevron-up:before         { content: "\f077"; }
.icon-chevron-down:before       { content: "\f078"; }
.icon-dollar:before             { content: "\f079"; }
.icon-shopping-cart:before      { content: "\f07a"; }
.icon-folder-close:before       { content: "\f07b"; }
.icon-folder-open:before        { content: "\f07c"; }
.icon-resize-vertical:before    { content: "\f07d"; }
.icon-resize-horizontal:before  { content: "\f07e"; }
.icon-bar-chart:before          { content: "\f080"; }
.icon-twitter-sign:before       { content: "\f081"; }
.icon-facebook-sign:before      { content: "\f082"; }
.icon-camera-retro:before       { content: "\f083"; }
.icon-suitcase:before           { content: "\f084"; }
.icon-cogs:before               { content: "\f085"; }
.icon-comments:before           { content: "\f086"; }
.icon-thumbs-up:before          { content: "\f087"; }
.icon-thumbs-down:before        { content: "\f088"; }
.icon-star-half:before          { content: "\f089"; }
.icon-heart-empty:before        { content: "\f08a"; }
.icon-signout:before            { content: "\f08b"; }
.icon-linkedin-sign:before      { content: "\f08c"; }
.icon-pushpin:before            { content: "\f08d"; }
.icon-external-link:before      { content: "\f08e"; }
.icon-signin:before             { content: "\f090"; }
.icon-trophy:before             { content: "\f091"; }
.icon-github-sign:before        { content: "\f092"; }
.icon-upload-alt:before         { content: "\f093"; }
.icon-lemon:before              { content: "\f094"; }
.medibank-logo {
	display: block;
	width: 140px;
	height: 50px;
	background: url(../img/logos/medibank-logo-BH.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.medibank-logo:hover {
	border-bottom: none;
}
.btn {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	color: #FFF;
	font-family:'BreeMedibankWeb', Arial, sans-serif;
	margin-bottom: 21px;
	}
 	
	.btn.large {
  		height: 38px;
  		line-height: 38px;
  		background: #00A3E0 ;
    	border: 1px solid #0090c6;
    	font-size: 24px;
    	padding-top:2px; 
    }
	.btn.large:hover,
	.btn.large.hover {
    	text-decoration: none;
		background-color: #2C5697;
		border: 1px solid #204070;
  	}
	
	.btn.medium {
	height: 28px;
	line-height: 28px;
	background: #00A3E0;
	border: 1px solid #0090c6;
	font-size: 20px;
	margin: 5px 0; 
	padding-top: 2px; 
	}
	.btn.medium:hover,
	.btn.medium.hover {
	    text-decoration: none;
	    background: #2C5697;
	    border: 1px solid #204070;
	  }
  	
  	.btn.small {
		height: 28px;
		line-height: 28px;
		background: #00A3E0;
		color: #FFF;
		font-size: 16px;
		border: 1px solid #0090C6;
		margin: 5px 0; 
		padding-top:2px; 
	}
	.btn.small:hover,
	.btn.small.hover {
		text-decoration: none;
		border: 1px solid #204070;
		background: #2C5697;
	}
	
  	.btn.wide {
		display: block;
	}
	
	
	body .btn.blue,
	body .btn.blue.small {
		background-color: #00A3E0;
		border: 1px solid #0090c6;
		}
		body .btn.blue:hover,
		body .btn.blue.small:hover {
			background-color: #2C5697;
			border: 1px solid #204070;
		}
	
	body .btn.orange,
	body .btn.orange.small {
		background-color: #DE7C00;
		border: 1px solid #c46e00;
		}
		body .btn.orange:hover,
		body .btn.orange.small:hover {
			background-color: #de4600;
			border: 1px solid #c43e00;
		}
	
	body .btn.grey,
	body .btn.grey.small {
		background-color: #f1f1f1;
		border: 1px solid #e5e5e5;
		color: #00A3E0;
		-moz-box-shadow:    inset 0 0 10px #e9e9e9;
   		-webkit-box-shadow: inset 0 0 10px #e9e9e9;
   		box-shadow:         inset 0 0 10px #e9e9e9;
	}
		body .btn.grey:hover,
		body .btn.grey.small:hover,
		body .btn.grey.hover,
		body .btn.grey.small.hover {
			background-color: #e5e5e5;
			border: 1px solid #e1e1e1;
			color: #2C5697;
		}
	
	body .btn.magenta {
		background-color: #D40F7D;
		border: 1px solid #bc0d6f;
	}
		body .btn.magenta:hover {
			background-color: #B0008E;
			border: 1px solid #960079;
		}
	
	body .btn.purple {
		background-color: #B0008E;
		border: 1px solid #960079;
	}
		body .btn.purple:hover {
			background-color: #653279;
			border: 1px solid #562b67;
		}
	
	body .btn.green {
		background-color: #009CA6;
		border: 1px solid #00848c;
	}
		body .btn.green:hover,
		body .btn.green.hover {
			background-color: #00858F;
			border: 1px solid #00848c;
		}
		
	
	body .btn.orange {
		background-color: #DE7C00;
		border: 1px solid #C46E00;
	}
		body .btn.orange:hover,
		body .btn.orange.hover {
			background-color: #DE4600;
			border: 1px solid #C43E00;
		}
	
	body .btn.dark-purple {
		background-color: #653279;
		border: 1px solid #562b67;
	}
		body .btn.dark-purple:hover,
		body .btn.dark-purple.hover {
			background-color: #562b67;
			border: 1px solid #472355;
		}
	
	body .btn.dark-blue {
		background-color: #2C5697;
		border: 1px solid #264B83;
	}
		body .btn.dark-blue:hover,
		body .btn.dark-blue.hover {
			background-color: #204070;
			border: 1px solid #152948;
		}
	body .btn.continue {
		background-color: #15a01b;
		border: 1px solid #148419;
	}
		body .btn.continue:hover,
		body .btn.continue.hover {
			background-color: #148419;
			border: 1px solid #0d5811;
		}
.btn.arrow,
.btn.arrow:hover {
	padding-right: 40px;
	background-image: url(../img/button-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.btn.arrow-blue,
.btn.arrow-blue:hover {
	padding-right: 40px;
	background-image: url(../img/button-arrow-blue.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.btn.phone,
.btn.phone:hover {
	padding-left: 40px;
	background-image: url(../img/icon-phone-white.png);
	background-position: left center;
	background-repeat: no-repeat;
}
button.btn,
input.btn {
	height: 28px;
	line-height: 30px;
	background: #00A3E0;
	border: 1px solid #0090c6;
	font-size: 13px;
	margin: 5px 0;
	cursor: pointer;
}
input.btn.large {
	height: 42px;
}
input.btn {
	line-height: 30px;
}
button.btn:hover,
input.btn:hover {
	text-decoration: none;
    background: #2C5697;
    border: 1px solid #204070;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: none;  
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	button,
	input[type="submit"] {
		margin-top: -1px;
	}
}
form {
  	margin: 0 0 21px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 27px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #eee;
}
label,
input,
button,
select,
textarea {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
form p {
  font-size: 13px;
}
label {
	display: block;
	margin-bottom: 5px;
	color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input, label textarea, label select {
  display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  
  line-height: normal;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="file"] {
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
}
select, input[type="file"] {
  height: 28px;
  
  *margin-top: 4px;
  
  line-height: 28px;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio, .checkbox {
  padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline, .checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child {
  padding-top: 0;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  
}
input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  
}
.control-group .controls > label {
  display: inline;
}
.control-group .controls > label.checkbox,
.control-group .controls > label.radio {
  display: block;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
}
.help-inline {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.ie7 .help-inline {
  padding-top: 4px;
  vertical-align: top;
}
.input-prepend, .input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after, .input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input, .input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on, .input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  
}
.input-append input, .input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.control-group {
  margin-bottom: 9px;
}
.form-horizontal legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group > label {
  float: left;
  width: 140px;
  padding-top: 5px;
  
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.ie7 body input[type="submit"] {
  border: none;
  line-height: 28px;
  padding: 0 5px 0 12px;
}
.ie7 .form-actions input[type="submit"] {
  position: relative;
  top: -5px;
}
@-moz-document url-prefix() {
  input[type="submit"],
  input[type="reset"] {
    position: relative;
    top: -2px;
  }
}
ul, ol {
  padding: 0;
  margin: 0 0 10px 21px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ol li ul,
ol li ol,
ul li ol,
ul li ul {
	margin-top: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 21px;
}
ul.unstyled {
	list-style-type: none;
}
dl {
  margin-bottom: 21px;
}
dt, dd {
  line-height: 21px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.list-container {
  zoom: 1;
}
.list-container:before, .list-container:after {
  display: table;
  content: "";
  zoom: 1;
}
.list-container:after {
  clear: both;
}
.list-container > ul {
  display: inline;
  float: left;
  width: auto;
  margin-right: 50px;
  padding-bottom: 11px;
}
.tile {
	background: #f5f5f5;
	height: 148px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	margin-bottom: 21px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
}
.tile.span2 {
	width: 138px;
}
.tile.span3 {
	width: 218px;
}
.tile.span4 {
	width: 298px;
}
.tile.span5 {
	width: 378px;
}
.tile h3 {
	color: #2C5697;
	font-family: DINWeb, Arial, sans-serif;
	font-size: 19px;
	line-height: 21px;
	margin: 21px 0 11px 21px;
	font-weight:200;
	position: relative;
}
.tile a,
.tile p {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 0 21px;;
	font-weight:200;
	position: relative;
}
.tile p {
	color: #737373;
}
.tile .btn {
	margin: 0 0 0 20px;
	position: relative;
}
a.tile:hover {
	text-decoration: underline;
}
.tile a.hover {
	text-decoration: underline;
}
.tile-alt {
	height: 100px;
}
.tile.small {
	height: auto;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.tile.small h3 {
	margin: 11px 11px 0 11px;
}
.tile.small a, .tile.small p {
	margin-left: 11px;	
}
.bkg-half img {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 2px;
}
.bkg-half h3 {
	width: 50%;
}
.bkg-full img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}
table {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
tr:nth-of-type(odd) {
	background: #f9f9f9;
}
tr:nth-of-type(even) {
	background: #f5f5f5;
}
tr:hover {
	background: #e5e5e5;
}
th {
	background: #737373;
	color: white;
	font-family:"Din Display Pro Regular", Arial, sans-serif;
	font-size: 16px;
	border-left: 1px solid #FFFFFF;
}
th:first-child {
	border-left: none;
}
td, th {
	padding: 6px;
	
	text-align: left;
}
td {
	border-right: 1px solid #FFFFFF;
}
.row table tr > [class*="span"] {
	padding-right: 20px;
}
table#orange-table tr th,
table#orange-table tr td,
table.with-icons tr th,
table.with-icons tr td {
	text-align: center;
	line-height: 32px;
}
table#orange-table th {
	background: #DE7C00;
	}
	table#orange-table th:first-child {
	background: #737373;
	text-align: left;
	}
table#orange-table tr:nth-of-type(odd) {
	background: #fce0be;
	}
	table#orange-table tr:nth-of-type(odd) td:first-child {
	background: #f9f9f9;
	text-align: left;
	}
table#orange-table tr:nth-of-type(even) {
	background: #fdead4;
	}
	table#orange-table tr:nth-of-type(even) td:first-child {
	background: #f5f5f5;
	text-align: left;
	}
table#orange-table tr:last-child {
	background: #DE7C00;
	color: #fff;
	font-weight: bold;
	}
table#orange-table tr:last-child td:first-child {
	background: #737373;
	color: #fff;
	font-weight: bold;
	}
	
.tabbed {
	
}
.tabs { 
	border-bottom:1px solid #e9e9e9;
	list-style: none;
	margin: 0 0 21px 0;
}
.tabs li { 
	float: left;
}
	.tabs li a { 
		display: block;
		padding: 9px 15px; 
		font-weight: bold; 
		color: #909090; 
		font-size: 14px; 
		border-top: 1px solid #fff; 
		border-left: 1px solid #fff; 
		border-right: 1px solid #fff;
		 -webkit-border-radius: 3px 3px 0 0;
			-moz-border-radius: 3px 3px 0 0;
  				 border-radius: 3px 3px 0 0;
  		zoom: 1;
	}
	.tabs li a:hover {
		border-bottom: none;
		color: #52555c;
	}
	.tabs li.active a { 
		border-top: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
		border-bottom: 1px solid #FFF;
		color: #52555c;
		position: relative;
		top: 1px;
	}
.tabContent { 
	min-height:350px;
}
#wrapper .disclaimer {
	border-top: 1px solid #E9E9E9;
	padding-top: 27px;
	margin-top: 36px;
	font-size: 12px;
	width: 940px;
}
#wrapper .disclaimer p.smaller {
	font-size: 12px;
}
.cooling-off {
	border: 1px solid #cecece;
	background-color: #D9D9D9;
	background-repeat: repeat-x;
	background-image: url(../img/bg_cooling_off.png);
	background-image: linear-gradient(bottom, #D9D9D9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #D9D9D9),
		color-stop(1, #FFFFFF)
	);
	padding: 10px 21px;
	color: #9c9c9c;
	font-family:"Bree Regular",Arial, sans-serif; 
}
	.cooling-off .days {
		float: left;
		width: 90px;
		font-size: 23px;
		line-height: 23px;
		font-weight: bold;
		border-right: 1px solid #d9d9d9;
	}
	.cooling-off .period {
		float: left;
		width: 140px;
		text-transform: uppercase;
		margin-left: 20px;
		font-size: 14px;
		padding-top: 2px;
	}
sup {
	vertical-align: middle;
	position: relative;
	top: -5px;
}
.span4 iframe {
	margin-bottom: 20px;
}
.clickable {
	cursor: pointer;
}
.prefer-to-talk {
	
}
	.prefer-to-talk h3 {
		color: #555960;
		margin-bottom: 15px;
	}
	.prefer-to-talk .call-us {
		border-top: 1px solid #f6f6f6;
		border-bottom: 1px solid #f6f6f6;
		padding: 10px 0 10px 35px;
		background: url(../img/icon-person.png) no-repeat center left;
	}
	.prefer-to-talk .let-us-call-you {
		border-bottom: 1px solid #f6f6f6;
		padding: 10px 0 10px 35px;
		background: url(../img/icon-phone.png) no-repeat center left;
	}
	
		.prefer-to-talk .let-us-call-you a {
		}
	.prefer-to-talk .chat {
		border-bottom: 1px solid #f6f6f6;
		padding: 10px 0 10px 35px;
		background: url(../img/icon-chat.png) no-repeat center left;
	}
	.prefer-to-talk .last {
		margin-bottom: 15px;
	}
.hasDatepicker {
	background: white url(../img/icon_calendar_home.png) 130px 4px no-repeat;
	cursor: pointer;
}
body .ui-datepicker {
	font-size: 11px;
}
body .ui-datepicker select, input[type="file"] {
	height: 25px;
	line-height: 25px;
}
body .ui-datepicker td span, body .ui-datepicker td a {
	padding-right: 5px;
}
html.grid {
	 background: url(../img/grid21.png) center 0px repeat-y #FFF; 
}
.call-me-now {
	background: transparent;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}
.call-me-now fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.call-me-now .btn {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	color: #FFF;
	font-family:'BreeMedibankWeb', Arial, sans-serif;
	margin-bottom: 21px;
}
	.call-me-now .btn.medium {
		height: 32px;
		line-height: 28px;
		background: #00A3E0  url(../img/icon-phone.png) no-repeat 10px 5px;
		border: 1px solid #0090c6;
		font-size: 20px;
		margin: 5px 0; 
		padding-top: 2px; 
		padding-left: 35px;
	}
	body .call-me-now .btn.grey,
	body .call-me-now .btn.grey.small {
		background-color: #f1f1f1;
		border: 1px solid #e5e5e5;
		color: #00A3E0;
		-moz-box-shadow:    inset 0 0 10px #e9e9e9;
   		-webkit-box-shadow: inset 0 0 10px #e9e9e9;
   		box-shadow:         inset 0 0 10px #e9e9e9;
	}
		body .call-me-now .btn.grey:hover,
		body .call-me-now .btn.grey.small:hover,
		body .call-me-now .btn.grey.hover,
		body .call-me-now .btn.grey.small.hover {
			background-color: #e5e5e5;
			background-position-y: -35px;
			border: 1px solid #e1e1e1;
			color: #2C5697;
		}
	.call-me-now h3 {
		color: #2C5697;
	}		
	.call-me-now p {
		margin-bottom: 10px;
	}
	.call-me-now form {
		margin: 0;
	}
	.call-me-now .call-center-hours div:first-child {
		font-weight: bold;
		font-size: 13px;
	}
	
	.call-me-now input, 
	.call-me-now textarea, 
	.call-me-now select, 
	.uneditable-input {
		display: inline-block;
		width: 210px;
		height: 18px;
		padding: 4px;
		margin-bottom: 9px;
		font-size: 13px;
		line-height: 18px;
		color: #555;
		border: 1px solid #CCC;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.call-me-now select {
		height: 28px;
		line-height: 28px;
	}
	.span3 .call-me-now input[type='text'] {
		width: 120px;
	}
	.span4 .call-me-now input[type='text'] {
		width: 204px;
	}
	.span3 .call-me-now .btn[type='submit'] {
		width: 195px;
	}
	.span4 .call-me-now .btn[type='submit'] {
		width: 100%;
	}
	.call-me-now select {
		width: 60px;
		background-color: white;
	}
	.call-me-now .error-msg {
	    color: #E4002B;
	    font-size: 12px;
	}
	.call-me-now .error-msg {
	    color: #E4002B;
	    font-size: 12px;
	}
	.call-me-now input.error,
	.call-me-now select.error {
	    border: 1px solid #E4002B;
	}
	.ie7 body .call-me-now .btn[type='submit'] {
		border: 0;
	}
.well {
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
  margin-bottom: 21px;
  border: 1px solid #e5e5e5;
}
div.well,
ul.well > li {
  padding: 15px;
  position: relative;
  zoom: 1;
}
ul.well {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.well.white {
  background: #fff;
}
  ul.well > li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }
  div.well::before,
  div.well::after,
  ul.well > li::before, 
  ul.well > li::after {
    display: table;
    content: "";
    zoom: 1;
  }
  div.well::after,
  ul.well > li::after {
    clear: both;
  }
  div.well::before,
  div.well::after,
  ul.well > li::before, 
  ul.well > li::after {
    display: table;
    content: "";
    zoom: 1;
  }
  ul.well > li:last-child {
    border-bottom: 0;
  }
    .well .packshot {
      float: left;
    }
      .well .packshot img {
        display: block;
      }
    .well .content {
      float: left;
      margin: 0 0 0 0;
    }
  
  div.well.align-right,
  ul.well > li.align-right {
    
  }
    div.well.align-right .packshot,
    ul.well > li.align-right .packshot {
      float: right;
      margin: 0;
    }
      div.well.align-right .packshot img,
      ul.well > li.align-right .packshot img {
        margin-left: 20px;
      }
  
  ul.well > li.clickable {
    cursor: pointer;
  }
  
  ul.well > li.layered {
    min-height: 200px;
    padding: 0 0 15px 0;
  }
    ul.well > li.layered .packshot, 
    ul.well > li.layered .content {
      float: none;
      margin: 0;
      padding: 0;
      position: absolute;
    }
    ul.well > li.layered .packshot {
      left: 0;
      overflow: hidden;
      top: 0;
      z-index: 0;
    }
    ul.well > li.layered .content {
      left: 15px;
      top: 15px;
      z-index: 1;
    }
ul.well-carousel {
}
  ul.well-carousel > li {
    border: 0;
    display: none;
  }
  ul.well-carousel > li:first-child {
    display: block;
  }
  ul.well-carousel > li.layered {
    padding: 0;
  }
.carousel-controls {
  margin: 5px auto;
}
.carousel-controls a {
  background: url(../img/well-carousel-paging.png) no-repeat -15px 0;
  display: block;
  float: left;
  height: 15px;
  margin: 0;
  text-indent: -9999px;
  width: 15px;
}
.carousel-controls a.active {
  background-position: 0 0;
}
.carousel-controls a:hover {
  background-position: -30px 0;
}
.well-expand > li {
}
  .well-expand .packshot, 
  .well-expand.content {
    height: 200px;
    overflow: hidden;
  }
    .well-expand .content .well-expand-more {
      display: none;
    }
