﻿/*Corrects #25, being overwritten in locations.css which is why it needs !important*/
body .locationFixed { padding-bottom: 20px !important; }
.bodyCopy { height: auto !important; }

/*Corrects #19 - Should be corrrected in main mstoner stylesheet instead of overwritten */
.container .contentWrap .site-title { height: auto; }

/*Corrects #15  - Should be corrrected in mstoner-subnav stylesheet instead of overwritten.  This is why it needs !important */
.leftColumn ul.nav li.active ul li { padding: 4px 0px 4px 0px !important; }


/* Corrects issue with margins on Transfer Students page  https://mstonerllc.basecamphq.com/projects/5602222-university-of-idaho/todo_items/121462492/comments  */


/* Corrects issue with background on accordion. https://mstonerllc.basecamphq.com/projects/5602222-university-of-idaho/todo_items/122122519/comments **/
body .Question{background:none !important;}

/** Additional padding added to the right column to prevent content overlapping spire of building in the footer **/
.rightColumn,
.rightColumnFull{padding:0 0 30px;}

/** Add margin to content images **/
.leftAlignPad{float:left;width:auto;margin:0 20px 20px 0;}