/*
 * This file is a reintroduction of the old school-specific school.css/styles.css
 * It will contain all custom styles Destiny writes for a specific school, this file should remain empty and only school customizations of this file should have content.
 * No customizations need go into publicViewCustomization.css as that will be for client use
*/
/* JJORDAN 06-29-2025 adding #requestInformation .form-group  - */ 
/* JJORDAN 06-29-2025 adding #buttonViewInstructorss  - */ 
/* JJORDAN 06-25-2025  removing the Responsive import css  - */ 
/* JJORDAN 06-25-2025  removing the Animated import css  */ 
/* JJORDAN 06-25-2025  removing the Fonts  */ 
/* JJORDAN 06-25-2025  removing the Fontawesome  */ 
/* JJORDAN 06-24-2025  testing the removal of the boostrap from the cdn */ 
/* JJORDAN 06-24-2025  replacing the 2026 with the ce version */ 
/* JJORDAN 05-20-2025  Adding Base CSS file */ 
/********* version 4.1 *********/
/***** J JORDAN last updated 05-15-25 *****/
/* Animate */
/*  06- 25 - 2025 - removing the @import url("https://cdn.valenciacollege.edu/_resources/css/animate.min.css"); */
/* Bootstrap 4.1.0 */
/*@import url("https://cdn.valenciacollege.edu/_resources/css/bootstrap.min.css?v=2.0"); 
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css");*/
/* Main Styles & Responsive */
/* J Jordan 5-15-2025 @import url("https://cdn.valenciacollege.edu/_resources/css/style.css?v=1.2"); */
/* J Jordan 6-24-2025 */ 
@import url("https://cdn.valenciacollege.edu/_resources/css/style-ce.css?v=1.2");

@import url("https://cdn.valenciacollege.edu/_resources/css/menu.css?v=1.3");
/*  06- 25 - 2025 - removing @import url("https://cdn.valenciacollege.edu/_resources/css/responsive.css"); */ 
/* FontAwesome Icon pack */
/* 06-25 -2025 removing Fontawesome @import url("https://cdn.valenciacollege.edu/_resources/fontawesome/css/all.css"); */
/* Loads custom icons like the Office one */
/* Custom CSS (Used for fast and simple updates) */
/* J Jordan 6-24-2025 @import url("https://cdn.valenciacollege.edu/_resources/css/custom.css"); */
@import url("https://cdn.valenciacollege.edu/_resources/css/custom-ce.css"); 
/* Main Fonts */
/*  06- 25 - 2025 - removing the fonts @import url("https://cdn.valenciacollege.edu/_resources/css/main_font/main_font.css"); */
/*  06- 25 - 2025 - removing the fonts @import url('https://fonts.googleapis.com/css?family=Lusitana'); /* font for steps */


/*--------------Program Area Pages-----------------*/
  #buttonViewInstructors {
    visibility: hidden !important;
    display: none !important;
  }


#requestInformation .form-group { 
 
  visibility: hidden !important;
  display: none !important; 
 
} 