flightbridgeed.com Open in urlscan Pro
45.60.22.237  Public Scan

URL: https://flightbridgeed.com/index.php/component/hikashop/product/1055-arc-advanced-review-course
Submission: On March 14 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: hikashop_product_formPOST /index.php/component/hikashop/product/updatecart

<form action="/index.php/component/hikashop/product/updatecart" method="post" name="hikashop_product_form" onsubmit="return hikashop_product_form_check();" enctype="multipart/form-data">
  <div id="hikashop_product_top_part" class="hikashop_product_top_part">
    <h1>
      <span id="hikashop_product_name_main" class="hikashop_product_name_main">ARC - Advanced Refresher Course</span>
      <meta content="Advanced Refresher Course">
      <meta itemprop="productID" content="Advanced Refresher Course">
    </h1>
  </div>
  <div class="hk-row-fluid">
    <div id="hikashop_product_left_part" class="hikashop_product_left_part hkc-md-6">
      <div id="hikashop_product_image_main" class="hikashop_global_image_div" style="">
        <div id="hikashop_main_image_div" class="hikashop_main_image_div">
          <div class="hikashop_product_main_image_thumb hikashop_img_mode_classic" id="hikashop_image_main_thumb_div">
            <div style="text-align:center;clear:both;" class="hikashop_product_main_image">
              <div style="position:relative;text-align:center;clear:both;margin: auto;" class="hikashop_product_main_image_subdiv">
                <a title="ARC - Advanced Refresher Course" rel="shadowbox" href="/images/com_hikashop/upload/arc_version3.png"><img id="hikashop_main_image" style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle" title="ARC - Advanced Refresher Course" alt="arc_version3" src="/images/com_hikashop/upload/arc_version3.png"><div class="hikashop_badge_bottomright_div" style="position:absolute; z-index:5; bottom:0px; right:0px; margin-bottom:10px;"><img class="hikashop_product_badge_image" title="Advantage+ Included Course" alt="Advantage+ Included Course" src="/images/com_hikashop/upload/thumbnails/60x240/advantageplus-includedcoursebadge-1278714181.png"></div></a>
              </div>
            </div>
          </div>
          <meta itemprop="image" content="https://flightbridgeed.com/images/com_hikashop/upload/arc_version3.png">
        </div>
        <div id="hikashop_small_image_div" class="hikashop_small_image_div">
        </div>
      </div>
      <script type="text/javascript">
        if (!window.localPage) window.localPage = {};
        if (!window.localPage.images) window.localPage.images = {};
        window.localPage.changeImage = function(el, id, url, width, height, title, alt, ref) {
          var d = document,
            target = d.getElementById(id),
            w = window,
            o = window.Oby;
          if (!target) return false;
          target.src = url;
          target.width = width;
          target.height = height;
          target.title = title;
          target.alt = alt;
          var target_src = d.getElementById(id + '_src');
          if (target_src) {
            target_src.srcset = url;
          }
          var target_webp = d.getElementById(id + '_webp');
          if (el.firstChild.tagName == 'picture') {
            if (target_webp) {
              target_webp.srcset = url.substr(0, url.lastIndexOf(".")) + '.webp';
            }
          } else if (target_webp) {
            target_webp.remove();
          }
          var thumb_img = null,
            thumbs_div = d.getElementById('hikashop_small_image_div');
          if (thumbs_div) {
            thumbs_img = thumbs_div.getElementsByTagName('img');
            if (thumbs_img) {
              for (var i = thumbs_img.length - 1; i >= 0; i--) {
                o.removeClass(thumbs_img[i], 'hikashop_child_image_active');
              }
            }
          }
          thumb_img = el.getElementsByTagName('img');
          if (thumb_img) {
            for (var i = thumb_img.length - 1; i >= 0; i--) {
              o.addClass(thumb_img[i], 'hikashop_child_image_active');
            }
          }
          window.localPage.images[id] = el;
          var active_thumb = document.querySelector('.hikashop_active_thumbnail');
          var curr_prev = document.querySelector('.hikashop_slide_prev_active');
          var curr_next = document.querySelector('.hikashop_slide_next_active');
          var next_prev = document.querySelector('#' + id + '_prev_' + ref);
          var next_next = document.querySelector('#' + id + '_next_' + ref);
          curr_prev.classList.remove('hikashop_slide_prev_active');
          curr_next.classList.remove('hikashop_slide_next_active');
          next_prev.classList.add('hikashop_slide_prev_active');
          next_next.classList.add('hikashop_slide_next_active');
          active_thumb.classList.remove("hikashop_active_thumbnail");
          el.classList.add("hikashop_active_thumbnail");
          return false;
        };
        window.localPage.openImage = function(id, variant_name, e) {
          if (!variant_name) variant_name = '';
          if (!window.localPage.images[id]) window.localPage.images[id] = document.getElementById('hikashop_first_thumbnail' + variant_name);
          e = e || window.event;
          e.stopPropagation();
          e.cancelBubble = true;
          window.Oby.cancelEvent(e);
          window.localPage.images[id].click();
          return false;
        };

        function onMouseOverTrigger(a) {
          var element = document.querySelector('.hikashop_thumbnail_' + a);
          element.onmouseover();
        }
        document.addEventListener('touchstart', handleTouchStart, false);
        document.addEventListener('touchmove', handleTouchMove, false);
        var xDown = null;
        var yDown = null;

        function getTouches(evt) {
          return evt.touches || evt.originalEvent.touches;
        }

        function handleTouchStart(evt) {
          const firstTouch = getTouches(evt)[0];
          xDown = firstTouch.clientX;
          yDown = firstTouch.clientY;
        }

        function handleTouchMove(evt) {
          if (!xDown || !yDown) {
            return;
          }
          var xUp = evt.touches[0].clientX;
          var yUp = evt.touches[0].clientY;
          var xDiff = xDown - xUp;
          var yDiff = yDown - yUp;
          if (Math.abs(xDiff) > Math.abs(yDiff)) {
            if (xDiff > 0) {
              var next = document.querySelector('.hikashop_slide_next_active');
              next.onclick();
            } else {
              var prev = document.querySelector('.hikashop_slide_prev_active');
              prev.onclick();
            }
          }
          xDown = null;
          yDown = null;
        }
      </script>
    </div>
    <div id="hikashop_product_right_part" class="hikashop_product_right_part hkc-md-6">
      <div id="hikashop_product_vote_mini" class="hikashop_product_vote_mini"></div>
      <span id="hikashop_product_price_main" class="hikashop_product_price_main" itemscope="" itemtype="https://schema.org/Offer">
        <meta itemprop="itemCondition" itemtype="https://schema.org/OfferItemCondition" content="https://schema.org/NewCondition">
        <span class="hikashop_product_price_full"><span class="hikashop_product_price hikashop_product_price_0">$99.00</span> <span class="hikashop_product_price_per_unit"> each</span><!-- Affirm Messaging -->
          <div style="width: 100%;">
            <script type="text/javascript">
            </script>
            <h1 class="affirm-as-low-as" style="width: 100%; text-align: center; font-family: industry_medium; sans-serif; font-size: 16px;" data-page-type="category" data-amount="9900" <="" h1="">Starting at <span
                class="affirm-ala-price">$34</span>/mo with <span class="__affirm-logo __affirm-logo-blue __ligature__affirm_full_logo__ __processed">Affirm</span>.
              <a class="affirm-modal-trigger" aria-label="Prequalify now about Affirm Financing (opens in modal)" href="javascript:void(0)">Prequalify now</a></h1>
          </div>
          <meta itemprop="availability" content="https://schema.org/InStock">
        </span>
        <br>
        <br>
        <span id="hikashop_product_price_with_options_main" class="hikashop_product_price_with_options_main">
        </span>
        <div id="hikashop_product_quantity_main" class="hikashop_product_quantity_main"><span class="hikashop_product_stock_count">
          </span>
          <div class="hikashop_product_quantity_div hikashop_product_quantity_add_to_cart_div"></div>
          <a class="hikabtn hikacart" rel="nofollow" href="/index.php/component/hikashop/product/updatecart/add-1/cid-1055" onclick="if(window.hikashop.addToCart) { return window.hikashop.addToCart(this); }" data-addtocart="1055" data-addto-div="hikashop_product_form" data-addto-class="add_in_progress"><span>Add to cart</span></a>
        </div>
        <div id="hikashop_product_quantity_alt" class="hikashop_product_quantity_main_alt display: none;">
        </div>
        <div id="hikashop_product_contact_main" class="hikashop_product_contact_main"> </div>
        <div id="hikashop_product_tags_main" class="hikashop_product_tags"></div>
        <span id="hikashop_product_id_main" class="hikashop_product_id_main">
          <input type="hidden" name="product_id" value="1055">
        </span>
      </span>
    </div>
  </div>
  <div id="hikashop_product_bottom_part" class="hikashop_product_bottom_part">
    <div id="hikashop_product_description_main" class="hikashop_product_description_main">
      <div id="container" style="width: 80%; min-width: 320px; margin: 25px auto auto auto;"><!-- START: ConditionalContent --><br>
        <table style="width: 80%; margin-left: auto; margin-right: auto;">
          <tbody>
            <tr>
              <td style="padding: 8px;">
                <a href="https://flightbridgeed.com/index.php?option=com_hikashop&amp;ctrl=product&amp;task=updatecart&amp;quantity=1&amp;cid=1056&amp;Itemid=2733"><img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HikaShop/CourseCEbadges/AdvantagePlus.IncludedCourseBadge.png" alt="AdvantagePlus.IncludedCourseBadge"></a>
              </td>
              <td style="padding: 8px;">
                <h3 style="color: #ff007f;">This course is included with the FlightBridgeED Advantage+ Membership.</h3>
                <div style="color: #000000;">Advantage+ includes a select library of our courses. Get this course and more at a great price.
                  <a class="hikashop_html_add_to_cart_link" href="https://flightbridgeed.com/index.php?option=com_hikashop&amp;ctrl=product&amp;task=updatecart&amp;quantity=1&amp;cid=1056&amp;Itemid=2733">Buy Advantage+ Now!</a></div>
              </td>
            </tr>
          </tbody>
        </table>
        <br><!-- END: ConditionalContent -->
        <div class="hs_row"
          style="width: 100%; height: 50px; background: #f2f2f2; border: 1px solid #e5e5e5; color: #2c499d; border-top-left-radius: 8px; border-top-right-radius: 8px; font-size: 1em; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px; line-height: 50px;">
          What you should expect to learn</div>
        <ul>
          <li class="hs_row"
            style="width: 100%; background: #fffff; border-left: 1px solid #e5e5e5; border-right: 1px solid #dbdee1; border-bottom: 1px solid #dbdee1; font-size: 20px; font-weight: bold; text-align: left; vertical-align: middle; padding-left: 10px;">
            <div style="text-align: center;">&nbsp;</div>
            <h1 style="text-align: center; font-size: 20px;"><em>Everything you need to recertify.</em></h1>
            <h1 style="text-align: center;">Don't renew. <strong>Upgrade.</strong></h1>
            <div class="hs_column" style="font-size: 12px; font-weight: normal; color: #000000;">The FlightBridgeED Advanced Refresher Course (ARC) was prepared after teaching tens of thousands of students over the past 10 years and listening to your
              feedback.&nbsp; We have taken current practice guidelines, objectives, and current evidence-based practice content, from credible, published sources and built the most up-to-date refresher course on the market.&nbsp; This course will
              challenge even the most experienced providers and give you valuable advanced-critical care content to take your knowledge to the next level.&nbsp; This will translate to a broader understanding of all subject matter and ultimately
              strengthen your ability to critically think within the patient care realm.&nbsp;</div>
            <div>&nbsp;</div>
            <div>Includes our most popular Master Classes:</div>
            <div>
              <ul>
                <li><span style="font-size: 12pt; font-weight: normal;">Master Class - Cardiac Physiology &amp; 12 Lead Interpretation</span></li>
                <li><span style="font-size: 12pt; font-weight: normal;">Master Class - Interpreting Lab Values</span></li>
                <li><span style="font-size: 12pt; font-weight: normal;">Master Class - Mechanical Ventilation</span></li>
              </ul>
            </div>
            <div>&nbsp;</div>
          </li>
        </ul>
        <img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HikaShop/Logos/accreditationsandaffiliations.png" alt="accreditationsandaffiliations" width="100%">
      </div>
      <div id="container" style="width: 80%; min-width: 320px; margin: 25px auto auto auto;">
        <div class="hs_row"
          style="width: 100%; height: 50px; background: #f2f2f2; border: 1px solid #e5e5e5; color: #2c499d; border-top-left-radius: 8px; border-top-right-radius: 8px; font-size: 1em; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px; line-height: 50px;">
          Approvals, accreditations, and affiliations</div>
        <div class="hs_row"
          style="width: 100%; background: #fffff; border-left: 1px solid #e5e5e5; border-right: 1px solid #dbdee1; border-bottom: 1px solid #dbdee1; font-size: 20px; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px;">
          <div>&nbsp;</div>
          <div class="hs_column" style="font-size: 12px; font-weight: normal; color: #000000;">CE hours earned from this course are advanced and/or critical care hours and can be used to recertify advanced certification as well as professional
            licenses such as NREMT, RN, etc.<br>
            <hr>The course will give you over 42 hours of F3 content that can be applied to State, NREMT, FP-C, CCP-C, CFRN, CTRN, CCRN, CTRN recertification. We are adding more content weekly!
          </div>
          <div>&nbsp;</div>
        </div>
      </div>
      <div id="container" style="width: 80%; min-width: 320px; margin: 25px auto auto auto;">
        <div class="hs_row"
          style="width: 100%; height: 50px; background: #f2f2f2; border: 1px solid #e5e5e5; color: #2c499d; border-top-left-radius: 8px; border-top-right-radius: 8px; font-size: 1em; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px; line-height: 50px;">
          License term</div>
        <div class="hs_row"
          style="width: 100%; background: #fffff; border-left: 1px solid #e5e5e5; border-right: 1px solid #dbdee1; border-bottom: 1px solid #dbdee1; font-size: 20px; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px;">
          <div class="hs_column" style="font-size: 12px; font-weight: 100px; color: #000000;"><i class="fal fa-calendar-alt" style="font-size: 20px;" aria-hidden="true"></i></div>
          <div class="hs_column" style="font-size: 12px; font-weight: 100px; color: #000000;">1-Year license term starting on the date purchased.</div>
          <div>&nbsp;</div>
        </div>
      </div>
      <div id="container" style="width: 80%; min-width: 320px; margin: 25px auto auto auto;">
        <div><img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HikaShop/ARC_TITLES/ARC_covers.png" alt="ARC covers"></div>
        <div>&nbsp;</div>
      </div>
      <div style="width: 80%; min-width: 320px; margin: 25px auto auto auto;">
        <div class="hs_row"
          style="width: 100%; height: 50px; background: #f2f2f2; border: 1px solid #e5e5e5; color: #2c499d; border-top-left-radius: 8px; border-top-right-radius: 8px; font-size: 1em; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px; line-height: 50px;">
          Technical requirements</div>
        <div style="width: 100%; border-left: 1px solid #e5e5e5; border-right: 1px solid #dbdee1; border-bottom: 1px solid #dbdee1;">
          <div>&nbsp;</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">There are <span style="font-weight: bold;">only 2 absolute requirements:</span> (1) You have to have JavaScript enabled in your browser, and (2)
            you cannot use Internet Explorer 6 or 7 (these browsers are simply too old to be able to do the interactive things our learning management system does.)</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Screen Size</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">A minimum of 1024x600. That is the average size of a netbook. You probably won't want to view your course on a smaller screen than that -
            although, it is absolutely possible.</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Operating Systems</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">Windows XP SP3 and newer, Mac OSX 10.6 and newer Linux, ChromeOS</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Mobile OS Native App Support</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">iOS 5 and newer, and Android 2.3 and newer</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Computer Speed and Processor</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">Optimally, use a computer that is equipped with at least 1GB of RAM and a processor capable of 2GHz speeds. In general, these are computers that
            have been manufactured in the last 5 years.</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Internet Speed</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">Along with compatibility and web standards, our learning management system has been carefully crafted to accommodate low bandwidth environments.
            An absolute minimum bandwidth of 512k is required.</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Screen Readers</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">The latest versions of JAWS and VoiceOver</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Important notice</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">We recommend a minimum bandwidth of 512K (which is basic DSL). Dial-up internet access is no longer a viable option for online learners.</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: bold; color: #000000;">Supported web browsers</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">Because it's built using web standards, our learning management system runs on Windows, Mac, Linux, iOS, and Android, or any other device with a
            modern web browser. Although not an exhaustive list, we support Internet Explorer 8, Chrome 19, Safari 5, Firefox 12. If, during your experience with your course, you find that your browser seems to be having trouble displaying content it
            is recommended that you ensure that you are using the latest version of your browser. Alternatively, you may need to switch to another browser. We find that Chrome 19 has the best overall compatibility (as reported by our users).</div>
          <div style="width: 100%; padding: 10px; font-size: 12px; font-weight: normal; color: #000000;">Rather than focusing on minimums, we highly recommend updating to the newest version of whatever browser you are using as well as the most
            up-to-date Flash plug-in. Flash 9 is sometimes a requirement of our learning management system for media recording/streaming and viewing, chat, and uploading files to a course or an assignment. Other than these features, Flash is not
            required to use in most areas. The Java plug-in is required for screen sharing in Conferences. Otherwise, there are no other browser plug-ins that are required. The learning management system user interface was optimized for desktop
            displays, small form factors such as phones may not be optimal for viewing. We recommend trying out our Mobile App (Canvas Mobile App on Apple and Android app stores).</div>
          <div>&nbsp;</div>
        </div>
      </div>
      <div id="container" style="width: 80%; min-width: 320px; margin: 25px auto auto auto;">&nbsp;</div>
      <div id="container" style="width: 80%; min-width: 320px; margin: 25px auto auto auto;">
        <div class="hs_row"
          style="width: 100%; height: 50px; background: #f2f2f2; border: 1px solid #e5e5e5; color: #2c499d; border-top-left-radius: 8px; border-top-right-radius: 8px; font-size: 1em; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px; line-height: 50px;">
          Exclusions and notices</div>
        <div class="hs_row"
          style="width: 100%; background: #fffff; border-left: 1px solid #e5e5e5; border-right: 1px solid #dbdee1; border-bottom: 1px solid #dbdee1; font-size: 20px; font-weight: normal; text-align: left; vertical-align: middle; padding-left: 10px;">
          <div>&nbsp;</div>
          <div class="hs_column" style="font-size: 12px; font-weight: 100px; color: #000000;">You are responsible for your own accurate record-keeping and for submitting continuing education CE hours to your certifying body.
            FlightBridgeED&nbsp;<br><br>CAMTS does not accredit education nor do we make any claim thereof.</div>
          <div>&nbsp;</div>
        </div>
      </div>
    </div>
    <span id="hikashop_product_url_main" class="hikashop_product_url_main"></span>
    <div id="hikashop_product_files_main" class="hikashop_product_files_main">
    </div>
  </div>
  <input type="hidden" name="cart_type" id="type" value="cart">
  <input type="hidden" name="add" value="1">
  <input type="hidden" name="ctrl" value="product">
  <input type="hidden" name="task" value="updatecart">
  <input type="hidden" name="return_url" value="L2luZGV4LnBocC9jb21wb25lbnQvaGlrYXNob3AvY2hlY2tvdXQ%3D">
</form>

POST https://flightbridgeed.com/index.php/component/hikashop/

<form action="https://flightbridgeed.com/index.php/component/hikashop/" method="post" class="lp-form">
  <!--
		<h3 style="font-family: industry_medium, sans-serif; text-align: center;">Sign in to your account</h3>
-->
  <div class="lp-field-wrapper">
    <label for="lp-username">Username *</label>
    <input type="text" id="lp-username" class="lp-input-text lp-input-username" name="username" placeholder="Username" required="true">
  </div>
  <div class="lp-field-wrapper">
    <label for="lp-password">Password *</label>
    <input type="password" id="lp-password" class="lp-input-text lp-input-password" name="password" placeholder="Password" required="true">
  </div>
  <div class="lp-field-wrapper">
    <input type="checkbox" id="lp-remember" class="lp-input-checkbox" name="remember">
    <label for="lp-remember">Remember me</label>
  </div>
  <div class="lp-button-wrapper clearfix">
    <div class="lp-left">
      <button type="submit" class="lp-button">LOGIN</button>
    </div>
    <ul class="lp-right lp-link-wrapper">
      <li>
        <a href="/index.php/fastsymposium-register?view=remind">Forgot your username?</a>
      </li>
      <li><a href="/index.php/fastsymposium-register?view=reset">Forgot your password?</a></li>
    </ul>
  </div>
  <!--
<hr />
		Don't have an account yet?		
				<a style="text-decoration: none;" href="https://flightbridgeed.com/index.php/flightbridgeed-register"><span style="font-size: 16px; font-weight: bold; cursor: pointer; font-family: industry_black; color: #2c499d;">Register Now!</span></a>
-->
  <table style="width: 75%; height: 66px; margin-left: auto; margin-right: auto; margin-top: -20px; margin-bottom: -20px;">
    <tbody>
      <tr>
        <!--			
				<td style="padding: 8px; width: 20%; height: 80px;"><img src="https://flightbridgeed.com/images/smallLogoIcons/EMerge.logo.50x50x72.png" alt="EMerge™" width="35" height="35"></td>
	-->
        <td style="padding: 8px; width: 60%; height: 80px;"><img src="https://flightbridgeed.com/images/smallLogoIcons/fbe.classic-logo.thick321x80x96.png" alt="FlightBridgeED®" width="321" height="80"></td>
        <td style="padding: 8px; width: 20%; height: 80px;"><img src="https://flightbridgeed.com/images/smallLogoIcons/FAST-LOGO-PLAIN.50x50x72.png" alt="FAST Symposium™" width="50" height="50"></td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="option" value="com_users">
  <input type="hidden" name="task" value="user.login">
  <input type="hidden" name="return" value="aW5kZXgucGhwP29wdGlvbj1jb21faGlrYXNob3AmY3RybD1wcm9kdWN0JnRhc2s9c2hvdyZjaWQ9MTA1NSZuYW1lPWFyYy1hZHZhbmNlZC1yZXZpZXctY291cnNl">
  <input type="hidden" name="b11a581224b3b6a39410e67aee1dc24a" value="1">
</form>

Text Content

Cookie policy
Cookies used on the website! This website uses cookies, to ensure the best
experience on this website please consent the cookie usage.Cookie policy Privacy
policy
DeclineAllow cookies
How to resolve AdBlock issue?
Refresh this page
LOGIN
CREATE MY ACCOUNT
Contact Us | 1-800-991-3160




ARC - ADVANCED REFRESHER COURSE


$99.00 each


STARTING AT $34/MO WITH AFFIRM. PREQUALIFY NOW




Add to cart







THIS COURSE IS INCLUDED WITH THE FLIGHTBRIDGEED ADVANTAGE+ MEMBERSHIP.

Advantage+ includes a select library of our courses. Get this course and more at
a great price. Buy Advantage+ Now!


What you should expect to learn
 *  
   
   
   EVERYTHING YOU NEED TO RECERTIFY.
   
   
   DON'T RENEW. UPGRADE.
   
   The FlightBridgeED Advanced Refresher Course (ARC) was prepared after
   teaching tens of thousands of students over the past 10 years and listening
   to your feedback.  We have taken current practice guidelines, objectives, and
   current evidence-based practice content, from credible, published sources and
   built the most up-to-date refresher course on the market.  This course will
   challenge even the most experienced providers and give you valuable
   advanced-critical care content to take your knowledge to the next level. 
   This will translate to a broader understanding of all subject matter and
   ultimately strengthen your ability to critically think within the patient
   care realm. 
    
   Includes our most popular Master Classes:
    * Master Class - Cardiac Physiology & 12 Lead Interpretation
    * Master Class - Interpreting Lab Values
    * Master Class - Mechanical Ventilation
   
    

Approvals, accreditations, and affiliations
 
CE hours earned from this course are advanced and/or critical care hours and can
be used to recertify advanced certification as well as professional licenses
such as NREMT, RN, etc.


--------------------------------------------------------------------------------

The course will give you over 42 hours of F3 content that can be applied to
State, NREMT, FP-C, CCP-C, CFRN, CTRN, CCRN, CTRN recertification. We are adding
more content weekly!
 
License term
1-Year license term starting on the date purchased.
 
 
Technical requirements
 
There are only 2 absolute requirements: (1) You have to have JavaScript enabled
in your browser, and (2) you cannot use Internet Explorer 6 or 7 (these browsers
are simply too old to be able to do the interactive things our learning
management system does.)
Screen Size
A minimum of 1024x600. That is the average size of a netbook. You probably won't
want to view your course on a smaller screen than that - although, it is
absolutely possible.
Operating Systems
Windows XP SP3 and newer, Mac OSX 10.6 and newer Linux, ChromeOS
Mobile OS Native App Support
iOS 5 and newer, and Android 2.3 and newer
Computer Speed and Processor
Optimally, use a computer that is equipped with at least 1GB of RAM and a
processor capable of 2GHz speeds. In general, these are computers that have been
manufactured in the last 5 years.
Internet Speed
Along with compatibility and web standards, our learning management system has
been carefully crafted to accommodate low bandwidth environments. An absolute
minimum bandwidth of 512k is required.
Screen Readers
The latest versions of JAWS and VoiceOver
Important notice
We recommend a minimum bandwidth of 512K (which is basic DSL). Dial-up internet
access is no longer a viable option for online learners.
Supported web browsers
Because it's built using web standards, our learning management system runs on
Windows, Mac, Linux, iOS, and Android, or any other device with a modern web
browser. Although not an exhaustive list, we support Internet Explorer 8, Chrome
19, Safari 5, Firefox 12. If, during your experience with your course, you find
that your browser seems to be having trouble displaying content it is
recommended that you ensure that you are using the latest version of your
browser. Alternatively, you may need to switch to another browser. We find that
Chrome 19 has the best overall compatibility (as reported by our users).
Rather than focusing on minimums, we highly recommend updating to the newest
version of whatever browser you are using as well as the most up-to-date Flash
plug-in. Flash 9 is sometimes a requirement of our learning management system
for media recording/streaming and viewing, chat, and uploading files to a course
or an assignment. Other than these features, Flash is not required to use in
most areas. The Java plug-in is required for screen sharing in Conferences.
Otherwise, there are no other browser plug-ins that are required. The learning
management system user interface was optimized for desktop displays, small form
factors such as phones may not be optimal for viewing. We recommend trying out
our Mobile App (Canvas Mobile App on Apple and Android app stores).
 
 
Exclusions and notices
 
You are responsible for your own accurate record-keeping and for submitting
continuing education CE hours to your certifying body. FlightBridgeED 

CAMTS does not accredit education nor do we make any claim thereof.
 




996 Wilkinson Trace
Suite A4
Bowling Green, KY 42103

1-800-991-3160
service@flightbridgeed.com




Policies & Disclosures

Privacy Policy

Refund Policy

Exam Pass Commitment

Truth in Lending Act

Equal Credit Opportunity

CAN-SPAM Act

FlightBridgeED Rewards

Site Map

In-Person Courses

Online Courses

FlightBridgeED University™

Practice Exams

Bookstore

Contact us

Login | Register

Podcasts

The FlightBridgeED Podcast

SecondShift

EMS Lighthouse Project

Standard of Care

Mind Body Medic

© 2012-2021 FlightBridgeED | A Wholly-Owned Subsidiary of Life Link III - All
rights reserved.




 * HOME
 * BUY PASSES
 * HOTEL BOOKING
 * SCHEDULE
 * SPONSORSHIP
 * CREATE MY ACCOUNT



One account to unlock a universe of discovery

--------------------------------------------------------------------------------

×
Username *
Password *
Remember me
LOGIN
 * Forgot your username?
 * Forgot your password?





previousnextstart slideshow






loading

Shopping cart
Home
About
In-Person Courses
Online Courses
Purchase Online Courses
Go to my Online Courses
Practice Exams
Purchase Practice Exams
Bookstore
FlightBridgeED Blog
Podcasts
The FlightBridgeED Podcast
The SecondShift Podcast
Mind Body Medic Podcast
EMS Lighthouse Project
Standard of Care Podcast
CREATE MY ACCOUNT
Login
Login