
@import url('/css/init.css');
@import url('/css/cms.css');
@import url('/themes/burnpermits2018/css/nav.css');

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/* Initial Classes
----------------------------------------------- */
.desktop {
	display: block;
	}
	
.mobile {
	display: none;
	}

.section {
	max-width: 1200px;
	margin: 0 auto;
	}	
	
.group {
	padding: 0 20px;
	position: relative;
	}

/* Global Classes
----------------------------------------------- */
body {
	color: #333;
	/*background: #95AA40;*/
	background: #fff;
	}
	
.clear {
	clear: both;
	border: none;
	}

.noTop {
	margin-top: 0;
	}

.noBottom {
	margin-bottom: 0;
	}

.noLeft {
	margin-left: 0;
	}
	
.noRight {
	margin-right: 0;
	}

.uppercase {
	text-transform: uppercase;
	}

.overlay {
	width: 100%;
	position: absolute;
	}

.flex,
.flexMax,
.flexFull {
	display: block;
	}
		
.flex {
	width: 100%;
	display: block;
	}
	
.flexMax {
	width: auto;
	max-width: 100%;
	display: block;
	}

.flexFull {
	width: 100%;
	height: 100%;
	max-height: 866px;
	}
		
.relative {
	position: relative;
	}
	
.absolute {
	position: absolute;
	}
	
.textBlue {
	color: #527685;
	}

.readMore {
	text-align: right;
	}

.textShadow {
	text-shadow: 0 0 8px #000;
	}
	
.small {
	color: #95aa4b;
	font-weight: 400;
	font-size: 11px;
	}

.siteStatus {
	color: #fff;
	padding: 2%;
	margin-bottom: 30px;
	background: #e59e39;
	}
	
.siteStatus h1,
.siteStatus h2,
.siteStatus h3 {
	color: #fff;
	}

.pageStatus,
.pageStatus:visited {
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 8px;
	background: #e59e39;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	}
	
.pageStatus:hover {
	background: #85aab0;
	}

	
/* Button Classes
----------------------------------------------- */	
a.button,
input.button {
	height: 25px;
	width: 192px;
	line-height: 24px;
	color: #fff;
	text-align: right;
	text-decoration: none;
	margin: 10px 0;
	padding: 0 8px 0 0;
	display: inline-block;
	background: url('https://burnpermits.mdfoothills.com/themes/burnpermits2018/structure/button.jpg') no-repeat;
	border: none;
	-moz-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease; 
	-webkit-transition: background 0.3s ease; 
	transition: background 0.3s ease; 
	}
	
a.button:hover,
input.button:hover {
	background: url('https://burnpermits.mdfoothills.com/themes/burnpermits2018/structure/button-hover.jpg') no-repeat;
	cursor: pointer;
	}	

/* Header Classes
----------------------------------------------- */
.header {
	}
	
.bannerImage {
	width: 100%;
	position: absolute;
	z-index: -1;
	}

.headBg {

	}
		
.bottGradient {
	width: 100%;
	height: 185px;
	position: absolute;
	bottom: 0;
	}

.logo img {
	margin: 0 auto;
	}

.pTitle {
	font-size: 40px;
	font-weight: 500;
	color: #015576;
	line-height: 100%;
	margin: 2% 0 0 0;
	opacity: 1;
	position: relative;
	z-index: 2;
	}
	
.wheat {
	position: absolute;
	left: 0;
	top: -60px;
	z-index: 1;
	}
/*	
.topNav {
	position: relative;
	z-index: 3;
	}

.topNav a {
	color: #fff;
	margin: 0 13px 0 0;
	}
*/	
.simplebox {
	width: auto;
    padding: 0;
    margin: 20px 0;
    border: 1px solid #E4E9E8;
    background: #F0F3F4;
	}
	
.simplebox-title, 
.simplebox-content {
	width: auto;
    border: 0;
    background: none;
	}
	
.simplebox-title {
    margin: 0;
    padding: 10px;
	}
	
.simplebox-content {
	color: #527685;
    padding: 10px;
	}
			
/* Global Structural Classes
----------------------------------------------- */
.main {
	padding-top: 16px;
	background: url('/media/structure/bg_main.png') repeat-x;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,01)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,	1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

	}
	
.navCol {
	margin: 25px 0 0 0;
	}

.navBack {
	width: 23.6%;
	height: 100%;
	background: #F0F3F4;
	position: absolute;
	left: 1%;
	top: 0;
	z-index: 1;
	}
	
/* Home Page Classes
----------------------------------------------- */
.homeContent {
	margin-top: 30px;
	}
	
.homeContent .group {
	padding: 0;
	}
	
.slides .group {
	padding: 0;
	}
	
.slides {
	margin: 0;
	}
	
.slides li {
	list-style: none;
	}
	
.quickNav ul {
	margin: 20px 0 20px 10px;
	}
	
.quickNav li {
	margin: 0 0 17px 0;
	list-style: none;
	}
	
.newsItem {
	margin: 0 0 30px 0;
	}

.newsItem h2 {
	margin-bottom: 0;
	}
	
.newsItem h3 {
	font-weight: 300;
	margin-bottom: 5px;
	}
		
.itemContent {
	margin: 5px 0 0 0;
	}

/* Content Page Classes
----------------------------------------------- */
.content {
	min-height: 512px;
	padding: 0 0 20px 20px;
	}
	
.content img {
	width: auto;
	max-width: 100%;
	height: auto;
	}
	
.content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    }
    
.content ul li,
.content ol.lowerAlpha li ul li {
	list-style: none;
	}
    
.content ul li { 
    padding-left: 34px; 
    text-indent: 0;
	}

.content ul li::before {
    content: " ";
    width: 8px;
    height: 8px;
    font-size: 21px;
    margin-right: 6px;
    margin-left: -17px;
    display: inline-block;
    border: 1px solid #015576;
    border-radius: 100%;
    background: #528BA1;
    box-shadow: 1px 1px 2px #777;
	}
	
.content ol.lowerAlpha li::before {
	width: 0;
	border: none;
	box-shadow: none;
	background: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	}
	
.content ol.lowerAlpha li {
	padding-left: 0;
	}

/* News Page Classes
----------------------------------------------- */
.contentTrigger:hover,
.articleItem:hover {
	cursor: pointer;
	}
	
.level2Head {
	padding: 1px 0;
	margin: 0 0 16px 0;
	background: #769DAB;
	}
	
.level2Head h1 {
	color: #fff;
	line-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	}

.level2Body {
	color: #527686;
	display: none;
	}

.level2Body .group {
	padding: 0;
	}

.articleItem {
	padding: 0 20px;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #769DAB;
	}

.eTitle h2 {
	margin: 0 0 5px 0;
	}

.eDate {
	margin: 0 0 5px 0;
	}

.indicator {
	width: 16px;
	height: 16px;
	background: url('/media/structure/level2_plusminus.png') no-repeat 0 0;
	float: right;
	margin: 8px 0 0 0;
	}
	
.indicator.tActive {
	background: url('/media/structure/level2_plusminus.png') no-repeat 0 -16px;
	}

.enewsId {
	position: relative;
	}
		
.enewsIndicator {
	width: 16px;
	height: 16px;
	background: url('/media/structure/level3_plusminus.png') no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
	}
	
.enewsIndicator.enActive {
	background: url('/media/structure/level3_plusminus.png') no-repeat 0 -16px;
	}
					
.enewsItem {
	display: none;
	}
	
.enewsItem .group {
	padding: 0;
	}
	
.nHalf {
	width: 50%;
	float: left;
	}

/* Form Classes
----------------------------------------------- */
.form li {
	font-size: 13px;
	list-style: none;
	}
	
.form li label {
    display: inline-block;
    padding: 0 12px 0 0;
    vertical-align: top;
    width: 140px;
	}

ol.form li.RadioInput .optionGroup .radio_option label {
    width: 50px;
	}
	
.form li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style-type: none;
    margin: 0;
    padding: 2px 4px;
    vertical-align: top;
	}
	
ol.form li.PasswordInput input, 
ol.form li.TextInput input, 
ol.form li.TextareaInput textarea {
    width: 260px;
	}
	
ul.error li {
	color: red;
	font-weight: 800;
	}

/* Events Classes
----------------------------------------------- */
.sideCal {
	margin-bottom: 20px;
	z-index: 10;
	}
	
.eventPager {
	color: #fff;
	background: #6F95A8;
	}
	 
/* Calendar Classes
----------------------------------------------- */
/*************************** Calendar Top Navigation **************************/
.calTitle {
	font-size: 27px;
	font-weight: 300;
	color: #6F95A8;
	margin: 0 0 20px 0;
	}
	
#calendar {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 350px;
	}
	
#calendar .calendar_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	}
	
#calendar .calendar_header {
	width: 92%;
	padding: 3%;
	background-color: #6F95A8;
	}

#calendar .calendar_header .calendar_title {
	color: #FFF;
	font-size: 13px;
	}

/*************************** Calendar Content Cells ***************************/
#calendar .calendar_content {
	}
	
#calendar .calendar_label {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	}
	
#calendar .calendar_label .calendar_names {
	margin: 0px;
	padding: 1%;
	margin-right: 0;
	margin-top: 0;
	vertical-align: middle;
	float: left;
	width: 12%; 
	font-size: 13px;
	color: #fff;
	background-color: #6F95A8;
	}
	
#calendar .calendar_dates {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 0;
	margin-bottom: 0;
	}
	
/** overall width = width+padding-right **/
#calendar .calendar_dates .calendar_names, 
#calendar .calendar_dates .calendar_days, 
#calendar .calendar_dates .calendar_today {
	margin: 0px;
	padding: 1%;
	margin-right: 0;
	margin-top: 0;
	vertical-align: middle;
	float: left;
	width: 12%;
	height: 32px;
	font-size: 13px;
	background-color: #F0F3F4;
	color: #6E94A7;
	outline: 1px solid #D2DEE3;
	position: relative;
	}
	
#calendar .calendar_dates .calendar_today {
	color: #fff;
	background-color: #6F95A8;
	}
	
#calendar .calendar_days:first-child,
#calendar .calendar_dates .we {
	background-color: #D2DEE3;
	outline: 1px solid #fff;
	}

#calendar .calendar_dates .we.isEvent,
#calendar .calendar_dates .wd.isEvent {
	color: #fff;
	background-color: #A9BC5D;
	-moz-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease; 
	-webkit-transition: background 0.3s ease; 
	transition: background 0.3s ease; 
	}
 
#calendar .calendar_dates .we.isEvent:hover,
#calendar .calendar_dates .wd.isEvent:hover {
	background-color: #6F95A8;
	cursor: pointer;
	}

:focus {
	outline: none;
	}
	
.calendar_clear {
	clear: both;
	}

.sideCal {
	z-index: 10;
	}

.eventMarker {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 10%;
	right: 10%;
	}
	
.eItem {
	border-top: 1px solid #6F95A8;
	}
	
.eItem:first-child {
	border: none;
	}
	
.eventPager,
.eNum,
.eText {
	color: #fff;
	padding: 10px 20px;
	background: #6F95A8;
	}
	
.eventPager {
	margin-bottom: 1px;
	}
	
.curMonth,
.monthTrig {
	display: inline-block;
	text-align: baseline;
	}
	
.monthTrig {
	float: right;
	}

.monthTrig a,
.monthTrig a:visited {
	color: #fff;
	text-decoration: none;
	}
			
.eText {
	width: 100px;
	color: #000;
	background: #D9E3E8;
	margin-left: 1px;
	}
	
.dateBlock {
	}
	
.eDay {
	float: left;
	}

.eNum {
	width: 16px;
	}
	
.eventContent {
	padding: 20px 0 20px 77px;
	}
	
.eLink {
	display: block;
	} 

.eLink:hover {
	text-decoration: none;
	}
	
a.calendar_prev,
a.calendar_prev:visited,
a.calendar_next,
a.calendar_next:visited {
	color: #fff;
	text-decoration: none;
	}
	
a.calendar_prev:hover,
a.calendar_next:hover {
	color: #A9BC5D;
	}

/* Footer Classes
----------------------------------------------- */
.footer {
	min-height: 300px;
	color: #fff;
	padding: 25px 0;
	background: #518AA1;
	position: relative;
	z-index: 1;
	}

.footer a {
	color: #fff;
	}
	
.social {
	text-align: right;
	padding: 0 20px 0 0;
	}
	
.social img {
	margin: 0 0 0 20px;
	}
	
.social img:hover {
	opacity: 0.8;
	}
	
.copyright {
	font-size: 11px;
	text-align: right;
	}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 900px) {
.monthTrig {
	float: none;
	display: block;
	}

.eventContent {
	padding: 10px 0 0 0;
	}
}

@media handheld, only screen and (max-width: 800px) {
/* Initial Classes
----------------------------------------------- */
.desktop {
	display: none;
	}
	
.mobile {
	display: block;
	}
	
.content {
	padding: 0 20px;
	}

/* JPanel Classes
----------------------------------------------- */
#navMobile {
	display: none;
	}

.navbar {
	height: 44px;
	padding-right: 20px;
	}
	
#menu-icon {
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	background: url('/themes/burnpermits2018/structure/navIcon.png') no-repeat 0 0;
	float: right;
	}	

#menu-icon:hover {
	cursor: pointer;
	}
	
.panelTitle {
	height: 33px;
	padding: 11px 0 0 17px;
	background: #95AA40;
	}
	
.panelTitle h1 {
	color: #fff;
	font-size: 20px;
	}
	
		
#jPanelMenu-menu {
	background: #f0f3f4;
	}
	
.collapsable .section li .hitarea.collapsable-hitarea, 
.collapsable .section li .hitarea.expandable-hitarea, 
.expandable .section li .hitarea.collapsable-hitarea, 
.expandable .section li .hitarea.expandable-hitarea {
    left: 20px;
	}
	
.treeview .item2, 
.treeview .item2:hover, 
.treeview .item2.active, 
.treeview .item2.active:hover {
    margin: 0 0 0 22px;
	}
			
.navMobile .navMobile-submenu li .hitarea {
	display: none;
	}
	
.navMobile-submenu {
	margin: 0 10px;
	}
	
.navLogo {
	width: 100px;
	margin: 2px 0;
	float: left;
	}	
	
.content table {
	width: 100% !important;
	}
	
/* Header
----------------------------------------------- */
.bannerImage {
	top: -38px;
	}
	
/* Global
----------------------------------------------- */
.navBack {
	background: none;
	}
	
/* Footer
----------------------------------------------- */
.footer,
.social,
.impello {
	text-align: center;
	}
	
/* Permit
----------------------------------------------- */
.permitForm,
.permitForm label {
	font-size: 16px;
	line-height: 120%;
	}
	
.small {
	font-size: 13px;
	}
	
.permitForm .group {
	padding: 0;
	}
}

@media handheld, only screen and (max-width: 767px) {
/* Header
----------------------------------------------- */
/* Global
----------------------------------------------- */
.simplebox {
	width: 100% !important;
	float: none !important;
	margin: 0 0 30px 0 !important;
	display: block !important;
	}



	
}

@media handheld, only screen and (max-width: 480px) {

}

@media handheld, only screen and (max-width: 479px) {
/* Global
----------------------------------------------- */
h1 {
	font-size: 25px;
	}

.content img,
span.imageLeft img,
span.imageRight img {
	width: 100%;
	height: auto;
	}

span.imageLeft,
span.imageRight {
	margin: 0;
	}
			
.content {
	min-height: 350px;
	padding: 0;
	}
	
/* Header
----------------------------------------------- */
.bannerImage {
	top: 0;
	}
	
.bottGradient {
	height: 75px;
	}
	
/* News Pages
----------------------------------------------- */
.indicator {
	margin-top: 5px;
	}
	
.articleItem {
	
	}

.eTitle h2 {
	font-size: 16px;
	padding-right: 16px;
	}	
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}