/* Enter Your Custom CSS Here */
.block-type-header span.banner a {
    margin-left: 10px;
    padding-left: 130px;
    color: #A1285D;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
}
.block-type-widget-area li.widget ul {
    padding: 0 0 0 15px;
    margin: 5px 0;
    list-style: none;
    text-align: left;
}
.block-type-widget-area li.widget .widget-title {
    font-size: 18px;
    border-style: none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: #eeeeee;
    letter-spacing: 1px;
    text-transform: none;
    font-variant: normal;
    line-height: 240%;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: bold;
    background: #a1285d;
    color: #FFF;
    text-align: center;
}
.block-type-widget-area li.widget .widget-title span {
    color: #FFF;
    font-weight: normal;
    text-shadow: #333 0px 2px 0px;
}
.block-type-widget-area .widget.widget_recent_entries .widget-title {
  background:#818181;
}
.block-type-widget-area li.widget li {
	margin:0 0 12px;
}
.block-type-widget-area li.widget a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}
.block-type-widget-area li.widget li:hover {
	color:#a1285d;
  font-weight:bold;
  list-style: disc;
    margin: 0 0 12px 13px;
}
.block-type-widget-area li.widget li:hover a {
	color:#a1285d;
  font-weight:bold;
}
.entry-content .align-right, .entry-content .alignright {
    float: right;
    margin: 10px 0 10px 15px;
}
.block-type-content a.post-thumbnail img {
    height:auto !important;
}
.pageid-1809 .entry-title, .pageid-1807 .entry-title, .pageid-1805 .entry-title {
 	display:none; 
}
.pageid-1809 .entry-content h2, .pageid-1807 .entry-content h2, .pageid-1805 .entry-content h2 {
	font-size: 24px !important;
    color: #A1285D !important;
    line-height: 130% !important;
}
.team-heading {
    color: #555555;
    font-size: 24px !important;
    padding: 20px 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    margin: 0 0 25px;
    float: left;
    clear: both;
    width: 100%;
}
.team-members {
 	padding: 0 40px;
    float: left;
    width: 100%;
    margin: 0 0 40px;
}
.team-member {
 	float:left;
    width:33.3%;
    margin:0 0 40px;
    padding:0 20px;
    box-sizing:border-box;
    text-decoration:none;
}
.team-member-image {
 	display:table;
    width:100%;
    max-width:200px;
    height:195px;
    border:2px solid #FFF;
    box-shadow:#CCC 0px 0px 3px;
    margin:0 auto 10px;
}
.team-member-name {
 	display:table;
    width:100%;
    text-align:center;
    font-size:18px;
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.team-member-title {
 	display:table;
    width:100%;
    text-align:center;
    font-size:18px;
    color:#a1285d;
    font-style:oblique;
    text-decoration:none;
}

@media(max-width:600px) {
    .team-member {
      width:100%;
      margin:0 0 40px;
  }
}