@charset "utf-8";
/* CSS Document */

html, body {
    min-height: 100%;
}
body {
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
#upload_iframe body {background: none !important;}

.accessibility {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
}

/* ----------------- */
/* ----- FONTS ----- */

a {
	color: #0394bf;
    text-decoration: none;
}
	a:hover{
        color: #0394bf;
		text-decoration: underline;
	}
	a:hover, a:active, a:focus, input:focus, :focus {
	    outline: 0 !important;
	}
	a img {
		border:none;
		text-decoration: none;
	}
	a.pdf{
		background: url(/accountsweb/img/ico-pdf.gif) right 2px no-repeat;
		padding: 0 16px 0 0;
	}
h1 {
    margin-top: 30px !important; /* override normalize */
}
#colLeft h1 {
    color: #444;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 31px !important; /* override normalize */
    text-transform: none;
}	
	#colLeft h1.underline,
	#colLeft h2.underline {
		margin: 0 0 15px 0; 
		padding-bottom: 10px;
		border-bottom: solid 2px #ececec;
	}
#colLeft h2 {
	display: inline-block;
    font-family: 'Signika', sans-serif;
    font-size: 22px;
    color: #3d3937;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 5px 0px;
    position: relative;
    text-transform: uppercase;
}

#colLeft h3 {
	margin:0; 
	display: inline-block;
    color: #56514d;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
h4 {
    font-size: 1em;
}

.heading-float{float:left; }

.blue {
	color: #00498f;
}
.green {
	color: #2b8a1f;
}

/* arrows */
.arrowUp,
.arrowDown,
.arrowRight,
.arrowLeft {
	display: inline-block;
	position: relative;
}

/* ----------------- */
/* ----- FORMS ----- */

label {
    font-size: 1em;   
}

fieldset {
	border: 0;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}
	fieldset.firstColumn {
	}
	fieldset.secondColumn {
		margin-left: 0;
	}
	.registerUsers fieldset,
	.editInfo fieldset {
		margin: 0 -5px 0 0; /* would like to make this global */
	}
	fieldset .field {
		float: left;
		margin: 0 5px 0 0; 
	}		
	fieldset label {
		display: block;
		position: relative;
		z-index: 1;
		margin-bottom: 4px;
	}
		fieldset label.required {
			font-weight: bold;
		}
		
	fieldset span { 
	}
		fieldset span.errorIcon { /*display: inline !important;*/
			position: absolute;
			top: -5px;
			right: 0;
		}
		
	fieldset input:disabled,
	fieldset select.inputbox:disabled {
		background-color: #eeeeee;
	}	
fieldset.inline {
	margin: 0;
}	
	fieldset.inline .field {
		margin-right: 8px;
	}
	fieldset.inline label {
		display: inline-block;
	}

.inputbox,
input[type="text"],
.registerUsers input[type="text"],
.registerUsers input[type="email"],
.editInfo input[type="text"],
.editInfo input[type="email"],
.selfRegistration input[type="text"] { /* can probably remove many of these selectors */
	border: 1px solid #ccc;
	padding: 6px 5px;
	font-size: .9em !important;
	color: #666;
	margin: 0 10px 4px 0;
}
select,
fieldset select.inputbox,
.registerUsers select,
.editInfo select { /* can probably remove many of these selectors */
	border: 1px solid #ccc;
	padding: 4px 2px;
	color: #666;
	font-size: .9em !important;
	line-height: 17px;
	margin: 0 0 4px 0;
}

.checkbox input[type="checkbox"] {
    top: 7px;
}

.fullWidth {
	display: block;
	clear: both;
}
	.halfWidth {
		width: 426px;
		margin: 0;
		padding: 8px 0;
	}
	.halfWidth select.inputbox,
	.fullWidth select.inputbox {
		width: 426px;
		box-sizing: border-box;
	}
	.halfWidth .inputbox,
	.fullWidth .inputbox {
		width: 426px;
		box-sizing: border-box;
	}
	.fullWidth .radioinput {
		margin: 0 0 10px 0;
	}
	
.noBorder {
		border: 0 !important;
	}	
	

/* ------------------- */
/* ----- BUTTONS ----- */

.setTotal input[type="submit"], 
.navPane input[type="submit"], 
.navPane input[type="button"],
.loginTable input[type="submit"],
#newUserBox input[type="submit"],
.selfRegistration input[type="submit"],
.button { /* would like to make global */
    background-color: #18a4ce;
    border: 3px solid #18a4ce;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    font-family: "Signika", sans-serif;
    padding: 7px 20px 7px 20px;
    cursor: pointer;
    transition: color 0.4s, background-color 0.4s;
        -moz-transition: color 0.4s, background-color 0.4s;
        -webkit-transition: color 0.4s, background-color 0.4s;
        -o-transition: color 0.4s, background-color 0.4s;
    text-transform: uppercase;
    margin-right: 10px;
}	
	a.button {
		text-decoration: none;	
	}
	.setTotal input[type="submit"]:hover, 
	.navPane input[type="submit"]:hover, 
	.navPane input[type="button"]:hover,
	.loginTable input[type="submit"]:hover,
	#newUserBox input[type="submit"]:hover,
	.selfRegistration input[type="submit"]:hover,
	.button:hover { /* would like to make global */
		background-color: transparent;
        color: #18a4ce;
        text-decoration: none;
	}
    .button-orangeR {
        border-color: #F18903;
        background: transparent;
        color: #F18903;
    }
        .button-orangeR:hover {
            background: #F18903;
            color: #FFF;
        }
        .button-wIcon {
            position: relative;
            padding-left: 37px;
            padding-right: 11px;
        }
        .button .icon {
            position: absolute;
            top: 0px;
            left: 0px;
            padding: 11px 8px;
            color: #FFF;
            font-size: 12px;
        }
.button-orangeR .icon {
    background: #F18903;
}

input.redButton {
    background-color:#e21d46;
    border: 2px solid #e21d46;
    color:#fff !important;
    transition:color 0.4s ease 0s, background-color 0.4s ease 0s;
}

input.redButton:hover {
    border: 2px solid #e21d46;
    color:#e21d46 !important;
    transition:color 0.4s ease 0s, background-color 0.4s ease 0s;
}
	
/* gray */
.navPane input.previous,
.navPane input#cancelOrder {
    float: left;
}
.navPane input.previous,
.navPane input#cancelOrder,
.button.subtle { 
	background-color: #7f7f7f;
  	border-color: #7f7f7f;
}	
.navPane input.previous:hover,
.navPane input#cancelOrder:hover,
.button.subtle:hover {
    background: transparent;
    color: #7f7f7f;
}

/*** Box ***/
.box-help {
    margin: 18px 0;
    padding: 8px 10px;
    border: 1px solid #FEE1BA;
    background-color: #FFF1DF;
    border-radius: 3px;
    position: relative;
    clear: both;
    color: #FC9407;
}
    .box-help .heading {
        margin: 0;
        padding: 0;
    }
    .box-help .button {
        background: #F18903;
        border-color: #F18903;
    }
    .box-help .button:hover {
        background: transparent;
        color: #F18903;
    }

/* plain text */
.button-text,
.button-text:hover {
    background: none;
    border-color: transparent;
    color: #0394bf;
    margin-right: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.button-text:hover {
    text-decoration: underline;
}

@media print {
    .button {
        display: none;
    }
}

/* sizes */

.button.button-sm {
    font-size: .9em;
    padding: 2px 6px;
}
	
/* -------------- */
/* --- TABLES --- */

td {
    padding: 2px 3px;
}
	
/* ------------------ */
/* ------ MISC ------ */

.clear{
	clear:both;
	content:".";
    display:block;
    height:0;
    visibility:hidden;
}
.learnMore, 
.readMoreYellow, 
.readMorePink, 
.readMoreRed, 
.readMoreGreen, 
.readMoreGreen2{
	display:block;
	text-align:right;
	text-decoration:none;
}

	.readMoreRed{
		/*background: url(/accountsweb/img/arrow-bt-red.png) right 4px no-repeat;*/
		color: #8f2000;
	}
	.readMoreGreen{
		/*background: url(/accountsweb/img/arrow-bt-green.png) right 4px no-repeat;*/
		color: #015c19;
		text-align:left;
		width:64px;
	}
	.readMoreGreen2{ font-size: 16px;}
	.readMorePink {font-size: 16px;}
	
	
.watchVideo{
	margin-top:5px;
}
.backToTop{
	font-size:11px;
	text-decoration:none;
	padding: 0 12px 0 0;
	/*background: url(/accountsweb/img/arrow-bt-up.png) right 6px no-repeat;*/
	display:block;
	margin: 15px 0;
	width:70px;
}
.right, .rightBorder{
	float:right;
	margin:0 0 0 30px;
	display:block;
}
	.rightBorder{border:1px solid #ccc;}
.left{
	float:left;
	margin:0 30px 0 0;
	display:block;
	border:1px solid #ccc;
}
	.leftnoborder{
		float:left;
		margin:0 30px 0 0;
		display:block;
	}
.blueborder{
	border: solid 2px #039;
}

#videoPlayer{
	padding: 10px 40px 0 20px;
}

.awardsLeft{
	float:left;
	width:180px;
}
.awardsRight{
	float:right;
	width:531px;
}

.actionFlag .actionFlagBg {
    font-size: .9em;
    line-height: 22px;
}
.actionFlag .icon {
    line-height: 22px;
    margin-top: 0;
}

/* popovers */
.popoverSwitch {
    cursor: pointer;
    display: inline-block !important; /* fix prototype conflict */
}
.popoverSwitch-noInline {
    cursor: pointer;
    display: block !important; /* fix prototype conflict */
}
.webui-popover-content > div:first-child {
    width: auto !important; /* override plugin default styling */
}

/* angular popovers (dependant on teacher styles) */
.popover-content {
    font-weight: normal;
    left: 20px;
    top: 0;
    width: 225px;
}
.popover-left .popover-content {
    left: auto;
    right: 20px;
}

/* ------------------ */    
/* ----- LAYOUT ----- */
.stickyFooterWrap {
    margin-bottom: -325px; /* height of footer */
    min-height: 100%;
}
.stickyFooterWrap:after {
    content: "";
    display: block;
    height: 325px; /* height of footer */
}
#header,
#container,
.email-container,
.footer-container {
    width: 1170px; 
    margin: auto; 
}
@media (max-width: 1200px) {
    #header,
    #container,
    .email-container,
    .footer-container {
        width: 970px;
    }
}
#content{
    min-height: 400px;
    font-size: 15px;
    line-height: 22px;
    color: #666;
}
#colLeft{
    padding: 0px 0px 20px 0px;
}
#content-full{
    min-height: 400px;
    line-height: 22px;
    color: #555;
}
    #content-full #colLeft {
        float: none;
        width: auto;
        margin: 0;
    }

/* -------------------- */
/* ------ HEADER ------ */


#header:after {
    clear: both;
    content: "";
    display: block
}

.logo{
    float: left;
    margin: 15px 0 8px -3px;
    height: 45px;
    top: 50%;
    max-height: 100%;
    width: 235px;
}
.logo img{
	max-height: 100%;
    width: auto;
}

.supernav {
    float: right;
    font-size: .9em;
    font-weight: bold;
    clear: both;
    text-align: right;
    text-transform: uppercase;
    margin-top: 30px;
}
    .supernav a {
        color: #0394bf;
        display: inline-block;
        opacity: 1;
        padding-left: 45px;
        vertical-align: top;
    }
    #memberinfo {
        display: inline-block;
        padding-left: 45px;
        text-transform: none;
    }
        #memberinfo .member-logout{
            color: #0394bf;
        	margin: 0;
            padding: 0!important;
        }

/* ----------------------- */
/* ----- BREADCRUMBS ----- */

.breadcrumb-section {
    background-color: #e21d46;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    text-transform: uppercase;
}
.breadcrumb-section .container {
    margin: 0 auto;
    width: 1170px;
}
.breadcrumb-section li:last-of-type {
    text-transform: none;
} 

ul.bread {
    list-style: none;
    margin: 0;
    padding: 0;
}
    ul.bread li {
        display: inline;
        padding-right: 10px;
    }
    ul.bread li a {
        color: #fff;
    }
    
@media (max-width: 1200px) {
    .breadcrumb-section .container {
        width: 980px;
    }
}
@media print {
    #header {
        height: auto;
    }
    #header .supernav,
    .breadcrumb-section {
        display: none;
    }
    #header .logo {
        margin: 0 0 20px 0;
    }
}

/* ----------------------------- */
/* ------ SIDE NAVIGATION ------ */

#sidenav{
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #CCC;
}
#sidenav h1, #sidenav h2{
	font-weight:normal;
	text-transform:uppercase;
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 12px 0;
	padding:0;
}
#sidenav a {
	text-decoration:none;
	display:block;
}
#sidenav ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
#sidenav li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidenav li a {
	/*background: url(../images/sidenav-bg.gif) 0 0 no-repeat;
	height:25px;
	width:182px;
	padding: 6px 0 0 22px;
	margin: 0 0 5px;*/
	font-size: 11px;
	line-height: 15px;
	position: relative;
	margin: 0 0 0 -14px;
	padding: 2px 0 2px 14px;
	width: 216px;
}
#sidenav li li a {
	padding: 0 0 0 22px;
	margin: 0;
	width: 194px;
}
#sidenav li a:hover {
	text-decoration: underline;
}
#sidenav li a.active {
	/*color: #af006e ;
	background: url(../images/arrow-active.png) 0 4px no-repeat;
	background: #E6E6E6 url(../images/arrow-active-white.png) 0 6px no-repeat;*/
}

/* --------------------------- */
/* ------ RIGHT SIDEBAR ------ */

#colRight{
    float:right;
    width:223px;
    margin-top: 20px;
    padding: 0 14px;
    line-height: 21px;
}

#colRight h2{
    font-size:16px;
    margin:0 0 10px 0;
    padding:0;
    color: #191919;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.header2{font-weight:bold;font-size:18px; margin:0 0 10px 0; padding:0; text-transform: uppercase;}
a#samples, #trial{
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
}
a#samples, a#trial, .header2{display:block; text-decoration:none;}
#products a{
    display:block;
    line-height: 24px;
    color: #2b8a1f;
}
#products a:hover{
    color: #C00;
}
#products h2{
    color: #2b8a1f;
}
#trial{
}

a#samples:hover{    color: #C00;  text-decoration: underline;}
a#trial:hover{color: #C00; text-decoration: underline; }
#connect input{
    width: 170px;
    height:17px;
    font-size: 11px;
    color: #00498f;
    padding:2px 0 0 0;
    margin:10px 0;
    border: 1px solid #ccc;
    vertical-align: middle;
}
#connect button{
    padding:0;
    margin:0 0 0 6px;
    cursor: pointer;
    width: 11px;
    height: 11px;
    border:none;
    vertical-align: middle;     
}
#connect a.social{
    text-decoration: none;
    font-size: 11px;
    margin:0 5px 5px 0;
}
#connect h2, #connect{
    color:#00498f;
}
a#blueShout{
    width:323px;
    height:127px;
    color: #013669;
    float:left;
    padding:10px;
    line-height:16px;
    margin-top:17px;
    display:block;
    text-decoration:none;
}

a#yellowShout{
    width:166px;
    height:127px;
    color: #015c19;
    float:right;
    padding:27px 180px 10px 10px;
    line-height:16px;
    display:block;
    text-decoration:none;
}
a#yellowShout:hover{background-position: 0 -164px;} 

.signup{
    display:block;
    margin-top:10px;
}
a#blueShout .boxHeader, a#yellowShout .boxHeader{
    font-size: 14px;
    text-transform:uppercase;
    margin:0 0 10px 0;
    padding:0;
    font-weight:bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    display:block;
}
a#blueShout img{
    float:left;
    margin-right:15px;
}
a.orderNow{
    display:block;
    height:29px;
    width:140px;
    margin-left:29px;
}
a.orderNow:hover{
    background-position: 0 -29px;
}

/* ------ CONTENT ------ */

#content-full .orderTemplate { 
	padding: 0 40px 40px !important;
}
	
.helpSection h2 {
	font-size: 14px !important;
	color: #444;
	margin-top: 35px !important;
}
	.helpSection>h2:target {
		background: #ffffcc;
		padding: 3px 10px !important;
	}
	
.intro{
	font-size:14px;
	line-height: 22px;
}

#colLeft .homeIntro h1 {
	font-size: 30px;
	color: #2b8a1f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 36px;
	letter-spacing: -1px;
}

#breadcrumbs{
	margin: 10px 0;
}
	#breadcrumbs a{
		text-decoration:none;
	}
	#breadcrumbs a:hover{
		text-decoration:underline;
	}
	
	ul.bread span {text-transform: none!important;}
	
#shoutbox{
	background: #f2f2f2;
	padding:0 8px;
}
	#shoutbox h1{
		margin:0 0 5px 0;
		padding:0;
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #2b8a1f;
		font-weight: normal;
		text-transform: none;
	}
	
#testimonials, 
#quotes {
	background: #005433;
	border: 1px solid #005433;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:15px;
}
	#quotes{
		background: #a1cceb;
		border: 1px solid #a1cceb;
	}
	#testLeftSide{
		float:left;
		width:100px;
	}
	#testRightSide{
		float:right;
		width:810px;
	}
	.quote{
		background:#fff;
		border: 1px solid #fff;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding:15px;
		margin-bottom:15px;
		width: 777px;
		line-height: 20px;
		font-size:12px;
	}

/* ------ FOOTER ------ */

.email-banner {background-color: #eee; padding: 20px 0; margin-top: 20px;}
.email-container p{color: #555; font-size: 24px;}
.email-container a{text-decoration: underline;}
a.subscribe-btn{
    color: #e21d46 !important;
    background-color: transparent;
    border-radius: 6px;
    font-family: "Signika", sans-serif;
    text-align: center;
    padding: 10px 40px 8px;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    max-width: 100%;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #e21d46;
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;}
    
a.subscribe-btn:hover {color: #fff!important; background: #e21d46; text-decoration: none;}
.email-container span {font-size: 14px;  margin-top: 20px;  display: block; color: #555;}
.email-container  a{color: #555;}

.footer {
    background-color: #eeeeee;
    border: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    padding: 15px 0;
    position: relative;
    height: auto;
}
.footer-logo_container img {height: auto;  width: 150px;}
.footer-list { margin: 0; padding: 0;}
.footer-list li, .footer-social li {display: inline-block;}
.footer-list, .footer-social { list-style: none; position: relative;}
.footer-list li { padding: 0 5px; font-weight: 600; font-size: 18px; color: #555; text-transform: uppercase;}
.footer-list li a { color: #555; text-decoration:none; } 
.footer-list li a:hover{text-decoration:underline;}
.col-md-4{ padding-right: 10px; padding-left: 10px; float: left;}
.col-md-8{  padding-right: 10px; padding-left: 15%; width: 66%; float: left;}

.legalese { font-size: 12px; padding-top: 43px; color: #555; padding-bottom: 10px; clear: both;}

@media print {
    .email-banner,
    .footer-list {
        display: none;
    }   
}

/* ------ Products ------ */

.prodDivider, .prodDivider2{
	width:200px;
	border-right: 1px solid #CCC;
	float:left;
	padding:0 10px;
}
.prodDivider2{
	border-right: none;
}
.prodLeft{
	float:left;
	width:357px;
}
.training .prodLeft { width: 575px; }
.prodRight{
	float:right;
	width:314px;
	padding:0 0 0 40px;
	text-align:right;
}
.prodLine{
	height:5px;
	width:100%;
	background: #d87233;
}
	.prodLineGreen{
		height:5px;
		width:100%;
		background: #2b8a1f;
	}
	.prodLineBlue{
		height:5px;
		width:100%;
		background: #004990;
	}
#orangeBack, #blueBack, #greenBack{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px 10px 0 10px;
	line-height: 20px;
	font-size:12px;
}
	#orangeBack{
		background: #d87233;
		border: 1px solid #d87233;
	}
	#blueBack{
		background: #004990;
		border: 1px solid #004990;
	}
	#greenBack{
		background: #2b8a1f;
		border: 1px solid #2b8a1f;
	}
.orangeSection, .blueSection, .greenSection{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:15px;
	margin-bottom:10px;
	text-shadow: 1px 1px 0 #FFF;
}	
	.orangeSection{
		background: #f2e0d5;
		border: 1px solid #f2e0d5;
	}
	.blueSection{
		background: #e0ebf6;
		border: 1px solid #e0ebf6;
	}
	.greenSection{
		background: #d8e9d6;
		border: 1px solid #d8e9d6;
	}
.greenSection ul, .blueSection ul, .orangeSection ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 25px;
	line-height:16px;
}
	.greenSection li{
		padding:0 0 0 40px;
		margin-bottom: 15px;
		min-height:28px;
	}
	.blueSection li{
		padding:0 0 0 40px;
		margin-bottom: 15px;
		min-height:28px;
	}
	.orangeSection li{
		padding:0 0 0 40px;
		margin-bottom: 15px;
		min-height:28px;
	}
.orangeButton, .blueButton, .greenButton{
	display:block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	padding:2px 15px;
	float:left;
	margin-right:10px;
	text-align:center;
}
	.orangeButton{
		color: #b74906;
		background: #f0af88;
		border: 1px solid #d87233;
	}
		.orangeButton:hover{
			background: #f9cfb6;
		}
	.blueButton{
		color: #004990;
		background: #a8c9e9;
		border: 1px solid #8cb8e3;
		text-shadow: 1px 1px 0 #E0EBF6;
	}
		.blueButton:hover{
			background: #c9dff5;
		}
	.greenButton{
		color: #2b8a1f;
		background: #abcfa7;
		border: 1px solid #2b8a1f;
	}
		.greenButton:hover{
			background: #c6ddc3;
		}

.prodNew {
    color: #222;
    display: inline-block;
    position: absolute;
    right: -2px;
    top: -6px;
    vertical-align: top;
}
.prodNew .icon {
    color: #ffcb16;
    font-size: 33px;
}
.prodNew strong {
    font-size: 14px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
/* on Products page */
.prodIndividual .prodNew {
    right: 0;
    top: 0;
    position: relative;
}

/* ------ Benefits ------ */
#benefitsLeft{
	float:left;
	width:301px;
}
#benefitsRight{
	float:right;
	width:410px;
	height:494px;
	margin-top:20px;
}

/* ------ Uses ------ */
#usesLeft{
	float:left;
	width:366px;
}
#usesRight{
	float:right;
	width:345px;
	height:400px;
}

/* ------ Media ------ */
.greyBar{
	background: #E5E5E5;
	clear:both;
	padding: 8px 10px 15px 10px;
}
.whiteBar{
	clear:both;
	padding: 8px 10px 15px 10px;
}
.newsDate{
	color: #2b8a1f;
	font-weight:bold;
	width:130px;
	font-size:11px;
	float:left;
}
.newsLink{
	float:right;
	width:561px;
}

/* ------ Contact Form ----- */
#contact{
	border: 1px solid #b9ddf6;
	margin: 20px 0 0 0;
	line-height: 20px;
	font-size:12px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:15px;
	width:681px;
	color: #036;
}
#contact h2{
	margin:0;
	padding:0;
	font-size:14px;
}
#contact fieldset {
	clear: both;
	border: 0;
	margin: 0 0 5px;
	padding: 0;
}
#contact label{
	text-align:right;
	width:100px;
	display:block;
	float:left;
	margin: 0;
	padding: 3px 10px 0 0;
}
#contact #schoolInfo label {
	width:127px;
}
#contact fieldset input {
	width: 255px;
	float:left;
	border: 1px solid #FFF;
	margin: 0;
	padding: 3px 10px;
	color: #666;
}
#contact #schoolInfo fieldset input {
	width: 228px;
}
#contact table#radio input{
	float:left;
	padding:0;
	width: 10px;
	border:none;
}
#contact fieldset select{
	border: 1px solid #FFF;
	margin: 0;
	padding: 2px 2px;
	width: 250px;
	float: left;
	color: #666;
}
#contact fieldset select.disabled {
	background: #D0D3D5;
}
#contact textarea {
	width: 365px;
	border: 1px solid #FFF;
	height: 90px;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	color: #666;
}
#contact button{
	padding: 0;
	margin: 0 0 0 312px;
	cursor: pointer;
	width: 75px;
	height: 18px;
	border:none;	
}
#cform{
	float:left;
	width:390px;
	padding: 0;
}
#addressInfo{
	float:right;
	width: 250px;
	padding: 0 0 0 0;
	margin-left: 120px;
}
#addressInfo #deskChatButton {
	float: none;
}	
#contact .bottomForm {
	margin-top: 5px;	
}
#errorMsg{
	background: #F9F2D0;
	border: 2px dashed #900;
	padding:15px;
	color: #333;
	font-weight:bold;
	font-size:12px;
	width: 400px; margin: 20px auto;
}
#errorMsg ul{ padding:0; margin:0 0 0 30px;}
#contact textarea.error, #contact input.error, #contact select.error{border: 2px solid #900;}
table.submit {
    background-color: #CCFFCC;
    border: 2px dashed #006600;
    border-collapse: collapse;
    width: 400px;
    text-align: center;
    margin: 20px 0;
}
.success {
	background: #CCFFCC;
	border: 2px dashed #006600;
	padding:8px 10px;
	color: #333;
	margin:20px auto;
	font-size:12px;
	text-align:center;
	width:335px;
	line-height:14px;
}
#sideAnchors{
	float:left;
	width: 190px;
	padding-right:50px;
}
#sideAnchors a{
	display:block;
	margin-bottom:10px;
}
#anchorContent{
	float:right;
	width:471px;
}
#anchorContent h2{
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
	color: #2b8a1f;
}
hr{
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;
	margin: 0 0 16px 0;
}

/* ------ Site Map ------ */
.sitemap{
	float:left;
	width:106px;
	border-right: 1px solid #ccc;
	padding: 0 18px;
	line-height:16px;
	height:300px;
}
.sitemap ul, .sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
.sitemap li ul{
	margin-left:15px;
}
.sitemap a{
	display:block;
	text-decoration:none;
	padding-bottom:10px;
}
.sitemap a.toplevel{
	font-weight:bold;
}
.sitemap li ul a{
	color: #36C;
}
.sitemap li ul a:hover{
	color: #C00;
}
.firstrow{
	padding-left:0;
}
.endrow{
	border:none;
}

/* ------ Advisors ------ */

#advisory a{
	display:block;
	float:left;
	width: 237px;
	height: 190px;
	text-decoration:none;
	color: #666;
	text-align:center;
	margin: 10px 0 20px 0;
	padding-top:10px;
	font-weight:bold;
}
#advisory a:hover{
	background: #E8E8E8;
}
#advisory img{
	margin-bottom:8px;
	border: 1px solid #999;
}

/* ------ Tool Tip ------ */
.help {
	position: relative;
	z-index: 10;
	display: inline-block;
}
/* z-index for active tooltip */
.help.active {
    z-index: 999;
}
.helpLink {
	text-decoration: none;
}
.helpLink .icon {
    color: #0394bf;
}
.helpLink .icon:hover,
.helpLink.active .icon {
	color: #c00;
}
.accountsHeading .helpLink .icon:hover,
.accountsHeading .helpLink.active .icon {
	color: #e6d8c2;
}
.toolTip {
	background: #fff1dc;
	border-radius: 8px;
	color: #000000;
    font-size: .9em;
	font-weight: normal;
	left: -126px;
    line-height: 1.3;
	padding: 10px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	top: 23px;
	width: 200px;
	box-shadow: 0 1px 5px #999;
	border: 1px solid #e6d8c2;
	text-shadow: none;
}
	.toolTip-icon {
		left: -152px;
	}	
	.toolTip .arrowDown {
		border-left: 9px solid rgba(0, 0, 0, 0);
		border-right: 9px solid rgba(0, 0, 0, 0);
		border-top: 9px solid #e6d8c2;
		bottom: -9px;
		left: 149px;
		position: absolute;
	}
		.accountsHeading .arrowDown {
			border-top: 9px solid #fff1dc;
		}
	.toolTip .arrowUp {
		border-left: 9px solid rgba(0, 0, 0, 0);
		border-right: 9px solid rgba(0, 0, 0, 0);
		border-bottom: 9px solid #e6d8c2;
		top: -9px;
		left: 149px;
		position: absolute;
	}
		.accountsHeading .arrowUp {
			border-bottom: 9px solid #fff1dc;
		}
	.toolTip h2:first-child,
	.toolTip h3:first-child,
	.toolTip h4:first-child,
	.toolTip p:first-child {
		margin-top: 0 !important;
	}	
	.toolTip p {
		margin-bottom: 0 !important;
	}
	
/* open popout on top of helplink */
.toolTip-above {
	top: auto;
	bottom: 27px;
}		
.toolTip-above .arrowDown {
	border-bottom: none;
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	border-top: 9px solid #e6d8c2;
	bottom: -9px;
	top: auto;
}

.Icon-notification {
    color: #f18903 !important;
}

/**** HELP SECTION ****/

#rainbowbar {
	clear: both;
	height: 25px;
	background: url(/accountsweb/img/rainbow-bar.png) bottom no-repeat;
	padding: 12px 0 0 0;
	margin: 0 0 22px 0;
}
.homeLinks {
	float: left;
	width: 100%;
}
.homeLinks h2 {
	color: #0c7c32;
	font-weight: normal !important;
	font-size:18px !important;
	margin-top: 0 !important;
}
.homeLinks ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.homeLinks ul ul {
	margin: 0 0 10px 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.homeLinks ul li {
	margin: 0;
	padding: 0;
}
.homeLinks ul li a {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.productname a {
	font-weight: bold !important;
}
.productname li a {
	font-weight: normal !important;
}
.homeLinks ul li li a {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.small { font-size: 85%;}


/**** BROWSER REQUIREMENTS ****/
.grid .header { background-color:#00b2e2; color:#ffffff; text-align:center; font-weight:bold; float: none; width: auto;}
.grid  {margin-top: 30px; }
    .grid .category { background-color:#F4F4F4; }
    .grid table { table-layout: fixed; border: 1px solid #cccccc; border-collapse: collapse; }
    .grid td { padding: 13px; border: 1px solid #cccccc; }
    .message table { table-layout: fixed; border: 1px solid #000000; border-collapse: collapse; }
    .message td { padding: 5px; border: 1px solid #000000; }
	

table.usage {
	width: 100%;
}
table.usage h2 {
	font-size: 14px !important;
}
table.usage td {
	width: 33%;
	vertical-align: top;
	padding: 0 20px 0 0 ;
}
table.usage ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
table.usage ul li {
	margin: 0;
	padding: 5px 0;
	line-height: 18px;
}

.helpSection a[href$=".pdf"] { display: inline-block; padding: 0 13px 0 0; background: url(/accountsweb/img/ico-pdf.gif) right no-repeat; }

.formErrors {
	background: #FFFF66;
	border: 2px dashed #800000;
	padding: 5px 15px;
	color: #333;
	margin:20px auto 0;
	font-weight:normal;
	font-size:12px;
	width: 380px;
	text-align: center;
}
.formErrors ul { list-style: none; margin: 0; padding: 0; text-align: left; }
.formErrors ul li { text-align: left;}
.orderTemplate .formErrors { margin-bottom: 20px; }

/**** MOVED OVER STYLES ****/
.menu {color: #000099;}
.menu a:link, .menu a:visited { font-weight: bold; color: #000099; text-decoration: none;}
.menu a:hover, .menu a:active { font-weight: bold; color: #800000; text-decoration: underline;}


.topmenu { font-weight: bold; color: #000000; text-decoration: none;}
.topmenu a:link, .topmenu a:visited {color: #000099; text-decoration: underline;}
.topmenu a:hover, .topmenu a:active {color: #800000; text-decoration: none;}

.prodmenuitem {font-size: 15px; font-weight: bold; color: #000000; background-color: #dedede; text-align: center;padding: 0 10px;}
.prodmenuitem2 {font-size: 11px; font-weight: bold; color: #ffffff; background-color: #0066CC; text-align: center;}
.prodmenuitem3 {background-color: #ffffff; text-align: center;}
.prodmenuitem3-exp {background-color: #ffffff; text-align: center; color: #999999;}
.prodmenuitem4 {text-align: center;}
.prodmenuitem-exp {font-size: 11px; font-weight: bold;color: #000000; background-color: #dedede; text-align: center;padding: 0 10px; /*color: #666666; background-color: #FFC671; text-align: center;*/}

.form-item {text-align: right;}
.form-item-required {font-weight: bold; text-align: right;}

.whitelabel {color: #ffffff; font-size: 13px; width: 145px; font-weight: bold; padding: 8px; background-color: #005478; border-width: 0px;}
.whitelinksml {color: #ffffff; font-size: 11px; padding: 0 10px;}
.whitelinksml a:link, .whitelinksml a:visited {color: #ffffff; text-decoration: underline;}
.whitelinksml a:hover, .whitelinksmla:active {color: #FFCC66; text-decoration: none;}

.selflink {color: #0033CC; font-weight: bold;}

.submittext {color: #666; font-size: 20px; font-weight: bold; padding:8px 0px;}

.alert {
    box-shadow: none;
    font-size: 1em;
}
table.alert {background-color: #FFFF66; border-width: 2px; width: 400px; border-style: dashed; border-color: #800000; border-collapse: collapse;}
table.alert td {padding: 8px; color: #800000; text-align: center;}

table.alert-sml {background-color: #FFFF66; border-width: 2px; width: 280px; border-style: dashed; border-color: #800000; border-collapse: collapse;}
table.alert-sml td {padding: 8px; color: #800000; text-align: center;}

.alertfield {background-color: #FFFF66;}
.alertrow {background-color: #FF3300;}

.formerrors {background: #FFFF66;
	border: 2px dashed #800000;
	padding: 5px 15px;
	color: #333;
	margin:20px auto;
	font-weight:normal;
	font-size:12px;
	width: 380px;
	text-align: center; position: relative; z-index: 1000;}
.formsuccess {width: 380px;font-size:12px;color: #333; background-color: #CCFFCC; border: 2px dashed #006600; border-collapse: collapse; padding: 4px; margin: 20px auto;}


.noticeText {color: #CC0000; font-weight: normal;}

/************************/
/* NEW VALIDATION STYLE */
/* deprecated / needs to be replaced with a .tooltip variation */

/* tooltip validation */
.registerUsers input[type="text"].invalid, 
.registerUsers input[type="email"].invalid, 
.editInfo input[type="text"].invalid, 
.editInfo input[type="email"].invalid,
.registerUsers #userSiteList input[type="text"].invalid,
.editInfo .subscriptions .product input.invalid,
#orderInfo input[type="text"].invalid {
	background: #ffd8d8;
	border: solid 1px #ef7b7b;
}
.help.validator {
	z-index: auto;
}
.help.validator .helpLink {
	font-size: 1.2em;
	z-index: 9;
}
    .help.validator .helpLink .icon {
        color: #c00;
    }
	.help.validator .helpLink:hover {
		color: #333;
	}
.help.validator .toolTip {
	left: -104px;
	background: #fff;
	border: solid 2px #c10303;
	line-height: 1.4;
	padding: 5px 7px;
	top: 30px;
	z-index: 99;
}
.help.validator .arrowUp {
	border-bottom-color: #c10303;
	left: 104px;
}

/* block validation */

.block.validator {
	background: #ffd8d8;
	border: dashed 1px #ef7b7b;
	clear: both;
	display: block;
	list-style: none;
	margin: 15px 0;
	padding: 5px;
}
	.block.validator li {
		color: #111;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.block.validator .icon {
		color: #c00;
		font-size: 16px;
		z-index: 9;
	}
.block.validator.success {
	background: #d2f0be;
	border: dashed 1px #7abf4c;
	color: #111;
	font-size: 13px;
	line-height: 1.2;
	padding: 8px 5px;
	text-align: left; /* override old validation style */
	width: auto; /* override old validation style */
}
	.block.validator.success .icon {
		color: #2c6604;
		font-size: 14px;
		vertical-align: top;
		z-index: 9;
	}

/* begin fancy css tabs */

#main {
	border: 1px solid #999;
	clear: both;
	background: #FFF;
	padding-top: 0;
}
#contents {
	padding: 10px 20px 20px;
	background: #FFF;
	min-height: 300px;
	font-size: 11px;
	line-height: 22px;
	color: #666;
	position: relative;
}
	#contents form {
		margin: 0;
		padding: 0;
	}

#tabs {
	position: relative;
}
#tabs ul#primary {
	padding: 0;
	position: absolute;
	bottom: -1px;
	margin: 0;
	z-index: 100;
}
	#tabs ul#primary li  {
		display: inline;
		list-style: none;
	}
	#tabs ul#primary a,
	#tabs ul#primary span,
	#tabs ul#primary a.current {
		width: 98px;
		display: block;
		float: left;
		padding: 5px 1px 10px 1px;
		margin: 0px 2px 0 0;
		text-align: center;
		font-family: tahoma, verdana, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #333;
		height: 38px;
		line-height: 15px;
	}
	#tabs ul#primary span,#tabs ul#primary a.current,#tabs ul#primary a.current:hover {
		border: 1px solid #999;
		border-bottom: 1px solid #FFF;
		background: #FFF;
		margin-top: 0;
	}
	#tabs ul#primary a {
		background: #FFFAE1;
		border: 1px solid #999;
	}
	#tabs ul#primary a:hover {
		margin-top: 0;
		border-color: #999;
		background: #FFF7CD;
	}
#tabs ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* width required for Opera, older Mozilla browsers*/
}
	#tabs ul#secondary li a,#tabs ul#secondary li span {
		width: auto;
		display: block;
		float: left;
		padding: 0 10px;
		margin: 0;
		border: none;
		border-right: 1px dotted #AAA;
		background: none;
	
	}
	#tabs ul#secondary li a {
		color: #06C;
		text-decoration: underline;
	}
	#tabs ul#secondary li a:hover {
		color: #333;
		background: transparent;
		padding: 0 10px;
		border: none;
		border-right: 1px dotted #AAA;
	}
	#tabs ul#secondary li a:active {
		color: #000;
		background: transparent;
	}
	#tabs ul#secondary li:last-child a { border: none; }
/* end fancy tabs */


a.ext {
	background: url(/accountsweb/img/external-link.png) right 1px no-repeat;
	padding-right: 14px !important;
	white-space:nowrap;
	display: inline-block !important;
}

.loginForm {
	float: left;
}
.loginFormSSS {
	float: left;
	width: 510px;
	margin-top: 10px;
}
.loginForm input.inputfield, .loginFormSSS input.inputfield {
	width: 230px;
	border: 1px solid #ddd;
	padding: 3px 5px;
	font-size: 17px;
}
.loginForm input.inputfield:focus, .loginFormSSS input.inputfield:focus {
	-webkit-box-shadow: 0px 0px 9px #ffffcc;
	-moz-box-shadow: 0px 0px 9px #ffffcc;
	box-shadow: 0px 0px 9px #ffffcc;
}

.notMember {
	float: left;
    width: 225px;
    height: 109px;
    padding: 0px 0px 0px 30px;
    margin: 30px 0 0 24px;
    border-left: 1px solid #ddd;
}
.notMemberSSS {
	float: left;
	width: 250px;
	height: 109px;
	padding: 10px 20px 20px 30px;
	font-size: 85%;
	line-height: 17px;
	margin: 0 45px 0 0;
	border-right: 1px solid #ddd;
}
.notMember h2, .notMemberSSS h2, .loginFormSSS h2, .rtMessageSSS h2 {
	color: #013669;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}
.notMemberSSS h2, .loginFormSSS h2, .rtMessageSSS h2 {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

table.productsTable,
table.userAddition, 
table.accountInformation, 
table.orderHistory {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.accountInformation td,
table.orderHistory td { 
    padding: 10px; 
}
table.userAddition a, table.accountInformation a {
	text-decoration: none !important;
}
table.userAddition input.inputbox { 
	padding: 3px; 
	margin-bottom: 3px;
	font-size: 11px;
	color: #666;
	font-family: Verdana,Geneva,sans-serif; 
}
table.productsTable td table td {
	padding: 0;
}
table.accountInformation .whitelabel { width: 157px; }
table.accountInformation input { width: 300px; }
table.accountInformation select { width: 307px; }

#colLeft table.accountInformation h2, 
#colLeft table.userAddition h2, 
#colLeft .paymentMethod h2 { 
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 16px;
    color: #FFF;
    background: #00b2e2;
    line-height: 34px;
}

h2.accountsHeading { 
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 16px;
    color: #FFF;
    line-height: 34px;
    width: 932px;
}

#colLeft .accountsHeading fieldset.inline {
	margin-top: -2px;
}
#colLeft .accountsHeading input[type="submit"] {
	background: #ccc; /* ie8 */
	background: linear-gradient(#e8e8e8, #ccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#e8e8e8, #ccc); /* Safari */
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    padding: 1px 3px;
}
#colLeft .accountsHeading input[type="submit"]:hover {
	background: #ccc;
}

/* ------ PRODUCT BUTTONS ------ */
.buttonSm { text-transform: uppercase; line-height: 34px; margin-top: 22px!important;  color: #fff; font-size: 15px; display: block; background: #75c044; text-align: center; font-family: "Signika", sans-serif; border-radius: 6px; border: 3px solid #75c044; -moz-transition: color 0.4s, background-color 0.4s; -webkit-transition: color 0.4s, background-color 0.4s; -o-transition: color 0.4s, background-color 0.4s; transition: color 0.4s, background-color 0.4s; margin-top: 21px!important; text-transform: uppercase; }
.button-free-trial { text-transform: uppercase; line-height: 34px; margin-top: 22px!important;  color: #fff; font-size: 15px; display: block; background: #f9c011; text-align: center; font-family: "Signika", sans-serif; border-radius: 6px; border: 3px solid #f9c011; -moz-transition: color 0.4s, background-color 0.4s; -webkit-transition: color 0.4s, background-color 0.4s; -o-transition: color 0.4s, background-color 0.4s; transition: color 0.4s, background-color 0.4s; margin-top: 10px!important; text-transform: uppercase; }

.button100 { 
    background-color: #eb1947;
    border: 3px solid #eb1947;
    display: inline-block;
    line-height: 27px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-family: "Signika", sans-serif;
    padding: 7px 20px 7px 20px;
    cursor: pointer;
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s; 
    text-transform: uppercase;}
.buttonMd { display: block; padding: 0 0 0 8px; margin: 0 0 10px 8px; width: 152px; height: 25px; color: #fff; text-decoration: none; font-size: 10px; background: url(/accountsweb/img/button-md.png) no-repeat; text-align: left; line-height: 22px; }
.buttonMd2 {     margin: 0 0 10px 8px;  width: 155px; height: 25px; color: #fff; text-decoration: none; font-size: 10px; text-align: left; line-height: 26px; background: #EB1947; text-align: center; font-size: 13px;}
input.buttonSpecial { padding: 0 0 0 8px; margin: 0; width: 138px; height: 25px; color: #fff; text-decoration: none; font-size: 10px; background: url(/accountsweb/img/button-sm.png) no-repeat; text-align: left; line-height: 22px; border: 0; }
.button100:hover {background-color: transparent;    color: #eb1947;  text-decoration: none;}


/* ------ PRODUCT BUTTONS HOVER------ */
.buttonSm:hover{background-color: transparent; color: #75c044;text-decoration: none;}
.button-free-trial:hover{background-color: transparent; color: #ffbf16;text-decoration: none;}



/*** NEW PRODUCT LAYOUT 7/11 ***/

#productsTable {
	margin-left: -50px;
}
#productsTable .prodInfo {
	float: left; 
	width: 189px;
	margin: 0 0 30px 50px;
	font-size: 12px; line-height: 17px;
}
#productsTable .prodInfo h2 {
	color: #0D3880 ;
	margin-bottom: 0 ;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	white-space:nowrap;
}

ul.thirdLevelNav { margin: 0; padding: 0; list-style: none; float: right;}
ul.thirdLevelNav li { margin: 0; padding: 0; display: inline; float: right;}

.manageDeletedUserLicenses { margin-right: 10px; }


a.print {
    background: url(/accountsweb/img/icon-print.png) no-repeat scroll right 1px transparent;
    line-height: 18px;
    padding: 0 20px 0 0;
}


/**** ACCOUNTS HOME-PRODUCT PAGE ****/
#prodColLeft {
    line-height: normal;
    float: left;
    width: 70%;
    margin: 0 0 40px 0;
    padding: 0;
}
#prodColRight {
    float: right;
    width: 25%;
    margin: 30px 0 0 0;
    padding: 0;
}
.prodIndividual {
    float: left;
    margin: 0 5% 30px 0;
    position: relative;
    padding: 0;
    width: 28%;
}
.prodIndividual .advanced {
    position: absolute;
    right: 0;
    top: 5px;
}
.subscription-advanced.expanded { /* raz-plus advanced view */
    background: #fff;
    border: solid 2px #75bef1;
    box-shadow: 0 0 3px #ccc;
    float: left;
    left: -2.5%;
    margin: 0 -2px;
    padding: 10px 2.5%;
    position: relative; /* for abs positioning of child elements */
    top: -12px;
    width: 61%;
}
    .subscription-advanced.expanded:after {
        content: "";
        clear: both;
        display: block;
    }
    .subscription-advanced.expanded .prodIndividual {
        margin-bottom: 0;
        margin-right: 8%;
        width: 46%;
    }
    .subscription-advanced.expanded .prodIndividual:last-of-type {
        margin-right: 0;
    }
    .subscription-advanced.expanded .close {
        position: absolute;
        right: 4px;
        top: 5px;
    }
.prodIndividual.raz-ell { position: relative; top: -22px; } 
.prodIndividual a.buttonSm { margin: 12px 0 0 0 !important; }
.prodIndividual a.prodLink, .prodName { text-decoration: none; font-weight: bold; font-size: 20px; line-height: 30px; border-bottom: 3px solid #56514d; padding: 0 0 5px 0; margin: 0 0 10px; display: block; letter-spacing: -1px; }
.prodName { }
.prodIndividual ul { list-style: none; margin: 0; padding: 0 0 0; }
.prodIndividual ul li { list-style: none; margin: 0; padding: 2px 0; }

.message { margin: 10px 0; }
.message img { float: left; padding: 0 5px 0 0; }

.expiredAccount { color: red }

.userInformation { margin: 0 0 15px; padding: 0 0 20px; border-bottom: 1px solid #ccc; font-size: 14px; color: #666; }
.userInformation .userTop { font-size: 16px; color: #333; }
.userInformation .userTop img { float: left; margin: 0 10px 10px 0; }
.userInformation .userTop .name { font-size: 18px; font-weight: bold; }
.userInformation .userTop .username { font-style: italic; }
.userInformation ul.userBottom { clear: both; list-style: none; padding: 0; margin: 0;}
.userInformation ul.userBottom li { padding: 1px 0; margin: 0; }

.trainings { color: #666; margin: 0 0 25px; }
.trainings h2 {  margin: 0 0 10px !important;}
.trainings h3 { margin: 0 0 5px; padding: 0 !important; color: #333; }
.trainings ul { list-style: none; padding: 0; margin: 0 0 10px; }
.trainings ul li { padding: 1px 0 9px; margin: 0; }
.trainings ul li a { display: block; text-decoration: none; font-weight: normal; }
.trainings ul li a.remove { display: inline-block; font-weight: normal; }
.trainings ul li a strong { color: #333; }
.trainings ul li a:hover strong { color: #000; }
.pasttrainings, .pasttrainings a { color: #999; font-weight: normal; }
.pasttrainings ul li a strong { color: #666; }


a.freePass,div.freePass,a.openHousePass { text-decoration: none; margin: 15px 0 30px; display: block; color: #555; }
a.freePass span { text-decoration: underline; color: #00498F; }
a.freePass:hover span {color: #C00;}
a.freePass img { float: left; padding: 0 10px 0 0; margin: -5px 0 0 0; }

a.openHousePass { font-weight: bold; }
a.openHousePass img { display: none; }
a.openHousePass span { font-weight: normal; display: block; padding: 0 0 0 8px; margin: 5px 0 10px 0; width: 132px; height: 25px; color: #fff; text-decoration: none; font-size: 10px; background: url(/accountsweb/img/button-sm.png) no-repeat; text-align: left; line-height: 22px; }
a.openHousePass:hover span { background-position: 0 -25px; }
div.freePass img { position: relative; float: left; padding: 0 10px 0 0; margin: -5px 0 15px; }

input.readonly { border: 0; }
td.oddRow input.readonly { background: #FFF; }
td.evenRow input.readonly { background: #EFEFEF; }

/************************/
/*** ORDERING PROCESS ***/

/* forms */
#orderInfo fieldset {
	position: relative;
}
#orderInfo .help.validator {
	position: absolute;
	top: 22px;
	right: 4px;
}

#colLeft.orderTemplate {
    font-size: 16px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    width: 981px;
}

.orderTemplate #products { clear: both; width: 902px; }

.leftSide {float: left; width: 47%; margin: 0; padding: 0; }
.rightSide {float: right; width: 47%; margin: 0; padding: 0; }

#currentProductLogo { margin-bottom: 10px; }

/* price table */
table.pricingTable, table.productTable { font-size: 12px; color: #333; padding: 0; width: 100%; border-top: none; border-collapse: collapse; }
table.pricingTable th, table.productTable th { text-align: left; font-size: 15px; color: #000; background: #eee; padding: 7px 7px 7px 10px; border: none; }
table.pricingTable td, table.productTable td { text-align: left; background: #fff; padding: 7px 7px 7px 10px; border: none; border-top: 1px solid #d2d2d2;  }
table.productTable tr.totals td { text-align: right; color: #000; background: transparent; font-weight: bold; white-space: nowrap; }
table.productTable tr.totals td .discount { color: #f00; text-decoration: none!important; }
table.productTable tr.productnote td { background: transparent; }
.oldprice { text-decoration: line-through;  }
.newprice { font-weight: bold; color: #c01350; font-size: 15px;  }

/* reading solution shoutbox */
.readingSolution { float: right; width: 400px; background: #efefef; padding: 10px 0 10px 10px; border-radius: 10px; }
.readingSolution h3 { color: #eb1947 !important; margin: 0 0 10px 0 !important;}
.readingSolution img { float: left; height: auto; margin-right: 20px;}
.readingSolution ul {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 270px;
	display: inline-block;
	padding: 0;
	margin: 0 0 10px 0;
}
.readingSolution li {
	padding: 0;
	margin: 3px 0;
}
.readingSolution .onbutton { width: 147px; float: right; }
.onbutton {
    background: url(/shared/images/onbutton.png) no-repeat scroll 0 0;
    height: 24px;
}  
.onbutton {
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 22px!important;
    margin: 0 10px 0 0;
    padding: 1px 0 0 14px;
    text-align: left;
    text-decoration: none;
    width: 170px;
    color: #ffffff;
}
.onbutton:hover {
    background-position: 0 -25px;
    color: #FFF !important;
    text-decoration: none !important;
}

/* products */
#additionalProducts { 
	margin: 0 0 0 -20px; 
}
.individualProduct,
.individualCurrentProduct { 
	float: left; 
	width: 263px; 
	margin: 20px 0 0 20px; 
	padding: 10px 15px 15px 5px; 
	background: #efefef;
	border: solid 2px #efefef;
	border-radius: 10px;
}
.individualProduct .individualProductCheck { 
	float: left; 
	width: 25px; 
	padding: 4px 0 0 0; 
}
.individualProduct .individualProductInfo { 
	float: left; 
	width: 238px; 
	padding: 0;
}
.individualProduct .image,
.individualCurrentProduct .image { 
	font-weight: bold; 
	margin: 0; 
	font-size: 18px; 
	color: #014994; 
}
.individualProduct p,
.individualCurrentProduct p { 
	margin: 6px 0 !important;
}
#additionalProducts .numActive,
.individualCurrentProduct { 
	background: #fff0cd;
	border: solid 2px #f2c251; 
}

.currentProducts { margin: 30px 0 40px -20px; float: left; width: 922px; }
.currentProducts h3 { margin-left: 20px; }
.currentProducts .individualProduct { margin-top: 0px; margin-bottom: 20px;  }
.currentProduct { clear: both; padding: 1px 0 0 0; }
.currentProduct .individualProduct { float: none; margin: 0; padding: 0;}
.individualCurrentProduct {
	display: inline-block; 
	margin: 0 20px 20px 0; 
	padding: 10px 15px;
}

.totalCost { text-align: right; font-weight: bold; font-size: 15px; color: #000; margin: 15px 0; }
.otherCosts, .approvalMark { text-align: right; } 
.sitenamePayment { color: #232323; font-weight: bold;  }

#billingInfo { margin: 20px 0 0 0;  }
.paymentMethod { margin: 20px 0 0 0; clear: both; }
#colLeft .receipt h2 {
	margin: 0 0 10px 0;
	font-size: 13px;
	padding: 0;
}

.setTotal,
.navPane { 
	font-size: 17px; 
	font-weight: bold; 
	color: #000; 
	border-top: 1px solid #d2d2d2; 
	clear: both; 
	padding: 20px 0; 
	margin: 20px 0 0; 
}
.navPane .continue { 
	float: right; 
}
.navPane input#cancelOrder {
	float: right;
	margin-right: 15px;
}

.setTotal {
	text-align: right; 
}
.setTotal input[type="submit"] {
	margin: 20px 0 0 0;
}

#loader { top: 385px; left: 40px; position: absolute; z-index:100; width: 902px; height: 148px; background: url(/accountsweb/img/whitefade.png); text-align: center; }
#loader img { margin-top: 250px; }
.error-popup { position: absolute; padding-bottom: 8px; font-size: 11px; line-height: 13px; color: red; z-index: 999;}
#error-numClassrooms { width: 183px; top: 140px; left: 55px; }
#error-couponCode { width: 294px; top: 240px; left: 169px; }
.error-popup .text { padding: 5px 10px; background: #ffdcdc; border: 1px solid #ff0000; -moz-border-radius: 5px; border-radius: 5px; }
.error-popup .arrow { position: absolute; width: 15px; height: 8px; bottom: 1px; left: 15px; background: url(/accountsweb/img/popup-arrow-down.png); }

.iAgreeCost { padding: 3px 5px 7px; margin-top: 5px; background: #FFFFE8; color: #000;}

.dayPassConfirmation { position: relative; display: block; text-decoration: none; height: 190px; border: 1px solid #fcf886; background: #fcf885 url(/accountsweb/img/daypass-bg.png) repeat-x; padding: 0 50px 0 0; margin: 20px 0 0 0; text-shadow: 0px 1px 0px #FFF; color: #000; font-size: 14px; }
.dayPassConfirmation a { color: #000; text-decoration: none; }
.dayPassConfirmation img.passImg { float: left; }
#colLeft .dayPassConfirmation h2 { font-weight: bold;
	text-transform: none;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 25px 0 20px; }
.dayPassConfirmation ul { list-style: none; margin: 0; padding: 10px 0 10px; font-size: 15px; font-weight: bold; }
.dayPassConfirmation ul li { display: inline; margin: 0 20px 0 0; padding: 0; line-height: 26px; float: left;  }
.dayPassConfirmation ul li a {  white-space: nowrap; }
.dayPassConfirmation span { font-size: 16px; position: relative; clear: left; left: 218px; top: -13px; display: block; }
.dayPassConfirmation span a { font-weight: bold; color: #00498F; text-decoration: underline; }

.buttontext{
	text-decoration: none;
}
a.accountbutton{
    margin-top: 20px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    background: #EB1947;
    text-align: center;
    font-family: "Signika", sans-serif;
    border-radius: 6px;
    border: 3px solid #EB1947;
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
    text-decoration: none;
    color: #fff!important;
    text-transform: uppercase;
    width: 216px;
    margin: auto;
}
a.accountbutton:hover{
	background-color: transparent;
    color: #eb1947!important;
    text-decoration: none!important;
}

/******************************************/
/*** FIRST PAGE OF NEW ORDERING PROCESS ***/

/* order now form */    
#orderFormContainer { 
	position: relative; 
	z-index: 500; 
	min-height: 350px;
}  
		
#orderFormContainer h2 {
	font-size: 18px;
	margin: 10px 0 20px 0;
}	
#orderFormContainer h3 {
	font-size: 16px;
	margin: 10px 0 15px 0;
	padding: 0;
}
#orderFormContainer h4 {
	font-size: 14px;
	margin: 10px 0 15px 0;
	padding: 0;
}

#orderFormContainer .button,
#orderFormContainer button {
display: inline-block;
    width: auto;
    cursor: pointer;
    float: none;
    background-color: #eb1947;
    border: 0px solid #eb1947;
    line-height: 20px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-family: "Signika", sans-serif;
    padding: 8px 20px 8px 20px;
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
}

#orderFormContainer button:hover{color: #fff!important; background: #e21d46; text-decoration: none;}

	#orderFormContainer button::-moz-focus-inner {
		margin: -1px; /* remove extra padding in firefox */
	}
	#orderFormContainer .button:hover,
	#orderFormContainer button:hover { 
		background: #217bd8; /* ie8 */
		background: -webkit-linear-gradient(#217bd8, #4197ee); /* Safari 5.1 to 6.0 */
  		background: -o-linear-gradient(#217bd8, #4197ee); /* Opera 11.1 to 12.0 */
  		background: -moz-linear-gradient(#217bd8, #4197ee); /* Firefox 3.6 to 15 */
  		background: linear-gradient(#217bd8, #4197ee);
	}
	#orderFormContainer .button.green,
	#orderFormContainer button.green {
		background: #67b82d; /* ie8 */
		background: -webkit-linear-gradient(#73c439, #5aac1f); /* Safari 5.1 to 6.0 */
  		background: -o-linear-gradient(#73c439, #5aac1f); /* Opera 11.1 to 12.0 */
  		background: -moz-linear-gradient(#73c439, #5aac1f); /* Firefox 3.6 to 15 */
  		background: linear-gradient(#73c439, #5aac1f); 
  		border: solid 1px #4d9e13;
	}
		#orderFormContainer .button.green:hover,
		#orderFormContainer button.green:hover {
			background: #4d9e13; /* ie8 */
			background: -webkit-linear-gradient(#4d9e13, #5aac1f); /* Safari 5.1 to 6.0 */
  			background: -o-linear-gradient(#4d9e13, #5aac1f); /* Opera 11.1 to 12.0 */
  			background: -moz-linear-gradient(#4d9e13, #5aac1f); /* Firefox 3.6 to 15 */
  			background: linear-gradient(#4d9e13, #5aac1f); 
		}

#orderFormContainer .newCustomer {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 0 0;
	margin: 0 30px 0 0;
	border: none;
	border-right: solid 1px #c8c8c8;
	height: 140px;
}

#orderFormContainer .customer { 
	width: auto; 
	display: inline-block;
}
	#orderFormContainer table {
		border: none;
		margin: 0;
		padding: 0;
	}
	#orderFormContainer table td { 
		margin: 0; 
		padding: 7px 0 0 0; 
		border: 0; 
	}
	#orderFormContainer label {
		margin-right: 20px;
	}
	#orderFormContainer input[type="checkbox"] { 
		margin: 0; 
	}
	#orderFormContainer input.inputbox { 
		background: #FFF; 
		border: #c8c8c8 1px solid; 
		border-radius: 4px;
		width: 210px; 
		padding: 4px 7px; 
		margin: 0; 
	}
	#orderFormContainer .forgot {
		text-decoration: none;
	}
		#orderFormContainer .forgot:hover {
			text-decoration: underline;
		}


/*** TRAINING SITE  ***/
.prodClasses { margin-bottom: 40px; }
.prodClasses table { width: 100%;  margin: 0; padding: 0; border: 0; color: #000; }
.prodClasses table thead { background: #eaeaea; }
.prodClasses table th { text-align: left; margin: 0; padding: 3px 0 3px 5px; text-shadow: 1px 1px 0 #FFF; }
.prodClasses table th.className { border-right: 1px solid #FFF; }
.prodClasses table th.classRecordedOn { border-right: 1px solid #FFF; }
.prodClasses table td { line-height: 16px; padding: 5px 0 5px 5px; border-bottom: 1px solid #eaeaea; }
.prodClasses table td.classWhen { width: 220px;  }
.prodClasses table td.classRegister { width: 85px; text-align: right; padding-left: 20px; }
.prodClasses table td.classRecordedOn { width: 220px; }
.prodClasses table td.classLength { width: 120px; }
.prodClasses table td.className { font-weight: normal; }
.prodClasses table td.classIsFull { color: #999; }

#calendarDiv { float: right; width: 560px; margin: 0; padding: 0; font-size: 11px; }
table.calendarSmall  { width: 260px; float: left; margin-left: 20px; }
.calendarSmall td { border: 1px solid #E6E6E6; }
.calendarSmall td.calTraining { color: #333; text-shadow: 1px 1px 0 #FFF; background: #FFEAC1; }
.calday {color: #ffffff; text-align: center; background: #FF9900; font-size: .75em; font-weight: bold;}
.calendarSmall td.calmonth {text-align: center; font-weight: bold; color: #000; border: 0;}

.trainingsOnThisDay {
  margin:0 0 0 3px;
  padding:0 3px 0 3px;
  font-size:.8em;
  color:#333333;
  border:1px solid #F7F4AC;
  border-radius: 5px;
  background: #F8FCC5;
  display:none;
  z-index:100;
  visibility:hidden;
  position:absolute;
  box-shadow: 5px 5px 5px #eaeaea;
}
.trainingsOnThisDay table td { line-height: 15px; padding: 3px 0 5px; border: 0; border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; }

.training #prodColLeft { position: relative; z-index: 4; width: 655px; }
.training #prodColLeft #sunburst { position: absolute; top: 4px; right: -87px; z-index: 5; }
.freeSub { font-size: 11px; color: #333; line-height: 13px; margin-top: 30px; margin-right: 20px; }

.training #prodColRight {
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
    position: relative;
}

.training #prodColRight .heading {
    display: block;
    font-weight: bold;
    color: #2B8A1F;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.training #prodColRight .registerBox .heading {
    text-shadow: 1px 1px 0 #FEF5DE;
    color: #C69104;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    text-align: left;
}

.registerBox {
    padding: 10px 10px 20px 10px;
    margin-top: 80px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 2px;
}

.registerBox .headingText {
    position: relative;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 35px;
}

.registerBox .headingText .arrow {
    position: absolute;
    bottom: -15px;
    left: 38px;
    width: 28px;
    height: 16px;
}

.registerBox .newCustomer {
    padding-bottom: 25px;
    border-bottom: 1px solid #666;
    position: relative;
}

.registerBox .newCustomer .newCustomerOr {
    position: absolute;
    bottom: -30px;
    left: 110px;
    color: #000;
    padding: 10px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

.registerBox .existingCustomer {
    padding-top: 20px;
    border-top: 1px solid #FEF5DE;
}

.registerBox h4 {
    margin-bottom: 20px;
}

.registerBox button.btn { border: 0; display: block; padding: 0 0 0 8px; margin: 0 auto; width: 152px; height: 25px; color: #fff; text-decoration: none; font-size: 12px; background: url(/accountsweb/img/button138.png) no-repeat; text-align: left; line-height: 22px; cursor: pointer; }
.registerBox button.btn span { position: relative; top: -2px; }
.registerBox button.btn:hover { background-position: 0 -25px; }

a.chatButton{display: block;  width: 220px; height: 48px; color: #EB1947;  line-height: 49px; text-align: center; font-weight: bold; border: 3px solid #EB1947; border-radius: 8px;
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;}
a.chatButton:hover{border: 3px solid #EB1947; background: #EB1947; color: #fff;  text-decoration: none;}

a.chatButton-small{ display: block;  width: 220px; height: 48px; color: #EB1947;  line-height: 49px; text-align: center; font-weight: bold; border: 3px solid #EB1947; border-radius: 8px;
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;}
a.chatButton-small:hover{ border: 3px solid #EB1947; background: #EB1947; color: #fff;  text-decoration: none;}

.profilePhoto { padding: 10px 30px; background: #eaeaea; margin: 10px 13px 10px 25px; border-radius: 10px; }
.profilePhoto a  { display: block; position: relative; }
img.photoSm  { border: 1px solid #C9C9C9; box-shadow: 0 0 10px #BBBBBB; height: 59px; width: 53px; }
.profilePhoto a span  { display: block; position: absolute; top: 20px; left: 79px; }
#uploadProfilePicture { position: relative; }
#uploadProfilePicture #loadingDiv { position: absolute; width: 100%; text-align: center; padding: 100px 0 0 0; }

#initialProfileImgForm { padding: 20px; font-size: 13px; line-height: 15px; color: #666; }
#initialProfileImgForm h2.title { color: #2c7326; font-size: 22px; font-family: georgia, times new roman, serif; font-weight: bold; margin: 0; padding: 10px 0; }
#initialProfileImgForm .profilePhoto2 { background: none repeat scroll 0 0 #DDDDDD;   float: left;   margin: 0 20px 40px 0;   padding: 17px 0;   text-align: center;   width: 177px;}
#initialProfileImgForm .profilePhoto2 img { border: 1px solid #C9C9C9;   box-shadow: 0 0 10px #BBBBBB;   height: 150px;   margin-bottom: 10px;   width: 133px; }
.profilePhotoUpload { float: left; width: 300px; }
.profilePhotoUpload .noteHead { background: #ededed; color: #333; position: relative; margin: 15px 0 10px -5px; padding: 3px 5px; font-style: italic; }
.profilePhotoUpload input { float: left; margin: 0 8px 3px 0; }
.profilePhotoUpload .fileName { float: left; margin: 3px 0 0 0; color: #333; font-size: 12px; }

#initialProfileImgForm #overlay { position: absolute; top: 0; left: 0; margin: 0;  padding: 0; position: absolute; top: 0; width: 100%; height: 202px; z-index: 499; background: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	  filter: alpha(opacity=75);
	  -moz-opacity: 0.75;
	  -khtml-opacity: 0.75;
	  opacity: 0.75;
}
#initialProfileImgForm #loading { position: absolute; top: 52px; left: 22px; text-align: center;  background: url(/shared/images/ajax-loader-big-tp.gif) top center no-repeat; padding: 40px 0 0 0; width: 133px; z-index: 500; font-size: 11px; font-weight: bold; text-shadow: 1px 1px 0 #FFF; }

#openHouseMessage { background: url(/accountsweb/img/bg-gray-gradient-top.png) 0 190px no-repeat; position: relative; top: -60px; }
#openHouseMessage .messageOH { height: 147px; font-size: 12px; line-height: 16px;  padding: 60px 319px 0 0; background: url(/accountsweb/img/openhouse2012-lg.jpg) 95% 16px no-repeat;  }
#openHouseMessage h2 { color: #459F3D;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px; }
    
select.organizationError { width: 240px; }


/* --------------------------------- */
/* -------- User Management -------- */
/* --------------------------------- */

#colLeft .registerUsers h3,
#colLeft .editInfo h2 {
	margin: 0 0 10px 0;
}
.registerUsers .hr,
.editInfo .hr {
	margin: 15px 0;
}

/* FORMS */
.registerUsers input[type="text"],
.contactInfo input[type="text"],
.registerUsers input[type="email"],
.contactInfo input[type="email"] {
	width: 125px;
}
	.registerUsers input.lg,
	.registerUsers select.lg,
	.contactInfo input.lg,
	.contactInfo select.lg {
		width: 240px;
	}
.registerUsers .field,
.editInfo .field {
	position: relative;
}

/* validation */
.registerUsers .help.validator,
.editInfo .help.validator {
	position: absolute;
    top: 33px;
    right: 12px;
}

/* ------------------ */
/* --- VIEW USERS --- */

.users a {
    text-decoration: none;
}
.users th {
    border-bottom: solid 1px #ccc !important;
    border-left: none;
    padding: 10px;
    vertical-align: top;
}

/* sort is dependant on teacher-facing styles */
.users .sort {
    margin-left: -2px;
    margin-right: -10px;
    padding-right: 12px;
    user-select: none;
}
    .users .sort-arrow {
        right: 0;
    }

.users .help {
    font-size: 16px;
}
.users .popoutContent {
    width: 250px;
}

/* first row, main table headers */
.users .th-prodName {
    font-size: .8em;
    text-align: center;
    text-transform: none;
}
    .users .th-prodName:nth-of-type(2n) {
        background: #e1e1e1;
        border-bottom-color: #c3c3c3 !important;
    }

/* LEGACY - Raz-Plus "Super Column" (RK, RAZ, and RAZ+ in one column) */
.users .th-prodName-super {
    height: 30px;
    position: relative;
    width: 140px;
}
.users .th-prodName_rp {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.users .th-prodName_raz,
.users .th-prodName_rk {
    bottom: 1px;
    display: block;
    font-size: .8rem;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 50%;
}
.users .th-prodName_raz {
    left: 5px;
}
.users .th-prodName_rk {
    right: 0px;
}

/* second row, product counts */
.users .tr-numAvailable td {
    background: #dcdcdc;
    border-color: #ccc;
    font-weight: normal;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
}
    .users .th-numAvailable:nth-of-type(2n) {
        background: #d4d4d4;
        border-bottom-color: #c3c3c3 !important;
    }
    .users .tr-numAvailable strong {
        vertical-align: middle;
    }

/* 3rd row, current user's subscriptions */
.users .th-sub.td-prod:nth-of-type(2n) {
    background: #f6e9d4;
    background-clip: padding-box; /* firefox fix to prevent borders from being covered by background */
}

/* product columns */
.users .td-prod {
    background-clip: padding-box; /* firefox fix to prevent borders from being covered by background */
    height: 67px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    text-align: center;
}
    .users .td-prod:nth-of-type(2n) {
        background: #f8f8f8;
        background-clip: padding-box; /* firefox fix to prevent borders from being covered by background */
    }

    /* reports user icon */
    .users .license-reports {
        left: 50%;
        position: absolute;
        top: 2px;
    }
        .users .license-reports .icon-chart-graph {
            font-size: 1.2em;
            left: 50%;
            line-height: 22px;
            margin-left: -8px;
            position: absolute;
            top: 5px;
        }

    /* teacher icon */
    .users .license-teacher {
        left: 0;
        position: absolute;
        right: 0;
        top: 27px;
    }
        .users .license-teacher .icon-appleC,
        .users .td-prod .icon-apple-hollowC {
            color: #059902;
            line-height: 22px;
            position: relative;
        }
        .users .license-teacher-partial .icon-appleC {
            color: #999;
        }
            .users .license-teacher-partial .icon-appleC::after {
                color: #222;
                content: "*";
                display: inline-block;
                font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
                font-size: 18px;
                font-weight: bold;
                position: absolute;
                right: -9px;
            }

    /* subcoordinator count */
    .users .license-coordinator {
        bottom: 8px;
        left: 0;
        position: absolute;
        right: 0;
    }

    /* if raz-plus user has additional raz/rk */
    .users .license-coordinator-partial .count {
        position: relative;
    }
        .users .license-coordinator-partial .count::after {
            color: #222;
            content: "*";
            display: inline-block;
            font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: bold;
            position: absolute;
            right: -9px;
        }

        /* if user only has raz/rk */
        .users .license-coordinator-partial .count-partial {
            color: #999;
        }

    /* LEGACY - Raz-Plus "Super Column" (RK, RAZ, and RAZ+ in one column) */
    .td-prod_raz,
    .td-prod_rk {
        height: 100%;
        position: absolute;
        top: 0;
        width: 33%;
    }
    .td-prod_raz {
        left: 10px;
    }
    .td-prod_rk {
        right: 10px;
    }
    .td-prod_raz .licenseNumber,
    .td-prod_rk .licenseNumber {
        font-weight: normal;
    }

/* ----------------------------- */
/* raz-plus column advanced view */

/* advanced trigger */
.users .advancedTrigger {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: -3px;
    text-align: center;
}

.td-advancedTrigger {
    position: relative;
}
.td-advancedTrigger .advancedTrigger {
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
}

/* products */
.users .kit-raz {
    border-left: solid 2px #fff !important;
    border-left: solid 2px #75bef1 !important;
    position: relative;
}
.users .kit-rk {
    border-right:  solid 2px #fff !important;
    border-right: solid 2px #75bef1 !important;
    position: relative;
}

/* headers */
.users th.kit-raz,
.users th.kit-rk {
    border-top: solid 2px #75bef1;
}

/* last row */
.users tbody tr:last-of-type td.kit-raz,
.users tbody tr:last-of-type td.kit-rk {
    border-bottom: solid 2px #fff;
    border-bottom: solid 2px #75bef1;
}

/* ellipsis for user info columns, requires parent container have a fixed width */
.users .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    min-height: 1.4em /* Line Height */
}
    .users .contactInfo .ellipsis {
        width: 165px;
    }
    .users .loginInfo .ellipsis {
        width: 115px;
    }

/* LEGACY - pagination */
.dynatable-pagination-links .dynatable-page-link {
    line-height: 1.2;
    padding: 3px 7px;
}
.dynatable-pagination-links .dynatable-active-page {
    background: #00b2e2 ;
}

/* angular pagination */
.accountsPaging {
    float: right;
}
    .accountsPaging_link {
        color: #0394bf;
        display: inline-block;
        margin: 0 3px;
    }
    .accountsPaging_link:not([disabled]):hover {
        text-decoration: underline;
    }
    .accountsPaging_link[disabled] {
        opacity: .3;
    }
    .accountsPaging_link::before,
    .accountsPaging_link::after {
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-size: .9em;
        font-style: normal;
        font-weight: 400;
        line-height: 95%;
        margin-top: -4px;
        text-decoration: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
    }
        .accountsPaging_link-first::before {
            content: "\e071";
            margin-right: 3px;
        }
        .accountsPaging_link-prev::before {
            content: "\e251";
            margin-right: 0;
        }
        .accountsPaging_link-next::after {
            content: "\e250";
            margin-left: 0;
        }
        .accountsPaging_link-last::after {
            content: "\e075";
            margin-left: 3px;
        }

@media print {
    .accountsHeading {
        background: none;
        color: #222;
    }
    .accountsHeading fieldset,
    .users .action,
    .countMe {
        display: none;
    }
    .users .actions {
        width: 0;
    }
}

/* ---------------------- */
/* --- REGISTER USERS --- */

.registerUsersContainer h2 {
    display: block !important;
}
.registerUsers h3 {
    display: inline-block;
}
h2.register .arrowDown {
    border-left: solid 6px #fff;
    border-right: solid 6px #fff;
    border-top: solid 10px #00498f;
    margin-right: 7px;
}
h2.register .arrowRight {
    border-left: solid 10px #00498f;
    border-bottom: solid 6px #fff;
    border-top: solid 6px #fff;
    margin-right: 7px;
}

.registerUsers .tr-numAvailable td {
    background: #dcdcdc;
    border-color: #ccc;
    border-left: solid 1px #ccc;
    font-size: .85em;
    font-weight: normal;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}
    .registerUsers .tr-numAvailable td:first-of-type {
        border-left: none;
    }

/* search for existing users */
.existingUserInfo {
    color: #2b8a1f;
    clear: both;
    padding-top: 12px;
}
.existingUserInfo .icon {
    color: #2b8a1f;
    vertical-align: middle;
}
.existingUserInfo em {
    color: #666;
    padding-left: 20px;
}
.existingUserInfo.notFound {
    color: #c00;
}
.existingUserInfo.notFound .icon {
    color: #c00;
}
.existingUserInfo.loading {
    color: #666;
    font-style: italic;
}

/* ---------------------------------------------------- */
/* --- TABLE OF PRODUCTS (for add and edit screens) --- */

.subscriptions th {
    line-height: 1.1;
    padding: 8px;
    vertical-align: top;
}
.subscriptions td {
    padding: 14px 8px;
    text-align: center;
}
.subscriptions .icon-appleC {
    color: #059902;
}
.subscriptions .icon-users2 {
    color: #00498f;
}
.subscriptions .td-prod input[type="text"] {
    margin: 0;
    width: 55px;
}
/* license count validation */
.subscriptions .td-prod .help.validator {
    right: -25px;
    top: 8px;
}
.subscriptions td:first-of-type.td-prod .help.validator .toolTip {
    left: -70px;
}
.subscriptions td:first-of-type.td-prod .help.validator .arrowUp {
    left: 70px;
}
.subscriptions td.td-prod:last-of-type .help.validator .toolTip {
    left: -169px;
}
.subscriptions td.td-prod:last-of-type .help.validator .arrowUp {
    left: 169px;
}


/* product advanced mode (for Raz-Plus) */
.subscriptions .th-Raz-Plus {
    min-width: 90px;
}
.subscriptions .th-Raz-Plus.is-open {
    width: 180px;
}
.subscriptions .th-Raz-Plus th {
    height: 34px;
}
.subscriptions .th-Raz-Plus .tr-numAvailable td {
    border-bottom: solid 1px #ccc;
}
.subscriptions .th-Raz-Plus [id^="advanced_kit_options"] {
    background: #fff;
    border: solid 2px #75bef1;
    box-shadow: 0 0 3px #ccc;
    display: none;
    left: -10px;
    margin: -9px 10px 10px 0;
    padding: 4px;
    position: absolute;
    top: -8px;
    width: 190px;
    z-index: 2; /* above default mode */
}
.subscriptions .th-Raz-Plus.is-open [id^="advanced_kit_options"] {
    display: block;
}

.subscriptions .advancedTrigger {
    display: block;
    font-weight: normal;
}
.subscriptions .th-Raz-Plus .close {
    display: block;
    font-size: .95em;
    font-weight: normal;
    margin: 3px 2px 2px 0;
    text-align: right;
}

/* --- EDIT USER INFO --- */

.editInfo {
    background: #fff;
    padding: 18px;
}
.editInfo h1 {
    margin-top: 0 !important;
}
.editInfo h2 {
    display: block !important;
}
.editInfo input[type="text"] {
    width: 105px;
}
.editInfo input[type="email"] {
    width: 145px;
}
.editInfo input.lg {
    width: 220px;
}

/* contact info textbox validation */
.editInfo .contactInfo .help.validator .toolTip {
    left: -94px;
}
.editInfo .contactInfo .help.validator .arrowUp {
    left: 92px;
}

.editInfo .contactInfo {
    margin: 0 0 25px 0;
    display: inline-block;
    vertical-align: top;
}

.editInfo .loginInfo {
    margin: 0 0 25px 0;
}
    .editInfo .loginInfo .textBox.off {
        background: #ddd;
        padding: 6px 5px;
        font-size: 11px;
        line-height: 16px;
        color: #333;
        width: 125px;
    }
    .editInfo .loginInfo input[type="text"] {
        width: 135px;
    }

.editInfo .remove {
    color: #c00;
    float: left;
    font-weight: bold;
    margin: 3px 0 0 0;
    text-decoration: none;
}
    .editInfo .remove .icon {
        font-size: 1.2em;
        margin: 4px 0 0;
        vertical-align: top;
    }
    .editInfo .remove:hover {
        color: #7f0000;
    }

/* RESET ALL PASSWORDS */
.passResetWindow p {
    margin-bottom: 30px;
}
.passResetWindow .button.link {
    margin-right: 10px;
    padding: 5px 3px;
}
.passResetWindow .processing {
    display: block;
    font-weight: bold;
}
    .passResetWindow .processing img {
        display: inline-block;
        vertical-align: middle;
    }
.passResetWindow .icon {
    color: #5aac1f;
}   

/* RESET INDIVIDUAL PASSWORD */
.password-content .processing {
    display: block; 
    font-weight: bold;
    margin-top: 5px;
}
    .password-content .processing img {
        display: inline-block;
        vertical-align: middle;
    }
.password-content .icon {
    color: #5aac1f;
}

.selfRegistration input[type="submit"] {
    padding: 5px 15px;
}

.selfRegistration .toolTip {
    width: 380px;
}

.ui-dialog:before {
    border: none;
}

.addTheseProducts ul li { float: left; }
#main table {
    border-collapse: collapse;
    border-style: hidden;
}


table > tr {font-size: .9em;}

.account-tabs{
	Top: 82px;
	Left:517px;
	width: 403px;
	height: 88px;
	position: absolute;
	background: url(/accountsweb/img/account-tabs2014.png) no-repeat;
	
}
.tags{
	width: 50px; 
	text-align: center;
	font-weight: bold;
}

label.error {	color:#d60d10;}

.tinytext {color: gray; font-size: .8em;}
.product-column {width: 555px; float:left; line-height: 23px; padding-right:14px;}
.product-column .classrooms {
    float: left;
}
.product-column .classrooms input[type="text"] {
	width: 115px;
}
	.product-column .license { float:left; }	
	.prod-reading-a-z	{ margin-top: 12px; position: relative; clear:both; width: 521px; margin-bottom: 16px; }

    /* ELL Collection styles */
.addon {clear: both;  padding-left: 36px;}

.existing-license {
    float: left;
    width: 50%;
}
.renew-license {
    float: left;
}
.green-text {color:#EB1947;}
.discount {text-decoration:  line-through; }


span.ell-expansion-ribbon { float: right; background: url(/accountsweb/img/ell-raz-plus-ribbon-2017.png) no-repeat; width:179px; height:46px;  }
		
.summary-column {width:401px; float:left; background: #eee; min-height: 400px; border-radius: 3px; padding:5px;}
	.summary-column td{ font-size: .9em; }
	.summary-column .promo {width:100%; background: #e1e1e1; margin: 10px 0 10px 0; color: #000; text-align: center; font-size: 16px; padding: 3px 0 3px 0;}
	.summary-column .checkout{text-align:right; padding-right: 11px; padding-bottom: 14px; margin-top: 42px;}
	.summary-column .total{font-size:14px; font-weight:bold;}
	.checkout{margin:10px 0 10px 0;}
	.checkout a { 	
	  background-color: #eb1947;
      border: 3px solid #eb1947;	  
      line-height: 20px;
	  border-radius: 6px;
	  text-align: center;
	  text-decoration: none;
	  color: #fff;
	  font-weight: bold;
	  font-size: 16px;
	  margin: 10px 0 10px 0;
      font-family: "Signika", sans-serif;
      padding: 10px 20px 10px 20px;
      -moz-transition: color 0.4s, background-color 0.4s;
      -webkit-transition: color 0.4s, background-color 0.4s;
      -o-transition: color 0.4s, background-color 0.4s;
      transition: color 0.4s, background-color 0.4s;
	}
	
	.checkout a.disabled {  background: #B7B7B7; cursor: default; border: 3px solid #B7B7B7;}
	.checkout a.disabled:hover {  background: #B7B7B7; color:#fff; cursor: default;}
	
	.checkout a:hover {   background-color: transparent; color: #eb1947; text-decoration: none;}
	.submit-button { 		  
	  background-color: #eb1947;
      border: 3px solid #eb1947;	  
      line-height: 20px;
	  border-radius: 6px;
	  text-align: center;
	  text-decoration: none;
	  color: #fff;
	  font-weight: bold;
	  font-size: 16px;
	  margin: 25px 0 13px 0;
      font-family: "Signika", sans-serif;
      padding: 10px 20px 10px 20px;
      -moz-transition: color 0.4s, background-color 0.4s;
      -webkit-transition: color 0.4s, background-color 0.4s;
      -o-transition: color 0.4s, background-color 0.4s;
      transition: color 0.4s, background-color 0.4s;
      cursor: pointer;
      margin-right: 13px; 
      text-transform: uppercase;
      }
       
	.submit-button:hover{background-color: transparent; color: #eb1947; cursor: pointer;}
	.submit-link{
        padding-right: 6px;
        padding-left: 5px;
        background-color: #eb1947;
        border: 3px solid #eb1947;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        margin: 2px 0 10px 0;
        font-family: "Signika", sans-serif;
        padding: 3px 10px;
        -moz-transition: color 0.4s, background-color 0.4s;
        -webkit-transition: color 0.4s, background-color 0.4s;
        -o-transition: color 0.4s, background-color 0.4s;
        transition: color 0.4s, background-color 0.4s;
        text-transform: uppercase;
    }
	.submit-link:hover{  background-color: transparent; color: #eb1947;  text-decoration: none; cursor: pointer;}
	
	.quote-button { 	background: #999999; line-height: 28px; border-radius: 7px; text-align: center; text-decoration: none; color: #fff; font-size: 15px; cursor: pointer; padding-top: 4px; border: 0; margin-top: 10px; font-weight: bold; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }
	.quote-button:hover{background: #545454;   color: #fff;} 
    .product-column .gray-divider {
        border-bottom: 1px solid #f0f0f0;
        width: 489px;
        text-align: center;
        height: 10px;
        clear: both;
        margin: 10px 0;
    }
.summary-column .gray-divider {
    border-top: 1px solid rgb(132, 132, 132);
    width: 100%;
    height: 10px;
    clear: both;
    margin: 10px 0;
}
.summary-column .light-gray-divider {
    border-top: 1px solid #c3c3c3;
    width: 100%;
    height: 10px;
    clear: both;
    margin: 10px 0;
}

/* ----- CUSTOM CHECKBOXES ----- */
.regular-checkbox {
    display: none;
}
.regular-checkbox+label {
    background-color: #fff;
    border: 1px solid #747474;
    border-radius: 3px;
    height: 20px;
    padding: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 4px 4px 0 0;
    width: 20px;
}
.regular-checkbox:checked+label {
    background-color: #fff;
    border: 1px solid #747474;
}
.regular-checkbox:checked+label:after {
    content: '\2714';
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.big-checkbox + label {padding: 18px;}
.big-checkbox:checked + label:after {font-size: 28px;left: 6px;}
.prod-header {clear: both; background: #eee; border-radius: 3px; font-size: 15px; color: #575757; width: 545px; padding: 5px; margin-bottom: 5px;}
.prod-header h4{margin: 0; padding: 9px; display: inline-block; color: #56514d; font-family: 'Signika', sans-serif; font-size: 18px; font-weight: bold; text-transform: uppercase; position: relative; }
h4.prod-header {background: #3f3f3f; width:509px; color: #019434!important; font-size: 18px; line-height: 18px;padding: 10px;margin: 20px 0 20px 0; }

.radio-buttons{    padding-bottom: 22px; line-height: 29px;}

.renew {color:019434}
.sum-total {float:right; width: 251px;}
.divider-dash {border: 1px dashed #EB1947; width: 100%; margin: 20px 0 20px 0}
.section-full{margin: 0 0 40px 0; width: 100%; padding-left:10px;}
.section-full h3{background: #F0F0F0;  width: 100%;  line-height: 29px;  color: #666!important;  font-size: 17px!important; font-weight: normal!important; padding: 0px 0 11px 11px; margin-bottom: 10px!important; }
.summaryIndent {padding-left:10px;}

.contact-column {width: 570px; float:left; font-size: 13px; line-height: 27px;}
.contact-column	input{text-align: left;}		

.order-table{width: 100%; }
.order-table td { vertical-align: top; }
.promo-field {color: #3f3f3f;  font-size: 15px;  line-height: 39px;  font-weight: bold;}
.promo-field  input{width: 151px;}

.form-control {
    margin-top: 5px;
}
.form-control label {
    margin: 0;
}
.form-control input { width: 285px; }
.form-control select { width: 285px; }

 /* contact field layout with error style */
.form-container{ padding: 5px; margin-right: 15px; padding-left: 0px;}
.form-container input,
.form-container select {
    margin: 0;
}
.form-error { background-color: #ffdfe6; border-color: #e5c8ce; padding-left: 5px; width: 544px;}

span.validation-error { color: #e21d46; font-size: 14px; float: right; padding-right: 5px;}

.product-column label {font-weight:normal; font-size: 16px;}
	label.terms { font-size: 16px; color:#737373;}
.cart-header{  background: #eee;  border-radius:3px;  font-size: 15px;  color: #575757;  width: 545px;  padding: 5px;}
.cart-container {  padding: 5px 0 37px 0;  }

.error-message {background: #fcf6d9; display: block; border: 1px solid #f7dd81; padding: 5px; color: #ea0837;}
button.dismiss-button { background: #f7dd81; border: 1px solid #f7dd81; height: 20px; float: right;}
button.dismiss-button:before { content: "X"; font-size: 12px; padding: 0px; line-height: 13px; color: #af8903;font-family: Verdana;}
button.dismiss-button:hover{background: #e6c655;}
#coupon-form{ color: #3f3f3f;  font-size: 13px;  line-height: 39px;  font-weight: bold;}
.promo span {  color: #000;  line-height: 22px;  font-size: 13px;  font-weight: normal;  }
.order-table .original-price{ color:#ff0000; text-decoration: line-through }
.no-items{text-align:center; color: #8C8C8C;}


#deskChatButton { float:right; padding-top: 10px;}

#globalNavCart {padding-top: 33px; float: right;  font-family: 'Signika', sans-serif;}
#globalNavCart a { display:inline; padding: 0 10px; font-size: 11px; text-decoration: none;	margin-right: 5px; color: #56524e; letter-spacing: .25px; text-decoration: none;  -o-transition: all .2s; -moz-transition: all .2s; -webkit-transition: all .2s; transition: all .2s; display: inline-block; height: 100%; font-family: 'Signika', sans-serif; text-transform: uppercase; color: #56524e; font-weight: bold; font-size: 16px;}
#globalNavCart a:hover {color: #888;}
    
.email-sent-notice { min-height: 300px;}
.email-sent-notice h3{text-align: left; margin: 20px 0 10px 0!important; font-size: 24px!important;}

/* COLLECTIONS */
.collections-subheading {
    padding-bottom: 11px;
}
.collections-container {
    width: 411px;
    float: left;
}
    .collection-btn {
        margin-bottom: 15px;
    }
    .collection-btn:nth-of-type(2n-1) {
        margin-right: 15px;
    }
    .collections-container a {
        width: 196px;
        height: 144px;
        display: block;
        background: #ccc;
        float: left;
    }
    a.blended-reading {
        display: none;
    }
    a.reading-essentials-raz-plus {
        background: url(/accountsweb/img/reading-essentials.png);
    }
    a.reading-essentials {
        background: url(/accountsweb/img/reading-essentials.png);
    }
    a.language-arts {
        background: url(/accountsweb/img/language-arts.png);
    }
    a.language-arts-raz-plus {
        background: url(/accountsweb/img/language-arts-raz-plus.png);
    }
    a.science-literacy {
        background: url(/accountsweb/img/science-literacy.png);
    }
    a.science-literacy-raz-plus {
        background: url(/accountsweb/img/science-literacy-raz-plus.png);
    }
    a.complete-collection {
        background: url(/accountsweb/img/complete-collection.png);
    }
    a.complete-collection-raz-plus {
        background: url(/accountsweb/img/complete-collection-raz-plus.png);
    }
    a.ell-collection {
        background: url(/accountsweb/img/ell-collection.png);
    }
    a.ell-collection-raz-plus {
        background: url(/accountsweb/img/ell-collection-raz-plus-2017.png);
    }
    .collections-container a:hover {
        background-position: 0 -144px;
    }
    .collections-container h3 {
        display: block !important;
        padding: 12px 0 8px 0;
    }
    .collections-divider {
        clear: both;
    }


/* COLLECTION STATES */
.collections-container a.disabled {opacity:0.3; cursor:default}
.collections-container a.disabled:hover {background-position: 0 0px;}
.collections-container a.selected {background-position: 0 -144px;}


.contact-section { padding-bottom: 34px;}

.announcement {
    background: #FFFEE9;
    color: #555;
    border-bottom: solid 1px #d5d5d5;
    font-size: 14px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    z-index: 1001;}

.input#emailAddress { width: 277px;
    height: 24px;
    padding-left: 3px;
    font-size: 16px;}


.registerBox input#username {width: 100%; line-height: 21px; padding-left: 5px;}
.registerBox input#password {width: 100%; line-height: 21px; padding-left: 5px;}

/* MARKETING FREE SAMPLES STYLES */

#products3Col .prodInfo {	float: left; width: 183px; margin: 0 15px 18px 15px; font-size: 15px; margin-top: 25px;}

.buttonSm2 {
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    display: block;
    background: #EB1947;
    text-align: center;
    font-family: "Signika", sans-serif;
    border-radius: 6px;
    border: 3px solid #EB1947;
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
    text-decoration: none;
    color: #fff!important;
    margin-top: 10px;
    text-transform: uppercase;
    width: 173px;}
    
.buttonSm2:hover { background-color: transparent; color: #eb1947!important; text-decoration: none; }


	#products3Col .bundle {
	float: left;
	width: 400px;
	background-color: #efefef;
	border-radius: 10px;
	padding:2px 6px 6px 6px;
	margin: 0 0 30px 18px;
	position: relative;
	}
	
	.bundle h2{
	font-size:20px;
	font-weight:bold;	
	padding:0;
	font-family: "Trebuchet MS", Arial ,Helvetica, sans-serif;
	}
	
	.bundle ul{
	padding-left: 126px;
	font-size:11px;
	}
	
#products3Col .bundle.allSiteTrial { width: 624px; box-sizing: border-box; float: left; position: relative; z-index: 1; min-height: 150px; height: 184px; padding-right: 386px; }
#products3Col .bundle.allSiteTrial h2 { width: 186px; line-height: 22px; padding-bottom: 5px; }
.allSiteTrial .siteLogos {    height: 152px; text-align: center; margin: 0; padding: 10px 0 10px; box-sizing: border-box; list-style: none; position: absolute; z-index: 1; background: #FFF; border-radius: 10px; top: 15px; right: 15px; width: 361px; box-shadow: 5px 5px 5px rgba(0,0,0,.2); }
.allSiteTrial .siteLogos img { height: 29px; margin: 0; padding: 5px 10px;  }

.allSiteTrial .buttonSm2 { text-shadow: none; margin-top: 15px; }

/* CONTACT FORM STYLES */
#contactSalesForm, #contactSupportForm{width: 420px; float: left;}
#yourSalesRep {width: 350px;}
textarea#comments {margin: 0px; height: 100px; width: 285px;}
.contact-description {    width: 621px; }
span.error {color: red; padding-left: 11px;  line-height: 29px; float: right;}
span.formErrorText {color: red; padding-left: 11px;  line-height: 29px;}
input.forgotpwfield {    font-size: 15px; line-height: 22px; padding-left: 3px;}

table#usersTable {  margin-bottom: 24px;}
#billing-contact-info { padding-bottom: 30px;}
span.username-display {text-transform: none!important;}
.profile-header {    width: 100%;   background: #00b2e2; color: #FFF;     line-height: 37px;}
.coupon-error {color:#eb1947; line-height: 23px; }
.introText { padding: 4px 0 21px 0;}

.walkme-player,
.walkme-launcher-id-66603 {
    display: none !important;
}
.walkme-menu.walkme-penguin .walkme-icon-font.walkme-menu-click-close {
    font-size: 27px !important;
}
.walkme-menu.walkme-penguin .walkme-minimize.walkme-menu-click-close {
    height: 27px !important;
    width: 27px !important;
}

/*** MISC PRINT STYLES ***/
@media print {
    #lightwindow {
        display: none;
    }
}

