/*********
COLORS:
blue #222e62 lt.blue #dfe4f2
teal #389cb3 lt.teal #dbf0f5
lime #acd038 lt.lime #e4e9ca
red  #b92027 lt.red  #f4e1e3

icons:
green  #006838
purple #7f3f98
brown  #754c29
blue   #21409a

#intern-vtabs, #transition-vtabs, #training-vtabs, #apprentice-vtabs

#yu-htabs, #yaip-htabs, #ps-htabs, #ceo-htabs, #twc-htabs, #pride-htabs, #tjrd-htabs, #sdwiaojt-htabs, #wiaadw-htabs, #wsa-htabs, #ra-htabs
*********/

* {
	margin: 0;
	padding: 0;
}
/*
:focus {
	background-color: yellow !important;
}
*/
body {
	font-family: century-gothic, sans-serif; font-size: 16px;
}

.clear {
	clear: both;
}

#skipnav a {
	position: absolute;
	z-index: 3000;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	padding-bottom: 25px;
}
#skipnav a:hover,
#skipnav a:focus,
#skipnav a:active {
	clip:auto;
	left:0;
	top:0;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	background:#b92027;
	border:2px solid #ffffff;
	border-left:none;
	border-right:none;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}

header {
	background-color: #222e62;
	float:left;
	margin-bottom: 15px;
	width: 100%;
}
h1 {
	color: white;
	font-weight: 700;
	float:left;
	margin: 25px 0 0 20px;
}

.headerImage {
	float: right;
	margin: 15px;
	padding: 7px;
	background-color: white;
}
.headerImage img {
	width: 50px;
	float: left;
	margin: 0px 0px 0px 7px;
}
.researchQuestions {
	color: #222e62;
	font-style: italic;
	font-weight: 700;
	float: left;
	width: 80%;
}
.researchQuestions h2 {
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 1.2em;
}
.researchQuestions ul {
	margin: 0 0 20px 35px;
}
.researchQuestions li {
	margin: 5px 0;
}
.pdf {
	float:right;
	width: 14%;
	min-width: 150px;
}
.pdf img {
	width: 17px;
	margin: 0 7px 7px 0;
	vertical-align: middle;
}
.pdf a {
	color: #b92027;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1px;
	font-size: .8em;
	text-decoration: none;
	font-weight: 700;
	clear: both;
	display: block;
	text-align: left;
}
.pdf a:hover, .pdf a:focus {
	color: #222e62 !important;
	text-decoration: underline;
}
.pdf a.getAdobeReader {
	margin: -5px 0 5px 24px;
	color: #555;
	text-transform: capitalize;
	font-weight: 400;
	font-size: .75em;
	font-style: italic;
}
.pdf a.getAdobeReader img {
	width: 13px;
	margin-left: 5px;
}
.printSettings {
	font-size: .7em;
	margin-left: 30px;
}
.printSettings:before {
	content: "\021B3";
	/*font-weight: 700;*/
	float: left;
    position: relative;
    left: -18px;
    font-size: 2em;
    line-height: .1;
    width: 0px;
}
.printSettings span {
	font-size: 1.1em;
	font-weight: 700;
}
.printSettings li {
	margin-left: 10px;
}

#accordion {
	min-width: 1015px;
}
h3.accordionHead {
	clear:both;
	cursor: pointer;
	border-width: 2px 0px 2px;
	border-style: solid;
	outline: none;
	border-bottom-color: #fff;
	transition: 0.3s;
}
h3.accordionHead img {
	vertical-align: middle;
	width: 55px;
	margin: 10px 7px;
}
h3.accordionHead span {
	font-size: 1.2em;
	font-weight: 700;
	position:relative;
	top:2px;
}
h3.intern { border-top-color: #222e62;}
h3.transition { border-top-color: #389cb3; }
h3.training { border-top-color: #acd038; }
h3.apprentice { border-top-color: #b92027; }
h3.ui-accordion-header-active.intern { background-color: #dfe4f2; border-bottom-color: #222e62; }
h3.ui-accordion-header-active.transition { background-color: #dbf0f5; border-bottom-color: #389cb3; }
h3.ui-accordion-header-active.training { background-color: #e4e9ca; border-bottom-color: #acd038; }
h3.ui-accordion-header-active.apprentice { background-color: #f4e1e3; border-bottom-color: #b92027; }
h3.ui-accordion-header-active.ui-state-hover.intern { background-color: #dfe4f2; border-bottom-color: #222e62; }
h3.ui-accordion-header-active.ui-state-hover.transition { background-color: #dbf0f5; border-bottom-color: #389cb3; }
h3.ui-accordion-header-active.ui-state-hover.training { background-color: #e4e9ca; border-bottom-color: #acd038; }
h3.ui-accordion-header-active.ui-state-hover.apprentice { background-color: #f4e1e3; border-bottom-color: #b92027; }
h3.ui-accordion-header-active.ui-state-focus.intern { background-color: #dfe4f2; border-bottom-color: #222e62; }
h3.ui-accordion-header-active.ui-state-focus.transition { background-color: #dbf0f5; border-bottom-color: #389cb3; }
h3.ui-accordion-header-active.ui-state-focus.training { background-color: #e4e9ca; border-bottom-color: #acd038; }
h3.ui-accordion-header-active.ui-state-focus.apprentice { background-color: #f4e1e3; border-bottom-color: #b92027; }
h3.ui-state-hover.intern, h3.ui-state-focus.intern { background-color: #dfe4f2; border-bottom-color: #dfe4f2; }
h3.ui-state-hover.transition, h3.ui-state-focus.transition { background-color: #dbf0f5; border-bottom-color: #dbf0f5; }
h3.ui-state-hover.training, h3.ui-state-focus.training { background-color: #e4e9ca; border-bottom-color: #e4e9ca; }
h3.ui-state-hover.apprentice, h3.ui-state-focus.apprentice { background-color: #f4e1e3; border-bottom-color: #f4e1e3; }

.rows li.wbl {
	width: 93%;
	border-bottom: 1px solid #ddd !important;
	min-height: 0;
	text-align: center;
	margin-top: 10px;
	padding: 7px 15px 12px 15px;
	cursor: default;
	height: 19px;
}
.rows li.wbl:hover {
	border-bottom: 1px solid #ddd !important;
	background-color: white;
}

.columns {
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
	left: -5px;
}
.columns li, li.wbl {
	color: #000000;
	font-weight: 700;
	font-size: 1.15em;
	text-transform: uppercase;
	padding: 11px 3% 9px;
	list-style-type: none;
	float: left;
	font-family: century-gothic, sans-serif;
	height: 21px;
}
.columns li {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 2px solid #fff;
}
#yu-htabs li.ui-tabs-active, #yaip-htabs li.ui-tabs-active, 
#ps-htabs li.ui-tabs-active{
	background-color: #dfe4f2 !important;
	border-bottom: 2px solid #222e62;
	transition: 0.3s;
}
#yu-htabs .columns li.ui-state-hover, #yaip-htabs .columns li.ui-state-hover, 
#ps-htabs .columns li.ui-state-hover {
	background-color: #efefef;
	border-bottom: 2px solid #222e62;
}
#ceo-htabs li.ui-tabs-active, #twc-htabs li.ui-tabs-active,
#pride-htabs li.ui-tabs-active, #tjrd-htabs li.ui-tabs-active{
	background-color: #dbf0f5 !important;
	border-bottom: 2px solid #389cb3;
	transition: 0.3s;
}
#ceo-htabs .columns li.ui-state-hover, #twc-htabs .columns li.ui-state-hover,
#pride-htabs .columns li.ui-state-hover, #tjrd-htabs .columns li.ui-state-hover {
	background-color: #efefef;
	border-bottom: 2px solid #389cb3;
}
#sdwiaojt-htabs .columns li.ui-tabs-active, #wiaadw-htabs .columns  li.ui-tabs-active{
	background-color: #e4e9ca !important;
	border-bottom: 2px solid #acd038;
	transition: 0.3s;
}
#sdwiaojt-htabs .columns li.ui-state-hover, #wiaadw-htabs .columns li.ui-state-hover {
	background-color: #efefef;
	border-bottom: 2px solid #acd038;
}
#wsa-htabs li.ui-tabs-active, #ra-htabs li.ui-tabs-active{
	background-color: #f4e1e3 !important;
	border-bottom: 2px solid #b92027;
	transition: 0.3s;
}
#wsa-htabs .columns li.ui-state-hover, #ra-htabs .columns li.ui-state-hover {
	background-color: #efefef;
	border-bottom: 2px solid #b92027;
}

.columns li a, .columns li a:hover,
.rows li a, .rows li a:hover {
	color: #333;
	text-decoration: none;
}
.columns li, .rows li, 
.columns li a:focus, .rows li a:focus {
	outline: none;
}

.rows {
	float:left;
	width: 33%;
	background-color: white;
}
.rows li {
	transition: 0.3s;
	padding: 0px 10px;
	float: left;
	width: 95%;
	outline: none;
}
#intern-vtabs .rows li { border-bottom: 2px solid #222e62; }
#transition-vtabs .rows li { border-bottom: 2px solid #389cb3; }
#training-vtabs .rows li { border-bottom: 2px solid #acd038; }
#apprentice-vtabs .rows li { border-bottom: 2px solid #b92027; }
#intern-vtabs .rows li.noBottom, 
#transition-vtabs .rows li.noBottom,
#training-vtabs .rows li.noBottom,
#apprentice-vtabs .rows li.noBottom {
	border-bottom-width: 0;
}
#intern-vtabs .rows li.ui-tabs-active { background: #dfe4f2; }
#transition-vtabs .rows li.ui-tabs-active { background: #dbf0f5; }
#training-vtabs .rows li.ui-tabs-active { background: #e4e9ca; }
#apprentice-vtabs .rows li.ui-tabs-active { background: #f4e1e3; }

.rows li a {
	outline: none;
}
/*.rows li:hover {
	background-color: #eee;
}*/
.rows .programTitleContainer {
	float:right;
}
.rows .modelText {
	float: left;
	margin: 7px 10px;
}
.rows .programTitle {
	font-weight: 700;
	font-style: italic;
	font-size: 1.05em;
	float: right;
	padding: 5px 0 0 0;
	text-align: right;
}
.rows .modelText p {
	clear: both;
}
.rows .evalDesign {
	font-weight: 700;
	font-size: .8em;
	float: right;
	padding: 5px 0 0 0;
}
.rows .sampleSize {
	font-size: .7em;
	float: right;
	padding: 7px 0 0 7px;
}
.rows .targetPop {
	width: 25px;
	float: left;
	padding: 10px 0 0 0px;
}
.rows a:hover:before,
.rows a:focus:before,
.rows li.ui-tabs-active a:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: " ";
	position: relative;
	left: -8px;
	float: left;
}
.rows .ui-tabs-active:after {
	width: 0;
	height: 0;
	content: " ";
	position: relative;
	left: 103%;
	float: left;
}
#intern-vtabs .rows a:hover:before,
#intern-vtabs .rows a:focus:before,
#intern-vtabs .rows li.ui-tabs-active a:before  { border-left: 10px solid #222e62; }
#intern-vtabs .rows li.ui-tabs-active:after { border-left: 20px solid #dfe4f2; }
#transition-vtabs .rows a:hover:before,
#transition-vtabs .rows a:focus:before,
#transition-vtabs .rows li.ui-tabs-active a:before  { border-left: 10px solid #389cb3; }
#transition-vtabs .rows li.ui-tabs-active:after { border-left: 20px solid #dbf0f5; }
#training-vtabs .rows a:hover:before,
#training-vtabs .rows a:focus:before,
#training-vtabs .rows li.ui-tabs-active a:before  { border-left: 10px solid #acd038; }
#training-vtabs .rows li.ui-tabs-active:after { border-left: 20px solid #e4e9ca; }
#apprentice-vtabs .rows a:hover:before,
#apprentice-vtabs .rows a:focus:before,
#apprentice-vtabs .rows li.ui-tabs-active a:before  { border-left: 10px solid #b92027; }
#apprentice-vtabs .rows li.ui-tabs-active:after { border-left: 20px solid #f4e1e3; }

@media (max-width: 1065px) {
	.rows .ui-tabs-active:after {
		left: 103%;
	}
}
@media (min-width: 1066px) {
	.rows .ui-tabs-active:after {
		left: 102.15%;
	}
}
#accordion .rows .ui-tabs-active.arrow1:after {
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
#accordion .rows .ui-tabs-active.arrow2:after {
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}
#accordion .rows .ui-tabs-active.arrow3:after {
	border-top: 48px solid transparent;
	border-bottom: 48px solid transparent;
}
.rows .evalDesign,
.rows .sampleSize,
.rows .targetPop {
	display: block;
}
.rows .ui-tabs-active .evalDesign,
.rows .ui-tabs-active .sampleSize,
.rows .ui-tabs-active .targetPop {
	visibility: visible;
	display: block;
}

/* Style the.columns content */
.panel {
	float:left;
	/*position: relative;
    left: -7px;*/
	width: 66%;
	margin-bottom: 20px;
}
.panelContent {
	position:relative;
	left: 10px;
}
.panelContent h4 {
	font-weight: 700;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 40px;
	margin-top: 30px;
}
.panelContent h4, .panelContent h5, .panelContent p {
	margin-left: 50px;
}
.panelContent p {
	font-size: 1.15em;
	margin-bottom: 10px;
	line-height: 1.4;
}
.panelContent h5 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.25em;
	margin-bottom: 25px;
	line-height: .9;
}
.panelContent h5 .h5sub {
	font-weight: 400;
	text-transform: none;
	font-size: .9em;
	font-style: italic;
}
.panelContent .note {
	font-size: .9em;
	padding-top: 50px;
}
.panelContent sup {
	line-height: .1;
}
.panelContent a {
	color: #b92027;
	font-style: italic;
}
.panelContent a:hover,
.panelContent a:focus {
	color: #222e62;
	text-decoration: none;
}
.panelContent .grey {
	color: #565656;
	font-style: italic;
}

.panelContent ul,
.panelContent ol {
	margin: 0 0 25px 70px;
}
.panelContent li {
	font-size: 1.15em;
	padding-bottom: 10px;
}

.panelContent table {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 0 50px;
}
.panelContent table,
.panelContent th,
.panelContent td {
	border: 2px solid #fff;
	vertical-align: top;
}
.panelContent th,
.panelContent td {
	padding: 10px;
}
.panelContent table th {
	font-size: 1.2em;
	font-weight: 700;
}
th.eg { width: 30% }
th.er { width: 40% }
th.oo { width: 30% }
.panelContent table td p {
	margin: 0 0 10px;
	font-size: 1em;
}
.panelContent table td p .ST,
.panelContent table td p .LT {
	font-weight: 700;
	font-style: italic;
	color: #565656;
}
#YearUp .panelContent th,
#YAIP .panelContent th,
#PerScholas .panelContent th {
	background-color: #dfe4f2;
}
#CEO .panelContent th,
#TWC .panelContent th,
#PRIDE .panelContent th,
#TJRD .panelContent th {
	background-color: #dbf0f5;
}
#SDWIAOJT .panelContent th,
#WIAADW .panelContent th {
	background-color: #e4e9ca;
}
#WSA .panelContent th,
#RA .panelContent th {
	background-color: #f4e1e3;
}

.lowerInfo {
	width: 20%;
	float:left;
	font-size: 15px;
	min-width: 235px;
}
@media (max-width: 1175px) {
	.lowerInfo {
		width: 25%;
	}
}
@media (max-width: 940px) {
	.lowerInfo {
		width: 100%;
	}
}
.lowerInfo p {
	margin: 0 0 10px;
	font-style: italic;
}
.lowerInfo th {
	vertical-align: top;
	text-align: right;
}
.lowerInfo td p {
	margin-left: 5px;
}
.lowerInfo .term {
	font-weight: 700;
	font-style: normal;
}
.lowerTitle {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.15em;
	margin: 20px 0;
	font-style: normal;
}
.targetPopLegend p {
	font-weight: 700;
	font-size: 1.1em;
	margin: 0 0 10px 15%;
	font-style: normal;
}
.targetPopLegend img {
	vertical-align: middle;
	margin-right: 5px;
}
.ui-dialog {
	background: #fff;
	border: 2px solid #333;
}
.ui-dialog img {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
#pictureText {
	margin-top: 20px;
    font-size: 0.9em;
    line-height: 1.5;
    color: #222;
    padding: 20px 5px 10px;
    border-top: 1px solid #eee;
}
#opener:hover + .clickToSeeDialog, 
#opener:focus + .clickToSeeDialog {
	color: #222e62;
	text-decoration: underline;
	position: relative;
	left: -8px;
}
.clickToSeeDialog {
	font-weight: bold;
}
#opener:hover + .clickToSeeDialog:before,
#opener:focus + .clickToSeeDialog:before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: " ";
	position: relative;
	float:left;
	left: -8px;
	border-left: 8px solid #222e62;
}
.disclaimer, .clickToSeeDialog {
	font-size: .8em;
	margin: 20px;
	letter-spacing: .3px;
}