@charset "utf-8";
/* line 5, ../sass/style.scss */


.content {
	padding:0 !important;
}

/* line 9, ../sass/style.scss */
.printables-content {
	font: 16px/1.3em arial, helvetica, sans-serif !important;
	background: #c9edf1;
	padding-bottom: 50px;
}

/* line 13, ../sass/style.scss */
.printables-content * {
	margin: 0 !important;
	padding: 0 !important;
	position:relative !important;
}

/* line 18, ../sass/style.scss */
.printables-content .relative {
	position: relative !important;
}

/* line 22, ../sass/style.scss */
.printables-content .nowrap {
	white-space: nowrap !important;
}

/* line 27, ../sass/style.scss */
.printables-content .clearfix:before, .printables-content .clearfix:after {
	content: " " !important;
	display: table !important;
}

/* line 32, ../sass/style.scss */
.printables-content .clearfix:after {
	clear: both !important;
}

/* line 36, ../sass/style.scss */
.printables-content .clearfix {
 *zoom: 1 !important;
}

/* line 78, ../sass/style.scss */
.printables-content div.container {
	width: 980px !important;
	margin: 0 auto !important;
	background: #fff !important;
	position:relative;
}

/* line 96, ../sass/style.scss */
.printables-content div.section-intro > .container {
	min-height: 200px !important;
	position:relative;
}

/* line 101, ../sass/style.scss */
.printables-content div.section-intro div.content {
	padding: 40px 40px 0 !important;
}

/* line 198, ../sass/style.scss */
.printables-content div.section-footer div.container {
	background: white !important;
	color: #999999 !important;
	min-height: 20px !important;
	position:relative;
}

/* line 203, ../sass/style.scss */
.printables-content div.section-footer div.content {
	padding: 10px 10px !important;
}

/* line 211, ../sass/style.scss */
.printables-content div.section-footer p {
	width: 870px !important;
	font-size: 9px !important;
	line-height: 1.5em !important;
	padding-top: 10px !important;
	text-align: center !important;
}

.printables-content div.section-info {
	width: 980px !important;
	min-height: 300px !important;
}

.printables-content div.section-info div.content {
	padding: 0px !important;
}

.printables-content .banner-container {
	/*background: #daeef8 url("https://printables.scholastic.com/content/stores70/prc/pages/landing-pages/checkout-0111/img/tout-img.png") no-repeat 550px 145px !important;*/
	background: white;
	width:980px !important;
	height:150px !important;
	position:relative;
}

.printables-content .banner-container .banner-text {
	font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 400;
	color:#59595c;
	font-size:45px;
	line-height:25px;
	text-align:center;
	padding-top:45px !important;
}
	
.printables-content .banner-container .banner-copy {
	font-family: "MuseoSans Regular",Helvetica,sans-serif;
	color:#59595c;
	font-size:12px;
	line-height:14px;
	text-align:center;
	text-transform: uppercase;
	width: 700px;
	margin: 0 auto !important;
	padding-top:20px !important;
}

.printables-content .content {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gray-table {
	width: 770px;
	margin: 0 auto !important;
	font-family: "MuseoSans Regular",Helvetica,sans-serif;
	font-size: 16px;
	color: #59595c;
	border-bottom: 1px solid #e6e8e7;
}
.gray-table tr { height: 36px; }
.gray-table td {
	min-width:18px;
	padding: 6px 12px !important;
}
.gray-table tr:nth-child(odd) {
	background-color: #f2f2f3;
}
.gray-table td:first-child {
	padding-left: 10px !important;
}
.gray-table .plan-prt,
.gray-table .plan-prt-mb {
	background-color: #f9f9f9;
	text-align: center;
	width: 200px;
}
.gray-table tr:nth-child(odd) .plan-prt,
.gray-table tr:nth-child(odd) .plan-prt-mb {
	background-color: #eceded;
}
.gray-table .plan-header,
.gray-table .plan-price  {
	background-color: transparent !important;
	height: 52px;
	text-transform: uppercase;
}
.gray-table .plan-header {
	color: white;
	font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 700;
	font-size: 18px;
	line-height:17px;
}
.gray-table .plan-header .plan-prt {
	background-color: #93c758 !important;
}
.gray-table .plan-header .plan-prt-mb {
	background: #fa8b42 !important;
}
.gray-table .plan-price td {
	font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 700;
	font-size:28px;
	line-height: 16px;
	padding-top: 12px !important;
}
.gray-table .plan-price small {
	font-size: 11px;
	line-height:13px;
}
.gray-table .plan-price .plan-prt:before,
.gray-table .plan-price .plan-prt-mb:before {
	content:"$";
	font-size:15px;
	display:inline-block;
	position:relative;
	top:-8px;
}
.gray-table .plan-price .plan-prt {
	color: #93c758;
}
.gray-table .plan-price .plan-prt-mb {
	color: #fa8b42;
}
.gray-table .plan-cta td {
	padding: 12px !important;
}
.red-btn {
	background: #f14131;
	color: #fff;
	font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 700;
	font-size: 15px;
	padding: 6px 12px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gray-footer {
	font-size:12px;
	color:#969696;
	text-align: center;
	font-family: "MuseoSans Regular",Helvetica,sans-serif;
	clear: both;
	padding-top:15px !important;
	letter-spacing:-0.5px;
}

.red-text {
	color: #f14131;
}

.section-footer {
	padding: 40px 0 !important;
	width: 770px;
	margin: 0 auto !important;
}
.section-footer .guarantee,
.section-footer .cancel,
.section-footer .funding-options {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #555555;
	font-family:"MuseoSans Regular",Helvetica,sans-serif;
}

.section-footer .guarantee {
	float: left;
	width: 100px;
	padding-right: 15px !important;
	border-right: 1px solid #59595c;
}
.section-footer .guarantee img {
	width: 100%;
	vertical-align: middle;
}
.section-footer .cancel {
	border-right: 1px solid #59595c;
	padding-left: 15px !important;
	padding-right: 15px !important;
	display: inline-block;
}
.section-footer .funding-options {
	text-align: right;
	padding-left: 15px !important;
	display: inline-block;
}
.section-footer .funding-options a {
	color: #f14131;
	font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 800;
	text-decoration: none;
}
.section-footer .funding-options a:hover { text-decoration: none; }

	
.bold {font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 800;}

.italic {font-style:italic;}

.left {float:left;margin:10px 12px 10px 12px !important;}

.right {float:right;margin:10px 10px 10px 10px !important;}

.top-area {
    width: 980px !important;
    margin: 0 auto !important;
}
.logo-area {
    padding-left: 40px !important;
}
.signin-area {
    text-align: right;
    padding-left: 15px !important;
    display: inline-block;
    float: right;
    top: -50px;
    right: 40px;
    width: 300px; 
}
.signin-area a {
    text-decoration: none;
    color: #f14131;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 800;
}
