/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Prashant's Css Begins here */
body,html{position: relative;height: 100%;font-family: sans-serif;}
img{width: 100%;height: auto;}
body{background:
url(../images/blue_bg.png) top right / 50% 100% no-repeat,
url(../images/world_map.png) center left / auto auto no-repeat; }
.header{padding-top: 35px}
.wrapper{margin: 0 auto;width: 90%;max-width: 1400px}
.logo img{width: 180px;max-width: 250px;}
.main-section-container{align-items: center;}
.divert-main-text{font-weight: 600;font-size: 26px;line-height: 42px;text-align: left;margin-bottom: 30px;}
.para{margin-bottom:20px;color: #666;font-size: 16px;}
.remember-location{margin-bottom: 20px;}
.inter-redirect,.aus-redirect,.latam-redirect{transition: .5s ease;text-decoration: none;border:1px solid transparent; color: #fff;width: 150px;display: inline-block;
height: 48px;line-height: 48px;text-align: center;border-radius: 37px;margin-right: 20px;font-size: 16px;}
.inter-redirect{background: #082e6d}
.aus-redirect{background: #0c7344}
.latam-redirect{background: #DA8C28}

.inter-redirect:hover{border-color:#082e6d;background-color: #fff;color:#082e6d}
.aus-redirect:hover{border-color:#0c7344;background-color: #fff;color:#0c7344}

.latam-redirect:hover{border-color:#DA8C28;background-color: #fff;color:#DA8C28}

/* Prashant's Css Ends here */