﻿/* The goal of a interstitial stylesheet is to set a default styles for INTERSTITIAL POPUP. */

/* v1.0 | CIBER INDIA - GENERIC*/

#interstitial-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1003;
}
.interstitial {
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1004;
}
.interstitial .window {
    background: #fff;
    height: 100%;
    margin: 0 auto;
    max-width: 645px;
    border-radius: 30px;
}
.interstitial .window .inner {
    color: #333;
    padding: 30px;
    box-sizing: border-box;
    /*text-align:center;*/
    display: table;
}
.interstitial .left {
    max-width: none;
    width: 50%;
    float: left;
    display: none;

}
.interstitial .right {
    display: block;
    width: 100%;
    padding-left: 30px;
    text-align: center;
}
.interstitial .window .stripes {
    background-color: white;
    /*background-image: url("/-/media/MenopauseAndMeCoUk/assets/img/bluestripes.png");*/
    background-repeat: repeat-x;
    height: 14px;
    width: 100%;
}
.interstitial .window .stripes .bar {
    background: #2a276e none repeat scroll 0 0;
    height: inherit;
    width: 38%;
}
.interstitial .window h1 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}
.interstitial .window h2 {
    color: #CB0766;
    font-size: 18px;
    padding-bottom: 10px;
    /*text-align: center;*/
    font-weight: bold;
    margin: auto;
}
#sideEffects_popup.interstitial .window h2 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 16px;
    text-align: left;
}
.interstitial .window .caption {
    font-size: 18px;
    padding-bottom: 0;
    text-align: left;
}
#main-content-wapper .interstitial .window .caption p {
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0;
    /*text-align: center;*/
}
.interstitial .continue,
.interstitial .cancel {
    display: inline-block;
}


.interstitial a:hover,
.interstitial a:hover span {
    color: rgb(133,189,87) !important;
    text-decoration: none;
    border: 1px solid rgb(133,189,87) !important;
    background: none;
}
.interstitial .cancel a {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 195px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4;
       display: flex;
    align-items: center;
    justify-content: center;
}
.interstitial .cancel a:hover {
    text-decoration: underline;
}
.btn.continue > a {
    padding: 15px 50px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0;
}
.interstitial-exit-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    color: #00b4e5;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 6px;
    margin-right: -24px;
    margin-top: -75px;
    padding: 9px 4px;
}
.interstitial-exit-icon::before {
    content: "×";
}
#sideEffects_popup .caption a {
    color: #fff;
}
#sideEffects_popup .cancel {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
#sideEffects_popup .cancel a {
    border-radius: 5px;
}
#interstitial_onload.interstitial .window {
    background-color: #fff;
    border: 5px solid #5b9bd5;
    border-radius: 80px;
    max-width: 800px;
}
#interstitial_onload.interstitial .window .inner .caption {
    color: #999;
    height: 380px;
    overflow-y: auto;
}
#interstitial_onload.interstitial .cancel {
    display: none;
}
#interstitial_onload.interstitial .btn.continue {
    bottom: -25px;
    position: absolute;
    right: 52% !important;
    width: 68px;
}
#interstitial_onload.interstitial .interstitial-exit-icon {
    display: none;
}
#interstitial_onload.interstitial .btn a {
    background-color: #5b9bd5;
    border: 3px solid #41719c;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 50px;
    width: auto;
}
#interstitial_onload ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}
@media screen and (max-width: 680px) {
    .interstitial {
        top: 5%;
    }
    .interstitial .window {
        margin: 0 5%;
        max-width: 100%;
    }
    .interstitial .window .inner {
        padding: 20px 20px 27px;
        text-align: center;
    }
    .interstitial .left {
        width: 100%;
    }
    .interstitial .right {
        margin-left: 0;
    }
    .interstitial .cancel {
        margin-left: 10px !important;
        padding-top: 10px;
    }
    .interstitial .window .btn span {
        font-size: 14px;
        font-weight: bold;
    }
    .interstitial-exit-icon {
        margin-right: -10px;
        margin-top: -87px;
    }
   
    #interstitial_onload.interstitial .window .inner .caption {
        font-size: 14px;
        height: 170px;
    }
    #interstitial_onload.interstitial .btn a {
        font-size: 18px;
        padding: 8px 30px;
    }
    #interstitial_onload.interstitial .btn.continue {
        right: 50% !important;
    }
}
@media screen and (max-width: 470px) {
    #interstitial_onload.interstitial .window .inner .caption {
        height: 333px;
    }
}
@media screen and (max-width: 680px) {
    .interstitial .left {
        padding: 0 0 40px 0;
    }
}
/* ExternalPopup box css only*/

.interstitial .window .stripes {
    /*background-image: url("/-/media/MenopauseAndMeCoUk/assets/img/bluestripes.png");*/
}
.interstitial .window .stripes .bar {
    background: #2a276e;
}
#exit_interstitial.interstitial .window {
    border-radius: 0;
}
#exit_interstitial.interstitial .window .inner {
    padding: 30px 20px;
    color: #000;
    width: 100%;
}
#exit_interstitial .left,
#exit_interstitial .right {
    display: inline-block;
}
#exit_interstitial .left {
    width: 25%;
    margin: 0;
}
#exit_interstitial .left img {
    width: 100%;
}
#exit_interstitial .right {
    margin: 0;
    width: 75%;
}
#exit_interstitial .right .caption {
    padding: 0;
    font-size: 14px;
    margin-bottom: 15px;
}
#exit_interstitial .right p {
    font-family: inherit;
    font-size: 16px;
}
#exit_interstitial .right h2 {
    margin: 0 0 15px;
    padding: 0;
    font-family: inherit;
}
#exit_interstitial .right .continue,
#exit_interstitial .right .cancel {
    display: inline-block;
    width: 50%;
    margin: 0;
    text-align: center;
}
#exit_interstitial .right .continue {
    margin: 0;
    padding: 0 5px 0 0;
    box-shadow: none;
    background: none;
    border: none;
}
#exit_interstitial .right .cancel {
    padding: 0 0 0 5px;
}
#exit_interstitial .right .continue a {
    padding: 8px;
    border-radius: 0px;
    background: #CB0766;
    border: 2px solid #CB0766;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}
#exit_interstitial .right .continue a:before,
#exit_interstitial .right .continue a:after {
    display: none;
}
#exit_interstitial .right .cancel a {
    display: block;
    padding: 8px;
    color: #707070;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    border: 2px solid #707070;
}
#exit_interstitial .right .cancel {
    float: right;
}
#exit_interstitial .right .continue a span,
#exit_interstitial .right .cancel a {
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
}
#exit_interstitial .right .continue a span {
    border: none;
}
#exit_interstitial .right .continue a:hover span {
    color: #fff;
}
#exit_interstitial .right .cancel a > p {
    margin: 0;
    padding: 0;
}
#exit_interstitial .right .continue a span p {
    margin: 0;
    padding: 0;
}
#exit_interstitial .left,
.external-interstitial .right a p {
    text-transform: uppercase;
}