﻿/* ==========================================================================
   Home page sections (forms, news, faq)
   ========================================================================== */
.homeWrap {
	margin: 0 auto;
	max-width: 1300px;
}
.homeWrap .sectionWrap {
	padding-bottom: 80px;
	text-align: center;
}
.sectionWrap h2 a { color: rgba(0, 0, 0, 0.87); }
.sectionWrap h2 a:hover { color: rgba(0, 0, 0, 0.87); }

.homeWrap .homePageVideos {
	padding: 20px;
	text-align: center;
}
.homePageVideos a { color: #1f1f1f; text-decoration: none; font-weight: bold; }
.homePageVideos a:hover { color: #1f1f1f; text-decoration: underline; font-weight: bold; }
.homeWrap .homePageVideos li {
	display: inline-block;
	width: 375px;
	min-height: 220px;
	padding: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	background: rgba(255, 255, 255, 0.55);
	box-sizing: border-box;
	vertical-align: top;
	margin-right:10px;
}

.homeWrap li {
	display: inline-block;
	width: 250px;
	min-height: 155px;
	padding: 0 5px 5px;
	border-top-width: 4px;
	border-top-style: solid;
	background: rgba(255, 255, 255, 0.55);
	box-sizing: border-box;
	vertical-align: top;
	margin-right:10px;
}

.homeWrap li h2 {
	margin: 10px 0 15px;
	text-transform: uppercase;
}

.homeWrap li .sectionContent {
	position: relative;
	display: block;
	height: 100px;
	background: rgba(255, 255, 255, 0.55);
	color: #0d0e1d;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
}

.homeWrap .sectionLink {
	position: absolute;
	display: block;
	bottom: 28px;
	left: 50%;
	width: 96px;
	height: 62px;
	margin-left: -48px;
	background-image: url(/static/imgs/home-sections-sprite-min.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.homeWrap .assessorHomeSection .sectionLink {
	background-position: 0 0;
}
.homeWrap .formsHomeSection .sectionLink {
	background-position: 0 -62px;
}
.homeWrap .newsHomeSection .sectionLink, .homeWrap .reportsHomeSection .sectionLink {
	background-position: 0 -124px;
}
.homeWrap .mapsHomeSection .sectionLink {
	background-position: 0 -187px; 
}
.homeWrap .videosHomeSection .sectionLink {
	background-position: 0 -255px; 
}
.homeWrap .propertyHomeSection .sectionLink {
	background-position: 0 -321px; 
}

.homeWrap .assessorHomeSection, .homeWrap .propertyHomeSection {
	border-top-color: #ba1432; /*red*/
}
.homeWrap .mapsHomeSection, .homeWrap .formsHomeSection {
	border-top-color: #656677;/*grey*/
}
.homeWrap .newsHomeSection, .homeWrap .reportsHomeSection {
	border-top-color: #004993;/*blue*/
}


/* ==========================================================================
   Search form
   ========================================================================== */
.homeSearchForm {
	/*padding: 180px 0 210px;*/
    padding: 5% 0 5%;
	text-align: center;
}

.searchCenterSearchForm {
	/*padding: 180px 0 210px;*/
    padding: 10px 0 30px;
	text-align: center;
}

.searchCenterSearchWrap {
    position: relative;
	display: inline-block;
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 2px;
	background: #ededee;
}

.searchCenterSearchWrap:before {
	content: "";
	position: absolute;
	top: -18px;
	right: -18px;
	bottom: -18px;
	left: -18px;
	box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.55);
}

.homeSearchWrap {
	position: relative;
	display: inline-block;
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 2px;
	background: #ededee;
}

.homeSearchWrap:before {
	content: "";
	position: absolute;
	top: -18px;
	right: -18px;
	bottom: -18px;
	left: -18px;
	box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.55);
}

.homeSearchField {
	position: relative;
	/*width: 443px;
	height: 40px;*/
	width: 800px;
	height: 80px;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	background: #e1e1e1;
	color: #656677;
	/*font-size: 20px;*/
	font-size: 30px;
	/*font-family: Montserrat;*/
	font-weight: 300;
	vertical-align: middle;
	box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
	z-index: 1;
}

.homeSearchBtn {
	position: relative;
	width: 28px;
	height: 24px;
	/*height: 28px;*/
	margin: 0 10px;
	border: none;
	background: url(/static/imgs/home-search-icon-min.png);
	/*background: url(/static/imgs/search-button-min.png);*/
	vertical-align: middle;
	cursor: pointer;
	z-index: 1;
	opacity: 0.74;
}

.homeWrap .container {
	position: absolute;
	top: 180px;
	width: 100%;
	left: 0;
}

/* ==========================================================================
   Weather
   ========================================================================== */
.weather {
        /*background-color: rgba(255,255,255,0.45);*/
        filter: blur(10px);
        padding: 4px;
        border-radius: 4px;
        position: absolute;
		/*right: 0;*/
        right: 50px;
        top: 50px;
        color: rgba(0, 0, 0, 0.5);
		/*color: #1f1f1f;*/
        font-size: 12px;
        line-height: 16px;
		/*width: 100%;*/
}

.weatherDescription,
.weatherIcon {
        display: inline-block;
        vertical-align: middle;
}

.weatherDescription {
        margin-right: 5px;
        text-align: right;
        background-color: transparent;
        filter: none;
}

.weatherIcon {
	width: 33px;
	height: 29px;
	background-image: url(/static/imgs/weather-sprite2-min.png);
	background-repeat: no-repeat;
}

.weatherIcon.Clouds {
	background-position: 0 0;
}

.weatherIcon.Overcast {
	background-position: 0 -29px;
}

.weatherIcon.Rain {
	background-position: 0 -58px;
}

.weatherIcon.Shower {
	background-position: 0 -87px;
}

.weatherIcon.Snow {
	background-position: 0 -116px;
}

.weatherIcon.Stormy {
	background-position: 0 -145px;
}
.weatherIcon.Clear, .weatherIcon.Sun {
	background-position: 0 -174px;
}rIcon.sun {
	background-position: 0 -174px;
}

/* ==========================================================================
   Background slider
   ========================================================================== */
.Site-content > .homeBackgroundSlider.slide { max-height: 100%; }
.homeBackgroundSlider {
	overflow: hidden;
	margin-bottom: 0px; 
}
.homeBackgroundSlider .slide {
	background-size: cover;
	background-position: 50% 50%;
	min-height: 900px;
}

.firstSlide {
	background: url('/static/imgs/home-bg-10-min.jpg') no-repeat;
}

.secondSlide {
	background: url('/static/imgs/home-bg-11-min.jpg') no-repeat;
}

.thirdSlide {
	background: url('/static/imgs/home-bg-12-min.jpg') no-repeat;
}

.fourthSlide {
	background: url('/static/imgs/home-bg-13-min.jpg') no-repeat;
}

.fifthSlide {
	background: url('/static/imgs/home-bg-14-min.jpg') no-repeat;
}

.sixthSlide {
	background: url('/static/imgs/home-bg-6-min.png') no-repeat;
}

.seventhSlide {
	background: url('/static/imgs/home-bg-7-min.png') no-repeat;
}

.eighthSlide {
	background: url('/static/imgs/home-bg-8-min.png') no-repeat;
}

.ninthSlide {
	background: url('/static/imgs/home-bg-9-min.png') no-repeat;
}

/*===================================================
  load Bar
  ===================================================*/
 
#fa-spinner {
    color: #CBCDCE;
}
 
#react-FadeIn {
   color: #FFFFFF;
   float: right;
   font-size: 14px;
   margin-right: 35px;
   margin-top: 10px;
}

.footerwrapper {
    background-color: #4F5063;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 10px;
    min-height: 35px;
}

#preview-modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#preview-modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: 240px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: 320px;
    z-index: 1000;
}

#preview-modal-background.active, #preview-modal-content.active {
    display: block;
}​