{"title":"Virginia Electrical Exam Prep Self-Study","description":"\u003cstyle\u003e\n  .jcr-va-self-study {\n    --ink: #0c1f3f;\n    --muted: #4c5870;\n    --line: #dfe6f2;\n    --brand: #d97a05;\n    --brand-dark: #ad5f03;\n    color: #fff;\n    font-family: \"Source Sans Pro\", Arial, sans-serif;\n    max-width: 780px;\n  }\n  .collection-hero {\n    isolation: isolate;\n    position: relative;\n  }\n  .collection-hero__image {\n    z-index: 0;\n  }\n  .collection-hero::after {\n    background: linear-gradient(90deg, rgba(1,11,64,.74), rgba(1,11,64,.48), rgba(1,11,64,.12));\n    border-radius: inherit;\n    content: \"\";\n    inset: 0;\n    pointer-events: none;\n    position: absolute;\n    z-index: 1;\n  }\n  .collection-hero__content-wrap {\n    position: relative;\n    z-index: 2;\n  }\n  .collection-hero__content h1 {\n    text-shadow: 0 2px 18px rgba(1,11,64,.55);\n  }\n  .jcr-va-self-study * { box-sizing: border-box; }\n  .jcr-va-self-study a { color: inherit; }\n  .section-collection-workshops-wrapper,\n  [id*=\"custom_list_feature_image\"] {\n    display: none !important;\n  }\n  .jcr-va-ss-kicker {\n    color: #ffcf8c;\n    font-size: 14px;\n    font-weight: 900;\n    letter-spacing: 1px;\n    margin: 0 0 12px;\n    text-transform: uppercase;\n  }\n  .jcr-va-ss-lead {\n    color: rgba(255,255,255,.94);\n    font-size: clamp(20px, 2.2vw, 28px);\n    font-weight: 900;\n    line-height: 1.22;\n    margin: 0 0 18px;\n  }\n  .jcr-va-ss-copy {\n    color: rgba(255,255,255,.9);\n    font-size: 18px;\n    line-height: 1.5;\n    margin: 0 0 24px;\n  }\n  .jcr-va-ss-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 0 0 26px;\n  }\n  .jcr-va-ss-button {\n    align-items: center;\n    border-radius: 6px;\n    display: inline-flex;\n    font-size: 16px;\n    font-weight: 900;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 22px;\n    text-decoration: none !important;\n  }\n  .jcr-va-ss-button--primary {\n    background: var(--brand);\n    border: 2px solid var(--brand);\n    color: #fff !important;\n  }\n  .jcr-va-ss-button--primary:hover {\n    background: var(--brand-dark);\n    border-color: var(--brand-dark);\n  }\n  .jcr-va-ss-button--secondary {\n    background: #fff;\n    border: 2px solid #fff;\n    color: var(--ink) !important;\n  }\n  .jcr-va-ss-stat {\n    align-items: center;\n    background: #fff;\n    border-left: 6px solid var(--brand);\n    border-radius: 8px;\n    color: var(--ink);\n    display: flex;\n    gap: 22px;\n    margin: 0 0 22px;\n    padding: 22px 26px;\n  }\n  .jcr-va-ss-stat__number {\n    color: var(--ink);\n    flex-shrink: 0;\n    font-size: clamp(48px, 7vw, 64px);\n    font-weight: 900;\n    line-height: 1;\n  }\n  .jcr-va-ss-stat__text {\n    color: var(--ink);\n    font-size: 17px;\n    line-height: 1.4;\n  }\n  .jcr-va-ss-stat__text strong { color: var(--brand); }\n  .jcr-va-ss-proof,\n  .jcr-va-ss-buy {\n    background: rgba(255,255,255,.96);\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    color: var(--ink);\n    font-size: 16px;\n    line-height: 1.45;\n    margin: 0 0 22px;\n    padding: 18px 22px;\n  }\n  .jcr-va-ss-proof strong,\n  .jcr-va-ss-buy strong {\n    color: var(--brand);\n  }\n  .jcr-va-ss-buy {\n    border-left: 6px solid var(--brand);\n  }\n  .jcr-va-ss-options {\n    display: grid;\n    gap: 16px;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    margin: 0 0 22px;\n  }\n  .jcr-va-ss-option {\n    background: rgba(255,255,255,.96);\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    color: var(--ink);\n    padding: 20px;\n  }\n  .jcr-va-ss-option h2 {\n    color: var(--ink);\n    font-size: 21px;\n    line-height: 1.15;\n    margin: 0 0 10px;\n  }\n  .jcr-va-ss-option p {\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.45;\n    margin: 0;\n  }\n  .jcr-va-ss-note {\n    background: rgba(1,11,64,.62);\n    border-left: 4px solid var(--brand);\n    border-radius: 8px;\n    color: rgba(255,255,255,.94);\n    font-size: 16px;\n    line-height: 1.45;\n    margin: 0;\n    padding: 18px 20px;\n  }\n  .jcr-va-ss-note a {\n    color: #ffcf8c;\n    font-weight: 800;\n    text-decoration: underline;\n  }\n  @media (max-width: 800px) {\n    .jcr-va-ss-options {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 700px) {\n    .jcr-va-ss-actions .jcr-va-ss-button {\n      width: 100%;\n    }\n    .jcr-va-ss-stat {\n      align-items: flex-start;\n      flex-direction: column;\n      gap: 8px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jcr-va-self-study\"\u003e\n  \u003cp class=\"jcr-va-ss-kicker\"\u003eVirginia self-study exam prep\u003c\/p\u003e\n  \u003cp class=\"jcr-va-ss-lead\"\u003eVirginia electrical exam prep you can start today.\u003c\/p\u003e\n  \u003cp class=\"jcr-va-ss-copy\"\u003ePrepare for Virginia's PSI open-book electrical exam with JCR's 2020 NEC self-study materials. Study from anywhere with the exam prep manual, online video instruction, 500+ question mock exam, and permanent code book tabs. Not sure which license path applies? Read JCR's \u003ca href=\"https:\/\/www.jcrproductions.com\/blogs\/news\/i-want-to-get-my-virginia-electrical-license-what-do-i-need-to-do\"\u003eVirginia electrical license guide\u003c\/a\u003e.\u003c\/p\u003e\n\n  \u003cdiv class=\"jcr-va-ss-actions\"\u003e\n    \u003ca class=\"jcr-va-ss-button jcr-va-ss-button--primary\" href=\"\/products\/limited-unlimited-exam-preparation-bundle\"\u003eShop Complete Bundle\u003c\/a\u003e\n    \u003ca class=\"jcr-va-ss-button jcr-va-ss-button--secondary\" href=\"https:\/\/quiz.jcrproductions.com\"\u003eTry Free Practice Exam\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-va-ss-stat\"\u003e\n    \u003cdiv class=\"jcr-va-ss-stat__number\"\u003e93%\u003c\/div\u003e\n    \u003cdiv class=\"jcr-va-ss-stat__text\"\u003e\n\u003cstrong\u003ePass rate\u003c\/strong\u003e across JCR electrical exam prep students. Built around the \u003cstrong\u003e2020 NEC\u003c\/strong\u003e, the code edition Virginia currently uses.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-va-ss-proof\"\u003e\n    JCR is a DPOR-approved electrical continuing education provider for Virginia electricians. Exam prep is separate from CE, but the same JCR team has trained electricians since 1985.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-va-ss-buy\"\u003e\n    \u003cstrong\u003eBest choice for Virginia Journeyman and Master candidates:\u003c\/strong\u003e start with the Limited-Unlimited Exam Preparation Bundle. It gives you the manual, videos, mock exam practice, and code tabs in one package. Individual products below are useful if you only need one piece.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-va-ss-options\"\u003e\n    \u003carticle class=\"jcr-va-ss-option\"\u003e\n      \u003ch2\u003eManual + videos\u003c\/h2\u003e\n      \u003cp\u003eStep through NEC navigation, calculations, and exam-style problems at your own pace.\u003c\/p\u003e\n    \u003c\/article\u003e\n    \u003carticle class=\"jcr-va-ss-option\"\u003e\n      \u003ch2\u003e500+ question mock exam\u003c\/h2\u003e\n      \u003cp\u003ePractice with JCR's proprietary mock exam before you sit for PSI's timed test.\u003c\/p\u003e\n    \u003c\/article\u003e\n    \u003carticle class=\"jcr-va-ss-option\"\u003e\n      \u003ch2\u003eCode book tabs\u003c\/h2\u003e\n      \u003cp\u003ePermanent NFPA 70 and NFPA 72 tabs help you move through the Code faster on exam day.\u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"jcr-va-ss-note\"\u003eWant live instructor help instead? View JCR's \u003ca href=\"\/collections\/virginia-exam-prep\"\u003eVirginia exam prep class options\u003c\/a\u003e or call \u003ca href=\"tel:+17046968555\"\u003e(704) 696-8555\u003c\/a\u003e and we will help you choose the right path.\u003c\/p\u003e\n\u003c\/div\u003e\n","products":[{"product_id":"2020-limited-unlimited-sample-exam-booklet","title":"Limited-Unlimited 500+ Question Mock Exam (2020 NEC)","description":"\u003ch5\u003e\u003cstrong\u003e500+ Sample Examination Questions and Answers with References from the 2020 National Electrical Code. Hard copy plus access to our mock exam digital app.\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003eThese proprietary questions - derived from real-world exams - test your code knowledge and exam readiness before you take your test. They will familiarize you with examination question styles and formats through master examination classifications! Know where you stand before you attempt your exam. \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eSample tests include project management questions and incorporate all material covered by the exam including project management and NEC 70E. This Q \u0026amp; A book is a tool to compliment the Exam Preparation Workshops or as a stand-alone when you want to find out if you are ready to pass the exam.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eAccording to thousands of JCR students who have used this material, the score you make on these sample tests will be within a point or two of your actual score.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003eTry our free digital 25 question mock exam \u003ca href=\"https:\/\/quiz.jcrproductions.com\/free-practice\"\u003ehere\u003c\/a\u003e!\u003c\/p\u003e","brand":"JCR Productions","offers":[{"title":"Default Title","offer_id":52065204666649,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/files\/limited_unlimited_sample_exam.png?v=1773288147"},{"product_id":"permanent-labels-nfpa70-nfpa72","title":"Permanent Labels (NFPA70 \u0026 NFPA72) Code Book Tabs","description":"Find key NEC and NFPA 72 sections faster during study and open-book electrical exams. These pre-printed permanent tabs help you organize your 2020 code books so you can spend less time searching and more time answering questions.\n\n\u003cbr\u003e\u003cbr\u003eThese tabs are for the 2020 NEC state exams\n\nIncludes permanent labels for the 2020 NEC and NFPA 72, designed to help exam candidates quickly locate major articles, tables, and reference sections.\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cstrong\u003eStudent tips:\u003c\/strong\u003e\n\u003cul\u003e\n  \u003cli\u003ePinch each tab firmly onto both sides of the page so it bonds permanently.\u003c\/li\u003e\n  \u003cli\u003eStart from the back of the book and work forward so the tabs line up cleanly.\u003c\/li\u003e\n  \u003cli\u003eDo not leave tabbed books in a hot vehicle; heat can weaken adhesive and print.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cbr\u003eAlways check your state’s exam rules before test day to confirm which reference materials and tab types are permitted.\n","brand":"JCR Productions","offers":[{"title":"Default Title","offer_id":52065236091161,"sku":null,"price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/files\/JCRProductCoverArt.png?v=1772751680"},{"product_id":"2020-limited-unlimited-exam-preparation-manual","title":"Limited-Unlimited Exam Preparation Manual and Videos (2020 NEC)","description":"\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003ePrepare with confidence for your Limited, Intermediate, or Unlimited Electrical Licensing Exam with our Manual and Videos study package — the materials used by JCR students who have achieved 93% exam pass rates.\u003cstrong\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003eThis package includes:\u003cbr\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"[li_\u0026amp;]:mb-0 [li_\u0026amp;]:mt-1 [li_\u0026amp;]:gap-1 [\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\"\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e\n\u003cstrong\u003eLimited-Unlimited Exam Preparation Manual\u003c\/strong\u003e — A comprehensive workbook guiding you through key concepts, calculations, and code navigation skills needed to pass your licensing exam.\u003cbr\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e\n\u003cstrong\u003e2020 Limited-Unlimited Exam Preparation Videos\u003c\/strong\u003e— Online video instruction led by JCR's expert instructors, with detailed walkthroughs and step-by-step explanations of exam topics and NEC references.\u003cbr\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003eStudy on your own schedule from anywhere.\u003c\/strong\u003e The manual and video channel work together to give you a structured, self-paced approach to exam preparation. The workbook builds your foundation in code navigation and electrical theory, while the videos reinforce those concepts with visual instruction you can replay as many times as you need.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003e\u003cbr\u003eWant the complete exam prep experience?\u003c\/strong\u003e Upgrade to our \u003ca class=\"underline underline underline-offset-2 decoration-1 decoration-current\/40 hover:decoration-current focus:decoration-current\" href=\"https:\/\/www.jcrproductions.com\/collections\/study-materials-practice-tests\"\u003eFull Exam Prep Bundle\u003c\/a\u003e to add our 500+ question sample exam booklet, digital mock exam access, and permanent code book tabs (NFPA70 \u0026amp; NFPA72).\u003c\/p\u003e","brand":"JCR Productions","offers":[{"title":"Default Title","offer_id":52065250967833,"sku":null,"price":310.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/files\/Limited_Unlimited_exam_prep.png?v=1773288147"},{"product_id":"limited-unlimited-exam-preparation-bundle","title":"Limited-Unlimited Exam Preparation Bundle","description":"\u003ch5\u003ePrepare for your Limited, Intermediate, or Unlimited electrical licensing exam with JCR’s complete self-study exam prep bundle.\u003c\/h5\u003e\u003cbr\u003e\u003cp\u003eThis bundle gives you a structured study path built around the 2020 NEC, with the manual, videos, practice exams, mock exam access, and code book tabs you need to study with confidence.\u003c\/p\u003e\u003cbr\u003e\u003cp\u003eThis bundle includes:\u003c\/p\u003e\u003cbr\u003e\u003cul\u003e  \u003cli\u003eJCR Exam Prep Manual\u003c\/li\u003e  \u003cli\u003eFull access to online exam preparation videos based on the 2020 NEC\u003c\/li\u003e  \u003cli\u003eMock Exam Booklet with 500+ proprietary, realistic practice questions\u003c\/li\u003e  \u003cli\u003eAccess to JCR’s digital mock exam app\u003c\/li\u003e  \u003cli\u003eJCR's code book tabs\u003c\/li\u003e\n\u003c\/ul\u003e\u003cbr\u003e\u003cp\u003eThe Exam Prep Manual guides you through NEC navigation, formulas, calculations, and core exam topics in the order you should study them. The video lessons reinforce those concepts with detailed instruction and step-by-step explanations. The Sample Exam Booklet and digital mock exam help you test your knowledge, build speed, and identify weak areas before exam day.\u003c\/p\u003e\u003cbr\u003e\n\n\u003cstyle\u003e\n  .jcr-bundle-state-proof {\n    background: #f4f7fb;\n    border: 1px solid #dfe6f2;\n    border-radius: 8px;\n    margin: 32px 0 0;\n    padding: 28px;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-grid__heading {\n    color: #0c1f3f;\n    font-size: 26px;\n    font-weight: 800;\n    line-height: 1.2;\n    margin: 0 0 18px;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 0 0 18px;\n  }\n\n  .jcr-bundle-state-proof a.jcr-state-grid__pill {\n    align-items: center;\n    background: #ffffff;\n    border: 2px solid #cbd4e6;\n    border-radius: 999px;\n    box-sizing: border-box;\n    color: #0c1f3f;\n    display: flex;\n    flex: 0 0 calc(33.333% - 7px);\n    font-size: 14px;\n    font-weight: 800;\n    justify-content: center;\n    line-height: 1.2;\n    min-height: 46px;\n    padding: 10px 12px;\n    text-align: center;\n    text-decoration: none;\n  }\n\n  .jcr-bundle-state-proof a.jcr-state-grid__pill:hover {\n    background: #ffffff;\n    border-color: #9eabc6;\n    color: #0c1f3f;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-grid__footnote {\n    color: #0c1f3f;\n    font-size: 15px;\n    font-weight: 600;\n    line-height: 1.45;\n    margin: 14px 0 0;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-grid__footnote a {\n    color: #0c1f3f;\n    font-weight: 800;\n    text-decoration: underline;\n  }\n\n  @media (max-width: 749px) {\n    .jcr-bundle-state-proof {\n      padding: 22px 16px;\n    }\n\n    .jcr-bundle-state-proof a.jcr-state-grid__pill {\n      flex-basis: calc(50% - 5px);\n      font-size: 13px;\n      min-height: 44px;\n      padding: 10px 8px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jcr-bundle-state-proof\"\u003e\n  \u003ch3 class=\"jcr-state-grid__heading\"\u003eJCR Exam Prep serves electricians across 15 states and cities\u003c\/h3\u003e\n\n  \u003cdiv class=\"jcr-state-pills\"\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=north-carolina\" class=\"jcr-state-grid__pill\"\u003eNorth Carolina\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=south-carolina\" class=\"jcr-state-grid__pill\"\u003eSouth Carolina\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=virginia\" class=\"jcr-state-grid__pill\"\u003eVirginia\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=alaska\" class=\"jcr-state-grid__pill\"\u003eAlaska\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=connecticut\" class=\"jcr-state-grid__pill\"\u003eConnecticut\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=delaware\" class=\"jcr-state-grid__pill\"\u003eDelaware\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=hawaii\" class=\"jcr-state-grid__pill\"\u003eHawaii\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=maryland\" class=\"jcr-state-grid__pill\"\u003eMaryland\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=mississippi\" class=\"jcr-state-grid__pill\"\u003eMississippi\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=montana\" class=\"jcr-state-grid__pill\"\u003eMontana\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=tennessee\" class=\"jcr-state-grid__pill\"\u003eMemphis\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=new-mexico\" class=\"jcr-state-grid__pill\"\u003eNew Mexico\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=new-york\" class=\"jcr-state-grid__pill\"\u003eNew York City\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=pennsylvania\" class=\"jcr-state-grid__pill\"\u003ePhiladelphia\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=washington\" class=\"jcr-state-grid__pill\"\u003eWashington\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eThese states and cities currently test electricians on the 2020 NEC - confirm your exact exam edition on your \u003ca href=\"\/pages\/state-requirements-electricians\"\u003estate's requirements page -\u0026gt;\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eGroup discounts available for orders of 5+ bundles. \u003ca href=\"mailto:info@jcrproductions.com\"\u003eEmail JCR -\u0026gt;\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eWant live instruction? Browse our intensive two-day exam prep workshops \u003ca href=\"\/collections\/nec-exam-prep\"\u003e-\u0026gt;\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eQuestions? Call JCR at \u003ca href=\"tel:7046968555\"\u003e(704) 696-8555\u003c\/a\u003e or \u003ca href=\"mailto:info@jcrproductions.com?subject=Exam%20Prep%20Bundle%20Question\"\u003eemail us\u003c\/a\u003e for help choosing the right exam prep option.\u003c\/p\u003e\n\u003c\/div\u003e\n","brand":"JCR Productions","offers":[{"title":"Default Title","offer_id":52065264402713,"sku":null,"price":495.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/files\/Licence_Bundle.png?v=1773288147"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/collections\/lawAdobeStock_355728673_1_copy_5effecf5-3a32-4381-8d44-f6e7df49fc7e.png?v=1782396551","url":"https:\/\/www.jcrproductions.com\/collections\/virginia-exam-prep-self-study.oembed","provider":"JCR Productions","version":"1.0","type":"link"}