/*FLEXBOX CONTROL BEGINS//////////////////////////////////////////*/
/*FLEXBOX CONTROL BEGINS//////////////////////////////////////////*/
/*FLEXBOX CONTROL BEGINS//////////////////////////////////////////*/
/*FLEXBOX CONTROL BEGINS//////////////////////////////////////////*/
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.container > div {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 350px;
  padding: 0em 2.1em 0em .8em;
}
.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.container.redgrey {
  margin-bottom: 1%;
}
.container.large {
  width: 100%;
  padding: 0;
  margin: 0;
}
.container > div.threes {
  padding: 0 1.5em 0em .8em;
  flex-basis: 286px;
}
.container > div.greybox {
  background-color: #eae9e9;
  padding: 2em;
  border-radius: 10px;
  margin: 2% 1% 2% 1%;
}
.container > div.twothirds {
  flex-basis: 60%;
  padding: 0em .8em 0em .8em;
}
.container > div.threes:last-child {
  padding: 0 0 0 .8em;
}
.container > .wycd {
  flex-basis: 33%;
}
footer .container > div.threes {
  padding: 0 1.5em 0em .8em;
}
/*FLEXBOX CONTROL ENDS//////////////////////////////////////////*/
/*FLEXBOX CONTROL ENDS//////////////////////////////////////////*/
/*FLEXBOX CONTROL ENDS//////////////////////////////////////////*/
/*FLEXBOX CONTROL ENDS//////////////////////////////////////////*/
body {
  position: relative; /* we need this for the scrollspy */
  font-size: 18px;
}
html, body {
  width: auto !important;
  overflow-x: hidden !important
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: .3em;
  margin-bottom: .3em;
}
hr {
  border: 1px dotted #91b701;
 
}
ul {
  list-style-type: disc;
  padding: 4px 0 0 20px;
}
ul li {
  padding: 0px 0 4px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #666;
}
ul.check {
  list-style-image: url("../images/checksmall.png");
  padding: 10px 0px 0px 40px;
}
ul.check li {
  padding: 0px 0px 4px 10px;
  margin-bottom: 6px;
  font-size: 22px;
}
ul.mm {
  list-style-type: disc;
  padding: 0px 0px 0px 10px;
}
ul.mm li {
  list-style-type: disc;
  font-size: .8em;
  margin-bottom: 6px;
}
img.centerpara {
  display: block;
  margin: 3% 0px;
  max-width: 100%;
  border: 1px solid #999;
  padding: 8px;
}
img.rightpara {
  display: block;
  float: right;
  margin-left: 2%;
  margin-top: 1%;
  max-width: 22%;
  border: 1px solid #999;
  padding: 8px;
}

#statreplace {
display: none;
}
div.risk {
margin-bottom:0px;
}

div.risk h3{
	margin-top:18px;	
margin-bottom:0;	
}


img.leftpara {
  display: block;
  float: left;
  margin-right: 3%;
  margin-top: 1%;
  max-width: 22%;
  border: 1px solid #999;
  padding: 8px;
}
.border {
  border: 1px solid #666;
  margin-bottom: 2%;
}
img.messageboard {
  max-width: 100%;
  margin-bottom: 6px;
}
.message {
  margin-bottom: 6px;
}
#curve_chart {
  border: 1px solid #CC1C23;
  padding: 0px;
  margin: 0px;
}
#monthStats, #holidayStats {
  border: 1px solid #CC1C23;
  padding: 0% 3% 0px 4%;
  margin: 0px;
}
#chart_div {
  border: 1px solid #CC1C23;
  padding: 0% 4% 0px 3%;
  margin: 0px;
}
#chart_demo {
  border: 1px solid #CC1C23;
  padding: 0% 3% 0px 4%;
  margin: 0px;
}
#chart_conditions {
  border: 1px solid #CC1C23;
  padding: 4% 0px 0px 12%;
  margin: 0px;
}
#piechart_lightConditions, #piechart_surfaceConditions, #piechart_UrbanRural, #piechart_Paved {
  width: 45%;
  display: inline-block;
  height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.statistics {
  padding-top: 0px;
  padding-left: 0px;
  height: 400px;
}
.statistics2 {
  padding-top: 0px;
  height: 400px;
}
p.stat {
  font-size: .7em;
  margin: 0;
}
.iconmini {
  width: 20%;
  max-width: 60px;
  float: left;
  padding: 10px 16px 6px 0px;
}
.iconmini2 {
  width: 20%;
  max-width: 40px;
  float: left;
  padding: 0px 12px 6px 0px;
}
ul.law {
  list-style-type: circle;
  padding: 0px 0 0 20px;
}
ul.law li {
  padding: 0px 0 16px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
ul.standardlarge {
  list-style-type: disc;
  padding: 8px 0 0 30px;
}
ul.standardlarge li {
  padding: 0px 0 6px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #cc1c23;
}
.stories {
  margin: -3.5rem 0 1.5rem 0;
}
/*TABLES START //////////////////////////////////////////*/
/*TABLES START //////////////////////////////////////////*/
/*TABLES START //////////////////////////////////////////*/
div.unstyledTable {
  background-color: rgba(51, 51, 51, 0.3);
  max-width: 84% !important;
  width: 84%;
}
.divTable.unstyledTable .divTableCell, .divTable.unstyledTable .divTableHead {
  border: 1px dotted #6E6E6E;
  padding: 10px;
}
.divTable.unstyledTable .divTableBody .divTableCell {
  font-size: 1.7rem;
  color: #FFFFFF;
}
.divTable.unstyledTable .divTableHeading .divTableHead {
  font-weight: normal;
  font-size: 1em;
  color: #FFFFFF;
}
.unstyledTable .tableFootStyle {
  font-weight: bold;
  color: #FFFFFF;
}
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  display: table-header-group;
}
.divTableCell, .divTableHead {
  display: table-cell;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}
/*TABLES END//////////////////////////////////////////*/
/*TABLES END//////////////////////////////////////////*/
/*TABLES END//////////////////////////////////////////*/
h1, h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.1em;
}
h3 {
  text-transform: uppercase;
  color: #91b701;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.0em;
}
.greybox > h4 {
  color: #91b701;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1em;
}
.center {
  text-align: center;
}
h1, .h1 {
  padding: 0 0 0em 0em;
  font-size: 4rem;
}
.h2, h2 {
  font-size: 2.7rem;
  margin-top: 6px;
}
h1.fivestats {
  font-size: 6rem;
  margin: 0px;
  padding: 0;
  color: #cc1c23;
  text-shadow: 2px 2px 4px #fff;
}
h2.fivestats {
  font-size: 5rem;
  margin-bottom: 0px;
  color: #666;
  text-shadow: 2px 2px 4px #fff;
}
h6 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  color: #cc1c23;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px dotted #999;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 1.4% 0;
  color: #fff;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
.strongred {
  color: #91b701 !important;
}
.sponsor {
  color: #ccc !important;
}
a:link, a:visited {
  color: #c5c2ab;
  font-weight: 500;
  text-decoration: underline;
}
a:hover {
  color: #fff;
}
.headingdark {
  color: #9b9987;
}
.headinglite {
  color: #91b701;
}
.bglite {
  background-color: #fff;
  padding: 2% 0 2%;
}
.bglite h1 {
  color: #073640;
}
.bglite h2 {
  color: #666;
}
.bglite p {
  color: #666;
}
.bglite a {
  color: #91b701;
  font-weight: 700;
  text-decoration: underline;
}
.bglite a:hover {
  color: #073640;
  text-decoration: underline;
}
.redtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #91b701;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1em;
  padding-top: 4%;
}
h2.pullout {
  text-transform: uppercase;
  color: #073640;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 5px 0;
}
h3.pullout {
  text-transform: uppercase;
  color: #cc1c23;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3em;
  margin: 20px 0 5px 0;
}
#rss {
  border: 1px solid grey;
  padding: 10px;
  margin-top: 13px;
}
#rssheader {
  background: url(../images/blog_bg.png);
  padding: 24px 16px 16px 24px;
  margin-bottom: 2px;
}
#rssbody {
  background: #e7e7e7;
  padding: 10px 20px;
}
h4.feed-item-title {
  font-size: .9em;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0;
  line-height: 1.5em;
}
h4.feed-item-title a {
  color: #666;
}
p.feed-item-desc {
  font-size: .9em;
  padding-top: 4px;
  line-height: 1.3em;
}
h2.messmon {
  color: #ffcc00;
}
.blogicon {
  width: 20%;
  max-width: 50%;
  float: right;
  padding: 10px 10px 10px 20px;
}
p.center {
  text-align: center;
}
.intellectual {
  margin: 0;
}
.intellectual p {
  font-size: 1.3rem;
  margin-bottom: .7em;
  line-height: 1.3em;
  color: #999;
}
img.homesponsors {
  max-width: 94%;
}
.container > div.iconcenter {
  flex-basis: 190px;
  padding: 0em 1em;
  margin-bottom: .5em;
  height: 100%;
}
.infographic_img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.infographic_img img {
  width: 80%;
  max-width: 80%;
}
.infographic_text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  text-align: center;
  margin-top: 12px;
}
.container > div.iconcenter2 {
  flex-basis: 230px;
  padding: 0em 1em;
  height: 100%;
}
.infographic2_img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.infographic2_img img {
  max-width: 60%;
  width: 60%;
}
.infographic2_text {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  margin: 16px 0 20px;
}
.container > div.iconcenter3 {
  flex-basis: 340px;
  padding: 0em 1em;
  margin-bottom: .5em;
  height: 100%;
}
.infographic3_img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.infographic3_img img {
  max-width: 60%;
  width: 60%;
}
.infographic3_text {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin: 16px 0 20px;
}
.container > div.iconcenter4 {
  flex-basis: 16%;
  height: 100%;
}
.count {
  font-family: 'Montserrat', sans-serif;
  line-height: 70px;
  color: #fff;
  font-size: 9rem;
  text-shadow: 2px 2px 4px #444;
}
.statnumber {
  max-height: 200px;
  overflow-y: auto;
  border: 0px solid green;
  margin-top: 0;
  padding-top: 0;
}
.card {
  width: 100%;
  height: 100%;
  margin-bottom: 0em;
}
.cardtop {
  background-color: #e7e6e6;
  width: 100%;
  height: 66px;
  max-height: 66px;
  padding: 20px 20px 20px 30px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0 0;
}
.cardbottom {
  background-color: transparent;
  padding: 30px;
  width: 100%;
  text-align: left;
  border: 1px solid #e7e6e6;
  border-radius: 0px 0px 5px 5px;
}
.card h1 {
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #685762;
}
.card h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  color: #685762;
}
.card ul {
  padding: 0px 0px 0px 20px;
  margin-bottom: 0;
}
.card ul li {
  background: url(../images/check4.png) no-repeat;
  padding: 0px 0px 0px 34px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0 0 14px 0;
  line-height: 1.3em;
}
.card ul a {
  font-size: .9em;
  color: #488286;
}
.card ul a:hover {
  color: #9b9987;
}
#about {
  padding: 3% 0px 4%;
  background-image: url(../images/bgabout.jpg);
  background-color: #685762;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#monday {}
#parabuckle {
  padding: 3% 0 2%;
  background-image: url(../images/bgbuckle.jpg);
  background-color: #2f5558;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #cc1c23;
  border-bottom: 2px solid #cc1c23;
}
#parastay {
  padding: 3% 0 2%;
  background-image: url(../images/bgbiker.jpg);
  background-color: #685762;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #cc1c23;
  border-bottom: 2px solid #cc1c23;
}
#parasober {
  padding: 3% 0 2%;
  background-image: url(../images/bgpizza.jpg);
  background-color: #2f5558;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #cc1c23;
  border-bottom: 2px solid #cc1c23;
}
#parachill {
  padding: 3% 0 2%;
  background-image: url(../images/bgtruck.jpg);
  background-color: #685762;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #cc1c23;
  border-bottom: 2px solid #cc1c23;
}
#parafocus {
  padding: 3% 0 2%;
  background-image: url(../images/bgdriver.jpg);
  background-color: #5b0b0e;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #9b9987;
  border-bottom: 2px solid #9b9987;
}
#partnershome {
  padding: 3% 0 2%;
  background-image: url(../images/bgpartners.jpg);
  background-color: #1c3335;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.nav-link {
  display: block;
  margin-right: 4px;
}
i.nav {
  border: solid #666;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 0 3px 6px;
}
i.navsub {
  border: solid #666;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 14px 1px -24px;
}
i.top {
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  margin: 3px 2px -4px 2px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.primary-button-top a {
  display: block;
  background-color: #555;
  opacity: .7;
  padding: 15px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}
#backtotop {
  z-index: 1000000000;
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: none;
  border-radius: 10px;
}
.primary-button-top a:hover {
  background-color: #ade000;
  opacity: 1;
  transition-timing-function: ease;
  -webkit-transition: .5s; /* Safari */
  transition: .5s;
  border-radius: 3px;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.primary-button a {
  display: inline-block;
  background-color: #9b9987;
  padding: 11px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.primary-button a:hover {
  background-color: #fff;
  color: #9b9987;
}
.hero {
  margin-top: 4vh;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-overlay {
  position: absolute;
  padding: .5% 0 4% 8%;
  height: 22%;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: rgba(51, 51, 51, .7);
  border-bottom: 1px solid #cc1c23;
}
.hero-overlay > h1 {
  font-size: 3em;
  letter-spacing: 0px;
  padding-top: 10px;
}
#stats {
  background-image: url(../images/banner_stats.jpg);
}
#sober {
  background-image: url(../images/banner_sober.jpg);
}
#slow {
  background-image: url(../images/banner_slow.jpg);
}
#buckle {
  background-image: url(../images/banner_buckle.jpg);
}
#focus {
  background-image: url(../images/banner_focus.jpg);
}
#monday {
  background-image: url(../images/banner_involved.jpg);
}
#stay {
  background-image: url(../images/banner_stay.jpg);
}
#safety {
  background-image: url(../images/banner_safety.jpg);
}
#resources {
  background-image: url(../images/banner_resources.jpg);
}
#athome {
  background-image: url(../images/athome.jpg);
}
#contact {
  background-image: url(../images/banner_contact.jpg);
}

.calendar h3 {text-align: center;}
/*

/*----- BUTTONS -----*/

input.sr-button.reverse {
    background-color: #91b701!important;
    border: 0px!important;
    padding: 5px 10px!important;
    color: #fff!important;
	margin-left:5%;
}
button, select {
    text-transform: none!important;
    border: 2px solid #91b701!important;
    padding: 5px!important;
}

input#email  {
    text-transform: none!important;
    border: 2px solid #91b701!important;
    padding: 5px!important;
}
.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	box-shadow: 0px 1px 2px #666;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}

.btn:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	box-shadow: 0px 1px 2px #666;
	color: #ffffff;
}
.btn18, .btn18:hover {
	padding: 10px 18px;
	font-size: 18px;
}
.btn14, .btn14:hover {
	padding: 8px 14px;
	font-size: 14px;
}
.btn12, .btn12:hover {
	padding: 8px 14px;
	font-size: 12px;
}
.btnblue  {
	background: #073640;
	color: #fff !important;    
	font-weight: 700;
    text-decoration: none !important;
}
.btnblue:hover {
	background: #2a5557;
}
.btngreen {
	background: #7ea040;
}
.btngreen:hover {
	background: #86ac40;
}
.btnorange {
	background: #e7740d;
}
.btnorange:hover {
	background: #f57b0d;
}
.btngrey {
	background: #959494;
}
.btngrey:hover {
	background: #adadad;
}
/*----- BUTTONS -----*/



*/
#fcbox {
  border: 1px solid #999;
  padding: 30px;
  background: transparent;
  margin-right: 3%;
  margin-top: 1%;
  margin-bottom: 3%;
}
#fcbox .btn {
  width: 100%;
  padding: 0% 3%;
  background-color: transparent;
}
.fatalitycount {
  font-size: 130px;
  font-weight: 700;
  color: #fff;
  line-height: 120px;
  text-align: center;
  padding: 10px 0;
  text-shadow: 2px 2px 4px #333;
}
.dualbtnright {
  text-align: right;
  margin: 0 0 5% 0;
}
.dualbtnleft {
  text-align: left;
  margin: 0 0 5% 0;
}
/*REAL LIFE STORIES SLIDER BELOW////////////////////////////////////////////////////////////////////*/
/*REAL LIFE STORIES SLIDER BELOW////////////////////////////////////////////////////////////////////*/
/*REAL LIFE STORIES SLIDER BELOW////////////////////////////////////////////////////////////////////*/
#slider {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  float: left;
  padding: 0;
  margin-top: 0px;
  border: none;
  border-radius: 5px;
}
#slider img {
  width: 590px;
  height: 300px;
}
.img1, .img2, .img3, .img4, .img5, .img6, .img7 {
  width: 590px;
  margin-top: 4em;
  margin-left: 20%;
  padding: 0;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide:nth-child(1) {
  background-image: url("../images/story_bg.jpg")
}
.slide:nth-child(2) {
  background-image: url("../images/story_bg.jpg")
}
.slide:nth-child(3) {
  background-image: url("../images/story_bg.jpg")
}
.slide:nth-child(4) {
  background-image: url("../images/story_bg.jpg")
}
.slide:nth-child(5) {
  background-image: url("../images/story_bg.jpg")
}
.slide:nth-child(6) {
  background-image: url("../images/story_bg.jpg")
}
.slide:nth-child(7) {
  background-image: url("../images/story_bg.jpg")
}
.slide-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 20px 20px 30px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-height: 60%;
}
.slide-copy h2 {
  color: #ffcc00;
  font-size: 2.7rem;
}
.slide-copy p {
  color: #fff;
  font-size: 1.8rem;
}
.slide-copy p a {
  color: #ffcc00;
}
.slide-copy p a:hover {
  color: #fff;
}
#prev, #next {
  cursor: pointer;
  z-index: 100;
  background: #666;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: relative;
  top: 197px;
  margin: 0;
  padding: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#next {
  float: right;
  right: 0px;
}
#prev {
  float: left;
  left: 0;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: relative;
  top: 20%;
  right: -40%;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  position: relative;
  top: 20%;
  left: 30%;
}
/*REAL LIFE STORIES SLIDER END////////////////////////////////////////////////////////////////////*/
/*REAL LIFE STORIES SLIDER END////////////////////////////////////////////////////////////////////*/
/*REAL LIFE STORIES SLIDER END////////////////////////////////////////////////////////////////////*/
/*REAL LIFE STORIES SLIDER END////////////////////////////////////////////////////////////////////*/
/*REAL LIFE STORIES SLIDER END////////////////////////////////////////////////////////////////////*/
/*REAL LIFE STORIES SLIDER END////////////////////////////////////////////////////////////////////*/
@media (min-width: 1060px) {
  /*SOCIAL MEDIA NAV STARTS--------------------------------------------------------------------------------------------------------------------*/
  .icon-bar {
    width: 53px;
    position: fixed;
    top: 170px;
    left: 0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.7)
  }
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 5px 12px 7px 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 28px;
  }
  .icon-bar a:hover {
    background-color: #ade000;
  }
  /*SOCIAL MEDIA NAV ENDS-------------------------------------------------------------------------------------------------------------------*/
  /*SOCIAL MEDIA NAV ENDS-------------------------------------------------------------------------------------------------------------------*/
  /*SOCIAL MEDIA NAV ENDS-------------------------------------------------------------------------------------------------------------------*/
  /*SOCIAL MEDIA NAV ENDS-------------------------------------------------------------------------------------------------------------------*/
  /*NAV STARTS--------------------------------------------------------------------------------------------------------------------*/
  /*NAV STARTS--------------------------------------------------------------------------------------------------------------------*/
  /*NAV STARTS--------------------------------------------------------------------------------------------------------------------*/
  /*NAV STARTS--------------------------------------------------------------------------------------------------------------------*/
  .window .header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 84px;
    width: 100%;
    background: rgba(7, 54, 64, 1);
    overflow: visible;
    z-index: 100000;
    border-bottom: 1px solid #a2e000;
  }
  .window .header ul.menu li.menu-item ul {
    display: none;
  }
  .window .header ul.menu li.menu-item:hover ul {
    display: block;
    position: absolute;
    margin-left: 0px;
    background: #a2e000;
    padding: 0px 16px 8px 30px;
    border: 0px solid black;
    border-radius: 8px;
  }
  .window .header ul.menu li ul li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
  }
  .window .header ul.menu li ul li:nth-last-child(1) {
    border-bottom: 0px solid #a2e000;
  }
  .window .header ul.menu li ul li a:link {
    list-style-type: none;
    padding: 12px 12px 8px 10px;
    font-size: .9em;
  }
  .window .header .icon {
    display: inline-block;
    position: absolute;
    color: #FFF;
    top: 10px;
    left: 5em;
    max-height: 70%
  }
  .window .header ul.menu {
    position: absolute;
    right: 4em;
    display: block;
    padding: 0px 0px 0;
    list-style: none;
    margin-top: 30px;
  }
  ul.menu li.menu-item {
    display: inline-block;
    border-right: 1px dotted #ade000;
  }
  .window .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;
    font-family: "Myriad Pro", Arial, "Gill Sans MT", "sans-serif";
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    width: 100%;
  }
  .window .header ul.menu li.menu-item a {
    padding: 8px;
  }
  .window .header ul.menu li.menu-item a:hover {
    color: #ade000;
  }
  .window .header ul.menu li.menu-item:hover > a {
    color: #ade000;
  }
  .window .header ul.menu li.menu-item:nth-last-child(1) {
    border-right: none;
  }
}
@media (min-width: 1060px) and (max-width: 1500px) {
  .window .header ul.menu li.menu-item a {
    font-size: 17px;
  }
}
@media (max-width: 1059px) {
  i.nav {
    display: none;
  }
  .nav-link {
    display: block;
    margin-right: 4px;
    padding: 0rem 0rem;
  }
  #mobul {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .icon-bar {
    display: none;
  }
  .window .header ul.menu li ul {
    padding: 0px 0px 16px 32px;
  }
  .window .header ul.menu li ul li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0 0;
  }
  .window .header ul.menu li ul li:nth-last-child(1) {
    border-bottom: 0px solid #b1e000;
  }
  .window .header ul.menu li ul li a:link {
    list-style-type: none;
    padding: 0px 12px 0px 10px;
    font-size: .9em;
  }
  #mobul {
    padding-top: 6px 0 0 0;
  }
  .window .header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;	  
    background: rgba(7, 54, 64, 1);
    overflow: hidden;
    z-index: 100000;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    border-bottom: 1px solid #a2e000;
  }
  .window .header .burger-container {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 100px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .window .header .burger-container #burger {
    width: 18px;
    height: 30px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  .window .header .burger-container #burger .bar {
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 1);
    transition-delay: 0s;
  }
  .window .header .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  .window .header .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  .window .header .icon {
    display: inline-block;
    position: absolute;
    color: #FFF;
    top: 10px;
    right: 24px;
    max-height: 64%;
  }
  .window .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
  }
  .window .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
  }
  .window .header ul.menu li.menu-item {
    border-bottom: 1px solid #999;
    margin-top: 5px;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .window .header ul.menu li.menu-item:nth-last-child(1) {
    border-bottom: none;
  }
  .window .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
  }
  .window .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
  }
  .window .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
  }
  .window .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
  }
  .window .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
  }
  .window .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
  }
  .window .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
  }
  .window .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;
    font-family: my "Myriad Pro", Arial, "Gill Sans MT", "sans-serif";
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1.7;
    font-weight: 700;
    width: 100%;
    padding-bottom: 3px;
  }
  .window .header ul.menu li.menu-item a:hover {
    color: #a2e000;
  }
  .window .header.menu-opened {
    height: 100%;
    background-color: #073640;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
    z-index: 1;
  }
  .window .header.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .window .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .window .header.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  .window .header.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
  }
  .window .header.menu-opened ul.menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
  }
  .window .header.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    transition-delay: 0.3s;
  }
  .window .content {
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
  }
  .window .content::-webkit-scrollbar {
    display: none;
  }
  .window .content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
  .window .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
  }
  .window .content img:nth-of-type(2) {
    margin: 75px auto;
  }
}
@media (min-width: 1060px) and (max-width: 1500px) {
  .window .header ul.menu li.menu-item a {
    padding: 8px;
    font-size: 1em;
  }
}
@media (min-width: 1060px) and (max-width: 1400px) {
  .window .header ul.menu {
    position: absolute;
    right: 1.6em;
    display: block;
    padding: 0px 0px 0;
    list-style: none;
    margin-top: 30px;
  }
  .intro .service-item .icon {
    min-height: 320px;
  }
  .window .header ul.menu li.menu-item {
    display: inline-block;
    border-right: 1px dotted #999;
  }
  .window .header .icon {
    display: inline-block;
    position: absolute;
    color: #FFF;
    top: 24px;
    left: 2.5em;
    max-height: 40%
  }
  .nav-link {
    display: block;
    margin-right: 4px;
  }
}
/*NAV ENDS--------------------------------------------------------------------------------------------------------------------*/
/*NAV ENDS--------------------------------------------------------------------------------------------------------------------*/
/*NAV ENDS--------------------------------------------------------------------------------------------------------------------*/
/*NAV ENDS--------------------------------------------------------------------------------------------------------------------*/
/*NAV ENDS--------------------------------------------------------------------------------------------------------------------*/
footer {
  background-color: #d9d7c9;
  padding: 2.5em 0px .1em 0px;
  border-top: 1px solid #cc1c23;
}
footer .primary-button {
  margin-bottom: 30px;
}
footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer ul li {
  padding: 0px;
  margin: 0px 4px;
}
footer ul li a:link {
  text-align: left;
  display: inline-block;
  color: #4f4f4f;
  text-decoration: none;
  transition: all 0.5s;
  padding-bottom: 4px;
  font-family: "Myriad Pro", Arial, "Gill Sans MT", "sans-serif";
}
footer ul li a:visited {
  color: #4f4f4f;
}
footer ul li a:hover {
  color: #cc1c23;
  text-decoration: none;
}
footer p {
  font-size: 16px;
  color: #fff;
  color: #4f4f4f;
  margin-bottom: 0px;
}
footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}
.sm {
  display: inline-block;
  margin-right: .3em;
}
.preventsubs {
  margin-left: .9em;
}
i.footerlinks {
  border: solid #666;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 14px 1px 0px;
}
#baseline {
  background-color: #073640;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
#baseline p {
  font-size: .7em;
  color: #fff;
  margin-bottom: 0rem;
}
#baseline a {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}
/********************** ONLY FOR IE10 AND IE11 BASELINE DIV ***********************************************/
/********************** ONLY FOR IE10 AND IE11 BASELINE DIV ***********************************************/
/********************** ONLY FOR IE10 AND IE11 BASELINE DIV ***********************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #baseline {
    position: relative;
  }
  #baseline p {
    margin: 0;
    position: absolute;
    left: 42%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0px solid yellow;
  }
}
/********************** ONLY FOR IE10 AND IE11 BASELINE DIV ***********************************************/
/********************** ONLY FOR IE10 AND IE11 BASELINE DIV ***********************************************/
/********************** ONLY FOR IE10 AND IE11 BASELINE DIV ***********************************************/
.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}
.primary-white-button a:link, .primary-white-button a:visited {
  display: inline-block;
  background-image: linear-gradient(#fff, #ccc);
  font-size: 1.5rem;
  padding: 14px 20px 13px;
  color: #cc1c23;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  border: 1px solid #cc1c23;
}
.primary-white-button a:hover {
  color: #488286;
  border: 1px solid #488286;
}
.primary-blue-button a {
  display: inline-block;
  background-color: #33c1cf;
  font-size: 16px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
}
.pop-button h4 {
  display: inline-block;
  background-color: #33c1cf;
  font-size: 13px !important;
  padding: 12px 18px;
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}
.navbar-brand {
  line-height: 80px;
  padding: 0px;
}
.navbar-nav > li > a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 80px;
  padding: 0px;
  letter-spacing: 0.5px;
}
.navbar-nav > li {
  margin-left: 45px;
}
.header.active .navbar-nav > li > a {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: none;
  color: #121212 !important;
}
.navbar-brand {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff !important;
  transition: all 0.5s;
}
.navbar-brand em {
  font-style: normal;
  color: #f7c552;
  font-size: 32px;
}
.header.active .navbar-brand {
  color: #121212 !important;
}
.header .navbar-brand {
  font-weight: 800;
}
.navbar-inverse {
  background-image: none;
  background-color: transparent;
}
.header .navbar {
  margin: 0;
  border: none;
}
.page-section {
  padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
  margin-top: 22px;
  border-color: #f7c552;
  background-color: #f7c552;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #f7c552;
}
bootstrap.min.css:5 .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px !important;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.intro {
  width: 100%;
  padding: 10% 0 10% 0;
  text-align: center;
  background-image: url(../images/bgbanner.jpg);
  vertical-align: middle;
}
.intro .service-item {
  flex-basis: 300px;
  text-align: center;
  border: 0px solid yellow;
}
.intro .service-item .icon {
  align-content: center;
  min-height: 280px;
  border: 0px solid red;
}
.intro .service-item img {
  max-width: 60%;
}
.intro .service-item h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #cc1c23;
  line-height: 1.3em;
  text-align: center;
  text-shadow: 2px 2px 4px #ccc;
}
.intro .service-item h3 {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.intro .service-item .line-dec {
  width: 100%;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.5);
}
.intro .service-item p {
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 4px #333;
}
.intro .service-item .primary-blue-button {
  margin-top: 35px;
}
.projects-holder .mix {
  display: none;
}
.projects-holder {
  padding: 30px 15px 0px 15px;
}
.filter-categories {
  ;
  margin-top: 60px;
}
.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}
.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}
.filter-categories ul li.active span {
  color: #f7c552;
}
#homemain {
  background-color: #f7c552;
  text-align: center;
  padding: 100px 0px;
}
.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}
.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}
.wrapper {
  text-align: center;
}
.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}
.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  background-color: #fff;
}
.tabs a:hover {
  color: #f7c552;
}
.tabs .active {
  color: #f7c552;
}
#first-tab-group {
  margin-top: 30px;
  margin-bottom: 15px;
}
.tabgroup .text-content {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #121212;
  margin-top: 0px;
  margin-bottom: 5px;
}
.tabgroup .text-content span {
  font-size: 13px;
  color: #33c1cf;
}
.tabgroup .text-content a {
  font-size: 13px;
  color: #33c1cf;
  text-decoration: none;
}
.tabgroup .text-content p {
  margin-top: 10px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#contact button {
  display: inline-block;
  background-color: #f7c552;
  font-size: 13px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
}
.pop {
  z-index: 99999;
  text-align: center;
  padding: 30px;
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 15px;
}
.pop span {
  z-index: 999;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background-color: #33c1cf;
}
.pop span:hover {
  background-color: #596065;
  transition: all 0.5s;
}
/* RESPONSIVE BELOW ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE BELOW //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE BELOW //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE BELOW //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE BELOW /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE BELOW //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 1366px) {
  .count {
    font-size: 6rem;
  }
  .container {
    margin-bottom: 3%;
  }
  .container > div.iconcenter {
    flex-basis: 32%;
    padding: 0em 1em;
    margin-bottom: 1.5em;
    height: 100%;
  }
  .container > div.iconcenter3 {
    flex-basis: 240px;
    padding: 0em 1em;
    height: 100%;
  }
  .bglite {
    padding: 3% 0 2%;
  }
  footer {
    padding: 2.5em 0px .1em 0px;
  }
  .intro .service-item img {
    max-width: 50%;
  }
  .intro .service-item .icon {
    min-height: 170px;
  }
  .intro .service-item h2 {
    font-size: 1.3em;
  }
  .intro .service-item h3 {
    font-size: 3em;
  }
  h1.fivestats {
    font-size: 4.5rem;
    margin-top: .5em;
  }
  h2.fivestats {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .container > div.iconcenter4 {
    flex-basis: 32%;
    height: 220px;
  }
  #curve_chart {
    border: 0px solid #CC1C23;
    width: 100%;
    padding: 0px 0px 0px 0%;
    display: block;
    margin: 0px;
  }
  #chart_div {
    border: 0px solid #CC1C23;
    width: 100%;
    padding: 0% 0px 0 0%;
    display: block;
    margin: 0px;
  }
  #chart_demo {
    border: 0px solid #CC1C23;
    width: 100%;
    padding: 0% 0% 0px 0%;
    display: block;
    margin: 0px;
  }
  #chart_conditions {
    border: 0px solid #CC1C23;
    width: 100%;
    padding: 0% 0px 0px 0%;
    margin: 0px;
    display: block;
  }
  #monthStats, #holidayStats {
    border: 0px solid #CC1C23;
    padding: 0px;
    width: 100%;
    margin: 0px;
  }
  #piechart_lightConditions, #piechart_surfaceConditions, #piechart_UrbanRural, #piechart_Paved {
    width: 100%;
    display: block;
    height: 300px;
    margin: 0px;
    padding: 0px;
  }
  .statistics, .statistics2 {
    padding: 0% 0% 0 0px;
    display: block;
    margin: 0px;
  }
  .dualbtnright {
    text-align: center;
    margin: 0 0 5% 0;
  }
  .dualbtnleft {
    text-align: center;
    margin: 0 0 5% 0;
  }
  .container > .wycd {
    flex-basis: 100%;
  }
  p {
    margin: 0 0 3% 0;
  }
  h1.fivestats {
    font-size: 4rem;
    padding: 0 .3em;
    text-align: center;
    margin-top: 0;
  }
  .container > div.iconcenter {
    flex-basis: 32%;
    height: 270px;
  }
  .intro .service-item {
    margin-bottom: 30px;
  }
  .projects-holder {
    text-align: center;
    padding: 15px 0px;
  }
  .tabs {
    padding: 0px 45px;
  }
  #first-tab-group {
    margin-bottom: 30px;
  }
  #contact-us .section-heading p {
    padding: 0px 10%;
  }
}
@media (max-width: 768px) {
	
	#statreplace {
display: block;
}

  .card ul {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0;
  }
  #stats {
    background-image: url(../images/banner_stats_sm.jpg);
  }
  #sober {
    background-image: url(../images/banner_sober_sm.jpg);
  }
  #slow {
    background-image: url(../images/banner_slow_sm.jpg);
  }
  #buckle {
    background-image: url(../images/banner_buckle_sm.jpg);
  }
  #focus {
    background-image: url(../images/banner_focus_sm.jpg);
  }
  #monday {
    background-image: url(../images/banner_involved_sm.jpg);
  }
  #stay {
    background-image: url(../images/banner_stay_sm.jpg);
  }
  #safety {
    background-image: url(../images/banner_safety_sm.jpg);
  }
  #resources {
    background-image: url(../images/banner_resources_sm.jpg);
  }
  #partners {
    background-image: url(../images/banner_partners_sm.jpg);
  }
  #contact {
    background-image: url(../images/banner_contact_sm.jpg);
  }
  #parafocus {
    background-image: url(../images/bgdriver_sm.jpg);
    background-color: #5b0b0e;
  }
  #parabuckle {
    background-image: url(../images/bgbuckle_sm.jpg);
    background-color: #2f5558;
  }
  #parastay {
    background-image: url(../images/bgbiker_sm.jpg);
    background-color: #685762;
  }
  #parasober {
    background-image: url(../images/bgpizza_sm.jpg);
    background-color: #2f5558;
  }
  #parachill {
    background-image: url(../images/bgtruck_sm.jpg);
    background-color: #685762;
  }
  .iconmini {
    width: 20%;
    max-width: 50px;
    float: left;
    padding: 10px 16px 6px 0px;
  }
  .container2 {
    margin-bottom: .5em;
  }
  .container > div.lawlist {
    padding: 0 .8em 0em .8em;
    margin-bottom: 0px;
  }
  ul.law {
    list-style-type: circle;
    padding: 0px 0 0px 0px;
    margin-bottom: 0px;
  }
  ul.law li {
    padding: 0px 0 10px 0;
    font-size: 18px;
    color: #fff;
  }
  div.unstyledTable {
    max-width: 84% !important;
    width: 84%;
  }
  .divTable.unstyledTable .divTableBody .divTableCell {
    font-size: 1.3rem;
  }
  .divTable.unstyledTable .divTableHeading .divTableHead {
    font-weight: normal;
    font-size: .7em;
    color: #FFFFFF;
  }
  .img1, .img2, .img3, .img4, .img5 {
    margin-top: 4em;
    margin-left: 0%;
  }
  .container > div.iconcenter4 {
    flex-basis: 240px;
    height: 220px;
  }
  .container > div.greybox {
    width: 98%;
    max-width: 98%;
    margin: 0px 0px 2% 0px;
  }
  .redtitle {
    font-size: 3.5rem;
  }
  .slide-copy h2 {
    color: #ffcc00;
    font-size: 2.3rem;
    line-height: 1.2em;
  }
  .slide-copy p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  #fcbox {
    max-width: 90%;
    margin: 1% 0% 3% 6%;
	  padding-top:2%;
  }
  #rssheader {
    padding: 12px 16px 16px 24px;
  }
  h2.messmon {
    color: #ffcc00;
  }
  .blogicon {
    width: 30%;
    max-width: 30%;
    float: right;
    padding: 10px 10px 10px 20px;
  }
  img.homesponsors {
    max-width: 70%;
  }
  .btn span, .btn2 span {
    font-size: 1.6rem;
  }
  .intro {
    background-image: url(../images/bgbanner_sm.jpg);
  }
  img.rightpara {
    display: block;
    max-width: 30%;
    float: right;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  img.leftpara {
    display: block;
    max-width: 30%;
    float: left;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  footer {
    padding: 2.5em 0px 1.5em 0px;
  }
  .infographic3_img img, .infographic2_img img {
    width: 50%;
    max-width: 50%;
  }
  .container {
    margin-bottom: 3%;
  }
  .btn, .btn2 {
    width: 100%;
    margin: 1% 0 2% 0;
  }
  .container > div.iconcenter {
    flex-basis: 210px;
    padding: 0em 1em;
    margin-bottom: 1em;
    height: 100%;
  }
  .container > div.threes {
    padding: 0 1.5em .2em .8em;
    margin-bottom: 1.2em;
    border: 0px solid red;
  }
  .intro .service-item img {
    max-width: 40%;
  }
  .container > div {
    padding: 0 1.2em .5em .8em;
  }
	
	
	
  .intro {
    display:none;
  }
	
	#about {
    background-image: url(../images/bgabout_sm.jpg);
		margin-top: 7%; 
		padding: 12% 0px 4%;
  }
	
	
	
  #main-nav {
    margin-left: -15px;
    margin-right: -15px;
    border-top: none;
    margin-top: 15px;
    background-color: rgba(250, 250, 250, 0.95);
  }
  .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-inverse .navbar-nav > li {
    margin-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .navbar-nav > li:last-child {
    border-bottom: none;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif !important;
    line-height: 55px;
    color: #343434 !important;
  }
  .h1, h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .h2, h2 {
    line-height: 3rem;
    font-size: 2.4rem;
    margin: 20px 0 10px 0;
  }
  h2.pullout {
    line-height: 3rem;
    font-size: 2.4rem;
    margin: 6px 0 6px 0;
  }
  h3.pullout {
    text-transform: uppercase;
    color: #cc1c23;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 20px 0 5px 0;
  }
  .hero {
    margin-top: 0vh;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-overlay {
    position: absolute;
    padding: 1.5% 0 0% 8%;
    height: 22%;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    background-color: rgba(51, 51, 51, 0.5);
    border-bottom: 1px solid #cc1c23;
  }
  .hero-overlay > h1 {
    font-size: 4.5rem;
    letter-spacing: 0px;
    padding-top: 0px;
  }
  #focus .hero-overlay, #monday .hero-overlay {
    padding: 5% 0 4% 8%;
  }
  #focus .hero-overlay > h1, #monday .hero-overlay > h1 {
    font-size: 3rem;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 480px) {
	

  .card ul {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0;
  }
  .container > div.iconcenter {
    height: 100%;
  }
	

  h1 {
    line-height: 1em;
	  font-size: 3rem;
  }
  .hero {
    margin-top: 0vh;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-overlay {
    position: absolute;
    padding: 4% 0 3% 8%;
    height: 22%;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    background-color: rgba(51, 51, 51, 0.5);
    border-bottom: 1px solid #cc1c23;
  }
  .hero-overlay > h1 {
    font-size: 1.8em;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
  }
  #focus .hero-overlay {
    padding: 3.5% 0 4% 8%;
  }
  #focus .hero-overlay > h1 {
    font-size: 1.9em;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
  }
	
	  .window .header .icon {
    display: inline-block;
    position: absolute;
    color: #FFF;
    top: 16px;
    left: 5em;
    max-height: 64%;
		max-width: 70%;
  }
	
}
@media (min-width: 1200px) {
  .container2 {
    margin-bottom: 1em;
  }
  footer .container {
    width: 88%;
    padding-bottom: 0%;
  }
  .intro {
    padding: 8% 0 10% 0;
  }
}
@media (min-width: 1367px) and (max-width: 1760px) {
  .intro .service-item {
    flex-basis: 230px;
    text-align: center;
    border: 0px solid red;
  }
}
@media (min-width: 1260px) and (max-width: 1366px) {
  .intro .service-item {
    flex-basis: 200px;
    text-align: center;
    border: 0px solid red;
  }
}
@media (min-width: 768px) {
  .header .navbar-brand {
    padding-left: 0;
  }
  .navbar-nav {
    float: right;
  }
  h1, .h1 {
    padding: 0 0 0rem 0em;
  }
  h2 {
    line-height: 1.2em;
  }
}
/*FOR IE7 USING INTERNET EXPLORER 11////////////////////////////////////////////////////////////////////////*/
/*FOR IE7 USING INTERNET EXPLORER 11////////////////////////////////////////////////////////////////////////*/
/*FOR IE7 USING INTERNET EXPLORER 11////////////////////////////////////////////////////////////////////////*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .intro .service-item {
    flex-basis: 200px;
  }
  .intro .service-item .icon {
    min-height: 240px;
  }
}
/*FOR IE7 USING INTERNET EXPLORER 11////////////////////////////////////////////////////////////////////////*/
/*FOR IE7 USING INTERNET EXPLORER 11////////////////////////////////////////////////////////////////////////*/
/*FOR IE7 USING INTERNET EXPLORER 11////////////////////////////////////////////////////////////////////////*/
/*FOR IPAD PHONE PARALLAX IMAGE RESIZE////////////////////////////////////////////////////////////////////////*/
/*FOR IPAD PHONE PARALLAX IMAGE RESIZE////////////////////////////////////////////////////////////////////////*/
/*FOR IPAD PHONE PARALLAX IMAGE RESIZE////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1366px) {
  .intro .service-item {
    flex-basis: 230px;
    min-height: 400px;
  }
  .container > div.iconcenter2 {
    flex-basis: 220px;
  }
  .bglite > .container > .wycd {
    flex-basis: 100%;
  }
  .container > div.iconcenter {
    flex-basis: 16%;
    height: 200px;
  }
  #about {
    background-image: url(../images/bgabout.jpg);
    background-repeat: space;
    background-size: cover;
    background-color: #12252c;
    background-position: center top;
  }
  #partnershome {
    background-image: url(../images/bgpartners.jpg);
    background-repeat: space;
    background-size: auto;
    background-color: #312b2f;
    background-position: center top;
  }
  #parastats {
    background-image: url(../images/bgtruck.jpg);
    background-color: #2f5558;
    background-repeat: space;
    background-size: auto;
    background-position: center top;
  }
}
@media only screen and (min-device-width: 359px) and (max-device-width: 812px) {
  .statistics {
    padding-left: 0%;
    margin: 0;
  }
  #chart_div, #curve_chart {
    border: 0px solid green;
    min-height: 400px;
    padding: 0px;
    margin: 0px;
  }
  .intro {
    background-image: url(../images/bgbanner_sm.jpg);
    background-repeat: space;
    background-size: 130%;
    background-color: #5b0b0e;
    background-position: center top;
  }
  #about {
    background-image: url(../images/bgabout_sm.jpg);
    background-repeat: space;
    background-size: 100%;
    background-color: #12252c;
    background-position: center top;
  }
  #partnershome {
    background-image: url(../images/bgpartners_sm.jpg);
    background-repeat: space;
    background-size: 100%;
    background-color: #312b2f;
    background-position: center top;
  }
}
/*FOR IPAD PHONE PARALLAX IMAGE RESIZE////////////////////////////////////////////////////////////////////////*/
/*FOR IPAD PHONE PARALLAX IMAGE RESIZE////////////////////////////////////////////////////////////////////////*/
/*FOR IPAD PHONE PARALLAX IMAGE RESIZE////////////////////////////////////////////////////////////////////////*/
@media (min-width:250px) {
  .container {
    width: 100%;
    margin-bottom: 2%;
  }
}
@media (min-width:359px) {
  .container {
    width: 100%;
    margin-bottom: 2%;
  }
}
@media (min-width:768px) {
  .container {
    width: 89%;
    margin-bottom: 2%;
  }
}
@media (min-width:1370px) {
  .container {
    width: 88%;
    margin-bottom: 2%;
  }
}
@media (min-width:1600px) {
  .container {
    width: 88%;
    margin-bottom: 2%;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1670px;
    margin-bottom: 2%;
  }
  .hero-overlay > h1 {
    font-size: 3em;
    letter-spacing: 0px;
    margin: none;
  }
}
@media (min-width: 1940px) {
  .hero-overlay {
    padding: 0px 0 0 0%;
    text-align: right;
  }
  .hero-overlay > h1 {
    font-size: 3em;
    letter-spacing: 0px;
    border: 0px solid red;
    text-align: right;
    margin: 20px 70% 0 0;
  }
}