.nace h2 {
    color: #545454 !important;
    line-height: 1.2 !important;
    font-size: 30px !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    /*font-weight: bold !important;*/
}

.nace h3 {
    color: #545454 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    /*font-weight: bold !important;*/
}

.nace h4 {
    color: #545454 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    /*font-weight: bold !important;*/
}

/*.nace h2 a,
.nace h3 a,
.nace h4 a{color: #666 !important}

.nace h2 a:hover,
.nace h3 a:hover,
.nace h4 a:hover{color: #545454 !important}*/

.nace .read-more {
    background: url('../images/sprite.png') no-repeat scroll  -306px -208px !important;
    display: normal !important;
    font-size: 16px !important;
    font-family: 'FuturaItalic' !important;
    padding-right: 0px !important;
	float: none !important;
    margin-top: 0px !important; 
    font-weight: bold !important;

}

.nace .read-more:hover {
    color: #2f5677 !important;
    background-position: -306px -930px !important;
}

.nace li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom:10px;
}

.nace li:last-child {
  margin-bottom:0px;
}

.nace li li {
  list-style: circle;
  margin-left: 20px
}

.nace li li li {
  list-style: square;
  margin-left: 20px
}

.nace ol li
{
  list-style-type: decimal;  
}

.nace ol li li
{
  list-style-type: lower-alpha;  
}

.nace ul li
{
  list-style-type: disc;  
}

.nace .quotegrid table tbody tr td:last-child 	{ padding-right: 0px;}

.nace blockquote {
    padding: 0px 0px 20px 20px; 
    display: block;
}

.nace sup {
  /* Move the superscripted text up */
  vertical-align: super;
  font-size: 8px;
}
 
.nace sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.nace input[type="submit"], .nace button, .nace .button.green, .nace .button.green:hover {
    margin: 5px 10px 5px 0 !important;
    border: none 0 !important;
    font-size: 16px;
    height: 28px !important;
    line-height: 25px;
    padding: 0 10px !important;
    /*width: 80px;*/
}

.nace input, textarea, select {
    margin: 0 0 10px 0 !important;
}

.nace select {
    border: solid 1px #999 !important;
    height: 23px !important;
    padding: 1px !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nace input {
    /*border: solid 1px #999 !important;*/
    height: 23px !important;
    padding: 1px 5px 2px 5px !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nace textarea {
    border: solid 1px #999 !important;
}
/* !!!----------------BEGIN SAM'S CSS----------------!!! */
/*start formatting for all tables pre-Jan 27 2016 NO LONGER IN USE!!! */
.datatable .headerrow td {
	color: #ffffff; 
	background-color: #005480;
	text-align:left;
	vertical-align:middle;
}
.datatable .headerrow td + td {
	text-align:center;
}
.datatable .headerrow:hover {
	background-color: #005480;
}
.nace .datatable .subheaderrow {
	color: #ffffff; 
	background-color: #71a3c1;
	text-align:center;
	vertical-align:middle;
}
.nace .datatable .subheaderrow2 {
	color: #ffffff; 
	background-color: #999;
	text-align:center;
	vertical-align:middle;
}
.nace .datatable .vert {
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
span.source {
    font-size:9px;
}
/*END formatting for all tables pre-Jan 27 2016 NO LONGER IN USE!!! */
/*START formatting for all data tables post-Jan 27 2016 */
.nace .piechart {
border: 1px solid #545454;
margin: auto;
}
.nace .barchart {
border: 1px solid #545454;
margin: auto;
}
.nace .linechart {
border: 1px solid #545454;
margin: auto;
}
.tablecontainer {
	width:90%; 
	margin:auto;
}
.scroll-tablecontainer {
  position: relative;
  padding-top: 0px;
  width:90%; 
  margin:auto;  
  overflow-y: auto;
  height: 400px;
  border-top: 1px solid #9F9E9E;
  border-bottom: 1px solid #9F9E9E;
}
.datatable {
	font-size:11px; 
	background-color: #ffffff;
	margin:auto;
	width:100%;
	border: 1px solid #9F9E9E;
	font-family:'Futura Medium','Lucida Sans', 'Helvetica', Arial, sans-serif;
}
.datatable th {
    color: #ffffff; 
    background-color: #005480;
	padding: 5px 0px 5px 5px;
	text-align:left; 
    font-weight: bold;
	vertical-align:middle;
}
.datatable th + th {
	padding: 5px 5px 5px 5px;
	text-align:center;
}
.datatable tbody>tr>td {
    border: 1px solid #9F9E9E; 
}
.datatable tr:hover {
	background-color:#eeecec;
}
.datatable td {
    color: #333; 
	font-family:'Futura Medium','Lucida Sans', 'Helvetica', Arial, sans-serif;
	padding: 5px 0px 5px 5px;
	text-align:left;
	vertical-align:middle;
}
.datatable td + td {
	padding: 5px 5px 5px 5px;
	text-align:center;
}
table.datatable + span {
    font-size:9px;
}

/*END formatting for all data tables post-Jan 27 2016 */
/*START formatting for tabbed layouts on event pages */
.tabs {
	margin: 0;
	padding: 0;	
	zoom : 1;
}
.tabs td {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tabs a {
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	background-color: #8aa6bd;
        border: 1px solid rgb(153,153,153);
	margin-right: 5px;
	margin-bottom: -1px;
}
.tabs .active {
	border-bottom: 1px solid white;
	background-color: white;
	color: rgb(51,72,115);
	position: relative;
}
.panelContainer {
	clear: both;
	margin-bottom: 20px;	
	border: 1px solid rgb(153,153,153);	
	background-color: white;
	padding: 20px 10px;
	/*height: 420px;*/
}

.panel h2 {
	color: rgb(57,78,121);
	text-shadow: none;		
}
.panel p {
	color: black;	
}
/*END formatting for tabbed layouts on event pages */
/*START formatting for career readiness toolkit */
.cr-tablecontainer {
	width:100%;
}
.cr-tablecontainer a {
	font-size: 12px;
}
.cr-toolkit-left-col{
	float:left;
	width: 45%;
	margin-left:10%;
	margin-top:2%;
	margin-bottom:2%;
}
.cr-toolkit-right-col{
	float:left;
	width: 45%;
	margin-top:2%;
	margin-bottom:2%;
}
.cr-toolkit-description {
	width: 100%; 
	clear:both;
}
.cr-toolkit-icon {
	float:left; 
	width:60px; 
	margin-right:10px;
	margin-bottom: 15px;
}
.cr-toolkit-icon-th {
	width:20px; 
}
.cr-toolkit-icon-header {
	float:left; 
	margin-top:20px; 
	font-size:1.3em; 
	font-weight:bold;
}
.key .cr-toolkit-icon {
	float:left; 
	width:26px; 
	margin-right:5px;
	margin-bottom: 15px;
}
.key .cr-toolkit-icon-header {
	float:left; 
	margin-top:7px; 
	font-size:.9em; 
	font-weight:bold;
}
.key .cr-toolkit-left-col{
	float:left;
	width: 50%;
	margin-left: 0%;
}
.key .cr-toolkit-right-col{
	float:left;
	width: 40%;
}
/*END formatting for career readiness toolkit */
/*START BOD 16-17 */
.bod {
	width:100%; 
	clear: both;
}
.bod-left-col {
	width:20%;
	float:left;
	
}
.bod-left-col img {
	margin: auto;
	margin-right: 20px;
	width: 120px;
}
.bod-right-col {
	width:75%;
	float:left;
	margin-bottom: 45px;
}
.bod-name {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}
.bod-title {
	font-weight:bold;
}
/*END BOD 16-17 */
/*START MORE-LESS TOGGLE*/
.more-state {
  display: none;
}
.more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
  display:none;
}
.more-state:checked ~ .more-wrap .more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  display:block;
}
/*END MORE-LESS TOGGLE */
/*START MORE-LESS TOGGLE - BOD ONLY */
.more-state ~ .more-trigger:before {
  content: 'Read more';
}
.more-state:checked ~ .more-trigger:before {
  content: 'Read less';
}
.more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
/*END MORE-LESS TOGGLE - BOD ONLY */
/*START MORE-LESS TOGGLE - CRR & Appendix ONLY */
.more-state ~ .more-trigger-crr:before {
  content: 'Show Key';
}
.more-state:checked ~ .more-trigger-crr:before {
  content: 'Hide Key';
}
.more-trigger-crr {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #ffffff;
  font-size: 1em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  float:left;
  clear:both;
  background-color:#77a22f;
}
.more-state ~ .more-trigger-appendix:before {
  content: 'View Appendix';
}
.more-state:checked ~ .more-trigger-appendix:before {
  content: 'Hide Appendix';
}
.more-trigger-appendix {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #ffffff;
  font-size: 1em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  float:left;
  clear:both;
  background-color:#77a22f;
  margin-top:25px;
}
/*END MORE-LESS TOGGLE - CRR ONLY */
/* START Misc Styles */
.float-right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.float-right-border {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	border: 1px solid #cccccc;
}
#journal-table .thumbnail {
	margin: 20px; 
	padding: 5px; 
}
#journal-table .thumbnail img {
	border: 1px solid #999999;
}
#journal-table .title {
	margin: 20px; 
	padding: 5px; 
	text-align: center;
}
.headshot {
	float:left;
	margin-right: 15px;
}
.bio-headshot {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.presenter-headshot {
	padding: 4px 15px 0px 6px;
}
.clear-float {
	clear:both;
}
.spotlight-stories {
	width: 100%;
	margin: auto;
}
.spotlight-stories td {
	width: 49%;
	vertical-align:top;
}
.spotlight-stories tr:nth-child(even) h4 {
	padding-top: 20px;
	padding-bottom:10px;
}
/*END MISC */
/*
.nace input[type="text"],
.nace input[type="password"],
.nace textarea,
.nace select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.nace input[type=text], .nace input[type=password] {
    border: solid 1px #999;
	height: 23px;
    padding: 1px 5px 2px 5px;
    max-width: 300px;
}

.nace select {
	border: solid 1px #999;
	height: 23px;
	padding: 1px;
    max-width: 300px;
}

.nace .left {
	clear: both;
}

.nace .left, .nace .middle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}

.nace .right {
	float: left;
}

.nace .half-left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	padding-right: 12px;
	width: 50%;
}

.nace .half-right {
	float: left;
	width: 50%;
}

.nace .third-left, .nace .third-middle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
	width: 33%;
}

.nace .third-left {
	clear: both;
}

.nace .third-right {
	float: left;
	width: 34%;
}

.nace .full {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	clear: both !important;
	float: left !important;
	width: 100% !important;
}
*/