﻿/*### MAIN SITE OVERRIDES  ###*/

.pnOptionsFilter .panel-heading {
    padding:10px 15px;
}

/* Services Box */
.imgLeft-box {
    padding: 0;
    margin: 0;
}

.imgLeft-box p {
    color: #656565;
    font-size: 13px;
}

.imgLeft-box li {
    list-style: none;
    margin-bottom: 20px;
    /*height: 160px;*/
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 20px;
}

.imgLeft-box li:last-child {
    border-bottom: 0px solid #ccc;
    padding-bottom: 20px;
}

.imgLeft-box .imgLeft-box-heading {
    padding: 12px 0;
}

.imgLeft-box .imgLeft-box-heading i {
    padding: 0;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: baseline;
}

.imgLeft-box .imgLeft-box-heading i.blue {
    color: #0da3e2;
    border: 1px solid #0da3e2;
}

.imgLeft-box .imgLeft-box-heading i.red {
    color: #db3a1b;
    border: 1px solid #db3a1b;
}

.imgLeft-box .imgLeft-box-heading i.green {
    color: #35aa47;
    border: 1px solid #35aa47;
}

.imgLeft-box .imgLeft-box-heading a {
    color: #444;
    font-size: 14px;
    /* line-height: 25px; */
    font-weight: 400;
    /* margin-bottom: 10px; */
    margin-left: 10px;
    display: inline-block;
    font-weight:600;
}

.imgLeft-box .imgLeft-box-heading a:hover {
    color: #8ca241;
    text-decoration: none;
}

.imgLeft-box p {
    color: #444;
    font-size: 13px;
    /* line-height: 25px; */
    font-weight: 300;
    /* margin-bottom: 10px; */
    /*margin-left: 64px;*/
}

.imgLeft-box .imgLeft-box-heading em {
    float: left;
    background-color: #6b9256;
    width: 137px;
    height: 132px;
    margin-right:10px;
}

.imgLeft-box .imgLeft-box-heading [class^="icon-"],
.imgLeft-box [class*=" icon-"] {
    display: inline-block;
    text-align: center;
}

.imgLeft-box .imgLeft-box-heading [class^="icon-"].icon-large,
.imgLeft-box .imgLeft-box-heading [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em;
}

.eventDate {
    border-top: solid 5px #461d7c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-style: inherit;
}

.eventDate div {
    background-color: #461d7c;
    width: 50px;
    height: 60px;
    float: left;
    position: absolute;
}

.eventMonth {
    float: left;
    width: 100%;
    color: #fff;
    font-style: inherit;
    text-align: center;
}

.eventDay {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-style: inherit;
    text-align: center;
}

.event-details span {
    display:block;
}

/*### CALENDAR STYLES ###*/

.border {
    border-bottom: 1px solid #ccc;
}

.border:last-child {
    border-bottom: 0px solid #ccc;
}

.pnOptionsFilter {
    margin-bottom:60px;
}

.dayheaderstyle {
    text-align:center;
}

.eventsdaystyle a, .mouseoverdaystyle a, .eventsdaystyle a:visited {
  font-weight: bold;
  color: #ffffff;
  background-color: #461d7c;
  border-radius:10px;
  padding:2px 4px;
}

.mouseoverdaystyle a:hover {
  background-color: #74569d;
}

.clearLinkButton {
    font-size:12px;
    float:right;
}