body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#222222;
}
img{
	border:none;
}
.clear{
	clear:both;
}
.top_bg{
	background:url(images/top_bg.png) repeat-x;
	height:34px;
	width:100%;
	line-height:34px;
	color:#dddddd;
	font-size:11px;
}

.top_bg a{
	color:#dddddd;
	font-size:11px;
}

.top_bg a:hover{
	color:#efc256;
	font-size:11px;
}
.top_wrapper form#global-login{
    float: right;
}
.top_wrapper{
  width:1259px;
  margin:0 auto; 
  
  background:url(images/top_bg.png) repeat-x;
  height:34px;
}
.member_text{
	color:#efc256;
	font-weight:bold;
	font-size:16px;
}

.tbox_top{
	width:90px;
	height:22px;
	border:none;
	border-radius:5px;
	padding-left:5px;
	margin-right:5px;
}

.login_btn{
	background:url(images/login_btn.png) no-repeat;
	width:51px;
	height:24px;
	cursor:pointer;
	border:none;
}

.banner_bg{

	background:#222222;

	width:100%;

	height:391px;

}

.banner{

	background:url(images/banner_bg.png) #222222;;

	width:1309px;

	height:391px;

	margin:0 auto;

}

.logo_bg{

	background:url(images/logo_line.png) repeat-x;

	height:94px;

	width:904px;

	text-align:center;

	margin:0 auto;

	margin-top:2px;

}

.box_wrapper{

	width:924px;

	margin:0 auto;

}

.banner_btns {
	width:694px;
	margin:0 auto;
	height: 30px;
}
#bullets {
	width:750px;
	margin:0 auto;
	height: 40px;
	text-align: center;
}
ul.flames {
	padding: 0;
	margin: 0;
}
ul.flames li {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/flame-icon.png);
	float: left;
	margin-right: 12px;
	padding-left: 25px;
	list-style-type: none;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.banner_btns img{

	margin-right:20px;

}

.banner_box_left{

	float:right;

	color:#ed6114;

	font-size:24px;

	font-weight:bold;

	margin-right:80px;

	width:220px;

}

.banner_box_right{

	float:left;

	color:#FFF;

	font-size:45px;

	font-weight:bold;

	line-height:38px;

	margin-top:20px;

	width:600px;
	margin-left: 20px;

}

.banner_box_right h1{

	float:left;

	font-size:95px;

	margin-top:20px;

	padding-top:0px;

	margin-right:30px;

}

.menu{

	width:904px;

	text-align:center;

	margin:0 auto;

}

#nav {

	padding: 0;

	margin: 0;

	list-style: none;

	height: 35px;

	margin-bottom:30px;

}

#nav li {

	display: inline;

	float: left;

	position: relative;

}

#nav a {

	float: left;

	display: block;

	height: 35px;

	padding: 0 11px;

	margin:0 30px 0 0;

	text-align: center;

	color: #b7b7b7;

	text-decoration: none;

	font: bold 13px/35px Arial, Helvetica, sans-serif;

}

#nav a:hover {

	color: #ffd46c;

	text-decoration: none;

	background: #000;

}

/* DROPDOWN */

#nav ul {

	display: none;

	z-index: 500;

	position:absolute;

	left:0;

	top: 35px;

	display:none;

	margin:0 0 0 1px;

	background: #000;

	width:200px;

}

#nav ul li {

	width:200px;

	float:left;

	border-top:1px solid #222;

	border-left: none

}

#nav ul a {

	display:block;

	height: 30px;

	padding: 0;

	text-indent: 10px;

	color:#eee;

	line-height: 30px;

	font-size: 11px;

	background: #000;

	width: 100%;

	text-align: left;

	margin: 0;

}

#nav ul li:hover a {

	color: #000;

	background: #f1be30;

}

#nav li:hover a {

	color: #ffd46c;

	background: #000;

}

#nav li:hover li a {

	color: #eee;

	background: #000;

	font-weight: normal;

}

#nav li:hover li a:hover {

	color: #ffd46c;

	background: #222;

}

/* CSS FALLBACK */

#nav li:hover ul.dropdown {
	display: block;
}

.sliderbg{
	width:100%;
	background:url(images/slider_bg.png) repeat-x;
	height:163px;
}

.slider_wrapper{
	width:1318px;
	margin:0 auto;
	background:url(images/slider_bg.png) repeat-x;
	height:163px;
}

.testimonials_bg{
	width:100%;
	background:#838383;
	height:258px;
	border-bottom:2px solid #575757;
}

.testimonials_wrapper{
	width:1268px;
	margin:0 auto;
	/*color:#FFF;*/
	background:#838383;
	height:258px;
	/* border-bottom:2px solid #575757; */
}

.testimonials_wrapper h1{

	font-size:28px;

	font-style:italic;

	color:#FFF;

	margin:0px;

}

.testimonial_bg{

	background:url(images/testimonial_bg.png) no-repeat;

	width:307px;

	height:204px;

	float:left;

	margin-right:10px;
	position: relative;

}

.testimonial_bg p{

	padding:0px;

	margin:0px;

	font-size:13px;

}
.testimonial_quote {
	padding: 12px;
	font-size:13px;
	max-height: 200px;
}
.testimonial_signature {
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 200px;
}
.testimonial_image {
	position: absolute;
	bottom: 12px;
	right: 28px;
	width: 50px;
}
.testimonial_bg img{

	float:right;

	margin-right:-18px;

	margin-top:-20px;

}

.testimonial_bg_last{

	background:url(images/testimonial_bg.png) no-repeat;

	width:307px;

	height:204px;

	float:left;

}

.testimonial_bg_last p{

	padding:20px;

	margin:0px;

	font-size:13px;

}

.testimonial_bg_last img{

	float:right;

	margin-right:-18px;

	margin-top:-20px;

}

.welcome_bg{

	width:100%;

	background:#6a6a6a;

	height:312px;

	border-bottom:2px solid #525252;

}

.welcome_wrapper{

	width:1129px;

	margin:0 auto;

	background:#6a6a6a;

	height:312px;

}

.welcome{

	float:left;

	width:338px;

	color:#c2c2c2;

	font-size:13px;

	margin-right:70px;

}

.welcome h1{

	color:#FFF;

	font-size:21px;

	font-weight:normal;

	text-align:center;

	padding:0px;

	margin:0px;

}

.firefighters_wanted{

	float:left;

	width:294px;

	color:#c2c2c2;

	font-size:13px;

	text-align:justify;

	line-height:25px;

	margin-right:70px;

}

.firefighters_wanted h1{

	color:#FFF;

	font-size:21px;

	font-weight:normal;

	text-align:center;

	padding:0px;

	margin:0px;

}

.how_do_i_become{

	float:left;

	width:338px;

	color:#c2c2c2;

	font-size:13px;

	text-align:justify;

	line-height:25px;

}

.how_do_i_become a{

	color:#c2c2c2;

}

.how_do_i_become a:hover{

	color:#c2c2c2;

	text-decoration:none;

}

.how_do_i_become h1{

	color:#FFF;

	font-size:21px;

	font-weight:normal;

	text-align:center;

	padding:0px;

	margin:0px;

}

.fire_career_bg{

	width:100%;

	background:#222222;

	color:#656565;

	font-size:14px;

	border-bottom:2px solid #505050;

}

.fire_career_wrapper{

	width:685px;

	margin:0 auto;

	line-height:27px;

}

.date {

	color:#FFF;

	font-size:18px;

}

.new_head a{

	color:#ed6114 !important;

	font-size:18px;

	font-weight:normal !important;

}

.new_head a:hover{

	color:#ffba00 !important;

	font-size:18px;

	font-weight:normal !important;

}

.fire_career_wrapper a{

	color:#ffba00;

	text-decoration:none;

	font-weight:bold;

}

.fire_career_wrapper a:hover{

	color:#ed6114;

}

.bdr_bot{

	border-bottom:1px solid #111111;

}

.bdr_bot_top{

	border-bottom:1px solid #111111;

	border-top:1px solid #444444;

}

.bdr_top{

	border-top:1px solid #444444;

}

.footer_bg{

	width:100%;

	background:#6a6a6a;

	height:40px;

}

.footer{

	width:958px;

	margin:0 auto;

	color:#FFF;

	text-align:center;

	font-size:12px;

	line-height:16px;

	background:#6a6a6a;

	height:40px;

}

.footer a{

	color:#FFF;

	text-decoration:none;

}

.footer a:hover{

	text-decoration:underline;

}

.foot_left{

	float:left;

	margin-right:20px;

}


.top_wrapper {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    padding: unset !important;
    margin: unset !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: flex-end !important;
}
