, but this code // executes before the first paint, when

app

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); Frequently Asked Questions - Center for Counseling and Wellness | app

app

Skip to main content

Frequently Asked Questions

Below we've answered some of the questions that are frequently asked by students and family members. If we didn’t answer a question that is important to you, please contact us at (616) 526-6123 or counseling@calvin.edu.

Approximately one out of five app students seeks support from the Center for Counseling and Wellness each year, including students from a wide range of racial, ethnic, and cultural backgrounds as well as a wide variety of majors and interests across campus. The center is available to all students, whether they consider their concerns to be big or small, and the Stepped Care Model utilized by the center ensures that all students have access to helpful resources no matter their level of distress. Some typical presenting concerns include stress, anxiety, sadness, depression, relationship struggles, self-harming behavior, grief/loss, body image concerns, eating disorders, substance abuse, suicidal thoughts and other life challenges.

Graduate or undergraduate students who are currently enrolled in classes and residing within the state of Michigan during their studies are eligible for Counseling and Wellness services at no cost. While all of our services are free, there is a $15 charge for “no shows” to appointments which have not been canceled or rescheduled prior to the appointment.

You may wonder whether it would be appropriate to talk about your concerns with a counselor. Perhaps others who know you well have suggested Counseling and Wellness, or you have thought yourself that talking attending a workshop or using an online resource related to emotional health might be helpful. You are always welcome to schedule a screening at Counseling and Wellness to discuss whether our services would be appropriate for you. Some specific indicators that Counseling and Wellness services might be beneficial include:

  • emotional difficulties, such as sadness, anxiety, anger, etc.
  • relationship problems
  • difficulty sleeping
  • declining academic performance
  • recent traumatic event or loss
  • concerns about substance use
  • suicidal thoughts
  • difficulty functioning on a day-to-day basis

If you are still unsure about whether Counseling and Wellness would be useful, you might want to take our and follow the suggestions.

Your screening counselor will want to make sure that they have a clear understanding of your concerns prior to making recommendations. Initial questions may relate to your moods, family history, physical health, substance use, general interests and past experiences. Counseling and Wellness staff will respect the pace at which you want to disclose information and work on issues.

Our primary mode of treatment is group therapy, due to its effectiveness in reducing mental health symptoms and strengthening feelings of healthy connection with others. Your screening counselor will talk with you about your presenting concerns and recommend the best resources to fit your needs based on a Stepped Care Model. This recommendation will take into account resources on-campus and off-campus, and may or may not include short-term individual therapy. Online resources and peer supports are also very helpful tools for students looking to grow and thrive during their university years. Counselors are skilled at crafting a customized treatment plan for each student, using a strengths-based approach that is tailored to the specific goals for that individual.

In some instances, students may wish to seek individual counseling (or other mental health services) off-campus in order to supplement available services at Counseling and Wellness. A searchable list of active community providers is provided for app students through , which also supports students in navigating logistical questions of insurance, accessibility, and making an appointment. Counseling and Wellness staff are available to assist students with community referrals as needed.

Yes! The Center for Counseling and Wellness takes confidentiality very seriously, and no information will be exchanged with individuals or agencies outside of our center unless you provide us with explicit consent to do so. Your Counseling and Wellness record is not a part of your academic record, and information shared within counseling is not reported to university personnel, your parents or anyone else without your written consent. We recognize that a safe and confidential environment is crucial in order for you to feel comfortable sharing personal information.

In rare circumstances, the confidentiality policy requires unauthorized disclosure of information. Such circumstances would include when the counselor believes the student's life is in danger, when the safety of others is at risk, when there is suspicion of child or elder abuse, or when requested by subpoena or court order. If you have any questions or concerns about the confidentiality policy, please feel free to talk them over with your counselor.