/* 
Responsive-template
v. 1.0
*/

/*
=========Layout==============
*/
/* row */
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url(/etc/designs/westernunion/optimus/fonts/OpenSans-Semibold.woff2) format('woff2'),
    url(/etc/designs/westernunion/optimus/fonts/OpenSans-Semibold.woff) format('woff'),
    url(/etc/designs/westernunion/optimus/fonts/OpenSans-Semibold.ttf) format('truetype'),
    url("/etc/designs/westernunion/optimus/fonts/OpenSans-Semibold.eot"),
    url("/etc/designs/westernunion/optimus/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"),
    url("/etc/designs/westernunion/optimus/fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");

}
@font-face {
  font-family: 'open sans-Light.otf';
  src: url(/etc/designs/westernunion/optimus/fonts/open sans-Light.woff2) format('woff2'),
        url(/etc/designs/westernunion/optimus/fonts/open sans-Light.woff) format('woff'),
        url("/etc/designs/westernunion/optimus/fonts/open sans-Light.ttf"),
        url(/etc/designs/westernunion/optimus/fonts/open sans-Light.otf),
        url("/etc/designs/westernunion/optimus/fonts/open sans-Light.eot"),
    	url("/etc/designs/westernunion/optimus/fonts/open sans-Light.otf?#iefix") format("embedded-opentype"), 
        url("/etc/designs/westernunion/optimus/fonts/open sans-Light.svg#open sans-Light") format("svg");

}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url(/etc/designs/westernunion/optimus/fonts/OpenSans-Regular.woff2) format('woff2'),
        url(/etc/designs/westernunion/optimus/fonts/OpenSans-Regular.woff) format('woff'),
        url(/etc/designs/westernunion/optimus/fonts/OpenSans-Regular.ttf) format('truetype'); 

}
@font-face {
  font-family: 'OpenSans-Light';
  src: url(/etc/designs/westernunion/optimus/fonts/OpenSans-Light.woff2) format('woff2'),
        url(/etc/designs/westernunion/optimus/fonts/OpenSans-Light.woff) format('woff'),
        url(/etc/designs/westernunion/optimus/fonts/OpenSans-Light.ttf) format('truetype'); 
}
.rmt-layout-row {
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: white;
}

/* row with separator */
.rmt-layout-row-separator {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: white;
}
.rmt-layout-row-separator>.rmt-layout-col+.rmt-layout-col {
	border-left: 1px solid #cecece;
}

/* row with arrows */
.rmt-layout-row-arrow {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: white;
}
.rmt-layout-row-arrow>.rmt-layout-col+.rmt-layout-col::before {
	content: '>';
    font-family: Trebuchet MS;
    position: absolute;
    top: 20%;
    color: #0099bd;
    font-size: 5rem;
    opacity: .2;
}
.rmt-banner-text .btn-secondary.btn.rmt-btn-spaced.border-rad-0{
	margin-top: 36px;
    width: 264px;
    font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
}

/* row with bg image/content center*/
.rmt-layout-row-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background-color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

/* row with bg image/content left*/
.rmt-layout-row-img-left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	background-color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.rmt-layout-row-img-left>.rmt-layout-col.rmt-nw-left {
	margin-left: 10%;
    width: 750px;
    flex: 0 1 auto !important;
    margin-top: -15px;
}

/* row with bg image/content right*/
.rmt-layout-row-img-right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
	background-color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*.rmt-layout-row-img-right>.rmt-layout-col {
	margin-right: 8%;
}*/
.rmt-banner-text{
	width: 800px;
    padding-top: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 400px;
	}
}
@media (min-width: 992px) and (max-width: 1599px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 500px;
	}
}
@media (min-width: 1600px) and (max-width: 1999px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 700px;
	}
}
@media (min-width: 2000px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 800px;
	}
}


/* col */
.rmt-layout-col {
	flex: 0 1 660px;
}
 .app-store > img{
	width:157px;
    height:48px;
 }

@media (max-width: 767px) {
	.rmt-banner-es{
		background-image: url('/content/dam/wu/images/Spanish-HeroBanner-768x480-US.jpg');
        }
	.rmt-banner{
    	background-image: url('/content/dam/wu/images/banner-city_1440x500.jpg');
        }
	.rmt-layout-row {
		flex-direction: column;
		padding: 0 10px;
	}
    .app-store > img{
        display: block;
   		margin: 0 auto 12px auto;
    }
    .app-store{
		margin-right: 0px !important;
    }
	.rmt-layout-row-separator, .rmt-layout-row-arrow {
		flex-direction: column;
		padding: 0 10px;
	}
	.rmt-layout-col {
		flex: 1 0 auto;
		width: 100%;
	}
	.rmt-layout-row-separator>.rmt-layout-col+.rmt-layout-col {
		border-left: none;
		border-top: 1px solid #cecece;
		padding-top: 40px;
	}
	.rmt-layout-row-arrow>.rmt-layout-col+.rmt-layout-col::before {
		content: 'âŒµ';
		position: relative;
		left: calc(50% - 1.6rem);
		font-size: 4rem;
		line-height: 10rem;
	}
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		background-image: none !important;
		padding: 0 10px;
		flex-direction: column;
	}
	.rmt-layout-col+.rmt-layout-col {
		margin-top: 0px;
	}
    .choose-wu-container .rmt-layout-col+.rmt-layout-col {
		margin-top: 32px;
	}
	.rmt-layout-row-arrow>.rmt-layout-col+.rmt-layout-col {
		margin-top: 0px;
	}
	.rmt-layout-row-img-left>.rmt-layout-col {
		margin: 0;
	}
	.rmt-layout-row-img-right>.rmt-layout-col {
		margin: 0;
	}
	.rmt-layout-row-img-home {
		height: 650px;
		color: white !important;
		display: flex;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.rmt-layout-row-img-home>.rmt-layout-row-img, .rmt-layout-row-img-home>.rmt-layout-row-img-left, .rmt-layout-row-img-home>.rmt-layout-row-img-right {
		background-color: transparent;
	}
}

@media (max-width: 600px) {
	.rmt-layout-row-img-home {
		height: 500px;
	}
}

@media (min-width: 2000px) {
	.rmt-layout-row-img-left>.rmt-layout-col {
		margin-left: 20%;
	}
	.rmt-layout-row-img-right>.rmt-layout-col {
		margin-right: 10%;
	}
}


/*
=========Ribbon==============
*/
.rmt-ribbon {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.rmt-ribbon>p, .rmt-ribbon>a {
	display: inline;
	background-color: #1599BB;
	margin: 0;
	padding: 10px 40px;
	color: white;
	border-radius: 0 0 10px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
}

@media (max-width: 767px) {
	.rmt-ribbon {
		position: relative;
		margin-top: 0px;
		background-color: #1599BB;
	}
	.rmt-ribbon>p, .rmt-ribbon>a {
		display: block;
		border-radius: 0;
		padding: 10px;
		font-size: 1em;
		width: 100%;
		transition: all 0.5s;
		font-weight: 700;
	}
	.rmt-ribbon--fixed {
		position: fixed;
		top: 10px;
		background-color: transparent;
		z-index: 10;
	}
	.rmt-ribbon--fixed>p, .rmt-ribbon--fixed>a {
		border-radius: 15px;
		width: 300px;
		margin: 0 auto;
		box-shadow: 0px 3px 5px rgba(0,0,0,.2);
	}
}

/*
=========Responsive image==============
*/
/* Visible for all screens */
.rmt-img {
	width: 100%;
	height: auto;
}

/* Visible for mobile only */
.rmt-img-mobile,.rmt-img-mobile-girl {
	width: 100%;
	height: auto;
	display: none;
}
@media (max-width: 767px) {
	.rmt-img-mobile-girl {
		display: block;
        /*min-height: 230px;*/
        max-width: 100%;
		max-height: 100%
	}
    .rmt-img-mobile {
		display: block;
	}
    .rmt-banner-text{
		padding-top: 0px;
        position: relative;
        left: 0px;
        top:-3px;
        padding-bottom:0px;
        width:auto !important;
    }
    .rmt-banner-subtext{
		padding-top: 10px !important;
	}
    .rmt-banner-text .btn-secondary.btn.rmt-btn-spaced.border-rad-0{
		margin-top: 24px;
        width: 264px !important;
        font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
    }
    .rmt-textOnImage > table{
		width: 309px;
    	margin: auto;
        margin-bottom: -10px !important;
    }
    .choose-wu-section .rmt-introText h2{
		padding-top: 30px;
    }
}

/*
=========Text on image==============
*/
.rmt-textOnImage {
	text-align: center;
	color: white;
}
.fraud-icon{
	margin-right:10px;
    text-align:right;
    margin-top:24px;
    margin-left:-70px;
}
.rmt-banner-subtext{
	padding-top: 10px;
}
/*.rmt-textOnImage>h1, .rmt-textOnImage>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
	font-size: 3em;
	font-weight: bold;
}*/
.rmt-textOnImage p{
	font-size: 18px;
	margin: -10px auto;
	max-width: 512px;
    color: #44433D;
}
.rmt-textOnImage-black p{
	font-size: 18px;
	margin: 20px auto;
	max-width: 512px;
    color: #44433D;
} 
.rmt-textOnImage-black {
	text-align: center;
	color: #333;
}
.rmt-textOnImage-black img {
	height: 100px;
	margin: 10px 0;
}


p.fraud-text  {
    color: #FFFFFF!important ;
    font-size: 16px;
    margin-top: -16px !important;
    text-align: center;
    opacity: 1;
}

p.fraud-text:hover {
Â Â  color: #FFFFFF !important;
    font-size: 18px;
    margin-top: -16px !important;
    text-align: center;
    opacity: 1;
    text-shadow: 0px 2px 2px rgba(150,150,150,0.7)!important;
    text-decoration:none;
}   

.rmt-smo-btn{
	margin-top: -20px !important;
    padding: 6px 12px !important;
    height: 44px;
    font-family: OpenSans-Bold,open sans,"open sans",open sans,open sans,sans-serif;
}
@media (max-width: 767px) {
.inform-icon{
	position:relative;
    left: 2px;
}
.fraud-icon-mob{
	margin-right:-70px;
    text-align:right;
    margin-top:15px;
}
.get-started-btn .rmt-btn-spaced{
	margin-left:0 !important;
} 
.rmt-smo-btn{
	margin: -7px auto 40px auto !important;
}
.fraud-text{ 
    font-size:14px !important;
    padding-right: 20px;
    position: relative;
    top: -3px;
}
.mar-bot-mob-0{
	margin-bottom: 0px !important;
}
	.rmt-textOnImage {
		text-align: center;
		color: inherit;
	}
	.rmt-textOnImage>h1, .rmt-textOnImage>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
		font-size: 30px;
	}
	.rmt-textOnImage>p {
		font-size: 14px;
		margin: 10px auto;
        padding: 0 15px;
	}
	.rmt-textOnImage-black img {
		height: 100px;
		margin: 0;
	}
}

/*
=========Download app==============
*/
.agent-link{
	color: #ffdc00;
    display:block;
    margin-top: 11px;
    font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
} 
.app-store{
	margin-right: 25px;
}
.rmt-downloadApp {
	text-align: center;
	margin-top: 21px;
    margin-bottom: 0px;
}
.smo-start{
    top:-268px;
    position: relative;
    margin-left: 80px;
}
.get-started-btn .rmt-btn-spaced{
	margin-left: 32px;
}
.mywu-reward{
	/*height:510px;*/
}
.border-rad-0{
border-radius: 3px !important;
}
.wu-info-container .rmt-introText{
width:800px;
margin:auto;
}
.rmt-downloadApp>p {
	font-size: 1.5em;
    font-weight: bold;
}
.rmt-multiTile-subtext{
	margin-top: 10px;
    font-weight: normal;
    font-size: 24px !important;
    font-family: OpenSans-Semibold,open sans,"open sans",open sans,open sans,sans-serif;
}
.rmt-downloadApp>div {
	display:flex;
	justify-content: center;
}
.rmt-p-text{
	margin-top: -13px;
    font-family: OpenSans-Light;
}
.rmt-multiTile>p.rmt-options{
	margin-top:5px !important;
    font-size:18px !important;
}
.lead{
	font-size: 18px !important;
    margin-bottom:3px !important;
}
.margin-top-0{
	margin-top: 0px !important;
}
.wu-btn-container .rmt-btn-spaced{
	height: 44px;
}
.rmt-container{
	width: 1008px;
    margin:auto;
}
.rmt-mywu-text{
    margin-top: 20px;
    color: #767676;
    font-size: 16px;
}
.margin-bottom-40{
	margin-bottom: 40px !important;
}
.rmt-agent-location{
	margin-top: -15px;
    margin-right: 137px;
}
.rmt-downloadApp>div>a>img {
	padding: 10px 16px;
    width: 210px;
	max-width: 100%;
}
.rmt-banner-text h1, .rmt-banner-text p{
	color: #fff;
}
.rmt-banner-text p{
	font-family: OpenSans-Semibold,open sans,"open sans",open sans,open sans,sans-serif !important;
}
.rmt-banner-text p.fraud-text{
	font-family: OpenSans-Semibold,open sans,"open sans",open sans,open sans,sans-serif !important;
}
.line2{
	color:#fff;
    font-size: 16px !important;
}
#rmt-disclaimer-list li{
	padding-left:10px;
    padding-bottom:15px;
}
#rmt-disclaimer-list{
	color: #ffffff;
}
.reward-icon{
	margin-left:75px;
    margin-top:57px;
    height:155px;
    width:155px;
}
.mywu-program{
	margin-top: -83px;
}
.mywu-btn{
    padding: 10px 12px !important;
    font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
}
.rmt-loc-section{
	height: 500px;
}
.rmt-discalimer-section{
	width:auto;
    margin:auto;
}
@media (max-width: 767px) {
	.rmt-downloadApp>p {
		font-size: 1.4em;
    	margin: 5px auto;
	}
    .rmt-discalimer-section{
		width:auto;
	}
    .rmt-banner-text h1, .rmt-banner-text p{
		color: #44433D !important;
	}
    #rmt-disclaimer-list{
		padding-left: 30px;
    }
    .rmt-multiTile-subtext{
		margin-top: 4px;
    }
    .rmt-disclaimer{
		padding: 30px 10.5px 10px 0px !important;
    }
    .mywu-reward{
		height:auto;
        padding-bottom: 20px;
	}
    .rmt-agent-location{
		padding-bottom:40px !important;
    }
    .rmt-loc-section{
		height: auto;
    }
    .mywu-program .rmt-slashes{
		font-size:30px;
        font-weight: normal;
    }
    .mywu-program{
		margin-top:-66px;
        padding: 0 15px 0 15px;
    }
    .rmt-agent-location .rmt-app-info{
		margin-top: 33px;
        padding: 0 15px 10px 15px;;
    }
    .line2{
		color: #44433D;
    }
    .rmt-container{
		width: auto;
    }
    h2.rmt-mywu-text{
		color: #44433D !important;
    }
    .rmt-mywu-text{
		margin-top:10px;
    }
    .mywu-btn{

    }
    .reward-icon{
		margin-left:56px;
    	margin-top:40px;
    	height:110px !important;
    	width:155px !important;
	}
}


/*
=========Slashes on headlines==============
*/
.rmt-slashes {
	color: #44433d;
    font-family: OpenSans-Light;
    font-size: 56px;
}
.rmt-app-info{
	color: #FFFFFF;
    font-family: OpenSans-Light;
    font-size: 56px;
    padding-bottom: 10px;

}
.rmt-app-info + p{
	color: #ffffff;
    font-size: 20px;
    font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
}
.get-started-btn .rmt-btn-spaced{
	height:44px;
    padding: 6px 12px !important;
    font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
    font-weight: bold;
}
/*.rmt-slashes::before {
	content: 'wu';
    background-image: url(/content/dam/wu/rmt/icons/icon_slashes.png);
    background-repeat: no-repeat;
    font-size: .7em;
    color: transparent;
    position: relative;
    top: -0.14em;
    margin-left: -1em;
}*/


/*
=========Multi tile element==============
*/
.rmt-multiTile {
	text-align: center;
	max-width: 370px;
	margin: 0 auto;
	padding: 0 20px;
}
.rmt-multiTile>h2 {
	font-weight: bold;
}
.rmt-multiTile>h3 {
	font-size: 2em;
	font-weight: bold;
}
.rmt-multiTile>img {
	height: 100px;
	margin: 10px 0;
}
.rmt-multiTile>img+img {
	margin-left: 30px;
}
.rmt-multiTile>p {
	font-size: 1.3em !important;
	margin: 20px 0;
}

/* for testimonials */
.rmt-multiTile-testimonials {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.rmt-multiTile-testimonials>div {
	position: relative;
}
.rmt-multiTile-testimonials>div>img {
	position: absolute;
	height: 15px;
    width: 25px;
    left: 0;
}
.rmt-multiTile-testimonials>div>h3 {
	max-width: 350px;
	font-size: 1.5em;
	font-style: italic;
	margin: 25px 25px 15px 25px;
}

/* for reviews */
.rmt-multiTile-review {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 2rem;
}
.rmt-multiTile-review>h3 {
	color: #1599bb;
    font-size: 2rem;
    margin: .8rem 0 0 0;
}
.rmt-multiTile-review>img:last-of-type {
	height: 2rem;
	filter: grayscale(100%);
    margin-bottom: 0.4rem;
	align-self: flex-start;
}
.rmt-multiTile-review>p {
	font-size: 1.3em;
}
#carousel-left,	#carousel-right {
	display: none;
}

@media (max-width: 767px) {
	.rmt-multiTile {
		width: 100%;
		padding: 0;
	}
	.rmt-multiTile>h2 {
	    height: auto;
	    margin-left: -10px;
	}
	.rmt-multiTile>h3 {
	    font-size: 1.7em;
	}
	.rmt-multiTile>p {
		margin: 15px 0;
	}
	.rmt-multiTile>img {
		height: 100px;
		margin: 5px 0 15px 0;
	}
	.rmt-multiTile>img+img {
		margin-left: 0px;
	}
	.rmt-multiTile-testimonials {
		max-width: 400px;
		margin: 0 auto;
	}
	.rmt-multiTile-testimonials>div {
		width: 100%;
	}
	.rmt-reviews {
		flex-direction: row;
	}
	.rmt-reviews>.rmt-layout-col {
		transform: translateX(100%);
		transition: transform .5s;
	}
	#carousel-left {
		width: 10rem;
    	height: 10rem;
		display: block;
		position: absolute;
		top: 30%;
		left: 10px;
		font-size: 4rem;
		color: #d6d6d6;
	}
	#carousel-right {
		width: 10rem;
    	height: 10rem;
		display: block;
		position: absolute;
		top: 30%;
		right: 10px;
		font-size: 4rem;
		color: #d6d6d6;
		text-align: right;
	}
}


/*
=========Separator line==============
*/
/*for all screens*/
.rmt-line {
	border-top: 1px solid #cecece;
	width: 80%;
	margin: 0 auto;
}

/* for mobile only */
.rmt-line-mobile {
	display: none;
	border-top: 1px solid #cecece;
	margin: 30px auto;
}
@media (max-width: 767px) {
	.rmt-line {
		width: calc(100% - 20px);
	}
	.rmt-line-mobile {
		width: calc(100% - 20px);
		display: block;
	}
}


/*
=========Paymenent bar==============
*/
.rmt-paymentBar {
	display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70px;
}
.rmt-paymentBar>h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
.rmt-paymentBar>ul {
	list-style-type: none;
}
.rmt-paymentBar>ul>li {
	float: left;
	color: inherit;
	font-size: 1.4em;
	margin: 0 10px;
}
.rmt-paymentBar>ul>li>a {
	color: #333;
	text-decoration: none;
}
.rmt-paymentBar>ul>li+li::before {
	content: 'wu';
    background-image: url(/content/dam/wu/rmt/icons/icon_slash.png);
    background-repeat: no-repeat;
    font-size: .7em;
    color: transparent;
    position: relative;
    top: -0.14em;
    padding-right: 20px;
}
@media (max-width: 991px) {
	.rmt-paymentBar>h2 {
		font-size: 1.5em;
	}
	.rmt-paymentBar>ul>li {
		font-size: 1.2em;
		margin: 0 5px;
	}
	.rmt-paymentBar>ul>li+li::before {
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.rmt-paymentBar {
	    text-align: center;
	    flex-direction: column;
	    height: auto;
	}
	.rmt-paymentBar>h2 {
		font-size: 1.7em;
		margin-top: 25px;
	}
	.rmt-paymentBar>ul>li {
		display: block;
		float: none;
		margin: 20px;
		font-size: 1.4em;
	}
	.rmt-paymentBar>ul>li+li::before {
		display: none;
	}
}


/*
=========Text center==============
*/
.rmt-text-center {
	text-align: center;
}
.rmt-text-center>p {
	font-size: 1.3em;
}


/*
=========Disclaimer==============
*/
.rmt-disclaimer {
	background-color: #a7a7a7;
    padding: 30px 15px;
}
.rmt-disclaimer>p {
	color: white;
	opacity: 0.9;
	width: 100%;
	max-width: 964px;
	margin: 10px auto;
}

@media (max-width: 767px) {
	.rmt-disclaimer>p {
		font-size: 0.9em;
	}
}


/*
=========Button==============
*/
.rmt-btn {
	font-weight: bold;
    width: 288px;
	padding: 6px 12px;
	transition: all 0.4s;
    height: 44px;
}

/* with more margin */
.rmt-btn-spaced {
	font-weight: bold;
    min-width: 288px;
    max-width: 350px;
    /*padding: 10px;*/
	/*margin: 20px 0 !important;*/
	transition: all 0.4s;
    font-size: 20px;
    border-radius: 3px !important;
    margin-top: -6px;
    background-color: #ffdc00;
    color: #44433D;
}
.btn-secondary.btn.rmt-btn-spaced.border-rad-0 {
    height: 44px;
    width:264px;
}
.choose-wu-container{
	width:100%;  
    background-color: #fff; 
    padding-top:23px;
}
.wu-section{
	width: 1052px !important;
    background-color: #FFFFFF;
    margin:auto;
}
.rmt-start{
	font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
    font-size: 20px;
}
@media (max-width: 767px) {
	.rmt-btn {
	    width: 264px;
	}
    .rmt-start{
		margin-bottom:24px;
    }
    .reward-text{
		padding-left:15px !important;
        padding-right:15px !important;
    }
    .rmt-introText .rmt-slashes{
		font-size: 30px;
        padding: 0px 20px 0 20px;
    }

    .rmt-sub-text{
		font-size: 14px !important;
    }
    .bg-color-grey{
		background-color: #EBECE7;
    }
	.rmt-btn-spaced {
	    width: 100%;
	}
    .choose-wu-container{
		width:100%;
        padding-top:0px !important;
	}
    .wu-section{
		padding: 27px 0 0px 0!important;
        width: auto !important;

	}
    .padding-mob-0{
		padding: 0 !important;
    }
    .wu-btn-container .btn-blue{
		margin-top:0px;
    }
}


/*
=========Intro text==============
*/
.rmt-introText {
	text-align: center;
	padding: 28px 0 20px 0;
}
.hgt575{
	height: 575px;
}
/*.rmt-introText>h2 {
	font-weight: bold;
}*/
.rmt-sub-text{
	color: #44433D;
    font-size: 24px;
}
.btn-blue{
	border:1px solid #337ab7;
}
.btn-blue:hover{
	color: #337ab7;
}
.sub-heading-h4{
    font-size: 24px;
    font-weight: bold;
}
.rmt-text-p{
	font-size: 18px;
	line-height:23px;
    width:216px;
}
.rmt-introText>h3 {
	font-size: 1.7em;
	font-weight: bold;
}
.rmt-introText>p {
	/*font-size: 1.3em;
	max-width: 600px;*/
	margin: 0 auto;
}
.choose-wu-section{
	margin-top:0;
    background-color: #ffffff;
}
.choose-wu-section .rmt-sub-text{
	margin-top:22px;
    font-family: OpenSans-Regular,open sans,"open sans",open sans,open sans,sans-serif;
}
.reward-section, .mywu-program, .reward-text, .wu-section{
	background-color: #ffffff;
}
.app-container{
	padding-top: 0px;
}
.smo-start p{
	font-size:35px;
    color:#ffffff;
}
.get-started-btn{
	margin-top:7px;
}
.wu-info{
    height:190px;
    padding-left: 3px;
}
.wu-info-container{
	/*padding-top: 20px;*/ 
    padding-bottom: 40px;
    background-color: #ffffff;
}
.wu-info-container .rmt-slashes{
	margin-bottom: 0px; 
    text-align:center;
}
.circle-1{
	margin-top: 8px;
}
.pay-online{
	padding-bottom:13px;
    margin-bottom:9px;
    font-family: OpenSans-Semibold,open sans,"open sans",open sans,open sans,sans-serif;
}
.mywu-section{
	margin-top:26px
}
.mywu-reward .rmt-slashes{
	padding-top: 51px;
    margin-top: 0px !important;
}
.rmt-options{
	color: #ffffff !important;
    /*height: 100px;*/
}
.right-arrow{
	position: relative;
    left: -30px;
}
.circle-1 .rmt-multiTile{
	padding: 0 0;
}
@media (max-width: 767px) {
	.rmt-introText {
		padding: 0px 0 0px 0;
	}
    .wu-info-container .rmt-introText{
		width:auto;
    }
    .rmt-options{
		color: #ffffff !important;
    	height: auto;
	}
    .hgt575{
		height: auto !important;
    }
    .mywu-section{
		margin-top:11px !important;
	}
    .pay-online{
		padding:0px 2px 0 2px;
	}
    .pay-online .lead{
		font-size: 14px !important;
    }
    .wu-info{
		margin-left:0;
    	height:auto;
	}
    .wu-btn-container{
		padding: 15px 15px 0 15px
    }
    .wu-info-container{
		padding-top: 15px;
        padding-bottom: 16px;
	}
    .wu-info-container .rmt-slashes{
		margin-bottom: 7px; 
    }
    .get-started-btn{
		margin-top:39px;
	}
    .circle-1{
		margin-top: 13px;
    }
    .rmt-layout-row-img-left>.rmt-layout-col.rmt-nw-left{
		margin-left:0px;
        padding-bottom: 20px;
        width: auto !important;
        margin-top:0;
    }
    .right-arrow{
		position: relative;
    	left: 0px;
	}
    .app-container{
		padding-top: 12px;
    }
    .mywu-reward .rmt-slashes{
		font-size:30px;
        margin-top: 35px;
        padding:36px 32px 0 32px;
    }
    .rmt-app-info{
		font-size: 30px;
    }
    .rmt-text-p{
		font-size: 16px;
        padding: 0px 1px;
    }
    .rmt-app-info,.rmt-app-info+p{
		color: #44433D;
        padding: 0px 10px 0 10px;
    }
    .rmt-app-info+p{
		font-size:14px;
    }
    .smo-start{
		margin-left:0px;
        top:0;
        color: #44433D;
    } 
    .smo-start p{
		font-size:30px;
        color:#44433D;
    }
    .rmt-downloadApp{
		margin-top:0px;
        margin-bottom:8px;
    }
    .right-arrow{
		display:inline-block;
        margin:auto;
    }
}


/*
=========Table==============
*/
.rmt-table {
	background-color: #f1f1f1;
	font-size: 1.3em;
	margin: 0 auto;
}
.rmt-table thead {
	background-color: #ffda1a;
	border-bottom: 5px solid white;
}
.rmt-table tr {
}
.rmt-table th {
	padding: 20px;
	text-align: center;
}
.rmt-table td {
	padding: 15px 20px;
	text-align: center;
}
.rmt-table th:first-child, .rmt-table td:first-child  {
	text-align: left;
}

@media (max-width: 767px) {
	.rmt-table {
		font-size: 1em;
	}
	.rmt-table thead {
		font-size: 0.8em;
	}
	.rmt-table th, .rmt-table td {
		padding: 10px;
	}
}


/*
=========padding==============
*/
.rmt-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.rmt-paddingTop {
	padding-top: 50px;
}0
.rmt-paddingBottom {
	padding-bottom: 50px;
}
.rmt-padding-desktop {
	padding-top: 50px;
	padding-bottom: 50px;
}
.rmt-paddingTop-desktop {
	padding-top: 50px;
}
.rmt-paddingBottom-desktop {
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	 .wu-section > div{
		margin-bottom:24px !important;
	}
	.rmt-padding-desktop {
		padding-top: 0;
		padding-bottom: 0;
	}
	.rmt-paddingTop-desktop {
		padding-top: 0;
	}
	.rmt-paddingBottom-desktop {
		padding-bottom: 0;
	}
	.rmt-padding-mobile {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.rmt-paddingTop-mobile {
		padding-top: 50px;
	}
	.rmt-paddingBottom-mobile {
		padding-bottom: 50px;
	}
}


/*
=========Video==============
*/
.rmt-video {
	width: 100%;
	height: 500px;
}
.rmt-video iframe {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.rmt-video {
		height: 270px;
	}
}


/*
=========Icon==============
*/
.rmt-icon {
	height: 59px;
	width: 100px;
	fill: #0099bd;
}

/* for testimonials/bigger size */
.rmt-icon-testimonials {
	fill: #a7a7a7;
	height: 25px;
}


/*
=========Dropdown list with table==============
*/
.rmt-dropdown {
	font-size: 1.3em;
	width: 260px;
    padding: 5px 15px;
}
.rmt-table--animated {
	opacity: 0;
	animation: tableAnime 1s forwards;
}
@keyframes tableAnime {
	100% {opacity: 1}
}




/* other styles */


.rmt-textOnImage1 {
	text-align: left;
	color: #6a6863;
}


.rmt-textOnImage1>h1, .rmt-textOnImage1>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
	font-size: 3em;
	font-weight: bold;
}
.rmt-textOnImage1 p, .rmt-textOnImage-black p {
	font-size: 1.5em;
	margin: 20px auto;
	max-width: 500px;
}

.rmt-textOnImage-black {
	text-align: center;
	color: #333;
}
.rmt-textOnImage-black img {
	height: 100px;
	margin: 10px 0;
}

@media (max-width: 767px) {
	.rmt-textOnImage1 {
		text-align: center;
		color: inherit;
	}
	.rmt-textOnImage1>h1, .rmt-textOnImage1>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
		font-size: 2.2em;
		font-weight: bold;
	}
	.rmt-textOnImage1>p {
		font-size: 1.2em;
		margin: 10px auto;
	}
	.rmt-textOnImage-black img {
		height: 100px;
		margin: 0;
	}
    p.fraud-text > a {
    	color: #44433d !important;
	}
}

.rmt-btn1 {
	font-weight: bold;
    min-width: 300px;
    max-width: 350px;
	padding: 10px;
	transition: all 0.4s;
}

/* with more margin */
.rmt-btn1-spaced {
	font-weight: bold;
    min-width: 300px;
    max-width: 350px;
    padding: 10px;
	margin: 20px 0 !important;
	transition: all 0.4s;
}
@media (max-width: 767px) {
	.rmt-btn1 {
	    width: 100%;
	}1
	.rmt-btn1-spaced {
	    width: 100%;
	    margin: 10px 0 !important;
	}

}
@media (min-width: 767px) {
  .rmt-banner-es .rmt-banner-text {
        padding-left:45%;
	}
}

.image-test{
	position:Â absolute;
Â Â Â  left:Â 0px;
Â Â Â  top:Â 0px;
Â Â Â  z-index:Â -1;

}

.image {
	background-image:Â url("/content/dam/wu/rmt/Bay Bridge -1440.png")
	padding: 0 10px;
	flex-direction: column;
}

.rmt-wu-app-banner{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_768x480_en.jpg');
    }
    .rmt-wu-app-banner-es{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_768x480_es.jpg');
    }

@media (min-width:768px) and (max-width: 991px) {
	.rmt-layout-col.rmt-agent-location{
		flex:auto;
        margin-right: 23px;
    }
    .rmt-container{
		width:auto !important;
        padding-left: 5px;
        padding-right:5px;
    }
    .mywu-reward{
    	height:auto;
    }
    .rmt-options{
		height:auto;
    }
    .mywu-section .rmt-multiTile{
		padding-left: 0px;
        padding-right: 0px;
    }
    .rmt-layout-row-img-left>.rmt-layout-col.rmt-nw-left{
		margin-left:0;
    }
    .wu-section{
		width:auto !important;

    }
    .hgt575{
		height:auto !important;
    }
    .app-container{
		padding-top:43px !important;
    }
    .smo-start{
		margin-left: 0px;
    	top: 0;
    	color: #44433D;
    }
    .right-arrow {
    	display: inline-block;
    	margin: auto;
        position: relative;
    	left: 0px;
	}
    .rmt-downloadApp {
  		margin-top: 0px;
   		margin-bottom: 0px !important;
	}
    .rmt-layout-row-img-left>.rmt-layout-col.rmt-nw-left {
    	padding-bottom: 40px;
	}
    .get-started-btn {
    	margin-top: 39px;
	}
    .rmt-banner-es{
		background-image: url('/content/dam/wu/images/Spanish-HeroBanner-1024x484-US.jpg');
    }
    .rmt-banner{
    	background-image: url('/content/dam/wu/images/banner-city_1440x500.jpg');
	}
    .rmt-wu-app-banner{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_1024x484_en.jpg');
    }
    .rmt-wu-app-banner-es{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_1024x484_es.jpg');
	}
    .rmt-loc-section{
		background: linear-gradient(to right, transparent 0%, black 100%),url('/content/dam/wu/images/banner-bridge_1024x484.jpg')
    }
}
.wu-section > div{
	margin-bottom:40px;
    padding-left:5px;
}
p.fraud-text > a {
   color: #ffffff ;
}
.app-store-section{
	display: inline-block !important;
    vertical-align: top;
}
.play-store-section{
	display: inline-block !important;
    margin-left: -3px;
    margin-top: 0px;
}
.img-banner{
	display: none;
}
@media (max-width: 767px) {
	.wu-section > div{
		margin-bottom: 24px !important;
    }
    .wu-section > div.mrgn-bot-mob{
		margin-bottom: 17px !important;
    }
    .app-store-section{
		display: block !important;
	}
    .play-store-section{
		display: block;
        margin-left: 0px;
        margin-top: -7px;
    }
    .rmt-btn-spaced{
		min-width: auto;
        max-width: auto;
    }
    .agent-link{
		color: #337ab7 !important;
        font-weight: bold !important;
        font-size: 14px;
        text-decoration: none;
    }
    .agent-link:hover{
		text-decoration: none;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
		display:block !important;
	}
    .rmt-img-mobile, .rmt-img-mobile-girl{
		display: block !important;
    }
    .rmt-banner {
        background-image: none;
        height:auto !important;
	}
     .rmt-banner-es {
        background-image: none;
        height:auto !important;
	}

}
@media (min-width:992px) and (max-width: 1599px){
	.rmt-banner-es{
		background-image: url('/content/dam/wu/images/Spanish-HeroBanner-1440x569-US.jpg');
        background-position: center;
        background-size: cover;
    }
    .rmt-banner{
    	background-image: url('/content/dam/wu/images/banner-city_1440x500.jpg');
        background-position: center;
        background-size: cover;
    }

    .rmt-wu-app-banner{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_1440x500_en.jpg');
    }
    .rmt-wu-app-banner-es{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_1440x500_es.jpg');
	}
    .rmt-loc-section{
		background: linear-gradient(to right, transparent 0%, black 100%),url('/content/dam/wu/images/banner-bridge_1440x500.jpg')
    }
}
.reward-text{
	padding-left:0px;
    padding-right:0px;
}
@media (min-width:1600px){
    .rmt-banner-es{
        background-image: url('/content/dam/wu/images/Spanish-HeroBanner-1780x620-US.jpg');
        background-position: center;
        background-size: cover;
    }
    .rmt-banner{
    	background-image: url('/content/dam/wu/images/banner-city_1440x500.jpg');
    }
	.rmt-wu-app-banner{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_1780x670_en.jpg');
    }
    .rmt-wu-app-banner-es{
		background-image: url('/content/dam/wu/images/banner-wu-app-new_1780x670_es.jpg');
    }
    .rmt-loc-section{
		background: linear-gradient(to right, transparent 0%, black 100%),url('/content/dam/wu/images/banner-bridge_1440x500.jpg')
    }
}
.rmt-banner{
	height:500px;
    background-position: center;
    background-size: cover;
}

.fraud-text-us{
    margin-right: -60px;
	position: relative;
	top: -70px;
}

.fraud-img-us{
	margin-right: 413px;
    text-align: left;
    margin-top: -42px;
}

.fraud-icon-us{
    margin-right: 0;
    text-align: right;
    margin-top: 24px;
    margin-left: -40px;
}

@media (max-width: 767px){

	.fraud-icon-mob-us {
    	margin-right: 185px;
		text-align: right;
		margin-top: 15px;
	}

	.fraud-text-us {
		font-size: 14px !important;
		padding-left: 50px;
		position: relative;
		top: -45px;
		margin-left: 47px;
		text-align: center;
	}

	.fraud-td-us {
		text-align: center;
		padding: 0px !important;
	}

}
