/* Global Responsive Styles */

@import url(/global/design/responsive/fonts/fonts.css); 

/* customizations of bootstrap */
/* basic thematic template for welcome and web pages */
/* Updated 1/18/17 SKB - Release 6.1 - Proxima Nova, sticky header and navigation, brighter UC Davis gold color, update for social media icons */
/* UPDATE 12/5/17 SKB - global nav addon, additional main search styles */
/* NEW UPDATE 4/11/18 SKB - mobile sticky header + main nav mod for donate now btn */
/* UPDATE 5/5/18 SKB - make a gift button position */
/* UPDATE 6/26/18 SKB - added on-page giving button styles, line 370 */
/* UPDATE 10/30/18 Cesar - added sidebar call to action button, line 412 */
/* UPDATE 10/31/18 Cesar - added new header and subheader styles, lines 1550-1654  */
/* UPDATE 11/19/18 Cesar - added new spacing adjustments to section area based topbar-brand-container, lines 1609 */
/* UPDATE 11/28/18 Cesar - added new spacing adjustments to sec nav based topbar-brand-container, lines 1617 */

/* new Proxima Nova styles */
		
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Proxima-Nova', Helvetica, Arial, Lucida Grande, Lucida Sans, sans-serif;
}
h1 {
	font-weight: 700;
}
p {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.med {
	font-weight: 500;
}
.sb {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}

/* new Proxima Nova font styles */


/* start sticky header */

header {
	position: fixed;
	top: 0;
	z-index: 100;
	border-top: 0;
	width: 100%;
	max-width: 1280px;
}
.navbar-wrapper .navtop {
	position: fixed;
	width: 100%;
	margin-top: 5.625em;  /* 90px converted */
	right: 0;
	z-index: 101;
	border-top: 0;
}

/* NEW 11/13/16  mobile scrolling */
@media (max-width:859px) {
.navbar .navbar-collapse.in {
	max-height: 350px!important; /* changed from 300px 4/11/18 */   
	overflow-y: scroll!important;
	overflow-x: hidden!important;
	-webkit-overflow-scrolling: touch;
}
}
#topbanner, .owl-wrapper-outer {
	margin-top: 8.4em;
}

@media (min-width:860px) {
#topbanner, .owl-wrapper-outer {
	margin-top: 9.063em;
}
}
section.detailpage {
	padding-top: 10em;
}
.navtop .navbar {
	max-width: 1280px;
	margin: 0 auto;
}
/* end sticky header */

/* anchor link fix for sticky header and nav  */

a[name] {
	padding-top: 160px;  /* fixed header and nav height */
	margin-top: -160px;  /* negative margin to negate padding */
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}


.addthis_sharing_toolbox {
	display: none;
}
body {
	background: #f7f7f7;
}
.shadow {
	-webkit-box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.1);
}
.container {
	background: #fff;
	margin: auto;
	max-width: 1280px;
	padding-right: 0;
	padding-left: 0;
}
.title {
	color: #fff;
	background-repeat: repeat-x;
	font-family: Georgia, Times, serif;		/* for left nav sites ONLY */
	background-image: url(/global/design/responsive/bootstrap/css/img/titlenavBG.png);
	background-color: #002855;
	text-align: center;
	font-weight:400;
	font-size: 2em;
	line-height: 1em;
	padding: 7px 5px 6px 5px;
}
header {
	background-image: none;
	background-color: #f7f7f7;
	max-height: 90px;
	height: auto; /* IE8 fix */
	padding: 20px 20px 30px 20px;
	/* overflow: hidden; removed 10/13/16 with new sticky head file */
	text-align: left;
}
header .wordmark {
	float: left;
	height: auto;
	margin-top: -8px;  /* added 1/26/15 - specific to new MC logo */
}
#mini_navbar {
	text-align: right;
	float: right;
	font-size: .9em;
	margin-top: -3px;
	padding-bottom: 8px;
}
#mini_navbar a {
	color: #335379;
}
#mini_navbar .glyphicon-earphone {
	color: #F99f00;
	} /* changes color of phone icon in global nav - 09/11/18 */
	
/* global nav add-on - 12/5/17 */

.nav-addon { 
	margin-right:12px;
	color:#335379;
	font-weight: 600;
}

.nav-addon .glyphicon {
	padding-right:4px;
}

#topbanner {
	/*border-top: #c99700 1px solid;  removed 10/11/16 
	margin-top: -1px; */
	content: " ";
}
/* Quick mini menu with dropdown - only applies to top level sites - pulled from new welcome design 10/13/16 */

header #mini-menu {
	position: relative;
}
#mini-menu {
	display: inline-block;
	/*float:none; */
	padding-right: 15px;
	margin-top: 7px;
	text-align: left;
}
#mini-menu .menuhead {
	font-size: .95em;
	text-align: left;
	padding: 10px 3px 10px 10px;
}
#mini-menu .menuhead:hover, #mini-menu .menuhead:active, #mini-menu .menuhead:focus {
	background: #FCB604;
}
#mini-menu .menuhead span {
	display: inline-block;
	margin-right: 25px;
}
#mini-menu .menuhead .glyphicon {
	color: #FCB604;   /* custom yellow */
}
#mini-menu .menuhead:hover .glyphicon, #mini-menu .menuhead:active .glyphicon, #mini-menu .menuhead:focus .glyphicon {
	color: #fff;
}
#mini-menu .menuhead:visited .glyphicon {
	color: #FCB604;   /* custom yellow */
	content: "\2b";
}
#mini-menu .glyphicon.glyphicon-plus, #mini-menu .glyphicon.glyphicon-minus {
	position: absolute;
	right: 0;
	vertical-align: top;
}
#mini-menu .glyphicon.glyphicon-plus {
	font-size: .85em;
	padding-top: 2px;
}
#mini-menu .glyphicon.glyphicon-minus {
	color: #fff;
	font-size: 1em;
	padding-top: 1px;
	margin-right: -3px;
}
#mini-menu a {
	color: #002855;
}
#mini-menu .dropdown-menu {
	top: 120%;
	font-size: 1.1em;
	line-height: 1.9em;
	padding: 15px 5px;
	background-color: #FBF6E5;
	border: 3px solid #FCB604;  /* custom yellow */
	right: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 6px 13px rgba(51, 51, 51, .4);
	box-shadow: 0px 6px 13px rgba(51, 51, 51, .4);
}
#mini-menu .dropdown-menu a:hover, #mini-menu .dropdown-menu a:focus, #mini-menu .dropdown-menu a:hover .glyphicon {
	color: #1a3e68;
}
#mini-menu .dropdown-menu a:hover, #mini-menu .dropdown-menu a:focus {
	background-color: rgba(252,182,4,0.65);  /* custom yellow */
	text-decoration: underline;
}
#mini-menu .glyphicon {
	color: #FCB604;   /* custom yellow */
	font-size: 1.3em;
	padding-right: 8px;
	vertical-align: text-bottom;
}
/* end mini menu */

/* start search mods */

#search {
	width: auto;
	position: relative;
	display: inline-block;
	float: right;
	clear: right;
	padding-bottom: 5px;
}
#search .textfield {
	color: #666;
	background-color: #E5E9Ef;
	border: 1px solid #7f93ae;
	padding: 2px 2px 2px 8px;
	border-radius: 3px;
}
#search .glyphicon {
	color: #7f93ae;
}
#search .input-group .form-control, #search .form-group {
	position: relative
}
.inner-btn {
	position: absolute;
	right: 0;
}
#search .inner-btn > .btn {
	z-index: 10000;
	padding: 5px 0;   /* New 11/2/17 - 0 padding left and right */
	margin: 3px;
	background: none;
	border: none;
	margin-right: 10px;
}
#search .inner-btn > .btn:active, #search .inner-btn > .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	outline: 0;
}
/* end search mods */


/* breadcrumb */

.breadcrumb > li + li:before {
	content: "/";
}
.breadcrumb {
	font-size: .8em;
	padding-top: 0;
	margin-bottom: 12px;
}
/* MAIN CONTENT */

h1 {
	font-size: 1.1em;
}
section {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#sharethis {
	padding-top: 8px;
	float: right;
}
.page-header {
	padding-bottom: 0px;
	margin: 0;
	font-size: 1.5em;
	color: #bc8d00;
}
.page-header h1 {
	margin-top: 0;
	font-weight: 500;
}
.detailpage .page-header h1 {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.4em;
	color: #335379;
	font-weight: 500;
}
.smalltext {
	font-size: .9em;
}
.tinytext {
	font-size: .7em;
	padding-top: 5px;
	color: #999 !important;
}
.nowrap {
	white-space: nowrap;
}
/* right sidebar */

.sidebar .panel-body ul {
	padding-left: 15px;
}
/* buttons */

.btn-primary {
	color: #4d688c;
	background-color: #f0dd99;
	border-color: #ecd47f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #002855;
	background-color: #f0dd99;
	border-color: #e1bb33;
	text-decoration: underline;
}

/* donate button - added 6/27/18 */

.btn.btn-donate {
	white-space: normal;
	display:block;
}

.btn-donate.btn-lg {
	padding: 9px 20px 7px;
	font-size: 17px;
} 

a.btn-donate {
    color: #335379;
    background-color: rgba(0,141,165,.26);
    border-color: rgba(0,141,165,.35);
	transition: all 0.3s ease 0s;
}

.btn-donate:hover, .btn-donate:focus, .btn-donate:active {
    color: #ffffff;
    background-color: #008da5;
    border-color: #008da5;
}

a.btn-donate:before {
	color:#008dac;
	content: "\e005";
	font-family: 'Glyphicons Halflings';
	font-size:21px;
	padding-right:8px;
	vertical-align:middle;
	
}

a.btn-donate:hover:before, a.btn-donate:active:before, a.btn-donate:focus:before  {
	color:#bfe1e8; 
}

/* Adds sidebar call to action button 10/30/18*/
.sidebar-cta-btn a{
	display: block;
	width: 100%;
	height: 100%;
    color: #335379;
    text-decoration: none;
    padding: 20px;
    background-color: #E5E9EF;
    border: solid 1px #B2BDCF;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 0 !important;
    margin-bottom: 10px;
    cursor: pointer;
}
.sidebar-cta-btn a:hover{
    color: #ffffff;
    background-color: #002855;
    border: solid 1px #002855;
    text-decoration: underline;
}
.sidebar-cta-btn .glyphicon-chevron-right {
    color: #F99f00;
    padding-left: 3px;
    vertical-align: bottom;
    padding-bottom: 4px;
}


@media (min-width:860px) {
	.panel-plain div .btn-donate {
		margin:-10px 0;
	}
}
	

/* panels */

.panel-body h2 {
	font-size: 1.3em;
	font-weight: 500;
	color: #967100;
	line-height: 1.3em;
}
.panel-body h3 {
	margin-top: 0;
	color: #335379;
	margin-bottom: .625em;
	font-size: 1.3em;
	font-weight: 500;
}
/* fixes bullets that overlap with floated left images */
.tab-content ul, .panel-body ul {
	overflow: hidden;
}
.tab-content ul li, .panel-body ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(img/bullet_blue.gif);
	margin-left: -20px;
	padding-left: 15px;
}
.sidebar .panel-body ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(img/bullet_blue.gif);
	margin-left: -15px;
	padding-left: 15px;
}
/* panels - hyperlink colors and treatment */

.panel-body p a, .tab-content p a {
	color: #00829b;
}
.panel-body li a, .tab-content li a, .panel-body #articleList p a {
	color: #4d688c;
}
/* plain panels */

.leftfeatures > .panel-plain p {
	padding-left: 5px;
	padding-right: 5px;
}
.detailpage .maincol .panel-plain > .panel-body {
	padding-top: 0;
}
.detailpage .maincol .panel-plain > .panel-heading h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
}
/* variation 4 panel - set to light blue background, dark blue heading */

.panel-variation-4 {
	border-color: #ccd4e0;
    border-radius: 0;
}
.panel-variation-4 > .panel-heading {
	color: #fff;
	background-color: #4d688c;
	border-color: #4d688c;
}
.panel-variation-4 .panel-body {
	background-color: #eceff3;
}
.panel-variation-4 > .panel-heading a {
	color: #ffffff;
}
.panel-variation-4 > .panel-heading a:hover, .panel-variation-3 > .panel-heading a:focus {
	background-color: #335379;
	display: block;
	padding: 7px 15px;
	margin: -7px -15px;
}
.panel-variation-4 > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #4d688c;
}
.panel-variation-4 > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #4d688c;
}
/* accordion panels */
	
.maincol .panel-group, .sidebar .panel-group {
	margin-bottom: 20px;
}
.maincol .panel-group .panel + .panel {
	margin-top: -1px;
}
/* tab panels */

.nav-tabs {
	border-bottom: 1px solid #ccd4e0;
}
.nav-tabs > li > a {
	color: #002855;
}
.nav.nav-tabs li a span.glyphicon-chevron-down {
	display: none;
}
.nav-tabs > li > a:hover {
	border-color: #ccd4e0 #ccd4e0 #ccd4e0;
	color: #002855;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #e9cc66;
	text-decoration: underline;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #335379;
	background-color: #ccd4e0;
	border-color: #ccd4e0 #ccd4e0 transparent;
	text-decoration: none;
}
.tab-primary > li > a {
	border-left: 1px solid #ecd47f;
	border-right: 1px solid #ecd47f;
	border-top: 1px solid #ecd47f;
	background-color: #ecd47f;
}
.tab-content h2 {
	color: #967100;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 0;
}
.tab-content h3 {
	margin-top: 0;
	color: #335379;
	margin-bottom: .625em;
	font-size: 1.3em;
	font-weight: 300;
}
.tab-content {
	padding: 20px;
	border-left: 1px solid #ccd4e0;
	border-right: 1px solid #ccd4e0;
	border-bottom: 1px solid #ccd4e0;
	margin-bottom: 20px;
}
/* jump menus */

.jumpmenu {
	background-color: #e5e9ef;
	display: block;
	padding: 15px;
	margin-top: 15px;
}
.jumpmenu .col-50percent-sm {
	padding-left: 0;
}
.jumpmenu li {
	font-size: .95em;
}
.jumpmenu p a {
	color: #007389;
}
/* back to top  NEW 11/1/16 SKB */

.backtotop {
	font-size: .95em;
	text-transform: uppercase;
	float: none;
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
	text-align: right;
}
.backtotop .glyphicon {
	color: #FCB604;		
	font-size: 1.4em;
	line-height: .9em;
	padding-right: 5px;
	vertical-align: text-bottom;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.backtotop .glyphicon:hover, .backtotop .glyphicon:focus {
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);
}
/* modals */

.modal-header .close {
	right: 0;
	font-size: 36px;				/* SKB mod 3/29/16 */
}
h4.modal-title {				/* SKB mod 11/9/16 */
	font-size: 1.4em;
	color: #335379;
}
/* rows and columns */

.panel-group .row .rowheader {
	padding-left: 15px;
}
.row h3.rowheader {
	font-size: 1em;
	margin-top: 10px;
}
/* images */

.img-responsive-plain {
	height: auto;
	max-width: 100%;
}
.img-responsive-right {
	display: block;
	height: auto;
	max-width: 100%;
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
}
.img-responsive-left {
	display: block;
	height: auto;
	max-width: 100%;
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
p img.img-responsive-left, p img.img-responsive-right {
	margin-top: 5px;
}
/* images with captions */  
   
.photo_caption_left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.photo_caption_right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.photo_caption_wide {
	margin: 0px 0px 15px 0px;
}
.photo_caption_left, .photo_caption_right, .photo_caption_wide, p.photo_caption_left, p.photo_caption_right, p.photo_caption_wide {
	width: auto;
	display: block;
	font-size: .95em;
	color: #666;
	margin-top: .5em;
	border-bottom: 1px solid #D9DFE6;  /* moved bottom border from mobile to all 4/27/16 */
	margin-bottom: 1em;
	padding-bottom: .625em;
}
.photo_caption_left, .photo_caption_right, p.photo_caption_left, p.photo_caption_right {
	max-width: 50%;		/* changed from 300px 4/22/16 */
}
.photo_caption_wide, p.photo_caption_wide {
	max-width: 100%;
	padding-top: 15px;
}
p.photo_caption_wide:first-child {
	padding-top: 0;
}
p.photo_caption_left img, p.photo_caption_right img, p.photo_caption_wide img, .photo_caption_left img, .photo_caption_right img, .photo_caption_wide img {
	padding-bottom: .325em;
	width: 100% !important;
	height: auto;
}
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.margin-right {
	margin-right: 15px;
}
.margin-left {
	margin-left: 15px;
}
.img-margin-bottom {
	margin-bottom: 8px;
}
.img-caption {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 5px;
}
.socialmedia img {
	margin-bottom: 5px;
}
/* high-level footer logo */

footer .logo {
	margin-top: 10px;
}
/* footer social media icons */

footer .socialmedia {
	display: inline-block;
	font-size: 1.1em;
}
footer .socialmedia p {
	margin-top: 10px;
}
footer .socialmedia img { 			/* modified size and changed padding to margin 1/18/17 */
	max-width: 44px;
	max-height: 44px;
	width: 16%;
	margin-right: 4px;
	transition: all 0.4s ease 0s;
}
footer .socialmedia.icon-lg {
	padding-top: 15px;
	padding-bottom: 20px;
}
footer .socialmedia.icon-lg img {
	opacity: .5;
}
footer .socialmedia.icon-lg img:hover, footer .socialmedia.icon-lg img:focus {
	opacity: .7;
}
footer .socialmedia.icon-sm img {			/* set 100% width and height for icons 1/18/17 */
	opacity: .85;
	max-width: 33px;
	max-height: 33px;
	margin-right: 3px;
	padding-right: 0;
	width: 100%;
	height: 100%;
}
footer .socialmedia.icon-sm img:hover, footer .socialmedia.icon-sm img:focus {
	opacity: 1;
}
/* make a gift */


.make-a-gift {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;				/*was 5px 5/5/2018 testing */
	margin-bottom: 5px;
	width: 149px;
	height: 37px;
}
img.make-a-gift {
	transition: all 0.3s ease 0s;
}
img.make-a-gift:hover, img.make-a-gift:focus {
	-moz-transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}
/* thumbnails */

.thumbnail h2 {
	font-size: 1.2em;
	color: #335379;
	margin-top: 0;
}
/* videos - video box large and standard, video thumbnails, screenshots */

.video-box-large {	/* large - full width video  NEW 8.10.17 SKB */
	width: 100%;
    height: auto;
    margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.video-box {		/* standard video */
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
	max-width: 320px;
	width: 100%;
}
.video-thumbnail {		/* thumbnail video  */
	position: relative;
	width: 100%;
	max-width: 235px;
}

.video-box.pull-left, .video-thumbnail.pull-left {
	margin-right: 15px;
}
.video-box.pull-right, .video-thumbnail.pull-right {
	margin-left: 15px;
}
.video-box img, .video-thumbnail img {		
	width: 100%;
	height: auto;
}

.panel-default .video-thumbnail, .panel-variation .video-thumbnail, .panel-variation-2 .video-thumbnail {
	max-width: 220px;
}
/* for video screenshots */
.video-box img {
	padding-bottom: 3px;
	margin-top: 10px;
	height: auto;
	z-index: 1;
}
.video-thumbnail img, .video-thumbnail iframe {
	padding-bottom: 4px;
}
.video-box iframe, .video-thumbnail iframe {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.video-box iframe {
	margin-top: -10px;
}
.video-box p {
	margin-right: 10px;
}
.video-box-large p {     /* .video-box-large NEW 8.10.17 SKB */ 
	margin-top: .825em;
	border-bottom: 1px solid #d9dfe6;
	padding-bottom: 1.25em;
}
.video-box-large p, .video-box p, .video-thumbnail p {  
	font-size: .9em;
	margin-bottom: 0;
	color: #666;
}
.video-box p.smalltext, .video-thumbnail p.smalltext {
	font-size: .8em;
}

.video-box p a:hover {
	color: #4c6794;
}
.video-thumbnail a p {
	color: #002855;
}
/* overlay for video screenshots */
.overlay {
	background-image: url(/global/images/icons/play-icon.png);
	background-repeat: no-repeat;
	opacity: 0.7;
}
.video-box .overlay {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 65px;
	left: 15%;
}
.video-thumbnail .overlay {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 45px;
	left: 15%;
}
.flexslider li .slide .overlay {
	width: 30%;
	height: 32%;
	position: absolute;
	top: 40%;
	left: 30%;
}
.video-box:hover .overlay, .video-box:focus .overlay, .video-thumbnail:hover .overlay, .video-thumbnail:focus .overlay, .slide:hover .overlay, .slide:focus .overlay {
	opacity: 1;
}
/* boxed items and pull quotes */

.box_left, .box_right {
	max-width: 300px;
	width: 100% !important;
	font-size: .95em;
	display: block;
	border: 1px solid #e5c44d;
	background-color: #fbf6e5;
	padding: 10px;
	z-index: 1;
	overflow: hidden;
}
.box_wide {
	width: 100%;
	font-size: .95em;
	display: block;
	border: 1px solid #e5c44d;
	background-color: #fbf6e5;
	padding: 15px;
	margin: 15px 0px;
	z-index: 1;
	overflow: hidden;
}
.box_wide h1 {
	font-size: 1.3em;
	margin-bottom: 8px;
	margin-top: 10px;
}
.box_wide h2 {
	margin-top: 5px;
}
.panel-body .box_wide h3 {
	font-size: 1.2em;
}
.panel-body .box_left a, .panel-body .box_right a, .panel-body .box_left p a, .panel-body .box_right p a, .panel-body .pullquote_left a, .panel-body .pullquote_right a, .panel-body p.pullquote_left a, .panel-body p.pullquote_right a {
	color: #007288;
}
.box_left {
	float: left;
	margin: 5px 15px 10px 0px;
}
.box_right {
	float: right;
	margin: 5px 0px 10px 15px;
}
.box_right ul, .box_left ul {
	margin-left: -20px;
}
.panel-body .box_right h2, .panel-body .box_left h2 {
	color: #1a3e68;
}
.pullquote_left, .pullquote_right {
	width: 100%;
	max-width: 280px;
	padding: 20px;
	line-height: 1.5em;
	display: block;
	color: #335379;
	border-top: 2px solid #e5c44d;
	border-bottom: 2px solid #e5c44d;
	background-color: #fbf6e5;
}
.pullquote_left {
	margin: 5px 15px 10px 0px;
	float: left;
}
.pullquote_right {
	margin: 5px 0px 10px 15px;
	float: right;
}
.pullquote_left img {
	margin-right: 8px;
}
.pullquote_right img {
	margin-left: 8px;
}
/* Alerts */

.alert {
	font-size: 1.1em;
}
/* ALERT TYPE: SUCCESS, POSITIVE ANNOUNCEMENT - teal green  */

.alert-success {
	color: #224D4D;
	background-color: #d2ebeb;
	border-color: #1D9999;
}
.alert-success .alert-link {
	color: #224D4D;
}
/* ALERT TYPE: GENERAL INFO, HEALTH NEWS - blue  */

.alert-info {
	color: #335379;
	background-color: #D1E6EF;
	border-color: #75B3CF;
}
.alert-info .alert-link {
	color: #1a3e68;
}
/* ALERT TYPE: NOTICE, CAUTION - gold  */

.alert-warning {
	color: #1a3468;
	background-color: #e5c44d;
	border-color: #deb31a;
}
.alert-warning .alert-link {
	color: #1a3e68;
}
.alert-warning .alert-link:hover {
	color: #335379;
}
/* ALERT TYPE: URGENT, CRITICAL - red  - use sparingly! */

.alert-danger {
	color: #ba0c2f;
	background-color: #f8e6ea;
	border-color: #d8788c;
}
.alert-danger .alert-link {
	color: #BA0C2F;
}
/* promos */

.promo {
	margin-bottom: 20px;
}
.promobox {
	margin-top: 0px;
	background: #f0dd99;
	border: 1px solid #e1bb33;
	height: 125px;
	overflow: hidden;
}
.promobox img.right {
	margin-left: 10px;
	max-width: 100%;
}
.promobox img.left {
	margin-right: 10px;
}
.promobox img {
	max-width: 280px;
	height: auto;
}
.promobox h3 {
	font-size: 1.4em;
	padding-top: 10px;
	margin-bottom: 0px;
}
.promobox h4 {
	font-size: 1.1em;
	padding-bottom: 10px;
	margin-top: 5px;
}
.promobox h3, .promobox h4 {
	color: #335379;
	font-weight: 200;
	padding-left: 10px;
	padding-right: 10px;
}
.promobox h3 a, .promobox h4 a, .promobox p a {
	color: #335379;
}
.promo .row {
	padding-left: 15px;
	padding-right: 15px;
}
.promo .col-33percent {
	padding-left: 0;
	padding-right: 0;
}
/* table styles - condensed table styles */

.table-condensed {
	margin-bottom: 20px;
	margin-top: 5px;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	border: 1px solid #ccc;
}

@media (max-width:767px) {
.table-condensed.pull-right.margin-left {
	float: none !important;
	margin-left: 0;
}
.table-condensed.pull-left.margin-right {
	float: none !important;
	margin-right: 0;
}
}
/* table styles - blue color theme */

/* line 947 bootstrap core */
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 1px solid #ccd4e0;
}
/* line 959 bootstrap core */
.table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ccd4e0;
}
/* line 990 bootstrap core */
.table-bordered {
	border: 1px solid #ccd4e0;
}
/* line 994 bootstrap core */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ccd4e0;
}
/* line 1008 bootstrap core */
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #eceff3;
}
/* line 1013 bootstrap core */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #d6dde6;
}
/* misc */


.right-pad {
	padding-right: 0;
}
.left-pad {
	padding-left: 0;
}
.plain {
	border: none;
}
.top-pad {
	padding-top: .625em;
}
.bottom-pad {
	padding-bottom: .625em;
}
.margin-bottom {
	margin-bottom: 6px;
}
.margintop0 {
	margin-top: 0;
}
.margintop10 {
	margin-top: 10px;
}
hr {
	border-top: 1px solid #d9dfe6;
}
.bottom-rule {
	border-bottom: 1px solid #D9DFE6;
	padding-bottom: .325em;
	overflow: hidden;
}
.text-muted {
	color: #666;
}
.textbox {
	color: #4C4C4C;
	background-color: #F6F6F6;
	border: 1px solid #B2BDCF;
	padding: 2px;
}
.arrowgold {
	font-size: 1.1em;
	padding-left: 3px;
	color: #deb31a;
}
/* Featurettes  */

.featurette-divider {
	margin: 15px 0px 20px 0px;
}
h2.featurette-heading {
	font-size: 1.9em;
	color: #bc8d00;		/* custom darker gold */
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: normal;
}
/* footer styles */

footer {
	background-color: #d9dfe6;
	padding: 20px 20px;
	font-size: 0.9em;
}
footer h5 {
	color: #002855;
	font-weight:600;
}
footer hr {
	border-top: 1px solid #fff;
}
footer ul.list li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-left: -30px;
	padding-left: 15px;
	background-image: url(img/bullet_blue.gif);
}
.footer-inner {
	background: #1a3e68;   /* TEST COLOR CHANGE OCT 2016 */
	/*  background: #002855; */ 
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-top: 10px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;/*HIDE BG GRADIENT OCT 2016 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3d6099), to( #23375b)); 
	background-image: -webkit-linear-gradient(#3d6099, #23375b); 
	background-image: -moz-linear-gradient(#3d6099, #23375b ); 
	background-image: -ms-linear-gradient(#3d6099, #23375b ); 
	background-image: -o-linear-gradient(#3d6099, #23375b ); 
	background-image: linear-gradient(#3d6099, #23375b); */
}
.footer-inner h5 {
	text-transform: uppercase;
}
.footer-inner .make-a-gift {
	padding-left: 10px;
}
.footer-inner a {
	color: #fff;
}
.footer-inner a:hover, .footer-inner a:focus {
	color: #fff;
}
#footer .col-33percent-sm .col-50percent-sm {
	padding-left: 0;
	padding-right: 0;
}

/* Responsive media queries */

@media (max-width:1279px) {
header {
}
}

@media (max-width: 859px) {
.leftfeatures.hidden-xs {
	display: none !important;
}
.maincol.col-50percent-sm {
	width: 100%;
}
.sidebar.col-25percent-sm {
	width: 100%;
}
#footer .col-33percent-sm .col-50percent-sm {
	width: 100%;
	padding-bottom: 0;
}
#footer .col-33percent-sm .col-50percent-sm ul.list:first-child {
	margin-bottom: 0;
}
}

@media (max-width: 768px) {
#img-slider .item img {
	max-width: 768px;
	height: auto;
	width: 100%;
}
.promobox h4 {
	font-size: 1em;
}
.promobox img.right {
	margin-right: -50px;
}
.promobox img.left {
	margin-left: -50px;
}
.video-thumbnail {
	margin-bottom: 20px;
}
}

@media (max-width: 767px) {
header {
	margin-top: 25px;
	padding: 10px;
}
header .wordmark {
	margin-top: 0px;
	width: 100%;
}
.wordmark img {
	max-width: 158px; /* medical center wordmark */
	width: 48%;
	height: auto;
	max-height:50px;  	/* NEW TEST 12/9/16 */
}
#mini_navbar {
	left: 0px;
	width: 100%;
	top: 0;
	position: absolute;
	float: none;
	margin-top: -25px;  /* changed 10/26/16 from 0px */
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 10px;
	color: #D9E4F3;
	background: #335379;
	text-shadow: none;
}
#mini_navbar a {
	color: #D9E4F3;
}
	
#search {
	position: absolute;
	right: 0;
	padding-right:8px;
	padding-top:5px;
}	
	
	
.page-header {
	border-bottom: 0;
}
.page-header h1 {
	margin-bottom: 5px;
}
.right-pad {
	padding-right: 15px;
}
.left-pad {
	padding-left: 15px;
}
.bottom-pad {
	padding-bottom: 0em;
}
.jumpmenu .col-50percent-sm {
	padding-bottom: 0;
}
.jumpmenu ul {
	margin-bottom: 0;
}
}

@media (max-width: 640px) {
#breadcrumb {
	display: none;
}
.detailpage .maincol.col-50percent-sm {
	margin-top: 40px;
}
.page-header h1, .detailpage .page-header h1 {
	font-size: .90em;
	line-height: 1.2em;
	color: #1a3e68;
	font-weight: normal;
}
.panel-plain > .panel-heading h2 {
	font-size: 1.2em;
}
.panel-body h3 {
	font-size: 1.1em;
}
}

@media (min-width: 481px) and (max-width: 768px) {
.promobox h3 {
	margin-top: 5px;
}
.video-box, .video-thumbnail {
	max-width: 400px;
}
}

@media (max-width: 480px) {
.img-responsive-left {
	margin-right: 10px;
}
.img-responsive-right {
	margin-left: 10px;
}
p.photo_caption_left, p.photo_caption_right, .photo_caption_left, .photo_caption_right {
	max-width: 50% !important;
}
.nav.nav-tabs li a {
	font-size: .9em;
	padding: 8px 10px;
	border-radius: 5px 5px 0px 0px;
	margin-right: 0;
}
.nav.nav-tabs li.active a span.glyphicon-chevron-down {
	display: inline-block;
	padding-left: 5px;
	font-size: .75em;
}
.nav-tabs li {
	float: none;
	border-bottom: 2px solid #fff;
}
.flexslider li .slide .overlay {
	top: 28%;
	left: 42%;
}
.promobox h3 {
	margin-top: 20px;
}
.footer-inner h5 {
	line-height: 1.4em;
}
.footer-inner .make-a-gift {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 0;
}
.video-box, .video-thumbnail {
	max-width: 320px;
}
.box_left, .box_right {
	float: none;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.pullquote_left, .pullquote_right {
	float: none;
	max-width: 100%;
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.2em;
}
}

@media (max-width:375px) {
p.photo_caption_left, p.photo_caption_right, .photo_caption_left, .photo_caption_right {
	float: none;
	max-width: 100% !important;
	margin-left: 0;
	margin-right: 0;
}
}

@media (max-width: 360px) {
.img-responsive-right, .img-responsive-left {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.page-header h1, .detailpage .page-header h1 {
	margin-bottom: .325em;
}
.detailpage .maincol .panel-plain > .panel-heading h2 {
	font-size: 1.1em;
}
#mini_navbar {
	font-size: 0.8em;
}
}

@media (max-width: 320px) {
.page-header h1 {
	margin-top: 0;
}
.flexslider li .slide .overlay {
	top: 15% !important;
}
.promobox {
	height: auto;
	text-align: center;
}
.promobox h3 {
	margin-top: 5px !important;
}
.promobox img.right, .promobox img.left {
	float: none;
	margin: auto 0 !important;
}
.video-box .overlay {
	top: 50px;
}
}

/* changed from min-width 480 to 361 to cover iphone 6/6plus */
@media (min-width:361px) and (max-width:530px) {
.sidebar.col-33percent img.img-responsive-left, .sidebar.col-33percent img.img-responsive-right {
	max-width: 50%;
	height: auto;
}
.maincol.col-66percent img.img-responsive-left, .maincol.col-66percent img.img-responsive-right {
	max-width: 60%;
	height: auto;
}
}

@media (min-width:767px) {
	.page-header h1 {
		margin-bottom: 10px;
	}
	.page-header h1 .medium {
		color: #335379;
		font-size: 1em;
		font-weight: 200;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.page-header h1 .small {
		color: #7f93ae;
		font-size: .85em;
		line-height: 1.3em;
		font-weight: 200;
	}
}

@media (min-width: 768px) {
	a[href^=tel] {
		text-decoration: none;
		cursor: default;
	}


/*********** Header styles for 2018 Rebrand - Updated 10/31/18 ***********/
	header .wordmark {
		float: left;
		top: 0;
		left: 0;
		text-align: left;
		position: relative;
		margin-top: -5px;
		width: 15%;
		min-width: 190px;
		z-index: 1;
	}
	header a.wordmark img {
		width: 100%;
		height: 100%;
		max-width: 190px;
		text-align: left;
		margin-bottom: 0;
		max-height:65px; 	
	}
    header .wordmark-sub {
          float: left;
          top: 0;
          left: 0;
          text-align: left;
          position: relative;
          margin-top: -5px;
          min-width: 190px;
          z-index: 1;
      }
      header a.wordmark-sub img {
          height: 100%;
          text-align: left;
          margin-bottom: 0;
          max-height:65px;  	
      }
}
.wordmark-sub{
	border-left: 1px solid #1a3e68;
    padding-left: 25px;
}

/*********** Mobile ***********/

.topbar-brand-container {
    background-color: #002855;
    width: 100%;
    height: 44px;
    padding: 10px;
}
.navtop .navbar-brand-sub {
	display: block;
	width: 100%;
	height: 100%;
}
.navtop .navbar-brand-sub img  {
	max-width: 80%;
	height: 15px;
	margin: 15px 0 0 15px;
}
.navtop .topbar-brand img  {
	height: 15px;
	margin: 0 0 0 10px;
}
@media (max-width: 859px) {
	.wordmark-sub  {
		display: none;
	}
}
@media (min-width: 860px) {
	.navtop .navbar-brand-sub, .navtop .topbar-brand-container {
		display: none;
	}
}
/* Adjusts spacing of body section with class inserted via js */
@media (max-width: 859px) {
	section.detailpage.add-space-mobile {
		    padding-top: 12em;
	}
	div#topbanner.add-space-mobile {
		    margin-top: 11.2em;
	}
	.secondary-menu-mobile.add-space-secnav-mobile {
		top: 11.28em;;
	}
}

/*********** Sub header ***********/
.subheader-wrapper {
	left: 1%;
	right: 1%;
} 
@media (max-width: 979px) {
	.subheader-wrapper {
		left: 0;
		right: 0;
	} 
}
.subheader-wrapper {
	max-width: 100%;
    margin-top: 148px;
    margin-bottom: -9em;
	height: 56px;
	background-color: #E5E9EF;
}
@media (max-width: 859px) {
	.subheader-wrapper {
		display: none !important;
	}
}
.subheader-tab {
	height: 40px;
	position: relative;
	top: 15px;
}
.subheader-text {
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: .01em;
	color: #002855;
	padding: 0;
	margin-left: 20px;
}
.subheader-text:hover {
	text-decoration: none;
}

/*********** END Header styles for 2018 Rebrand - Updated 10/31/18 ***********/

@media (min-width:860px) and (max-width:991px) {  /*was 768px */
.leftcol.col-25percent-sm {
	width: 30%;
}
.maincol.col-50percent-sm {
	width: 70%;
	padding-right: 15px;
	padding-left: 0px;
}
.sidebar.col-25percent-sm {
	width: 70%;
	float: right;
	padding-left: 0px;
	padding-right: 15px;
}
}

@media (min-width:992px) {
.maincol.col-50percent-sm {
	padding-left: 5px;
	padding-right: 5px;
}
.modal-dialog {
	width: 1000px;
}
.sidebar.col-33percent {
	padding-left: 5px;
}
}

@media (min-width:980px) and (max-width:1375px) {  /* modified 10/26/16 to add max-width and header and navbar */
.container, header, .navtop .navbar {
	max-width: 90%;
}
}

@media (min-width:1025px) and (max-width:1279px) {
.sidebar img.img-responsive-left, .sidebar img.img-responsive-right {
	float: none;
	margin-left: 0;
}
}

@media (min-width:1280px) {
.sidebar img.img-responsive-left, .sidebar img.img-responsive-right {
	max-width: 50%;
	height: auto;
}
	
.video-box-large {			 /* .video-box-large NEW 8.10.17 SKB */ 
		min-width:740px;
	}	
}

/* styles to hide or show content for different devices - added 3/18/15 */

@media (max-width: 480px) {
.hide-mobile {
	display: none;
}
.show-mobile {
	display: block;
}
}

@media (min-width: 481px) {
.show-desktop {		/* shows in larger devices, e.g., laptop, desktop */
	display: block;
}
.hide-desktop {		/* hidden in larger devices, e.g., laptop, desktop */
	display: none;
}
}

/* Print media queries */

@media print {
#mini_navbar {
	display: none;
}
#search {
	display: none;
}
#header {
	height: 100px;
}
#content {
	margin-top: 30px !important;
	width: 100% !important;
}
header {
	margin-top: 0px !important;
  	position: relative;
}
section.detailpage {
    padding-top: 0;
}
header a.wordmark {
	color: #FFFFFF !important;
}
header .wordmark img {
	width: 210px;
	height: auto;
	vertical-align: top;
}
.navbar-wrapper {
	display: none;
}
#breadcrumb {
	display: none;
}
.sidebar {
	display: none;
}
#footer #row2cols3 {
	display: none;
}
}
