﻿#skipLinkList {
	position: absolute !important;
	display: block;
	left: 1px;
	top: 1px;
}
a.skipLink {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
	background-color: #0067ac;
    color: #fff !important;
}
a.skipLink:active, a.skipLink:focus, a.skipLink:hover {
	display: block;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	overflow: visible;
	white-space: nowrap;
}
body {
	-webkit-overflow-scrolling: touch;
}
A:focus {
	outline-color: blue;
	outline-style: dotted;
	outline-width: 1px;
	text-decoration: underline;
	
/*	display:inline-block;
	text-decoration: none !important;		
 	position:relative;
 	background-color:#FFFF00 !important;
 	background-position: -100 -25;
	color: #000 !important; 
*/
}
.skipperLink {
	position: absolute;
	top: -40px;
	left: 0;
	background: #00225E;
	color: white;
	padding: 8px;
	z-index: 100;
}
.skipperLink:focus {
	top: 0;
}
.hideElement {
	display: none;
}
.editDisplay {
	font-size: 12px;
}
.right {
	float: right;
}
#mobile-menu {
	display: none;
}
#searchDropMobile {
	display: none;
	height: 30px;
	display: table;
	width: 98%;
}
#simple-menu A:first-of-type {
	background-color: #5FAFE7;
}
#simple-menu A:hover {
	text-decoration: none;
}
.sidrClose {
	width: 94%;
	display: inline-block;
	padding: 3%;
	background-color: #5FAEE6;
	text-align: right;
	border-bottom: solid 1px #5FAEE6;
}
.loginLabelon, .loginLabelon:hover, A#loginLabel:visited {
	/* color: #FFF; */
	text-decoration: none;
	/* background-color: #5DAFE7; */
	height: 50px;
	padding: 3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#mobileResponsiveToggle {
	display: none;
}
#scrollUp {
	height: 45px;
	padding-top: 5px;
	line-height: 110%;
	border-radius: 5px;
}
div.call-out-links a, div.tabs-graphic #tabsNavigation a, div.call-out-links a:visited {
	width: 100%;
	height: 270px;
	margin: 0 0 0 40px;
	padding: 0;
	display: block;
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #4d4d4f !important;
	text-align: left;
	position: relative;
	cursor: pointer;
	z-index: 0;
}
div.call-out-links a {
	width: 100%;
	height: 180px;
	margin: 10px 0 10px 0;
	float: left;
	text-decoration: none !important;
}
div.call-out-links span.tab-heading, div.tabs-graphic #tabsNavigation span.tab-heading {
	width: auto;
	padding: 5px 10px;
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
div.call-out-links span.tab-info, div.tabs-graphic #tabsNavigation span.tab-info {
	width: auto;
	padding: 5px 10px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
}
div.call-out-links span.tab-more, div.tabs-graphic #tabsNavigation span.tab-more {
	width: 80%;
	height: 28px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 10%;
	background: #5DAFE7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 2;
}
/* Carousel right column styles */
#carouselContainer {
	width: 200px;
	height: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#carouselSlideContainer {
	width: 200px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
/* remove the list styles, width : item width * total items */
#carouselSlideContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	position: relative;
}
/* width of the item */
#carouselSlideContainer li {
	width: auto;
	height: 300px;
	float: left;
	background: none;
	padding: 0px;
}
#carouselSlideContainer li img {
	display: block;
	width: 100%;
	height: auto;
}
#carouselSlideContainer li h2 {
	width: auto;
	height: 15px;
	padding: 0px 0px 2px 0px;
	margin: 15px 0 7px 3px;
	overflow: hidden;
	color: #2D84AF;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans serif;
}
#carouselSlideContainer li h2 a {
	color: #569BBE;
	text-decoration: none;
}
#carouselSlideContainer li h2 a:hover, #carouselSlideContainer li h2 a:focus {
	text-decoration: underline;
}
#carouselSlideContainer li p.slideText {
	width: auto;
	height: 154px;
	overflow: hidden;
	padding: 6px 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans serif;
	color: #333333;
}
#carouselSlideContainer li p.slideText a {
	color: #569BBE;
	text-decoration: none;
}
#carouselSlideContainer li p.slideText a:hover, #carouselSlideContainer li p.slideText a:focus {
	text-decoration: underline;
}
/* Styling for prev and next buttons */
.sliderControls {
	width: 20px;
	height: 20px;
	display: none;
}
.landingSpecialties #carouselLeft {
	position: absolute;
	bottom: 0px;
	left: 16px;
}
#carouselLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#carouselRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
a#btnCarouselLeft, .btnCarouselLeft {
	width: 15px;
	height: 15px;
	display: block;
	background: url("/Style Library/Images/UCSD/health-master-sprite.png") -540px -200px no-repeat;
}
a#btnCarouselRight, .btnCarouselRight {
	width: 15px;
	height: 15px;
	display: block;
	background: url("/Style Library/Images/UCSD/health-master-sprite.png") -560px -200px no-repeat;
}
/* Carousel right column styles */
.landingSpecialties #carouselContainer {
	width: 100%;
	height: 350px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #ffffff;
}
.landingSpecialties #carouselSlideContainer {
	width: auto;
	height: 325px;
	position: absolute;
	top: 0px;
	left: 10px;
	overflow: hidden;
}
/* remove the list styles, width : item width * total items */
.landingSpecialties #carouselSlideContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
/* width of the item */
.landingSpecialties #carouselSlideContainer li {
	width: auto;
	height: 325px;
	float: left;
	background: none;
	padding: 0px;
}
.landingSpecialties #carouselSlideContainer li img {
	display: block;
	width: 100% !important;
}
.landingSpecialties #carouselSlideContainer li h2 {
	width: 200px;
	height: 15px;
	padding: 0px 0px 2px 0px;
	margin: 15px 0 7px 3px;
	overflow: hidden;
	color: #2D84AF;
	font-size: 15px;
	font-weight: bold;
	font-family: Univers;
}
.landingSpecialties #carouselSlideContainer li h2 a {
	color: #569BBE;
	text-decoration: none;
}
.landingSpecialties #carouselSlideContainer li h2 a:hover, .landingSpecialties #carouselSlideContainer li h2 a:focus {
	text-decoration: underline;
}
.landingSpecialties #carouselSlideContainer li p.slideText {
	width: 200px;
	height: 154px;
	overflow: hidden;
	padding: 6px 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	font-family: Univers;
	color: #333333;
}
.landingSpecialties #carouselSlideContainer li p.slideText a {
	color: #569BBE;
	text-decoration: none;
}
.landingSpecialties #carouselSlideContainer li p.slideText a:hover, .landingSpecialties #carouselSlideContainer li p.slideText a:focus {
	text-decoration: underline;
}
.verticalTabs {
	display: none;
}

img[src*="bullet-arrow.png"], img[src=*"icoArrowBlueRight.png"] {
    width:10px; height:10px; !important;
}

/* Cycle2 Responsive Image Rotator */
.cycle-slideshow {
	width: 100%;
	position: relative;
	height: auto;
}
.cycle-slideshow img, .cycle-slideshow A, .cycle-slideshow DIV {
	width: 100%;
	display: block;
	height: auto;
}
/* Main Image Rotator */
.slide-container {
	width: 450px;
	max-width: 100%;
	height: 297px;
	position: relative;
	z-index: 0;
	float: right;
}
.slide {
	width: 450px;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.slide.active {
	z-index: 6;
}
#LandingSpecialties #specialtiesMainImage .slide img {
	width: 450px;
	height: 297px;
	border: none;
}
.slide-caption {
	width: 450px;
	max-width: 100%;
	height: auto;
	position: absolute;
	bottom: 2.5%;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
	overflow: hidden;
}
.slide-caption p {
	margin: 8px;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	max-height: 45px;
	overflow: hidden;
}
a.controls {
	width: 25px;
	height: 40px;
	position: absolute;
	top: 100px;
	z-index: 100;
	display: none;
}
a.control-left {
	left: 0;
	background: url("/Style Library/Images/UCSD/health-master-sprite.png") 0 -200px no-repeat;
}
a.control-right {
	right: 0;
	background: url("/Style Library/Images/UCSD/health-master-sprite.png") -50px -200px no-repeat;
}
/* BMI Calculator */
#BMICalculator H1 {
	color: #00245d;
}
#BMICalculator .labelRow, #BMICalculator .bmislider {
	margin: 5px 0 10px 0;
	position: relative;
	clear: both;
}
#BMICalculator INPUT {
	float: right;
	position: relative;
	clear: both;
	padding: 2px;
	background-color: #FFF;
	border-radius: 3px;
	width: 30px;
}
.outer_bmiCalc {
	border: solid 1px #CCC;
	min-width: 280px;
}
.bg_calculator {
	border: solid 5px #FFF;
	padding: 5px;
	width: auto;
	background: rgb(206,234,245);
	
	 /* Old browsers */ background: -moz-linear-gradient(top, rgba(206,234,245,1) 0%, rgba(255,255,255,1) 81%);
	
	 /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(206,234,245,1) 0%,rgba(255,255,255,1) 81%);
	
	 /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(206,234,245,1) 0%,rgba(255,255,255,1) 81%);
	
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeaf5', endColorstr='#ffffff',GradientType=0 );
	  
					}
.bg_calculator .ui-slider-horizontal .ui-slider-handle {
	background-color: #0067ac !important;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}
#amount_bmi, #amount_bmi_metric {
	background-color: transparent !important;
}
#bmiEnglish, #bmiMetric {
	font-size: 11px !important;
}
#BMICalculator > div.bmiEnglish > div:nth-child(7) > label {
			font-size:13px !important;
}
/* News Feature */
.newsFeatureShareLinks {
	float: right;
	color: #5DAFE7;
	padding: 10px 0px;
}
.writtenBy {
	float: left;
	padding: 10px 0;
	width: 50%;
	position: relative;
}
/* Giving */
.GivingRadComboBox {
	width: 375px;
}
/* RSS and Mega News Verbose Listing */
.rssNewsItemTitle a {
	font-weight: bold;
}
.rssNewsItem {
	padding-bottom: 8px;
}
.rssNewsItemPubDate {
	line-height: 10px;
	font-size: 11px;
	font-style: normal;
}
.rssNewsItemBody {
	line-height: 18px;
}
ul#rssNewsCompact {
	padding: 0;
}
ul#rssNewsCompact li {
	padding: 0 0 6px 20px;
}
/* ADX FEED CONTAINER */
.ADXList {
	font-family: Univers, sans-serif;
	clear: both;
}
.ADXList A {
	display: block;
	clear: both;
	position: relative;
}
.ADXList A:after {
}
/* RSS Outside Feed Reader Styles */
.rss-outside-feed {
	line-height: 18px;
}
.rss-outside-item {
	padding-bottom: 8px;
}
.rss-outside-title {
}
.rss-outside-title a {
}
.rss-outside-date {
	font-size: 11px;
}
.rss-outside-content {
}
.rss-outside-content a {
	font-weight: normal;
}
.megaNewsHeading H3 {
	margin-bottom: 10px;
}
.rightColumn .megaNewsHeading {
	display: block;
	color: #333;
	font-size: 14px;
	font-family: UniversBold, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 12px;
	margin-top: 25px;
}
.rightColumn .megaNewsItemTitle A, .rightColumn .megaNewsItemTitle A:visited, .rightColumn .rssNewsItemTitle A, .rightColumn .rssNewsItemTitle A:visited {
	font-family: Univers !important;
	position: relative;
	font-size: 13px;
	line-height: 135%;
}
.megaNewsItemTitle A:hover {
	text-decoration: underline;
}
.rightColumn .megaNewsItemDate {
	float: left;
	width: 100%;
	clear: both;
	margin: 5px 0 0 0;
	font-size: 13px;
	position: relative;
	display: block;
	line-height: 150%;
}
.rightColumn .megaNewsViewAll {
	font-size: 13px;
}
.rightColumn .compactNewsItem {
	display: block;
	width: auto;
	padding-bottom: 20px;
}
.rightColumn .megaNewsByline {
	float: left;
	width: 90%;
	font-size: 13px;
	margin: 5px 0 0 0;
	position: relative;
	display: block;
	font-style: italic;
	line-height: 150%;
}
.rightColumn .megaNewsAbstract {
	display: block;
	clear: both;
	font-size: 13px;
	margin-bottom: 10px;
}
.rightColumn .megaNewsAbstract STRONG {
	font-family: Univers, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
.newsRight .compactItemDate {
	display: table;
	width: 150px;
	float: left;
}
.centerColumnFull .megaNews {
	margin: 20px 0 0 0;
}
.megaNewsHeading H2 {
	margin: 15px 0;
}
.megaNewsItem, .rssNewsItem {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #DDD;
}
.megaNewsByline {
	font-size: 12px;
	font-family: UniversLight, sans-serif;
	position: relative;
	line-height: 200%;
	display: block;
	font-style: italic;
}
.megaNewsByline IMG {
	float: left;
	position: relative;
}
.megaNewsItemTitle, .megaNewsItemTitle A, .megaNewsItemTitle A:visited, .rssNewsItemTitle A, .rssNewsItemTitle A:visited {
	font-size: 14px;
	font-family: Univers, sans-serif;
	font-weight: normal;
	position: relative;
	line-height: 165%;
}
.megaNewsItemDate, .rssNewsItemPubDate {
	position: relative;
	font-size: 14px;
	line-height: 200%;
	color: #333;
}
.megaNewsItemDate {
	font-family: UniversLight, sans-serif;
	font-size: 12px;
}
.megaNewsAbstract, .rssNewsItemBody {
	font-size: 14px;
	font-family: UniversLight, sans-serif;
	color: #333;
	position: relative;
	display: table;
	line-height: 150%;
}
.megaNewsAbstract STRONG, .rssNewsItemBody STRONG {
	font-family: Univers, sans-serif;
	font-weight: normal;
}
/* ADX FEED FORMATTING */
.rightColumn #adx100336 A {
	display: inline-block;
	width: 85%;
	padding: 0 0 10px 0px;
	clear: both;
	float: right;
}
.rightColumn #adx100336 BR {
	clear: both;
}
#WebPartWPQ4 {
	overflow: inherit !important;
}
/*  Drop Cap: News  */
#newsReleaseContent .ms-rtestate-field P:first-child:first-letter {
	float: left;
	color: #0067ac;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: UniversBold, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#newsReleaseContent TABLE P.caption:first-letter, #newsReleaseContent table p:first-letter {
	float: none !important;
	font-size: 11px !important;
	font-family: Univers, sans-serif;
	color: #0067ac;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	line-height: 120%;
	font-weight: normal;
	font-style: normal;
}
/* div.tabs-graphic */
div.tabs-graphic #tabsNavigation {
	padding-bottom: 20px;
	margin-bottom: 10px;
}
div.tabs-graphic #tabsNavigation div {
}
div.tabs-graphic #tabsNavigation a {
	width: 165px;
	height: 270px;
	margin: 0 0 0 40px;
	padding: 0;
	display: block;
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #4d4d4f;
	text-align: left;
	position: relative;
	z-index: 0;
}
div.tabs-graphic #tabsNavigation a.active {
	font-weight: normal;
}
div.tabs-graphic #tabsNavigation span.tab-heading {
	width: 145px;
	padding: 5px 10px;
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
div.tabs-graphic #tabsNavigation span.tab-graphic {
	width: 90px;
	height: 90px;
	display: block;
	margin-left: 37px;
}
div.tabs-graphic #tabsNavigation.cancer-prevention span.tab-graphic {
	background: url("/patients/billing/PublishingImages/icons-graphic-tabs-cancer-prevention.png");
}
div.tabs-graphic #tabsNavigation span#tab-one {
	background-position: left top;
}
div.tabs-graphic #tabsNavigation span#tab-two {
	background-position: left -90px;
}
div.tabs-graphic #tabsNavigation span#tab-three {
	background-position: left -180px;
}
div.tabs-graphic #tabsNavigation span.tab-info {
	width: 145px;
	padding: 5px 10px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
div.tabs-graphic #tabsNavigation span.tab-more {
	width: 115px;
	height: 28px;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 25px;
	background: #539abf;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 2;
}
div.tabs-graphic #tabsNavigation a span.selected {
	display: none;
	width: 90px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 37px;
	z-index: 1;
}
div.tabs-graphic #tabsNavigation.cancer-prevention a span.selected {
	background: url("/patients/billing/PublishingImages/icons-graphic-tabs-cancer-prevention.png");
	background-position: left bottom;
}
div.tabs-graphic #tabsNavigation a.active span.selected {
	display: block;
}
div.tabs-graphic .tabsGroup {
	padding: 0;
	border: none;
}
.floatNavFaculty #rightContainer IMG {
	float: left;
	margin: 0 2% 0 0;
}
.floatNavFaculty #rightContainer .Title {
	font-family: 'UniversBold';
}
/* GLOBAL */
#clearer {
	clear: both;
}
#DeltaPlaceHolderMain .clr {
	clear: none;
}
#DeltaPlaceHolderMain .contentColumn .clr {
	width: 1px;
	height: 1px;
	margin-left: -1px;
	margin-bottom: -1px;
	font-size: 1px;
	clear: both;
	line-height: 1px;
}
#DeltaPlaceHolderMain .contentColumn .clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tiled {
	float: left;
	width: 100%;
}
.tiled A, .tiled DIV, .tiled SPAN {
	display: block;
	float: left;
	width: 25%;
	padding-bottom: 30%;
	color: #FFF;
	position: relative;
	margin-bottom: 2%;
}
.tiled A * {
	position: absolute;
	text-align: center;
	width: 96%;
	margin: 0 2%;
}
.tiled:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.tiled img {
	border: #cccccc 1px solid;
	margin: 0 3% 19px 0;
	float: left;
}
.wingdings {
	font-family: Webdings;
}
.icons {
	display: inline-block;
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.link-dark, A.link-dark {
	color: #00225E;
	text-decoration: underline;
}
.arrow {
	text-decoration: none;
}
.bullet-green-arrow {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url("/Style Library/Images/UCSD/health-master-sprite.png") -990px -399px no-repeat;
}
.bullet-blue-arrow {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url("/Style Library/Images/UCSD/health-master-sprite.png") -990px -399px no-repeat;
}
#pageBottom {
	position: relative;
	height: 9px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#blockquote, .blockquote {
	margin-left: 20px;
}
.alignLeft {
	float: left;
	padding: 10px 10px 0px 0px;
	position: relative;
	max-width: 100%;
	width: auto;
	clear: none;
}
#tabsNavigation a.tabsBtn {
	font-size: 15px !important;
}
/* overrides core style so RSS Feed Web Part text rendering matches rest of site  */
.ms-WPBody {
	font-size: 15px;
	font-family: 'UniversLight', sans-serif;
}
td.UCSDformsText {
	font-size: 15px;
	font-family: 'UniversLight', sans-serif;
}
/* additional stying for SharePoint class for PDF icons  */
.ms-asset-icon {
	vertical-align: middle;
}
/*  For the SEO Edit Panel on PageLayouts - No Need to Edit this    */
/*  Temporary styles to use in for the health.ucsd.edu templates that were migrated     */
.headlineImg {
	float: right;
	width: 155px;
}
/* Standard Table Style */
.health-system, .contentColumn TABLE {
	border-collapse: collapse;
	width: 99%;
}
.health-system tr.health-systemTableHeaderRow-1, .contentColumn TABLE TH {
	color: #ffffff !important;
	background: #0067ac !important;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
/*  Google Search Box Overrides   */
.gsc-input input.gsc-input {
	background: none repeat scroll 0% 0% white !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #AAA;
	height: 25px;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: #0067ac !important;
}
.gs-image {
	background-image: none !important;
	padding-left: 0px !important;
}
input.gsc-input {
	border-color: #D9D9D9;
}
input.gsc-input {
	border-color: #D9D9D9;
	font-size: 13px;
	padding: 1px 6px;
}
input.gsc-input {
	padding: 1px 6px;
	border: 1px solid #DDD;
	width: 99%;
}
input.gsc-search-button {
	width: 20px !important;
	height: 20px !important;
	min-width: 34px !important;
	color: transparent !important;
	border: 0 !important;
	background-color: transparent !important;
}
td.gsc-search-button {
	width: 34px !important;
	background-image: url('https://assets.ucsd.edu/img/icon/googlesearchicon.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: table-cell !important;
}
td.gsc-clear-button {
	display: none !important;
}
.gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title b, .gs-imageResult a.gs-title, .gs-imageResult a.gs-title b, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
	color: #63b1e5 !important;
	font-size: 18px !important;
	font-family: Univers, sans-serif;
	font-weight: normal !important;
	text-decoration: none;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	width: 100%;
	font-family: Univers !important;
	font-size: 15px !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: #666666;
	font-family: Univers !important;
	font-size: 15px !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 0 0 0 !important;
}
/* Google Translate Overrides */
#google_translate_element {
	position: relative;
	top: 5px;
}
#translate_div, #giving_div {
	width: 175px;
	height: auto;
	position: relative;
	color: #FFF;
	font-weight: lighter;
	padding: 10px;
	font-size: 14px;
	line-height: 150%;
	display: none;
}
#translate_div {
	line-height: 120%;
}
.goog-te-gadget-icon {
	display: none;
}
#google_translate_element .goog-te-menu-value {
	width: 145px;
	color: #444 !important;
	display: block;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-of-type {
	text-decoration: none;
	color: #666;
	display: inline-block;
	width: 133px;
}
/*Share Bar Mobile */
.at4m-dock a:link, .at4m-dock a:visited, .at4m-dock-toggle {
	height: 35px !important;
	line-height: 100% !important;
	font-size: 12px;
	color: #AAA !important;
	text-transform: uppercase;
}

/* used for iframes */
.sideBySide {
	float:left;
	width:48%;
	padding-right:2%;
}

@media only screen and (max-width:768px) {
	.call-out-links .equal-cols-2 {
		margin:0 auto 0 auto !important;
		width:100% !important;
	}
}

@media screen and (max-width: 800px) {
	.sideBySide {
		width:98%;
		padding-right:2%;
		padding-bottom:15px;
		clear:both;
	}
}

@media screen and (min-width: 1300px) {
	
	/* Equal Columns */
	.equal-cols-1 {
		width: 100%;  padding: 10px 0 0 0;
	}
	
	.equal-cols-2, .equal-cols-3, .c, .equal-cols-5 {
		width: 100%; clear: both; padding: 10px 0 0 0;
	}
	.equal-cols-2:after, .equal-cols-3:after, .equal-cols-4:after, .equal-cols-5:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.equal-cols-2 .left-col, .equal-cols-3 .left-col, .equal-cols-4 .left-col, .equal-cols-5 .left-col, .equal-cols-2 .middle-col, .equal-cols-3 .middle-col, .equal-cols-4 .middle-col, .equal-cols-5 .middle-col {
		float: left;
	}
	.equal-cols-2 .right-col, .equal-cols-3 .right-col, .equal-cols-4 .right-col, .equal-cols-5 .right-col {
		float: right;
	}
	.equal-cols-2 .left-col, .equal-cols-2 .right-col, .equal-cols-1 .left-col, .equal-cols-1 .right-col {
		width: 47%;
	}
	.equal-cols-3 .left-col, .equal-cols-3 .right-col, .equal-cols-3 .middle-col {
		width: 30%;
	}
	.equal-cols-3 .middle-col {
		margin-left: 5%;
	}
	.equal-cols-4 .left-col, .equal-cols-4 .right-col, .equal-cols-4 .middle-col {
		width: 22%;
	}
	.equal-cols-4 .middle-col {
		margin-left: 4%;
	}
	.equal-cols-5 .left-col, .equal-cols-5 .right-col, .equal-cols-5 .middle-col {
		width: 17%;
	}
	.equal-cols-5 .middle-col {
		margin-left: 3.75%;
	}
}
/* UN-Equal Columns */
.unequal-cols {
	width:100%;
	margin: 10px 0;
}
.unequal-cols::before, .unequal-cols::after {
    clear: both; 
}
.unequal-cols .unequal-left-col {
	float:left;
	width:69%;
}
.unequal-cols .unequal-right-col {
	float:right;
	width:28%;
}
@media only screen and (max-width: 730px) {
	.unequal-cols .unequal-left-col  { width:100%; }
	.unequal-cols .unequal-right-col { width:100%;	margin:10px 0 0 0; }
}