  /*
Site Name: DG Base Theme 
Author: Digital Gear
Stylesheet: Main Stylesheet
/*
PRINT STYLESHEET
*/
@media print{*{background:transparent!important;color:black!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a{color:#444!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
/*
COMMON & REUSABLE STYLES
*/
.placeholder { color: #aaa; }
.noPointer { cursor: default; }
.right { float: right; }
.left { float: left; }
.innerPadding {
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.borderBottomDot {
	border-bottom: 2px dotted #747468;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.borderBottomDot.grey { border-bottom: 2px dotted #b3b2b6; }
.displayNone { display: none; }
.imgCenter {
	display: block;
	margin: 0 auto;
}
#noResultsContainer { display: none; }
.arrowList { margin-left: 0; }
.arrowList li {
	padding: 10px 0 10px 30px;
	min-height: 30px;
	background: url('/wp-content/themes/main2012/library/images/listArrow.png') no-repeat left 18px;
}
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
span.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
}
mark, .search-term { background: #EBE16F; }
.help, .info, .error, .success { border: 1px solid #cecece; }
.help {
	border-color: #E0C618;
	background: #EBE16F;
}
.info {
	border-color: #92cae4;
	background: #d5edf8;
}
.error {
	border-color: #fbc2c4;
	background: #fbe3e4;
}
.success {
	border-color: #c6d880;
	background: #e6efc2;
}
.noStyle, .noStyle li { list-style-type: none; }
.noMargin, .noMargin li { margin-left: 0; }
.black {
	background-color: #262622;
	color: #fff;
}
.gray {
	background-color: #515248;
	color: #fff;
}
.grayDark {
	background-color: #3b3b34;
	color: #fff;
}
.grayDarker {
	background-color: #262622;
	color: #fff;
}
.darkGreen {
	background-color: #00573d;
	color: #fff;
}
.darkBlue {
	background-color: #005295;
	color: #fff;
}
.arrowButtons {
	font-size: .75em;
}
::selection {
	color: #fff;
	background: #00573D; /* Safari */
}
::-moz-selection {
 color: #fff;
 background: #00573D; /* Firefox */
}
.button {
	color: #fff;
	background: #86ad30;
	font-size: 1.7em;
	position: relative;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	/*padding: 20px 15px 15px 15px;
	margin-bottom: 20px;*/
	line-height: 21px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.button:hover, .button:focus, .button:active {
	color: #fff;
	background: #597f05;
	text-decoration: none;
}
.button:visited { color:#fff; }
.button.halfWidth, .button.fourty, .button.thirty, .button.thirtyeight { /* becomes 50% in 768 query */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.button.fullWidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.button.small {
	padding: 10px 15px 5px 15px;
}
.button.square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.button.darkBlue { background: #005295; }
.button.darkBlue:hover, .button.darkBlue:focus, .button.darkGreen:active { background: #D04628; }
.button.darkGreen { background: #00573d; }
.button.darkGreen:hover, .button.darkGreen:focus, .button.darkGreen:active { background: #D04628; }
.button.lightGreen { background: #5e9988; }
.button.lightGreen:hover, .button.lightGreen:focus, .button.lightGreen:active { background: #D04628; }
.button.white {
	color: #000;
	background: #fff;
}
.button.white:hover, .button.white:focus, .button.white:active { background: #fff; }
.button.grayBtn { background: #565256; }
.button.grayBtn:hover, .button.grayBtn:focus, .button.grayBtn:active { background: #D04628; }
.button.purple { background: #363c73; }
.button.purple:hover, .button.purple:focus, .button.purple:active { background: #D04628; }
.button.arrow:after {
	content: ' ';
	position: absolute;
	height: 0;
	width: 0;
	top: 0;
	right: -10px;
	z-index: 99;
	border-style: solid;
	border-width: 26px 0 26px 10px;
}
.button.innerArrow:after {
	content: ' ';
	position: absolute;
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	z-index: 9;
	border-style: solid;
	border-width: 28px 0 28px 10px;
}
.button.lightGreen.square.fourty.arrow.left.icon-lofts { padding-left: 24px; padding-right: 0px; }
.button.darkBlue.square.fourty.left.icon-bookIco { padding-left: 20px; }
.button.darkGreen.arrow:after { border-color: transparent transparent transparent #00573D; }
.button.darkGreen.arrow:hover:after { border-color: transparent transparent transparent #D04628; }
.button.white.arrow:after { border-color: transparent transparent transparent #fff; }
.button.white.arrow:hover:after { border-color: transparent transparent transparent #fff; }
.button.white.innerArrow:after { border-color: transparent #262622 transparent transparent; }
.button.white.innerArrow:hover:after { border-color: transparent #262622 transparent transparent; }
/*New Button Style for UEIJobs*/
a.job-button {
    display: inline-block;
    margin: 5px; /* space between buttons */
    background: #00573D; /* background color */
    color: #ffffff; /* text color */
    font-size: 1em;
	text-align: center;
	vertical-align: center;
    border-radius: 6px; /* rounded corners */
    padding: 8px 16px; /* space around text */
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a.job-button:hover {
    background: #5e9988;
    color: #c1e1e0;
}
a.job-button:visited {
	color: #ffffff;
}
#openNav.button { padding: 10px 15px 5px 15px; }
#openNav.button.arrow:after { border-width: 18px 0 18px 10px; }
#openNav.button.innerArrow:after { border-width: 18px 10px 18px 0; }
.ribbon {
	width: 85%;
	position: relative;
	background: #3b3b34;
	color: #fff;
	margin-left: 1.5em;
	padding-top: 4px;
}
.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	border: 18px solid #3b3b34;
	z-index: -1;
}
.ribbon:before {
	left: -1.8em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}
.ribbon:after {
	right: -1.8em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon h1 {
	margin: 0;
	font-size: 27px;
}
@font-face {
	font-family: 'BebasRegular';
	src: url('/wp-content/themes/main2012/library/fonts/BEBAS___-webfont.eot');
	src: url('/wp-content/themes/main2012/library/fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/main2012/library/fonts/BEBAS___-webfont.woff') format('woff'), url('/wp-content/themes/main2012/library/fonts/BEBAS___-webfont.ttf') format('truetype'), url('/wp-content/themes/main2012/library/fonts/BEBAS___-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('/wp-content/themes/main2012/library/fonts/BebasNeue-webfont.eot');
	src: url('/wp-content/themes/main2012/library/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/main2012/library/fonts/BebasNeue-webfont.woff') format('woff'), url('/wp-content/themes/main2012/library/fonts/BebasNeue-webfont.ttf') format('truetype'), url('/wp-content/themes/main2012/library/fonts/BebasNeue-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'hourglass';
	src:url('/wp-content/themes/main2012/library/fonts/hourglass.eot');
	src:url('/wp-content/themes/main2012/library/fonts/hourglass.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/main2012/library/fonts/hourglass.svg') format('svg'),
		url('/wp-content/themes/main2012/library/fonts/hourglass.woff') format('woff'),
		url('/wp-content/themes/main2012/library/fonts/hourglass.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'hourglass';
	content: attr(data-icon);
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
[data-icon]:before {
	font-family: 'hourglass';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
/**.icon-guyIco:before, .icon-hourGlass:before, .icon-bookIco:before, .icon-clock:before, .icon-search:before, .icon-calendar:before, .icon-briefcase:before, .icon-Up-Arrow:before, .icon-Down-Arrow:before {
	font-family: 'hourglass';
	speak: none;
	content: attr(data-icon);
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}**/
.icon-guyIco:before {
	content: "\e003";
}
.icon-hourGlass:before {
	content: "\e002";
}
.icon-bookIco:before {
	content: "\e004";
}
.icon-clock:before {
	content: "\e005";
}
.icon-search:before {
	content: "\21";
}
.icon-calendar:before {
	content: "\e007";
}
.icon-briefcase:before {
	content: "\e008";
}
.icon-Up-Arrow:before {
	content: "\0024";
}
.icon-Down-Arrow:before {
	content: "\0025";
}
.icon-lofts:before {
	content: "\0022";
}

.icon-hourGlass:before, .icon-bookIco:before, .icon-guyIco:before, .icon-calendar:before, .icon-hourGlass:before, .icon-briefcase:before, .icon-lofts:before {
	position: relative;
	font-size: 1.5em;
	right: 10px;
	top: 10px;
}
.icon-hourGlass, .icon-bookIco, .icon-guyIco, .icon-calendar, .icon-clock, .icon-briefcase, .icon-lofts { padding: 10px 0px 15px 14px; }
.icon, #searchsubmit {
	font-family: 'hourglass';
	font-weight: 400;
}
.BebasRegular {
	font-family: 'BebasRegular', sans-serif;
	font-weight: 400;
}
.BebasNeueRegular, h4, .h4, h5, .h5, .button, nav, .ribbon h1, #pulldown h1, #pulldown h2, #pulldown h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-weight: 400;
}
.OpenSansNormanl, h3, .h3, .menu ul ul li a, body, #deals h1, #s {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.OpenSansLight {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.OpenSansBold, h1, .h1, h2, .h2, .menu ul ul li.OpenSansBold a, #pulldown, .flex-caption h3, #pulldown {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.OpenSansItalic, blockquote {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
}
.OpenSansBoldItalic {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.OpenSansExtraBoldItalic {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}
/*
FLEX SLIDER STYLES
*/
.flex-caption {
	width: 96.2%;
	position: relative;
	padding: 2%;
	margin: 0;
	left: 0;
	top: 100%;
	font-size: 0.9em;
	line-height: 18px;
	color: #fff;
	background: #3B3B34;
}
.flex-caption a, .flex-caption a:visited { color: #c1d82f; }
.flex-caption a:hover, .flex-caption a:focus { color: #D04628; }
.flex-control nav {bottom: -50px;}
.flex-control-nav li { margin: 0 4px; }
.flex-control-paging li a {
	width: 7px;
	height: 7px;
	background: #00573d;
}
.flex-control-paging li a.flex-active { background: #26a881; }
.flex-control-paging li a:hover { background: #D04628; }

#PSGallery .flex-control-nav {
bottom: auto;
}
/*
SLIDE OUT NAV (PAGESLIDE) STYLES
*/
#pageslide {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	/*overflow: scroll;*/
	z-index: 999999;
	width: 260px;
	background-color: #3B3B34;
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.75);
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.75);
}
/*
BASE MOBILE STYLES
Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible.
*/

body {
	font-size: 14px;
	line-height: 1.5;
	color: #3b3b34;
	background: #f4f4e9;
}
body p { font-size: 1em; }
table {
	margin: 15px 0;
	padding: 5px 0;
	width: 100%;
	font-size: 12px;
	overflow-x: auto;
}
th, td {
	padding: 5px 10px;
	border: 1px #dadada solid;
	vertical-align: top;
}
th {
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	text-align: center;
}
.moreNav ul {
	padding-bottom: 0;
}
.moreNav ul li {
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.moreNav li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
.children {
	padding-top: 2px;
	padding-bottom: 2px;
}
.children li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400;
}
.moreNav ul > li:before {
	content: "-";
	position: relative;
	text-indent: 0;
	width: 0;
	display: inline-block;
	left: -1em;
}

/*
LAYOUT & GRID STYLES
*/
.wrap {
	width: 90%;
	min-width: 280px;
	margin: 0 auto;
}
span.wpcf7-list-item {
display:block;
}
.overflow { overflow-x: visible; overflow-y: none;}
/*
LINK STYLES
*/
a, a:visited {
	color: #d04628;
}
a { text-decoration: none; }
a:hover, a:focus { color: #722717; }
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); }
/*
H1, H2, H3, H4, H5 STYLES
*/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
h1, .h1 {
	font-size: 1.9em;
	line-height: 1.2em;
}
h2, .h2 {
	font-size: 1.7em;
	line-height: 1.4em;
	margin-bottom: 0.375em;
}
h3, .h3 { font-size: 1.4em; }
h4, .h4 {
	font-size: 1.2em;
	font-weight: 700;
}
h5, .h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*
HEADER SYTLES
*/
#pulldown { display: none; }
a.title {
	color: white;
	font-size: 1.2em;
	margin: 14px;
}
#secondaryLogo {
	position: absolute;
	z-index: 1;
	width: 110px;
	left: -15px;
	top: 40px;
}
#logo {
	position: relative;
	z-index: 99;
}
/*
NAVIGATION STYLES
*/
#mobileNav {
	position: relative;
	z-index: 9999999;
}
#openNav { margin: 10px 0; }
#pageslide #sidebarNav { /* mobile slideout nav created in js */
	margin-top: 80px;
	padding: 0 15px;
}
#sidebarNav { display: none; }
.menu { margin: 1.1em 0; }
.menu li a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 0;
	font-size: 1.5em;
	color: #fff;
}
.sub-menu li a:after { content: "\00A0\00BB"; }
.menu ul li ul {
	background: #47483f;
	border-radius: 5px;
}
.menu ul ul li a {
	padding-left: 30px;
	font-size: 1em;
}
.menu ul ul li:first-child a {
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
#menu-main-navigation {
	z-index: 999;
	position: relative;
}
/*
POSTS & CONTENT STYLES
*/
.listHeight p { min-height: 38px; }
blockquote {
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	float: left;
	width: 90%;
	color: #7b7a7e;
}
blockquote p {
	font-size: 1.4em;
	line-height: 1.3em;
}
#crumbs { color: #7b7a7e; }
#content { margin-top: 2.2em; }
.button.left {
	float: none;
	margin-bottom: 0;
}
.button.darkGreen.arrow:after { border-color: transparent; }
.button.darkGreen.arrow:hover:after { border-color: transparent; }
.newsList h3 {
	padding-left: 15%;
	min-height: 40px;
}
.newsList.UEI.Main { background: url('/wp-content/themes/main2012/library/images/ueiIco.png') no-repeat left center; }
.newsList.SES { background: url('/wp-content/themes/main2012/library/images/sesIco.png') no-repeat left center; }
.newsList.Sponsored.Programs { background: url('http://www.enterprises.csus.edu/wp-content/uploads/2014/05/sp.png') no-repeat left center; }
.newsList.Campus.Dining { background: url('/wp-content/themes/main2012/library/images/diningIco.png') no-repeat left center; }
#status-form input[type="text"] {
	width: 99%;
	height: 25px;
	margin-bottom: 2px;
	padding-left: 1%;
}
#status-form input[type="submit"] { margin-bottom: 150px; }
.meta {
	color: #999;
}
.post-content { overflow: hidden; }
.post-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}
.post-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
}
.post-content video, .post-content object { max-width: 100%; }
.post-content pre, .post-content code {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
#inner-content .accordionButton {
	background: url('/wp-content/themes/main2012/library/images/iconExpand.png') 0px 7px no-repeat;
	padding-left:20px;
	cursor: pointer;
	font-family: 'BebasNeueRegular', sans-serif;
	font-weight: 400;
	font-size:20px;
	margin:6px;
}
#inner-content .accordionButton.on {
	background: url('/wp-content/themes/main2012/library/images/iconCollapse.png') no-repeat scroll 0px 7px transparent;	
	padding-left:20px;
	cursor: pointer;
}
.accordionContent { padding-left:20px; }
.accordionContent p { margin: 0; }
.accordionContent ul {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-caption {
	background: #eee;
	padding: 5px;
}
.wp-caption img {
	margin-bottom: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

.gform_wrapper .ginput_complex {
overflow: visible;
}

.gform_wrapper ul.gfield_radio li
/*, .gform_wrapper ul.gfield_checkbox li*/ {
overflow: visible;
}

.gform_wrapper .gfield_radio li label {
margin: 0 15px;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-left:2px;
}
.gform_wrapper .top_label textarea.textarea {
width: 98%;
}
/* LW added per GF instructions to correct button alightment issue */
body .gform_wrapper .top_label .gfield_label {
float: none;
}
body .gform_wrapper ul.gfield_checkbox li label, body .gform_wrapper ul.gfield_radio li label {
float: none;
}
/* LW - end of added radio button issue. */

/*
PAGE NAVI STYLES
*/
.page-navigation, .wp-prev-next { margin: 1.1em 0 2.2em; }
.bones_page_navi li {
	float: left;
	margin-left: 10px;
}
.bones_page_navi li a {
	font-size: 1.2em;
	padding: 3px 6px;
	display: block;
	text-decoration: none;
	position: relative;
}
.bones_page_navi li a:hover { color: #722717; }
.bones_page_navi li.bpn-current {
	font-size: 1.2em;
	padding: 3px 6px;
	color: #722717;
	position: relative;
}
.bones_page_navi li.bpn-prev-link a, .bones_page_navi li.bpn-next-link a { padding: 0; }
.bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover, .bones_page_navi li.bpn-first-page-link a:hover, .bones_page_navi li.bpn-last-page-link a:hover { background: none; }
.bones_page_navi li.bpn-next-link { font-weight: 700; }
.wp-prev-next .prev-link { float: left; }
.wp-prev-next .next-link { float: right; }
/*
SIDEBARS & ASIDES
*/
.sidebar { margin-top: 2.2em; }
.sidebar .children { margin: 0 0 0.5em 1.5em; }
#s, #searchsubmit {
	margin: 0;
	padding: 0;
	border: 0;
	height: 40px;
	vertical-align: top;
}
#s {
	width: 60%;
	padding-left: 5%;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#searchsubmit {
	width: 33%;
	font-size: 1.5em;
	background: #b49658;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.error404 #post-not-found #s { background: #dfdfd8; }
#int-sidebar .button { margin: 0; }
#news li {
	padding-left: 50px;
	margin: 15px 0;
	min-height: 40px;
}
#news .UEI.Main { background: url('/wp-content/themes/main2012/library/images/ueiIco.png') no-repeat left center; }
#news .SES { background: url('/wp-content/themes/main2012/library/images/sesIco.png') no-repeat left center; }
#news .Sponsored.Programs { background: url('/../wp-content/uploads/2014/05/sp.png') no-repeat left center; }
#news .Campus.Dining { background: url('/wp-content/themes/main2012/library/images/diningIco.png') no-repeat left center; }
/*
FOOTER STYLES
*/
.footer {
	clear: both;
	color: #595959;
	position: relative;
	z-index: 99999;
	padding: 20px;
	margin-top: 3em;
}
.footer a, .footer a:visited { color: #595959; }
.footer a:hover, .footer a:active { color: #D04628; }
#footerLogo { max-width: 320px; }
/*
DESKTOP & iPAD
This is your standard iPad size or average tablet size. It's also
a decent size for desktop users. This is your bread and butter 
styles when it comes to multi column layouts.
*/
@media only screen and (min-width: 768px) {
body { font-size: 10px; }
table {
	margin: 15px 0;
	padding: 5px 15px;
	font-size: 12px;
}

/*
FLEX SLIDER STYLES
*/
/*.flexslider { height: 475px; }
#grantSlider.flexslider, #JMHouse.flexslider, #PSGallery.flexslider, #MSGallery.flexslider { height: 330px; }*/
.flex-caption {
	width: 96%;
	bottom: 0;
	top: auto;
	background: #00573D;
	font-size: 1em;
}
/*
WIDTH CHANGES FOR MULTI COLUMN LAYOUT
*/
h1, .h1 { font-size: 2.2em; }
.button.halfWidth { width: 50%; }
.button.fourty { width: 40%; }
.button.thirtyeight { width: 38%; }
.button.thirty { width: 30.9%; }
#sidebarHome.ribbon { width: 65%; }
.posBottom {
	position: absolute;
	bottom: 0;
	width: 90%;
	margin: 0;
}
/*
LAYOUT & GRID STYLES
*/
.wrap {
	width: 98%;
	margin: 0;
}
.onecol { width: 5.801104972%; }
.twocol { width: 14.364640883%; }
.twofivecol { width: 19.616353892%; }
.threecol { width: 22.928176794%; }
.fourcol { width: 31.491712705%; }
.fivecol { width: 40.055248616%; }
.sixcol { width: 48.618784527%; }
.sevencol { width: 57.182320438000005%; }
.eightcol { width: 65.74585634900001%; }
.ninecol { width: 74.30939226%; }
.tencol { width: 82.87292817100001%; }
.elevencol { width: 91.436464082%; }
.twelvecol { width: 99.999999993%; }
.fauxcol {
	padding-bottom: 5000px;
	margin-bottom: -5000px;
	padding-top: 50px;
	top: -50px;
}
.threecol.expand { width: 25.9%; }
.onecol, .twocol, .twofivecol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	position: relative;
	float: left;
	margin-right: 2.762430939%;
}
.last {
	float: right;
	margin-right: 0;
}
/*
PULLDOWN SYTLES
*/
#open, #close { cursor: pointer; }
#pulldown {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 999999999;
	width: 100%;
}
#panel {
	overflow: hidden;
	position: relative;
	z-index: 999;
	display: none;
}
.tab {
	height: 60px;
	position: relative;
	top: 0;
	z-index: 999;
}
#pulldown [class^="icon-"]:after, #pulldown [class*=" icon-"]:after {
	font-family: 'hourglass';
	font-style: normal;
	speak: none;
}
#pulldown .icon-Up-Arrow:before, #pulldown .icon-Down-Arrow:before { content: ""; }
#pulldown .icon-Up-Arrow:after {
	content: "\25";
	font-size: 2.5em;
	position: relative;
	top: 6px;
}
#pulldown .icon-Down-Arrow:after {
	content: "\24";
	font-size: 2.5em;
	position: relative;
	top: 13px;
}
#pulldown.active {
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.5);
	-o-box-shadow: 0 3px 15px rgba(0,0,0,0.5);
	box-shadow: 0 3px 15px rgba(0,0,0,0.5);
}
#pulldown .threecol {
	width: 25%;
	min-height: 350px;
	padding: 0 1%;
	margin: 0;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pulldown .threecol.last { border-right: 0; }

.sacSate a, .sacSate a:visited, .sacSate a:focus, .sacSate a:active {color:#b59753;}
#pulldown a, #pulldown a:visited, #pulldown a:focus, #pulldown a:active { color: #fff; }
.sacState a:hover,#pulldown a:hover { color: #D04628; }
#pulldown h3 a, #pulldown h3 a:visited { color: #c0dd21; }
#pulldown h3 a:hover, #pulldown h3 a:focus { color: #D04628; }
#pulldown h1 {
	font-size: 1.5em;
	text-align: center;
}
#pulldown h2 { font-size: 1.2em; }
#pulldown ul { margin-left: 50px; }
#pulldown img {
	width: 55px;
	margin: 30px auto 20px auto;
	display: block;
}
#container {
	position: relative;
	overflow: hidden;
	top: 60px;
}
/*
HEADER SYTLES
*/
#sidebarNav { display: block; }
a.title { display: none; }
#secondaryLogo { top: -5px; }
/*
NAVIGATION STYLES
*/
#pageslide { display: none !important; }
#openNav { display: none; }
#menu-main-navigation a, #menu-main-navigation a:hover { -webkit-font-smoothing: antialiased; }
.menu li { position: relative; }
.menu li a {
	border-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 9999;
}
#menu-main-navigation > li > a { padding: 5px 0 5px 10%; }
#menu-main-navigation > li:hover > a:after { /* TRIANGLE SHAPE */
	content: "";
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #61625c;
	border-style: solid;
	border-width: 16px 0 16px 16px;
}
#menu-main-navigation > li.homeLink:hover > a:after { border-color: transparent; }
.sub-menu li a:after { content: " "; }
.menu ul li ul {
	background: #47483f;
	border-radius: 0;
	border-top: 0;
	position: absolute;
	left: 100%;
	margin-top: -86px;
	padding: 25px 0;
	display: none;
	z-index: 8999;
}
.menu ul li.dropLeft ul { right: 0; }
.menu ul li:hover ul {
	top: auto;
	display: block;
}
.menu ul ul li a {
	padding: 8px 10px 8px 50px;
	border-right: 0;
	display: block;
	width: 240px;
}
.menu ul li:hover { background: #61625c; }
.menu ul ul li a:hover { background: #75766f; }

/*
POSTS & CONTENT STYLES
*/
blockquote {
	padding: 0 2em 0 0;
	margin: 0;
	width: 45%;
}
.post-content blockquote p { margin-left: 0; }
.button.left {
	float: left;
	margin-bottom: 20px;
}
.button.lightGreen.arrow:after { border-color: transparent transparent transparent #5E9988; }
.button.lightGreen.arrow:hover:after { border-color: transparent transparent transparent #D04628; }
.button.darkGreen.arrow:after { border-color: transparent transparent transparent #00573D; }
.button.darkGreen.arrow:hover:after { border-color: transparent transparent transparent #D04628; }
.single-title, .page-title { margin-top: 8px; }
.alignleft, img.alignleft {
	float: left;
	margin: 0 15px 30px 0;
}
.aligncenter, img.alignright {
	display: block;
	margin: 0 auto 30px auto;
}
.alignright, img.aligncenter {
	float: right;
	margin: 0 0 30px 15px;
}
.alignnone, img.alignnone {
	float: none;
	display: block;
	margin: 0 0 30px 0;
}
p .alignleft {
	float: left;
	margin: 5px 15px 15px 0;
}
p .aligncenter {
	display: block;
	margin: 5px auto 30px auto;
}
p .alignright {
	float: right;
	margin: 5px 0 30px 15px;
}
p .alignnone {
	float: none;
	display: block;
	margin: 5px 0 30px 0;
}
p .middle { vertical-align: middle; }
img.middle {
	padding-right: 10px;
	padding-top: 18px;
}
#boardInfo {
	margin-bottom: 90px;
	margin-top: 10px;
}
#boardInfo.shorten {
	margin-bottom: 60px;
	margin-top: 20px;
}
#boardInfo.shorten2 {
	margin-bottom: 75px;
	margin-top: 20px;
}
#boardInfo.lengthen {
	margin-top: 20px;
	margin-bottom: 70px;
}
#boardInfo.lengthen2 {
	margin-top: 20px;
	margin-bottom: 120px;
}
#boardInfo .alignnone, img.alignnone {
	float: left;
	display: block;
	margin: 0 20px 0px 0;
}
.ribbon h1 {
	margin: 0;
	margin-top: 4px;
	font-size: 22px;
	padding-bottom: 2px;
}
/*
MISC.
*/
#floatMap {
	position: fixed;
	z-index: 2147483646;
	left: 15px;
	top: 15px;
}

/*
SIDEBARS & ASIDES
*/
#s, #searchsubmit { height: 30px; }
.widget {
	padding: 0 10px;
	margin: 2.2em 0;
}
.widgettitle {
	border-bottom: 2px solid #444;
	margin-bottom: 0.75em;
}
.widget li { margin-bottom: 0.75em; }
.widget li ul {
	margin-top: 0.75em;
	padding-left: 1em;
}
/*
FOOTER STYLES
*/
#footerLogo { margin-left: 40px; }
} /* end of media query */
/*
AVERAGE VIEWING SIZE 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
body { font-size: 14px; }
.threecol.expand { width: 22.928176794%; }
#menu-main-navigation > li:hover > a:after { /* TRIANGLE SHAPE */
	border-width: 20px 0 20px 20px;
}
.button.arrow:after { border-width: 25px 0 27px 10px; }
table { font-size: 12px; }
.ribbon h1 {
	margin: 0;
	padding: 0;
	font-size: 27px;
}
} /* end of media query */
/*
SUPER LARGE MONITORS STYLES 
This is for super wide monitors for the l33t people. If you 
worked in a good base in the previous styles, this should work
pretty seamlessly.
*/
@media only screen and (min-width: 1240px) {
.wrap { max-width: 1280px; }
table { font-size: 14px; }
} /* end of media query */
/*
RETINA (iPhone 4 & 5) OR SUPER HIGH RES SCREENS STYLES 
This is for the high res phones or devices.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#news .UEI.Main, .newsList.UEI.Main {
	background: url('/wp-content/themes/main2012/library/images/ueiIco@2x.png') no-repeat left center;
	background-size: 40px 40px;
}
#news .SES, .newsList.SES {
	background: url('/wp-content/themes/main2012/library/images/sesIco@2x.png') no-repeat left center;
	background-size: 40px 40px;
}
#news .Sponsored.Programs, .newsList.Sponsored.Programs {
	background: url('/../wp-content/uploads/2014/05/sp.png') no-repeat left center;
	background-size: 40px 40px;
}
#news .Campus.Dining, .newsList.Campus.Dining {
	background: url('/wp-content/themes/main2012/library/images/diningIco@2x.png') no-repeat left center;
	background-size: 40px 40px;
}
.arrowList li {
	background: url('/wp-content/themes/main2012/library/images/listArrow@2x.png') no-repeat left 18px;
	background-size: 25px 9px;
}
} /* end of media query */