/*	
Responsive-template
v. 1.0 
*/

/*
=========Layout==============
*/
/* row */
.rmt-layout-row {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 20px;
	background-color: white;
}

/* row with separator */
.rmt-layout-row-separator {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: 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: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: 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;
}

/* row with bg image/content center*/
.rmt-layout-row-img {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: 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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: start;
	    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 {
	margin-left: 8%;
}

/* row with bg image/content right*/
.rmt-layout-row-img-right {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    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%;
}

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


/* col */
.rmt-layout-col {
	-ms-flex: 0 1 600px;
	    flex: 0 1 600px;
}


@media (max-width: 767px) {
	.rmt-layout-row {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px;
	}
	.rmt-layout-row-separator, .rmt-layout-row-arrow {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px;
	}
	.rmt-layout-col {
		-ms-flex: 1 0 auto;
		    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;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.rmt-layout-col+.rmt-layout-col {
		margin-top: 50px;
	}
	.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: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    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;
	}
	.rmt-hide {
		display: none !important;
	}
}

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


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

/*
=========Clickable Ribbon==============
*/
.rmt-rbn-outer {
    top: -2px;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.1s ease-in-out;
    box-sizing: border-box !important;
    padding: 9px 40px 10px 40px;
}
.rmt-rbn-outer:hover {
    background-color: rgba(0, 126, 156,1);
    border-color: rgba(0, 126, 156,1);
    box-shadow: 0 0 35px 2px rgba(0,0,0,.24);
    top: 0;
    padding: 11px 40px 10px 40px;
}

.rbn-arrow {
    top: 3px;
    right: 0;
    position: relative;
    transition: right .3s ease-in-out;
    -webkit-transition: -webkit-box-shadow right .3s ease-in-out;
    -moz-transition: -moz-box-shadow right .3s ease-in-out;
    -o-transition: -o-box-shadow right .3s ease-in-out;
    -ms-transition: -ms-box-shadow right .3s ease-in-out;
}
.rmt-rbn-outer:hover #rbn-arrow{
    right: -11px;
}
.rbn-onScroll {
    top: 0px;
    position: fixed;
}
.rmt-slashes::before, .rmt-layout-row-separator {
    position: static;
}

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

/* Visible for mobile only */
.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;
}
@media (max-width: 991px) {
	.rmt-textOnImage>h1, .rmt-textOnImage>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
		font-size: 2.2em;
	}
}

.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:-ms-flexbox;
	display:flex;
	-ms-flex-pack: center;
	    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;
}

/* for testimonials */
.rmt-multiTile-testimonials {
/*    display: flex;*/
    -ms-flex-direction: column;
    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    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 {
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    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:nth-last-of-type(2) {
	height: 1.5rem;
        margin-bottom: 0.4rem;
	float: left;
}
.rmt-multiTile-review>img:last-of-type {
	height: 1.5rem;
	float: right;
}
.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.rmt-reviews>.rmt-layout-col {
		-ms-transform: translateX(100%);
		    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;
	}
}
/* IE fix - disable margins to correct centering while using flexbox*/
@media all and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.rmt-line {
		margin: 0;
	} 
}

/* Recoded banner */
.rmt-hp-row-img {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0 20px;
        background-color: white;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;
        color: white;
        background-image: url('/content/dam/wu/homepage-banners/responsive-homepage/Q316_Wu_Com_Homepage_V5b_950x400_EN_CA.jpg') !important;
    }

    @media (min-width: 992px) {
        .rmt-hp-row-img {
            height: 600px;
        }
    }

    @media (max-width: 991px) {
        .rmt-hp-row-img {
            height: 500px;
        }
    }
    @media (max-width: 600px){
        .rmt-hp-title {
            font-size: 2.6em !important;
        }
    }

    .rmt-hp-title {
        color: #cecfd1;
        letter-spacing: -2px;
        line-height: 0.8em;
        margin-bottom: 20px;
        font-size: 3em;
        text-align: center;
        font-weight: 700;
    }

    .rmt-hp-row {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        padding: 0 20px;
    }

    .rmt-hp-row>p {
        margin: 0 auto;
    }

    .rmt-hp-line {
        border-top: 1px solid #ffffff;
        width: 70%;
        margin: 0 auto;
        padding-bottom: 15px;
    }

/*
=========Paymenent bar==============
*/
.rmt-paymentBar {
	display: -ms-flexbox;
	display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    height: 70px;
}
.rmt-paymentBar>h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
.rmt-paymentBar>ul {
	list-style-type: none;
	margin-bottom: 0px;
}
.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;
	    -ms-flex-direction: column;
	    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;
	}
}

/*
=========Omnichannel message bar==============
*/
#rmt-sendOnline div:last-child {
    -ms-flex: none;
        flex: none;
}

/*
=========Text center==============
*/
.rmt-text-center {
	text-align: center;
}
.rmt-text-center>p {
	font-size: 1.3em;
}
.rmt-text-center h2 {
  margin-bottom: 30px; 
  font-weight: bold;
}
@media (max-width: 991px) {
	.rmt-text-center>h1, .rmt-text-center>h2 {
		font-size: 2.2em;
	}
}

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

/*
=========FAQ section==============
*/
.faq-border {
	border-color: #ffda1a;
    border-style: solid;
    border-width: 0 0 0 4px;
    padding-left: 20px;
}


/*
=========Button==============
*/
.rmt-btn {
	font-weight: bold;
    min-width: 200px;
    max-width: 350px;
	padding: 10px;
	transition: all 0.4s;
}

/* with even margin on all sides*/
.rmt-btn-even-spaced {
	font-weight: bold;
    min-width: 200px;
    max-width: 350px;
    padding: 10px;
	margin: 20px;
	transition: all 0.4s;
}

/* with more margin */
.rmt-btn-spaced {
	font-weight: bold;
    min-width: 200px;
    max-width: 350px;
    padding: 10px;
	margin: 20px 0 !important;
	transition: all 0.4s;
}

@media (max-width: 767px) {
	.rmt-btn {
	    width: 100%;
	}
	.rmt-btn-spaced {
	    width: 100%;
	    margin: 10px 0 !important;
	}
	.rmt-btn-even-spaced {
		width: 100%;
	    margin: 10px 0 !important;
	}
}

/* 
=========Logos==============
*/
.rmt-logo {
	height: 50px;
	width: auto;
}
  
@media(min-width: 768px) {
	.rmt-logo {
		height: 40px;
		width: 100%;
		padding: 0 0.5rem;
	}
}
  
@media(min-width: 992px) {
	.rmt-logo {
		width: auto;
		padding: 0 2rem;
	}
}
/*
=========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: 991px) {
	.rmt-introText>h2 {
		font-size: 2.2em;
	}
}

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

/* IE flexbox bug fix - enforce the correct wrapping of text in intro text element by setting width to 100% of parent element*/
@media all and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.rmt-introText {
		width: 100%;
	}
}

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

/* Container-like padding for large screens */
@media (min-width: 1170px) {
	.rmt-paddingHorizontal-large {
		padding-left: 10%!important;
		padding-right: 10%!important;
	}
}


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

@media (max-width: 767px) {
	.rmt-video {
		height: 270px;
	}
}
/*
=========Youtube Player==============
*/
.rmt-youtube {
    cursor: pointer;
    position: relative;
    width: 100%;
    background: #000;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.rmt-youtube:hover .rmt-youtube__button {
	background: red;
	opacity: 1;
}

.rmt-youtube__title {
    color: #fff;
    text-shadow: 0 1px 1px #333;
    z-index: 999;
    position: absolute;
    font-size: 1.2em;
    margin: 2em;
}

.rmt-youtube__iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.rmt-youtube__button {
    background: #282828;
    border-radius: 50%/10%;
    font-size: 2.2em;
    height: 3em;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-indent: .1em;
    transition: all 150ms ease-out;
    width: 4em;
	text-align: center;
	opacity: 0.8;
}

.rmt-youtube__button:focus {
    outline: 0
}

.rmt-youtube__button::before {
    background: inherit;
    border-radius: 5%/50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.rmt-youtube__button::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent #fff;
    content: ' ';
    font-size: .75em;
    height: 0;
    margin: -1em 0 0 -.75em;
    top: 50%;
    position: absolute;
    width: 0;
}

@media (max-width:767px) {
    .rmt-youtube {
        background-image: none!important
	}
	.rmt-youtube__button{
		font-size: 1.8em;
	}
}
@media (max-width: 991px) {
	.rmt-youtube__button{
		font-size: 2em;
	}
}
/*
=========Icon==============
*/
.rmt-icon {
	height: 100px;
	width: 100px;
	fill: #0099bd;
}

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

.rmt-icon-new {
	height: 200px;
	width: 200px;
	fill: #0099bd;
}

/* 
 */
/*
=========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}
}
/*=========Utility==============*/
.rmt-flex-align-start{
	-ms-flex-align: start;
	    align-items: flex-start;
}
/*=========FX Widget==============*/
.fxw-flag{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 100%;
}
@media screen and (min-width: 768px) {
    .fxw-flag {
        width: 30px;
        height: 30px;
    }
    .fx-title {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .fxw-flag {
        width: 25px;
        height: 25px;
    }
    .fx-title {
        font-size: 16px;
    }
}

.fx-widget {
    color:#fff;
    background-color:#212A33;
    margin: 0;
    font-family: open sans;
    font-size: 16px;
    text-align: center;
    padding: 1.5em;

}
.fx-widget div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}
.fx-title {
    display: block !important;
    padding-bottom: 10px;
}

.skeleton{
    border-radius: 0.2em;
    z-index: 9;
    background-color:#e0e0e0;
    background-image: linear-gradient(90deg, #dddddd 40%, #fff 50%,#dddddd 60%);
    background-size: 200%;
    animation: loading 1.56s infinite linear;
    height: 1.2em;
    display: block;
    width: 5em;
}  
.skeleton hidden{
    display: none;
}
/*=========Registration block==============*/
.registration-block {
    background-color: #212A33;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 1em;
}

.registration-block > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.registration-block svg{
    padding: 1.5em;
    fill:#fff !important;
}
.registration-block p{
    font-size: 1.4em;
}

.registration-block.btn-secondary{
    font-size: 1.2em;
    font-weight: 600;
}

@media (max-width: 991px){
    .registration-block p{
        font-size: 1.2em;
    }
    .registration-block>*{
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
}

@media (max-width: 991px){
    .registration-block{
        display:none;
    }
}      

@media (min-width: 991px){

    .registration-block>*{
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    }
}
.rmt-paymentBar>ul>li+li::before{
    padding-right: 10px;
}
/*==Corridor list element==*/
#corridor-list{
    width: 100%;
    display:-ms-grid;
    display:grid;
    justify-items:center;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -ms-flex-pack: center;
        justify-content: center;
}


@media (min-width: 767px){
    #corridor-list{
        width: 100%;
    }
    .country a{
        min-width: 140px;
    }
}

@media (min-width: 991px){
    #corridor-list{
        width: 70%;
        -ms-grid-columns: auto auto auto;
            grid-template-columns: auto auto auto;
    }
}

@media (min-width: 1224px){
    #corridor-list{
        width: 65%;
        -ms-grid-columns: auto auto auto auto;
            grid-template-columns: auto auto auto auto;
    }
}

/*flexbox variant for IE and Edge */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #corridor-list{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left:100px;
    }
}
@supports (-ms-ime-align:auto) { 
	#corridor-list{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left:100px;
    }
 }
 
.country{
    padding: 1.5em 0em;
    margin: 0em 2em;
}

.country a{
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    font-weight: 600;
    color: #535353;
}
.country a:hover,a:focus{
    decoration: none;
}
.country__flag{
    min-width: 30px;
    min-height: 23px;
    display: inline-block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0.8;
	box-shadow: 0 2px 4px rgba(0, 0, 50, 0.15);
	border: 1px solid #afafaf;
}
.country__name{
    padding-left: 2em;
    font-size: 1em;
}
.resp-pic {
    width: 100%;
    max-width: 600px;
  }
.resp-pic source {
    object-fit: contain;
    object-position: center;
    max-height: 500px;
    height: 100%;
    width: 100%;
  }
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .resp-pic {
        order: 1;
        margin-bottom: 40px;
      }
}
.backdrop {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #DDD;
  }
.backdrop source, .backdrop img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
  }

/* promocode dropdown styles */

    .mydropdown {
      display:none;
    }
    .mydropdown.expand {
      display:block;
    }
    #myselectbtn {
      background-position: right 10px center;
      text-align: left; 
      font-size: 1.3em;
      position: relative;
    }
    #myselectbtn:hover {
      cursor: pointer;
    }
    .selectedtext:focus {
      outline: 4px dashed blue;
    }
    #myselect li:hover {
      cursor: pointer;
      background: darkgrey;
    }
    #myselect {
      margin-top: 2px;
      padding: 6px 0 6px 0;
      background: #EFEFEF;
    /*  overflow:auto;
      max-height: 75px;*/
      position: absolute;
      width: 100%;
      z-index:1;
    }
    #myselect li {
      padding: 6px 10px 6px 10px;
    }
	.promocodelist li {
    	line-height: 1.6;
	}
    .selectedtext{
      border: 1px solid;
      padding: 10px 0 10px 10px;
    }
    .caret {
      float: right;
      border-top: 10px dashed;
      margin: 6px 7px 6px 7px;
      color: #1599BB;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
    }
