/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #dbdcdd; text-shadow: none; }
::selection { background: #dbdcdd; text-shadow: none; }

a { color: #00629b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
/* input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== primary styles =====================================================
   Author: UCSD Publications
   ========================================================================== */

body {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	color: rgb(80,80,80);
	font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
	margin: 0;
}

/* --------------------

 TYPE

-------------------- */

h1 {
	color: rgb(220,85,27);
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	margin: 18px 0 18px 0;
}

h2 {
	color: rgb(90,90,80);
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin: 18px 0 12px 0;
}
h3 {
	color: rgb(90,90,80);
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 18px 0 12px 0;
}
h4 {
	color: rgb(90,90,80);
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 18px 0 12px 0;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 18px 0 12px 0;
}
h6 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 18px 0 12px 0;
}
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
	margin-top: 12px;
}
p {
	margin: 12px 0;
}
blockquote {
	padding: 0;
	margin: 12px 0;
}
p, li {
	color: rgb(90,90,80);
/*
	font-size: 14px;
	line-height: 18px;
*/
}
ul, ol {
	padding: 0 0 0 18px;
	margin: 12px 0;
}
ol { list-style-type: decimal; }
li {
	margin: 6px 0;
}
li ul, li ol {
	margin-top: 6px;
}
nav li {
	margin-bottom: 0;
}
nav li ul {
	padding-top: 0;
}
a {
	color: #00629b;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out; -moz-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out;
}
a:hover {
	color: rgb(80,80,80);
	text-decoration: underline;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.expand { overflow: auto; }
.expand:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

/* --------------------

 ALERT BANNER

-------------------- */
#alert-box {
	padding: 12px 4.167%;
}
#alert-box .l-row {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: inherit;
	box-shadow: none;
}
#alert-box h1 {
   margin: 12px 0;
   font-size: 1.85rem;
   line-height: 2.25rem;
}
#alert-box p {
	max-width: 50em;
	margin: 12px 0;
	line-height: 1.65rem;
}
.alert-orange {
   background-color: #fc8900;
}
.alert-yellow {
	background-color: #c69214;
}
.alert-red {
	background-color: red;
}
.alert-yellow h1,
.alert-yellow p,
.alert-orange h1,
.alert-orange p {
   color: black;
}
.alert-red h1,
.alert-red p {
	 color: white;
}
.alert-red a {
	color: white;
	text-decoration: underline;
}
.alert-orange a, .alert-yellow a {
	color: black;
	text-decoration: underline;
}

/* --------------------

 STRUCTURE

-------------------- */

html, body {
	background: #00629b;
}
img, embed, object, video {
	max-width: 100%;
}

/* --------------------

 HEADER

-------------------- */

#header-wrapper {
	position: relative;
}
#site-header {
	max-width: 1200px;
	min-height: 54px;
	margin: 0 auto;
}
#site-header h1 {
	width: 200px;
	height: 48px;
	padding: 0;
	margin: 0;
 margin: 0 4.6875% 11px 4.6875%;
}
#ucsd-link {
	position: relative;
	display: block;
	height: 36px;
	background: transparent url(../images/logo-white.svg) 0 0 no-repeat;
 	margin: 6px 4.6875% 0 4.6875%;
	background-size: 130px;
}
#chancellors-office-link {
	position: relative;
	display: block;
	width: 200px;
	height: 48px;
	background: transparent url(../images/ootc.png) 0 12px no-repeat;
	border-bottom: solid 1px rgb(50,128,164);
}
#mobile-nav-link {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
	position: absolute;
	bottom: 0;
	right: 4.6875%;
	background: rgb(220,230,255);
	background: rgba(255,255,255,0.8);
	padding: 12px 0 12px 0;
	border-radius: 6px 6px 0 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.8);
}

/* --------------------

 NAVIGATION

-------------------- */
#nav-wrapper, .sidenav {
	display: none;
}
#toolbar-wrapper {
	display: none;
}


/* --------------------

 CONTENT

-------------------- */

#content-wrapper {
	width: 100%;
	position: relative;
	background: rgb(245,245,245);
	z-index: 1;
}
.content {
	max-width: 1200px;
	min-height: 180px;
	position: relative;

	padding: 30px 4.6875%;
	margin: 0 auto;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

/* read-link */

.read-link {
	text-align: right;
	margin: 12px 0;
}
.read-link a {
}

/* people */

.people-entry {
	padding-bottom: 23px;
	margin: 30px 0 30px 0;
	border-radius: 3px;
}
.people-entry:last-child{
	padding-bottom: 12px;
	border: none;
}
.people-entry h3 {
	margin: 3px 0 6px 0;
}
.people-entry .job-title {
	font-weight: bold;
}
.people-entry .facts div {
	margin: 6px 0;
}
.people-entry figure {
	display: none;
}

/* readable */

.readable {
}
.readable h1 {
	color: rgb(220,85,27);
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}
.readable a {
	color: rgb(220,85,27);
}
.readable p.dek {
	font-size: 18px;
	font-weight: bold;
}

/* chests of drawers */

.chest {
	position: relative;
	padding: 30px 0 36px 0;
}
.chest .closer, .chest .opener {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 78px;
	height: 18px;
	cursor: pointer;
	display: block;
	position: absolute;
	background: rgb(241,240,237);
	border: solid 1px #d7d6d4;
	padding: 0 0;
	-webkit-transition: background .3s; -moz-transition: background .3s; -o-transition: background .3s; transition: background .3s;
}
.chest .closer.inactive, .chest .opener.inactive {
	color: rgb(180,180,180);
	cursor: default;
	background: rgb(241,240,237) !important;
}
.chest .opener {
	border-radius: 3px 0 0 3px;
	left: 0;
}
.chest .closer {
	width: 78px;
	border-left: none;
	border-radius: 0 3px 3px 0;
	left: 80px;
}
.chest .closer.top, .chest .opener.top {
	top: 6px;
}
.chest .closer.bottom, .chest .opener.bottom {
	bottom: 6px;
}
.chest .closer:hover, .chest .opener:hover {
 	background: rgb(251,251,247);
}
.drawer .handle {
	cursor: pointer;
	padding-left: 25px;
}
.closed .handle {
	background: transparent url(../images/dt-rd.png) no-repeat -3px top;
}
.open .handle {
	background: transparent url(../images/dt-rd.png) no-repeat 0 -100px;
}
.js .closed > .drawer-contents {
	display: none;
}
.arrow-box {
	position: relative;
	background: #DC551B;
}
.arrow-box:after {
	left: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-box:after {
	border-color: rgba(220, 85, 27, 0);
	border-left-color: #DC551B;
	border-width: 8px;
	top: 50%;
	margin-top: 3px;
}
.open h2 {
}
.open .arrow-box:after {
	-webkit-transform: rotate(90deg);
	margin-top: 7px;
}
.drawer-contents {
	padding: 6px 0;
}

/* link-list */

.link-list {
	list-style: none;
	padding: 0;
}

/* dl-link */

.dl-link {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0;
}
.dl-link a {
	background: rgb(240,240,230);
	padding: 3px 10px;
	border-radius: 12px;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
}
.dl-link .note {
	font-size: 12px;
	padding: 0 0 0 5px;
}

/* blog */

#from-title {
	color: rgb(180,180,180);
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,1.0);
	margin-bottom: 24px;
}

.blog-entry {
	border-radius: 3px;
	margin-bottom: 24px;
}
.blog-entry img {
	display: block;
	max-width: 98%;
 border: solid 6px rgb(255,255,255);
	margin: 24px 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.blog-entry p.caption {
	font-size: 12px !important;
	line-height: 15px !important;
	font-style: italic;
	margin-top: -12px;
	margin-bottom: 24px;
}
.blog-entry footer {
	border-top: solid 1px rgb(238,236,228);
	padding: 11px 0 12px 0;
	margin-top: 24px;
}
.blog-entry footer #blog-arch-link {
	float: right;
}
.blog-entry footer .addthis_toolbox {
	padding-top: 3px;
	line-height: 18px;
}
p.feature_quote, #hb-copy p.feature_quote {
	font-size: 18px;
	line-height: 24px;
	font-family: georgia;
	text-indent: -6px;
}

/* responsive video */

p.embed-wrapper-16-9, div.embed-wrapper-16-9 {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin: 24px 0;
}
.embed-wrapper-16-9 iframe,
.embed-wrapper-16-9 object,
.embed-wrapper-16-9 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.embed-wrapper-4-3, div.embed-wrapper-4-3 {
    position: relative;
    padding-bottom: 75%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin: 24px 0;
}
.embed-wrapper-4-3 iframe,
.embed-wrapper-4-3 object,
.embed-wrapper-4-3 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* archive */

.archive {
	list-style: none;
	padding: 0;
}
.archive li {
	padding: 8px 0 9px 0;
	border-bottom: solid 1px #d9d8d7;
	margin: 0 0 0 0;
}
.archive li:last-child {
	border: none;
}

/* buttons */

.btn {
	display: inline-block;
	margin-top: 10px;
	padding: 6px 12px;
	color: #fff;
	background-color: #00629b;
	border-radius: 3px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.btn:hover {
	color: #fff;
	background-color: rgb(80,80,80);
	text-decoration: none;
}

/* forms */

.content form {
	background: #ebebeb;
	padding: 12px 0;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	margin: 24px 0;
}
form .form-field {
	background: rgb(245,245,245);
	padding: 9px 4%;
	border-radius: 6px;
	margin: 12px 5.357142857143%;
}
form .form-field:last-child {
	padding-bottom: 12px;
	border: none;
}
form .form-field label {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 0 0 3px 0;
}
form .sub {
	background:transparent;
}

form .form-field input, form .form-field textarea, form .form-field select {
	width: 97%;
}
form textarea {
	height: 120px;
}

p.error {
	color: red;
	font-size: 12px;
	line-height: 15px;
}
p.instructions {
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	margin-top: 0;
}

h3.form-sub {
	margin: 24px 5% 24px 5%;
	line-height: 20px;
}

p.form-sub {
    margin: 24px 5%;
    line-height: 20px;
}

/* card divs or sections */

.card {
	margin: 30px 0 30px 0;
	border-radius: 3px;
}
.card h2:first-child {
	margin-top: 0;
}
.card h2 {
	color: rgb(255,255,255);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background: rgb(220,85,27);
	border-radius: 3px;
	padding: 3px 3.125%;
}

/* specific archives */

.blog-archive time {
	font-size: 12px;
}
.blog-archive .title, .speech-archive li {
	font-size: 16px;
	font-weight: bold;
}

/* sidebar */

.sidebar {
	border-top: solid 1px rgb(220,220,210);
	padding-top: 11px;
	margin-top: 24px;
}
.sidebar h1 {
	color: rgb(90,90,80);
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 6px;
}
.recent-entries {
}
.recent-entries time {
	font-size: 12px;
	line-height: 15px;
}
.recent-entries .title, .recent-entries .archive-link {
	font-weight: bold;
}

/* community cab page styles*/
#cab {
	margin-bottom: 30px !important;
	font-size: 14px;
}

#cab tr {
	border-bottom: 1px solid #a8a6a6;
}

/* community partners page styles*/
.partners {
	margin:0;
	padding:0;
}

.partners li {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}


/* --------------------

 MISC

-------------------- */

.maf-sig {
	height: 72px;
	background-image: url(/support/images/maf-sig-bg.png);
	display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr;
}
.pkk-sig {
	height: 72px;
	background: transparent url(/support/images/pkk-sig-bg.png) no-repeat 0 0;
	display: block; border: 0; text-indent: -999em; overflow: hidden; text-align: left; direction: ltr;
}

p.note {
	font-size: 12px;
	line-height: 15px;
}

/* responsive video */

.embed-wrapper-16-9 {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-wrapper-16-9 iframe,
.embed-wrapper-16-9 object,
.embed-wrapper-16-9 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------

 MOBILE NAV

-------------------- */

#mobile-nav {
	background-color: white;
	padding: 12px 0;
}
#mobile-nav ul {
	padding: 0;
}
#mobile-nav > ul li:last-child {
	border: none;
}
#mobile-nav li {
font-weight: bold;
	border-bottom: solid 1px rgb(224,222,210);
}
#mobile-nav li a {
	display: block;
	font-size: 18px;
	padding: 5px 4.6875% 9px 4.6875%;
}
#mobile-nav li ul {
	margin-top: -3px;
	padding-bottom: 3px;
}
#mobile-nav li li {
	font-weight: normal;
	border: none;
}
#mobile-nav li li a {
	font-size: 16px;
	padding: 2px 4.6875% 6px 9.375%;
}

/* --------------------

 FOOTER

-------------------- */

#footer-wrapper {
	width: 100%;
}
#social-buttons {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	box-sizing: border-box;
}
#social-buttons .social-icon-link {
	display: block;
	width: 37px;
	height: 37px;
	padding-top: 4px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.5);
	object-fit: cover;
	border-radius: 50%;
	color: #fff;
	margin-right: 12px;
	box-sizing: border-box;
}
#social-buttons .social-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	float: none;
	margin: 0;
	box-sizing: border-box;
}
.noboxshadow #footer-wrapper {
	border-top: solid 1px rgb(178,178,167);
}
#page-footer {
	max-width: 1200px;
	color: rgb(120, 120, 128);
	padding: 0 0 12px 0;
	margin: 0 auto;
}
#footer-col1 {
	background: #182b49;
}
#footer-col1 ul {
	padding: 6px 0 0 0;
	margin: 0;
	list-style: none;
}
#footer-col1 li {
	padding: 9px 0 9px 4.6875%;
	margin: 0;
	border-bottom: 1px solid rgb(23, 87, 118);
}
#footer-col1 li a {
	color: white;
	font-size: 16px;
}
#weather {
	padding: 24px 0 30px 4.6875%;
}
#weather p {
	color: white;
}
#footer-col2 {
	margin-right: 2.0833333%; /
}
#social-buttons img {
	float: left;
	margin: 12px 10px 0 0;
}
#footer-col2 h1, .footer-col h1 {
	color: rgb(240,240,230);
	text-transform: lowercase;
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
#footer-col2 p, .footer-col p {
	padding: 12px 0 0 0;
	margin: 0;
	color: rgb(240, 240, 230);
}
#footer-col2 ul, .footer-col ul {
	padding: 12px 0 0 0;
	margin: 0;
	list-style: none;
}
#footer-col2, .footer-col {
	padding-left: 4.6875%;
}
#footer-col2 ul li, .footer-col ul li {
	padding: 6px 0 6px 0;
	margin: 0;
}
#footer-col2 li a, .footer-col li a {
	color: #fff;
}

/* --------------------

 HELPERS

-------------------- */

.template-tell {
	display: none;
}


/* --------------------

 768 +

-------------------- */

@media only screen and (min-width: 768px) {

#alert-box {
	margin-top: 33px;
}

#ucsd-link {
	position: relative;
	width: 220px;
	height: 41px;
	float: right;
	top: 21px;
  right: 0;
  background: url(../images/logo-white.svg) 0 0;
  background-size: auto;
	margin: 0;
}

.ie8 #ucsd-link, .ie7 #ucsd-link {
  background-image: url(../images/logo-white.svg);
}

#site-header h1 {
	width: 240px;
	height: 54px;
	float: left;
	margin: 0;
}
#chancellors-office-link {
	width: 195px;
	height: 54px;
	margin: 0 0 0 10px;
	position: relative;
	background-image: url(../images/ootc2x.png);
  background-size: 100%;
	border: none;
}

.ie8 #chancellors-office-link, .ie7 #chancellors-office-link {
  background-image: url(../images/ootc.png);
}

#mobile-nav-link {
	display: none;
}
#mobile-nav {
	display: none;
}

/* navigation */

#nav-wrapper {
	display: block;
	position: relative;
	background: transparent;
	height: 42px;
	width: 100%;
}
.ie7 #nav-wrapper {
	position: relative;
	z-index: 60;
}
#site-nav {
	max-width: 1200px;
	background: transparent url(../images/nav-separator.png) no-repeat 10px top;
	padding: 3px 0 0 0;
	margin: 0 auto;
}
#site-nav h1 {
	display: none;
}
.sf-menu, .sf-menu * {
	list-style:		none;
	margin:			0;
	padding:		0;
}
.sf-menu {
	line-height: 18px;
	padding-left: 10px;
}
.sf-menu li {
	font-size: 18px;
	font-weight: 300;
	height: 33px;
	float: left;
	position: relative;
	padding: 0 30px 0 0;
	margin: 0;
}
.sf-menu li a {
	color: rgb(255,255,255);
	text-decoration: none;
	display: block;
	position: relative;
	padding: 7px 0 6px 0;
	margin-right: 1px;
	border-bottom: none;
}
.sf-menu li:hover {
}
.sf-menu li:last-child {
	padding-right: 0;
}

.sf-menu li ul {
	width: 200px;
	position: absolute;
	top: -999em;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			4px;
	top:			33px; /* match top ul list item height */
	z-index:		99;
	border-radius: 0px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li ul li, .sf-menu li:hover ul li {
	font-size: 14px;
	line-height: 18px;
	height: auto;
	float: none;
	background: #004268;
	padding: 0;
	border: none;
}
.sf-menu li ul li:first-child, .sf-menu li.sfHover ul:first-child {
	border-radius: 0;
}
.sf-menu li ul li a {
	text-shadow: none;
	padding: 4px 19px 4px 19px;
}
.sf-menu li ul li a:hover {
	background: #00629b;
}
.no-js .sf-menu li:hover ul {
	display: block;
}
.sf-menu li:hover ul {
	display: block;
}
.sf-menu li ul li {
	float: none;
}
.sf-menu li.selected, .sf-menu li.here {
	height: 30px;
	background: rgb(245,249,252);
	background: rgba(255,255,255,0.8);
	border-bottom: rgb(255,220,100) solid 3px;
}
.sf-menu li.selected a, .sf-menu li.here a {
	padding-bottom: 3px;
	cursor: default;
}

#toolbar-wrapper {
	display: block;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 96px;
	left: 0;
	right: 0;
	background: rgb(241,240,237);
	/* background: rgba(241,240,237,0.8); */
	padding: 2px 0 1px 0;
	z-index: 50;
}
#toolbar {
	height: 30px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#toolbar #contact-nav {
	height: 24px;
	float: left;
	padding: 0 0 0 10px;
}
#toolbar #contact-nav h1{
	color: rgb(120,120,120);
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	height: 21px;
	float: left;
	margin: 0;
	padding: 9px 15px 0 0;
}
#toolbar #contact-nav ul {
	height: 24px;
	float: left;
	margin: 0;
	padding: 3px 0;
}
#toolbar #contact-nav li {
	height: 24px;
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 0 0;
}
#toolbar #contact-nav li a {
	height: 16px;
	float: left;
	padding: 6px 10px 2px 10px;
	margin: 0 0 0 0;
	border-radius: 12px;
}
#toolbar #contact-nav li a:hover {
	background: rgb(212,236,238);
	background: rgba(212,236,238,1.0);
	text-decoration: none;
}

/* search */

#search {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	height: 30px;
	float: right;
	overflow: visible;
}
#search h1 {
	color: rgb(90,90,80);
	font-size: 14px;
	line-height: 18px;
	margin: 7px 10px 0 0;
	padding: 0;
	float: left;
	font-weight: normal;
}
#search-selector {
	margin: 3px 10px 0 0;
	padding: 2px 20px 3px 10px;
	height: 18px;
	position: relative;
	float: left;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.66); -moz-box-shadow: 0 0 2px rgba(0,0,0,0.6);
/* 	border: 1px solid rgb(220,220,210); */
	cursor: pointer;
}
.no-boxshadow #search-selector {
	border: 1px solid rgb(220,220,210);
}
#search-selector span {
	font-weight: bold;
	font-size: 12px;
	color: rgb(17,60,80);
}
#search-selector img {
	position: absolute;
	top: 8px;
	right: 5px;
}
#search-topics {
	width: 140px;
	top: 24px;
	left: 0px;
}
.search-box {
	float: left;
	display: none;
	overflow: visible !important;
}
.search-box.active {
	display: block;
}
#search input {
	width: 120px;
	margin: 6px 10px 0 0;
	padding: 0;
	float: left;
}
#search button {
	margin: 5px 10px 0 0;
	float: left;
}
.popup-menu {
	width: 220px;
	position: absolute;
	top: 23px;
	left: -1px;
	z-index: 1000;
	background: white;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.66); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.6);
	display: none;
}
.no-boxshadow .popup-menu {
	border: 1px rgb(220,220,210) solid;
}
.popup-menu.active {
	display: block;
}
.popup-menu li {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	height: auto;
	float: none;
	border: none;
	padding: 0 !important;
	margin: 0;
}
.popup-menu li:nth-child(even) {
	background: rgb(245,245,240);
}
.popup-menu li:hover {
	background: rgb(230,240,250);
}
.popup-menu li:hover a {
	color: rgb(90,90,80);
}
.popup-menu li a {
	display: block;
	padding: 6px 0 6px 10px;
}
#search-slider-button {
	display:none;
}


/* content */

.content {
	background: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

/* main content */

.main-content {
	width: 58.333333333333%;
	float: left;
	padding: 24px 0;
	margin-left: 8.333333333333%;
}

.main-content-community {
	width: 62%;
	float: left;
	padding: 24px 0;
	margin-left: 3%;
}

/* card divs or sections */

.card {
	background: rgb(251,250,249);
	padding: 0 3.571428571429% 24px 3.571428571429%;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.no-boxshadow .card {
	border: solid 1px rgb(220,220,210);
}
.card h2 {
	border-radius: 0 0 3px 3px;
	padding-top: 6px;
	margin-bottom: 24px;
}

/* sidebar */

.sidebar {
	font-size: 14px;
	width: 20%;
	float: right;
	padding: 78px 0 0 0;
	border: none;
	margin-right: 4.166666666667%;
	margin-top: 0;
}

/* sidenav */

.sidenav {
	display: block;
	list-style: none;
	background: rgb(246,245,243);
	padding: 0;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	margin: 0 -5%;
}
.ie .sidenav {
	box-shadow: 0 0 9px rgba(0,0,0,0.4);
}
.no-boxshadow .sidenav {
	border: 1px rgb(220,220,210) solid;
}
.sidenav ul {
	margin: 0 0 12px 0;
	padding-bottom: 3px;
}
.sidenav li {
	display: none;
	padding: 0;
	margin: 0;
}
#fox-sidenav li.nav-fox-biography, #fox-sidenav li.nav-fox-biography li {
	display: block;
}
#fox-sidenav li.nav-fox-biography {
	padding-top: 3px;
}

#office-sidenav li.nav-office, #office-sidenav li.nav-office li {
	display: block;
}
#office-sidenav li.nav-office {
	padding-top: 3px;
}

#transition-sidenav li.nav-transition, #transition-sidenav li.nav-transition li {
	display: block;
}
#transition-sidenav li.nav-transition {
	padding-top: 3px;
}

#khosla-sidenav li.nav-chancellor-khosla, #khosla-sidenav li.nav-chancellor-khosla li {
	display: block;
}

#community-sidenav li.nav-ccr, #community-sidenav li.nav-ccr li {
	display: block;
}

#community-sidenav li.nav-ccr {
	padding-top: 3px;
}

#cabinet-sidenav li.nav-cabinet, #cabinet-sidenav li.nav-cabinet li {
	display: block;
}


.sidenav a {
	display: block;
	padding: 3px 10% 2px 9.090909090909%;
	border-bottom: solid 1px #d9d8d7;
}
.sidenav li:last-child a {
	border: none;
}

/* link-list */

.link-list {
	margin-top: 0;
}
.link-list li {
}
.sidebar .link-list li {
	padding: 5px 0 6px 0;
	border-bottom: solid 1px #d9d8d7;
	margin: 0 0 0 0;
}
.link-list li:first-child {
}
.sidebar .link-list li:last-child {
	border: none;
}

/* articles */

article.multiples {
	padding-bottom: 23px;
	border-bottom: solid 1px rgb(220,220,220);
}
article.multiples:last-child {
	padding-bottom: 24px;
	border-bottom: none;
}

/* blog-entry */

.blog-entry {
	background: rgb(251,250,249) url(/support/images/seal-small.png) right 12px no-repeat;
	padding: 24px 7.142857142857%;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

/* people */

.people-entry {
	background: rgb(251,250,249);
	padding: 24px 3.571428571429%;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.people-entry figure {
	width: 23.076923076923%;
	max-width: 150px;
	display: block;
	float: left;
	background: rgb(255,255,255);
	padding: .375%;
	margin: -36px 3.846153846154% 6px -1.538461538462%;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.people-entry img {
}
.people-entry .w-portrait {
	margin-left 25.384615384615%;
}
.people-entry .facts {
	font-size: 14px;
	line-height: 18px;
/*
	background: rgb(255,255,255);
	margin-left: 7.142857142857%;
*/
}
.people-entry .facts div {
	margin: 3px 0;
}
.people-entry .job-description {
/*
	font-size: 14px;
	line-height: 18px;
*/
}

/* forms */

form {
}
form .form-field {
	padding: 9px 3.571428571429%;
	margin: 12px 3.571428571429%;
}
form .fw {
	clear: both;
}
form .hw {
	width: 37.5%;
	float: left;
	margin: 0 0 12px 3.571428571429%;
}

/* readable */

.readable {
	clear: both;
	position: relative;
}
.readable h1 span {
	color: rgb(80,80,80);
	font-size: 16px;
	font-weight: normal;
}

/* misc */

header time {
	color: rgb(130,127,115);
	font-size: 12px;
	line-height: 15px;
}

/* footer */

.footer-col-wide {
	position: relative;
	width: 22.916667%; /* (220/960) */
	float: left;
	margin-right: 4.6875%; /* (40/960) */
}
.footer-col {
	position: relative;
	width: 19.791667%; /* (190/960) */
	float: left;
	margin-right: 3.125%; /* (30/960) */
}
#footer-col1 li {
	padding: 9px 0 9px 9.090909091%; /* (20/220) */
}
#weather {
	padding: 24px 0 30px 9.090909091%; /* (20/220) */
}
#footer-col2, .footer-col {
	padding-left: 0;
}
#footer-col2 h1, .footer-col h1 {
	font-size: 16px;
}
#footer-col2 p, .footer-col p {
	font-size: 12px;
	line-height: 14px;
}
#footer-col2 ul li, .footer-col ul li {
	padding: 3px 0 0 0;
	line-height: 14px;
}
#footer-col2 li a, .footer-col li a {
	font-size: 12px;
	line-height: 14px;
}
#social-buttons .social-icon-link {
	width: 48px;
	height: 48px;
	padding-top: 14px;
}
#social-buttons .social-icon {
	width: 18px;
   height: 18px;
}

}

/* --------------------

 960 +

-------------------- */

@media only screen and (min-width: 960px) {

#ucsd-link {
	top: 27px;
}

}

/* --------------------

 960 +

-------------------- */


/* ==|== print styles ======================================================= */

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { 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: 0; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }

	/* site specific */
	body {
		margin: 0 30px;
	}
	.ir {
		text-indent: 0px !important;
	}
	#nav-wrapper { display: none; }
	#toolbar-wrapper { display: none; }
	#mobile-nav { display: none; }
	#mobile-nav-link { display: none; }
	#ucsd-link { display: none; }

	#site-header h1 {width: auto; margin-left: 0;}
	#chancellors-office-link {
		font-size: 18px;
		text-decoration: none;
		font-weight: bold;
		background: none;
		text-indent: 0;
		width: auto;
		height: auto;
		float: none;
		border: none;
		margin: 0;
	}

	#content-wrapper, .content {
		box-shadow: none;
	}
	.main-content {
		width: auto !important;
		padding: 0;
		margin: 0;
	}

	.main-content-community {
		width: auto !important;
		padding: 0;
		margin: 0;
	}

	.sidebar {
		display: none;
	}
	#footer-wrapper {
		display: none;
	}
}

/*===Community Landing page styles=====*/

#home-h1 {
	color: rgb(220,85,27);
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	margin: -20px 0 0 0;
}

#header-info {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 15px;
}

#home-feature-wrapper {
	width: 100%;
	position: relative;
	background: rgb(255,255,255);
}
#home-lower-wrapper {
	width: 100%;
	position: relative;
}
#home-lower {
	margin: 0 auto;
	position: relative;
}

section.home-community-quote {
	background: rgb(251,250,249);
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
	padding: 0;
	border-radius: 0;
	margin-top: 20px;
}

.quote-wrapper {
	padding: 15px 20px;
}

.home-community-quote h1 {
	color: rgb(220,85,27);
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.home-community-quote p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.no-boxshadow .home-community-quote {
	border: solid 1px #cbcac7;
}
#home-community-contact img {
	display: block;
	border: solid 3px rgb(255,255,255);
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	margin: 6px 0;
}

#home-ne h1 {
	color: rgb(113,112,106);
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 11px;
	border-bottom: solid 1px rgb(224,222,210);
	margin: 18px 0 9px 0;
}

.home-community-quote ul {
	list-style: none;
	padding: 0 15px 15px 15px;
	margin: 0;
}
.home-community-quote li {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin: 12px 0;
}

/* --------------------

 768 +

-------------------- */

@media only screen and (min-width: 768px) {

#home-lower {
	background: #f5f5f5;
	background: rgba(245,245,245);
}

#home-ne {
	font-size: 14px;
	line-height: 18px;
}

}


/* --------------------

960 +

-------------------- */

@media only screen and (min-width: 960px) {
.home-community-quote {
	width: 50%;
	float: right;
	border-radius: 3px 0 0 3px;
	margin-top: 10px;
}
#home-community-contact {
	width: 45%;
	float: left;
	padding: 0;
}
#home-community-contact ul {
	padding: 0 3.77358490566% 0 0;
}

}

@media only screen and (min-width: 1200px) {

.home-community-quote {
	border-radius: 3px;
}

}


/*==============
Start rotator css
===============*/
#features-wrapper {
	max-width: 1200px;
	height: 400px;
	position: relative;
	display: block;
	margin: 33px auto 0 auto;
}

#features {
	width:100%;
	position:relative;
	float:left;
}

#features #feature-links {
	height:27px;
	width:169px;
	padding:13px 0 0;
	margin:0;
	position:absolute;
	right:0px;
	top:210px;
	z-index:1;
}

#features #feature-links a {
	height:16px;
	width:16px;
	float:left;
	display:block;
	background: #e8e8e8;
	border: 1px solid #aaa;
	margin-right:7px;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	color: #666;
	border-radius:8px;
}

#features #feature-links a:hover {
	color: #fff;
	background: #569bbe;
	border: 1px solid #aaa;
	text-decoration:none;
}

#features #feature-links a.active {
	border: 1px solid #569bbe;
}

#features #feature-links a.active:hover {
	border: 1px solid #569bbe;
	background: #e8e8e8;
	color: #666;
}

#features #feature-links a.last {
	margin-right:0;
}

#features .feature-story {
	background:white none repeat scroll 0 0;
	position:absolute;
	top:0; left:0;
}

#features .feature-story.active {
	background:white none repeat scroll 0 0;
	position:relative;
	top:0; left:0;
	float:left;
}

/* No JS */

.no-js #features #feature-links {
	display:none;
}


@media only screen and (min-width: 0px) and (max-width: 679px) {

#features, .slide, .slide img {
	width:100%;
	height:auto;
}

#features #feature-links {
	display:none;
}

}

#slideshow-message-text{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 20px;
}

#slideshow-message {
	max-width: 400px;
	height: 140px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #363636;
	opacity:.8;
	border-top-left-radius: 7px;
}

@media only screen and (min-width: 0px) and (max-width: 1214px) {
#slideshow-message {
	clear: both;
	max-width: 100%;
	height: 20%;
	float: right;
	position: relative;
	background-color: #363636;
	opacity:.8;
	border-top-left-radius: 0;
}

#features-wrapper {
	max-width: 1200px;
	height: auto;
	position: relative;
	display: block;
	margin: 33px auto 0 auto;
}
}

@media only screen and (max-width: 47.9375em) {
	#features-wrapper {
		margin-top: 0;
	}
}

/*==============
End rotator css
===============*/

/*=== END Community Landing page styles=====*/

/*=== Start CAB accordion styles ======*/

.section {
	border-bottom: 1px solid #e4e4e4;
	overflow: auto;
	padding: 0 20px 20px 0;
}

.section-image {
  margin-bottom: 10px;
  display: block;
}

.section-content {
	width: 98%;
}

.cab-handle {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}

@media screen and ( min-width: 1230px ) {
.section-content {
	width: 500px;
	float: right;
}

.section-image {
    float: left;
}

.section-content p {
	margin-top: 0;
}
}
/*=== END CAB accordion styles ======*/

/*==============
NEW MEDALS css, move when done into medal-nominations.css
===============*/
.medalist {margin: 20px 0}
.medalist h3 {margin-top: 0;}
.medalist-video {
	font-size: 16px;
	font-weight: normal;
}
figure.img-sm-left {
    float: left;
    margin-right: 20px;
    padding: 0;
    max-width: 130px;
    display:inline;
}
.medalists-form {
	clear: both;
}
.medalists-form #nomination-form {
	background: none;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
	padding-top: 0;
}
.medalists-form h1 {
	margin-bottom: 0;
}
.medalists-form #nomination-form .form-field {
	margin-left: 0;
	padding-left: 0;
}
.medalists-form #nomination-form input, .medalists-form #nomination-form textarea {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 15px;
}
.medalists-form #nomination-form #submit input {
	background-color: #006a96;
	color: #fff;
	padding: 10px 5px;
	border-radius: 1px;
	width: 90px;
	font-size: 18px;
	font-weight: lighter;
	margin: 5px 0px;
}
.medalists-form .form-sections{
	border: 1px solid #cdcdcd;
	padding: 15px;
	margin-top: 45px;
}
.medalists-form .form-sections h1{
	font-size: 15px;
	font-weight: normal;
	background-color: rgb(245,245,245);
	margin: -30px 0 0 5px !important;
	color: rgb(90,90,80);
	padding: 0 12px;
}

.personal-info{
	width: 142px;
}

.submission-info{
	width: 160px;
}

#medal-nomination-new h2 {
	margin-top: 33px;
}

#medal-nomination-new h1 {
	margin-top: 45px;
}

/* chests of drawers */

.newAccordion .chest {
	position: relative;
	padding: 45px 0 58px 0;
}
.newAccordion .chest .closer, .chest .opener {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 78px;
	height: 18px;
	cursor: pointer;
	display: block;
	position: absolute;
	background: rgb(241,240,237);
	border: solid 1px #d7d6d4;
	padding: 0 0;
	-webkit-transition: background .3s; -moz-transition: background .3s; -o-transition: background .3s; transition: background .3s;
}
.newAccordion .chest .closer.inactive, .chest .opener.inactive {
	color: rgb(180,180,180);
	cursor: default;
	background: rgb(241,240,237) !important;
}
.newAccordion .chest .opener {
	border-radius: 3px 0 0 3px;
	left: 0;
	margin-bottom: 10px;
}
.newAccordion .chest .closer {
	width: 78px;
	border-left: none;
	border-radius: 0 3px 3px 0;
	left: 80px;
	margin-bottom: 10px;
}
.newAccordion .chest .closer.top, .chest .opener.top {
	top: 6px;
}
.newAccordion .chest .closer.bottom, .chest .opener.bottom {
	bottom: 6px;
}
.newAccordion .chest .closer:hover, .chest .opener:hover {
 	background: rgb(251,251,247);
}
.newAccordion .drawer .handle {
	cursor: pointer;
	padding-left: 25px;
}
.newAccordion .closed .handle {
	background: transparent url(../images/open-close-icon.png) no-repeat 15px 15px;
}
.newAccordion .open .handle {
		background: transparent url(../images/open-close-icon.png) no-repeat 15px -90px;
}
.newAccordion .js .closed > .drawer-contents {
	display: none;
}
.newAccordion .arrow-box {
	position: relative;
	background: #DC551B;
}
.newAccordion .arrow-box:after {
	left: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.newAccordion .arrow-box:after {
	border-color: rgba(220, 85, 27, 0);
	border-left-color: #DC551B;
	border-width: 8px;
	top: 50%;
	margin-top: 3px;
}
.newAccordion .open h2 {
}
.open .arrow-box:after {
	-webkit-transform: rotate(90deg);
	margin-top: 7px;
}
.drawer-contents {
	padding: 6px 0;
}

.newAccordion .drawer .handle {
	background-color:#f2f0ee;
	border: 1px solid #d9d7d5;
	padding: 15px;
}

.newAccordion .drawer-contents {
	background-color:#fff;
	border: 1px solid #d9d7d5;
	padding: 12px 54px;
}

#medal-nomination-new .newAccordion h2.handle {
	margin:0;
	padding-left: 55px;
}

.newAccordion .img-sm-left {
	width: 40%;
	float:left;
}

.newAccordion .content-sm-left {
	width: 55%;
	float: left;
	margin-left: 5%;
}

.newAccordion .clearfix{
	clear:both;
}

@media screen and ( max-width: 832px ) {
	.newAccordion .img-sm-left  {
		float: none;
		width: 100%;
	}
	.newAccordion .content-sm-left{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

#medal-nomination-new .medalists-form h1{
	margin-top: -10px;
}
#medal-nomination-new .hr{
	margin-top:0;
}

#medal-nomination-new .figcaption{
	font-size: 12px;
	font-style: italic;
}

#medal-nomination-new .firstSentence{
	font-size: 25px;
	line-height: 30px;
}
