@charset "UTF-8";
/* print stylesheet */

/* non-print */
.print {         
	display: none; 
} 

.printLogo {
	display: none;
}

@media print {
.print {     
	display: block;
}

audio, embed, iframe, object, video {
	visibility: hidden;
	display: none;
	height: 0;
}

/* deletes images that are not content based */
img[src$=".jpg"] {
	display: none;
	visibility: hidden;
	height: 0;
}

img[src^="http://maps"] {
	display: none;
	visibility: hidden;
	height: 0;
}

/* scales down images so they aren't the entire page width */
.printImage {
	width: 50%;
}

/* deletes urls from displaying after link text */
a:link:after, a:visited:after {
	content: "";
}

a, a:hover {
	text-decoration: none;
}



/* ---------------------------------------- all pages/all devices ---------------------------------------- */



/* -------------------- body -------------------- */


body {
	float: none;
	margin: 0.5cm;
	padding: 0;
	font-size: 10pt;
	line-height: 1.3;
}

.gridContainer {
	width: 100%;
}

#resourceDivsns, #news, #videos-webinars, #mediaItem, #mainResourcesExpanded, #mainResources, #counselingItem, #seminarItem, #webinarItem, #preContent, #subDivsnOne, #subDivsnTwo, #subDivsnThree, #subDivsnFour, #subDivsnFive, #subDivsnSix, #subDivsnSeven, #subDivsnContent, #siteMap {
	padding: 0 0;
}


/* ---------- printLogo ---------- */
.printLogo {
	display: block;
	margin-bottom: 20px;
}

/* -------------------- mainHeader -------------------- */


#mainHeader  {
	visibility: hidden;
	display: none;
	height: 0;
}


/* -------------------- header -------------------- */


/* shadow divdr images */
#header img, #header span {
	display: none;
	visibility: hidden;
}

/* headers */
#header h1 {
	padding: 0;
}


/* -------------------- mainFooterDivdr -------------------- */


#mainFooterDivdr {
	display: none;
}


/* -------------------- mainResources -------------------- */


#mainResources, #mainResourcesExpanded {
	display: none;
}


/* -------------------- mainFooter -------------------- */


#mainFooter, #mainFooterExpanded {
	display: none;
}



/* ---------------------------------------- index page/all devices ---------------------------------------- */



/* ---------- marketing ---------- */
#marketing {
	display: none;
}

/* ---------- resourceDivsns ---------- */
/* duringCareerDivsn */
#duringCareerDivsn {
	width: 49.1525%;
}

/* receivingBenefitsDivsn */
#receivingBenefitsDivsn {
	clear: none;
	margin-left: 1.6949%;
	padding-top: 20px;
	width: 49.1525%;
}

/* videos */
#videos {
	width: 100%;
}

#videos img {
	display: none;
	visibility: hidden;
	height: 0;
}

#videoOne, #videos h1, #videos p {
	text-align: left;
}

/* webinars */
#webinars, #webinarsColOne, #webinarsColTwo, #webinarsColThree {
	text-align: left;
}



/* ---------------------------------------- second level pages/all devices ---------------------------------------- */



/* ---------- subDivsnLinks ---------- */
#subDivsnLinksLft {
	width: 49.1525%;
}

#subDivsnLinksLftColOne {
	width: 49.1525%;
}

#subDivsnLinksLftColTwo {
	clear: none;
	margin-left: 1.6949%;
	width: 49.1525%;
}

#subDivsnLinksRt {
	clear: none;
	width: 49.1525%;
}

#subDivsnLinksRtColOne {
	width: 49.1525%;
}

#subDivsnLinksRtColTwo {
	clear: none;
	margin-left: 1.6949%;
	width: 49.1525%;
}



/* ---------------------------------------- third level pages/all devices ---------------------------------------- */



/* ---------- breadcrumbs ---------- */
#fixedHeaderStickyWrapper, #fixedHeader {
	visibility: hidden;
	display: none;
	height: 0;
}

#breadcrumbsStickyWrapper, #breadcrumbs, #planNoteStickyWrapper, #planNote {
	visibility: hidden;
	display: none;
	height: 0;
}

/* ---------- accordion ---------- */
/* non-active */
/* switch (Expand All/Collapse All) */
.switch {
	display: none;
}

/* tables */
.accordionContent table, #newsStory table, #counseling table {
	text-align: left;
	background: #ffffff;
}

.accordionContent table td, #newsStory table td, #counseling table td {
	border: 1px solid #292929;	
}

/* headers */
.accordionContent table tr:first-of-type, #newsStory table tr:first-of-type, #counseling table tr:first-of-type {
	color: #292929;
	background: #999999;
}

.accordionContent table .tableHeaderTwo {
	font-family: 'OxygenBold';
	background: #cccccc;
}

/* multimediaContainer, imageGrid and issuuContainer */
.multimediaContainer ul, .issuuContainer ul {
	margin-left: 0;
	width: 100%;
}

.imageGrid .gridCell {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* multimediaThumb and issuuPub */
.multimediaThumb img, .contenthover, .issuuPub {
	display: none;
	visibility: hidden;
	height: 0;
}

/* multimediaThumb and issuuThumbs */
.multimediaThumb, .issuuThumbs {
	width: 100%;
}

.issuuTwoThumbs {
	width: 100%;
}

/* adjustments to set cols to fullwidth */	
.multimediaThumb ul, .issuuThumbs ul {
	clear: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
	text-align: left;
}

/* links */
.multimediaThumb, .issuuContainer ul li {
	margin-left: 0;
}

.issuuThumbsContainer .issuuThumbs ul:last-of-type {
	margin-bottom: 0;
}
}