<!doctype html>
<html lang="en">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>HireUp Leadership</title>

 <style>
 	@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff'),
        url('Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff'),
        url('Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 	body{
 		margin:0;
 		padding:0;
 	}
 	.main-wrapper {
    min-height:calc(100vh - 100px);
    background: rgb(210 13 42 / 5%);
    padding: 50px 0;
}
 	.inner-block{
	    max-width: 800px;
	    width: 90%;
	    text-align: center;
	    margin: auto;
 	}
 	.inner-block .logo img {
    max-width: 200px;
    margin-bottom: 80px;
}
.inner-block p {
    font-size: 20px;
    font-family: poppins;
    line-height: 1.5;
    font-family: 'Poppins';
}
.inner-block a:not(.logo) {
    font-size: 18px;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 5px;
    background: #D20D2A;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    margin-top: 20px;
}
@media screen and (max-width:534px){
	.inner-block p {
    font-size: 16px;
	}
	.inner-block a {
	    font-size: 16px;
	    padding: 12px 20px;
	}
	.inner-block .logo img {
    margin-bottom: 60px;
    max-width: 150px;
}
.main-wrapper {
    padding: 60px 0;
    min-height:calc(100vh - 120px);

}
}

 </style>
</head>
<body>
	<section class="main-wrapper">
		<div class="inner-block">
			<a href="https://hireupleadership.com/" class="logo"><img src="hireup-leadership-logo.png"></a>
			<p>We are pleased to announce that Cejka Search has been integrated into HireUp Leadership, a Cross Country Company. HireUp Leadership is an innovative healthcare leadership recruitment company that is committed to building and sustaining a community of the most talented and peer recognized leaders. We specialize in both interim and permanent leadership solutions for the top healthcare systems throughout the nation. We look forward to working with you and carrying the Cejka legacy forward under the HireUp Leadership brand!</p>
			<a href="https://hireupleadership.com/" >Click to visit hireupleadership.com</a>
		</div>
	</section>

</body>
</html>