Residency Fair Fees

Residency Fair Fees

Residency Program Registration Fee (Entrance Area)

Residency Program Registration Fee (Entrance Area)

$450.00
Residency Program Registration Fee (Outer Perimeter)

Residency Program Registration Fee (Outer Perimeter)

$450.00
Residency Program Registration Fee (General)

Residency Program Registration Fee (General)

$350.00
Additional Booth Fee (for General Area ONLY)

Additional Booth Fee (for General Area ONLY)

$325.00
Screen Shot 2017-10-26 at 5.46.02 PM.png

Booklet - Back Cover Ad

$150.00
Screen Shot 2017-10-26 at 5.46.02 PM.png

Booklet - Inside Front/Back Cover Ad

$100.00
Screen Shot 2017-10-26 at 5.46.02 PM.png

Booklet - Full Inside Page Ad

$75.00
Booklet - 1/2 Page Horizontal Ad

Booklet - 1/2 Page Horizontal Ad

$55.00
Booklet - 1/4 Page Horizontal Ad

Booklet - 1/4 Page Horizontal Ad

$30.00
Screen Shot 2017-10-26 at 5.45.41 PM.png

Booklet - 1/4 Page Vertical Ad

$30.00
Residency+Fair.png

Student Registration

$15.00
// Wait for the document to fully load document.addEventListener('DOMContentLoaded', function() { // Get all product options const productOptions = document.querySelectorAll('.product-option-select'); // Function to remove an option by value function removeOption(selectElement, optionValue) { for (let i = 0; i < selectElement.options.length; i++) { if (selectElement.options[i].value === optionValue) { selectElement.remove(i); break; } } } // Check if the order was successful if (typeof window.Squarespace === 'object' && window.Squarespace.onOrderComplete) { window.Squarespace.onOrderComplete(function(order) { // Loop through purchased items order.lineItems.forEach(function(item) { // Find the corresponding product option element const optionElement = document.querySelector(`.product-option-select[data-item-id="${item.id}"]`); if (optionElement) { // Remove the purchased option removeOption(optionElement, item.variantId); } }); }); } });