/* Updated 02-10-2016 with new layout styles - JL */

.leftAcaCol {
    float: left;
    width: 216px;
    padding-bottom: 10px;
}

.centerAcaCol {
    float: left;
    width: 216px;
    padding-bottom: 10px;
    padding-left: 22px;
}

.rightAcaCol {
    float: left;
    width: 216px;
    padding-bottom: 10px;
    padding-left: 22px;
}

.acadSelection {
    border: solid 1px #dbd9d0;
    margin-bottom: 25px;
}

.acadSelection:hover {
    box-shadow: 1px 1px 2px #888888;
    transition: box-shadow 0.2s ease-in-out 0.1s;
}

.acadH2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.acadH3 {
    margin-bottom: 10px;
    padding-top: 12px;
}

#maincolumn #pageBody .acadH3 a {
    background: none;
}

.acadH4 {
    font-size: 14px;
    margin-bottom: 15px;
}

.acadH4 a {
    color: #333333;
}

.acadH5 {
    color: #333333;
    font-size: 12px;
    margin: 0px 0px 18px;
    text-transform: none;
}

.acadUl {
    margin: 0;
    padding: 0;
}

#pageBody .acadLi {
    width: 200px;
    margin: 0;
    padding: 3px 0 3px;
    list-style: none;
    background: none;
    border-bottom: solid 1px #dbd9d0;
}


/*#pageBody a.ugradSprite       { float: left; height: 43px; width: 213px; background: url('http://spu.edu/images/znewsite/button-undergrad.png') 0 0; }
#pageBody a.ugradSprite:hover { box-shadow: 1px 1px 2px #888888; transition: box-shadow 0.2s ease-in-out 0s; }
#pageBody a.gradSprite        { float: left; height: 43px; width: 213px; background: url('http://spu.edu/images/znewsite/button-grad.png') 0 0; }
#pageBody a.gradSprite:hover  { box-shadow: 1px 1px 2px #888888; transition: box-shadow 0.2s ease-in-out 0s; }
#pageBody a.contedSprite      { float: left; height: 43px; width: 213px; background: url('http://spu.edu/images/znewsite/button-cont-ed.png') 0 0; }
#pageBody a.contedSprite:hover{ box-shadow: 1px 1px 2px #888888; transition: box-shadow 0.2s ease-in-out 0s; }*/

.acadColumn1 {
    float: left;
    width: 48%;
}

.acadColumn2 {
    float: left;
    width: 48%;
    margin-left: 4%;
}

#content_shell #maincolumn .col-primary .bread-crumb-nav li {
    padding: 0;
}

#content_shell #maincolumn .col-primary .bread-crumb-nav li a {
    background: none;
}

#content_shell #maincolumn .col-primary .bread-crumb-nav li:first-child a {
    background: url("/_ui/img/bread-crumb-icon-home.svg") no-repeat scroll left 0;
    color: #8e8e8e !important;
    padding-left: 21px;
}

.acadListingTable {
    border: none !important;
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%;
}

.acadTableTh {
    color: #333333;
    padding: 6px 0;
    text-align: center;
}

.acadTableTh:first-child {
    text-align: left;
}

.acadTableTr td {
    border-bottom: solid 1px #cccccc;
}

tr.acadTableTr {
    /* display: inline-block; */
    vertical-align: bottom;
}

.acadTableTr td {
    padding: 6px 0;
}

td.acadTitle {
    white-space: normal;
    width: 205px;
}

td.acadWebLink {
    width: 65px;
    padding: 0;
    background: url('http://spu.edu/images/znewsite/icon-website.png') no-repeat center 6px;
}

td.acadWebLink a {
    float: left;
    margin: 5px 0 0 14px;
    height: 17px;
    width: 25px;
    vertical-align: middle;
}

td.acadCatLink {
    width: 55px;
    padding: 0;
    background: url('http://spu.edu/images/znewsite/icon-catalog.png') no-repeat center 6px;
    text-align: center;
}

#maincolumn #pageBody td.acadCatLink a {
    background: none;
    float: left;
    height: 28px;
    width: 100%;
}

#content div.generic-callout ul>li {
    margin: 0 0 10px;
    /*padding: 0 0 6px; background: none;*/
    background: url("/images/znewsite/ul_li_bg.png") no-repeat scroll 2px 0.5em transparent;
    line-height: 1.538em;
}

.academic-wrap {
    float: left;
    width: 100%;
    text-align: center;
}

.academic-box {
    border: solid 1px #dbd9d0;
    margin: 0 25px 25px 0;
    background: #fff;
    min-height: 100px;
    width: 162px;
    padding: 25px;
    float: left;
}

.academic-wrap a {
    color: #333;
}

.academic-box:hover {
    color: #660000;
}

.last {
    margin: 0 0 25px 0;
}

.academic-link-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: block;
}

.school-of {
    text-transform: uppercase;
    font: sans-serif;
    float: left;
    width: 100%;
    font-size: 90%;
    line-height: 2em;
}

.school-name {
    font-size: 150%;
    line-height: 1.2em;
    font-family: ff-meta-serif-web-pro-2, ff-meta-serif-web-pro-1, Georgia, "Times New Roman", Times, serif;
    text-transform: none;
}


/* Fixes for responsive redesign - 08-18-2015, 02-10-2016, 03-17-2017 (Fix for switch to page content builder from old portal page template) - JL */

div#content.three-column.no-nav {
    max-width: 75rem;
}

div#content.three-column #maincolumn {
    width: 100%;
}


/* div.academic a { color: #780629; } */

div.academic-wrap {
    float: none;
}

@media screen and (max-width: 980px) {
    .centerAcaCol,
    .rightAcaCol {
        padding-left: 0;
    }
    .academic-box {
        margin: 0 20px 20px 0;
    }
}

@media screen and (max-width: 750px) {
    .acadColumn1 {
        width: 65%;
    }
    .acadColumn2 {
        width: 65%;
        margin-left: 0;
    }
}

@media screen and (max-width: 510px) {
    .acadColumn1 {
        width: 100%;
    }
    .acadColumn2 {
        width: 100%;
        margin-left: 0;
    }
}