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

@media (max-width: 767px) {
	.rmt-ribbon {
		position: relative;
		margin-top: 0px;
	}
	.rmt-ribbon>p {
		display: block;
		border-radius: 0;
		padding: 10px;
		font-size: 1em;
	}
}

/*Responsive image*/
.rmt-img {
	width: 100%;
	height: auto;
}
.rmt-img-mobile {
	width: 100%;
	height: auto;
	display: none;
}

@media (max-width: 767px) {
	.rmt-img-mobile {
		display: block;
	}
}

/*Text on image*/
.rmt-textOnImage {
	text-align: center;
	color: white;
}
.rmt-textOnImage>h1, .rmt-textOnImage>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
	font-size: 3em;
	font-weight: bold;
}
.rmt-textOnImage 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-textOnImage {
		text-align: center;
		color: inherit;
	}
	.rmt-textOnImage>h1, .rmt-textOnImage>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
		font-size: 2.2em;
		font-weight: bold;
	}
	.rmt-textOnImage>p {
		font-size: 1.2em;
		margin: 10px auto;
	}
	.rmt-textOnImage-black img {
		height: 100px;
		margin: 0;
	}
}

/*Download App*/
.rmt-downloadApp {
	text-align: center;
	margin-top: 40px;
}
.rmt-downloadApp>p {
	font-size: 1.5em;
    font-weight: bold;
}
.rmt-downloadApp>div {
	display:flex;
	justify-content: center;
}
.rmt-downloadApp>div>a>img {
	padding: 10px;
	max-width: 100%;
}

@media (max-width: 767px) {
	.rmt-downloadApp>p {
		font-size: 1.4em;
    	margin: 5px auto;
	}
}


/*Slashes on headlines*/
.rmt-slashes {
	margin-left: 15px;
    margin-right: 15px;
}
.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;
}

.rmt-multiTile-review {
	text-align: center;
	max-width: 330px;
	margin: 0 auto;
}
.rmt-multiTile-review p {
	padding: 3px 0;
    font-size: 1.3em !important;
}
.rmt-multiTile-review>img:first-child {
	height: 100px;
}
.rmt-multiTile-review_quotes {
	height: 30px;
	margin: 0;
	float: left;
}
.rmt-multiTile-review_name {
	color: #029abe;
	padding: 0;
}

@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-review>img:first-child {
		height: 80px;
	}
	.rmt-multiTile-review_quotes {
		height: 25px;
	}
	.rmt-multiTile-review p {
		padding: 3px !important;
	}
}

/*Line*/
.rmt-line {
	border-top: 1px solid #cecece;
	width: 80%;
	margin: 0 auto;
}
.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;
	}
}


/*Payment bar*/
.rmt-paymentBar {
		display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
		padding: 0 5%;
}
.rmt-paymentBar>h2 {
	font-size: 1.6em;
	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+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-bottom: 15px;
	}
	.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;
    min-width: 200px;
    max-width: 350px;
    padding: 10px;
}
.rmt-btn-spaced {
	font-weight: bold;
    min-width: 200px;
    max-width: 350px;
    padding: 10px;
    margin: 20px 0 !important;
}
@media (max-width: 767px) {
	.rmt-btn {
	    width: 100%;
	}
	.rmt-btn-spaced {
	    width: 100%;
	    margin: 10px 0 !important;
	}
}


/*Intro text*/
.rmt-introText {
	text-align: center;
	margin: 20px 0;
}
.rmt-introText>h2 {
	font-weight: bold;
}
.rmt-introText>h3 {
	font-size: 1.7em;
	font-weight: bold;
}
.rmt-introText>p {
	font-size: 1.3em;
	max-width: 600px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.rmt-introText {
		margin: 10px 0;
	}
}


/*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;
	}
}


/*Modal*/
.rmt-modal-trigger img {
	max-width: 150px;
}

.rmt-modal-dialog {
	width: 640px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.rmt-modal-content {
	border-radius: 0;
	border: none;
}
.rmt-modal-header .close {
	margin-top: -10px;
}
.rmt-modal-body {
	width: 640px;
	height: 360px;
	padding: 0;
}

@media (max-width: 767px) {
	.rmt-modal-dialog {
		width: 100%;
	}
	.rmt-modal-content {
		margin: 0 auto;
	}
	.rmt-modal-body {
		width: 100%;
    	height: auto;
	}
	.rmt-modal-body>iframe {
		width: 100%;
    	height: auto;
	}
}


/*Layout*/
.rmt-layout-row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: white;
}
.rmt-layout-row-separator {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: white;
}
.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;
}
.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-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-col {
	flex: 0 1 600px;
}
.rmt-layout-row-separator>.rmt-layout-col+.rmt-layout-col {
    border-left: 1px solid #cecece;
}
.rmt-layout-row-img-left>.rmt-layout-col {
	margin-left: 8%;
}
.rmt-layout-row-img-right>.rmt-layout-col {
	margin-right: 8%;
}

@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;
	}
}

@media (max-width: 767px) {
	.rmt-layout-row {
		flex-direction: column;
		padding: 0 10px;
	}
	.rmt-layout-row-separator {
		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-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: 50px;
	}
	.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: 20%;
	}
}

/*Padding*/
.rmt-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.rmt-paddingTop {
	padding-top: 50px;
}
.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) {
	.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;
	}
}



/* buttons from wu.com/us */
.btn-primary, .btn-primary.active, .btn-primary.active:focus { background-color: #1599BB; border-color: #1599BA; border-radius: 3px; }
.btn-primary:hover, .btn-primary.active:hover { background-color: #066690; border-color: #066689; }
.btn-primary a { color: #fff;}
.btn-secondary { color: rgba(74, 74, 74,1); background-color: rgba(255, 218, 26,1); border-color: rgba(255, 218, 26,1);}
.btn-secondary:hover { color: rgba(74, 74, 74,1); background-color: rgba(255, 204, 0,1); border-color: rgba(255, 204, 0,1); }
.btn-tertiary-light {color: rgba(255, 255, 255,1);border-color: rgba(255, 255, 255,1);border: 2px solid;}
.btn-tertiary-light:hover {color: rgba(35, 35, 35,1); background-color: rgba(255, 255, 255,1); border-color: rgba(255, 255, 255,1);}
.btn-tertiary-dark {color: rgba(35, 35, 35,1); border-color: rgba(35, 35, 35,0.4); border: 2px solid; }
.btn-tertiary-dark:hover {color: rgba(255, 255, 255,1); background-color: rgba(74, 74, 74,1); border-color: rgba(74, 74, 74,1);}
.btn-ghost {border: 2px solid; }
.btn-toggle .btn-default:focus { outline: none;}
.btn-default.btn-ghost:hover { color: white; background-color: #4A4A4A; border-color: #4A4A4A;}
.btn-toggle .btn-default.btn-primary.active:focus { outline: none; background-color: #1599BB; border-color: #1599BA; }
.btn-empty { color:#666; border: 1px solid; }
.button a {text-decoration:none; cursor:default;}
