@charset "UTF-8";
/* CengageBrain redesign by awolf 5/19/2014 */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
/* 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}
 */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*FIGHT THE FOUT*/
.wf-loading {
    visibility: hidden;
}

.wf-active {
	visibility: visible;
}
/*END FIGHT THE FOUT*/

/* 
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
 */

#footerContainer h6 {
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#headerContainer {
	margin:0px auto;
	width:980px;
	/* margin:0px auto; */
}

#bd {
	padding-top:30px;
	overflow: visible;
}

#header {
	/* 
width:980px;*/
	
 background:#fff;
}

/* LOGO */

.logo {
	padding:20px 0 23px 0;
	float:left;
	/* width:27%; */
	width: 23%;
}

.logo a,
.logo a:visited {
	background-image:url(../images/cengageLogo_fallback.png);
	background-image:url(../images/cengageLogo.svg), none;
	background-repeat:no-repeat;
	width:234px;
	height:36px;
	display:block;
}

.logo.logoNelson a,
.logo.logoNelson a:visited {
	background-image:url(../images/cengageLogo_fallback.png);
	background-image:url(../images/cengageLogo.svg), none;
	background-repeat:no-repeat;
	width:234px;
	height:36px;
	display:block;
}

/* @LOGO */

/**** Begin header Search ****/
.fa-search {
	font-size: 13px;
}
#headerSearch {
	/* width:46%; */
	width: 43%;
	float:left;
	position:relative;
	min-height:1px;
}

#headerSearch .input-group label {
	padding:3px 5px;	
}

#global_search+a+a.greenWhiteButton {
    border-bottom: 0 none;
    border-radius: 0 2px 2px 0;
    border-right: 0 none;
    border-top: 0 none;
    bottom: 1px;
    float: none;
    margin: 1px 1px 0 0;
    padding: 10px 0px;
    position: absolute;
    right: 0;
	font-size:22px;
	font-weight:bold;
	z-index:1;
}


#headerSearch .containedLink {
    border-left: 1px solid #C5C5C5;
	display:block;
	visibility:hidden;
	visibility:visible\9;
	opacity:0;
    font-size: 11px;
    padding: 5px 55px 5px 10px;
    position: absolute;
    right: 5px;
    bottom: 7px;
    z-index: 1;
	transition:all 0.5s ease;
	background:#fff;
}

#global_search:focus+.containedLink {
	visibility:visible;
	transition:all 0.5s ease;
	opacity:1;
}

/**** End header Search ****/

#mobileMenu {
	display:none;	
}

#userMenu {
	/* width:27%; */
	width:34%;
	/* float:left; */
	float: right;
	text-align:right;
	padding:18px 0 0 0;
	position:relative;
	display:block;
	z-index:5;
}

.helloMessage {
	font-size:13px;
	padding:10px 7px 15px 10px;
	margin: 0 0 -1px 0;
}
.helloMessage strong {
	font-weight:bold;
	color:inherit;
}

.logInContainer,
.cartContainer,
.loggedInContainer {
	/* display:none; */
	/* margin-left:-5px; */ /*magic margin fix for inline elements */
	display: inline-block;
}

.prodRegContainer {
    display:inline-block;
    margin-left:-5px; /*magic margin fix for inline elements */
}

.logInContainer>a,
.cartContainer>a,
.loggedInContainer>a,
.prodRegContainer>a,
.logInContainer>a:visited,
.cartContainer>a:visited,
.loggedInContainer>a:visited,
.prodRegContainer>a:visited,
.logInContainer>a:active,
.cartContainer>a:active,
.loggedInContainer>a:active,
.prodRegContainer>a:active{
	color:#3f3f3f;
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	z-index:2;
	position:relative;
	padding:10px 7px 15px 10px;
	border-left:1px solid rgba(255,255,255, 0);
	border-right:1px solid rgba(255,255,255, 0);
	transition:all 0.09s linear;
	transition-delay:0.18s;
	margin: 0 0 -1px 0;
}

.loggedInContainer>a strong {
	font-weight:bold;
	color:inherit;
}

.logInContainer>a:hover,
.cartContainer>a:hover,
.loggedInContainer>a:hover,
.prodRegContainer>a:hover,
.logInContainer>a:focus,
.cartContainer>a:focus,
.loggedInContainer>a:focus,
.prodRegContainer>a:focus {
	color:#007ea9;
	outline:none;
}

.logInContainer>a i,
.cartContainer>a i,
.loggedInContainer>a i,
.prodRegContainer>a i {
	color:#bfbfbf;	
	transition:all 0.15s linear;
	margin-left:5px;
}

.logInContainer>a.open,
.cartContainer>a.open,
.loggedInContainer>a.open,
.prodRegContainer>a.open {
	color:#007ea9;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:#fff;
	background:#fff;
	transition-delay:0s;
}

.logInContainer>a.open i.fa-angle-down,
.cartContainer>a.open i.fa-angle-down,
.loggedInContainer>a.open i.fa-angle-down,
.prodRegContainer>a.open i.fa-angle-down {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);	
	transition:all 0.15s linear;
}



/****Begin user login ****/
#loginForm {
	display:block;
	position:absolute;
	text-align:left;
}

#headerLogin {
	background:#fff;
	padding:12px;
	border:1px solid #cccccc;
	position:relative;
	z-index:1;
}

#headerLogin .input-group-addon i {
	font-size:14px;
}

#headerLogin .input-group label {
	height:0;
	padding:0 5px;
	transition:all 0.5s ease-in;
}

#headerLogin .input-group.error label {
	height:auto;
	padding:4px 5px;
}

#headerLogin .formRow+.formRow {
	padding:10px 0 0 0;	
}

div.tog {
    background:#fa6600;
    border-radius: 20px;
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: block;
	float:left;
    font: 10px arial;
    height: 15px;
    position: relative;
    width: 30px;
	-webkit-user-select: none;  
  	-moz-user-select: none;    
 	-ms-user-select: none;      
  	user-select: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

div.tog:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 16px;
    left: -1px;
    position: relative;
    top: -1px;
    transition: all 0.2s ease 0s;
    width: 16px;
}

div.tog:before {
    color: #FFFFFF;
   	font-family:FontAwesome;
    content: "\f00d";
    position: absolute;
    right: 5px;
    top: 2px;
	-moz-text-shadow:0 -1px 0 #c1510a;
	-webkit-text-shadow:0 -1px 0 #c1510a;
	-ms-text-shadow:0 -1px 0 #c1510a;
	text-shadow:0 -1px 0 #c1510a;
}

div.tog.on:before {
	color: #FFFFFF;
    font-family:FontAwesome;
	position: absolute;
    content: "\f00c";
    right: 16px;
	top: 2px;
	-moz-text-shadow:0 -1px 0 #6f9823;
	-webkit-text-shadow:0 -1px 0 #6f9823;
	-ms-text-shadow:0 -1px 0 #6f9823;
	text-shadow:0 -1px 0 #6f9823;
}

div.tog.on {
    background: none repeat scroll 0 0 #90b82e;
}

div.tog.on:after {
    left: 15px;
}

#headerLogin input.a11yToggle {
	opacity:0;
	width:1%;
	height:1%;
	position:absolute;
}

#headerLogin input.a11yToggle:focus + #toggle {
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 0 5px #96d03f;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 0 5px #96d03f;
	-ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 0 5px #96d03f;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 0 5px #96d03f;
}

#headerLogin .toggleBox {
	padding:10px 20px 10px 5px;
	float:left;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	-ms-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}

#headerLogin .toggleBox label {
	visibility:visible;
	text-align:left;
	color:#3f3f3f;
	text-shadow:none;
	background:none;
	float:left;
	margin:0;
	padding:1px 0 0 10px;
	font-weight:normal;
}

#headerLogin .containedLink {
    border-left: 1px solid #C5C5C5;
    display: block;
    font-size: 11px;
    padding: 3px 15px;
    position: absolute;
    right: 1px;
    bottom: 7px;
    z-index: 1;
	background:#fff;
}

#headerLogin .input-group-addon + input,
#headerLogin .input-group-addon + input + input {
	width:166px;
}

#headerLogin .formAction {
	clear:both;
	padding:10px 0 0 0;
}

#headerLogin .formAction .greenWhiteButton {
	float:right;
	margin:0;
	padding:10px;
}

a.newUser {
	display:none;
	text-align:center;
	clear:both;
	padding:7px 0 0 0;
	border-top:1px solid #bfbfbf;
	font-size:13px;
	margin:8px 0 0 0;
}

/****End user login ****/
/****Begin user logged in****/
#userTools {
	display:none;
	position:absolute;
	right:0px;
}

#userTools ul {
	background:#fff;
	padding:5px;
	border:1px solid #cccccc;
	position:relative;
	min-width:184px;
	text-align:left;
}

#userTools ul li {
	line-height:22px;
	margin:5px 0 0 0;
}

#userTools ul li a {
	display:block;
	font-size:13px;	
	color:#3f3f3f;
	padding:2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}

#userTools ul li a:hover {	
	color:#fff;
	background:#008bcb;
	text-decoration:none;
}

#userTools ul li a i {
	font-size:18px;
	margin-right:5px;
	color:#3f3f3f;
	vertical-align:middle;
}

#userTools ul li a:hover i {
	color:#fff;
}

/****End user logged in****/
/****Begin cart contents****/
#cartContents {
    text-align:center;
	display:none;
	position:absolute;
	right:0;
	background:#fff;	
	padding:12px;
	border:1px solid #cccccc;
	max-width:300px;
	min-width:240px;
	z-index: 1
}

#cartItems i.fa-spinner {
    font-size:45px;
    padding:20px 0;
}

#cartContents .andMore {
    padding-top:10px;
}

.itemContainer {
	position:relative;
	border-bottom:1px solid #BFBFBF;
}

.item {
	clear:both;
	padding:10px;
	margin:5px 0;
	transition: background 0.5s ease 0s;
}

.item:hover {
	background:#f7f7f7;
	transition: background 0.5s ease 0s;
}

.item:hover .itemInfo {
	color:#008bcb;	
}

.itemContainer:first-child .item {
	margin-top:0px;	
}

.item img{
	width:35px;
	float:left;
	border:1px solid #BFBFBF;
}

.item .itemInfo {
	margin-left:50px;
	text-align:left;
    font-size:12px;
    color:#023960;
    font-weight:bold;
}

.itemInfo a,
.itemInfo a:visited {
	font-size:12px;
	color:#023960;
	font-weight:bold;	
}

.itemInfo a:hover,
.itemInfo a:active,
.itemInfo a:focus {
	color:#008bcb;
	text-decoration:none;	
}

.itemInfo p {
	font-size:12px;
	color:#3f3f3f;
	padding:3px 0 0 0;
}


.itemContainer .zilch {
	padding:75px 0;
	font-size:13px;
	text-align:center;
}

#headerCartBtns {
	margin:10px 0 0 0;	
}

#cartContents .checkoutBtnLarge,
#cartContents .continueShoppingBtnLarge {
	float:left;	
}


#cartContents .checkoutBtnLarge a,
#cartContents .continueShoppingBtnLarge a {
	float:left;
	padding:10px 18px;
	font-size:12px;
	text-transform:uppercase;
}

.cartContainer > a i {
    color: #BFBFBF;
    font-size: 20px;
	line-height:10px;
	vertical-align:middle;
}

.cartContainer > a:hover i {
    color: #007EA9;

}

.cartContainer >a.open i {
	color:#007EA9;	
}

.cartCount {
    background: none repeat scroll 0 0 #FA6600;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    left: -4px;
    padding: 3px 6px;
    position: relative;
    text-align: center;
    top: -10px;
}

.cartContainer>a,
.cartContainer>a:active {
	padding:11px 1px 13px 6px;
}

/****End cart contents****/
/****Begin product registration contents****/
#registerProduct {
	display:none;
	position:absolute;
	right:0;
	background:#fff;	
	padding:12px;
	border:1px solid #cccccc;
	min-width:200px;
}
/****End product registration contents****/

#footer_container {
	padding-top:30px;	
}

#footerContainer {
	background:#3f3f3f;
	position:relative;
}

#footer {
	width:980px;
	margin:0 auto;	
	padding:50px 0;
}

.footerLinks {
    float:left;
    width:23%;
	padding-right:2%;
	text-align: left;
}

.footerLinks ul {
	padding:0 0 25px 0;	
	margin:0px;
}

.footerLinks ul li {
	padding:0px;
	margin:0px ;	
}

.footerLinks a,
.footerLinks a:visited {
	color:#fff;
	font-size:13px;
}

.footerLinks a:hover {
		
}

.footerNewsletterContainer {
	width:50%;
	float:left;	
}

.footerNewsletterContainer p {
	font-size:13px;
	font-weight:bold;
	color:#fff;	
}

#formErrors {
    display: none;
}

#signupForm .inline label {
    width: 227px;
}

#signupForm .inline input {
    width: 217px;
}

#signupForm .input-group input:focus{
	outline:none;
	-moz-box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #fff;
	-webkit-box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #fff;
	-ms-box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #fff;
	box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #fff;
	border:1px solid #fff;
	background:#fff;
}

#signupForm .input-group.inlineButton label {
   width:372px;
}

#signupForm .input-group.inlineButton input {
   width:362px;
}

#signupForm .input-group.inlineButton #btnSubmit {
    bottom: 0px;
    float: none;
    margin: 1px 1px 0 0;
    padding: 10px 21px 11px;
    position: absolute;
    right: 0;
	background:#008bcb;
	border-radius: 3px;
	color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
	text-align: center;
	transition: background 0.25s ease 0s;
	box-shadow:none;
	border:none;
	width:95px;
	text-transform:uppercase;
	-webkit-appearance:none;
}

#signupForm .formRow.check {
	padding:20px 0 10px 0;	
}

#signupForm .formRow.check input {
	float:left;
	margin:0 10px 10px 0;
}

#signupForm .formRow.check label{	
	font-weight:normal;
	color:#fff;
	line-height:14px;
}

#signupForm .formRow.check a,
#signupForm .formRow.check a:visited {
	font-size:12px;
	color:#fff;
	text-decoration:none;	
}

#signupForm .formRow.check a:hover,
#signupForm .formRow.check a:active,
#signupForm .formRow.check a:focus {
	text-decoration:underline;	
}

.socialContainer {
	float:left;
	width:59%;
	margin:15px 5% 0 0;
}

.fb-like, .tw-follow {
    float: left;
    margin: 0 15px 0 0;
}

.tw-follow a,
.securityCert a {
	color:#3f3f3f;	
}

.copyInfoContainer {
	width:175px;
	margin:5px 0 0 0;
}

.newfooterInfoContainer {
	margin:0px;	
}

.newfooterInfoContainer div.clFooterLogo {
    float: left;
    height: 43px;
    width: 95px;
	border-right: 1px solid #6f6f6f;
    padding-right: 5px;
	background-image:url(http://cengagebrain.com/static/images/white_cengage_learning_logo_fallback.png);
	background-image:url(http://cengagebrain.com/static/images/white_cengage_learning_logo.svg), none;
    background-position: 0 8px;
    background-repeat: no-repeat;
}

.newfooterInfoContainer div.securityCert,
.newfooterInfoContainer div.securityCert div {
	float:left;
	height:43px;
	width:72px;	
}

.securityCert img {
    height: 35px !important;
    margin: 0;
    padding: 3px 0 0 !important;
    width: 55px !important;
}
.securityCert span {
    display: none !important;
}

.newfooterInfoContainer div.copyright p,
.newfooterInfoContainer div.copyright span {
	color:#fff;	
	font-weight:normal;
}


/* FROM CB GLOBAL.CSS */

.input-group label {
	color:#fff;
	background:#ff5858;
	text-align:right;
	font-size:12px;
	padding:4px 5px;
	display:block;
	-moz-text-shadow:0 -1px 0 #ff0000;
	-webkit-text-shadow:0 -1px 0 #ff0000;
	text-shadow:0 -1px 0 #ff0000;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	visibility:hidden;
}

.input-group label {
	margin:0;
}

.input-group input {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #b1b1b1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0px 5px 5px #e6e6e6;
	-webkit-box-shadow:inset 0px 5px 5px #e6e6e6;
	box-shadow:inset 0px 5px 5px #e6e6e6;
	color:#3f3f3f;
	font-size:14px;
	/* width:95.35%; */
	width:95%;
	padding:9px 9px 8px 9px;
	-webkit-transition: all.25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin:0;
}

div.inputErrors {
	display: none;
}

.input-group.inlineButton+p {
	margin-top:10px;	
}

.input-group input.optional {
	background:#f7f7f7;
	font-style:italic;	
}

.input-group input:focus::-webkit-input-placeholder, 
.input-group textarea:focus::-webkit-input-placeholder {
	color: #bfbfbf;
}

.input-group input:focus:-moz-placeholder, 
.input-group textarea:focus:-moz-placeholder {
	color: #bfbfbf;
}

.input-group input:focus:-ms-input-placeholder, 
.input-group textarea:focus:-ms-input-placeholder {
	color: #bfbfbf;
}

.input-group input:focus::-moz-placeholder {
	opacity: 1; color: #bfbfbf;
}

.input-group input.placeholding:focus {
	color: #bfbfbf;	
}

.input-group input:focus,
.input-group input.optional:focus,
.input-group select.checkoutSelect:focus+.selectboxit-container >span ,
.input-group .selectboxit-container .selectboxit-open.selectboxit-focus {
	outline:none;
	-moz-box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #96d03f;
	-webkit-box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #96d03f;
	-ms-box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #96d03f;
	box-shadow:inset 0px 0px 0px #e6e6e6, 0 0 5px #96d03f;
	border:1px solid #96d03f;
	background:#fff;
}

.input-group-addon {
    background-color: #EEEEEE;
    margin:1px 0 0 1px;
	border-right:1px solid #b1b1b1;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    padding: 10px 10px 9px 10px;
    text-align: center;
	position:absolute;
	color:#555555;
	z-index:1;
}

.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-addon+input,
.input-group-addon+input+input {
	padding-left:50px;
	width:373px;	
}

.input-group-addon i {
    font-size: 12px;
}

.input-group {
	clear:left;	
}

.inline {
	width:48%;
	float:left;
	clear:none;
	margin-left:17px;
}

.inline input {
	width:188px;
}

.inline .input-group-addon+input,
.inline .input-group-addon+input+input {
	width:147px;
}

.inlineButton {
	position:relative;	
}

.formRow {
	position:relative;
	clear:both;
}

.formRow .inline:first-child {
	margin-left:0px;	
}

.formRow p strong {
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;	
}

/* Begin Error Handling */
.input-group.valid label {
	color:#fff;
	background:#96d03f;
	-moz-text-shadow:0 -1px 0 #96d03f;
	-webkit-text-shadow:0 -1px 0 #96d03f;
	text-shadow:0 -1px 0 #96d03f;
}

.input-group.error label,
.input-group.valid label {
	visibility:visible;
	position:relative;
}

.input-group.inline.error label,
.input-group.inline.valid label {
}

.input-group.error label:after {
	border-color: #FF5858 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 7px 7px 0;
    bottom: -7px;
    content: "";
    display: block;
    right: 20px;
    position: absolute;
	z-index:1;
}

.input-group.error input,
.input-group.error .selectboxit-container > span {
	border:1px solid #ff0000;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	color:#ff0000;
}

.input-group.valid input,
.input-group.valid .selectboxit-container > span {
	border:1px solid #96d03f;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}

.input-group.error input:focus,
.input-group.error .selectboxit-container .selectboxit-open.selectboxit-focus {
	-moz-box-shadow:0 0 5px #ff0000;
	-webkit-box-shadow:0 0 5px #ff0000;
	box-shadow:0 0 5px #ff0000;
	border:1px solid #ff0000;
}

.input-group.valid input:focus,
.input-group.valid .selectboxit-container .selectboxit-open.selectboxit-focus {
	-moz-box-shadow:0 0 5px #96d03f;
	-webkit-box-shadow:0 0 5px #96d03f;
	box-shadow:0 0 5px #96d03f;
	border:1px solid #96d03f;
}

.input-group.error .selectboxit-container .selectboxit-open.selectboxit-focus+.selectboxit-options {
	border-right:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	border-left:1px solid #ff0000;	
}

.input-group.valid .selectboxit-container .selectboxit-open.selectboxit-focus+.selectboxit-options {
	border-right:1px solid #96d03f;
	border-bottom:1px solid #96d03f;
	border-left:1px solid #96d03f;	
}

div.inputErrors {
	display: none;
}


/* TEMP OVERWRITES - to be removed once jQuery has been updated and Newsletter Sign-Up added, to Footer */

.footerUS #footer {
	position: relative;
}

.footerUS .footerNewsletterContainer {
	width: auto;
	padding-right: 0;
	position: absolute;
	top: 50px;
	right: 0;
}

.footerUS .footerLinks {
	width: 18%;
}

.footerUS .newfooterInfoContainer {
	margin-top: 16px;
}

.footerUS .socialContainer, .footerUS .copyInfoContainer {
	float: none;
	width: auto;
}

.footerUS .socialContainer {
	margin: 0;
}

.footerUS .socialContainer:after, .footerUS .newfooterInfoContainer:after {
	content:"";
	display:block;
	clear:both;
}

.footerUS .tw-follow {
	margin: 0;
}

.footerUS .copyInfoContainer div.copyright {
    margin: 5px 0 0;
    padding-left: 21px;
}
.footerUS .copyInfoContainer div.copyright p, .footerUS .copyInfoContainer div.copyright span {
	font-size: 11px;
	color:#fff;	
	font-weight:normal;
}

/* @TEMP OVERWRITES */

/* FOOTER NELSON */
.footerNelson .footerNewsletterContainer {
	width:25%;	
}

.footerNelson .securityCert {
    float: right;
	margin: 7px 15px 0 0;
	padding-right:10px;
	border-right:1px solid #6F6F6F;
}

.footerNelson .newfooterInfoContainer div.copyright {
	float:left;
	width:40%;	
}
/* @FOOTER NELSON */

/* FOOTER AUS, NZ */
.footerAUSNZ .footerNewsletterContainer {
	float: none;
	width: 100%;	
}

.footerAUSNZ .copyInfoContainer {
    float: right;
}

.footerAUSNZ .newfooterInfoContainer div.copyright {
	float:left;
	width:40%;	
}
/* @FOOTER AUS, NZ */

/* FOOTER EMEA */
.footerEMEA .footerNewsletterContainer {
	width:25%;	
}

.footerEMEA .copyInfoContainer {
	width:80%;	
}

.footerEMEA .securityCert {
	margin:0px;	
}
/* FOOTER EMEA*/

/* FOOTER LA */
.footerLA .footerNewsletterContainer {
	width:25%;	
}

.footerLA .copyInfoContainer {
	width:80%;	
}

.footerLA .securityCert {
	margin:0px;	
}
/* @FOOTER LA */

.right_rail div.box  {
	position: static;
}

/* Begin Responsive Styles */

/* iPad Portrait  */
@media screen and (max-device-width: 768px) and (orientation: portrait) {
    /*@media screen and (max-width: 980px) {*/

    #header {
        width: 100%;
        height: auto;
    }

    #headerContainer {
        width: 100%;
    }

    .logo {
        padding: 15px 0 5px 15px;
        width: 50%;
    }

    #headerSearch {
        float: none;
        width: auto;
        width: calc(100% - 30px);
        clear: left;
        margin: 0 15px 20px 15px;
    }

    #headerSearch .input-group input {
        width: 717px;
        width: calc(100% - 20px);
    }

    #userMenu {
        width: 51%;
        float: right;
        position: absolute;
        right: 15px;
        top: 0;
        padding-top: 15px;
        display: block;
    }

    #footer {
        width: 100%;
    }

    .footerLinks {
        width: 18%;
        padding: 0 1.5%
    }

    .footerUS .footerNewsletterContainer {
        position: relative;
        top: 12px;
        left: 12px;
    }

    .footerUS .tw-follow {
        padding-top: 7px;
    }

    #signupForm .formRow .inline:last-child {
        margin-left: 3.5%;
    }

    #signupForm .inline label {
        width: 197px;
        width: calc(100% - 10px);
    }

    #signupForm .inline input {
        width: 187px;
        width: calc(100% - 20px);
    }

    #signupForm .input-group.inlineButton label {
        width: 310px;
        width: calc(100% - 120px);
    }

    #signupForm .input-group.inlineButton input {
        width: 300px;
        width: calc(100% - 130px);
    }

    #signupForm .input-group.inlineButton #btnSubmit {
        bottom: 0px;
        float: none;
        margin: 1px 1px 0 0;
        padding: 10px 21px 11px;
        position: absolute;
        right: 0;
        background: #008bcb;
        border-radius: 3px;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        transition: background 0.25s ease 0s;
        box-shadow: none;
        border: none;
        width: 95px;
        text-transform: uppercase;
        -webkit-appearance: none;
    }

    .socialContainer {
        width: 45%;
    }

    #loginForm {
        right: 0;
    }
}

/*Android Landscape*/
@media screen and (max-height: 480px) and (max-width: 800px) and (orientation: landscape) {

	.logo {
		padding:10px 0 0px 15px;	
		width:50%;
	}

    #header {
        width: 100%;
        height: auto;
    }

    #headerContainer {
        width: 100%;
    }

	#headerSearch {
		float:none;
        width: auto;
		width: calc(100% - 30px);
		clear:left;
		margin:0 15px 15px 15px;
	}
	
	#userMenu {
        width: 80%;
        float: right;
        position: absolute;
        right: 15px;
        top: 0;
		padding-top:9px;
		display:block;
	}

    #footer {
        width: 100%;
    }

	.footerLinks {
        padding:0 5%
    }

    .footerUS .footerNewsletterContainer {
        position: relative;
        top: 0;
        left: 33px;
    }

    .footerUS .tw-follow {
        padding-top: 7px;
    }

}

/* iPhone Landscape */
@media screen and (max-width: 568px) {
    .logo {
        padding:10px 0 0px 15px;
        width: 35%;
    }
    .logo a {
        background-size: contain;
        height: 19px;
    }

    #headerSearch {
        float:none;
        width: auto;
        width: calc(100% - 30px);
        clear:left;
        margin:0 15px 15px 15px;
    }

    /*
#userMenu {
        padding-top:9px;
        display:block;
    }
 */
    #userMenu {
        width: 80%;
        float: right;
        position: absolute;
        right: 15px;
        top: 0;
        padding-top: 7px;
        display: block;
    }

    #footer {
        width: 100%;
    }

    .footerLinks {
		width:40%;
		padding:0 5%
	}
	.footerNewsletterContainer {
		width:90%;
		padding:0 5%
	}
	
	.socialContainer {
		float:left;
		width:55%;
		margin:15px 5% 0 0;
	}
	.copyInfoContainer {
		width:40%;	
	}
	
	
	.fb-like, .tw-follow {
		margin: 0 5px 0 0;
	}
	
}

/* iphone landscape 3.5 */
@media screen and (max-width: 480px) {
	.logo {	
		width:35%;
	}
	
	.logo a {
		background-size:contain;
		height:19px;
	}
	
    /*
	#userMenu {
		width:60%;
		padding-top:5px;	
	}
 */
    /*
#userMenu {
        width: 80%;
        float: right;
        position: absolute;
        right: 15px;
        top: 0;
        padding-top: 7px;
        display: block;
    }
 */

	#globalSearch:focus + .containedLink{
		display:none;	
	}
	
	.socialContainer {
		float:none;
		width:240px;
		margin:0 auto 30px auto;
	}
	.copyInfoContainer {
		width:180px;
		float:none;
		clear:left;
		margin:0 auto;	
	}
	
}

/* iPhone Portrait */
@media screen and (max-width: 380px) {
    /* @media screen and (max-width: 410px) { */ /*ID*/

    /* ID */
    #headerContainer {
        width: 100%;
    }

    #headerSearch {
        width: auto;
        padding-top: 25px;
        margin-bottom: 0;
    }

    #headerSearch .input-group input {
        width: 93%;
    }

    .input-group.inlineButton {
        text-align: left;
    }

    .ui-dialog {
        top: 12px !important;
    }

    .footerUS .footerLinks {
        width: 40%;
    }

    .footerUS .footerNewsletterContainer {
        position: relative;
        top: 21px;
        left: 0;
    }

    .footerUS .tw-follow {
        padding-top: 7px;
    }
    a.gracePeriodBtn, a:visited.gracePeriodBtn {
        margin-left: 0;
    }

    .gracePeriodContent {
        padding-bottom: 0;
        padding-top: 21px;
    }

    /* @ID */

	#mobileMenu {
		display:block;
		position:absolute;
		right:15px;
		top:12px;
		width:20px;
		height:20px;
		cursor:pointer;
	}
	#mobileMenu i {
		color:#3f3f3f;
		font-size:25px;
	}
	#mobileMenu.open i {
		color:#007EA9;	
	}
	
    /* ID */
    /*
	#userMenu {
		width:100%;
		background:#fff;
		top:35px;
		float:none;
		text-align:center;
		padding:15px 0 10px 0;
		display:none;
		right:0;
	}
 */
    #userMenu {
        width:100%;
        top:35px;
        float:none;
        padding: 0;
    }
    /* @ID */

	#userTools {
		right:inherit;
	}
	
	#signupForm .inline {
		width:100%;
		margin-left:0px;
	}
	#signupForm .formRow .inline:last-child {
		margin-left:0px;	
	}

	#loginForm {
        width:100%;
    }

	#cartContents {
		width:calc(100% - 24px);
		max-width:none;
	}

	#headerLogin .input-group-addon + input,
	#headerLogin .input-group-addon + input + input {
		width:calc(100% - 61px);
	}

}