body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}
h1.outline,
h2.outline,
h3.outline,
h4.outline,
h5.outline,
h6.outline {
	display: none !important;
}
h2 {
	color: #0073a4;
	margin: 0;
	padding: 0;
}
a {
	color: #0073a4;
}
a:active {
	color: #0073a4;
	outline: 0;
}
a:focus {
	color: #0073a4;
	outline: 0;
}
a:hover {
	color: #0073a4;
	outline: 0;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.content {
	width: 68.3%;
	padding: 20px 30px 80px 0;
}
.content h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 28px;
	padding: 0;
	color: #00427a;
	text-align: left;
}
.content p {
	letter-spacing: -0.49px;
	font-size: 14px;
	line-height: 26px;
	color: #414141;
	margin-bottom: 25px;
}
.content p:last-of-type {
	margin-bottom: 0;
}
.content p:first-of-type {
	margin-bottom: 25px;
}
.container h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 48px 0 43px;
	font-size: 24px;
	color: #00427a;
	position: relative;
	width: 100%;
}
#single-column-content {
	padding-top: 35px;
	background-color: #eee;
	padding-bottom: 25px;
}
#single-column-content h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 48px 0 43px;
	font-size: 24px;
	color: #00427a;
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 34px;
}
#single-column-content > .container {
	position: relative;
}
#single-column-content .content-byline {
	margin: -29px 0 36px;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6em;
	font-size: 1.6rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.info-icon {
	top: 6px;
	color: #0074ad;
	margin-right: 6px;
	font-size: 26px;
}
.user-icon {
	margin: 0 13px 0 5px;
	display: inline-block;
	width: 13px;
	height: 15px;
	position: relative;
}
.user-icon:before {
	content: url(/t4cms/ucdcollegesandschools_user.png);
	top: 2px;
	left: 2px;
	position: absolute;
}
.user-icon.black:before {
	top: -1px;
	content: url(/t4cms/ucdcollegesandschools_user-black.png);
}
.no-flexbox .row-eq-height {
	display: block;
}
.no-flexbox .row-eq-height .rightNav {
	float: left;
}
.no-flexbox .row-eq-height .standard {
	float: left;
}
.img-row .left {
	float: left;
	margin-right: 13px;
}
.img-row .left img {
	display: block;
	max-height: 240px;
	width: 100%;
	height: auto;
	max-width: 262px;
}
.img-row .right {
	float: left;
}
.img-row .right img {
	display: block;
	max-height: 240px;
	width: 100%;
	height: auto;
	max-width: 473px;
}
.video-container {
	padding-bottom: 54%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
@media (max-width: 767px) {
	body {
		width: 100%;
		transition: 0.5s;
		position: inherit;
		overflow-x: hidden;
	}
	#menuIcon {
		transition: 0.5s;
		float: right;
		cursor: pointer;
		color: #fff;
		font-weight: 700;
		font-size: 13.56px;
		line-height: 22px;
		display: block;
		margin: 17px 5px 0 0;
		padding: 10px;
		text-transform: uppercase;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		transform: scaleY(1.0319);
	}
	body.active {
		transition: 0.5s;
		position: fixed;
		border-right: 1px solid #d8d8d8;
		-ms-transform: translateX(-78%);
		-webkit-transform: translateX(-78%);
		transform: translateX(-78%);
	}
	#searchIcon {
		float: right;
		cursor: pointer;
		color: #fff;
		margin: 17px 5px 0 0;
		height: 42px;
		width: 20px;
		position: relative;
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
	}
	#searchIcon:before {
		position: absolute;
		top: 14px;
		left: 5px;
		content: "\e003";
	}
	#menuIcon.active {
		margin: 17px 4px 0 0;
	}
	#menuIcon.hamburger {
		float: right;
		background: 0 0;
		width: 22px;
		height: 18px;
		display: block;
		margin: 30px 5px 0 0;
		cursor: pointer;
	}
	.swap-divs {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.swap-divs .left {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 100%;
	}
	.swap-divs .right {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}
	.row-eq-height {
		display: block;
		margin-right: -15px;
		margin-left: -15px;
	}
	#single-column-content {
		padding-top: 25px;
	}
	#single-column-content h2 {
		font-size: 20px;
		font-size: 2em;
		font-size: 2rem;
		padding: 20px 0;
		padding: 0 0 25px;
	}
	#single-column-content .container {
		padding-left: 12px;
		padding-right: 12px;
	}
	#single-column-content .content-byline {
		line-height: 1.4;
		margin-top: -7px;
		font-size: 14px;
		font-size: 1.4em;
		font-size: 1.4rem;
	}
	#single-column-content .content-byline br {
		display: none;
	}
	.container h2 {
		font-size: 20px;
		font-size: 2em;
		font-size: 2rem;
		padding: 20px 0;
	}
	.padding-left-right {
		padding: 0 10px;
	}
	.content {
		width: 100%;
		padding: 0 10px 20px;
	}
	.content h2 {
		font-size: 22px;
		margin: 13px 0 0;
		line-height: 32px;
	}
	.content .img-row {
		display: none;
	}
	.content img {
		display: block;
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}
	.info-icon {
		vertical-align: top;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	main {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
@media (min-width: 768px) and (orientation: landscape) {
	.container {
		width: 1170px !important;
	}
}
@media (min-width: 768px) and (orientation: portrait) {
	.container {
		width: 1170px !important;
	}
	#single-column-content {
		margin-top: -1px;
		z-index: 9;
		position: relative;
	}
	.content {
		min-height: 800px;
	}
}
.standard {
	width: 68.3%;
	padding: 20px 30px 50px 0;
}
.standard > h1 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 32px;
	line-height: 35px;
	font-weight: 300;
	color: #00427a;
	margin-bottom: 28px;
}
.standard > h1 > a {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 35px;
	font-weight: 300;
	color: #00427a;
	margin-bottom: 28px;
}
.standard > h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #0073a4;
	margin-bottom: 25px;
}
.standard > h2 > a {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #0073a4;
	margin-bottom: 25px;
}
.standard table.table-wrapper-simple {
	border: 1px solid #cdcccc;
}
.standard table.table-wrapper-simple thead {
	background-color: #eee;
}
.standard table.table-wrapper-simple thead tr th {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	color: #00427a;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 28px;
}
.standard table.table-wrapper-simple tr.table-header-simple {
	background-color: #eee;
}
.standard table.table-wrapper-simple tr.table-header-simple td {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	color: #00427a;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 28px;
}
.standard table.table-wrapper-simple tr td {
	padding: 14px 20px;
	border: 1px solid #cdcccc;
	font-size: 13px;
	line-height: 21px;
}
.standard > h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	color: #00427a;
	margin-bottom: 20px;
}
.standard > h3 > a {
	font-size: 15px;
	font-weight: 700;
	color: #00427a;
	margin-bottom: 20px;
}
.standard p {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 26px;
	color: #414141;
	letter-spacing: 0.01px;
}
.standard p.align-right {
	margin: -7px 0 26px;
	padding: 0 0 0 26px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	letter-spacing: -0.1px;
}
.standard .embed-responsive {
	margin-bottom: 37px;
}
.standard .embed-responsive iframe {
	margin-left: -10px;
}
.standard img {
	margin-bottom: 30px;
	display: block;
	width: 100%;
	height: auto;
}
.standard img.align-left {
	margin-bottom: 26px;
	width: auto;
	max-width: 50%;
	display: inline-block;
	vertical-align: top;
}
.standard > ul {
	margin: 0 0 25px;
	padding: 0 0 0 12px;
	list-style-position: outside;
	color: #0073a4;
}
.standard > ul li {
	font-size: 12px;
	line-height: 26px;
}
.standard > ul li span {
	font-size: 14px;
	color: #414141;
}
.standard > ul.pagination {
	margin: 0;
	padding: 0;
}
.standard > ul.pagination li a {
	padding: 9px 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #414141;
}
.standard > ul.pagination li a span {
	font-size: 10px;
}
.standard > ul.pagination li span {
	padding: 9px 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #414141;
	border-color: #d8d8d8;
	background-color: #eee;
	color: #414141;
}
.standard > ul.pagination li.active a {
	border-color: #d8d8d8;
	background-color: #eee;
	color: #414141;
}
.standard > ul.pagination li.disabled > a {
	color: #d5d5d5;
}
.standard > ul.pagination li.disabled > a > span {
	color: #d5d5d5;
}
.standard > ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	list-style-position: outside;
	color: #0073a4;
}
.standard > ol li {
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
}
.standard > ol li span {
	font-weight: 400;
	color: #414141;
}
.standard table {
	width: 100%;
	margin-bottom: 30px;
}
.standard table thead tr th {
	padding: 10px 20px;
	font-size: 15px;
	line-height: 28px;
}
.standard table tbody tr td {
	padding: 14px 20px;
	font-size: 13px;
	line-height: 21px;
}
.standard a {
	color: #007eb5;
	font-size: 13px;
	line-height: 26px;
}
.standard a.download-link {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	background-color: #007eb5;
	color: #fff;
	padding: 25px;
	font-size: 13px;
	line-height: 24px;
	position: relative;
}
.standard a.download-link .glyphicon {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 30px;
	line-height: 24px;
	margin-right: 15px;
}
.standard a.download-link .title {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 15px 0 46px;
}
.standard a.download-link .size {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	margin-left: 7px;
}
.standard a.download-link .type {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	margin-right: 2px;
}
.standard a.download-link:active {
	text-decoration: none;
}
.standard a.download-link:active span {
	text-decoration: underline;
}
.standard a.download-link:focus {
	text-decoration: none;
}
.standard a.download-link:focus span {
	text-decoration: underline;
}
.standard a.download-link:hover {
	text-decoration: none;
}
.standard a.download-link:hover span {
	text-decoration: underline;
}
.standard iframe {
	border: none;
	width: 100%;
	margin-bottom: 30px;
}
.standard iframe.googleForm {
	height: 673px;
}
.standard iframe.flickr-embed-frame {
	margin-top: 40px !important;
	max-width: 640px !important;
}
@media (max-width: 767px) {
	.standard {
		width: 100%;
		padding: 22px 15px 30px;
	}
	.standard .embed-responsive {
		margin-bottom: 15px;
	}
	.standard h1 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 30px;
	}
	.standard img {
		margin-bottom: 15px;
	}
	.standard ol {
		margin-bottom: 15px;
	}
	.standard p {
		margin-bottom: 15px;
		font-size: 13px;
		color: #414141;
	}
	.standard ul {
		margin-bottom: 15px;
	}
	.standard h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.standard h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.standard p.align-right {
		width: 100%;
		margin-top: 0;
		padding-left: 0;
	}
	.standard img.align-left {
		max-width: 100%;
	}
	.standard .table-wrapper {
		width: 100%;
		overflow-y: auto;
		padding-bottom: 3px;
		margin-bottom: 15px;
	}
	.standard .table-wrapper::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
	}
	.standard .table-wrapper::-webkit-scrollbar-thumb {
		border: 1px solid #a8a8a8;
		background-color: #bcbcbc;
	}
	.standard table {
		width: 200%;
		margin-bottom: 0;
	}
	.standard a.download-link {
		margin-top: 15px;
		padding: 25px 10px 25px 55px;
	}
	.standard a.download-link .title {
		margin: 0;
		display: inline;
	}
	.standard a.download-link .type {
		margin-left: 5px;
	}
	.standard a.download-link .glyphicon {
		left: 15px;
		top: 35px;
	}
}
footer {
	clear: both;
	background-color: #00427a;
	padding: 30px 0;
	min-height: 350px;
	color: #fff;
}
footer .col-sm-6 .col-sm-4 {
	padding: 20px 15px;
}
footer .col-sm-6 .col-sm-4 h4 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	font-size: 18px;
	line-height: 31px;
}
footer .col-sm-6 .col-sm-4 ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
}
footer .col-sm-6 .col-sm-4 ul li a {
	font-size: 13px;
	line-height: 32px;
	text-decoration: underline;
	color: #fff;
}
footer .col-sm-6 .col-sm-4 ul li a:active {
	text-decoration: none;
}
footer .col-sm-6 .col-sm-4 ul li a:focus {
	text-decoration: none;
}
footer .col-sm-6 .col-sm-4 ul li a:hover {
	text-decoration: none;
}
footer .col-sm-6 img {
	margin: 30px 0 23px;
}
footer .col-sm-6 p {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 20px;
}
footer .col-sm-6.right {
	padding-left: 13px;
}
@media (max-width: 767px) {
	footer {
		padding: 6px 0 88px;
	}
	footer .col-sm-6 img {
		margin: 0;
		padding: 60px 0 20px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	footer {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
header {
	box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.15);
	background-color: #00427a;
}
header .col-sm-5 h1 {
	max-width: 405px;
	margin: 26px 0 18px;
}
header .col-sm-5 h1 a {
	height: 65px;
	font-size: 20px;
	line-height: 18px;
	padding: 8px 0 0 65px;
	color: #fff;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: url(/t4cms/ucdcollegesandschools_logo.png) no-repeat;
}
header .col-sm-5 h1 a span {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.93px;
}
header .col-sm-5 h1 a span:last-of-type {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.9px;
}
header .col-sm-5 h1 a:focus {
	text-decoration: none;
}
header .col-sm-5 h1 a:hover {
	text-decoration: none;
}
header #mainNav {
	list-style: none;
	padding: 0;
	margin: 46px 0 47px;
}
header #mainNav li {
	display: inline;
	padding: 0 14px;
}
header #mainNav li .currentbranch0 {
	padding: 0;
}
header #mainNav li .currentbranch0 a {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 0;
	letter-spacing: 0;
}
header #mainNav li a {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.25px;
	color: #fff;
}
header #mainNav li a:active {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
header #mainNav li a:focus {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
header #mainNav li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
header #mainNav li:last-of-type {
	padding-right: 0;
}
header #mainNav li:last-of-type > a {
	letter-spacing: 0;
}
header nav {
	text-align: right;
}
header#school {
	background-color: #3c3c3c;
}
header#school .col-sm-5 h1 {
	max-width: 100%;
}
header#school .col-sm-5 h1 a {
	max-width: 100%;
}
header#school .col-sm-5 h1 a span {
	max-width: 100%;
	white-space: nowrap;
}
@media (max-width: 767px) {
	header {
		border-top: 3px solid #007eb5;
		position: relative;
		z-index: 50;
		width: 100%;
	}
	header #mainNav {
		display: none;
	}
	header nav {
		display: none;
	}
	header .col-sm-5 h1 {
		float: left;
		max-width: 210px;
		margin: 7px 0 13px -3px;
	}
	header .col-sm-5 h1 a {
		height: auto;
		font-size: 14px;
		line-height: 12px;
		padding: 0 0 0 44px;
		background: url(/t4cms/ucdcollegesandschools_logo-m.png) no-repeat;
	}
	header .col-sm-5 h1 a span {
		font-size: 12px;
		line-height: 13px;
		letter-spacing: -0.65px;
		padding: 1px 0 2px;
	}
	header .col-sm-5 h1 a span:last-of-type {
		letter-spacing: -0.7px;
	}
	header#school {
		background-color: #3c3c3c;
	}
	header#school .col-sm-5 h1 {
		max-width: 72%;
	}
	header#school .col-sm-5 h1 a {
		height: auto;
		min-height: 55px;
	}
	header#school .col-sm-5 h1 a span {
		white-space: normal;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	header {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
.rightNav {
	width: 31.7%;
	margin-top: -36px;
	padding: 20px 15px;
	background-color: #eee;
}
.rightNav h4 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 0 17px;
	margin: 20px 0 18px;
	font-size: 18px;
	line-height: 26px;
	color: #00427a;
}
.rightNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rightNav ul li {
	padding: 0;
	border-top: 1px solid #ebebeb;
	box-shadow: inset 5px 0 0 #fff;
	background-color: #fff;
}
.rightNav ul li a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	position: relative;
	padding: 14px 10px 12px 35px;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3em;
	font-size: 1.3rem;
	color: #007eb5;
	display: inline-block;
	width: 100%;
}
.rightNav ul li a:before {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	width: 8px;
	height: 10px;
	position: absolute;
	top: 13px;
	left: 18px;
}
.rightNav ul li > ul li a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	position: relative;
	padding: 14px 10px 12px 35px;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3em;
	font-size: 1.3rem;
	color: #007eb5;
	display: inline-block;
	width: 100%;
}
.rightNav ul li > ul li a:before {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	width: 8px;
	height: 10px;
	position: absolute;
	top: 13px;
	left: 18px;
}
.rightNav ul li > ul li:first-of-type > a {
	padding-left: 35px;
}
.rightNav ul li > ul li:first-of-type > a:before {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
}
.rightNav ul li ul li {
	padding: 0;
	border-top: 1px solid #ebebeb;
	box-shadow: inset 5px 0 0 #fff;
	background-color: #fff;
}
.rightNav ul li .currentbranch2 {
	box-shadow: inset 5px 0 0 #007eb5;
	background-color: #f7f7f7;
	display: inline-block;
	padding: 14px 10px 12px 15px;
	width: 100%;
}
.rightNav ul li .currentbranch2 a {
	padding: 0 0 0 20px;
	color: #00427a;
	font-weight: 700;
}
.rightNav ul li .currentbranch2 a:before {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	left: 3px;
	top: 0;
}
.rightNav ul li .currentbranch1 a {
	padding: 14px 10px 12px 35px;
	color: #00427a;
	font-weight: 700;
}
.rightNav ul li .currentbranch1 a:before {
	left: 5px;
	top: 0;
}
.rightNav ul li:first-of-type > a {
	padding-left: 15px;
}
.rightNav ul li:first-of-type > a:before {
	content: "";
}
.rightNav .white-box {
	margin-top: 15px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	width: 100%;
}
.rightNav li.active {
	box-shadow: inset 5px 0 0 #007eb5;
	background-color: #f7f7f7;
	display: inline-block;
	width: 100%;
}
.rightNav li.active a:before {
	left: 5px;
	top: 0;
}
.rightNav.standard-nav li.has-children span a {
	color: #00427a;
	font-weight: 700;
}
.rightNav.standard-nav li.has-children span a:before {
	content: "";
}
.standard-nav .white-box.no-links {
	margin-top: 0;
}
.standard-nav .white-box.no-links ul li {
	padding: 14px 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #007eb5;
	display: inline-block;
	width: 100%;
}
.standard-nav .white-box.zero-top-margin {
	margin-top: 0;
}
.standard-nav .white-box.no-left-arrow > ul > li > a {
	padding-left: 15px;
}
.standard-nav .white-box.no-left-arrow > ul > li > a:before {
	display: none;
}
.standard-nav ul li a {
	font-size: 13px;
	position: relative;
	width: auto;
	padding: 12px 15px;
}
.standard-nav ul li a:before {
	display: none;
}
.standard-nav ul li:first-of-type a:after {
	display: none;
}
.standard-nav ul li a[href^="http"] {
	padding-right: 21px;
}
.standard-nav ul li a[href^="http"]:after {
	position: absolute;
	margin-left: 10px;
	right: 0;
	content: url(/t4cms/ucdcollegesandschools_new_window_icon.png);
}
@media (max-width: 767px) {
	.rightNav {
		display: none;
		width: 100%;
		margin-top: 0;
	}
	.rightNav ul li .currentbranch2 {
		box-shadow: none;
		background-color: #0073a4;
	}
	.rightNav ul li .currentbranch2 a {
		color: #fff;
	}
	.rightNav ul li .currentbranch2 a:before {
		content: url(/t4cms/ucdcollegesandschools_white-arrow.png);
	}
	.mobile-right-nav {
		padding: 13px 12px;
		border-bottom: 1px solid #ddd;
		background-color: #eee;
	}
	.mobile-right-nav h4 {
		border: 1px solid #ebebeb;
		background-color: #fff;
		margin: 0;
		padding: 10px 30px 8px 10px;
		text-transform: uppercase;
		font-size: 12px;
		position: relative;
	}
	.mobile-right-nav h4:after {
		content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
		position: absolute;
		top: 11px;
		right: 16px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transition: 0.3s;
	}
	.mobile-right-nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: none;
	}
	.mobile-right-nav ul li {
		border: 1px solid #ebebeb;
		background-color: #fff;
		font-size: 13px;
		border-top: 0;
	}
	.mobile-right-nav ul li a {
		display: inline-block;
		width: 100%;
		padding: 9px 12px 10px;
		color: #007eb5;
	}
	.mobile-right-nav ul li .currentbranch0 {
		display: inline-block;
		width: 100%;
		padding: 9px 12px 10px;
		background-color: #007eb5;
	}
	.mobile-right-nav ul li .currentbranch0 a {
		padding: 0;
		color: #fff;
	}
	.mobile-right-nav h4.active:after {
		right: 17px;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
	}
}
#topNav {
	box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.18);
	min-height: 45px;
	background: #007eb5;
}
#topNav .row {
	margin-right: -34px;
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav ul li {
	display: inline;
}
#topNav ul li a {
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	padding: 10px 8px;
	color: #fff;
	letter-spacing: -0.1px;
}
#topNav ul li:first-of-type a {
	padding-left: 0;
}
#topNav .col-sm-9 {
	padding-left: 13px;
	width: 73%;
	padding-right: 0;
}
#topNav .col-sm-3 {
	padding-left: 0;
	padding-right: 10px;
}
#topNav .col-sm-3 ul {
	width: 100%;
}
#topNav .col-sm-3 ul li {
	float: right;
}
#topNav .col-sm-3 ul li .input-group {
	width: 178px;
	height: 28px;
	border-radius: 0;
	margin: 10px 0 0 10px;
}
#topNav .col-sm-3 ul li .input-group .form-control {
	font-size: 12px;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	height: 29px;
}
#topNav .col-sm-3 ul li .input-group .input-group-addon {
	border-radius: 0;
	border: none;
	background-color: #fff;
	height: 28px;
	padding: 0;
}
#topNav .col-sm-3 ul li .input-group .input-group-addon input {
	background: url(/t4cms/ucdcollegesandschools_search-icon-blue.png) center 6px no-repeat #fff;
	border: none;
	height: 27px;
	width: 34px;
	text-indent: -100px;
}
#topNav .col-sm-3 ul li a {
	padding: 12px 3px;
}
#topNav .col-sm-3 ul li a span.glyphicon {
	font-size: 14px;
	top: 3px;
}
#topNav .col-sm-3 ul li:last-of-type a {
	padding-right: 5px;
}
@media (max-width: 767px) {
	#topNav {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#topNav {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
@media (max-width: 767px) {
	#mobileMenu {
		display: none;
		border-top: 3px solid #007eb5;
		border-left: 1px solid #d8d8d8;
		z-index: 999;
		position: absolute;
		top: 0;
		left: 100%;
		background-color: #eee;
		width: 78%;
		padding: 0 15px;
		overflow-y: auto;
	}
	#mobileMenu ul.main {
		padding: 0;
	}
	#mobileMenu ul.main li {
		border-bottom: 1px solid #d8d8d8;
	}
	#mobileMenu ul.main li .currentbranch0 {
		font-size: 16px;
		line-height: 39px;
	}
	#mobileMenu ul.main li .currentbranch0 a {
		line-height: 1;
		display: inline-block;
		width: auto;
		letter-spacing: 0;
		text-decoration: none;
		color: #00427a;
		border-bottom: 1px solid #00427a;
	}
	#mobileMenu ul.main li a {
		font-size: 16px;
		line-height: 39px;
		font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
		font-weight: 400;
		color: #0073a4;
	}
	#mobileMenu ul.main li:last-of-type {
		border-bottom: none;
	}
	#mobileMenu .search {
		padding: 21px 25px;
		border-bottom: 1px solid #d8d8d8;
	}
	#mobileMenu .search .input-group {
		border: 1px solid #d8d8d8;
	}
	#mobileMenu .search .input-group .form-control {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		border: 0;
	}
	#mobileMenu .search .input-group .input-group-addon {
		padding: 0;
		border: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		background-color: #fff;
	}
	#mobileMenu .search .input-group .input-group-addon input {
		background: url(/t4cms/ucdcollegesandschools_search-icon-black.png) center center no-repeat #fff;
		border: 0;
		height: 33px;
		width: 33px;
		text-indent: -100px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
	}
	#mobileMenu ul {
		border-bottom: 1px solid #d8d8d8;
		list-style: none;
		margin: 0;
		padding: 10px 0;
	}
	#mobileMenu ul li {
		padding: 0 25px;
	}
	#mobileMenu ul li a {
		display: inline-block;
		width: 100%;
	}
	#mobileMenu ul.top li a {
		font-size: 14px;
		line-height: 28px;
		color: #353535;
	}
	#mobileMenu ul.top li:nth-last-of-type(2) {
		padding-bottom: 10px;
	}
	#mobileMenu ul.top li:last-of-type {
		padding-top: 10px;
		border-top: 1px solid #d8d8d8;
	}
	#mobileMenu.active {
		display: block;
	}
}
.open-close {
	position: absolute;
	right: 15px;
	top: 40px;
}
.open-close .close-text {
	display: none;
}
.open-close:before {
	color: #007eb5;
	text-align: left;
	font-weight: 400;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	content: "\2b";
	font-family: "Glyphicons Halflings";
	position: absolute;
	left: -17px;
	top: 3px;
}
.open-close.active .open-text {
	display: none;
}
.open-close.active:before {
	content: "\2212";
}
.open-close.active .close-text {
	display: inline;
}
.standard p.h4style {
	position: relative;
}
.standard p.h4style > span {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 26px;
	font-size: 15px;
	font-weight: 700;
	color: #00427a;
	margin-bottom: 20px;
}
.standard p.h4style .open-close {
	top: 0;
	right: 0;
}
.standard p.h4style .open-close:before {
	left: -18px;
	top: 7px;
}
.standard #accordion-panel .panel-default {
	border: 1px solid #d8d8d8;
	margin-bottom: 13px;
	box-shadow: none;
	border-radius: 0;
}
.standard #accordion-panel .panel-default .panel-heading {
	padding: 18px 23px;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.standard #accordion-panel .panel-default .panel-heading .panel-title {
	font-size: 16px;
	display: block;
	position: relative;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #007eb5;
	cursor: default;
}
.standard #accordion-panel .panel-default .panel-heading .panel-title:active {
	text-decoration: underline;
}
.standard #accordion-panel .panel-default .panel-heading .panel-title:focus {
	text-decoration: underline;
}
.standard #accordion-panel .panel-default .panel-heading .panel-title:hover {
	text-decoration: underline;
}
.standard #accordion-panel .panel-default .panel-heading .panel-title:after {
	color: #007eb5;
	font-size: 13px;
	text-align: left;
	content: "\2212";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -3px;
	top: 7px;
}
.standard #accordion-panel .panel-default .panel-heading .panel-title:before {
	content: "";
	border-radius: 4px;
	background-color: #eee;
	height: 28px;
	width: 28px;
	position: absolute;
	right: -10px;
}
.standard #accordion-panel .panel-default .panel-heading .panel-title.collapsed:after {
	content: "\2b";
	right: -4px;
}
.standard #accordion-panel .panel-default .panel-collapse .title-link {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0073a4;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 20px 12px 15px 49px;
	position: relative;
	display: inline-block;
	line-height: 1.6;
}
.standard #accordion-panel .panel-default .panel-collapse .title-link:after {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	position: absolute;
	top: 20px;
	left: 30px;
}
.standard #accordion-panel .panel-default .panel-body {
	padding: 20px 24px;
	line-height: 26px;
	border-radius: 0;
	border-top: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
	.open-close {
		display: none;
	}
	.standard #accordion-panel .panel-default {
		border-radius: 0;
	}
	.standard #accordion-panel .panel-default .panel-collapse .title-link {
		padding: 9px 12px 9px 35px;
		width: 100%;
		border-bottom: solid 1px #ebebeb;
	}
	.standard #accordion-panel .panel-default .panel-collapse .title-link:after {
		top: 9px;
		left: 16px;
	}
	.standard #accordion-panel .panel-default .panel-body {
		border-top: 0;
	}
	.standard #accordion-panel .panel-default .panel-heading {
		padding: 0 44px 0 15px;
		height: 61px;
		border-radius: 0;
		background-color: #fff;
		display: table;
		width: 100%;
	}
	.standard #accordion-panel .panel-default .panel-heading .panel-title {
		font-size: 15px;
		display: table-cell;
		float: none;
		vertical-align: middle;
		position: relative;
		font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
		font-weight: 400;
		cursor: pointer;
	}
	.standard #accordion-panel .panel-default .panel-heading .panel-title:after {
		color: #007eb5;
		font-size: 13px;
		text-align: left;
		content: "\2212";
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: -23px;
		top: 23px;
	}
	.standard #accordion-panel .panel-default .panel-heading .panel-title:before {
		content: "";
		border-radius: 4px;
		background-color: #eee;
		height: 28px;
		width: 28px;
		position: absolute;
		right: -30px;
		top: 16px;
	}
	.standard #accordion-panel .panel-default .panel-heading .panel-title:active {
		text-decoration: none;
	}
	.standard #accordion-panel .panel-default .panel-heading .panel-title:focus {
		text-decoration: none;
	}
	.standard #accordion-panel .panel-default .panel-heading .panel-title:hover {
		text-decoration: none;
	}
	.standard #accordion-panel .panel-default .panel-heading .panel-title.collapsed:after {
		content: "\2b";
		right: -23px;
	}
	.standard #accordion-panel .collapse.in {
		border-top: solid 1px #ebebeb;
	}
}
#banner {
	min-height: 472px;
	position: relative;
}
#banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 37px;
	background: url(/t4cms/ucdcollegesandschools_banner-down-arrow.png) center center no-repeat;
	bottom: 0;
	margin: auto;
	z-index: 20;
}
#banner .intro-box {
	min-height: 200px;
	max-width: 810px;
	margin: 68px auto 0;
	padding: 15px;
	position: relative;
}
#banner .intro-box h1 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	font-size: 38px;
	color: #fff;
	margin: 0;
	padding: 40px 0 0;
}
#banner .intro-box .control {
	padding: 30px;
	position: absolute;
	top: -75px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 150px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background-color: #44617d;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
#banner .intro-box .control button {
	background-color: #0073a4;
	width: 86px;
	height: 86px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
#banner .intro-box .control button:focus {
	outline: 0;
}
#banner .intro-box .control button:active {
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	margin-top: 1px;
}
#banner .intro-box .control + h1 {
	padding-top: 80px;
}
#banner .intro-box p {
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 25px;
	text-align: center;
	color: #fff;
}
#banner .background-span-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-bottom: -5px;
	width: 100%;
	height: 100%;
	min-height: 472px;
	overflow: hidden;
}
#banner .background-span-image img {
	box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}
#banner .container {
	position: relative;
	z-index: 20;
}
#banner .container .row {
	margin: 0;
}
#banner .intro-box.green {
	background-color: rgba(1, 126, 63, 0.75);
}
#banner .intro-box.blue {
	background-color: rgba(0, 115, 164, 0.75);
}
#banner-panel {
	margin: 0;
	background: rgba(255, 255, 255, 0.51);
	padding: 6px;
	max-width: 470px;
}
#banner-panel .panel-default {
	margin: 0;
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0;
	border-bottom: 1px solid #ebebeb;
}
#banner-panel .panel-default .panel-body {
	background-color: #eee;
	padding: 0;
	border-radius: 0;
	border-top: 1px solid #d4d4d4;
}
#banner-panel .panel-default .panel-body ul {
	padding: 0;
	list-style: none;
	margin: 7px 15px 14px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
#banner-panel .panel-default .panel-body ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0073a4;
	font-size: 13px;
	line-height: 38px;
	text-align: left;
	border-bottom: 1px solid #d4d4d4;
	padding-left: 20px;
	position: relative;
}
#banner-panel .panel-default .panel-body ul li:before {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	position: absolute;
	left: 1px;
	top: 1px;
}
#banner-panel .panel-default .panel-body ul li a[href^="http"] {
	padding-right: 9px;
}
#banner-panel .panel-default .panel-body ul li a[href^="http"]:after {
	content: url(/t4cms/ucdcollegesandschools_new_window_icon.png);
	position: absolute;
	top: 1px;
	margin-left: 10px;
}
#banner-panel .panel-default .panel-heading {
	padding: 13px 20px 13px 15px;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#banner-panel .panel-default .panel-heading a.panel-title {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size: 16px;
	display: block;
	position: relative;
	font-weight: 400;
	color: #007eb5;
}
#banner-panel .panel-default .panel-heading a.panel-title:after {
	color: #007eb5;
	font-size: 10.21px;
	text-align: left;
	content: "\2212";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -6px;
	top: 6px;
}
#banner-panel .panel-default .panel-heading a.panel-title:active {
	text-decoration: none;
}
#banner-panel .panel-default .panel-heading a.panel-title:focus {
	text-decoration: none;
}
#banner-panel .panel-default .panel-heading a.panel-title:hover {
	text-decoration: none;
}
#banner-panel .panel-default .panel-heading a.panel-title.collapsed:after {
	content: "\2b";
	right: -6px;
	top: 8px;
}
#banner-panel .panel-default .panel-collapse {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#bannerStudyAtUcd {
	min-height: 721px;
	position: relative;
}
#bannerStudyAtUcd .blue-box {
	background-color: rgba(0, 115, 164, 0.75);
	min-height: 200px;
	padding: 15px;
}
#bannerStudyAtUcd .blue-box h1 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 38px;
	line-height: 1;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 17px;
}
#bannerStudyAtUcd .blue-box p {
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 25px;
	text-align: left;
	color: #fff;
	padding: 0 17px;
	margin-bottom: 0;
}
#bannerStudyAtUcd::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 38px;
	background: url(/t4cms/ucdcollegesandschools_banner-down-arrow.png) 50% 50% no-repeat;
	bottom: 0;
	margin: auto;
	z-index: 20;
}
#bannerStudyAtUcd .background-span-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-bottom: -5px;
	width: 100%;
	height: 100%;
	min-height: 721px;
	overflow: hidden;
}
#bannerStudyAtUcd .container {
	position: relative;
	z-index: 20;
}
#bannerStudyAtUcd .container .row {
	padding-top: 80px;
}
#bannerStudyAtUcd .container .row .left-col {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 52.5%;
}
#bannerStudyAtUcd .container .row .right-col {
	float: left;
	width: 47.5%;
	padding-left: 75px;
	padding-right: 10px;
}
#homeBanner {
	padding-top: 38px;
	background: -webkit-linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff);
	background: -o-linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff);
	background: -moz-linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff);
	background: linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff);
}
#homeBanner .col-sm-4 .h3style {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 3px 0;
	font-weight: 300;
	color: #282828;
	font-size: 22px;
	line-height: 31px;
}
#homeBanner .col-sm-4 a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #267fab;
	font-size: 13px;
	line-height: 31px;
	margin-right: 25px;
}
#homeBanner .col-sm-4 a span.glyphicon {
	margin-right: 6px;
	font-size: 12px;
}
#homeBanner .col-sm-4 a:last-of-type {
	margin-right: 0;
}
#homeBanner .feature {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
	width: 100%;
	min-height: 147px;
	padding: 19px 17px;
}
#homeBanner .feature .intro {
	padding: 0 0 0 125px;
}
#homeBanner .feature .intro p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	font-weight: 700;
	color: #282828;
	font-size: 12px;
	line-height: 23px;
}
#homeBanner .feature .intro p:last-of-type {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
}
#homeBanner .feature .intro p:first-of-type {
	text-transform: uppercase;
}
#homeBanner .feature .intro h4 {
	margin: 0;
}
#homeBanner .feature .intro h4 a {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0073a4;
	font-size: 15px;
	line-height: 22px;
}
#homeBanner .feature img {
	float: left;
}
#homeBanner .feature .quick-help {
	padding: 8px 6px;
}
#homeBanner .feature .quick-help h4 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	margin: 0 0 18px;
	font-weight: 400;
	color: #007eb5;
	font-size: 18px;
	line-height: 20px;
}
#homeBanner .feature .quick-help .select-box {
	min-height: 39px;
	display: none;
}
#homeBanner .feature.school {
	margin-top: 30px;
	min-height: 137px;
}
.no-csscolumns #banner-panel .panel-default .panel-body {
	padding-bottom: 15px;
}
.no-csscolumns #banner-panel .panel-default .panel-body ul li {
	margin-right: 40px;
	width: 45%;
	float: left;
}
.no-csscolumns #banner-panel .panel-default .panel-body ul li:nth-of-type(even) {
	margin-right: 0;
}
@media (max-width: 767px) {
	#banner {
		min-height: 300px;
		overflow: hidden;
	}
	#banner .container {
		padding-left: 12px;
		padding-right: 12px;
	}
	#banner .intro-box {
		max-width: 100%;
		margin-top: 25px;
		padding: 10px;
	}
	#banner .intro-box .control {
		padding: 15px;
		top: -42px;
		margin-left: -42px;
		width: 84px;
		height: 84px;
	}
	#banner .intro-box .control button {
		width: 50px;
		height: 50px;
		padding: 0 0 2px 4px;
	}
	#banner .intro-box .control + h1 {
		padding-top: 45px;
	}
	#banner .intro-box h1 {
		font-size: 24px;
		font-size: 2.4em;
		font-size: 2.4rem;
		padding-top: 20px;
	}
	#banner .intro-box p {
		line-height: 1.7;
		font-size: 14px;
		font-size: 1.4em;
		font-size: 1.4rem;
	}
	#banner .intro-box p br {
		display: none;
	}
	#banner .intro-box.cta {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 60px;
		min-height: 150px;
		max-height: 160px;
	}
	#bannerStudyAtUcd {
		min-height: 337px;
	}
	#bannerStudyAtUcd .blue-box {
		max-width: 100%;
		margin-top: 25px;
		padding: 25px 10px;
		margin: 0;
	}
	#bannerStudyAtUcd .blue-box p {
		font-size: 14px;
		font-size: 1.4em;
		font-size: 1.4rem;
		line-height: 21px;
		text-align: center;
		padding: 0;
	}
	#bannerStudyAtUcd .blue-box h1 {
		padding: 0;
		text-align: center;
		font-size: 26px;
	}
	#bannerStudyAtUcd:after {
		display: none;
	}
	#bannerStudyAtUcd .background-span-image {
		min-height: 337px;
		height: 337px;
	}
	#bannerStudyAtUcd .background-span-image:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 38px;
		background: url(/t4cms/ucdcollegesandschools_banner-down-arrow-white.png) center center no-repeat;
		top: 299px;
		margin: auto;
		z-index: 20;
		overflow: hidden;
	}
	#bannerStudyAtUcd .background-span-image img {
		max-height: 337px;
	}
	#bannerStudyAtUcd .container .row {
		padding: 0;
	}
	#bannerStudyAtUcd .container .row .left-col {
		min-height: 337px;
		padding: 25px 15px 58px;
		margin-bottom: 15px;
		float: none;
		width: 100%;
	}
	#bannerStudyAtUcd .container .row .right-col {
		margin-bottom: 30px;
		padding: 0 15px;
		float: none;
		width: 100%;
	}
	#banner-panel {
		padding: 0;
		border: 1px solid #d4d4d4;
		border-bottom: none;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
		-ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
		-o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	}
	#banner-panel .panel-default .panel-body ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	#banner-panel .panel-default .panel-body ul li:last-of-type {
		border-bottom: none;
	}
	#homeBanner {
		background: -webkit-linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
		background: -o-linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
		background: -moz-linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
		background: linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
		padding-top: 15px;
	}
	#homeBanner .col-sm-4 {
		padding-bottom: 15px;
	}
	#homeBanner .col-sm-4 .h3style {
		font-size: 17px;
		line-height: 24px;
	}
	#homeBanner .col-sm-4 .h3style br {
		display: none;
	}
	#homeBanner .col-sm-4 a {
		margin-right: 0;
		display: inline-block;
		width: 100%;
	}
	#homeBanner .feature {
		box-shadow: none;
		display: block;
		border: none;
		margin: 0;
		padding: 0 15px 15px;
	}
	#homeBanner .feature img {
		display: none;
	}
	#homeBanner .feature .intro {
		float: none;
		border: 1px solid #d9d9d9;
		width: 100%;
		padding: 17px;
		min-height: 130px;
	}
	#homeBanner .feature .quick-help {
		border: 1px solid #d9d9d9;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
		padding: 15px;
	}
	#homeBanner .feature .quick-help .select-box {
		min-height: 23px;
	}
	#homeBanner .feature .quick-help .select-box .white-select .selectDropdown {
		max-width: 100%;
	}
	#homeBanner .feature.school {
		min-height: 1px;
		margin-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#banner {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#bannerStudyAtUcd {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#homeBanner {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
#breadcrumb {
	min-height: 60px;
	border-bottom: 1px solid #ebebeb;
}
#breadcrumb ul {
	margin: 0;
	list-style: none;
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 3;
	color: #414141;
	padding: 14px 0 12px;
}
#breadcrumb ul li:last-of-type {
	padding-left: 5px;
}
#breadcrumb ul li:last-of-type:after {
	content: "";
}
#breadcrumb ul li a {
	display: inline-block;
	padding-left: 5px;
	color: #007eb5;
}
#breadcrumb ul li:after {
	color: #414141;
	content: "/";
	padding-left: 9px;
}
#breadcrumb ul li:first-of-type {
	padding-left: 0;
}
#breadcrumb ul li:first-of-type a {
	padding-left: 0;
}
@media (max-width: 767px) {
	#breadcrumb {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#breadcrumb {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
#browser-warning {
	color: #312f30;
	font-size: 14px;
	background-color: #f1eff0;
	padding: 6px 0 12px;
	z-index: 10;
	position: relative;
}
@media (max-width: 767px) {
	#browser-warning {
		color: #312f30;
		font-size: 11pt;
		background-color: #f1eff0;
		padding: 12px 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#browser-warning {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
.green-btn {
	font-weight: 700;
	padding: 20px 45px 17px 22px;
	background-color: #01813f;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	letter-spacing: -0.4px;
	width: 100%;
	position: relative;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
.green-btn:after {
	position: absolute;
	right: 18px;
	top: 20px;
	content: url(/t4cms/ucdcollegesandschools_new-window.png);
}
.green-btn:active {
	color: #fff;
	text-decoration: none;
	background-color: #016833;
}
.green-btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: #016833;
}
.green-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #016833;
}
.green-btn.hidden-sm {
	margin-top: 20px;
}
.green-btn-mobile {
	font-weight: 700;
	padding: 18px 45px 18px 22px;
	background-color: #01813f;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	letter-spacing: -0.4px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
.green-btn-mobile:after {
	position: absolute;
	right: 18px;
	top: 20px;
	content: url(/t4cms/ucdcollegesandschools_new-window.png);
}
.green-btn-mobile:active {
	color: #fff;
	text-decoration: none;
	background-color: #016833;
}
.green-btn-mobile:focus {
	color: #fff;
	text-decoration: none;
	background-color: #016833;
}
.green-btn-mobile:hover {
	color: #fff;
	text-decoration: none;
	background-color: #016833;
}
#campaign {
	position: relative;
	padding-bottom: 48px;
}
#campaign img {
	display: block;
	width: 100%;
	height: auto;
}
#campaign .lightBox {
	position: absolute;
	top: 51px;
	left: 82px;
	width: 44.2%;
	min-height: 323px;
	background-color: rgba(0, 115, 164, 0.75);
	color: #fff;
	padding: 43px 25px 25px 37px;
}
#campaign .lightBox p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 12px;
	text-align: left;
}
#campaign .lightBox h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 22px;
	padding: 0;
	color: #fff;
}
#campaign .lightBox a {
	font-size: 13px;
	line-height: 26px;
	color: #fff;
}
#campaign .lightBox a span.glyphicon {
	margin-right: 10px;
	font-size: 10px;
}
@media (max-width: 767px) {
	#campaign {
		padding-bottom: 30px;
	}
	#campaign .lightBox {
		min-height: 1px;
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		padding: 30px 15px;
		background-color: #0073a4;
	}
	#campaign .lightBox h2 {
		font-size: 18px;
		line-height: 26px;
	}
	#campaign .lightBox h2 br {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#browser-warning {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#campaign {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
#homeCarousel {
	position: relative;
	margin-bottom: 30px;
	min-height: 358px;
}
#homeCarousel .carousel-inner .item .carousel-caption {
	bottom: 20px;
	left: 0;
	width: 100%;
	right: auto;
	text-shadow: none;
}
#homeCarousel .carousel-inner .item .carousel-caption h3 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
#homeCarousel .carousel-inner .item .carousel-caption a {
	display: block;
}
#homeCarousel .carousel-inner .item .carousel-caption a:active {
	text-decoration: none;
	color: #fff;
}
#homeCarousel .carousel-inner .item .carousel-caption a:focus {
	text-decoration: none;
	color: #fff;
}
#homeCarousel .carousel-inner .item .carousel-caption a:hover {
	text-decoration: none;
	color: #fff;
}
#homeCarousel .carousel-inner .item .carousel-caption p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
#homeCarousel .carousel-inner .item .carousel-link {
	position: absolute;
	height: 358px;
	width: 100%;
	z-index: 1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), color-stop(44%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
}
#homeCarousel .carousel-inner .item:before {
	content: "";
	min-height: 358px;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), color-stop(44%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#homeCarousel .carousel-inner .item img {
	display: block;
	width: auto;
	height: auto;
	max-width: inherit;
	max-height: 358px;
}
#homeCarousel .carousel-indicators {
	width: 90px;
	bottom: 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#homeCarousel .carousel-indicators li {
	margin: 1px 5px;
}
#homeCarousel .carousel-indicators li.active {
	margin: -1px 5px;
}
#homeCarousel .carousel-control.left {
	background: 0 0 !important;
	width: auto;
	bottom: auto;
	top: 180px;
	opacity: 1;
	left: 35px;
}
#homeCarousel .carousel-control.right {
	background: 0 0 !important;
	width: auto;
	bottom: auto;
	top: 180px;
	opacity: 1;
	right: 35px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left {
	opacity: 1;
}
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@media (max-width: 767px) {
	#homeCarousel {
		margin-bottom: 15px;
		min-height: 350px;
	}
	#homeCarousel .carousel-inner .item:before {
		min-height: 350px;
	}
	#homeCarousel .carousel-inner .item .carousel-link {
		height: 350px;
	}
	#homeCarousel .carousel-inner .item img {
		max-height: 350px;
	}
	#homeCarousel .carousel-inner .item .carousel-caption {
		bottom: 27px;
	}
	#homeCarousel .carousel-inner .item .carousel-caption a {
		display: block;
	}
	#homeCarousel .carousel-inner .item .carousel-caption a:active {
		text-decoration: none;
		color: #fff;
	}
	#homeCarousel .carousel-inner .item .carousel-caption a:focus {
		text-decoration: none;
		color: #fff;
	}
	#homeCarousel .carousel-inner .item .carousel-caption a:hover {
		text-decoration: none;
		color: #fff;
	}
	#homeCarousel .carousel-inner .item .carousel-caption h3 {
		font-size: 23px;
	}
	#homeCarousel .carousel-inner .item .carousel-caption p {
		line-height: 21px;
	}
	#homeCarousel .carousel-control.left {
		top: 116px;
		font-size: 25px;
		left: 20px;
	}
	#homeCarousel .carousel-control.right {
		top: 116px;
		font-size: 25px;
		right: 20px;
	}
}
@media all and (transform-3d) {
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item .active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item .prev.right {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@media (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item .active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item .prev.right {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
#cookie {
	color: #312f30;
	font-size: 14px;
	background-color: #f1eff0;
	padding: 6px 0 12px;
	z-index: 10;
	position: relative;
	display: none;
}
.cookie-close {
	cursor: pointer;
}
.cookie-close .close-text {
	color: #007eb5;
	font-weight: 700;
	font-size: 11pt;
	opacity: 1;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
}
.cookie-close .close-text a {
	color: #007eb5;
	text-decoration: underline;
}
.cookie-close .close-text a:hover {
	text-decoration: none;
}
.cookie-close .close-icon {
	top: 6px;
	color: #007eb5;
	font-size: 26px;
}
@media (max-width: 767px) {
	body #cookie {
		width: 100%;
	}
	body.active #cookie {
		width: 178%;
	}
	.standard #cookie {
		color: #312f30;
		font-size: 11pt;
		background-color: #f1eff0;
		padding: 12px 0;
	}
	.cookie-text {
		padding-right: 0;
		padding-bottom: 0;
		width: 84%;
		display: inline-block;
	}
	.cookie-close {
		float: right;
	}
	.cookie-close .close-icon {
		color: #007eb5;
		display: inline-block;
	}
	.cookie-close .close-text {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#cookie {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
#expanding-panel .panel-default {
	border: 0;
	margin-bottom: 17px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0;
}
#expanding-panel .panel-default .panel-body {
	padding: 0;
	border-radius: 0;
	border-top: 1px solid #ebebeb;
}
#expanding-panel .panel-default .panel-body .sc-spot-content {
	float: left;
	max-width: 680px;
	width: 100%;
}
#expanding-panel .panel-default .panel-body .sc-spot-content ul.cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 222px;
	-moz-column-width: 222px;
	column-width: 222px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	max-width: 535px;
	width: 100%;
}
#expanding-panel .panel-default .panel-body .sc-spot-content ul.cols li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
#expanding-panel .panel-default .panel-body .sc-spot-content p {
	margin: 0;
	padding: 22px 40px 22px 28px;
	line-height: 1.55;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 19px;
	font-size: 1.9em;
	font-size: 1.9rem;
}
#expanding-panel .panel-default .panel-body .sc-spot-content ul {
	margin-bottom: 0;
	width: 262px;
	border-top: 1px solid #ebebeb;
}
#expanding-panel .panel-default .panel-body ul.col3 {
	margin: 0 30px 40px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
#expanding-panel .panel-default .panel-body ul.col3 li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
#expanding-panel .panel-default .panel-body ul {
	padding: 0;
	margin: 0 30px 20px;
	list-style: none;
}
#expanding-panel .panel-default .panel-body ul li {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0073a4;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	padding: 14px 0;
}
#expanding-panel .panel-default .panel-body ul li a {
	display: block;
	padding: 0 18px;
	position: relative;
}
#expanding-panel .panel-default .panel-body ul li a:before {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	position: absolute;
	left: 0;
	top: 0;
}
#expanding-panel .panel-default .panel-body .sc-spot {
	float: left;
	display: block;
	width: auto;
	max-width: none;
	margin-bottom: 0;
}
#expanding-panel .panel-default .panel-heading {
	padding: 19px 27px;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#expanding-panel .panel-default .panel-heading .panel-title {
	font-size: 18px;
	display: block;
	position: relative;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #007eb5;
	cursor: default;
}
#expanding-panel .panel-default .panel-heading .panel-title:after {
	color: #007eb5;
	text-align: left;
	font-weight: 400;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
	font-size: 13px;
	content: "\2212";
	font-family: "Glyphicons Halflings";
	position: absolute;
	right: -3px;
	top: 7px;
}
#expanding-panel .panel-default .panel-heading .panel-title:before {
	display: none;
	content: "";
	border-radius: 4px;
	background-color: #eee;
	height: 28px;
	width: 28px;
	position: absolute;
	right: -10px;
}
#expanding-panel .panel-default .panel-heading .panel-title:active {
	text-decoration: underline;
}
#expanding-panel .panel-default .panel-heading .panel-title:focus {
	text-decoration: underline;
}
#expanding-panel .panel-default .panel-heading .panel-title:hover {
	text-decoration: underline;
}
#expanding-panel .panel-default .panel-heading .panel-title.social-title {
	color: #00427a;
}
#expanding-panel .panel-default .panel-heading .panel-title.social-title:after {
	display: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.social-title:before {
	display: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.social-title:active {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.social-title:focus {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.social-title:hover {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.no-desk:after {
	display: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.no-desk:before {
	display: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.no-desk:active {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.no-desk:focus {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.no-desk:hover {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.collapsed:after {
	content: "\2b";
	right: -4px;
}
#expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:after {
	display: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:active {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:focus {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:hover {
	text-decoration: none;
}
#expanding-panel .panel-default .panel-collapse .title-link {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0073a4;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 20px 12px 15px 49px;
	position: relative;
	display: inline-block;
	line-height: 1.6;
}
#expanding-panel .panel-default .panel-collapse .title-link:after {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	position: absolute;
	top: 20px;
	left: 30px;
}
#expanding-panel .panel-default .facebook-feed {
	background-color: #fff;
	padding: 27px;
}
#expanding-panel .panel-default .instagram-grid {
	background-color: #fff;
	padding: 27px 27px 12px;
}
#expanding-panel .panel-default:last-of-type {
	margin-bottom: 0;
}
#expanding-panel .panel-default.social-panel {
	background-color: rgba(0, 0, 0, 0);
	width: 48.684%;
	float: left;
	margin-top: 0;
}
#expanding-panel .panel-default.social-panel:first-child {
	margin-right: 1.316%;
}
#expanding-panel .panel-default.social-panel:last-child {
	margin-left: 1.316%;
}
@media (max-width: 767px) {
	#expanding-panel .panel-default.social-panel {
		width: 100%;
	}
	#expanding-panel .panel-default.social-panel:first-child {
		margin-left: 0;
		margin-right: 0;
	}
	#expanding-panel .panel-default.social-panel:last-child {
		margin-left: 0;
		margin-right: 0;
	}
	#expanding-panel .panel-default.social-panel .panel-heading {
		border-bottom: solid 1px #ebebeb;
	}
	#expanding-panel .panel-default {
		border: 0;
		border-radius: 0;
	}
	#expanding-panel .panel-default .panel-collapse .title-link {
		padding: 9px 12px 9px 35px;
		width: 100%;
		border-bottom: solid 1px #ebebeb;
	}
	#expanding-panel .panel-default .panel-collapse .title-link:after {
		top: 9px;
		left: 16px;
	}
	#expanding-panel .panel-default .panel-body {
		border-top: 0;
	}
	#expanding-panel .panel-default .panel-body ul {
		margin-left: 15px;
		margin-right: 15px;
	}
	#expanding-panel .panel-default .panel-body ul.col3 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	#expanding-panel .panel-default .panel-body .sc-spot {
		display: none;
	}
	#expanding-panel .panel-default .panel-body .sc-spot-content {
		width: 100%;
		max-width: 100%;
	}
	#expanding-panel .panel-default .panel-body .sc-spot-content p {
		padding: 30px 15px;
		font-size: 17px;
		font-size: 1.7em;
		font-size: 1.7rem;
	}
	#expanding-panel .panel-default .panel-body .sc-spot-content ul {
		margin: 4px 5% 20px;
		width: 90%;
	}
	#expanding-panel .panel-default .panel-body .sc-spot-content ul.cols {
		width: 90%;
	}
	#expanding-panel .panel-default .panel-heading {
		padding: 0 44px 0 15px;
		height: 61px;
		border-radius: 0;
		background-color: #fff;
		display: table;
		width: 100%;
	}
	#expanding-panel .panel-default .panel-heading .panel-title {
		font-size: 15px;
		display: table-cell;
		float: none;
		vertical-align: middle;
		position: relative;
		font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
		font-weight: 400;
		cursor: pointer;
	}
	#expanding-panel .panel-default .panel-heading .panel-title:after {
		color: #007eb5;
		font-size: 13px;
		text-align: left;
		content: "\2212";
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: -23px;
		top: 23px;
	}
	#expanding-panel .panel-default .panel-heading .panel-title:before {
		content: "";
		border-radius: 4px;
		background-color: #eee;
		height: 28px;
		width: 28px;
		position: absolute;
		right: -30px;
		top: 16px;
	}
	#expanding-panel .panel-default .panel-heading .panel-title:active {
		text-decoration: none;
	}
	#expanding-panel .panel-default .panel-heading .panel-title:focus {
		text-decoration: none;
	}
	#expanding-panel .panel-default .panel-heading .panel-title:hover {
		text-decoration: none;
	}
	#expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:after {
		display: inline-block;
	}
	#expanding-panel .panel-default .panel-heading .panel-title.no-desk:after {
		display: inline-block;
	}
	#expanding-panel .panel-default .panel-heading .panel-title.no-desk:before {
		display: inline-block;
	}
	#expanding-panel .panel-default .panel-heading .panel-title.collapsed:after {
		content: "\2b";
		right: -23px;
	}
	#expanding-panel .collapse.in {
		border-top: solid 1px #ebebeb;
	}
}
.no-csscolumns #expanding-panel .panel-default .panel-body {
	padding-bottom: 0;
}
.no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content ul.cols li {
	margin-right: 40px;
	width: 45%;
	float: left;
}
.no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content ul.cols li:nth-of-type(even) {
	margin-right: 0;
}
.no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content.col3 {
	width: 100%;
}
.no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content.col3 li {
	overflow: auto;
	margin-right: 20px;
	width: 15%;
	float: left;
}
.no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 {
	padding-bottom: 30px;
}
.no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li {
	margin-right: 20px;
	width: 30%;
	float: left;
}
.no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li a {
	min-height: 40px !important;
	vertical-align: middle;
	display: table-cell;
}
.no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li a:before {
	top: 10px;
}
.no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li:nth-child(3n + 3) {
	margin-right: 0;
}
#boxes {
	padding-top: 40px;
	width: auto !important;
	padding-left: 0px;
	padding-right: 0px;
}
.grid-panel {
	margin-bottom: 40px;
	width: 100%;
	float: left;
	display: block;
}
.grid-panel .grid-item {
	width: 25%;
	min-width: 225px;
	min-height: 207px;
	height: 287px;
	float: left;
	position: relative;
	text-align: left;
}
.grid-panel .grid-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	color: #fff;
	display: block;
}
.grid-panel .grid-item .overlay .number {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	float: left;
	font-weight: 400;
	margin: 0;
	padding: 30px 25px 18px;
	font-size: 60px;
	font-size: 6em;
	font-size: 6rem;
	clear: both;
	width: 100%;
	line-height: 1;
}
.grid-panel .grid-item .overlay .title {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	float: left;
	font-weight: 400;
	margin: 0;
	padding: 27px;
	min-height: 105px;
	line-height: 1.3;
	background-color: rgba(4, 43, 76, 0.6);
	display: block;
	font-size: 20px;
	font-size: 2em;
	font-size: 2rem;
	min-width: 140px;
	width: auto;
}
.grid-panel .grid-item .overlay .detail {
	padding: 0 0 0 30px;
	font-size: 15px;
	font-size: 1.5em;
	font-size: 1.5rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.666;
	display: block;
	width: 65%;
}
.grid-panel .grid-item .grid-link {
	text-decoration: none;
	display: block;
	width: 100%;
	min-width: 225px;
	min-height: 207px;
	height: 287px;
}
.grid-panel .grid-item .grid-link:hover {
	text-decoration: none;
	display: block;
	width: 100%;
	min-width: 225px;
	min-height: 207px;
	height: 287px;
}
.grid-panel .grid-item .grid-link:hover p {
	color: #414141;
}
.grid-panel .grid-item .grid-link:hover .pseudo {
	color: #007eb5;
}
.grid-panel .grid-item .grid-link p {
	color: #414141;
}
.grid-panel .grid-item .grid-link .pseudo {
	color: #007eb5;
}
.grid-panel .grid-item .grid-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	border: 0;
}
.grid-panel .grid-item.grid-tweet {
	background-color: #eee;
	padding: 40px 30px;
	height: 287px;
}
.grid-panel .grid-item.grid-tweet .grid-link {
	height: 207px;
}
.grid-panel .grid-item.grid-tweet .grid-link:hover {
	height: 207px;
}
.grid-panel .grid-item.grid-tweet blockquote {
	margin: 0;
	padding: 0;
}
.grid-panel .grid-item.grid-tweet blockquote .tweet-actions {
	display: none !important;
}
.grid-panel .grid-item.grid-tweet blockquote .tweet-card {
	display: none !important;
}
.grid-panel .grid-item.grid-tweet blockquote p {
	margin-top: 30px;
}
.grid-panel .grid-item.grid-tweet .interact {
	display: none;
}
.grid-panel .grid-item.grid-tweet .user {
	background-image: url(/t4cms/ucdmain_twitter.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #007eb5;
	padding: 4px 0 5px 43px;
}
.grid-panel .grid-item.grid-tweet .tweet {
	margin-top: 34px;
	margin-bottom: 20px;
	line-height: 1.78;
}
.grid-panel .grid-item.grid-tweet .timePosted {
	margin: 0;
	line-height: 1;
}
.grid-panel .grid-item.grid-tweet time {
	line-height: 1;
	font-size: 13px;
	font-size: 1.3em;
	font-size: 1.3rem;
	margin: 0;
}
.grid-panel .grid-item.grid-tweet.light {
	background-color: #fff;
}
@media (max-width: 767px) {
	.grid-panel {
		text-align: center;
		margin: 0 auto 40px;
		float: none;
		width: 570px;
		height: 574px;
		display: table;
	}
	.grid-panel .grid-item {
		width: 285px;
		margin: 0;
	}
	.grid-panel .grid-item:nth-child(n + 5) {
		display: none;
	}
	.grid-panel .grid-item .overlay .detail {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.grid-panel {
		width: 100%;
		float: left;
	}
	.grid-panel .grid-item {
		width: 285px;
		margin: 0 auto;
		display: list-item;
		list-style: none;
		float: none;
	}
}
.panel-body .juicer-feed .j-stack {
	padding: 0 !important;
}
.panel-body .juicer-feed .j-stack .feed-item {
	padding: 0 !important;
	border: 0 !important;
	margin: 0 0 15px !important;
}
.panel-body .juicer-feed .j-stack .feed-item .j-poster {
	display: none;
}
.panel-body .juicer-feed .j-stack .feed-item .text {
	display: none;
}
.panel-body .juicer-feed .j-stack .feed-item:before {
	display: none;
}
.panel-body .juicer-feed .j-stack .feed-item img {
	margin: 0 !important;
}
.panel-body .juicer-feed .j-stack:first-child {
	padding-right: 7.5px !important;
}
.panel-body .juicer-feed .j-stack:last-child {
	padding-left: 7.5px !important;
}
.panel-body .juicer-feed h1.referral {
	display: none;
}
.modalBox {
	display: none;
}
.iw-modalOverlay {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
	width: 920px;
	height: 515px;
}
.modal-header {
	border: 0;
	position: relative;
	z-index: 500;
}
.modal-content {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
}
.modal-content .close {
	margin-top: -1px;
	margin-right: -29px;
	background: #000;
	border: 2px solid #fff;
	padding: 5px;
	border-radius: 50%;
	z-index: 9999;
	color: #fff;
	opacity: 1;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6em;
	font-size: 1.6rem;
	width: 30px;
}
.modal-content .close .close-icon:before {
	content: "\00d7";
}
@media (max-width: 767px) {
	.modalBox iframe {
		width: 100%;
		height: 100%;
	}
	.modal-dialog {
		width: 90%;
		height: auto;
	}
}
.quicklinks {
	clear: both;
	padding-top: 15px;
	max-width: 362px;
}
.quicklinks h3 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0073a4;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 15px;
}
.quicklinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.quicklinks ul li {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0073a4;
	font-size: 13px;
	line-height: 46px;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	padding-left: 20px;
	position: relative;
}
.quicklinks ul li a {
	padding-right: 7px;
}
.quicklinks ul li a[href^="http"] {
	color: #0073a4;
}
.quicklinks ul li a[href^="http"]:after {
	content: url(/t4cms/ucdcollegesandschools_new_window_icon.png);
	position: absolute;
	top: 12px;
	margin-left: 4px;
}
.quicklinks ul li:first-of-type {
	border-top: 1px solid #ebebeb;
}
.quicklinks ul li:before {
	content: url(/t4cms/ucdcollegesandschools_blue-arrow.png);
	position: absolute;
	left: 1px;
	top: 1px;
}
@media (max-width: 767px) {
	.content .quicklinks {
		padding-top: 0;
	}
	.content .quicklinks h3 {
		font-size: 18px;
	}
}
.selectDropdown {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.selectDropdown .carat {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.selectDropdown .carat:after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.selectDropdown .selected::after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
.selectDropdown div {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.selectDropdown div::after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.selectDropdown li {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.selectDropdown:after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.selectDropdown.scrollable div::after {
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
.white-select .selectDropdown {
	border: 1px solid #d8d8d8;
	position: relative;
	width: 100%;
	max-width: 305px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding-top: 0;
	display: table;
}
.white-select .selectDropdown .carat {
	position: absolute;
	height: 37px;
	z-index: 1;
	width: 50px;
	right: 2px;
	top: 2px;
	bottom: 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	background-color: #fbfbfb;
}
.white-select .selectDropdown .carat:after {
	content: url(/t4cms/ucdcollegesandschools_down-blue-arrow-small.png);
	display: inline-block;
	font-size: 12px;
	color: #fff;
	z-index: 99;
	position: absolute;
	top: 10px;
	right: 10px;
}
.white-select .selectDropdown .old {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.white-select .selectDropdown select {
	position: absolute;
	left: 0;
	top: 0;
}
.white-select .selectDropdown .selected {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background-color: #fbfbfb;
	width: 100%;
	height: 39px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #282828;
	line-height: 1;
	position: relative;
	cursor: pointer;
	padding-left: 14px;
	display: table-cell;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
	overflow: hidden;
}
.white-select .selectDropdown div {
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 1px;
	background: #fff;
	overflow: hidden;
	opacity: 0;
	border: 1px solid #ccc;
	color: #444;
	border-radius: 5px;
}
.white-select .selectDropdown ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
.white-select .selectDropdown li {
	display: block;
	font-weight: 400;
	line-height: 1;
	padding: 12px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.white-select .selectDropdown li:hover {
	text-decoration: underline;
}
.white-select .selectDropdown li:last-of-type {
	border-bottom: 0;
}
.white-select .selectDropdown li.focus {
	background: #fff;
	position: relative;
	z-index: 3;
	color: #444;
	text-decoration: underline;
}
.white-select .selectDropdown li.active {
	background: #fff;
	color: #444;
}
.white-select .selectDropdown.open {
	z-index: 2;
}
.white-select .selectDropdown.open div {
	opacity: 1;
	z-index: 2;
}
.white-select .selectDropdown.focus .selected {
	border-color: #ebebeb;
}
.white-select .selectDropdown.touch select {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.white-select .selectDropdown.scrollable div::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.white-select .selectDropdown.scrollable.bottom div::after {
	opacity: 0;
}
.white-select .selectDropdown.scrollable.open ul {
	overflow-y: auto;
}
.white-select.half-width .selectDropdown {
	width: 48%;
	float: left;
}
.white-select.half-width .selectDropdown:last-of-type {
	float: right;
}
@media (max-width: 767px) {
	.white-select .selectDropdown div {
		display: none;
	}
	.white-select .selectDropdown .old {
		width: 100%;
		height: 30px;
		z-index: 999999;
		opacity: 0;
	}
	.white-select .selectDropdown .old select {
		width: 100%;
		height: 30px;
		opacity: 0;
	}
}
#socialFeeds {
	background-color: #eee;
	padding-bottom: 45px;
	padding-top: 50px;
}
#socialFeeds h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #00427a;
	padding: 0 10px 45px 0;
	text-align: center;
	font-size: 24px;
}
#socialFeeds .feed-wrapper {
	padding: 0 5px 0 13px;
	margin: 0;
}
#socialFeeds .feed-wrapper .feed-item {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	font-size: 13px !important;
	width: 263px !important;
	padding: 17px 8px !important;
}
#socialFeeds .feed-wrapper .feed-item .j-poster a .j-date {
	line-height: 22px !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	color: #414141 !important;
}
#socialFeeds .feed-wrapper .feed-item .j-poster a h3 {
	line-height: 22px !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	color: #414141 !important;
}
#socialFeeds .feed-wrapper .feed-item .j-text .message p {
	line-height: 22px !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	color: #414141 !important;
	overflow-x: hidden;
}
#socialFeeds .feed-wrapper .feed-item .j-text .message p .auto {
	line-height: 22px !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	word-wrap: break-word !important;
	color: #0073a4 !important;
}
#socialFeeds .feed-wrapper .feed-item .j-text .message p .auto:focus {
	color: #0073a4 !important;
	text-decoration: underline !important;
}
#socialFeeds .feed-wrapper .feed-item .j-text .message p .auto:hover {
	color: #0073a4 !important;
	text-decoration: underline !important;
}
#socialFeeds .feed-wrapper .feed-item .j-text .message p a {
	line-height: 22px !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	word-wrap: break-word !important;
	color: #0073a4 !important;
}
#socialFeeds .feed-wrapper .feed-item .j-text .message p a:focus {
	color: #0073a4 !important;
	text-decoration: underline !important;
}
#socialFeeds .feed-wrapper .feed-item .j-text .message p a:hover {
	color: #0073a4 !important;
	text-decoration: underline !important;
}
#socialFeeds .feed-wrapper .feed-item .j-meta a:focus {
	color: #0073a4 !important;
}
#socialFeeds .feed-wrapper .feed-item .j-meta a:hover {
	color: #0073a4 !important;
}
#socialFeeds .feed-wrapper .j-paginate {
	display: none;
}
@media (max-width: 767px) {
	#socialFeeds {
		padding-top: 30px;
		padding-bottom: 45px;
	}
	#socialFeeds h2 {
		padding: 0 15px 25px;
		font-size: 20px;
		line-height: 26px;
	}
	#socialFeeds .feed-wrapper {
		padding: 0 15px;
		margin: 0;
	}
	#socialFeeds .feed-wrapper .feed-item {
		width: 100% !important;
		padding: 17px 15px !important;
	}
	#socialFeeds .feed-wrapper .feed-item:last-of-type {
		margin-bottom: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#socialFeeds {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
#socialLinks {
	background-color: #fff;
}
#socialLinks .col-sm-2 {
	border-left: 1px solid #eee;
}
#socialLinks .col-sm-2 a {
	font-size: 13px;
	line-height: 20px;
	color: #0073a4;
	padding: 33px 10px;
	display: inline-block;
	width: 100%;
}
#socialLinks .col-sm-2 a img {
	padding-right: 15px;
}
#socialLinks .col-sm-2:last-of-type {
	border-right: 1px solid #eee;
}
@media (max-width: 767px) {
	#socialLinks .col-sm-2 {
		padding: 0;
	}
	#socialLinks .col-sm-2 a {
		padding: 36px 10px 40px;
		display: block;
	}
	#socialLinks .col-sm-2 a span {
		display: none;
	}
	#socialLinks .col-sm-2 a.fb {
		padding-left: 0;
		background-position: 15px 24px;
	}
	#socialLinks .col-sm-2 a.insta {
		padding-left: 0;
		background-position: -177px 24px;
	}
	#socialLinks .col-sm-2 a.twitter {
		padding-left: 0;
		background-position: -376px 24px;
	}
	#socialLinks .col-sm-2 a.youtube {
		padding-left: 0;
		background-position: -563px 24px;
	}
	#socialLinks .col-sm-2 a.rss-feed {
		padding-left: 0;
		background-position: -750px 24px;
	}
	#socialLinks .col-sm-2 a.g-plus {
		padding-left: 0;
		background-position: -936px 24px;
	}
	#socialLinks .container {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#socialLinks {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
#spots {
	padding-bottom: 31px;
}
#spots .col-sm-4 .wrapper {
	position: relative;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}
#spots .col-sm-4 .wrapper img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 180px;
}
#spots .col-sm-4 .wrapper span {
	background-color: rgba(0, 66, 122, 0.8);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding: 8px 15px;
}
#spots .col-sm-4 .wrapper h3 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #0073a4;
	margin: 0;
	padding: 18px 18px 18px 13px;
	min-height: 128px;
	max-height: 128px;
}
#spots .col-sm-4 .wrapper h3 a {
	color: #0073a4;
}
#spots h2 {
	padding-bottom: 37px;
}
@media (max-width: 767px) {
	#spots {
		padding-bottom: 0;
	}
	#spots .col-sm-4 .wrapper {
		margin-bottom: 15px;
	}
	#spots .col-sm-4 .wrapper h3 {
		min-height: 1px;
		padding: 15px 15px 20px;
	}
	#spots h2 {
		padding-bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#spots {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
#staffProfile .box {
	border: 1px solid #d8d8d8;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
	display: inline-block;
	width: 100%;
	padding: 17px 15px 0;
	min-height: 173px;
	margin-bottom: 25px;
}
#staffProfile .box .intro {
	float: left;
	width: 65%;
}
#staffProfile .box .intro h3 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 6px;
	color: #0073a4;
	font-size: 16px;
	line-height: 18px;
}
#staffProfile .box .intro p {
	text-transform: uppercase;
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #d8d8d8;
}
#staffProfile .box .intro a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #0073a4;
	display: inline-block;
	width: 100%;
}
#staffProfile .box .intro a:before {
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px;
	left: 2px;
	margin-right: 12px;
}
#staffProfile .box .intro a.email:before {
	content: "\2709";
}
#staffProfile .box .intro a.phone:before {
	content: "\e182";
}
#staffProfile .box img {
	max-width: 96px;
	max-height: 134px;
	display: block;
	width: auto;
	height: auto;
	float: left;
	margin: 0 18px 0 0;
}
#staffProfile h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #0073a4;
	margin-bottom: 12px;
	text-align: left;
	padding: 5px 15px 0;
	display: inline-block;
}
@media (max-width: 479px) {
	#staffProfile .box {
		padding-left: 7px;
		padding-right: 7px;
	}
	#staffProfile .box img {
		max-width: 20%;
		width: auto;
		height: auto;
		display: block;
		margin: 0;
	}
	#staffProfile .box .intro {
		float: left;
		width: 80%;
		padding: 0 10px;
	}
	#staffProfile .box .intro a:before {
		margin-right: 7px;
	}
}
#imagegallery {
	padding: 1px;
}
#imagegallery .imagegallery-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px 20px;
}
#imagegallery .imagegallery-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px 20px;
}
#imagegallery .imagegallery-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 20px;
}
#imagegallery .imagegallery-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 20px;
}
#imagegallery .griditem {
	content: inherit;
}
#imagegallery .thumbnail {
	display: block;
	max-width: 100%;
	padding: 4px;
	margin-bottom: 0px;
	line-height: 1.45;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
#imagegallery .caption {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.45;
}
#imagegallery .imagecontainer {
	position: relative;
}
#imagegallery .imagecontainer:hover .image {
	opacity: 0.3;
}
#imagegallery .imagecontainer:hover .overlay {
	opacity: 1;
}
#imagegallery .image {
	display: block;
	width: 100%;
}
#imagegallery .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
	background-color: #007eb5;
}
#imagegallery .text-overlay {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
#imagegallery span {
	color: #fff;
	font-size: 20pt;
	vertical-align: text-bottom;
}
#imagegallery p {
	font-size: 9pt;
	padding-left: 5px;
}
#imagegallery .caption-collapsible {
	background-color: #ddd;
	color: black;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	text-align: left;
	outline: none;
	border: none;
	font-size: 9pt;
	font-weight: bold;
}
#imagegallery .caption-active,
.caption-collapsible:hover {
	background-color: #aaa;
}
#imagegallery .caption-collapsible:after {
	content: "\002B";
	color: gray;
	font-weight: bold;
	font-size: 14pt;
	float: right;
	margin-left: 5px;
}
#imagegallery .caption-active:after {
	content: "\2212";
	font-size: 14pt;
	color: #fff;
}
#imagegallery .caption-content {
	padding: 0 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
}
@media (max-width: 650px) {
	#imagegallery .imagegallery-5 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px 20px;
	}
}
@media (max-width: 650px) {
	#imagegallery .imagegallery-4 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px 20px;
	}
}
@media (max-width: 650px) {
	#imagegallery .imagegallery-3 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px 20px;
	}
}
@media (max-width: 650px) {
	#imagegallery .imagegallery-2 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px 20px;
	}
}
#webinar {
	display: grid;
	grid-template-areas: "header header" "main details" "agenda agenda" "keynote keynote";
	grid-template-columns: repeat(2, minmax(250px, 1fr));
	grid-gap: 10px;
}
#webinar .item1 {
	grid-area: header;
	margin-bottom: 20px;
}
#webinar h1 span {
	font-weight: 600;
}
#webinar h1 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 35px;
	color: #00427a;
	margin-bottom: 32px;
	text-align: left;
	display: inline-block;
}
#webinar h2 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #0073a4;
	padding: 0px;
	text-align: left;
	display: inline-block;
}
#webinar h3 {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 6px;
	color: #0073a4;
	font-size: 16px;
	line-height: 18px;
}
#webinar .item2 {
	grid-area: main;
}
#webinar .item3 {
	grid-area: details;
	padding-top: 30px;
	min-width: 300px;
}
#webinar .item3 .detailsbox {
	display: block;
	margin: -20px 0px 0px 20px;
	padding: 20px 10px 40px 20px;
	border-style: solid;
	border-width: thin;
	border-color: #00427a;
}
#webinar .item4 {
	grid-area: agenda;
	padding-top: 20px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: gray;
}
#webinar .keynote {
	grid-area: keynote;
	padding-top: 10px;
}
#webinar .item5 {
	border-style: solid;
	border-width: thin;
	border-color: lightgray;
	padding: 20px;
}
#webinar .box {
	float: left;
	margin-right: 30px;
}
.speaker {
	text-transform: uppercase;
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
#webinar .image {
	display: block;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
#webinar button {
	background-color: #00ab3c;
	border: none;
	padding: 15px 25px 15px 25px;
	color: white;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 700px) {
	#webinar {
		grid-template-areas: "header" "details" "main" "agenda" "keynote";
		grid-template-columns: repeat(1, 1fr);
	}
	#webinar .item3 .detailsbox {
		border-style: none;
		padding: 0px;
		margin: 0px;
	}
}
#conference-grid {
	display: grid;
	grid-template-areas: "about" "speaker" "agenda" "venue" "social";
}
.about-conference {
	grid-area: about;
}
.speaker-conference {
	grid-area: speaker;
}
.agenda-conference {
	grid-area: agenda;
}
.venue-conference {
	grid-area: venue;
}
.social-conference {
	grid-area: social;
}
#sm-conf {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px 0px 20px -25px;
}
.sm-conf-about {
	background-color: white;
	padding: 0px 30px 0px 25px;
	width: 50%;
}
.sm-conf-details {
	background-color: white;
	padding-left: 25px;
	width: 50%;
	border-left-style: solid;
	border-width: thin;
	border-color: #eee;
}
.sm-conf-title {
	font-size: 18px;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-top: 8px;
	color: #0073a4;
	padding-top: 0px;
}
#sm-conf-keynote {
	display: block;
	background-color: white;
	margin-bottom: 20px;
	padding: 8px 20px 20px 25px;
}
.sm-conf-speakers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.sm-speaker {
	border-width: thin;
	border-style: solid;
	border-color: lightgray;
	margin-top: 25px;
	margin-bottom: 10px;
	min-width: 240px;
	min-height: 134px;
	margin-right: 20px;
}
.sm-button {
	background-color: #00ab3c;
	border: none;
	padding: 15px 25px 15px 25px;
	color: white;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sm-conf-agenda {
	width: 100%;
	display: block;
	padding-left: 25px;
}
.sm-conf-agenda table {
	border-collapse: collapse;
	text-align: left;
	width: 95%;
	table-layout: fixed;
	margin: 30px 0px 20px 0px;
}
.sm-conf-agenda table tr {
	vertical-align: top;
	border-bottom: solid;
	border-bottom-width: thin;
	border-bottom-color: #e0e0e0;
	margin-bottom: 4px;
}
.sm-conf-agenda table td {
	line-height: 1.4;
	padding: 10px 2px 10px 2px;
}
.sm-image-float {
	float: left;
	margin: 0px 20px 10px 0px;
}
.sm-conf-venue {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0px 10px 6px 30px;
	float: left;
	max-width: 640px;
}
.sm-conf-venue ul {
	margin: 0px;
}
@media (max-width: 850px) {
	#sm-conf {
		display: block;
	}
	#sm-conf-keynote {
		display: block;
	}
	.sm-conf-about {
		width: 100%;
		padding: 10px 0px 10px 20px;
	}
	.sm-conf-details {
		width: 100%;
		padding: 10px 0px 10px 20px;
	}
	.sm-conf-speakers {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 0px;
		padding: 0px;
	}
}
@media (max-width: 600px) {
	#sm-conf {
		display: block;
		margin-bottom: 20px;
	}
	#sm-conf-keynote {
		display: block;
		margin-bottom: 20px;
	}
	.sm-conf-about {
		width: 100%;
		padding: 10px 6px 10px 20px;
		margin: 0px;
	}
	.sm-conf-details {
		width: 100%;
		padding: 10px 6px 10px 20px;
		margin: 0px;
	}
	.sm-conf-speakers {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.sm-conf-agenda table {
		margin: 10px 0px 0px 0px;
	}
	.sm-conf-venue {
		margin: 0px;
		padding: 0px 6px 10px 20px;
	}
}
