body {
	color:#147eb8
}
header {
	background-image:url('../img/dupage4.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	color:white;
}
.floating-button {
	position:fixed;
	bottom:2%;
	right:2%;
	width:50px;
	height:50px;
	background-color:#35ac46;
	border-radius:100%;
}
.floating-button:hover, .floating-button:focus {
	position:fixed;
	bottom:2%;
	right:2%;
	width:50px;
	height:50px;
	background-color:#CC0101;
}
section#workflow {
	color:white
}
h3.section-subheading, #workflow {
	color:white;
	text-transform:none;
}
.img-appstores {
	width:38%;
}
.img-appstores-apple {
	width:35%;
}
.navbar {
	width:100%;
	min-height:auto;
	overflow-y:hidden;
	background:url("../img/bg-pattern.png"),#35ac46;
	/* fallback for old browsers */
	background:url("../img/bg-pattern.png"),-webkit-linear-gradient(left, rgba(53,172,70, .55), rgba(19,125,185, 1));
	/* Chrome 10-25, Safari 5.1-6 */
	background:url("../img/bg-pattern.png"),linear-gradient(to left, rgba(53,172,70, 0.55), rgba(19,125,185, 1));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color:white;
}
.navbar-shrink {
	background-color:rgba(23, 23, 23, 0.55);
	font-size:13.5px;
}

img#cologo.navbar-brand {
	padding-right: 5px;

}

a.darklink {
	color: #147eb8;
	cursor: pointer;
	text-transform: none;
}


.navbar-default .navbar-nav> .active> a, .navbar-default .navbar-nav> .active> a:hover, .navbar-default .navbar-nav> .active> a:focus {
	background-color:rgba(218, 218, 218, 0.49);
	/*color:#fff;*/
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color:#d8d8d8;
}
.navbar-default .navbar-brand:focus {
	color:#FFFFFF
}

.navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:focus {
	color:#d8d8d8;
}
.navbar-brand {
	padding-top:5px;
	text-transform:none;
	/*line-height:0.75;*/
}
#launch-button-row {
	margin-top:30px;
	margin-bottom:30px;
}
a.btn, a.btn-outline {
	background:#137DB8;
	border:none;
	color:#fff !important;
}
a.btn:hover, a.btn:focus, a.btn:active {
	background:#CC0101;
}
hr.star-light-blue {
	border:0;
	height:1px;
	background-image:-webkit-linear-gradient(left, #f0f0f0, #137DB9, #f0f0f0);
	background-image:-moz-linear-gradient(left, #f0f0f0, #137DB9, #f0f0f0);
	background-image:-ms-linear-gradient(left, #f0f0f0, #137DB9, #f0f0f0);
	background-image:-o-linear-gradient(left, #f0f0f0, #137DB9, #f0f0f0);
}
hr.star-light:after {
	content:none;
}
hr.star-primary:after {
	content:url(http://gis.dupageco.org/appimages/citizenreporterapps/icon_navdupage32.png);
	display:inline-block;
	position:relative;
	top:-.8em;
	padding:0 .25em;
	font-family:FontAwesome;
	font-size:2em;
}
/*
 *
 *FAQ Section
 *
 */


.alert-warning {
	background-color:#35AC46;
	border-color:#35AC46;
	color:#ffffff;
}
.panel-body {
	color:black
}

/*.panel-heading a:hover, a:focus {
 color: #137DB9 !important;
 }*/
/*.accordian-toggle a:hover, .accordian-toggle a:focus {
 color: #137DB9 !important;
 }
 */
.panel-heading [data-toggle="collapse"]:focus {
	color:#137DB9 !important;
}
.panel-heading [data-toggle="collapse"]:hover {
	color:#137DB9 !important;
}
.faqHeader {
	font-size:27px;
	margin:20px;
	color:black;
}
.panel-heading [data-toggle="collapse"]:after {
	font-family:'Glyphicons Halflings';
	content:"\e072"; /* "play" icon */
	float:right;
	color:#137DB9;
	font-size:18px;
	line-height:22px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	color:#454444;
}
.block-list {
	display:inline-block;
}
section#faq {
	background-image:url('../img/road1.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	color:white;
	
}
/*
 *
 * end FAQ Section
 *
 */
section#workflow {
	position:relative;
	width:100%;
	min-height:auto;
	/*overflow-y:hidden;*/
	background:url("../img/bg-pattern.png"),#35ac46;
	/* fallback for old browsers */
	background:url("../img/bg-pattern.png"),-webkit-linear-gradient(to left, #35ac46, #137db9);
	/* Chrome 10-25, Safari 5.1-6 */
	background:url("../img/bg-pattern.png"),linear-gradient(to left, #35ac46, #137db9);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color:white;
}
/*ABOUT SECTION from AGENCY tamplate*/
.text-muted {
	color:rgba(218, 218, 218, 0.87);
}
.timeline {
	list-style:none;
	padding:0;
	position:relative;
	color:white;
}
.timeline:before {
	top:0;
	bottom:0;
	position:absolute;
	content:"";
	width:2px;
	background-color:#fff;
	left:40px;
	margin-left:-1.5px;
}
.timeline> li {
	margin-bottom:50px;
	position:relative;
	min-height:50px;
}
.timeline> li:before, .timeline> li:after {
	content:" ";
	display:table;
}
.timeline> li:after {
	clear:both;
}
.timeline> li .timeline-panel {
	width:100%;
	float:right;
	padding:0 20px 0 100px;
	position:relative;
	text-align:left;
}
.timeline> li .timeline-panel:before {
	border-left-width:0;
	border-right-width:15px;
	left:-15px;
	right:auto;
}
.timeline> li .timeline-panel:after {
	border-left-width:0;
	border-right-width:14px;
	left:-14px;
	right:auto;
}
.timeline> li .timeline-image {
	left:0;
	margin-left:0;
	width:80px;
	height:80px;
	position:absolute;
	z-index:100;
	background-color:#fff;
	color:white;
	border-radius:100%;
	border:7px solid #fff;
	text-align:center;
}
.timeline> li .timeline-image h4 {
	font-size:10px;
	margin-top:12px;
	line-height:14px;
}
.timeline> li.timeline-inverted> .timeline-panel {
	float:right;
	text-align:left;
	padding:0 20px 0 100px;
}
.timeline> li.timeline-inverted> .timeline-panel:before {
	border-left-width:0;
	border-right-width:15px;
	left:-15px;
	right:auto;
}
.timeline> li.timeline-inverted> .timeline-panel:after {
	border-left-width:0;
	border-right-width:14px;
	left:-14px;
	right:auto;
}
.timeline .timeline-heading h4 {
	margin-top:0;
	color:inherit;
}
.timeline .timeline-heading h4.subheading {
	text-transform:none;
}
.timeline .timeline-body> p, .timeline .timeline-body> ul {
	margin-bottom:0;
}
@media(min-width:768px) {
	.timeline:before {
		left:50%;
	}
	.timeline> li {
		margin-bottom:100px;
		min-height:100px;
	}
	.timeline> li .timeline-panel {
		width:41%;
		float:left;
		padding:0 20px 20px 30px;
		text-align:right;
	}
	.timeline> li .timeline-image {
		width:100px;
		height:100px;
		left:50%;
		margin-left:-50px;
	}
	.timeline> li .timeline-image h4 {
		font-size:13px;
		margin-top:16px;
		line-height:18px;
	}
	.timeline> li.timeline-inverted> .timeline-panel {
		float:right;
		text-align:left;
		padding:0 30px 20px 20px;
	}
}
@media(min-width:992px) {
	.timeline> li {
		min-height:150px;
	}
	.timeline> li .timeline-panel {
		padding:0 20px 20px;
	}
	.timeline> li .timeline-image {
		width:150px;
		height:150px;
		margin-left:-75px;
	}
	.timeline> li .timeline-image h4 {
		font-size:18px;
		margin-top:30px;
		line-height:26px;
	}
	.timeline> li.timeline-inverted> .timeline-panel {
		padding:0 20px 20px;
	}
}
@media(min-width:1200px) {
	.timeline> li {
		min-height:170px;
	}
	.timeline> li .timeline-panel {
		padding:0 20px 20px 100px;
	}
	.timeline> li .timeline-image {
		width:170px;
		height:170px;
		margin-left:-85px;
	}
	.timeline> li .timeline-image h4 {
		margin-top:40px;
	}
	.timeline> li.timeline-inverted> .timeline-panel {
		padding:0 100px 20px 20px;
	}
	.timeline> li:last-child, .timeline-panel:last-child {
		padding:0 !important;
	}
}/*end media query*/
.rounded-circle {
	border-radius:50%;
}
.carousel-inner> .carousel-item> a> img, .carousel-inner> .carousel-item> img, .img-fluid {
	max-width:100%;
	height:auto;
}
.carousel-indicators {
	margin-bottom:0px;
	bottom:0px;
	position:relative;
}
img {
	vertical-align:middle;
	border-style:none;
}
.timeline-footnote {
	width:100%;
	float:right;
	padding:0 20px 0 100px;
	position:relative;
	text-align:left;
	color:rgba(218, 218, 218, 0.87);
	font-size:16px;
}
.getstarted-footnote {
	width:100%;
	float:right;
	padding:0 20px 0 100px;
	position:relative;
	text-align:left;
	color:rgba(20, 126, 184, 0.87);
	font-size:16px;
}
a#learn-more {
	background-color:#35ac46;
	color:white !important;
}
a#learn-more:hover, a#learn-more:active {
	background-color:#CC0101;
}
a[aria-expanded=true] .fa-chevron-down {
	display:none;
}
a[aria-expanded=false] .fa-chevron-up {
	display:none;
}
.timeline-end-big {
	color:#676767;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
	color:#147EB8
}
.ppt-circle {
	border-radius:50%;
	background-color:#147EB8;
	color:white;
	padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    padding-left: 7px;
}

.caption-text {
	padding-bottom:16px;
}

.scroll-top .btn {
	    box-shadow: 0 0 1pt white;
}
.popover-content{
	text-align:center;
	
}
.fixednav{
	margin-top: 2px;
	margin-bottom: 2px;
}


@media only screen and (max-width:500px) {
	.container {
    	margin-right: auto;
    	margin-left: auto;
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 95%;
	}
	
	/*.navbar {
		width:95% !important; 
	}
	
	.navbar-shrink {
		width:95% !important;
	}
*/
	.fixednav {
		margin-left: -35px;
		/*padding-left:-15px;*/
		margin-top: auto;
		display:block;
	}

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    	width:97%
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.timer {
		font-size:1.5em; 
		margin:10px;
	
	}

