html,
body {
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}

img,
figure {
    max-width: 100%;
    height: auto;
}

a{
    text-decoration: none;
    color: black;
}

p {
    margin: 0 0 1em;
}

body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    background-size: cover;
    background-attachment: fixed;
}

.bt-no-search-results .bt_bb_port #searchform input[type='search'] {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    margin-right: 1em;
}

.bt_bb_headline_superheadline {
    margin-bottom: 1em;
    line-height: 1.4;
}

.bt_bb_headline {
    position: relative;
}

.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1.0625rem;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    letter-spacing: 1.6px;
    display: block;
    margin-bottom: 1em;
}

.btNoHeadline.bt_bb_headline .bt_bb_headline_superheadline {
    margin-bottom: 0 !important;
}

.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .8125rem;
    margin-bottom: 1.1em;
}
