@charset "utf-8";
/* CSS Document */
:root {
    --c-subcolor : #c60c21;
    --primary-color: #c60c21;
}
body {
    background: #f2f2f2;
    color: #1e1e1e;
    overflow-x: hidden;
}
.c-subcolor {
    color: var(--c-subcolor);
}

.btn, button {
    border: 0px;
    background-color: var(--c-subcolor);
    color: #fff;
    font-family: var(--h-labelfont);
letter-spacing: var(--h-labelspace);
    font-size: 14px;
    font-weight: 600;
    
}
.toparrow {
    position: absolute;
    color: inherit;
    top: 0;
    line-height: 1.25;
    margin-top: 15px;
    opacity: 0.6;
    transition: all 0.3s linear;
    z-index: 3;
}
.toparrow small {
    display:block;
    font-size: 12px;
    font-family: var(--h-labelfont);
    opacity: 0.65;
    text-transform: uppercase;
    font-weight: 600;
    
}
.toparrow:hover {

    opacity:1;
     
}
.toparrow:before {
    font-family: var(--h-fafont);
    font-weight: 900; /* Fix version 5.0.9 */	
    position: absolute;
    top: 0;
    width: 55px;
    font-size: 25px;
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
}
.toparrow.leftside:before {
    content: "\f104";
    left: 0;

}
.toparrow.leftside {
    left: 0;
    margin-left: -5px;
    border-radius: 0px 0.5rem 0.5rem 0;
    padding: 1rem 2rem 1rem 60px;
}
.toparrow.leftside:hover {
    margin-left: 0px;
}
.toparrow.rightside:before {
    content: "\f105";
    right: 0; 
}
.toparrow.rightside {
    right: 0;
    margin-right: -5px;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 1rem 60px 1rem 2rem;
}
.toparrow.rightside:hover {
    margin-right: 0px;
}

.subintro {
    padding: 8rem 0 7rem;
    color: var(--h-black);
}
.subintro .mainlogo {
    max-width: 360px;
    margin-bottom: 2rem;
}

.subintro .lead {
    font-size: 150%;
    font-weight: 500;
}
.subintro .lead em {
    font-style: italic;
}
.subintro .lead .underline {
    color: var(--c-subcolor);
}
.underline {
    text-decoration: underline;
}

.priceblock {
    background: #fff;
    width: 94%;
    border: 3px solid #e3e3e3;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.priceblock h3 {
    font-size: 240%;
}
.priceblock .sidelabel {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--c-subcolor); 
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 0.55em 0 1.35em;
    margin-top: -35px;
    font-family: var(--h-handfont);
    font-size: 22px;
    font-weight: 300;
    margin-left: -15px;
}
.priceblock .sidelabel:before{
    content: "";
    position: absolute;
    top: 100%;
    left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 20px 0;
border-color: transparent #a10c1d transparent transparent;
}
.priceblock .sidelabel:after{
    content: "";
    position: absolute;
    top: 0;
    right:0;
width: 0;
height: 0;
    margin-right: -24px;
border-style: solid;
border-width: 40px 25px 0 0;
border-color:var(--c-subcolor) transparent transparent transparent;
}
.priceblock .intro {
    padding: 1.75rem 1.25rem 1.25rem;
}


.priceblock .desc {
    font-size: 95%;
    line-height: 1.35;
}
.priceblock .desc p:first-child {
    display:block;
    margin-bottom: 5px;
}
.priceblock .desc p {
    margin: 0;
    display: inline;
}
.priceblock .desc .extras {
    font-size: 12px;
    color: var(--c-subcolor);
    
}
.priceblock .pricelist {
    display:block;
    margin: 0;
    padding: 0;
}

.priceblock .pricelist li {
    display:block;
    padding: 1.15rem 0.5rem;
}

.priceblock .pricelist li.trialplan {
    color: var(--c-subcolor);
    font-size: 113%;
    font-weight: 600;
}
.priceblock .pricelist li.bestdeal {
    color: #fff;
    background: rgba(71,138,116,1.00);
    background: var(--h-black);
}

.priceblock .pricelist li.active {
    border-left: 4px solid var(--c-subcolor);
    margin-left: -4px;
    outline: 2px solid var(--c-subcolor);
    z-index: 2;
}
.priceblock .pricelist li + li {
    border-top: 1px solid rgba(191,191,191,0.60);
}
.priceblock .pricelist li .row {
    margin: 0;
    align-items: center;
    line-height: 1.2;
}
.priceblock .pricelist li .left {
    padding: 0 1rem;
}
.priceblock .pricelist li .left input {
    min-height: 0;
}
.priceblock .pricelist li .mid {
    font-size: 107%;
    padding-left: 0;
    padding-right: 0;
}
.priceblock .pricelist li .mid strong {
    font-size: 105%;
}
.priceblock .pricelist li .mid .onepay {
    display:block;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0.15em;
}
.priceblock .pricelist li .right {
    font-size: 111%;
    font-weight: 500;
    text-align: right;
}

.priceblock .pricelist li .right .light {
    font-weight: 400;
    font-size: 87%;
}

.priceblock .pricelist li .right .savings {
    display:block;
    color: rgba(34,157,177,1.00);
    font-size: 14px;
}
.priceblock .pricelist li .right .extras {
    color: var(--c-subcolor);
        font-size: 14px;
    display:block;  
}

.priceblock .autopay-confirmation {
    font-size: 14px;
    line-height: 1.24;
    padding: 1rem 1.5rem;
    color: rgba(29,29,29,0.69);
}.priceblock .autopay-confirmation label {
    color: var(--h-black);
    font-size: 16px;
}


.priceblock .btn-select {
    width: 90%;
    max-width: 220px;
    line-height: 35px;
    color: #fff !important;
    margin: 0 auto 1rem;
    background-color: #41666c;
    display:block;
    border-radius: 0.35rem;
    font-size: 14px !important;
}
.priceblock .btn-select:hover {
    background: var(--c-subcolor);
}
.priceblock .unconfirmed .btn-select { 
    pointer-events: none;
    background: rgba(173,173,173,1.00);
}
.priceblock .btn-select:before {
    content: "Confirm";
}
.priceblock .unconfirmed:hover .btn-select:before {
    content: "Please Confirm";
}
.priceblock .autopay-confirmation:not(.unconfirmed) .btn-select:before {
    content: "Subscribe";
}
.priceblock .bottomimg {
    max-width:  75%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.priceblock .bottomimg.imgp-1 {
    max-width: 90%;   
}
.priceblock .bottomimg.has-cd:after {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 100%;
    z-index: 2;
    display:block;
    background-size: 85% auto;
    margin-right: -5%;
    margin-bottom: -35px;
}
.priceblock .bottomimg img {
    padding-bottom: 35px;
    display:block;
}
.mailnotice {
    text-align: center;
    margin-bottom: 0.45rem;
}

/** Custom Radio Buttons **/


/* Hide the browser's default radio button */
input[name="plan"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
    margin-top: -10px;
    margin-left: 0;
}

/* On mouse-over, add a grey background color */
input[name="plan"] ~ .checkmark {
  background-color: #e3e3e3;
}

/* When the radio button is checked, add a blue background */
input[name="plan"]:checked ~ .checkmark {
  background-color: rgba(87,163,40,1.00);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
    
}

/* Show the indicator when checked */
input[name="plan"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator */
.checkmark:after {
 	top: 4px;
	left: 8px;
	width: 6px;
	height: 12px;
	border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*********** OLD STUFF ***************/
#wrapper-subscribepage {
    overflow-x: hidden;
}
#wrapper-subscribepage:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    /* background-image: url('../img/subpage_bg.png'); */
    background-position: top left;
    background-size: 95% auto;
    background-repeat: no-repeat;
}


.autopay-check {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.autopay-check  i {
    font-size: 115%;
    color: rgba(140,140,140,0.50);
    
}
.renewal-notice {
    line-height: 1.2;
    color: rgba(0,0,0,0.79);
    font-size: 0.9rem;
}
.renewal-notice  i {
    font-size: 20px;
    color: var(--h-black);
}
.noticescontainer {
    margin-top: 2rem;
}
.noticescontainer .container {
    width: 100%;
    max-width: 900px;
}

.subpage-footer {
    background: #121212;
    color: rgba(195,195,195,0.8);
    padding: 5rem 0;
    font-size: 14px;
}
.subpage-footer .disclaimer {
    font-size: 94%;
    line-height: 1.25;
}
.subpage-footer img.logoimg {
    opacity: 0.5;
    width: 95%;
    max-width: 170px;
    margin-bottom: 1rem;
}
.subpage-footer .copyrightext {
    font-size: 13px;
    line-height: 1.3;
}
.subpage-footer a {
    color: inherit;
}
.subpage-footer a:hover {
    color: #fff;
}
.c-inherit {
    color: inherit;
}
#first-reg-form {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 2rem auto;
}
#first-reg-form label {
    font-weight: 500;
    font-family: var(--h-lablefont);
    
}
#first-reg-form .form-control {
    background: rgba(216,216,216,0.2);
    border: 2px solid rgba(216,216,216,0.34);
}

#first-reg-form-redo {
    font-size: 90%;
}
#first-reg-form-redo, #first-reg-form .confirm-text {
    display: none;
}

#first-reg-form.confirming #first-reg-form-redo, #first-reg-form.confirming .confirm-text {
    display: block;
}
#first-reg-form.confirming .password2-wrap {
    display: none;
}
#first-reg-form.confirming input[type="password"], #first-reg-form.confirming input[type="email"] {
    background: transparent !important;
    pointer-events: none;
    padding: 0px !important;
    margin: 0px !important;
    display: inline !important;
    width: 77%;
    margin-left: 5px;
    border: 0px !important;
}

#first-reg-form.confirming label {
    background: var(--h-black);
    color: #fff;
    padding: 0.3em 0.75em;
    font-weight: 500;
}
.regForm_msg {
    color: rgba(180,105,106,1.00);
    display:block;
    font-size: 90%;
}
#checkoutModal .modal-dialog {
    max-width: 900px;
    width: 100%;
}
#checkoutModal .modal-dialog iframe {
    width: 100%;
    height: 800px !important;
border: 0px;
visibility: visible !important;
min-height: auto !important;
}
#checkoutModal .modal-header {
    background-color: var(--c-subcolor);
    color: #fff;
    border-radius: 0px;
    flex-direction: column;
}
#checkoutModal .modal-header {
    padding-left: 200px;
}
#checkoutModal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
#checkoutModal #modal-img {
    position: absolute;
    top: 0;
    left: 0px;
    max-width: 200px;
    margin-top: -20px;
}
#checkoutModal .cancel-link {
    color: rgba(103,103,103,1.00);
    background: transparent;
    font-size: 12px;
}
#checkoutModal .modal-footer {
    justify-content: flex-start;
}

.promofield-wrap {
    width: 200px;
    
}
#togglepromocode {
    background: var(--h-black); color: #fff; padding: 0.5rem 1rem; display: inline-block; font-size: 14px; font-family: var(--h-labelfont); border-radius: 0;
    width: 200px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin-top: -80px;
}
#promofield input[type="text"] {
    
    border: 2px solid var(--h-black); background: #fff; width: 200px; height: 35px;
}
.promo-nonefound {
    background: #fff;
    color: rgba(163,54,56,1.00);
    padding: 0.5em 1.25em;
    display: table;
    width: auto;
    margin-left: auto;
    font-size: 14px;
}
@media all and (min-width: 992px) {
    /** core overwrite **/
     .container {
        max-width: 97%;
    }
}
@media all and (min-width: 768px) {
    /** core overwrite **/
     .container {
        max-width: 97%;
    }
    .mobile-expand {
        display: block !important;
    }
    .mobile-expander-wrap {
        display: none !important;
    }
}
@media all and (max-width: 992px) {
    .subintro .mainlogo {
        max-width: 260px;
    }
    .toparrow.leftside, .toparrow.rightside {
        position: relative;
        display: block;
        width: 50%;
        margin: 0;
        padding: 0.75rem 0;
        opacity: 1;
        border-radius: 0;
        float: left;
    }
    #wrapper-subscribepage:before {
        margin-right: -10%;
    }
    .toparrow.rightside {
        float: right;
        text-align: right;
    }
    .toparrow.leftside:before, .toparrow.rightside:before { 
      width: 20px;
    }
    .toparrow.leftside { 
        padding-left: 25px;
    }
    .toparrow.rightside {
        padding-right: 25px;
    }
    .subpage-header {
        padding: 12rem 0.5rem 0;
        
    }
    .subpage-header .header-logo {
        max-width: 250px;
        margin-bottom: 1.5rem;
    }
    .subpage-header .textwrap .lead {
        font-size: 1.1em;
    }
    .nav-tabs.subtabs {
        margin-top: 3rem;
    }

    .mobile-expander {
        color: #fff !important;
        font-size: 14px;
        line-height: 55px;
        background: var(--h-black);
    }
}

@media all and (max-width: 768px) {
    #checkoutModal {
        padding-right: 0px !important;
    }
    
    #checkoutModal #modal-img {
        max-width: 130px;
    }
    #checkoutModal .modal-header {
        padding-left: 140px;
    }
    #checkoutModal .lead.modal-desc {
        font-size: 1rem;
    
    }
    .toparrow.leftside, .toparrow.rightside  {
       float: none;
        display: inline-block;
        width: 49%;
        color: #fff;
    }
    .toparrowwrap {
        background: var(--h-black);
    }
     .subintro .mainlogo {
        max-width: 210px;
    } 
    #wrapper-subscribepage:before {
        width: 90%;
        margin-right: -20%;
    }
    .subintro {
        padding-bottom: 4rem;
    }
    .subintro .lead {
        font-size: 117%;
    }
    .mobile-expand {
        display: none;
    }
    .mobile-expander-wrap {
        display:block;
        cursor: pointer;
    }
    .mobile-expander-wrap:hover .mobile-expander {
        background: var(--c-subcolor);
    }
    .priceblock {
        margin-bottom: 3rem;
        
    }
    .priceblock .sidelabel {
        margin-top: -10px;
    }
    .priceblock .sidelabel + .intro {
        padding-top: 2.75rem;
    }
    .priceblock .intro { 
        padding-top: 1rem;
    }
    .priceblock h3 {
        font-size: 250%;
    }
    .priceblock img {
        max-width: 300px;
    }
    #wrapper-subscribepage .container {
        max-width: 100%;
    }
  .nav-tabs.subtabs {
        clear: both;
    }
    .nav-tabs.subtabs .nav-item {
        width: 100%;
        margin: 0.15rem 0;
        clear: both;
        height: auto;
        
    }
    .nav-tabs.subtabs .nav-item .special {
        position: relative;
        display:none;
    }
 
    .nav-tabs.subtabs .nav-link.active:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 0;
        margin: auto;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: var(--primary-color) transparent transparent transparent;

    }
    
}