.site-content {
    margin     : 94px 0 0;
    min-height : calc(100vh - 332px);
    overflow   : hidden;
}

.site-content a {
    font : normal 16px sourcesansprosemibold,helvetica,arial,sans-serif;
}

.site-content a:hover {
    color : #454f51;
}

h1 {
    font : normal 40px/46px rennerbold,helvetica,arial,sans-serif;
}

h2 {
    font : normal 46px sourcesansproextralight,helvetica,arial,sans-serif;
}

h3 {
    font : normal 24px rennerbold,helvetica,arial,sans-serif;
}

h4 {
    font : normal 20px sourcesansprosemibold,helvetica,arial,sans-serif;
}

h5 {
    font : normal 16px/22px sourcesansprosemibold,helvetica,arial,sans-serif;
}

.reading {
    font  : normal 18px/26px sourcesansprolight,helvetica,arial,sans-serif;
    color : #424242;
}

p {
    font  : normal 18px/24px sourcesansprolight,helvetica,arial,sans-serif;
    color : #424242;
}

hr {
    width      : 200px;
    max-width  : 80%;
    border     : none;
    border-top : 1px solid #DDD;
    margin     : 0 auto;
    clear      : both;
}

.spacer {
    height : 50px;
    clear  : both;
}

.separator_small {
    margin-top : -25px;
    background : #FFF;
    box-shadow : 0 0 0 15px #FFF;
}

.bullet_plain, .bullet_empty {
	padding: 5px;
  display: inline-block;
  cursor: pointer;
}

.bullet_plain div {
    display          : inline-block;
    border           : 1px solid #AAAFB2;
    width            : 11px;
    height           : 11px;
    margin           : 5px auto;
    background-color : #AAAFB2;
    border-radius    : 50%;
}

.bullet_empty div {
    display          : inline-block;
    border           : 1px solid #AAAFB2;
    width            : 11px;
    height           : 11px;
    margin           : 5px auto;
    background-color : #FFF;
    border-radius    : 50%;
}

.site-content .screen-reader-text {
    clip     : rect(1px, 1px, 1px, 1px);
    height   : 1px;
    overflow : hidden;
    position : absolute !important;
    width    : 1px;
}

.navigation.pagination {
    margin : 60px 0;
}

.nav-links a {
    font    : 16px sourcesansprolight,helvetica,arial,sans-serif;
    padding : 0 15px;
}