/*	global.css
	Indiana First - http://www.indianafirst.org/
	Based off of Skeleton Template 0.6 + newer stuff by Kyle Bavender co./Rare Bird Inc.
	-------------------------------------------------------------------------------------------
	~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
	----------------------------------------------------------------------------------------- */

/*	-------------------------------------------------------------------------------------------
 *  CSS RESET + RESET OVERRIDES + MORE GLOBAL FIXITS. DERIVED AND MODIFIED FROM:
 *  + ERIC MEYER'S RESET 2.0 = http://meyerweb.com/eric/tools/css/reset/
 *  + NORMALIZE.CSS = https://github.com/necolas/normalize.css/blob/master/normalize.css
 *  + VANILLA = https://github.com/csswizardry/vanilla/blob/master/css/style.css
 *  ----------------------------------------------------------------------------------------- */
/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul { padding-left: 40px; }
i, em { font-style: italic; }
b, strong { font-weight: bold; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {display: none;}
body {
	line-height: 1;
}
blockquote { margin: 1em 40px; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
abbr[title] { border-bottom: 1px dotted; }
	abbr[title=""] {border:0;}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
form { margin: 0; }
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button { box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; }
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	*overflow: visible;
}
input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="button"], input[type="submit"], select, option, label { cursor: pointer; }
	label[for=""] { cursor: auto; }
button[disabled], input[disabled] {
	opacity:.5;
	filter: alpha(opacity=50);
	cursor: default;
	cursor: not-allowed;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea { overflow: auto; vertical-align: top; resize: vertical; }
p, pre { margin: 1em 0; }
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
small { font-size: 75%; }
/* @end RESET */



/*	-------------------------------------------------------------------------------------------
	GLOBAL SITE SKELETON/STRUCTURE
	----------------------------------------------------------------------------------------- */

/*  @group OOCSS - GRIDS / MEDIA BLOCKS / ETC.
	---------------------------------------------- */
/* grids */
.line,.lastUnit{overflow:auto; *overflow:visible;*zoom:1;}
.unit{float:left;}
.unitRight{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{float:none;width:auto;_position:relative;_left:-3px;_margin-right:-3px;}

/* media block */
.media {/*margin:10px;*/}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
/*	.mod-display-table .media, .mod-display-table .bd {overflow: visible; display:table-cell;}*/
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}stun
/* @end OOCSS - GRIDS / MEDIA BLOCKS / ETC. */



html {
	overflow-y: scroll;
	background: url('/images/bg-tile.png') repeat left top #e5e5e5;
}
body {
	font: normal normal 15px/1.45 "myriad-pro", "Segoe UI", Segoe, sans-serif;
	color: #636466;
	-webkit-font-smoothing: antialiased;
	background: url('/images/bg-tile.png') repeat left top #e5e5e5;

}
#wrapper {
	background-color: #3c3e45;
	width: 998px;
	margin: 0 auto;

	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .35);
	   -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .35);
	        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .35);
	
}
#header {
	background-color: #fff;
/*	padding-bottom: 20px;*/
/*	height: 485px;*/ /* 429 + 56px for bottom border */
}
#nav {
	background-color: #000;
	color: #7b7b7b;
	position: relative;
/*	overflow: auto;*/
}
#nav ul {
	list-style-type: none;
	padding: 0;
}
#nav ul li {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: bold;
	padding: 0 5px;
}
/*	#nav ul li.first {padding-left: 0; }*/
#nav ul li a {
	display: block;
	padding: 16px 13px 16px;

	-webkit-transition: all 120ms ease-out;
	   -moz-transition: all 120ms ease-out;
	     -o-transition: all 120ms ease-out;
	        transition: all 120ms ease-out;
}
	#nav ul li.home a {
/*		text-indent: -9999em;
		line-height: 9999em;*/
		width: 47px;
		height: 30px;
/*		background-image: url('/images/icon-home.png');
		background-repeat: no-repeat;
		background-position: 12px 16px;*/
/*		overflow: hidden;*/
	}
#nav > ul > li > a:hover,
#nav > ul > li > a:focus {
	text-decoration: none;
	color: #ccc;
	background-color: #252525;

	-webkit-box-shadow: inset 0 5px 0 0 #229E99;
	   -moz-box-shadow: inset 0 5px 0 0 #229E99;
	        box-shadow: inset 0 5px 0 0 #229E99;
}
#nav > ul > li > a:active {
	color: #777;
	background-color: transparent;

	-webkit-box-shadow: inset 0 5px 0 0 #197C78;
	   -moz-box-shadow: inset 0 5px 0 0 #197C78;
	        box-shadow: inset 0 5px 0 0 #197C78;
}
#nav a.donate {
	position: absolute;
	right: 21px;
	top: 15px;
}
#header .tier2 {
/*	padding-top: 9px;*/
	position: relative;
	overflow: hidden;
	border-bottom: 7px solid #4e4e4e;
}
#header #logo {
	position: absolute;
	left:24px;
	top:9px;
	z-index:10;
}
#header #logo > img {
	display: block;
	width: auto;
	height: 130px;
}
	body.home #header #logo > img { height: auto; }
#header .slider {
	list-style-type: none;
	padding: 0;
	padding-left: 364px;
	height: 150px;

	background: url('/images/bg-inside_pg_hdr-competition.jpg') no-repeat 0 0;
}
	body.home #header .slider { float: right; margin-left: 0; height: auto; background: none; }
#header .slider img {
	display: none;
/*	width: auto;
	height: 150px;*/
}
	body.home #header .slider img { display: block; height: auto; }

#header ul li img { display: block; }

#main {
	width: 100%;
	padding: 20px 0 10px;
	overflow: hidden;
	background-color: #fff;

}
.sidebar {
	float: left;
	width: 300px;
	padding: 0 20px 20px;
}

.sidebar > .nav, .sidebar > .block_container > .nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: -20px;
}
.sidebar > .nav > li > a, .sidebar > .block_container > .nav > li > a {
	display: block;
	padding: 7px 0 7px 20px;
	border-top: 1px solid #ddd;

	color: #229E99;
	text-decoration: none;

	-webkit-transition: all 120ms ease-out;
	   -moz-transition: all 120ms ease-out;
	     -o-transition: all 120ms ease-out;
	        transition: all 120ms ease-out;
}
	.sidebar > .nav > li:first-child > a, .sidebar > .block_container > .nav > li:first-child > a { border: 0; }
	
	.sidebar > .nav > li > a:hover,
	.sidebar > .block_container > .nav > li > a:hover,
	.sidebar > .nav > li > a:focus,
	.sidebar > .block_container > .nav > li > a:focus {
		padding-left: 25px;
		color: #1C6AA7;
		background-color: #eee;
		-webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,.7);
		   -moz-box-shadow: inset 0 1px 4px rgba(255,255,255,.7);
		        box-shadow: inset 0 1px 4px rgba(255,255,255,.7);
	}
	.sidebar > .nav > li > a:active, .sidebar > .block_container > .nav > li > a:active {
		-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
		   -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
		        box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
		
	}


#content {
	letter-spacing: -.02em;
	overflow: auto;
}

#footer {
	background-color: #3c3e45;
	background: -webkit-linear-gradient(left,     #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);
    background:    -moz-linear-gradient(left,     #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);
    background:      -o-linear-gradient(left,     #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);
    background:         linear-gradient(to right, #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);

	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	overflow: auto;
}
#footer .main {
	padding-top: 38px;
	padding-bottom: 28px;
	background: transparent url('/images/bg-border_color_stripe.png') repeat-x -22px 0;
}
#footer .bottom {
	background-color: #515257;
	background: -webkit-linear-gradient(left,     #46474b, #515257 20%, #515257 80%, #46474b);
    background:    -moz-linear-gradient(left,     #46474b, #515257 20%, #515257 80%, #46474b);
    background:      -o-linear-gradient(left,     #46474b, #515257 20%, #515257 80%, #46474b);
    background:         linear-gradient(to right, #46474b, #515257 20%, #515257 80%, #46474b);
	height: 90px;
	padding-top: 15px;
	font: 11px/1.5 Georgia, serif;
	color: #fff;
}
#footer h2 {
	margin-bottom: 5px;
	color: #fff;
}

#footer .connect .icon_group img {

	display: inline-block;
	margin-right: 6px;
	opacity:.93;
}
#footer .connect .icon_group img:hover { opacity:1; }

#footer .twitter2 {
	
	
}
#footer .twitter2 ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 7px;
	width: 280px;
	border-bottom: 1px solid #35373d;
	-webkit-box-shadow: 0 1px 0 0 #43454d;
	   -moz-box-shadow: 0 1px 0 0 #43454d;
	        box-shadow: 0 1px 0 0 #43454d;
}
#footer .twitter2 li {
	padding-top: 9px;
	padding-bottom: 5px;
	border-top: 	1px solid #35373d;
	-webkit-box-shadow: inset 0 1px 0 0 #43454d;
	   -moz-box-shadow: inset 0 1px 0 0 #43454d;
	        box-shadow: inset 0 1px 0 0 #43454d;
	
}
#footer .twitter2 li .avatar {
	float: left;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	        box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#footer .twitter2 li .avatar img { display: block; opacity:.93; }
#footer .twitter2 li .avatar img:hover { opacity:1; }
/*#footer .twitter2 li .contents {
	float: right;
	margin-top: -4px;
	width: 227px;
	max-height: 70px;
	overflow: auto;
}*/

#footer .twitter {
	padding-top: 20px;
	
}
#footer .twitter ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 7px;
	width: 280px;
	border-bottom: 1px solid #35373d;
	-webkit-box-shadow: 0 1px 0 0 #43454d;
	   -moz-box-shadow: 0 1px 0 0 #43454d;
	        box-shadow: 0 1px 0 0 #43454d;
}
#footer .twitter li {
	padding-top: 9px;
	padding-bottom: 5px;
	border-top: 	1px solid #35373d;
	-webkit-box-shadow: inset 0 1px 0 0 #43454d;
	   -moz-box-shadow: inset 0 1px 0 0 #43454d;
	        box-shadow: inset 0 1px 0 0 #43454d;
	
}
#footer .twitter li .avatar {
	float: left;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	        box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#footer .twitter li .avatar img { display: block; opacity:.93; }
#footer .twitter li .avatar img:hover { opacity:1; }
/*#footer .twitter li .contents {
	float: right;
	margin-top: -4px;
	width: 227px;
	max-height: 70px;
	overflow: auto;
}*/

#footer .resources ul {
	list-style-type: none;
	padding: 0;
	width: 255px; /* Odd number keeps the dotted border from having two dots @ end on Safari */
}
#footer .resources ul li {
	border-bottom: 1px dotted #919294;
}
	#footer .resources ul li.last { border-bottom: 0; }
#footer .resources ul li a {
	display: block;
	padding: 3px;
}
#footer .media .viewer {
	background-color: #141517;
	border: 4px solid #141517;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.08);
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.08);
	        box-shadow: 0 1px 0 rgba(255,255,255,.08);
	overflow: hidden;
	width: 273px;
	padding-bottom: 9px;
}
#footer .media .viewer img.photo {
	display: block;
	padding-bottom: 12px;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	   -webkit-border-radius-top-left: 6px; /* pre-Safari 5, delete unused */
	   -webkit-border-radius-top-right: 6px;
          -moz-border-radius: 6px 6px 0 0;
	           border-radius: 6px 6px 0 0;
}
#footer .media .viewer .description {
	padding-left: 8px;
}
#footer .media .viewer .description .play_btn {
	display: inline-block;
	vertical-align: middle;
}
#nav, #content, #footer .main, #footer .bottom { padding-left: 24px; padding-right: 21px; }



/*	-------------------------------------------------------------------------------------------
	GLOBAL STYLING
	----------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "myriad-pro", "Segoe UI", Segoe, sans-serif;
	line-height: 1.1;
	color: #000;
	font-weight: bold;
	letter-spacing: -.04em;
}
h1 { font-size: 34px; text-transform: uppercase; margin-bottom: 10px; }
h2 { font-size: 28px; margin-bottom: 5px; }
h3 { font-size: 20px; }
h4 {  }
h5 {  }
h6 {  }

#footer h2, #footer h3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bcbcbc));
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	text-shadow: none;
}

a {
	color: #229E99;
	text-decoration: none;
}
a:visited		{  }
a:focus			{  }
a:hover			{ text-decoration: underline; }
a:active		{  }
a:hover:focus	{  }
a:hover:active	{  }

#nav a { color: #8d8d8d; text-shadow: 0 1px 1px #000; }
#footer a { color: #a8a9ac; }
#footer a:hover { color: #c1c3c6; }
#footer .twitter a { color: #ffcb00; }
#footer .twitter2 a { color: #ffcb00; }

p {
	margin: 0 0 1em 0;
}
blockquote {
	margin: 1em 0;
	padding: 1em 1em 1px 1em;
	border-left: 5px solid #1A4182;
	background-color: #efefef;
	font-style: italic;
}
	blockquote.super {
		font-size: 1.3em;
		border-left: 10px solid #ed252a;
	}
/*  CLEARFIX
	http://nicolasgallagher.com/micro-clearfix-hack/
	---------------------------------------------- */
.cf:before, .cf:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.cf:after, .clearfix:after { clear: both; }
.cf, .clearfix { *zoom: 1; }

/*	SELECTION HIGHLIGHT COLORS
	---------------------------------------------- */
::-moz-selection{ color: #fff; background: rgba(29, 68, 133, 0.8); text-shadow: none; }
::selection		{ color: #fff; background: rgba(29, 68, 133, 0.8); text-shadow: none; }
img::selection		{background: #B4D5FF; }
img::-moz-selection	{background: #B4D5FF; }
body {-webkit-tap-highlight-color: #5CA8FF; }
input[type="text"]::-moz-selection, input[type="email"]::-moz-selection, input[type="tel"]::-moz-selection, textarea::-moz-selection {
	color: #ffffff;
	background: #080808;
}
input[type="text"]::selection, input[type="email"]::selection, input[type="tel"]::selection, textarea::selection {
	color: #ffffff;
	background: #080808;
}

/*	INPUT ELEMENTS
	---------------------------------------------- */
#main form {
	margin-bottom: 1em;
}
label {
	display: block;
	
	/*font-size: 12px;*/
}
	input[type="radio"] + label,
	input[type="checkbox"] + label { display: inline-block; }

label.label_required {
	color: red;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], textarea {
	font: 14px/1 "myriad-pro", "Segoe UI", Segoe, sans-serif;
	background-color: #fafafa;
	border: 2px solid #ccc;
	padding: 4px 5px;
	margin-bottom: 10px;

	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.13);
	   -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.13);
	        box-shadow: inset 0 2px 5px rgba(0,0,0,.13);

	-webkit-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
	   -moz-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
	     -o-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
	        transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
}
	textarea { line-height: 1.335; }
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
textarea:hover {
	background-color: #fff;
	border-color: #bfbfbf;
	-webkit-box-shadow: 0 0 5px 2px rgba(122,122,122,.20);
	   -moz-box-shadow: 0 0 5px 2px rgba(122,122,122,.20);
	        box-shadow: 0 0 5px 2px rgba(122,122,122,.20);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #ededed;
	border-color: rgba(0,0,0,.09);
	-webkit-box-shadow: 0 0 0 2px #bfbfbf, inset 0 2px 5px rgba(0,0,0,.09), 0 0 7px 4px rgba(122,122,122,.50);
	   -moz-box-shadow: 0 0 0 2px #bfbfbf, inset 0 2px 5px rgba(0,0,0,.09), 0 0 7px 4px rgba(122,122,122,.50);
	        box-shadow: 0 0 0 2px #bfbfbf, inset 0 2px 5px rgba(0,0,0,.09), 0 0 7px 4px rgba(122,122,122,.50);
}
select { margin-left: 0; }

.option_block {
	margin: 0 0 1em;
}
.option_block > input[type="radio"],
.option_block > input[type="checkbox"] {
	margin-right: 7px;
	vertical-align: baseline;
}
.option_block > label {
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: baseline;
}

.oldie input[type="radio"] { margin-left: 1px; margin-right: 0; }
input[type="radio"] { margin-left: 1px; margin-right: 3px; }
/* ----- If browser supports box-shadow (detected via Modernizr), remove default outline focus styling ----- */
.mod-boxshadow input[type="text"],
.mod-boxshadow input[type="password"],
.mod-boxshadow input[type="email"],
.mod-boxshadow input[type="tel"],
.mod-boxshadow input[type="url"],
.mod-boxshadow input[type="number"],
.mod-boxshadow input[type="search"],
.mod-boxshadow input[type="submit"],
.mod-boxshadow textarea {
	outline: 0;
}
.req_symbol {
	color: #f00;
	font-size: 150%;
	line-height: 0;
	position: relative;
		top: .25em;
	vertical-align: baseline;
}

.make_yellow { color: #ffcb00; }
a:hover .make_yellow { color: #ffe21d; }

.bucket {
	float: left;
	width: 33%;
}
.bucket2 {
	float: left;
	width: 36%;
}
.social2 {
	float: left;
	width: 28%;
}
.btn,
.button,
button,
input[type="submit"] {
	display: inline-block;
	min-width: 161px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #333;

	text-align: center;
	background: #229e99;
	font-size: 15px;
	font-family: Helmet, Freesans, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;

	-webkit-transition: all 120ms ease-out;
	   -moz-transition: all 120ms ease-out;
	     -o-transition: all 120ms ease-out;
	        transition: all 120ms ease-out;
}
	.mod-boxshadow .btn,
	.mod-boxshadow .button,
	.mod-boxshadow button,
	.mod-boxshadow input[type="submit"] {
		border: 0;
	-webkit-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.5);
	        box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.5);
	}
.btn:hover, .btn:focus,
.button:hover, .button:focus,
button:hover, button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
	opacity:.9;
	text-decoration: none;
	-webkit-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.6), 0 1px 2px 0 rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.6), 0 1px 2px 0 rgba(0,0,0,.5);
	        box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.6), 0 1px 2px 0 rgba(0,0,0,.5);
}
.btn:active,
.button:active,
button:active,
input[type="submit"]:active {
	color: #bcbcbc;
	color: rgba(210,210,210,.7);
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 30px 21px -18px rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0 30px 21px -18px rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.5);
	        box-shadow: inset 0 30px 21px -18px rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.5);
}
.button_blue	{ background-color: #1d4485; }
.button_red		{ background-color: #ed252a; }
.button_teal	{ background-color: #229e99; }
.button_grey	{ background-color: #939598; }
.button_yellow	{ background-color: #E6B221; }

.img_btn img { display: block; }
.img_btn { position: relative; display: block; }
.img_btn:hover:after {
	content: "";
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	opacity:.1;
}
/*.btn:active, .img_btn:active {
	-webkit-transform: translateY(1px);
	   -moz-transform: translateY(1px);
	     -o-transform: translateY(1px);
	        transform: translateY(1px);
}*/


/*	-------------------------------------------------------------------------------------------
	ELEMENT-SPECIFIC STYLING
	----------------------------------------------------------------------------------------- */

/*	HOME PAGE
	---------------------------------------------- */
/*#content .main {
	padding-right: 351px;
	padding-bottom: 54px;
}*/
#content .calendar {
	float: right;
	width: 296px;
}
#content .calendar h2 {
	text-align: center;
	color: hsl(0,0,60);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#333));
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
}


/*	INSIDE - COMMON
	---------------------------------------------- */


/*	INSIDE - SPECIFIC
	---------------------------------------------- */


/*	INSIDE - States page
	---------------------------------------------- */

table.results {
	
	border-collapse: collapse;
}


table.results th {
	font-size: 1.2em;
	border-width: 1px;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid rgba(29, 68, 133, 0.9);
}

table.results tr.chart_title th{
	font-size: 1em;
	background: rgba(29, 68, 133, 0.2);
	border-width: 1px;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid rgba(29, 68, 133, 0.9);
}
table.results tr {

	text-align: center;
	border-bottom: 1px solid rgba(29, 68, 133, 0.1);
	padding: 8px;
	
}

/* Current page triangle on nav */
body.home #nav > ul > .home:after,
body.about-us #nav > ul > .about:after,
body.programs #nav > ul > .programs:after,
body.students #nav > ul > .students:after,
body.get_involved #nav > ul > .get_involved:after,
body.volunteer #nav > ul > .volunteers:after,
body.blog #nav > ul > .blog_news:after,
body.events #nav > ul > .events:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	text-align: center;
	
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;

}
/* Nav highlight color adjustments */
#nav > ul > li.about > a:hover,
#nav > ul > li.about > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #C6121F;
	   -moz-box-shadow: inset 0 5px 0 0 #C6121F;
	        box-shadow: inset 0 5px 0 0 #C6121F;
}
#nav > ul > li.programs > a:hover,
#nav > ul > li.programs > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #E6B221;
	   -moz-box-shadow: inset 0 5px 0 0 #E6B221;
	        box-shadow: inset 0 5px 0 0 #E6B221;
}
#nav > ul > li.students > a:hover,
#nav > ul > li.students > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #E6B221;
	   -moz-box-shadow: inset 0 5px 0 0 #E6B221;
	        box-shadow: inset 0 5px 0 0 #E6B221;
}
#nav > ul > li.volunteers > a:hover,
#nav > ul > li.volunteers > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #014C9B;
	   -moz-box-shadow: inset 0 5px 0 0 #014C9B;
	        box-shadow: inset 0 5px 0 0 #014C9B;
}
#nav > ul > li.get_involved > a:hover,
#nav > ul > li.get_involved > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #014C9B;
	   -moz-box-shadow: inset 0 5px 0 0 #014C9B;
	        box-shadow: inset 0 5px 0 0 #014C9B;
}
#nav > ul > li.blog_news > a:hover,
#nav > ul > li.blog_news > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #939598;
	   -moz-box-shadow: inset 0 5px 0 0 #939598;
	        box-shadow: inset 0 5px 0 0 #939598;
}

/* @group blog posts */
.divided .unit {
	float: left;
	width: 50%;
}
.divided .unit .innards {
	padding-left: 10px;
	border-left: 1px solid #312f30;
}
.divided .unit:first-child .innards {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
	border: 0;
}
.blog-post {
	margin-bottom: 1em;
	line-height: 1.7;
}
.blog-post .hd .top_group {
	position: relative;
}
.blog-post h1.title {
	width: 500px;
	color: #fe8500;
}
.blog-post .date {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 106px;
	line-height: 1;
	font-family: Arial, Helmet, Freesans, sans-serif;
}
.blog-post .date .day {
	font-size: 42px;
	font-weight: bold;
	line-height: 0;
	position: relative;
	top: 18px;
}
.blog-post .date .month {
	font-size: 18px;
	text-transform: uppercase;
}
.blog-post .date .year {
	font-size: 17px;
}
.blog-post .hd .bottom_group {
	position: relative;
	padding: 10px 0;
	margin: 20px 0 25px;
	border: 2px solid #cacaca;
	border-width: 2px 0;
}
.blog-post .hd .category {
	float: left;
}
.blog-post .hd .comments {
	float: right;
}

.blog-post ul,
.blog-post ol {
	margin-bottom: 1em;
}

.post-image-container {
    float: left;
    padding-right: 15px;
}
.post-image-container .post-image {
    max-height: 300px;
    max-width: 300px;
    margin-bottom: 5px;
}

.blog-post img {
    display: block;
    margin-bottom: 1em;
}

.blog-post table {
    font-size: 11px;
}
.blog-post table td {
    padding: 4px;
    vertical-align: top;
}

.block_container {
	margin: 0 0 20px;
}
.block_container h3 {
	margin-bottom: 5px;
}

/*	-------------------------------------------------------------------------------------------
	MEDIA QUERIES
	----------------------------------------------------------------------------------------- */

/* MQ_Function */
/*@media screen and (max-width: 984px) {
	 #content #sidebar { float: none; } 
}*/


/*	-------------------------------------------------------------------------------------------
	BROWSER FIXES
	----------------------------------------------------------------------------------------- */



/*	-------------------------------------------------------------------------------------------
	INACTIVE + UNUSED + HESITANT TO ADD FIXES
	----------------------------------------------------------------------------------------- */

/* Keeps the cursor from flashing between pointer and text between lines of text...but may effect other things...*/
/*p:hover { cursor: text; }*/


//*	-------------------------------------------------------------------------------------------
	@group PRINT STYLES
	----------------------------------------------------------------------------------------- */
@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	.button, input[type="submit"] { display: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " {" attr(href) "}"; }
		#header a[href]:after,
		#footer a[href]:after { content:none; }
	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; } /* h5bp.com/t */
	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; }
}
/* @end PRINT STYLES */