/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   author: elliot berg
   ========================================================================== */

/*stick footer*/
html, body {height: 100%;}
#wrap {min-height: 100%; /*min-width:960px;*/}
#main {overflow:auto;
	padding-bottom: 230px;}  /* must be same height as the footer */
#foot_wrap {position: relative;
	margin-top: -230px; /* negative value of footer height */
	height: 230px;
	clear:both;
	/*min-width:960px;*/} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/*type*/
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
}
a, a:visited {
	text-decoration: none;
	color: #39F;
}
a:hover {
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
}

/*header*/
header {
	
}

/*nav*/
nav {

}
nav ul{
	
}
nav ul li {
	position: relative;
}
nav ul li a, nav ul li a:visited {
	color:;
}
nav ul li a:hover {
	color:;
}
nav ul li a.off:hover {
	color:;
}

nav li ul.dd {
	position: absolute;
	left: -999em;
	z-index: 999;
	list-style:none;
}
nav li ul.dd li {
	
}
nav li ul.dd li a, nav li ul.dd li a:visited {
	white-space: nowrap;
	color:;
}
nav li ul.dd li a:hover {
	color:;
}
nav li:hover ul {
	left: auto;
}

/*footer*/
footer {
	
}

/* map */
#map {  position:absolute; top:0; bottom:0; width:100%; }
.leaflet-popup-content img {max-width: 100%;}

.leaflet-top {top: 110px;}

#map_ui {
	max-width: 280px;
	font-size: 16px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #404040;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
	border-color: rgba(0,0,0,.4);
	border-radius: 3px;
}


/* tooltips */
.tooltip,
.tooltip p,
.tooltip h2 {
	font-size: 16px;
}
.tooltip p,
.tooltip h2 {
	margin-bottom: 1em;
}
.addr,
.addr + p {
	padding-top: .5em;
	margin-top: .5em;
	border-top: solid 1px #188156;
}
a.dir_btn,
a.dir_btn:visited {
	display: inline-block;
	float: right;
	color: #fff;
	margin: 5px 0 0;
	padding: 5px 10px;
	background: #188156;
	border-radius: 3px;
}
.pg_btn {
	padding: .75em 0 0;
	margin: .5em 0 0;
	border-top: solid 1px #188156;
}
.pg_btn a,
.pg_btn a:visited {
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background: #188156;
	border-radius: 3px;
}
.pg_btn a:hover,
a.dir_btn:hover {color: #404040;}

/*form*/
.gllpMap { width: 100%; height: 300px; margin-left: 36px; }


/*structure*/
.m_hide {display: none;}
.cntr {
	width: 96%;
	padding: 0 2%;
	max-width: 1140px;
	margin: 0 auto;
}
/*mobile first responsive cols*/
.col,
.half,
.third,
.fourth,
.sidebar,
.content {width: 100%;}
/*768px*/
@media only screen and (min-width: 48em) {
.t_hide {display: none;}

.col {float: left; padding: 0 2.5% 0 0;}
.col.t_last, .col.last {padding-right: 0;}
.col.t_last + .col.last {padding-right: 2.5%;}

.half {width:48.75%;}
.third {width: 31.666%;}
.fourth {width: 23.125%;}
.fifth {width: 18%}

.sidebar {width: 25%;}
.content {width: 72.5%;}
}
/*960px*/
@media only screen and (min-width: 60em) {
.col.t_last + .col.last {padding-right: 0;}
.col.t_last {padding: 0 2.5% 0 0;}
	
.lg_hide {display: none;}
.m_hide,
.t_hide {display: block;}
	
.lg_half {width:48.75%;}
.lg_third {width: 31.666%;}
.lg_fourth {width: 23.125%;}
.lg_fifth {width: 18%}
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}