/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 12px;
	line-height: 1.231;
}
body, button, input, select, textarea {
	font-family: Arial, sans-serif;
	color: #222;
}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection {
background: #00a5d6;
color: #fff;
text-shadow: none;
}
::selection {
background: #00a5d6;
color: #fff;
text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #00e;
}
a:visited {
	color: #551a8b;
}
a:focus {
	outline:none;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, p {
	margin:0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
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: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	width: auto	9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
 overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
	line-height: normal;
*overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */


img, .png {
	behavior:url(iepngfix.htc);
}
.clr {
	clear:both;
}
.nopad {
	padding:0;
	margin:0;
}
body {
	/*	background:url(../img/back-body.jpg) top left repeat-x; */
	background:url(../img/back-content.jpg) top left repeat-x;
	background-color:#140C55;
/*	font-size:11px;*/
/*	font-family:Tahoma, Arial, Helvetica, sans-serif;*/
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   color:#fff;
}
#videoflash {
	display: none;
}
#loginBox {
	display:none;
}
a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#viewthumb {
	float:right;
	margin:5px 25px 0 0;
}

#footer {
	margin-top: 10px;
	color: #999999;
}

#footer a {
	color:#ccc;
	font-weight:normal;
}

#footer a:hover {
	color:#FFB71A;
	font-weight:normal;
}

a:hover {
	color:#000000;
}
#container {
	width: 1000px;  /* using 20px less for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header {
	background:url(../img/back-header.jpg) top left repeat-x;
	background-color:#000066;
	width: 1000px;
}
#header-logo {
	float:left;
	padding:20px 0 13px 15px;
}
#header-email {
	margin-top:25px;
	float:right;
	padding-right:15px;
	text-align:right;
}
#address-bar {
	background:url(../img/back-address-bar.jpg) top left repeat-x;
	background-color:#FFB71A;
	height:20px;
	text-align:right;
	padding-right:15px;
	color:#000;
	line-height:19px;
}
#address-bar a {
	color:#000;
	font-weight:normal;
}
#address-bar a:hover {
	color:#fff;
}
#address-bar .fl {
	float:left;
	padding-left:15px;
}
#address-bar .fr {
	float:right;
}
#content {
	background:url(../img/back-content.jpg) top left repeat-x;
	background-color:#140D56;
	width: 1000px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#main-menu-toggle { display: none; }

#nav {
	margin-left:23px;
	margin-top:55px;
	width:206px;
	list-style:none;
	padding:0;
}
#nav a {
	display:block;
	width:206px;
	height:43px;
	margin-bottom:6px;
	background-color:#337cb3;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size:18px;
	color:#FFF;
}
#nav a:hover, #nav li.active a {
	color:#16105A;
	background-color:#ffb71a;
}
#nav a strong {
	display:block;
	padding:10px 25px;
}

#newsletter-subscribe {
	padding: 0 25px;
}

#newsletter-subscribe h1 { padding-top: 10px; }

#newsletter-subscribe input {
	background-color: transparent;
	border: none;
	padding: 5px 8px;
	color: #598eb0;
	margin-left: 20px;
	font-weight: bold;
}

#newsletter-subscribe .control-group {
	margin-bottom: 5px;
	padding: 0 5px;
	background-color: #003d73;
	border: 1px solid #00336a;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#subscribe-name-wrapper { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbRJREFUeNpkU9tOwzAMjdP0sqFNk8YLEvwHP8Yvg4TQGKO0rEltbCfpZbhSmya+HJ/jwOPzC5lkAMBvIuIFv+NOXEwG/BjZcrQ4lhg5iEfxS1PGtA+6wZHLrHMKXlsLOVL/528E5cy/MFkghbajEGxTFU0jvgvwAoGMi1CWzaD3v28fNHgy7GSL/ba5Py7Ba3Gy6+4ZJHC1sb8iokGicRwvHQ6DMKM1YkE2u+JQj2ikqStKtEhxk36loBGG1jB4BROO7MjFNZwmknlhKWuwol6rKgL5Rx9UyJXaSn1Cn8xuGiglY8LhXNHUGpILaLClNTTx3DSsBOSJKfc7W7mJRcqNWQWxGAZNUVSlyVNlXWHUIedKZpWo1HpEMv704buVLbXhdA5dHwVZyu6mKTcj+rYLXxcKyCpOhOMQrq/vvm7Kw85ua57KeKTTB+DPl+GTY0ZYDijkxtBQ34e+LypXHg9ud8cOSRV/krCsMsW7lHSA1Dy/8Rr8ubV8GWTi46yo0Df65zuVd8SFioDR0cWM26cHwZS5ne8Ns2rypdXc3Cchak2h09i6NOnGzsKZG4Mcj3L0J8AAlfJDHaBsrLUAAAAASUVORK5CYII='); }
#subscribe-email-wrapper { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd9JREFUeNpcVIlOwzAMjd2sXTk0sW5cgv/gy/hkQOwAMdat7RLj2Em7klZrEt/Pz4Onl1cDhogA+BMe3vDRyAJ+5KM3QUcWHzEoG5GzDAZZ3ICJtqAqZJJTG33ECGoPEp+iqtxH9bRYwYKJqQKKNqIaG0phxRqTRVA2xnuy6qz72Xffu1gO9EVKYEiBZA8cJbf58saqRjbN6apsN9/kfZ+ZQgVwliO7mk6L2aWmGK6a1RbLorir0CLLAZElimb/8jG7uigfF65u/KFFuSI6NMe3T+OpuL8Fjh/Tln4oPAh5NcsX83b11W6+WI6xHrZ3rl1vqTsVt5Wd5kN5wcoUi7m9vmhWG0ZE247Ud90AI8Zp+33NadvLkqvkFxGLZYWT7Pi+dvtDcBOcclekAWdgUrP98Z0rljct+2qbSTVnwfFjTSdHgzJZQZt6Fijfut2vIT+pZoyCrxvG3HvPcGrJyg4bGcuVSrMCvSSZ0672zoPNTr916GHoMiUqQ4w5EA36tFnZuMMxMFv2kGTi3rETG7mRW0ZixMzxPg6QMBjZW4ZWuVI+P6g4xlfLNG6JTJBKY956xZb+T4OoBCaKmZdNPzr6iwOZ0wSSzorRaYPRcJ6N+zkTRiH/XY9cyP/GnwADAMGEKyPoufETAAAAAElFTkSuQmCC'); }

#newsletter-subscribe ::-webkit-input-placeholder { color: #598eb0; }
#newsletter-subscribe :-moz-placeholder { color: #598eb0; }
#newsletter-subscribe ::-moz-placeholder { color: #598eb0; }
#newsletter-subscribe :-ms-input-placeholder { color: #598eb0; }

#newsletter-subscribe button {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #DB9F27;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #fff2d8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjJkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmI3MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff2d8 0%, #ffb71a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff2d8), color-stop(100%,#ffb71a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff2d8 0%,#ffb71a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff2d8 0%,#ffb71a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff2d8 0%,#ffb71a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff2d8 0%,#ffb71a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2d8', endColorstr='#ffb71a',GradientType=0 ); /* IE6-8 */
}

#loginBox {
	padding-left:20px;
	width:180px;
	height:150px;
}
.input {
	background:url(../img/back-input.png) top left no-repeat;
	width:177px;
	height:24px;
	margin-top:3px;
	margin-bottom:10px;
}
.input input {
	border:0;
	background:none;
	padding-top:3px;
	padding-left:4px;
}
#content .column-left {
	float: left;
	width: 229px;
}
#content .column-right {
	float: left;
	width: 755px;
	margin-top:25px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background:url(../img/content-backs/with-nav.png) left top repeat-y;
	behavior:url(style/iepngfix.htc);
}
.content-home #content .column-right {
	background:url(../img/content-backs/home.png) left top no-repeat;
}
#content .column-right .c-2-1 {
	width:280px;
	float:left;
}
#content .column-right .c-2-2 {
	width:440px;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
}
p {
	padding-bottom:6px;
	line-height:19px;
}
p.first, h1 {
	padding-top:30px;
}
h1 {
	color:#FFB71A;
	font-size:16px;
	margin-bottom:10px;
}
.content-home p {
	padding-bottom:6px;
	padding-left:15px;
	line-height:19px;
}
.content-home p.first {
	padding-top:30px;
}
.contentStandard {
	float:left;
	width:525px;
	margin-left:20px;
	padding: 20px 15px;
}
.content-home .contentStandard {
	clear:both;
	width:auto;
	margin-left:0;
	padding-left:0;
}
.content-links .contentStandard {
	padding-left:0;
	width:710px;
}
#video {
	padding-top:30px;
	padding-left:29px;
}
#video p {
	padding-left:40px;
	padding-top:4px;
}
#accordion {
	padding-left:10px;
	padding-top:30px;
	float:left;
	width:165px;
	margin-bottom:10px;
}
#accordion .blue {
	color:#16105A;
}
#accordion a {
	color:#16105A;
	display:block;
}
#accordion a.active, #accordion > li.active > a, #accordion li.current > a, #accordion a:hover {
	color:#fff;
}
#accordion {
	list-style:none;
	margin-top:0;
}
#accordion > li {
	padding-top:5px;
}
#accordion li {
	line-height:16px;
	font-size:11px;
	border-top:1px dashed #16105A;
}
#accordion li.first {
	border:none;
}
#accordion li.last {
	border-bottom:1px dashed #16105A;
}
#accordion li a {
	padding-left:5px;
	font-weight:bold;
	padding-bottom:6px;
}
#accordion .nav_sub ul {
	list-style:none;
	padding:0;
	margin-bottom:0;
	margin-top:0;
	display:none;
}
#accordion li.active .nav_sub ul {
	display:block;
}
#accordion .nav_sub ul li {
	border:none;
}
#accordion .nav_sub .nav_sub a {
	font-weight:normal;
}
.element {
	display:none;
}
.element p {
	padding-left:5px;
	line-height:16px;
}
.element p.first {
	padding-top:4px;
}
p.heading {
	font-weight:bold;
	color:#FFB71A;
	font-size:14px;
}
.y, .yellow {
	color:#FFB71A;
}

#cta-wrapper {
	margin: 10px 15px 0 12px;
	border-top: 1px dashed #666;
	padding: 10px 0;
}

#cta-wrapper a {
	margin-right: 10px;
}

/*NEWS */

table.first {
	padding-top:28px;
}
.newstable tr.newsitem td {
	padding:6px 0px;
}
td.bottomborder {
	border-bottom:1px dotted #fff;
	line-height:1px;
}
.press {
	background:url(../img/page_white_acrobat.png) right no-repeat;
}
.backtotop a {
	font-size:9px;
}
.contentStandard ul {
	padding:0;
	margin:0;
	margin-left:30px;
	line-height:19px;
	padding-bottom:7px;
}
.contentStandard ul li {
	list-style-position:outside;
}
.svc-photo {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.svc-photo-left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.svc-photo-left div.photoheading {
	font-weight:bold;
	padding-bottom:4px;
}
.learnmore {
	padding-top:10px;
}
.break {
	border-top:1px dashed #fff;
	margin-top:10px;
	clear:both;
}
#zoom p {
	padding-top:10px;
	color:#666;
}
.thumb-container, .thumb-inner, .thumb-img {
	border: 0;
	display: block;
	display: inline-block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.thumb-container {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	height: 80px;
	margin: 10px;
	padding: 6px;
	width: 130px;
}
.thumb-container a, .thumb-container img {
	border: 0;
	margin: 0;
}
.thumb-center img, .thumb-strip, .thumb-icon {
	position: absolute;
}
.thumb-center img {
/*	margin-left: 50%;
	margin-top: 50%;*/
}
.thumb-strip {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	color: #222;
	font: 10px/16px Arial, sans-serif;
	height: 16px;
	bottom: 0;
	left: 0;
	letter-spacing: -1px;
	text-indent: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.thumb-icon {
	background: url(../img/zoom-icon.png) no-repeat;
	bottom: 2px;
	height: 22px;
	right: 4px;
	width: 22px;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.read-more {
	display: none;
}



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}
 @media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

/* Retina Screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

/* Tablets to phones, landscape portrait */
@media (min-width: 320px) and (max-width: 767px),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	/* Reset main layout elements */
	html, body {
		padding-right: 0;
		padding-left: 0;
		font-size: 14px;
	}

	#main-menu-toggle {
		display: block;
		padding: 10px 15px;
		background-color: #4f4980;
		color: white;
	}

	#container,
	#header,
	#address-bar,
	#content {
		width: auto;
	}

	#header,
	#address-bar {
		background-image: none;
	}

	#address-bar {
		height: auto;
		line-height: 20px;
		text-align: right;
	}

	#address-bar .fl,
	#address-bar .fr {
		float: none;
		display: block;
		padding: 7px 10px;
	}

	#content .column-left,
	#content .column-right,
	.content-home #content .column-right,
	#content .column-right .c-2-1,
	#content .column-right .c-2-2,
	#accordion {
		float: none;
		width: auto;
		margin: 0;
		background-image: none;
	}

	#accordion { padding: 10px; }
	#accordion li a { color: white; }
	#accordion li a:hover,
	#accordion li a:focus,
	#accordion li a:active,
	#accordion li.active a, #accordion .nav_sub li.active a { color: #FFB71A; font-weight: bold; }

	.content-home p.first,
	.content-home p {
		padding: 0 0 6px;
	}

	.content-links .contentStandard,
	.contentStandard {
		width: auto;
		margin-left: 0;
	}

	.content-links .contentStandard,
	.content-home .contentStandard { padding: 20px; }

	#video { padding: 0; text-align: center; }
	#video p { padding: 0; }
	#footer { padding: 10px; }

	#cta-wrapper { display: none; }

	#nav {
		width: auto;
		margin: 0 10px 10px;
		padding-top: 10px;
		display: none;
	}

	#nav a {
		width: auto;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	#accordion li {	
		font-size: 13px;
		border-top: 1px dashed #888;
	}
	#accordion li.last {
		border-bottom: 1px dashed #888;
	}
	p.first, h1 {
		padding-top: 0;
	}
	.nav_sub {
		margin-left: 15px;
	}
	#accordion li a, #accordion .nav_sub li a {
		font-weight: normal;
		padding-top: 6px;
	}
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	#header-email {
		display: none;
	}
	#address-bar {
		text-align: left;
	}
	#address-bar .fl, #address-bar .fr {
		padding-left: 15px;
	}
	#address-bar span:first-child { 
		padding-bottom: 0;
	}
	.content-home .contentStandard .c-2-1 p:first-child {
		text-align: left !important;
	}
	.svc-photo {
		float: none;
		padding-left: 0;
	}
}