.semTop .sem-top-media {
    background-color: #F0F0F0;
    background-position-x: center;
    background-size: cover;
    height: 484px;
    min-height: 430px;
    padding: 0px 0 35px;
    text-align: center;
    width: 100%;
}

.no-wrap {
    white-space: nowrap;
}
.crux-body-copy--extra-small a,
a.right__switch,
div.crux-icons-close.right__switch,
a.show-instruction,
div.crux-icons.crux-icons-close.middle__switch,
div.crux-icons.crux-icons-close.monthly__switch,
div.show-instruction.crux-icons-close{
    cursor: pointer;
}
.crux-body-copy a {
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
}

.semTop .title-container {
    padding-top: 45px;
    margin-left: 70px;
    text-align: left;
    color: #000000;
}

.semTop #main-subtitle.crux-component-title {
    margin-top: 10px;
}

.semTop .digital-sub {
    padding-top: 45px;
}

.semTop .inner-container {
    padding: 33px 15px 0;
    width: 1050px;
    margin: 0 auto 0 73px;
}

.semTop .inner-container.top {
    position: relative;
    height: 100%;
}

.semTop .rectangle {
    background-color: #ffffff;
    border: solid #999999;
    text-align: left;
    padding: 55px 30px 30px;
}

.semTop .atc .rectangle button {
    margin-bottom: 15px;
}

.semTop .atc .rectangle.left,
.semTop .atc .rectangle.middle {
    padding-bottom: 30px;
}

.semTop .atc .rectangle.right {
    padding-bottom: 45px;
}

.semTop .atc .rectangle.middle--form,
.semTop .atc .rectangle.monthly--form {
    right: 350px;
    padding: 30px;
}

.semTop .atc .rectangle.monthly--form {
    left: 0;
    margin-top: 0;
    height: 339px;
}

.semTop .rectangle.middle {
    border-width: 1px;
    margin-top: -33px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    position: relative;
    padding-bottom: 60px;
}

.semTop .rectangle.left{
    border-width: 1px 0 1px 1px;
}

.atc .rectangle.left .title {
    width: 60%;
}

.atc button {
    border-radius: 0;
}

.semTop .rectangle.right{
    border-width: 1px 1px 1px 0;
}

.semTop .rectangle.right--form {
    margin-top: -66px;
    border-left-width: 1px;
    padding-top: 40px;
    position: absolute;
    right: 1px;
    z-index: 2;
    width: calc(33.33333% + 1px);
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.semTop .rectangle.monthly--form,
.semTop .rectangle.middle--form {
    margin-top: -33px;
}

.semTop .rectangle.monthly--form {
    height: 393px;
}

.crux-icons.right__switch,
.crux-icons.middle__switch,
.crux-icons.monthly__switch {
    position: absolute;
    right: 22px;
    top: 18px;
}

.semTop .title {
    padding-bottom: 5px;
}

.semTop div.atc .title {
    padding-bottom: 10px;
}

.semTop .subscribe-text {
    padding-bottom: 25px;
}

.semTop .middle .subscribe-text {
    padding-bottom: 35px;
}

.semTop .right .subscribe-text {
    padding-bottom: 5px;
}

.semTop .atc .right .subscribe-text {
    padding-bottom: 25px;
}

.semTop .atc .middle--form .subscribe-text,
.semTop .atc .monthly--form .subscribe-text {
    padding-bottom: 0;
}

.semTop .right--form .title {
    padding-bottom: 10px;
}

.semTop .right--form .subtitle,
.semTop .right--form .instruction {
    padding-bottom: 20px;
}

.semTop .right__input {
    background-color: #fff;
    border: 1px solid #999999;
    color: #000;
    font-size: 22px;
    height: 60px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 20px;
}

@-webkit-keyframes validationOff {
    from {
        -webkit-opacity: 1;
        color: #ec1c24;
    }
    to {
        -webkit-opacity: 0;
        color: #999999;
    }
}

@-moz-keyframes validationOff {
    from {
        -moz-opacity: 1;
        color: #ec1c24;
    }
    to {
        -moz-opacity: 0;
        color: #999999;
    }
}

@keyframes validationOff {
    from {
        opacity: 1;
        color: #ec1c24;
    }
    to {
        opacity: 0;
        color: #999999;
    }
}

.semTop .right__input.invalid.error--reset,
.semTop .magazine.error--reset.invalid:after,
.semTop .magazine .error.error--reset {
    -webkit-animation-name: validationOff;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: validationOff;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    animation-name: validationOff;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    opacity: 0;
}

.semTop .magazine .error.error--reset {
    border: none;
}

.semTop .right__input.invalid.error--reset {
    border: solid 2px #999999;
    color: #999999;
    opacity: 1;
}

.semTop .magazine.error--reset .invalid:after {
    border: none;
    color: #999999;
    opacity: 1;
}

.semTop .right__input.invalid {
    border: solid 2px #ec1c24;
    color: #ec1c24;
    padding-right: 60px;
    margin-bottom: 10px;
}

.semTop .magazine {
    position: relative;
}

.semTop .magazine.invalid:after {
    content: '¥';
    font-family: "crux-icons";
    font-size: 40px;
    color: #ec1c24;
    position: absolute;
    right: 10px;
    top: 1px;
}

.semTop .magazine .error {
    margin-bottom: 30px;
    color: red;
}

.instruction__block {
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #999999;
    left: 12px;
    right: 12px;
    top: 80px;
    padding: 35px 9px;
}

.instruction__block .show-instruction {
    position: absolute;
    top: 11px;
    right: 11px;
}

.instruction__block img {
    margin: 20px 0 15px;
    width: 100%;
}

.semTop .banner {
    background-color: #00ae4d;
    color: #ffffff;
    margin: -55px -30px 0 -30px;
    padding: 19px 30px;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .inner-container.info-container .row {
        margin-top: 178px;
    }
}}

.semTop .oval {
    width: 85px;
    height: 85px;
    background-color: #ffd500;
    border: solid 2px #ffffff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 11px;
    right: 20px;
}

.semTop .oval .save {
    padding-top: 24px;
}
.semTop .oval .less {
    padding-top: 13px;
}
#less-amount{
    line-height: 2rem;
    font-size: 2.2rem;
}
.semTop .oval .less,
.semTop .oval .per-month {
    font-size: 10px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    text-transform: inherit;
    line-height: 1.8em;
}

.semTop .middle .subscribe-text {
    margin-top: 30px;
}

.semTop .atc .middle .subscribe-text {
    margin-top: 20px;
}

.semTop  .subscribe-text .description {
    background-color: #ffd500;
    margin-top: 15px;
    padding: 5px 10px;
    display: inline-block;
}

.semTop .crux-btn-primary--lg,
.semTop .crux-btn-special--lg {
    width: 100%;
    border-radius: 0;
    padding: 0 30px;
}

.semTop .info {
    padding: 55px 0 5px;
}

.semTop .info-descr {
    padding-left: 0px;
}

.cfa-footer {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    bottom: 0;
    position: relative;
    background-color: black;
    color: #fff;
}

.cfa-footer .crux-container .links {
    float: left;
}

.cfa-footer .crux-container .row a {
    color: #fff;
    display: inline-block;
    margin-right: 40px;
}

.cfa-footer .crux-container .row a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cfa-footer .crux-container .copyright {
    float: right;
    padding-right: 0;
    color: white;
}

.cfa-footer .crux-container .copyright a {
    margin-right: 0;
}

.semTop .left {
    position: relative;
    left: -350px;
}

.semTop .middle {
    position: relative;
    left: 350px;
}

.semTop .crux-btn-primary--lg {
    padding: 0 35px;
}

/* Union Page */

.union.sem-top-media {
    margin-bottom: -160px;
    text-align: left;
}

.union .union-title {
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 0;
    clear: both;
}

.union .union-subtitle {
    margin-bottom: 100px;
    padding: 0;
    clear: both;
}

.union .union-description {
    clear: both;
    padding: 0;
    margin-bottom: 10px;
}

.union .union-container {
    height: 120px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #999999;
}

.union .price-section {
    line-height: 118px;
    text-align: center;
}

.price-section:after {
    content: "";
    position: absolute;
    right: -6px;
    width: 0;
    top: 52px;
    height: 0;
    z-index: 1;
    border-top: 7px solid transparent;
    border-left: 7px solid black;
    border-bottom: 7px solid transparent;
}

.union .action-section {
    padding: 28px 15px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px){
    .semTop .atc .middle .subscribe-text {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .semTop .inner-container {
        width: 100%;
        margin: 0;
        padding-top: 50px;
        position: relative;
    }

    .semTop .inner-container.top {
        padding-top: 55px;
    }

    .semTop .middle .subscribe-text {
        margin-top: 20px;
    }


    .semTop .title-container {
        padding-top: 20px;
        margin-left: 30px;
    }

    .semTop .crux-call-to-action {
        padding-bottom: 10px;
    }

    .semTop .digital-sub {
        padding-top: 50px;
    }

    .semTop .info {
        padding: 35px 0 20px;
    }

    .cfa-footer {
        padding: 20px 0 15px;
    }

    .semTop .atc .rectangle.middle--form {
        right: 200px;
    }

    .semTop .atc .rectangle.monthly--form {
        min-height: 0;
        width: 247px;
    }

    .cfa-footer .crux-container .links,
    .cfa-footer .crux-container .copyright {
        float: none;
        text-align: center;
        padding-bottom: 5px;
    }

    .semTop .rectangle {
        z-index: 2;
    }

    .semTop .left {
        position: relative;
        left: -246px;
    }

    .semTop .middle {
        position: relative;
        left: 246px;
    }

    .semTop .right .title {
        padding-bottom: 35px;
    }

    .semTop .rectangle.right--form {
        margin-top: -58px;
        right: 0;
    }

    .semTop .rectangle.monthly--form,
    .semTop .rectangle.middle--form {
        margin-top: -33px;
        width: 350px;
        z-index: 3;
        right: 200px;
        min-height: 445px;
    }

    .semTop .right--form .title {
        padding-bottom: 10px;
    }

    .semTop .subscribe-text {
        padding-bottom: 15px;
    }

    .semTop .atc .rectangle.right {
        padding-bottom: 51px;
    }
    .semTop .left .no-wrap{
        white-space: inherit;
    }

    /* Union Page */

    .union.sem-top-media {
        margin-bottom: -195px;
        height: 344px;
        min-height: 0;
        position: relative;
    }

    .union .union-title {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0;
    }

    .union .union-subtitle {
        margin-bottom: 38px;
        padding: 0;
    }

    .union .union-container {
        position: absolute;
        width: 738px;
    }

    .union .price-section {
        line-height: 1em;
        padding: 23px;
        text-align: left;
    }

    .union .action-section {
        padding: 12px 15px;
    }

    .action-section .crux-btn {
        margin-top: 15px;
    }

}

@media only screen and (max-width: 767px) {

    .semTop .oval .less {
        padding-top: 13px;
        line-height: 1.2em;
    }
    .semTop .oval .less, .semTop .oval .per-month{
        margin-top: -1px;
    }
    #less-amount{
        font-size: 1.6rem;
    }

    .semTop .left .no-wrap{
        white-space: nowrap;
    }

    .no-scroll {
        overflow: hidden;
    }

    .semTop {
        overflow: hidden;
    }

    .semTop .left,
    .semTop .middle {
        position: static;
        left: 0;
        margin-bottom: 20px;
    }

    .semTop .rectangle.middle {
        margin: 0 0 20px;
    }

    .semTop .rectangle.middle .oval {
        display: none;
    }

    .semTop .rectangle.middle .oval-atc {
        display: inherit;
    }

    .semTop .inner-container .rectangle {
        border-width: 1px;
        padding-bottom: 30px;
        position: relative;
        width: 100%;
    }

    .semTop .rectangle.right--form,
    .semTop .rectangle.monthly--form,
    .semTop .atc .rectangle.monthly--form {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .instruction__block {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 30px 10px;
    }

    .semTop .rectangle.right--form {
        margin-top: 0;
    }

    .semTop .crux-call-to-action {
        padding-bottom: 0px;
    }

    .semTop .atc .crux-call-to-action {
        padding-bottom: 0;
        font-size: 26px;
    }

    .semTop .digital-sub {
        padding-top: 10px;
    }

    .semTop .atc .digital-sub {
        padding-top: 10px;
    }

    .semTop .inner-container.top {
        padding-top: 30px;
    }

    .semTop .atc .inner-container.top {
        padding-top: 20px;
    }

    .semTop .title-container {
        padding-top: 30px;
        margin: 0 15px;
    }

    .semTop .atc .title-container {
        padding-top: 20px;
    }

    .semTop .info {
        padding: 35px 0 10px;
    }

    .semTop .inner-container {
        padding: 0 30px;
    }

    .semTop .sem-top-title {
        font-size: 30px;
        line-height: 1;
    }
    .semTop .sem-top-subtitle {
        font-size: 18px;
    }

    .semTop .subscribe-text {
        padding-top: 17px;
    }

    .semTop .subtitle {
        font-size: 16px;
    }

    .semTop .rectangle {
        padding: 0 17px 31px 17px;
    }

    .semTop .banner {
        margin: 0 -18px -15px -18px;
    }

    .additionalInfoPar .img img {
        padding-left: 0;
    }

    .no-wrap {
        /*display: block;*/
        width: 100%;
    }

    .sem-top-media.atc.no-mobile-image,
    .sem-top-media.no-mobile-image{
        background-image: none!important;
    }

    #main-title br,
    #main-subtitle br {
        display: none;
    }

    /* Union Page */

    .union.sem-top-media {
        margin-bottom: -50px;
        height: auto;
        padding-bottom: 30px;
    }

    .union .union-container {
        position: static;
        margin: 0 15px;
        overflow: hidden;
        height: auto;
        width: auto;
    }

    .union .price-section,
    .union .price-section span {
        background-color: white;
        color: black!important;
    }

    .union .action-section {
        padding: 0 5px 25px;
    }

    .union .price-section:after {
        display: none;
    }

    .union .union .union-title {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 30px;
        padding: 0 15px;
    }

    .union .union .union-subtitle {
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .union .union .union-description {
        margin-top: 10px;
        padding: 0 15px;
    }

    .union .semTop {
        overflow: initial;
    }

}
