@font-face {
    font-family: source-sans-3-regular;
    src: url("../fonts/SourceSans3-Regular.ttf");
    font-style: normal;
}

@font-face {
    font-family: source-sans-3-black;
    src: url("../fonts/SourceSans3-Black.ttf");
    font-style: normal;
}

@font-face {
    font-family: source-sans-3-semi-bold;
    src: url("../fonts/SourceSans3-SemiBold.ttf");
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #333;
    font-family: source-sans-3-regular, sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
}

.page-header {
    height: 7em;
    margin-left: -28px;
}

h1, h2, h3 {
    font-family: source-sans-3-black, sans-serif;
}

h1 {
    font-size: 1.5em;
}

h2 {
    margin-bottom: 1rem;
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4, h5, h6 {
    font-size: 1em;
}


.logo-top {
    margin-top: 2em;
    font-size: 1em;
    font-family: source-sans-3-black, sans-serif;
}

.logo-top  a {
  text-decoration: none;
  color: #333
}

.logo-top img {
    width: 40px;
    margin-right: .2em;
    margin-top: -3px;

}
.article-image {
    width: 560px;
}

.article {
    margin-bottom: 2em;
}

h1.article-title {
    margin-bottom: .5em;
}

h1.article-title a {
    text-decoration: none;
    color: #333;
}

h1.article-title a:hover {
    color: #666;
}

.text-accent {
    padding: 1rem 1rem 1rem 1rem;
    background-color: #F2E2BA;
    margin-bottom: 1rem;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width:80%;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

figure table {
    margin-top: 0;
    margin-bottom: 0;
}

tr {
    font-size: 1rem;
    line-height: inherit;
}

th {
    font-family: source-sans-3-semi-bold;
    font-size: 1rem;
    padding: .5rem 1.5rem .5rem 0;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff
    font-family: source-sans-3-semi-bold, sans-serif;
    font-size: 0.8em;
}

@media only screen and (max-width: 992px) {
    table {
        width: 100%;
    }
}


.likely-wrapper {
    margin-top: 1em;
    padding-bottom: 1em;
    display: block;
}