* {
margin: 0;
padding: 0;
}

/* -------- General -------- */
body {
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 14px;
color: #32393d;
}

p {
line-height: 1.4em;
margin: 0 0 15px 0;
}

a {
color: #063319;
text-decoration: underline;
}

a:hover {
color: #159E4F;
}

h1 {
font-size: 1.7em;
color: #063319;
margin: 5px 0 10px 0;
font-weight: normal;
}
h2 {
font-size: 18px;
color: #063319;
margin: 5px 0 10px 0;
font-weight: bold;
}
h3 {
font-size: 1.1em;
color: #1e292b;
margin: 5px 0 10px 0;
}
h4 {
font-size: 1.2em;
color: #063319;
margin: 5px 0 10px 0;
}
h5 {
font-size: 0.9em;
color: #1e292b;
margin: 5px 0 10px 0;
}

li{
	margin-left: 10px;
}

strong{
	font-weight: bold;
	color: #063319;
}

/* -------- Page Containers -------- */
#content-wrapper {
	/*position: relative;*/
	margin: 15px auto;
	width: 100%;
	max-width: 870px;
}

.SiteTitle {
	text-align: center;
}

#Footer {
	clear: both;
	background-color: #063319;
	/*background-color: #FFFFFF;*/
	color: #ffffff;
	font-size: .9em;
	position: relative;
	margin: 15px auto;
	max-width: 870px;
	border-radius: 5px;
	padding: 10px;
}

#Footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#Footer a:hover {
	color: #C9C7C7;
}

#Footercontent{
	padding: 10px;
	clear:both;
}

/* Inputs on Forms */

input[type=text] {
    padding: 5px 10px;
    box-sizing: border-box;
	border-radius: 4px;
}

input[type=password] {
    padding: 5px 10px;
    box-sizing: border-box;
	border-radius: 4px;
}

input[type=radio] {
    padding: 5px 10px;
}

select {
    padding: 5px 10px;
    border-radius: 4px;
}

textarea {
    height: 150px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}


/* End Inputs on Forms */
#newinfo {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px;
	margin-top: 15px;
	background-color: #D1EFDD;
	border:2px solid;
	border-color: #E7E7E7;
	border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

#Events {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px;
	margin-top: 15px;
	background-color: #D1EFDD;
	border:2px solid;
	border-color: #E7E7E7;
	border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}



/* Contacts Info */
#ContactForm{
	margin: 20px 0;
}

	.contact_label{
		clear: both;
		font-weight: bold;
		padding: 5px 0;
		float: left;
		width: 170px;
		text-align: right;
		margin: 5px;
	}

	.contact_item{
		float: left;
		margin: 5px;
	}
	
	.contact_confirm{
		float: left;
		margin: 5px;
		width: 50%;
		padding: 5px 0;
	}

/* END Contacts Info */

#newinfo ul {
	margin: 15px 0;
}

#newinfo h3 {
	margin-top: 0;
}

#Youth p {
	margin: 0;
}

#TopNote {
	clear: both;
	background-color:#D1EFDD; 
	text-align: center;
	margin-top: 15px;
}

#district{
	border-spacing: 1px;
}

#district th{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#district td{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

@media only screen and (max-width: 481px){
	
	#Top-Right {
		display: none;
	}
	
	#HomeBanner {
		display: none;

	}
	
	#banner {
		display: none;

	}
	
	#Banner {
		display: none;

	}
	
	#masthead {
		width: 100%;
		height: 40px;
		margin-bottom: 15px;

	}
	
	#Logo {
		position: fixed;
		text-align: center;
		width: 100%;
		height: 31px;
		margin: -10px auto;
		z-index: 5;
		/*display: inline;*/
		font-size: 1.1em; 
		font-weight:Bold;
	}
	
	#sub-content {
		clear: both;
		width: 95%;
		margin: 5px;
		padding: 5px;
	}
	
	#Logo a {
		color: #FFFFFF;
		text-decoration: none;
		margin: auto 0;
	}

	#Logo a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	#Logo a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#sidebar {
		display: none;
	}
	
	#main-content {
		width: 95%;
		padding: 10px;
	}
	
	#Youth {
		display: none;
	}
	
	#ContactInfo {
		display: none;
	}
	
	#officer_image{
		width: 100%;
		margin: 0 0 15px 0;
	}
	
	#officer_image img {
		width: 204px; 
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	#lodges {
		width: 90%;
		margin: 0 auto;
	}
	
	#officer_title{
		text-align: center;
	}
	
	#SiteTitle{
		margin: 0;
	}
	
	#SearchSelect {
		margin: 15px auto;
		clear: both;
		width: 90%;
	}
	
	/* ---------Officer Divs -----------*/

	.row1 {
		background-color: #D1EFDD;
		margin: 0 auto;
		padding: 5px;
		border-radius: 5px;
	}

	.row2 {
		background-color: #FFFFFF;
		margin: 0 auto;
		padding: 5px;
		border-radius: 5px;
	}

	.top61{
		background-color: #D1EFDD;
		margin: 0 auto;
		padding: 10px;
		width: 95%;
		float: left;
		border-radius: 5px;
		
	}

	.top62{
		background-color: #FFFFFF;
		margin: 0 auto;
		padding: 10px;
		width: 95%;
		float: left;
		border-radius: 5px;
		
	}

	.top61_rev{
		background-color: #D1EFDD;
		margin: 0 auto;
		padding: 10px;
		width: 95%;
		float: left;
		border-radius: 5px;
	}

	.top62_rev{
		background-color: #FFFFFF;
		margin: 0 auto;
		padding: 10px;
		width: 95%;
		float: left;
		border-radius: 5px;
	}
	
	.off_pic{
		width: 120px; 
		height: auto;
	}
	
	.officeid {
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		width: 100%;
	}
	
	.officer {
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		width: 100%;
	}

	.officeid_top {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		width: 95%;
		border-radius: 5px;
	}

	.top_name {
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		width: 95%;
	}

	.officer_top {
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		width: 42%;
		border-radius: 5px;
	}

	.bio_top {
		margin: 10px;
		font-style: italic;
		width: 51%;
		float: right;
	}

	.bio {
		clear: both;
		font-style: italic;
	}
	
	/* Lodge Search Results */
	.lname {
		width: 38%;
		font-weight: bold;
		float: left;
	}

	.meeting {
		width: 38%;
		font-weight: bold;
		float: left;
	}

	.city {
		display: none;
	}

	.distance {
		width: 10%;
		font-weight: bold;
		float: left;
	}
	
	.dark {
		display: none;
	}
	
	.visit {
		width: 10%;
		font-weight: bold;
		float: left;
	}

	/* End Lodge Search Results */
	
	/* Lodge Info */

	.bldg_img{
		float: right;
				
	}

	.bldgimage{
		width: 100px;
		height: auto;
	}
	
	.building{
		clear: both;
	    margin-left: 25px;
		width: 85%;
	}

	.lodge {
		margin-top: 10px;
		clear: both;
	}
	
	.btn-group .button {
    background-color: #063319; /* Green */
    border: none;
    color: white;
		margin: 0 15px 15px 0;
	
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
    cursor: pointer;
    /*float: left;*/
	border-radius: 5px;
}
	
	.btn-group a{
		width: 20%;
	}

.btn-group-lrg .button-lrg {
    background-color: #063319; /* Green */
    border: none;
    color: white;
    padding: 10px 16px;
	margin: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    /*float: left;*/
	border-radius: 5px;
}

.btn-group .button:hover {
    background-color: #3e8e41;
}

	/* END Lodge Info */
	
	/* Menu items */
	#Menu {
		position: fixed;
		width: 100%;
		background-color: #063319;
		height: 30px;
		/*display: inline;*/
		z-index: 3;
		font-weight: bold;
		top: 0;
		left: 0;		
	}
	
	#Menu ul{
		overflow: hidden;
		width: 100%;
		height: 580px;
	}
	
	#Menu ul, #Menu ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#Menu ul li{
		background-color: #063319;
		border-bottom: solid 1px white;
    	width: 160px;
    	cursor:pointer;
		
	}
	
	#Menu .menu {
		clear: both;
	  	max-height: 0;
	  	transition: max-height .2s ease-out;
	}
	
	#Menu ul li:hover{
		background-color: #063319;
		position:relative;
	}
	
	#Menu ul li a {
		padding:5px 15px;
		color:#ffffff;
		display:inline-block;
		text-decoration:none;
	}
	
	#Menu ul li ul{
		position:absolute;
    	display:none;
		overflow: visible;
	}
	
	#Menu ul li:hover ul{
		left:150px;
		top:0px;
		display:block;
	}
	
	#Menu ul li ul li{
		background-color:#063319;
	}
	
	#Menu ul li ul li a{
		color:#FFFFFF;
		display:inline-block;
		width:120px;
	}
	
	#Menu ul li:hover ul li ul{
		position:absolute;
		display:none;
	}

	#Menu ul li:hover ul li:hover ul{
		display:block;
		left:100px;
		top:0;
	}

	#Menu ul li:hover ul li:hover ul li{
		background:#063319;
	}

	#Menu ul li:hover ul li:hover ul li:hover{
		background:#358ebc;
	}

	#Menu ul li:hover ul li:hover ul li a{
		color:#ffffff;
	}

	#Menu .menu-icon {
  		cursor: pointer;
  		display: inline-block;
  		float: left;
  		padding: 15px 10px;
  		position: relative;
		color: #ffffff;
  		user-select: none;
	}
 
	#Menu .menu-icon .navicon {
  		background: #fff;
  		display: block;
  		height: 2px;
  		position: relative;
  		transition: background .2s ease-out;
  		width: 18px;
	}
 
	#Menu .menu-icon .navicon:before,
	#Menu .menu-icon .navicon:after {
  		background: #fff;
  		content: '';
  		display: block;
  		height: 100%;
  		position: absolute;
  		transition: all .2s ease-out;
  		width: 100%;
	}
 
	#Menu .menu-icon .navicon:before {
  		top: 5px;
	}
 
	#Menu .menu-icon .navicon:after {
  		top: -5px;
	}
	
	#Menu .menu-btn {
  		display: none;
	}
 
	#Menu .menu-btn:checked ~ .menu {
  		max-height: 440px;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon {
  		background: transparent;
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:before {
  		transform: rotate(-45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon .navicon:after {
  		transform: rotate(45deg);
	}
 
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	#Menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  		top: 0;
	}
	
	#Footer{
		margin: 0 auto;
		width: 90%;
	}
	
	#eventlist{
		width: 99%;
	}
	
	.columns-wrapper {
		width: 100%;
		clear: both;
		margin: 10px 0;
	}
	
}

@media only screen and (min-width: 480px){
	
	#Top-Right {
		float: right;
		width: 40%;
		font-size: .8em;
	}

	#masthead {
		clear: both;
		margin: 0 auto;
		width: 100%;
		max-width: 870px;
		/*overflow: hidden;*/
		border-radius: 5px;
	}

	#Logo {
		font-size: 2.0em;
		color: #063319;
		font-weight: bold;
		margin: 15px;
		width: 55%;
		float: left;
		vertical-align: middle;
	}

	#Logo a {
		color: #063319;
		text-decoration: none;
	}

	#Logo a:hover {
		color: #063319;
		text-decoration: none;
	}

	#Logo a:visited {
		color: #063319;
		text-decoration: none;
	}
	
	#sub-content {
		clear: both;
		width: 95%;
		margin: 10px;
		padding: 10px;
		min-height: 400px;
	}
	
	#lodges {
		width: 70%;
		margin: 0 auto;
	}
	
	#chapter {
		width: 100%;
		float: left;
		padding: 10px;
		margin-top: 10px;
		color: #FFFFFF;
		background-color: #FF0000;
		border:2px solid;
		border-color: #E7E7E7;
		border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	}
	
	#chapter a {
		color: #FFFFFF;
	}

	#chapter a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	#chapter a:visited {
		color: #FFFFFF;
	}
	
	#council {
		width: 100%;
		float: left;
		padding: 10px;
		margin-top: 10px;
		color: #FFFFFF;
		background-color: #800080;
		border:2px solid;
		border-color: #E7E7E7;
		border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	}
	
	#council a {
		color: #FFFFFF;
	}

	#council a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	#council a:visited {
		color: #FFFFFF;
	}
	
	#commandery {
		width: 100%;
		float: left;
		padding: 10px;
		margin-top: 10px;
		color: #FFFFFF;
		background-color: #000000;
		border:2px solid;
		border-color: #E7E7E7;
		border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	}
	
	#commandery a {
		color: #FFFFFF;
	}

	#commandery a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	#commandery a:visited {
		color: #FFFFFF;
	}
	
	#appendant {
		width: 100%;
		float: left;
		padding: 10px;
		margin-top: 10px;
		color: #FFFFFF;
		background-color: #000080;
		border:2px solid;
		border-color: #E7E7E7;
		border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	}
	
	#council a {
		color: #FFFFFF;
	}

	#council a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	#council a:visited {
		color: #FFFFFF;
	}
	#masoninfo {
		width: 30%;
		float: right;
		padding: 10px;
		margin: 0 0 0 10px;
		background-color: #FFFFFF;
		border:2px solid;
		border-color: #D1EFDD;
		border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	}
	
	#officer_image{
		float: left;
		margin: 0 15px 15px 0;
	}
	
	#officer_image img{
		width: 204px; 
		height: auto;
	}
	
	#sidebar{
		width: 28%; 
		float: left;
	}
	
	#sidebar h3 {
		margin: 0;	
	}
	
	#main-content {
		float: right;
		width: 66%;
		padding: 10px;
	}
	
	#SearchSelect {
		margin: 15px auto;
		clear: both;
		width: 50%;
	}
	
	#HomeBanner{
		clear:both;
		height: 250px;
		width: 100%;

		overflow: hidden;
		position: relative;
		border-radius: 5px 5px 0 0;
	}
	
	#Banner {
		clear: both; 
		position: relative; 
		height: 150px; 
		width: 100%;
		overflow: hidden;
		border-radius: 5px 5px 0 0;
	}
	
	.btn-group .button {
    background-color: #063319; /* Green */
    border: none;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
    cursor: pointer;
    /*float: left;*/
	border-radius: 5px;
}

.btn-group-lrg .button-lrg {
    background-color: #063319; /* Green */
    border: none;
    color: white;
    padding: 10px 16px;
	margin: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    /*float: left;*/
	border-radius: 5px;
}

.btn-group .button:hover {
    background-color: #3e8e41;
}

	/* ---------Officer Divs -----------*/

	.row1 {
		background-color: #D1EFDD;
		margin-left: 20px;
		padding: 10px;
		border-radius: 5px;
	}

	.row2 {
		background-color: #FFFFFF;
		margin-left: 20px;
		padding: 10px;
		border-radius: 5px;
	}

	.top61{
		background-color: #D1EFDD;
		margin-left: 20px;
		padding: 10px;
		width: 45%;
		float: left;
		border-radius: 5px;
		height: 240px;
	}

	.top62{
		background-color: #FFFFFF;
		margin-left: 20px;
		padding: 10px;
		width: 45%;
		float: right;
		border-radius: 5px;
		height: 240px;
	}

	.top61_rev{
		background-color: #FFFFFF;
		margin-left: 20px;
		padding: 10px;
		width: 45%;
		float: left;
		border-radius: 5px;
		height: 240px;
	}

	.top62_rev{
		background-color: #D1EFDD;
		margin-left: 20px;
		padding: 10px;
		width: 45%;
		float: right;
		border-radius: 5px;
		height: 240px;
	}
	
	.off_pic{
		width: 150px; 
		height: auto;
	}

	.officeid {
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		width: 34%;
		text-align: right;

	}

	.officeid_top {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		width: 95%;
		border-radius: 5px;
	}

	.top_name {
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		width: 95%;
	}

	.officer_top {
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		width: 42%;
		border-radius: 5px;
	}

	.officer {
		font-size: 1.2em;
		font-weight: bold;
		float: right;
		width: 64%;
	}

	.bio_top {
		margin: 10px;
		font-style: italic;
		width: 51%;
		float: right;
	}

	.bio {
		margin: 10px 0 0 25px;
		font-style: italic;
	}
	
	/* Lodge Search Results */
	.lname {
		width: 24%;
		font-weight: bold;
		float: left;
	}

	.meeting {
		width: 24%;
		font-weight: bold;
		float: left;
	}

	.city {
		width: 21%;
		font-weight: bold;
		float: left;
	}

	.distance {
		width: 6%;
		font-weight: bold;
		float: left;
	}
	
	.dark {
		width: 15%;
		font-weight: bold;
		float: left;
	}
	
	.visit {
		width: 10%;
		font-weight: bold;
		float: left;
	}

	/* End Lodge Search Results */
	/* Lodge Info */

	.bldg_img{
		float: right;
				
	}

	.bldgimage{
		width: 200px;
		height: auto;
	}
	
	.building{
		clear: both;
	    margin-left: 25px;
		width: 85%;
	}

	.lodge {
		margin-top: 10px;
		clear: both;
	}
	
/* -------- Main Menu for Round design -------- */


.columns-wrapper {
	width: 100%;
	clear: both;
	margin: 10px 0;
}

/* END BMT CHANGES */

/* Things I use on most sites */

.smaller { font-size: smaller; }
.larger { 	font-size: larger; }
.textright { text-align: right; }
.textcenter {text-align: center;}
.textleft {text-align: left;}
.tablecentered {margin: auto;}
.pictureleft {float: left;	padding-right: 6px;}
.pictureright {float: right;	padding-left: 6px; }
.clearleft {clear: left;}
.clearright {clear: right;}
.clearboth {clear: both;}
img {	border: none;  }
/* The usual CSS classes for web site */

.floatleft { 	float: left;  padding-right: 6px }
.floatright { 	float: right; padding-left: 6px }
.tablecenter { margin: 0 auto; }

.border1px {  border: 1px solid #000000; }

.centersmall {
	text-align: center;
	font-size: smaller;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.nomargintop {
	margin-top: 0;
}

#bordertable {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: auto;
	width: 96%;
}

#bordertable td {
	border-bottom: 1px solid #000000;
	
}

.login{
	margin-top:25px;
	margin-left:25px;
	padding: 10px;
	width: 270px;
	height: 250px;
	background-color:#FFFFFF;
	color: #666666;

}

#edit{
	width: 80%;
	margin: 15px;
}

.tdlabel {
	width: 215px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#Menu {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background-color: #063319;
	height: 31px;
	display: inline;
	z-index: 10;
	border-radius: 0 0 5px 5px;
}
	
#Menu ul {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}

#Menu li {
float: left;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}

#Menu a {
display: block;
height: 24px;
color: #FFFFFF;
font-size: 0.85em;
/*font-weight: bold;*/
text-decoration: none;
padding: 6px 13px 0 13px;
}

#Menu li a:hover {
text-decoration: underline;
}

#Menu span {
display: block;
height: 24px;
color: #063319;
font-size: 0.85em;
font-weight: bold;
text-decoration: none;
padding: 6px 13px 0 13px;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 /*margin: 5px;*/
 padding: 0;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
position: absolute;
top: 100%;
left: 0;
z-index: 598;
/*      width: 50px;*/
visibility: hidden;
}
ul.dropdown ul li {
float: none;
background-color: #063319;
white-space:nowrap;
width: 190px;
/*  width:auto;*/
}

ul.dropdown ul ul {
 top: 1px;
 left: 100%;
/* width: 50px;*/
}
ul.dropdown ul ul li {
 float: none;
  background-color: #063319;
  white-space:nowrap;
  width: 180px;
/*  width:auto;*/
}
ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
	.menu-btn{
		display: none;
	}
	.navicon{
		display: none;
	}
	.menu-icon{
		display: none;
	}
	#Footer{
		width: 100%;
	}
	#eventlist{
		width: 90%;
	}
}

