@charset "UTF-8";
/* SFA Responsiver Header */
@font-face {
    font-family: baskerville;
    src: url('../fonts/baskerville.otf');
}
@font-face {
    font-family: baskerville-bold;
    src: url('../fonts/baskerville-bold.otf');
}
@font-face {
    font-family: stix-regular;
    src: url('../fonts/stix-general.otf');
}
/*  ----------------------------Bootstrap Clearfix -----------------*/
/*  Tablet  */
@media (min-width:767px){
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: none;
    }
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: left;
    }
}
/*  Medium Desktop  */
@media (min-width:992px){
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: none;
    }
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }
}
/*  Large Desktop  */
@media (min-width:1200px){
    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: none;
    }
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }
} /*End Bootstrap Clearfix*/
/*-------------------------------------Header styles--------------------------------------*/
header.header{
    -moz-box-shadow: 0px 1px 10px #ddd;
    -webkit-box-shadow: 0px 1px 10px #ddd;
    box-shadow: 0px 1px 10px #ddd;
}
.purple-row{
    background-color: #582b86;
    border-bottom: 1px solid #b3b4b3;
    display: block;
    width: 100%;
    min-height: 30px;
}
.header .container{
    max-width: 1200px;
}
/*Nav bar top*/

.purple-row ul {
    float: right;
    padding: .3em 0em;
    margin: 0;
}
.purple-row li {
    font-size: .85em;
    font-weight: bold;
    padding: 0 .5em;
    text-align: right;
    display: inline-block;
}
.purple-row a {
    color: #DEB785;
}
.purple-row a:hover,
.purple-row a:focus {
    color: #DEB785;
    text-decoration: underline;
}
@media (max-width: 767px){
    .purple-row ul{
        display: none;
    }
}
/*-----------------------MIDDLE SECTION--------------------------*/
.middle-row {
    background: -webkit-linear-gradient(#ffffff, #ededed); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ededed); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ededed); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ededed); /* Standard syntax */
    border-bottom: 1px solid #b3b4b3;
    height: 54px;
}
.middle-row .container {
    position: relative;
}
.middle-row .input-group {
    margin:10px 0px;
    width: 240px;
    float: right;
}
.middle-row .form-control {
    width: 200px;
    height: 30px;
}
.middle-row .btn-default {
    height: 30px;
    padding-top: 3px;
}
.middle-row .header-logo {
    margin: 0;
    padding: 0;
    height:89px;
    position:absolute;
    left:10px;
    top:-17px;
}
.middle-row .header-wordmark {
    position: absolute;
    display: inline-block;
    top: .6em;
    left: 6.5em;
}
@media (max-width: 584px) {
    .middle-row .header-wordmark {
        display: none;
    }
}
/*-------------------------BOTTOM SECTION OF HEADER----------------------*/
.navbar-sawdust {
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #b3b4b3;
    margin-bottom: 2em;

} /*Sets bottom border*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}/*Centers Navbar content*/
.header .container {
    max-width: 1200px;
    width: 100%;
    padding: 0;
} /*Header Container Size*/
.navbar .navbar-collapse {
    text-align: center;
    width: 100%;
} /*center aligns header content*/
@media (max-width: 767px){
    .navbar .navbar-collapse {
        text-align: right;
    }
    .navbar{
        margin-bottom: 1em; /*smaller margin after navbar*/
    }
    .navbar ul {
        width: 100%;
        margin: 0 auto;
    }
    .navbar ul li {
        color: #333;
        border-bottom: 1px solid #ddd;
    }
    .navbar ul li:last-child {
        border-bottom: 0px;
    }
    .navbar ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar ul li a:hover,
    .navbar ul li a:focus{
        background-color: #fff;
        color: #333;
    }
    .navbar .links-header {
        padding: 7px 15px 5px;
        font-weight: 600;
        color: #ddd;
        background-color: #582b86;
        font-size: 1.2em
    }
}
.sawdust-logo {
    font-family: "stix-general";
    font-weight: 500;
    letter-spacing: .03em;
    font-size: 2em;
    text-align: center;
    line-height: 1;
} /*text styles for brand*/
.navbar-brand {
    float: none;
    margin: 0;
    padding: 10px 0 0 36px;
}/*Centers and stabalizes brand on resizing*/

.navbar-sawdust .navbar-brand:hover,
.navbar-sawdust .navbar-brand:focus {
    color: inherit;
}
nav.navbar.navbar-sawdust{
    min-height: 40px;
}
@media (min-width: 768px) {
    .navbar-sawdust .navbar-nav li a {
        color: #333;
        padding: 14px 0px 8px;
        margin-left: 1em;
        margin-right: 1em;
    }
    .navbar-sawdust .navbar-nav li.sawdust-logo a{
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .navbar-sawdust .navbar-nav li a:hover,
    .navbar-sawdust .navbar-nav li a:focus {
        background-color: transparent;
        border-bottom: 4px solid #582b86;
        padding-bottom: 4px;
    }/*Link colors in header*/
    .navbar-sawdust .navbar-nav li.sawdust-logo a:hover,
    .navbar-sawdust .navbar-nav li.sawdust-logo a:focus{
        padding-bottom: 7px;
    }
    @-moz-document url-prefix(){
        .navbar-sawdust .navbar-nav li.sawdust-logo a{
            padding-top: 14px;
            padding-bottom: 8px;
        }
        .navbar-sawdust .navbar-nav li.sawdust-logo a:hover,
        .navbar-sawdust .navbar-nav li.sawdust-logo a:focus{
            padding-bottom: 4px;
        }
    }
}
.navbar-sawdust .navbar-nav > .active > a,
.navbar-sawdust .navbar-nav > .active > a:hover,
.navbar-sawdust .navbar-nav > .active > a:focus {
    color: #333;
}
.navbar-sawdust .navbar-nav > .disabled > a,
.navbar-sawdust .navbar-nav > .disabled > a:hover,
.navbar-sawdust .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-sawdust .navbar-collapse,
.navbar-sawdust .navbar-form {
    border-color: #ddd;
}
.navbar-sawdust .navbar-nav > .open > a,
.navbar-sawdust .navbar-nav > .open > a:hover,
.navbar-sawdust .navbar-nav > .open > a:focus {
    color: #333;
    background-color: #fff;
}
.navbar-sawdust .navbar-link {
    color: #333;
}
@-moz-document url-prefix(){
    .navbar-brand{
        padding-top: 12px;
    }
}
/*------------------------------Turns Toggle bar to x when opened----------------------------*/
.lines-button:active{
    transition:0s;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
.navbar-sawdust button {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 0px;
    background: transparent;
    border: none;
    float: right;
    position: relative;
}
.lines{
    display:inline-block;
    width: 20px;
    height: 3px;
    background: #333;
    transition:0.3s;
    position:relative;
}
.lines:before,.lines:after {
    display:inline-block;
    width: 20px;
    height: 3px;
    background:#333;
    transition:0.3s;
    position:absolute;
    left:0;
    top:0;
    content:'';
    -webkit-transform-origin: center;
    transform-origin:center;
}
.lines:before{
    top:8px;
}
.lines:after{
    top:-8px;
}
.lines-button.x.close .lines{
    background:transparent;
}
.lines-button.x.close .lines:before,.lines-button.x.close .lines:after{
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    top:0;
    width:28px;
    background:#333;
}
.lines-button.x.close .lines:before{
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
}
.lines-button.x.close .lines:after{
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
}
.close, .close:focus, .lines-button:hover {
    opacity: 1;
} /*Ends toggle button*/

/*---------------------------------------Global Styles--------------------------------*/

/*Test area begins*/

/*Test area ends*/

html {
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
p {
    color: #333;
}
a {
    color: #333;
}
a:focus {
    color: inherit;
}
a:hover {
    text-decoration: underline;
    color: inherit;
}
p.dropcap:first-letter{
    float: left;
    display: inline-block;
    color: #582b86;
    font-size: 5.6em;
    padding: .39em .03em .5em 0;
    font-weight: 400;
}
@-moz-document url-prefix(){p.dropcap:first-letter{
    padding: .08em .1em .01em 0;
    }}

/*--------------------------------FOOTER--------------------------------*/
footer.footer .row.social{
    padding: 1em 0;
    background: rgba(255,255,255,.15);
    margin: 0;
}
footer.footer .row.social ul{
    padding: 0;
    margin: 0;
}
footer.footer .social ul li{
    display: inline-block;
    margin: 0 1.2em;
}

footer.footer {
    background-color: #343434;
    text-align: center;
    margin-top: 3em;
}
.footer li{
    color: #cbcbcb;
}
footer.footer .row.footer-links{
    padding: 2em 1em;
}
.footer-links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-links li{
    margin-bottom: .7em;
}
.footer a {
    text-decoration: none;
    font-weight: 400;
    color: #cbcbcb;
}
.footer a:hover {
    color: #fefefe;
}
img.footer-logo{
    margin: 0 auto 2em;;
    max-width: 200px;
}
@media(max-width: 767px) and (min-width:520px){
    footer.footer .footer-links ul{
        padding: 0 2em;
        width: 50%;
        float: left;
    }
}
/*---------------------------Main Content area---------------------*/
main {
    color: #323232;
}
.byline {
    font-weight: bold;
    font-size: .85em;
    margin-top: 1em;
}
main .container-fluid {
    max-width: 1200px;
}
main img {
    width: 100%; /*to correct for firefox*/
}
/*---------------------------Article Info---------------------------*/
.article-info{
    border-bottom: 1px solid #333;
    margin: .5em 0 2em 0;
    padding: .4em 0;
}
.article-byline, .article-issue {
    display: inline-block;
    font-size: .85em;
    font-weight: bold;
    margin: 0 2em 0 0;
}
.article-text {
    font-size: 1.2em;
    line-height: 1.6em;
    max-width: 600px;
    padding-left: 1em;
    padding-right: 1em;
}
.article-text .intro{
    padding: 1em 0 .5em;
    margin-bottom: 1.5em;
    font-style: italic;
    line-height: 2em;
    border-bottom: 1px solid #ccc;
}
aside .article-text{
    padding: 0;
}
.article-text a{
    font-weight: bold;
    color: #5f259f;
    text-decoration: underline;
}
.page-header{
    padding: 0px;
    border-bottom: 0px;
    margin: 0;
}
.article-text, .article-subhead {
    font-family: "baskerville", georgia, "Times New Roman", times, serif;
    font-weight: normal;
}
.article-headline {
    font-family: "baskerville-bold", georgia, "Times New Roman", times, serif;
    font-size: 4em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}
h3.article-subhead {
    margin: 0em;
    line-height: 1.4;
    font-weight: normal;
}
.article-aside {
    margin-bottom: 2em;
}
.profile {
    display: block;
    clear: both;
    padding-top: 1em;
}
.profile h4 {
    color: #582b86;
}
.profile .img-responsive{
    padding-left: 0;
}
.main-image{
    position: relative;
    margin-bottom: 1.5em;
}
.cutline{
    padding: 3px 0;
    font-size: .9em;
    font-weight: 500;
}
@media(min-width:768px){
    .cutline {
        bottom: 0;
        color: #fff;
        background-color: rgba(0,0,0,.6);
        position: absolute;
        max-width: 100%;
        margin-bottom: 0;
        padding: 3px 10px;
    }
}
/*---------------------------------Start Photogallery Button---------------------------------*/
.photo-gallery {
    background-color: #582b86;
    display: inline-block;
    margin: 1em 0 0;
    border-radius: 10px;
    clear:both;
    padding: 0;
}
.photo-gallery a {
    color: #eee;
}
.photo-gallery a:hover{
    text-decoration: none;
}
.photo-gallery:hover {
    background-color: #333;
}
.photo-gallery i {
    display: inline-block;
    float: left;
    padding: .5em .5em .5em .5em;
}
.photo-gallery h4{
    margin: 0;
    padding-bottom: .5em;
}
.photo-gallery h5 {
    font-weight: normal;
    font-size: .85em;
    padding-top: 1em;
    margin: 0;
}
.photo-gallery .text{
    display: inline-block;
    float: right;
    padding-right: 2em;
    clear: none;
}
.front-page-buttons .photo-gallery{
    width: 100%;
    width: 325px;
}
.front-page-buttons .photo-gallery .text{
    float: none;
}
/*End Photogallery Button*/

/*---------------------------------FRONT PAGE STYLES---------------------------------*/
main.front-page {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.front-page .container{
    width: 100%;
}
.jumbotron {
    background-color: #582b86;
    background-image: url("../images/archived-sawdust-jumbotron.jpg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 3em 0;
}
.jumbotron .container {
    width: 100%;
    max-width: 1200px;
}

.jumbotron .cover {
    max-height: 400px;
    width: auto;
    padding: 1em;
    display: inline-block;
    float: left;
}
.jumbotron .wordmark{
    max-width: 400px;
    margin: 0;
}
.jumbotron-text{
    display: inline-block;
    padding: 5em 0em 1em 1em;
    color: white;
    margin: 0;
    float: left;
}
.jumbotron-text h3{
    font-family: "baskerville", georgia, "Times New Roman", times, serif;
    line-height: 1.5em;
    letter-spacing: .03em;
    font-weight: normal;
}
.jumbotron-text p {
    color: #fff;
}
.jumbotron i{
    margin-right: .3em
}
.top-stories {
    max-width: 1200px;
    margin: 0 auto 1em;
}
@media (max-width: 880px){
    .jumbotron {
        display: none;
    }
}
@media (max-width: 767px){
    .top-stories .row .img-responsive{
        width: 100%;
        margin: 2em auto 0;
        position: relative;
    }
}
.headline-overlay {
    position: absolute;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: .5em 1em .7em;
    bottom: 0;
    width: 100%;
}
.headline-overlay:hover {
    background: rgba(69,28,106,.8);
}
.headline-overlay p {
    color: #fff;
    margin: 0;
}
.headline-overlay h1{
    margin-top: .1em;
    margin-bottom: .2em
}
.headline-overlay h3{
    margin: 0;
    line-height: 1.3em;
}
.top-stories .container {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
}
.top-stories h3{
    font-weight: 400;
}
@media (min-width: 768px){
    .top-story-1 {
        padding:0px 3px 0px 0px;
    }
    .top-story-1 .headline-overlay {
        bottom:0;
        left:0;
        width: calc(100% - 3px);
    }
    .top-story-2 {
        padding:0px 0px 8px 7px;
    }
    .top-story-2 .headline-overlay {
        bottom:8px;
        left:7px;
        width: calc(100% - 7px);
    }
    .top-story-3 {
        padding:0px 0px 0px 7px;
    }
    .top-story-3 .headline-overlay {
        bottom:0px;
        left:7px;
        width: calc(100% - 7px);
    }
    .top-story-2 h1, .top-story-3 h1{
        display: none;
    }
}

.front-page.container{
    padding: 0 1em;
}
section {
    margin-top: 2em;
}
section header {
    border-bottom: 1px solid #333;
}
section header h4{
    width: 100%;
    border-bottom: 1px solid #333;
    margin: 0;
    padding: .2em 0;
}
.article-list{
    width: 100%;
}
.article-list .article{
    width: 100%;
    margin: 1em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.article-list .article:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}

.article-list .article img {
    width: 25%;
    float: left;
    min-width: 150px;
    margin-right: 1em;
}
.article-list .article h3, .article-list .article h4 {
    margin: 0 0 .5em;
    line-height: 1.3em
}
@media(min-width:768px){
    .features .article img{
        width: 100%;
        margin-bottom: 1em;
    }
}
@media(max-width:767px){
    .features .article-list .article{
        padding-bottom: 1em;
        border-bottom: 1px solid #ccc;
    }
    .features .article-list .col-sm-4:last-of-type .article{
        padding-bottom: 0em;
        border-bottom: 0px;
    }
}
.signature{
    width: 50%;
    margin-bottom: .5em;
}
/*--------------------------Panel styles--------------------------------------*/
.panel-sawdust .panel-heading {
    background: #582b86;
    color: #ddd;
}
.front-page .panel-sawdust{
    margin-top: 2em;
}
.panel-sawdust {
    background: #eee;
}
.panel-sawdust li {
    background: #eee;
}
.front-page .panel-body{
    padding: 0em 1em;
}
.front-page .panel-body .img-responsive{
    width: 25%;
    float: left;
}
.front-page .panel-body h4, .front-page .panel-body p {
    width: 75%;
    float: right;
    margin: 0;
}
.front-page .panel-body h4{
    padding-left: .7em;
    line-height: 1.3em;
}
.front-page .panel-body p{
    padding-left: .9em;
    margin-top: .3em;
}
.front-page .panel-body .article.container{
    display: block;
    padding: 0 0 1em;
    margin: 1em 0;
    border-bottom: 1px solid #ccc;
}
.front-page .panel-body .article:last-child{
    border-bottom: 0px;
    margin-bottom: 0
}
.past-issues header{
    margin-bottom: 1em;
}
.past-issues p{
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    padding-top: .3em;
}
aside .panel-sawdust{
    clear: both;
    display: inline-block;
    float: left;
    margin: 1em 0;
}
aside .panel-sawdust .panel-body h4{
    margin: .7em 0 0;
}
aside .panel-sawdust .panel-body{
    padding-right: 2em;
}
.more-information{
    display: block;
    clear: both;
    padding: 1em 0;
}
.more-information h4{
    margin: 0;
    color: #582b86;
}
@media(max-width:767px){
    aside .panel-sawdust{
        display: inline-block;
        float: left;
        margin-top: 1em;
        clear: none;
    }
    .photo-gallery{
        float: left;
        margin-right: 2em;
    }
    .more-information{
        display: inline-block;
        float: left;
        margin: 1em 0;
        clear: none;
        padding: .5em 1em 0 1em;
    }
}
/*----------------------------------Issues Page-------------------------------------------*/
main.past-issues .current-issue{
    position: relative;
}
main.past-issues .current-issue p.overlay{
    position: absolute;
    top:10px;
    color: #fff;
    background: rgba(69,28,106,.8);
    padding: .5em 1em .5em 2em

}
/*------------------------------Article page styles--------------------------------*/

.article-page a h3:hover, .article-page a h4:hover {
    text-decoration: underline;
    color: inherit;
}
.article-page .article{
    padding-right: 1em;
}
.article-page .e-edition{
    padding-top: 1em;
    background: #ddd;
    margin-top: 1em;
}
.article-page .e-edition img{
    margin-bottom: .5em;
}
.article-page .e-edition h4{
    margin-bottom: .3em;
    color: #582b86;
}
.article-page .e-edition p{
    font-size: .9em;
    font-style: italic;
}
.article-page .issue-nav ul{
    text-align: center;
    padding: 2em 0 0;
    clear: both;
}
.article-page .issue-nav li {
    display: inline-block;
    vertical-align: middle;
}
.article-page .issue-nav a{
    text-decoration: underline;
}
.article-page .issue-nav li:nth-child(3) {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 .8em;
}
.article-page .issue-nav i{
    font-size: 1.2em;
    vertical-align: bottom;
    margin: 0 .2em;
    color: #582b86;
}
@media(max-width:767px){
    .article-page .issue-nav i{
        display: none;
    }
}
/*------------------------------About page styles------------------------------------*/
#about-page .name{
    font-weight: 600;
    margin: 0;
}
#about-page h2 {
    margin: 0;
}
#about-page i {
    margin-right: 5px;
    font-size: 1.2em;
}
#about-page a {
    text-decoration: underline;
}
#about-page aside {
    background-color: #ddd;
    padding: 1em;
}
#about-page img {
    max-width: 320px;
    margin: 0 auto;
}
#about-page aside h4:first-of-type{
    text-align: left;
}
#about-page aside h4:nth-of-type(2){
    clear: both;
}
#about-page aside p.name{
    margin-top: 1.2em;
}
#about-page aside p:nth-of-type(2){
    margin-top: .5em;
}
#about-page .staff-list h4{
    border-bottom: 1px solid #333;
    padding-bottom: .15em;
    padding-top: 1em
}
#about-page .clear{
    clear: both;
}
@media (max-width: 767px){
    #about-page aside img{
        margin: 0 1em 1em 0;
        float: left;
        width: 25%;
    }
    #about-page aside{
        background-color: #fff;
    }
    #about-page .staff-list h4{
        border-bottom: 0;
    }
    #about-page h4, #about-page .name, #about-page .title{
        text-align: center;
    }
    #about-page .staff-list h4 {
        text-decoration: underline;
    }
}
@media (max-width: 500px){
    #about-page aside img{
        width: 37%;
    }
}
/*---------------------------------Athletics/Scholarships page styles---------------------------------*/
#athletics-page hr, #scholarships-page hr{
    background: #333;
    height: 1px;
    width: 66%;
    margin: 0em auto 2em;
}
#athletics-page h3, #scholarships-page h3{
    margin-top: 0;
}
#athletics-page row p, #scholarships-page row p {
    margin-bottom: 1em;
}
#athletics-page img, #scholarships-page img{
    margin-bottom: 2em;
}
/*---------------------------------Class Notes Page---------------------------------*/
.class-notes-page p.article-issue {
    margin: 0;
}
.class-notes-page .article-info{
    margin-top: 0;
}
.class-notes-list p {
    clear:both;
}
.class-note-image {
    width: 200px;
    float: left;
    margin: 0 1em 1em 0;
}
.class-note-entry{
    margin: 1em auto 1em;
    display: inline-block;
    border-bottom: 1px solid #555;
}
.class-note-entry:last-child{
    border-bottom: 0px;
    margin-bottom: 0;
}
.class-note-entry .article-text{
    padding: 0 0 .5em;
}
.class-note-entry h4{
    margin-top:0;
}
.class-notes-page i {
    font-weight: 600;
}
.obits .class-note-entry:first-child{
    margin-top: 0;
}
.class-notes-page p{
    margin-bottom: 1em;
}
.class-notes-page h3{
    clear: both;
    border-bottom: 2px solid black;
    color: #582b86;
}
.class-notes-page h3:first-child{
    margin-top: 0;
}
.featured-class-note{
    padding: 1em;
    background: #ddd;
    max-width: 500px;
    margin-bottom: 1em;
}
.featured-class-note p{
    margin: 1em 0;
}
.class-note-submit{
    background: #582b86;
    display: inline-block;
    padding: 0 1em;
    border-radius: .5em;
}
.class-note-submit:hover {
    background-color: #333;
}
.class-note-submit p{
    display: inline-block;
    color: #ddd;
    margin: .5em 0;
    font-weight: 600;
}
.class-note-submit i{
    color: #ddd;
    font-size: 1.1em;
    margin-right: .3em;
}
.class-notes-page .profile{
    display: block;
}
.class-notes-page .profile h4{
    margin: 0 0 .3em 0;
}
.class-notes-page .profile img{
    width: 38%;
    float: left;
    margin: 0 1em 1em 0;
}
.class-notes-page .profile h4{
    margin: 0 0 .3em 0;
}
/*------------------Feature Page Styles---------------------------------------*/
.smaller-image{
    margin-bottom: .3em;
}
#feature-page .article-cover-image .article-headline{
    padding-top: 15px;
}
#feature-page .article-cover-image.no-descenders .article-headline{
    padding-bottom: 0;
}
#feature-page .article-cover-image.no-descenders .article-subhead{
    padding-top: 0;
}

@media(max-width:992px){
    #feature-page .article-cover-image .cover-image{
        display: none;
    }
}
@media(min-width:768px){
    .article-cover-image {
        width: 100%;
        position: relative;
    }
    #feature-page .article-cover-image .container {
        max-width: 1200px;
        width: 100%;
        position: absolute;
        bottom: 4em;
        left: 0;
        right: 0;
        vertical-align: middle;
        padding:  0 1em;
        margin: 0 auto;
    }
    #feature-page .article-cover-image .article-headline, .article-cover-image .article-subhead{
        color: #eee;
        min-width: 51%;
        max-width: 70%;
        margin: 0;
        background-color: rgba(0,0,0,.8);
        padding-left: 20px;
        padding-right: 20px;
    }
    #feature-page .article-cover-image .article-headline{
        padding-bottom: 0;
    }
    #feature-page .article-cover-image .article-subhead{
        padding-top: 0px;
        padding-bottom: 10px;
    }
    #feature-page .article-cover-image .article-headline.right, .article-cover-image .article-subhead.right{
        float:right;
        width: 100%;
    }
    #feature-page .cutline{
        padding: .5em 1em .7em;
    }
}
@media(min-width:991px){
    #feature-page .article-cover-image .smaller-image{
        display: none;
    }
    #feature-page .article-cover-image .container {
        bottom: 3em;
    }
}
@media(max-width:767px){
    #feature-page .article-cover-image{
        padding: 0 1em;
    }
    #feature-page .article-cover-image .container{
        padding: 0;
    }
}
