body, html {
	height: 100%;
	position: relative;
}
body {
	position: relative;
	overflow-x: hidden;
	background: #333;
}
header {
	background: #cd0000;
    
   
    background-position: 0px 220px; 
	box-shadow: 0 0 20px #000;
	position: relative;
	z-index: 2;
   
}
.video header {
	background: none;
    background-image: url(../images/bkNav.png) ;
    background-repeat: repeat-x;
	box-shadow: none;
	height: 100%;
     
}
.wrapper {
	width: 1200px;
	max-width: 97%;
	margin: 0 auto;
}
.content .wrapper {
	background: #ffffff;
	padding: 20px;
	border-top: 5px solid #ccc;
}
.title {
	color: #cd0000;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.site-branding {
	float: left;
}
.site-branding img {
	display: block;
	height: 60px;
	margin: 10px 0;
}
.isoCertified{height:30px;}
.top-header {
	line-height: 25px;
	text-align: right;
	color:  #000;
    border-top: none solid 6px #9c00ff;
	background: #999999;
	padding: 5px 3px 2px;
}
header .social-media {
	display: inline-block;
	font-size: 25px;
   
} header .social-media a {
	padding-left: 5px;
	color:#fff;
}
.banner {
	position: relative;
	z-index: 1;
    display: block;
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #007eff;
    transition: background-image ease 0.5s;
}
.banner img {
    display: none;
}
.images {
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(../images/diagonals.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
.images #slideme {
	border: 5px solid #fff;
	max-height: 450px;
	width: 95%;
	margin: 0 auto;
}
.badge{float:right; width:175px; }
.content {
	position: relative;
	background: #dddddd;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 30px 0 30px;
	z-index: 1;
	background-image: url(../images/diagonals.png);
}
.main-left {
	width: 65%;
	float: left;
}
.main-right {
	width: 33%;
	float: right;
}
.main-right input {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.main-left, .main-right {
		width: 100%;
		float: none;
	}
}
#slideme img {
	display: none;
	width: 100%;
}
#slideme img:first-child {
	display: block;
}

video {
	position: block;
    
}
.videobg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(http://firstresponseurgent.com/css/polina.jpg) no-repeat ;
	background-size: cover;
	z-index: 1;
     
}
#videoLogo{ display:none;}
.video #videoLogo{width:1200px; max-width:97%; display:block; margin: 0 auto;}
.video #pageLogo{display:none;}


.features {
	background: #00451a;
	margin-top: 20px;
	text-align: center;
}
.features .feature {
	position: relative;
	width: 372px;
	max-width: 98%;
	display: inline-block;
	margin: 1%;
	text-align: center;
	background: #111;
	padding: 3px 12px 5px;
	border-radius: 19px;
	cursor: pointer;
	color: #fff;
}
.features .feature img {
	border-radius: 10px;
}
.features .feature h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 27px;
}
.features .feature:hover ul {
	max-height: 375px;
	padding-top: 15px;
    
}
.features .feature ul {
	display: block;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	background: #111;
	background: rgba(0,0,0,0.9);
	border-radius: 19px;
	max-height: 0;
	font-size: 14px;
	overflow: hidden;
	transition: padding ease-out 0.5s, max-height linear 0.5s ;
    
}
.features .feature li {
	line-height: 1.1;
	padding: 4px;
}
.features .feature li a {
	display: block;
	background: #cd0000;
	width: 75%;
	margin: 10px auto;
	border: 1px solid #FCFE00;
	border-radius: 20px;
	font-weight: bold;
	color: #FCFE00;
	line-height: 1.2;
	padding: 3px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.features .feature li:hover a {
	background: #FCFE00;
	color: #cd0000;
}
h2.article-title a {
	color: #cd0000;
	font-weight: 100;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #cd0000;
	border: 2px solid #cd0000;
	color: #fff;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #fff;
	color: #cd0000;
}

/*--------------------------------------------------------------
TABS
--------------------------------------------------------------*/
.tabs {
	position: relative;
	width: 100%;
	clear:left; 
}
.tabs .nav {
	position: relative;
	list-style: none;
	margin-left: 0;
	border-bottom: 2px solid #0e6500;
}
.tabs .nav li {
	float: left;
}
.tabs .nav li a {
	position: relative;
	border-radius: 4px 4px 0 0;
	display: block;
	padding: 3px 10px 0;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 33px;
	cursor: pointer;
	z-index: 1;
}
.tabs .nav li a:hover {
	color: #000;
}
.tabs .nav li.active a {
	top: 3px;
	padding-top: 0;
	border-width: 2px;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #0e6500;
	border-bottom-color: #fff;
	color: #000;
}
.tabs > div {
	display: none;
	font-size: 14px;
	line-height: 1.2;
}
.tabs div.active {
	display: block;
}
@media (max-width: 500px) {
	.tabs .nav li {
		width: 100%;
	}
	.tabs .nav li a.active {
		border-radius: ;
		padding-top: 3px;
		top: 0;
		border-bottom: 2px solid #0e6500;
		z-index: 3;
	}
}

@media screen and (max-width: 1100px) {
.video #videoLogo{width:1200px; max-width:80%; margin: 0 5px;}
	.features .feature li a {
		margin: 5px auto;
	}
	.video video { display: none; }
	.video header { height: auto; }
}
@media screen and (max-width: 950px) {
	.features .feature li a {
		padding: 0;
	}
}
@media screen and (max-width: 850px) {
	.features .feature h2 {
		font-size: 20px;
	}
	.features .feature:hover ul {
		padding-top: 12px;
	}
}
@media screen and (max-width: 700px) {
#bgvid{display:none;}
.video header {
	background: none;
    background-image: url(../images/bkNav.png) ;
    background-repeat: repeat-x;
	box-shadow: none;
	height: 120px;
     
}
	.features .feature li a {
		padding: 2px 0;
	}
	.features .feature:hover ul {
		padding-top: 10px;
	}
}
@media screen and (max-width: 400px) {
	.features .feature ul {
		font-size: 12px;
	}
	.features .feature:hover ul {
		padding-top: 8px;
	}
}
footer {
	padding: 30px 0 30px;
	border-top: 5px solid #cd0000;
}
footer, footer a, footer a:visited {
	color: #fff;
	font-size: 12px;
	color: rgba(255,255,255,0.75);
}
footer .left {
	float: left;
	width: 49%;
}
footer .right {
	float: right;
	width: 49%;
	text-align: right;
}
footer img {
	width: 240px;
}
@media screen and (max-width: 900px) {
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: center;
	}
}