/**Teaser List**/
/**Format for teaser list views**/
.sidebar-last .panels-flexible-region-inside .teaser-list .panels-flexible-region-inside {
    padding: 0;
}

.teaser-row {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
/*overflow:hidden;*/
}

.teaser-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.teaser-row.article {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.teaser-list .teaser-heading {
/*margin: 0 0 5px 0;*/
    margin: 0 0 4px;
    font-size: 15px;
    /*font-removed*/
}

.teaser-list .teaser-heading h1 {
    margin-bottom: 2px;
    line-height: 1.25em;
    display: inherit;
}

/*.teaser-list .teaser-heading h1:hover{text-decoration:underline;}*/
.teaser-list .teaser-heading a {
    width: 100%;
    display: block;
}

.teaser-list.small .teaser-heading {
    margin: 0;
}

.teaser-list.small .teaser-heading h1 {
}

.teaser-list .teaser-subheading,.teaser-list .views-field-group-audience {
    position: relative;
/*top: -4px;*/
    font-size: 12px;
    /*font-removed*/
}

.teaser-list .views-field-group-audience .field-content {
    display: inline;
}

.teaser-list .teaser-body {
/*margin-top:10px;*/
    margin-top: 4px;
    display: block;
    /*font-removed*/
    font-size: 13px;
}

.panel-sidebar-last .teaser-list .teaser-heading {
    font-size: 14px;
}

.panel-sidebar-last .teaser-list .teaser-body {
    font-size: 12px;
}

.teaser-list .teaser-image img {
    padding: 2px;
    margin: 4px 0;
    border: 1px solid #ccc;
}

.teaser-list .teaser-image img:hover {
    border-color: #018FE2;
}

.teaser-list .title-wrapper a,.teaser-list .title-wrapper div,.teaser-list .title-wrapper span {
    display: inline-block;
}

.teaser-list .published-by-wrapper,.teaser-list.published-by-wrapper {
    display: block;
    color: #666;
    font-size: 90%;
/*vertical-align: top;*/
/*margin-bottom:.5em*/
}

.teaser-list .title-and-posted-to-wrapper {
    display: block;
}

.teaser-list .title-and-posted-to-wrapper.event {
    width: 473px;
    margin-right: 77px;
}

.teaser-list .read-more-wrapper {
    display: inline-block;
    width: 100%;
}

.teaser-list .read-more-wrapper div,.teaser-list .read-more-wrapper span {
    display: inline-block;
}

.teaser-list a.teaser-body-link {
    color: #3B3B3B;
    text-decoration: none;
    display: block;
}

.teaser-list a:hover.teaser-body-link {
    color: #3B3B3B;
    text-decoration: none;
}

.teaser-list .date-icon {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    background-image: url(../../images/calendar-icon-large.png);
}

.calendar-icon-placeholder {
    display: block;
    width: 66px;
    height: 51px;
}

.node-teaser h2 {
    margin-bottom: 5px;
    line-height: 1.25em;
    display: inherit;
    font-size: 25.888px;
}

.teaser-row.event {
    padding: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dae3f5;
    border: 1px solid #a5b1d3;
}
