﻿

#titleBar {
	background-color: #fff;
	padding: 0 4px 0 4px;
    /*border-bottom: 4px solid #092940;
    border-top: 4px solid #092940;*/
    background-color:#dedeff;
}

#titleBar h1 {
	color: #f1f1f1;
	padding: 0;
	margin: 0;
	font-size:42px;
}

#titleQuestion {
    background-image: url("../../images/arrow_dark.png");
    background-position:right;
    background-repeat:no-repeat;
    font-size: 26px;
    line-height: 1.1;
   padding: 7px 0;
   color: #092940;
   text-align: center;
   height:75px;
   font-weight: 800;
   background-color:#dedeff;
}

#titleSearch {
    background-image:url("../../images/arrow_light.png");
    background-position:right;
    background-repeat:no-repeat;
    padding-right: 50px;
    background-color: #fff;
}

#titleFind {
    background-color:#dedeff;
}

.homeSearchTools {
    /*border: 2px solid #092940;
    border-radius: 10px;*/
    padding: 10px 15px 0 15px;
    text-align: center;
    background-color: #fff;
    height: 75px;
    line-height:1;
    margin-bottom: 0;
}

#titleFind .homeSearchTools {
    background-color:#dedeff;
}

#mapSearchAreaHome {
	margin:0 auto;
	display:inline-block;
	padding:3px auto 3px auto;	
	width:100%;
}

#mapSearchAreaHome input{
	padding:6px 6px 6px 12px;
	background: #fff;
	margin:0 4px;
	border-radius:4px;
	width:100%;
	border:solid 1px #ccc;
}

.esri-search__suggestions-menu {
    z-index:1500 !important;
}


/*Audience Picker Styles*/

.userTypes {
	padding: 10px 0;
	width: 100%;
	background-color: #092940;
	text-align: center;
}

.userLogo {
	display: inline-block;
	margin: 10px;
}

.tileHolder {
	/*width: 100%;*/
}

.tile {
	/*display: inline-block;
	padding: 4px auto 14px auto;
	margin: 6px 6px 6px 6px;
	width:18%;
    vertical-align:top;*/
}

.tileContent {
	padding: 4px 4px 4px 0;
	text-align: center;
}

.tile a {
	color: #f1f1f1;
	font-size: 1.25em;
}
.tile a:hover {
	color: #ccc;
	font-size: 1.25em;
}


/*Carousel*/

#slider.home {
    padding: 0;
    background: #fff;
    border-radius: 0;
    margin: 0;
}

.carousel-text {
    text-align: left;
    padding:20px 10px 14px 24px;
    background:#fff;
}

.carousel-text h2 {
    margin: 0 0 14px 0;
    padding: 0;
    font-size: 2em;
}

.carousel-text p {
    font-size: 1.05em;
    padding-right: 15px;
}

#carousel-bounding-box {
    border-radius: 6px;
    padding: 0;
}

.carouselBtn {
    color: #fff !important;
    font-size: 18px;
    margin-top: 15px;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.mapInfo {
    width: 20%;
    position: absolute;
    padding: 20px 20px 14px 20px;
    background-color: rgba(255,255,255,0.8);
    top: 30px;
    left: 80px;
    z-index: 999;
    border-radius: 6px;
}

.mapInfo h3 {
    padding: 0;
    margin: 0 0 15px;
}

.mapInfo p {
    font-size: 1em;
}

.carousel-control {
    width: auto;
    height: 50px;
    position: absolute;
    top: 17vw;
    margin-top:-25px;
    padding: 0 15px;
    background: none !important;
    color: #111;
}

.carousel-indicators {
    bottom: unset;
    top: 30vw;
}

.legendCol {
    width: 35px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}

.legend {
    width: 100%;
    background-color: #fff;
}

input {
    border: 2px solid #397aac !important;
}