/*** City Council Section ***/
@media screen and (max-width: 568px) {
	.council-txt { max-width:340px; }
	
	.meet-council-link {
    	font-weight: 800;
    	line-height: 23px;
		padding:11px 15px 10px 50px;
	}
}

@media screen and (max-width: 1024px) {
	.council-wrp iframe {
		min-width:260px;
		min-height:285px;
		max-width:400px;
		width:80%;
		margin:0 auto 20px auto;
	}
	
	.council-txt {
		font-size:16px;
		line-height:20px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.council-wrp iframe {
		min-width:260px;
		min-height:285px;
		max-width:320px;
		width:80%;
		margin:0 65px 25px 0;
		float:left;
	}
	
	.council-txt {
		font-size:20px;
		line-height:28px;
	}
}

@media screen and (min-width: 1281px) {
	.council-wrp iframe {
		min-width:260px;
		min-height:285px;
		max-width:480px;
		width:80%;
		margin:0 65px 25px 0;
		float:left;
	}
	
	.council-txt {
		font-size:20px;
		line-height:28px;
	}
}


.council-ctn {
	min-height:440px;
	z-index:1;
	background-image:url(../img/v3-map-section-bg.jpg);
	background-repeat:no-repeat;
	/*background-position:right bottom;*/
	background-position:center center;
	background-size:cover;
	position:relative;
}

.council-ctn .section-overlay { 
	z-index:-1; 
	background-color:rgba(0,0,0,0.6);	
}

.council-wrp {
	width:80%;
	margin:60px auto 0 auto;
	z-index:2;
	display:block;
}

.council-wrp iframe {
	border:20px solid #f3f3f3; 
}

.council-txt {
	color:white;
	font-weight:700;
	text-align:left;
	margin-bottom:35px;
	padding-top:20px;
}

.council-ctn .section-header {color:white;}

.council-home-wrp {
	margin:40px auto 20px auto;
	z-index:2;
	display:block;
}

/*more-maps-link*/
.meet-council-link { 
	background-image:none !important; 
	font-size:16px !important;
	font-weight:800;
	/*min-width: 160px;*/
    cursor: pointer;
    text-align: center;
	display:inline-block;
	margin:7px;
	padding:7px 12px;
}

.meet-council-link, .meet-council-link:link, .meet-council-link:visited, .meet-council-link:active {
	color:#273843;
	background-color:#bddc04;
	/*background-position:-38px -8275px;*/
}

html.nontouch .meet-council-link:hover {
	color:#bddc04;
	background-color:#273843;
	/*background-position:-38px -12577px;*/
}

/*
.contact-phone-wrp a { font-weight:800;color:red; }

.dept-contact-lnk {
	margin:0 10px 10px 0;
}
*/



/**********************************************/
/*  IE 10 & 11 CSS                            */
/**********************************************/

@media all and (min-width:1024px) and (max-width: 1160px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-links-ctn li { margin:0 1% 0 0 !important; }
}

@media all and (min-width:1161px) and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-links-ctn li { margin:0 2% 0 0 !important; }
}

@media all and (min-width:1281px) and (max-width: 1380px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-links-ctn li { margin:0 1% 0 0 !important; }
}

@media all and (min-width:1381px) and (max-width: 1480px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-links-ctn li { margin:0 2% 0 0 !important; }
}

@media all and (min-width:1481px) and (max-width: 1530px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-links-ctn li { margin:0 3% 0 0 !important; }
}

@media all and (min-width:1531px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-links-ctn li { margin:0 4% 0 0 !important; }
}

/****************************************************/
/*  CALENDAR SECTION                                 */
/****************************************************/
@media screen and (max-width: 358px) {
	.cal-item-wrp { text-align:center; }
	.cal-title-wrp { text-align:center; }
}

@media screen and (min-width: 359px) and (max-width:768px){
	.cal-item-wrp { text-align:left; }
	.cal-title-wrp { text-align:left; }
}

@media screen and (min-width: 769px) {
	.cal-item-wrp { text-align:center; }
	.cal-title-wrp { text-align:center; }
} 

/****************************************************/
/*  CONTACT SECTION                                 */
/****************************************************/

@media screen and (max-width: 568px) {
	.contact-col-wrp {
		display:block;
		width:90%;
		margin:0 auto 30px auto;
	}
	
	.contact-col-wrp p, .cal-tools-wrp p {
		font-size:16px;

	}
	
	.contact-btn { margin:0 5px 15px 5px; }
	
	.contact-sm-wrp { margin:25px auto; }
	
	.contact-sm-link {
		width:25px;
		height:30px;
		margin:0 5px;
	}
	
	.contact-phone-wrp { margin:30px 0; }
	
	.contact-sm-fb {background-position:-52px -4680px;}
	.contact-sm-tw {background-position:-52px -4783px;}
	.contact-sm-yt {background-position:-52px -4883px;}
	.contact-sm-pi {background-position:-52px -4981px;}
	.contact-sm-li {background-position:-52px -5081px;}
	.contact-sm-in {background-position:-52px -5180px;}
	.contact-sm-gp {background-position:-52px -5281px;}
	.contact-sm-fl {background-position:-52px -5380px;}
}

@media screen and (min-width: 569px) and (max-width: 978px) {
	.contact-col-wrp {
		display:inline-block;
		margin:0 auto 20px auto;
		width:90%;
	}	
	
	.contact-col-wrp p, .cal-tools-wrp p {
		font-size:16px;

	}
	
	.contact-btn { margin:0px 5px 10px 5px; }
	
	.contact-sm-wrp { margin:25px auto 5px auto; }
	
	.contact-sm-link {
		width:50px;
		height:50px;
		margin:0 5px;
	}
	
	.contact-phone-wrp { margin:30px 0 30px 0; }
	
	.contact-sm-fb {background-position:-36px -3880px;}
	.contact-sm-tw {background-position:-36px -3980px;}
	.contact-sm-yt {background-position:-36px -4077px;}
	.contact-sm-pi {background-position:-36px -4177px;}
	.contact-sm-li {background-position:-36px -4477px;}
	.contact-sm-in {background-position:-36px -4277px;}
	.contact-sm-gp {background-position:-36px -4577px;}
	.contact-sm-fl {background-position:-36px -4380px;}
}

@media screen and (min-width: 980px) and (max-width:1560px) {
	.contact-col-wrp {
		display:inline-block;
		width:90%;	
		vertical-align:top;
		text-align:center;
		margin:8px 0 20px 0;
	}
	
	.contact-col-wrp p, .cal-tools-wrp p {
		font-size:18px;

	}
	
	.contact-btn { margin:0 18px 0 18px; }
	
	.contact-sm-wrp { margin:15px auto 5px auto; }
	
	.contact-sm-link {
		width:50px;
		height:50px;
		margin:0 5px;
	}
	
	.contact-phone-wrp { margin:25px 0 0 0; }
	
	.contact-sm-fb {background-position:-36px -3880px;}
	.contact-sm-tw {background-position:-36px -3980px;}
	.contact-sm-yt {background-position:-36px -4077px;}
	.contact-sm-pi {background-position:-36px -4177px;}
	.contact-sm-li {background-position:-36px -4477px;}
	.contact-sm-in {background-position:-36px -4277px;}
	.contact-sm-gp {background-position:-36px -4577px;}
	.contact-sm-fl {background-position:-36px -4380px;}
}

@media screen and (min-width: 1561px) {
	.contact-col-wrp {
		display:inline-block;
		width:90%;	
		vertical-align:top;
		text-align:center;
		margin:8px 0 20px 0;
	}
	
	.contact-col-wrp p, .cal-tools-wrp p {
		font-size:20px;

	}
	
	.contact-btn { margin:0 18px 0 18px; }
	
	.contact-sm-wrp { margin:15px auto 5px auto; }
	
	.contact-sm-link {
		width:50px;
		height:50px;
		margin:0 5px;
	}
	
	.contact-phone-wrp { margin:25px 0 0 0; }
	
	.contact-sm-fb {background-position:-36px -3880px;}
	.contact-sm-tw {background-position:-36px -3980px;}
	.contact-sm-yt {background-position:-36px -4077px;}
	.contact-sm-pi {background-position:-36px -4177px;}
	.contact-sm-li {background-position:-36px -4477px;}
	.contact-sm-in {background-position:-36px -4277px;}
	.contact-sm-gp {background-position:-36px -4577px;}
	.contact-sm-fl {background-position:-36px -4380px;}
}

/****************************************************/
/*  HELP AND WEATHER LINK LOCATIONS                 */
/*  These locations change on page.css for sub pages*/
/****************************************************/

@media screen and (max-width: 1024px) {
	/*.help-link-banner-wrp { bottom:70px; }	
	.weather-wrp { bottom:116px; }
	.pop-out-wrp { bottom:15px;right:25px; }
	.pop-out-wrp img { max-width:80% !important; }*/
	.help-link-banner-wrp { bottom:135px; }	
	.weather-wrp { bottom:181px; }
	.pop-out-wrp { bottom:66px;right:-40px; }
	.pop-out-wrp img { max-width:80% !important;display:none; }
	.cgi-vid-wrp { text-align:center;margin-bottom:60px; }
}

@media screen and (min-width: 1025px) {
	/*.help-link-banner-wrp {	bottom:60px; }	
	.weather-wrp { bottom:120px; }
	.pop-out-wrp { bottom:15px;right:80px; }*/
	.help-link-banner-wrp {	bottom:125px; }	
	.weather-wrp { bottom:185px; }	
	.pop-out-wrp { bottom:40px;right:0px; }	
	.cgi-vid-wrp { display:none;}
}

/****************************************************/
/* HIGHLIGHTS AND MENU                              */
/****************************************************/

@media screen and (max-width:568px) {
	.highlight-ctn, .unslider-wrap{ height:380px; }	
	.highlight-wrp { height:380px; }	
	.menu-on { /*height:448px !important;*/ }	
	
	.menu-links-ctn ul { width:88% !important; }
	
	.highlight-slide { background-size:cover; }
	
	.highlight-content-wrp {
		margin:0 auto;
		border-bottom:50px solid transparent; 
  	}
	
	.highlight-title {
		font-size:24px;
		margin-left:9px;
  	}
	
	.highlight-title span {	line-height:40px; }
	
	.highlight-wrp {
  		padding:0;
		width:68%;
 	 }
	
	.highlight-btn-link {
  		font-size:13px;
  		padding:3px 10px;
	  	margin:5px 0 0 0;
  	}
	
	.unslider-nav {	bottom:20px;width:100%; }
}

@media screen and (min-width:569px) and (max-width:1150px) {
    .highlight-ctn, .unslider-wrap{ height:320px; }	
	.highlight-wrp {
		padding:0;
		width:70%;
		height:320px; 
	}
	.menu-on { /*height:388px !important;*/ }
	
	.menu-links-ctn ul { /*width:88% !important;*/width:91% !important; }
	
	.highlight-slide { background-size:cover; }
	
	.highlight-content-wrp {
	 	width:70%;
	  	margin:0 auto;
		border-bottom:50px solid transparent;
	}	
	
	.highlight-title {
		font-size:28px;
		margin-left:11px;
  	}
	
	.highlight-title span {	line-height:46px; }	
	
	.highlight-btn-link {
  		font-size:14px;
  		padding:3px 10px;
	  	margin:5px 0 0 1px;
  	}
	
	.unslider-nav { bottom:20px;width:100%; }
}

@media screen and (min-width: 1150px) and (max-width:1560px) {
	.highlight-ctn, .unslider-wrap { height:420px; }
	.highlight-wrp {
		padding:0;
		width:70%;
		height:420px;
 	}
	
	.menu-links-ctn ul { width:86% !important; }
	
  	.highlight-slide { background-size:cover; }
	
  	.highlight-content-wrp {
	  	width:70%;
	  	margin:0 auto;
		border-bottom:50px solid transparent;
 	 }	
	
	.highlight-title {
	  	font-size:38px;
		margin-left:11px;
  	}
	
	.highlight-title span {
	  	line-height:56px;
  	}	
	
	.highlight-btn-link {
  		font-size:17px;
  		padding:7px 10px 6px 10px;
	  	margin:5px 0 0 1px;
  	}
	
	.unslider-nav { bottom:30px;width:100%; }
}

@media screen and (min-width: 1561px) {
	.highlight-ctn, .unslider-wrap { height:460px; }
	.highlight-wrp {
		padding:0;
		width:70%;
		height:460px;
 	}
	
	.menu-links-ctn ul { width:86% !important; }
	
  	.highlight-slide { background-size:cover; }
	
  	.highlight-content-wrp {
	  	width:70%;
	  	margin:0 auto;
		border-bottom:50px solid transparent;
 	 }	
	
	.highlight-title {
	  	font-size:38px;
		margin-left:11px;
  	}
	
	.highlight-title span {
	  	line-height:56px;
  	}	
	
	.highlight-btn-link {
  		font-size:17px;
  		padding:7px 10px 6px 10px;
	  	margin:5px 0 0 1px;
  	}
	
	.unslider-nav { bottom:30px;width:100%; }
}

@media screen and (max-width:1024px) { .highlight-slide, .fixed-bg {background-attachment:scroll; }}
@media screen and (min-width:1025px) { .highlight-slide, .fixed-bg {background-attachment:fixed; -webkit-transform: translateZ(0);} }


/****************************************************/
/* POPULAR SERVICES SECTION                         */
/****************************************************/

@media screen and (max-width:768px) {	
	.pop-serv-ctn { width:80%; }	
	.pop-serv-wrp {
		width:145px;
		margin:0 0 20px 0;
	}
	
  	.pop-serv-icon {
		width:70px;
		height:60px;
	}
	
	.pop-serv-career .pop-serv-icon { background-position:-28px -9462px; }
	.pop-serv-pay .pop-serv-icon { background-position:-22px -9061px; }
	.pop-serv-cs .pop-serv-icon { background-position:-27px -8661px; }
	.pop-serv-aquatic .pop-serv-icon { background-position:-26px -9661px; }
	.pop-serv-report .pop-serv-icon { background-position:-26px -8861px;}
	.pop-serv-bids .pop-serv-icon { background-position:center -9261px; }
	.pop-serv-volunteer .pop-serv-icon { background-position:center -9362px; }
	.pop-serv-council .pop-serv-icon { background-position:center -264px; }
	.pop-serv-transit .pop-serv-icon { background-position:center -665px; }
	.pop-serv-census .pop-serv-icon { background-position:center -8467px; }
	.pop-serv-map .pop-serv-icon { background-position:-26px -16866px; }
	
	/*** PD Serv Icons ***/
	.pop-serv-crime-report .pop-serv-icon { background-position:-27px -17668px; }
	.pop-serv-app .pop-serv-icon { background-position:-25px -18072px; }
	.pop-serv-witness .pop-serv-icon { background-position:-26px -17769px; }
	.pop-serv-tip .pop-serv-icon { background-position:-25px -17967px; }
	.pop-serv-animal .pop-serv-icon { background-position:-25px -17967px; }
	.pop-serv-warrant .pop-serv-icon { background-position:-26px -18169px; }
	.pop-serv-so .pop-serv-icon { background-position:-27px -17873px; }
	
	/*** Transit Serv Icons ***/
	.pop-serv-route-map .pop-serv-icon { background-position:-26px -16866px; }
	.pop-serv-trip .pop-serv-icon { background-position:-25px -16669px; }
	.pop-serv-passes .pop-serv-icon { background-position:-22px -9061px; }
	
  	.pop-serv-bar {
		height:6px;
		width:80px;
		margin:0 auto 6px auto;
	}
	
	.pop-serv-wrp:hover .pop-serv-bar { width:100px; }
	
  	.pop-serv-link {
		font-size:15px;
		margin:0 auto;
		line-height:19px
	}
}

@media screen and (min-width:769px) and (max-width:1151px) {
	.pop-serv-wrp {
		width:145px;
		margin:0 0 20px 0;
	}
	
  	.pop-serv-icon {
		width:70px;
		height:60px;
	}
	
	.pop-serv-career .pop-serv-icon { background-position:-28px -9462px; }
	.pop-serv-pay .pop-serv-icon { background-position:-22px -9061px; }
	.pop-serv-cs .pop-serv-icon { background-position:-27px -8661px; }
	.pop-serv-aquatic .pop-serv-icon { background-position:-26px -9661px; }
	.pop-serv-report .pop-serv-icon { background-position:-26px -8861px;}
	.pop-serv-bids .pop-serv-icon { background-position:center -9261px; }
	.pop-serv-volunteer .pop-serv-icon { background-position:center -9362px; }
	.pop-serv-council .pop-serv-icon { background-position:center -264px; }
	.pop-serv-transit .pop-serv-icon { background-position:center -665px; }
	.pop-serv-census .pop-serv-icon { background-position:center -8467px; }
	.pop-serv-map .pop-serv-icon { background-position:-26px -16866px; }
	
	/*** PD Serv Icons ***/
	.pop-serv-crime-report .pop-serv-icon { background-position:-27px -17668px; }
	.pop-serv-app .pop-serv-icon { background-position:-25px -18072px; }
	.pop-serv-witness .pop-serv-icon { background-position:-26px -17769px; }
	.pop-serv-tip .pop-serv-icon { background-position:-25px -17967px; }
	.pop-serv-animal .pop-serv-icon { background-position:-25px -17967px; }
	.pop-serv-warrant .pop-serv-icon { background-position:-26px -18169px; }
	.pop-serv-so .pop-serv-icon { background-position:-27px -17873px; }
	
	/*** Transit Serv Icons ***/
	.pop-serv-route-map .pop-serv-icon { background-position:-26px -16866px; }
	.pop-serv-trip .pop-serv-icon { background-position:-25px -16669px; }
	.pop-serv-passes .pop-serv-icon { background-position:-22px -9061px; }
	
  	.pop-serv-bar {
		height:6px;
		width:80px;
		margin:0 auto 6px auto;
	}
	
	.pop-serv-wrp:hover .pop-serv-bar { width:100px; }
	
  	.pop-serv-link {
		font-size:15px;
		margin:0 auto;
		line-height:19px
	}
}

@media screen and (min-width:1151px) and (max-width:1650px) {	
	.pop-serv-wrp {
		width:170px;
		margin:0 auto 20px auto;
	}
	
	.pop-serv-icon {
		width:70px;
		height:70px;
	}
	
	.pop-serv-career .pop-serv-icon { background-position:-27px -1659px; }
	.pop-serv-pay .pop-serv-icon { background-position:-18px -1251px; }
	.pop-serv-cs .pop-serv-icon { background-position:-27px -859px; }
	.pop-serv-aquatic .pop-serv-icon { background-position:-26px -1858px; }
	.pop-serv-report .pop-serv-icon { background-position:-28px -1059px; }
	.pop-serv-bids .pop-serv-icon { background-position:center -1461px; }
	.pop-serv-volunteer .pop-serv-icon { background-position:-32px -1560px; }
	.pop-serv-council .pop-serv-icon { background-position:-29px -58px; }
	.pop-serv-transit .pop-serv-icon { background-position:-29px -464px; }
	.pop-serv-census .pop-serv-icon { background-position:center -3661px; }
	.pop-serv-map .pop-serv-icon { background-position:-26px -16960px; }
	
	/*** PD Serv Icons ***/
	.pop-serv-crime-report .pop-serv-icon { background-position:-26px -17061px; }
	.pop-serv-app .pop-serv-icon { background-position:-25px -17466px; }
	.pop-serv-witness .pop-serv-icon { background-position:-25px -17155px; }
	.pop-serv-tip .pop-serv-icon { background-position:-25px -17359px; }
	.pop-serv-animal .pop-serv-icon { background-position:-25px -17359px; }
	.pop-serv-warrant .pop-serv-icon { background-position:-26px -17565px; }
	.pop-serv-so .pop-serv-icon { background-position:-27px -17265px; }
	
	/*** Transit Serv Icons ***/
	.pop-serv-route-map .pop-serv-icon { background-position:-26px -16960px; }
	.pop-serv-trip .pop-serv-icon { background-position:-25px -16765px; }
	.pop-serv-passes .pop-serv-icon { background-position:-18px -1251px; }
	
  	.pop-serv-bar {
		height:7px;
		width:90px;
		margin:0 auto 6px auto;
	}
	
	.pop-serv-wrp:hover .pop-serv-bar { width:110px; }
 	
	.pop-serv-link {
		font-size:17px;
		margin:0 auto;
		line-height:19px
	}
}

@media screen and (min-width:1651px) {	
	.pop-serv-wrp {
		width:195px;
		margin:0 auto 20px auto;
	}
	
	.pop-serv-icon {
		width:70px;
		height:70px;
	}
	
	.pop-serv-career .pop-serv-icon { background-position:-27px -1659px; }
	.pop-serv-pay .pop-serv-icon { background-position:-18px -1251px; }
	.pop-serv-cs .pop-serv-icon { background-position:-27px -859px; }
	.pop-serv-aquatic .pop-serv-icon { background-position:-26px -1858px; }
	.pop-serv-report .pop-serv-icon { background-position:-28px -1059px; }
	.pop-serv-bids .pop-serv-icon { background-position:center -1461px; }
	.pop-serv-volunteer .pop-serv-icon { background-position:-32px -1560px; }
	.pop-serv-council .pop-serv-icon { background-position:-29px -58px; }
	.pop-serv-transit .pop-serv-icon { background-position:-29px -464px; }
	.pop-serv-census .pop-serv-icon { background-position:center -3661px; }
	.pop-serv-map .pop-serv-icon { background-position:-26px -16960px; }
	
	//*** PD Serv Icons ***/
	.pop-serv-crime-report .pop-serv-icon { background-position:-26px -17061px; }
	.pop-serv-app .pop-serv-icon { background-position:-25px -17466px; }
	.pop-serv-witness .pop-serv-icon { background-position:-25px -17155px; }
	.pop-serv-tip .pop-serv-icon { background-position:-25px -17359px; }
	.pop-serv-animal .pop-serv-icon { background-position:-25px -17359px; }
	.pop-serv-warrant .pop-serv-icon { background-position:-26px -17565px; }
	.pop-serv-so .pop-serv-icon { background-position:-27px -17265px; }
	
	/*** Transit Serv Icons ***/
	.pop-serv-route-map .pop-serv-icon { background-position:-26px -16960px; }
	.pop-serv-trip .pop-serv-icon { background-position:-25px -16765px; }
	.pop-serv-passes .pop-serv-icon { background-position:-18px -1251px; }
	
  	.pop-serv-bar {
		height:7px;
		width:90px;
		margin:0 auto 6px auto;
	}
	
	.pop-serv-wrp:hover .pop-serv-bar { width:110px; }
 	
	.pop-serv-link {
		font-size:21px;
		margin:0 auto;
		line-height:23px
	}
}


/****************************************************/
/* MORE SERVICES LINKS SECTION                      */
/****************************************************/

@media screen and (min-width:769px) {
	.more-serv-header br { display:none; }
}

@media screen and (max-width:770px) {
	.more-serv-wrp { }
	
	.more-serv-header {
		width:133px;
		/*height:35px;*/		
		height:29px;
		text-align:center;
		padding:7px;
	}
	
	.serv-one-line {
		line-height:30px !important;
	}
}

@media screen and (min-width:771px) and (max-width:1024px) {	
	.more-serv-wrp {
		width:30%;
		min-width:185px;
	}
	
	.more-serv-header { padding:7px 3px 7px 7px; }
}

@media screen and (max-width:1024px) {	
	.more-serv-wrp { margin:5px; }
	
	.serv-cat-header { 
		display:block;
	}
	
	.more-serv-ctn {
  		margin:40px auto 50px auto;
	  	/*width:98%;*/
		width:86%;
  	}
		
	.more-serv-header {
		font-size:13px;
		font-weight:800;
	  	line-height:15px;
  	}
	
	.more-serv-txt { display:none; }
}

@media screen and (min-width:1025px) {
	.serv-cat-header { display:none; }
}

@media screen and (min-width:1025px) and (max-width: 1366px) {
  	.more-serv-wrp { margin:0 9px 18px 9px; }
	
	.more-serv-ctn {
  		margin:40px auto 50px auto;
	  	width:90%;
 	 }
	
	.more-serv-link {
  		padding:8px;
	  	height:50px;
	  	width:96%;
	  	max-width:284px;
  	}
		
 	.more-serv-header {
	 	font-size:15px;
		font-weight:800;
	  	line-height:18px;
	  	margin:0 0 3px 0;
  	}
	
	.more-serv-txt { display:block; font-size:11px; line-height:15px; }
}

@media screen and (min-width:1367px) and (max-width:1560px) {
  	.more-serv-wrp { margin:0 12px 24px 12px; }
	
	.more-serv-ctn {
  		margin:40px auto 40px auto;
	  	width:80%;
  	}
	
	.more-serv-link {
  		padding:10px;
	  	height:53px;
	  	width:96%;
	  	max-width:350px;
  	}
	
  	.more-serv-header {
		font-size:17px;
		font-weight:800;
	  	line-height:18px;
	  	margin:0 0 4px 0;
  	}

  	.more-serv-txt { display:block; font-size:12px; line-height:16px; }
}

@media screen and (min-width:1561px) {
  	.more-serv-wrp { margin:0 12px 24px 12px; }
	
	.more-serv-ctn {
  		margin:40px auto 40px auto;
	  	width:88%;
  	}
	
	.more-serv-link {
  		padding:10px;
	  	height:63px;
	  	width:96%;
	  	max-width:435px;
  	}
	
  	.more-serv-header {
		font-size:21px;
		font-weight:800;
	  	line-height:22px;
	  	margin:0 0 4px 0;
  	}

  	.more-serv-txt { display:block; font-size:15px; line-height:19px; }
}

/****************************************************/
/* DEPARTMENT SECTION                               */
/****************************************************/

@media screen and (max-width:568px) {	
	.dept-home-link-wrp {
  		width:98%;
	  	padding:0;
		margin:0 auto 30px auto;
	  	text-align:center;
  	}
	
	.dept-home-link-wrp a {
		width:116px;
		height:29px;
	  	font-weight:800;
	  	font-size:13px;
	  	display:inline-block;
	  	margin:5px;
		line-height:15px;
		vertical-align:middle;
		padding:8px 10px;
		text-align:center;
 	 }
	
	.dept-one-line { padding:15px 10px 1px 10px !important; line-height:16px !important; }
}

@media screen and (min-width:569px) and (max-width:768px) {		
	.dept-home-link-wrp {
  		width:80%;
	  	padding:20px 13px 13px 20px;
	  	margin:0 auto 30px auto;
	  	text-align:center;
  	}
	
	.dept-home-link-wrp a {
		font-weight:800;
	  	font-size:15px;
		line-height:18px;
	  	display:inline-block;
	  	margin:0 7px 14px 7px;
		padding:10px;
		width:140px;
		height:35px;
		vertical-align:top;
  	}
	
	.dept-one-line { padding:18px 10px 1px 10px !important; line-height:16px !important; }
}

@media screen and (min-width:769px) and (max-width:1560px) {
	.dept-home-link-wrp, .map-home-link-wrp {
  		max-width:68%;
		display:inline-block;	  
		margin:0 auto;
  	}
	
	.dept-home-link-wrp, .map-home-link-wrp { text-align:center;padding:20px; }
	
 	.dept-home-link-wrp a {
		font-weight:800;
	  	font-size:17px;
		line-height:21px;
	  	display:inline-block;
	  	margin:0 7px 14px 7px;
		padding:10px;
		width:180px;
		height:42px;
		vertical-align:top;
  	}
	
	.dept-one-line { padding:20px 10px 0 10px !important; }
	
}

@media screen and (min-width:1561px) {
	.dept-home-link-wrp, .map-home-link-wrp {
  		max-width:60%;
		display:inline-block;	  
		margin:0 auto;
  	}
	
	.dept-home-link-wrp, .map-home-link-wrp { text-align:center;padding:20px; }
	
 	.dept-home-link-wrp a {
		font-weight:800;
	  	font-size:21px;
		line-height:25px;
	  	display:inline-block;
	  	margin:0 7px 14px 7px;
		padding:10px;
		width:215px;
		height:49px;
		vertical-align:top;
  	}
	
	.dept-one-line { padding:20px 10px 0 10px !important; }
}

/****************************************************/
/* CALENDAR SECTION                                 */
/****************************************************/
@media screen and (max-width:568px) {	
  	.cal-item-wrp {
	  	display:inline-block;
		vertical-align:middle;
	  	width:68%;
	  	margin:0 auto 10px auto;
	  	padding:7px 10px;
 	 }
	
 	 .cal-date-wrp {
		background-position:-21px -9855px;
		text-align:center;
		width:80px;
		height:80px;
  		margin:0;
		padding:0;
		display:inline-block;
		vertical-align:middle;	
 	 }
	
	html.nontouch .cal-item-wrp:hover .cal-date-wrp { background-position:-21px -12958px; }
	
	.cal-month {
  		font-weight:600;
	  	font-size:16px;
	  	line-height:14px;
	  	padding:0;
	  	margin:31px 0 0 2px;
  	}

  	.cal-day {
  		font-weight:700;
	  	font-size:24px;
	  	line-height:24px;
	  	padding:0;
	  	margin:0 0 0 2px;
  	}
	
	.cal-title-wrp {
  		font-weight:700;
	  	font-size:13px;
		line-height:17px;
	  	padding:0 5px;
		display:inline-block;
		vertical-align:middle;
		max-width:60%;
  	}
	
  	.cal-tools-wrp {
 	  	width:67%;
    	display:inline-block;	  
	  	margin:0 auto;
    	text-align:left;
		padding:0;
  	}
	
  	.cal-tools-wrp a {
	  	font-weight:800;
	  	font-size:13px;
	  	display:block;
    	padding:6px;
		margin:10px 5px;
		line-height:18px;
  	}
}

@media screen and (min-width:569px) and (max-width:768px) {	
	.cal-item-wrp {
		display:inline-block;
	  	vertical-align:middle;
	  	width:68%;
	  	margin:0 auto 10px auto;
	  	padding:7px 10px;
  	}
	
  	.cal-date-wrp {
		background-position:-21px -9855px;
		text-align:center;
		width:80px;
		height:80px;
  		margin:0;
		padding:0;
		display:inline-block;
		vertical-align:middle;	
  	}
	
	html.nontouch .cal-item-wrp:hover .cal-date-wrp { background-position:-21px -12958px; }
	
	.cal-month {
  		font-weight:600;
	  	font-size:16px;
	  	line-height:14px;
	  	padding:0;
	  	margin:31px 0 0 2px;
  	}

  	.cal-day {
  		font-weight:700;
	  	font-size:24px;
	  	line-height:24px;
	  	padding:0;
	  	margin:0 0 0 2px;
  	}
	
	.cal-title-wrp {
  		font-weight:700;
	  	font-size:15px;
		line-height:17px;
	  	padding:0 5px;
		display:inline-block;
		vertical-align:middle;
		width:70%;
  	}
	
  	.cal-tools-wrp {
 	  	width:80%;
    	display:inline-block;	  
	  	margin:0 auto;
   		text-align:center;
		padding:0;
  	}
		
  	.cal-tools-wrp a {
	  	font-weight:800;
	  	font-size:13px;
	  	display:inline-block;
		margin:5px;
		padding:6px;
		width:245px;
		line-height:21px;
  	}
}

@media screen and (min-width:769px) and (max-width: 1150px) {
	.cal-home-wrp, .news-home-wrp {
	  	margin:0 auto;
		width:86%;
		display:flex;
		text-align:center;
		justify-content:center;
	}
	
  	.cal-item-wrp {
		vertical-align:top;
	  	width:170px;
	  	margin:15px;
		padding:15px;
 	}
	
  	.cal-date-wrp {
		background-position:-10px -10042px;
		text-align:center;
		width:100px;
		height:104px;
  		margin:0 auto;
		padding:0;
		display:inline-block;
  	}	
	
	html.nontouch .cal-item-wrp:hover .cal-date-wrp { background-position:-10px -13143px; }
	
	.cal-month {
  		font-weight:600;
	  	font-size:20px;
	  	line-height:11px;
	  	padding:0;
	  	margin:45px 0 0 5px;
 	}

  	.cal-day {
  		font-weight:700;
	  	font-size:35px;
	  	line-height:40px;
	  	padding:0;
	  	margin:0 0 0 7px;
  	}
	
	.cal-title-wrp {
  		font-weight:700;
	  	font-size:15px;
	  	padding:15px 0;
  	}
	
  	.cal-tools-wrp a {
	  	font-weight:800;
	  	font-size:16px;
	  	display:inline-block;
		margin:7px;
		padding:7px 12px;
  	}
}

@media screen and (min-width: 1151px) and (max-width:1560px) {
	.cal-home-wrp, .news-home-wrp {
		margin:0 auto;
		width:86%;
		display:flex;
		text-align:center;
		justify-content:center;
  	}
	
  	.cal-item-wrp {
	  	vertical-align:top;
	  	width:250px;
	  	margin:20px;
	  	padding:20px;
  	}
	
  	.cal-date-wrp {
  		background-position:-2px -2233px;
		text-align:center;
  		width:120px;
		height:125px;
  		margin:0 auto;
		padding:0;
		display:inline-block;
 	}
	
	html.nontouch .cal-item-wrp:hover .cal-date-wrp { background-position:-2px -13329px; }
	
	.cal-month {
  		font-weight:600;
	  	font-size:26px;
	  	line-height:21px;
	  	padding:0;
	  	margin:50px 0 0 3px;
  	}

  	.cal-day {
  		font-weight:700;
	  	font-size:42px;
	  	line-height:39px;
	  	padding:0;
	  	margin:0 0 0 3px;
  	}
	
	.cal-title-wrp {
  		font-weight:700;
	  	font-size:18px;
	  	padding:20px;
		line-height:23px;
  	}
	
	.cal-tools-wrp a {
	  	font-weight:800;
	  	font-size:16px;
	  	display:inline-block;
		margin:7px;
		padding:8px 12px 7px 12px;
  	}
}

@media screen and (min-width: 1561px) {
	.cal-home-wrp, .news-home-wrp {
		margin:0 auto;
		width:86%;
		display:flex;
		text-align:center;
		justify-content:center;
  	}
	
  	.cal-item-wrp {
	  	vertical-align:top;
	  	width:280px;
	  	margin:20px;
	  	padding:20px;
  	}
	
  	.cal-date-wrp {
  		background-position:-2px -2233px;
		text-align:center;
  		width:120px;
		height:125px;
  		margin:0 auto;
		padding:0;
		display:inline-block;
 	}
	
	html.nontouch .cal-item-wrp:hover .cal-date-wrp { background-position:-2px -13329px; }
	
	.cal-month {
  		font-weight:600;
	  	font-size:26px;
	  	line-height:21px;
	  	padding:0;
	  	margin:50px 0 0 3px;
  	}

  	.cal-day {
  		font-weight:700;
	  	font-size:42px;
	  	line-height:39px;
	  	padding:0;
	  	margin:0 0 0 3px;
  	}
	
	.cal-title-wrp {
  		font-weight:700;
	  	font-size:21px;
		line-height:30px;
	  	padding:20px;
  	}
	
  	.cal-tools-wrp a {
	  	font-weight:800;
	  	font-size:18px;
	  	display:inline-block;
		margin:7px;
		padding:7px 12px;
  	}
}

@media screen and (min-width:769px) {
	 .cal-tools-wrp {
 	  	width:70%;
    	display:inline-block;	  
	  	margin:0 auto;
    	text-align:center;
		padding:0;
  	}
}

/****************************************************/
/* NEWS SECTION                                     */
/****************************************************/
@media screen and (max-width:568px) {		
	.news-item-wrp {
		width:58%;
		background-position:-34px -2068px;
		background-image:url(../img/v3-sprite.png);
		background-repeat:no-repeat;
		padding:10px 12px 10px 62px;
		min-height:34px;
		line-height:34px;
		text-align:left;
	}
	
	html.nontouch .news-item-wrp:hover { background-position:-34px -3472px; }
	
    .news-img-wrp {	display:none; }
	
	.news-title-wrp {
		font-size:15px;
		line-height:17px;
		margin:0px;
		vertical-align:middle;
		display:inline-block;		
	}
	
	.news-summary { display:none; }
}

@media screen and (min-width:569px) and (max-width:768px) {		
	.news-item-wrp {
		width:65%;
		background-position:-34px -2068px;
		background-image:url(../img/v3-sprite.png);
		background-repeat:no-repeat;
		padding:10px 12px 10px 62px;
		min-height:34px;
		line-height:34px;
		text-align:left;
	}
	
	html.nontouch .news-item-wrp:hover {background-position:-34px -3472px;}
	
	.news-title-wrp {
		font-size:15px;
		line-height:17px;
		margin:0px;
		vertical-align:middle;
		display:inline-block;
	}
	
  	.news-img-wrp { display:none; }
	
  	.news-summary { display:none; }
}

@media screen and (min-width:769px) and (max-width: 1150px) {
	.news-item-wrp {
	  	max-width:260px;
	  	margin:15px;
	}
	
	.news-img-wrp {
		display: flex;
    	justify-content: center;
    	align-items: center;  
		height:100px;
  	}
	
	.news-img-wrp img {
		flex-shrink: 0;
    	min-width: 100%;
    	min-height: 100%;
	}
	
  	.news-title-wrp {
    	font-size:15px;
		line-height:18px;
		border-bottom:2px solid black;
		padding-bottom:10px;
		margin:15px 15px 10px 15px;
	}

  	.news-summary { font-size:13px; }
}

@media screen and (min-width: 1151px) and (max-width:1560px) {
  	.news-item-wrp {
	  	max-width:310px;
	  	margin:20px;
	}
	
	.news-img-wrp {
		display: flex;
    	justify-content: center;
    	align-items: center;  
		height:160px;
  	}
	
	.news-img-wrp img {
		flex-shrink: 0;
    	min-width: 100%;
    	min-height: 100%;
	}
	
  	.news-title-wrp {
    	font-size:18px;
		line-height:22px;
		border-bottom:2px solid black;
		padding-bottom:10px;
		margin:15px 15px 10px 15px;
	}
	
  	.news-summary { font-size:14px; }
}

@media screen and (min-width: 1561px) {
  	.news-item-wrp {
	  	max-width:375px;
	  	margin:20px;
	}
	
	.news-img-wrp {
		display: flex;
    	justify-content: center;
    	align-items: center;  
		height:160px;
  	}
	
	.news-img-wrp img {
		flex-shrink: 0;
    	min-width: 100%;
    	min-height: 100%;
	}
	
  	.news-title-wrp {
    	font-size:21px;
		line-height:25px;
		border-bottom:2px solid black;
		padding-bottom:10px;
		margin:15px 15px 10px 15px;
	}
	
  	.news-summary { font-size:16px; }
}

.menu-home-icon {
	display:none !important;
}

#page-ctn {display:none;}

/**** Banner ****/
#banner-ctn {
	width:100%;
  background-color:gray;
	padding:0;
	margin:0;
	position:relative;
}

.highlight-ctn {
	position:relative;
	overflow:hidden;
}

.highlight-span {

}

.highlight-slide {
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	display:block;
}

/**** Banner Highlight Classes 1520X420 (Large Screen) 1040x350 (Medium Screen)  440x300 (Small Screens) ****/

.highlight-bg-yellow {background-color:#ff6c2c;}
.highlight-hide-overlay .highlight-overlay {display:none;}
.highlight-bg-top {background-position:bottom !important;}
.highlight-bg-right {background-position:right 0px center !important;}
.highlight-bg-left {background-position:left 0px center !important;}

/*********/

.unslider-wrap {

}

.unslider-nav {
	position:absolute !important;
	float:none !important;
	text-align:center;
	z-index:12;
	/*width:100%;*/
	padding:0;
	margin:0;
}

.prev, .next {
	display:inline-block;
	margin:0 2px;
	width:11px;
	height:19px;
	overflow:hidden;
	color:transparent !important;
	vertical-align:top;
	text-indent: -9999px;
	outline:none;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url(../img/v3-sprite.png);
}

.prev {background-position:-55px -6791px;margin-right:8px;}
.next {background-position:-58px -6691px;margin-left:8px;}

.unslider-nav ol {
  display:inline-block;
	vertical-align:top;
}

.unslider-nav li {
	display:inline-block !important;
	margin:0 4px !important;
  z-index:13;
}

.unslider-nav li {
	-webkit-border-radius: 50%; 
  -moz-border-radius: 50%;  
  border-radius: 50%;
	display:block;
	vertical-align:middle;
	margin:0 1px;
	cursor:pointer;
	color:transparent;
	width:14px;
	height:14px;
	text-indent: -9999px;
	outline:none;
}

.unslider-nav li {
	border:2px solid white;
	background-color:transparent;
}

/**** Fix for smartphones-Hover turned off for the nav circles ****/
html.nontouch .unslider-nav li:hover {
	background-color:white;
}

.unslider-nav li.unslider-active {
  background-color:white;
}

.highlight-overlay {
	position:absolute;
	top:0;
	left:0;
	background-color:black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
	width:100%;
	height:100%;
	z-index:1;
}

.highlight-wrp {
  /*position:absolute;
	top:0;
	left:0;*/
	z-index:11;
	position:relative;
	margin:0 auto;
	display:table;
	vertical-align:middle;
}

.highlight-content-wrp {
  display:table-cell;
	vertical-align:middle;
	overflow:hidden;
}

.highlight-content-wrp {
	-webkit-animation: fadein 2s; 
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s; 
    -o-animation: fadein 2s; 
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.highlight-title {
	font-weight:700;
	display:inline-block;
}

.highlight-title span {
	background-color: rgba(0, 109, 182, .7);
	box-shadow:10px 0 0 rgba(0, 109, 182, .7),-10px 0 0 rgba(0, 109, 182, .7);
	padding: 0.2rem;
	padding-left:0;
	padding-right:0;
	-webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
	/*display:none;*/
}

html.nontouch .highlight-title span:hover {
	background-color: rgba(0, 109, 182, 1);
	box-shadow:10px 0 0 rgba(0, 109, 182, 1), -10px 0 0 rgba(0, 109, 182, 1);
}

.highlight-title, .highlight-title:hover, .highlight-title:active, .highlight-title:focus {
	color:white !important;
}

.highlight-btn-link {
	display:table;
	border:none;
	font-weight:700;
	color:white;
}

.highlight-btn-link, .highlight-btn-link:active {
	color:white !important;
	background-color: rgba(255, 94, 77, .8);
}

.highlight-btn-link:hover, .highlight-btn-link:focus {
	color:white!important;
	background-color: rgba(255, 94, 77, 1);
}

.section-overlay {
	width:100%;
    height:100%;
	background-color:rgba(0,0,0,0.3);
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.hl-float-img {
	position:absolute;
	top:20px;
	right:20px;
	max-width:300px;
	height:auto;
}

/*****************************/
@media screen and (max-width:1560px) {
	.home-section-btn {
		font-size:14px;
	}
}

@media screen and (min-width:1561px) {
	.home-section-btn {
		font-size:17px;
	}
}

.home-section-btn {
	display:inline-block;
	padding:7px 30px 6px 30px;	
	font-weight:800;
	position:relative;
	z-index:1;
}

.more-lnk-wrp {display:block;text-align:center;margin:40px 0 0 0;}

/*** Home page text sections (Maps using it now) ***/
@media screen and (max-width: 568px) {
	.home-txt { max-width:340px; }
}

@media screen and (max-width: 1024px) {
	.home-txt {
		font-size:17px;
		line-height:20px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}

@media screen and (min-width: 1025px) {
	.home-txt {
		font-size:20px;
		line-height:28px;
	}
}

.home-txt {
	color:white;
	font-weight:700;
	text-align:center;
	margin-bottom:35px;
	padding-top:20px;
}

.services-ctn {}

.services-ctn .section-header {color:#273843;}

#services-section {}

.more-serv-ctn {
	text-align:center;
}

.more-serv-wrp {
	display:inline-block;
	vertical-align:top;
}

.more-serv-link {
	background-color:#e3e3e3;
	display:block;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}

a.more-serv-link, .more-serv-link:link, .more-serv-link:active {
	color:#273843;
}

html.nontouch .more-serv-link:hover {
	color:#e3e3e3;
	background-color:#273843;
}

.more-serv-header { display:block; }

.more-serv-txt {
	font-weight:600;
}

.serv-cat-header {
	color:#273843;
	font-weight:800;
	font-size:18px;
	line-height:21px;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
}

.serv-az-wrp {text-align:center;margin:0;}

.serv-az-link {}

.serv-az-link, .serv-az-link:active, .serv-az-link:link, .serv-az-link:visited {
  background-color:#e3e3e3;
	color:#273843;
}

html.nontouch .serv-az-link:hover {
  color:white;
	background-color:#273843; 
}

.pop-serv-ctn {text-align:center;margin:0 auto 20px auto;width:85%;}
.pop-serv-col {}

.pop-serv-wrp {display:inline-block;}
.pop-serv-icon {display:block;margin:0 auto; }

.pop-serv-bar {
	-webkit-transition: width 0.2s; 
  -moz-transition: width 0.2s; 
  -ms-transition: width 0.2s; 
  -o-transition: width 0.2s; 
  transition: width 0.2s;
}

.pop-serv-wrp:hover .pop-serv-bar {}

.pop-serv-link {font-weight:800;text-align:center;display:block;margin:0 auto;}

.pop-serv-link, .pop-serv-link:hover, .pop-serv-link:active, .pop-serv-link:focus {color:#273843 !important;}

.pop-serv-wrp:nth-of-type(1) .pop-serv-bar {background-color:#ff6c2c;}
.pop-serv-wrp:nth-of-type(2) .pop-serv-bar {background-color:#ffdd00;}
.pop-serv-wrp:nth-of-type(3) .pop-serv-bar {background-color:#006db6;}
.pop-serv-wrp:nth-of-type(4) .pop-serv-bar {background-color:#ff5e4d;}
.pop-serv-wrp:nth-of-type(5) .pop-serv-bar {background-color:#bddc04;}
.pop-serv-wrp:nth-of-type(6) .pop-serv-bar {background-color:#8a2a8f;}
	
.departments-ctn {
	background-image:url(../img/v3-dept-section-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:cover;
	position:relative;
}

.departments-section {}

.departments-ctn .section-header {color:white;}

.dept-home-link-wrp {
	z-index:1;
	position:relative;
}

.dept-home-link-wrp a {}

.dept-home-link-wrp a, .dept-home-link-wrp a:link, .dept-home-link-wrp a:visited, .dept-home-link-wrp a:active, .dept-home-link-wrp a:focus {
	color:#273843;
	background-color:#ffdd00;
}

html.nontouch .dept-home-link-wrp a:hover {
	color:#ffdd00;
	background-color:#273843;
}

.calendar-ctn {}

.calendar-ctn .section-header {color:#273843;}

.full-cal-wrp {display:block;text-align:center;margin:40px 0 60px 0;}

.full-cal-btn {}

.full-cal-btn, .full-cal-btn:link, .full-cal-btn:visited, .full-cal-btn:active {
	color:white;
	background-color:#ff5e4d; 
}

html.nontouch .full-cal-btn:hover { background-color:#273843; }

.cal-home-wrp a { display:inline-block;height:100%;width:100%; }

.cal-item-wrp {	background-color:#ff5e4d; }

.cal-item-wrp:hover .cal-date-wrp {}

html.nontouch .cal-item-wrp:hover {	background-color:#273843; }

.cal-date-wrp {}

.cal-month {
	text-transform: uppercase;
	color:white;
}

.cal-day {
	color:white;
}

.cal-title-wrp {
  color:white;
	text-transform: uppercase;
}

.cal-tools-wrp {

}
	
.cal-tools-wrp a {
  text-align:left;
}

.cal-tools-wrp a, .cal-tools-wrp a:link, .cal-tools-wrp a:visited, .cal-tools-wrp a:active {
  background-color:#e3e3e3;
  color:#273843;
}
	
html.nontouch .cal-tools-wrp a:hover {
	background-color:#273843;
  color:#e3e3e3;
}

/****************************************************/
/* MAP SECTION                                      */
/****************************************************/
@media screen and (max-width:568px) {	
	.map-home-wrp {
		width:75%;
	}
	
	.more-maps-link {
	   	font-size: 14px;
    	font-weight: 800;
    	line-height: 23px;
		padding:11px 20px 10px 20px;
	}
}

@media screen and (min-width:569px) {
	.map-home-wrp {
		width:60%;
	}
	
	.more-maps-link {
	   	font-size: 16px;
    	font-weight: 800;
    	line-height: 23px;
		padding:10px 20px 10px 20px;
	}

}

.maps-ctn {
	background-image:url(../img/v3-map-section-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:cover;
	position:relative;
	z-index:1;
}

#maps-section {}

.maps-ctn .section-header {color:white;}

.maps-ctn .section-overlay { 
	z-index:-1; 
	background-color:rgba(0,0,0,0.5);	
}

.map-home-wrp {
	margin:40px auto 20px auto;
	z-index:2;
	display:block;
}

.more-maps-link {
    min-width: 160px;
    cursor: pointer;
    text-align: center;
	display:inline-block;
	margin-top:20px;
	background-image:url(../img/v3-sprite.png);
	background-repeat:no-repeat;
}

.more-maps-link, .more-maps-link:link, .more-maps-link:visited, .more-maps-link:active {
	color:#273843;
	background-color:#bddc04;
	background-position:-38px -8275px;
}

html.nontouch .more-maps-link:hover {
	color:#bddc04;
	background-color:#273843;
	background-position:-38px -12577px;
}

.news-ctn {}

#news-section {}

.news-home-wrp {}

.news-item-wrp {
	background-color:#ffdd00;
	display:inline-block;
	vertical-align:top;
	margin:8px 20px;
}

html.nontouch .news-item-wrp:hover .news-title-wrp {
	border-color:#ffdd00;
	-webkit-transition: border-color 160ms linear; -ms-transition: border-color 160ms linear; transition: border-color 160ms linear
}

html.nontouch .news-item-wrp:hover {
	background-color:black;
}

html.nontouch .news-item-wrp:hover .news-summary, html.nontouch .news-item-wrp:hover a { color:#ffdd00; }

.news-img-wrp {	overflow:hidden; }

.news-title-wrp {
  font-weight:800;
	text-align:left;
	text-transform: uppercase;
}

.news-item-wrp a, .news-title-wrp a:link, .news-title-wrp a:visited, .news-title-wrp a:active {
	color:black;
}

.news-summary {
	text-align:left;
	margin:10px 15px 15px 15px;
	font-weight:500;
}

.more-news-link {}

.more-news-link, .more-news-link:link, .more-news-link:visited, .more-news-link:active {
	color:black;
	background-color:#ffdd00;
}

html.nontouch .more-news-link:hover {
	color:#ffdd00;
	background-color:black;
}

/*** Contact Section (Footer)  ***/

.contact-ctn {
	background:#212221 url(../img/contactBG.jpg) no-repeat bottom;
	/*background-size:100% auto;*/
	min-height:280px;
	clear:both;
	color:#b7b7b7;
	font-weight:600;
	text-align:center;
	padding-bottom:10px !important;
}

.contact-ctn .section-header {
	color:#b7b7b7;
}

#contact-section {}

.contact-col-wrp p, .cal-tools-wrp p {
	font-weight:700;
}

.contact-btn {
	display:inline-block;
	padding:9px 15px 9px 40px;
	font-size:16px;
	font-weight:700;
	line-height:23px;
	min-width:160px;
	cursor:pointer;
	text-align:left;
}

.contact-btn, .contact-btn:link, .contact-btn:visited, .contact-btn:active {
	color:white;
	background-color:#006db6;
}

html.nontouch .contact-btn:hover {
	color:#006db6;
	background-color:white;
}

.contact-dir { background-position:-43px -5580px; }
.contact-feedback { background-position:-45px -5380px; }
.contact-subscribe { background-position:-44px -5480px; }
html.nontouch .contact-dir:hover { background-position:-43px -13778px; }
html.nontouch .contact-feedback:hover { background-position:-45px -13578px; }
html.nontouch .contact-subscribe:hover { background-position:-44px -13678px; }

.contact-phone-wrp {
	font-size:17px;
	font-weight:700;
}

.contact-phone-wrp a, .contact-phone-wrp a:link, .contact-phone-wrp a:visited, .contact-phone-wrp a:active {
	color:#b7b7b7;
}

.contact-sm-link { display:inline-block; }

.contact-sm-link:hover {
	-moz-animation: bounce 1s;
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}

@media screen and (min-width:1561px) {
	.footer-wrp { padding:80px 20px 40px 20px; }
}

/**** Unslider ****/
.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative;}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;/*padding:0;border:none*/}.unslider-arrow{/*position:absolute;left:20px;*/z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}