/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

	html, body 	{
		height: 100%;
	}

	body {
		background-color:#F2F4F6;
		line-height:1;
	}

	html, body, form, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, div, a {
		margin: 0;
		padding: 0;
		border:0;
	}

	ul { list-style:none; }

	a img {border:0;}

	@font-face {
		font-family: 'CorpidHeavy';
		src: url("fonts/CorpidC1_8.eot");
		src: local('?'), url("fonts/CorpidC1_8.woff") format("woff"), url("fonts/CorpidC1_8.svg#CorpidC1_8") format("svg");
		font-weight: bold;
		font-style: bold;
	}
	
	#content  { 	
		padding:0 0 1px;
	}
	#content #content-wrapper { 	
		padding:10px 0 0;
	}

	#content > div,
	#content  #content-wrapper > div { 	
		padding:10px 10px 0.5em 26px;
	}

	#content > h2, 
	#content > h3, 
	form { padding: 0 26px; }

	#content .border-top {border-top:1px solid #A3ADB2;padding-top:20px;}

	#content .border-top-margin {border-top:1px solid #A3ADB2;margin:0 26px;padding-right:0;padding-left:0;}

	h2 {
		font-size:1em; 
		margin: 0 0 10px;
		line-height:21px;
	}

	 h3, h4 {
		font-size:0.813em; /* 13px */
		margin:0 0 10px;
		line-height:18px;
	}

	a {
		color:#c20000;
		font-weight:bold;
		text-decoration:none;
	}
	.red a {
		color:#fff;
	}
	a.arrow {
		display:block;
		padding:0 0 10px;
	}
	.arrow:before {
			background: url(images/sprite.png) no-repeat 0 4px;
			content:"";
			float:left;
			width:12px;
			min-height:25px;
	}
	a.last {
		border-bottom:medium none;
	}

	p, label {
		font-size:0.813em; /* 13px */
		margin:0 0 0.813em;
		line-height:20px;
		display:block;
	}

	label {
		font-weight:bold;
		color:#000000;
		padding-bottom:6px;
	}
	label .details {
		font-weight:normal;
		color:#4d4d4d;
	}

	sup {
	    vertical-align: super;
	    line-height: 0;
	}
	
	div.red, div.black {
		padding:14px 26px;
	    color: #fff;
	}	
	
	div.red {
		background-color:#c20000;
	}
	
	 div.black {
	    background-color:#000;
	}
	
	div.grey {
	    background-color:#f2f4f6;
		padding:14px 26px;
	}
	
		

	/* text-image component */
	.text-image-left { float:left; margin-right:10px; }
	.text-image-right { float:right; margin-left:10px; }
	/* end text-image component */

	#content ol li { padding-bottom:6px; line-height:20px; }
	#content ul {
		margin: 0 0 1em;
	}
	#content ul li {
		background:url("images/icon_bullet.gif") no-repeat scroll 1px 8px Transparent;
		border-top:medium none;
		padding-left:12px;
		line-height:18px;
		font-size:0.813em; /* 13px */
	}

	#content #navigation ul li {
		background:none;
		padding-left:0;
		font-size:1em; /* 16px */
		line-height:20px;
	}	
	#content ol {
		font-size:0.813em; /* 13px */
		padding:0 20px 10px;
		line-height:16px;
	}
	ol  li ul li {font-size:1.24em; /* 13px */}
	#content ol ul {
		padding-bottom:0;
	} 
	/* masthead banner default styling */

	#content #masthead {
		padding:14px 26px;
	}

	#masthead h2 {
		font-size:1em;
		line-height:20px;
	}
		
	/* app banner */
	#content #appbanner {
		z-index: 20000;
		padding:0;
		width: 100%;
		background:#000;
	}

	#appbanner #close {
		display:block; 
		width:100%;
		height:10px;
		position: relative;
		background:#000;
    }

	#appbanner #close a#btn-close {
		position: absolute;	
		top: -14px;
		right:4px;
	}
	#appbanner a {
		color:#fff;
    }

	#appbanner p { padding: 0; width:100%; }

	#appbanner a span {
		display: block;
		font-size:20px;
		line-height:24px;
		padding:8px 10px 15px 20px;
		color:#fff;
		font-weight:normal;
		float:left; 
		width:38%;
	}
	
	#appbanner a.app-content img {
	    float:right;  
	    margin: 10px 10px 15px; 
	}
				
	/* content page */
	
	#content #content-wrapper .feature-list {
		margin:10px 8px 12px;
		padding:14px 18px;
	}
	#content #content-wrapper .feature-list li {
		border-top:1px solid #ccc;
		padding:12px 0 10px;
		background:none;
	}

	#content #content-wrapper .feature-headers h2,
	#content #content-wrapper .feature-headers h3,
	#content #content-wrapper .feature-headers h4 {
		border-top:1px solid #A3ADB2;
		padding:15px 0 0;	
		margin:0 0 10px;
	}

	#content #content-wrapper .feature-content,
	#content .feature-content,
	#content #content-wrapper .footnote ,
	#content #content-wrapper .call-to-action  { 
		border-top:1px solid #A3ADB2;
		padding: 15px 10px 0.5em 26px;
	}
	#content .feature-content h2 { 
		margin-top:5px;
	}
	#content .feature-content img { 
		margin:4px 10px 0 0;
	}
		
	#content .feature-content p { 
		overflow:hidden;
	}
	
	#content .feature-content p a { 
		margin:4px 0 0;
	}

	/* footnote styles */
	
	.footnote h3, .footnote h4, .footnote h5 {
		font-weight:normal;		
		font-size:0.875em;
		margin-bottom:0.563em;
	}
	.footnote p {
		margin:0 0 0.563em 0;				
		font-size:0.688em; /* 11px; */
		line-height:13px;
	}
	#content .footnote ul, #content  .footnote ol {
		font-size:0.813em;
		margin:0 0 0.563em 0;	
	}
	#content .footnote ul li, #content  .footnote ol li {
		font-size:0.813em;
		line-height:13px;
		margin:0 0 0.563em 0;	
	}


	a.link-back:before  {
		content:"";
		float:left;
		width:12px;
		height:21px;
		margin-top:2px;
	    background: url(images/sprite.png)  no-repeat scroll 0px -139px transparent;
	}
	a.link-back{	
		color:#000000;
		padding:15px 26px 18px;
	}

	#important-information a.link-back .product  {
		display:inline;
	}

	.expandable-container a.link-expand
	{
		border-top:1px solid #cccccc;
		display:block;
		padding:16px 26px;
		background:url("images/icon_arrow_expand_link.gif") no-repeat scroll 100% 0 transparent;
	}

	.expandable-container a.open
	{
		background-position:100% -245px !important;
	}

	.expandable-container a.closed
	{
		background-position:100% 0 !important;
	}

	a.link-expand .title
	{
		display:block;
		font-size:1.063em; /* 17px */
		padding:0 0 10px 0;
	}

	a.link-expand .summary
	{
		font-size:0.813em; /* 13px; */
		color:#4d4d4d;
		display:block;
		font-weight:normal;
	}

	#callback a.link-expand .callback {
		background:url("images/icon_callback.gif") no-repeat scroll 0 0 transparent;
		display:block;
		min-height:55px;
		padding-right:12px;
	}

	#callback a.link-expand .title
	{
		padding:0 0 10px 46px;
		
	}

	#callback a.link-expand .summary 	{
		padding:0 0 0 46px;
	}


/* call to action and call us styles */
	#content #content-wrapper .call-us {
		padding:0; 
	}
	#content .call-us > div {
		border-bottom:1px solid #cccccc;
		padding:15px 26px; 
		line-height:22px;
	}
	
	#content .call-us > div.contains-image {
		padding:15px 26px 5px 26px;    
	}
	

	#content .call-us > div:last-child {
		border-bottom:0;
	}

	#content .call-us a.phone-number {
		font-size: 16px;
	}

	#content .call-to-action h2 {
		margin: 4px 0 10px;         
	}

	#content .call-us h2, 
	#content .call-us h3 {
		width:60%;        
	}
	#content .call-to-action > div h2 {
        font-size:0.813em;
		margin: 0 0 4px;         
	}
	#content .call-to-action > div {
		border-bottom:1px solid #cccccc;
		background:none;	
	}
	#content .call-to-action > div.contains-image {
		padding: 0 0 5px 0;      
	}	
	
	#content .call-to-action div.contains-image > h2,
	#content .call-to-action div.contains-image > h3,
	#content .call-us div.contains-image > div,
	#content .call-to-action div.contains-image > div {
		overflow:hidden;    
		margin:10px 0 0 50px;
	}
	
	
	#content .call-to-action div > h2,
	#content .call-to-action div > h3,
	#content .call-us div > div,
	#content .call-to-action  div > div {
		margin:10px 0 0 0px;
	}
	#content .call-to-action > div:last-child {
		border-bottom:none;
	}
			
	.call-to-action a,
	.call-us a {
		display:block;
		font-size: 13px;
		margin: 0 0 6px;
	}

	.call-to-action p a {
		margin:4px 0 0;
	}

	.call-us div img,
	.call-to-action div img {
		float:left;
		margin:4px 0 0 0; 
	}
	
	.text-left {
		display:inline-block;
		float:left;
		width:68%; 
	}	
	.text-right, a.phone-number {
		display:inline-block;
		text-align:right;
		float:right;
	}
	a.phone-number {
		margin:2px 0 0;
		font-size:1em;
	}

	ul li .title { 
		padding-bottom:10px; 
		color:#000;		
	}
	#content a.inline {display:inline;}

	/* social panel */
	#content .social-panel  { margin-top:-10px;}
	#content .social-panel h2 { color: #fff;font-size:1.250em; font-weight:normal;line-height:24px;}
	#content .social-panel h2 a { font-weight:normal; }
	
	#content .textimage h2 a, 
	#content .textimage h3 a { 
		display:inline-block;
	}

	/* common */
	#navigation li a:before, #footer-navigation ul.chevron-right-gr li a:before, #home-link   {
		background-image: url(images/sprite.png);
	}	
	#footer-navigation li a, #home-link , a.button  {
		background-repeat: no-repeat;
	}
	li.divider { margin-top:8px; }

	a.button {
		background: #c20000; /* fallback */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3131), color-stop(75%,#c20000)); /* Saf4+, Chrome */
		background: -webkit-linear-gradient(top,  #cc3131 0%,#c20000 75%); /* Chrome 10+, Saf5.1+ */
		background: -moz-linear-gradient(top,  #cc3131 0%, #c20000 75%); /* FF3.6+ */
		background: -ms-linear-gradient(top,  #cc3131 0%,#c20000 75%); /* IE10 */
		background: -o-linear-gradient(top,  #cc3131 0%,#c20000 75%); /* Opera 11.10+ */
		background: linear-gradient(to bottom,  #cc3131 0%,#c20000 75%); /* W3C */

		border: 1px solid #920600; 
		border-radius:3px;
		padding: 8px; 
		color: #fff; 
		display: inline-block; 
		white-space: nowrap;
		font-size:15px;
	}
	.red a.button, a.button.black {
		border:1px solid #000;
		background:#000; /* Old browsers */	
		background:-moz-linear-gradient(top, #4f4b4c 0%, #020202 100%); /* FF3.6+ */
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4b4c), color-stop(100%,#020202)); /* Chrome,Safari4+ */
		background:-webkit-linear-gradient(top, #4f4b4c 0%,#020202 100%); /* Chrome10+,Safari5.1+ */
		background:-o-linear-gradient(top, #4f4b4c 0%,#020202 100%); /* Opera 11.10+ */
		background:-ms-linear-gradient(top, #4f4b4c 0%,#020202 100%); /* IE10+ */
		background:linear-gradient(to bottom, #4f4b4c 0%,#020202 100%); /* W3C */
	}

	a.button.small {
		padding:4px 8px; 
	}
	/* header */
	header { 	background:none no-repeat scroll 0 27px #c20000; min-height:92px; }

	#logo {
		float:left;
		position:absolute;
		left:20px;
	}

	#logolink  {
		display:block;
		height:79px;
		width:55px;
	}

	#branding {
		background:url("images/strapline.png") no-repeat scroll 87px 7px #ffffff;
		height:27px;
		width:100%;
	}

	#home-link {
		background-position: 0 -166px;
		height:27px;
		padding-left:20px;
		float:right;
		text-align:right;
		margin-right:10px;
		color:#c20000;
		font-size:.8125em;
		line-height:27px;
	}

	header h1 {
		color:#ffffff;
		font-size:1.375em;
		line-height:26px;
		padding:30px 20px 26px 82px;
		font-family: "CorpidHeavy";
	}

	/* footer */
	footer {
		background-color:#F2F4F6;
		border-top:1px solid #cccccc;
		padding-top:6px;
	}

	footer li 	{ font-size:1em; /* 16px */ }	
	footer p#copyright { 
		padding:0 26px 10px; 
		font-size:0.813em; /* 13px */ 
		color: #4C626C;
		margin:0;
	}	

	#footer-navigation {
		margin-bottom:10px;
	}

	#footer-navigation ul.chevron-right-gr li a:before {
		content:"";
		float:left;
		width:12px;
		height:11px;
		margin-top:4px;
		background-position: 0px 0px;
	}

	#footer-navigation ul.chevron-right-gr li a {
		display:block;
		padding:12px 0 12px 26px;
	}

	#footer-navigation ul.chevron-right-gr li a:hover {
		background-color: #f6f6f6;
		cursor: pointer;
	}

	/* social media */	
	#footer-navigation  ul#links-social-media  {
		margin: 0;
		padding: 15px 0;
		Text-align: center;
	}		

	#footer-navigation  ul#links-social-media li {
		display: inline;
		list-style: none;
	}
	#footer-navigation ul#links-social-media li a {
		display: inline;
		margin: 0 auto;
		border-bottom: 0px;
		padding-top: 20px;
		margin: 0 8px;
	}
		
	#footer-navigation ul#links-social-media li a:hover {
		background-color: transparent;
	}


	/* main content */
	#content { 
		background:#fff; 
	}

	/* navigation */

	#navigation > ul {
	   padding: 10px 0 8px;
	   margin:0;
	}

	#navigation > ul > li h2{
		background:#000;
		color:#fff;
		padding:6px 26px;
		font-size:0.813em;  
		font-weight:bold;
		margin:0; 
	}

	#content #navigation li a	{
		display:block;
		padding:16px 26px;
		color:#000000;
	}

	#navigation li a:before {
		content:"";
		float:left;
		width:12px;
		height:25px;
		background-position: 0 -106px;
	}

	#content #navigation li a:hover {
		background-color: #f1f1f1;
		cursor: pointer;
	}

	#content #navigation li a .description {
		display:block;
		font-size:0.7647em; /* 13px */  
		font-weight:normal;
		padding:4px 12px 0;
	}

	/* containers */
	#content #business-video-containter {
		display:block;
	}	
	#content #business-video-containter iframe, .video-container iframe{
		float:right;
		width:130px;
		margin-left:14px;
	}
	#content #full-website-containter {
		padding-bottom:10px;
	}
	#full-website-containter img {
		float:left;
		margin-top:4px;
	}
	#full-website-containter p {
		padding-left:50px;
		min-height:39px;
	}
	
	/* clear fixes */
	.clear {
		height: 0px !important;
		line-height: 0 !important; 
		clear: both !important;
		font-size: 1px !important;
		float: none !important;
		padding: 0px !important;
		margin: 0px !important;
		width: auto !important;
		display: block !important;
		visibility: hidden !important;
		overflow: hidden !important;
	}

	.cf:after	{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		margin:0;
	}

	.cf {display: block; }
	html[xmlns] .cf {display: block;}
	* html .cf {height: 1%;}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min-resolution: 124.8dpi) { 
	
	#branding {
		background:url("images/strapline-2x.png") no-repeat scroll 87px 7px #ffffff;
		height:27px;
		width:100%;
		-moz-background-size:107px 14px;
		-ie-background-size:107px 14px;
		-o-background-size:107px 14px;
		-webkit-background-size:107px 14px;
		background-size:107px 14px;
	}
	
	#navigation li a:before, #footer-navigation ul.chevron-right-gr li a:before, #home-link   {
		background-image: url(images/sprite_2x.png);
        background-size:17px 216px;
	}
	
	a.link-back:before 	{
		background: url(images/sprite_2x.png)  no-repeat scroll 0px -139px transparent;
        background-size:17px 216px;
	}

}
