/* CSS file for edits by support after launch
   Please leave a comment with your ticket number, initials, and a short explanation of why your change was made */

/* 8390592 ME adjusting bottom banner to allow link list to become longer */
@media screen and (min-width : 1070px){
   #bottomcontainer .util-nav { width:120%;}
   #poweredby {padding:0; margin:1em 0;}
}

/* Home page drop down on mobile - 8395764 - CN*/

@media screen and (max-width: 768px){
.page_1 #leftbanner > div.active .bannermodcontent {
    z-index: 9;
    padding: 1em;
    padding-bottom: 2em;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.page_1 #leftbanner .bannermodcontent {
    background: #efa92e;
    color: #231f20;
}
.page_1 #leftbanner > div.events-mod.active  .bannermodcontent {
    padding-bottom: 3em;
}
    
.page_1 #leftbanner .events-mod .bannermodcontent {
    background: #76a23a;
}
.page_1 #leftbanner .events-mod .event_indate {
    color: #fff;
}

.page_1 #leftbanner .spotlight-mod .bannermodcontent {
    background: #188aa5;
    color:#fff;
}
}

/* Alumni top nav icon change - 8395764 - CN*/
#topbanner .util-nav-mod .util-nav li:nth-child(2) a:before {
content: '\e600';
}

/* Navigation history hightlight - 8395764 - CN*/
a.nav_history {
color: #efa92e !important;
}

/**
*
*	Ticket 3870-8414027: Giving Form Doesn't Respond Well on Mobile
*	Jacob John
*	Responsive Forms
*
*/

	@media (max-width: 1024px) {

		#contentdiv .targetForm {

			width: 100% !important;

		}

		#contentdiv .targetForm .descText {

			word-wrap: break-word;

		}

	}

/* End Section */



/**
*
*	Ticket 3870-8454400
*	Chris Norman
*	Campus Map Larger
*
*/
.page_2161 #mainmiddle {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* End Section */