﻿/* New Page Style */
.mrw_container, .mr_container 
{
    max-width: 960px;
    width: auto; 
    margin-top: -4px;
    padding-top: 22px;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.mrw_container .header {
    background-color: #fff;
    border-bottom: transparent;
    padding-bottom: 0;
    font-size: 38px;
    font-family: "Modern TwoSxtn";
    font-weight: 400;
    font-style: italic;
	color: #141414;
}
.mrw_container .content{
    padding: 40px 30px;   
}
.smr_button.large.blue {
    background-color: #4cb9a3;
    border-color: #4cb9a3;
    transition: all 250ms ease;
}
.smr_button.large.blue:hover {
    background-color: #c1f5eb;
    color: #324a4d;
    border-color: #c1f5eb; 
}

/*  accordion  */
.ui-accordion .ui-accordion-header {
    border-radius: 0px;
    background: #FFFFFF;
}
.ui-widget {
    font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
}

/* Offline gift page */
.headerV2{
    padding: 8% 30px;
}

.mr_offlinegift_imageholder {
    max-width: 43%;
    float: left;
}
.mr_offlinegift_image {
    z-index: 1;
    width: 100%;
}
.mr_offlinegift_textholder {
    display: inline-block;
    padding: 0px 0px 30px 6%;
    width: calc(55% - 40px);
}
.mr_offlinegift_title h3,
.mr_offlinegift_text h4{
    padding:0;
    margin:0;
    font-family: "Lato",Arial,Helvetica,sans-serif;
}
.mr_offlinegift_title h3 {
    font-size: 24px;
    font-weight: 400;
}
.mr_offlinegift_text h4 {
    font-size: 17px;
    font-weight: 200;
}
.mr_offlinegift_title {
    display: inline-block;
    padding: 0px 0px 30px 6%;
    width: calc(50% - 40px);
    line-height: 30px;
}
.mr_offlinegift_title h3 {
    padding-left: calc(2% + 2px);
}
.mr_offlinegift_subtitle {
    
}
.mr_offlinegift_text {
    line-height: 29px;
    padding-bottom: 20px;
    padding-left: 10px;
}

/* Share_with_eCards */
.mr_shareeCards_text {    
    font-size: 24px;
    line-height: 32px;
    margin: 18px 80px 20px;
    text-align: center;
    font-weight: 300; 
    font-family: "Lato",Arial,Helvetica,sans-serif;
}
.mr_shareeCards_texttwo {
    background-color: #f2f7fb;
    float: left;
    font-size: 25px;
    line-height: 32px;
    margin: 10px -30px 30px;
    padding: 36px 80px 58px;
    text-align: center;
}
.mr_shareeCards_imageholder{
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.mr_shareeCards_imageholder2 {
    display: inline-block;
    margin: 18px;
}
.mr_shareeCards_image {
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    float: left;
    max-width: 352px;
    text-align: center;
    width: 100%;
}
.mr_shareeCards_ready {
    color: #363e50;
    float: left;
    font-size: 35px;
    padding: 40px 0 54px;
    text-align: center;
    width: 100%;
}
.mr_shareeCards_readyleft {
    display: inline-block;
    height: 71px;
    margin: 0 auto;
}
.mr_shareeCards_readyright {
    display: inline-block;
    margin: 0 auto;
    width: 280px;
}
.mr_shareeCards_signup {
	background-color: #305e86;
    border-radius: 3px;
    color: #fff;
    margin: 18px;
    padding: 4px 24px 9px;

}

/* Cash_Gift_Funds_Info */

/*.mr_cashgift_text {    
    line-height: 32px;
    margin: 18px 80px 20px;
    text-align: center;
    font-weight: 400;
}
.mr_cashgift_texttwo {
    background-color: #f2f7fb;
    font-size: 25px;
    line-height: 32px;
    margin: 10px -30px 30px;
    padding: 30px 80px;
    text-align: center;
}
.mr_cashgift_imageholder {
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.mr_cashgift_imageholder2 {
    display: inline-block;
    margin: 0 auto;
}
.mr_cashgift_image {
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
    text-align: center;
}
.mr_cashgift_imagesecureholder {
    display: inline-block;
    height: 70px;
    margin: 0 8px;
    width: 360px;
}
.mr_cashgift_imagesecure {
    float: left;
    margin: 8px;
    text-align: center;
}
.mr_cashgift_imagesecuretext {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin: 0 8px;
    width: 380px;
}
.mr_cashgift_ready {
    color: #363e50;
    font-size: 35px;
    padding: 70px 0 40px;
    position: relative;
    text-align: center;
}
.mr_cashgift_readyleft {
    display: inline-block;
    height: 71px;
    margin: 0 auto;
}
.mr_cashgift_readyright {
    display: inline-block;
    margin: 0 auto;
    width: 280px;
}
.mr_cashgift_signup {  
    background-color: #4a7eba;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    padding: 8px 20px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
}
*/
.mr_cashgift_signup:hover {
    background-color: #4f75a2;
}

.mrw_container .content .img-box-holder {
    clear: both;
    text-align: center;
    display: block;
}

.mrw_container .content .img-box-holder .image-box {
    display: inline-block;
    clear: both;
}

#honeymoonImgSmall {
    display: none;
}

.content #accordion h3 {
    font-family: 'Lato';
}

.content #accordion .ui-accordion-content-active {
    font-family: 'Lato' !important;
}
.pst_inputtext.white.search {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width:1000px) {
    .mrw_container .content .img-box-holder .image-box {
        display: inline-block;
    }
}

@media only screen and (max-width: 902px) {
    img.mr_cashgift_image {
        width: 100%;
        margin: 0;
    }

    .mrw_container .content .img-box-holder {
        font-size: 0;
    }

    .img-box-holder .image-box {
        margin: 4px;
    }

        .img-box-holder .image-box:first-child {
            width: calc(37% - 9px);
            max-width: 292px;
        }

        .img-box-holder .image-box:nth-child(2) {
            width: calc(24% - 7px);
            max-width: 188px;
        }

        .img-box-holder .image-box:nth-child(3) {
            width: calc(39% - 9px);
            max-width: 309px;
        }
}

@media only screen and (max-width: 779px) {
    .content .mr_cashgift_ready .mr_cashgift_readyleft {
        height: 50px;
    }
}

@media only screen and (max-width: 720px) {
    #MR_GlobalWrapper.fixed-headerVisitor-float #MR_GlobalMiddle {
		padding-top: 0;
	}
    /* Share_with_eCards */
    .mr_shareeCards_imageholder2 {
        margin: 5px;
        width: 46%;
    }

    /* footer */
    #MR_GlobalMiddle {
        padding-bottom: 80px;
    }

    #MR_GlobalBottom {
        margin-top: -80px;
    }

    .mr_connect_wu_holder {
        width: 292px;
        white-space: nowrap;
        margin: 10px auto;
        padding-top: 10px;
    }

    #MR_GlobalBottom .footer {
        height: 80px;
    }

    #MR_GlobalWrapper.fixed-headerAlias-float #MR_GlobalMiddle {
        padding-top: 70px;
    }
    #MR_GlobalWrapper.fixed-headerVisitor-float #MR_GlobalMiddle {
		padding-top: 0;
	}
    .mrw_container .header {
        font-size: 27px;
    }

    .mr_cashgift_title {
        font-size: 22px;
        margin: 0px auto 10px;
        font-weight: 400;
    }

    .mrw_container .content {
        padding-top: 20px;
    }

    .mr_cashgift_text {
        font-size: 16px;
        margin: 20px 0;
        line-height: 24px;
    }

    .mr_cashgift_imagesecuretext {
        font-size: 16px;
        line-height: 24px;
    }

    .mr_cashgift_imagesecureholder {
        height: 65px;
    }

        .mr_cashgift_imagesecureholder img {
            float: none;
            max-width: 250px;
        }
}

@media only screen and (max-width: 713px){
    .headerV2{
        font-size: 29px;
    }
    .mr_offlinegift_imageholder {
        max-width: 50%;
        margin: 0 auto;
        float: none;
    }
    .mr_offlinegift_textholder {
        position: relative;
        padding: 0px;
        width: 100%;
        margin: 0 auto;
    }
    .mr_offlinegift_title {
        width: 100%;
        text-align: center;
        padding: 0px 0px 30px 0%;
    }
    .mr_offlinegift_title h3{
        padding: 0 25px;
    }
    .mr_offlinegift_text{
        padding: 2% 15%;
    }
    .mr_offlinegift_subtitle{
        width:100%;
    }
    .mr_offlinegift_subtitle h3{
        padding: 0 8%;
    }
    h1{
        font-size: 30px;
    }
    .mr_offlinegift_title h3{
        font-size: 20px;
    }
    .mr_offlinegift_text h4{
        font-size: 16px;
    }
}

@media only screen and (max-width: 530px) {

    .mrw_container, .mr_container {
		padding-top: 40px;
	}
    .mrw_container .content {
        padding: 20px 10px;
    }

    .mrw_container .header {
        font-size: 26px;
        padding: 0 13px;
    }

    .mr_cashgift_ready {
        font-size: 22px;
        padding: 50px 0px 20px;
    }


    /* Cash_Gift_Funds_Info */
    .mr_cashgift_title {
        font-size: 22px;
        margin: 0px auto 10px;
        line-height: 20px;
    }

    .mr_cashgift_text {
        margin: 10px 0px 20px;
        line-height: 24px;
    }

    .mr_cashgift_texttwo {
        margin: 10px 0px 30px;
        padding: 20px 0px;
    }

    .mr_cashgift_imageholder2 {
        width: 59%;
    }

    .mr_cashgift_imageholder3 {
        width: 38%;
    }

    .mr_cashgift_image {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        margin: 0px;
        /*width: 100%;*/
    }

    .mr_cashgift_imagesecureholder {
        max-width: 360px;
        width: auto;
    }

    .mr_cashgift_imagesecure {
        margin: 0px;
        width: 100%;
    }

    .mr_cashgift_imagesecuretext {
        font-size: 16px;
        line-height: 22px;
        width: auto;
    }


    /* Share_with_eCards */
    .mr_shareeCards_text {
        font-size: 18px;
        margin: 10px 0px 20px;
        line-height: 24px;
    }

    .content .mr_cashgift_ready .mr_cashgift_readyleft {
        height: 37px;
    }

    .content .mr_cashgift_ready .mr_cashgift_readyright .smr_button.large {
        font-size: 15px;
    }

    #cashgifts-page #MR_GlobalTop:not(.noresponsive) .mrw_master_header .quicksearch_new {
        display: block !important;
    }

    .content #accordion .ui-accordion-content-active {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 440px) {
    .mrw_container .header {
        font-size: 26px;
    }

    .mr_cashgift_text {
        font-size: 14px;
    }

    .mr_cashgift_imagesecureholder {
        height: 50px;
    }

    .mr_cashgift_imagesecuretext {
        font-size: 14px;
    }

    .mrw_container .content .img-box-holder {
        padding: 0;
        margin: 0 -3px;
    }

    .mrw_container .content .img-box-holder .image-box:first-child {
        width: calc(100% - 8px);
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 4px;
    }

    .mrw_container .content .img-box-holder .image-box:first-child img {
        display: none;
    }

    .mrw_container .content .img-box-holder .image-box:first-child #honeymoonImgSmall {
        display: inline;
    }

    .mrw_container .content .img-box-holder .image-box:nth-child(2) {
        max-width: calc(37% - 3px);
        width: 100%;
    }

    .mrw_container .content .img-box-holder .image-box:nth-child(3) {
        max-width: calc(62% - 10px);
        width: 100%;
    }
    .mrw_container .content {
        padding: 20px 13px;
    }
}

@media only screen and (max-width: 350px) {

    /* Share_with_eCards */
    .mr_shareeCards_imageholder2 {
        width: 100%;
    }

    .mr_offlinegift_title h3 {
        font-size: 17px;
    }

    .mr_offlinegift_text h4 {
        font-size: 14px;
    }
}
