/* --- START CSS FOR CLOSING PREVIEW --- */

.the-closing {
    padding: 10px;
    border: solid 2px #ffad33;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
    margin: 25px 0px;
}

.the-closing h2 {
    font-size: 22px;
    color: #cc7a00;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0px;
    font-family: sans-serif;
}

.the-closing h3 {
    font-size: 17px;
    color: #444;
    font-weight: 600;
    font-family: sans-serif;
    margin: 5px 0px 5px 0px;
}

.the-closing .the-closing-label {
    padding: 3px 0px;
    margin: 5px 5px 5px 0px;
    display: inline-block;
    width: 90px;
    text-align: left;
    font-weight: bold;
}

.the-closing .the-closing-type,
.the-closing .the-closing-date,
.the-closing.the-closing-information {
    display: block;
    float: right;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 9px 0px 0px 0px;
}


/* closings.css NEW */
.the-closing-information {
    display: block;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    float: right;
    margin-top: 8px;
}

/* --- END CSS FOR CLOSING PREVIEW --- */

/* -------------------------------------------------------------------- */
@media (max-width: 360px) {

    .the-closing-information {
        width: 100%;
        float: none;
        margin-top: 0px;
        margin-bottom: -15px;
        display: block;
    }

}

.website-content {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.close-wall {
	font-size: 4em;
    margin-right: 10px;
	cursor: pointer;
}

.ng-paywall {
    position: absolute;
    top: 50vh;
    width: 100%;
    min-height: 50vh;
    background: #FFF;
    border-top: solid 1px #1d4c7a;
    padding: 20px 0px 20px 0px;
    -moz-box-shadow:    0px 0px 20px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 20px 0px rgba(0,0,0,0.3);
}

.ng-paywall:before {
    display: block;
    content: '';
    position: absolute;
    top: -50vh;
    width: 100%;
    min-height: 50vh;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.8));
    pointer-events: none;
    z-index: 100;
}

.ng-paywall-limit-reached {
    text-align: center;
    font-weight: 500;
    color: #444;
    font-size: 14px;
}

.ng-paywall-limit-reached span {
    display: inline-block;
}

.ng-paywall-limit-reached a {
    display: inline-block;
    color: #1d4c7a;
    font-weight: 700;
    text-decoration: none;
    transition: color ease 0.3s;
}

.ng-paywall-limit-reached a:hover {
    color: #2c73ba;
}

.subscription-option {
    border: solid 3px #1d4c7a;
    padding: 25px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
}

h2.subscription-option-headline {
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0px 15px 0px;
    border-bottom: solid 1px #CCC;
    font-family: 'Lora', serif;
    line-height: 1.4em;
}

h2.subscription-option-headline span {
    display: inline-block; 
    font-family: 'Lora', serif; 
}

h4.subscription-option-featured-tab {
    display: inline-block;
    background: #1d4c7a;
    padding: 6px 30px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: -3px;
    top: -40px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #FFF;
}

h3.subscription-option-title {
    margin: 0px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #1d4c7a;
}

ul.subscription-option-details {
    padding: 0px;
    margin: 0px;
}

ul.subscription-option-details li {
    padding: 10px;
    list-style-type: none;
    border: solid 1px #DDD;
    border-left: solid 4px #DDD;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.subscription-option-left {
    width: -moz-calc(50% - 25px);
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    float: left;
}

.subscription-option-right {
    width: -moz-calc(50% - 25px);
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    float: right;
    padding-top: 8px;
}

h4.subscription-option-offer {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0px 0px 15px 0px;
    line-height: 1.4em;
}

h4.subscription-option-offer span {
    display: inline-block;
}

h5.subscription-option-as-low-as {
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #1d4c7a;
}

span.subscription-option-asterisk {
    font-size: 20px;
    font-weight: 400;
    color: #888;
    position: relative;
    top: -5px;
    display: initial;
}

a.subscription-option-button {
    background: #1d4c7a;
    padding: 10px 25px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    transition: background ease 0.3s;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 18px;
}

a.subscription-option-button:hover {
    background: #2c73ba;
}

p.subscription-option-disclaimer {
    font-weight: 600;
    font-size: 12px;
    color: #999;
    margin: 16px 0px 0px 0px;
}

/* -------------------------------------------------------------------- */
@media (max-width: 767px) {

    h2.subscription-option-headline {
    font-size: 21px;
    }

    .subscription-option-left {
    width: 100%;
    float: none;
    }

    .subscription-option-right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    }

}

/* -------------------------------------------------------------------- */
@media (max-width: 450px) {

    .subscription-option {
    padding: 15px;
    }

    h2.subscription-option-headline {
    font-size: 16px;
    }

    h5.subscription-option-as-low-as {
    font-size: 15px;
    }

    h4.subscription-option-offer {
    font-size: 22px;
    }

    a.subscription-option-button {
    padding: 10px 15px;
    }

    p.subscription-option-disclaimer {
    font-size: 11px;
    }

    ul.subscription-option-details li {
    font-size: 13px;
    }

    .subscription-option-right {
    margin-bottom: 22px;
    }

    h4.subscription-option-featured-tab {
    padding: 6px 20px;
    }

}