
a, a:visited {
    color: #076cdc;
}
.nav-crown-club {
    margin-top: 0;
}
a:hover, 
a:focus, 
.nav-crown-club ul li a.active, 
.nav-crown-club ul li a:hover,
.nav-crown-club ul li a:focus {
color: #076cdc;
}
.rcc-main {
	color: #2f2f2f;
}

.rcc-main h1 {
	font-size: 30px;
	color: #2f2f2f;
	padding: 0;
	font-weight: normal;
	text-transform: none;
	border: none;
}

.hero {
	position: relative;
	width: 1040px;
	height: 380px;
	background: #490f7d url('/assets/img/backgrounds/rcc-login-form.png') left top repeat-x;
	margin-top: 15px;
}
.hero-shadow {
	width: 1040px;
	height: 18px;
	background: #fff url('/assets/img/backgrounds/hero-shadow-rcc.png') center top no-repeat;
}

.form-login {
	width: 250px;
	padding: 20px 30px;
	display: inline-block;
}
.form-login h2 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 10px;
}

.form-login input {
	border-radius: 3px;
	display: block;
	color: #222;
	font-size: 14px;
	text-indent: .6em;
	width: 242px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-top: 12px;
}
.form-login .btn {
	width: 192px;
	font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-login input[type="checkbox"] 
{
    max-height: 20px;
    min-height: 20px;
    margin-top: 0px;
    border: none;
    background-color: transparent;
}

.form-login a {
	color: #fff;
	padding: 5px 0 12px;
	clear: both;
	float: left;
}
    .form-login a.forgot-password-textlink {
        float: right;
        clear: none;
        margin-right: 8px;
        margin-top: 6px;
        padding: 0;
        line-height: 1.5em;
    }

    .form-login .label-by-checkbox {
        margin-left: -3px;
        margin-top:5px;
    }

.message-login {
	clear: both;
	float: left;
	color: #fff;
    padding-bottom: 12px;
}
.label-by-checkbox {
	clear: both;
	float: left;
	color: #fff;
}
.label-by-checkbox label {
	margin: 1px 4px;
	float: left;
	display: inline-block;
	line-height: 1.5em;
}
.form-login label {
	color: #fff !important;
}

.rcc-login select {
	clear: both;
	float: left;

	-webkit-appearance: button;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: none;
	-webkit-padding-end: 30px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url('/assets/img/uniform/select-right.png'), 
		-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: inherit;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	
	height: 34px;
	border: 1px solid #e0e0e0;
	padding-left: 1em;
	margin: 4px 0;
	border-right: none;
}






.activate-options {
	margin-top: 20px;
	position: relative;
}
.activate-options h2 {
	margin-bottom: 5px;
    font-weight: bold;
}
.activate-options h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.activate-options select.have-account {
	color: #2f2f2f;
	width: 300px;
}
.activate-options #cardStatusMessage
{
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 1%;
}

.activate-options .card-form {
	width: 550px;
/*	border: 1px solid #cdcdcd;*/
}
.activate-options .card-form.card-have {
	margin-right: 20px;
}

.activate-options h3 {
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	
	color: #fff;

	padding: 15px 30px;
	border-bottom: 1px solid #e1e1e1;
}

.activate-options .bg-purple-gradient {
	background: #7e0b6c; /* Old browsers */
	background: -moz-linear-gradient(top,  #7e0b6c 0%, #79228a 52%, #480f7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e0b6c), color-stop(52%,#79228a), color-stop(100%,#480f7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7e0b6c 0%,#79228a 52%,#480f7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7e0b6c 0%,#79228a 52%,#480f7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7e0b6c 0%,#79228a 52%,#480f7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7e0b6c 0%,#79228a 52%,#480f7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0b6c', endColorstr='#480f7d',GradientType=0 ); /* IE6-9 */
}

.card-form-contents {
/*	padding: 30px 17px 0 20px;*/
}
.card-form-contents input[type="checkbox"] 
{
    min-height: 20px;
    max-height: 20px;
    margin-top: 10px;
}

.card-form-contents #emailStatusMessage
{
    color : red;
    padding-bottom: 1%;
    font-weight: bold;
}

.card-form-contents #CompareValidator2
{
    display:block !important;
}

.activate-options .or-floater {
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	position: absolute;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;	
	top: 115px;
	left: 520px;
	margin-left:-25px;
	text-align: center;
	z-index: 11;
}
.activate-options .or-floater span {
	display:block;
	padding-top: 18px;
}
.activate-options h4 {
	font-size: 16px;
	line-height: 15px;
}
.activate-options .intro {
	margin: 30px 0 0;
}
.activate-options .btn {
	font-size: 13px;
	width: 194px;
}


.card-form-elements {
/*	display: none;*/
}
.card-form-elements .card-form-contents {
	display: inline-block;
    clear: both;
}

.card-form-contents.button {
	padding: 30px;
	display: inline-block;
}

#content .card-form-elements h4 {
	color:#646464;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 20px;
}
.card-form-elements div.selector,
.card-form-elements div.selector span {
	height: 34px;
	line-height: 34px;
	color: #2f2f2f;
}
.card-form-elements div.selector span {
	padding-right: 40px;
}
.card-form-elements div.selector {
	width: auto;
	margin-top: 4px;
}
.card-form-elements div.selector select {
	height: 34px;
}


.card-form-elements .card-form-divider {
	clear: both;
	width: 100%;
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid #b4b4b4;
	display: inline-block
}
#content .card-form-elements label {
/*	color: #646464;*/
	font-size: 13px;
	font-weight: bold;
    display: block;
    float: left;
    margin-right: 10px;
}
    #content .card-form-elements label.error {
        margin: 0;
        float: right;
    }
#content .card-form-elements .label-by-checkbox label.error
{
    float: left;
}
#content .card-form-elements .label-by-checkbox label {
	font-size: 12px;
	margin-top: 10px;
}

#content .card-form-elements label .required {
	color: #ee0b0b;
	font-size: 13px;
	font-weight: bold;
	margin-left: 1px;
}
#content .card-form-elements .note {
    display: block;
    clear: both;
    margin-bottom: 15px;
}
#content .card-form-elements .label-by-checkbox .note {
    margin-left: 20px;
}
.card-form input {
    clear: both;
    float: left;
	border-radius: 3px;
	display: inline-block;
	color: #222;
	font-size: 14px;
	text-indent: .6em;
	width: 444px;
	height: 30px;
	background: #edf3f5;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin: 4px 0 10px;
    width: 100%;
}

.card-form input.city {
	width: 202px;
}
.card-form input.password {
	width: 268px;
}
.card-form #cardPasswordEntry {
    margin-right: 10px;
}

.card-form select {
    clear: both;
    float: left;
    border-radius: 3px;
    display: inline-block;
    color: #222;
    font-size: 14px;

	height: 34px;
	background: #edf3f5;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin: 4px 0 10px;
    min-width: 100px;
}
.card-form select.country, .card-form select.state {
	width: 125px;
}

.card-form div.selector {
	margin-bottom: 10px;
}
#passwordRequirements {
    clear: both;
}

.card-form .card-form-address-city,
.card-form .card-form-address-state {
	margin-right: 10px;
}

.card-form .card-form-address-state select span,
#uniform-card-form-address-state span {
	width: 38px;
	color: #222;
	font-size: 14px;
}
.card-form .card-form-address-country {
	clear: both;
	float: left;
    margin-right: 10px;
}
.card-form .card-form-address-country select span,
#uniform-card-form-address-country span {
	width: 169px;
	color: #222;
	font-size: 14px;
}
.card-form .card-form-phone-type {
	clear: both;
	width: 130px;
}
.card-form .card-form-phone-type select span,
#uniform-card-form-phone-type span {
	width: 84px;
	color: #222;
	font-size: 14px;
}
.card-form input.phone-number {
	width: 100%;
}


.label-by-checkbox.agreement-sms {
	font-size: 12px;
	margin-bottom: 20px;
}
.label-by-checkbox.agreement-sms .note {
	font-weight: normal;
}

.card-form .card-form-phone-type div.selector,
.card-form .phone-number {
	margin-bottom: 0;
}


.card-form-birth .float-left {
	margin-right: 40px;
}

.card-form-elements .card-form-footer {
	background: #f3f3f3;
	border-top: 1px solid #e1e1e1;
	padding: 45px 95px;
	display: inline-block;
	margin-top: 30px;
    width: 318px;
}

.card-form-elements .card-form-footer a.btn {
	width: 244px;
}

#chkAgreeTerms
{
    height:30px;
}

.password-requirements li{
    margin-bottom: 1%;
}
.password-requirements label {
    float: none !important;
    margin-bottom: 3%;
}
.card-form-contents .card-form-address-zip {
    clear: both;
}

/*
	-- RCC - Hero Slides
*/


.hero .slide-join-rcc {
	color: #fff;
	padding: 40px 10px 10px 70px;
	white-space: normal;
}
.hero .slide-join-rcc h1 {
	color: #fff;
	font-weight: normal;
}

.hero .slide-join-rcc .intro {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hero .slide-join-rcc .features {
	margin-top: 20px;
	margin-left: 10px;
	width: 340px;
}

.hero .slide-join-rcc .features li .feature {
	color: #fff !important;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url('/assets/img/icons/checkmark.png') left 3px no-repeat;
	line-height: 1.5em;
}


.hero .slide-join-rcc .features h4 {
	color: #f9c204 !important;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}



.hero .slide-experience {
	text-align: center;
	padding: 30px 10px 10px;
	white-space: normal;
}

.hero .slide-experience h1 {
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 20px;
}




/*
	-- RCC - My Account
*/

.account-box {
	float: left;
	width: 508px;
	border: 1px solid #cdcdcd;
	margin-bottom: 20px;
}
.account-box.left {
	margin-right: 20px;
}

.account-box h3 {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	
	color: #2f2f2f;

	padding: 13px 25px;
	border-bottom: 1px solid #e1e1e1;
	background: #edf3f5;
}

.account-box-contents {
	padding: 20px 25px;
	display: inline-block;
}

.account-box-item {
	clear: both;
	float: left;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.account-box-item .col-1,
.account-box-item .col-2 {
	float: left;
    width: 220px;
    word-wrap: break-word;
}
.account-box-item .col-1 {
	width: 220px;
	margin-right: 10px;
	color: #2f2f2f;
}
.account-box.left .account-box-item .col-1 {
	width: 193px;
}


.account-box a {
	color: #076cdc;
	font-weight: normal;
}
.account-box a.edit {
	padding-left: 8px;
	font-size: 13px;
}


.account-box h4 {
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 10px;
}
.account-box .label-by-checkbox {
	padding: 15px 25px;
	border-top: 1px solid #e2e2e2;
	width: 458px;
}

.account-box-contents .login-with-others-container .first {
    margin-right: 20px;
}
.account-box-contents .login-with-others-container .button {
    width: 179px;
}


.rcc-main .section-header {
	border-top: 1px solid #b4b4b4;
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;

	width: 812px;
	border-bottom: 1px solid #dbdbdb;
}
.rcc-main .section-header a {
	font-size: 13px;
	color: #076cdc;
	font-weight: normal;
	padding-left: 8px;
}

.my-theatres .theatre-info {
	margin-top: 30px;
	font-size: 14px;
}
.my-theatres .theatre-info .theatre-name {
	font-size: 25px;
	margin-bottom: 10px;
}
.my-theatres .theatre-info .theatre-address {
	color: #656565;
}
.my-theatres .theatre-info-buttons {

    margin-top: 20px;
}

#transaction-history .row {
	border: 1px solid #ebebeb;
	border-top: none;
	display: inline-block;
	clear: both;
	float: left;
}
#transaction-history .row.head {
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#transaction-history .row.even {
	background: #edf3f5;
}
#transaction-history .row li {
	font-size: 13px;
	margin: 10px 0;
	float: left;
}
#transaction-history .row li.date {
	width: 110px;
	margin-left: 20px;
}
#transaction-history .row li.transaction {
	width: 370px;
	margin-right: 20px;
}
#transaction-history .row li.credits-earned {
	width: 160px;
	margin-right: 20px;
}
#transaction-history .row li.credits-total {
	width: 90px;
	margin-right: 20px;
}






/*
	-- FORM elements
*/
input[type="checkbox"] {
	float: left;
	width: auto;
}


/*
	-- RCC Modals
*/
.ui-widget {
	font-family: Helvetica, Arial, sans-serif
}
.ui-autocomplete {
    z-index: 1;
}
.modal .faux-h1 {
	color: #2f2f2f;
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
}
.modal .faux-h4 {
	color: #2f2f2f;
	font-size: 14px;
    margin-top:15px;
	font-weight: bold;
	display: inline-block;
}

.modal .intro {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 30px;
}
.modal label, .modal .prefs-label {
	clear: both;
	float: left;
	color: #2f2f2f;
	font-size: 13px;
	font-weight: bold;
}
.modal .label-by-checkbox input {
	width: auto;
	margin: 4px 0 0 0;
	padding: 0;
}
.modal .label-by-checkbox label {
	clear: none;
	font-size: 15px;
	margin: 7px 10px;
	padding: 0;
	font-weight: normal;
}
.modal .required {
	/*color: #ee0b0b;   Required fields look incorrect if colored red by default */
	font-size: 13px;
	font-weight: bold;
	margin-left: 1px;
}
.modal input {
	clear: both;
	float: left;
	border-radius: 3px;
	display: block;
	color: #222;
	font-size: 14px;
	text-indent: .6em;
	width: 350px;
	height: 30px;
	background: #edf3f5;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin: 4px 0 20px;
}

.modal select {
	clear: both;
	float: left;

	-webkit-appearance: button;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: none;
	-webkit-padding-end: 30px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url('/assets/img/uniform/select-right.png'), 
		-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: inherit;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	
	height: 34px;
	border: 1px solid #e0e0e0;
	padding-left: .5em;
	margin: 5px 0;
	border-right: none;
    min-width: 150px;
}

.modal ul.notes {
	margin: 20px 0 30px;
}
.modal ul.notes li {
	list-style-type: disc;
	margin: 15px 0px 10px 30px;
}

.modal .btn.wide.blue.save-changes {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 250px;
}

#modal-password-change h4 {
	margin-top: 30px;
}

.modal #prefs-movies-number-visits {
	width: 140px;
}

.modal .prefs-label {
	margin-top: 15px;
	clear: both;
	float: left;
}

#modal-preferences-edit .edit-preferences-modal-contact-info
{
    clear: both;
    padding-top: 5%;
}

.modal .modal-options {
	clear: both;
}
.modal .modal-options li {
	float: left;
	width: 33%;
}

.modal-content-activate-card
{
    padding : 40px;
    padding-top: 20%;
}

.modal-content-activate-card input
{
    float: none;
}

/* -- Dashboard components -- */

.rcc-section {
	border-top: 1px solid #b4b4b4;
	margin-top: 35px;
	padding-top: 35px;
	color: #2f2f2f;
}
.rcc-section.no-border {
	border-top: none;
	padding-top: 0;
}
.rcc-section h1 {
	border: none;
	font-weight: normal;
	font-size: 24px;
}
.rcc-section .header {
	font-size: 24px;
}
.rcc-section .header .view-all {
    float:right;
    font-size:13px;
    color:#076cdc;
    font-weight:normal;
    margin-right:65px;
    margin-top:10px;
}
.rcc-section .header .view-all.no-right-margin {
	margin-right: 0;
}
.rcc-section .subhead {
	font-size: 13px;
	font-weight: bold;
	color: #737373;
	margin-bottom: 10px;
}
.rcc-section .subheader {
	border-top: 1px solid #b4b4b4;
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
}
.rcc-section .intro {
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 35px;
}

.rcc-section.whats-new h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.rcc-section.whats-new .view-all {
    font-size: 14px;
}

.rcc-section .movie-item {
	width: 134px;
	margin-right: 35px;
	overflow: hidden;
	float: left;
}
.rcc-section .movie-item .earn-credits {
	font-size: 14px;
	color: #fff;
	background: url('/assets/img/backgrounds/rcc-movie-poster-header.png') no-repeat;
	min-height: 27px;
	width: 134px;
}
.rcc-section .movie-item .earn-credits .left {
	float: left;
	display: inline-block;
	margin-top: 8px;
	margin-left: 8px;
}
.rcc-section .movie-item .earn-credits .right {
	float: right;
	display: inline-block;
	margin-top: 8px;
	margin-right: 8px;
}
.rcc-section .movie-item .earn-credits .quantity {
	font-size: 16px;
	font-weight: bold;
}

.rcc-section .movie-item .poster {
	width: 134px;
	height: 201px;
}
.rcc-section .movie-item .title {
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	width: 134px;
	overflow: hidden;
	text-align: center;
}
.rcc-section .movie-item .title span {
	display: table-cell;
	height: 25px;
	overflow: hidden;
    vertical-align: middle;
}
.rcc-section .movie-item .btn {
	width: 132px;
	padding: 0;
}
.rcc-section .movie-item .footnote {
	color: #ca464b;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	width: 134px;
	overflow: hidden;
	text-align: center;
}
.rcc-section .movie-item .footnote span {
	display:block;
	height: 25px;
	overflow: hidden;
}

.rcc-dashboard-hero {
}
.rcc-dashboard-hero h1 {
	font-size: 30px;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
    color: #2f2f2f;
}
.rcc-dashboard-hero .hero {
	border-radius: 5px;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	background: none;
	height: 330px;
}
.pilot .rcc-dashboard-hero .hero {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .24);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .24);
}
.rcc-dashboard-hero .hero .left {
	width: 265px;
}
.rcc-dashboard-hero .hero .left .credits-header {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #158A0A;
	padding-top: 20px;
	height: 90px;
	border-top-left-radius: 5px;
}
.pilot .rcc-dashboard-hero .hero .left .credits-header {
    padding-top: 15px;
    height: 95px;
}
.rcc-dashboard-hero .hero .left .credits-header .credits {
	font-size: 24px;
    margin-top: 10px;
}
.pilot .rcc-dashboard-hero .hero .left .credits-header .credits {
	font-size: 15px;
    margin-top: 0;
}
.rcc-dashboard-hero .hero .left .credits-header .quantity {
	font-size: 40px;
	font-weight: normal;
}
.pilot .rcc-dashboard-hero .hero .left .credits-header .quantity {
    line-height: 1.3em;
}
.rcc-dashboard-hero .hero .left .credits-info {
	height: 70px;
	border-top: 1px solid #efefef;
	overflow: hidden;
}
.rcc-dashboard-hero .hero .left .credits-info.first {
	border: none;
}
.rcc-dashboard-hero .hero .left .credits-info .left {
	float: left;
	margin-left: 15px;
	width: 105px;
	font-size: 16px;
	margin-top: 20px;
}
.rcc-dashboard-hero .hero .left .credits-info .left .quantity {
	font-size: 22px;
}
.rcc-dashboard-hero .hero .left .credits-info .left .from {
	font-size: 12px;
}
.rcc-dashboard-hero .hero .left .credits-info .middle {
	float: left;
	width: 40px;
	margin-top: 15px;
}
.rcc-dashboard-hero .hero .left .credits-info .right {
	float: left;
	font-size: 15px;
	display: block;
	width: 90px;
	margin: 22px 5px 0 0;
}
.rcc-dashboard-hero .hero .left .credits-content{
    padding:10px 15px;
    font-size: 12px;
    line-height: 1.5em;
    height: 198px;
    /*background: url(../img/backgrounds/rcc-dashboard-bg.png) no-repeat bottom left;*/
    border-bottom-left-radius:5px;
}
.rcc-dashboard-hero .hero .left .credit-body{
    margin-bottom: 10px;
}
.pilot .rcc-dashboard-hero .btn {
    font-size: 14px;
    width: 125px;
    height: initial;
    line-height: 2.6em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}



.rcc-dashboard-hero .cycle {
	width: 775px;
	height: 328px;
}
.rcc-dashboard-hero .cycle-slide {
	width: 775px;
	height: 330px;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #2f2f2f;

	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 89%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(89%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 89%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 89%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 89%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 89%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.rcc-dashboard-hero .cycle-slide .corner-crown {
	background: url('/assets/img/backgrounds/rcc-dashboard-corner-crown.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 51px;
	border-top-right-radius: 5px;
}


.rcc-dashboard-hero .cycle-slide.sample-credits-til-reward img.main {
	float: left;
	margin: 35px 35px 0 100px;
}

.rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial {
	float: left;
	margin: 25px 35px 0 80px;
    width:280px;
    height:280px;
    background: url(/assets/img/misc/rcc-rewards-dial-sprite.png) 0 0 no-repeat;
}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-0 {}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-5 {background-position:0 -280px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-10 {background-position:0 -560px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-15 {background-position:0 -840px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-20 {background-position:0 -1120px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-25 {background-position:0 -1400px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-30 {background-position:0 -1680px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-35 {background-position:0 -1960px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-40 {background-position:0 -2240px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-45 {background-position:0 -2520px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .rewards-dial-50 {background-position:0 -2800px;}
    

.rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .prize {
    width:280px;
    height:280px;
    background: url(/assets/img/misc/rcc-rewards-prize-sprite.png) 0 0 no-repeat;
}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .prize.popcorn-gray {}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .prize.popcorn-color {background-position:0 -280px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .prize.drink-gray {background-position:0 -560px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .prize.drink-color {background-position:0 -840px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .prize.ticket-gray {background-position:0 -1120px;}
    .rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .prize.ticket-color {background-position:0 -1400px;}
    

.rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .info {
	float: left;
	width: 260px;
	margin-top: 100px;
	font-size: 13px;
	color: #444343;
	line-height: 1.5em;
}
.rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .info-headline {
	font-size: 24px;
	font-weight: bold;
	color: #09a84d;
	margin-bottom: 10px;
}
.rcc-dashboard-hero .cycle-slide.sample-credits-til-reward .info-subhead {
	font-size: 24px;
	margin-bottom: 15px;
	color: #2f2f2f;
}

.rcc-dashboard-hero .cycle-slide.sample-refer-friend {
	background: #480c73 url('/assets/img/rcc/rcc-dashboard-slide-bg.jpg') right top no-repeat;
}
.rcc-dashboard-hero .cycle-slide.sample-refer-friend .info {
	float: left;
	margin: 70px 20px 0 55px;
	font-size: 24px;
	font-weight: 100;
	color: #ffffff;
}
.rcc-dashboard-hero .cycle-slide.sample-refer-friend .info-headline {
	font-size: 52px;
	font-weight: normal;
	margin-bottom: 10px;
}
.rcc-dashboard-hero .cycle-slide.sample-refer-friend .info-headline .quantity {
	font-size: 72px;
	font-weight: 100;
}
.rcc-dashboard-hero .cycle-slide.sample-refer-friend .info-subhead {
	font-size: 36px;
	margin-bottom: 15px;
}
.rcc-dashboard-hero .cycle-slide.sample-refer-friend a.btn {
	font-size: 14px;
	margin-top: 15px;
}
.rcc-dashboard-hero .cycle-slide.sample-offer{
    background:url('/assets/img/rcc/rcc-dashboard-slide-bg.jpg') right top no-repeat;
}
.rcc-dashboard-hero .cycle-slide.sample-offer .btn{
    float: right;
    margin-right:80px;
    margin-top:230px;
}

.rcc-dashboard-hero .cycle-slide.member-ranking {
	text-align: center;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .title {
	font-weight: bold;
	font-size: 24px;
	margin: 15px auto;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .lede {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .label {
	font-weight: bold;
	font-size: 24px;
	margin-top: 10px;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .sub {
	font-weight: normal;
	font-size: 16px;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .card {
	width: 682px;
	height: 232px;
	display: inline-block;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .card .left {
	float: left;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .card .right {
	border: 1px solid #dddddd;
	border-top-color: #fff;
	width: 255px;
	height: 45px;
	float: right;
	padding: 15px;
	text-align: left;
	overflow: hidden;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .card .right.first {
	border-top-color: #dddddd;
	border-top-right-radius: 5px;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .card .right.last {
	border-bottom-right-radius: 5px;
}
.rcc-dashboard-hero .cycle-slide.member-ranking .card .btn.wide {
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
}


.btn-view-transaction-history {
	text-align: center;
}
.btn-view-transaction-history a.btn.gray {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
	margin-top: -1px;
	color: #595959;
	font-size: 14px;
	font-weight: normal;
	background: -moz-linear-gradient(top, rgba(202,202,202,0.6) 0%, rgba(255,255,255,0.6) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,202,202,0.6)), color-stop(100%,rgba(255,255,255,0.6))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(202,202,202,0.6) 0%,rgba(255,255,255,0.6) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(202,202,202,0.6) 0%,rgba(255,255,255,0.6) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(202,202,202,0.6) 0%,rgba(255,255,255,0.6) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(202,202,202,0.6) 0%,rgba(255,255,255,0.6) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cacaca', endColorstr='#99ffffff',GradientType=0 ) !important; /* IE6-9 */
}


.rcc-dashboard-exclusivecontent .header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.column-one-item .rcc-dashboard-exclusivecontent .header {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.rcc-dashboard-exclusivecontent .area-trailer {
	margin-top: 35px;
	float: left;
}
.rcc-dashboard-exclusivecontent .trailer {
	width: 223px;
	margin-right: 15px;
	overflow: hidden;
	float: left;
	padding: 22px;
	background: #e0e0e0;
}
.rcc-dashboard-exclusivecontent .trailer .poster {
	width: 223px;
	height: 334px;
}
.rcc-dashboard-exclusivecontent .movie-item .title {
	width: 223px;
	font-size: 15px;
	font-weight: bold;
}
.rcc-dashboard-exclusivecontent .movie-item .title span {
	padding: 8px 0;
}
.rcc-dashboard-exclusivecontent .btn.trailer {
	width: 232px;
	margin: 0;
	color: #076cdc;
}

.rcc-dashboard-exclusivecontent .area-aside {
	margin-top: 35px;
	float: left;
	width: 330px;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 45px;
}
.rcc-dashboard-exclusivecontent .area-aside .subhead {
	text-transform: uppercase;
}
.rcc-dashboard-exclusivecontent .area-aside .contents {
	margin: 20px;
}
.rcc-dashboard-exclusivecontent .area-aside .headline {
	margin-bottom: 10px;
}
.rcc-dashboard-exclusivecontent .area-aside .headline a {
	font-size: 19px;
	font-weight: bold;
	color: #076cdc;
	line-height: 25px;
}



.rcc-dashboard-stayconnected {
	border: none;
	margin: 0;
}
.rcc-dashboard-stayconnected .area-social {
	width: 330px;
	float: left;
	overflow: hidden;
	margin-top: 35px;
	margin-right: 27px;
}
.rcc-dashboard-stayconnected .area-social.youtube {
	margin-right: 0;
}
.rcc-dashboard-stayconnected .area-social .subhead {
    color:#737373 !important;
	padding-left: 32px;
	padding-top: 5px;
	height: 24px;
}
.rcc-dashboard-stayconnected .area-social.twitter .subhead {
	background: url('/assets/img/icons/social-twitter-on.png') left top no-repeat;
}
.rcc-dashboard-stayconnected .area-social.facebook .subhead {
	background: url('/assets/img/icons/social-facebook-on.png') left top no-repeat;
}
.rcc-dashboard-stayconnected .area-social.youtube .subhead {
	background: url('/assets/img/icons/social-youtube-on.png') left top no-repeat;
}



.rcc-dashboard-mytheatres {
	border: none;
	margin: 0;
} 








/* -- RCC Rewards Program -- */

.rewards-program-item {
	clear: both;
	font-size: 14px;
	line-height: 21px;
	color: #2f2f2f;
	margin-top: 30px;
}
.rewards-program-item h2 {
	font-size: 30px;
	line-height: 30px;
}
.rewards-program-item h3 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;

}

.rewards-program-item .contents {
	margin-right: 40px;
}
.rewards-program-item .logo {
	margin-left: 85px;
	margin-bottom: 30px;
}
.rewards-program-item .details {
	margin-top: 30px;
	display: table;
}
.rewards-program-item .note {
	clear: both;
	width: 530px;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}

.rewards-program-item .note.float-right {
}

.rewards-program-item.program-works .contents {
	padding-top: 15px;
}
.rewards-program-item.stuff .contents {
	padding-top: 75px;
}
.rewards-program-item.star-status .contents {
	padding-top: 145px;
}



/* -- Program Rules -- */

.program-rules {
}

.program-rules h1 {
}

.program-rules .rule {
	cursor: pointer;
	margin-bottom: 10px;
}
.program-rules .rule .icon {
	margin: 3px;
	width: 11px;
	height: 11px;
	background: url('/assets/img/rcc/sprite-icons-plus-minus.png') no-repeat;
	float: left;
}
.program-rules .rule.active .icon {
	background-position: 0 -11px;
}
.program-rules .rule .question {
	padding-left: 20px;
	color: #076cdc;
	font-size: 18px;
}
.program-rules .rule .answer {
	padding-left: 20px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	display: none;
}





/* -- Offers -- */

.rcc-section.offers-header {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	font-size: 14px;
	line-height: 21px;
	color: #2f2f2f;
	margin-top: 30px;
}
.rcc-section.offers-header h2 {
	font-size: 30px;
	line-height: 30px;
}
.rcc-section.offers-header h3 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
}
.rcc-section.offers-header .details {
	margin-top: 30px;
	display: table;
	margin-right: 40px;
	width: 420px;
}


.rcc-section.specials .slideshow {
	width: 960px;
	margin-left: 42px;
}
.rcc-section.specials .cycle-slide {
	width: 300px;
	height: 200px;
	margin: 10px;
}

.rcc-section.specials .carousel-nav {
	position: absolute;
	top: 100px;
	width: 19px;
	height: 27px;
	cursor: pointer;
}

.rcc-section.specials .carousel-nav-container {
	position: relative;
}
.rcc-section.specials .carousel-nav.left {
	background: url('/assets/img/rcc/carousel-nav-left.png') no-repeat;
	left: 10px;
}
.rcc-section.specials .carousel-nav.right {
	background: url('/assets/img/rcc/carousel-nav-right.png') no-repeat;
	right: 10px;
}


.rcc-section.spotlight .spotlight-item {
	clear: both;
	margin-bottom: 50px;
	width: 100%;
	float: left;
}
.rcc-section.spotlight .spotlight-item .contents {
	width: 330px;
	padding-left: 35px;
	display: table;
}

.rcc-section.spotlight .spotlight-item .contents h2 {
	font-size: 19px;
	margin-bottom: 10px;
}
.rcc-section.spotlight .spotlight-item .contents h3 {
	font-size: 15px;
	margin-bottom: 25px;
}

.rcc-section.spotlight .spotlight-item .contents .details {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 25px;
}
.rcc-section.spotlight .spotlight-item .contents .btn.gra {
	color: #076cdc;
}


#modal-addressInfo-edit label.error
{
    float: none;
    padding-left: 10px;
}

#modal-addressInfo-edit .zip label.error
{
    display: block;
    width: 100%;
}

#modal-password-change  label.error
{
    display:block; 
    float:none; 
}
#modal-password-change .modal-contents div:not(.intro) 
{
    height : 100px;
}

#modal-email-change  label.error
{
    display:block; 
    float:none; 
}
#modal-email-change .modal-contents div:not(.intro) 
{
    height : 100px;
}

#emailsMatchValidator
{
    display:block; 
    width : 125px;
}

.contentText
{
    background-color: white !important;
    color: #646464;

}
.contentText input 
{
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    background-color: rgb(237, 243, 245);
}
.contentText label,
.contentText legend
{
    font-weight : bold; 
}

.contentText #AlternateLoginButton1
{
text-indent: 0px;
color: #076cdc;
background-image:none;
}

.contentText .form-inputs
{
    padding-top : 3%;
}
.contentText    #btnSubmit
{
    text-indent: 0px;
    color: #076cdc;
}
.contentText    .birthday-header {
    border-bottom : 1px solid #b4b4b4;
}
.contentText    div.required-fields {
    padding-bottom: 1%;
}
.contentText    .change-password-header
{
    width : 100%;
}
.contentText    .birthday-header h1
{
    float: none;  
}

#forgot-password-content
{
    background-color: white !important;
    color: #646464;

}
#forgot-password-content input 
{
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
}
#forgot-password-content label 
{
    font-weight : bold; 
}

#forgot-password-content .submit-button input 
{
    margin: 0px !important;
    text-indent: 0px !important;
    color: #076cdc !important;
    font-size: 12px !important;
}

/*
.nav-crown-club{margin-top:46px;}
.nav-crown-club ul li{border-top: 1px dotted gray;padding: 5px 0; text-transform: uppercase;}
.nav-crown-club ul li a{color:#000;font-size:24px;}
.nav-crown-club ul li a:hover,.nav-crown-club ul li a.active{color:#c88b11;}
 */





















