﻿

@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);

body {
    line-height: 1.3;
    font-size: 16px;
    font-weight: normal;
    font-weight: normal;
    color: #797979;
    background-color: #FFFFFF;
}

.hero {
    background: #FFFFFF !important;
}

.hero__lowerTitle {
    margin-left: 5px;
}

.tabs {
    display: none;
}

h1 {
    font-size: 32px;
    color: #1A4983;
    font-weight: normal;
    font-family: 'Abril Fatface', serif;
    margin-bottom: 10px;
}

a.accordion__header {
    font-size: 30px;
    color: #1A4983;
    font-weight: bold;
}

.featuredMedia {
    display: none;
}

.wb-content a[href^=http]:after {
    content: " <" attr(href) "> ";
}

.wb-content a[href^='/']:after {
    content: " <https://barclaydamon.com" attr(href) "> ";
}

.date {
    margin: 5px 0;
}

.bioCard:after {
    content: "";
    clear: both;
    display: table;
    margin-bottom: 15px;
}

.bioCard__inner {
    display: block;
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}

    .bioCard__inner:after {
        content: "";
        clear: both;
        display: table;
    }

.bioCard__imageLink {
    display: block;
    width: 150px;
    height: 150px;
    background-size: auto 150px;
    float: left;
    margin-right: 15px;
}

.bioCard__name {
    color: #1A4983 !important;
    font-weight: bold;
    font-size: 20px;
}

.bioCard__email, .bioCard__office, .bioCard__phone {
    display: block;
    color: #797979;
}

.sidebar__title, .sidebar__header {
    margin: 25px 0 10px 0;
    font-size: 30px;
    font-weight: bold;
}
