CINXE.COM
Wilderness Committee EMRA
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=11" /> <link rel="canonical" href="https://www.emra.org/be-involved/committees/wilderness-committee" /> <link rel="stylesheet" href="/_Multisites/EMRA/Static/Common/libs/font-awesome/css/font-awesome.min.css"> <meta name="description" content="The wilderness medicine committee has resources to get you involved! Our goal is to help you explore educational opportunities like wilderness adventure races to hone your skills and to foster a community to support lifelong learning in wilderness medicine." /> <meta name="keywords" content="wilderness, emergency, medicine, medwar, wilderness medicine" /> <meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="twitter:card" content="summary" /> <meta property="og:title" content="EMRA Wilderness Committee" /> <meta name="twitter:title" content="EMRA Wilderness Committee" /> <meta property="og:type" content="article" /> <meta property="og:image" content="https://www.emra.org/siteassets/emra/be-involved/committees/icons/emra_wilderness_card.jpg" /> <meta property="og:image:url" content="https://www.emra.org/siteassets/emra/be-involved/committees/icons/emra_wilderness_card.jpg" /> <meta property="og:image:secure_url" content="https://www.emra.org/siteassets/emra/be-involved/committees/icons/emra_wilderness_card.jpg" /> <meta name="twitter:image" content="https://www.emra.org/siteassets/emra/be-involved/committees/icons/emra_wilderness_card.jpg" /> <meta property="og:description" content="Interested in dealing with high altitude and dive medicine, splinting a leg with sticks and parachute cord, or medicine in remote and wild places? The wilderness medicine committee has resources to get you involved! Our goal is to help you explore educational opportunities like wilderness adventure races to hone your skills and to foster a community to support lifelong learning in wilderness medicine." /> <meta name="twitter:description" content="Interested in dealing with high altitude and dive medicine, splinting a leg with sticks and parachute cord, or medicine in remote and wild places? The wilderness medicine committee has resources to get you involved! Our goal is to help you explore educational opportunities like wilderness adventure races to hone your skills and to foster a community to support lifelong learning in wilderness medicine." /> <meta property="og:url" content="https://www.emra.org/be-involved/committees/wilderness-committee" /> <meta name="siteName" content="EMRA" /> <title>Wilderness Committee EMRA</title> <script type="text/javascript"> var addthis_share = { url: "https://www.emra.org/be-involved/committees/wilderness-committee", title: "Wilderness Committee", description: "Interested in dealing with high altitude and dive medicine, splinting a leg with sticks and parachute cord, or medicine in remote and wild places? The wilderness medicine committee has resources to get you involved! Our goal is to help you explore educational opportunities like wilderness adventure races to hone your skills and to foster a community to support lifelong learning in wilderness medicine.", media: "https://www.emra.org/siteassets/emra/be-involved/committees/icons/emra_wilderness_card.jpg" } </script> <link rel="stylesheet" href="/_Multisites/EMRA/Static/Common/libs/reset.css"> <link rel="stylesheet" href="/_Multisites/EMRA/Static/common.css"> <link rel="stylesheet" href="/_Multisites/EMRA/Static/common/libs/jquery-ui-1.12.1/jquery-ui.min.css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" rel="stylesheet"> <link href="https://acepteamstorage.blob.core.windows.net/epi-resources/_Multisites/EMRA/static/common/css/emra-styles.css" rel="stylesheet"> <link href="https://acepteamstorage.blob.core.windows.net/epi-resources/_Multisites/EMRA/static/common/css/emra-overrides.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/jquery-ui-1.12.1/jquery-ui.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/angular-1.6.4/angular.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/angular-1.6.4/angular-route.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/lodash/lodash-4.17.4.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/js/utilities/_googleMaps.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.0.2/wow.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/snap.svg/0.3.0/snap.svg-min.js"></script> <script type="text/javascript" src="/static/Common/libs/ddaccordion/ddaccordion.js"></script> <style type="text/css"> .emraaccordion{ } .openemraaccordion{ /*class added to contents of 1st demo when they are open*/ } </style> <script type="text/javascript"> ddaccordion.init({ headerclass: "emraaccordion", //Shared CSS class name of headers group contentclass: "emraaccordioncontent", //Shared CSS class name of contents group revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: true, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: true, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: true, //persist state of opened contents within browser session? toggleclass: ["", "openemraaccordion"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) ddaccordion.init({ headerclass: "committeeaccordion", //Shared CSS class name of headers group contentclass: "committeeaccordioncontent", //Shared CSS class name of contents group revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: false, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: true, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: true, //persist state of opened contents within browser session? toggleclass: ["", "openemraaccordion"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) ddaccordion.init({ headerclass: "toddtestaccordion", //Shared CSS class name of headers group contentclass: "toddtestaccordioncontent", //Shared CSS class name of contents group revealtype: "clickgo", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: false, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: false, //persist state of opened contents within browser session? toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) ddaccordion.init({ headerclass: "committeeaccordion", //Shared CSS class name of headers group contentclass: "committeeaccordioncontent", //Shared CSS class name of contents group revealtype: "clickgo", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: false, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: false, //persist state of opened contents within browser session? toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) </script> <style type="text/css"> .accordionlist{ /*header of 1st demo*/ cursor: hand; cursor: pointer; padding: 2px 5px; } .openaccordionlist{ /*class added to contents of 1st demo when they are open*/ } </style> <script type="text/javascript"> //Initialize first demo: ddaccordion.init({ headerclass: "accordionlist", //Shared CSS class name of headers group contentclass: "theaccordionlist", //Shared CSS class name of contents group revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: true, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? scrolltocontent: false, //scroll to expanded content each time after it's been expanded by the user? persiststate: true, //persist state of opened contents within browser session? toggleclass: ["", "openaccordionlist"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) </script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0ed-sCUEf-lm2T4rQ3wJbDYPYsAm3-jo"> </script><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M4XF2M6');</script> <!-- End Google Tag Manager --><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T48RPHZ');</script> <!-- End Google Tag Manager --><STYLE type="text/css"> .emraFlexBox { width: 100%; } .nv { background-color: coral; color: white; text-align: center; } .itemyes{ background-color: #669966; color: white; text-align: center; } .itemoff{ background-color: #4cbfe6; color: white; text-align: center; } .itemno{ background-color: #9494b8; color: white; text-align: center; } .emraFlexRow { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-around; flex-basis: 100%; flex: 1; -webkit-flex-flow: row wrap; } .emraFlexMobileRow { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-around; flex-basis: 100%; flex: 1; -webkit-flex-flow: row wrap; } .emraFlexItem { padding: 2px; margin: 3px 0 3px 0; align-items: center; } .flex2col1 { width: 15%; min-width: 100px; display: block; } .flex2col2 { width: 60%; min-width: 200px; display: block; align-self: center; } .flex2col3 { width: 23%; min-width: 100px; display: block; align-self: center; } .flex2col50 { width: 49%; min-width: 100px; display: block; align-self: center; } .flex2col60 { width: 6%; display: block; min-width: 60px; align-self: center; } .flex2col70 { width: 7%; min-width: 70px; display: block; align-self: center; } .flex2col80 { width: 8%; min-width: 80px; display: block; align-self: center; } .flex2heading { border-bottom: 1px solid green; } .flexbox-hide-desktop { display: none !important; } .flexbox-hide-mobile { } .emraFlexItem { padding: 1px; margin: 2px 0 2px 0; } @media (max-width: 740px) { /*breakpoint*/ .emraFlexRow { flex-direction: column; border-bottom: 1px solid green; } .emraFlexMobileRow { flex-direction: row; border-bottom: 1px solid green; } .flex2col1 { width: 100%; text-align: center; display: block; } .flex2col2 { width: 100%; text-align: center; display: block; } .flex2col3 { width: 100%; text-align: center; display: block; } .flex2col60 { width: 49%; text-align: center; display: block; } .flex2col70 { width: 49%; text-align: center; display: block; } .flex2col80 { width: 49%; text-align: center; display: block; } .flex2col12 { width: 100%; text-align: center; display: block; } .flex2col50 { width: 49%; text-align: center; display: block; } .flex2heading { border-bottom: auto; } .flex2headingdesktop { display: none; } .flex2headingmobile { display: block; } } @media (max-width: 1240px) { /*breakpoint*/ .emraFlexMobileRow { flex-direction: row; border-bottom: 1px solid green; flow-wrap: wrap; -webkit-flex-flow: row wrap; } .flex2col60 { width: 49%; text-align: center; display: block; } .flex2col70 { width: 49%; text-align: center; display: block; } .flex2col80 { width: 49%; text-align: center; display: block; } .flex2col12 { width: 100%; text-align: center; display: block; } .flex2col50 { width: 49%; text-align: center; display: block; } .flex2heading { border-bottom: auto; } .flexbox-hide-desktop { display: block !important; } .flexbox-hide-mobile { display:none; } } </STYLE><style type="text/css"> .knob-scroll { position: fixed; right: 10px; bottom: 10px; width: 50px; height: 50px; z-index: 999998; } /* Hide input to avoid FOUC */ /* Will be shown when JS runs */ .knob-scroll input { display: none; } </style> <!-- overlay message --> <!-- <div id="acepMaintain" style="display:none"> <div class="optindescription"> <div class="pop-content"> <p style="text-align: center;"><img style="display:inline-block; width:225px;" src="/siteassets/emra/images/emra-logo.png" alt="" /></p> <p><strong>We are performing maintenance to our systems from Friday, 2/18/2022 at 7:30 am to Saturday, 2/19/2022 at 4:00 pm CST.</strong></p> <p> We apologize for any inconvenience you might experience. Most content is accessible, but transactions such as meeting registrations, membership updates, members-only content or CME purchases will be temporarily unavailable during maintenance.</p> <p><strong>The Member Care Team is out of service and will return on Monday, February 21st to respond to your voicemails and emails.</strong></p> </div> </div> </div> <link rel="stylesheet" href="/static/globalassets/resources/css/acepOverlayMessage.css"> <script type="text/javascript" src="/static/globalassets/resources/js/blossomfeaturebox.js"></script> <script> jQuery(function ($) { blossomfeaturebox.init({ optinfile: '#acepMaintain', fxeffect: 'slidedown', displaytype: 'immediate', displayfreq: { duration: 'session', cookiename: 'acepMaintenance' } //session/always/xdays/xhrs/xmin }) }) </script>--> <!-- overlay message --> <style type="text/css"> /*! lightslider - v1.1.3 - 2015-04-14 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2015 Sachin N; Licensed MIT */ /** /!!! core css Should not edit !!!/**/ .lSSlideOuter { overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lightSlider:before, .lightSlider:after { content: " "; display: table; } .lightSlider { overflow: hidden; margin: 0; } .lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; } .lSSlideWrapper > .lightSlider:after { clear: both; } .lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform, height; transition-property: transform, height; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade { position: relative; } .lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; } .lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade > *.active { z-index: 10; } .lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1; } /** /!!! End of core css Should not edit !!!/**/ /* Pager */ .lSSlideOuter .lSPager.lSpg { margin: 10px 0 0; padding: 0; text-align: center; } .lSSlideOuter .lSPager.lSpg > li { cursor: pointer; display: inline-block; padding: 0 5px; } .lSSlideOuter .lSPager.lSpg > li a { background-color: #222222; border-radius: 30px; display: inline-block; height: 8px; overflow: hidden; text-indent: -999em; width: 8px; position: relative; z-index: 99; -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; } .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { background-color: #428bca; } .lSSlideOuter .media { opacity: 0.8; } .lSSlideOuter .media.active { opacity: 1; } /* End of pager */ /** Gallery */ .lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lSSlideOuter .lSPager.lSGallery li { overflow: hidden; -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s; transition: border-radius 0.12s linear 0s 0.35s linear 0s; } .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border-radius: 5px; } .lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; } .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; } .lSSlideOuter .lSPager.lSGallery:after { clear: both; } /* End of Gallery*/ /* slider actions */ .lSAction > a { width: 75px; height: 75px; display: block; top: 50%; /* OLD CONTROL SET */ background-image: url('https://www.acep.org/static/globalassets/resources/images/icon_images/svg/slider-controls.svg'); background-size: 150px; cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; margin-top: 0; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; transform: translateY(-50%); } .lSAction > a:hover { opacity: 1; } .lSAction > .lSPrev { background-position: 0 0; left: 10px; } .lSAction > .lSNext { background-position: -75px 0; right: 10px; } .lSAction > a.disabled { pointer-events: none; } .cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; } /* vertical */ .lSSlideOuter.vertical { position: relative; } .lSSlideOuter.vertical.noPager { padding-right: 0px !important; } .lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; } .lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; } /* vertical controlls */ .lSSlideOuter.vertical .lSAction > a { left: 50%; margin-left: -14px; margin-top: 0; } .lSSlideOuter.vertical .lSAction > .lSNext { background-position: 31px -31px; bottom: 10px; top: auto; } .lSSlideOuter.vertical .lSAction > .lSPrev { background-position: 0 -31px; bottom: auto; top: 10px; } /* vertical */ /* Rtl */ .lSSlideOuter.lSrtl { direction: rtl; } .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; } .lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { padding-right: 0; } .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { float: left; } .lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { float: right !important; } /* Rtl */ @-webkit-keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @-webkit-keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @-webkit-keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @-webkit-keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } @keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } .lSSlideOuter .rightEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } .lSSlideOuter .leftEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.vertical .rightEnd { -webkit-animation: topEnd 0.3s; animation: topEnd 0.3s; position: relative; } .lSSlideOuter.vertical .leftEnd { -webkit-animation: bottomEnd 0.3s; animation: bottomEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .rightEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .leftEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } /*/ GRab cursor */ .lightSlider.lsGrab > * { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .lightSlider.lsGrabbing > * { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; } @media screen and (max-width: 767px) { /* slider actions */ .lSAction > a { width: 32px; height: 32px; /*display: block;*/ /*top: 50%;*/ /* OLD CONTROL SET */ /*background-image: url('https://www.acep.org/static/globalassets/resources/images/icon_images/svg/slider-controls.svg');*/ background-size: 64px; /*cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; margin-top: 0; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s;*/ margin-top: 0; transform: translateY(-50%); } .lSAction > .lSNext { background-position: -32px 0; /*right: 10px;*/ } } /* DEFAULT FONTS roboto font-family: "Roboto", sans-serif; font-family: "Roboto Condensed", sans-serif; */ /* GLOBAL COLORS */ /*color { color: #00ceee; }*/ /* GREY TONES */ /* BLUE */ /*color { color: #f3f1e7; }*/ /*color { color: #651b80; }*/ /* --- GOLD --- */ /* GREEN */ /* RED */ /* ---GOLD --- */ /* ORANGE */ /* --- GOLD --- */ /* PACED PURPLE */ /* EDDA Colors */ /* LACColors */ color { color: #18aebd; } /* FOR GREY BUTTONS */ /* FONTS - HELVETICA */ /* FONTS - OPEN SANS */ /*$font-main: "Open Sans", sans-serif; $font-condensed: "Open Sans Condensed", sans-serif;*/ /* MIXIN'S */ /* CENTERING CONTENT */ /* CENTER CONTENT - FANCIER SETUP */ /* COVER CONTENT */ /* TRIANGLES */ /* ROUNDED CORNERS */ /*! hero slider styles */ /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay { width: 100%; padding: 0; margin: 0; position: relative; display: block; background-color: #fff; } #mainDisplay #homeSlider { margin: 0; padding: 0; background-color: #fff; } #mainDisplay #homeSlider li { margin: 0; padding: 0; height: 400px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay #homeSlider li .slider-content { color: #fff; text-align: left; padding: 0 0 0 8%; width: auto; max-width: 540px; display: block; position: absolute; top: 50%; left: 0px; right: auto; z-index: 20; transform: translateY(-50%); } #mainDisplay #homeSlider li .slider-content .fa { filter: drop-shadow(0px 1px 1px #777); } #mainDisplay #homeSlider li .slider-content h3, #mainDisplay #homeSlider li .slider-content p { font-weight: 600; color: #fff; } #mainDisplay #homeSlider li .slider-content h3 { font-size: 2.3rem; line-height: 120%; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay #homeSlider li .slider-content h3 span { font-weight: inherit; display: inline; } #mainDisplay #homeSlider li .slider-content h3 p { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; text-align: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } #mainDisplay #homeSlider li .slider-content h3 p:first-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } #mainDisplay #homeSlider li .slider-content h3 p:last-of-type { font-size: 28px; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } #mainDisplay #homeSlider li .slider-content p { line-height: 135%; padding: 0 0 20px; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay #homeSlider li .slider-content p:first-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; box-shadow: none; border: inherit; display: none !important; } #mainDisplay #homeSlider li .slider-content p:last-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; box-shadow: none; border: inherit; display: none !important; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol { color: #333; line-height: 120%; margin-right: 10px; margin-bottom: 10px; padding: 10px; border: 1px solid #fff; background-color: #fff; transition: all 0.3s ease; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol:hover { color: #fff; border: 1px solid #428bd7; background-color: #428bd7; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol:nth-of-type(2) { color: #fff; border: 1px solid #fff; background-color: rgba(0, 0, 0, 0.2); transition: all 0.3s ease; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol:nth-of-type(2):hover { color: #fff; border: 1px solid #fff; background-color: rgba(255, 255, 255, 0.2); /* GRADIENT BLEND */ } #mainDisplay #homeSlider li .blend { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 16; /* SET MOBILE AND DESKTOP IMAGES */ } #mainDisplay #homeSlider li .img-dt, #mainDisplay #homeSlider li .img-mb { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 15; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay #homeSlider li .img-dt { display: block; } #mainDisplay #homeSlider li .img-mb { display: none; } /* SLIDER CONTROLS */ #mainDisplay .lSPager { margin: 0 !important; padding: 0; height: 0px; position: relative; top: -50px; z-index: 30; } #mainDisplay .lSPager li { padding: 0 8px; } #mainDisplay .lSPager li a { width: 14px; height: 14px; border: none; opacity: 0.5; border-radius: 50%; border: 2px solid #fff; background-color: #fff; } #mainDisplay .lSPager li a:hover { opacity: 1; border: 2px solid #fff; background-color: #fff; } #mainDisplay .lSPager .active a { opacity: 1 !important; border: 2px solid #fff !important; background-color: #fff !important; } #mainDisplay .lSPager .active a:hover { opacity: 1 !important; background-color: #fff !important; } #mainDisplay .lSAction { display: none !important; } /* HOME SINGLE HERO */ #mainDisplay-single { width: 100%; padding: 0; margin: 0; position: relative; display: block; } #mainDisplay-single #homeSlider-single { margin: 0; padding: 0; background-color: #fff; } #mainDisplay-single #homeSlider-single .homeSlider-slide { margin: 0; padding: 0; height: 525px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content { color: #fff; text-align: left; padding: 0 0 0 12%; width: auto; max-width: 540px; display: block; position: absolute; top: 50%; left: 0; right: auto; z-index: 30; transform: translateY(-50%); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .fa { filter: drop-shadow(0px 1px 1px #777); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { font-weight: 400; color: #fff; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 { color: #fff; font-size: 2.1rem; line-height: 110%; font-weight: 600; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 span { font-weight: inherit; display: block; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { line-height: 135%; padding: 0 0 20px; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol { color: #333; line-height: 120%; margin: 0 10px 10px 0; border: 1px solid #fff; background-color: #fff; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol:hover { color: #fff; border: 1px solid #428bd7; background-color: #428bd7; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol:nth-of-type(2) { color: #fff; border: 1px solid #fff; background-color: rgba(0, 0, 0, 0.1); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol:nth-of-type(2):hover { background-color: rgba(255, 255, 255, 0.2); /* GRADIENT BLEND */ } #mainDisplay-single .blend { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 16; background-image: linear-gradient(to right, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); } #mainDisplay-single .img-dt, #mainDisplay-single .img-mb { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 15; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay-single .img-mb { display: none; } /* @end */ /* @group ---- stacked-blocks*/ .stackedBlocks-2, .stackedBlocks-3, .stackedBlocks-4 { margin: auto; padding: 0 0 55px; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; align-content: stretch; justify-content: space-between; } .stackedBlocks-2 .indiv-block, .stackedBlocks-3 .indiv-block, .stackedBlocks-4 .indiv-block { margin: 0; padding: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; position: relative; flex: 1; align-items: stretch; } .stackedBlocks-2 .indiv-block:first-of-type, .stackedBlocks-3 .indiv-block:first-of-type, .stackedBlocks-4 .indiv-block:first-of-type { border-left: none; } .stackedBlocks-2 .indiv-block:last-of-type, .stackedBlocks-3 .indiv-block:last-of-type, .stackedBlocks-4 .indiv-block:last-of-type { border-right: none; } .stackedBlocks-2 .slider-content, .stackedBlocks-3 .slider-content, .stackedBlocks-4 .slider-content { padding: 0; margin: 0; width: 100%; position: static; transform: translateY(0%); z-index: 100; } .stackedBlocks-2 .slider-content p:empty, .stackedBlocks-3 .slider-content p:empty, .stackedBlocks-4 .slider-content p:empty { display: none; } .stackedBlocks-2 .slider-content p:first-of-type, .stackedBlocks-3 .slider-content p:first-of-type, .stackedBlocks-4 .slider-content p:first-of-type { display: none; } .stackedBlocks-2 .slider-content h3, .stackedBlocks-3 .slider-content h3, .stackedBlocks-4 .slider-content h3 { /* font-size: 1.4rem;*/ padding-top: 0px; } .stackedBlocks-2 .slider-content h3 p:first-of-type, .stackedBlocks-3 .slider-content h3 p:first-of-type, .stackedBlocks-4 .slider-content h3 p:first-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; letter-spacing: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } .stackedBlocks-2 .slider-content h3 p:last-of-type, .stackedBlocks-3 .slider-content h3 p:last-of-type, .stackedBlocks-4 .slider-content h3 p:last-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } .stackedBlocks-2 .slider-content h3 .logoIMG, .stackedBlocks-3 .slider-content h3 .logoIMG, .stackedBlocks-4 .slider-content h3 .logoIMG { width: 100%; max-width: 300px; height: auto; display: block; position: static !important; border: none !important; } .stackedBlocks-2 .btn.btn-ol, .stackedBlocks-3 .btn.btn-ol, .stackedBlocks-4 .btn.btn-ol { color: #fff; line-height: 120%; margin-right: 10px; margin-bottom: 10px; display: inline-block; border: 1px solid #2569af; background-color: #2569af; /*transition: all 0.3s ease-in;*/ transition: all 0.3s ease; } .stackedBlocks-2 .btn.btn-ol:hover, .stackedBlocks-3 .btn.btn-ol:hover, .stackedBlocks-4 .btn.btn-ol:hover { color: #fff !important; border: 1px solid #428bd7; background-color: #428bd7; } .stackedBlocks-2 .btn.btn-ol:nth-of-type(2), .stackedBlocks-3 .btn.btn-ol:nth-of-type(2), .stackedBlocks-4 .btn.btn-ol:nth-of-type(2) { color: #2569af; background-color: transparent; } .stackedBlocks-2 .btn.btn-ol:nth-of-type(2):hover, .stackedBlocks-3 .btn.btn-ol:nth-of-type(2):hover, .stackedBlocks-4 .btn.btn-ol:nth-of-type(2):hover { color: #428bd7 !important; background-color: #f9f9f9; } .stackedBlocks-2 .img-dt, .stackedBlocks-3 .img-dt, .stackedBlocks-4 .img-dt, .stackedBlocks-2 .img-mb, .stackedBlocks-3 .img-mb, .stackedBlocks-4 .img-mb { border: 1px solid #ddd; background-position: center center; background-repeat: no-repeat; background-size: cover; } .stackedBlocks-2 .img-dt, .stackedBlocks-3 .img-dt, .stackedBlocks-4 .img-dt { display: block; } .stackedBlocks-2 .img-mb, .stackedBlocks-3 .img-mb, .stackedBlocks-4 .img-mb { display: none; } .stackedBlocks-2 .indiv-block { position: relative; padding: 290px 0 0; } .stackedBlocks-2 .img-dt, .stackedBlocks-2 .img-mb { width: 100%; height: 275px; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; } .stackedBlocks-2 .img-dt { display: block; } .stackedBlocks-2 .img-mb { display: none; } .stackedBlocks-3 .indiv-block { position: relative; padding: 290px 0 0px; } .stackedBlocks-3 .img-dt, .stackedBlocks-3 .img-mb { width: 100%; height: 275px; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; } .stackedBlocks-3 .img-dt { display: block; } .stackedBlocks-3 .img-mb { display: none; } .stackedBlocks-4 .indiv-block { position: relative; padding: 295px 0 0; } .stackedBlocks-4 .img-dt, .stackedBlocks-4 .img-mb { width: 100%; height: 280px; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; } .stackedBlocks-4 .img-dt { display: block; } .stackedBlocks-4 .img-mb { display: none; } /* @end */ /* STANDARD MAX-WIDTH PAGE */ /* LARGE TABLET SIZES START */ @media screen and (max-width: 1024px) { /* HOME SINGLE HERO */ /* #mainDisplay-single { #homeSlider-single { .homeSlider-slide { height: 70vh; } } }*/ /* @end */ /* @group ---- stacked-blocks*/ .stackedBlocks-4 .indiv-block { flex: 1 50%; padding: 295px 0 25px; margin: 0px; /*&:first-of-type { padding: 305px 0 40px; } &:last-of-type { padding: 305px 0 40px; } &:nth-of-type(2) { border-right: 0px; } &:nth-of-type(3) { border-left: 0px; }*/ } .stackedBlocks-4 .img-dt, .stackedBlocks-4 .img-mb { width: 100%; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; /* @end */ } } @media screen and (max-width: 834px) { /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay #homeSlider li .slider-content { text-align: center; padding: 0 40px; width: auto; max-width: inherit; top: auto; bottom: 60px; left: 0; right: 0px; transform: translateY(0%); } #mainDisplay #homeSlider li .slider-content h3 { text-align: center; } #mainDisplay #homeSlider li .slider-content p { display: none; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol { margin: 0 5px 10px; /* GRADIENT BLEND */ } #mainDisplay #homeSlider li .blend { top: 0; bottom: 0; background-image: linear-gradient(to top, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); /* HIDE DESKTOP/SHOW MOBILEW IMAGES */ } #mainDisplay #homeSlider li .img-dt { display: none; } #mainDisplay #homeSlider li .img-mb { display: block; /* HOME SINGLE HERO */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content { text-align: center; padding: 0 40px; width: auto; max-width: inherit; min-width: inherit; top: auto; bottom: 20px; left: 0; right: 0px; transform: translateY(0%); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 { text-align: center; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { display: none; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol { margin: 0 5px 10px; /* GRADIENT BLEND */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .blend { top: 0; bottom: 0; background-image: linear-gradient(to top, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); /* HIDE DESKTOP/SHOW MOBILEW IMAGES */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .img-dt { display: none; } #mainDisplay-single #homeSlider-single .homeSlider-slide .img-mb { display: block; /* GRADIENT BLEND */ } #mainDisplay-single .blend { top: 0; bottom: 0; background-image: linear-gradient(to top, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); } #mainDisplay-single .img-dt { display: none; } #mainDisplay-single .img-mb { display: block; /* @end */ } } @media screen and (max-width: 767px) { /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay #homeSlider li .slider-content { padding: 0 15px; top: auto; left: 0; transform: translateX(0) translateY(0); } #mainDisplay #homeSlider li .slider-content h3 { font-size: 6.5vw; text-align: center; } #mainDisplay #homeSlider li .slider-content p { display: none; /* HOME SINGLE HERO */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content { padding: 0 15px; top: auto; left: 0; transform: translateX(0) translateY(0); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 { font-size: 6.5vw; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { display: none; /* @end */ /* @group ---- stacked-blocks*/ } .stackedBlocks-2 .slider-content h3, .stackedBlocks-3 .slider-content h3, .stackedBlocks-4 .slider-content h3 { font-size: 1.3rem; } .stackedBlocks-2 { flex-direction: column; } .stackedBlocks-2 .indiv-block { padding: 420px 0 0; margin: 0 0 30px; border: none !important; } .stackedBlocks-2 .block2-slide { margin: 0; } .stackedBlocks-2 .img-dt, .stackedBlocks-2 .img-mb { height: 400px; } .stackedBlocks-2 .img-dt { display: none; } .stackedBlocks-2 .img-mb { display: block; } .stackedBlocks-3 { flex-direction: column; } .stackedBlocks-3 .indiv-block { padding: 420px 0 0; margin: 0 0 30px; border: none !important; } .stackedBlocks-3 .block3-slide { margin: 0; } .stackedBlocks-3 .img-dt, .stackedBlocks-3 .img-mb { height: 400px; } .stackedBlocks-3 .img-dt { display: none; } .stackedBlocks-3 .img-mb { display: block; } .stackedBlocks-4 { flex-direction: column; } .stackedBlocks-4 .indiv-block { padding: 420px 0 0; margin: 0 0 30px; border: 0px !important; } .stackedBlocks-4 .block4-slide { margin: 0; } .stackedBlocks-4 .img-dt, .stackedBlocks-4 .img-mb { height: 400px; } .stackedBlocks-4 .img-dt { display: none; } .stackedBlocks-4 .img-mb { display: block; /* @end */ } } /* SMALL TABLET SIZES START */ /* LARGE PHONE SIZES START */ @media screen and (max-width: 480px) { /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay #homeSlider li { height: 400px; /* HOME SINGLE HERO */ } #mainDisplay-single #homeSlider-single .homeSlider-slide { height: 400px; /* @end */ } } /* SMALL PHONE SIZES START */ /* ---------- target IE 10/11 browsers ---------- */ /* ---------- target Microsoft Edge ---------- */ </style><meta name=“zoom-domain-verification” content=“ZOOM_verify_gbs14TwglzUVVQVk93UNyl”><link rel="stylesheet" href="https://use.typekit.net/hgs2jno.css"> <script type="text/javascript">var appInsights=window.appInsights||function(config){function t(config){i[config]=function(){var t=arguments;i.queue.push(function(){i[config].apply(i,t)})}}var i={config:config},u=document,e=window,o="script",s="AuthenticatedUserContext",h="start",c="stop",l="Track",a=l+"Event",v=l+"Page",r,f;setTimeout(function(){var t=u.createElement(o);t.src=config.url||"https://az416426.vo.msecnd.net/scripts/a/ai.0.js";u.getElementsByTagName(o)[0].parentNode.appendChild(t)});try{i.cookie=u.cookie}catch(y){}for(i.queue=[],r=["Event","Exception","Metric","PageView","Trace","Dependency"];r.length;)t("track"+r.pop());return t("set"+s),t("clear"+s),t(h+a),t(c+a),t(h+v),t(c+v),t("flush"),config.disableExceptionTracking||(r="onerror",t("_"+r),f=e[r],e[r]=function(config,t,u,e,o){var s=f&&f(config,t,u,e,o);return s!==!0&&i["_"+r](config,t,u,e,o),s}),i}({instrumentationKey:"6c950f7b-2bdf-4116-b922-78d04b4ce286",sdkExtension:"a"});window.appInsights=appInsights;appInsights.queue&&appInsights.queue.length===0&&appInsights.trackPageView();</script></head> <body form-custom> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M4XF2M6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="col-md-12 nav-block only-desktop container-custom"> <div class="container"> <ul class="nav-items"> <li class="item "> <a href="/emresident"> EM Resident </a> </li> <li class="item "> <a href="https://www.match.emra.org/" target="_blank"> EMRA Match </a> </li> <li class="item "> <a href="/embark"> EMbark </a> </li> <li class="item "> <a href="https://shopemra.com/"> Publications </a> </li> <li class="item "> <a href="/about-emra/benefits"> Benefits </a> </li> <li class="item strongProximaNova"> <a href="/about-emra/become-a-member"> Join/Renew EMRA </a> </li> <li class="item strongProximaNova"> <form action="/api/services/emra-sso/login" id="login-form" method="get" name="login-form"> <input type="hidden" value="/be-involved/committees/wilderness-committee" name="ReturnUrl" /> <input type="submit" value="submit" style="display:none" /> <span onClick="$('#login-form').submit();"> <img class="utility-nav-icon" src="/_Multisites/EMRA/static/common/images/black-login.png" width="12" /> LOGIN </span> </form> </li> </ul> </div> </div> <div class="resident-landing-curve simple-header" navigation-Takeover search-Pop> <div class="col-md-12 navigation-secondary"> <div class="icon-logo hide-desktop"> <a href="/"><img src="/siteassets/emra/pages/emra_bug_hires_rgb.jpg" alt="EMRA Logo" /></a> </div> <!-- Mobile Navigation --> <ul class="phone-nav"> <li> <div class="hamburger-icon" id="icon"> <div class="icon-1" id="a"></div> <div class="icon-2" id="b"></div> <div class="icon-3" id="c"></div> <div class="clear"></div> </div> </li> <li class="nav-icons account-icon hide-desktop"> <form action="/api/services/sso/login" id="login-form" method="get" name="login-form"> <input type="hidden" value="/be-involved/committees/wilderness-committee" name="ReturnUrl" /> <input type="submit" value="submit" style="display:none" /> <span onClick="$('#login-form').submit();"> <img src="/_Multisites/EMRA/static/common/images/login.svg" /> </span> </form> </li> <li class="nav-icons search-icon-m hide-desktop"> <a href=""> <img src="/_Multisites/EMRA/static/common/images/search.svg" /> </a> </li> <div class="search-modal-m mobile"> <div class="col-xs-12 search-content-m"> <div class="close-search-m"> <img src="/_Multisites/EMRA/Static/Common/images/x-black.svg" alt="Close" /> </div> <form ng-submit="$searchPop.search($event, $searchPop.text, '/search')" method="post"> <input id="headerSearchMobile" type="text" placeholder="What Are You Looking For?" ng-model="$searchPop.text" autofocus /> </form> <ul id="searchSuggestionsMobile" ng-show="$searchPop.text == ''" class="list"> <h3 class="strong"> Popular Recommendations </h3> <li ng-click="$searchPop.search(null, 'Benefits', '/search')">Benefits</li> <li ng-click="$searchPop.search(null, 'Board of Directors', '/search')">Board of Directors</li> <li ng-click="$searchPop.search(null, 'EM:RAP', '/search')">EM:RAP</li> <li ng-click="$searchPop.search(null, 'EMRA*Cast', '/search')">EMRA*Cast</li> <li ng-click="$searchPop.search(null, 'EMRA Committees', '/search')">EMRA Committees</li> <li ng-click="$searchPop.search(null, 'Hangouts', '/search')">Hangouts</li> </ul> </div> </div> </ul> <!-- Default navigation --> <div class="nav-default hide-desktop"> <div class="navbar-collapse collapse"> <main class="main main_tabs"> <nav class="site-navigation"> <ul class="nav navbar-default nav_tabs"> <li class="search-item hide-mobile"> <span class="search-toggle"><img src="/_Multisites/EMRA/static/Common/images/Search_Wht.svg" /></span> </li> <li class="nav_item menu-item-has-children" id=""> <a href="/about-emra"> ABOUT </a> <a class="show-sub" data-scroll="" data-tab="#tab-0"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> ABOUT </div> <div class="accordion__control"> Benefits<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/about-emra/benefits">Benefits</a></li> <li><a href="/about-emra/become-a-member">Become A Member</a></li> <li><a href="/about-emra/benefits/ahc-relias-learning-em-reports">AHC Relias Learning EM Reports</a></li> <li><a href="/about-emra/benefits/doctors-without-quarters">Doctors Without Quarters</a></li> <li><a href="/about-emra/benefits/ebmedicine">EBMedicine</a></li> <li><a href="/about-emra/benefits/em-rap">EM:RAP</a></li> <li><a href="http://emcareers.org/">emCareers.org</a></li> <li><a href="/about-emra/benefits/emrafied">EMRAfied</a></li> <li><a href="/about-emra/benefits/hippo-em">Hippo EM</a></li> <li><a href="/about-emra/benefits/integrated-wealthcare">Integrated WealthCare</a></li> <li><a href="/about-emra/benefits/laurel-road">Laurel Road</a></li> <li><a href="/about-emra/benefits/member-kit">New Member Kits</a></li> <li><a href="/about-emra/benefits/peerprep">PEER</a></li> <li><a href="/about-emra/benefits/rosh-review">Rosh Review</a></li> <li><a href="/about-emra/benefits/visual-dx">Visual DX</a></li> </ul> </div> <div class="accordion__control"> Meet Your Board & Staff<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/students/meet-the-medical-student-council">Meet the Medical Student Council</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-staff">EMRA Staff</a></li> <li><a href="/be-involved/be-a-leader/board-of-directors/prior-boards-of-directors">Past Boards of Directors</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-board-meetings">EMRA Board Meetings</a></li> </ul> </div> <div class="accordion__control"> History<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/about-emra/history">EMRA History</a></li> <li><a href="/about-emra/history/history-of-em-residency-training">History of EM Residency Training</a></li> <li><a href="/about-emra/history/ems-history">EMS History</a></li> </ul> </div> <div class="accordion__control"> Governing Docs<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/about-emra/governing-documents">Governing Documents</a></li> </ul> </div> <div class="accordion__control"> Publications<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">Books</a></li> <li><a href="/about-emra/publications/reference-cards">Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/about-emra/publications/legacy-documentary">Legacy Documentary</a></li> <li><a href="/about-emra/publications/bulk-orders">Bulk Orders</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA Cast</a></li> <li><a href="/about-emra/publications/emra-vlog">EMRA·VLOG</a></li> </ul> </div> <div class="accordion__control"> Advertise with Us<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> RESIDENTS & FELLOWS <a class="show-sub" data-scroll="" data-tab="#tab-1"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> RESIDENTS & FELLOWS </div> <div class="accordion__control"> Fellowships<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="/fellowships/administrative-fellowships">Administrative Fellowships</a></li> <li><a href="/fellowships/critical-care-fellowships">Critical Care Fellowships</a></li> <li><a href="/fellowships/education-fellowships">Education Fellowships</a></li> <li><a href="/fellowships/ems-fellowships">EMS Fellowships</a></li> <li><a href="/fellowships/global-em-fellowships">Global EM Fellowships</a></li> <li><a href="/fellowships/health-policy-fellowships">Health Policy Fellowships</a></li> <li><a href="/fellowships/hyperbaric-fellowships">Hyperbaric Fellowships</a></li> <li><a href="/fellowships/pediatric-em-fellowships">Pediatric EM Fellowships</a></li> <li><a href="/fellowships/simulation-fellowships">Simulation Fellowships</a></li> <li><a href="/fellowships/toxicology-fellowships">Toxicology Fellowships</a></li> <li><a href="/fellowships/sports-medicine-fellowships">Sports Medicine Fellowships</a></li> <li><a href="http://eusfellowships.com/">Ultrasound Fellowships</a></li> <li><a href="/fellowships/wilderness-fellowships">Wilderness Fellowships</a></li> </ul> </div> <div class="accordion__control"> EMbark: Career Planning<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/embark/residents">Residents</a></li> <li><a href="/embark/medical-students">Medical Students</a></li> <li><a href="/embark/submit-an-article">Submit an Article</a></li> </ul> </div> <div class="accordion__control"> Financial Planning<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/residents-fellows/financial-planning/10-student-loan-questions">10 Student Loan Questions</a></li> <li><a href="/residents-fellows/financial-planning/disability-insurance">Disability Insurance</a></li> <li><a href="/residents-fellows/financial-planning/impact-of-student-loans">Impact of Student Loans</a></li> <li><a href="/residents-fellows/financial-planning/preparing-for-life-after-residency">Preparing for Life After Residency</a></li> <li><a href="/residents-fellows/financial-planning/when-is-the-right-time-to-refinance">When Is the Right Time to Refinance</a></li> </ul> </div> <div class="accordion__control"> Legal<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/residents-fellows/litigation-lions-pit">The Top 10 Medical Malpractice Issues Every Resident Should Know</a></li> </ul> </div> <div class="accordion__control"> Find a Job<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> <a href="/students"> STUDENTS </a> <a class="show-sub" data-scroll="" data-tab="#tab-2"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> STUDENTS </div> <div class="accordion__control"> Advising Resources<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/books/msadvisingguide">Advising Guide - Match</a></li> <li><a href="/students/advising-resources/apply-for-away-rotations">Apply for Away Rotations</a></li> <li><a href="/students/advising-resources/interviews">Interviews</a></li> <li><a href="/students/advising-resources/reading-recommendations">Reading Recommendations</a></li> <li><a href="/students/advising-resources/research-resources">Research Resources</a></li> <li><a href="/students/advising-resources/advice-for-1st-and-2nd-year-ms">Advice for 1st and 2nd Year MS</a></li> <li><a href="/students/advising-resources/effective-consultation-in-emergency-medicine">Effective Consultation In Emergency Medicine</a></li> <li><a href="/students/advising-resources/global-leadership-program">Global EM Student Leadership Program</a></li> <li><a href="/students/advising-resources/tips-for-success-as-a-ms3">Tips for Success as a MS3</a></li> <li><a href="/students/advising-resources/patient-presentations">Patient Presentations</a></li> <li><a href="/students/advising-resources/preparing-for-a-successful-fourth-year-of-med-school">Preparing for a Successful Fourth Year of Med School</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/students/advising-resources/fourth-year-schedule">Fourth Year Schedule</a></li> <li><a href="/students/advising-resources/seek-develop-a-mentor-relationship">Seek, Develop a Mentor Relationship</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/students/advising-resources/student-advising-task-force-advising-resource-list">Student Advising Task Force Advising Resource List</a></li> <li><a href="/students/advising-resources/student-resident-mentorship-program">Student Resident Mentorship Program</a></li> <li><a href="/students/advising-resources/transitions-of-care">Transitions of Care</a></li> </ul> </div> <div class="accordion__control"> Med Student Council<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/meet-the-medical-student-council#mscleadership">Medical Student Council Leadership</a></li> <li><a href="/students/meet-the-medical-student-council/medical-student-council-positions">Medical Student Council Positions</a></li> <li><a href="https://emramsc.secure-platform.com/a" target="_blank">Medical Student Council Application Form</a></li> <li><a href="/students/meet-the-medical-student-council/msc-member-of-the-year-awrd">MSC Member of the Year Award</a></li> <li><a href="/students/newsletter-articles">Medical Student Newsletter Articles</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> </ul> </div> <div class="accordion__control"> Medical Student Forum<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/events--activities/medical-student-forum">Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-fall-2023-programming">MSF Fall 2023 Programming</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-spring-2023-programming">MSF Spring 2023 Programming</a></li> </ul> </div> <div class="accordion__control"> Emergency Medicine Interest Groups (EMIG)<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/emergency-medicine-interest-groups/emergency-medicine-services-and-your-emig">Emergency Medicine Services and your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/form-lead-emig">EMIG Start-Up Kit</a></li> <li><a href="/students/emergency-medicine-interest-groups/emig-advisor-certificate-of-appreciation">EMIG Advisor Certificate of Appreciation</a></li> <li><a href="/students/emergency-medicine-interest-groups/ideas-and-activities-for-emigs">Ideas and Activities for EMIGs</a></li> <li><a href="/students/emergency-medicine-interest-groups/making-the-most-of-your-emig">Making the Most of your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/running-a-successful-emig-meeting">Running a Successful EMIG Meeting</a></li> <li><a href="/students/emergency-medicine-interest-groups/plans-for-game-day">Plans for Game Day</a></li> </ul> </div> <div class="accordion__control"> EMRA Match<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/fellowships/about-emra-match">About EMRA Match</a></li> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search" target="_blank">EMRA Match - Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Diversity+Externship+Scholarship%22]%7D" target="_blank">EMRA Match - Diversity Externships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Emergency+Medicine%22]%7D" target="_blank">EMRA Match - EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22EMS%22]%7D" target="_blank">EMRA Match - EMS Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Global+Health%22]%7D" target="_blank">EMRA Match - Global Health Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Pediatric+EM%22]%7D" target="_blank">EMRA Match - Pediatric EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Research%22]%7D" target="_blank">EMRA Match - Research Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Toxicology%22]%7D" target="_blank">EMRA Match - Toxicology Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Ultrasound%22]%7D" target="_blank">EMRA Match - Ultrasound Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Wilderness%22]%7D" target="_blank">EMRA Match - Wilderness Clerkships</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/emresident/articles/categories/topics/medical-students/match/program-director-interviews">EM Resident - Program Director Interviews</a></li> </ul> </div> <div class="accordion__control"> Special Populations<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/special-populations/military-match">Military Match</a></li> <li><a href="/students/special-populations/combined-emim-residency-training">Combined EM/IM Residency Training</a></li> </ul> </div> <div class="accordion__control"> EMRA Hangouts<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> </ul> </div> <div class="accordion__control"> Scholarship Opportunities<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/advising-resources/apply-for-away-rotations/diversity-oriented-scholarship-programs">Diversity Oriented Away/Scholarship Opportunities</a></li> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> BE INVOLVED <a class="show-sub" data-scroll="" data-tab="#tab-3"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> BE INVOLVED </div> <div class="accordion__control"> Awards & Scholarships<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/awards/awards-faq">Awards FAQ</a></li> <li><a href="/be-involved/awards">All Awards</a></li> <li><a href="/be-involved/awards/25-under-45">EMRA 25 Under 45</a></li> <li><a href="/be-involved/awards/45under45">EMRA 45 Under 45</a></li> <li><a href="/be-involved/awards#winterawards">Winter Awards</a></li> <li><a href="/be-involved/awards#summerawards">Summer Awards</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meeting Grant</a></li> </ul> </div> <div class="accordion__control"> Committees<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/committees">All EMRA Committees</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/committees/committee-guidelines">Committee Guidelines</a></li> <li><a href="https://emracommittees.secure-platform.com/a" target="_blank">Committee Leadership Application</a></li> <li><a href="/be-involved/committees/administration-and-operations-committee">Administration and Operations</a></li> <li><a href="/be-involved/committees/critical-care-committee">Critical Care</a></li> <li><a href="/be-involved/committees/diversity-and-inclusion">Diversity & Inclusion</a></li> <li><a href="/be-involved/committees/education-committee">Education</a></li> <li><a href="/be-involved/committees/government-services">Government Services</a></li> <li><a href="/be-involved/committees/health-policy-committee">Health Policy</a></li> <li><a href="/be-involved/committees/international-committee">International</a></li> <li><a href="/be-involved/committees/pediatric-em-committee">Pediatric EM</a></li> <li><a href="/be-involved/committees/prehospital-and-disaster-medicine-committee">Prehospital and Disaster Medicine</a></li> <li><a href="/be-involved/committees/research-committee">Research Committee</a></li> <li><a href="/be-involved/committees/simulation-committee">Simulation</a></li> <li><a href="/be-involved/committees/social-emergency-medicine">Social Emergency Medicine</a></li> <li><a href="/be-involved/committees/sports-medicine-committee">Sports Medicine</a></li> <li><a href="/be-involved/committees/informatics-committee">Technology, Telehealth & Informatics</a></li> <li><a href="/be-involved/committees/toxicology-committee">Toxicology</a></li> <li><a href="/be-involved/committees/ultrasound-committee">Ultrasound</a></li> <li><a href="/be-involved/committees/wellness-committee">Wellness</a></li> <li><a href="/be-involved/committees/wilderness-committee">Wilderness</a></li> <li><a href="https://webapps.acep.org/membership/dashboard/?org=EMRA#/leadership">Join A Committee</a></li> </ul> </div> <div class="accordion__control"> Events & Activities<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/events--activities/20in6-Resident-Lecture-Competition">20in6 Resident Lecture Competition</a></li> <li><a href="/be-involved/events--activities/leadership-advocacy-conference">ACEP Leadership & Advocacy Conference</a></li> <li><a href="/be-involved/events--activities/acep">ACEP Scientific Assembly</a></li> <li><a href="/be-involved/events--activities/cocktails-with-chairs">Cocktails With Chairs</a></li> <li><a href="/be-involved/events--activities/cord-academic-assembly">CORD Academic Assembly</a></li> <li><a href="/be-involved/events--activities/em-day-of-service">EM Day of Service</a></li> <li><a href="/be-involved/events--activities/airway-stories">EMRA Airway Stories</a></li> <li><a href="/be-involved/events--activities/case-con">EMRA Case-Con</a></li> <li><a href="/be-involved/events--activities/emra-and-eem-insider">EMRA and Hippo EM : EEM Insider</a></li> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> <li><a href="/be-involved/events--activities/emra-health-policy-academy">EMRA Health Policy Academy</a></li> <li><a href="/exhibitors/job-fellowship-fair">EMRA Job Fair and Fellowship Fair</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> <li><a href="/be-involved/events--activities/medical-student-forum">EMRA Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-workshop-day">EMRA Medical Student Workshop Day at ACEP23</a></li> <li><a href="/be-involved/events--activities/emra-medwar">EMRA MedWAR</a></li> <li><a href="/be-involved/events--activities/quiz-show">EMRA Quiz Show</a></li> <li><a href="/be-involved/events--activities/emra-residency-fair">EMRA Residency Program Fair</a></li> <li><a href="/be-involved/events--activities/em-residents-appreciation-day">EM Residents Appreciation Day</a></li> <li><a href="/be-involved/events--activities/acep/simwars">EMRA Resident SIMWars</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meetings</a></li> <li><a href="/be-involved/events--activities/wellness-week">Wellness Week</a></li> </ul> </div> <div class="accordion__control"> Be an EMRA Leader<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/guide-for-emra-elections">Become a Board Member</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/2024-fall-new-board-members">2024 Fall New Board Members</a></li> <li><a href="/be-involved/be-a-leader/become-a-medical-student-council-member">Become a Medical Student Council Member</a></li> <li><a href="/be-involved/be-a-leader/representative-council">Representative Council</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-acep-sections">EMRA Reps to ACEP Committees</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-niaid-advisory-board">EMRA Rep to NIAID Advisory Board</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/emra-rep-to-acgme">EMRA Rep to ACGME Review Committees</a></li> <li><a href="/be-involved/be-a-leader/acep-student-rep-to-ama-mss">ACEP Student Rep to AMA MSS</a></li> <li><a href="/be-involved/be-a-leader/acep-chapter-opportunities">ACEP Chapter Opportunities</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> </ul> </div> <div class="accordion__control"> Be an Advocate<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-an-advocate/advocacy-at-all-levels">Advocacy At All Levels</a></li> <li><a href="/be-involved/be-an-advocate/advocacy-lecture-series">Advocacy Lecture Series</a></li> <li><a href="/be-involved/be-an-advocate/health-policy-basics-for-residents-and-medical-students">Health Policy Basics for Residents and Medical Students</a></li> <li><a href="/emresident/articles/categories/topics/health-policy/health-policy-journal-club">Health Policy Journal Club</a></li> <li><a href="/be-involved/be-an-advocate/join-the-911-network">Join the 911 Network</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you">EMRA Working For You</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you/2022-workforce-study-statement-cai">Workforce Statement</a></li> <li><a href="/books/advocacy-handbook-2019">Advocacy Handbook</a></li> </ul> </div> <div class="accordion__control"> Share an Idea<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/share-an-idea/publication-or-pocket-guide-proposal">Publication or Pocket Guide Proposal</a></li> <li><a href="/be-involved/share-an-idea/new-idea-process">New Idea Process</a></li> <li><a href="/emresident/submit">Submit an Article</a></li> </ul> </div> <div class="accordion__control"> Write for EM Resident<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> <a href="/emresident/articles/categories/topics/clinical"> Clinical </a> <a class="show-sub" data-scroll="" data-tab="#tab-4"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> Clinical </div> <div class="accordion__control"> Tools and Aids<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-an-advocate/covid-information-and-resources">COVID Information and Resources</a></li> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">EMRA Books</a></li> <li><a href="/about-emra/publications/emra-videos">EMRA Videos</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA*Cast</a></li> <li><a href="/about-emra/publications/reference-cards">EMRA Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/about-emra/publications/recommended-blogs-and-podcasts">Recommended Blogs and Podcasts</a></li> </ul> </div> <div class="accordion__control"> Model of EM Clinical Practice<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> <div class="accordion__control"> A - F<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/airway">Airway</a></li> <li><a href="/emresident/articles/categories/topics/med-education/board-review/questions">Board Exam Study Questions</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology">Cardiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care">Critical Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care/critical-care-alert">Critical Care Alerts</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology/ecg-challenge">ECG Challenge</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ems">EMS</a></li> <li><a href="/emresident/articles/categories/topics/clinical/event-medicine">Event Medicine</a></li> </ul> </div> <div class="accordion__control"> G - M<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/gastroenterology">Gastroenterology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/geriatrics">Geriatrics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/hematology">Hematology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/infectious-disease">Infectious Disease</a></li> <li><a href="/emresident/articles/categories/topics/clinical/informatics">Informatics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/international-em">International EM</a></li> </ul> </div> <div class="accordion__control"> N - O<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/neurology">Neurology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/obgyn">OB/GYN</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ophthalmology">Opthalmology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/orthopedics">Orthopedics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/osteopathic">Osteopathic</a></li> </ul> </div> <div class="accordion__control"> P - S<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/pain-management">Pain Management</a></li> <li><a href="/emresident/articles/categories/topics/clinical/palliative-care">Palliative Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/pediatric-em">Pediatric EM</a></li> <li><a href="/emresident/articles/categories/topics/clinical/psychiatry">Psychiatry</a></li> <li><a href="/emresident/articles/categories/topics/clinical/radiology">Radiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/simulation">Simulation</a></li> <li><a href="/emresident/articles/categories/topics/clinical/sports-medicine">Sports Medicine</a></li> </ul> </div> <div class="accordion__control"> T - Z<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/toxicology">Toxicology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/trauma">Trauma</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ultrasound">Ultrasound</a></li> <li><a href="/emresident/articles/categories/topics/clinical/urology">Urology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/wilderness-medicine">Wilderness Medicine</a></li> </ul> </div> <div class="accordion__control"> Search External Content<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/external-search">Search EM FOAMed, ALiEM, and other EM Resources</a></li> <li><a href="/external-search?queryString=covid">COVID information</a></li> </ul> </div> </div> </li> <li class="nav_item menu-item" id=""> <a href="https://shopemra.com/"> Shop </a> </li> <!-- Utility Navigation for Mobile--> <div class="utitlity-nav-m hide-d"> <ul> <li> <a href="/emresident"> EM Resident </a> </li> <li> <a href="https://www.match.emra.org/" target="_blank"> EMRA Match </a> </li> <li> <a href="/embark"> EMbark </a> </li> <li> <a href="https://shopemra.com/"> Publications </a> </li> <li> <a href="/about-emra/benefits"> Benefits </a> </li> <li> <a href="/about-emra/become-a-member"> Join/Renew EMRA </a> </li> </ul> </div> </ul> </nav> </main> </div> </div> <nav class="hide-mobile"> <div id="menubar" class="container collapse navbar-collapse row"> <div class="icon-logo"> <a href="/"><img src="/siteassets/emra/pages/emra_bug_hires_rgb.jpg" alt="EMRA Logo" /></a> </div> <ul id="dropdownNavbar" class="nav navbar-nav"> <li class="dropdown search-item hide-mobile"> <div class="btn btn-search"> <span class="search-toggle"> <img class="magnifying-glass white-glass" src="/_Multisites/EMRA/static/Common/images/Search_Wht.svg" width="15px" /> <img class="magnifying-glass black-glass" src="/_Multisites/EMRA/static/Common/images/Search_Black.svg" width="15px" /> <img class="x-icon" src="/_Multisites/EMRA/static/Common/images/x-black.svg" width="12px" /> </span> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> <a href="/about-emra"> ABOUT </a> </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/about-emra/benefits" onclick="" data-tab-id="#tab-189609" class="menu-tab-inner active first-menu-tab">Benefits</a> <a href="/about-emra/meet-your-staff--board" onclick="" data-tab-id="#tab-189608" class="menu-tab-inner ">Meet Your Board & Staff</a> <a href="/about-emra/history" onclick="" data-tab-id="#tab-189610" class="menu-tab-inner ">History</a> <a href="/about-emra/governing-documents" onclick="" data-tab-id="#tab-189613" class="menu-tab-inner ">Governing Docs</a> <a href="/about-emra/publications" onclick="" data-tab-id="#tab-189611" class="menu-tab-inner ">Publications</a> <a href="/about-emra/advertise-with-us" onclick="" data-tab-id="#tab-189612" class="menu-tab-inner ">Advertise with Us</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189609" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/benefits">Benefits</a></li> <li><a href="/about-emra/become-a-member">Become A Member</a></li> <li><a href="/about-emra/benefits/ahc-relias-learning-em-reports">AHC Relias Learning EM Reports</a></li> <li><a href="/about-emra/benefits/doctors-without-quarters">Doctors Without Quarters</a></li> <li><a href="/about-emra/benefits/ebmedicine">EBMedicine</a></li> <li><a href="/about-emra/benefits/em-rap">EM:RAP</a></li> <li><a href="http://emcareers.org/">emCareers.org</a></li> <li><a href="/about-emra/benefits/emrafied">EMRAfied</a></li> <li><a href="/about-emra/benefits/hippo-em">Hippo EM</a></li> <li><a href="/about-emra/benefits/integrated-wealthcare">Integrated WealthCare</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/benefits/laurel-road">Laurel Road</a></li> <li><a href="/about-emra/benefits/member-kit">New Member Kits</a></li> <li><a href="/about-emra/benefits/peerprep">PEER</a></li> <li><a href="/about-emra/benefits/rosh-review">Rosh Review</a></li> <li><a href="/about-emra/benefits/visual-dx">Visual DX</a></li> </ul> </div> <div id="tab-189608" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/students/meet-the-medical-student-council">Meet the Medical Student Council</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-staff">EMRA Staff</a></li> <li><a href="/be-involved/be-a-leader/board-of-directors/prior-boards-of-directors">Past Boards of Directors</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-board-meetings">EMRA Board Meetings</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189610" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/history">EMRA History</a></li> <li><a href="/about-emra/history/history-of-em-residency-training">History of EM Residency Training</a></li> <li><a href="/about-emra/history/ems-history">EMS History</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189613" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/governing-documents">Governing Documents</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189611" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">Books</a></li> <li><a href="/about-emra/publications/reference-cards">Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/about-emra/publications/legacy-documentary">Legacy Documentary</a></li> <li><a href="/about-emra/publications/bulk-orders">Bulk Orders</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA Cast</a></li> <li><a href="/about-emra/publications/emra-vlog">EMRA·VLOG</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189612" class="tab-content col-md-12 hidden"> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> RESIDENTS & FELLOWS </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/fellowships" onclick="" data-tab-id="#tab-189615" class="menu-tab-inner active first-menu-tab">Fellowships</a> <a href="/embark" onclick="" data-tab-id="#tab-189617" class="menu-tab-inner ">EMbark: Career Planning</a> <a href="/residents-fellows/financial-planning" onclick="" data-tab-id="#tab-189618" class="menu-tab-inner ">Financial Planning</a> <a href="#" onclick="return false;" data-tab-id="#tab-189619" class="menu-tab-inner ">Legal</a> <a href="https://www.emcareers.org/" onclick="" data-tab-id="#tab-189620" class="menu-tab-inner ">Find a Job</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189615" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="/fellowships/administrative-fellowships">Administrative Fellowships</a></li> <li><a href="/fellowships/critical-care-fellowships">Critical Care Fellowships</a></li> <li><a href="/fellowships/education-fellowships">Education Fellowships</a></li> <li><a href="/fellowships/ems-fellowships">EMS Fellowships</a></li> <li><a href="/fellowships/global-em-fellowships">Global EM Fellowships</a></li> <li><a href="/fellowships/health-policy-fellowships">Health Policy Fellowships</a></li> <li><a href="/fellowships/hyperbaric-fellowships">Hyperbaric Fellowships</a></li> <li><a href="/fellowships/pediatric-em-fellowships">Pediatric EM Fellowships</a></li> <li><a href="/fellowships/simulation-fellowships">Simulation Fellowships</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/fellowships/toxicology-fellowships">Toxicology Fellowships</a></li> <li><a href="/fellowships/sports-medicine-fellowships">Sports Medicine Fellowships</a></li> <li><a href="http://eusfellowships.com/">Ultrasound Fellowships</a></li> <li><a href="/fellowships/wilderness-fellowships">Wilderness Fellowships</a></li> </ul> </div> <div id="tab-189617" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/embark/residents">Residents</a></li> <li><a href="/embark/medical-students">Medical Students</a></li> <li><a href="/embark/submit-an-article">Submit an Article</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189618" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/residents-fellows/financial-planning/10-student-loan-questions">10 Student Loan Questions</a></li> <li><a href="/residents-fellows/financial-planning/disability-insurance">Disability Insurance</a></li> <li><a href="/residents-fellows/financial-planning/impact-of-student-loans">Impact of Student Loans</a></li> <li><a href="/residents-fellows/financial-planning/preparing-for-life-after-residency">Preparing for Life After Residency</a></li> <li><a href="/residents-fellows/financial-planning/when-is-the-right-time-to-refinance">When Is the Right Time to Refinance</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189619" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/residents-fellows/litigation-lions-pit">The Top 10 Medical Malpractice Issues Every Resident Should Know</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189620" class="tab-content col-md-12 hidden"> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> <a href="/students"> STUDENTS </a> </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/students/advising-resources" onclick="" data-tab-id="#tab-189626" class="menu-tab-inner active first-menu-tab">Advising Resources</a> <a href="/students/meet-the-medical-student-council" onclick="" data-tab-id="#tab-189623" class="menu-tab-inner ">Med Student Council</a> <a href="/be-involved/events--activities/medical-student-forum" onclick="" data-tab-id="#tab-189630" class="menu-tab-inner ">Medical Student Forum</a> <a href="/students/emergency-medicine-interest-groups" onclick="" data-tab-id="#tab-189624" class="menu-tab-inner ">Emergency Medicine Interest Groups (EMIG)</a> <a href="https://www.match.emra.org/" onclick="" data-tab-id="#tab-189625" class="menu-tab-inner ">EMRA Match</a> <a href="#" onclick="return false;" data-tab-id="#tab-189628" class="menu-tab-inner ">Special Populations</a> <a href="/be-involved/events--activities/emra-hangouts" onclick="" data-tab-id="#tab-189629" class="menu-tab-inner ">EMRA Hangouts</a> <a href="/students/advising-resources/apply-for-away-rotations/diversity-oriented-scholarship-programs" onclick="" data-tab-id="#tab-189631" class="menu-tab-inner ">Scholarship Opportunities</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189626" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/books/msadvisingguide">Advising Guide - Match</a></li> <li><a href="/students/advising-resources/apply-for-away-rotations">Apply for Away Rotations</a></li> <li><a href="/students/advising-resources/interviews">Interviews</a></li> <li><a href="/students/advising-resources/reading-recommendations">Reading Recommendations</a></li> <li><a href="/students/advising-resources/research-resources">Research Resources</a></li> <li><a href="/students/advising-resources/advice-for-1st-and-2nd-year-ms">Advice for 1st and 2nd Year MS</a></li> <li><a href="/students/advising-resources/effective-consultation-in-emergency-medicine">Effective Consultation In Emergency Medicine</a></li> <li><a href="/students/advising-resources/global-leadership-program">Global EM Student Leadership Program</a></li> <li><a href="/students/advising-resources/tips-for-success-as-a-ms3">Tips for Success as a MS3</a></li> <li><a href="/students/advising-resources/patient-presentations">Patient Presentations</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/students/advising-resources/preparing-for-a-successful-fourth-year-of-med-school">Preparing for a Successful Fourth Year of Med School</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/students/advising-resources/fourth-year-schedule">Fourth Year Schedule</a></li> <li><a href="/students/advising-resources/seek-develop-a-mentor-relationship">Seek, Develop a Mentor Relationship</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/students/advising-resources/student-advising-task-force-advising-resource-list">Student Advising Task Force Advising Resource List</a></li> <li><a href="/students/advising-resources/student-resident-mentorship-program">Student Resident Mentorship Program</a></li> <li><a href="/students/advising-resources/transitions-of-care">Transitions of Care</a></li> </ul> </div> <div id="tab-189623" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/meet-the-medical-student-council#mscleadership">Medical Student Council Leadership</a></li> <li><a href="/students/meet-the-medical-student-council/medical-student-council-positions">Medical Student Council Positions</a></li> <li><a href="https://emramsc.secure-platform.com/a" target="_blank">Medical Student Council Application Form</a></li> <li><a href="/students/meet-the-medical-student-council/msc-member-of-the-year-awrd">MSC Member of the Year Award</a></li> <li><a href="/students/newsletter-articles">Medical Student Newsletter Articles</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189630" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/medical-student-forum">Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-fall-2023-programming">MSF Fall 2023 Programming</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-spring-2023-programming">MSF Spring 2023 Programming</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189624" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/emergency-medicine-interest-groups/emergency-medicine-services-and-your-emig">Emergency Medicine Services and your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/form-lead-emig">EMIG Start-Up Kit</a></li> <li><a href="/students/emergency-medicine-interest-groups/emig-advisor-certificate-of-appreciation">EMIG Advisor Certificate of Appreciation</a></li> <li><a href="/students/emergency-medicine-interest-groups/ideas-and-activities-for-emigs">Ideas and Activities for EMIGs</a></li> <li><a href="/students/emergency-medicine-interest-groups/making-the-most-of-your-emig">Making the Most of your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/running-a-successful-emig-meeting">Running a Successful EMIG Meeting</a></li> <li><a href="/students/emergency-medicine-interest-groups/plans-for-game-day">Plans for Game Day</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189625" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/fellowships/about-emra-match">About EMRA Match</a></li> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search" target="_blank">EMRA Match - Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Diversity+Externship+Scholarship%22]%7D" target="_blank">EMRA Match - Diversity Externships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Emergency+Medicine%22]%7D" target="_blank">EMRA Match - EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22EMS%22]%7D" target="_blank">EMRA Match - EMS Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Global+Health%22]%7D" target="_blank">EMRA Match - Global Health Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Pediatric+EM%22]%7D" target="_blank">EMRA Match - Pediatric EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Research%22]%7D" target="_blank">EMRA Match - Research Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Toxicology%22]%7D" target="_blank">EMRA Match - Toxicology Clerkships</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Ultrasound%22]%7D" target="_blank">EMRA Match - Ultrasound Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Wilderness%22]%7D" target="_blank">EMRA Match - Wilderness Clerkships</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/emresident/articles/categories/topics/medical-students/match/program-director-interviews">EM Resident - Program Director Interviews</a></li> </ul> </div> <div id="tab-189628" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/special-populations/military-match">Military Match</a></li> <li><a href="/students/special-populations/combined-emim-residency-training">Combined EM/IM Residency Training</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189629" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189631" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/advising-resources/apply-for-away-rotations/diversity-oriented-scholarship-programs">Diversity Oriented Away/Scholarship Opportunities</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> BE INVOLVED </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/be-involved/awards" onclick="" data-tab-id="#tab-189634" class="menu-tab-inner active first-menu-tab">Awards & Scholarships</a> <a href="/be-involved/committees" onclick="" data-tab-id="#tab-189633" class="menu-tab-inner ">Committees</a> <a href="/be-involved/events--activities" onclick="" data-tab-id="#tab-189636" class="menu-tab-inner ">Events & Activities</a> <a href="/be-involved/be-a-leader" onclick="" data-tab-id="#tab-189637" class="menu-tab-inner ">Be an EMRA Leader</a> <a href="#" onclick="return false;" data-tab-id="#tab-189638" class="menu-tab-inner ">Be an Advocate</a> <a href="#" onclick="return false;" data-tab-id="#tab-189639" class="menu-tab-inner ">Share an Idea</a> <a href="/emresident/submit" onclick="" data-tab-id="#tab-189640" class="menu-tab-inner ">Write for EM Resident</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189634" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/awards/awards-faq">Awards FAQ</a></li> <li><a href="/be-involved/awards">All Awards</a></li> <li><a href="/be-involved/awards/25-under-45">EMRA 25 Under 45</a></li> <li><a href="/be-involved/awards/45under45">EMRA 45 Under 45</a></li> <li><a href="/be-involved/awards#winterawards">Winter Awards</a></li> <li><a href="/be-involved/awards#summerawards">Summer Awards</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meeting Grant</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189633" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/committees">All EMRA Committees</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/committees/committee-guidelines">Committee Guidelines</a></li> <li><a href="https://emracommittees.secure-platform.com/a" target="_blank">Committee Leadership Application</a></li> <li><a href="/be-involved/committees/administration-and-operations-committee">Administration and Operations</a></li> <li><a href="/be-involved/committees/critical-care-committee">Critical Care</a></li> <li><a href="/be-involved/committees/diversity-and-inclusion">Diversity & Inclusion</a></li> <li><a href="/be-involved/committees/education-committee">Education</a></li> <li><a href="/be-involved/committees/government-services">Government Services</a></li> <li><a href="/be-involved/committees/health-policy-committee">Health Policy</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/committees/international-committee">International</a></li> <li><a href="/be-involved/committees/pediatric-em-committee">Pediatric EM</a></li> <li><a href="/be-involved/committees/prehospital-and-disaster-medicine-committee">Prehospital and Disaster Medicine</a></li> <li><a href="/be-involved/committees/research-committee">Research Committee</a></li> <li><a href="/be-involved/committees/simulation-committee">Simulation</a></li> <li><a href="/be-involved/committees/social-emergency-medicine">Social Emergency Medicine</a></li> <li><a href="/be-involved/committees/sports-medicine-committee">Sports Medicine</a></li> <li><a href="/be-involved/committees/informatics-committee">Technology, Telehealth & Informatics</a></li> <li><a href="/be-involved/committees/toxicology-committee">Toxicology</a></li> <li><a href="/be-involved/committees/ultrasound-committee">Ultrasound</a></li> <li><a href="/be-involved/committees/wellness-committee">Wellness</a></li> <li><a href="/be-involved/committees/wilderness-committee">Wilderness</a></li> <li><a href="https://webapps.acep.org/membership/dashboard/?org=EMRA#/leadership">Join A Committee</a></li> </ul> </div> <div id="tab-189636" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/20in6-Resident-Lecture-Competition">20in6 Resident Lecture Competition</a></li> <li><a href="/be-involved/events--activities/leadership-advocacy-conference">ACEP Leadership & Advocacy Conference</a></li> <li><a href="/be-involved/events--activities/acep">ACEP Scientific Assembly</a></li> <li><a href="/be-involved/events--activities/cocktails-with-chairs">Cocktails With Chairs</a></li> <li><a href="/be-involved/events--activities/cord-academic-assembly">CORD Academic Assembly</a></li> <li><a href="/be-involved/events--activities/em-day-of-service">EM Day of Service</a></li> <li><a href="/be-involved/events--activities/airway-stories">EMRA Airway Stories</a></li> <li><a href="/be-involved/events--activities/case-con">EMRA Case-Con</a></li> <li><a href="/be-involved/events--activities/emra-and-eem-insider">EMRA and Hippo EM : EEM Insider</a></li> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/emra-health-policy-academy">EMRA Health Policy Academy</a></li> <li><a href="/exhibitors/job-fellowship-fair">EMRA Job Fair and Fellowship Fair</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> <li><a href="/be-involved/events--activities/medical-student-forum">EMRA Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-workshop-day">EMRA Medical Student Workshop Day at ACEP23</a></li> <li><a href="/be-involved/events--activities/emra-medwar">EMRA MedWAR</a></li> <li><a href="/be-involved/events--activities/quiz-show">EMRA Quiz Show</a></li> <li><a href="/be-involved/events--activities/emra-residency-fair">EMRA Residency Program Fair</a></li> <li><a href="/be-involved/events--activities/em-residents-appreciation-day">EM Residents Appreciation Day</a></li> <li><a href="/be-involved/events--activities/acep/simwars">EMRA Resident SIMWars</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meetings</a></li> <li><a href="/be-involved/events--activities/wellness-week">Wellness Week</a></li> </ul> </div> <div id="tab-189637" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/guide-for-emra-elections">Become a Board Member</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/2024-fall-new-board-members">2024 Fall New Board Members</a></li> <li><a href="/be-involved/be-a-leader/become-a-medical-student-council-member">Become a Medical Student Council Member</a></li> <li><a href="/be-involved/be-a-leader/representative-council">Representative Council</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-acep-sections">EMRA Reps to ACEP Committees</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-niaid-advisory-board">EMRA Rep to NIAID Advisory Board</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/emra-rep-to-acgme">EMRA Rep to ACGME Review Committees</a></li> <li><a href="/be-involved/be-a-leader/acep-student-rep-to-ama-mss">ACEP Student Rep to AMA MSS</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-a-leader/acep-chapter-opportunities">ACEP Chapter Opportunities</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> </ul> </div> <div id="tab-189638" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-an-advocate/advocacy-at-all-levels">Advocacy At All Levels</a></li> <li><a href="/be-involved/be-an-advocate/advocacy-lecture-series">Advocacy Lecture Series</a></li> <li><a href="/be-involved/be-an-advocate/health-policy-basics-for-residents-and-medical-students">Health Policy Basics for Residents and Medical Students</a></li> <li><a href="/emresident/articles/categories/topics/health-policy/health-policy-journal-club">Health Policy Journal Club</a></li> <li><a href="/be-involved/be-an-advocate/join-the-911-network">Join the 911 Network</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you">EMRA Working For You</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you/2022-workforce-study-statement-cai">Workforce Statement</a></li> <li><a href="/books/advocacy-handbook-2019">Advocacy Handbook</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189639" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/share-an-idea/publication-or-pocket-guide-proposal">Publication or Pocket Guide Proposal</a></li> <li><a href="/be-involved/share-an-idea/new-idea-process">New Idea Process</a></li> <li><a href="/emresident/submit">Submit an Article</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189640" class="tab-content col-md-12 hidden"> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> <a href="/emresident/articles/categories/topics/clinical"> Clinical </a> </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="#" onclick="return false;" data-tab-id="#tab-189655" class="menu-tab-inner active first-menu-tab">Tools and Aids</a> <a href="/residents-fellows/em-model" onclick="" data-tab-id="#tab-189656" class="menu-tab-inner ">Model of EM Clinical Practice</a> <a href="#" onclick="return false;" data-tab-id="#tab-189658" class="menu-tab-inner ">A - F</a> <a href="#" onclick="return false;" data-tab-id="#tab-189659" class="menu-tab-inner ">G - M</a> <a href="#" onclick="return false;" data-tab-id="#tab-189660" class="menu-tab-inner ">N - O</a> <a href="#" onclick="return false;" data-tab-id="#tab-189661" class="menu-tab-inner ">P - S</a> <a href="#" onclick="return false;" data-tab-id="#tab-189662" class="menu-tab-inner ">T - Z</a> <a href="/external-search" onclick="" data-tab-id="#tab-189663" class="menu-tab-inner ">Search External Content</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189655" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-an-advocate/covid-information-and-resources">COVID Information and Resources</a></li> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">EMRA Books</a></li> <li><a href="/about-emra/publications/emra-videos">EMRA Videos</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA*Cast</a></li> <li><a href="/about-emra/publications/reference-cards">EMRA Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/about-emra/publications/recommended-blogs-and-podcasts">Recommended Blogs and Podcasts</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189656" class="tab-content col-md-12 hidden"> </div> <div id="tab-189658" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/airway">Airway</a></li> <li><a href="/emresident/articles/categories/topics/med-education/board-review/questions">Board Exam Study Questions</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology">Cardiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care">Critical Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care/critical-care-alert">Critical Care Alerts</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology/ecg-challenge">ECG Challenge</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ems">EMS</a></li> <li><a href="/emresident/articles/categories/topics/clinical/event-medicine">Event Medicine</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189659" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/gastroenterology">Gastroenterology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/geriatrics">Geriatrics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/hematology">Hematology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/infectious-disease">Infectious Disease</a></li> <li><a href="/emresident/articles/categories/topics/clinical/informatics">Informatics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/international-em">International EM</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189660" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/neurology">Neurology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/obgyn">OB/GYN</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ophthalmology">Opthalmology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/orthopedics">Orthopedics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/osteopathic">Osteopathic</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189661" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/pain-management">Pain Management</a></li> <li><a href="/emresident/articles/categories/topics/clinical/palliative-care">Palliative Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/pediatric-em">Pediatric EM</a></li> <li><a href="/emresident/articles/categories/topics/clinical/psychiatry">Psychiatry</a></li> <li><a href="/emresident/articles/categories/topics/clinical/radiology">Radiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/simulation">Simulation</a></li> <li><a href="/emresident/articles/categories/topics/clinical/sports-medicine">Sports Medicine</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189662" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/toxicology">Toxicology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/trauma">Trauma</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ultrasound">Ultrasound</a></li> <li><a href="/emresident/articles/categories/topics/clinical/urology">Urology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/wilderness-medicine">Wilderness Medicine</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189663" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/external-search">Search EM FOAMed, ALiEM, and other EM Resources</a></li> <li><a href="/external-search?queryString=covid">COVID information</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn "> <a href="https://shopemra.com/"> Shop </a> </div> </li> </ul> <div class="hide search-window"> <form ng-submit="$searchPop.search($event, $searchPop.text, '/search')" method="post"> <input id="headerSearch" type="text" placeholder="What Are You Looking For?" ng-model="$searchPop.text" autofocus /> <div ng-click="$searchPop.search(null, $searchPop.text, '/search')" class="go-icon"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left-green.svg"> </div> </form> <ul ng-show="$searchPop.text == ''" id="searchSuggestions" class="list"> <h3 class="strong"> Popular Recommendations </h3> <li ng-click="$searchPop.search(null, 'Benefits', '/search')">Benefits</li> <li ng-click="$searchPop.search(null, 'Board of Directors', '/search')">Board of Directors</li> <li ng-click="$searchPop.search(null, 'EM:RAP', '/search')">EM:RAP</li> <li ng-click="$searchPop.search(null, 'EMRA*Cast', '/search')">EMRA*Cast</li> <li ng-click="$searchPop.search(null, 'EMRA Committees', '/search')">EMRA Committees</li> <li ng-click="$searchPop.search(null, 'Hangouts', '/search')">Hangouts</li> </ul> </div> </div> </nav> <script> var headerSearchAutocompSize = 4; </script> <div class="container"> <div class="resident-nav"> <span class="title personalized-text"> <span> Login to maximize your experience! </span> </span> <span class="icon-house"> <a href="/"><img src="/_Multisites/EMRA/static/Common/images/shape@3x.png" /> </a></span> <span class="separator"> | </span> <span class="title"> <a href="/be-involved"> Be Involved </a></span> <span class="separator"> | </span> <span class="title"> <a href="/be-involved/committees"> EMRA Committees </a></span> <span class="separator"> | </span> <span class="title"> <a href="/be-involved/committees/wilderness-committee"> Wilderness Committee </a></span> </div> </div> </div> <div class="ocean"> <div class="ocean-mask"></div> <div class="wave"></div> </div> </div> <div class="body-wrapper"> <div class="col-md-12"> <div class="container"> <div class="col-md-12 col-sm-12 no-padding-m no-padding-d main-content"> <div class="general-text"> <div class="col-md-12 no-padding-d no-padding-m"> <div class="col-md-9 no-padding-d"> <h1 class="one-col-page-title">Wilderness Committee</h1> </div> <div class="col-md-3 no-padding-d share-this-right"> <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_inline_share_toolbox_dmno float-right"></div> </div> <div><div class="block emrcontainerblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"><div><div class="block emrrichtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <p><a href="/be-involved/committees/wilderness-committee"><img title="Wilderness" alt="Wilderness" src="/siteassets/emra/be-involved/committees/icons/emra_wilderness_rgb_lores.jpg" height="90" width="326"></a></p> </div><div class="block emrrichtextblock col-lg-6 col-md-6 col-sm-12 col-xs-12 displaymode-half"> <a href="mailto:emrawildernessctte@emra.org" title="Contact the EMRA Wilderness Committee" class="btn btn-curved">Contact Wilderness Committee<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrrichtextblock col-lg-6 col-md-6 col-sm-12 col-xs-12 displaymode-half"> <a href="/be-involved/committees/join-committee-whatsapp" class="btn btn-curved">Join us<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrrichtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <a href="/be-involved/committees/wilderness-committee/wilderness-leader-spotlight" class="btn btn-curved">Get to Know us<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrrichtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <h3>Wilderness Division Leaders</h3> </div><div class="block emrleadershipcontainerblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="col-md-12 people-grid"> <div class="row"> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/joe-mueller-square.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Chair</p> <h4>Joe Mueller, MD</h4> <div class="education">CSF Fresno</div> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/jackson-anderson-md.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Chair Elect</p> <h4>Jackson Anderson, MD</h4> <div class="education">University of Texas Southwestern</div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/mariko-ching-md.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Vice Chair</p> <h4>Mariko Ching, MD</h4> <div class="education">University of Michigan</div> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/jaques-low.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Vice Chair</p> <h4>Jacques (Jack) Lowe</h4> <div class="education">Kaiser Permanente San Diego</div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/contentassets/c8930ea9b22b42c1b10bf13677a727e5/carlos-i.-enciso-lopez-square.png?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Vice Chair</p> <h4>Carlos Enciso Lopez, MD</h4> <div class="education">University of Michigan</div> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/ian-brodka-md.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Assistant Vice Chair</p> <h4>Ian Brodka, MD</h4> <div class="education">University of Michigan</div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/megan-barthels-md.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Assistant Vice Chair</p> <h4>Megan Barthels, MD</h4> <div class="education">University of Wisconsin</div> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/brian-legvold-msph.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Assistant Vice Chair</p> <h4>Brian Legvold, MSPH</h4> <div class="education">Emory</div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/erin-kinney-sqare.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Assistant Vice Chair</p> <h4>Erin Kinney, MS4</h4> <div class="education">OHSU</div> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/danusha-dee-sanchez.png?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Assistant Vice Chair</p> <h4>Danusha (Dee) Sanchez MD, PMP, MIS, NREMT</h4> <div class="education">Kościan Hospital</div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/ian-brodka-md.jpg?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Vice Speaker of the Council</p> <h4>Ian Brodka, MD</h4> <div class="education">University of Michigan<br>Ann Arbor, MI</div> <a href="mailto:vicespeaker@emra.org" target="_blank" class="btn btn-curved"> Contact Ian <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 person--single no-padding-d"> <div class="col-md-12 no-padding-d profile-info-container"> <div class="col-md-4 no-padding-d"> <img src="/siteassets/emra/about-emra/staff/hannahsimon-headshot.png?w=300" width="100%"> </div> <div class="col-md-8"> <div class="person--info"> <p>Staff Liaison</p> <h4>Hannah Simon</h4> <div class="education">Committee and Engagement Manager</div> <a href="mailto:hsimon@emra.org" target="_blank" class="btn btn-curved"> Contact Hannah <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </div> </div> </div> </div> </div> </div> <!-- Mobile version --> <div class="people-slider" component-people-slider=""> <div class="slider"> <div class="slide_viewer"> <div class="slide_group"> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/joe-mueller-square.jpg?w=300" width="100%"> <p>Chair</p> <h4>Joe Mueller, MD</h4> <div class="education">CSF Fresno</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/jackson-anderson-md.jpg?w=300" width="100%"> <p>Chair Elect</p> <h4>Jackson Anderson, MD</h4> <div class="education">University of Texas Southwestern</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/mariko-ching-md.jpg?w=300" width="100%"> <p>Vice Chair</p> <h4>Mariko Ching, MD</h4> <div class="education">University of Michigan</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/jaques-low.jpg?w=300" width="100%"> <p>Vice Chair</p> <h4>Jacques (Jack) Lowe</h4> <div class="education">Kaiser Permanente San Diego</div> </div> <div class="slide"> <img src="/contentassets/c8930ea9b22b42c1b10bf13677a727e5/carlos-i.-enciso-lopez-square.png?w=300" width="100%"> <p>Vice Chair</p> <h4>Carlos Enciso Lopez, MD</h4> <div class="education">University of Michigan</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/ian-brodka-md.jpg?w=300" width="100%"> <p>Assistant Vice Chair</p> <h4>Ian Brodka, MD</h4> <div class="education">University of Michigan</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/megan-barthels-md.jpg?w=300" width="100%"> <p>Assistant Vice Chair</p> <h4>Megan Barthels, MD</h4> <div class="education">University of Wisconsin</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/brian-legvold-msph.jpg?w=300" width="100%"> <p>Assistant Vice Chair</p> <h4>Brian Legvold, MSPH</h4> <div class="education">Emory</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/erin-kinney-sqare.jpg?w=300" width="100%"> <p>Assistant Vice Chair</p> <h4>Erin Kinney, MS4</h4> <div class="education">OHSU</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/danusha-dee-sanchez.png?w=300" width="100%"> <p>Assistant Vice Chair</p> <h4>Danusha (Dee) Sanchez MD, PMP, MIS, NREMT</h4> <div class="education">Kościan Hospital</div> </div> <div class="slide"> <img src="/siteassets/emra/be-involved/committees/spotlights/2024/ian-brodka-md.jpg?w=300" width="100%"> <p>Vice Speaker of the Council</p> <h4>Ian Brodka, MD</h4> <div class="education">University of Michigan<br>Ann Arbor, MI</div> <a href="mailto:vicespeaker@emra.org" target="_blank" class="btn btn-curved">Contact Ian <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="201650Gradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" stroke="url(#201650Gradient)"></path> </svg> </div> </a> </div> <div class="slide"> <img src="/siteassets/emra/about-emra/staff/hannahsimon-headshot.png?w=300" width="100%"> <p>Staff Liaison</p> <h4>Hannah Simon</h4> <div class="education">Committee and Engagement Manager</div> <a href="mailto:hsimon@emra.org" target="_blank" class="btn btn-curved">Contact Hannah <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="201296Gradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" stroke="url(#201296Gradient)"></path> </svg> </div> </a> </div> </div> </div> </div> <div class="directional_nav"> <div class="previous_btn" title="Previous"> <img src="/_Multisites/EMRA/static/Common/images/slider-l.png" width="20px"> </div> <div class="next_btn" title="Next"> <img src="/_Multisites/EMRA/static/Common/images/slider-r.png" width="20px"> </div> </div> </div> </div></div> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="gradient-line-green"></div> </div><div class="block emrrichtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <h1 style="text-align: center;">Looking for more information about opportunities in Wilderness Emergency Medicine?</h1> </div><div class="block emrrichtextblock col-lg-4 col-md-6 col-sm-12 col-xs-12 displaymode-one-third"> <a href="/be-involved/committees/wilderness-committee/wilderness-medicine-opportunities#medstuelect" class="btn btn-curved">Medical Student Elective Opportunities<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrrichtextblock col-lg-4 col-md-6 col-sm-12 col-xs-12 displaymode-one-third"> <a href="/be-involved/committees/wilderness-committee/wilderness-medicine-opportunities#reselect" class="btn btn-curved">Resident Elective Opportunities<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrrichtextblock col-lg-4 col-md-6 col-sm-12 col-xs-12 displaymode-one-third"> <a href="/be-involved/committees/wilderness-committee/wilderness-medicine-opportunities#fellowships" class="btn btn-curved">Wilderness Medicine Fellowships<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="gradient-line-green"></div> </div><div class="block emrcontentcardblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="article-section col-md-12"> <div> <div class="col-md-5"> <a href="/be-involved/events--activities/emra-wilderness-olympics/emra-wilderness-olympics-registration"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="Wilderness_Map.jpg" src="/siteassets/emra/be-involved/committees/wilderness/wilderness_map.jpg" srcset=" /siteassets/emra/be-involved/committees/wilderness/wilderness_map.jpg?w=300 300w, /siteassets/emra/be-involved/committees/wilderness/wilderness_map.jpg?w=450 450w, /siteassets/emra/be-involved/committees/wilderness/wilderness_map.jpg?w=768 768w, /siteassets/emra/be-involved/committees/wilderness/wilderness_map.jpg?w=1024 1024w, /siteassets/emra/be-involved/committees/wilderness/wilderness_map.jpg 1170w" title="Wilderness_Map.jpg"> </div> </a> </div> <div class="col-md-7 centered-section"> <div> <h2>EMRA Wilderness Olympics</h2> <p>This year, we, the EMRA Wilderness Committee, are happy to present a brand-new event, the Wilderness Olympics, that will take place at Unconventional ACEP 2020.</p> <p>In lieu of a traditional MedWAR, this year the EMRA Wilderness Committee is presenting something different at Unconventional ACEP 2020. We are hoping to provide an outlet for all wilderness medicine lovers and those interested in some healthy competition.</p> <p>Being virtual, we are no longer constrained by limitations on participants, this year’s event will be open to all interested teams. But don’t worry, but because we are virtual, we will still make you sweat (in a socially distant and responsible way).</p> <p><strong>Deadline to register your five-person team is September 15. A chance drawing will reveal the competing teams!</strong></p> <a href="/be-involved/events--activities/emra-wilderness-olympics/emra-wilderness-olympics-registration" title="EMRA Wilderness Olympics Registration" class="btn btn-curved">Register your team<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> </div> </div> </div><div class="block emrcontentcardblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="article-section col-md-12"> <div> <div class="col-md-5"> <a href="https://acep.zoom.us/meeting/register/uZUvdOGpqzwv1t5Kv-ut4QDasB46xs9cfg"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="wilderness_everest_hike.jpg" src="/siteassets/emra/be-involved/committees/wilderness/wilderness_everest_hike.jpg" srcset=" /siteassets/emra/be-involved/committees/wilderness/wilderness_everest_hike.jpg?w=300 300w, /siteassets/emra/be-involved/committees/wilderness/wilderness_everest_hike.jpg?w=450 450w, /siteassets/emra/be-involved/committees/wilderness/wilderness_everest_hike.jpg?w=768 768w, /siteassets/emra/be-involved/committees/wilderness/wilderness_everest_hike.jpg?w=1024 1024w, /siteassets/emra/be-involved/committees/wilderness/wilderness_everest_hike.jpg 1170w" title="wilderness_everest_hike.jpg"> </div> </a> </div> <div class="col-md-7 centered-section"> <div> <h2>Socially Responsible Wilderness Exploration in the Time of COVID</h2> <p>Interested in learning skills and strategies for wilderness exploration during these days of social distancing? With many shelters no longer accessible, how can you pack to better prepare yourself. What are the best ways to be socially responsible while still getting out to explore? Learn all this and more on our wildnerness medicine call.<br><br><strong>Guest Speakers:<br></strong>Paul Auerbach, MD, MS, FACEP, MFAWM<br>Taylor Haston, MD<br>Ian Wedmore, MD</p> <a href="/be-involved/committees/wilderness-committee#wildernesscovid" class="btn btn-curved">Watch Now<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> </div> </div> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="gradient-line-purple"></div> </div><div class="block emrrichtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 displaymode-full"> <p>"As humans extend into remote reaches of the globe and large populations encounter environmental changes at an ever-increasing rate, this medicine of exploration, adventure, travel, and disaster response has become indispensable. While much of the medicine practiced in remote areas or under environmental extremes is “emergency” in nature, the field of wilderness medicine has advanced beyond the exciting rescues of extreme alpinists and survivalists. It has expanded in scope beyond the physiology and pathophysiology of medical conditions relevant to wilderness environments to include the practice of medicine in situations of constrained resources, during times of catastrophe, and often in impoverished countries during global humanitarian relief. Practitioners skilled in wilderness medicine have become rescuers and leaders noted for their resourcefulness and rugged practicality." - Dr. Paul Auerbach</p> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="gradient-line-green"></div> </div><div class="block emrlargecalloutblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="career-callout"> <div class="gradient-box"> <div class="gradient-text"> <div class="row row-eq-height"> <div class="col-md-10 col-xs-12 no-padding-d"> <div class="general-text"> <h2><span style="color: #888888;">Joining EMRA Committees is easy and FREE.</span></h2> <p>Just log into your EMRA account, scan the QR code, or click the JOIN NOW button for the one(s) you wish to join.</p> <p>EMRA Committees are all hosted on WhatsApp to help facilitate communication and collaboration in the smoothest way possible.</p> </div> </div> <div class="col-md-2 col-xs-12 no-padding-d"> <span class="circle-btn center-v-h"> <a href="/be-involved/committees/join-committee-whatsapp">Join Now</a> </span> </div> </div> </div> </div> </div> </div><div class="block emrcontentcardblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="article-section col-md-12"> <div> <div class="col-md-7"> <a href="/be-involved/committees/wilderness-committee#marineenvinomations"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="WildernessSilverberg.jpg" src="/siteassets/emra/be-involved/committees/wilderness/wildernesssilverberg.jpg" srcset=" /siteassets/emra/be-involved/committees/wilderness/wildernesssilverberg.jpg?w=300 300w, /siteassets/emra/be-involved/committees/wilderness/wildernesssilverberg.jpg?w=450 450w, /siteassets/emra/be-involved/committees/wilderness/wildernesssilverberg.jpg?w=768 768w, /siteassets/emra/be-involved/committees/wilderness/wildernesssilverberg.jpg?w=1024 1024w, /siteassets/emra/be-involved/committees/wilderness/wildernesssilverberg.jpg 1170w" title="WildernessSilverberg.jpg"> </div> </a> </div> <div class="col-md-5 centered-section"> <div> <h2>Marine Envenomations with Mark Silverberg, MD, FACEP</h2> <p>EMRA's Wilderness Committee hosted a discussion led by Mark Silverberg, MD, FACEP. </p> <a href="/be-involved/committees/wilderness-committee#marineenvinomations" class="btn btn-curved">Watch Now<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> </div> </div> </div><div class="block emrcontentcardblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="article-section col-md-12"> <div> <div class="col-md-7"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="2019MedwarWinners.jpg" src="/siteassets/emra/be-involved/events--activities/emra-medwar/2019-medwar/2019medwarwinners.jpg" srcset=" /siteassets/emra/be-involved/events--activities/emra-medwar/2019-medwar/2019medwarwinners.jpg?w=300 300w, /siteassets/emra/be-involved/events--activities/emra-medwar/2019-medwar/2019medwarwinners.jpg?w=450 450w, /siteassets/emra/be-involved/events--activities/emra-medwar/2019-medwar/2019medwarwinners.jpg?w=768 768w, /siteassets/emra/be-involved/events--activities/emra-medwar/2019-medwar/2019medwarwinners.jpg?w=1024 1024w, /siteassets/emra/be-involved/events--activities/emra-medwar/2019-medwar/2019medwarwinners.jpg 1170w" title="2019MedwarWinners.jpg"> </div> </div> <div class="col-md-5 centered-section"> <div> <h2>2019 EMRA MedWAR Congratulations</h2> <p><em><strong>Congratulations</strong> to team Stanford EM (SKEMbags) from <strong>Stanford Emergeny Medicine. </strong></em>Interested in participating or volunteering for EMRA's MedWAR, learn more <a href="/be-involved/events--activities/emra-medwar">here.</a></p> </div> </div> </div> </div> </div><div class="block emrcontentcardcontainerblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="article-section col-md-12"> <div class="row"> <div class="col-md-6 content-card-grid"> <div class="article-single"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="emramatchlogo_card.jpg" src="/siteassets/emra/fellowships/emramatchlogo_card.jpg" srcset=" /siteassets/emra/fellowships/emramatchlogo_card.jpg?w=300 300w, /siteassets/emra/fellowships/emramatchlogo_card.jpg?w=450 450w, /siteassets/emra/fellowships/emramatchlogo_card.jpg?w=768 768w, /siteassets/emra/fellowships/emramatchlogo_card.jpg?w=1024 1024w, /siteassets/emra/fellowships/emramatchlogo_card.jpg 1170w" title="emramatchlogo_card.jpg"> </div> <h2>Wilderness Fellowships</h2> <p>Check out the Wilderness Fellowship opportunities </p> <a href="/fellowships/wilderness-fellowships" class="btn btn-curved">Find Fellowships<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> <div class="col-md-6 content-card-grid"> <div class="article-single"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="WildernessSectionLogo_Card.jpg" src="/siteassets/emra/be-involved/committees/wilderness/wildernesssectionlogo_card.jpg" srcset=" /siteassets/emra/be-involved/committees/wilderness/wildernesssectionlogo_card.jpg?w=300 300w, /siteassets/emra/be-involved/committees/wilderness/wildernesssectionlogo_card.jpg?w=450 450w, /siteassets/emra/be-involved/committees/wilderness/wildernesssectionlogo_card.jpg?w=768 768w, /siteassets/emra/be-involved/committees/wilderness/wildernesssectionlogo_card.jpg?w=1024 1024w, /siteassets/emra/be-involved/committees/wilderness/wildernesssectionlogo_card.jpg 1170w" title="WildernessSectionLogo_Card.jpg"> </div> <h2>ACEP Wilderness Section</h2> <p>As a resident, you get joint memberships in both EMRA and ACEP - so make sure you're aware and informed of what the ACEP Wilderness Section is doing!</p> <p>When you set up your EMRA/ACEP membership, you get (2) section memberships for free - one to the ACEP Young Physician Section, and one of your choice. Why not make that choice Wilderness Medicine?</p> <p>Additional ACEP section fees are half off - only $20!</p> <a title="ACEP Wilderness Section" href="https://www.acep.org/Content.aspx?id=30284" target="_blank" class="btn btn-curved">Learn More<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> </div> <div class="row"> <div class="col-md-6 content-card-grid"> <div class="article-single"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="Wilderness_Mentorship_Card.jpg" src="/siteassets/emra/be-involved/committees/wilderness/wilderness_mentorship_card.jpg" srcset=" /siteassets/emra/be-involved/committees/wilderness/wilderness_mentorship_card.jpg?w=300 300w, /siteassets/emra/be-involved/committees/wilderness/wilderness_mentorship_card.jpg?w=450 450w, /siteassets/emra/be-involved/committees/wilderness/wilderness_mentorship_card.jpg?w=768 768w, /siteassets/emra/be-involved/committees/wilderness/wilderness_mentorship_card.jpg?w=1024 1024w, /siteassets/emra/be-involved/committees/wilderness/wilderness_mentorship_card.jpg 1170w" title="Wilderness_Mentorship_Card.jpg"> </div> <h2>Wilderness Virtual Mentorship</h2> <p>If you are new to the committee or have an interest in Wilderness Medicine, but do not have adequate mentorship at your home institution, please fill in the information below and allow us to pair you with a mentor in your region or who shares your academic interests! </p> <p>If you're a fellow or an attending interested in serving as either a short-term or long-term mentor to those interested in wilderness medicine, please fill in the information below.</p> <a href="/be-involved/committees/wilderness-committee/wilderness-virtual-mentorship" class="btn btn-curved">Virtual Mentorship Registration<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> <div class="col-md-6 content-card-grid"> <div class="article-single"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="EMRA_MedWAR_Logo_Red_Card.jpg" src="/siteassets/emra/be-involved/events--activities/emra-medwar/emra_medwar_logo_red_card.jpg" srcset=" /siteassets/emra/be-involved/events--activities/emra-medwar/emra_medwar_logo_red_card.jpg?w=300 300w, /siteassets/emra/be-involved/events--activities/emra-medwar/emra_medwar_logo_red_card.jpg?w=450 450w, /siteassets/emra/be-involved/events--activities/emra-medwar/emra_medwar_logo_red_card.jpg?w=768 768w, /siteassets/emra/be-involved/events--activities/emra-medwar/emra_medwar_logo_red_card.jpg?w=1024 1024w, /siteassets/emra/be-involved/events--activities/emra-medwar/emra_medwar_logo_red_card.jpg 1170w" title="EMRA_MedWAR_Logo_Red_Card.jpg"> </div> <h2>EMRA MedWAR</h2> <p>EMRA’s MedWAR (Medical Wilderness Adventure Race) combines wilderness medicine with adventure racing to create a unique event designed to teach and test wilderness survival and medical skills. This event provides residents and medical students an opportunity for hands-on wilderness medicine experience. The best way to learn wilderness medicine is to get outside and practice. Participants are challenged to use their broad knowledge of wilderness medicine to handle a series of potential medical emergencies. Do you have what it takes to compete? </p> <a href="/be-involved/events--activities/emra-medwar" class="btn btn-curved">Learn More<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> </div> </div> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="gradient-line-green"></div> </div><div class="block emrrichtextblock col-lg-6 col-md-6 col-sm-12 col-xs-12 displaymode-half"> <h2>Wilderness Resources</h2> <a title="How to develop a WM lecture series in your region" href="/be-involved/committees/wilderness-committee/how-to-develop-a-wm-lecture-series-in-your-region" class="btn btn-curved">How to develop a WM lecture series<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> <a title="Wilderness Electives for Medical Students" href="/be-involved/committees/wilderness-committee/wilderness-electives-for-medical-students" class="btn btn-curved">Wilderness Electives for Students<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> <a href="/be-involved/committees/wilderness-committee/wilderness-medicine-faq" class="btn btn-curved">Wilderness Medicine FAQ<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrrichtextblock col-lg-6 col-md-6 col-sm-12 col-xs-12 displaymode-half"> <h2>Simulation Materials</h2> <p><span>True wilderness emergencies are not an everyday event for most of us but as we strive to be prepared for medical complications in the wilderness, simulation can play a vital role in transferring our knowledge into skills and practical action. Four high-fidelity cases were developed by the Stanford Wilderness Medicine Fellowship and presented by the ACEP Wilderness Medicine Section at ACEP13 in Seattle. The case files have been made available by the Stanford Wilderness Medicine Fellowship and we encourage you to download them and use them in your respective programs or training organizations:</span></p> <a href="/siteassets/files/wilderness/emra-wilderness-sim-acpe13-case-i.doc" class="btn btn-curved">Case I<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a><a href="/siteassets/files/wilderness/emra-wilderness-sim-acpe13-case-ii.doc" class="btn btn-curved">Case II<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a><a href="/siteassets/files/wilderness/emra-wilderness-sim-acpe13-case-iii.doc" class="btn btn-curved">Case III<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a><a href="/siteassets/files/wilderness/emra-wilderness-sim-acpe13-case-iv.doc" class="btn btn-curved">Case IV<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div><div class="block emrcontentcardblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="article-section col-md-12"> <div> <div class="col-md-4"> <div class="cc-image-wrapper bg-responsive-image" bg-image-src-set=""> <img alt="EMRA---Fellowship-Guide-2018---CC.jpg" src="/siteassets/emra/publications/books/fellowship-guide-2018/emra---fellowship-guide-2018---cc.jpg" srcset=" /siteassets/emra/publications/books/fellowship-guide-2018/emra---fellowship-guide-2018---cc.jpg?w=300 300w, /siteassets/emra/publications/books/fellowship-guide-2018/emra---fellowship-guide-2018---cc.jpg?w=450 450w, /siteassets/emra/publications/books/fellowship-guide-2018/emra---fellowship-guide-2018---cc.jpg?w=768 768w, /siteassets/emra/publications/books/fellowship-guide-2018/emra---fellowship-guide-2018---cc.jpg?w=1024 1024w, /siteassets/emra/publications/books/fellowship-guide-2018/emra---fellowship-guide-2018---cc.jpg 1170w" title="EMRA---Fellowship-Guide-2018---CC.jpg"> </div> </div> <div class="col-md-8 centered-section"> <div> <h2>EMRA Fellowship Guide</h2> <h3>Chapter 30 Wilderness Medicine Fellowship</h3> <p>Wilderness medicine (WM) is the practice of medicine with limited resources in austere environments, or health care provided anywhere in which environmental conditions have inflicted a patient’s physiologic insult. This simple definition belies the complexity of this specialty, as well as the extensive and varied opportunities it provides. Training in wilderness medicine can prepare physicians to treat mountaineers and sherpas on Everest, serve as directors of national parks, oversee search and rescue missions, work in hyperbarics or dive medicine, and provide medical care on expeditions or at remote scientific base camps. A wilderness medicine physician must not only have a knowledge of medical problems that arise in the elements (i.e. acute mountain sickness, hypothermia, lightning strikes, dysbarism, and envenomations, to name a few), but also how to acutely manage these problems outside of the hospital and often with minimal support.</p> <a href="/books/fellowship-guide-book-2018/30-wilderness-medicine-fellowship" class="btn btn-curved">Go to Chapter 30<div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div></a> </div> </div> </div> </div> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="gradient-line-green"></div> </div><div class="block emrtextwithlinksblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="col-md-12 col-sm-12 general-text col-offset"> <h2> Wilderness Medicine Organizations </h2> <h3> </h3> <ul> <li> <a href="https://www.acep.org/Content.aspx?id=30284" target="_blank" class="btn btn-curved"> ACEP Wilderness Medicine Section <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.expeditionmedicine.co.uk/" target="_blank" class="btn btn-curved"> Expedition and Wilderness Medicine <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.explorers.org/" target="_blank" class="btn btn-curved"> Explorer’s Club <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.himalayanrescue.org/" target="_blank" class="btn btn-curved"> Himalayan Rescue Association <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://ismm.org/" target="_blank" class="btn btn-curved"> International Society of Mtn Medicine <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.naemsp.org/Pages/default.aspx" target="_blank" class="btn btn-curved"> Nat'l Assoc of EMS Physicians (NAEMSP) <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.wms.org/" target="_blank" class="btn btn-curved"> Wilderness Medical Society <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.wildmed.com/" target="_blank" class="btn btn-curved"> Wilderness Medicine Associates <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="https://www.nols.edu/en/" target="_blank" class="btn btn-curved"> Wilderness Medicine Institute <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.usariem.army.mil/" target="_blank" class="btn btn-curved"> U.S. Army Research Institute <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> <li> <a href="http://www.doi.gov/index.cfm" target="_blank" class="btn btn-curved"> U.S. Park Service <div class="svg-curve"> <svg viewbox="0 0 12 12" width="120" height="85" class="svg-9" id="green"> <defs> <lineargradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </lineargradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10"></path> </svg> </div> </a> </li> </ul> </div> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <div class="gradient-line-green"></div> </div><div class="block emrrichtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"> <h2>Additional External Wilderness Articles</h2> </div><div class="block emrfeedlyblock col-lg-12 col-md-12 col-sm-12 col-xs-12 displaymode-full"> <div class="feedly-list"> </div></div><div class="block emrvideomodalblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"><div video-modal="" class="col-md-12 video-block"> <!-- lightbox container hidden with CSS --> <a ng-click="$videoModal.pause()" href="#_" class="lightbox" id="wildernesscovid"> <div id="videoModal" class="modal hide fade in" tabindex="-1" role="dialog" aria-labelledby="videoModalLabel" aria-hidden="false" style="display: block;"> <iframe src="https://player.vimeo.com/video/410291519" width="640" height="480" frameborder="0" allow="autoplay; fullscreen" allowfullscreen=""></iframe> </div> </a> </div> </div><div class="block emrvideomodalblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage"><div video-modal="" class="col-md-12 video-block"> <!-- lightbox container hidden with CSS --> <a ng-click="$videoModal.pause()" href="#_" class="lightbox" id="marineenvinomations"> <div id="videoModal" class="modal hide fade in" tabindex="-1" role="dialog" aria-labelledby="videoModalLabel" aria-hidden="false" style="display: block;"> <iframe src="https://player.vimeo.com/video/404375413" width="640" height="480" frameborder="0" allow="autoplay; fullscreen" allowfullscreen=""></iframe> </div> </a> </div> </div></div> <div class="mcTopics"> <a href="/emresident/articles/categories/committee/wilderness">Wilderness Committee</a> </div> <div class="block richtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 OneColumnPage "> <h3>Related Content</h3> <!-- ARTICLE CONTENT 3 column --> <div class="articleContent"> <div class="articleContent-wrap"> <!-- article block --> <div class="articleContent-block"> <!-- image block --> <div class="articleContent-img "> <span class="acVideo-icon"><!-- video icon --></span> <img src="/contentassets/2b47bc392e6a4e808ef7e321e509432a/18.png" itemprop="image" title=" Lessons from the Las Vegas Metropolitan Police Department Search and Rescue Team" /> </div> <!-- /image block --> <!-- details --> <div class="articleContent-details"> <a class="articleContent-link" href="/events/emra-at-cordaa23---wilderness"><!-- block link --></a> <p class="articleContent-date">Mar 16, 2023</p> <h3 class="articleContent-title"> Lessons from the Las Vegas Metropolitan Police Department Search and Rescue Team</h3> <p class="articleContent-summary">The Wilderness Committee will be hosting Dr. Allison McNickle, MD, and Officer John Thayer, leaders in the Las Vegas Metropolitan Police Department Search and Rescue Team, at CORD on March 20 at 2:45 pm. They will be discussing prolonged extrication and medical delivery in search and rescue through a case-based presentation from the Las Vegas Metropolitan and Red Rocks Nature area.</p> </div> <!-- details --> </div> <!-- /article block --> <!-- article block --> <div class="articleContent-block"> <!-- image block --> <div class="articleContent-img "> <span class="acVideo-icon"><!-- video icon --></span> <img src="/siteassets/emresident/images/articles/2020/spotlight-photos/-anchor---wilderness.jpg" itemprop="image" title="Meet Capt. Yev Maksimenko, MD, USAF, MC" /> </div> <!-- /image block --> <!-- details --> <div class="articleContent-details"> <a class="articleContent-link" href="/emresident/article/spotlight-maksimenko"><!-- block link --></a> <p class="articleContent-date">Feb 24, 2020</p> <h3 class="articleContent-title">Meet Capt. Yev Maksimenko, MD, USAF, MC</h3> <p class="articleContent-summary">We're pleased to introduce Capt. Yev Maksimenko, MD, USAF, MC, chair of the EMRA Wilderness Committee, 2020-2021.</p> </div> <!-- details --> </div> <!-- /article block --> <!-- article block --> <div class="articleContent-block"> <!-- image block --> <div class="articleContent-img "> <span class="acVideo-icon"><!-- video icon --></span> <img src="/siteassets/emresident/images/articles/2020/spotlight-photos/-anchor---wilderness.jpg" itemprop="image" title="Meet Kathryn Kammert, DO" /> </div> <!-- /image block --> <!-- details --> <div class="articleContent-details"> <a class="articleContent-link" href="/emresident/article/spotlight-kammert"><!-- block link --></a> <p class="articleContent-date">Feb 24, 2020</p> <h3 class="articleContent-title">Meet Kathryn Kammert, DO</h3> <p class="articleContent-summary">We're pleased to introduce Kathryn Kammert, DO, vice chair of the EMRA Wilderness Committee, 2020-2021.</p> </div> <!-- details --> </div> <!-- /article block --> </div> </div> <!-- /ARTICLE CONTENT 3 column --> </div> </div> </div> </div> </div> </div> </div> <div class="footer-curve"> <div class="ocean"> <div class="col-md-12 text-block"> <div class="container"> <div class="col-md-6 col-lg-5 circle-footer"> <div class="circle-content"> <ul class="pages"> <li><a href="/emresident" target="_blank">EM RESIDENT</a> </li> <li><a href="/be-involved/events--activities">EVENTS</a> </li> <li><a href="/about-emra/meet-your-staff--board/emra-staff">CONTACT US</a> </li> <li><a href="/about-emra/advertise-with-us">ADVERTISE & EXHIBIT</a> </li> <li><a href="https://www.emcareers.org/" target="_blank">Find a Job</a> </li> <li class="connect"><a>Connect with us</a></li> </ul> <ul class="social"> <li><a href="https://www.facebook.com/emresidents" target="_blank"><i class="fa fa-facebook fa-green-gradient" aria-hidden="true"></i></a></li> <li><a href="https://twitter.com/emresidents" target="_blank"><i class="fa fa-twitter fa-green-gradient" aria-hidden="true"></i></a></li> <li><a href="https://www.instagram.com/emresidents/" target="_blank"><i class="fa fa-instagram fa-green-gradient" aria-hidden="true"></i></a></li> <li><a href="https://www.linkedin.com/company/emresidents/" target="_blank"><i class="fa fa-linkedin fa-green-gradient" aria-hidden="true"></i></a></li> </ul> <div class="icon-logo"> <a href="/"><img src="/siteassets/emra/images/emra-logo.png" alt="EMRA Logo" /></a> </div> </div> </div> <div class="col-md-6 col-lg-7"> <div class="col-md-6 links-block hide-mobile"> <span class="subtitle">Diversity Pipeline</span> <h4>EM can lead the way in addressing healthcare inequities. But first we must face the deficiencies of diversity, equity, and inclusion in our field. It starts with training.</h4> <a href="/emresident/article/diversity-pipeline-part-1" class="btn btn-curved"> Featured Article <div class="svg-curve"> <svg viewBox="0 0 12 12" width="120" height="85" class="svg-9" id="white"> <defs> <linearGradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </linearGradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" /> </svg> </div> </a> </div> <div class="col-md-6 links-block hide-mobile"> <div class="footer-articles"> <span class="subtitle">Featured Publication</span> <h4>Make sense of the chaos of the trauma bay with the EMRA Trauma Guide. </h4> <a href="/about-emra/publications/bookstore#traumaguide" class="btn btn-curved"> Find Out More <div class="svg-curve"> <svg viewBox="0 0 12 12" width="120" height="85" class="svg-9" id="white"> <defs> <linearGradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </linearGradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" /> </svg> </div> </a> </div> <div class="footer-articles"> <span class="subtitle">Featured App</span> <h4>MobilEM put every EMRA guide in your pocket. </h4> <a href="/about-emra/publications/mobile-applications#mobilem_app" class="btn btn-curved"> Get the App <div class="svg-curve"> <svg viewBox="0 0 12 12" width="120" height="85" class="svg-9" id="white"> <defs> <linearGradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </linearGradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" /> </svg> </div> </a> </div> </div> </div> </div> </div> <div class="ocean-mask"></div> <div class="wave"></div> </div> <div class="col-md-12 general-text"> <p style="text-align: right;margin-right: 25px;">© 2021 Emergency Medicine Residents' Association <span class="separator"> | </span> <a href="/about-emra/privacy-policy/">Privacy Policy</a> <span class="separator"> | </span> <a href="/about-emra/links-policy/">Website Links Policy</a> <span class="separator"> | </span> <a href="/about-emra/social-media-policy/">Social Media Policy</a></p> </div> </div> <!--chat button--> <div class="live-chat-sticky sticky online only-desktop"> <span class="greenCircle"></span><span>CHAT NOW</span> </div> <div class="live-chat-sticky sticky offline only-desktop"> <span class="redCircle"></span> <span>CHAT OFFLINE</span> </div> <div class="loading-overlay"> <div id="loading-img"></div> </div> <script type="text/javascript" src="https://dl.episerver.net/13.5.10/epi-util/find.js"></script> <script type="text/javascript"> if(typeof FindApi === 'function'){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();} </script> <script src="/_Multisites/EMRA/static/common.bundle.js"></script> <script src="https://acepteamstorage.blob.core.windows.net/epi-resources/static/common/js/external/livePerson.js"></script> <script type="text/javascript"> $('a.btn.btn-curved').hover(function () { var path = $(this).find('.svg-path'); $(path[0]).attr("d", "M1,1 Q4,2 5,5 T10,10"); }, function () { var path = $(this).find('.svg-path'); $(path[0]).attr("d", "M3,3 Q1,1 5,5 T10,10"); }); </script> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5a25ddc1ca08ceba" async="async"></script> <script type="text/javascript"> $('.login-link').click(function (e) { $("#login-form span:contains('LOGIN')").trigger('click'); }); </script><script id="dsq-count-scr" src="//localemra.disqus.com/count.js" async></script><script> $("#videoModal").on('hidden.bs.modal', function (e) { $("#videoModal iframe").attr("src", $("#videoModal iframe").attr("src")); }); </script><script type="text/javascript"> /*!jQuery Knob*/ /** * Downward compatible, touchable dial * * Version: 1.2.12 * Requires: jQuery v1.7+ * * Copyright (c) 2012 Anthony Terrien * Under MIT License (http://www.opensource.org/licenses/mit-license.php) * * Thanks to vor, eskimoblood, spiffistan, FabrizioC */ (function (factory) { if (typeof exports === 'object') { // CommonJS module.exports = factory(require('jquery')); } else if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery'], factory); } else { // Browser globals factory(jQuery); } }(function ($) { /** * Kontrol library */ "use strict"; /** * Definition of globals and core */ var k = {}, // kontrol max = Math.max, min = Math.min; k.c = {}; k.c.d = $(document); k.c.t = function (e) { return e.originalEvent.touches.length - 1; }; /** * Kontrol Object * * Definition of an abstract UI control * * Each concrete component must call this one. * <code> * k.o.call(this); * </code> */ k.o = function () { var s = this; this.o = null; // array of options this.$ = null; // jQuery wrapped element this.i = null; // mixed HTMLInputElement or array of HTMLInputElement this.g = null; // deprecated 2D graphics context for 'pre-rendering' this.v = null; // value ; mixed array or integer this.cv = null; // change value ; not commited value this.x = 0; // canvas x position this.y = 0; // canvas y position this.w = 0; // canvas width this.h = 0; // canvas height this.$c = null; // jQuery canvas element this.c = null; // rendered canvas context this.t = 0; // touches index this.isInit = false; this.fgColor = null; // main color this.pColor = null; // previous color this.dH = null; // draw hook this.cH = null; // change hook this.eH = null; // cancel hook this.rH = null; // release hook this.scale = 1; // scale factor this.relative = false; this.relativeWidth = false; this.relativeHeight = false; this.$div = null; // component div this.run = function () { var cf = function (e, conf) { var k; for (k in conf) { s.o[k] = conf[k]; } s._carve().init(); s._configure() ._draw(); }; if (this.$.data('kontroled')) return; this.$.data('kontroled', true); this.extend(); this.o = $.extend({ // Config min: this.$.data('min') !== undefined ? this.$.data('min') : 0, max: this.$.data('max') !== undefined ? this.$.data('max') : 100, stopper: true, readOnly: this.$.data('readonly') || (this.$.attr('readonly') === 'readonly'), // UI cursor: this.$.data('cursor') === true && 30 || this.$.data('cursor') || 0, thickness: this.$.data('thickness') && Math.max(Math.min(this.$.data('thickness'), 1), 0.01) || 0.35, lineCap: this.$.data('linecap') || 'butt', width: this.$.data('width') || 200, height: this.$.data('height') || 200, displayInput: this.$.data('displayinput') == null || this.$.data('displayinput'), displayPrevious: this.$.data('displayprevious'), fgColor: this.$.data('fgcolor') || '#87CEEB', inputColor: this.$.data('inputcolor'), font: this.$.data('font') || 'Arial', fontWeight: this.$.data('font-weight') || 'bold', inline: false, step: this.$.data('step') || 1, rotation: this.$.data('rotation'), // Hooks draw: null, // function () {} change: null, // function (value) {} cancel: null, // function () {} release: null, // function (value) {} // Output formatting, allows to add unit: %, ms ... format: function(v) { return v; }, parse: function (v) { return parseFloat(v); } }, this.o ); // finalize options this.o.flip = this.o.rotation === 'anticlockwise' || this.o.rotation === 'acw'; if (!this.o.inputColor) { this.o.inputColor = this.o.fgColor; } // routing value if (this.$.is('fieldset')) { // fieldset = array of integer this.v = {}; this.i = this.$.find('input'); this.i.each(function(k) { var $this = $(this); s.i[k] = $this; s.v[k] = s.o.parse($this.val()); $this.bind( 'change blur', function () { var val = {}; val[k] = $this.val(); s.val(s._validate(val)); } ); }); this.$.find('legend').remove(); } else { // input = integer this.i = this.$; this.v = this.o.parse(this.$.val()); this.v === '' && (this.v = this.o.min); this.$.bind( 'change blur', function () { s.val(s._validate(s.o.parse(s.$.val()))); } ); } !this.o.displayInput && this.$.hide(); // adds needed DOM elements (canvas, div) this.$c = $(document.createElement('canvas')).attr({ width: this.o.width, height: this.o.height }); // wraps all elements in a div // add to DOM before Canvas init is triggered this.$div = $('<div style="' + (this.o.inline ? 'display:inline;' : '') + 'width:' + this.o.width + 'px;height:' + this.o.height + 'px;' + '"></div>'); this.$.wrap(this.$div).before(this.$c); this.$div = this.$.parent(); if (typeof G_vmlCanvasManager !== 'undefined') { G_vmlCanvasManager.initElement(this.$c[0]); } this.c = this.$c[0].getContext ? this.$c[0].getContext('2d') : null; if (!this.c) { throw { name: "CanvasNotSupportedException", message: "Canvas not supported. Please use excanvas on IE8.0.", toString: function(){return this.name + ": " + this.message} } } // hdpi support this.scale = (window.devicePixelRatio || 1) / ( this.c.webkitBackingStorePixelRatio || this.c.mozBackingStorePixelRatio || this.c.msBackingStorePixelRatio || this.c.oBackingStorePixelRatio || this.c.backingStorePixelRatio || 1 ); // detects relative width / height this.relativeWidth = this.o.width % 1 !== 0 && this.o.width.indexOf('%'); this.relativeHeight = this.o.height % 1 !== 0 && this.o.height.indexOf('%'); this.relative = this.relativeWidth || this.relativeHeight; // computes size and carves the component this._carve(); // prepares props for transaction if (this.v instanceof Object) { this.cv = {}; this.copy(this.v, this.cv); } else { this.cv = this.v; } // binds configure event this.$ .bind("configure", cf) .parent() .bind("configure", cf); // finalize init this._listen() ._configure() ._xy() .init(); this.isInit = true; this.$.val(this.o.format(this.v)); this._draw(); return this; }; this._carve = function() { if (this.relative) { var w = this.relativeWidth ? this.$div.parent().width() * parseInt(this.o.width) / 100 : this.$div.parent().width(), h = this.relativeHeight ? this.$div.parent().height() * parseInt(this.o.height) / 100 : this.$div.parent().height(); // apply relative this.w = this.h = Math.min(w, h); } else { this.w = this.o.width; this.h = this.o.height; } // finalize div this.$div.css({ 'width': this.w + 'px', 'height': this.h + 'px' }); // finalize canvas with computed width this.$c.attr({ width: this.w, height: this.h }); // scaling if (this.scale !== 1) { this.$c[0].width = this.$c[0].width * this.scale; this.$c[0].height = this.$c[0].height * this.scale; this.$c.width(this.w); this.$c.height(this.h); } return this; }; this._draw = function () { // canvas pre-rendering var d = true; s.g = s.c; s.clear(); s.dH && (d = s.dH()); d !== false && s.draw(); }; this._touch = function (e) { var touchMove = function (e) { var v = s.xy2val( e.originalEvent.touches[s.t].pageX, e.originalEvent.touches[s.t].pageY ); if (v == s.cv) return; if (s.cH && s.cH(v) === false) return; s.change(s._validate(v)); s._draw(); }; // get touches index this.t = k.c.t(e); // First touch touchMove(e); // Touch events listeners k.c.d .bind("touchmove.k", touchMove) .bind( "touchend.k", function () { k.c.d.unbind('touchmove.k touchend.k'); s.val(s.cv); } ); return this; }; this._mouse = function (e) { var mouseMove = function (e) { var v = s.xy2val(e.pageX, e.pageY); if (v == s.cv) return; if (s.cH && (s.cH(v) === false)) return; s.change(s._validate(v)); s._draw(); }; // First click mouseMove(e); // Mouse events listeners k.c.d .bind("mousemove.k", mouseMove) .bind( // Escape key cancel current change "keyup.k", function (e) { if (e.keyCode === 27) { k.c.d.unbind("mouseup.k mousemove.k keyup.k"); if (s.eH && s.eH() === false) return; s.cancel(); } } ) .bind( "mouseup.k", function (e) { k.c.d.unbind('mousemove.k mouseup.k keyup.k'); s.val(s.cv); } ); return this; }; this._xy = function () { var o = this.$c.offset(); this.x = o.left; this.y = o.top; return this; }; this._listen = function () { if (!this.o.readOnly) { this.$c .bind( "mousedown", function (e) { e.preventDefault(); s._xy()._mouse(e); } ) .bind( "touchstart", function (e) { e.preventDefault(); s._xy()._touch(e); } ); this.listen(); } else { this.$.attr('readonly', 'readonly'); } if (this.relative) { $(window).resize(function() { s._carve().init(); s._draw(); }); } return this; }; this._configure = function () { // Hooks if (this.o.draw) this.dH = this.o.draw; if (this.o.change) this.cH = this.o.change; if (this.o.cancel) this.eH = this.o.cancel; if (this.o.release) this.rH = this.o.release; if (this.o.displayPrevious) { this.pColor = this.h2rgba(this.o.fgColor, "0.4"); this.fgColor = this.h2rgba(this.o.fgColor, "0.6"); } else { this.fgColor = this.o.fgColor; } return this; }; this._clear = function () { this.$c[0].width = this.$c[0].width; }; this._validate = function (v) { var val = (~~ (((v < 0) ? -0.5 : 0.5) + (v/this.o.step))) * this.o.step; return Math.round(val * 100) / 100; }; // Abstract methods this.listen = function () {}; // on start, one time this.extend = function () {}; // each time configure triggered this.init = function () {}; // each time configure triggered this.change = function (v) {}; // on change this.val = function (v) {}; // on release this.xy2val = function (x, y) {}; // this.draw = function () {}; // on change / on release this.clear = function () { this._clear(); }; // Utils this.h2rgba = function (h, a) { var rgb; h = h.substring(1,7); rgb = [ parseInt(h.substring(0,2), 16), parseInt(h.substring(2,4), 16), parseInt(h.substring(4,6), 16) ]; return "rgba(" + rgb[0] + "," + rgb[1] + "," + rgb[2] + "," + a + ")"; }; this.copy = function (f, t) { for (var i in f) { t[i] = f[i]; } }; }; /** * k.Dial */ k.Dial = function () { k.o.call(this); this.startAngle = null; this.xy = null; this.radius = null; this.lineWidth = null; this.cursorExt = null; this.w2 = null; this.PI2 = 2*Math.PI; this.extend = function () { this.o = $.extend({ bgColor: this.$.data('bgcolor') || '#EEEEEE', angleOffset: this.$.data('angleoffset') || 0, angleArc: this.$.data('anglearc') || 360, inline: true }, this.o); }; this.val = function (v, triggerRelease) { if (null != v) { // reverse format v = this.o.parse(v); if (triggerRelease !== false && v != this.v && this.rH && this.rH(v) === false) { return; } this.cv = this.o.stopper ? max(min(v, this.o.max), this.o.min) : v; this.v = this.cv; this.$.val(this.o.format(this.v)); this._draw(); } else { return this.v; } }; this.xy2val = function (x, y) { var a, ret; a = Math.atan2( x - (this.x + this.w2), - (y - this.y - this.w2) ) - this.angleOffset; if (this.o.flip) { a = this.angleArc - a - this.PI2; } if (this.angleArc != this.PI2 && (a < 0) && (a > -0.5)) { // if isset angleArc option, set to min if .5 under min a = 0; } else if (a < 0) { a += this.PI2; } ret = (a * (this.o.max - this.o.min) / this.angleArc) + this.o.min; this.o.stopper && (ret = max(min(ret, this.o.max), this.o.min)); return ret; }; this.listen = function () { // bind MouseWheel var s = this, mwTimerStop, mwTimerRelease, mw = function (e) { e.preventDefault(); var ori = e.originalEvent, deltaX = ori.detail || ori.wheelDeltaX, deltaY = ori.detail || ori.wheelDeltaY, v = s._validate(s.o.parse(s.$.val())) + ( deltaX > 0 || deltaY > 0 ? s.o.step : deltaX < 0 || deltaY < 0 ? -s.o.step : 0 ); v = max(min(v, s.o.max), s.o.min); s.val(v, false); if (s.rH) { // Handle mousewheel stop clearTimeout(mwTimerStop); mwTimerStop = setTimeout(function () { s.rH(v); mwTimerStop = null; }, 100); // Handle mousewheel releases if (!mwTimerRelease) { mwTimerRelease = setTimeout(function () { if (mwTimerStop) s.rH(v); mwTimerRelease = null; }, 200); } } }, kval, to, m = 1, kv = { 37: -s.o.step, 38: s.o.step, 39: s.o.step, 40: -s.o.step }; this.$ .bind( "keydown", function (e) { var kc = e.keyCode; // numpad support if (kc >= 96 && kc <= 105) { kc = e.keyCode = kc - 48; } kval = parseInt(String.fromCharCode(kc)); if (isNaN(kval)) { (kc !== 13) // enter && kc !== 8 // bs && kc !== 9 // tab && kc !== 189 // - && (kc !== 190 || s.$.val().match(/\./)) // . allowed once && e.preventDefault(); // arrows if ($.inArray(kc,[37,38,39,40]) > -1) { e.preventDefault(); var v = s.o.parse(s.$.val()) + kv[kc] * m; s.o.stopper && (v = max(min(v, s.o.max), s.o.min)); s.change(s._validate(v)); s._draw(); // long time keydown speed-up to = window.setTimeout(function () { m *= 2; }, 30); } } } ) .bind( "keyup", function (e) { if (isNaN(kval)) { if (to) { window.clearTimeout(to); to = null; m = 1; s.val(s.$.val()); } } else { // kval postcond (s.$.val() > s.o.max && s.$.val(s.o.max)) || (s.$.val() < s.o.min && s.$.val(s.o.min)); } } ); this.$c.bind("mousewheel DOMMouseScroll", mw); this.$.bind("mousewheel DOMMouseScroll", mw); }; this.init = function () { if (this.v < this.o.min || this.v > this.o.max) { this.v = this.o.min; } this.$.val(this.v); this.w2 = this.w / 2; this.cursorExt = this.o.cursor / 100; this.xy = this.w2 * this.scale; this.lineWidth = this.xy * this.o.thickness; this.lineCap = this.o.lineCap; this.radius = this.xy - this.lineWidth / 2; this.o.angleOffset && (this.o.angleOffset = isNaN(this.o.angleOffset) ? 0 : this.o.angleOffset); this.o.angleArc && (this.o.angleArc = isNaN(this.o.angleArc) ? this.PI2 : this.o.angleArc); // deg to rad this.angleOffset = this.o.angleOffset * Math.PI / 180; this.angleArc = this.o.angleArc * Math.PI / 180; // compute start and end angles this.startAngle = 1.5 * Math.PI + this.angleOffset; this.endAngle = 1.5 * Math.PI + this.angleOffset + this.angleArc; var s = max( String(Math.abs(this.o.max)).length, String(Math.abs(this.o.min)).length, 2 ) + 2; this.o.displayInput && this.i.css({ 'width' : ((this.w / 2 + 4) >> 0) + 'px', 'height' : ((this.w / 3) >> 0) + 'px', 'position' : 'absolute', 'vertical-align' : 'middle', 'margin-top' : ((this.w / 3) >> 0) + 'px', 'margin-left' : '-' + ((this.w * 3 / 4 + 2) >> 0) + 'px', 'border' : 0, 'background' : 'none', 'font' : this.o.fontWeight + ' ' + ((this.w / s) >> 0) + 'px ' + this.o.font, 'text-align' : 'center', 'color' : this.o.inputColor || this.o.fgColor, 'padding' : '0px', '-webkit-appearance': 'none' }) || this.i.css({ 'width': '0px', 'visibility': 'hidden' }); }; this.change = function (v) { this.cv = v; this.$.val(this.o.format(v)); }; this.angle = function (v) { return (v - this.o.min) * this.angleArc / (this.o.max - this.o.min); }; this.arc = function (v) { var sa, ea; v = this.angle(v); if (this.o.flip) { sa = this.endAngle + 0.00001; ea = sa - v - 0.00001; } else { sa = this.startAngle - 0.00001; ea = sa + v + 0.00001; } this.o.cursor && (sa = ea - this.cursorExt) && (ea = ea + this.cursorExt); return { s: sa, e: ea, d: this.o.flip && !this.o.cursor }; }; this.draw = function () { var c = this.g, // context a = this.arc(this.cv), // Arc pa, // Previous arc r = 1; c.lineWidth = this.lineWidth; c.lineCap = this.lineCap; if (this.o.bgColor !== "none") { c.beginPath(); c.strokeStyle = this.o.bgColor; c.arc(this.xy, this.xy, this.radius, this.endAngle - 0.00001, this.startAngle + 0.00001, true); c.stroke(); } if (this.o.displayPrevious) { pa = this.arc(this.v); c.beginPath(); c.strokeStyle = this.pColor; c.arc(this.xy, this.xy, this.radius, pa.s, pa.e, pa.d); c.stroke(); r = this.cv == this.v; } c.beginPath(); c.strokeStyle = r ? this.o.fgColor : this.fgColor ; c.arc(this.xy, this.xy, this.radius, a.s, a.e, a.d); c.stroke(); }; this.cancel = function () { this.val(this.v); }; }; $.fn.dial = $.fn.knob = function (o) { return this.each( function () { var d = new k.Dial(); d.o = o; d.$ = $(this); d.run(); } ).parent(); }; })); ;(function( $, $w, $d ) { var $ks = $('.knob-scroll input'), h = function( e ) { return e.height() }; $w.on('load scroll', function(){ var d = h( $d ), w = h( $w ), s = Math.round( $w.scrollTop() / ( d - w ) * 100 ); $ks.val( s ).trigger('change'); }); function knobToScroll( val ) { var d = h( $d ), w = h( $w ); $w.scrollTop( val * ( d - w ) / 100 ); } $ks.knob({ 'thickness' : '.3', 'fgColor' : 'rgb(135, 226, 235)', 'bgColor' : 'rgb(240, 240, 240)', 'width' : '50', 'height' :'50', release : function ( val ) { knobToScroll( val ); }// Show input: }).find('input').show(); })( jQuery, jQuery( window ), jQuery( document ) ); </script><script type="text/javascript"> $('.login-link').click(function (e) { $("#login-form span:contains('LOGIN')").trigger('click'); }); </script> <script type="text/javascript" src="https://dl.episerver.net/13.5.10/epi-util/find.js"></script> <script type="text/javascript"> if(typeof FindApi === 'function'){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();} </script> </body> </html>