/*
 *	Reshaping care and support planning for outcomes
 *	Ian Phillip for Iriss <www.iriss.org.uk>
 *	Sept 2011
 */

/* CORE
 * ************************************************************************* */
::selection { background: #d9e4ec; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: 300;
	width: 75%;
	margin-bottom: .1em;
	color: #303030;
	text-shadow: 0 1px 0 #fff;
}
h1 em { 
	line-height: 1em; 
	font-weight: bold; 
	font-style: normal;
}
h2 {
	font-size: 2em;
	line-height: 1.1em; 
	margin: 0.5em 0;
	font-weight: bold;
	letter-spacing: -1px;
}
h3 {
	background: #004a83;
	/*background: #303030;*/
	color: white;
	padding: 1em;
	font-size: .8em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 1.5em 0;
	border-radius: 3px;
}
h4 {
	font-size: 1.5em;
	line-height: 1.25;
	margin-bottom: 2em;
	color: #666;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

/* Text elements */
p { margin: 0 0 1.5em; }
a {
	cursor: pointer;
	color: #004a83;
	text-decoration: underline;
}
a:focus, a:hover { color: #000; }
h1 a {
	line-height: 1em;
	text-decoration: none;
	color: #333;
}
big, .large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
b, strong { font-weight: bold; }
em, dfn, i { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { 
	border-bottom: 1px dotted #666;
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}
abbr[title], acronym[title], dfn[title] {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
del	{
	background: #ffcccc;
	color: #666;
	padding: 0 0.25em;
	text-decoration: strikethrough;
}
ins {
	background: #c7f2c8;
	color: #000;
	padding: 0 0.25em;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
code, kbd, pre, samp, tt, var {
	font: 1em Consolas, 'Andale Mono', 'Lucida Console', monospace;
	line-height: 1.5;
}
kbd { font-style: italic; }
small, .small {
	font-size: .8em;
	line-height: 1.875em;
	margin-bottom: 1.875em;
}
sub, sup, .sub, .sup {
	font-size: 0.9em;
	line-height: 1%;	
}
sub, .sub	{ vertical-align: sub; }
sup, .sup	{ vertical-align: super; }
var			{ color: #1111f0; }

/* Quotes */
blockquote	{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #666;
	font-style: italic;
	margin: 1.5em;
	padding: 0 1em;
}
blockquote cite {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}
cite {
	font-style: italic;
	font-weight: bold;
}
q:before {
	content: "\201C";
	padding-right: 0.1em;
}
q:after {
	content: "\201D";
	padding-left: 0.1em;
}

/* Lists */
li ul, li ol	{ margin: 0 1.5em; }
ul, ol			{ margin: 0 1.5em 1.5em 1.5em; }
ul				{ list-style-type: disc; }
ol				{ list-style-type: decimal; }
dl				{ margin: 0 0 1.5em 0; }
dl dt			{ font-weight: bold; }
dd				{ margin-left: 1.5em;}

/* Tables */
table {
	margin-bottom: 1.4em;
	width: 100%;
}
thead th, thead td {
	background: #c3d9ff;
	border-bottom: 1px solid #000;
}
th				{ font-weight: bold; }
th, td, caption	{ padding: 4px 10px 4px 5px; }
tr.even td		{ background: #fff; }
tfoot			{ font-style: italic; }
caption			{ background: #dadada; }

/* Forms */
textarea {
	border: 1px solid #dadada;
	border-radius: 6px;
	margin-bottom: 1em;
	padding: .5em 1%;
	width: 97.5%;
}
textarea.blurred {
	color: #999;
	text-transform: uppercase;
	line-height: 30px;
}

/* BUTTONS
 * ************************************************************************* */
button {
	font: .875em "Mukti Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	height: 2.95em;
	padding: 0 0.91em;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: white;
	background-color: #454545;
	border-color: #333 #333 black;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .45);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	background-image: -moz-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: -ms-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: -o-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#474747),color-stop(100%,#2B2B2B));
	background-image: -webkit-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: linear-gradient(to bottom,#474747 0,#2B2B2B 100%);
}
button:hover,
button:focus {
	background-image: none;
	background-color: #333;
	color: white;
}
button:active {
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 1);
	-ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 1);
	-o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 1);
	border-color: #ddd #eee #fff ;
}
button img {
	margin-left: 5px;
	vertical-align: middle;
}

/* paging buttons */
.next-prev {
	background: #efefef;
	padding: 9px;
	margin: 1.5em 0 .5em;
	border-radius: 9px;
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	-o-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	text-align: right;
}
a.button {
	color: #555;
	font-weight: bold;
	font-size: .8em;
	line-height: 1em;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	display: inline-block;
	padding: 14px 20px;
	margin: 0;
	height: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	border-bottom-color: #AAA;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=white,EndColorStr=#E0E0E0);
	background-image: -moz-linear-gradient(top,white 0,#E0E0E0 100%);
	background-image: -ms-linear-gradient(top,white 0,#E0E0E0 100%);
	background-image: -o-linear-gradient(top,white 0,#E0E0E0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#E0E0E0));
	background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);
	background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
	-moz-box-shadow: inset 0 0 1px white;
	-ms-box-shadow: inset 0 0 1px white;
	-o-box-shadow: inset 0 0 1px white;
	-webkit-box-shadow: inset 0 0 1px white;
	box-shadow: inset 0 0 1px white;
	
}
a.button:hover,
a.button:focus {
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
}
a.button:active {
	background-image: none;
	background-color: #dadada;
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-o-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
}
a.button.start { padding-right: 16px; }
a.button.next {
	float: right;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid #CBCBCB;
	padding-right: 16px;
}
a.button.prev {
	background-color: #cbcbcb;
	background-position: 0 100%;
	text-align: left;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	padding-left: 16px;
}
a.button.start img,
a.button.next img { margin-left: 6px; }
a.button.prev img { margin-right: 6px; }

/* UTILITIES
 * ************************************************************************* */
.hide		{ display: none; }
.quiet		{ color: #666; }
.loud		{ color: #000; }
.highlight	{ background: #ff0; }
.added {
	background: #c7f2c8;
	color: #000;
	padding: 0 0.25em;
}
.removed {
	background: #ffcccc;
	color: #666;
	padding: 0 0.25em;
	text-decoration: strikethrough;
}
.caps {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1%;
	padding: 0 2px;
	text-transform: lowercase;
}
.fancy {
	color: #666;
	font-family: "Palatino", "Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
.clear { clear: both; }
.js-warning {
	color: white;
	background: #901E07;
	padding: 5px 10px;
	border: 1px solid #7b1505;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	text-shadow: #7b1505 0 1px 0;
}
.js-warning a,
.js-warning a:visited  { color: white; }
.js-warning a:hover { color: #FF3210; }

/* LAYOUT
 * ************************************************************************* */
body {
	background: #232323;
	font: .875em "Mukti Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#page-wrap-outer {
	background: #f9f9f9;
	padding-bottom: 1em;
	margin: 0;
}
#page-wrap-inner {
	position: relative;
	max-width: 1440px;
	margin: 0 1em;
}
#main {
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
	display: block;
	vertical-align: top;
}
.grid {
	float: left;
	width: 23.5%;
	display: block;
	vertical-align: top;
	margin-right: 1.5%;
}
.grid.col-2-of-2,
.grid.col-3-of-3,
.grid.col-4-of-4 { margin-right: 0; }
.grid.col-1-of-4 { width: 25%; }
.grid.col-1-of-2,
.grid.col-2-of-2,
#main.grid.col-1-of-2 { width: 49.25%; }
.grid.col-1-2-of-4 { width: 50%; }
.grid.col-1-3-of-4 { width: 75%; }

/* tweaks for review page */
.grid.col-2-of-2 .grid.col-3-of-4 { margin-right: 3%; }
.grid.col-2-of-2 .grid.col-3-of-4,
.grid.col-2-of-2 .grid.col-4-of-4 { width: 48.5%; }
.grid.col-2-of-2 .grid.col-3-of-4 .key-docs { margin-top: 0; }

/* MASTHEAD
 * ************************************************************************* */
#masthead {
	position: relative;
	background-color: #303030;
	padding: 9px 0;
	min-height: 34px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
#masthead h1 {
	letter-spacing: 0px;
	margin-left: 11px;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 1.5em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .45);
}
#masthead h1 a { color: #dadada; }
#masthead h1 a:hover,
#masthead h1 a:focus { color: #fff; }

/* JUMP NAVIGATION
 * ************************************************************************* */
.jumpmenu {
	position: absolute;
	top: 9px;
	right: 1%;
	width: 22.5%;
	z-index: 9999;
}
.jumpmenu h3 {
	margin-bottom: 3px;
	cursor: pointer;
	border: 1px solid #636363;
	border-top-color: #747474;
	border-bottom-color: #525252;
	padding: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .45);
	background-color: #303030;
	background-image: -moz-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: -ms-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: -o-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#474747),color-stop(100%,#2B2B2B));
	background-image: -webkit-linear-gradient(top,#474747 0,#2B2B2B 100%);
	background-image: linear-gradient(to bottom,#474747 0,#2B2B2B 100%);
}
.jumpmenu h3 span {
	background: url('../img/icn-nav.png') no-repeat 0 0;
	padding: 1em 1em 1em 40px;
	line-height: 1em;
	display: block;
}
.jumpmenu h3.hoverstate,
.jumpmenu h3.expanded {
	background-color: #004a83;
	background-image: -moz-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: -ms-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: -o-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1a5c8f),color-stop(100%,#004a83));
	background-image: -webkit-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: linear-gradient(to bottom,#1a5c8f 0,#004a83 100%);
	border-color: #7ea2c1;
	border-top-color: #98bcdb;
	border-bottom-color: #6488a6;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
}
.jumpmenu h3.expanded span { background-position: 0 -50px; }

.jumpmenu.nav ul {
	border: 1px solid #ccc;
	background: white;
	padding: 4px 0;
	margin: 0;
	font-size: 1em;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
}
.jumpmenu.nav ul li {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	font-weight: bold;
}
.jumpmenu.nav a {
	display: block;
	background: transparent;
	color: #303030;
	text-decoration: none;
	padding: 3px 7px;
}
.jumpmenu.nav a:hover,
.jumpmenu.nav a:focus {
	background-color: #004a83;
	background-image: -moz-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: -ms-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: -o-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1a5c8f),color-stop(100%,#004a83));
	background-image: -webkit-linear-gradient(top,#1a5c8f 0,#004a83 100%);
	background-image: linear-gradient(to bottom,#1a5c8f 0,#004a83 100%);
	color: white;
}
.jumpmenu.nav .current a { color: #a0a0a0; }
.jumpmenu.nav .current a:hover,
.jumpmenu.nav .current a:focus { color: #a0a0a0; background: transparent; }

/* CS VIDEOS
 * ************************************************************************* */
.video {
	background: #efefef;
	margin-bottom: 1.5em;
	padding: 14px 11px 13px;
	border-radius: 9px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .33);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .33);
}
.video h4 {
	font-size: 1.71em;
	font-weight: bold;
	color: #303030;
	line-height: 1.1em;
	padding: 0;
	margin-bottom: 17px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	text-shadow: white 0 1px 0;
}
.video h4 span {
	float: right;
	line-height: 1.1em;
	font-size: 24px;
	text-align: right;
	color: white;
	margin: 0;
	text-shadow: none;
	font-weight: bold;
}
.video#v1			{ background: #efefef url(../img/bg-flag-gr.png) no-repeat 100% 0; }
.video#v2 			{ background: #efefef url(../img/bg-flag-p.png) no-repeat 100% 0; }
.sec01 .video#v1	{ background-image: none; }
object img 			{ width: 100%; height: auto; }
.downloads 			{ font-size: .8em; margin: 1em 0 0 0; }
video 				{ width: 100% !important; height: auto !important; }

/* REFLECTION ACTIVITIES
 * ************************************************************************* */
.question {
	margin-top: 1em;
	padding-top: 1.5em;
	border-top: 3px solid #dadada;
}
#q1 {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
#reflections-area h5 {
	line-height: 1.25em;
	margin-bottom: 1em;
	font-size: 1.14em;
}
#reflections-area h5 span {
	color: #666;
	font-weight: normal;
	font-size: .69em;
	text-transform: uppercase;
}
#reflections-area h6 {
	background: #dadada;
	padding: 1em;
	font-size: .8em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	margin: 1em 0;
	border-radius: 3px;
}

/* DOCS + A/V
 * ************************************************************************* */
.col-1-of-4, .col-2-of-4,
.col-3-of-4, .col-4-of-4 		{ color: #414141; font-size: .93em; }
.col-1-of-4 h3, .col-2-of-4 h3,
.col-3-of-4 h3, .col-4-of-4 h3 	{ font-size: 11px; }
.col-3-of-4 h4, .col-4-of-4 h4 {
	color: #555;
	font-size: 1.38em;
	text-shadow: white 0 1px 0;
	padding: 6px 0;
	margin-bottom: 0;
}
.col-1-of-4 ul, .col-2-of-4 ul,
.col-3-of-4 ul, .col-4-of-4 ul	{ margin: 0 0 2em 0; }
.col-1-of-4 li, .col-2-of-4 li,
.col-3-of-4 li, .col-4-of-4 li {
	border-top: 1px solid white;
	border-bottom: 1px solid #dadada;
	padding: 9px 0 10px 0;
	list-style: none;
}
.col-1-of-4 li.first, .col-2-of-4 li.first,
.col-3-of-4 li.first, .col-4-of-4 li.first	{ border-top: none; }
.col-1-of-4 li.last, .col-2-of-4 li.last,
.col-3-of-4 li.last, .col-4-of-4 li.last	{ border-bottom: none; }
.col-1-of-4 li p, .col-2-of-4 li p,
.col-3-of-4 li p, .col-4-of-4 li p 			{ margin-bottom: 0; }

/* key docs panel */
.key-docs {
	background: #fff;
	padding: 8px 11px;
	margin: 16px 0 1.5em 0;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.key-docs h4 {
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: none;
	margin: -8px -11px 2px -11px;
	padding: 9px 11px;
	background: #303030;
	color: white;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.grid .key-docs ul 		{ margin-bottom: .5em; }
.grid .key-docs li		{ border-color: #dadada; border-top: none; }
.grid .key-docs li.last { border-bottom: none; padding-bottom: 0; }

/* audio styles */
audio { width: 100% !important; }
audio, object { margin-top: 1em; }

/* supplementary videos */
.col-4-of-4 video,
.gcol-4-of-4 object,
.col-4-of-4 embed {
	margin-top: 1em;
	max-width: 500px;
}
.sup-vid h5 a {
	padding-left: 20px;
	background: url(../img/icn-sprite.png) no-repeat 2px -57px;
}
.key-docs .sup-vid h5 a { background-position: 2px -237px; }
.sup-vid h5 a:hover,
.sup-vid h5 a:focus { background-position: 2px -87px; }
.sup-vid h5 a.expanded,
.sup-vid h5 a.expanded:hover,
.sup-vid h5 a.expanded:focus {
	background-position: 1px -117px;
}

/* CREDITS
 * ************************************************************************* */
.logos {
	text-align: center;
	background: white;
	border-radius: 9px;
	margin: 1.5em 0;
	padding: 5px 0;
	overflow: hidden;
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	-o-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
}
.logos img { margin: 5px 5%; max-width: 90%; }

/* MEDIA & DOWNLOADS
 * ************************************************************************* */
ul.media-downloads {
	list-style: none;
	margin-left: 0;
}
ul.media-downloads h5 {
	font-size: 1.14em;
}
ul.media-downloads h5 a {
	padding-left: 25px;
	background: url(../img/icn-sprite.png) no-repeat 0 3px;
}
ul.media-downloads h5 a:hover,
ul.media-downloads h5 a:focus { background-position: 0 -27px; }
ul.media-downloads p {
	padding-left: 25px;
	font-size: .86em;
}

/* FOOTER
 * ************************************************************************* */
#footer {
	color: white;
	font-size: .86em;
	padding: 20px 1em;
	border: 1px solid #444;
	border-width: 1px 0;
	background-color: #2C2C2C;
	background-image: -moz-radial-gradient(50% 50%, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, .15));
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 480, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, .15)));
	background-position: top left, top left;
	background-repeat: repeat, repeat;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
}
#footer img.cc-badge { vertical-align: text-bottom; }
#footer a { color: white; }
#footer a:hover,
#footer a:focus { color: #bce6ff; }
/* bottom nav */
#footer .nav {
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
	max-width: 1440px;
}
#footer .nav ul {
	margin: 0 0 19px 0;
	font-size: 1em;
}
#footer .nav ul li {
	border-right: 1px solid #666;
	padding-right: 7px;
	margin-right: 5px;
	display: inline;
}
#footer .nav ul li.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}
#footer .nav a {
	white-space: nowrap;
	color: #e0e0e0;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .45);
}
#footer .nav a:focus,
#footer .nav a:hover {
	color: #bce6ff;
	text-decoration: underline;
}
#footer .nav .current a	{
	font-weight: bold;
	color: white;
}
#footer .nav .current a:hover,
#footer .nav .current a:focus {
	color: white;
	text-decoration: none;
}
#footer .iriss_logo {
  display: block;
  margin: 1em 0 2em;
}

/* FRONT
 * ************************************************************************* */
.front #page-wrap-inner {
	padding-top: 16px;
}
.front h1 { 
	width: 100%; 
	border-bottom: 1px solid #dadada;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.front h4 { 
	font-size: 1.71em;
	line-height: 1.2em;
	max-width: 900px;
	border-top: 1px solid white;
	color: #888;
	margin-top: 0;
	margin-bottom: .75em;
	padding-top: 14px;
}
.toc { 
	margin: 0 0 1.5em 0; 
	width: 49%;
	float: left;
	margin-right: 2%;
}
.toc h2 { margin-top: 0; }
.toc ul { margin: 0; }
.toc li {
	background-color: #f9f9f9;
	list-style-type: none;
	padding: .5em 1em;
}
.toc li.odd { background-color: #ebebeb; }
.front-pic {
	float: left;
	width: 48.5%;
	margin-bottom: 2em;
}
/* clever box shadow styles */
ul.box {
	position: relative;
	z-index: 1; /* prevent shadows falling behind containers with backgrounds */
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0; 
}
ul.box li {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	border: 1px solid #efefef;
	margin: 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
}
ul.box li:before,
ul.box li:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 4%;
	bottom: 5%;
	width: 70%;
	max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
	height: 55%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg); 
}
ul.box li:after {
	left: auto;
	right: 4%;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg); 
}
.front-pic img {
	width: 98%;
	margin: 1.5% 1% 0 1.2%;
	height: auto;
}


/* MEDIA QUERIES
 * ************************************************************************* */
@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
	.grid.col-1-of-4, 
	.grid.col-2-of-4,
	.grid.col-3-of-4, 
	.grid.col-4-of-4,
	.grid.col-2-of-2 .grid.col-3-of-4,
	.grid.col-2-of-2 .grid.col-4-of-4 { width: 100%; display: block; margin-left: 0; font-size: 1em; }
	#main,
	#main.grid.col-1-of-2,
	.grid.col-1-of-2, 
	.grid.col-2-of-2,
	.grid.col-1-3-of-4	{ float: none; width: 100%; margin-right: 0; }
	.jumpmenu			{ width: 32%; top: 12px; }
	#masthead h1		{ width: 50%; margin-top: -1px;}
}

@media (min-device-width:1024px) and (max-width:509px),
(max-device-width:480px) and (orientation:landscape),
(max-device-width:480px) and (orientation:portrait) {
	#footer img.cc-badge,
	.front-pic, .nav ul,
	.jumpmenu,
	#footer .nav			{ display: none; }
	#page-wrapper			{ margin-left: 9px; margin-right: 9px; }
	h3, p, li				{ -webkit-text-size-adjust: none; }
	h1 						{ font-size: 1.65em; margin-bottom: .5em; letter-spacing: -1px; }
	h4						{ font-size: 1.2em; margin: 0 0 .5em 0; }
	.front h1				{ padding-bottom: 10px; }
	.front h4 				{ font-size: 1.2em; padding-top: 8px; }
	#masthead h1			{ width: 96%; margin-left: 2%; font-size: 1.25em; }
	#masthead h1 em 		{ font-size: 1em; }
	h2 						{ font-size: 1.5em; }
	h1 a					{ display: block; background: url(../img/icn-arrows.png) no-repeat 100% -56px; padding-bottom: 2px; -moz-background-size: 25px auto; -webkit-background-size: 25px auto; background-size: 25px auto; padding-right: 20px; }
	#footer 				{ padding: 12px 9px 18px 9px; -webkit-text-size-adjust: none; }
	.toc 					{ width: 100%; }
	.grid.col-1-of-3,
	.grid.col-2-of-3,
	.grid.col-3-of-3 		{ float: none; width: 100%; margin-right: 0; }
}









