/* images in captions on mobile */

@media only screen and (max-width: 768px) {
		
.wp-caption img {
  width: 100% !important;
  max-width: inherit !important;
}

}

/* search box */

div.searchform > form > input[type=text] {
	
		padding: 5px;
		border-radius: 5px;
		width: 75%;
		float: left;
		position: relative;
		height: 35px;
		
}


div.searchform > form > input[type=submit] {
	
		padding: 5px;
		border-radius: 5px;
		height: 35px;
		color: #000;
		background-color: #fff;
		
}



h3, h1, h2, h4, h5, h6 {
  
 font-family: 'Proxima Nova', arial, helvetica, sans-serif; 
  font-weight: 700;
  
}

div#content-box a, ul.mybreadcrumbs > li > a, div#body-box a {
 
  color: navy;
  
}

div#title-box > div > h2 {
		
line-height: 1.0;
margin-bottom: 20px;
		
}

div#title-box > div h6 {
		
margin-bottom: 0;
padding-top: 30px;
  text-transform: uppercase;
		
}


a.support-btn {
    border: 1px solid #ccc;
color: #c75300;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;

}

.support-btn:hover {
  
  background-color: #eeeff1;
}

td.eventDate {
 
  float: left;
	padding: 5px;
  text-align: center;
  width: 75px;

  background-color: #f1f1f1 !important;
  
}

td.eventDesc {
  
  padding: 5px;
  background-color: #fff !important;
  
}

table.mse-calendar{

  border: 0 !important;
  
  
}

table.mse-calendar tr{

  margin-bottom: 10px !important;
  
}

table.mse-calendar tr:nth-of-type(2n) {
    background: #fff;
}

span.eventMonth {
 
  font-size: 1.20rem;
  font-weight: bold;
  
}

.wp-caption-text{
 
  font-size: 10pt;
  color: #808080;
  line-height: 1.0;
  padding-top: 7px;
}

.dark-box h3{

background-color: #000e2f;
padding: 5px;
color: #ffffff;
border-radius: 5px;
font-size: 14px;
  text-transform: uppercase;

}

.dark-box h3 a{
 
  color: #fff;
  
}

table.evBox{
  
  padding: 0;
  margin: 0;
  border: 0;
  
}

table.evBox tbody tr td, table.evBox tr td{
  
  
}

.evDateBox{
 
  background-color: #ab0059;
  color: #fff;
  text-align: center;
  
}

.evContentBox{
 
  margin-left: 10px;
  padding-left: 10px;
  
}

table.evBox tr.even, table.evBox tr.alt, table.evBox tr:nth-of-type(2n) {
    background: inherit;
}

span.evMonth{
  
  font-size: 0.9 rem;
  font-weight: bold;
  
}

p {
line-height:140%!important
}