allyant.com Open in urlscan Pro
104.154.245.79  Public Scan

Submitted URL: https://m.allyant.com/e/852543/2022-09-27/6v5tv/583463596?h=9luh3QKcFUIzeTmlOvrO1veTFj1kqMvYJwJO6kMapkM
Effective URL: https://allyant.com/
Submission: On September 27 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://allyant.com/

<form role="search" method="get" class="search-form" action="https://allyant.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
  <input id="apbct__email_id__search_form_33906" class="apbct_special_field apbct__email_id__search_form" autocomplete="off" name="apbct__email_id__search_form_33906" type="text" value="" size="30" maxlength="200"><input
    id="apbct_submit_id__search_form_33906" class="apbct_special_field apbct__email_id__search_form" name="apbct_submit_id__search_form_33906" type="submit" apbct_event_id="33906" size="30" maxlength="200" value="">
</form>

POST

<form enctype="multipart/form-data" method="post" class="frm-show-form  frm_pro_form " id="form_contact-us" data-token="c475d055b7b123a01ac5d04a7753d1ca">
  <div class="frm_form_fields ">
    <fieldset>
      <legend class="frm_screen_reader">Contact Us</legend>
      <div class="frm_fields_container"><input type="hidden" name="frm_action" value="create"><input type="hidden" name="form_id" value="2"><input type="hidden" name="frm_hide_fields_2" id="frm_hide_fields_2" value=""><input type="hidden"
          name="form_key" value="contact-us"><input type="hidden" name="item_meta[0]" value=""><input type="hidden" id="frm_submit_entry_2" name="frm_submit_entry_2" value="31d4485635"><input type="hidden" name="_wp_http_referer" value="/">
        <div id="frm_field_12_container" class="frm_form_field form-field  frm_required_field frm_top_container"><label for="field_is0lh" id="field_is0lh_label" class="frm_primary_label" style="color:white; font-size: 1em;">Full Name<span
              class="frm_required" aria-hidden="true">*</span></label><input type="text" id="field_is0lh" name="item_meta[12]" value="" data-reqmsg="Your full name is required." aria-required="true" data-invmsg="Text is invalid" autocomplete="name"
            aria-invalid="false"></div>
        <div id="frm_field_8_container" class="frm_form_field form-field  frm_required_field frm_top_container frm12 frm_first"><label for="field_29yf4d2" id="field_29yf4d2_label" class="frm_primary_label" style="color:white; font-size: 1em;">Work
            Email<span class="frm_required" aria-hidden="true">*</span></label><input type="email" id="field_29yf4d2" name="item_meta[8]" value="" data-reqmsg="Your email address is required." aria-required="true"
            data-invmsg="Please enter a valid email address." autocomplete="email" aria-invalid="false"></div>
        <div id="frm_field_13_container" class="frm_form_field form-field  frm_top_container frm12 frm_first" style="color:white; font-size: 1em;"><label for="field_7z48c" id="field_7z48c_label" class="frm_primary_label">Organization<span
              class="frm_required" aria-hidden="true"></span></label><input type="text" id="field_7z48c" name="item_meta[13]" value="" data-invmsg="Text is invalid" autocomplete="organization" aria-invalid="false"></div>
        <div id="frm_field_10_container" class="frm_form_field form-field  frm_required_field frm_top_container frm_full"><label for="field_9jv0r12" id="field_9jv0r12_label" class="frm_primary_label" style="color:white; font-size: 1em;">Message<span
              class="frm_required" aria-hidden="true">*</span></label><textarea name="item_meta[10]" id="field_9jv0r12" rows="3" data-reqmsg="This field cannot be blank." aria-required="true" data-invmsg="Message is invalid"
            aria-invalid="false"></textarea></div><input type="hidden" name="item_meta[14]" id="field_leadsource" value="Web Form" data-frmval="Web Form" data-invmsg="LeadSource is invalid"><input type="hidden" name="item_meta[15]" id="field_l3v32"
          value="Website: Contact" data-frmval="Website: Contact" data-invmsg="LeadSourceDetails is invalid"><input type="hidden" name="item_meta[304]" id="field_ykfon" value="Allyant" data-frmval="Allyant"
          data-invmsg="Page Submitted is invalid"><input type="hidden" name="item_meta[305]" id="field_3rcrf" value="TRUE" data-frmval="TRUE" data-invmsg="MQL is invalid"><input type="hidden" name="item_meta[306]" id="field_z83si"
          value="09/27/2022 13:38:42" data-frmval="09/27/2022 13:38:42" data-invmsg="MQL Date is invalid"><input type="hidden" name="item_meta[307]" id="field_kxavc" value="15" data-frmval="15" data-invmsg="Score is invalid"><input type="hidden"
          name="item_key" value="">
        <div class="frm_verify" aria-hidden="true"><label for="frm_email_2">If you are human, leave this field blank.</label><input type="text" class="frm_verify" id="frm_email_2" name="frm_verify" value="" tabindex="-1"></div><input name="frm_state"
          type="hidden" value="4cyYrlz7Bi3tn4F4KhvEStYrnCezcnUCiy8JAgB0V+M=">
        <script>
          (function() {
            jQuery(document).on('submit', 'form.frm-show-form', handleSubmit);

            function handleSubmit() {
              speak('Form submitted. Please wait for the request to process.');
              return false;
            }

            function speak(message) {
              var element = document.createElement('div');
              element.id = 'speak_formidable_form_submitted';
              element.setAttribute('aria-live', 'assertive');
              element.className = 'frm_screen_reader frm_hidden';
              element.textContent = message;
              document.body.appendChild(element);
              setTimeout(function() {
                document.body.removeChild(element);
              }, 1000);
            }
          }());
        </script>
        <div class="frm_submit"><button class="frm_button_submit frm_final_submit" type="submit" formnovalidate="formnovalidate">Submit</button></div>
      </div>
    </fieldset>
  </div>
  <script type="text/javascript">
    var input = document.createElement('input');
    input.setAttribute('type', 'hidden');
    input.setAttribute('name', 'ct_checkjs_frm');
    input.setAttribute('value', '967773495');
    for (i = 0; i < document.forms.length; i++) {
      if (typeof document.forms[i].id == 'string') {
        if (document.forms[i].id.search('form_contact-us') != -1) {
          document.forms[i].appendChild(input);
        }
      }
    }
  </script><input type="hidden" name="ct_checkjs_frm" value="967773495"><input type="hidden" id="apbct_visible_fields_1" name="apbct_visible_fields"
    value="{&quot;0&quot;:{&quot;visible_fields&quot;:&quot;item_meta[12] item_meta[8] item_meta[13] item_meta[10] frm_verify&quot;,&quot;visible_fields_count&quot;:5,&quot;invisible_fields&quot;:&quot;frm_action form_id frm_hide_fields_2 form_key item_meta[0] frm_submit_entry_2 _wp_http_referer item_meta[14] item_meta[15] item_meta[304] item_meta[305] item_meta[306] item_meta[307] item_key frm_state ct_checkjs_frm&quot;,&quot;invisible_fields_count&quot;:16}}">
</form>

POST

<form enctype="multipart/form-data" method="post" class="frm-show-form  frm_pro_form " id="form_contact-us" data-token="c475d055b7b123a01ac5d04a7753d1ca">
  <div class="frm_form_fields ">
    <fieldset>
      <legend class="frm_screen_reader">Contact Us</legend>
      <div class="frm_fields_container"><input type="hidden" name="frm_action" value="create"><input type="hidden" name="form_id" value="2"><input type="hidden" name="frm_hide_fields_2" id="frm_hide_fields_2" value=""><input type="hidden"
          name="form_key" value="contact-us"><input type="hidden" name="item_meta[0]" value=""><input type="hidden" id="frm_submit_entry_2" name="frm_submit_entry_2" value="31d4485635"><input type="hidden" name="_wp_http_referer" value="/">
        <div id="frm_field_12_container" class="frm_form_field form-field  frm_required_field frm_top_container"><label for="field_is0lh" id="field_is0lh_label" class="frm_primary_label" style="color:white; font-size: 1em;">Full Name<span
              class="frm_required" aria-hidden="true">*</span></label><input type="text" id="field_is0lh" name="item_meta[12]" value="" data-reqmsg="Your full name is required." aria-required="true" data-invmsg="Text is invalid" autocomplete="name"
            aria-invalid="false"></div>
        <div id="frm_field_8_container" class="frm_form_field form-field  frm_required_field frm_top_container frm12 frm_first"><label for="field_29yf4d2" id="field_29yf4d2_label" class="frm_primary_label" style="color:white; font-size: 1em;">Work
            Email<span class="frm_required" aria-hidden="true">*</span></label><input type="email" id="field_29yf4d2" name="item_meta[8]" value="" data-reqmsg="Your email address is required." aria-required="true"
            data-invmsg="Please enter a valid email address." autocomplete="email" aria-invalid="false"></div>
        <div id="frm_field_13_container" class="frm_form_field form-field  frm_top_container frm12 frm_first" style="color:white; font-size: 1em;"><label for="field_7z48c" id="field_7z48c_label" class="frm_primary_label">Organization<span
              class="frm_required" aria-hidden="true"></span></label><input type="text" id="field_7z48c" name="item_meta[13]" value="" data-invmsg="Text is invalid" autocomplete="organization" aria-invalid="false"></div>
        <div id="frm_field_10_container" class="frm_form_field form-field  frm_required_field frm_top_container frm_full"><label for="field_9jv0r12" id="field_9jv0r12_label" class="frm_primary_label" style="color:white; font-size: 1em;">Message<span
              class="frm_required" aria-hidden="true">*</span></label><textarea name="item_meta[10]" id="field_9jv0r12" rows="3" data-reqmsg="This field cannot be blank." aria-required="true" data-invmsg="Message is invalid"
            aria-invalid="false"></textarea></div><input type="hidden" name="item_meta[14]" id="field_leadsource" value="Web Form" data-frmval="Web Form" data-invmsg="LeadSource is invalid"><input type="hidden" name="item_meta[15]" id="field_l3v32"
          value="Website: Contact" data-frmval="Website: Contact" data-invmsg="LeadSourceDetails is invalid"><input type="hidden" name="item_meta[304]" id="field_ykfon" value="Allyant" data-frmval="Allyant"
          data-invmsg="Page Submitted is invalid"><input type="hidden" name="item_meta[305]" id="field_3rcrf" value="TRUE" data-frmval="TRUE" data-invmsg="MQL is invalid"><input type="hidden" name="item_meta[306]" id="field_z83si"
          value="09/27/2022 13:38:42" data-frmval="09/27/2022 13:38:42" data-invmsg="MQL Date is invalid"><input type="hidden" name="item_meta[307]" id="field_kxavc" value="15" data-frmval="15" data-invmsg="Score is invalid"><input type="hidden"
          name="item_key" value="">
        <div class="frm_verify" aria-hidden="true"><label for="frm_email_2">If you are human, leave this field blank.</label><input type="text" class="frm_verify" id="frm_email_2" name="frm_verify" value="" tabindex="-1"></div><input name="frm_state"
          type="hidden" value="4cyYrlz7Bi3tn4F4KhvEStYrnCezcnUCiy8JAgB0V+M=">
        <script>
          (function() {
            jQuery(document).on('submit', 'form.frm-show-form', handleSubmit);

            function handleSubmit() {
              speak('Form submitted. Please wait for the request to process.');
              return false;
            }

            function speak(message) {
              var element = document.createElement('div');
              element.id = 'speak_formidable_form_submitted';
              element.setAttribute('aria-live', 'assertive');
              element.className = 'frm_screen_reader frm_hidden';
              element.textContent = message;
              document.body.appendChild(element);
              setTimeout(function() {
                document.body.removeChild(element);
              }, 1000);
            }
          }());
        </script>
        <div class="frm_submit"><button class="frm_button_submit frm_final_submit" type="submit" formnovalidate="formnovalidate">Submit</button></div>
      </div>
    </fieldset>
  </div>
  <script type="text/javascript">
    var input = document.createElement('input');
    input.setAttribute('type', 'hidden');
    input.setAttribute('name', 'ct_checkjs_frm');
    input.setAttribute('value', '967773495');
    for (i = 0; i < document.forms.length; i++) {
      if (typeof document.forms[i].id == 'string') {
        if (document.forms[i].id.search('form_contact-us') != -1) {
          document.forms[i].appendChild(input);
        }
      }
    }
  </script><input type="hidden" name="ct_checkjs_frm" value="967773495"><input type="hidden" id="apbct_visible_fields_2" name="apbct_visible_fields"
    value="{&quot;0&quot;:{&quot;visible_fields&quot;:&quot;item_meta[12] item_meta[8] item_meta[13] item_meta[10] frm_verify&quot;,&quot;visible_fields_count&quot;:5,&quot;invisible_fields&quot;:&quot;frm_action form_id frm_hide_fields_2 form_key item_meta[0] frm_submit_entry_2 _wp_http_referer item_meta[14] item_meta[15] item_meta[304] item_meta[305] item_meta[306] item_meta[307] item_key frm_state ct_checkjs_frm&quot;,&quot;invisible_fields_count&quot;:16}}">
</form>

POST

<form enctype="multipart/form-data" method="post" class="frm-show-form  frm_pro_form " id="form_contact-us" data-token="c475d055b7b123a01ac5d04a7753d1ca">
  <div class="frm_form_fields ">
    <fieldset>
      <legend class="frm_screen_reader">Contact Us</legend>
      <div class="frm_fields_container">
        <input type="hidden" name="frm_action" value="create">
        <input type="hidden" name="form_id" value="2">
        <input type="hidden" name="frm_hide_fields_2" id="frm_hide_fields_2" value="">
        <input type="hidden" name="form_key" value="contact-us">
        <input type="hidden" name="item_meta[0]" value="">
        <input type="hidden" id="frm_submit_entry_2" name="frm_submit_entry_2" value="31d4485635"><input type="hidden" name="_wp_http_referer" value="/">
        <div id="frm_field_12_container" class="frm_form_field form-field  frm_required_field frm_top_container">
          <label for="field_is0lh" id="field_is0lh_label" class="frm_primary_label" style="color:white; font-size: 1em;">Full Name <span class="frm_required" aria-hidden="true">*</span>
          </label>
          <input type="text" id="field_is0lh" name="item_meta[12]" value="" data-reqmsg="Your full name is required." aria-required="true" data-invmsg="Text is invalid" autocomplete="name" aria-invalid="false">
        </div>
        <div id="frm_field_8_container" class="frm_form_field form-field  frm_required_field frm_top_container frm12 frm_first">
          <label for="field_29yf4d2" id="field_29yf4d2_label" class="frm_primary_label" style="color:white; font-size: 1em;">Work Email <span class="frm_required" aria-hidden="true">*</span>
          </label>
          <input type="email" id="field_29yf4d2" name="item_meta[8]" value="" data-reqmsg="Your email address is required." aria-required="true" data-invmsg="Please enter a valid email address." autocomplete="email" aria-invalid="false">
        </div>
        <div id="frm_field_13_container" class="frm_form_field form-field  frm_top_container frm12 frm_first" style="color:white; font-size: 1em;">
          <label for="field_7z48c" id="field_7z48c_label" class="frm_primary_label">Organization <span class="frm_required" aria-hidden="true"></span>
          </label>
          <input type="text" id="field_7z48c" name="item_meta[13]" value="" data-invmsg="Text is invalid" autocomplete="organization" aria-invalid="false">
        </div>
        <div id="frm_field_10_container" class="frm_form_field form-field  frm_required_field frm_top_container frm_full">
          <label for="field_9jv0r12" id="field_9jv0r12_label" class="frm_primary_label" style="color:white; font-size: 1em;">Message <span class="frm_required" aria-hidden="true">*</span>
          </label>
          <textarea name="item_meta[10]" id="field_9jv0r12" rows="3" data-reqmsg="This field cannot be blank." aria-required="true" data-invmsg="Message is invalid" aria-invalid="false"></textarea>
        </div>
        <input type="hidden" name="item_meta[14]" id="field_leadsource" value="Web Form" data-frmval="Web Form" data-invmsg="LeadSource is invalid">
        <input type="hidden" name="item_meta[15]" id="field_l3v32" value="Website: Contact" data-frmval="Website: Contact" data-invmsg="LeadSourceDetails is invalid">
        <input type="hidden" name="item_meta[304]" id="field_ykfon" value="Allyant" data-frmval="Allyant" data-invmsg="Page Submitted is invalid">
        <input type="hidden" name="item_meta[305]" id="field_3rcrf" value="TRUE" data-frmval="TRUE" data-invmsg="MQL is invalid">
        <input type="hidden" name="item_meta[306]" id="field_z83si" value="09/27/2022 13:38:42" data-frmval="09/27/2022 13:38:42" data-invmsg="MQL Date is invalid">
        <input type="hidden" name="item_meta[307]" id="field_kxavc" value="15" data-frmval="15" data-invmsg="Score is invalid">
        <input type="hidden" name="item_key" value="">
        <div class="frm_verify" aria-hidden="true">
          <label for="frm_email_2"> If you are human, leave this field blank. </label>
          <input type="text" class="frm_verify" id="frm_email_2" name="frm_verify" value="" tabindex="-1">
        </div>
        <input name="frm_state" type="hidden" value="4cyYrlz7Bi3tn4F4KhvEStYrnCezcnUCiy8JAgB0V+M=">
        <script>
          (function() {
            jQuery(document).on('submit', 'form.frm-show-form', handleSubmit);

            function handleSubmit() {
              speak('Form submitted. Please wait for the request to process.');
              return false;
            }

            function speak(message) {
              var element = document.createElement('div');
              element.id = 'speak_formidable_form_submitted';
              element.setAttribute('aria-live', 'assertive');
              element.className = 'frm_screen_reader frm_hidden';
              element.textContent = message;
              document.body.appendChild(element);
              setTimeout(function() {
                document.body.removeChild(element);
              }, 1000);
            }
          }());
        </script>
        <div class="frm_submit">
          <button class="frm_button_submit frm_final_submit" type="submit" formnovalidate="formnovalidate">Submit</button>
        </div>
      </div>
    </fieldset>
  </div>
  <script type="text/javascript">
    var input = document.createElement('input');
    input.setAttribute('type', 'hidden');
    input.setAttribute('name', 'ct_checkjs_frm');
    input.setAttribute('value', '967773495');
    for (i = 0; i < document.forms.length; i++) {
      if (typeof document.forms[i].id == 'string') {
        if (document.forms[i].id.search('form_contact-us') != -1) {
          document.forms[i].appendChild(input);
        }
      }
    }
  </script><input type="hidden" name="ct_checkjs_frm" value="967773495">
  <input type="hidden" id="apbct_visible_fields_3" name="apbct_visible_fields"
    value="{&quot;0&quot;:{&quot;visible_fields&quot;:&quot;item_meta[12] item_meta[8] item_meta[13] item_meta[10] frm_verify&quot;,&quot;visible_fields_count&quot;:5,&quot;invisible_fields&quot;:&quot;frm_action form_id frm_hide_fields_2 form_key item_meta[0] frm_submit_entry_2 _wp_http_referer item_meta[14] item_meta[15] item_meta[304] item_meta[305] item_meta[306] item_meta[307] item_key frm_state ct_checkjs_frm&quot;,&quot;invisible_fields_count&quot;:16}}">
</form>

Text Content

 * Skip to main content
 * Skip to main navigation
 * Accessibility Statement


PHONE NUMBER

 * +1 800 563 0668
 * +1 613 236 0866


TOP MENU

 * Hub Login
 * Support


ALLYANT

Simple. Seamless. Accessibility.

Menu
Search for:
 * Services
   * Accessibility Services
   * Accessible Print Remediation & Production
   * PDF Accessibility Assessment & Remediation
   * Digital Accessibility Auditing
 * Software
   * CommonLook Software Suite 
     * CL PDF
     * CL PDF Validator
     * CL Office
     * CL Online
     * Software Training
       * CommonLook Accessibility Suite – Live Training
       * CL Accessibility Suite – Self-Paced Training
   * Enterprise Solutions
     * CL Clarity
     * CL Artificial Intelligence
     * Hub
 * Resource Center
   * Your Journey to Accessibility
   * Compliance 
   * Articles 
   * Events 
 * Company
   * About Allyant
   * Careers 
   * Corporate News 
 * Contact Us
 * Hub Log In
 * Support
 * 1-800-563-0668
 * Skip to menu toggle button

 * Services
   
   
    * SERVICES
      
      Accessibility Services purpose-built to make your accessibility projects
      seamless and efficient.
    *   
      * Accessibility Services
      * Digital Accessibility Auditing
        
    *   
      * Accessible Print Remediation & Production
      * PDF Accessibility Assessment & Remediation
        

 * Software
   
   
    * COMMONLOOK SOFTWARE SUITE
      
      Simple-to-use accessibility software to help you on your journey to
      accessibility.
    *   
      * CL PDF Validator
      * CL PDF
      * CL Office
      * CL Online
      * Software Training
        
    *   
      * Get PDF Validator FREE
        

 * Enterprise Solutions
   
   
    * ENTERPRISE SOLUTIONS
      
      Enterprise-class solutions to help automate, monitor and manage your
      accessibility initiatives.
    *   
      * CL Artificial Intelligence
      * CL Clarity
      * HUB
        

 * Resources
   
   
    * RESOURCE
      
      Welcome to your ever-growing collection of resources, including articles,
      guides, and more.
    *   
      * Your Journey to Accessibility
      * Compliance 
        
    *   
      * Articles 
      * Events 
        

 * Company
   
   
    * COMPANY
      
      Let's work together to support people with disabilities and ensure
      equitable access to information for all.
    *   
      * About Allyant
      * Corporate News 
      * Careers 
        

 * Contact Us


SIMPLE.
SEAMLESS.
ACCESSIBILITY.

We make accessibility simple, seamless, and efficient for organizations—ensuring
equitable access to digital, document, and printed information for people with
disabilities.

Speak With an Accessibility Expert



SIMPLE.
SEAMLESS.
ACCESSIBILITY.

We make accessibility simple, seamless, and efficient for organizations—ensuring
equitable access to digital, document, and printed information for people with
disabilities.

Book a Meeting With an Accessibility Expert




OUR SERVICES.


ACCESSIBILITY SERVICES.

A comprehensive suite of accessibility solutions ensuring equitable access to
digital, document and printed information for people with disabilities.

ACCESSIBLE PRINT REMEDIATION & PRODUCTION

Alternate format accessible print communications services including reflowed
large print and braille.
Learn More

DIGITAL
ACCESSIBILITY
AUDITING

Digital accessibility audit services to address websites, mobile apps,
enterprise platforms, and more.
Learn More

PDF ACCESSIBILITY ASSESSMENT & REMEDIATION

Assess, verify and remediate large batch collections of PDFs to ensure
accessibility compliance. 
Learn More

PDF
ACCESSIBILITY
TRAINING

Master your PDF skills to become an accessibility pro with our full suite of CL
Software training classes.
Learn More


ENTERPRISE SOLUTIONS.


ENTERPRISE AUTOMATION & MANAGEMENT.

Enterprise-class solutions to help automate, monitor and manage your
accessibility initiatives.

CL ARTIFICIAL INTELLIGENCE

An enterprise-class AI solution that enables post-production accessibility
tagging for high volumes of PDF documents.
Learn More

CL CLARITY

A large-scale identification and assessment solution that addresses standards
compliance for PDF files on websites, intranets, and internal networks.
Learn More

HUB

A highly intuitive project and issue management system tailored to the unique
requirements of digital accessibility projects.
Learn More


DIGITAL SUPPORT TEAM.


NEED IMMEDIATE HELP WITH A DIGITAL ACCESSIBILITY LEGAL & COMPLIANCE ISSUE?

Recently received a demand letter or legal notice regarding your website, mobile
app or eCommerce platform being non-accessible or non-compliant with current
standards? It’s okay—we are here to help. Our Digital Accessibility Team is here
to answer your questions and address your concerns to bring your digital
property up to compliance. Simple. Seamless. Accessibility.
Speak With our Digital Support Team

1 800 563 0668




OUR SOFTWARE.


COMMONLOOK ACCESSIBILITY SOFTWARE SUITE.

A comprehensive accessibility software suite that provides accelerated,
cost-efficient and reliable processes for achieving WCAG, PDF/UA, and Section
508 compliance.



CL PDF VALIDATOR

A free, robust Adobe Acrobat plug-in designed for testing and verifying PDF
accessibility.
Learn More

CL PDF

Seamlessly connects as a plug-in to Adobe Acrobat DC Pro that supports
authoritative accessibility standards.
Learn More

CL OFFICE

Software that enables the seamless and easy creation of accessible PDFs directly
from Microsoft Word and PowerPoint.
Learn More

CL ONLINE

Quick, effective and affordable solution for accessible document transcription.
Learn More


BY THE NUMBERS.


MAKING A DIFFERENCE ONE CUSTOMER AT A TIME.

0 M

Embossed Braille Pages Per Year

0 M

PDF Pages Remediated Per Year

0 K

Documents Processed Per Year

0 K

Page Views Audited Annually


STAY UP-TO-DATE.


LATEST NEWS.

Whether you’re looking for industry insights, tips, tricks and more—our news
section is your source for accessibility information.


 * September 21, 2022


THE HUMAN EXPERIENCE OF ACCESSIBILITY – STORY #1

As an executive working for an accessibility solutions provider, I get to peer
beneath the proverbial hoods of many businesses—meaning I get to witness the...
Read More
 * August 15, 2022


THOMPSON STREET CAPITAL PARTNERS ANNOUNCES LAUNCH OF ALLYANT—THE WORLD’S FIRST
COMPREHENSIVE ACCESSIBILITY SOLUTIONS COMPANY

St. Louis – August 15, 2022 – Thompson Street Capital Partners (TSCP), a private
equity firm based in St. Louis, today announced the launch of Allyant,...
Read More
 * July 13, 2022


IS GOOGLE MAPS ACCESSIBLE?

For years, Google Maps has been the predominant navigational tool. Since Google
Maps (and maps generally) are visual by nature, they are usually difficult to...
Read More

 * September 21, 2022


THE HUMAN EXPERIENCE OF ACCESSIBILITY – STORY #1

As an executive working for an accessibility solutions provider, I get to peer
beneath the proverbial hoods of many businesses—meaning I get to witness the...
Read More
 * August 15, 2022


THOMPSON STREET CAPITAL PARTNERS ANNOUNCES LAUNCH OF ALLYANT—THE WORLD’S FIRST
COMPREHENSIVE ACCESSIBILITY SOLUTIONS COMPANY

St. Louis – August 15, 2022 – Thompson Street Capital Partners (TSCP), a private
equity firm based in St. Louis, today announced the launch of Allyant,...
Read More

More News
Skip back to main navigation


ABOUT ALLYANT

We are the world’s premier, most comprehensive Accessibility Solutions Provider,
enabling any organization—regardless of size, industry or location—to deliver
fully compliant accessible communications, support people with disabilities, and
ensure equitable access to information for all.

Toll-Free: +1 800 563 0668
International: +1 613 236 0866



FOLLOW US

 * LinkedIn
 * Twitter


OUR GLOBAL OFFICES


AMERICAS

OTTAWA, CANADA

Corporate Headquarters

885 Meadowlands Drive E.
Suite 401
Ottawa, ON K2C 3N2

ARLINGTON, VA

1600 Wilson Blvd.
Suite 1010
Arlington, VA 22209

EDINA, MN

4600 W 77th St.
Suite 295
Edina, MN 55435

OGDENSBURG, NY

806 Commerce Park Dr.
Ogdensburg, NY 13669


APAC

CANBERRA, AUSTRALIA

c/o MinterEllison
1 Constitution Avenue, Level 11
Canberra City, ACT 2601


EMEA

CAIRO, EGYPT

Building No. 13
Abdelrazek Elsanhoury Street, # 12
Nasr City, Cairo


CONNECT WITH US

Fields marked with an * are required
Contact Us
Full Name*
Work Email*
Organization
Message*
If you are human, leave this field blank.
Submit


ABOUT ALLYANT

We are the world’s premier, most comprehensive Accessibility Solutions Provider,
enabling any organization—regardless of size, industry or location—to deliver
fully compliant accessible communications, support people with disabilities, and
ensure equitable access to information for all.

Toll-Free: +1 800 563 0668
International: +1 613 236 0866



FOLLOW US

 * LinkedIn
 * Twitter


CONNECT WITH US

Fields marked with an * are required

Contact Us
Full Name*
Work Email*
Organization
Message*
If you are human, leave this field blank.
Submit



OUR GLOBAL OFFICES


AMERICAS

OTTAWA, CANADA

Corporate Headquarters

885 Meadowlands Drive E. Suite 401
Ottawa, ON
K2C 3N2

ARLINGTON, VA

1600 Wilson Blvd.
Suite 1010
Arlington, VA 22209

EDINA, MN

4600 W 77th St.
Suite 295
Edina, MN 55435

OGDENSBURG, NY

806 Commerce Park Dr.
Ogdensburg, NY 13669


APAC

CANBERRA, AUSTRALIA



c/o MinterEllison
1 Constitution Avenue, Level 11
Canberra City, ACT 2601




EMEA

CAIRO, EGYPT

Building No. 13
Abdelrazek Elsanhoury Street, # 12
Nasr City, Cairo


ABOUT ALLYANT

We are the world’s premier, most comprehensive Accessibility Solutions Provider,
enabling any organization—regardless of size, industry or location—to deliver
fully compliant accessible communications, support people with disabilities, and
ensure equitable access to information for all.

Toll-Free: +1 800 563 0668
International: +1 613 236 0866



FOLLOW US

 * LinkedIn
 * Twitter


CONNECT WITH US

Fields marked with an * are required

Contact Us
Full Name *
Work Email *
Organization
Message *
If you are human, leave this field blank.
Submit


OUR GLOBAL OFFICES


AMERICAS

OTTAWA, CANADA

Corporate Headquarters

885 Meadowlands Drive E. Suite 401
Ottawa, ON
K2C 3N2

ARLINGTON, VA

1600 Wilson Blvd.
Suite 1010
Arlington, VA 22209

EDINA, MN

4600 W 77th St.
Suite 295
Edina, MN 55435

OGDENSBURG, NY

806 Commerce Park Dr.
Ogdensburg, NY 13669


APAC

CANBERRA, AUSTRALIA



c/o MinterEllison
1 Constitution Avenue, Level 11
Canberra City, ACT 2601




EMEA

CAIRO, EGYPT

Building No. 13
Abdelrazek Elsanhoury Street, # 12
Nasr City, Cairo

Copyright 2022

 * Accessibility Statement
 * AODA Policy
 * Privacy Policy
 * Terms and Conditions

Menu
 * Accessibility Statement
 * AODA Policy
 * Privacy Policy
 * Terms and Conditions

Copyright 2022

 * Accessibility Statement
 * AODA Policy
 * Privacy Policy
 * Terms and Conditions

Menu
 * Accessibility Statement
 * AODA Policy
 * Privacy Policy
 * Terms and Conditions