::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0) !important;
}


@font-face {
    font-family: 'oswaldmedium';
    src: url('/assets/fonts/oswald-medium-webfont.eot');
    src: url('/assets/fonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/oswald-medium-webfont.woff2') format('woff2'),
    url('/assets/fonts/oswald-medium-webfont.woff') format('woff'),
    url('/assets/fonts/oswald-medium-webfont.ttf') format('truetype'),
    url('/assets/fonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	font-family: 'Helvetica', Arial, sans-serif;
}

hr {
	display: none;
}

html, body {
	height: auto;
}

body {
        min-width: 640px;
	width: 100%;
}

#footer {
	color: #666 !important;
}

#footer a {
	color: #666 !important;
}

#copyright {
	color: #666 !important;
}

#wrapper {
	min-height: 0;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

#footer, footer {
        background-color: #FFF;
        margin-bottom: 20px;
        height: 210px;
}

#footerPush {
	height: 210px;
        height: 0;
        display: none;
}


/* Cart Button */
.cartButton {
        cursor: pointer;
	width: 100%;
        margin: 0 auto;
        color: #004fca;
        border-radius: 8px;
        background-image: linear-gradient(to top, #fac71d 3%, #fcdd68);
        border: solid 1px #0f1d4c;
        padding: 10px 0;
        font-size: 22px;
        line-height: 45px;
	position: relative;
	text-align: center;
	display: none;
}
.cartButtonShine {
        width: 100%;
        height: 35px;
        opacity: 0.6;
        border-radius: 6px;
        background-image: linear-gradient(to bottom, #F7B61B, #FAD625);
        display: block;
        position: absolute;
        bottom: 0;
}
.cartButtonText {
        position: relative;
        z-index: 2;
}
.cartButtonTriangle {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 0;
        height: 0;
        border-left: 8px solid #004fca;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
}
.cartButton.active {
	display: block;
}

.cartButton:hover {
        background-image: linear-gradient(to top, #ffe799 3%, #ffe799);
        cursor: pointer;
}
.cartButton:hover .cartButtonShine {
        opacity: 0.4;
}
.cartButton:focus {
	outline: none;
}

/* End Cart Button */



/* Overlays */
#placeOrderShade {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.75);
        min-height: 100%;
        min-width: 100%;
        z-index: 10;
}

#placeOrderCopy {
        background-image: url('/assets/images/submitting_order.png');
        background-repeat: no-repeat;
        background-size: 260px 61px;
        height: 61px;
        width: 260px;
        position: absolute;
        color: #FFF;
        font-weight: bold;
        top: 200px;
        width: 400px;
        left: 50%;
        margin-left: -130px;
}

#placeOrderCopy #ajaxLock {
        margin-left: 25px;
        height: 20px;
        margin-top: 25px;
}
/* End Overlays */



/* forms.css overrides */
.formRow {
	position: relative;
	display: none;
	margin: 20px auto;
}

.formRow.active {
	display: block;
}

.formRow input[type=text], .formRow input[type=number], .formRow select {
	border: 1px solid #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Hide arrow spinner buttons on input:number elements */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    	-webkit-appearance: none;
    	margin: 0;
}
input[type="number"] {
    	-moz-appearance: textfield;
}

/* End forms.css overrides */


/* Superheader */

#superheader {
	min-width: 640px;
	width: 100%;
	max-width: 100%;
	background-color: #cd0127;
	height: 60px;
	color: #FFF;
	position: fixed;
	top: 0;
	z-index: 3;
}

#superheaderInner {
	width: 50px;
	min-width: 500px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

#superheader h2 {
	width: 400px;
	font-size: 20px;
	padding: 0;
	padding-top: 6px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}

#superheader h1 {
	width: 400px;
	font-size: 24px;
	padding: 0;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
	margin: 0;
}

#superheadGuarantee {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 81px;
}
/* End Superheader */



/* Cart Breadcrumbs */

#cartSteps {
	width: 370px;
	margin: 0 auto;
}

#cartSteps .breadcrumb {
	vertical-align: top;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background-color: #cacaca;
	border: 1px solid #cacaca;
	color: #4c4c4c;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	line-height: 14px;
}

#cartSteps .breadcrumb h2 {
	font-size: 40px;
	padding: 8px 0 5px;
	line-height: 40px;
	margin: 0;
}

#cartSteps .breadcrumb.active {
	background-color: #ffbb4b;
	border: 1px solid #f67317;
	color: #000;
}

#cartSteps .breadcrumb.complete h2 {
	display: none;
}

#cartSteps .breadcrumb .checkmark {
	display: none;
}

#cartSteps .breadcrumb.complete .checkmark {
	display: block;
}

#cartSteps .breadcrumb#breadcrumb1 {
	margin-left: 10px;
}

/* End Cart Breadcrumbs */


#orderPage {
	min-width: 300px;
	max-width: 640px;
        color: #FFF;
        margin: 75px auto 80px;
}

/* Cart Sales Copy */

#orderPage1 {
	padding: 10px 0 0;
	color: #373f51;
}

#claimButtonWrapper {
	width: 100%;
	margin: 0;
	background-color: #cd0127;
	padding: 15px 20px 20px;
	position: fixed;
	bottom: 0;
	z-index: 2;
}

#claimButton {
	max-width: 350px;
}

#ctaText {
	min-width: 340px;
        font-size: 17px;
        text-align: center;
        color: #FFF;
        margin-top: 5px;
        margin-bottom: 10px;
}

#ctaText .ctaTextYellow {
        color: #fff097;
}

.cartTimer {
	min-width: 340px;
	line-height: 24px;
	margin-top: 20px;
        text-align: center;
        font-size: 14px;
	color: #121212;
}
.cartTimer .ctaTextRed {
	color: #CC0000;
}

#topCopy {
	margin: 0 auto 30px;
	position: relative;
}

#topCopy p {
	margin: 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.25;
	color: #000;
	padding: 2px;
}

#productNameTop {
	color: #d0021b;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 0;
}

.cartBigHeadline {
        float: left;
        display: inline-block;
        color: #C3161B;
        font-size: 64px;
        line-height: 70px;
        text-align: left;
        margin: 0;
        margin-top: 0;
        margin-right: 10px;
        margin-left: 20px;
        padding: 0;
        font-weight: normal;
	background: url(/assets/images/checkbox-big.png) no-repeat left top;
	padding-left: 85px;
}

.cartSubHeadlineTop {
        text-align: left;
	text-transform: uppercase;
	font-size: 29px;
    	color: #000;
    	font-family: 'oswaldmedium';
        margin: 0;
        padding: 0;
	padding-top: 4px;
        line-height: 28px;
}

.cartSubHeadlineTop br {
	display: none;
}

#cartSmallHeadline p {
	text-align: left;
}

#cartSmallHeadline:after {
	content: '';
    	display: block;
    	clear: both;
}

p#uponAcceptance {
	font-size: 24px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}


.bullet-boxes {overflow:hidden; padding-bottom:33px;  }
.bullet-box {border:1px solid #d7d7d7; padding:0 0 0 60px; position:relative; margin-bottom:13px; }
.bullet-box .icon {position:absolute; background-repeat:no-repeat; background-position:center center; width:59px; left:0; height:100%; top:0; }
.bullet-box .text-col {border-left:1px solid #d7d7d7}
.bullet-box .title {border-bottom:1px solid #d7d7d7; padding:10px 15px 6px; border-left:1px solid #d7d7d7 }
.bullet-box .title h2 {font-size:21px; color:#c60125; font-family: 'oswaldmedium';  }
.bullet-box .title h2 sup {font-size:12px; text-transform:uppercase; margin-left:7px; position:relative; top:4px; vertical-align:super; }
.bullet-box .title h2 sup.mobile {display:none; }
.bullet-box .text-col .desc {padding:9px 15px 7px; }
.bullet-box .text-col .desc p {padding-bottom:0; font-size: 13px; line-height:1.25}


.icon-sncore {background:url(/assets/images/icon-sn-core.png) no-repeat 0 0; width:41px; height:48px; }
.icon-checked-file {background:url(/assets/images/icon-file-with-check.png) no-repeat 0 0; width:43px; height:46px; }
.icon-snvideo {background:url(/assets/images/icon-sn-video.png) no-repeat 0 0; width:38px; height:53px; }
.icon-tablet {background:url(/assets/images/icon-tablet.png) no-repeat 0 0; width:39px; height:48px; }
.icon-disc {background:url(/assets/images/icon-disc.png) no-repeat 0 0; width:43px; height:43px; }


#guarantee {
	position: relative;
	background-color: #eee6dc;
	margin: 0 0 50px;;
	padding: 20px;
	padding-left: 10px;
	border: 2px solid #ccc5bd;
	border-radius: 10px;
}

#guarantee h1 {
	text-align: center;
	color: #000;
	font-size: 23px;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: 'oswaldmedium';
	padding-top: 0;
	margin: 0 auto;
}

#guarantee h1 .guaranteeRed {
	color: #aa0120;
}

#guarantee p {
	padding-left: 180px;
	margin-top: 3px;
	font-size: 15px;
	line-height: 24px;
}

#guaranteeSeal {
	display: block;
	float: left;
	margin-right: 20px;
}

#jjSig {
	width: 146px;
	display: block;
	margin-top: 8px;
}

#cartTotalBar {
	font-size: 20px;
	padding: 20px;
	text-align: right;
	margin-bottom: 30px;
}

#cartSummary {
	position: relative;
	margin: 0 auto 30px;
}

#cartSummaryHeader {
	padding: 16px;
	text-align: center;
	font-size: 22px;
	background-color: #aa0120;
        color: #FFF;
        font-family: 'oswaldmedium';
}

#cartSummary .cartItem {
	background-image: url(/assets/images/icon-checkmark.png);
	background-repeat: no-repeat;
	background-position: center left 15px;
	border-bottom: 1px solid #CCC;
	padding: 10px 20px;
	padding-left: 45px;
	font-size: 15px;
	color: #2b3558;
	position: relative;
}

#cartSummary .cartItem:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

#cartSummary .cartItem p {
	font-weight: normal;
	padding: 13px 0;
	font-size: 16px;
	line-height: 22px;
}

#cartSummary .cartItemRight {
	float: right;
	text-align: right;
	color: #C00;
	font-weight: bold;
	font-size: 16px;
	width: 95px;
}

#cartSummary .cartItemRight .newPrice {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}

#cartSummary .cartItem#cartTotal {
	background-image: none;
	font-weight: bold;
	text-align: right;
}
#cartSummary .cartItem#cartTotal .cartItemRight {
	width: 100%;
}
#cartSummary .cartItem#cartTotal .cartItemRight .newPrice {
	font-weight: bold;
}

hr {
	border: none;
	border-top: 1px solid #ebedf0;
}


/* End Cart Sales Copy */


/* Cart Form */

#orderPage2 {
	margin: 0;
	position: relative;
	padding-top: 20px;
	height: 100%;
	min-height: 100%;
}

#orderForm {
	margin: 0;
        border-radius: 5px;
}

li {
	list-style: none;
	font-size: 15px;
	padding: 10px 30px 10px 10px;
	line-height: 20px;
	margin-left: 80px;
}

.cartInstructions {
	display: none;
	margin-top: 20px;
}

.cartInstructions h3 {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	color: #1b1b1e;
	padding-bottom: 0;
}

.cartInstructions h3.yellowText {
	color: #000;
}

.cartInstructions.active {
	display: block;
}

.cartInstructions p {
	color: #000;
	padding-top: 0;
	line-height: 15px;
}
.cartInstructions p.secureIconSmall {
	background-image: url('/assets/images/cartMobileShield.png');
	background-repeat: no-repeat;
	background-position: center left 10px;
	background-size: 10px 13px;
	padding: 10px;
	padding-left: 25px;
	font-size: 10px;
	margin: 0 auto;
	width: 280px;
}

#errorLightbox {
        padding: 0;
        border-radius: 0;
}
.orderErrors {
        color: #FFF;
        background-color: #B00;
        padding: 10px;
        margin: 5px auto;
        position: relative;
        line-height: 22px;
        text-align: left;
}
#errorLightbox .orderErrors {
        background-color: #FFF;
        margin: 0;
        padding: 0 0 20px;
        color: #121212;
}
.orderErrors hr {
        width: 90%;
        margin: 10px auto;
}
.orderErrors p {
        padding: 10px 20px;
        margin: 0;
        font-size: 14px;
}
.orderErrors ul.errorList li {
        list-style: disc;
        margin-left: 40px;
}
.orderErrors h2.errorType {
        margin-bottom: 5px;
        text-align: center;
        font-size: 30px;
        padding: 10px 15px 10px;
        color: #FFF;
        background-color: #BB0000;
}


#ccnum {
	background-image: none;
}

#ccnum.type_nocards {
	background-image: url("/assets/images/cc_sprite2.png");
        background-repeat: no-repeat;
        background-position: right 6px top 8px;
}

#ccnum.type_allcards {
	background-image: url("/assets/images/cc_sprite2.png");
	background-repeat: no-repeat;
	background-position: right 6px top 8px;
}

#ccnum.type_mastercard {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -113px;
}

#ccnum.type_visa {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -153px;
}

#ccnum.type_discover {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -38px;
}

#ccnum.type_amex {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -75px;
}

#cvvInstructionButton {
	float: left;
	cursor: pointer;
	line-height: 42px;
	font-size: 12px;
	margin-left: 10px;
	text-decoration: underline;
	color: #2531d0;
}


