@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	display: inline-block;
	text-align: center;
}
.top {
    display: inline-block;
    width: 98%;
    text-align: center;
}
.content {
	display: inline-block;
    width: 100%;
    text-align: center;
}
.logo {
    display: none;
    margin-top: 10px;
    width: 98%;
    text-align: center;
}
.logo_phone {
	display: inline-block;
    margin-top: 10px;
    width: 98%;
    text-align: center;
}
.member {
	color: #620C15;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.main_pic {
	display: inline-block;
	width: 100%;
}
.menu {
	display: inline-block;
	border-bottom: thin solid #B8B8B8;
	width: 100%;
}
.paragraph {
    color: #000000;
    text-align: center;
    margin-top: 20px;
    width: 90%;
    display: inline-block;
}
.buttons {
	text-align: center;
	display: inline-block;
}
.form-signin {
  width: 90%;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.volunteer {
	margin-top: 30px;
	display: inline-block;
	width: 90%;
}
.classes {
	margin-top: 30px;
	width: 90%;
	display: inline-block;
}
.photos {
	margin-top: 30px;
	width: 90%;
	display: inline-block;
}
.sponsors {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.bottom {
	color: #000000;
	text-align: center;
	margin-top: 30px;
	display: inline-block;
}
.menu1 {
	display: inline-block;
	width: 91%;
	float: left;
}
.PAEMS {
	width: 50%;
	display: inline-block;
}
.lifeflight {
	width: 50%;
	display: inline-block;
}
.aha {
	width: 48%;
	display: inline-block;
	margin-left: 5px;
}
.ada {
	width: 50%;
	display: inline-block;
	margin-top: 20px;
}
.facebook {
    display: inline-block;
    width: 25%;
}

.turkey {
    display: inline-block;
    width: 25%;
}
.form {
	display: inline-block;
}
.contact {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.pictures {
	display: inline-block;
	width: 100%;
}
.pic {
	display: inline-block;
	width: 90%;
	margin-top: 10px;
}
.hiring {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.firstrespclass {
    width: 100%;
    display: none;
}
.emtbasicclass {
    width: 100%;
    display: none;
}
.opptovolunteer {
    width: 100%;
    display: inline-block;
}
.recruiting_button {
	width: 100%;
	display: inline-block;
}
.recruiting_form {
	width: 100%;
	display: inline-block;
}
.membership_wrapper {
	width: 100%;
	display: inline-block;
}
.membership_list {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.membership_centering {
	width: 100%;
	display: inline-block;
	text-align: center;
	align-content: center;
}
.membership_wrapper2 {
	width: 100%;
	display: inline-block;
}
.membership_list2 {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.application_button {
	width: 100%;
	display: inline-block;
	margin-top: 5%;
}
.class_schedule_button {
    width: 100%;
	display: inline-block;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
	text-align: center;
}
.top {
}
.content {
}
.logo {
    width: 95%;
    float: left;
    display: inline-block;
}
.logo_phone {
    display: none;
    margin-top: 10px;
    width: 98%;
    text-align: center;
}
.member {
    width: 32%;
    vertical-align: bottom;
    text-align: center;
}
.main_pic {
}
.menu {
	width: 100%;
}
.paragraph {
	width: 80%;
	display: inline-block;
}
.buttons {
}
.form-signin {
  width: 50%;
  padding: 15px;
  margin: 0 auto;
}
.volunteer {
	width: 51%;
}
.classes {
	width: 51%;
}
.photos {
	width: 51%;
}
.sponsors {
}
.bottom {
}
.menu1 {
	width: 100%;
	display: inline-block;
	float: none;
}
.PAEMS {
	width: 15%;
}
.lifeflight {
	width: 20%;
}
.aha {
	width: 20%;
	margin-left: 5px;
}
.ada {
	width: 20%;
}
.facebook {
    width: 15%;
    margin-top: 20px;
}
    .turkey {
    display: inline-block;
    text-align: center;
    width: 15%;
}
    
.form {
	width: 50%;
}
.contact {
	width: 45%;
	display: inline-block;
	float: right;
	margin-top: 30px;
}
.pictures {
}
.pic {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.hiring {
	width: 20%;
}
.firstrespclass {
}
.emtbasicclass {
}
.opptovolunteer {
}
.recruiting_button {
	width: 45%;
	margin-right: 2%;
}
.recruiting_form {
}
.membership_wrapper {
	width: 45%;
	vertical-align: top;
	text-align: center;
}
.membership_list {
}
.membership_centering {
	margin-left: 16%;
}
.membership_wrapper2 {
	width: 45%;
	vertical-align: top;
}
.membership_list2 {
	text-align: right;
}
.application_button {
	width: 45%;
	margin-left: 2%;
	margin-top: 0%;
}
.class_schedule_button {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	text-align: center;
}
.top {
    vertical-align: top;
    display: inline-block;
}
.content {
    display: inline-block;
    text-align: right;
    width: 55%;
}
.logo {
	width: 40%;
	vertical-align: bottom;
    padding-left: 2%;
}
.logo_phone {
    margin-top: 10px;
    width: 98%;
    text-align: center;
}
.member {
	width: 50%;
	vertical-align: bottom;
	text-align: right;
	margin-top: 50px;
}
.main_pic {
    padding-top: 1%;
}
.menu {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.paragraph {
	color: #000000;
	width: 60%;
	display: inline-block;
	margin-top: 30px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.buttons {
	display: inline-block;
	text-align: center;
}
.volunteer {
	width: 30%;
	display: inline-block;
}
.classes {
	width: 30%;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
.photos {
	width: 30%;
	display: inline-block;
}
.sponsors {
}
.bottom {
}
.menu1 {
	width: 100%;
	display: inline-block;
}
.PAEMS {
	width: 10%;
}
.lifeflight {
	width: 15%;
}
.aha {
	width: 15%;
}
.ada {
	width: 15%;
}
.facebook {
    display: inline-block;
}
.turkey {
    display: inline-block;
    margin-left: 48%;
}
.form {
	width: 60%;
}
.contact {
	width: 40%;
}
.pictures {
}
.pic {
	width: 30%;
}
.hiring {
}
.firstrespclass {
}
.emtbasicclass {
}
.opptovolunteer {
}
.recruiting_button {
	margin-right: 1%;

}
.recruiting_form {
}
.membership_wrapper {

}
.membership_list {
}
.membership_centering {
}
.membership_wrapper2 {
}
.membership_list2 {
}
.application_button {
	margin-left: 1%;
}
.class_schedule_button {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
