 <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width"> <meta charset="utf-8" /><script type="text/html" id="sf-tracking-consent-manager">
	<div id="tracking-consent-dialog" style="bottom:0;left:0;right:0;padding:20px;position:fixed;z-index:10000000;border:1px solid #ccc;background:#fff;"> 
    <strong>Privacy Notice</strong>
    <p>AACRAO has updated our <a href="https://www.aacrao.org/who-we-are/mission-vision-values/policies/privacy-policy">Privacy Policy</a> to reflect changes to meeting registration practices. Please read this document to understand changes. 
<br>This website uses cookies to ensure you get the best experience. You can revoke your consent to the use of cookies by following the instructions on AACRAO’s <a href="https://www.aacrao.org/who-we-are/mission-vision-values/policies/privacy-policy">Privacy Policy</a> page to adjust your browser settings. You can also set your communication preferences from <a href="https://www.aacrao.org/emailpreferences">AACRAO's email preferences</a> page. Further information can be found in AACRAO’s privacy policy. I agree to the use of cookies for the purposes of web analytics. If I continue to use this website, this is considered consent. Learn more about AACRAO's <a href="https://www.aacrao.org/who-we-are/mission-vision-values/policies/privacy-policy">Privacy Policy</a>.</p>
    <button type="button" onclick="TrackingConsentManager.updateUserConsent(true)" id="tracking-consent-dialog-accept" class="btn btn-default">I accept</button>
    <button type="button" onclick="TrackingConsentManager.updateUserConsent(false)" id="tracking-consent-dialog-reject" class="btn btn-default">I refuse</button>
</div>
</script><script type="text/javascript" src="/WebResource.axd?d=DzHrpQl5URXarFHAtrmzFrOx5aK9r-TwVihvTSUnc9ZvTqhw-ksMdlPpoCP4_MTP5VIqWzh-tCsGpoBdiDiwChO4ySHnfr0J-PMWfd4I-lnnc2X1SY-UYRwucg-YQPPfi-dZXuxZ6bltySszEjLT76znjEBaqXN8VVNJ5DpjF5y-R--0TiwVBRqqljNc-sSI0&amp;t=639165374426039001">

</script> <link rel="shortcut icon" href="/ResourcePackages/MatrixGroup/assets/dist/images/favicon.png" /> <title>
	AACRAO Consulting
</title> <!--stopindex--> <link href="//use.typekit.net/pag3pgm.css" rel="stylesheet" type="text/css" /><link href="/ResourcePackages/Consulting/assets/Global/css/site.css?v=4" rel="stylesheet" type="text/css" /> <!--startindex--> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-MDNX5BM');</script> <!-- End Google Tag Manager --> <script type="module">let slideIndex = 1;
const slides = document.getElementsByClassName("slide");

// Function to show a specific slide
function showSlides(n) {
  if (n > slides.length) {
    slideIndex = 1;
  }
  if (n < 1) {
    slideIndex = slides.length;
  }

  // Hide all slides
  for (let i = 0; i < slides.length; i++) {
    slides[i].style.display = "none";
  }

  // Display the current slide
  slides[slideIndex - 1].style.display = "inline";
}

// Function to advance to the next slide
function plusSlides(n) {
  showSlides((slideIndex += n));
}

// Function to navigate to a specific slide
function currentSlide(n) {
  showSlides((slideIndex = n));
}

// Automatically advance to the next slide every 5 seconds (5000 milliseconds)
setInterval(function () {
  plusSlides(1);
}, 5000);

// Initialize the slider
showSlides(slideIndex);


document.addEventListener("DOMContentLoaded", function () {
  // Event listener for the "Previous" button
  document.getElementById('prevButton').addEventListener('click', function () {
    plusSlides(-1);
  });

  // Event listener for the "Next" button
  document.getElementById('nextButton').addEventListener('click', function () {
    plusSlides(1);
  });
});

</script>

</script>
  
  <style>
  .allSlides {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.slider-container {
  width: 100%;
  position: relative;
}

.slide {
  width: 100%;
  display: none;
}

.slide-image {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  filter: brightness(0.6);
}

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding: 1rem;
}
.slide-title {
  width: 100%;
  max-width: 50rem;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
}
.slide-desc {
  width: 100%;
  max-width: 50rem;
  color: lightgray;
  font-size: 1rem;
  font-weight: 300;
}
.slide-btn {
  color: black;
  background-color: #f0b323;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  transition: ease 0.3s;
}
.slide-btn:hover {
  gap: 1rem;
}

.slide-number-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 5;
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: rgba(211, 211, 211, 0.788);
  letter-spacing: 0.2rem;
}
.slide-number-container hr {
  width: 3rem;
  transform: rotate(130deg);
  border-color: rgba(211, 211, 211, 0.788);
}

.slider-nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slider-nav-btn {
  cursor: pointer;
  background-color: rgba(211, 211, 211, 0.226);
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}
.slider-nav-btn:hover {
  background-color: white;
  color: black;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

.body {
overflow-y: hidden !important;
}

nav.nav.top-nav {
    z-index: 1000;
}
</style><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script><meta name="Generator" content="Sitefinity 15.1.8335.0 DX" /><link rel="canonical" href="https://www.aacrao.org/consulting" /></head> <body class="body"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MDNX5BM"
  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!--stopindex-->  <!--startindex--> <div class="sfPublicWrapper" id="PublicWrapper"> <!--stopindex--> <header class="header"> <div class="utility-nav"> <div class="container"> 

<div >
    <div class="sfContentBlock sf-Long-text" ><ul class="menu"><li><a class="homeselected" href="/consulting">Home</a>
 </li><li class="divider show-for-medium" role="separator">/</li><li class="show-for-medium"><a href="/consulting/resources/blog">Blog</a>
 </li><li class="divider show-for-medium" role="separator">/</li><li class="show-for-medium"><a href="/consulting/resources/white-papers-documents">White Papers</a>
 </li><li class="divider show-for-medium" role="separator">/</li><li><a class="searchselected" href="/consulting/search/#/*/page=1">Search</a>
 </li><li class="divider show-for-medium" role="separator">/</li><li><a href="tel:12023551056">(202) 355-1056</a>
 </li><li class="m-l--auto show-for-medium"><a href="/">AACRAO.org Main Site &uarr;</a>
 </li></ul></div>
</div>

 </div> </div> <div class="container"> <div class="columns flex-apart"> <div class="column is-3 no-line-height"> 

<div >
    <div class="sfContentBlock sf-Long-text" ><a href="/consulting"><img alt="logo-aacrao-consulting" data-displaymode="Original" src="/images/default-source/consulting/logo-aacrao-consulting.png?sfvrsn=5ac9452f_8" title="logo-aacrao-consulting" /></a></div>
</div> </div> <div class="column"> 


<div>
    
    <nav class="nav top-nav">
      <div class="container">
        <ul class="is-flex nav-container">
        <li class="nav-item top-level dropdown ">
            <a class="" href="/consulting/about">
              About
            </a>            
            <ul class="dropdown-menu">
                    <li class="nav-item nav-back show-for-small-only"><a href="javascript:void(0);">Back</a></li>
            <li class="nav-item ">
                <a class="" href="/consulting/about/about-aacrao-consulting" target="_self">About AACRAO Consulting</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/about/who-we-are" target="_self">Who We Are</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/about/why-aacrao" target="_self">Why AACRAO?</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/about/faqs" target="_self">FAQs</a>
            </li>

            </ul>
        </li>
        <li class="nav-item top-level dropdown ">
            <a class="" href="/consulting/our-services">
              Our Services
            </a>            
            <ul class="dropdown-menu">
                    <li class="nav-item nav-back show-for-small-only"><a href="javascript:void(0);">Back</a></li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/overview" target="_self">Overview</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/admissions-operations-review" target="_self">Admissions Operations Review</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/comprehensive-learner-record-learning-and-employment-record" target="_self">Comprehensive Learner Record/Learning and Employment Record</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/international-enrollment-services-review" target="_self">International Enrollment &amp; Services Review</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/credit-for-prior-learning" target="_self">Optimizing Credit for Prior Learning</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/professional-coaching" target="_self">Professional Coaching</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/professional-leadership-and-coaching-engagement" target="_self">Professional Leadership and Coaching Engagement (PLACE)</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/recruitment-marketing-review" target="_self">Recruitment &amp; Marketing Review</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/registrars-office-review" target="_self">Registrar’s Office Review</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/retention-student-success-review" target="_self">Retention &amp; Student Success Review</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/rigorous-sem-readiness-assessment" target="_self">Rigorous SEM Readiness Assessment</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/sem-plan-development" target="_self">SEM Plan Development</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/sem-readiness-assessment" target="_self">SEM Readiness Assessment - Workforce Pell</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/sem-readiness-review" target="_self">SEM Readiness Review</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/speakers-bureau-redirect" target="_self">Speakers Bureau</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/our-services/transfer-practices-review" target="_self">Transfer Practices Review</a>
            </li>

            </ul>
        </li>
        <li class="nav-item top-level dropdown ">
            <a class="" href="/consulting/success-stories">
              Success Stories
            </a>            
            <ul class="dropdown-menu">
                    <li class="nav-item nav-back show-for-small-only"><a href="javascript:void(0);">Back</a></li>
            <li class="nav-item ">
                <a class="" href="/consulting/success-stories/case-studies" target="_self">Case Studies</a>
            </li>
            <li class="nav-item ">
                <a class="" href="/consulting/success-stories/testimonials" target="_self">Testimonials</a>
            </li>

            </ul>
        </li>
        <li class="nav-item top-level "><a class="" href="/consulting/get-in-touch" target="_self">Get In Touch</a></li>
        </ul>        
      </div>
    </nav>
</div>






 </div> </div> </div> </header> <nav class="page__nav"> </nav> <!--startindex--> <section class="page__body"> 

<div >
    <div class="sfContentBlock sf-Long-text" ><!-- Complete original code can be found in the shared Google Drive: Communications & Marketing > Consulting > Consulting Branding Slides Code   -->
<!-- IMPORTANT: Do NOT update original code in the shared drive - in this particular case it is better to have a known working example to work from should we encounter errors in the future. -->

<!-- Javascript (functionality) and CSS (style) have been placed in the <head> of this  page via "Titles & Properties" ; accessible when you click the "3 dot" in the top-right while editing the page    -->

<!-- Minor content & copy changes can be made here, however, extensive design changes should be tested in Visual Studio or Codepen ahead of publication    -->

<!-- Slides can be added by copy/pasting and updating the following (DO NOT publish until you have previewed and tested the result):
     
     
        <div class="slide fade"><img class="slide-image" src="INSERT SLIDE IMAGE URL HERE" data-sf-ec-immutable="" /><div class="slide-content">
                <h3 class="slide-title">INSERT NEW SLIDE TITLE HERE</h3>
                <p class="slide-desc">INSERT SLIDE DESCRIPTION HERE</p>
                <a class="slide-btn" href="INSERT BUTTON URL HERE" data-sf-ec-immutable="">Learn More <ion-icon name="arrow-forward-circle" role="img" class="md hydrated"></ion-icon></a>
            </div>



            <div class="slide-number-container">
                <p class="slider-number">INSERT SLIDE NUMBER HERE</p>
                <hr />
                <p class="slider-number">INSERT SLIDE TOTAL NUMBER HERE</p>
            </div>
        </div>
     
     
     
         -->

<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100" rel="stylesheet" /><div class="allSlides"><div class="slider-container"><div class="slide fade" style="display:none;"><img class="slide-image" src="https://www.aacrao.org/images/default-source/consulting/consulting-homepage-sliders/
registrars-office-review-homepage-slider-no-text-small
.png" data-sf-ec-immutable="" /><div class="slide-content"><h3 class="slide-title">Registrar's Office Review</h3><p class="slide-desc">Ready your Registrar's office to better serve your students.
                </p><a class="slide-btn" href="/consulting/our-services/registrars-office-review">Learn More <ion-icon name="arrow-forward-circle" role="img" class="md hydrated"></ion-icon></a>
 </div><div class="slide-number-container"><p class="slider-number">01</p><hr /><p class="slider-number">04</p></div></div><div class="slide fade" style="display:none;"><img class="slide-image" src="https://www.aacrao.org/images/default-source/consulting/consulting-homepage-sliders/
sem-planning-homepage-slider-no-text-small
.png" data-sf-ec-immutable="" /><div class="slide-content"><h3 class="slide-title">SEM Planning</h3><p class="slide-desc">Building your incoming class, improve retention rates and increase overall student success.
                </p><a class="slide-btn" href="/consulting/our-services/sem-plan-development">Learn More <ion-icon name="arrow-forward-circle" role="img" class="md hydrated"></ion-icon></a>
 </div><div class="slide-number-container"><p class="slider-number">02</p><hr /><p class="slider-number">04</p></div></div><div class="slide fade" style="display:inline;"><img class="slide-image" src="https://www.aacrao.org/images/default-source/consulting/consulting-homepage-sliders/
sem-readiness-review-homepage-slider-no-text-small
.png" data-sf-ec-immutable="" /><div class="slide-content"><h3 class="slide-title">SEM Readiness Review</h3><p class="slide-desc">Now's the time to reassess your enrollment approach.
                </p><a class="slide-btn" href="/consulting/our-services/sem-readiness-review">Learn More <ion-icon name="arrow-forward-circle" role="img" class="md hydrated"></ion-icon></a>
 </div><div class="slide-number-container"><p class="slider-number">03</p><hr /><p class="slider-number">04</p></div></div><div class="slide fade" style="display:none;"><img class="slide-image" src="https://www.aacrao.org/images/default-source/consulting/consulting-homepage-sliders/
transfer-practices-homepage-slider-no-text-small
.png" data-sf-ec-immutable="" /><div class="slide-content"><h3 class="slide-title">Transfer Practices</h3><p class="slide-desc">Make sure your transfer practices are meeting the right moment.
                </p><a class="slide-btn" href="/consulting/our-services/transfer-practices-review">Learn More <ion-icon name="arrow-forward-circle" role="img" class="md hydrated"></ion-icon></a>
 </div><div class="slide-number-container"><p class="slider-number">04</p><hr /><p class="slider-number">04</p></div></div><!-- Next and previous buttons -->
 <div class="slider-nav"><a class="slider-nav-btn" id="prevButton" data-sf-ec-immutable=""><span class="material-symbols-outlined">chevron_left
 </span></a>
 <a class="slider-nav-btn" id="nextButton" data-sf-ec-immutable="">
 <span class="material-symbols-outlined">
 chevron_right
                </span></a>
 </div></div></div></div>
</div>

<div class="columns show-for-small-only container" data-sf-element="Row">
  <div id="PageBody_C003_Col00" class="sf_colsIn column" data-sf-element="Column 1" data-placeholder-label="Column 1">
<div >
    <div class="sfContentBlock sf-Long-text" ><p>AACRAO Consulting provides services to universities and colleges of all sizes, across the US, Canada, and around the world. AACRAO has long been known for our expertise and resources for registrars and admissions professionals and our consulting services reflect this. While we&rsquo;ve become the leading resource for Strategic Enrollment Management (SEM), we&rsquo;ve continued our not-for-profit focus on supporting the success of the higher education community we serve.</p></div>
</div>
  </div>
</div><div class="columns container container-wide" data-sf-element="Row">
  <div id="PageBody_C005_Col00" class="sf_colsIn column" data-sf-element="Column 1" data-placeholder-label="Column 1">
<div >
    <div class="sfContentBlock sf-Long-text" ><h1 class="home-header" style="text-align:center;">Let Us Help You...</h1></div>
</div><div class="columns" data-sf-element="Row">
  <div id="PageBody_C007_Col00" class="sf_colsIn column home-services" data-sf-element="Column 1" data-placeholder-label="Column 1">
<div >
    <div class="sfContentBlock sf-Long-text" ><p><img alt="service-recruitment-marketing-review-w800" data-displaymode="Original" src="/images/default-source/consulting/service-recruitment-marketing-review-w800.png?sfvrsn=a7cd0682_2" title="service-recruitment-marketing-review-w800" /></p><h2>Recruit, Admit &amp; Retain More Students</h2><p>Make sure your <a href="/consulting/our-services/recruitment-marketing-review">recruitment and marketing</a> strategies connect with students, and that your <a href="/consulting/our-services/admissions-operations-review">admissions operations</a> are ready to respond to applicants quickly. Then support their success with <a href="/consulting/our-services/retention-student-success-review">an effective retention plan</a>.</p></div>
</div>
<div >
    <div class="sfContentBlock sf-Long-text" ><p><img src="/images/default-source/consulting/service-business-process-improvement-w800.png?sfvrsn=7b0e2543_0" title="service-business-process-improvement-w800" data-displaymode="Original" alt="service-business-process-improvement-w800"></p><h2>Drive Efficiencies Across Departments</h2><p>Learn how improving your&nbsp;business processes&nbsp;leads to improved student satisfaction. Give your&nbsp;<a href="/consulting/our-services/registrars-office-review">registrar’s office</a>&nbsp;the tools it needs to improve student services. </p><div></div></div>
</div>
<div >
    <div class="sfContentBlock sf-Long-text" ><p><img alt="service-retention-student-success-w800" data-displaymode="Original" src="/images/default-source/consulting/service-retention-student-success-w800.png?sfvrsn=5fee3f9_0" title="service-retention-student-success-w800" /></p><h2>Improve Services to Critical Student Populations</h2><p>Attract, retain, and support the success of your&nbsp;<a href="/consulting/our-services/transfer-practices-review">transfer students</a>&nbsp;and&nbsp;<a href="/consulting/our-services/international-enrollment-services-review">international students</a>&nbsp;with relevant services, faster response times, streamlined processes, and more accurate information.</p><div></div></div>
</div>
<div >
    <div class="sfContentBlock sf-Long-text" ><p><img alt="service-sem-plan-development-w800" data-displaymode="Original" src="/images/default-source/consulting/service-sem-plan-development-w800.png?sfvrsn=861ac784_2" title="service-sem-plan-development-w800" /></p><h2>Develop an Effective Long-Term Enrollment Strategy</h2><p>Ensure your enrollment goals support your overall institutional mission with Strategic Enrollment Management (SEM). We&rsquo;ll help you determine your&nbsp;<a href="/consulting/our-services/sem-readiness-review">SEM-readiness</a>, then put you on the path to a sustainable&nbsp;<a href="/consulting/our-services/sem-plan-development">SEM plan</a>.</p><div></div></div>
</div>
<div >
    <div class="sfContentBlock sf-Long-text" ><p><img alt="service-admissions-operations-review-home-w800-w800" data-displaymode="Original" src="/images/default-source/consulting/service-admissions-operations-review-home-w800-w800.png?sfvrsn=d47e8be0_0" title="service-admissions-operations-review-home-w800-w800" /></p><h2>Looking for something else?</h2><p><a href="/consulting/get-in-touch">Contact AACRAO Consulting today</a>&nbsp;and we&rsquo;ll help you assess your needs and how best to address them.</p><div></div></div>
</div>
  </div>
</div>
  </div>
</div><div class="case-study-callout" data-sf-element="Row">
  <div id="PageBody_C014_Col00" class="sf_colsIn" data-sf-element="Column 1" data-placeholder-label="Column 1"><div class="callout-container" data-sf-element="Row">
  <div id="PageBody_C015_Col00" class="sf_colsIn container" data-sf-element="Column 1" data-placeholder-label="Column 1"><div class="columns" data-sf-element="Row">
  <div id="PageBody_C016_Col00" class="sf_colsIn column is-6 left-offset-1" data-sf-element="Column 1" data-placeholder-label="Column 1">
<div >
    <div class="sfContentBlock sf-Long-text" ><h2>Case Study:</h2><h3>State University of New York at Fredonia (Fredonia)</h3><p>A comprehensive, public, liberal arts university in Western New York, Fredonia serves more than 4,600 students on its beautiful residential campus that blends intimate learning with a wide range of academic programs. In 2015, Fredonia contacted AACRAO
    Consulting to guide them through the process of taking a more strategic approach to its enrollment efforts. Beyond improving enrollment numbers, Fredonia wanted to align enrollment with the university&rsquo;s overall vision and mission.</p><p><a class="c-button warning large" href="https://www.aacrao.org/consulting/success-stories/case-studies/case-study/state-university-of-new-york-at-fredonia">READ MORE</a></p></div>
</div>
  </div>
  <div id="PageBody_C016_Col01" class="sf_colsIn column is-5 callout-images" data-sf-element="Column 2" data-placeholder-label="Column 2">

        <img loading="lazy" src="/images/default-source/consulting/2020-infographics/freedonia_gray.jpg?sfvrsn=ad4f570_6" title="csudh1-w600h600" alt="csudh1-w600h600"
         
          />

  </div>
</div>
  </div>
</div><div id="PageBody_C029_Col00" class="sf_colsIn container" data-sf-element="Container" data-placeholder-label="Container">
<div >
    <div class="sfContentBlock sf-Long-text" ><h2 style="text-align:center;">Get In Touch</h2><p style="text-align:center;">We welcome your questions and inquiries, as well as the opportunity to help you improve your campus operations and enrollment results. Contact AACRAO Consulting today. Or take a moment to submit our Contact Form so that we may address your needs more specifically.</p><h3 class="p-t--2" style="text-align:center;">Call us at (202) 355-1056</h3><p style="text-align:center;"><a class="c-button warning m-t--5" href="/consulting/get-in-touch">Contact Us Today</a></p></div>
</div>
</div>
  </div>
</div>

 </section> <!--stopindex--> <footer class="footer"> <div class="container"> <div class="columns"> <div class="column logo-column"> 

<div >
    <div class="sfContentBlock sf-Long-text" ><a href="/consulting"><img alt="aacrao-footer-logo" data-displaymode="Original" src="/images/default-source/consulting/aacrao-footer-logo.png?sfvrsn=b5826a45_2" title="aacrao-footer-logo" /></a></div>
</div>
<div >
    <div class="sfContentBlock sf-Long-text" ><p>AACRAO Consulting<br />1108 16th Street NW, Suite 400<br style="font-family:Arial, Helvetica, sans-serif;font-size:15px;background-color:#ffffff;" />Washington, DC 20036</p><p>Phone: <a href="tel:1202293-9161" data-sf-ec-immutable="">(202) 355-1056</a>
 <br />Fax: (202) 872-8857
</p><p><em>AACRAO&nbsp;is a federally-registered trademark of the American Association of Collegiate Registrars and Admissions Officers</em></p></div>
</div>
<div >
    <div class="sfContentBlock sf-Long-text" ><ul class="footersocialmedia"><li><a href="https://twitter.com/AACRAOConsults" target="_blank"><img src="/images/default-source/consulting/icon-social-twitter.png?sfvrsn=a4244845_4" alt="Twitter" /></a></li><li><a href="https://www.facebook.com/aacrao" target="_blank"><img src="/images/default-source/consulting/icon-social-facebook.png?sfvrsn=c1384a2_4" alt="Facebook" /></a></li><li><a href="https://www.linkedin.com/company/aacrao" target="_blank"><img src="/images/default-source/consulting/icon-social-linkedin.png?sfvrsn=cda6f86d_4" alt="LinkedIn" /></a></li><li><a href="https://www.youtube.com/channel/UCBSEwijd0SPt38PYnL5a71Q/featured"><img src="/images/default-source/consulting/youtube-logo-2431.png?sfvrsn=bb6c1f37_2&amp;MaxWidth=29&amp;MaxHeight=29&amp;ScaleUp=false&amp;Quality=High&amp;Method=ResizeFitToAreaArguments&amp;Signature=EE33568BE0F9E36314D3F3E4BE3838391CE84C23" data-method="ResizeFitToAreaArguments" title="icon-yt-logo" data-displaymode="Custom" alt="icon-yt-logo" data-customsizemethodproperties="{&#39;MaxWidth&#39;:29,&#39;MaxHeight&#39;:29,&#39;Width&#39;:null,&#39;Height&#39;:null,&#39;ScaleUp&#39;:false,&#39;Quality&#39;:&#39;High&#39;,&#39;Method&#39;:&#39;ResizeFitToAreaArguments&#39;}" /></a></li></ul></div>
</div> </div> <div class="column"> 

<div >
    <div class="sfContentBlock sf-Long-text" ><h2>Our Services</h2></div>
</div>


<div>
    

      <ul class="mg-link-list">
     <li class="">
        <a href="/consulting/our-services/overview" target="_self">Overview</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/admissions-operations-review" target="_self">Admissions Operations Review</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/comprehensive-learner-record-learning-and-employment-record" target="_self">Comprehensive Learner Record/Learning and Employment Record</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/international-enrollment-services-review" target="_self">International Enrollment &amp; Services Review</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/credit-for-prior-learning" target="_self">Optimizing Credit for Prior Learning</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/professional-coaching" target="_self">Professional Coaching</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/professional-leadership-and-coaching-engagement" target="_self">Professional Leadership and Coaching Engagement (PLACE)</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/recruitment-marketing-review" target="_self">Recruitment &amp; Marketing Review</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/registrars-office-review" target="_self">Registrar’s Office Review</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/retention-student-success-review" target="_self">Retention &amp; Student Success Review</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/rigorous-sem-readiness-assessment" target="_self">Rigorous SEM Readiness Assessment</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/sem-plan-development" target="_self">SEM Plan Development</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/sem-readiness-assessment" target="_self">SEM Readiness Assessment - Workforce Pell</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/sem-readiness-review" target="_self">SEM Readiness Review</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/speakers-bureau-redirect" target="_self">Speakers Bureau</a>

    </li>
     <li class="">
        <a href="/consulting/our-services/transfer-practices-review" target="_self">Transfer Practices Review</a>

    </li>
    </ul>
</div>




 </div> <div class="column"> 

<div >
    <div class="sfContentBlock sf-Long-text" ><h2>Resources</h2></div>
</div>


<div class="m-b--4">
    

      <ul class="mg-link-list">
     <li class="">
        <a href="/consulting/resources/overview" target="_self">Overview</a>

    </li>
     <li class="">
        <a href="/consulting/resources/blog" target="_self">Blog</a>

    </li>
     <li class="">
        <a href="/consulting/resources/white-papers-documents" target="_self">White Papers &amp; Documents</a>

    </li>
     <li class="">
        <a href="/consulting/resources/aacrao-conferences" target="_self">AACRAO Conferences</a>

    </li>
     <li class="">
        <a href="/consulting/resources/aacrao-publications" target="_self">AACRAO Publications</a>

    </li>
     <li class="">
        <a href="/consulting/resources/aacrao-research" target="_self">AACRAO Research</a>

    </li>
     <li class="">
        <a href="/consulting/resources/aacrao-webinars" target="_self">AACRAO Webinars</a>

    </li>
    </ul>
</div>





<div >
    <div class="sfContentBlock sf-Long-text" ><h2>Success Stories</h2></div>
</div>


<div>
    

      <ul class="mg-link-list">
     <li class="">
        <a href="/consulting/success-stories/case-studies" target="_self">Case Studies</a>

    </li>
     <li class="">
        <a href="/consulting/success-stories/testimonials" target="_self">Testimonials</a>

    </li>
    </ul>
</div>




 </div> </div> </div> </footer> <!--startindex--> </div> <script src="/ResourcePackages/Consulting/assets/Global/js/vendor.js?v=4"></script> <script src="/ResourcePackages/Consulting/assets/Global/js/site.js?v=4"></script>  </body> </html>