<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>Roubini Global Economics is now Continuum Economics</title>

        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="apple-mobile-web-app-title" content="Roubini">
        <meta name="google-site-verification" content="7imVGTi6CNzvzyLbg94Orktv_Mn3uMTdYfUiyBwn6Nw" />
        <meta name="description" content="Roubini Global Economics is now Continuum Economics" />

        <style>
			body {
				font-family: 'Open Sans', Verdana, sans-serif;
			}
			#countdown {
			  position: relative;
			  margin: auto;
			  margin-top: 60px;
			  height: 100px;
			  width: 100px;
			  text-align: center;
			}

			#countdown-number {
			  color: #61BEC1;
			  display: inline-block;
			  line-height: 100px;
			  font-size: 36px;
			}

			svg {
			  position: absolute;
			  top: 0;
			  right: 0;
			  width: 100px;
			  height: 100px;
			  transform: rotateY(-180deg) rotateZ(-90deg);
			}

			svg circle {
			  stroke-dasharray: 282px;
			  stroke-dashoffset: 0px;
			  stroke-linecap: round;
			  stroke-width: 5px;
			  stroke: #61BEC1;
			  fill: none;
			  animation: countdown 5s linear 1 forwards;
			}

			@keyframes  countdown {
			  from {
			    stroke-dashoffset: 0px;
			  }
			  to {
			    stroke-dashoffset: 282px;
			  }
			}
	    </style>
    </head>


<body style="margin: 0;background-color: #323837">
	<div style="background-color: #f6f5f5;padding: 20px 0;">
		<div class="container" style="max-width: 1110px; width: 100%;margin:auto;text-align: center;">
			<img src="/img/misc/rge@2x.png" style="display: inline-block;width: 267px;height: 88px;" alt="Roubini Global Economics"/>
			<!-- <div style="font-size: 24px;padding: 0 15px;display: inline-block;">is now</div>  -->
			<!-- <img src="/img/misc/is-now@2x.png" style="display: inline-block;width: 99px;height: 88px;" alt="is now" /> -->
			<img src="/img/misc/research-is-now-available@2x.png" style="display: inline-block;width: 337px;height: 88px;" alt="is now" />
			<img src="/img/misc/ce@2x.png" style="display: inline-block;width: 179px;height: 88px;" alt="Continuum Economics"/>
		</div>
	</div>
	<div style="background-color: #323837;color: #FFFFFF;">
		<div class="container" style="max-width: 1110px; width: 100%;margin:auto;text-align: center;">
			<div id="countdown" style="margin-bottom: 20px;">
			  <div id="countdown-number"></div>
			  <svg>
			    <circle r="45" cx="50" cy="50"></circle>
			  </svg>
			</div>


			<span style="font-size: 24px;">You will now be redirected to the Continuum Economics website.</span> <br/>
			<span>If you are not redirected, <a href="https://www.continuumeconomics.com" style="color: #FFFFFF;">click here</a>.</span>

			<img src="/img/misc/screens-continuum.jpg" style="display: inline-block;width: 100%;height: auto;max-width: 1110px;margin-top: 30px;" alt="Continuum Economics"/>
		</div>
	</div>


	    <script>
	    	var countdownNumberEl = document.getElementById('countdown-number');
			var countdown = 5;
            var redirected = false;

			countdownNumberEl.textContent = countdown;

			setInterval(function() {
			  countdown = --countdown <= 0 ? 0 : countdown;

			  countdownNumberEl.textContent = countdown;

              if (countdown === 0 && !redirected) {
                redirected = true;
                window.location = 'https://continuumeconomics.com';
              }
			}, 1000);
	    </script>
</body>
