/*@import url(../scripts/dd-formmailer.css) screen; */
body,html {font: 100%/1.1 Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; color: #000;}

.wrapper{/*max-width: 1200px;*/ margin: 0 auto;}
.footer{background-color: #DBB231!important; border: 3px solid #006837!important; font-weight:500; font-size: 13pt; color: #603813; }
.footer p {padding: 7px 0 0 0;}
.box-border-rgt{border-right: 2px solid #006837; border-collapse: collapse;}
.border-green{border: 2px solid #006837; padding: 8px;}
.row-spacer-bottom div{margin: .3em 0 .3em 0;}
.tagline{font-size: 10pt; color: gray; text-align: right;}
.tagline a{color: inherit;}
.centerdiv{display: flex; align-items: center; justify-content: center;}
.boldspan{font-weight: bold;}
.small-spaced li{font-size: 10pt; margin: .5em 0 0 -1.6em;}

/* main boxes */
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column-head {float: left; width: 20%;}
.row-head{width:100%; margin: 12px 0 6px 0;}
/* Clear floats after image containers */
.row-head::after {content: ""; clear: both; display: table;}
.roundbox{border-radius: 10px;}
.col-md-7, .col-md-3, .col-md-2{padding-right: 5px; padding-left: 5px;}

/* header parts */
.headertext-rgt{float: right; color: #DBB231;}
.header-bg{background-image: url(../images/header-x-green.png); background-repeat: repeat-x; background-color: #DBB231; border-bottom: 3px solid #006837;}
.logo{padding: 6px 0 0 6px; vertical-align: top; min-height: 100%;}

.meetingdates{text-align: left; width: 90%; margin: 0 auto; font-size: 10pt; }
.meeting-gray{color: #898989; font-size: 10pt;}
.meeting-red{color: #B90B0E; font-size: 10pt;
}
.alignleft {float: left;}
.alignright {float: right;}
.phonespacer{margin-left: 2.2em; text-align: left;}
.phonespacer-sm{margin-left: .2em; text-align: left;}

.bottomborder{border-top: 2px solid orange; border-bottom: 2px solid orange; background-color: #006837; color: #DBB231;}
img.pad{margin: 4px; border: 1px solid black;}

/*** Old design stuff below ***/

/*ul, ol, dl { 
	margin: 0!important;
}*/

a img { 
	border: none;
}

a:link {
	color: #006837;
	text-decoration: underline;
	font-weight: 400;
}
a:visited {
	color: #006837;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	/*text-decoration: none;*/
	background-color: #DBB231;
}
.redtext{color: crimson;}
.bigger-bold-text{font-size: 10pt; font-weight: bold;}

.emgray{
	color: #6a6a6a;
	font-style: italic;
	font-size: smaller;
}

.centertext{text-align: center;}
ul.spacer li{margin-bottom: 1em;}
ul.spacer-sm li{margin-bottom: .4em;}

.fltrt {  
	float: right;
	
}
.fltlft { 
	float: left;
	
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul#notices {
	list-style:  disc;
	padding-top: .75em;
}
ul#notices li{
	margin-bottom: 15px; 
}
ul#notices li a{
	font-weight: bold;	
}
#specialnotice{
	width: 90%;
	margin: 0 auto 1em auto;
	border: 1px solid black;
	padding: 6px;
	background-color: #4C8FAC;
	color: white;
	clear: both;
}
#specialnotice a{
	color: white;
}
#announce{
	width: 80%;
	margin: 0 auto 1em auto;
	border: 1px solid black;
	padding: 6px 6px 0px 6px;
	background-color: #006699;
	color: yellow;
 text-align: center;
	clear: both;
}
/* old stuff ends */
/* breakpoints */

@media (min-width: 1200px) {  }
@media (max-width: 1199.98px) { 
	.row-head{width:100%; margin: auto 0;} 
}

@media (min-width: 992px) {  }
@media (max-width: 991.98px) { 
	.row-head{width:100%; margin: 24px 0 0 0;} 
}

@media (min-width: 768px) {  }
@media (max-width: 767.98px) { 
.footer{text-align: center;}
	/*.wrapper{width: 100%;}*/
}
@media (min-width: 576px) {
	.logo{padding: 6px 0 0 0; vertical-align:center;}
	.footer{text-align: center;}
	.wrapper{max-width: 100%;}
}
/*@media screen and (max-width: 479px) { 	
	.logo{padding: 6px 0 0 0; vertical-align:center;}
	.footer{text-align: center;}
}
*/
