/** SHORTCODES **/
/* o-shared */
.o-read-more {
    /*font-family: 'Roboto Slab';*/
}
.o-read-more__link {
    display: inline-block;
}
.o-read-more__link span {
    display: inline-block;
    text-decoration: underline;
    padding-right: 10px;
    transition: all .3s ease-in-out;
}

.o-read-more__link:hover span {
    padding-right: 20px;
}

.o-meta {
    display: inline-block;
    /*color: #485A98;*/
    font-size: 12px;
}

.o-meta img {
    display: inline-block;
    margin: -3px 5px 0 0;
}
/* end-o-shared */
/* o-posts */
.o-posts {}
.o-posts-post {
    margin-bottom: 40px;
}
.o-posts-post__thumbnail,
.o-featured-big-posts-post__thumbnail,
.o-featured-small-posts-post__thumbnail {
    display: block;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0,0,0,.1) 0 1px 1px;
}
.o-posts-post__title {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-top: 15px;
    clear: left;
}

.o-posts-post p {
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
    margin: 0 0 10px 0 !important;
}

.o-posts-post__metas {
    float: left;
    clear: right;
    padding: 3px 25px 3px 15px;
    background-color: #ffffff;
    border-right: #485A98 5px solid;
    height: 34px;
    margin: -34px 0 0 0;
}
/* end-o-posts */

/* o-posts-carousel */
.o-posts-carousel {}
.o-posts-carousel-post {}
.o-posts-carousel-post__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.o-posts-carousel-post__author {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #f8e71c;
}

.o-posts-carousel-post__title a {
    display: block;
    height: 62px;
    overflow: hidden;
}

.o-posts-carousel-post__title,
.o-posts-carousel-post__author {
    padding-left: 12px;
    border-left: #f8e71c 5px solid
}

.o-featured-big-posts-post,
.o-featured-small-posts-post {
    margin-bottom: 30px;
}
.o-featured-big-posts-post__thumbnail {
    height: 300px;
}
@media (min-width: 960px) {
    .o-featured-big-posts-post__thumbnail {
        height: 425px;
    }
}
.o-featured-big-posts-post__title {
    margin: 5px 0;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

.o-featured-small-posts-post {}
.o-featured-small-posts-post__thumbnail {
    height: 160px;
}
.o-featured-small-posts-post__title {
    margin: 0 0 5px 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.o-desktop-clear-left {
    display: none;
}

/* Responsive fixes */
@media (min-width: 992px) {
    .o-desktop-clear-left {
        display: block;
        clear: left;
    }
}

/* Dropdown menu */
.o-dropdown-menu {}
.o-dropdown-menu .select2-container--default .select2-selection--single {
    height: 60px;
    overflow: hidden;
    background-color: transparent;
    border: 0;
}

.o-dropdown-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-right: 28px;
}

.o-dropdown-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

/* Highlight */
.o-highlight {}

.o-highlight h3 {
    margin-bottom: 8px;
    font-weight: bold;
}

.o-highlight h3,
.o-highlight h3 a,
.o-highlight h3 a:active,
.o-highlight h3 a:hover,
.o-highlight h3 a:focus,
.o-highlight h3 a:visited {
    color: #000;
}

.o-highlight h3 a:hover {
    text-decoration: underline;
}

.o-highlight p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.o-highlight-text-align-left {
    text-align: left;
}
.o-highlight-text-align-center {
    text-align: center;
}
.o-highlight-text-align-right {
    text-align: right;
}

.o-highlight-image {
    display: block;
    padding: 0 0 10px 0;
}

.o-highlight--left,
.o-highlight--right {
    display: table;
    width: 100%;
}

.o-highlight-left,
.o-highlight-right {
    display: table-cell;
    vertical-align: top;
}

.o-highlight--left .o-highlight-left,
.o-highlight--right .o-highlight-right {
    width: 84px;
}

.o-highlight--left .o-highlight-left {
    padding-right: 18px;
}

.o-highlight--right .o-highlight-right {
    padding-left: 18px;
}

/* Documents */
.o-document-text-only {
    padding: 15px 0;
    border-bottom: #D7D7D7 1px solid;
}

.o-document-text-only__category {
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 500;
}

.o-document-text-only__title {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.o-document-text-only__title a {
    color: #4A4A4A;
}

.o-document-text-only__meta {
    font-size: 12px;
    line-height: 18px;
    color: #9B9B9B;
}

/* People */
.o-people-entry {
    margin-bottom: 25px;
}
.o-people-entry .media-left > a {
    display: block;
    padding-top: 10px;
    width: 68px;
}

.o-people-entry .media-body h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.o-people-entry .media-body,
.o-people-entry .media-body p {
    font-size: 15px;
    line-height: 24px;
    color: #4A4A4A;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.o-people-entry .media-body {
    padding-left: 15px;
}

.o-people-entry .media-body p {
    margin: 0;
}

/* Events */
.o-event-entry {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

.o-event-entry__date,
.o-event-entry__detail {
    display: table-cell;
    vertical-align: top;
}
.o-event-entry__date {
    width: 1%;
}
.o-event-entry__detail {
    width: 100%;
    padding-left: 12px;
}

.o-event-entry__date-wrap {
    width: 82px;
    height: 82px;
    background-color: #485a98;
    position: relative;
}

.o-event-event-entry__date-date,
.o-event-event-entry__date-month {
    display: block;
}

.o-event-event-entry__date-date {
    font-size: 52px;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
}

.o-event-event-entry__date-month {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17px;
    padding: 0 3px 0 10px;
    background-color: #ffffff;
    letter-spacing: 6px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #485a98;
}

.o-event-entry__detail h4 {
    margin: -5px 0 5px 0;
    font-size: 20px;
    line-height: 26px;
}

.o-event-entry__detail h4 a:hover {
    text-decoration: underline;
}

.o-event-entry__detail p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 18px;
    color: #9b9b9b;
}

/** Events list style 2 (alt) **/
.o-events--alt .o-event-entry {
    position: relative;
}

.o-events--alt .o-event-entry > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.o-events--alt .o-event-event-entry__date-month {
    bottom: 5px;
    color: #000;
    height: 20px;
    line-height: 20px;
    background-color: #F8E71C;
    text-align: center;
    width: 100%;
}

.o-events--alt .o-event-entry__date-wrap {
    margin-left: -1px;
    width: 105px;
    height: 110px;
}

.o-events--alt .o-event-event-entry__date-date {
    line-height: 85px;
    font-weight: bold;
}

.o-events--alt .o-event-entry__detail {
    padding: 0 12px;
    vertical-align: middle;
}

.o-events--alt .o-event-entry__detail h4 {
    font-size: 18px;
    line-height: 28px;
}

.o-events--alt .o-event-entry__detail h4 a {
    color: #000;
}

.o-events--alt .o-event-entry:hover .o-event-entry__detail h4 a {
    text-decoration: underline;
}

.o-events--alt .o-event-entry__detail p {
    margin: 0 !important;
    font-size: 15px;
    line-height: 20px;
}