Search Results for ""

Homepage

REGISTER Speakers and Contributors conference FAQ contact PAST CONFERENCES 2024 2021 2018 2015 REGISTER Speakers and Contributors conference FAQ contact PAST CONFERENCES 2024 2021 2018 2015 // $('.navbar-button.subnav').on('mouseenter', function(e) { // var linkClass = '.' + $(e.target).data('subnavItem'); // // $('.relative .sub-nav .subnav-content').hide(); // // $('.relative .sub-nav').show(); // $(linkClass).css({'padding' : '10px 0'}).show().find('.lanes').css({'border-bottom' : '1px solid grey'}); // console.log(linkClass) // }); // // $('.relative .sub-nav').on('mouseleave', function(e) { // $('.relative .sub-nav').hide(); // }); // $('.past-conferences-button').on('mouseover', function (event) { // $('.conference-nav').show(); // $('.conference-nav').css('padding-top', '10px'); // $('.conference-nav').css('padding-bottom', '10px'); // $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); // console.log('sup'); // }); // $('.past-conferences-button').on('mouseleave', function (e) { // if (!$(".conference-nav").is(":hover ")) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // } // }); // $('#entire-navbar-container').on('mouseleave', function (event) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // }); var menuButton = $(".menu-toggle"); var headerRight = $(".nav-bar-container .header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } function showNav() { const nav = $('.nav-bar-container'); nav.toggleClass('show'); document.body.classList.toggle('no-scroll'); } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); showNav(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } .homepage-top.square form { position: absolute; bottom: 0; left: 1em; border: none; box-shadow: none; } Select image to upload: $("#photo-uploaderphoto_conference-photo_WBHI9UKI7E").change(function (e) { var currentImageSelector = "#photo_conference-photo_WBHI9UKI7E"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); SAVE THE DATESEPTEMBER 18 AND 19, 2026OKLAHOMA CITY, OKLAHOMA Select image to upload: $("#photo-uploaderphoto_conference-photo2_UkdEmbCtUj").change(function (e) { var currentImageSelector = "#photo_conference-photo2_UkdEmbCtUj"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); empty Select image to upload: $("#photo-uploaderphoto_conference-photo3_QEwio2eM8V").change(function (e) { var currentImageSelector = "#photo_conference-photo3_QEwio2eM8V"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); empty Select image to upload: $("#photo-uploaderphoto_conference-photo4_ZHKR1C5b0H").change(function (e) { var currentImageSelector = "#photo_conference-photo4_ZHKR1C5b0H"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); empty Where Animals Fare Well, People Fare Well.ANIMAL 2024 was a great success attended by experts, advocates, civic and nonprofit leaders, business owners, private citizens, journalists, and philanthropists. Thank you to the Oklahoma City Zoo for hosting us!  The next ANIMAL conference will be on September 18 and 19, 2026, now every two years. We invite you to save the date and follow Kirkpatrick Foundation on Facebook and Instagram for updates. We are excited for the next phase of our committment to make Oklahoma the safest and most humane place to be an animal by the year 2032. LEARN MORE ABOUT THE CONFERENCE Component [homepage-cat-cafe] not set for this view COPYRIGHT @ 2025 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

homepage

REGISTER ANIMAL 2018 LOCATION AGENDA SPEAKERS RELATED EVENTS PAST CONFERENCES 20182015 $('.past-conferences-button').on('mouseover', function (event) { $('.conference-nav').show(); $('.conference-nav').css('padding-top', '10px'); $('.conference-nav').css('padding-bottom', '10px'); $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); }); $('.past-conferences-button').on('mouseleave', function (e) { if (!$(".conference-nav").is(":hover ")) { $('.conference-nav').hide(); $('.conference-nav').css('padding-top', '0'); $('.conference-nav').css('padding-bottom', '0'); $('.conference-nav.lanes').css('border-bottom', 'none'); } }); $('#entire-navbar-container').on('mouseleave', function (event) { $('.conference-nav').hide(); $('.conference-nav').css('padding-top', '0'); $('.conference-nav').css('padding-bottom', '0'); $('.conference-nav.lanes').css('border-bottom', 'none'); }); var menuButton = $(".menu-toggle"); var headerRight = $(".header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } Select image to upload: $("#photo-uploaderphoto_conference-photo_EHmxCV6dxf").change(function (e) { var currentImageSelector = "#photo_conference-photo_EHmxCV6dxf"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); The ANIMALConference 2021The first of it's kind, the two-day forum will focus on  Ideas, Impact, and Inspiration bybringing together the brightest minds in science, journalism, research, andsustainability to convene and discuss current and future trends affecting animals. Select image to upload: $("#photo-uploaderphoto_conference-photo2_fHlwXJlMDy").change(function (e) { var currentImageSelector = "#photo_conference-photo2_fHlwXJlMDy"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); SPEAKERS Select image to upload: $("#photo-uploaderphoto_conference-photo3_9VRxS7Qwxh").change(function (e) { var currentImageSelector = "#photo_conference-photo3_9VRxS7Qwxh"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); Register Select image to upload: $("#photo-uploaderphoto_conference-photo4_3LzJKCNqbN").change(function (e) { var currentImageSelector = "#photo_conference-photo4_3LzJKCNqbN"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); Agenda Safe & Humane: A New VisionThe conference, though held just once every three years, is a key to achieving Kirkpatrick Foundation's Safe & Humane mission tomake Oklahoma the safest and most humane place to be an animal by 2032. LEARN MORE ABOUT THE CONFERENCE Select image to upload: $("#photo-uploaderphoto_cat-image_RpKeIVj6Om").change(function (e) { var currentImageSelector = "#photo_cat-image_RpKeIVj6Om"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); Priscilla’s Pop-Up Cat CafePopping up at ANIMAL 2018Nullam quis risus eget urna mollis ornare vel eu leo. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis interdum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. COPYRIGHT @ 2020 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

FAQ

REGISTER Speakers and Contributors FAQ contact PAST CONFERENCES 2024 2021 2018 2015 REGISTER Speakers and Contributors FAQ contact PAST CONFERENCES 2024 2021 2018 2015 // $('.navbar-button.subnav').on('mouseenter', function(e) { // var linkClass = '.' + $(e.target).data('subnavItem'); // // $('.relative .sub-nav .subnav-content').hide(); // // $('.relative .sub-nav').show(); // $(linkClass).css({'padding' : '10px 0'}).show().find('.lanes').css({'border-bottom' : '1px solid grey'}); // console.log(linkClass) // }); // // $('.relative .sub-nav').on('mouseleave', function(e) { // $('.relative .sub-nav').hide(); // }); // $('.past-conferences-button').on('mouseover', function (event) { // $('.conference-nav').show(); // $('.conference-nav').css('padding-top', '10px'); // $('.conference-nav').css('padding-bottom', '10px'); // $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); // console.log('sup'); // }); // $('.past-conferences-button').on('mouseleave', function (e) { // if (!$(".conference-nav").is(":hover ")) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // } // }); // $('#entire-navbar-container').on('mouseleave', function (event) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // }); var menuButton = $(".menu-toggle"); var headerRight = $(".nav-bar-container .header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } function showNav() { const nav = $('.nav-bar-container'); nav.toggleClass('show'); document.body.classList.toggle('no-scroll'); } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); showNav(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } .homepage-top.square form { position: absolute; bottom: 0; left: 1em; border: none; box-shadow: none; } Select image to upload: $("#photo-uploaderphoto_banner-image_k6iZGl47uQ").change(function (e) { var currentImageSelector = "#photo_banner-image_k6iZGl47uQ"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); images must be 1400x500 ANIMAL 2026  Register **We are in the planning stages for the ANIMAL 2026 Conference. Registration will open in early 2026. Follow Kirkpatrick Foundation on Facebook and Instagram for announcements about speakers and location details or email, manda@kirkpatrickfoundation.com, if you would like to be added to our contact list for conference updates.  REGISTER FAQ ATTENDING THE CONFERENCEWHEN AND WHERE WILL THE ANIMAL CONFERENCE 2026 TAKE PLACE?The official dates of The ANIMAL Conference 2024 are Friday, September 18 and Saturday, September 19, 2026. Location TBD. ARE MEALS INCLUDED IN MY REGISTRATION?Yes. Breakfast, snacks, and lunch will be offered on both days of the conference. REGISTRATIONHOW DO I REGISTER FOR THE ANIMAL CONFERENCE 2026?Registration for ANIMAL 2026 will open in spring 2026. ATTRIBUTES OF ATTENDANCE• Gain insight into the current topics and issues facing those in the animal wellbeing fields and what others are doing to overcome those challenges• Actively support animals and learn how you can begin and sustain initiatives in your own community• Learn what animal wellbeing resources are available to Oklahomans, those in the surrounding regions, and the US• Take part in an energizing conference format that will leave you excited to get back to your community and share what you have learned• Meet, network, and develop relationships with other like-minded animal advocates  COPYRIGHT @ 2025 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

Agenda

REGISTER Speakers and Contributors Agenda conference FAQ contact PAST CONFERENCES 2024 2021 2018 2015 REGISTER Speakers and Contributors Agenda conference FAQ contact PAST CONFERENCES 2024 2021 2018 2015 // $('.navbar-button.subnav').on('mouseenter', function(e) { // var linkClass = '.' + $(e.target).data('subnavItem'); // // $('.relative .sub-nav .subnav-content').hide(); // // $('.relative .sub-nav').show(); // $(linkClass).css({'padding' : '10px 0'}).show().find('.lanes').css({'border-bottom' : '1px solid grey'}); // console.log(linkClass) // }); // // $('.relative .sub-nav').on('mouseleave', function(e) { // $('.relative .sub-nav').hide(); // }); // $('.past-conferences-button').on('mouseover', function (event) { // $('.conference-nav').show(); // $('.conference-nav').css('padding-top', '10px'); // $('.conference-nav').css('padding-bottom', '10px'); // $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); // console.log('sup'); // }); // $('.past-conferences-button').on('mouseleave', function (e) { // if (!$(".conference-nav").is(":hover ")) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // } // }); // $('#entire-navbar-container').on('mouseleave', function (event) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // }); var menuButton = $(".menu-toggle"); var headerRight = $(".nav-bar-container .header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } function showNav() { const nav = $('.nav-bar-container'); nav.toggleClass('show'); document.body.classList.toggle('no-scroll'); } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); showNav(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } .homepage-top.square form { position: absolute; bottom: 0; left: 1em; border: none; box-shadow: none; } Select image to upload: $("#photo-uploaderphoto_banner-image_aAqcHm9JOD").change(function (e) { var currentImageSelector = "#photo_banner-image_aAqcHm9JOD"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); images must be 1400x500 ANIMAL 2026Agenda Friday, October 18, 202408:00 am - 08:45 amLight Breakfast (vegan menu) 08:00 am - 03:00 pmRegistration (All Day) Free parking on the north side of Oklahoma City Zoo.08:45 am - 11:45 amWelcome to #ANIMAL2024| Kelley Barnes Invocation| Robin Meyers Why Do We Convene | Brent Toellner Impacts of Climate Change | Berrien Moore Mayor Holt | Welcome Message Dan Flores | A Historical and Cultural Look at Animals and North America Animals and Ethics | Clair Linzey State of Animals | Brendan Hoover and Brett Robinson Animal Wellness Action | Kevin Chambers Drew Edmondson, Jim Roth, and Gary Maxey | Animal Law Panel *Schedule is subject to change11:45 am - 12:30 pmLunch - Greek Inspired (vegan menu) Artistic Interlude | RACE Dance Collective Keeping People and Pets Together|Ross Barker *Schedule is subject to change12:35 pm - 01:35 amZoo Afternoon Activity - Animal Encounters01:35 pm - 03:40 pmInger Giuffrida | Wildlife Rescue David Holt, DVM | Imaging and Veterinarians Journalism, Animals, and Power | Ben Felder Corban Addison | Impact of Corporations and the American Farm Closing Remarks | Kelley Adjourn for the Day Zoo is open until 5 pm *Schedule is subject to change Saturday, October 19, 202408:00 am - 10:00 amRegistration (Morning) Free parking on the north side of the Oklahoma City Zoo.08:00 am - 08:55 amLight Breakfast (vegan menu) 09:00 am - 11:45 amMorning Welcome and Housekeeping Notes | Kelley Barnes Zoo Welcome |Dwight Lawson Elephant Wellbeing | Jennifer D’Agostino and Rebecca Snyder What's the Hype about Monarchs? | Katie Hawk Shelter Work Update | Brent Toellner, Maycee Goza, and Samantha Burnett Maps4 and the New OKC Shelter| John Gary and Todd Edmonds Louisa McCune Memorial Video | Mr. Christian Keesee to Introduce Farm Animal Rescue | Jennie Hays and presentation of Rescue Pig *Schedule is subject to change11:45 am - 12:30 pmLunch (vegan menu) The Transfarmation Project | Tyler Whitley *Schedule is subject to change12:30 pm - 03:45 pmFelines and Photography | Priscilla Forehand Mysteries of the Missing: K9 Stories from the Field of Search and Rescue | Molly Gibb and Little Man CAFOs and Pig Confinement | Lesa Staubus Attitudes Toward Factory Farming |Adam Feltz Animal Song | Benji Harris Closing Remarks | Kelley Barnes Adjourn *Schedule is subject to change12:30 pm - 01:30 amZoo Afternoon Activity - Animal Encounters Select image to upload: $("#photo-uploaderphoto_data_A6P2PyOgNB").change(function (e) { var currentImageSelector = "#photo_data_A6P2PyOgNB"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); Select image to upload: $("#photo-uploaderphoto_data_q40PyHWsGq").change(function (e) { var currentImageSelector = "#photo_data_q40PyHWsGq"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); COPYRIGHT @ 2025 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

conference

Register Animal 2018 Location Agenda Speakers Related Events Past Conferences var menuButton = $(".menu-toggle"); var headerRight = $(".header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#navbar"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } Select image to upload: $("#photo-uploaderphoto_banner-image_UAu9LjOGvn").change(function (e) { var currentImageSelector = "#photo_banner-image_UAu9LjOGvn"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); ANIMAL 2015 Component [speakers-with-portraits] not set for this view Component [speakers-without-portraits] not set for this view

Speakers and Contributors

REGISTER Speakers and Contributors conference FAQ contact PAST CONFERENCES 2024 2021 2018 2015 REGISTER Speakers and Contributors conference FAQ contact PAST CONFERENCES 2024 2021 2018 2015 // $('.navbar-button.subnav').on('mouseenter', function(e) { // var linkClass = '.' + $(e.target).data('subnavItem'); // // $('.relative .sub-nav .subnav-content').hide(); // // $('.relative .sub-nav').show(); // $(linkClass).css({'padding' : '10px 0'}).show().find('.lanes').css({'border-bottom' : '1px solid grey'}); // console.log(linkClass) // }); // // $('.relative .sub-nav').on('mouseleave', function(e) { // $('.relative .sub-nav').hide(); // }); // $('.past-conferences-button').on('mouseover', function (event) { // $('.conference-nav').show(); // $('.conference-nav').css('padding-top', '10px'); // $('.conference-nav').css('padding-bottom', '10px'); // $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); // console.log('sup'); // }); // $('.past-conferences-button').on('mouseleave', function (e) { // if (!$(".conference-nav").is(":hover ")) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // } // }); // $('#entire-navbar-container').on('mouseleave', function (event) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // }); var menuButton = $(".menu-toggle"); var headerRight = $(".nav-bar-container .header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } function showNav() { const nav = $('.nav-bar-container'); nav.toggleClass('show'); document.body.classList.toggle('no-scroll'); } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); showNav(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } .homepage-top.square form { position: absolute; bottom: 0; left: 1em; border: none; box-shadow: none; } Select image to upload: $("#photo-uploaderphoto_banner-image_Zc45ngVOEO").change(function (e) { var currentImageSelector = "#photo_banner-image_Zc45ngVOEO"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); images must be 1400x500 ANIMAL SpeakersEmail, manda@kirkpatrickfoundation.com, with your ANIMAL 2026 speaker ideas.   COPYRIGHT @ 2025 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

location

REGISTER Speakers and Contributors Agenda conference FAQ location contact PAST CONFERENCES 2024 2021 2018 2015 REGISTER Speakers and Contributors Agenda conference FAQ location contact PAST CONFERENCES 2024 2021 2018 2015 // $('.navbar-button.subnav').on('mouseenter', function(e) { // var linkClass = '.' + $(e.target).data('subnavItem'); // // $('.relative .sub-nav .subnav-content').hide(); // // $('.relative .sub-nav').show(); // $(linkClass).css({'padding' : '10px 0'}).show().find('.lanes').css({'border-bottom' : '1px solid grey'}); // console.log(linkClass) // }); // // $('.relative .sub-nav').on('mouseleave', function(e) { // $('.relative .sub-nav').hide(); // }); // $('.past-conferences-button').on('mouseover', function (event) { // $('.conference-nav').show(); // $('.conference-nav').css('padding-top', '10px'); // $('.conference-nav').css('padding-bottom', '10px'); // $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); // console.log('sup'); // }); // $('.past-conferences-button').on('mouseleave', function (e) { // if (!$(".conference-nav").is(":hover ")) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // } // }); // $('#entire-navbar-container').on('mouseleave', function (event) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // }); var menuButton = $(".menu-toggle"); var headerRight = $(".nav-bar-container .header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } function showNav() { const nav = $('.nav-bar-container'); nav.toggleClass('show'); document.body.classList.toggle('no-scroll'); } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); showNav(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } .homepage-top.square form { position: absolute; bottom: 0; left: 1em; border: none; box-shadow: none; } Select image to upload: $("#photo-uploaderphoto_banner-image_CkXhLOFUXT").change(function (e) { var currentImageSelector = "#photo_banner-image_CkXhLOFUXT"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); images must be 1400x500 Location The 2026 Animal Conference will be held in Oklahoma City, location TBD. .location-text-content-area p { color: #979797; letter-spacing: 2px; font-size: 23px; } Accommodations Component [location-accommodations] not set for this view COPYRIGHT @ 2025 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

related-events

REGISTER Speakers and Contributors Agenda conference FAQ location contact PAST CONFERENCES 2021 2018 2015 REGISTER Speakers and Contributors Agenda conference FAQ location contact PAST CONFERENCES 2021 2018 2015 // $('.navbar-button.subnav').on('mouseenter', function(e) { // var linkClass = '.' + $(e.target).data('subnavItem'); // // $('.relative .sub-nav .subnav-content').hide(); // // $('.relative .sub-nav').show(); // $(linkClass).css({'padding' : '10px 0'}).show().find('.lanes').css({'border-bottom' : '1px solid grey'}); // console.log(linkClass) // }); // // $('.relative .sub-nav').on('mouseleave', function(e) { // $('.relative .sub-nav').hide(); // }); // $('.past-conferences-button').on('mouseover', function (event) { // $('.conference-nav').show(); // $('.conference-nav').css('padding-top', '10px'); // $('.conference-nav').css('padding-bottom', '10px'); // $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); // console.log('sup'); // }); // $('.past-conferences-button').on('mouseleave', function (e) { // if (!$(".conference-nav").is(":hover ")) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // } // }); // $('#entire-navbar-container').on('mouseleave', function (event) { // $('.conference-nav').hide(); // $('.conference-nav').css('padding-top', '0'); // $('.conference-nav').css('padding-bottom', '0'); // $('.conference-nav.lanes').css('border-bottom', 'none'); // }); var menuButton = $(".menu-toggle"); var headerRight = $(".nav-bar-container .header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } function showNav() { const nav = $('.nav-bar-container'); nav.toggleClass('show'); document.body.classList.toggle('no-scroll'); } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); showNav(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } .homepage-top.square form { position: absolute; bottom: 0; left: 1em; border: none; box-shadow: none; } Select image to upload: $("#photo-uploaderphoto_banner-image_YG8abiD3LY").change(function (e) { var currentImageSelector = "#photo_banner-image_YG8abiD3LY"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); images must be 1400x500 Location Select image to upload: $("#photo-uploaderphoto_related-event-photo_SL73FL43sb").change(function (e) { var currentImageSelector = "#photo_related-event-photo_SL73FL43sb"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); Oklahoma City ZooThe 2024 ANIMAL Conference will be held at the Oklahoma City Zoo, 2000 Remington Place, Oklahoma City, OK 73111, in the recently renovated pachyderm building. Please use the map below for directions to the zoo as well as a quick look at the zoo itself.  Select image to upload: $("#photo-uploaderphoto_related-event-photo_OKhahUFMRm").change(function (e) { var currentImageSelector = "#photo_related-event-photo_OKhahUFMRm"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); Oklahoma Book FestivalDate: Sunday, October 20, 2018Location: Boathouse District near downtown Oklahoma CityDetails:  From 10 a.m. to 5 p.m on October 20 in the Boathouse District, over fifty of America's finest literary will gather for book panels and discussions. Louisa McCune, Kirkpatrick Foundation's executive director, will be part of the day schedue discussing Love Can Be. Please visit the Book Festival page, okbookfest.org,  if you would like to attend or if you would like more information.   COPYRIGHT @ 2024 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

terms-of-use

REGISTER ANIMAL 2018 LOCATION AGENDA SPEAKERS RELATED EVENTS PAST CONFERENCES 2015 $('.past-conferences-button').on('mouseover', function (event) { $('.conference-nav').show(); $('.conference-nav').css('padding-top', '10px'); $('.conference-nav').css('padding-bottom', '10px'); $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); }); $('#entire-navbar-container').on('mouseleave', function (event) { $('.conference-nav').hide(); $('.conference-nav').css('padding-top', '0'); $('.conference-nav').css('padding-bottom', '0'); $('.conference-nav.lanes').css('border-bottom', 'none'); }); var menuButton = $(".menu-toggle"); var headerRight = $(".header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } Terms and Conditions1. TermsBy accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark law.2. Use Licensea. Permission is granted to temporarily download one copy of the materials (information or software) on Kirkpatrick Foundation's web site for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:i.  modify or copy the materials;ii.  use the materials for any commercial purpose, or for any public display (commercial or non-commercial);iii.  attempt to decompile or reverse engineer any software contained on Kirkpatrick Foundation's web site;iv.  remove any copyright or other proprietary notations from the materials; orv.  transfer the materials to another person or "mirror" the materials on any other server.b. This license shall automatically terminate if you violate any of these restrictions and may be terminated by Kirkpatrick Foundation at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.3. Disclaimera. The materials on Kirkpatrick Foundation's web site are provided "as is". Kirkpatrick Foundation makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, Kirkpatrick Foundation does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.4. LimitationsIn no event shall Kirkpatrick Foundation or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on Kirkpatrick Foundation's Internet site, even if Kirkpatrick Foundation or a Kirkpatrick Foundation authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.5. Revisions and ErrataThe materials appearing on Kirkpatrick Foundation's web site could include technical, typographical, or photographic errors. Kirkpatrick Foundation does not warrant that any of the materials on its web site are accurate, complete, or current. Kirkpatrick Foundation may make changes to the materials contained on its web site at any time without notice. Kirkpatrick Foundation does not, however, make any commitment to update the materials.6. LinksKirkpatrick Foundation has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by Kirkpatrick Foundation of the site. Use of any such linked web site is at the user's own risk.7. Site Terms of Use ModificationsKirkpatrick Foundation may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.8. Governing LawAny claim relating to Kirkpatrick Foundation's web site shall be governed by the laws of the State of Oklahoma without regard to its conflict of law provisions. COPYRIGHT @ 2018 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

privacy-and-security

REGISTER ANIMAL 2018 LOCATION AGENDA SPEAKERS RELATED EVENTS PAST CONFERENCES 2015 $('.past-conferences-button').on('mouseover', function (event) { $('.conference-nav').show(); $('.conference-nav').css('padding-top', '10px'); $('.conference-nav').css('padding-bottom', '10px'); $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); }); $('#entire-navbar-container').on('mouseleave', function (event) { $('.conference-nav').hide(); $('.conference-nav').css('padding-top', '0'); $('.conference-nav').css('padding-bottom', '0'); $('.conference-nav.lanes').css('border-bottom', 'none'); }); var menuButton = $(".menu-toggle"); var headerRight = $(".header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } Privacy PolicyYour privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy.Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.We will only retain personal information as long as necessary for the fulfillment of those purposes.We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.We will make readily available to customers information about our policies and practices relating to the management of personal information.We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained. COPYRIGHT @ 2018 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY

contact

REGISTER Animal 2021 Agenda conferences speaker location contact PAST CONFERENCES 2018 2015 $('.navbar-button.subnav').on('mouseenter', function(e) { var linkClass = '.' + $(e.target).data('subnavItem'); $('.relative .sub-nav .subnav-content').hide(); $('.relative .sub-nav').show(); $(linkClass).css({'padding' : '10px 0'}).show().find('.lanes').css({'border-bottom' : '1px solid grey'}); console.log(linkClass) }); $('.relative .sub-nav').on('mouseleave', function(e) { $('.relative .sub-nav').hide(); }); $('.past-conferences-button').on('mouseover', function (event) { $('.conference-nav').show(); $('.conference-nav').css('padding-top', '10px'); $('.conference-nav').css('padding-bottom', '10px'); $('.conference-nav.lanes').css('border-bottom', '1px solid grey'); console.log('sup'); }); $('.past-conferences-button').on('mouseleave', function (e) { if (!$(".conference-nav").is(":hover ")) { $('.conference-nav').hide(); $('.conference-nav').css('padding-top', '0'); $('.conference-nav').css('padding-bottom', '0'); $('.conference-nav.lanes').css('border-bottom', 'none'); } }); $('#entire-navbar-container').on('mouseleave', function (event) { $('.conference-nav').hide(); $('.conference-nav').css('padding-top', '0'); $('.conference-nav').css('padding-bottom', '0'); $('.conference-nav.lanes').css('border-bottom', 'none'); }); var menuButton = $(".menu-toggle"); var headerRight = $(".header-right-container"); toggleVisible = function () { var widthIsInCorrectSize = Math.max(document.documentElement.clientWidth, window.innerWidth || 0) <= 798; var menuButtonIcon = $(".menu-button-icon"); function toggleMenuButtonIcon() { var barsIcon = 'fa-bars'; var closeIcon = 'fa-window-close'; var iconToSwapFor = menuButtonIcon.hasClass(barsIcon) ? closeIcon : barsIcon; menuButtonIcon.addClass(iconToSwapFor); var oppositeIcon = iconToSwapFor === barsIcon ? closeIcon : barsIcon; menuButtonIcon.removeClass(oppositeIcon); } function toggleHeaderRight() { var hrVar = 'none'; if (headerRight.css('display') == 'none') { hrVar = 'flex'; } headerRight.css('display', hrVar) } if (widthIsInCorrectSize) { toggleHeaderRight(); toggleMenuButtonIcon(); } }; $(window).resize(function () { resize() }); $(document).ready(function () { resize() }); function resize() { var navbar = $("#entire-navbar-container"); var navbarContainerSmall = "#navbar-container-small"; var navbarContainerBig = "#navbar-container-big"; if ($(window).width() < 798) { //Mobile navbar.insertAfter(navbarContainerSmall); menuButton.show(); } else { //Desktop navbar.insertAfter(navbarContainerBig); menuButton.hide(); headerRight.show(); } } .homepage-top.square form { position: absolute; bottom: 0; left: 1em; border: none; box-shadow: none; } Select image to upload: $("#photo-uploaderphoto_banner-image_pND3IWTwcL").change(function (e) { var currentImageSelector = "#photo_banner-image_pND3IWTwcL"; var reader = new FileReader(); reader.onload = function () { $(currentImageSelector)[0].src = reader.result; $('#alert').hide(); }; reader.readAsDataURL(e.target.files[0]); }); images must be 1400x500 CONTACT  Manda Overturf ShankProgram Officer, Kirkpatrick FoundationEmail: manda@kirkpatrickfoundation.comPhone: 405.608.0934 COPYRIGHT @ 2020 KIRKPATRICK FOUNDATION. ALL RIGHTS RESERVED.    |    CONTACT    |    TERMS OF USE    |    PRIVACY & SECURITY