.croad-narrow-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

input::placeholder {
	color: #000000 !important;
}

.checkout_form {
	padding:10px !important;
}

.checkout_checkout-h3-msg a {
	color: #A71A2D !important;
	text-transform: uppercase !important;
	font-style: normal !important;
}

.checkout_checkout-h3-msg a:hover {
	color: #222222 !important;
}

.checkout_form_wrapper {
	background-color: #FFFFFF !important;
	height: auto !important;
}

.content-inner p {
    font-family: Arial,"Helvetica",sans-serif;
    font-size: 17px;
    line-height: 1.1;
    color: #000000;
}

.button-link:hover {
	background: #000000 !important;
}

/*
* Login
*/
.login-submit {
	margin-top:15px !important;
	text-transform: uppercase;
	text-align: center;
}


.cr-login-container{
    background-color: #e8e8e8;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding: 0 !important;
    font-size: 25px;
	width: 100% !important;
}

.cr-login-container #loginform p{
    display: inline-block;
    margin: 0 0 0 0 !important;
    width: 100%;
}

.cr-login-container #loginform label,
.cr-login-container #loginform input[type=text],
.cr-login-container #loginform input[type=email],
.cr-login-container #loginform input[type=password],
.cr-login-container #loginform input[type=submit]{
    display: inline-block;
    width: 90%;
}

.cr-login-container #loginform .login-username {
    margin-bottom: 12px !important;
}

.cr-login-container #loginform p.login-submit input[type=submit]{
    height: 50px;
    margin-top: 30px;
    background-color: #005dc7;
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}

.cr-login-container p.subscribe-button a.button-primary{
    height: 50px;
    margin-top: 30px;
    background-color: #005dc7;
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 90%;
}

.cr-login-container #loginform input[type=text],
.cr-login-container #loginform input[type=password]{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 7px 14px;
    height: 40px;
}

/***
.cr-login-container #loginform p input:hover{
    outline: 3px dashed #0580b5 !important;
    outline-color: #0580b5 !important;
    outline-style: dashed !important;
    outline-width: 3px;
    outline-offset: 3px !important;
}
***/

/*
* My Account Dashboard
*/
@media all and (max-width: 900px) {
    .table-wrapper {
        overflow-x: scroll;
    }
}

table.cr_table {
    border-collapse: collapse;
    width: 50%;
}

table.cr_table.subscriptions {
    width: 100%;
}

table.cr_table th, table.cr_table td {
    padding: 8px;
    text-align: left;
}

table.cr_table th.centered, table.cr_table td.centered {
    text-align: center;
}
 
 table.cr_table th {
    background-color: #f2f2f2;
 }
 
 table.cr_table span.current {
    background-color: #D3455C;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 25px;
 }
 
 #sub_links {
    display: inline;
    list-style: none;
    padding: 0;
 }
 
 #sub_links li {
    display: inline-block;
    padding: 10px 20px 10px 0;
 }

 #sub_links li:only-child {
    padding-right: 0;
}

.subscribe-button a {
	min-width: 200px !important;
	text-transform: uppercase !important;
}

.checkout_submit {
	text-align: center !important;
	margin:0 auto !important;
}

#checkout_btn {
	width:230px !important;
}

#checkout_btn:hover {
	background-color: #000000 !important;
}

#checkout_tos_fields, #checkout_autorenewal_checkbox {
	font-size: 13px;
}

.close-modal {
	margin: 20px !important;
}

.close-modal a:hover {
	color: #222222 !important;
}

.cr_link {
    text-decoration: underline;
    color: #A31F34;
}

 
 /*
 * Reset
 */
 .cr-reset-container{
/***    background-color: #e8e8e8; ***/
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding: 45px;
    font-size: 25px;
}

.cr-reset-container #resetform p{
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
}

.cr-reset-container #resetform label,
.cr-reset-container #resetform input[type=text],
.cr-reset-container #resetform input[type=password],
.cr-reset-container #resetform input[type=submit]{
    display: inline-block;
    width: 90%;
}

.cr-reset-container #resetform p.reset-submit input[type=submit]{
    height: 50px;
    margin-top: 30px;
    background-color: #A31F34 !important;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
}

.cr-reset-container p.subscribe-button a.button-primary{
    height: 50px;
    margin-top: 30px;
    background-color: #005dc7;
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 90%;
}

.cr-reset-container #resetform input[type=text],
.cr-reset-container #resetform input[type=password]{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 7px 14px;
    height: 40px;
}

/***
.cr-reset-container #resetform p input:hover{
    outline: 3px dashed #0580b5 !important;
    outline-color: #0580b5 !important;
    outline-style: dashed !important;
    outline-width: 3px;
    outline-offset: 3px !important;
}
***/

.centered-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-tiles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 16px;
}

@media all and (min-width: 650px) {
    .grid-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (min-width: 1100px) {
    .grid-tiles {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (min-width: 1400px) {
    .grid-tiles {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* start perk block styles */
.grid-tiles .perk-block {
    width: 100%;
    height: 100%;
}

.perk-block {
    max-width: 700px;
    min-height: auto !important;
    display: block;
    background: #fff;
    font-family: "Albert Sans", Helvetica, system-ui, sans-serif;
    color: #222;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    margin: 0 auto;
}

@media all and (min-width: 500px) {
	.perk-block {
		font-size: 1rem;
		padding: 24px;
	}
}

.perk-block-bordered {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.perk-block-bordered:hover {
    border: 1px solid #A31F34;
}

.perk-site-logo {
    width: auto;
    max-height: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 24px;
}

.perk-details {
    margin-bottom: 16px;
}

.perk-details-vertically-flexed {
    height: 100%;
}

.perk-small-details {
    font-family: system-ui, sans-serif;
    font-size: 0.9em;
}

.perk-small-details p {
    margin-bottom: 2px;
}

.perk-business {
    font-family: system-ui, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #444;
    margin-bottom: -4px;
}

.perk-name, .perk-title {
    font-family: system-ui, sans-serif;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 8px;
}

@media all and (min-width: 500px) {
    .perk-name, .perk-title {
        font-size: 2em;
    }
}

.perk-warning {
    color: hsl(343, 93%, 36%);
    font-weight: bold;
}

.perk-button-wrapper {
    margin-bottom: 8px;
}

.perk-redeemed {
    display: inline-block;
    background: #A31F34;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 4px;
    padding: 6px 12px;
}

.perk-qr-code-wrapper {
    margin: 0 auto 16px;
}

.perk-qr-code {
    display: inline-block;
	width: 100%;
    max-width: 220px;
    background: #111;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 24px;
}

.perk-qr-code > img {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}

.perk-qr-code-scan-me {
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

@media all and (min-width: 500px) {
	.perk-qr-code > img {
        max-width: 296px;
    }
}

.perk-member-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.5em;
    line-height: 1.3;
}

.perk-member-details .perk-detail-name {
    text-align: right;
    margin-right: 6px;
}

.perk-member-details .perk-detail-value {
    color: hsl(343, 93%, 36%);
    text-align: left;
    margin-left: 6px;
}

.perk-footer {
    border-top: 2px solid hsl(343, 93%, 36%);
    font-size: 1.2em;
    padding-top: 24px;
    margin-top: 24px;
}

.perk-footer-gray-divider {
    border-top: 1px solid #ccc;
}

.perk-footer-link {
    font-size: 0.8em;
}
/* end perk block styles */

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.flex-vertically-gapped {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.content-block {
    margin-bottom: 20px;
}

.details-block.with-border {
    display: inline-block;
    border: 1px solid #777;
    border-radius: 2px;
}

.details-block > div {
    margin-bottom: 4px;
}

.hidden {
    display: none;
}

@media all and (max-width: 1000px) {
    #active_subs > div {
        display: block;
    }
    #active_subs > div > div {   
        margin-bottom: 16px;
    }
}