﻿/* General*/
b, strong {
    font-weight: 400;
}

/* Image */

.image__caption__label p {
    display:inline;
}

.image__caption__credits p {
    display: inline;
}

/* Logo / certificates grid */

.section--certificates .richtext, .section--logo-grid .richtext {
    margin-top: 16px;
    margin-bottom: 24px;
}

/* Photo gallery */
.section--photogallery .section__content .richtext {
    margin-top: 16px;
    margin-bottom: 24px;
}
    
p.search-result__content {
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     max-height: 41px;
 }

/* Password recovery*/
.validation-summary-errors {
    color: red;
}

.login-outer {
    display:table;
    width:100%;
    height:100%;
    background: #ff1100;
}

.login-main-wrap {
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
    background: #00a1e1;
}

.login-box {
    background:#ffffff;
    border: 1px solid #ddd;
    text-align:left;
    height:auto;
    margin:0 auto;
    padding:25px;
    width: 550px;
}

body.password-recovery {
    height: 100%;
}