1-631-472-0641 Main | 1-631-472-2244 Big Buck$

251 Snedecor Ave, Bayport, New York, 11705

Menu

Uncategorised

Ice Rescue Terms and Conditions

All students must be a current, active member of a Police, Fire or EMS department.  Permission to enroll must be approved by a chief officer.  All students will be required to have their vitals checked prior to performing any hands on evolutions. BFD Engine company/TEAM LGS reserve the right to prohibit any students participation for any reason.  Balance is due at the beginning of the class on Saturday and will be due and payable whether or not you attend or complete the class. The only exception to this may be made at the discretion of Bayport FD Engine Company 1 and may be made if we are able to replace you with another student prior to the class. If no payment or deposit is received and a reservation is requested and not cancelled at least 48hrs prior to the beginning of the class, full payment will be due whether or not the student attends the class or any portion of the class. Payment along with this reservation form by voucher, PO Order or check will guarantee your position in the class.

Class:

Students are encouraged to arrive 30 minutes prior to the start of the class.

Students will check in at the registration desk and will receive an identification tag that must remain with the student during the class.

Immediately after check in, all students will be required to have their vitals checked by onsite medical personnel. 

Students will be assigned to groups and must remain with that group for the entire class.  A student may or may not be assigned to a group with other members from their department.  Members wishing to remain with their own department must request so at the time they register for the class.  This request may be fulfilled depending on class size.

Students must complete all requirements and follow all instructions of the instructors from LGS and Engine company.

No student will be permitted to take the class while under the influence of drugs or alcohol.

No alcohol will be served or permitted during the class

Failure to follow any of the terms and conditions may forfeit the students enrollment without refund. 

Medical Terms and Conditions:

Each student will have their vital signs checked periodically before and during the class.  Any student who’s vital signs are deemed out of normal range may be prohibited from participating in the hands on portion of the class and will receive an Operations certificate instead of a Technician certificate. This will be at the description of either LGS, Engine Company, and/or onsite medical personnel. 

 

Any student that has a current or past medical history that includes but is not limited to, Cardiac, Respiratory, Seizures, or other conditions and disabilities may be prohibited from participating in the hands on portion of the class and will receive an Operations certificate instead of a Technician certificate. This will be at the description of either LGS, Engine Company, and/or onsite medical personnel.

 

Injuries:

All students must be currently an active member of a recognized Fire, EMS or Police Agency and insured by said agency for participating in a hands on training class. 

Any student injured at anytime during the class must notify the officers of Engine Company 1 and must be medically evaluated by onsite medical personnel.  The students continuation in the class will be determined by the extent of the injury and recommendation of the onsite medical personnel as well as the students chief officer.  LGS and Engine company reserve the right to have the student continue with the class if necessary. 

 

Built-in LESS parser

The Quark template fully uses LESS language for generating the CSS files of the template. Thanks to the built-in LESS parser you can forget about additional LESS compilers - if you enable the template built in compiler then after every change in the template less files you will get new css files.

The LESS language features are described in the official documentation page.

Please remember that if you decide to modify the *.css files you shouldn't enable the LESS parser - after enabling it you will lose your CSS changes - it will be overwriten by the code based on the not modified *.less files.

The LESS compiler can be enabled under the template advanced settings:

Please remember that the LESS parser should be enabled only while you are editing your LESS files - it needs relatively big amount of server resources and will cause slower page loading time. That's why please remember to disable the LESS compiler after finishing the *.less files modifications.

The LESS files are located under the less directory. Most of the files are loaded inside the main.less file which transform into the template.css file. Thanks to that we have limited amount of the CSS files request while you still have separate files like template.less, gk.stuff.less, k2.less etc.

The most important feature is fact that you can change easily the template colors and font-sizes using one file - variables.less. This file contains a variables with basic colors and font-sizes used inside the template CSS code. By changing one variable i.e. @primary_color, you can change the whole template colors.