.headline.page-title {
    display: none;
}

.container-full #section-2 {
    box-sizing: border-box;
}

.ibj-subscriptions {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: none;
}

.ibj-subscriptions * {
    font-family: 'Nunito', sans-serif !important;
}

#ibj .ibj-subscriptions p,
#ibj .ibj-subscriptions a,
#ibj .ibj-subscriptions li {
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px;
    font-weight: 100;
}

#ibj .column {
    padding: 10px;
}

.ibj-subscriptions strong {
    font-weight: 600;
}

.ibj-subscriptions .small-price {
    text-align: center;
}

.headline {
    display: none;
}

.ibj-subscriptions .center-h {
    left: 50%;
    transform: translate(-50%, 0);
}

.ibj-subscriptions p {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 21px;
    -webkit-text-size-adjust: none;
}

.ibj-subscriptions ul {
    margin: 0 0 10px 0;
    padding-left: 18px;
}

.ibj-subscriptions ul li {
    font-size: 16px;
    font-weight: 100;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 21px;
    -webkit-text-size-adjust: none;
}

.ibj-subscriptions h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-transform: none;
    text-align: center;
}

#ibj .ibj-subscriptions .best-choice-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin: 0 0 5px 0;
    border: none;
}

.ibj-subscriptions p.set-width {
    max-width: 430px;
}

.ibj-subscriptions small {
    margin-bottom: 10px;
    display: block;
}

.ibj-subscriptions .best-choice-title {
    max-width: 800px;
    margin: auto;
    position: relative;
    padding: 20px;
    min-height: 275px;
}

.ibj-subscriptions .offers {
    max-width: 735px;
    margin: auto;
}

.ibj-subscriptions .offer {
    background: #c41425;
    border-radius: 10px;
    padding: 20px 10px;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.ibj-subscriptions .offer ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.ibj-subscriptions .offer li {
    display: inline-block;
    margin-right: -4px;
    margin-bottom: 0;
}

.offer.digital {
    background: #f7941e;
}

.offer.print {
    background: #005496;
}

#ibj .ibj-subscriptions .offer p {
    font-size: 15px;
    font-weight: 400;
}

.sub-img {
    position: absolute;
    right: 0;
    width: 300px;
}

.divider {}

#ibj-pd,
#ibj-d,
#ibj-p {
    display: none;
}

.yearly-price {
    display: none;
}

.monthly-price {
    display: none;
}

.three-year-price {
    display: none;
}

.btn {
    font-size: 14px;
    padding: 5px;
    background-color: #ffffff;
    color: #c41425;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin: 10px 2px 0 2px;
    border: none;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .8s ease;
    text-align: center;
}

.offer.digital .btn {
    color: #f7941e;
}

.offer.print .btn {
    color: #005496;
}

#loading {
    text-align: center;
}

#loading p {
    font-size: 16px;
}

#ibj .account-options {
    background: #d2d2d2;
}

#ibj .account-options ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

#ibj .account-options ul li {
    display: inline;
    padding: 0 15px;
}

p.details-btn {
    display: none;
}

#ibj .account-options ul li a {
    color: #6f6f6f;
    text-decoration: none;
    font-size: 14px;
}

#ibj .account-options ul li a:hover {
    text-decoration: underline;
}

.print-container {}

#js-print-button {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

#js-print-button img {
    display: inline-block;
    vertical-align: middle;
}

.bolder {
    font-weight: 800;
}

.boldest {
    font-weight: 900 !important;
}

.offer-details {
    transition: all .8s ease;
}

#ibj span.name {
    display: block;
}

#ibj span.company {
    display: block;
}

#ibj span.address {
    display: block;
}

#ibj span.suite {
    display: block;
}

#ibj span.city {
    display: block;
}

@media (max-width: 1279px) {
    .btn {
        font-size: 13px;
    }
}

@media (max-width: 1023px) {
    .btn {
        font-size: 15px;
    }
    .ibj-subscriptions .offers {
        max-width: 380px;
        margin: auto;
    }
    .account-options ul li {
        display: block;
        margin-bottom: 20px;
    }
    #ibj .ibj-subscriptions .half {
        width: 100%;
    }
    .offer-details {
        max-height: 0;
        overflow: hidden;
    }
    p.details-btn {
        display: block;
        text-align: center;
        text-decoration: underline;
        cursor: pointer;
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .sub-img {
        display: none;
    }
}

@media screen and (max-width: 775px) {
    .container .main-body,
    .container-full #section-2.main-body {
        width: 100%;
    }
}