﻿html
{
    /*font-family: "Lato" , Arial, Helvetica, sans-serif;*/
}

body
{
    margin: 0;
    padding: 0;
}
#MR_GlobalMain{
    max-width: 100%;
}

a.swd_link:focus-visible,
a.swd_button:focus-visible {
    outline: 2px solid -webkit-focus-ring-color;
    outline: 2px solid Highlight;
}

.smr_button.large {
    font-size: 21px;
    line-height: 30px;
    padding: 9px 20px;
    background-color: #4cb9a3;
    border-color: #4cb9a3;
    transition: all 250ms ease;
}
.smr_button.large:hover {
    background-color: #c1f5eb;
    color: #324a4d;
    border-color: #c1f5eb; 
}
#syncreasons{
    background-color: #FFF;
    margin: 0 auto;
    top: 0;
    display: block;
    position: relative;
}
#syncreasons .mainTitle {
    padding: 60px 20px 80px;
    vertical-align: middle;
    font-size: 2rem;
    color: #141414;
    font-weight: 600;
}

#syncreasons .mainTitle .syncText{
    font-size: 60px;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    top: 7px;
}

#syncreasons .mainTitle .syncText img {
    vertical-align: middle;
    width: 66px;
    margin-top: -12px;
}

#syncreasons .clear {
    clear: both;
}

#syncreasons .btn-container {
    margin: auto;
    left: 0;
    right:0;
    text-align: center;
    margin-top: 20px;
}

#syncreasons .btn-container.app a:first-child {
    display: inline-block;
    width: 48%;
    text-align: right;
}
#syncreasons .btn-container.app a:last-child {
    display: inline-block;
    width: 45%;
    text-align: left;
}
#syncreasons .btn-container.app a:first-child img {
    max-width: 100%;
    padding: 0 10px;
}
#syncreasons .btn-container.app a:last-child img {
    max-width: 100%;
    padding: 0 10px;
}

#syncreasons .btn-container .btn-create {
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    border: solid 1px #4884c9;
    margin: 0 10px 0 10px;
}


#syncreasons .reason-box-container {
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}

#syncreasons .reason-box {
    display: block;
    clear: both;
    height: auto;
    width: 100%;
}

#syncreasons .reason-box:nth-child(2n+1) {
    background-color: #1e7b920d;
}

#syncreasons .reason-box .box-holder {
    max-width: 960px;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    padding: 26px 0;
    width: 100%;
}
#syncreasons .reason-box .box-holder .box-inner {
    width: calc(100% - 210px);
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
#syncreasons .reason-box .box-holder .box-inner.img-box{
    width: 210px;
    display: table-cell;

    cursor: pointer;
    pointer-events: none;
    margin-top: 36px;
}
#syncreasons .reason-box .box-holder .box-inner.img-box img{
    max-width: 100%;
}
#syncreasons .reason-box .box-holder .box-inner .text-holder{
    padding: 32px;
}
#syncreasons .reason-box .box-holder .box-inner .text-holder .box-inner-content .box-inner-text{
    font-size: 18px;
    line-height: 1.5;
}
#syncreasons .reason-box .box-holder .box-inner-title.smr_title{
    padding: 0;
    text-align: left;
    font-size: 2.25rem;
    font-weight: 700;
}
#syncreasons .reason-box .box-holder .box-inner .box-holder .box-inner-content{
    padding: 10px 32px;
    font-size: 16px;
    margin: 0 auto;
}
#syncreasons .reason-box .box-holder .box-inner .box-holder .box-inner-content .box-holder .box-inner-text{
    font-size: 24px;
    font-weight: 300;
}
#syncreasons .reason-box .box-holder .box-inner .box-inner-content .box-inner-text.perkLinkHolder span a{
    font-size: 16px;
    text-transform: capitalize;
}

#syncreasons .reason-box .box-holder .box-inner .box-holder .box-inner-content .bold {
    font-weight: bold;
}

#syncreasons .reason-box .box-holder .box-inner .box-holder .box-inner-content .learn-more {
    text-transform: uppercase;
}

#syncreasons .reason-box .box-holder .box-inner.img-box.logo{
    background-size: auto;
}

#syncreasons .registry{
    margin: 10px;
}
#syncreasons .txt-container.bottom {
    text-align: center;
    padding: 40px 30px 30px;
    font-size: 38px;
}

#syncreasons .txt-container.bottom a:focus-visible {
    outline: 2px solid -webkit-focus-ring-color;
    outline: 2px solid Highlight;
}

#syncreasons .txt-container.bottom .swd_text_button {
    font-size: inherit;
}

#syncreasons .btn-container.bottom {
    display: table;
    padding: 0px 20px 20px;
}
#syncreasons .btn-container.bottom .smr_title{
    display: block;
    padding: 0px 20px 10px 0;
    font-size: 50px;
    white-space: nowrap;
}
#syncreasons .btn-container.bottom div:last-child{
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 1100px){
    .mr_header .quicksearch_new{
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1040px){
    #syncreasons .mainTitle .syncText{
        display: block;
        padding-bottom: 10px;
    }
    #syncreasons .mainTitle .syncText img{
        width: 70px;
    }
}
@media only screen and (max-width: 960px){
    #syncreasons .reason-box .box-holder .box-inner-title.smr_title{
        font-size: 28px;
    }
    #syncreasons .reason-box .box-holder .box-inner .box-holder .box-inner-content .box-holder .box-inner-text.smr_text{
        font-size: 14px;
    }
}
@media only screen and (max-width: 894px){
    #syncreasons .btn-container.bottom {
        margin-top: 0;
    }
    #syncreasons .registry {
        width: 100%;
        max-width: 300px;
        margin: 10px 48px;
    }
}
@media only screen and (max-width: 800px){
    .reason-box .box-holder .box-inner.img-box.logo{
        background-size: contain;
    }
}

@media only screen and (max-width: 720px){
    #MR_GlobalTop:not(.noresponsive) .mrw_master_header .quicksearch_new{
        display: block;
    }
    #syncreasons .mainTitle {
		padding: 51px 20px 45px;
	}
}

@media only screen and (max-width: 600px){
    #syncreasons .btn-container .btn-create {
        display: block;
        margin-bottom: 10px;
    }

    #syncreasons .reason-box-container {
        width: 100%;        
    }

    #syncreasons .reason-box-container .reason-box .box-holder .box-inner:nth-child(2n+1) {
        margin-bottom: 0px;
    }
    #syncreasons .reason-box .box-holder .box-inner.img-box{
        text-align: center;
        width: 100%;
        display: block;

        margin-top: 0;
    }
    #syncreasons .reason-box .box-holder .box-inner .text-holder {
        padding: 0px 20px 10px;
    }

    #syncreasons .reason-box.two .box-holder,
    #syncreasons .reason-box.four .box-holder{
        position: relative;
    }

    #syncreasons .reason-box.two .box-holder .box-inner,
    #syncreasons .reason-box.four .box-holder .box-inner{
        margin-top: 201px;
    }
    #syncreasons .reason-box.two .box-holder .box-inner.img-box,
    #syncreasons .reason-box.four .box-holder .box-inner.img-box{
        position: absolute;
        top: 0;
        margin-top: 36px;
    }

    #syncreasons .reason-box .box-holder{
        display: block;
    }
    #syncreasons .reason-box .box-holder .box-inner {
        width: 100%;
        display: block;
    }

}

@media only screen and (max-width: 553px){
    #syncreasons .btn-container.bottom {
        display: block;
    }
    #syncreasons .btn-container.bottom .smr_title{
        display: block;
        padding: 10px;
    }
    #syncreasons .btn-container.bottom div:last-child{
        display: block;
    }
}

@media only screen and (max-width : 480px) {
    #syncreasons .reason-box .box-holder{
        padding: 20px 0 0px;
    }
    #syncreasons .reason-box .box-holder .box-inner {
        margin-bottom: 0;
    }

    #syncreasons .reason-box .box-holder .box-inner .box-holder .box-inner-logo{
        background-size: contain;
    }
    .smr_title.bottom {
        margin-top: 20px;
        font-size: 28px;
    }
    #syncreasons .registry{
        max-width: 250px;
        margin: 10px auto;
        font-size: 16px;
    }

    #syncreasons .mainTitle {
        font-size: 21px;
        width: 320px;
        margin: 0 auto;
        line-height: 45px;
        padding: 51px 0 48px;
    }

    #syncreasons .mainTitle .top5Text{
        font-size: 48px;
        font-weight: 400;
        display: block;
    }
    #syncreasons .mainTitle .syncText {
        display: block;
        top: 0;
        padding-bottom: 0;
        font-size: 3rem;
    }
    #syncreasons .mainTitle .syncText img {
        width: 60px;
        margin-top: -12px;
    }

    #syncreasons .reason-box .box-holder .box-inner.img-box img {
        max-width: 100%;
        height: 140px;
    }

    #syncreasons .reason-box .box-holder .box-inner-title.smr_title {
        font-size: 1.5rem;
    }

    #syncreasons .reason-box .box-holder .box-inner .text-holder .box-inner-content .box-inner-text {
        font-size: 1rem;
    }
    #syncreasons .reason-box-container .reason-box .box-holder .box-inner:nth-child(2n+1) {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    #syncreasons .reason-box.two .box-holder .box-inner,
    #syncreasons .reason-box.four .box-holder .box-inner{
        margin-top: 148px !important;
    }
    #syncreasons .reason-box.two .box-holder .box-inner.img-box,
    #syncreasons .reason-box.four .box-holder .box-inner.img-box{
        margin-top: 20px !important;
    }

    .mr-culture-es-US #syncreasons .mainTitle .top5Text {
        font-size: 36px;
    }

    .mr-culture-es-US #syncreasons .mainTitle .syncText {
        font-size: 36px;
    }

    .mr-culture-es-US .weddingPerks, .mr-culture-es-US .babyPerks, .mr-culture-es-US .wishlistPerks {
        white-space: normal !important;
    }

    .mr-culture-es-US #syncreasons .txt-container.bottom span {
        white-space: normal !important;
    }
}
@media only screen and (max-width: 414px){
    /*#syncreasons .mainTitle {
        padding: 32px 0 48px;
    }*/
    .weddingPerks,.babyPerks,.wishlistPerks{
        width: 100%;
        display: block;
        padding-top: 5px;
    }
    #syncreasons .txt-container.bottom{
        font-size: 30px;
    }
    #syncreasons .btn-container.bottom .smr_title{
        font-size: 46px;
    }
    .smr_button{
        font-size: 30px;
    }
}