@charset "utf-8";
@font-face {
	font-family: 'antonioregular';
	src: url('/fonts/antonio-regular-webfont.eot');
	src: url('/fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/antonio-regular-webfont.woff') format('woff'), url('/fonts/antonio-regular-webfont.ttf') format('truetype'), url('/fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'antoniobold';
	src: url('/fonts/antonio-bold-webfont.eot');
	src: url('/fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/antonio-bold-webfont.woff') format('woff'), url('/fonts/antonio-bold-webfont.ttf') format('truetype'), url('/fonts/antonio-bold-webfont.svg#antoniobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/*
SELECTIONS
--------------------------------------------- */

::-moz-selection {
 background: rgb(100,100,100);
 color: rgb(255,255,255);
 text-shadow: none;
}
::selection {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	text-shadow: none;
}

::selection:window-inactive {
 background: rgb(220,220,220);
 color: rgb(50,50,50);
}
img::selection {
	background: transparent;
}
 img::-moz-selection {
 background: transparent;
}
/* fix box model mess 
* { -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
*/

a {
	color: #0096D7;
	text-decoration: none;
}
a:hover {
	color: #E2383F;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
/* Larger fonts for high res mobile devices */
/* Pixel ratio of 1.5 */
 @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
body {
 font: 87.5%/1.5em Arial, Helvetica, sans-serif;
}
}
/* Pixel ratio of 2 */ @media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
body {
 font: 100%/1.5em Arial, Helvetica, sans-serif;
}
}
.ie body {
	font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	-moz-font-feature-settings: "liga=1, kern=1";
	-ms-font-feature-settings: "liga" 1, "kern" 1;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	line-height: 1.5em;
	font-family: "antonioregular", Arial, Helvetica, sans-serif;
	font-size-adjust: auto;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-family: "antoniobold", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
p,
ul,
ol,
dl,
blockquote,
.content img,
td {
	font-size: 1em; /* 13px */
	line-height: 1.5385em; /* 20px */
	margin: 0 0 1.5385em 0;
}
abbr {
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	cursor: help;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * 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;
}
blockquote {
	margin: 1.5em 0 1.5em 1.80203em;
	color: rgb(90,90,90);
	position: relative;
}
blockquote:before {
	-webkit-font-smoothing: antialiased;
	color: rgb(140,140,140);
	font-size: 3.60406em;
	position: absolute;
	font-style: italic;
	content: "\201C";
	line-height: 1em;
	left: -0.60180em;
	top: 0;
}
cite {
	display: block;
}
ul,
ol {
	margin-left: 1.5em;
	padding: 0;
}
ul  ul {
	list-style-type: disc;
}

h1 {
	font-weight: normal;
	font-size: 2.3333em; /* 28px */
	line-height: 1.2857em; /* 36px */
	margin-top: 0.6429em;
	margin-bottom: 0em;
	color: #ED1C24;
	font-family: "antoniobold", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.ie h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.5385em; /* 20px */
	line-height: 1.3em; /* 20px */
	margin-top: 1em;
	margin-bottom: .25em;
	color: #222;
}
h3 {
	font-size: 1.3846em; /* 18px */
	line-height: 1.4em; /* 20px */
	margin-top: 1.1111em;
	margin-bottom: .25em;
	color: #222;
}
h4 {
	font-size: 1.2308em; /* 16px */
	line-height: 1.4286em; /* 20px */
	margin-top: 1.5em;
	margin-bottom: .25em;
	color: #222;
}
h5 {
	text-transform: uppercase;
	font-size: 1.0769em; /* 14px */
	line-height: 1.5em; /* 20px */
	margin-top: 1.4286em;
	margin-bottom: .25em;
	color: #222;
}
h6 {
	font-weight: bold;
	font-size: 1.2em;
}
.large {
	font-size: 1.3846em; /* 18px */
	line-height: 1.25em; /* 20px */
}
.larger {
	font-size: 1.5385em; /* 20px */
	line-height: 1.1111em; /* 20px */
}
pre,
code {
	font: .9375em/1.26562em monospace, monospace;
	-webkit-font-smoothing: subpixel-antialiased;
}
pre {
	color: rgb(90,90,90);
	padding: 1.5em 1em;
	margin-bottom: 3em;
	line-height: 1em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	background: transparent;
}
img,
embed,
object,
video {
	max-width: 100%;
	height: inherit;
	_width: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px #ddd solid;
	background: #fafafa;
	margin: 0 0 1em 0;
	display: block;
}
label {
	cursor: pointer;
	display: block;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
	font-family: "antonioregular", sans-serif;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
 input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child,
.input-group.radius > *:first-child * {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.input-group.radius > *:last-child,
.input-group.radius > *:last-child * {
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child,
.input-group.round > *:first-child * {
	-moz-border-radius-bottomleft: 1000px;
	-moz-border-radius-topleft: 1000px;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
.input-group.round > *:last-child,
.input-group.round > *:last-child * {
	-moz-border-radius-topright: 1000px;
	-moz-border-radius-bottomright: 1000px;
	-webkit-border-top-right-radius: 1000px;
	-webkit-border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
}
/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875em;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height: 2.3125em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
 input[type="password"]:focus,
 input[type="date"]:focus,
 input[type="datetime"]:focus,
 input[type="datetime-local"]:focus,
 input[type="month"]:focus,
 input[type="week"]:focus,
 input[type="email"]:focus,
 input[type="number"]:focus,
 input[type="search"]:focus,
 input[type="tel"]:focus,
 input[type="time"]:focus,
 input[type="url"]:focus,
 textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
	-moz-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
	border-color: #999999;
}
input[type="text"]:focus,
 input[type="password"]:focus,
 input[type="date"]:focus,
 input[type="datetime"]:focus,
 input[type="datetime-local"]:focus,
 input[type="month"]:focus,
 input[type="week"]:focus,
 input[type="email"]:focus,
 input[type="number"]:focus,
 input[type="search"]:focus,
 input[type="tel"]:focus,
 input[type="time"]:focus,
 input[type="url"]:focus,
 textarea:focus {
	background: #fafafa;
	border-color: #999999;
	outline: none;
}
input[type="text"][disabled],
 input[type="password"][disabled],
 input[type="date"][disabled],
 input[type="datetime"][disabled],
 input[type="datetime-local"][disabled],
 input[type="month"][disabled],
 input[type="week"][disabled],
 input[type="email"][disabled],
 input[type="number"][disabled],
 input[type="search"][disabled],
 input[type="tel"][disabled],
 input[type="time"][disabled],
 input[type="url"][disabled],
 textarea[disabled] {
	background-color: #dddddd;
}
/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
	margin: 0 0 1em 0;
}
/* Normalize file input width */
input[type="file"] {
	width: 100%;
}
/* We add basic fieldset styling */
fieldset {
	border: solid 1px #dddddd;
	padding: 1.25em;
	margin: 1.125em 0;
}
fieldset legend {
	background: white;
	padding: 0 0.1875em;
	margin: 0;
	margin-left: -0.1875em;
}
/* Error Handling */
[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
	display: block;
	padding: 0.375em 0.25em;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.75em;
	font-weight: bold;
	background: #c60f13;
	color: white;
}
[data-abide] span.error,
[data-abide] small.error {
	display: none;
}
span.error,
small.error {
	padding: 0.375em 0.25em;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #c60f13;
}
.error input,
.error textarea,
.error select {
	border-color: #c60f13;
	background-color: rgba(198, 15, 19, 0.1);
	margin-bottom: 0;
}
.error input:focus,
 .error textarea:focus,
 .error select:focus {
	background: #fafafa;
	border-color: #999999;
}
.error label,
.error label.error {
	color: #c60f13;
}
.error > small,
.error small.error {
	display: block;
	padding: 0.375em 0.25em;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.75em;
	font-weight: bold;
	background: #c60f13;
	color: white;
}
.error span.error-message {
	display: block;
}
input.error,
textarea.error {
	border-color: #c60f13;
	background-color: rgba(198, 15, 19, 0.1);
	margin-bottom: 0;
}
input.error:focus,
 textarea.error:focus {
	background: #fafafa;
	border-color: #999999;
}
.error select {
	border-color: #c60f13;
	background-color: rgba(198, 15, 19, 0.1);
}
.error select:focus {
	background: #fafafa;
	border-color: #999999;
}
label.error {
	color: #c60f13;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
hr {
	background: #fff;
	margin: 1em 0;
	height: 1px;
	border-top: 1px solid #25A9DF;
}
/* --- Lists  -------------------------------------------------------------------------------- */




article ul,
article ol,
article dl {
	line-height: 1.6667em; /* 20px */
}
article ul ul li {
	list-style-type: circle;
}
article ol li {
	list-style-type: decimal;
	padding-left: 1em;
}
article ol ol li {
	list-style-type: lower-latin;
}
article li {
	margin-left: 1.5em;
}
article dt {
	font-weight: bold;
}
article dd {
}
/*-------------------------------------------------
	Miscellaneous classes
-------------------------------------------------*/



.highlight {
	color: #ED1C24;
}
.highlight1 {
	color: #7D3C96;
}
fieldset.stage2 {
	background-color: #ECDEF1;
}
fieldset.stage1 {
	background-color: #DEECF1;
}
.highlight2 {
	color: #00A04A;
}
.highlight3 {
	color: #25A8E0;
}
.highlight4 {
	color: #FFCA1E;
}
.highlight-aatb1 {
	color: #EE3525;
}
.highlight-aatb2 {
	color: #F7941E;
}
.grey {
	color: #8A8A89;
}
.dimmed {
	color: #888;
}
.infobox {
	background: #F4FCFF;
	padding: 14px;
	margin: 10px 0;
	border: 1px solid #A7E5FF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.float-right {
	float:right;
	margin:0 0 15px 15px;	
}
.infobox2 {
	background: #FFF19A;
	padding: 14px;
	margin: 10px 0;
	border: 1px solid #FFE01A;
	webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.alertbox {
	background: #FFF8CE url(../images/bg_box.jpg) left center;
	padding: 14px;
	margin: 10px 0;
	border: 6px solid #FCE1B5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rightbox {
	background: #F4FCFF;
	padding: 20px;
	margin-bottom: 0.5em;
	font-size: 100%;
	border: 1px solid #A7E5FF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: right;
	width: 31%;
	margin-left: 2%;
}
.note {
	background: #efe;
	color: #040;
	border: 2px #484 solid;
	padding: 10px;
	margin-bottom: 1em;
}
.important {
	background: #ffe;
	color: #440;
	border: 2px #884 solid;
	padding: 10px;
	margin-bottom: 1em;
}
.warning {
	background: #fee;
	color: #400;
	border: 2px #844 solid;
	padding: 10px;
	margin-bottom: 1em;
}
.fullwidth {
	width: 98%;
}
.indent {
	margin-left: 5%;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.nospace {
	margin: 0;
	padding: 0;
}
.no-margin-top {
	margin-top: 0;
	padding-top: 0
}
.smallbold {
	font-size: 0.8462em; /* 11px */
	line-height: 1.8182em; /* 20px */
	margin-top: 1.8182em;
	margin-bottom: 0em;
	font-weight: bold;
}
.smalltext,
td.smalltext,
p.smalltext,
span.smalltext {
	font-size: 0.8462em; /* 11px */
	line-height: 1.8182em; /* 20px */
}
.textcenter {
	text-align: center;
}
.textleft,
.schedule .textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.fullwidth,
input[type="text"].fullwidth,
select.fullwidth,
textarea.fullwidth {
	width: 100%;
}
img.imgleft-mobile {
	float: left;
	margin: 0 1em .5em 0;
	position: relative;
}
img.imgright-mobile {
	float: right;
	margin: 0 0 .5em 1em;
	position: relative;
}
.tablecenter {
	margin-left: auto;
	margin-right: auto;
}
table.indent {
	margin-left: 20px;
}
.required {
	color: #E2383F;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #F00;
}
.greener {
	color: #6E9E3B;
}
.record-count {
	color: #FF6268;
}
.topPage {
	text-align: right;
}
.newsform {
	margin: 10px 0;
}
.newsform fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.inline label,
label.inline {
	display: inline;
}
.inline input[type="text"],
.inline select,
.inline textarea {
	display: inline;
	width: auto;
}
label.inline,
.inline label {
	margin-right: 1.5em;
}
#inner-container form.newsform legend {
	font-family: "antonioregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
}
.button {
	text-align: center;
	padding: .5em 1em;
	border: 1px solid #CDB100;
	background-color: #FFE01A;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 3em;
}
.circuitButton {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #C0EDFF;
	background-color: #DAF4FF;
	width: 150px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.logos img {
	margin: 5px 20px 10px 0;
	vertical-align: middle;
}
.date-heading {
	color: #FFF;
	background-color: #000;
	padding: 8px 8px 2px 8px;
	margin-bottom: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a.current {
	color: #E2383F;
}
/*-------------------------------------------------
	Tables
-------------------------------------------------*/




table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
table caption {
	font-variant: small-caps;
}
table.fixed {
	table-layout: fixed;
}
thead th {
	color: #000;
	border-bottom: 2px #800 solid;
}
tbody th {
	background: #e0e0e0;
	color: #333;
}
tbody th {
	border-bottom: 1px solid #fff;
	text-align: left;
}
tbody td,
td {
	padding: 4px 10px 4px 0;
	vertical-align: top;
}
table.noborder td,
th {
	border: none;
}
/* Table Styles */
.datatable {
	font-size: 12px;
 margin=bottom: 30px;
	text-align: left;
	border-collapse: collapse;
}
.datatable th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #222;
	border-top: 4px solid #333;
	border-bottom: 1px solid #333;
	color: #fff;
}
.datatable td {
	padding: 4px 8px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	color: #444;
	border-top: 1px solid transparent;
	vertical-align: top;
}
.datatable tr:hover td {
	background: #d0dafd;
	color: #34344E;
}
.schedule {
	background: #ffffff;
	border: 1px solid #666666;
}
table.schedule td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	margin: 1px;
	text-align: left;
	padding: 3px 10px 3px 3px;
}
table.schedule th {
	background-color: #E3EA9A;
	border: 1px solid #999;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #f4f4f4;
	font-size: .85em;
	font-weight: bold;
	letter-spacing: 1px;
}
table.schedule .separator {
	padding: 0px;
	height: 5px;
	line-height: 5px;
	background-color: #E6E6E6;
}
table.zebra {
	width: 100%;
	border: 1px solid #D0D7E5;
	border-collapse: collapse;
}
.zebra thead tr th {
	background-color: #BCB5D9;
	text-align: left;
	border-bottom: 2px solid #6352A3;
	padding: 3px 8px;
	border-right: 1px solid #EAE8F3;
}
.zebra tr {
	background-color: #EAE8F3;
}
.zebra tr td {
	padding: 3px 8px;
	border-right: 1px solid #DBD7EA;
	border-bottom: 1px solid #DBD7EA;
}
.zebra tr.alt td {
	background-color: white;
	padding: 3px 8px
}
.zebra tr.over td,
.zebra tr:hover td {
	background-color: #FEF4E0;
	padding: 3px 8px
}
/*-------------------------------------------------
	Images
-------------------------------------------------*/



img.imgborder {
	border: 1px solid #333333;
}
img.rounded-tl {
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
}
img.rounded-tr {
	-webkit-border-radius: 0 20px 0 0;
	border-radius: 0 20px 0 0;
}
img.rounded-br {
	-webkit-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}
img.rounded-bl {
	-webkit-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}
/*-------------------------------------------------
	AATB
-------------------------------------------------*/

.aladdin1 {
	color: #6D396A;
}
.aladdin-box {
	background-color: #A8B082;
	padding: 1em;
	margin-top: 1em;
}
.sia1 {
	color: #86271A;
}
.sia-box {
	background-color: #FAEEC2;
	padding: 1em;
	margin-top: 1em;
}
.craniatrium {
	color: #C52025;
}
.xmas1 {
	color: #394D31;
}
.xmas2 {
	color: #E03929;
}
.xmas3 {
	color: #F4D771
}
.infobox3 {
	background-color: #394D31;
	padding: 1em;
	color: #fff;
	margin-top: 1em;
}
.apples1 {
	color: #4164AF
}
.apples2 {
	color: #9FCC7B
}
.crackwalker1 {
	color: #DA2128;
}
.crackwalker2 {
	color: #736F84;
}
.crackwalker-box {
	background-color: #CCCEDC;
	padding: 1em;
	margin: 1em 0;
}
.expanse1 {
	color: #673131;
}
.expanse2 {
	color: #CB3C28;
}
.sidebar-scroll {
	float: right;
	width: 33%;
	margin-left: 15px;
	height: 400px;
	overflow: auto;
}
 @media only screen and (max-width: 768px) {
	 
	 .sidebar-scroll {
	float: none;
	width: 100%;
	margin-left: 0;
	height: auto;
}
.imgright, .imgleft {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
 }
/*-------------------------------------------------
	Gallery Styling
-------------------------------------------------*/



.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
	display: none;
}
article .gallery {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: none;
}
article .gallery ul.images {
	list-style-type: none;
	border: none;
	padding: none;
}
article .gallery ul.images li.image {
	display: inline;
	line-height: 0;
	margin: 0;
	padding: 0;
}
article .gallery ul.images li.image a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	margin: 5px;
	display: inline-block;
	background: white;
	padding: 3px;
	line-height: 0;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: 0px 0px 8px #AAA;
	-webkit-box-shadow: 0px 0px 8px #AAA;
	box-shadow: 0px 0px 8px #AAA;
	-webkit-transition: -webkit-box-shadow 0.1s ease-out;
	-moz-transition: -webkit-box-shadow 0.1s ease-out;
	-o-transition: -webkit-box-shadow 0.1s ease-out;
	transition: -webkit-box-shadow 0.1s ease-out;
}
article .gallery ul.images li.image a img {
	border: none;
	padding: none;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
}
article .gallery ul.images li.image a:hover {
	-moz-box-shadow: 0px 0px 8px #222;
	-webkit-box-shadow: 0px 0px 8px #222;
	box-shadow: 0px 0px 8px #222;
}
/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */


.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Jquery Tooltips */
.ui-tooltip,
.arrow:after {
	background: #333;
	border: 3px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 10px;
	font: inherit;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
	text-align: center;
}
 @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video {
	padding-top: 0;
}
}
/* Link Icon Styles */

a[href $='.pdf'] {
	background: url('../images/icons/pdf.png') no-repeat center right;
	padding-right: 20px;
}
a.no-icon[href $='.pdf'] {
	background: none;
	padding-right: 0;
}
a.pdf {
	padding-right: 20px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/icons/pdf.png) no-repeat right center;
}
a.msWord {
	padding-right: 20px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/icons/doc.png) no-repeat right;
}
a.msExcel {
	padding-right: 20px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/icons/xls.png) no-repeat right;
}
a.msPowerpoint {
	padding-right: 20px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/icons/ppt.png) no-repeat right;
}
a.externalLink {
	padding-right: 16px;
	margin-right: 2px;
	background: url(../images/icons/external_link.png) no-repeat right;
}
a.swf {
	padding-right: 20px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/icons/flash.png) no-repeat right bottom;
}
/* Buttons */

.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #E6E6E6;
	color: #333333;
}
.btn:active,
.btn.active {
}
.btn:first-child {
}
.btn:hover,
.btn:focus {
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}
.btn:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}
.btn.disabled,
.btn[disabled] {
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.65;
}
.btn-info {
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-color: #2F96B4;
	color: #FFFFFF;
}
.btn-info:active,
.btn-info.active {
}
.btn-large {
	font-size:24px;
	padding: 8px 24px;
}
.copyright {
	color: #000;
	display: block;
	margin-top: 35px;
	text-align: center;
}
/* Alerts */

h3.alert_info {
	display: block;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #B5E5EF url(../images/icons/admin/icn_alert_info.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #77BACE;
	color: #082B33;
	padding: 10px;
	text-indent: 30px;
	font-size: 14px;
}
h3.alert_warning {
	display: block;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F5F3BA url(../images/icons/admin/icn_alert_warning.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #C7A20D;
	color: #796616;
	padding: 10px;
	text-indent: 30px;
	font-size: 18px;
}
h3.alert_error {
	display: block;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #EB7A7E url(../images/icons/admin/icn_alert_error.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #BBFFDB;
	color: #000;
	padding: 10px;
	text-indent: 30px;
	font-size: 18px;
}
h3.alert_success {
	display: block;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #BDF7B7 url(../images/icons/admin/icn_alert_success.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #69ED5B;
	color: #EB1C23;
	padding: 10px;
	text-indent: 30px;
	font-size: 18px;
}
