

/* Stylizes the first letter of text. Used for Journal publication text. */
p.introduction:first-letter {
 font-size: 5em;
 float: left; 
color: #900028;
 line-height: 35px;
 padding-top: 25px; 
 padding-right: 7px;
 padding-bottom: 7px;
 font-family: Times, serif, Georgia;
}

/* Removes showing the list of footnotes at the bottom - goes with WP-Bigfoot. */
div.footnotes {
display: none;
}

/* Properly does line breaks in title. Without this, word wrap doesn't work properly. */
.title h1{word-break: break-word;}


/* Mailchimp Footer Newsletter Subscription */
.ftr-mc {
    box-sizing: border-box;
    color: rgb(68, 68, 68);
    height: 73px;
    max-width: 320px;
    position: relative;
    text-rendering: optimizeLegibility;
    width: 320px;
    perspective-origin: 160px 36.5px;
    transform-origin: 160px 36.5px;
    border: px none rgb(68, 68, 68);
    font: normal normal normal normal 13px / 16.003px sans-serif;
    margin: 1px 111.5px 20px 0px;
    outline: rgb(68, 68, 68) none 0px;
}

.mc-label {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    letter-spacing: 2px;
    text-align: center;
    text-rendering: optimizeLegibility;
    width: 340px;
    perspective-origin: 160px 18px;
    transform-origin: 160px 18px;
    font: normal normal 13px / normal 'Raleway', 'Avenir', Georgia, Times, 'Times New Roman', sans-serif;
    padding: 10px;
}

.mc-email {
    color: rgb(68, 68, 68);
    display: block;
    height: 37px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    width: 320px;
    perspective-origin: 160px 18.5px;
    transform-origin: 160px 18.5px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border-top: 1px solid rgb(204, 204, 204);
    border-right: 0px none rgb(68, 68, 68);
    border-bottom: 0px none rgb(68, 68, 68);
    border-left: 0px none rgb(68, 68, 68);
    font: normal normal 13px / normal 'Raleway', 'Avenir', Georgia, Times, 'Times New Roman', serif;
    outline: rgb(68, 68, 68) none 0px;
    padding: 10px;
}

.mc-submit {
    bottom: -1px;
    color: rgb(153, 153, 153);
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 25px;
    text-align: center;
    vertical-align: middle;
    white-space: pre;
    width: 26px;
    z-index: 0;
    align-items: flex-start;
    perspective-origin: 13px 8.5px;
    transform-origin: 13px 8.5px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(204, 204, 204);
    font: normal normal normal normal 12.87px / 12.7413px sans-serif;
    outline: rgb(153, 153, 153) none 0px;
    padding: 2px 6px 3px;
    transition: all 0.2s ease-in 0s;
}



