Are You REAL-ID REady? – ELEVATE...

To enhance security and streamline travel, the U.S. Department of Homeland Security now requires all travelers to present a REAL ID-compliant driver’s license or identification card—identified by a star in the upper corner—for all domestic flights and entry into select federal facilities. Traditional state-issued IDs without this designation will no longer be accepted for these purposes. A valid U.S. Passport, U.S. Passport Card, and Global Entry card will also be accepted.

We encourage you to review your identification well in advance to ensure a seamless travel experience.

A full list of accepted documents can be found at the following link: https://www.dhs.gov/real-id

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');