
br {
    height: 10px;
}

.fiftyfive-separator {
    padding-left: 0;
    padding-bottom: 0;

    height: 1px;
    background-color: rgb(0, 0, 0);
}

.fiftyfive-clearfloat {
    clear: both;
}

.fiftyfive-totop {
    margin: 0 auto;

    height: 50px;
    width: 100%;

    font-size: 30pt;
    color: white;

    text-align: center;

    cursor: pointer;

    background-color: rgb(5, 33, 7);

    position: relative;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fiftyfive-totop span {
    position: absolute;

    top: 5px;

    width: 50px;
    height: 45px;

    left: calc(50% - 25px);
}

html.stopscroll {

    overflow: hidden;
}

/**

    Style info for the whole site.

 */

#fiftyfive-main {

    background-color: white;

    font-family: "myriad-pro", sans-serif !important;
}

/**

    Style info for the logo.

 */

.ffpart-logo.hide {

    width: 20px;

    transition-duration: 0.35s;
}

.ffpart-logo.partial-show {

    width: 50px;

    transition-duration: 0.35s;
}

.ffpart-logo.full-show {

    width: 230px;

    transition-duration: 0.35s;
}

/**

    Style info for the footer part.

 */

.fiftyfive-footer {
    background-color: rgb(239, 239, 239);

    position: relative;
}

.fiftyfive-footer-content {

    margin: 0 auto;

    padding-top: 15px;
    padding-bottom: 60px;
}

.fiftyfive-footer-content .ffpart-entry {

    overflow: hidden;
}

.fiftyfive-footer-content .ffpart-entry .ffpart-inner {

    padding-left: 20px;
    padding-right: 20px;
}

.fiftyfive-footer-siteinfo {

    color: black;
}

.fiftyfive-footer-siteinfo .ffpart-header {

    font-size: 16pt;
    font-weight: lighter;

    line-height: 30px;
}

.fiftyfive-footer-siteinfo .ffpart-huehue {

    font-size: 12px;
}

.fiftyfive-footer-siteinfo .ffpart-huehue a {

    color: black;
    text-decoration: none;
}

.fiftyfive-footer-copyright {

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
}

.fiftyfive-footer-copyright .ffpart-inner {

    position: relative;

    background-color: white;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: rgb(2, 50, 3);

    font-size: 12px;
    font-weight: 600;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
}

/**

    Style info for the index page (front page).

 */

.fiftyfive-index-main {

    margin: 0 auto;

    background-color: rgb(255, 255, 255);

    max-width: 480px;
    min-height: 1000px;

    padding: 75px 20px 0;
}

.fiftyfive-index-topnews {
    position: relative;
}

.fiftyfive-index-topnews a {

    text-decoration: none;
}

.fiftyfive-index-topnews-image {

    height: 280px;
    width: 100%;

    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;

    background-color: rgb(2, 50, 3);
}

.fiftyfive-index-topnews-article {

}

.fiftyfive-index-topnews-article span {

    color: black;
    text-decoration: none !important;
}

.fiftyfive-index-topnews-article .ffpart-inner {

    padding: 10px 0 10px;
}

.fiftyfive-index-topnews-article .ffpart-title {

    padding: 0 0 10px;

    font-size: 15pt;
}

.fiftyfive-index-topnews-article .ffpart-topic {

    position: relative;

    padding: 0 0 10px;

    height: 50px;
}

.fiftyfive-index-topnews-article .ffpart-maker {

    display: none;
}

.fiftyfive-index-topnews-article .ffpart-other {

    padding: 0;

    font-size: 10pt;
}

.fiftyfive-index-topnews-article .ffpart-other span {

    text-transform: uppercase;
}

.fiftyfive-index-adverts {
    position: relative;
}

.fiftyfive-index-adverts-issue {
    float: left;

    width: 25%;
    height: 200px;
}

.fiftyfive-index-adverts-stuff {
    float: left;

    width: calc(75% - 1px);
    height: 200px;

    border-left: rgb(81, 127, 81) 1px solid;
}

.fiftyfive-index-university {

    position: relative;
}

.fiftyfive-index-university .ffpart-article-entry .ffpart-image {
    background-color: rgba(2, 50, 3, 1);
}

.fiftyfive-index-university-header {

    height: 50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;

    text-transform: uppercase;

    line-height: 50px;
    font-size: 15pt;

    padding: 0;

    color: rgb(2, 50, 3);
}

.fiftyfive-index-university-header a {
    color: rgb(2, 50, 3);
    text-decoration: none;
}

.fiftyfive-index-university-header a:hover {
    text-decoration: underline;
}


.fiftyfive-index-menagerie {

    position: relative;
}

.fiftyfive-index-menagerie a {

    text-decoration: none;
}

.fiftyfive-index-menagerie .ffpart-article-entry .ffpart-image {

    background-color: rgb(1, 26, 58);
}

.fiftyfive-index-menagerie-header {

    height: 50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;

    text-transform: uppercase;

    line-height: 50px;
    font-size: 15pt;

    padding: 0;

    color: rgb(1, 26, 58);
}

.fiftyfive-index-menagerie-header a {

    color: rgb(1, 26, 58);
    text-decoration: none;
}

.fiftyfive-index-menagerie-header a:hover {
    text-decoration: underline;
}


.fiftyfive-index-menagerie-image {

    height: 280px;
    width: 100%;

    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;

    background-color: rgb(1, 26, 58);
}

.fiftyfive-index-menagerie-article {

}

.fiftyfive-index-menagerie-article span {

    color: black;
    text-decoration: none !important;
}

.fiftyfive-index-menagerie-article .ffpart-inner {

    padding: 10px 0 10px;
}

.fiftyfive-index-menagerie-article .ffpart-title {

    padding: 0 0 10px;

    font-size: 15pt;
}

.fiftyfive-index-menagerie-article .ffpart-topic {

    position: relative;

    padding: 0 0 10px;

    height: 50px;
}

.fiftyfive-index-menagerie-article .ffpart-maker {

    display: none;
}

.fiftyfive-index-menagerie-article .ffpart-other {

    padding: 0;

    font-size: 10pt;
}

.fiftyfive-index-menagerie-article .ffpart-other span {

    text-transform: uppercase;
}


.fiftyfive-index-sports {

    position: relative;
}

.fiftyfive-index-sports .ffpart-article-entry .ffpart-image {

    background-color: rgb(178, 156, 62);
}

.fiftyfive-index-sports-header {

    height: 50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;

    text-transform: uppercase;

    line-height: 50px;
    font-size: 15pt;

    padding: 0;

    color: rgb(178, 156, 62);
}

.fiftyfive-index-sports-header a {

    color: rgb(178, 156, 62);
    text-decoration: none;
}

.fiftyfive-index-sports-header a:hover {
    text-decoration: underline;
}


.fiftyfive-index-opinion {

    position: relative;
}

.fiftyfive-index-opinion .ffpart-article-entry .ffpart-image {

    background-color: rgb(105, 36, 16);
}

.fiftyfive-index-opinion .ffpart-article-entry-vertical .ffpart-image {

    background-color: rgb(105, 36, 16);
}

.fiftyfive-index-opinion-header {

    height: 50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;

    text-transform: uppercase;

    line-height: 50px;
    font-size: 15pt;

    padding: 0;

    color: rgb(105, 36, 16);
}

.fiftyfive-index-opinion-header a {

    color: rgb(105, 36, 16);
    text-decoration: none;
}

.fiftyfive-index-opinion-header a:hover {
    text-decoration: underline;
}

/**

    Style info for an article entry on the front page.

 */

.ffpart-article-entry {

}

.ffpart-article-entry a {

    text-decoration: none;
}

.ffpart-article-entry span {

    color: black;
    text-decoration: none !important;
}

.ffpart-article-entry .ffpart-image {

    height: 280px;
    width: 100%;

    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}

.ffpart-article-entry .ffpart-inner {

    padding: 10px 0 10px;
}

.ffpart-article-entry .ffpart-inner .ffpart-title {

    padding: 0 0 10px;

    font-size: 15pt;
}

.ffpart-article-entry .ffpart-inner .ffpart-maker {

    display: none;
}

.ffpart-article-entry .ffpart-inner .ffpart-other {

    padding: 0;

    font-size: 10pt;
}

.ffpart-article-entry.ffpart-article-entry-small .ffpart-image {

    float: left;

    width: 60px;
    height: 60px;

    margin-right: 10px;
    margin-top: 10px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ffpart-article-entry.ffpart-article-entry-small .ffpart-inner {

    float: left;

    width: calc(100% - 70px);

    padding: 10px 0 10px;
}

.ffpart-article-entry.ffpart-article-entry-small .ffpart-inner .ffpart-title {

    font-size: 10pt;

    padding: 0 0 10px;
}

.ffpart-article-entry.ffpart-article-entry-small .ffpart-inner .ffpart-maker {

    display: none;
}

.ffpart-article-entry.ffpart-article-entry-small .ffpart-inner .ffpart-other {

    font-size: 10pt;
}

.ffpart-article-entry-vertical {

}

.ffpart-article-entry-vertical a {

    color: black;
    text-decoration: none;
}

.ffpart-article-entry-vertical .ffpart-inner {

    float: left;

    width: calc(100% - 70px);

    padding: 10px 0 10px;
}

.ffpart-article-entry-vertical .ffpart-image {

    float: left;

    width: 60px;
    height: 60px;

    margin-right: 10px;
    margin-top: 10px;

    background-color: lightgrey;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ffpart-article-entry-vertical .ffpart-inner .ffpart-title {

    font-size: 10pt;

    padding: 0 0 10px;
}

.ffpart-article-entry-vertical .ffpart-inner .ffpart-maker {

    display: none;
}

.ffpart-article-entry-vertical .ffpart-inner .ffpart-other {

    font-size: 10pt;
}

.ffpart-article-entry-vertical .ffpart-inner .ffpart-summa {

    display: none;
}

/**

    Style info for the category page.

 */

.fiftyfive-category-main {
    margin: 0 auto;

    background-color: rgb(255, 255, 255);

    padding: 20px 20px;
}

.fiftyfive-category-main .ffpart-article-entry-vertical {
    height: auto;
}

.fiftyfive-category-main .ffpart-article-entry-vertical .ffpart-inner {
    height: auto;
}

.fiftyfive-category-main a {

    color: black;
    text-decoration: none;
}

.fiftyfive-category-header {

    background-color: black;
}

.fiftyfive-category-header .ffpart-content {

    height: 350px;

    background-size: cover;
    background-position: center calc(25%);

    position: relative;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
}

.fiftyfive-category-header .ffpart-dimmer {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);
}

.fiftyfive-category-header .ffpart-header {

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translateY(-50%) translateX(-50%);

    margin-top: 22.5px;
}

.fiftyfive-category-header .ffpart-header .ffpart-inner {

    position: relative;

    padding: 20px 30px;

    color: white;

    font-size: 30px;
    text-transform: uppercase;

    border: white 5px solid;
}

/**

    Style info for page navigation.

 */

.fiftyfive-navigation {

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-size: 14px;
}

.fiftyfive-navigation .ffpart-left {
    float: left;
    width: 20%;
    height: 40px;
    text-align: left;
}

.fiftyfive-navigation .ffpart-left > a {
    text-decoration: none;

    color: black;

    line-height: 40px;
}

.fiftyfive-navigation .ffpart-right {
    float: left;
    width: 20%;
    height: 40px;
    text-align: right;
}

.fiftyfive-navigation .ffpart-right > a {
    text-decoration: none;

    color: black;

    line-height: 40px;
}

.fiftyfive-navigation .ffpart-paginate {
    float: left;
    width: 60%;
    height: 40px;

    text-align: center;
}

.fiftyfive-navigation .ffpart-paginate > span.current {
    text-decoration: none;

    line-height: 40px;

    color: rgb(2, 50, 3);

    padding: 5px;

    border: 1px solid rgb(2, 50, 3);

    cursor: default;
}

.fiftyfive-navigation .ffpart-paginate > a {
    text-decoration: none;

    line-height: 40px;

    color: black;

    padding-left: 5px;
    padding-right: 5px;
}

/**

    Style info for article page.

 */

.fiftyfive-single-main {

    margin: 0 auto;

    background-color: rgb(255, 255, 255);
}

.fiftyfive-single-main p {

    padding-bottom: 20px;
}

.fiftyfive-single-main .ffpart-content {

    padding: 0 20px 0;
}

.fiftyfive-single-main .ffpart-sidebar {

    padding: 0 20px 20px;
}

.fiftyfive-single-main .ffpart-content > * {

    padding-bottom: 10px;
}

.fiftyfive-single-main .ffpart-content em {

    font-style: italic;
}

.fiftyfive-single-main .ffpart-content strong {

    font-weight: 600;
}

.fiftyfive-single-main .ffpart-content h1 {

    font-size: 24pt;

    font-weight: 600;
}

.fiftyfive-single-main .ffpart-content h2 {

    font-size: 22pt;

    font-weight: 600;
}

.fiftyfive-single-main .ffpart-content h3 {

    font-size: 20pt;

    font-weight: 600;
}

.fiftyfive-single-main .ffpart-content h4 {

    font-size: 18pt;

    font-weight: 600;
}

.fiftyfive-single-main .ffpart-content h5 {

    font-size: 16pt;

    font-weight: 600;
}

.fiftyfive-single-main .ffpart-content h6 {

    font-size: 14pt;

    font-weight: 600;
}

.fiftyfive-single-main .ffpart-content ol {

    list-style: lower-roman;
}

.fiftyfive-single-main .ffpart-content ul {

    list-style: disc;
}

.fiftyfive-single-main .ffpart-content a {

    color: rgb(4, 100, 6);

    text-decoration: none;
}

.fiftyfive-single-main .ffpart-content a:hover {

    text-decoration: underline;
}

.fiftyfive-single-main .ffpart-content p {

    line-height: 22px;
}

.fiftyfive-single-main .ffpart-content img {
    width: 100%;
    height: auto;
}

.fiftyfive-single-main .ffpart-content img.aligncenter {
    width: 100%;
    height: auto;
}

.fiftyfive-single-main .ffpart-content .wp-caption {

    width: 100% !important;
}

.fiftyfive-single-main .ffpart-content .wp-caption > img {

    width: 100%;
}

.fiftyfive-single-main .ffpart-content .wp-caption.alignleft {

    text-align: left;
}

.fiftyfive-single-main .ffpart-content .wp-caption.alignright {

    text-align: right;
}

.fiftyfive-single-main .ffpart-content .wp-caption.aligncenter {

    text-align: center;
}

.fiftyfive-single-main .ffpart-content .wp-caption .wp-caption-text {

    font-style: italic;

    font-size: 8pt;

    padding-top: 10px;
}

.fiftyfive-single-main .ffpart-content .jp-relatedposts {
    padding-left: 20px;
    padding-right: 20px;
}

.fiftyfive-single-header {

    background-color: black;
}

.fiftyfive-single-header .ffpart-content {

    height: 550px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
}

.fiftyfive-single-header .ffpart-dimmer {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);
}

.fiftyfive-single-header .ffpart-header {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;

    min-height: 200px;

    background-color: white;
}

.fiftyfive-single-header .ffpart-header .ffpart-inner {
    position: relative;
}

.fiftyfive-single-header .ffpart-header .ffpart-inner .ffpart-spacer {

    height: 20px;
}

.fiftyfive-single-header .ffpart-header .ffpart-title {

    padding: 30px;

    font-size: 20pt;

    font-weight: lighter;

    text-align: center;
}

.fiftyfive-single-header .ffpart-header .ffpart-other > div {

    font-size: 10pt;

    line-height: 15pt;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-tags {

    float: left;

    width: 50%;

    text-align: left;

    padding: 0 0 20px;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-tags > div {
    padding-left: 20px;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-tags a {
    color: black;

    text-decoration: none;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-tags a:hover {
    text-decoration: underline;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-maker {

    padding: 0 20px 20px;

    text-align: center;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-maker a {
    color: black;

    text-decoration: none;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-maker a:hover {
    text-decoration: underline;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-date {

    float: left;

    width: 50%;

    text-align: right;

    padding: 0 0 20px;
}

.fiftyfive-single-header .ffpart-header .ffpart-other .ffpart-date > div {
    padding-right: 20px;
}

.fiftyfive-single-header .ffpart-header .fiftyfive-separator {
    margin-left: 20px;
    margin-right: 20px;
}

/**

    Style info for the about page.

 */

.fiftyfive-about-main {
    margin: 55px auto 0;

    background-color: rgb(255, 255, 255);

    padding: 20px 20px 0;
}

.fiftyfive-about-rowone {

    padding-top: 20px;

    padding-bottom: 20px;
}

.fiftyfive-about-rowone .ffpart-colone {

    height: 300px;

    background-image: url('../images/AboutUs1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fiftyfive-about-rowone .ffpart-coltwo {

    text-align: center;
}

.fiftyfive-about-rowone .ffpart-coltwo .ffpart-important {
    text-transform: uppercase;

    color: rgb(2, 50, 3);

    font-weight: 600;

    font-size: 18pt;
}

.fiftyfive-about-rowone .ffpart-coltwo .ffpart-content {

    font-weight: lighter;

    font-size: 15pt;

    line-height: 18pt;
}

.fiftyfive-about-rowtwo {

    padding-top: 20px;
}

.fiftyfive-about-rowtwo .ffpart-entry {

}

.fiftyfive-about-rowtwo .ffpart-entry .ffpart-important {

    text-transform: uppercase;

    color: rgb(2, 50, 3);

    font-weight: lighter;
    font-size: 18pt;
}

.fiftyfive-about-rowtwo .ffpart-entry .ffpart-content {

    font-weight: lighter;
    font-size: 15pt;

    line-height: 18pt;

    padding-top: 10px;
    padding-bottom: 20px;
}

.fiftyfive-about-rowyon > .ffpart-colone {

    display: none;
}

.fiftyfive-about-rowyon > .ffpart-coltwo {

}

.fiftyfive-about-editorboard .ffpart-important {
    text-transform: uppercase;

    color: rgb(2, 50, 3);

    font-weight: lighter;
    font-size: 20pt;

    padding-top: 20px;
    padding-bottom: 20px;
}

.fiftyfive-about-editorboard .ffpart-content .ffpart-row > div {


}

.fiftyfive-about-editorboard .ffpart-content span {
    display: block;
}

.fiftyfive-about-editorboard .ffpart-content .ffpart-name {
    font-weight: lighter;
    font-size: 18pt;
}

.fiftyfive-about-editorboard .ffpart-content .ffpart-subtext {
    font-size: 12pt;
    font-weight: 600;

    padding-top: 5px;
    padding-bottom: 20px;

    text-transform: uppercase;
}

.fiftyfive-about-staff .ffpart-important {
    text-transform: uppercase;

    color: rgb(2, 50, 3);

    font-weight: lighter;
    font-size: 20pt;

    padding-top: 20px;
    padding-bottom: 20px;
}

.fiftyfive-about-staff .ffpart-content span {
    display: block;
}

.fiftyfive-about-staff .ffpart-content .ffpart-name {
    font-weight: lighter;
    font-size: 18pt;

    padding-bottom: 30px;
}

.fiftyfive-about-staff .ffpart-content .ffpart-subtext {
    font-size: 12pt;
    font-weight: 600;

    padding-bottom: 5px;

    text-transform: uppercase;
}

/**

    Style info for the author page.

 */

.fiftyfive-author-main {

    margin: 55px auto 0;

    background-color: rgb(255, 255, 255);

    padding: 20px;
}

.fiftyfive-author-header {

    padding-bottom: 30px;
}

.fiftyfive-author-header .ffpart-colone {

    font-weight: lighter;

    padding-bottom: 10px;
}

.fiftyfive-author-header .ffpart-coltwo {


    font-size: 20pt;
}

.fiftyfive-author-main a {

    color: black;
    text-decoration: none;
}

/**

    Style info for the tag page.

 */

.fiftyfive-tag-main {

    margin: 55px auto 0;

    background-color: rgb(255, 255, 255);

    padding: 20px;
}

.fiftyfive-tag-header {

    padding-bottom: 30px;
}

.fiftyfive-tag-header .ffpart-colone {

    font-weight: lighter;

    padding-bottom: 10px;
}

.fiftyfive-tag-header .ffpart-coltwo {


    font-size: 20pt;

    color: rgb(4, 100, 6);
}

.fiftyfive-tag-main a {

    color: black;
    text-decoration: none;
}

/**

    Style info for the related posts.

 */

.fiftyfive-related-posts {

    padding-right: 20px;

    line-height: 20px;
}

.fiftyfive-related-posts .ffpart-header {

    margin-bottom: 10px;

    font-weight: 600;
}

.fiftyfive-related-posts .ffpart-entry {

    margin-bottom: 10px;

    font-size: 10pt;
}

.fiftyfive-related-posts .ffpart-image {

    float: left;

    height: 50px;
    width: 50px;

    margin-top: 5px;

    background-color: dimgray;

    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;
}

.fiftyfive-related-posts .ffpart-inner {

    float: left;
    width: calc(100% - 60px);

    padding-left: 10px;
}

.fiftyfive-related-posts .ffpart-entry .ffpart-title {

    display: block;

    color: #000;
}

.fiftyfive-related-posts .ffpart-entry .ffpart-category {

    color: #000;

    font-weight: 600;
}

/**

    Sharedaddy style overrides.

 */

.sharedaddy .sd-title {
    display: none !important;
}

/**

    Style info for the sharing buttons.

 */

.fiftyfive-share .ffpart-header {

    margin-bottom: 10px;

    font-weight: 600;
}
