/*

Table of Contents:
    01. CSS Reset
    02. Common HTML elements and oft-used formatting
	03. Template Structure (pearson.php)
	04. The Home Page (home.php)
	05. Article Formatting (answers/detail.php)
    06. Search Results Page (answers/list.php)
	07. Forms
	08. Login Forms
	09. Misc. Form Stuff (RNT-related)
	10. Account Pages
    11. Dialogs
    12. Account Pages
    13. General Accessiblity
    14. Print Style
    15. Chat Related
	16. Footer and Login Links
*/


/*********************************************************
**********************************************************
    01. RESET
**********************************************************
*********************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ul, ol, li, dl, dt, dd{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0;}
/*because legend doesn't inherit in IE */
legend{color:#000; padding:0;}
a img, iframe { border: none; }

/*********************************************************
**********************************************************
    02. COMMON HTML ELEMENTS AND OFT-USED FORMATTING
**********************************************************
*********************************************************/

* {
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
    background:#fbf5ea;
	background:url(../images/texture.png);
	color: #2C2C2C;
	font: normal 100% 'Open Sans', Verdana, Geneva, sans-serif;
	position:relative;
}

/*Japanese charset support*/
html[lang="ja-JP"],
html[lang="ja-JP"] input, html[lang="ja-JP"] textarea, html[lang="ja-JP"] select {
    font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", 'Open Sans', Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:300;
	color:#6d6b6b;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}
	h1 {
		font-size: 1.75rem; /* 28px */
		line-height:2rem;
	}

	h2 {
		font-size: 1.5rem; /* 24px */
		line-height:1.75rem;
	}

	h3 {
		font-size: 1.125rem; /* 18px */
		line-height:1.375rem;
	}

	h4 {
		font-size: 1rem; /* 16px */
		line-height:1.25rem;
	}

	h5 {
		font-size: 0.875rem; /* 14px */
		line-height:1rem;
	}

	h6 {
		font-size: 0.625rem; /* 10px */
		line-height:1rem;
	}
	
/* SPECIAL TITLE CLASSES THAT USE SANSPROLIGHT INSTEAD OF OPEN SANS AND ARE LARGER */
		.title h1, h1.title, .title h2, h2.title, .title h3, h3.title, .title h4, h4.title {
			color: #6d6b6b;
			font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
		}

		.title h1, h1.title {
			line-height:3rem;
			font-size:3rem; /* 48px */
		}

		.title h2, h2.title {
			font-size: 2.25rem; /* 36px */
			line-height:2.5rem;
			padding-bottom:1rem;
		}
		
		.title h3, h3.title {
			font-size: 1.5rem; /* 24px */
			line-height: 1.75rem;
			padding-bottom:1rem;
		}
		
		.title h4, h4.title {
			font-size: 1.125rem; /* 18px */
			line-height: 1.375rem;
			padding-bottom:1rem;
		}


p {
    font-size:1rem;
	line-height:1.5rem;
	padding-bottom:0px;
	margin:1rem 0;
}
table {
    border-collapse:separate;
    border-spacing:0.3em;
}
hr {
    margin:10px 0px;
}
strong {
    font-weight: bolder;
}
caption {
    color:#404040;
    font-size:1em;
    font-weight:bold;
    line-height:1.3em;
}
blockquote {
    margin:10px 30px;
}
a:link {
    color:#1A45CF;
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}
a:visited {
    color:#9C1347;
}

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.paper {
	padding: 3px 15px 3px 15px;
	font-size: 0.875em;
	line-height:2em;
	1margin-bottom:3.125em;
}

input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea {
	border:1px solid #BFBFBF;
	font-size:0.875rem;
	padding-left:5px;
}

.bordered {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #fff;
}


/*********************************************************
**********************************************************
    CONTACT US PAGE
**********************************************************
*********************************************************/

/* The tiers: Product Selector -- Category Selector -- Contact Selector */

#tierOne, #tierTwo, #tierThree {
	width:100%;
	vertical-align:top;
	display:inline-block;
	padding:0px 15px;
}

#box_one, #box_three, #box_five {
	width:49%;
	float:left;
	padding:1%;
	margin-bottom:0.5%;
}

#box_two, #box_four, #box_six {
	width:49%;
	float:right;
	padding:1%;
	margin-bottom:0.5%;
}

/* Dialogs for things */

	.dialog {
		width:49%;
		float:left;
		padding:1%;
		margin-bottom:0.5%;
	}

/* Special titles for the boxes */
/* Also to make each title clickable for jQuery */
	.box_title {
		color: #000;
		font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
		padding: 0.5rem 0rem;
	}
	
	
/* Boxes for box_one's popular products */

.popTiles {
	text-align:center;
}
	.popTiles li{
		display:inline-block;
		position:relative;
		margin:1%;
		width:155px;
		height:80px;
		border:1px solid #b5b5b5;
		text-align:center;
		color:#2C2C2C !important;
		border-radius:0px;
	}
	
		.popTiles li button {
			height:100%;
			width:100%;
			background-color:#E9E4DA !important;
			color:#2C2C2C !important;
			border-radius:0px !important;
		}
		
		.popTiles li button.greeny {
			background-color:#7DB658;
		}
	
	
	.popList {
		border:3px solid rgba(0,0,0,0.4);
		text-align:center;
		display:inline-block;
		vertical-align:top;
		float:right;
		font-size:0.875rem;
		margin-right:3%;
		background:#008B5D;
		color:#FFF;
		display:none;
	}
	
		.popList li {
			cursor:pointer;
			padding:5px;
		}
		
		.popList li:hover {
			background:#89B54B;
		}
		
		.popList.languages {
			width:45%;
			float:left;
		}
		
		.popList.mastering {
			width:45%;
			float:right;
		}

		
		/* hover effect for popular product buttons */
			.popTiles li button:hover, .smallerTiles li button:hover {
			background-color: #7DB658 !important;
			}
			
	#goLink {
		display:inline;
	}
	
	.listButtons li {
		border:none;
		width:100%;
		max-width:200px;
		padding:0;
		background:transparent;
		display:block;
	}
	
.left_side {
	width:50%;
	float:left;
	padding:1%;
}

.left_side h2, .left_side h3, .right_side h2, .right_side h3 {
	padding-bottom:10px;
}

.right_side {
	width:50%;
	float:left;
	padding:1%;
}

/* Page split in two, used on reformatted ASK page that displays KB answers */

.column_one, .column_three {
	width:100%;
	display:block;
	padding:1%;
}

.column_three {
	margin-top:10px;
}

.column_two, .column_four {
	width:100%;
	display:block;
	padding:1%;
}


.select_left {
	float:left;
	width:48%;
	min-height:400px;
	margin:1%;
	
}

.select_right {
	float:left;
	width:48%;
	min-height:400px;
	margin:1%;
	border-left: 1px solid grey;
}

.split {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
	-webkit-column-width:50%;
	-moz-column-width:50%;
	column-width:50%;
	-moz-column-width:50%;
	-webkit-column-width: 50%;
}

.suggestedLinks {
	line-height:2;
}

.pop_products li{
	display:inline-block;
	margin:1%;
	width:155px;
	height:80px;
	border:1px solid #b5b5b5;
	background-color:#E9E4DA;
	text-align:center;
	color:#2C2C2C !important;
	border-radius:0px;
	cursor:pointer;
}

.pop_products li button {
	height:100%;
	width:100%;
	background-color:#E9E4DA !important;
	color:#2C2C2C !important;
	border-radius:0px !important;
}

.pop_products li button:hover, .pop_products li:hover {
	background-color: #7DB658 !important;
}

.pop_products a:link, .pop_products a:visited {
	height:100%;
	width:100%;
	display:block;
	text-decoration:none;
	font-size:1.3rem;
	font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-align:center;
	color:#2C2C2C;
}

.pop_products_2 li{
	background: #7DB658;
}

.pop_products_2 li:hover{
	background-color:#E9E4DA;
}

.imhidden {
	display:none;
	text-align:center;
	float:right;
	position:relative;
	top:20px;
	padding:1% 0%;
	background:rgba(255,255,255,0.3);
	border:1px solid #BABABA;
	border-radius: 15px;
	border-top-left-radius: 0px;
	max-width:300px;
	font-size:70%;
}

h1.shrinkage {
	font-size:1em;
}

.imhidden li {
	width:40%;
	height:60px;
	word-wrap:break-word;
}

/*********************************************************
**********************************************************
    the end of the CONTACT US PAGE
**********************************************************
*********************************************************/

/* SITE BUTTONS */
input[type="submit"],
button {
	background: #00489A;
    color:#FFF;
    cursor:pointer;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size:0.875rem;
    line-height:1.5em;
    padding:6px 8px;
    text-decoration:none;
	border:none;
}

/* To make ordinary links look like buttons */
		*.button {
			background: #008B5D;
			color:#FFF !important;
			cursor:pointer;
			font-family: 'Open Sans', Verdana, Geneva, sans-serif;
			font-size:0.875rem;
			line-height:1.5em;
			padding:6px 8px;
			text-decoration:none !important;
			border:none;
		}

		*.button:hover {
			background: #8EC56B;
		}

.pearsonBlue input[type="submit"], .pearsonBlue
button {
	background: #00489A;
}

.pearsonOrange input[type="submit"], .pearsonOrange
button {
	background: #ED6B06;
}

.pearsonRed input[type="submit"], .pearsonRed
button {
	background: #9C1347;
}

.centerButton input[type="submit"], .centerButton button {
	display:block;
	width:100%;
	max-width:150px;
	margin:0 auto;
}
 
/* HOVERED BUTTONS */

input[type="submit"]:hover,
button:hover {
	background: #0084b7;
}

.pearsonBlue input[type="submit"]:hover,
.pearsonBlue button:hover {
	background: #0066a0;
}

.pearsonOrange input[type="submit"]:hover,
.pearsonOrange button:hover {
	background: #f59a00;
}

.pearsonRed input[type="submit"]:hover,
.pearsonRed button:hover {
	background: #ca283b;
}

/* CLICKED BUTTONS */

input[type="submit"]:focus,
button:focus {
	outline:none !important;
	background:#0066a0;
}

.pearsonBlue input[type="submit"]:focus,
.pearsonBlue button:focus {
	outline:none !important;
	background:#0084b7;
}

.pearsonOrange input[type="submit"]:focus,
.pearsonOrange button:focus {
	outline:none !important;
	background:#0084b7;
}

.pearsonRed input[type="submit"]:focus,
.pearsonRed button:focus {
	outline:none !important;
	background:#0084b7;
}


.green {
	color:#008B5D;
}

.greenBG {
	background-color:#008B5D;
}

.blue {
	color: #00489a;
}

p.small {
	font-size:0.75em;
}


.hidden {
	display:none;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

/*********************************************************
**********************************************************
    03. TEMPLATE STRUCTURE
**********************************************************
*********************************************************/

/* CONTAINER OF ALL OF THE THINGS */

#wrapper {
	width:100%;
	height:auto;
	max-width:1366px;
	margin:0 auto;
}


#footer {
	height:52px;
	width:100%;
	text-align:center;
}

.pageContent {
	margin:0 auto;
	max-width:1366px;
}

/* CONTAINER FOR ALL OF THE THINGS RELATED TO CIRT */

	#rep_wrapper {
		width:100%;
		margin: 0 auto;
	}
	
#footer span, #footerBlue span, #footerOrange span, #footerRed span {
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	top:20px;
	color:#FFF;
}

#footer span a:link, #footer span a:visited, 
#footerBlue span a:link, #footerBlue span a:visited,
#footerOrange span a:link, #footerOrange span a:visited,
#footerRed span a:link, #footerRed span a:visited {
	color:#FFF;
}

	
/* THE LAYOUTS: Full, Form, Article, and .rn_Grid2 for CIRT */

.full {
	width:100%;
	margin:0 auto;
}

.form {
	width:80%;
	margin:0 auto;
}

	.formLeft {
		width:50%;
		float:left;
		clear:none;
	}
	
	.formRight {
		width:50%;
		float:left;
		clear:none;
	}

.article {
	width:60%;
	margin-left:10%;
	height:100%;
	float:left;
	padding-right: 5%;
	padding-left:0%;
	clear:none;
}

.rn_Grid2 {
	display:inline-block;
	width:100%;
	overflow-x:auto !important;
	overflow-y:auto !important;
}

@media screen and (max-width : 600px) {
	.form {
		width:90%;
	}
	
	.article {
		clear:both;
		width:95%;
		margin-left:2.5%;
		margin-right:2.5%;
	}
}

.white, a:link.white, a:visited.white {
	color:#FFF;
}

/* THE NEW PEARSON LOGO */

#logoBar {
	margin:0 auto;
	width:100% !important;
	height:auto;
	min-height:50px;
	color:#FFF;
	display:block;
	clear:both;
	padding-top:5px;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.6);
	box-shadow:0px 1px 3px rgba(0,0,0,0.6);
	z-index:1000;
	position:relative;
	background:#00489a;
}

a.homeLink {
	position:absolute;
	left:15px;
	top:15px;
}
	
/* NAVIGATION BAR */

#navBar {
	margin:0 auto;
	text-align:center;
}

#navBar ul li {
	display:inline-block;
	width:100px;
	white-space:nowrap;
	background-color:transparent;
	color:#FFF;
}

.siteTitle {
	font-family:'Gill Sans W01 Light';
}

.siteTitle b {
	color:#245699;
}

/* Shrinks the tabs's font size */
	@media screen and (max-width : 320px) {
	#navBar ul li {
		font-size:0.75rem;
	}
}

#navBar ul li a:link, #navBar ul li a:visited, #loginDialog, #navBar ul li i, #minimenu ul li a:link, #minimenu ul li a:visited {
	display:block;
	color:#FFF;
	font-size:80%;
	height:100%;
	padding:14px 0px;
	cursor:pointer;
	overflow:hidden;
}

#navBar ul li a:hover, #minimenu ul li a:hover {
	text-decoration:none;
	background:#504F4F;
	color:#FFF;
}

@media screen 
and (max-width : 320px) {
	#navBar ul li {
		width: 22%;
	}
}

/* Hidden mini-menu for mobile devices */

		li#miniclicker {
			display:none !important;
		}
		#minimenu {
			position:absolute;
			z-index:99999;
			width:25%;
			left:37.5%;
			text-align:center;
			height:auto;
			display:none;
			margin:0 auto;
			background:#008B5D;
			border-top:transparent;
			-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.6);
			box-shadow:0px 1px 3px rgba(0,0,0,0.6);
		}

/* THE SEARCH BAR */
/* Placeholder text is found in widgets/custom/Keyword3 */

.searchBar {
	margin:0 auto;
	text-align:center;
	display:block;
	margin-top:0.8%;
	margin-bottom:1%;
	position:relative;
}

.searchGuts {
	display:inline-block;
	margin:0 auto;
	width:100%;
	max-width:650px;
	position:relative;
}

.rn_KeywordText2 input{
	font-size:1em;
     padding:.5em 0.333em;
     border:1px solid #BFBFBF;
    color:#008B5D;
     background-color:#FFF;
     font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.rn_KeywordText2 input[type="text"] {
	height:2.5em;
	width:100%;
}

.rn_KeywordText2 input:focus {
     color:black;
     font-style:normal;
     font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	 border:1px solid #848484;
}

.rn_KeywordText2 {
   float:none;
}

.rn_KeywordText2 placeholder{
   font-size:10px;
}

.extraButton  {
	position:absolute;
	right:0px;
	top:23px;
}

/* The search button, positioned absolutely so it's a part of the search box */
.rn_CustomSubmitButton{
	width:72px;
	line-height:1.8em !important;
	font-size:1em !important;
	position:absolute;
	right:0px;
	top:0;
}

.chatSearch .rn_SearchButton2 .rn_SubmitButton {
     width:100%;
     height:100%;
     background: #008B5D;
     opacity:1;
}

.chatSearch .rn_SearchButton2:before {
     content:"";
}


/*********************************************************
**********************************************************
    04. THE HOME PAGE
**********************************************************
*********************************************************/

/* Navigation Tiles  */

.navigationTile-container {
	width:40%;
	float:left;
}

.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-item {
	padding:5px;
	width:200px;
	height:175px;
	margin-top:10px;
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex:1;
	flex-grow:1;
}

.pearsonBlue .navigationTile ul li:hover{
	background:#0084b7;
}

.pearsonOrange .navigationTile ul li:hover{
	background:#fbba00;
}

.pearsonRed .navigationTile ul li:hover{
	background:#df3e4c;
}



.pearsonBlue .navigationTile ul li a:hover, .pearsonOrange .navigationTile ul li a:hover, .pearsonRed .navigationTile ul li a:hover {
	text-decoration:none;
}



.navigationTile ul li a p {
	font-size:1.3em;
	font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-align:center;
	color:#FFF;
}

	

.navigationTile ul li {
	margin:1%;
	background: #0084b7;
	border:1px solid #b5b5b5;
}

.navigationTile ul li:hover {
	background: #00489A;
	color:#FFF;
}

.navigationTile ul li a:hover {
	text-decoration:none;
}

		.access, .signin, .browser, .plugins, .livechat,
		 .email, .phone, .otheroptions, .websites, .webbrowsers, .subscribe {
			width:100%;
			height:100%;
			display:block;
		 }

		.access {
			background: url(../images/barcode.png) center bottom no-repeat;
		}

		.signin {
			background: url(../images/signin.png) center bottom no-repeat;
		}

		.browser {
			background: url(../images/browserlaptop.png) center center no-repeat;
		}

		.plugins {
			background: url(../images/plugins.png) center bottom no-repeat;
		}

		.livechat {
			background: url(../images/live_chat.png) center center no-repeat;
		}

		.email {
			background: url(../images/envelope.png) center center no-repeat;
		}
		
		.subscribe {
			background: url(../images/barcode.png) center center no-repeat;
		}

		.phone {
			background: url(../images/phone_cord2.png) center bottom no-repeat;
		}

		.otheroptions {
			background: url(../images/other_options.png) center bottom no-repeat;
		}

		.websites {
			background: url(../images/onbutton.png) center bottom no-repeat;
		}
		
		.webbrowsers {
			background: url(../images/plugins.png) center bottom no-repeat;
		}


/* Inset shadow click effect on Navigation Tiles */
.navigationTile ul li:active {
	-webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.7);
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.7);
	position:relative;
	top:4px;
}

/* BROWSER CHECK ON THE HOMEPAGE */

.browserDrawer {
	display:block;
	width:100%;
	min-height:275px;
	border:3px solid #6D6B6B;
	background:#E9E4DA;
}

		.biglaptop, .browserSelect {
			width:50%;
			float:left;
			min-height:225px;
		}
		
		/* The default questionmark for BigLaptop */
		
		.biglaptop.other {
			background:url(../images/biglaptop.png), url(../images/ask_question.png);
			background-position:center center, 50% 22%;
			background-repeat:no-repeat, no-repeat;
			-webkit-background-size:contain, 150px 150px;
			background-size:contain, 150px 150px;
		}
		
		.biglaptop.internet_explorer_11 {
			background:url(../images/biglaptop.png), url(../images/browsers/ie_11.png);
			background-position:center center, center 35%;
			background-repeat:no-repeat, no-repeat;
			-webkit-background-size:contain, 150px 150px;
			background-size:contain, 150px 150px;
		}
		
		.biglaptop.internet_explorer_10 {
			background:url(../images/biglaptop.png), url(../images/browsers/ie_9.png);
			background-position:center center, center 35%;
			background-repeat:no-repeat, no-repeat;
			-webkit-background-size:contain, 150px 150px;
			background-size:contain, 150px 150px;
		}
		
		.biglaptop.chrome {
			background:url(../images/biglaptop.png), url(../images/browsers/chrome.png);
			background-position:center center, center 35%;
			background-repeat:no-repeat, no-repeat;
			-webkit-background-size:contain, 150px 150px;
			background-size:contain, 150px 150px;
		}
		
		.biglaptop.firefox {
			background:url(../images/biglaptop.png), url(../images/browsers/firefox.png);
			background-position:center center, center 35%;
			background-repeat:no-repeat, no-repeat;
			-webkit-background-size:contain, 150px 150px;
			background-size:contain, 150px 150px;
		}
		
		.biglaptop.safari {
			background:url(../images/biglaptop.png), url(../images/browsers/safari.png);
			background-position:center center, center 35%;
			background-repeat:no-repeat, no-repeat;
			-webkit-background-size:contain, 150px 150px;
			background-size:contain, 150px 150px;
		}
		
		
		
		.browserSelect ul li {
			padding-left:15px;
			text-align:center;
			cursor:pointer;
			line-height:2rem;
		}


.weirdactive:active {
	-webkit-box-shadow:
		0 0 0 5px #008b5d,
		0 0 0 10px #009853,
		0 0 0 15px #44a351,
		0 0 0 20px #69ab4f;
	box-shadow:
		0 0 0 5px #008b5d,
		0 0 0 10px #009853,
		0 0 0 15px #44a351,
		0 0 0 20px #69ab4f;
}		
		
/* Top answers section */

#topAnswers {
	width:35%;
	float:left;
	position:relative;
}

	/*Removes the article description from homepage */
	.links .rn_Multiline2 .rn_Element3{ 
		display:none;
	}

	/* Removes the "date updated" line from homepage */
	.links .rn_Multiline2 .rn_ElementsHeader,
	.links .rn_Multiline2 .rn_ElementsData{
		display:none;
	}
	
	.links .rn_Multiline2 .rn_Element1,
	.links .rn_Multiline2 .rn_Element2{
		font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
		font-size:1.25rem;
	}
	
	/* The container of the links */
	#topAnswers .rn_Multiline2  {
		padding-top:0px !important;
		text-align:center;
	}
	
	#topAnswers a:link {
		display:inline-block;
	}
	
	#topAnswers a:hover {
	}
	
	/* Controls "updated" and "new" labels */
	#topAnswers .rn_Element2 {
		font-size:0.875rem;
	}

/* END NAVIGATION TILE */


.productpages ul li a:link, .productpages ul li a:visited {
	text-decoration:none;
	color:#000;
}


.topAnswers .topBackground {
	text-align:center;
	font-size:14px;
	line-height:1em;
	padding-right:3%;
}

.topAnswers a:link.more, .topAnswers a:visited.more {
	text-align:center;
	font-style:italic;
	font-size:1.5em;
	padding-right:1%;
}

.topAnswers a:link {
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1em;
	padding:1%;
}

.topAnswers a:hover {
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1em;
	background:#7DB658;
	color:#000 !important;
	text-decoration:none;
}

.topAnswers .rn_Multiline2 {
    overflow:hidden;
	padding:2%;
	
}
.topAnswers .rn_Multiline2 .rn_Loading {
    background: url(../images/loading.gif) no-repeat center center;
    height:auto !important;
    height:5.5em;
    min-height:5.5em;
}

.topAnswers .rn_Multiline2 .rn_Element1,
.topAnswers .rn_Multiline2 .rn_Element2{
    font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1.25em;
}

/*Removes the article description from homepage */
.topAnswers .rn_Multiline2 .rn_Element3{ 
    display:none;
}

/* Removes the "date updated" line from homepage */
.topAnswers .rn_Multiline2 .rn_ElementsHeader,
.topAnswers .rn_Multiline2 .rn_ElementsData{
    display:none;
}
.topAnswers .rn_Multiline2 ol{
    padding-top:0.25em;
}

.topAnswers .rn_Multiline2 li{
	padding-bottom:0.5em;
}

/*********************************************************
**********************************************************
    BROWSER CHECK PAGE
**********************************************************
*********************************************************/

.yourSelection {
	width:50%;
	margin:0 auto;
	border:3px solid #000;
}

		.ieEleven_container {
			position:relative;
		}

		.ieEleven_container:before {
			content: "";
			position:absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
			z-index:1;
			background:url(../images/browsers/ie_11.png) center center no-repeat;
			opacity:0.2;
		}

		.ieEleven_content {
			position:relative;
			z-index:2;
		}
		
		.gChrome_container {
			position:relative;
		}

		.gChrome_container:before {
			content: "";
			position:absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
			z-index:1;
			background:url(../images/browsers/chrome.png) center center no-repeat;
			opacity:0.2;
		}

		.gChrome_content {
			position:relative;
			z-index:2;
		}



/*********************************************************
**********************************************************
    05. ARTICLE FORMATTING
**********************************************************
*********************************************************/

.article .updated {
	text-align:left;
	font-size:0.875em;
	margin-bottom:1em;
}

.article .description {
	color: #00489A;
	font-weight:bold;
	padding-bottom:1rem;
	border-bottom: 1px solid #BBB;
}

.article .content {
	padding:0.875em;
	border:1px solid #BBB;
	border-top:transparent;
	background:#FFF;
}

.article .content h1, .article .content h2, .article .content h3, .article .content h4, .article .content h5, .article .content h6{
	color:#00489a;
	font-weight:bold;
	margin-bottom:.75em;
	margin-top:1.25em;
}

.container h2 {
color:#00489a;
}

/************
List styles for answer content
*************/
.description ol,
.description ul,
.content ol,
.content ul {
    margin-bottom:1em;
    padding-left:2em;
    clear: both;
}
.description li,
.content li {
    line-height:1.4em;
    margin:4px;
}
.description ol ol,
.description ol ul,
.description ul ol,
.description ul ul,
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
    margin-bottom:0;
}
.description ol li,
.description ul li ol li,
.content ol li,
.content ul li ol li {
    list-style:decimal;
}
.description ol li ol li,
.content ol li ol li {
    list-style:lower-alpha;
}
.description ul li,
.content ul li {
    list-style:disc;
}
.description ul li ul li,
.description ol li ul li,
.content ul li ul li,
.content ol li ul li {
    list-style:circle;
}

.article .attachments {
	margin-bottom:1em;
}

.article .feedback {
	margin-top:2em;
	margin-bottom:1em;
}

.article .sharing {
	color:#555555;
}

/* For Social Sharing */
.social {
	width:100%;
	display:inline-block;
	text-align:center;
}

.social .facebookShare, .social .twitterShare, .social .googleShare {
	display:inline-block;
	margin-left:4%;
	max-width:150px;
}

.aside {
	width:19%;
	display:inline-block;
	vertical-align:middle;
	text-align: right;
	font-size:0.75rem;
}

.aside .related, .aside .previous, .aside .advancedSearch {
	padding:5px 5px 0 5px;
}

.aside .previous {}

/* Pushes .aside to bottom of page; makes .article front and center */
@media screen and (max-width : 600px) {
	.aside {
		width:80%;
		clear:both;
		margin-left:10%;
		margin-right:10%;
		margin-top:5%;
	}

}

.asideSansBorder {
	width:18%;
	float:left;
	text-align: center;
	font-size:0.75em;
}

.articleNote{
	background: #FBFCA6;
	border: 1px solid green;
}

p.articleNote {
    line-height:1.2em;
    margin-bottom:10px;
	color: #9C1347;
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1.2em;
	padding: 12px;
}


.articleNote a{
    display:inline-block;
	font-size: 1.2em;
	padding: 5px;
}
.articleNote a:before {
	font-family: 'FontAwesome';
	font-size: 1.2em;
	padding-right: 5px;
	content: "\f05a";
	color:#008b5d;
}

/* Separate formatting for Answer Wizard articles */

.wizard {
	width:73%;
	float:left;
	margin-left:2%;
}

.wizardImage {
	width:20%;
	float:right;
}

.wizardImage img {
	width:100%;
}

/* The Wizard's word balloon */
.wizardQ {
	width:100%;
	float:right;
	clear:both;
	display:block;
	border-radius:5px;
	border-bottom-right-radius:0px;
	border:1px solid #707070;
	margin-bottom:10px;
	
}

/* Fixes '.title' spacing problems */
.wizardQ h1.title {
	line-height:1.3em;
}

.wizardContent {
	font-size:115%;
	margin-left:5%;
	width:90%;
	float:left;
	line-height:2;
}

.wizardContent a:link, .wizardContent a:visited {
	color: #9C1347;
	display:block;
	width:100%;
	font-family: 'SourceSansProRegular', Verdana, Geneva, sans-serif;
	font-size:1.2em;
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.wizardContent a:hover {
	color:#FFF;
	background:#9C1347;
	text-decoration:none;
}

.wizardContent p {
	font-size:0.75em;
	line-height:1.5;
	margin-left:15px;
}

/*********************************************************
**********************************************************
    06. SEARCH RESULTS PAGE
**********************************************************
*********************************************************/

.results {
	line-height:10px;
}

#searchButton {
	width:20%;
	float:left;
	text-align: center;
	font-size:0.75em;
	margin-bottom:25px;
}


.advSearch {
	width:80%;
	margin:0 auto;
	display:block;
	min-height:150px;
	border:1px solid red;

}

#advButton {
	width:250px;
	height:auto;
	display:block;
	margin:0 auto;
	margin-top:2%;
}

.advancedSearch h2 {
	font-family: 'SourceSansProLight', Verdana, Geneva, sans-serif;
    border-bottom:1px solid #BBB;
    margin-bottom:10px;
    padding-bottom:2px;
	padding-top:10px;
}

#emailLink, #chatLink, #phoneLink {
	display:inline-block;
	background: #008B5D;
	border-radius:4px;
    color:#FFF;
    cursor:pointer;
    font-family: 'SourceSansProRegular', Verdana, Geneva, sans-serif;
	font-size:1.3em;
	padding:6px 8px;
    text-decoration:none;
	border:none;
}

#emailLink p, #chatLink p, #phoneLink p
{
	margin-top:15px;
	padding:0;
}

#emailLink:hover, #chatLink:hover, #phoneLink:hover {
	background: #8EC56B;
}


.advancedSearch a:link, .advancedSearch a:visited,
.searchTips a:link, .searchTips a:visited {
    background: #00489A;
    color:#FFF;
    cursor:pointer;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size:0.875rem;
    line-height:1.5em;
    padding:6px 8px;
    text-decoration:none;
	border:none;
}

.advancedSearch a:hover, .searchTips a:hover {
	background: #0084B7
}

.noResults {
	display:block;
}

.noResultsSuggestions {
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-align:center;
	line-height:2em;
	font-size:0.65em;
}

.noResultsSuggestions ul{
	font-weight:bold;
	color:#00489a;
}

.noResultsSuggestions ul li{
	font-weight:normal;
	color: black;
}

.noResultsSuggestions ul li:before{
	font-family: 'FontAwesome';
	content: "\f05d  ";
	color:#007aa9;
}

.rn_ResultInfo2 .rn_Spell {
    color:#ca283b;
    font-size:medium;
    margin:10px 0 20px;
}
.rn_ResultInfo2 .rn_Spell a {
    color:#003399;
    font-style:italic;
    font-weight:bold;
}
.rn_ResultInfo2 .rn_NoResults {
    padding:10px;
}
.rn_ResultInfo2 .rn_Suggestion {
    color:#222;
    font-style:italic;
    padding:10px 0;
}
.rn_ResultInfo2 .rn_Suggestion a {
    font-style:normal;
}
.rn_ResultInfo2 .rn_Results span {
    font-weight:bold;
}

.rn_ResultInfo2 .rn_Results span:nth-of-type(1) {
    display:none;
}
.rn_ResultInfo2 .rn_Results span:nth-of-type(2) {
    display:none;
}

.rn_ResultInfo2 .rn_Results a:link, .rn_ResultInfo2 .rn_Results a:visited {
	color:#008B5D;
	text-decoration:underline;
	font-weight:bold;
	
}

.rn_Multiline2 {
    overflow:hidden;
	padding-top: 0.833em;
	padding-left: 0.833em;
	padding-bottom:1em;
}
.rn_Multiline2 .rn_Loading {
    background: url(../images/loading.gif) no-repeat center center;
    height:auto !important;
    height:5.5em;
    min-height:5.5em;
}

.rn_Multiline2 .rn_Element1,
.rn_Multiline2 .rn_Element2{
    font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1em;
	line-height: 1.2em;
}

.rn_Multiline2 .rn_Element3{
    font-size:1rem;
    line-height:1.5rem;
	padding-bottom:0.875rem;
}

.rn_Multiline2 .rn_ElementsHeader,
.rn_Multiline2 .rn_ElementsData{
    color:#777777;
    font-size:0.8em;
}
.rn_Multiline2 ol{
    
}
.rn_Multiline2 li {
	padding-bottom:0.75em;
}

a.rn_AnswersLink {
	width:50%;
	margin:0 auto;
	background: #00489a;
	color: #FFF !important;
	display:block;
	text-align:center;
	line-height:2;
}

a.rn_AnswersLink:hover {
	background:#0084b7;
}

/* The Paginator */

.rn_Paginator {
    display:inline-block;
}
.rn_Paginator a {
    text-decoration: none;
}
.rn_Paginator .rn_CurrentPage {
    color:#FFF;
    font-weight:bold;
	background:#00489a;
}
.rn_Paginator a:hover,
.rn_Paginator a:focus {
    background:#0084b7;
	color:#FFF;
	text-decoration:none;
}
.rn_Paginator .rn_ForwardImageLink,
.rn_Paginator .rn_ForwardImageLink:hover,
.rn_Paginator .rn_ForwardImageLink:focus,
.rn_Paginator .rn_BackImageLink:hover,
.rn_Paginator .rn_BackImageLink:focus,
.rn_Paginator .rn_BackImageLink {
    border:none;
    background:none;
}

/* So a horizonal scrollbar doesn't appear in the ProdCat Notification section of the Account Overview page */
.rn_ProdCatNotificationManager .rn_Notification {
	overflow:hidden !important;
}

/*********************************************************
**********************************************************
    07. FORMS
**********************************************************
*********************************************************/

/* Checks for IE7 and IE8, demands upgrade */

.ihateIE {
	display:block;
	color:#9D1348;
	font-size:1.25em;
	text-align:center;
    margin-bottom:10px;
    padding: 6px;
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

.ihateIE a:link {
	text-decoration:underline;
}

/*********************************************************
**********************************************************
    PRODUCT PAGES
**********************************************************
*********************************************************/

#productPage {
	width:100%;
	margin:0 auto;
	background: #00489a;
}

#floatingTOC {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		position:fixed;
		top:25%;
		right:0;
		max-width:13%;
		font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
		font-size: 1.25em;
	}
	
	#floatingTOC span {
		color:#FFF;
		float:left;
		font-size:2em;
		padding:5px;
		position:relative;
		left:0;
		font-family: Georgia, Times, "Times New Roman", serif;
	}
	
	#floatingTOC .tableofcontents  {
		float:left;
		padding-right:7px;
		color:#FFF;
		overflow:visible;
	}
	
	#floatingTOC .tableofcontents ol li{
		color:#FFF;
		word-wrap:normal;
		padding-bottom:20%;
		padding-left:10px;
	}
	
	#floatingTOC .tableofcontents ol li a:link{
		color:#FFF;
	}
	
	#floatingTOC .tableofcontents ol li a:visited{
		color:#E7BDED;
	}

.segment { 
	width: 87%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	border-right:5px solid #02346d;
	border-bottom:5px solid #02346d;
}

.segment p , .segment h1, .segment h2, .segment h3{
	padding-left:25px;
}

.segment.even {
	background:#CBECF8;
}

.segment.odd, .segment.odd .giantNumber {
	background:#0084b7;
	color:#FFF;
}

.segment.odd h1, .segment.odd h2, .segment.odd h3{
	background:#0084b7;
	color:#FFF;
}

#start {
	display:block;
	height: 100%;
}
	#start .title {
		display:block;
	}

	#start h1, #start h2, #start h3{
		color:#FFF;
	}

	#start a:visited {
		color:#ffa2aa;
	}
	
	#start .mainImage{
		margin:0 auto;
		width:50%;
	}
	
	

.giantNumber {
	float:left;
	height:100%;
	font-size:13.75em;
	overflow:hidden;
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#0084b7;
}


.productContent h1, .productContent h2, .productContent h3, .productContent h4, .productContent h5, .productContent h6 {
	color:#0066A0;
}

.additional {
	color:#000;
	width:100%;
	text-align:center;
	padding:1%;
}

.additional a:link, .additional a:visited {
	color: #E9E4D9;
	padding: 1%;
	display:inline-block;
	font-size:1.25em;
}

.additional a:hover {
	text-decoration:none;
}

/* To give the Collapse Icon the look of a link */
.additional a i {
	cursor:pointer;
}


.video, .docReader {
	padding:2%;
	margin-bottom:1%;
}

/* For any hidden PDF files that are embedded in a product page */

.docReader a:link, .docReader a:visited {
	color: #FFF;
}

.docReader a:hover {
	text-decoration:underline;
}

/* Formatting for the MyMathLab browser check iFrame widget thingy which is ugly without formatting */
.systemCheck {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left:25%;
	background:rgba(255,255,255,0.7);
	width:50%;
	min-height:350px;
	border:3px solid #02346d;
}

.browserSettings {
	display:inline-block;
	text-align:center;
	margin:1%;
	padding-top:2%;
	padding-left:1%;
	padding-right:1%;
	-webkit-box-sizing:border-box;
	cursor:pointer;
	max-width:150px;
}

.browserSettings:hover {
	background:#3BC8FE;
}

.browserSettings figure img {
	max-width:120px;
}

.browserSettings figcaption {
	font-size:0.8em;
	line-height:0.9em;
}





.fancyNumbers b {
	
}

.circleBlue {
	
}

/* .segmentLeft and .segmentRight are used for shorter forms, i.e. the login page */

.segmentLeft {
	margin-bottom:12px;
	border-top-color:transparent;
	border: 1px solid #a9a9a9;
	background: rgba(255,255,255,0.6);
	background: rgba(255,255,255);
	position:relative;
	padding-bottom:1em;
	width:49%;
	float:left;
	margin-right:2%;
	min-height:300px;
}

.segmentRight {
	margin-bottom:12px;
	border-top-color:transparent;
	border: 1px solid #a9a9a9;
	background: rgba(255,255,255,0.6);
	background: rgba(255,255,255);
	position:relative;
	padding-bottom:1em;
	width:49%;
	float:left;
	min-height:300px;
}

@media screen and (max-width : 931px) {
	.segmentLeft {
		width:90%;
		margin-left:5%;
		margin-right:5%;
		display:block;
	}
	
	.segmentRight {
		width:90%;
		margin-left:5%;
		margin-right:5%;
		display:block;
	}
}

#rn_CustomQuestionTextInput_39 label:nth-child(2) {
	font-size:0.875em;
	font-style:italic;
}

/* For the "hint" field, which doesn't appear properly on certain forms, and should be extracted from the widget */
p.hint {
	font-size:0.875em;
	font-style:italic;
	width:50%;
	margin:0 auto;
	line-height:1.2em;
}

/* The info icon */
p.hint i {
	float:left;
	color:#44A351;
	padding-right:5px;
}

.form input[type="text"], .form input[type="password"] {
	display:block;
	width:50%;
	margin-left:25%;
	margin-right:25%;
	height:2rem;
}

.form select {
	display:block;
	width:50%;
	height:35px;
	padding:0;
	margin-left:25%;
	margin-right:25%;
}

.form textarea {
	display:block;
	width:50%;
	max-width:580px;
	padding:0.167em;
	margin-left:25%;
	margin-right:25%;
	resize:none;
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

@media screen and (max-width : 550px) {
	.form input[type="text"], .form input[type="password"] {
		width:95%;
		margin-left:2.5%;
		margin-right:2.5%;
	}
	
	.form textarea {
		width:95%;
		margin-left:2.5%;
		margin-right:2.5%;
	}
}

.form .rn_Label {
	color:#444444;
	margin-left:25%;
	margin-top:2%;
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1.25em;
}


#verdana .rn_Label {
	font-family: Verdana, Arial, sans-serif;
}

.rn_HintText {
	font-size:0.75em;
	margin-left:15%;
	margin-right:15%;
	font-style:italic;
	display:block;
	line-height:1.2;
}

.form .padding {
	padding-bottom:20px;
}

.form .fileAttachments {
	width:auto;
	margin:0 auto;
	max-height:30px;
}

/* The file attachment button itself */
.rn_FileAttachmentUpload2 label {
	background: #00489A;
	border-radius:4px;
    color:#FFF;
    cursor:pointer;
    font-family: 'SourceSansProRegular', Verdana, Geneva, sans-serif;
	font-size:1.3em;
    line-height:1.5em;
    padding:6px 8px;
    text-decoration:none;
	border:none;
	text-align:center;
	max-width:200px;
	margin:0 auto;
	margin-top:20px;
}

.rn_FileAttachmentUpload2 label:hover {
	background: #0084b7;
}

.rn_FileAttachmentUpload2 label:active {
	outline:none !important;
	background:#0066a0;
}

/* Hiding the "input" allows us to format the button */
.rn_FileAttachmentUpload2 input {
	display:none;
}

/* What you see when a document has been uploaded */
.rn_FileAttachmentUpload2 li {
	line-height:1em;
	min-width:350px;
	font-style:italic;
}

/* The "remove" link */
.rn_FileAttachmentUpload2 li a:link, .rn_FileAttachmentUpload2 li a:visited {
	font-style:normal;
	font-weight:bold;
	color: #9C1347;
}

/* .form .complete input[type="submit"], .form .complete button {
	background: #008B5D;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	border-radius:4px;
    color:#FFF;
    cursor:pointer;
    font-family: 'SourceSansProRegular', Verdana, Geneva, sans-serif;
	font-size:1.3em;
    line-height:1.5em;
    padding:6px 8px;
    text-decoration:none;
	border:none;
	text-align:center;
	max-width:200px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

.form .complete input[type="submit"]:hover, .form .complete button:hover {
	background: #8EC56B;
} */

/* Tile-style buttons for product and category dropdowns */

.rn_MobileProductCategoryInput button{
	background:none;
	float:left;
	width:35%;
	height:auto;
	min-height:200px;
	margin-left:10%;
	margin-bottom:3%;
	font-size:200%;
	font-family:'Gill Sans W01 Light';
}

/* The prod/cat buttons themselves say "select a product," so the label is unnecessary */
.newProducts .rn_Label, .newCategories .rn_Label {
	display:none;
}

.newProducts .rn_MobileProductCategoryInput button {
	background:url(../images/newproduct.png) no-repeat center bottom, #009853;
}

.newCategories .rn_MobileProductCategoryInput button {
	background:url(../images/newcategory.png) no-repeat center bottom, #009853;
}

.ieProducts, .ieCategories {
	width:80%;
}

.yui-overlay, .yui-panel-container {
	background:white;
	max-height:300px;
	border:1px solid #008b5d;
	left:30%;
}

/* To highlight the incident number after submitting a question */
strong.maroon {
	color:#9C1347;
	font-size:1.2em;
}

/* Mobile products and categories formatting */

.rn_Panel {
	position:fixed;
	left:25%;
	right:25%;
	top:inherit;
	bottom:25%;
	border:1px solid #A9A9A9;
	-webkit-box-shadow:0px 0px 12px 500px rgba(0,0,0,0.7);
	box-shadow:0px 0px 12px 500px rgba(0,0,0,0.7);
	background:#595858;
	overflow:hidden;
	width:auto !important;
}

#rn_CustomProductCategoryInput_4_Tree {
	width:auto !important;
}

@media screen and (max-width : 931px) {
	.rn_Panel {
		left:5%;
		right:5%;
		width:90%;
	}

}

/* The "select one" header that appears */
.rn_PanelCap span.rn_Title {
	background:#9C1347;
	color: white;
	text-align: center;
	font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	padding-bottom:10px;
	padding-top:10px;
	font-size:2em;
	width:90%;
	display:inline;
	float:left;
	clear:right;
	max-height:54px;
}

/* For the 'close' button */
.rn_Button {
	float:left;
	display:inline;
	width:10%;
	clear:right;
	height:53px;
	color:#9C1347;
	outline:none;
	background:#9C1347;
}

.rn_Parent, .rn_SubItem {
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left: 1%;
	float:left;
	clear:right;
	width:99%;
	border-top:1px solid #ADADAD;
}

.rn_Parent:active, .rn_SubItem:active {
	background:#BB1B43;
}

a.rn_Button {
	text-align:center;
	display:block;
	font-size:1px;
	overflow:hidden;
	text-decoration:none;
	background-color:#9C1347;
	color:#9C1347;
}

/* Div for IE 7 and IE 8 */

.ie {
	border: 7px solid #9C1347;
	margin-bottom:15px;
	padding:4px;
	text-align:center;
	background:#fee9ab;
}

.ie h2 {
	margin-bottom:10px;
}

.ie a:link, .ie a:visited {
	text-decoration: underline !important;
}

.rn_ChatForm .rn_FieldDisplay {
	margin-left:25% !important;
}

.rn_HasChildren, .rn_SubItem  label, .rn_Inputlabel, .rn_MobileProductCategoryInput .rn_Input label {
	width:100%;
	display:block;
	color:#FFF !important;
}

/* Keeps the list from being 1000+ pixels */
.rn_PanelContent {
	height:100% !important;
}

.rn_MobileProductCategoryInput.rn_Input input {
    display:none;
}
.rn_MobileProductCategoryInput .rn_Input label {
    cursor:pointer;
}
.rn_MobileProductCategoryInput .rn_Input label .rn_ParentMenuAlt {
    opacity:0;
    position:relative;
    left:0;
}


/* Products and Categories dropdown formatting */

.form button.rn_DisplayButton {
	width:70%;
	display:inline;
	margin-left:15%;
	margin-right:15%;
	cursor:pointer;
	line-height:1.5em;
    padding:6px 8px;
    text-decoration:none;
    text-shadow:none;
	border: 1px solid #A9A9A9;
}

.rn_ProductCategoryInput button.rn_DisplayButton{
	width:50%;
	margin-left:25%;
	display:block;
}

.rn_ProductCategoryInput {
	width:100%;
	margin-bottom:3%;
	float:none !important;
}

.explain {
	font-size:0.75em;
	font-style:italic;
	margin-left:15%;
	width:70%;
	margin-right:15%;
}



/* Stops obnoxious padding on modal window */
.yui-skin-sam .yui-panel-container {
	padding:0 !important;
}

.rn_ProductCategoryInput .rn_Panel {
	margin:0% !important;
	width:100%;
}
 /* This is the dropdown icon that causes all the problems */
.rn_ProductCategoryInput .ygtvspacer {
}

.yui-panel-container.shadow {
	margin-left:20%;
	width:auto;
	background:#FFF;
}

.confirmButton {
	display:inline;
	margin-left:15%;
}

.hidey {
	visibility:hidden;
}

.rn_TextInput .rn_TextArea {
	width:70%;
}

/* On PHONE SUPPORT page, the headers/formatting */
.rn_QuestionText h2 {
	color:#008B5D;
	padding-top:10px;
}

.rn_MenuQuestion select {
	margin-bottom:12px;
}

/*********************************************************
**********************************************************
    08. LOGIN FORMS
**********************************************************
*********************************************************/

/* Modal Container */
.yui-skin-sam .yui-panel {
	border:1px solid #008B5D;
}

/* This is all the Modal's content */
.rn_LoginDialogContent, .yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-dialog .ft {
	background:url(../images/texture.png);
}

/* The modal's top bar */
.yui-skin-sam .yui-panel .hd {
	background-color:#008B5D;
	border-bottom: #008B5D;
	background-image:none;
	color:#FFF;
	font-weight:normal;
}

	/* Hides the "Sign In" text whilst keeping the bar visible */
	.yui-skin-sam .yui-panel .hd span{
		visibility:hidden;
	}
	
	/* Moves the SIGN IN button to a better place */
	.yui-skin-sam .yui-dialog .ft {
		position:absolute;
		top:46%;
		right:1%;
		border:0;
	}
	
	
/* In the Login Dialog modal, this is the Pearson 24/7 Account part */
.rn_LoginRight {
	display:block;
	width:100%;
}

.rn_LoginDialog2 input[type="text"], .rn_LoginDialog2 input[type="password"] {
	height:2rem;
	width:35%;
}

/* In the Login Dialog modal, these are the Social Network links */
#socialLogin {
	display:block;
	width:100%;
}

	/* The logo buttons & text */
	.facebookLogin, .twitterLogin, .googleLogin {
		display:inline-block;
		text-align:center;
		width:30%;
		height:100%;
		margin-bottom:2%;
	}

	.facebookLogin a:link, .facebookLogin a:visited, .twitterLogin a:link, .twitterkLogin a:visited, .googleLogin a:link, .googleLogin a:visited{
		display:block;
		text-decoration:none;
		font-size:1em;
		line-height:3em;
	}

	.facebookLogin:hover {
		background:#3C5A98;
		color:#FFF;
		text-decoration:none;
	}

	.googleLogin:hover {
		background:#DD4C39;
		color:#FFF;
		text-decoration:none;
	}

	.twitterLogin:hover {
		background:#3DBCDF;
		color:#FFF;
		text-decoration:none;
	}

	/* The service's name */
	.rn_OpenLogin .rn_LoginProvider:hover {
		color:#FFF;
	}

	.facebookLogin .rn_OpenLogin .rn_LoginProvider:before {
		font-family: 'FontAwesome';
		content: "\f082";
		padding-right:5px;
		font-size:2.5em;
		vertical-align:middle;
		color:#3C5A98;
	}

	.googleLogin .rn_OpenLogin .rn_LoginProvider:before {
		font-family: 'FontAwesome';
		content: "\f0d4";
		padding-right:5px;
		font-size:2.5em;
		vertical-align:middle;
		color:#DD4C39;
	}

	.twitterLogin .rn_OpenLogin .rn_LoginProvider:before {
		font-family: 'FontAwesome';
		content: "\f081";
		padding-right:5px;
		font-size:2.5em;
		vertical-align:middle;
		color:#3DBCDF;
	}

	.facebookLogin .rn_OpenLogin .rn_LoginProvider:hover:before, .googleLogin .rn_OpenLogin .rn_LoginProvider:hover:before, .twitterLogin .rn_OpenLogin .rn_LoginProvider:hover:before {
		color:#FFF;
	}


/*********************************************************
**********************************************************
    09. MISC. FORM STUFF
**********************************************************
*********************************************************/

/** Back Button used on Answer Wizard **/
input[type="submit"] button,.rn_BackButton:before {
	content: "\f0a5";
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 1.5em;
	padding-right: 5px;
}

input[type="submit"] button,.rn_RestartButton:before {
	content: "\f021";
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 1.5em;
	padding-right: 5px;
}
input[type="submit"] button,.rn_BackButton:hover {
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.5);
}
input[type="submit"] button,.rn_RestartButton:hover {
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.5);
}

input[type="submit"][disabled],
button[disabled] {
    background-color:#304764;
    background-position: 0px -40px;
    border-color:#333;
    color:#DDD;
}
input[type="submit"]:focus,
button:focus {
    /*IE8 doesn't apply focus outline natively*/
    outline /*\**/:#000 dotted 1px\9
}

input[type="text"], input[type="password"]  {
    height:2.5em;
}
input, textarea, select {
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    padding:0.167em;
	font-size: 1rem;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    outline: 0;
}

form legend {
    font-size:0em;
    visibility:hidden;
}
form fieldset {
    padding-left:8px;
}
form button {
    margin-top:20px;
}
form .rn_Column {
    margin-bottom:10px;
}
.rn_HintBox .rn_AlwaysVisibleHint .yui-module .yui-overlay{
	display: inline-block;
	position: relative !important;
	line-height: 1.2;
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	min-width: 70%;
	padding: 0;
}
.rn_Required, .rn_ErrorLabel {
    color:#C10000;
}
/* Adds text to all "required" asterixes */
.rn_Required:after {
	content:"Required";
	font-size:11px;
	vertical-align:top;
}

/* Translations of "required" on foreign forms */

.turkish .rn_Required:after {
	content:"Gereken";
	font-size:11px;
	vertical-align:top;
}

.dutch .rn_Required:after {
	content:"Nodig";
	font-size:11px;
	vertical-align:top;
}

.italian .rn_Required:after {
	content:"Necessario";
	font-size:11px;
	vertical-align:top;
}

.french .rn_Required:after {
	content:"Requis";
	font-size:11px;
	vertical-align:top;
}

.german .rn_Required:after {
	content:"Erforderlich";
	font-size:11px;
	vertical-align:top;
}

.rn_ErrorField {
    background-color:#FEFDA0 !important;
	border:3px solid #9C1347;
}
.rn_MessageBox {
    background-color:#FFFFE0;
    border:1px solid #808080;
    color:#990000;
    margin:10px 0;
    padding:6px;
}
.rn_ErrorMessage {
    1background:#FFFFE0 url(images/layout/important.png) no-repeat;
    padding:8px 6px 8px 40px !important;
	background:#9C1347;
}

.rn_RequiredLabel {
	background-color:#9C1347;
	color:#FFF;
	width:80%;
	font-size:1.125em;
	font-weight:bold;
	line-height:2.25em;
	padding-left:2%;
}

.rn_ErrorMessage a {
        color:#FFF;
    }
	
	
.rn_InfoMessage {
    background:#FFFFE0 url(images/layout/info.png) no-repeat;
    padding:6px 6px 4px 40px !important;
}

/*********************************************************
**********************************************************
    10. ACCOUNT PAGES
**********************************************************
*********************************************************/

.account h2 {
	color:#008B5D;
	padding:5px 0px;
}

.rn_CreateAccountInfo {
    background:#FAF9F5;
    border:1px solid #ECECEC;
    color:#454545;
    /*padding:8px;*/
}
.rn_CreateAccountInfo h2 {
    text-align: center;
}
.rn_CreateAccountInfo button {
    display:block;
    margin:auto;
    width:60%;
}
.rn_CreateAccountInfo ul {
    margin-top:10px;
}
.rn_CreateAccountInfo li {
    background:url(images/layout/createAccount.png) no-repeat;
    height:32px;
    list-style-type: none;
    margin:4px 0 16px;
    padding:4px 0px 4px 40px;
}
.rn_CreateAccountInfo li.rn_Communicate {
    background-position: 0px 0px;
}
.rn_CreateAccountInfo li.rn_Feedback {
    background-position: 0px -46px;
}
.rn_CreateAccountInfo li.rn_Customize {
    background-position: 0px -96px;
}

#rn_SearchControls {
	width:60%;
	margin:0 auto;
}

.rn_Module {
	width:60%;
	float:left;
}


/*********************************************************
**********************************************************
    03. FREQUENTLY USED FORMATTING OPTIONS
**********************************************************
*********************************************************/

.padding {
	padding-bottom:1.667em;
}

.leftPadding {
	padding-left:2.5%;
}

/* Used to adjust white space on small devices */
.somePadding {
	padding-bottom:1.667em;
}

@media screen and (max-width : 483px) {
	.somePadding {
		display:none;
	}
}

.extraPadding {
	padding-bottom: 3.333em;
}

.extraPadding2 {
	padding-bottom: 6.666em;
}

.centerText {
	text-align: center;
}

.floatRight {
    float:right;
}
.floatLeft {
    float:left;
}

.hidden {
    display:none;
}

/*********************************************************
**********************************************************
    06. KNOWLEDGE BASE ARTICLE FORMATTING
**********************************************************
*********************************************************/


/* Recommended links and outage notification */

.recommendedLinks {
	display:block;
	width:100%;
}

.rn_TopicWords2{
	background-color: rgb(251,252,166);
    background-color: rgba(251,252,166,0.6);
    border: 3px solid #9c1347;
	border-radius: 5px;
    margin-bottom:10px;
    padding: 6px;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	font-size:1em;
	line-height:1.6em;
	margin-top:1em;
}
.rn_TopicWords2 dl dt:before{
	font-family:'FontAwesome';
	content: "\f06a";
	font-size:1.2em;
	color:#9C1347;
	padding-right:5px;
}
.rn_TopicWords2 dd{
    padding-bottom: 10px;
}

.rn_TopicWords2 img {
    margin-right: 6px;
    vertical-align: middle;
	display:none;
}
.rn_TopicWords2 .rn_Title {
    color:#2F2F2F;
    font-size:1.2em;
    font-weight:bold;
    font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

1.rn_AnswerFeedback2 .rn_Title {
	font-weight:normal;
	font-size:1.2rem;
    font-family: 'SourceSansProBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;	
}


/*********************************************************
**********************************************************
    07. TOP ANSWERS
**********************************************************
*********************************************************/


/* Homepage version of top answers (actual link CSS: widgetCSS > Multiline2.css) */


/** Print/Email/Notif/Share Container **/
#rn_DetailTools {
    line-height:1em;
    padding:8px 0;
    text-align: center;
	color: #555555;
	font-size:0.875em;
}

#rn_DetailTools a:hover {
    color:#008B5D;
}

/*********************************************************
**********************************************************
    08. THE ANSWER WIZARD
**********************************************************
*********************************************************/

/* Most .rn_Names are kept because changing them affects performance */

/* centers all AW-related text */
.answerWizard .rn_Node {
	text-align:center;
}
.answerWizard .rn_QuestionText {
	font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	border-radius: 15px;
	border: 1px solid #bababa;
	border-bottom-left-radius:0px;
	background:rgba(255,255,255,0.8);
	font-size:1.5em;
	line-height:1.2em;
	padding: 0.667em;
	max-width:66em;
	min-width:25em;
}

.answerWizard .rn_Result {
    margin:6px 0 10px;
}
.rn_ResultText {
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1.8em;
	line-height:1.5em;
	padding: 0.667em;
	text-align:center;
}

.rn_Result .rn_ResultLink {
	background: #FBFCA6;
	border: 1px solid green;
}
/** Header before suggested articles **/
.answerWizard .rn_ResultHeading {
    line-height:1.6em;
    margin-bottom:10px;
	color: #9C1347;
	font-family: 'SourceSansProRegular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:1.6em;
	padding: 5px;
}

/** Suggested articles link **/
.answerWizard .rn_ResultLink a{
    display:inline-block;
	font-size: 1.3em;
	padding: 5px;
}
.answerWizard .rn_ResultLink a:before {
	font-family: 'FontAwesome';
	font-size: 1.3em;
	padding-right: 5px;
	content: "\f05a";
	color:#008b5d;
}

.answerWizard .rn_RadioQuestion div {
    margin-top:6px;
}
.answerWizard .rn_RadioQuestion label {
    margin-left:6px;
}
.answerWizard .rn_ImageQuestion input,
.answerWizard .rn_RadioQuestion input {
    border:none;
}

.answerWizard .rn_LinkQuestion div {
	margin-bottom: 8px;
}
.answerWizard .rn_LinkQuestion label {
    color:#0000CC;
    margin:4px 0;
    
}
.answerWizard .rn_LinkQuestion label.rn_HighlightResponse {
    color:#FFF;
    background-color:#0E53A7;
}

.answerWizard .rn_ButtonQuestion .rn_HighlightResponse {
    font-weight:bold;
}
.answerWizard .rn_ButtonQuestion .rn_HighlightResponse.rn_SelectedButton {
    background-position: 0px -40px;
    border:1px solid #333;
    color:#FCFCFC;
}

.answerWizard .rn_TextQuestion .rn_Label,
.answerWizard .rn_TextQuestion button {
    display:block;
    margin-top:6px;
}
.answerWizard .rn_TextQuestion input {
    width:200px;
}

.answerWizard select {
	width: 100%;
	font-size: 1.3em;
	height: 100%;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.answerWizard fieldset {
	line-height: 1.4em;
	font-family: 'SourceSansProLight', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.5em;
	margin-top: 1.7em;
	max-width:500px;
	min-width:300px;
	margin-left:5.833em;
}
.answerWizard fieldset a{
	color:black;
	text-decoration:none;
	display:block;
	width:100%;
}
.answerWizard fieldset a:first-letter{
	color:#008b5d;
	font-weight:bold;
}
.answerWizard fieldset a:hover {
	text-decoration: none;
	color: #9C1347;
}

.answerWizard fieldset a:hover:first-letter {
	text-decoration: none;
	color: #9C1347;
}

.answerWizard fieldset a:active {
	font-size:2.2em;
	color: #9C1347;
	text-decoration: none;
}

.rn_BackButton {
}

/*********************************************************
**********************************************************
	09. Dialogs
**********************************************************
*********************************************************/

.rn_Dialog {
    overflow:visible;
	min-width:420px;
}
.rn_Dialog ol,
.rn_Dialog ul {
    padding:0.4em 0 0 1.8em;
}
.rn_Dialog ol li {
    list-style:decimal outside none;
}
.rn_Dialog ul li {
    list-style:disc outside none;
}

/* Fixes too-close spacing with the buttons on the EMAIL THIS PAGE dialog */
.button-group button:first-of-type {
	margin-right:12px;
}

/* Incident thread */

#rn_QuestionThread {
    margin:4px;
}



/*********************************************************
**********************************************************
    11. General Accessibility
**********************************************************
*********************************************************/
#rn_SkipNav a {
    left:0px;
    height:1px;
    overflow:hidden;
    position:absolute;
    top:-500px;
    width:1px;
}
#rn_SkipNav a:active, #rn_SkipNav a:focus {
    background-color:#FFF;
    height:auto;
    left:auto;
    top:auto;
    width:auto;
}

/*********************************************************
**********************************************************
    12. Print Style
    (only display content)
**********************************************************
*********************************************************/

@media print
{
    body{
        font-size:1em;
    }
    #rn_DetailTools,
    #rn_Header,
    #rn_Navigation,
    #rn_SideBar,
    #rn_Footer{
        display:none;
    }
}

/*********************************************************
**********************************************************
    13. Chat
**********************************************************
*********************************************************/

/* Add padding after every paragraph for easier reading */
.rn_MessagePost {
	padding-bottom:0.75em;
}

/* Removes light gray backdrop amidst "Status:Connected" */
.rn_ChatEngagementStatus {
	background:none;
	color:#008B5D;
	border:none;
}

/* Removes default button coloring from chat window */
.rn_ChatPrintButton, .rn_ChatOffTheRecordButton, .rn_ChatDisconnectButton button{
	1background:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color: #000;
	text-shadow: none;
	font-weight: normal;
}

#rn_ChatPrintButton {
	background:none !important;
}

#rn_ChatContainer {
    height:100%;
    margin:0px auto;
    overflow:visible;
    text-align:left;
}

#rn_ChatDialogContainer {
    background-color:#EBEFF5;
    border:1px solid #555555;
    overflow:hidden;
    /*IE6*/
    _overflow-y:auto;
    position:relative;
    min-height:440px;
    height:auto;
    /*IE6*/
    _height:445px;
}

/*FireFox2*/
#rn_ChatDialogContainer[id=RN_CHATDIALOGCONTAINER] {
    height:445px;
    overflow-y:auto;
}

#rn_ChatDialogHeaderContainer {
    height:30px;
    overflow:visible;
    padding:4px;
    vertical-align:middle;
}

#rn_ChatDialogTitle {
    margin-top: 8px;
}

#rn_ChatDialogHeaderButtonContainer button{
    background: transparent none repeat scroll 0 0;
    border-color: transparent;
    color: #555555;
    margin-right: .25em;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    padding: 2px;
}

#rn_ChatDialogHeaderButtonContainer button:hover,
#rn_ChatDialogHeaderButtonContainer button:focus{
    background-color: #F8F8F8;
    border-color: #CCCCCC #555555 #555555 #CCCCCC;
    color: #000000;
}

#rn_InChatButtonContainer {
    overflow: visible;
}

#rn_PreChatButtonContainer{
    overflow: visible;
}
#outerwrapper,
#innerwrapper{
    width:1000px !important;
}
#innerwrapper{
    padding:0 !important;
}

#pearsonTopBar{
    position:relative;
	height:50px;
	width:100%;
	background:#008b5d url(images/bg_header_nav.gif);
	margin:0 auto;
}


#controls {
    padding: 5px 0 0 0;
    width: 960px;
	margin:0 auto;
	position:relative;
	display:block;
	height:27px;
	overflow:hidden;
	float: none !important;
}
#controls #controlButtons {
    position: relative;
    left:0;
    top:0;
    z-index: 1;
    width: 760px;
	height:27px;
    display:inline-block;
}
.home #controls #controlButtons {
    position: relative;
    z-index: 1;
    width: 625px;
    border-left: 0px solid gray;
}
#globalListBox {
    position: absolute;
    padding: 10px 40px;
    background: url(images/clear_pixel.gif);
    left:-1000px;
	top:-1000px;
    z-index: 999;
}
#globalListBox .foot {
    float: left;
    padding: 0 0 4px 0;
    background: url(images/globalListBoxFoot_DropShadow.png) bottom no-repeat!important;
    background: url();
}
#controls .global, #controls .fontSize, #controls .print {
    float: right;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
	z-index:0;
}
#globalListBox .sides {
    float: left;
    background: url(images/globalListBox_DropShadow.png) 0px 0px repeat-y!important;
    background: url();
    padding: 0 4px;
}
#globalListBox .box {
    float: left;
    background: white;
    width: 640px;
    padding: 10px;
}
#globalListBox ul {
    float: left;
    width: 200px;
    padding: 0 13px 0 0;
}
#globalListBox li {
    font-weight: bold;
}
#tickerBar {
    float: left;
    height: 26px;
    width: 100%;
    margin: 0 0;
}
@media print{
    #rn_ChatDialogHeaderContainer,
    #rn_InChatButtonContainer,
    #rn_PreChatButtonContainer,
    #rn_ChatQueueSearchContainer,
    #rn_ChatLogo {
        display:none;
    }

    #rn_ChatContainer {
        border:0;
    }
}
a span.arrow {
	display: inline-block !important;
	width: 11px;
	height: 11px !important;
	float: right;
	padding: 0 0 0 0 !important ;
	margin: -30px 3px 0 3px;
	background: url(images/icon_carat.png) no-repeat 100% 0px;
}
#ng_us_universal_navigation {
	position: absolute;
	width: 900px;
	left:340px;
	top:43px;
    z-index: 999;
    height:0;
    overflow: hidden;
}
#ng_us_universal_navigation .ng_us_uniContainer {
position: relative;
padding: 0px 0px 0px 16px;
z-index:1;
}
#ng_us_universal_navigation .dropshadowwrapper {
position: relative;
background: url('images/dropshadow2.png') repeat 100% 100%;
padding-right: 14px;
padding-bottom: 14px;
}
#ng_us_universal_navigation .ng_us_uniContentContainer {
background: #F7F7F7 url('images/bgTop.gif') repeat-x;
position: relative;
zoom: 1;
}
#ng_us_universal_navigation .ng_us_uniContent {
padding: 15px 20px 20px 20px;
position: relative;
background: url('images/bgBottom.gif') repeat-x 0% 100%;
font-size: 90%;
}
#ng_us_universal_navigation .ng_us_uniContent div.nav {
float: left;
width: 25%;
}
#ng_us_universal_navigation .ng_us_uniContent div.nav h3, #ng_us_universal_navigation .ng_us_uniContent div.nav p, #ng_us_universal_navigation .ng_us_uniContent div.nav div {
border-bottom: 1px solid #CCC;
margin-right: 10px;
margin-left: 10px;
}
#ng_us_universal_navigation .ng_us_uniContent div.nav h3 {
font-size: 120%;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-bottom: 5px;
}
#ng_us_universal_navigation .ng_us_uniContent div.nav div {
border-bottom: none;
margin-top: 10px;
background-color:#CECCC4;
}
#ng_us_universal_navigation .ng_us_uniContent div.nav h3, #ng_us_universal_navigation .ng_us_uniContent div.nav p, #ng_us_universal_navigation .ng_us_uniContent div.nav div {
border-bottom: 1px solid #CCC;
margin-right: 10px;
margin-left: 10px;
}
.clear {
clear: both;
}
.ng_us_uniFooter {
margin: 0px 10px;
margin-top: 30px;
position: relative;
border-top: 1px solid #CCC;
}
.ng_us_uniFooter div {
padding: 20px 0px 0px 0px;
color: #333;
}
.ng_us_uniFooter div span {
font-weight: bold;
margin-right: 20px;
font-size: 120%;
}
#ng_us_universal_navigation .ng_us_uniContent a:hover {
text-decoration: none;
}
.ng_us_uniFooter div a {
margin: 0px 5px;
color: #333;
}
#ng_us_universal_navigation .ng_us_uniContent div.nav div a {
padding: 2px 5px;
font-weight: bold;
color: black;
display: block;
}
#ng_us_universal_navigation .ng_us_uniContent div.nav a {
color: #333;
line-height: 1.5em;
margin: 2px 0px;
}
#ng_us_universal_navigation .ng_us_uniContent a:hover {
text-decoration: none;
}
.ng_us_uniFooter div.close {
position: absolute;
top: 0px;
right: 0px;
}
a span.menu-open {
background: url(images/icon_carat.png) no-repeat 100% -11px;
}

/*********************************************************
**********************************************************
    14. FOOTER AND SIGNIN FORMS/LINKS
**********************************************************
**********************************************************/

.rn_LoginForm2.rn_ContentLoading{
    background:url(../images/loading.gif) no-repeat center center;
}
.rn_LoginForm2 {
}
.rn_LoginForm2 input{
    margin-bottom:0.417em;
	display:block;
	margin:0 auto;
}
.rn_LoginForm2 input[type="text"],
.rn_LoginForm2 input[type="password"]{

}
.rn_LoginForm2 label{
	margin-top:1em;
	margin-left:15%;
    display:block;
}


#rn_LoginLink,#rn_SignupLink{
	position:relative;
	display:inline-block;
	vertical-align:top;
	height:20px;
	width:auto;
	right:0;
	top:0;
	overflow:hidden;
}
div.loginLink,#rn_LoginStatus>span{
	
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.rn_LogoutLink2 a {
	text-align: center !important;
	margin:0 auto;
}
div.loginLink{
	min-width:20px;
	height:20px;
}
div.facebook{
	background-image:url(/euf/assets/themes/pearson/images/facebookSocialButtonSmall.png);
}

div.google{	
	background-image:url(/euf/assets/themes/pearson/images/googleSocialButtonSmall.png);
}
div.twitter{
	background-image:url(/euf/assets/themes/pearson/images/twitterSocialButtonSmall.png);
}


/* PRODUCT PAGES */

.fancyNumbers b{
	
}

.fancyNumbers b p {
	font-size:normal;
}


/* FOR HOME2 */

* {
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#container {
	max-width: 1024px;
	margin: 0 auto;
}

	#pearsonlogo {
		max-width:500px;
		float:left;
		padding-left:5px;
	}

		#pearsonlogo a, .pearsonlogo a:visited {
			color:#FFF !important;
			font-family: 'Gill Sans W01 Light';
			font-size:2rem;
		}
		
		#pearsonlogo a:hover {
			text-decoration:none;
		}

	#searchbar {
		max-width:500px;
		float:right;
		padding-right:5px;
	}
	
		#searchbar input[type="submit"],
		#searchbar button

#testingGrounds {
	width:100%;
	min-height:500px;
	border:3px solid black;
}

	
.guess_box {
	height:100%;
	cursor:pointer;
	display:inline-block;
}

.hover {
	border: 3px solid #00f;
}

.no_hover {
	border: 3px solid #000;
}

.discount {
	border: 3px solid #0f0;
}

.no_discount {
	border: 3px solid #f00;
}

.disc {
	list-style-type:disc !important;
	list-style-position:inside !important;
	color: #008B5D;
}

ul.menu_list li {
	list-style-type:disc;
	list-style-position:inside !important;
	padding-left:20px;
}

/* Shows and hides the mobile dropdown navigation menu. Also shrinks Header */
@media screen and (max-width : 785px) {		
	li.navOption {
		display:none !important;
	}
	li#miniclicker {
		display:block !important;
		margin:0 auto;
		font-size:1.3rem;
	}
	
	h1.siteTitle {
		font-size:2rem;
		line-height:2rem;
	}
	
	
}

@media screen and (max-width : 483px) {
	h1.siteTitle {
		padding-top:8px;
	}
	
	#logoBar {
		-webkit-background-size:100px;
		background-size:100px;
	}
}

/*********************************************************
**********************************************************
    iPHONE 5 PORTRAIT SETTINGS
**********************************************************
*********************************************************/

@media screen and (max-width : 420px) {

/* So the search bar doesn't press against the screen completely */
	.searchBar {
		width:93%;
	}
	
/* Reducing the font-size for the entire thingy */	
	body {
		font-size:80%;
	}
	
/* Slight alteration to the SEARCH button now that the font-size has been reduced */	
	.rn_CustomSubmitButton {
		line-height:1.6em !important;
	}
	
/* Gives the navigation tiles the full space of an iPhone */	
	.navigationTile-container {
		width:100%;
		display:block;
		clear:both;
	}
	
/* Shrinks the header title of the navigation tiles */
	.title h2{
		font-size:1.65rem;
		padding-top:1rem;
	}
	
/* Shrinks some but not all of the navigation tiles for a more compressed look */	
	.flex-item {
		width:152px;
	}
	
/* Shrinks BG size of everything BUT .access and .livechat (those get whole rows) */	
	.signin, .browser, .plugins,
	.email, .phone, .otheroptions, .websites, .webbrowsers, .subscribe {
		-webkit-background-size:contain;
		background-size:contain;
	}
	
	#topAnswers {
		width:100%;
		display:block;
		clear:both;
	}
}

.top-bar, .top-bar-section, .top-bar-section li:not(.has-form) a:not(.button) {
	background: #00489a;
}

#rn_CustomLogoutLink_1_LogoutLink {
	color:white !important;
}

.tile {
	min-height:150px;
	background:#00489A;
	border-image: url(../images/texture.png) 50px;
}

.no-bold {
	font-weight:300;
}

.small-block-grid-2 > li {
  width: 46%;
  margin: 2%;
  list-style: none;
}

.tile a:link, .tile a:visited {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:1.5rem;
	text-align:center;
	font-weight:300;
}

.tile {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:1.5rem;
	text-align:center;
	font-weight:300;
}

.smaller-tile-text a:link , .smaller-tile-text a:visited{
	font-size:1.2rem !important;
}

.large-tile {
	background:#00489A;
}

.blue-bg {
background:#00489A;
min-height:125px;
}

.blue-bg-one {
	background:#00489A;
	min-height:125px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.blue-bg-one:hover {
	background:#007aa9;
}


.large-tile a:link, .large-tile a:visited {
	color:#FFF;
	font-size:1rem;
	text-align:center;
	font-weight:300;
}

.word-padding {
	padding-top:40px;
}

.less-word-padding {
	padding-top:52px;
}

.big-blue-link {
	position:relative;
	height:125px;
}

a:link.tile-link, a:visited.tile-link, a:hover.tile-link {
	text-decoration:none;
}

.border-right {
	border-right:1px solid #F6F6F1;
}

.chat-bg, .search-bg, .mail-bg, .itlab-bg, .alert-bg {
	background:url(../images/jump-in-sprite.png);

}

.chat-bg {
      background:url(../images/jump-in-sprite.png) no-repeat center center, #00489A;
	  background-position: 0px -1000px;
}

	.chat-bg:hover {
		background:url(../images/jump-in-sprite.png) no-repeat center center, #007aa9;
		  background-position: 0px 18px;
	}

.search-bg {
	background:url(../images/jump-in-sprite.png) no-repeat center center, #00489A;
	background-position: 0px -1000px;
}

	.search-bg:hover {
		background:url(../images/jump-in-sprite.png) no-repeat center center, #007aa9;
		background-position: 0px -84px;
	}

.mail-bg {
	background:url(../images/jump-in-sprite.png) no-repeat center center, #00489A;
	background-position: 0px -1000px;
}

	.mail-bg:hover {
		background:url(../images/jump-in-sprite.png) no-repeat center center, #007aa9;
		background-position: 0px -184px;
	}

.itlab-bg {
	background:url(../images/jump-in-sprite.png) no-repeat center center, #00489A;
	background-position: 0px -285px;
}

.alert-bg {
	background:url(../images/jump-in-sprite.png) no-repeat center center, #00489A;
	background-position: 0px -1000px;
}

	.alert-bg:hover {
		background:url(../images/jump-in-sprite.png) no-repeat center center, #007aa9;
		background-position: 0px -384px;
	}
	
.bottom-border {
	border-right:3px solid red;
	transform: skew(-10deg) rotate(2deg);
    -webkit-transform: skew(-10deg) rotate(2deg);
    -moz-transform: skew(-10deg) rotate(2deg);
}