<!DOCTYPE html>
<html lang="en"><head><!-- Template Created By: Jenna Molby | www.jennamolby.com | Support: pardot@jennamolby.com --><!-- Required meta tags --><meta charset="utf-8"><meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"><title>Dolomite Product Line -  End of Support</title><meta name="description" content="Dolomite Product Line -  End of Support"><link href="https://fonts.googleapis.com/css?family=Tahoma:400,400i,700,700i" rel="stylesheet"><!-- Bootstrap CSS --><link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" rel="stylesheet"><style type="text/css">
    /* --------------------------

EDIT THE VALUES BELOW TO UPDATE 
THE TEMPLATE TO MEET YOUR BRAND GUIDELINES

--------------------------*/

:root {

  /* ---- Main text options ---- */
  --main-text-color: #6D6E71;
  --main-font-family: 'Tahoma', sans-serif;
  --main-text-font-size: 14px;
  --main-text-line-height: 28px;
  

  /* ---- Header text options ---- */
  --heading-1-text-color: #FFFFFF;
  --heading-1-text-size: 45px;
  --heading-1-line-height: 48px;
  --heading-2-text-color: #BCBDC0;
  --heading-2-text-size: 20px;
  --heading-2-line-height: 38px;
  --heading-3-text-color: #50B047;
  --heading-3-text-size: 24px;
  --heading-3-line-height: 28px;


  /* ---- Form options ---- */
  --form-bg-color: #E7E7E8;

  /* input field settings */
  --form-input-fields-bg-color: #FFF;
  --form-input-fields-border-color: #E0E0E0;
  --form-input-fields-text-color: #757575;
  

  /* submit button settings */
  --form-submit-button-bg-color: #50B047;
  --form-submit-button-font-color: #FFF;
  --form-submit-button-font-size: 16px;

  /* checkbox settings */
  --form-checkbox-bg-color: #50B047;
  --form-checkbox-border-color: #6D6E71;
  --form-labels-font-weight:semi-bold;

  /* radio button settings */
  --form-radio-circle-color: #50B047;
  --form-radio-border-color: #6D6E71;
  --form-labels-font-weight:normal;

  /* field label settings */
  --form-label-text-color: #6D6E71;
  --form-labels-text-size: 15px;
  --form-labels-text-align: left;
  --form-labels-width: 200px;
  --form-labels-font-weight:semi-bold;
}
/* --------------------------

WARNING: EDITING THE BELOW CSS MIGHT
BREAK THE TEMPLATE

--------------------------*/
h1 {
  color: var(--heading-1-text-color);
  font-size: var(--heading-1-text-size);
  line-height: var(--heading-1-line-height);
  margin: 0;
}
h2 {
  color: var(--heading-2-text-color);
  font-size: var(--heading-2-text-size);
  line-height: var(--heading-2-line-height);
  font-weight: normal;
  margin: 0;
}
h3 {
  color: var(--heading-3-text-color);
  font-size: var(--heading-3-text-size);
  line-height: var(--heading-3-line-height);
  margin: 0;
}
/* Font colors, size and type for body copy */

body {
  font-family: var(--main-font-family);
  color: var(--main-text-color);
  font-size: var(--main-text-font-size);
  line-height: var(--main-text-line-height);
  padding: 20px 0px 0px;
}
#pardot-form {
	font-family:'Tahoma', sans-serif;
	background-color: var(--form-bg-color);
	width:85%;
	margin:0 auto;
}
#pardot-form .form-field {
 	margin:0;
 	padding:5px 20px;
} 
 /* The input fields */ 
 #pardot-form input.text,
 #pardot-form textarea.standard,
 #pardot-form select,
 #pardot-form input.date { 
	background-color:white;
	border:solid 1px #bcbdc0;
	font-size:14px;
	color:#6d6e71;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	font-family:'Tahoma', sans-serif;
	box-sizing:border-box;
}
/* the input fields on focus */ 
 #pardot-form input.text:focus,
 #pardot-form textarea.standard:focus,
 #pardot-form select:focus,
 #pardot-form input.date:focus { 
	border-color:#6D6E71;
	outline: none;
}
#pardot-form span.value { 
	margin-left: 0;
}
/* the field labels */ 
 #pardot-form label {
	font-size:14px;
	color:#6d6e71;
	padding-top:5px;
	padding-bottom:5px;
	float:none;
	text-align:left;
	width:auto;
	display:block;
	font-weight: var(--form-labels-font-weight);
}
/* the submit button */ 
 #pardot-form .submit input {
	margin:0;
	background-color:#50b047;
	border:solid 1px #50b047;
	font-size:16px;
	color:white;
	font-weight: normal;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	padding-left:30px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
/* the submit button hover */ 
 #pardot-form .submit input:hover {
	background-color:#313131;
	border-color:#313131;
	color:white;
}
/* the spacing around the submit button */ 
 #pardot-form .submit {
	margin:0;
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
}
/* hide the regular checkbox */
.pd-checkbox input {
    opacity: 0;
    position: absolute;
}
/* position the label */
.pd-checkbox input, .pd-checkbox label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    font-weight: normal;
}
.pd-checkbox label {
    position: relative;
}
/* style the unchecked checkbox */
.pd-checkbox input+label:before {
    content: '';
    background:white;
    border: 1px solid #c7c7c7;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* style the checked checkbox */
.pd-checkbox input:checked+label:before {
    content: "\2713";
    background:#50b047;
    color:white;
    border-color:#50b047;
}
form.form p.no-label {
    margin-left: 0 !important;
}

/* hide the regular radio button */
.pd-radio input {
    opacity: 0;
    position: absolute;   
}
/* position the label */
.pd-radio input, .pd-radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    font-weight: normal;
}
.pd-radio label {
    position: relative;
}
/* style the unchecked radio button */
.pd-radio input + label:before {
    content: '';
    background:white;
    border: 1px solid #c7c7c7;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pd-radio input + label:before {
    border-radius: 50%;
}
/* style the selected radio button */
.pd-radio input:checked + label:before {
    content: "\25CF";
    background:#50b047;
    color:#50b047;
    border-color:#50b047;
}
.footer {
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  font-size: 10px;
  background-color: #313131;
  line-height: 16px;
}
.footer .border-top {
  border-top: solid 1px #ffffff;
  padding-top: 20px;
}
ul.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  padding: 5px;
}
ul.social i {
  color: #9E9E9E;
  font-size: 30px;
}
.social svg, .social img {
  width: 35px;
  height: 35px;
}
.social span {
  position: relative;
  top: -13px;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
}
.asset-image {
  float: center;
  max-width: 350px;
  padding: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  ul.social {
    text-align: center !important;
  }
  .copyright {
    text-align: center;
    padding-bottom: 10px;
  }
  #pardot-form input[type=submit] {
    width: 85%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .headline {
    padding-bottom: 25px;
    width: 100%;
  	background-color: #313131;
  }
  .text-left {
    text-align: left!important;
  }
}
  }form.form p label { color: #000000; font-weight: bold;
      
}
  </style><link rel="stylesheet" type="text/css" href="https://go.unchainedlabs.com/css/form.css?ver=2021-09-20"><script type="text/javascript" src="https://go.unchainedlabs.com/js/piUtils.js?ver=2021-09-20"></script><script type="text/javascript">
piAId = '908652';
piCId = '134428';
piHostname = 'pi.pardot.com';

(function() {
	function async_load(){
		var s = document.createElement('script'); s.type = 'text/javascript';
		s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
		var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
	}
	if(window.attachEvent) { window.attachEvent('onload', async_load); }
	else { window.addEventListener('load', async_load, false); }
})();
</script></head><body>
  <div class="header">
      <div class="container">
          <div class="row">
              <div class="col-md-3 col-sm-6 logo vpadding vcenter">
                <div class="editable">
                   
                   <a href="https://www.unchainedlabs.com/"><img src="https://go.unchainedlabs.com/l/907652/2021-02-03/75vs/907652/1612363671m1qeMFGT/unchained_small_footer_CI.png" width="200" alt="logo" placehold="logo" pardot-region="logo" pardot-region-type="image"></a>
                </div>
              </div><!--
              --><div class="col-md-9 col-sm-6 clearfix vpadding vcenter">
                <div class="cta pull-right text-right">
                  <div class="editable">
                        <p pardot-region="secondary_cta" data-id="23542" data-hml-enabled="1"></p>
                  </div>
                    </div>
                    </div>
                    </div><!-- editable -->
    </div>
  </div>
  <br><div class="page-body" style="background-color:#313131; width: 100%;">
    <div class="container">
      <div class="row justify-content-center">
          <div class="col-md-12 col-lg-12">
          <div class="row">
            <div class="col-lg-12 headline text-center" id="headline" pardot-region="Headline" data-id="23545" data-hml-enabled="1"><p>&nbsp;</p>

<h1>Dolomite</h1>

<p>&nbsp;</p>

<hr align="center" color="#50B047" size="5" width="50px"><h2><span style="font-size:26px;">End of Support</span></h2>

<p>&nbsp;</p></div>
          </div>
          </div>
      </div>
   	</div>
	</div>
	<br><div class="page-body">  
  <div class="container">
          <div class="row">
            <div class="col-md-12 main-content" id="main-content" pardot-region="Main Content" data-id="23548" data-hml-enabled="1"><p><span style="color:#13658d;"><span style="font-size:24px;"><b>Dolomite Product Line &ndash; End of Support Notification</b></span></span></p>

<p><span style="font-size:16px;">Unchained Labs has discontinued the Dolomite product line.</span></p>

<p><span style="font-size:16px;">Dolomite systems have supported important advances in research over the years, and we&rsquo;re proud of the role they&rsquo;ve played in enabling scientific progress. As our portfolio has evolved, we have made the decision to retire these products.</span></p>

<p><span style="font-size:16px;">The official End of Support / Last Buy notification <a href="https://go.unchainedlabs.com/l/907652/2026-03-02/2316jy/907652/1772483808rt1l3VbK/2026_03_09_End_of_Support_Dolomite_Letter.pdf" style="color:#50b047;text-decoration:none;"><strong>letter</strong></a>, including key dates and policy details, is available below.</span></p>

<p>&nbsp;</p>

<table align="center" border="0" cellpadding="0" cellspacing="0" style="height:50px;width:300px;"><tbody><tr><td style="text-align: center; vertical-align: middle; width: 400px; height: 50px; background-color: rgb(80, 176, 71);">
			<div style="text-align: center;"><span style="font-family:Tahoma,Geneva,sans-serif;"><span style="font-size:20px;"><a href="https://go.unchainedlabs.com/EndofSupportDolomiteLetter" style="text-decoration:none;color:#ffffff;"><strong>End of Support&nbsp;Letter</strong></a></span></span></div>
			</td>
		</tr></tbody></table><p>&nbsp;</p>

<p><span style="font-size:16px;">If you have additional questions regarding your system, service status, documentation, or other related inquiries, please use the form below and our team will respond accordingly.</span></p>

<p><span style="font-size:16px;">For information about Unchained Labs&rsquo; current instrument portfolio, please explore our active <a href="https://www.unchainedlabs.com/" style="color:#50b047;text-decoration:none;" target="_blank"><strong>product pages</strong></a>.&nbsp;</span></p>

<p>&nbsp;</p></div>
            <div class="col-md-12 form-container">
              <div class="form-header text-center" id="form-header" pardot-region="Form Header" data-id="23551" data-hml-enabled="1"></div>
                  <!-- Load the Pardot form -->
                  <form accept-charset="UTF-8" method="post" action="https://go.unchainedlabs.com/Dolomite_EndofSupport" class="form" id="pardot-form">

<style type="text/css">
form.form p label { color: #000000; font-size: 14pt; font-family: Tahoma, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; float: none; text-align: left; line-height: 1em; width: auto; }
form.form p.submit { margin-left: 5px; }
form.form p.no-label { margin-left: 50px; }
form.form span.value { margin-left: 0px; }
form.form p span.description { margin-left: 0px; }
form.form p.required label, form.form span.required label { background-position: top left; background: none; padding-left: 0px; }
</style><h1 style="text-align: center;"><span style="font-size:24px;"><span style="color:#6d6e71;"><strong><span style="font-family:Tahoma,Geneva,sans-serif;">Have a question? Contact us!</span></strong></span></span></h1>

		

		
			<p class="form-field  email pd-text required required-custom    ">
				
					<label class="field-label" for="907652_117444pi_907652_117444">Email *</label>
				

				<input type="text" name="907652_117444pi_907652_117444" id="907652_117444pi_907652_117444" value="" class="text" size="30" maxlength="255" onchange="" onfocus="piAjax.loadEmailIndicator(this, 117444, 'https://go.unchainedlabs.com/images/indicator2.gif');"></p>
			<div id="error_for_907652_117444pi_907652_117444" style="display:none"></div>
			
		
			<p class="form-field  first_name pd-text required required-custom    ">
				
					<label class="field-label" for="907652_117435pi_907652_117435">First Name *</label>
				

				<input type="text" name="907652_117435pi_907652_117435" id="907652_117435pi_907652_117435" value="" class="text" size="30" maxlength="40" onchange="" onfocus=""></p>
			<div id="error_for_907652_117435pi_907652_117435" style="display:none"></div>
			
		
			<p class="form-field  last_name pd-text required required-custom    ">
				
					<label class="field-label" for="907652_117438pi_907652_117438">Last Name *</label>
				

				<input type="text" name="907652_117438pi_907652_117438" id="907652_117438pi_907652_117438" value="" class="text" size="30" maxlength="80" onchange="" onfocus=""></p>
			<div id="error_for_907652_117438pi_907652_117438" style="display:none"></div>
			
		
			<p class="form-field  company pd-text required required-custom    ">
				
					<label class="field-label" for="907652_117441pi_907652_117441">Company *</label>
				

				<input type="text" name="907652_117441pi_907652_117441" id="907652_117441pi_907652_117441" value="" class="text" size="30" maxlength="255" onchange="" onfocus=""></p>
			<div id="error_for_907652_117441pi_907652_117441" style="display:none"></div>
			
		
			<p class="form-field  phone pd-text     ">
				
					<label class="field-label" for="907652_117459pi_907652_117459">Phone</label>
				

				<input type="text" name="907652_117459pi_907652_117459" id="907652_117459pi_907652_117459" value="" class="text" size="30" maxlength="40" onchange="" onfocus=""></p>
			<div id="error_for_907652_117459pi_907652_117459" style="display:none"></div>
			
		
			<p class="form-field  Marketing_Lead_Notes pd-textarea     ">
				
					<label class="field-label" for="907652_117465pi_907652_117465">Additional Comments</label>
				

				<textarea name="907652_117465pi_907652_117465" id="907652_117465pi_907652_117465" onchange="" cols="40" rows="10" class="standard"></textarea></p>
			<div id="error_for_907652_117465pi_907652_117465" style="display:none"></div>
			
		

		
	<p style="position:absolute; width:190px; left:-9999px; top: -9999px;visibility:hidden;">
		<label for="pi_extra_field">Comments</label>
		<input type="text" name="pi_extra_field" id="pi_extra_field"></p>
		

		<!-- forces IE5-8 to correctly submit UTF8 content  -->
		<input name="_utf8" type="hidden" value="&#9731;"><p class="submit">
			<input type="submit" accesskey="s" value="Submit"></p>
	



<script type="text/javascript">
//<![CDATA[

	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
		var anchor = anchors[i];
		if(anchor.getAttribute("href")&&!anchor.getAttribute("target")) {
			anchor.target = "_top";
		}
	}
		
//]]>
</script><input type="hidden" name="hiddenDependentFields" id="hiddenDependentFields" value=""></form>
<script type="text/javascript">(function(){ pardot.$(document).ready(function(){ (function() {
	var $ = window.pardot.$;
	window.pardot.FormDependencyMap = [];

	$('.form-field-primary input, .form-field-primary select').each(function(index, input) {
		$(input).on('change', window.piAjax.checkForDependentField);
		window.piAjax.checkForDependentField.call(input);
	});
})(); });})();</script></div>
          </div>
        </div>
      </div>
    <br><br><div class="container">
              <div class="text_block ui-draggable-handle" rel="text" id="obj-9"><table align="center" cellpadding="0" cellspacing="0" style="width:70px;"><tbody><tr><td colspan="2" style="text-align: center; font-size:12px; color:#6d6e71;"><strong>Follow Us</strong></td>
		</tr><tr><td><a href="https://www.youtube.com/c/UnchainedLabs" style="color: rgb(80, 176, 71);"><img align="left" alt="" border="0" height="35" src="https://go.pardot.com/l/907652/2021-07-07/w5lp/907652/1625678662ufLCMJR0/Social_Media_YouTube_Dark_Green.png" style="width: 35px; height: 35px; border-width: 0px; border-style: solid; float: left;" width="35"></a></td>
			<td><a href="https://www.linkedin.com/company/unchained-labs" style="color: rgb(80, 176, 71);"><img align="right" alt="" border="0" height="30" src="https://go.pardot.com/l/907652/2021-07-07/w5l3/907652/16256786614EgTMrOO/Social_Media_Linkedin_Green.png" style="width: 30px; height: 30px; border-width: 0px; border-style: solid;" width="30"></a></td>
		</tr></tbody></table></div>
	</div>	
	<br><br><div class="footer" style="background-color:#313131">
		 <center><span pardot-image-name="Logo Small UnchainedLabs Transparent Background.png"><a href="https://www.unchainedlabs.com/" target="_blank"><img src="https://go.unchainedlabs.com/l/907652/2021-02-03/75vs/907652/1612363671m1qeMFGT/unchained_small_footer_CI.png"></a></span>
		<br><br><table style="width:100%; font-size:10px;"><tr><td><p style="text-align: center;"><span style="color:#6d6e71; text-align: center;">Copyright&nbsp;&copy; 2025&nbsp;Unchained Labs. All Rights Reserved.</span></p></td>
            </tr><tr><td><p style="text-align: center;"><a href="https://www.unchainedlabs.com/terms-of-sale/" style="text-decoration: none; text-align: center; color: #6d6e71;">Terms of Sale</a><span style="color:#6d6e71;">&nbsp;|&nbsp;</span><a href="https://www.unchainedlabs.com/privacy-policy/" style="text-decoration: none; color: #6d6e71; center">Privacy Policy</a></p></td>
             </tr></table></center>
    </div>
</body></html>
