a {
	cursor: hand;
	cursor: pointer;
}

h1, h2, h3, h4, h5, p, a, .ui-btn, .ui-btn-icon-right {
	text-shadow: none;
}

#handouts h3 {
	font-size: .9em;
}

.clearfix {
	clear: both;
}

.in, .out {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 500ms !important;
}

img {
	max-width: 100%;
}

blockquote {
	background: #f5f5f5;
	border-left: 5px solid #ccc;
	margin: 1.5em 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D";
	color: #555;
	font-size: .9em;
	text-shadow: none;
	line-height: 20px;
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

.section3Wrapper h3 {
	font-size: 1em;
	color: #107791;
	margin: 10px 0 -20px 0;
}

.images {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.page-navigation {
	margin: 30px 0 0 0;
}

a.previous {
	background: url('../image/previous.png') no-repeat;
	width: 18px;
	height: 31px;
	display: block;
	float: left;
	font-size: 0;
}

a.next {
	background: url('../image/next.png') no-repeat;
	width: 18px;
	height: 31px;
	display: block;
	float: right;
	font-size: 0;
}

.number-bg {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 3px solid #ccc;
	background: #fff;
	position: relative;
	float: left;
}

.number {
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.task-title {
	min-height: 38px;
} 

.task-title>h3 {
	padding: 7px 0 0 15px;
	overflow: hidden;
	color: #555;
	font-size: 1em;
}

.ui-content>h2 {
	color: #E08548;
	text-transform: uppercase;
	font-size: .95em;
	text-shadow: none;
}

.ui-content>p {
	color: #555;
	font-size: .9em;
	text-shadow: none;
	line-height: 20px;
}


.ui-content>h2 span {
	color: #E08548;
	text-transform: none;
	font-size: 1.1em;
	text-shadow: none;
}

.branding {
	text-align: center;
}

.branding>h1 {
	font-size: 130%;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	margin-bottom: -10px;
}

.branding>h3 {
	font-size: .75em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	margin-bottom: -10px;
}

.branding>h4 {
	font-size: .9em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	color: #E08548;
}

.taskslist a {
	background: #f0f0f0;
}

.taskslist a.ui-btn.ui-btn-icon-right.ui-icon-carat-r {
	background: #f0f0f0;
	color: #555;
}

#popupPanel-popup {
    right: 0 !important;
    left: auto !important;
}

#popupPanel button {
	text-align: left;
}

#popupPanel button a {
	color: #fff;
	text-decoration: none;
	font-size: .9em;
}

#popupPanel {
	padding: 10px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.8);
    margin: -1px 0;
}