
#Content .int-form.subscribe h1 {
    font-size: 40px;
    margin-bottom: 44px;
    margin-top: 0;
}

@media(min-width:992px) {
    #Content .int-form.subscribe h1 {
        font-size: 60px;
        margin-bottom: 10px;
        text-align: center;
    }
}

#Content .int-form.subscribe h2 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

@media(min-width:992px) {
    #Content .int-form.subscribe h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

.magazine-subscribe-form-container {
    position: relative;
}



.subscribe .viewport-wrapper {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding: 40px 20px 20px;
}

@media(min-width:992px) {
    .subscribe .viewport-wrapper {
        border: none;
        margin-bottom: 25px;
        padding: 0;
    }
}

.subscribe .viewport {
    overflow: hidden;
    position: relative;
}

@media(min-width:992px) {
    .subscribe .viewport {
        overflow: visible;
    }
}

.subscribe .viewport-inner{
    position:relative;
}

.magazine-subscribe-form-container .steps-wrapper {
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
    z-index: 2;
}

@media(min-width:992px) {
    .magazine-subscribe-form-container .steps-wrapper {
        display: none;
    }
}

.subscribe .choose-subscriptions .error-msg {
    font-size: 14px;
    padding: 20px 0 0;
    text-align: center;
}

.magazine-subscribe-form-container .steps-wrapper .step {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 24px;
    width: 40px;
}

    .magazine-subscribe-form-container .steps-wrapper .step.active {
        background-color: #3c3c3c;
    }

        .magazine-subscribe-form-container .steps-wrapper .step.active i {
            color: #fff;
        }

    .magazine-subscribe-form-container .steps-wrapper .step i {
        color: #3c3c3c;
        display: block;
        font-family: 'BrandonBold', sans-serif;
        font-size: 20px;
        font-style: normal;
        line-height: 38px;
    }

.subscribe .country-div {
    font-family: 'BrandonMedium', sans-serif;
    font-size: 12px;
    height: 30px;
    margin: 0 0 20px;
    text-align: center;
}

@media(min-width:480px) {
    .subscribe .country-div {
        font-size: 14px;
        height: 40px;
    }
}

@media(min-width:992px) {
    .subscribe .country-div {
        margin: 0 0 44px;
    }
}


.subscribe .country-div span {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.subscribe .country-div a {
    color: #9bc8be;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    vertical-align: middle;
}

.subscribe .country-div span,
.subscribe .country-div a {
    margin-top: 4px;
}

@media(min-width:480px) {
    .subscribe .country-div span,
    .subscribe .country-div a {
        margin-top: 10px;
    }
}

.subscribe #country-selector {
    margin-bottom: 20px;
}

@media(min-width:480px) {
    .subscribe #country-selector {
        margin-bottom: 20px;
    }
}

@media(min-width:992px) {
    .subscribe #country-selector {
        margin-bottom: 44px;
    }
}

.subscribe .input-container .inner.padding-top-24 {
    padding-top: 24px;
}

    @media(min-width:992px) {
        .subscribe .input-container .inner.padding-top-24 {
            padding-top: 26px;
        }
    }

#Content .int-form .input-container.margin-bottom-6 {
    margin-bottom: 6px;
}

#Content .int-form .input-container.margin-bottom-0 {
    margin-bottom: 0;
}

.col-xs-6.padding-left-8 {
    padding-left: 8px;
}

.col-xs-6.padding-right-8 {
    padding-right: 8px;
}





/* Base for label styling */

.has-custom-checkbox {
    margin-bottom: 15px;
}

.has-custom-checkbox:last-of-type{
    margin-bottom:0;
}

    @media(max-width:991px){
        .has-custom-checkbox:last-of-type .custom-popover .popover {
            top:-950% !important;
        }

        .has-custom-checkbox:last-of-type .custom-popover .popover.bottom > .arrow {
            border-bottom-width: 0;
            border-top: 11px solid rgba(0, 0, 0, 0.25);
            bottom: -11px !important;
            left: 93% !important;
            top: 100% !important;
        }

        .has-custom-checkbox:last-of-type .custom-popover .popover.bottom > .arrow:after {
            border-bottom-width: 0;
            border-top: 10px solid #fff;
            bottom: 0 !important;
            top: -11px !important;
        }
    }


@media(min-width:992px) {
    .has-custom-checkbox {
        margin-bottom: 0;
    }
}

.custom-checkbox {
    position: relative;
    z-index: 1;
}


    .custom-checkbox [type="checkbox"]:not(:checked),
    .custom-checkbox [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label  {
            cursor: pointer;
            background-color: #fff;
            border: 1px solid #d2d2d2;
            border-bottom: 10px solid #9bc8be;
            display: block;
            padding: 10px;
            position: relative;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .custom-checkbox.disabled [type="checkbox"]:disabled + input[type="hidden"] + label,
        .custom-checkbox.disabled [type="checkbox"]:disabled + input[type="hidden"] + label:hover {
            cursor: not-allowed;
            background: #f9f9f9;
            border: 1px solid #d2d2d2;
            border-bottom: 10px solid rgba(1, 1, 1, 0.2);
            opacity:0.5;
        }


@media(min-width:992px) {
    .custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label {
        padding: 20px;
    }
}

.custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label,
.custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label:hover {
    cursor: pointer;
    background: url(/Skins/images/green-black-bg.png) repeat scroll 0 0 transparent;
    border: 1px solid #9bc8be;
    border-bottom: 10px solid rgba(1, 1, 1, 0.2);
    display: block;
    padding: 10px;
    position: relative;
}

@media(min-width:992px) {
    .custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label,
    .custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label:hover  {
        padding: 20px;
    }
}

.custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label .title,
.custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label .title {
    display: block;
    font-family: 'BrandonRegular', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media(min-width:992px) {
    .custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label .title,
    .custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label .title b,
.custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label .title b {
    font-family: 'BrandonBold', sans-serif;
    font-weight: normal;
}

.custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label .list,
.custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label .list {
    display: block;
    font-family: 'MuseoSlab300', serif;
    font-size: 12px;
    margin-bottom: 7px;
}

    .custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label .list:last-child,
    .custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label .list:last-child {
        margin-bottom: 0;
    }

@media(min-width:992px) {
    .custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label .list,
    .custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label .list {
        font-size: 16px;
    }
}
  
.custom-checkbox [type="checkbox"]:not(:checked) + input[type="hidden"] + label .list i,
.custom-checkbox [type="checkbox"]:checked + input[type="hidden"] + label .list i {
    display: inline-block;
    font-style: normal;
    margin-right: 8px;
}

.custom-checkbox-wrapper {
    position: relative;
}
    
    .custom-checkbox-wrapper.checked .custom-popover a {
        border-color: #3c3c3c;
        color: #000000;
        opacity: 0.5;
    }

        .custom-checkbox-wrapper.checked .custom-popover a:hover,
        .custom-checkbox-wrapper.checked .custom-popover a:focus {
            background-color: #3c3c3c;
            color: #fff;
            opacity: 1;
        }

.custom-popover {
    position: absolute;
    right: 12px;
    top:10px;
    width: 20px;
    z-index: 2;
}

    .custom-popover.higher {
        z-index: 3;
    }

    .custom-popover a {
        border: 2px solid #d2d2d2;
        border-radius: 50%;
        color: #a5a5a5;
        cursor: pointer;
        display: inline-block;
        font-family: 'MuseoSlab500', serif;
        font-size: 15px;
        height: 20px;
        line-height: 17px;
        margin: 0 0 0 -1px;
        text-align: center;
        width: 20px;
    }

        .custom-popover a:hover,
        .custom-popover a:focus {
            background-color: #9bc8be;
            border-color: #9bc8be;
            color: #fff;
            text-decoration: none;
        }


    .custom-popover .popover {
        background-color: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
        left:-248px !important;
        padding: 25px;
        right: 0;
        width: 362px;
        z-index: 3;
    }

        .custom-popover .popover.bottom {
            margin-top: 15px;
        }

            .custom-popover .popover.bottom > .arrow {
                left: 93% !important;
                right:0;
                top: -11px;
            }

    .custom-popover .popover-title {
        background-color: transparent;
        border: none;
        display: inline-block;
        font-family: 'MuseoSlab500', serif;
        font-size: 12px;
        line-height: 18px;
        margin-right: 4px;
        padding: 0;
        text-transform: none;
    }

        .custom-popover .popover-title:before {
            content: "•";
            left: 14px;
            position: absolute;
        }

    .custom-popover .popover-content {
        display: inline;
        font-family: 'MuseoSlab300', serif;
        font-size: 12px;
        line-height: 18px;
        padding: 0;
    }


@media(min-width:992px) {
    .subscribe .choose-subscriptions {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 60px;
    }

    .subscribe .add-personal-info {
        padding-top: 60px;
    }

    .subscribe .label-text {
        font-size: 18px;
    }

    .custom-popover .popover-title {
        font-size: 16px;
        line-height: 18px;
    }

    .custom-popover .popover-content {
        font-size: 16px;
        line-height: 18px;
    }
}

.subscribe .button-wrapper {
    width: 100%;
}

    .subscribe .button-wrapper:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .subscribe .button-wrapper.none {
        display: none;
    }

@media(min-width:992px) {
    .subscribe #nextButtonWrapper,
    .subscribe .button-wrapper.button-left {
        display: none;
    }

    .subscribe #prevButtonWrapper {
        display: block;
    }
}

.subscribe .button {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'BrandonBold', sans-serif;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

    .subscribe .button.black {
        background: #3c3c3c;
        color: #ffffff;
        padding: 10px 30px;
    }

    .subscribe .button.white {
        background: #fff;
        border: 2px solid #3c3c3c;
        color: #3c3c3c;
        padding: 8px 30px;
    }

        .subscribe .button.black:hover,
        .subscribe .button.white:hover {
            opacity: 0.65;
            text-decoration: none;
        }

.subscribe .button-left,
.subscribe .button-right,
.subscribe .button-center  {
    width: 50%;
}

.subscribe .button-center {
    margin:0 auto;
}

.subscribe .button-left {
    float: left;
    padding-right: 7px;
}

.subscribe .button-right {
    float: right;
    padding-left: 7px;
}

@media(min-width:992px) {
    .subscribe .button-left,
    .subscribe .button-right {
        float: none;
        padding: 0;
        width: 100%;
    }
}

@media(min-width:320px) {
    #Content .int-form.subscribe .magazine-subscribe-form-container .submit-button {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        margin: 0;
    }
}

#Content .int-form.subscribe .note.required {
    margin-top: 15px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



