/* input all html style overrides in this area. */
body, img, ul, ol, li, form, h1, h2, h3, h4, h5, h6, p, dt, dd, table, thead, tbody, tr, td, th {
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility !important;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D9D9D9;
	text-align: center;
	font-size: 12px; /* change this to whatever you would like all or most paragraph type to be sized. */
	line-height: 18px; /* change this to whatever you would like all or most paragraph line spacing to be. */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* change this to whatever you would like as typeface for all or most text.*/
	color: #666666; /* change this to whatever color you would like all or most paragraph text to be.*/
	background-image: url(bg-page.gif);
	background-position: center 14px;
	background-repeat: no-repeat;
}
.modalframe-page-wrapper {
	text-align: left;
}
img {
	border: none;
}
.filefield-file img {
	display: inline;
}
ul, ol, li {
	list-style-type: none;
}
ul.links li, .node ul.links li {
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
}
ul.links li a, .node ul.links li a {
	vertical-align: top;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}
table {
	width: 100%;
}
thead th {
	color: #333;
	border: none;
	padding-top: 10px;
}
tbody {
	border: none;
}
tr.even, tr.odd {
	border-bottom: none;
}
tr.even .form-item, tr.odd .form-item {
	white-space: normal;
}
table#field_multiapplicant_values tr.even td, table#field_multiapplicant_values tr.odd td, table#field_lyricaudio_values tr.even td, table#field_lyricaudio_values tr.odd td {
	padding: 10px 10px 30px 10px;
}
form#search-block-form {
	width: 100%;
}
input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}
hr {
    border: 0;
    height: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    margin: 20px 0px;
}
p {
/*    clear: both;*/
}
p, fieldset .description, #conditional-field-lyrics .description {
	margin-bottom: 12px;
	font-size: 1.16em;
	line-height: 1.43em;
	color: #333;
}
p.small, .description p.small {
	font-size: 12px;
}
fieldset .description ul {
	border-bottom: solid 1px #D9D9D9;
	margin-bottom: 12px;
}
fieldset .description ul ul {
	border: none;
	margin-bottom: 0px;
}
fieldset .description li {
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left: 25px;
	margin-bottom: 12px;
}
fieldset .description li ul {
	margin-top: 12px;
}
.block.regfont p.caption {
	font-size: .83em;
	margin-top: 8px;
}
.sixcol p {
	margin-right: 10px;
}
.block p, .block td, .block li {
	line-height: 1.45em;
	color: #666;
}
.block .homepw li {
	font-size: inherit;
	line-height: inherit;
}
.block li {
	margin-bottom: 5px;
}
.pwlist p {
	font-size: 1em;
	line-height: 1.25em;
	color: #666;
}
a {
	text-decoration: none;
	color: #104F6E; /* change to whatever color you would like the majority of links to be.*/
	border-bottom-width: 1px; /* if you would like a line below links, adjust these settings as you like otherwise remove.*/
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
a:hover, a.half-gray:hover {
	color: #262626; /* if you would like links to change appearance when rolled over, adjust these settings.*/
	border-bottom-color: #000000;
}
a.readmore, .readmore a {
	font-size: .92em;
	font-weight: bold;
}
blockquote {
	width: 190px;
	float: right;
    display: inline;
	padding: 18px 0px 20px 20px;
	margin: 0px;
	font-family: 'Open Sans', arial, sans-serif;
}
blockquote p {
	color: #AF1E2B;
	letter-spacing: -0.05em;
	font-size: 2em;
	margin: 0px;
}
ins {
	text-decoration: underline;
}
strong {
	color: #000;
}
abbr[title], acronym[title] {
  border-bottom: none;
}


#wrapper {
	width: 960px; /* set width of page here.*/
	text-align: left; /* set how you would like the majority of text to align here.*/
	margin-right: auto; /* if page is to be centered in browser keep these margin settings, otherwise remove.*/
	margin-left: auto;
	margin-top: 14px;
	background-image: url(bg-wrapper.gif);
	background-position: left 404px;
	background-repeat: repeat-x;
}
#header {
	padding: 50px 10px 25px 10px;
	height: 65px;
	text-align: right;
	background-image: url(bg-header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header #logo {
	float: left;
	padding-top: 20px;
}
#logo a {
	border: none;
}
#headnav a {
	color: #999999;
	border: none;
}
#headnav a:hover {
	color: #262626;
}
#headnav li, #subnav li, #footer li {
	display: inline;
}
#headnav li {
	line-height: 2.19em;
	font-weight: bold;
	font-size: .92em;
	padding-right: 12px;
}
#headnav li:last-child {
	padding: 0px;
}
#headnav a.login {
	color: #104F6E;
	border-right: solid 1px #333;
	padding-right: 9px;
	margin-right: 12px;
}
#headnav a.login.clickedon {
	background-position-y: -10px;
}
#headnav div.accountinfo {
	display: none;
	position: relative;
	z-index: 501;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#headnav div.accountinfo.showmenu {
	display: block;
}
#headnav div.accountinfo ul {
	position: absolute;
	right: -5px;
	text-align: right;
	background-color: #fff;
	width: 160px;
	margin: 0px 10px;
	padding: 12px 0px;
	-moz-box-shadow: 1px 1px 4px #B5B5B5;
	-webkit-box-shadow: 1px 1px 4px #B5B5B5;
	box-shadow: 1px 1px 4px #B5B5B5;
	text-align: left;
}
#headnav li li {
	display: block;
	line-height: 1.2em;
	font-size: inherit;
	padding: 4px 0px;
	margin: 0px 12px;
	border-bottom: solid 1px #e6e6e6;
}
#headnav li li:last-child {
	padding: 4px 0px;
}
#headnav li li:first-child {
}
#headnav li li a {
	color: #AF1E2B;
	font-weight: normal;
}
#headnav li#ndonate {
	padding-right: 0px;
}
#headnav #ndonate a {
	text-indent: 999em;
	overflow: hidden;
	display: block;
	width: 73px;
	height: 24px;
	background-image: url(button-donate.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headnav #ndonate a:hover {
	background-position: left -24px;
}
#mainnav {
	padding: 15px 10px 25px 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	background-image: url(bg-mainnav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 500;
}
#mainnav ul#primary li {
	float: left;
	height: 50px;
	padding-right: 10px;
}
#mainnav ul#primary li a {
	display: block;
	height: 50px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}
#mainnav ul#primary li .attachment a {
	display: inline;
}
#mainnav ul#primary ul {
	font-size: .92em;
	line-height: 2.18em;
}
#mainnav ul#primary li li {
	float: none;
	width: auto;
	height: 24px;
	padding: 0px;
	border: none;
}
#mainnav ul#primary li#nwhat a {
	width: 219px;
	background-image: url(nwhat.gif);
}
#mainnav ul#primary li#nwho a {
	width: 219px;
	border-left: solid 1px #808080;
	padding-left: 9px;
	background-image: url(nwho.gif);
	background-position: 9px top;
}
#mainnav ul#primary li#nhow a {
	width: 209px;
	border-left: solid 1px #808080;
	padding-left: 9px;
	background-image: url(nhow.gif);
	background-position: 9px top;
}
#mainnav ul#primary li a:hover, #mainnav ul#primary li.active a {
	background-position: left -50px;
}
#mainnav ul#primary li#nwho a:hover, #mainnav ul#primary li#nhow a:hover, #mainnav ul#primary li#nwho.active a, #mainnav ul#primary li#nhow.active a {
	background-position: 9px -50px;
}
#mainnav ul#primary li li a:hover {
	background-position: 188px 7px;
}
#mainnav ul#primary li li.active a {
	background-position: 188px -17px;
}
#mainnav ul#primary li#playwrights {
	width: 210px;
	height: 25px;
	padding: 12px 10px;
	background-color: #e6e6e6;
	position: relative;
	z-index: 500;
}
#mainnav ul#primary li#playwrights span a {
	height: 25px;
	background-color: #fff;
	text-indent: 0px;
	padding-left: 10px;
	line-height: 2.27em;
	background-position: 188px 7px;
	background-image: url(mainnav-expand.gif);
	-moz-box-shadow: 1px 1px 4px #B5B5B5;
	-webkit-box-shadow: 1px 1px 4px #B5B5B5;
	box-shadow: 1px 1px 4px #B5B5B5;
}
#mainnav ul#primary li#playwrights div {
	line-height: 1.64em;
}
#mainnav ul#primary li#playwrights div a {
	text-indent: 0px;
	height: 18px;
	background: none;
	color: #104F6E;
}
#mainnav ul#primary li#playwrights .attachment {
    border-top: solid 1px rgba(255,255,255, 0.5);
    margin-top: 5px;
    padding-top: 5px;
}
#mainnav .mainsub {
	display:none;
	background-color: #e6e6e6;
	border: solid 10px #ffffff;
	position:absolute;
	width: 620px;
	right: 10px;
	top: 49px;
	padding: 20px;
	-moz-box-shadow: 2px 2px 5px #B5B5B5;
	-webkit-box-shadow: 2px 2px 5px #B5B5B5;
	box-shadow: 2px 2px 5px #B5B5B5;
	z-index: 999;
}
#mainnav .mainsub h3 {
	margin-bottom: 12px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 2em;
	letter-spacing: -0.05em;
	color: #999;
}
#mainnav ul#primary li#playwrights li div a.subalumni {
	color: #AF1E2B;
    border: solid 1px #AF1E2B;
    border-radius: 5px;
    height: inherit;
    padding: 5px;
    box-sizing: border-box;
	width: 140px;
    line-height: 1em;
	text-align: left;
}
#mainnav ul#primary li#playwrights li a:hover, #mainnav ul#primary li#playwrights li a.active, #mainnav ul#primary li#playwrights li div a.subalumni:hover, a.download:hover {
	color: #262626;
}
#mainnav ul#primary li#playwrights li div a.subalumni:hover {
    border-color: #262626;
}
#subnav {
	padding: 5px 20px 0px 20px;
	height: 15px;
	line-height: 1.25em;
	color: #b3b3b3;
	text-transform: uppercase;
}
#subnav li {
	padding-right: 10px;
	padding-left: 13px;
	margin-bottom: 25px;
	background-image: url(subnav-plus.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#subnav a {
	color: #AF1E2B;
	border: none;
}
#subnav li.active a {
	color: #000;
}
#subnav a:hover, #subnav a.active {
	color: #262626;
}
#custompager {
	margin: 20px 20px 20px 20px;
	background-image: url(pager-bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 45px;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
#content h1, h1 {
	font-size: 3.33em;
	line-height: 1em;
	font-family: 'Open Sans', arial, sans-serif;
	color: #b3b3b3;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0px;
}
#content h1#hometitle {
	text-align: center;
	font-weight: 300;
	color: #666;
	text-transform: none;
	font-size: 2.83em;
	margin: 20px 0px;
	padding-bottom: 20px;
	background-image: url(bg-hometitle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content h2, .colorboxinline h2 {
	color: #104F6E;
	font-family: 'Open Sans', arial, sans-serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 15px;
}
#content .pwphoto h3 {
	text-align: left;
}
#content .center h2 {
	font-size: 2.5em;
	line-hieght: 1em;
	color: #AF1E2B;
}
#content h2.homenews {
	font-size: 2.5em;
	line-hieght: 1em;
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content h2.pwbuzz {
	padding-top: 20px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-top: solid 8px #104F6E;
}
#content .twentyright h2.pwbuzz {
	margin-right: 10px;
}
#content h3, #footer h3, .colorboxinline h3 {
	font-size: 1.5em;
	line-height: 1.10em;
	font-family: 'Open Sans', arial, sans-serif;
	color: #b3b3b3;
	letter-spacing: -0.075em;
	text-transform: uppercase;
	border-top: solid 8px #e6e6e6;
	padding-top: 7px;
	margin-bottom: 10px;
	font-weight: 600;
	clear: both;
}
#content h3.subtitle {
	text-transform: inherit;
	font-weight: 500;
	border: none;
	padding: 0px;
	margin-bottom: 20px;
}
#content .fieldgroup h3.subtitle {
	color: #104F6E;
	clear: none;
}
#content h3.boldblue, #content h3.boldred {
	color: #104F6E;
	border: none;
	margin-bottom: 0px;
	padding-top: 0px;
}
#content h3.boldblue .lower {
	text-transform: lowercase;
}
#content h3.boldred {
	color: #AF1E2B;
}
#content .blockborder h3.boldred a {
	border: none;
}
#content .homepw h3 {
	border-top: solid 8px #104F6E;
	margin-bottom: 10px;
}
#content .playlist h3 {
	padding-bottom: 15px;
}
#content h3.slider {
	height: 36px;
	width: 385px;
	line-height: 2em;
	border: none;
	padding-top: 0px;
	padding-left: 45px;
	background-image: url(expandcollapse.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content h3.slider.active {
	background-position: left bottom;
}
#content h3.slider a {
	color: #808080;
	border: none;
	display: block;
}
#content h3.slider a:hover {
	color: #666;
}
#content h3.larger {
	border: none;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	color: #999;
}
#content h3.larger.tenleft {
	border-top: solid 1px #ccc;
	margin-left: 0px;
	padding-top: 10px;
}
#content .calendar-calendar h3 {
	text-align: center;
	text-transform: inherit;
	font-size: 1.33em;
	padding: 0px;
	margin-bottom: 5px;
}
#content .calendar-calendar h3 a {
	color: #AF1E2B;
	border: none;
}
#content .newsitem h3 {
	border-top: none;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #666;
}
#content .newsitem h3 a, #content .dateitem h3 a {
	border: none;
}
#content .dateitem h3 {
	border-top: none;
	padding: 0px;
	margin: 0px;
}
#content .nodewrap h3 {
	border: none;
	text-transform: none;
}
#content .playlist h4 {
	font-weight: bold;
	color: #AF1E2B;
	padding-bottom: 4px;
}
#content h5, #footer .pwlist h5, .datetitle .floatright {
	font-size: 1.25em;
	line-height: 1em;
	border-top: solid 8px #e6e6e6;
	font-family: 'Open Sans', arial, sans-serif;
	color: #b3b3b3;
	letter-spacing: -0.1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 4px;
}
#content h5.noline {
	border: none;
	padding-top: 0px;
}
#content .block .featured h5 {
	color: #104F6E;
	margin-bottom: 10px;
}
#content .sixcol h5, #content .playlist h5 {
	border: none;
	padding-top: 0px;
}
#content .playlist h5 {
	font-family: inherit;
	letter-spacing: inherit;
	font-size: .92em;
	text-transform: inherit;
	color: #000;
	font-weight: bold;
}
#content ul.pwlist h5, #footer ul.pwlist h5 {
	border: 0px;
	text-transform: none;
}
#content .homepw ul.pwlist h5, #footer .homepw ul.pwlist h5 {
	padding-top: 0px;
	padding-bottom: 2px;
}
#footer ul.pwlist h5 {
	font-size: 1.25em;
}
#content ul.pwlist h5 a {
	line-height: 1.2em;
}
#content .datetitle h5 {
	padding: 0px;
	text-transform: none;
	font-family: inherit;
	letter-spacing: inherit;
	font-size: .92em;
	line-height: 1.36em;
	color: #104F6E;
}
#content h6 {
	margin-bottom: 12px;
}
h6.red strong {
	color: #AF1E2B;
}
#banner {
	display: none;
	margin: 10px 10px 0px 10px;
	background: #b30838;
	background: -moz-linear-gradient(top,  #940121 0%, #b30838 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#940121), color-stop(100%,#b30838));
	background: -webkit-linear-gradient(top,  #940121 0%,#b30838 100%);
	background: -o-linear-gradient(top,  #940121 0%,#b30838 100%);
	background: -ms-linear-gradient(top,  #940121 0%,#b30838 100%);
	background: linear-gradient(to bottom,  #940121 0%,#b30838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940121', endColorstr='#b30838',GradientType=0 );
	padding: 20px 10px;
	height: 170px;
	font-family: 'Open Sans', arial, sans-serif;
	position: relative;
}
#banner .xout {
	position: absolute;
	right: 10px;
	top: 10px;
}
#banner .xout a {
	display: block;
	height: 19px;
	width: 19px;
	text-indent: -5000em;
	background-image: url(banner-close.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}
#banner .xout a:hover {
	background-position: -19px top;
}
#banner .sixcol {
	width: 440px;
	margin: 0px 10px;
}
#banner .sixcol p {
	margin-right: 0px;
}
#banner h2 {
	color: #fff;
	font-size: 37px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: -0.05em;
	margin-top: 14px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.25);
}
#banner h2 strong {
	font-weight: 700;
	color: #fff;
}
#banner h3 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 6px;
}
#banner p {
	color: #E6E6E6;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 18px;
}
#banner a.button {
	border-radius: 5px;
	padding: 4px 10px;
	margin-top: 10px;
	display: inline;
}
#footer {
	margin-left: 20px;
	margin-right: 20px;
}
#footer h3 {
	border: none;
	padding-top:0px;
	font-weight: 400;
}
#footer .innerfooter {
	min-height: 240px;
	height: auto !important;
	height: 240px;
	background-color: #d9d9d9;
}
#footer .innerfooter .fupdates li {
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: .83em;
	line-height: 1.3em;
	height: 60px;
}
#footer .innerfooter .fupdates li span {
	float: right;
	width: 140px;
	word-wrap: break-word;
}
#footer .innerfooter .fupdates ul.pwlist li {
	height: inherit;
	font-size: inherit;
	line-height: 1.8em;
	margin: 0px;
}
#footer ul.outerfooter, #footer .credit {
	margin-top: 20px;
	height: 30px;
	font-size: .92em;
}
#footer ul.outerfooter li {
	color: #999999;
}
#footer .credit {
	color: #ccc;
}
#footer .credit a {
	color: #999;
}
#footer .fupdates {
	padding: 20px 40px 20px 70px;
	background-image: url(footer-updates.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 460px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#footer .fupdates a strong {
	display: block;
	color: #104F6E;
}
#footer .fupdates a:hover strong {
	color: #262626;
}
#footer .fnews {
	padding: 20px 10px 20px 50px;
	background-image: url(footer-news.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 290px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	line-height: 1.25em;
}
#footer .innerfooter .fnews li {
	display: block;
	margin-left: 10px;
	font-size: .92em;
}
#footer .fnews .newsdate, #footer .fnews a {
	float: left;
}
#footer .newsdate {
	width: 60px;
	margin-right: 20px;
}
#footer .fnews a {
	width: 190px;
	border: none;
	padding-bottom: 10px;
	font-weight: bold;
}
#footer .fnews .twocol a {
    width: inherit;
    height: 100%;
}
#footer .fnews .twocol a img {
    height: 120%;
}
#footer .f
#footer .fnews .footericon a {
	width: inherit;
	float: none;
	padding: 0px;
}
#footer .innerfooter .fnews .footericon li {
	margin-bottom: 8px;
    margin-top: 4px;
	margin-left: 0px;
}
#footer .innerfooter .fupdates li div span {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	width: auto;
}
#footer .innerfooter ul.ssthumbs img {
	margin: 0px;
	float: none;
}
#footer .innerfooter .footericon li a:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    height: 100%;
    margin-right: 7px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    text-align: center;
    background-color: #104F6E;
    color: rgb(255,255,255);
}
#footer .innerfooter .footericon li.facebook a:before {
    content: '\f09a';
}
#footer .innerfooter .footericon li.twitter a:before {
    content: '\f099';
}
#footer .innerfooter .footericon li.instagram a:before {
    content: '\f16d';
}
#footer .innerfooter .footericon li a:hover:before {
    background-color: rgb(100,100,100);
}
#footer .innerfooter .footericon img {
	margin-top: 0px;
}
#footer .staytouch {
	height: 80px;
	width: 270px;
	padding: 10px;
	margin-top: 5px;
	background-image: url(bg-stayintouch.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: .92em;
	color: #333;
}
#footer .staytouch p {
	font-size: .92em;
	line-height: 1.2em;
}
#footer h5 {
	font-weight: bold;
	font-size: 1.09em;
	margin-bottom: 5px;
}
#footer .pwlist h5 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0px;
}




.col {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.full {
	width: 100%;
	overflow: hidden;
}
.onehalfcol {
	width: 110px;
}
.onehalfcol.twentyright {
	width: 120px;
}
.twocol {
	width: 140px;
	margin-right: 20px;
}
#footer .twocol {
	width: 149px;
	margin: 0px 0px 0px 10px;
    text-align: center;
    height: 100%;
}
#footer .fupdates .twocol {
	margin: 0px;
}
.threecol {
	width: 230px;
}
.threecolalt {
	width: 210px;
}
.threecol.rightline {
	width: 210px;
	padding-right: 10px;
	margin-right: 9px;
	border-right: solid 1px #e6e6e6;
}
ul.pwlist li.threecol {
	width: 210px;
}
.fourcol {
	padding-left: 15px;
	width: 295px;
}
#footer .fourcol {
	border-left: solid 1px #fff;
}
.mainsub .fourcol {
	width: 300px;
	margin-right: 20px;
}
.sixcol {
	width: 460px;
}
.sixcol.noright {
	width: 460px;
}
.sixcol.rightline {
	width: 440px;
	padding-right: 19px;
	border-right: solid 1px #e6e6e6;
}
.sixcol.rightlinealt {
	width: 450px;
	padding-right: 9px;
	border-right: solid 1px #e6e6e6;
}
.ninecol {
	width: 690px;
}
.expand {
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}



.sectionbg, .sectionbg2 {
	position: relative;
	top: -7px;
	left: -10px;
	width: 100%;
	padding-left: 24px;
	padding-top: 26px;
	background-repeat: no-repeat;
	background-position: left top;
}
.sectionbg {
	background-image: url(bg-sectionimg.gif);
	height: 385px;
}
.sectionbg2 {
	background-image: url(bg-sectionimg2.gif);
	height: 382px;
}
.sectionimg {
	width: 575px;
	padding: 13px 13px 2px 13px;
	background-color: #fff;
}
.sectionimg a {
	border: none;
}
.ssplay {
	width: 430px;
	height: 280px;
}
.ssplay div {
	width: 430px;
	height: 280px;
}
.ssplay div img { margin: auto; display: block }
.ssplaywrap {
	padding: 4px;
	border: solid 1px #e6e6e6;
}
ul.ssthumbs {
	height: 60px;
	background-image: url(bg-thumbt.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 18px;
}
#footer .ssthumbs {
	height: inherit;
	background: none;
	padding: 0px;
}
.ssthumbs li {
	float: left;
	margin-right: 17px;
	border: solid 3px #d9d9d9;
}
#footer .innerfooter .fupdates .ssthumbs li {
	margin-right: 10px;
	height: inherit;
	border-color: #fff;
}
.ssthumbs li.last {
	border: solid 3px #d9d9d9;
	margin: 0px;
}
.ssthumbs li.active {
	border-color: #B30838;
}
.ssthumbs a {
	display: block;
	border: none;
	height: 56px;
	width: 56px;
}
.ssthumbs li:hover {
	border-color: #999999;
}
.controls {
	padding-top: 10px;
	padding-bottom: 9px;
	font-size: .92em;
	line-height: 1.45em;
	color: #333;
}
.sscaption {
	width: 440px;
	margin-right: 20px;
	float: left;
	color: #999;
}
.controls.sscaption {
	min-height: 16px;
	height:auto !important;
	height:16px;
	width: 430px;
	margin: 0px;
	float: none;
	background-image: url(bg-thumbb.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
}
.ssright {
	float: right;
	text-align: right;
	font-weight: bold;
}
.ssright a {
	padding-right: 9px;
	border: none;
	color: #333;
}
.sspager {
	float: left;
}
.sspager a:hover, .sspager a.active {
	color: #999;
}
.ssplaypause {
	float: right;
	border-left: solid 1px #000;
	padding-left: 10px;
}
.ssplaypause  a#ssplay, .ssplaypause  a#sspause {
	text-indent: 999em;
	overflow: hidden;
	float: right;
	width: 9px;
	display: block;
	background-image: url(ss-play.gif);
	background-repeat: no-repeat;
	background-position: left -16px;
}
.ssplaypause  a#ssplay {
	padding-right: 3px;
}
.ssplaypause  a#sspause {
	background-image: url(ss-pause.gif);
	padding-right: 0px;
}
.ssplaypause  a#ssplay:hover, .ssplaypause  a#sspause:hover, .ssplaypause  a#ssplay.active, .ssplaypause  a#sspause.active {
	background-position: left top;
}
.ndactivity li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(rdivider-11.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
.ndactivity li.last {
	background: none;
}
.collapsesec {
	width: 430px;
	margin-top: 18px;
	border-bottom: solid 1px #e6e6e6;
}
.collapsesec p {
	font-size: 1em;
	color: inherit;
	margin-right: 0px;
}
.excerpt {
	margin-top: 12px;
}
.excerpt a strong {
	color: inherit;
}
.diaframe {
	margin: 0px 12px 12px 12px;
}
.block {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
}
.block.regfont p {
	font-size: 1em;
}
#content .checklist h5 {
	color: #104F6E;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.10em;
	margin-top: 5px;
	margin-bottom: 20px;
}
.block.checklist li {
	padding: 7px 0px;
	border-bottom: solid 1px #fff;
}
.block.checklist a, .block.checklist span {
	padding-left: 25px;
	display: block;
	border: none;
	background-image: url(checked-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.block.checklist .multistep-submitted {
	background-image: url(checked-on.gif);
	color: #000;
}
.multistep-toggle {
	display: none;
}
.block.checklist span.saved {
	background-image: none;
	padding-left: 7px;
	font-size: .75em;
	text-transform: uppercase;
	color: #999;
	display: inline;
}
#content .block.checklist h6 {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
#content h5.completion {
	font-family: inherit;
	font-weight: normal;
	font-size: .92em;
	text-transform: inherit;
	letter-spacing: inherit;
	color: #333;
	background-color: #e6e6e6;
	margin-bottom: 0px;
	padding-top: 2px;
	text-align: center;
}
.multistep-progress-bar-wrapper {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 2px;
}
.multistep-progress-bar {
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #AF1E2B;
	color: #fff;
	font-weight: bold;
}
.multistep-unsubmitted {
	font-style: normal;
}
.block.promo, .block .calpromo {
	margin: 0px 0px 25px 0px;
}
.block.promo.twentyright {
	margin-right: 20px;
}
.block.promosm {
	margin: 0px 10px 25px 10px;
}
.promo, .calpromo, .calpromotwo, .checklist {
	background-color: #f2f2f2;
	min-height: 340px;
	padding: 10px;
	background-image: url(bg-promolg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-box-shadow: 1px 1px 5px #B5B5B5;
	-webkit-box-shadow: 1px 1px 5px #B5B5B5;
	box-shadow: 1px 1px 5px #B5B5B5;
}
.checklist {
	height: auto;
}
.calpromo {
	background-image: url(bg-calendar.gif);
	background-color: #e6e6e6;
}
.calpromotwo {
	background-image: url(bg-calendartwo.gif);
	background-color: #e6e6e6;
}
#content .calpromo h3, #content .calpromotwo h3 {
	border: none;
}
.promosm {
	background-color: #fff;
	padding: 10px;
	background-image: url(bg-promosm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-moz-box-shadow: 1px 1px 4px #e6e6e6;
	-webkit-box-shadow: 1px 1px 4px #e6e6e6;
	box-shadow: 1px 1px 4px #e6e6e6;
	border: solid 1px #e6e6e6;
}
.sixcol .promosm {
	background-image: url(bg-calendartwo.gif);
	background-position: center -140px;
	background-color: #e5e5e5;
}
.socialicons {
	text-align: center;
}
ul.socialicons li {
	display:inline;
}
ul.socialicons img {
	margin: 5px 10px;
}
ul.socialicons a {
	border: none;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
}
ul.socialicons a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
}
#content .promo h5, #content .promosm h5 {
	color: #AF1E2B;
	border-top: none;
	text-align: center;
	font-size: 2em;
	padding-top: 0px;
	margin-bottom: 15px;
}
.pwphoto {
	text-align: center;
}
.pwphoto img {
	margin-bottom: 60px;
}
.pwphoto.ten img {
	margin-bottom: 10px;
}
.pwphoto a strong {
	color: inherit;
}
.playlist p {
	color: #b3b3b3;
	font-size: .92em;
}
.playlist a, .playlist .red {
	font-weight: bold;
}
ul.pwlist {
	clear: both;
}
ul.pwlist li {
	float: left;
}
ul.pwlist li.threecol {
	margin-left: 10px;
	padding-right: 9px;
	margin-right: 0px;
}
ul.pwlist ul.twenty li {
	float: none;
}
.roundbox {
	border-bottom: solid 1px #AF1E2B;
}
#content li.alumni {
	height: 38px;
	border-bottom: dotted 1px #e5e5e5;
}
#content li.alumni h5 {
	font-size: 1.08em;
	padding-top: 0px;
	color: #666;
	border-top: none;
	text-transform: none;
	letter-spacing: -0.1em;
}
ul.pwlist strong {
	font-size: .75em;
}
.homepw ul.pwlist p {
	margin-bottom: 0px;
	font-size: .83em;
	line-height: 1.8em;
}
.homepw ul.pwlist p a {
	font-weight: bold;
	font-size: 1.2em;
}
.homepw ul li {
	background: none;
	margin: 0px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e6e6e6;
	float: none;
}
.featuretext {
	margin: 0px 10px;
	padding-top: 10px;
	width: 210px;
	text-align: center;
	background-image: url(li-divider2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.featuretext p {
	font-family: 'Open Sans', arial, sans-serif;
	letter-spacing: -0.05em;
	color: #999;
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 15px;
	background-image: url(li-divider2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
p.date, p.public {
	font-size: .92em;
	margin-bottom: 4px;
}
p.public {
	color: #999;
}
.block p.date {
	margin-bottom: 0px;
}
.footericon {
	border-right: solid 1px #999;
}
.columnize p {
	font-size: 1em;
	margin-right: 0px;
}
.columnize em {
	color: #666;
}
.columnize ul {
	margin-bottom: 12px;
}
.columnize .first.column {
	margin-right: 15px;
}
.hidecontain {
	width: 430px;
}
.sectioninfo li {
	font-size: 1.17em;
	line-height: 1.43em;
	padding: 6px 20px 10px 20px;
	background-image: url(li-divider2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sectioninfo li.last {
	background: none;
	padding: 6px 20px 10px 20px;
}
.calendar {
	width: 210px;
	height: 180px;
}
.calendar table {
	border-collapse: collapse;
}
.calendar thead th {
	border-bottom: solid 1px #e6e6e6;
}
.calendar tbody {
	border: none;
}
.calendar th, .calendar td {
	width: 31px;
	height: 24px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
table td.mini, table th.mini, table.mini td.week {
	padding: 0px;
}
.calendar th {
	font-weight: normal;
	font-size: .92em;
	color: #bfbfbf;
	border: none;
	height: 18px;
}
.calendar td.today {
	background-color: #fff;
}
.mini {
	width: 100%;
	vertical-align: middle;
}
table td.mini a {
	font-weight: inherit;
}
table .mini-day-on a {
	text-decoration: none;
}
.date-nav div.date-prev, .date-nav div.date-next {
	width: 20px;
}
.date-nav div.date-heading {
	width: 170px;
}
.caltoday {
	margin-left: 10px;
	margin-right: 10px;
}
.todaydate {
	font-size: .75em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #000000;
}
.datetime {
	border-top: solid 8px #999;
	border-bottom: solid 1px #ccc;
	height: 45px;
	font-family: 'Open Sans', arial, sans-serif;
	letter-spacing: -0.1em;
}
.subevent {
	margin-bottom: 6px;
}
.subevent a {
	font-family: 'Open Sans', arial, sans-serif;
	color: #999;
	font-size: 1.25em;
	letter-spacing: -0.1em;
}
.subevent a:hover {
	color: #000;
}
.datetime .dday {
	color: #AF1E2B;
	float: left;
	font-size: 3.33em;
	line-height: 1em;
	font-weight: bold;
	padding-top: 1px;
}
.datetime .dtime {
	color: #AF1E2B;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 12px;
}
.datetime .dtime.weekday {
	float: right;
	color: #666;
}
.datetitle {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #666;
}
.colorboxinline, #colorboxinline {
	background-color: #fff;
	text-align: left;
}
.colorboxinline img.floatleft {
	margin-right: 20px;
	margin-bottom: 10px;
}
.annualreport .colorboxinline {
	background: inherit;
	width: 950px;
}
.sixcol .newsitem .floatleft, .sixcol .newsitem.floatleft, .sixcol .dateitem .floatleft {
	width: 150px;
}
.sixcol .newsitem .social .floatleft, .sixcol .newsitem .social .floatright {
	width: auto;
}
.sixcol .newsitem .social {
	margin-top: 10px;
}
.sixcol .dateitem .datetitle .floatleft{
	width: 370px;
}
.sixcol .newsitem .floatright, .sixcol .dateitem .floatright {
	width: 290px;
}
.sixcol .twentyright .newsitem .floatright {
	width: 280px;
}
.sixcol .dateitem .datetitle .floatright {
	width: 70px;
	text-align: right;
	color: #104F6E;
	border: none;
	padding: 0px;
}
.featureimg {
	background-color: #e6e6e6;
	height: 400px;
	padding: 10px;
	overflow: hidden;
}
#content .featuredguest h3.boldblue {
	margin-bottom: 10px;
}
.featuredguest {
	background-image: url(bg-thumbt.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.featureitem li {
	position: relative;
	padding: 10px 0px;
	border-top: solid 1px #e6e6e6;
	clear: both;
}
.featureitem img {
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
}
#content .featureitem h3, .featureitem p {
	float: right;
	width: 300px;
	margin-right: 0px;
}
#content .featureitem h3 {
	position: absolute;
	top: 10px;
	left: 150px;
	border-top: none;
	padding-top: 0px;
	clear: none;
}
.featureitem p {
	font-size: 1em;
	padding-top: 5px;
}
.sixcol .featured {
	margin-top: 5px;
}
.featured p {
	font-size: inherit;
}
.featured ul {
	color: #333;
	line-height: 1.33em;
}
.featured ul .small {
	color: #999;
	font-size: .92em;
}
.featured ul li {
	margin-bottom: 5px;
}
.newsitem, .dateitem {
	margin-bottom: 40px;
}
.newsitem.floatleft {
	margin-bottom: 10px;
	margin-top: 4px;
}
.newsitem p, .dateitem p, .nodewrap p {
	font-size: 1em;
	margin-bottom: 8px;
	margin-right: 0px;
}
.newsitem p.date, .date {
	font-size: .83em;
	color: #999;
	margin-bottom: 8px;
}
.buzzlink {
	margin-top: 62px;
}
.buzzlink a, a.boldlink {
	padding: 3px 8px 1px 8px;
	background-image: url(bg-buzzlink.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
}
.date {
	color: #666;
}
.date.red {
	color: #AF1E2B;
	margin-bottom: 4px;
	line-height: 1.4em;
}
.red, .block.red {
		color: #AF1E2B;
}
.tagarea {
	font-size: .83em;
	color: #666666;
	margin-bottom: 8px;
}
.tagarea a {
	border: none;
}
.social {
	width: 430px;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	padding-top: 5px;
	margin-top: 30px;
}
.social.teaser {
	margin-top: 30px;
	margin-bottom: 60px;
}
.social ul.links li {
	display: block;
	float: left;
	margin-top: 2px;
}
.social ul.links li.last {
	padding-right: 0px;
}
.caption {
	margin: 5px 0px 10px 0px;
	font-size: .83em;
	color: #999;
}
.block .caption {
	margin: 0px;
	color: #666;
}
.tags {
	margin-top: 20px;
}
.newsitem .tags, .dateitem .tags {
	padding-top: 10px;
	margin: 0px;
}
.tags li {
	font-size: .75em;
	text-transform: uppercase;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tags li a {
	padding: 5px 5px 4px 5px;
	background-color: #e6e6e6;
	border: none;
	color: #999;
}
.tags li a:hover {
	color: #fff;
	background-color: #AF1E2B;
}
ul.archive li {
	margin-bottom: 10px;
}
ul.archive.small li {
	font-size: .92em;
	line-height: 1.45em;
}
ul.archive.small li.border, .blockborder {
	border: solid 1px #e6e6e6;
	padding: 6px 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.blockborder {
	padding: 9px;
background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
background: linear-gradient(top,  #ffffff 0%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.openpublic, .closedpublic {
	font-weight: bold;
	font-size: 1.27em;
	color: #666;
	text-align: center;
}
.closedpublic {
	color: #AF1E2B;
}
dt.title, #content li.alumni h5 {
	font-family: 'Open Sans', arial, sans-serif;
	margin-bottom: 3px;
}
dt.title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -0.05em;
}
dt.title a {
	color: #AF1E2B;
}
dl p {
	font-size: 1em;
}
p.search-snippet {
	margin: 0px;
}
p.search-info {
	color: #999999;
	margin-top: 2px;
}
.search-results dd {
	margin-bottom: 18px;
}
.datepager .previous, .datepager .next, .playpager .previous, .playpager .next {
	width: 360px;
}
.datepager .previous, .datepager .key, .datepager .next, .playpager .previous, .playpager .key, .playpager .next {
	float: left;
	min-height: 30px;
	color: #999999;
}
.datepager .previous a, .datepager .previous a strong, .datepager .next a, .datepager .next a strong, .playpager .previous a, .playpager .previous a strong, .playpager .next a, .playpager .next a strong {
	border: none;
	color: #b3b3b3;
}
.datepager .previous a, .playpager .previous a {
	display: block;
	background-image: url(pager-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 40px;
	height: 45px;
}
.datepager .previous a:hover, .datepager .previous a:hover strong, .playpager .previous a:hover, .playpager .previous a:hover strong {
	background-position: left -75px;
	color: #104F6E;
}
.datepager .next a, .playpager .next a {
	display: block;
	background-image: url(pager-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 40px;
	text-align: right;
	height: 45px;
}
.datepager .next a:hover, .datepager .next a:hover strong, .playpager .next a:hover, .playpager .next a:hover strong {
	background-position: right -75px;
	color: #104F6E;
}
.datepager .previous a, .datepager .next a, .playpager .previous a, .playpager .next a {
	width: 295px;
	font-size: .83em;
	line-height: 1.3em;
}
.datepager .key, .playpager .key {
	width: 198px;
	line-height: 2.5em;
	text-align: center;
	border-left: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	font-weight: bold;
}
.teaser-comment {
	margin-top: 5px;
	font-size: .83em;
	font-weight: bold;
}
.todaycount, .totalcount {
	margin-top: 15px;
	margin-right: 20px;
	width: 140px;
	height: 60px;
	float: left;
}
.totalcount {
	background-color: #e6e6e6;
}
.todaycount {
	border: solid 1px #e6e6e6;
}
.counthead {
	text-align: center;
	padding-top: 8px;
	font-size: .83em;
	color: #999;
}
.countnum {
	padding-top: 3px;
	text-align: center;
	font-size: 1.83em;
	font-weight: bold;
	color: #333;
}
#content .sidebardl h3 {
	border: none;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	padding: 0px;
	margin-bottom: 3px;
	color: #333;
}
.sidebardl tbody, .sidebardl tr.even, .sidebardl tr.odd {
	border: none;
}
.sidebardl td a {
	font-weight: bold;
}
ul.threeblocks li {
	width: 306px;
	height: 306px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
	background-color: #f3f3f3;
	position: relative;
}
ul.threeblocks li.last {
	margin-right: 0px;
}
ul.threeblocks .ar-text {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	padding: 30px;
	box-sizing: border-box;
	border: 0px;
	background-color: rgba(0,0,0,0.0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  opacity: 0;
}
ul.threeblocks.exposed .ar-text {
    opacity: 0.8;
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.4), rgba(0,0,0,0));
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.threeblocks .ar-text:hover, ul.threeblocks .ar-text:active {
	background-color: rgba(0,0,0,0.75);
  opacity: 1;
}
ul.threeblocks.exposed .ar-text:hover, ul.threeblocks.exposed .ar-text:active {
    background-color: transparent;
}
ul.threeblocks .ar-image {
	position: absolute;
	top: 0px;
}
#content ul.threeblocks h2, .colorboxinline h2 {
	color: #fff;
	text-transform: none;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
	line-height: 1.2em;
	letter-spacing: inherit;
}
.colorboxinline h2 {
    padding-bottom: 30px;
}
.colorboxinline h2 a {
    font-size: 1rem;
    color: white;
    border: solid 1px rgba(255,255,255,0.5);
    border-radius: 8px;
    padding: 5px 10px;
    transition: all 0.3s ease;
}
.colorboxinline h2 a:hover {
    border-color: rgba(255,255,255,1);
}
#content ul.threeblocks h3, .colorboxinline h3 {
	border: none;
	font-size: 12px;
	padding: 0px;
	margin-bottom: 20px;
}
#content ul.threeblocks.exposed h3, .colorboxinline h3 {
    letter-spacing: .1px;
    line-height: 1.25em;
    color: rgba(255,255,255,.8);
}
.colorboxinline .eightcol {
	width: 590px;
	height: 590px;
	overflow: hidden;
}
.colorboxinline .fourcol {
	width: 300px;
	height: 560px;
	padding: 30px;
	padding-bottom: 0px;
	color: #fff;
	overflow: auto;
}
.annualreport.colorboxinline h2 {
	font-size: 28px;
}
.annualreport .colorboxinline p {
	color: #fff;
    padding-bottom: 12px;
}


.nopad, .pwlist p.nopad {
	padding: 0px;
	margin: 0px;
}
.nomargin {
	margin: 0px;
}
.last, ul.socialicons li.last {
	margin-right: 0px;
	margin-left: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.tenall {
	padding: 10px;
}
.ten, .block ul.ten {
	margin-bottom: 10px;
}
.tenright {
	margin-right: 10px;
}
.tenleft {
	margin-left: 10px;
}
.tentop {
	margin-top: 10px;
}
.fifteen {
	margin-bottom: 15px;
}
.fifteentop {
	margin-top: 15px;
}
.fifteenright {
	margin-right: 15px;
}
.twenty, #content h3.twenty, .block ul.twenty {
	margin-bottom: 20px;
}
.twentyright {
	margin-right: 20px;
}
.twentytop {
	margin-top: 20px;
}
.twentyfive {
	margin-bottom: 25px;
}
.thirtytop {
	margin-top: 30px;
}
.thirtyright {
	margin-right: 30px;
}
.thirty, #content h3.thirty {
	margin-bottom: 30px;
}
.forty {
	margin-bottom: 40px;
}
.eightyright {
	padding-right: 80px;
}
li.first {
	padding-left: 0px;
}
li.last {
	padding-right: 0px;
	border: none;
}
li.nobottom, #content h1.nobottom, #footer .innerfooter .fupdates .ssthumbs li.nobottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.center {
	text-align: center;
}
.threecol .center {
	margin-right: 10px;
}
.threecol .calpromo .center {
	margin-right: 0px;
}
.underline {
	border-bottom: solid 1px #e6e6e6;
}
.outline {
	border: solid 1px #d9d9d9;
}



.block ul {
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
}
input.example {
	color: #999999;
}
.blocksearch {
	margin-right: 20px;
}
.twocolnomargin .form-item {
	margin: 0px;
}
.twocolnomargin .form-item .form-text {
	width: 150px;
	font-size: .91em;
	margin-top: 0px;
	border-color: #d9d9d9;
}
.blocksearch .formvalue, .twocolnomargin .formvalue {
	width: 100%;
}
.blocksearch .form-submit, .twocolnomargin .form-submit {
	display: none;
}
input.example {
	color: #999999;
}
#tabs {
	background-color: #e6e6e6;
	padding: 7px 10px 8px 10px;
	margin-bottom: 20px;
}
#tabs .tabtitle {
	width: 130px;
	font-size: .92em;
	color: #000000;
	font-weight: bold;
}
input.form-submit, a.button, a.button.bluealt:hover  {
	font-size: .92em;
	line-height: 1em;
	padding: 7px 15px;
	margin: 0px;
	margin-right: 5px;
	border: none;
	font-weight: bold;
	background-color: #ccc;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px #999999;
	-moz-box-shadow: 0 1px 2px #999999;
	box-shadow: 0 1px 2px #999999;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.50);
background: -moz-linear-gradient(top,  #ededed 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #ededed 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #ededed 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #ededed 0%,#cccccc 100%);
background: linear-gradient(top,  #ededed 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc',GradientType=0 );
}
input.form-submit:hover, a.button:hover, a.button.bluealt {
	-webkit-box-shadow: 0 1px 2px #999999;
	-moz-box-shadow: 0 1px 2px #999999;
	box-shadow: 0 1px 2px #999999;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
background: #104f6e;
background: -moz-linear-gradient(top,  #7095a8 0%, #104f6e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7095a8), color-stop(100%,#104f6e));
background: -webkit-linear-gradient(top,  #7095a8 0%,#104f6e 100%);
background: -o-linear-gradient(top,  #7095a8 0%,#104f6e 100%);
background: -ms-linear-gradient(top,  #7095a8 0%,#104f6e 100%);
background: linear-gradient(top,  #7095a8 0%,#104f6e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7095a8', endColorstr='#104f6e',GradientType=0 );
	color: #fff;
	cursor: pointer;
}
a.button.bluealt {
	padding: 7px 15px;
	margin: 0px;
	margin-right: 5px;
}
a.button.bluealt:hover {
	font-size: 1em;
	color: #104F6E;
}
ul.primary {
	min-height: 25px;
	height:auto !important;
	height:25px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: separate;
	white-space: inherit;
	line-height: inherit;
}
ul.primary li {
	float: left;
	margin-right: 5px;
}
ul.primary li a {
	background: #f2f2f2; /* Old browsers */
	border: 1px solid #d9d9d9;
	padding: 3px 15px 1px 14px;
	margin: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #eee;
	-webkit-box-shadow: 1px 1px 2px #eee;
	box-shadow: 1px 1px 2px #eee;
	color: #333;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: 22px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
}
ul.primary li a:hover {
	color: #000;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 1px 1px 2px #e5e5e5;
	-webkit-box-shadow: 1px 1px 2px #e5e5e5;
	box-shadow: 1px 1px 2px #e5e5e5;
}
ul.primary li.active a, ul.primary li a:active {
	border: 1px solid #999;
	-moz-box-shadow: 1px 1px 2px #e7e7e7;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	box-shadow: 1px 1px 2px #e7e7e7;
}
a.button {
	font-size: 1em;
	margin-bottom: 10px;
	display: block;
}
#footer .fnews a.button {
	width: 109px;
}
ul.links li a.service-links-digg, ul.links li a.service-links-reddit, ul.links li a.service-links-stumbleupon, ul.links li a.service-links-forward, ul.links li a.service-links-delicious, ul.links li a.service-links-linkedin {
	padding: 1px;
	border: solid 1px #e6e6e6;
	margin-top: 1px;
	display: block;
	height: 16px;
	width: 16px;
}
.profile h3 {
	border-bottom: none;
}
.calendar-calendar div.date-nav {
	background-color: transparent;
	border: none;
	padding: 0px;
}
ul.pager {
	height: 24px;
	padding-top: 6px;
	margin-right: 20px;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	text-align: center;
}
ul.pager li {
	display: inline;
	padding: 0px 6px;
	margin-top: 6px;
}
ul.pager li a.active {
	color: #104F6E;
}
ul.pager li.pager-item a {
	font-weight: bold;
}
ul.pager li.pager-current {
	color: #000;
}
ul.pager li.pager-previous {
	padding-right: 18px;
	border-left: solid 1px #808080;
}
ul.pager li.pager-next {
	padding-left: 18px;
	border-right: solid 1px #808080;
}
input[type="text"], input[type="password"], input[type="email"], input[type="name"], textarea, select {
	border: 1px solid #CCC;
	background-image: url(bg-form.gif);
	background-repeat: repeat-x;
	background-position: left top;
	outline: none;
	padding: 6px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.16em;
	color: #333;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#signup input, #signup input.form-submit {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
}
#signup.block {
    margin-left: 0px;
    margin-right: 0px;
}
#signup .form-item {
    border: none;
    margin-bottom: 0px;
}
#signup .form-item label {
    display: block;
}
#signup .form-item label.required {
    color: #000;
}
#edit-comment-wrapper textarea {
	width: 100%;
}
input[type="file"], .filefield-element input.form-submit, .filefield-element input.form-file {
	margin-bottom: 20px;
	clear: both;
}
.filefield-file {
	margin-bottom: 10px;
}
.location .form-item label {
	float: none;
}
.location .form-item input {
	width: 100%;
	margin-bottom: inherit;
}
.form-item .description, #conditional-field-lyrics .filefield-element .description {
	font-size: 1em;
	color: #999;
}
.cck-phone-field-phone {
	width: 100%;
}
.description p {
	font-size: 1em;
}
.form-text, .node-form .form-text, .resizable-textarea, .node-form textarea {
	width: 100%;
}
.form-item ul {
	margin-bottom: 20px;
}
.draggable input.form-text {
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-select {
	font-size: 1.16em;
}
.form-text.headsearch {
	padding: 0px 6px;
}
.filename {
	font-weight: bold;
	color: #333;
}
/* Dropdown control */
.selectBox-dropdown {
	position: relative;
	border: solid 1px #d9d9d9;
	font-size: 11px;
	line-height: 22px;
	height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	outline: none;
	vertical-align: middle;
	background: #F2F2F2;
	-moz-box-shadow: 1px 1px 2px #eee;
	-webkit-box-shadow: 1px 1px 2px #eee;
	box-shadow: 1px 1px 2px #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 20px;
}
a.selectBox-dropdown.error {
	border: solid 1px red;
}
.controls .selectBox-dropdown {
	margin-bottom: 0px;
}

.selectBox-dropdown:hover,
.selectBox-dropdown:hover .selectBox-arrow {
	border-color: #c1c1c1;
	-moz-box-shadow: 1px 1px 2px #e5e5e5;
	-webkit-box-shadow: 1px 1px 2px #e5e5e5;
	box-shadow: 1px 1px 2px #e5e5e5;
}

.selectBox-dropdown:active,
.selectBox-dropdown:active .selectBox-arrow {
	border-color: #999;
	-moz-box-shadow: 1px 1px 2px #e7e7e7;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	box-shadow: 1px 1px 2px #e7e7e7;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}
.conditional-field select.date-month {
	width: 55px;
}
.conditional-field select.date-day {
	width: 45px;
}
.conditional-field select.date-year {
	width: 60px;
}
.conditional-field select.date-hour {
	width: 45px;
}
.conditional-field select.date-minute {
	width: 50px;
}
.conditional-field select.date-ampm {
	width: 55px;
}

.container-inline-date .form-item .form-item {
	margin-right: 10px;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 100%;
	background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #BBB;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	min-width: 75px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
	margin-bottom: 20px;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	font-size: 11px;
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	color: #333;
	border-bottom: none;
	text-align: left;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
div.fieldgroup {
	border-bottom: solid 1px #D9D9D9;
	margin-bottom: 40px;
}
div.fieldgroup .content {
	padding: 0px;
}
.blocksearch .form-item .form-text, .staytouch .form-item .form-text {
	height: 24px;
	width: 210px;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	margin-top: 17px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: .92em;
	line-height: 1.82em;
}
.staytouch .form-item .form-text {
	border: none;
	margin-top: 5px;
	width: 150px;
	height: 18px;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px solid red;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
	border: none;
}
#edit-field-multiapplicant-items thead, #field-multiapplicant-items thead, #edit-field-multiapplicant-items td.content-multiple-drag, #field-multiapplicant-items td.content-multiple-drag, #field_lyricaudio_values thead, #field_lyricaudio_values td.content-multiple-drag {
	display: none;
}
input.form-submit {
	color: #104F6E;
	margin-top: 20px;
}
#buttonwrap {
	height: 45px;
	margin-bottom: 20px;
	width: 460px;
}
.sixcol.rightline #buttonwrap {
	width: 440px;
}
.modalframe-page-content #buttonwrap {
	width: 100%;
}
#buttons input.form-submit {
	margin-top: 0px;
}
#buttons input.form-submit#edit-next, #buttons input.form-submit#edit-delete, #buttons input.form-submit#edit-done, #buttons input.form-submit#edit-savenew {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
#buttons input.form-submit#edit-done {
	-webkit-box-shadow: 0 1px 2px #999999;
	-moz-box-shadow: 0 1px 2px #999999;
	box-shadow: 0 1px 2px #999999;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
background: #104f6e;
background: -moz-linear-gradient(top,  #7095a8 0%, #104f6e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7095a8), color-stop(100%,#104f6e));
background: -webkit-linear-gradient(top,  #7095a8 0%,#104f6e 100%);
background: -o-linear-gradient(top,  #7095a8 0%,#104f6e 100%);
background: -ms-linear-gradient(top,  #7095a8 0%,#104f6e 100%);
background: linear-gradient(top,  #7095a8 0%,#104f6e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7095a8', endColorstr='#104f6e',GradientType=0 );
	color: #fff;
	cursor: pointer;
}
#buttons input.form-submit#edit-done:hover {
background: -moz-linear-gradient(top,  #104f6e 0%, #7095a8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#104f6e), color-stop(100%,##7095a8));
background: -webkit-linear-gradient(top,  #104f6e 0%,#7095a8 100%);
background: -o-linear-gradient(top,  #104f6e 0%,#7095a8 100%);
background: -ms-linear-gradient(top,  #104f6e 0%,#7095a8 100%);
background: linear-gradient(top,  #104f6e 0%,#7095a8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104f6e', endColorstr='#7095a8',GradientType=0 );

}
#buttons {
	overflow: hidden;
	background: #fff;
	width: 460px;
	height: 25px;
	z-index: 1;
	padding: 10px 0px;
	border-bottom: solid #d9d9d9 1px;
	border-top: solid #d9d9d9 1px;
}
.sixcol.rightline #buttons {
	width: 440px;
}
.modalframe-page-content #buttons {
	width: 100%;
}
#buttons.floating {
	position: fixed;
	background-color: #f2f2f2;
	top: 0;
	width: 460px;
	border: none;
	margin: 0px -10px;
	padding: 10px;
background: -moz-linear-gradient(top,  #ffffff 0%, #d9d9d9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
background: -webkit-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
background: linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}
.sixcol.rightline #buttons.floating {
	width: 440px;
}
#buttons .form-item {
	float: left;
	border: none;
	margin: 5px 0px;
	margin-right: 10px;
	font-size: .92em;
}
#buttons .form-item a {
	color: #104F6E;
	font-weight: bold;
}
#buttons .form-item a:hover {
	color: #000;
}
input.form-text:focus, .form-textarea:focus {
	border: solid 1px #999;
	outline: none;
	background-image: none;
  -webkit-transition: border .2s linear;
}
#comment-form .form-textarea {
	height: 200px;
}
.form-item, fieldset {
	border-bottom: solid 1px #D9D9D9;
	margin-top: 0px;
	margin-bottom: 20px;
}
.fieldset {
	padding-bottom: 12px;
	font-size: 1.16em;
	line-height: 1.43em;
	color: #333;
}
.fieldset p {
	font-size: inherit
}
.filefield-element .widget-edit .form-item {
	border: none;
}
.filefield-file-info {
	overflow: hidden;
}
.filefield-icon {
	margin: 0px 10px 0px 0px;
	padding: 0px 7px 0px 0px;
	border-right: solid 1px #e6e6e6;
}
.form-item .noderelationships-nodereference-autocomplete, .content-add-more .noderelationships-nodereference-add-more {
	display: inline-block;
	width: 85%;
	margin-right: 10px;
}
.form-item label, label, legend, .block h6, #content h5 {
	margin-bottom: 6px;
	color: #999;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.16em;
	line-height: 1.28em;
	border: none;
	padding: 0px;
	font-weight: 600;
}
fieldset .form-item label {
	font-family: inherit;
	font-weight: bold;
	text-transform: inherit;
	font-size: 1em;
	color: #181818;
}
fieldset .form-item label .form-required {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: normal;
}
.form-radios .form-item label {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	letter-spacing: normal;
	text-transform: none;
}
fieldset .form-item, table .form-item, .form-radios .form-item {
	border: none;
}
fieldset {
	margin-bottom: 20px;
}
.content-add-more {
	margin-top: 10px;
	margin-bottom: 20px;
}
.captcha img {
	background-color: #ededed;
	padding: 5px;
}
#disqus_thread {
	background-color: #efefef;
	padding: 10px;
	margin-top: 5px;
}
#dsq-account-dropdown, #dsq-sort-by {
	margin-top: 17px;
}
.view-filters {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #efefef;
}
.views-table th, .views-table td {
	padding: 5px 10px;
}
.view-kp-applications-completed tr {
	border-bottom: solid 1px #efefef;
}
.view-kp-applications-completed td {
	vertical-align: top;
}
.project, .case, .case_changes {
	margin-bottom: 20px;
	width: 460px;
}
.case_changes {
	margin-bottom: 10px;
}
.project tr.even, tr.odd, .views-table tr.even, .views-table tr.odd, .case tr.even, .case tr.odd, .case_changes tr.even, .case_changes tr.odd, #comment-form tr.even, #comment-form tr.odd {
	background-color: #fff;
}
.project td, .case td, .case_changes td {
	padding: 3px 0px;
	color: #999;
}
#comment-form td {
	padding: 10px 0px;
}
.project td.pdata, .case td.pdata {
	color: #000;
}
#comments {
	border-top: solid 8px #E6E6E6;
	padding-top: 10px;
}
.comment {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #efefef;
	width: 460px;
}
.comment .submitted, .comment ul.links {
	font-size: .92em;
}
html.js input.form-autocomplete {
	background-image: url(bg-form.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 18px;
}
fieldset.location {
	padding-top: 0px;
}
fieldset.location legend, #edit-field-address-0-delete-location-wrapper {
	display: none;
}
form#comment-form fieldset {
	padding: 10px;
	border: solid 1px #efefef;
}
html.js fieldset.collapsed legend a, html.js fieldset.collapsible legend a {
	background: none;
}
html.js fieldset.collapsed legend, html.js fieldset.collapsible legend {
	width: 100%;
}
html.js fieldset.collapsible legend a {
	padding-left: 0px;
	background-color: inherit;
	padding: 0px 10px;
	color: #999;
	border-bottom: 0px;
	height: 36px;
	line-height: 36px;
}
html.js fieldset.collapsed legend a {
	background-color: #f2f2f2;
	border-bottom: solid 1px #D9D9D9;
	padding: 0px 10px;
	color: #999;
	height: 36px;
	line-height: 36px;
}
html.js fieldset.collapsed {
	height: inherit;
	border-bottom: solid 1px #D9D9D9;
	display: block;
	height: 36px;
	line-height: 36px;
}
html.js fieldset.collapsible div.fieldset-wrapper {
	padding: 0px 10px;
	padding-top: 10px;
}
html.js fieldset fieldset.collapsible div.fieldset-wrapper {
	padding: 0px;
	padding-top: 10px;
}
.new {
	color: #AF1E2B;
	font-style: italic;
}
.bt-wrapper {
	text-align: left;
}
.messages {
	border: solid 1px #D9D9D9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
}
.messages, .messages.error, div.warning {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	color: #333;
}
.messages em, .messages.error em {
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.timeline {
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	color: #999;
}
.timeline li {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
	height: 18px;
	float: left;
	background-image: url(breadcrumb-border.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.timeline li.active {
	background: none;
}
.timeline a {
	border: none;
	color: #4c4c4c;
	font-weight: bold;
}
.timeline a.active {
	color: #104F6E;
}
.timeline a:hover, .timeline a.active:hover {
	color: #262626;
}
.modalframe-page-content {
	background-color: #fff;
}
.noderelationships-noderef-page-content {
	border: none;
}




/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
a.cboxElement {outline:0;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#e6e6e6;}
#colorbox{outline:0; -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
    #cboxTopLeft{width:25px; height:25px; background: #fff;}
    #cboxTopCenter{height:25px; background: #fff;}
    #cboxTopRight{width:25px; height:25px; background: #fff;}
    #cboxBottomLeft{width:25px; height:25px; background: #fff;}
    #cboxBottomCenter{height:25px; background: #fff;}
    #cboxBottomRight{width:25px; height:25px; background: #fff;}
    #cboxMiddleLeft{width:25px; background: #fff;}
    #cboxMiddleRight{width:25px; background: #fff;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color: #104F6E;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color: #104F6E;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color: #104F6E; font-face: inherit;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color: #104F6E; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.annualreport #cboxOverlay{background:#e6e6e6;}
.annualreport #colorbox{outline:0;}
    .annualreport #cboxTopLeft{width:0px; height:0px; background: #fff;}
    .annualreport #cboxTopCenter{height:0px; background: #fff;}
    .annualreport #cboxTopRight{width:0px; height:0px; background: #fff;}
    .annualreport #cboxBottomLeft{width:0px; height:0px; background: #fff;}
    .annualreport #cboxBottomCenter{height:0px; background: #fff;}
    .annualreport #cboxBottomRight{width:0px; height:0px; background: #fff;}
    .annualreport #cboxMiddleLeft{width:0px; background: #fff;}
    .annualreport #cboxMiddleRight{width:0px; background: #fff;}

    .annualreport #cboxContent{background:#666;}
        .annualreport .cboxIframe{background:#666;}
        .annualreport #cboxError{padding:50px; border:1px solid #ccc;}
        .annualreport #cboxLoadedContent{border:5px solid #fff; background:#666;margin-bottom:0px;}
        .annualreport #cboxTitle{position:inherit; top:0; left:0; color:#ccc;}
        .annualreport #cboxCurrent{position:absolute; top:0; right:0px; left: inherit; color:#ccc;}
        .annualreport #cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        .annualreport #cboxPrevious, .annualreport #cboxNext, .annualreport #cboxSlideshow, .annualreport #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        .annualreport #cboxPrevious:active, .annualreport #cboxNext:active, .annualreport #cboxSlideshow:active, .annualreport #cboxClose:active {outline:0;}

        .annualreport #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        .annualreport #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        .annualreport #cboxPrevious:hover{background-position:bottom left;}
        .annualreport #cboxNext{position:absolute; top:50%; right:5px; left: inherit; margin-top:-32px; background:url(controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        .annualreport #cboxNext:hover{background-position:bottom right;}
        .annualreport #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        .annualreport #cboxClose:hover{background-position:bottom center;}

#content .twtr-widget h3 {
	margin: 0px;
	padding: 0px;
	border: none;
}

.block .permalink {
	margin-top: 0px;
}

#jTweetsAnywhere .jta-tweet-list
{
    height: 350px;
    overflow:auto;
}
#jTweetsAnywherePW .jta-tweet-list
{
    height: 200px;
    overflow:auto;
}


.twtr-widget {
	font-family: 'Open Sans', arial, sans-serif;
}
.twtr-ft span a.twtr-join-conv {
	font-size: .83em;
	letter-spacing: -0.05em;
}

#today {
	height: 1%;
	overflow: hidden;
}
#today .overview {
	position: absolute;
	margin-top: 3px;
}
#today .viewport {
	float: left;
	position: relative;
	min-height: 100px;
	width: 190px;
	overflow: hidden;
}
#today .viewport.wide {
	width: 430px;
}
#today li {
	float: left;
	width: 190px;
	height: 82px;
}
#today .viewport.wide li {
	width: 205px;
	margin-right: 10px;
}
#today a.buttons.disable {
	visibility: hidden;
	height: 0px;
}
#today a.buttons {
	position: relative;
	overflow: hidden;
	color: #104F6E;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: .75em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
}
#today .prev{
	float: left;
}
#today .next {
	float: right;
}
#today a.buttons:hover {
	color: #000;
}
span.flag-wrapper {
	text-align: center;
	display: block;
}

.mejs-container a {
	border: none;
}
.poster img {
	border: solid 1px #e3e3e3;
}
.webform-component table {
	border-bottom: solid 1px #D9D9D9;
	border-top: solid 1px #D9D9D9;
	margin-top: 20px;
}
.webform-component td {
	padding-bottom: 10px;
}
.webform-component table + div label {
	display: none;
}
.webform-client-form input#edit-previous.form-submit {
	background: none;
	box-shadow: inherit;
	text-shadow: inherit;
	padding: 7px 0px;
	padding-bottom: 1px;
	border-bottom: dotted 1px #ccc;
}
.webform-client-form input#edit-previous.form-submit:hover {
	color: #000;
}
.webform-client-form input#edit-next.form-submit, .webform-client-form input#edit-submit.form-submit {
	float: right;
	margin-right: 0px;
}
.webform-submission-info {
	padding-left: 0px;
}

.node-form #field_application_audio_values.content-multiple-table thead th {
	display: none;
}
.node-form #field_application_audio_values.content-multiple-table td.content-multiple-drag {
	display: none;
}
.node-form #field_application_audio_values.content-multiple-table tr {
	border-bottom: 1px solid #666;
	background-color: inherit;
}
.node-form #field_application_audio_values.content-multiple-table tr .form-item {
	margin-top: 10px;
}
