/*************************************************************************/
/*                           Young Workers CSS                           */
/* Last Updated: 12/01/2015 - MJ - Recreated file for Bootstrap template */
/*************************************************************************/

/* base styles */

.homecontainer{ /* sets size and background image of .homecontainer */
	 width:100%;
     background-image:url('/youngworkers/images/background-home.jpg');
     background-repeat:no-repeat;
	 background-size: 1107px 100%;
     position:relative;
}

.homecontainer a{ /* sets link font properties in .homecontainer */
	font-family: Myrid Pro, Verdana, Geneva, sans-serif;
	font-weight:700;
	text-decoration:none;}
	
.homecontainer a:hover{ text-decoration:underline; } /* underline .homecontainer links whne hovered */
  
.smallhometext { /* size text to fit in background image's constraints - used on index.html */
	 font-size:12px;
	 color:#fff;
	 width:365px;
	 position:relative;
}

.row-fluid [class*="span"] img { margin-left: 0; }	/* removes margin-left on images that are children of span classes and row-fluid classes - most important for top buttons */

.nav > li > a:hover,
.nav > li > a:focus { /* gives underline and transparent background to a elements within li elements in a nav class */
  text-decoration: underline;
  background-color: transparent;  
}

.span8 { float: left; margin-left: 20px; width: 75%; }  /* custom sizing for span8 */
.span4 { float: left; width: 20%; } /* custom sizing for span4 */


.step-heading1 { /* sets button background image for .step-heading1 */
	background: url('/youngworkers/images/nav1-youngworkers-new.png') no-repeat 50% 50%;
}

.step-heading2 { /* sets button background image for .step-heading2 */
	background: url('/youngworkers/images/nav2-blogs-new.png') no-repeat 50% 50%;
}

.step-heading3 { /* sets button background image for .step-heading3 */
	background: url('/youngworkers/images/nav3-employers-new.png') no-repeat 50% 50%;
}

.step-heading4 { /* sets button background image for .step-heading4 */
	background: url('/youngworkers/images/nav4-parents-educators-new.png') no-repeat 50% 50%;
}

a[class^='step-heading'] > h4 { margin-top: 30px; } /* positions link text inside step-heading divs */
a[class^='step-heading'], a[class^='step-heading']:visited, a[class^='step-heading']:hover, a[class^='step-heading']:focus { color: #fff; } /* positions link text inside step-heading divs */

.step-heading4 > h4 { margin-top: 25px !important; } /* specific text positioning for the above */
 
.whatsnew { /* font size and specifications for the "what's new area" in the top left of the pages */
	 font-size:10.3px;
	 color:#fff;
	 padding: 10px 60px 0 35px;
	 width:360px;
}

.whatsnew > h5 { /* specifications for h5 in whatsnew class */
	margin-bottom: 5px;
	font-size: 2.2em;
	width: 250px;
}

.whatsnew > h2 { line-height: 1em; font-size: 3em; position: relative; top: 20px;}
.whatsnew > h3 { position: relative; top: 10px;}

.whatsnew > ul > li { /* line heights for li tags in whatsnew class */
	font-size: 12px;
	line-height: 14px;
}

.whatsnew a {
	color: #ff9933;
}

.leftnav { /* width for leftnav section */
	 width:220px;
}	 

.leftnav_bottom	{ /* section of leftnav that is below main buttons */
	width: 160px;
    margin-left: 22px;
    margin-top: 30px;
	color: #fff;
}

.leftnav_bottom a,
.leftnav_bottom a:hover,
.leftnav_bottom a:focus	{
	color: #fff;
}

.leftnav > a {
	background: url('/youngworkers/images/left-navbutton.gif') no-repeat 50% 50%;	 
	width: 195px;
	height: 52px;
	display: block;
	text-align:center;
	padding-top: 33px;
	margin-bottom: -28px;
	color: #663994;
	font-weight: bold;
	font-size: 1.5em;
}

.leftnav > .letter	{
	background: url('/youngworkers/images/letter.gif') no-repeat 50% 50%;   
	width: 113px;
    height: 93px;
    display: block;
    font-weight: bold;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
    padding-top: 130px;
    line-height: 12px;
    margin-top: -75px;
    margin-left: 35px;
	font-size: 0.75em;
}

.ywtitle	{
	font-size: 2.2em;
	font-weight: bold;
	color: #fff;
    position: relative;
    left: -80px;
	top: -7px;
}

#bodytitle	{
	font-size: 2.6em;
	font-weight: bold;
	color: #000;
    position: relative;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	text-decoration:none;
	background-color:#527BBB;
	font-weight:bold;
	-webkit-box-shadow:inset 0 3px 8px #305999;
	-moz-box-shadow:inset 0 3px 8px #305999;
	box-shadow:inset 0 3px 8px #305999;
	text-shadow:none;
	color: #FFFFFF;
}

.wellheader {
	border: 2px solid #305999;
	background-color: #527BBB;
}

.workersbackgroundmulti {
	padding-bottom: 50px;
	background-image:	url('/youngworkers/images/blank_background_top.png'),
						url('/youngworkers/images/blank_background_bot.png'),
						url('/youngworkers/images/blank_background_mid.png') !important;
	background-repeat:	no-repeat,
						no-repeat,
						repeat-y !important;
	background-position:	0px 0px,
							left bottom,
							0px 740px !important;
	background-size:	1145px auto,
						1145px auto,
						1145px auto !important;
}

.accordion-heading { background: #A1BBE4; font-weight: bold; }

#bodytext	{ padding-left: 10px; }

@media (min-width: 1200px) {
	a[class^='step-heading'] { 
	float: left;
	padding: 20px 0 0 0;
	width: 172px;
	height: 113px;
	display: block;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}
	#highlightCarousel { left: 50px; }
	#bodytext { width: 820px; position: relative; left: -100px; }
	span[class*="whatsnewsub"] { font-size: 0.65em; }
}

/* styles for 1200px-980px (large tablet) below */
@media (max-width: 1199px) {
	#step-nav { margin-bottom: -25px; }
	#step-nav > li {display: inline-block;}
	a[class^='step-heading'] { width: 138px; height: 91px; background-size: 100%; position: relative; top: -35px; text-align: center; }
	.step-heading1 > h4 { position: relative; top: 30px; }
	.step-heading2 > h4 { position: relative; top: 30px; }
	.step-heading3 > h4 { position: relative; top: 30px; }
	.step-heading4 { position: relative; top: -15px !important; text-align: center; }
	.step-heading4 > h4 { position: relative; top: 23px; }
	.whatsnew > ul { width: 240px; }
	.padrightcol { padding-left: 50px; width: 45%; }
	.embed-container { left: 24px; }
	#bodytext { width: 705px; position: relative; left: -35px; }
	.whatsnew > h2 { top: 10px; }
	.whatsnew > h3 { top: 0px; }
	span[class*="whatsnewsub"] { font-size: 0.75em; }
}

/* styles for 980px-768px (small tablet) size below*/
@media (max-width: 979px) { 
	a[class^='step-heading'] { width: 102px; height: 67px; position: relative; top: -50px; }
	.step-heading1 > h4 { position: relative; top: 13px; }
	.step-heading2 { position: relative; top: -70px !important; }
	.step-heading2 > h4 { position: relative; top: 23px; }
	.step-heading3 { position: relative; top: -70px !important; }
	.step-heading3 > h4 { position: relative; top: 23px; }
	.step-heading4 { position: relative; top: -30px !important; }
	.step-heading4 > h4 { position: relative; top: 3px; }
	#step-nav { height: 80px; position: relative; top: 20px; left: 60px; width: 400px; }
	#step-nav > li { margin-right: -5px; }
	.whatsnew > ul { width: 240px; }
	.embed-container { left: 15px; }
	.padrightcol { padding-left: 60px; width: 45%; }
	.smallhometext { left: 20px; top: 20px;	width: 275px; }
	#bodytext { position: relative; left: 10px; width: 510px; }
	.whatsnew > h3 { line-height: 1em; }
	span[class*="whatsnewsub"] { font-size: 0.75em; }
}