/* Custom Responsive Styles - Welcome home page */

/* 08/05/2019 Update - Cesar: Reorganized styles by components. Added New Quicklinks Styling */
/* 08/07/2019 Update - Cesar: Temporarily hide "Noticias en Espanol button  - Line 38*/

/***
    == Container Styles - 38

	== Header - 134
		=== Primary Navigation - 238
		
		=== Wordmark - 444
		=== Quick links - 512
		=== Mini Menu - 593
		=== Search - 703

	== Marquee Flexslider - 780

	== Direction Nav - 911
	== Alerts - 969

	== Featured Cards - 1044
	== News - 1228
	== Twitter Feed - 1335
	== Spotlight Sidebar Buttons - 1349
	== Panels - 1449
	== Instagram Widget- 1513
	== Hover Box- 1525
	== Thumbnails - 1556

	== Badges Carousel - 1556

	== Footer - 1604

	== Print - 1690
***/

/*** Hides "noticias" button ***/
.col-58percent-sm.right-pad .panel-variation .noticias {
	display: none;
}


/*** CONTAINER resets for 100% width ***/
#content.col-100percent {
	padding-left: 0;
	padding-right: 0;
}
.row {
	margin-left: 20px;
	margin-right: 20px;
}

@media (min-width:81.875em) {   /* was 1310px 11/29 */
	.row {
		margin-right: 0;
		margin-left: 0;
	}
}
.right-pad {
	padding-right: 5px;
}
.container {
	width: 100%;
	max-width: 100%;
}
.container #topbanner, .container .bodycontent {   /* new 11/28/16 */
	max-width: 80em;	   /* was 1280px  11/29 */
	margin: 0 auto;
}
.bodycontainer .alert {   /* new 11/29/16 */
	max-width: 72.725em;
	margin: 0 auto;
}
.container .alert {			/* new 11/28/16 */
	margin-top: 25px;
	margin-bottom: 25px;
}
section.bodycontent {
	padding-left: 0;
	padding-right: 0;
}
#topbanner {
	border-top: none;
	margin-top: 0;
}

/* reset main content for sticky header */
#main.container {
	padding-top: 10.6em;		/* was 165px 11/29 */
}
.bodycontainer {
	background-color: #f7f7f7;
	width: 100%;
	margin: 0 auto;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

@media (min-width:53.75em) {		/* 860px */
	#main.container {
		padding-top: 11.250em;		/* 180px */
	}
	.container .alert {			/* new 11/28/16 */
		margin-top: 7px;			/* was 3px - changed 3/2/17 */
	}
}

@media (min-width: 85em) {
	.container#header header {
		width: 85em; /* 1360px  */
		max-width: 100%; /* overrides global */
	}
	.bodycontainer {
		width: 85em; /* was 1360px  11/29 */
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	.container#header header, .navbar-wrapper.container, .navtop .navbar, .bodycontainer, .row#footerRow {
		max-width: 72em;
	}
	.container #topbanner, .container .bodycontent {
		max-width: 67em;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 768px) and (min-resolution: 120dpi) {
	#main.container {
		padding-top: 10.8em;
	}
}
/* Landscape mode for mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	#main.container {
		padding-top: 7.9em;
	}
}
/*** end CONTAINER resets ***/

/*** STICKY HEADER ***/
.container .navbar-wrapper {
	background-color: #002855;
	border-bottom: none;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.30);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.30);
}
.navbar-wrapper .navtop {
	top: 7.8em;		/* was 120px 11/29 */
	margin-top: 0;
	background-image: url(img/navtopGOLD.png);
	background-repeat: repeat-x;
	background-color: #002855;
	right: 0;
}

/*** HEADER styles  ***/
header {
	top: 0;
	padding: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 0;
	position: fixed;
	height: 7.813em;		/* was 125px  11/29 */
	max-height: none;
	max-width: 85em; /* was 1360px  11/29 */
	background-color: #F7F7F7;
	width: 100%;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
}
header .header-inner {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 5.625em;	/* was 90px  11/29 */
	max-width: 85em; /* was 1360px  11/29 */
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
}
@media (min-width: 53.75em) {
	header {
		margin-top: 3.75em;		/* 60px */
	}
	header .header-inner {
		padding-top: 20px;
	}
	/* Transitions and class for reduced height on scroll */
	header.smaller {
		height: 5.625em;  /* was 90 */
		-webkit-box-shadow: 0 7px 7px -7px rgba(50, 50, 50, 0.2);
		box-shadow: 0 7px 7px -7px rgba(50, 50, s 50, 0.2);
	}
	header.smaller .header-inner {  /* new */
		padding-top: 15px;
	}
	header.smaller .header-inner .wordmark{  /* new */
		margin-top: 0px;
	}
}
@media (min-width: 1120px) {
	header.smaller .header-inner .wordmark{  /* new */
		margin-top: 0px;
	}
}
@media (max-width: 1120px) {
	header .header-inner {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
}
@media (max-width:530px) {
	header .header-inner {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
	}
}
@media (max-width:768px) {
	header {
		height: 7.85em;
	}
}

/* Landscape mode for mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	header {
		height: 5.125em;
	}
	header .header-inner {
		padding-top: 15px;
	}
}
/*** end STICKY HEADER ***/

/*** PRIMARY NAVIGATION  ***/
.navtop .dropdown .dropdown-toggle {
	font-size: 1.1em;
}
.navtop .navbar-default .dropdown li {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;		/* new */
}
.navtop .dropdown-menu {
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: -1px;
}
.navcols .nav-intro {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 500;
}
.navtop .navbar-default .dropdown li.nav-intro {
	padding-top: 1.250em;
	padding-bottom: 1.250em;
}
.navcols .nav-emphasis {
	font-size: 1.05em;
	font-weight: 500;
}
.navcols .nav-emphasis li a, .navcols .nav-emphasis a {
	color: #002855;
}
.dropdown-menu > li.navcols > ul > li > a {
	color: #002855;
	display: block;
	padding: 5px 5px 5px 15px;
	clear: both;
}
.dropdown-menu > li.navcols > ul > li.dropdown-header {
	font-weight: 600;
	margin-top: 10px;    /* new */
	padding-bottom: 3px;
	color: #002855;
}
.dropdown-menu > li.navcols > ul > li.dropdown-header a {
	margin-bottom: -6px;
	margin-left: 0;
	padding-left:0;
}
.dropdown-menu > li.navcols {
	line-height: 1.4em;
}
.dropdown-menu > li.navcols .nav-emphasis li {
	line-height: 1.8em;
}
.navcols .col-33percent-sm.col-right li, .navcols .col-42percent-sm.col-right li, .navcols .col-58percent-sm.col-right li, .navcols .col-66percent-sm.col-right li {
	margin-left:-15px;   /* new */
}
.navtop .navbar-default .dropdown li.menu-feature-box {
	padding-top: 1.250em;
	font-size: .95em;
	color: #1a3e68;
	font-weight: 500;
}
.menu-feature-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 3px solid #00B3E0;
	opacity: .9;
	transition: all 0.3s ease .0s;
}
.menu-feature-image:hover, .menu-feature-image:focus {
	border: 3px solid #daaa00;
	opacity: 1;
}
.menu-feature-title a {
	text-transform: uppercase;
	color: #007389;  
}

@media (max-width:859px) {
	.navbar-wrapper .navtop {  /* overrides global to set nav below mini menu in smaller viewports */
		z-index: 100;
	}
	.navtop .nav.navbar-nav {
		margin-left: 0;
	}
	.hidden-xs {
		display: none !important;
	}
	.dropdown-menu .divider {
		border: none;
	}
}

@media (max-width:61.875em) {		/*  990px  */
	.navcols .col-33percent-sm, .navcols .col-42percent-sm, .navcols .col-58percent-sm, .navcols .col-66percent-sm {
		width: 100%;
	}
}

@media (min-width:53.75em) {			/*  860px */
	.navtop .navbar-default {		
		background-image: url(img/navtopGOLD.png);
		height: 10px;
		box-shadow: none;
	}
	.navtop .navbar {
		min-height: 3.75em; 	/* 60px */
	}
	.navtop .nav.navbar-nav {
		position: relative;
		max-width: 80em;			/*  was 1280px 11/30 */
	}
	/*  this is for top menu items - important to keep! */
	.navtop .navbar-default li {
		margin-top: 10px;
	}
		
	.navtop .dropdown-menu {
		min-width: 700px;
		left: 0;
		margin-left: -73%;
	}
	.dropdown-menu > li.navcols > ul > li.dropdown-header {
		margin-left:-20px;    /* new */
	} 
	.dropdown-menu > li.navcols > ul > li.divider {
		margin-left: -2px;
	}
	.navtop ul.nav.navbar-nav li.dropdown:first-child .dropdown-menu {
		margin-left: 0;
	}
	.navtop ul.nav.navbar-nav li.dropdown:last-child .dropdown-menu {
		margin-left: -275%;
	}
	.navcols .col-33percent-sm, .navcols .col-42percent-sm, .navcols .col-58percent-sm, .navcols .col-66percent-sm {
		padding-left: 20px;
		padding-right: 0px;
	}
	.navcols {
		width: 100%;
		margin-top: 15px;
	}
		
	.navcols .col-33percent-sm.col-right, .navcols .col-42percent-sm.col-right, .navcols .col-58percent-sm.col-right, .navcols .col-66percent-sm.col-right {
		padding-right: 15px;
	} 
}

@media (min-width:1376px) {	/* updated 9/11/17, differs from global */
	.navtop .nav > li > a {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (min-width:53.75em) and (max-width:61.875em) {
	.navtop .dropdown-menu {
		margin-left: -58%;
		min-width: 400px;
	}
	.navtop .navbar-default .dropdown li.menu-feature-box, .navtop .navbar-default .dropdown li.nav-intro {
		padding-right: 20px;
	}
	.nav-intro br {
		display: none;
	}
}

@media (min-width:61.938em) and (max-width:72em) {  /* 991px to 1152px */
	.navtop .dropdown-menu {
		min-width: 560px;
	}
}

@media (min-width:72.063em) and (max-width:80em) {   /* 1153px to 1280px */
	.navtop .dropdown-menu {
		margin-left: -68%;
		min-width: 650px;
	}
}
@media (min-width:61.25em) and (max-width:85.938em) {  /*  980px - 1375px modified 10/26/16 to add max-width and header and navbar */
	.container, header, .navtop .navbar {
		max-width: 100%;
	}
}
@media (min-width:53.75em) {

	.navbar-wrapper .navtop {
		top: 0;		/* added 11/21/16 */
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 768px) and (min-resolution: 120dpi) {
	.navbar-wrapper .navtop {
		top: 7.9em;
	}
}
/* Landscape mode for mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.navbar-wrapper .navtop {
		top: 5.125em;
	}
}
/*** end PRIMARY NAVIGATION ***/

/*** HEADER WORDMARK ***/
header .wordmark {
	margin-top: 5px;
	text-align: left;
	width: 16%;
	min-width: 150px;
}
header a.wordmark img {
	display: inline-block;
	width: 100%;
	max-width: 13.125em;
	max-height: none;
	transition: all 0.5s;
}
@media (min-width:860px) and (max-width:1060px) {
	header .wordmark {
		margin-top: 12px;
	}
}
@media (min-width:661px) and (max-width:859px) {
	header .wordmark {
		width: 25%;
		min-width: 125px;
		margin-top: 5px
	}

}
@media (min-width:550px) and (max-width:660px) {
	header .wordmark {
		width: 30%;
		min-width: 125px;
		margin-top: 5px
	}

}
@media (max-width:549px) {
	header .wordmark {
		width: 15%;
		min-width: 135px;
		margin-top: 15px
	}
}
@media (max-width: 340px) {
	header .wordmark {
		width: 10%;
		min-width: 100px;
	}
}

/*** Smaller header - (when scrolling down) ***/
@media (min-width:53.75em) and (max-width:72.813em) {  /* 860px through 1165px */
	header.smaller a.wordmark img {
		max-width: 75%;
	}
}
@media (min-width:72.875em) {		 /* 1166px */
	header.smaller a.wordmark img {
		max-width: 75%;    /* was 60% */
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	header .wordmark {
		width: 15%;
		margin-top: 0;
	}
}
/*** end HEADER WORDMARK ***/

/*** QUICK LINKS styles ***/
.quicklink-search-container {
	margin-top: 25px;
	transition: all 0.5s;
}
@media (min-width:860px) and (max-width:1060px) {
	.quicklink-search-container {
		margin-top: 30px;
	}
}
.quicklink-search-container .header-quicklinks {
	position: relative;
	display: inline-block;
}
.quicklink-search-container .header-quicklinks a {
	margin-right: 5px;
	padding: 6px 10px 7px 12px;
	/* border: 1px solid #FCB604; */
	border-radius: 2px;
	font-weight: 500;
	transition: all .2s ease;
}
.quicklink-search-container .header-quicklinks a:hover, 
.quicklink-search-container .header-quicklinks a:active, 
.quicklink-search-container .header-quicklinks a:focus {
	background: #fcb604;
	color: #002855;
}
.quicklink-search-container .header-quicklinks a .glyphicon{
	margin-right: 6px;
	color: #fcb604;
}
.quicklink-search-container .header-quicklinks a:hover span.glyphicon {
	color: #002855;
}
.quicklink-search-container .header-quicklinks a .glyphicon.glyphicon-map-marker {
	margin-right: 3px;
}
@media (max-width: 1059px) { 
	.quicklink-search-container .quicklink-hide {
		display: none;
	}
}
@media (max-width: 859px) { 
	.quicklink-search-container .header-quicklinks {
		display: none;
	}
}
@media (max-width: 549px) {
	.quicklink-search-container {
		margin-top: 0;
		width: 50%;
		float: right;
	}
}
@media (max-width: 340px) {
	.quicklink-search-container {
		width: 60%;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.quicklink-search-container {
		margin-top: 10px;
	}
}
/*** Smaller header - (when scrolling down) ***/
@media (min-width:53.75em) and (max-width:72.813em) {  /* 860px through 1165px */
	header.smaller .quicklink-search-container {
		margin-top: 18px;
		transition: all 0.5s;
	}
}
@media (min-width:72.875em) {		 /* 1166px */
	header.smaller .quicklink-search-container {
		margin-top: 15px;
		transition: all 0.5s;
	}
}
/*** end QUICK LINKS  ***/


/*** MINI MENU  Styles ***/
header #mini-menu {
	position: relative;
}
#mini-menu {
	display: inline-block;
	margin: 0 10px 0 0;
	text-align: left;
}
#mini-menu .dropdown{
	padding: 7px 10px 6px 12px;
	border: 2px solid #FCB604;
	border-radius: 2px;
	transition: all .2s ease;
}
#mini-menu .menuhead {
	font-size: .95em;
	text-align: left;
}
#mini-menu .dropdown:hover, 
#mini-menu .dropdown:active, 
#mini-menu .dropdown:focus {
	background: #fcb604;
}
#mini-menu .menuhead span {
	display: inline-block;
}
#mini-menu .menuhead span.glyphicon {
	color: #fcb604;   /* custom yellow */
	margin-right: 5px;
	padding-right: 0;
	transition: all .2s ease;
}
#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 .dropdown:hover span.glyphicon {
	color: #002855;
}
#mini-menu .dropdown.open .menuhead span.glyphicon {
	color: #002855;
}
#mini-menu a {
	color: #002855;
	font-weight: 500;
}
#mini-menu .dropdown-menu {
	top: 95%;
	font-size: 1.1em;
	line-height: 1.9em;
	padding: 15px 5px;
	background-color: #FBF6E5;
	border: 3px solid #FCB604;  /* custom yellow */
	right: 0;
	left: -1px;
	-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);
	transition: all .2s ease;
}
#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;
	transition: all .2s ease;
}
#mini-menu .minimenu-hide {
		display: none;
	}
@media (max-width: 1059px) { 
	#mini-menu .minimenu-hide.minimenu-show {
		display: block;
	}
}
@media (max-width: 859px) { 
	#mini-menu .minimenu-hide{
		display: block;
	}
}
@media (max-width: 549px) {
	#mini-menu {
		margin: 0 auto 10px;
		padding: 10px 0;
	}
	#mini-menu .dropdown-menu {
		left: -170px;
	}
}

/*** end MINI MENU ***/


/*** GLOBAL SEARCH ***/
#search {
    width: auto;
    position: relative;
    display: inline-block;
    float: right;
    clear: right;
    padding-bottom: 5px;
    text-align: right;
    width: 200px !important;
}
#search .gsc-input-box {
    padding-top: 5px !important;
    padding-bottom: 4px!important;
}
#search .gsc-search-button-v2 {
    padding: 12px 15px 12px !important;
    border-left: none;
}
#search .textfield { 		/* modifies global */
	padding: 0px 12px;
	background-color: #fff;
	height: 38px;
    margin: -1px 0 0;
    border: 2px solid #ccd4e0;
}
#search .inner-btn > .btn {
	margin: 5px 10px 3px 3px;
}
#search .radio-group {
	display: inline;
}

/*  radio button styles */
.radio-item {
	display: inline-block;
	position: relative;
	padding: 0 3px;
	margin: 0;
}
.radio-item input[type='radio'] {
	display: none;
}
.radio-item label {
	color: #002855;
	font-size: .85em;
	font-weight: 100;
}
.radio-item label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 19px;
	height: 19px;
	border-radius: 11px;
	border: 1px solid #ccd4e0;
	background-color: transparent;
}
.radio-item input[type=radio]:checked + label:after {
	border-radius: 11px;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 10px;
	left: 8px;
	content: " ";
	display: block;
	background: #FCB604;
}
@media (max-width:767px) {
	#search {
		padding-top: 0 !important;
		padding-right: 0;
	}
}
@media (max-width: 530px) {
	#search {
		padding-right: 0;
		width: 87%;
	}
}

#search .radio-group {
	display: none;
}



/*** MARQUEE FLEXSLIDER ***/
#topbanner .flexslider {
	margin-bottom: 15px;
	max-height: 100%;/*overflow:hidden; */
	background: #f4e5b2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(244,229,178,1) 50%, rgba(251,246,229,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(244,229,178,1)), color-stop(100%, rgba(251,246,229,1)));
	background: -webkit-linear-gradient(-45deg, rgba(244,229,178,1) 50%, rgba(251,246,229,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(244,229,178,1) 50%, rgba(251,246,229,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(244,229,178,1) 50%, rgba(251,246,229,1) 100%);
	background: linear-gradient(-45deg, rgba(244,229,178,1) 50%, rgba(251,246,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6e5', endColorstr='#f4e5b2', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* text block overlays on topbanner */
.slides .textBlock {
	width: 100%;
	padding: 20px;
	background-color: rgba(255,255,255,1);
	color: #4c4c4c;
	position: relative;
	bottom: 0;
	display: inline-block;
	border-bottom: 1px solid #e5e9ef;
}
.slides .textBlock h1 {
	font-size: 1.3em;
	margin: 0 0 .325em 0;
	color: #1a3e68;
	font-weight: 600;
}
.slides .textBlock h2 {
	margin-top: .250em;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 300;
	color: #000000;
}
/* overlay for video screenshots */
.overlay {
	background-image: url(/global/images/icons/play-icon.svg);
}
/* play icon position */
.flexslider li .slide .overlay {
	background-size: 70px 70px;
	width: 32%;
	height: 32%;
	top: 30%;
	left: 45%;
	cursor: pointer;
}
@media (min-width:641px) {   /* modal play icon position and size */
	.flexslider li .slide .overlay {
		background-size: 80px 80px;
		top: 40%;
		left: 45%;
	}
}
/* share story styles */
.slides .textBlock .addthis_button_compact {
	float: left;
}
a.addthis_button_compact {
	color: #767676;
	cursor: pointer;
}
.glyphicon.glyphicon-share-alt {
	padding-right: 3px;
}
/* pagination and controls hidden */
.flex-control-nav, .flex-pauseplay {
	display: none;
}
/* marquee styles for partial width slides */

.flexslider li .slide {
	max-height: 165px;
	overflow: hidden;
}
.flexslider li .slide img.cropped {
	margin-top: -10%;
	max-width: 100%;
}
@media (min-width:376px) {
	.slides .textBlock {
		padding: 15px 45px;
	}
	.slides .textBlock h1 {
		margin: 0;
	}
}
@media (min-width:460px) {
	.flexslider li .slide {
		max-height: 240px;
		overflow: hidden;
	}
}
@media (min-width:560px) {
	#topbanner .flexslider {
		margin-bottom: 0.625em;		/* was 25px; change to ems equiv 10px */
	}
	.flexslider li .slide {
		max-height: 100%;
		overflow: hidden;
	}
	.slides .textBlock {
		background-color: rgba(255,255,255,.80);
		position: absolute;
		display: block;
		border-bottom: none;
	}
	.flexslider li .slide img.cropped {
		margin: 0;
		max-width: 59.2%;
		height: auto;
		position: relative;
		float: right;
	}
}

/* marquee styles for full width slides */
.flexslider li .slide img.wide {
	max-width: 100%;
}
.flexslider li .slide img.wide:hover {
	cursor: pointer;
}
@media (max-width: 559px) {
	#topbanner .flexslider {
		background: none;
	}
	.flexslider li .slide img {
		margin-bottom: 0;
	}
}

@media (max-width: 859px) {   /* resets for global flexslider  */
	#topbanner .flexslider {
		margin-top: 0;
	}
	.flexslider li .slide img {
		margin-bottom: 0;
	}
}
@media (min-width:768px) {
	.slides .textBlock {
		padding: 15px 20px 20px 20px;
		max-width: 35%;
		bottom: 10%;
	}
	.slides .textBlock h1 {
		font-size: 1.6em;
	}
	.slides .textBlock h2 {
		font-size: 1.2em;
		margin-top: .625em;
		line-height: 1.4em;
	}
	.slides .textBlock.at-left-top {   /* text block with partial width image */
		bottom: 36%;
		right: 61%;
	}
	.slides .textBlock.at-left {	/* text block with full width image */
		right: 59%;
	}
	.slides .textBlock.at-right {	/* text block with full width image */
		left: 59%;
	}
}
@media (min-width:46.313em) and (max-width:85.375em) {  /* 741px - 1366px */
	.flexslider li .slide img {
		width: 100%;
	}
}

@media (min-width:53.750em) and (max-width: 66.250em) {	/* 860px - 1060px */
	.slides .textBlock h1 {
		font-size: 1.5em;
	}
	.slides .textBlock h2 {
		margin-top: 10px;
		font-size: 1.1em;
		line-height: 1.3em;
	}
}
@media (min-width:768px) and (max-width:859px) {
	.slides .textBlock h1 {
		font-size: 1.3em;
	}
	.slides .textBlock h2 {
		margin-top: 10px;
		font-size: 1em;
		line-height: 1.2em;
	}
}
/*** end MARQUEE FLEXSLIDER ***/

/*** DIRECTION NAV ***/
.flex-direction-nav a {
	width: 33px;
	height: 33px;
	background-color: #1a3e68;
	border-radius: 50%;
	margin: 0 10px;
	opacity: .5;
	color: #fff;
	text-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	padding-top: 6px;
	left: 0;
	text-align: center;
}
.flex-direction-nav .flex-next {
	padding-top: 6px;
	right: 0;
	text-align: center;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: -5px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: -5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	color: #667d9d;
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	display: inline-block;
	content: "\e257";
}
.flex-direction-nav a.flex-next:before {
	content: "\e258";
}

@media (max-width:480px) {
	.flex-direction-nav a {
		top: 40%;
	}
}
/*** end DIRENCTION NAV ***/

/*** ALERTS ***/
.alert {
	border-radius: 0px;
	padding-left:20px;
}
.alert a {
	color: #fff;
}
.alert-info {
	color: #fff;
	background-color: #047acc; /*#1187d9*/
	border-color: #047acc;
}
.alert-success {
	color: #fff;
	background-color: #008299;
	border-color: #008299;
}
.alert-warning {
	color: #1a3468;
	background-color: #E1bb33;
	border-color: #E1bb33;
}
.alert.alert-warning a {
	color: #1a3468;
}
.alert-danger {
	color: #fff;
	background-color: #ac1a2f;
	border-color: #ac1a2f;
}
.alert button.close {
	color: #fff;
	font-weight: 100;
	opacity: .7;
}
.alert button.close:hover, .alert button.close:focus {
	color: #fff;
	opacity: 1;
}
.alert.alert-warning button.close {
	color: #1a3e68;
	text-shadow: none;
	font-weight: 500;
}

.alert p img.img-responsive-left {
	margin: 0px 20px 5px 0px;
}

.alert p img.img-responsive-right {
	margin: 0px 5px 20px 15px;
}

@media (max-width:360px) {
	.alert p img.img-responsive-left,
	.alert p img.img-responsive-right {
		margin-bottom:8px;
		margin-left:0px;
	}
}
@media (max-width:530px) {
	.container .alert {			/* new 11/29/16 */
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.container .alert {
		margin: 0;
		font-size: .95em;
	}
}
/*** end ALERTS ***/


/*** FEATURED CARDS styles ***/
.features {				
	margin-left: -2px;
}
.features .row {
	margin-right: -15px;
	margin-left: 0;
}
.features .col-33percent-sm {
	padding-left: 0;
	padding-right: 15px;
}
@media (min-width:64em) {		/* 1024px */
	.features .row {
		margin-right: -32px;   /* was -35px changed 11/28/16 for alert placement change */
	}
	.features .col-33percent-sm {
		padding-left: 0;
		padding-right: 30px;
	}
}
.contentblock-wrapper {
	z-index: 10;
	margin-top: 15px;
	background-color: #f7f7f7;
	padding: 2px;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: all 0.8s ease 0s;
}
.contentblock-wrapper:hover {
	background-color: #00B3E0;
	-webkit-box-shadow: 0 2px 15px 0 #ccc;
	box-shadow: 0 2px 15px 0 #ccc;
}
.contentblock {
	z-index: 100;
	background-color: #fff;
	padding: 0;
	display: block;
	width: 100%;
	position: relative;
}
.contentblock img {
	width: 100%;
	height: auto;
}
.video-embed-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
}
.video-embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-content {
	padding: 20px;
}
.thumb-content h3 {
	font-size: 1.3em;
	margin-top: 0;
	font-weight: 600;
}
.thumb-content p {
	margin-bottom: .375em;
}

@media (min-width:53.688em) {		/* 859px */
	.contentblock .content-tag, .contentblock .share-story {
		position: absolute;
		bottom: 30px;
	}
	.contentblock .content-tag {
		float: right;
	}
}
.contentblock .content-tag {
	right: 20px;
}
.content-tag {
	font-size: .85em;
	color: #333333;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
#topbanner .content-tag {
	float: right;
}
.content-tag a {
	color: #333333;
}
.content-tag span {
	vertical-align: middle;
}
.feature-marker, .patient-marker, .video-marker, .news-marker {
	display: inline-block;
	width: 9px;
	height: 17px;
	margin-right: 4px;
}
.feature-marker {
	background-color: #00B3E0;
}
.patient-marker {
	background-color: #008DA5;
}
.video-marker {
	background-color: #EB7312;
}
.news-marker {
	background-color: #FCB604;
}

@media (min-width:530px) and (max-width:767px) {
	.contentblock {
		max-width: 100%;
		height: auto;
	}
	.contentblock img {
		float: left;
		margin-right: 20px;
		max-width: 55%;
	}
	.video-embed-wrapper {
		float: left;
		margin-right: 20px;
		width: 55%;
		padding-bottom: 39%;
	}
	.contentblock .content-tag, .contentblock .share-story {
		margin-top: 5px;
		max-height: 20px !important;
	}
	.thumb-content h3 {
		padding-top: 10px;
	}
	.thumb-content {
		padding-top: 5px;
	}
}

@media (min-width:530px) and (max-width:630px) {
	.thumb-content h3 {
		font-size: 1.2em;
		margin-top: 10px;
	}
	.thumb-content p {
		display: none;
	}
	.contentblock .share-story {
		padding-bottom: 3.125em;
	}
	.contentblock .content-tag, .contentblock .share-story {
		font-size: .85em;
	}
}

@media (min-width:768px) {
	.thumb-content h3 {
		margin-top: 20px;
	}
	.contentblock {
		min-height: 480px;
	}
	.contentblock img {
		max-width: 406px;
	}
}

@media (min-width:53.75em) {
	.thumb-content p {
		margin-bottom: 1.875em;
	}
}
/*** end FEATURED CARDS styles ***/


/*** NEWS styles ***/
#news-events-tweets.row {
	margin-left: -15px;
	margin-right: -5px;
}
#news-events-tweets .col-42percent-sm {
	padding-right: 0;
	padding-left: 15px;
}
@media (min-width:72em) {
	#news-events-tweets .col-42percent-sm {
		padding-left: 30px;
	}
}
#newsFeed {
	margin-bottom: 20px;
}
.articleItem:first-child {
	padding-top: 0px;
}
.article-item-wrapper {
	display: block;
	margin: -25px -20px 5px -20px;
	padding: 25px 20px 15px 20px;
	transition: all 0.4s ease 0s;
}
.articleItem {
	padding-bottom: 20px;
	padding-top: 25px;
	border-bottom: 1px solid #e5e9ef;
}
.article-item-wrapper:hover, .article-item-wrapper:focus {
	background-color: #e5e9ef;
}
.articleItem.last {
	border-bottom: none;
}
.article-image {
	display: block;
	overflow: hidden;
	float: left;
	max-width: 150px;
	max-height: 103px;
	margin-right: 20px;
}
/* style for growing image */
.article-image img {
	width: 150px;		/* changed from max-width - skb 6/13/17 */
	height: 103px;		/* changed from max-height - skb 6/13/17 */
	transition: all .2s ease-in-out;
}
.article-image img:hover {
	transform: scale(1.05);
}
.articleSlug {
	font-size: 1.25em;
	line-height: 1.3em;
}
p.articleSlug {
	margin-bottom: 0;
}
.panel-body p.articleSlug a {
	color: #1a3e68;
}
p.articleDate {
	font-size: .9em;
	padding-top: .3em;
	color: #666666;
}
.noticias {
	border: 1px solid #daaa00;
	padding: 6px 10px;
	margin-bottom: 0.563em;
	transition: all 0.4s ease 0s;
	display: inline-block;
}

@media (min-width:414px) {
	.noticias {
		float: left;
		margin-right: 30px;
	}
}
.noticias:hover, .noticias:focus {
	background-color: #f0dd99;
}
.noticias a {
	color: #4d688c;
	margin-bottom: 0;
}
.noticias a:hover, noticias a:focus {
	color: #1a3e68;
}
.more {
	padding-top: 8px;
	text-transform: uppercase;
	font-size: .9em;
}
p.more a {
	color: #335379
}
p.more a:hover, p.more a:focus {
	color: #c99700 /* old gold for now to match up with Trumba events spud */
}
/*** end NEWS styles ***/


/*** TWITTER FEED ***/
.twitter-feed {
	margin: -24px 10px 0px 10px;
	overflow: hidden;
}
@media (max-width:580px) {
	.twitter-feed {
		margin-right: 1.875em;
		margin-left: 1.875em;
	}
}


/*** SPOTLIGHT SIDEBAR BUTTONS styles ***/
.spotlight.col-100percent-sm {
	padding-right: 0;
	padding-left: 0;
	margin-top: 30px;
}
.spotlight-theme1-bg, .spotlight-theme2-bg, .spotlight-theme3-bg {
	max-width: 496px;
	background-color: #f7f7f7;
	display: block;
	padding: 2px;
	margin-bottom: 30px;
	transition: all 0.4s ease 0s;
}
.spotlight-item {
	width: 100%;
	max-width: 492px;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.spotlight-item img {
	width: 100%;
	height: auto;
}
.spotlight-item a {
	color: #FFFFFF;
	font-size: 1.2em;
}

@media (min-width:320px) and (max-width:413px) {
	.spotlight-item a {
		font-size: .9em;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.spotlight-item a {
		font-size: .95em;
	}
}
.spotlight-item:hover p {
	text-decoration: underline;
}
.spotlight-theme1-bg:hover, .spotlight-theme1-bg:focus {
	background-color: #daaa00;		/* gold */
}
/* TEMP HIDE 
.spotlight-theme2-bg:hover, .spotlight-theme2-bg:focus {
background-color: #1a3e68; } */		/* navy */	
	
.spotlight-theme2-bg:hover, .spotlight-theme2-bg:focus {		/* Temp purple for "Health Through Innovation" campaign badge */
    background-color: #672866;
}		

.spotlight-theme3-bg:hover, .spotlight-theme3-bg:focus {
	background-color: #088484; /* teal */
}
.spotlight-overlay.theme1, .spotlight-overlay.theme2, .spotlight-overlay.theme3 {
	width: 30%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: .95;
	transition: all 0.4s ease 0s;
}
.spotlight-overlay p {
	margin-top: 41%;
	margin-left: 8px;
	margin-right: 8px;
}
.spotlight-overlay.theme2 p {			/* Added for 3 line purple "Health Through Innovation" campaign badge */
	margin-top: 32%; 
	margin-left: 10px;
    margin-right: 10px;	
}
.spotlight-item .spotlight-overlay.theme1:hover, .spotlight-item .spotlight-overlay.theme1:focus, .spotlight-item .spotlight-overlay.theme2:hover, .spotlight-item .spotlight-overlay.theme2:focus, .spotlight-item .spotlight-overlay.theme3:hover, .spotlight-item .spotlight-overlay.theme3:focus {
	opacity: 1;
}
.spotlight-item .spotlight-overlay.theme1 {
	background-color: #DAAA00;
}
/* TEMP HIDE
.spotlight-item .spotlight-overlay.theme2 {
	background-color: #1a3e68;
}  */
.spotlight-item .spotlight-overlay.theme2 {			/* Temp purple for "Health Through Innovation" campaign badge */
    background-color: #672866;
}
.spotlight-item .spotlight-overlay.theme3 {
	background-color: #088484;
}
/*** end SPOTLIGHT SIDEBAR BUTTONS styles ***/


/*** PANEL styles ***/
.panel-body, 
.panel-variation .panel-body {
	padding: 25px 20px;
}
.panel {
	margin-top: 65px;
	border-radius: 0px;
}
#news-events-tweets .col-42percent-sm .panel {
	margin-top: 32px;
}
.panel-heading {
	padding: 10px 15px 6px 15px;
	display: inline-block;
	position: absolute;
	margin-top: -35px;
	margin-left: -1px;
	clear: right;
	border-bottom: 1px solid transparent;
}
.panel-title {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 300;
}
.panel-variation > .panel-heading {
	background-color: #1A3E68;
	border-color: #1A3E68;
	border-radius: 0;
	    padding: 10px 15px 6px 15px;
}
.panel-variation > .panel-heading h2,
.panel-variation-2 > .panel-heading h2  {
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 300;
}
.panel-variation {
	border: 1px solid transparent;
	border-color: #B2BDCF;
    background-color: #ffffff;
    padding: 0;
}
.panel-variation-2 > .panel-heading {
	color: #fff;
	text-transform: uppercase;
	background-color: #008299;
	border-color: #008299;
	border-radius: 0;
}
.panel-variation-2 {
	border: 1px solid transparent;
	border-color: #8CC3CC;
    background-color: #ffffff;
    padding: 0;
}
/*** end PANEL styles ***/


/*** INSTASHOW widget */
#instagram {
	width: 100%;
	margin-bottom: 45px;
	margin-top: 20px;
}
#instagram h3 {
	font-weight: normal;
}


/*** HOVER BOX styles ***/
.hover-box {
	transition: all 0.5s ease .0s;
	display: block;
	overflow: hidden;
}
.hover-box img {
	opacity: .95;
}
.hover-box:hover, .hover-box:focus, hover-box:active {
	background-color: #f9f4e5;
}
.hover-box img:hover, .hover-box img:focus, .hover-box img:active {
	opacity: 1;
}


/*** THUMBNAILS ***/
.thumbnail {
	padding: 0;
	margin: 20px 0px;
}
.thumbnail img {
	margin-bottom: 0;
	border-left: 8px solid #fff;
	transition: all 0.5s ease .0s;
}
.thumbnail:hover img {
	border-left: 8px solid #008DA5;
}


/*** BADGES CAROUSEL ***/
#promo-carousel.owl-carousel .owl-item img {
	width: 60% !important;
}
#promo-carousel.owl-carousel .owl-item img.wide {
	width: 70% !important;
}
#promo-carousel .item p {
	font-size: .85em;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #FCB604 !important;
	border: 1px solid #F99F00 !important;
}
#promo-carousel {
	margin-bottom: 40px;
}
/* "See more distinctions */ 
.distinctions {
	position: relative;
	float: right;
	margin-top: -40px;
	z-index: 10;
}

@media (min-width:600px) {
	.distinctions {
		margin-top: -65px;
	}
}
.distinctions p {
	text-transform: uppercase;
	font-size: .9em;
}
.distinctions .glyphicon {
	color: #FCB604;		/* #DAAA00 */
	font-size: 1.2em;
	padding-left: 3px;
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
}
.distinctions .glyphicon:hover, .distinctions .glyphicon:focus {
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);
}
/*** end BADGES CAROUSEL ***/


/*** FOOTER styles ***/
.row#footerRow {
	margin: 0 auto;
	max-width: 83.750em;		/* 1340px */
}
footer {
	font-size: 1em;
	background-image: url(img/footertop.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e5e9ef;
	color: #335379;
}
footer .logo img {
	max-width: 200px;
}
footer a {
	color: #335379;
}
footer p {
	margin-bottom: .4em;
}
footer h5 {
	color: #CB9900;
	text-transform: uppercase;
	line-height: 1.8em;
	margin-bottom: .4em;
}
/* UC logos */
.UClogos {
	padding-left: 5px;
	display: block;
	margin: 30px 0;
}
.logo-item {
	background-color: #fff;
	display: inline-block;
	margin: 10px 8px;
}
.logo-item:last-child {
	margin-right:0
}

.logo-item img {
	opacity: .7;
	transition: all 0.4s ease 0s;
}
.logo-item img:hover, .logo-item img:focus {
	opacity: 1;
}
@media (max-width:767px) {
	footer .col-33percent-sm {
		padding-left: 0;
	}
}
@media (min-width:768px) and (max-width:800px) {
	footer .col-33percent-sm {
		width: 100%;
		float: none;
		padding-right: 0;
	}
}
@media (min-width:53.75em) {
	footer .col-42percent-sm {
		padding-left: 0;
		padding-right: 0;
		width: 36%;
	}
	footer .col-58percent-sm {
		padding-left: 0;
		padding-right: 0;
	}
	footer .col-33percent-sm {
		width: 30%;
	}
	footer .col-33percent-sm.firstcol {
		width: 40%;
	}
	footer .col-33percent-sm.lastcol {
		margin-top: 44px;
	}
}
/*** end FOOTER styles ***/



/*** PRINT ***/
@media print {

	@page {
	      margin: 1.5cm;
	   }

	a.wordmark[href]:after {
	        content: none !important;
	    }		
		
	.bodycontainer, .row {
	    margin: 0;
		padding:0;
	    border:none;
		}
		
	header {
		position: relative;
		border:none;
		display:block;
	}

	header .wordmark {
	    float: none;
		}

	header a.wordmark img {
	    width: 220px;
		text-align: left;
		}
	header .header-inner {
	    text-align: left;
	}	
	.container .alert {
	    margin-top: 30px;
		margin-bottom: 20px;
		display:block;
		padding:0;
		border:none;
	}	

	.alert button.close,
	#mini-menu,
	.twitter-feed,
	.flex-direction-nav, 
	.addthis_toolbox,
	.content-tag {
		display: none;
	}	
		
	#main.container {
		padding-top: 20px;
	}
	#topbanner .flexslider {
		background: none;
		height:auto;
		max-height: none;
	}

	.flexslider li .slide img {
		width: 50%;
		float:none;
	}
	.flexslider li .slide {
	    max-height: none;
		}
	.slides .textBlock {
		position: relative;
		display:block;
		color:#000;
		padding: 0;
		max-width: 100%;
		bottom: auto;
	}

	.slides .textBlock.at-left {
		right:auto;
		}	
		
	.slides .textBlock.at-right {
	    left: 0;
		}
	.slides li {
		background-color: none !important;
		margin:0;
		}	
	.flexslider li .slide img.cropped {
		width:40%;
	    float: left;
		padding-right:20px;
		overflow:visible;
		}

	.slides .textBlock.at-left-top {
		top:auto;
		bottom:auto;
		display:block;
	}

	.features {
			margin:0;
		}	

	.features .col-33percent-sm {
		width: 100%;
		float: none;
		display:block;
	}
	.contentblock img {
		width: 30%;
		float:left;
		padding-right:20px;
		max-width:30%;
	}

	.contentblock {
		margin:0;
		min-height: 210px;
	}			
		
	.thumb-content {
	    padding: 0;
		}
		
	.contentblock .content-tag, .contentblock .share-story,
	.video-embed-wrapper {
		display: none;
	}	
		
	.spotlight-item {
	    max-width: 300px;
	    text-align: left;
	}	
	.spotlight-overlay p {
	    margin:0;
		padding:0;
		}

	.spotlight-overlay.theme1, .spotlight-overlay.theme2, .spotlight-overlay.theme3 {
		position: relative;
		width: 100%;
	}

	.panel-heading {
	    padding: 0;
	    display: block;
	    position: relative;
	    margin: 0;
	    clear: none;
		}
		
	#news-events-tweets .col-58percent-sm, #news-events-tweets .col-42percent-sm,
	footer .col-58percent-sm, footer .col-42percent-sm {
		width: 100%;
		padding:0;
	}

	#news-events-tweets.row {
	    margin:0;
		}

	.panel-variation-2, .panel-variation {
	    border: none;
		}
		
	#promo-carousel.owl-carousel.text-center {
		text-align: left;
		}	
		
	#promo-carousel.owl-carousel .owl-item {
	    display:block;
	    float: none;
		width:100% !important;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		}

	#promo-carousel.owl-carousel .owl-item:after {
	    content: '';
	    display: block;
	    clear: both;
	}
			
		
	#promo-carousel.owl-carousel .owl-item.cloned {
	    display:none !important;
		}	
	    	
		
	#promo-carousel.owl-carousel .owl-stage-outer {
	    overflow: visible;
		}
		
	#promo-carousel.owl-carousel .owl-stage {
		width:100% !important;
		transform: none !important;
		}
	.owl-carousel .owl-stage::after {
	    visibility: visible;
	}

	#promo-carousel.owl-carousel .owl-item img.wide,
	#promo-carousel.owl-carousel .owl-item img {
	    display: inline-block;
		width:150px !important;
		float: left;
		padding-right:20px; 
		max-width:150px;
		-webkit-transform-style: none;

	}	

	#promo-carousel .item p {
	    padding:0;
	}
		
	.distinctions {
		margin:0;
		float: none;
		}
	footer .col-33percent-sm,
	footer .col-33percent-sm.firstcol,
	footer .col-33percent-sm.lastcol {
			width:100%;
			margin:0;
			padding:0;
		}	
	.owl-dots .owl-dot span,	
	footer .logo,
	footer .socialmedia img,
	.backtotop {
		display: none;
		margin:0;
	}	
}

/* hide twitter feed */

#news-events-tweets .col-42percent-sm div.panel.panel-plain {display: none;}


