.moreinfoicon {
   	height: 15px;
	margin-right: 5px;
}

.picshadow {
    /* border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 15px 15px 15px 15px;
}

.picshadow2 {
    /* border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    /* margin: 15px 15px 15px 15px; */
}

.picshadowsmall {
    /*border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 0px 0px 0px 0px;
}
	
.picright {
    /*border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picrightrotate {
    /* padding: 0px 0px 0px 0px; */
    float: right;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleftrotate {
    /* padding: 0px 0px 0px 0px; */
    float: left;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleft {
    float: left;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picright_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picrightrotate_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: right;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleftrotate_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: left;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleft_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.wideimage {
    max-width: 100%;
    height: auto;      
}

.homebox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff; 
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color:#eee;
    border-style: solid;
    border-width: 2px;
    min-height: 325px;
	/*
    min-width: 340px;
    max-width: 340px; */
}

.homebox a {
	color: #fff;
}

.homebutton {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 5px 10px;
	font-size: 14px;
	height: 38px;
	line-height: 28px;
	background-color: #060;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}

.homebutton a {
	color: #fff;
}

.homebutton:hover {
	background-color: #003d00;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton:hover a {
	/* background-color: #1b3044; */
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


.homebutton2 {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 6px 10px;
	font-size: 14px;
    height: 40px;
	line-height: 28px;
    background-color: #fff;
    color: #060;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
    border: 1px solid #060;
}

.homebutton2 a {
	color: #060;
}

.homebutton2:hover {
	background-color: #060;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton2:hover a {
	/* background-color: #83bbd3; */
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}



.bulletedlist {
	margin-left: 30px;
}


/*.homebox p {
	color: #fff;
}

.homebox h1 {
	color: #fff;
}
.homebox h2 {
	color: #fff;
}
.homebox h3 {
	color: #fff;
}
.homebox h4 {
	color: #fff;
}
.homebox h5 {
	color: #fff;
}
.homebox h6 {
	color: #fff;
} */


.socialmedia {
    opacity: .7;
}

.socialmedia:hover {
    opacity: 1;
}


/*added by kelsey- news overlay box START*/

.news-grid-overlay {
    background-color: rgba(0, 102, 0, 0.85);
    padding-top: 75%;
    background-size: auto 110%;
    background-position: top;
    overflow: hidden;
    transition: all .4s;
    border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
}

.news-grid-overlay:hover {
    background-position: bottom;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.news-grid-overlay:hover .news-grid-content {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.news-grid-overlay .news-grid-content {
    background: rgba(0, 102, 0, 0.85);
}

.news-grid-overlay .news-grid-content {
    position: absolute;
    padding: 16px;
    width: 100%;
    -ms-transform: translateY(46px);
    transform: translateY(46px);
    bottom: 0;
    transition: all .3s;
}

.news-grid-overlay .news-grid-content-title, .news-grid-overlay .news-grid-content-footer, .news-grid-overlay blockquote p, .news-grid-overlay blockquote footer {
    color: #fff;
}

.news-grid-content-title {
    margin-top: 0;
    margin-bottom: 16px;
}

/*added by kelsey- news overlay box END*/

/*added by kelsey-  green underline START*/

.divider_border {
    height: 3px;
    margin-bottom: 20px !important;
    Margin-top: 10px !important;
    background-color: #7fdb7f;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

/*added by kelsey-  green underline END*/

a {
    transition: color 800ms, background-color 800ms, opacity 800ms;
    -moz-transition: color 800ms, background-color 800ms, opacity 800ms;
    -o-transition: color 800ms, background-color 800ms, opacity 800ms;
    -webkit-transition: color 800ms, background-color 800ms, opacity 800ms;
}


.cal_currentdate,
.cal_prevnext,
.cal_heading,
.cal_celldate,
.cal_cellevent,
.cal_black,
.cal_white,
.cal_pending,
.cal_deleted,
.cal_legend,
.cal_footer,
.event_date,
.event_name,
.event_desc
 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.cal_currentdate,
.cal_currentdate A:link,
.cal_currentdate A:visited,
.cal_currentdate A:active,
.cal_prevnext,
.cal_prevnext A:link,
.cal_prevnext A:visited,
.cal_prevnext A:active,
.cal_prevnext,
.cal_prevnext A:link,
.cal_prevnext A:visited,
.cal_prevnext A:active

{
	color:#f4a261;
}

.cal_heading,
.cal_heading A:link,
.cal_heading A:visited,
.cal_heading A:active,
.cal_white,
.cal_white A:link,
.cal_white A:visited,
.cal_white A:active
{
	color:#FFFFFF;
}

.cal_celldate,
.cal_celldate A:link,
.cal_celldate A:visited,
.cal_celldate A:active,
.cal_cellevent,
.cal_cellevent A:link,
.cal_cellevent A:visited,
.cal_cellevent A:active,
.cal_black,
.cal_black A:link,
.cal_black A:visited,
.cal_black A:active
{
	color:#000000;
}

.cal_pending,
.cal_pending A:link,
.cal_pending A:visited,
.cal_pending A:active 
{
	color: #A52A2A;
}

.cal_pending A:hover 
{
	color: #993333;
}

.cal_currentdate A:hover, 
.cal_cellevent A:hover 
{
	color:#e76f51;
}
.cal_celldate A:hover {
	color:#e76f51;
}

.cal_black A:hover {
	color:#666666;
}

.cal_white A:hover {
	color:#CCCCCC;
}

.cal_currentdate { 	font-size:28px; }
.cal_prevnext { 	font-size:18px;	}
.cal_heading { 	font-size:18px;	}
.cal_celldate { 	font-size:22px;	}
.cal_cellevent { 	font-size:10px;	}
.cal_black { 	font-size:10px;	}
.cal_white { 	font-size:10px;	}

.cal_prevnext A:link,
.cal_prevnext A:visited,
.cal_prevnext A:active {
	color:#f4a261;
}
.cal_prevnext A:hover {
	color:#993300;
}


.cal_pending,
.cal_pending A:link,
.cal_pending A:visited,
.cal_pending A:active,
.cal_pending A:hover {
	font-weight:800;	text-decoration:none; font-size:16px;	
}

.cal_deleted,
.cal_deleted  A:link,
.cal_deleted  A:visited,
.cal_deleted  A:active,
.cal_deleted  A:hover 
{	
	color: #A52A2A;
	font-weight:800; 
	text-decoration:line-through;	
	font-size:10px;	
}

.cal_legend {	font-family:Verdana, Arial, Helvetica, sans-serif;	color:#000000; font-weight:300;	font-size:11px;	}

.cal_footer,
.cal_footer A:link,
.cal_footer A:visited,
.cal_footer A:active 
{	color:#000000;	
    font-size:12px;	
}
.cal_footer A:hover { 	color:#324a61;	font-size:12px;	}

.event_date {	color:#39416f; 	font-size:15px;	font-weight:600;	vertical-align:top;}
.event_name {	color:#39416f;	font-size:12px;	font-weight:700;	vertical-align:top;	margin-left:15px;}
.event_desc {	color:#39416f;	font-size:10px;	font-weight:100;	vertical-align:t