/* Styles go here */
html {
	height: 100%;
}
#page {
min-height: 100%;
}
#pagebody{
    min-height: 100vh;
    position: relative;
    padding-bottom: 500px;
}
#header {
	padding: 0;		
	width: 100%;
}
#print_contact, #print_logo {
	display: none;
}

#site_search input {
	font-size: 95%;
	vertical-align: middle;
	border: 1px solid #333;
	width: 180px;
	background-color: #333;
	color: #FFF;
}
#site_search .instructions {
	display: none;
}
#site_search input.search_input {
	padding: 1px 5px;
	height: 31px;
	margin-right: -1px;
	box-sizing: inherit;
	line-height: 20px;
	background-clip:inherit;
}
 #site_search input.search_input::-webkit-input-placeholder {
 color: #CCC;
}
 #site_search input.search_input:-ms-input-placeholder {
 color: #CCC;
}
button#search_btn {
	padding: 0px;
	background: none;
}
#search_button {
	font-weight: normal;
	background-color: #DCDBE0;
	color: #444;
	border: none;
}

#serts_search_form {
	background-color: #E1E8F2;
	text-align: center;
	padding: 15px;
	margin: 20px 0px;
}
#serts_search_form form {
	margin: 0;
	padding: 0;
}
#serts_search_form_input {
	width: 75%;
	height: 31px;
	line-height: 20px;
}
#serts_insight_link {
	border: 3px solid #EEEEEE;
	text-align: center;
	padding: 7px;
	margin: 10px 35px 20px;
}
#register_button:hover {
	text-decoration: underline !important;
}
#search_button:hover {
	background-color: #BBB;
	color: #444;
}
#search_button:active {
	box-shadow: 0 0 6px #448FFF;
	z-index: 1;
}
#access_buttons #sign_in_status {
	display: inline;
	text-transform: none;
	font-weight: normal;
	padding: 0 .5em 0 0;
	position: relative;
}
#access_buttons #sign_in_status a {
	font-weight: bold;
	border: none;
	padding: 0;
	vertical-align: baseline;
	text-transform: none;
	background: none;
}
#access_buttons #sign_in_status #notices {
	display: inline;
	position: relative;
}
#access_buttons a#profile_button {
	display: none;
}
#access_buttons a#messages_button.active {
	background: #333;
}
#access_buttons a#messages_button:hover {
	background-color: #666;
}
#access_buttons a#my_account_button {
	background: #888;
	color: #FFF;
}
#notices {
	background: #fff3cd;
	border: 2px solid #e3ae1f;
	padding: 3px;
	margin-right: 9px;
	color: #444 !important;
}
#notices a {
	color: #444 !important;
	text-decoration: underline;
}
.change-password span#notices {
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 13px;
}
#access_buttons #sign_in_status a:hover {
	background: none;
	text-decoration: underline;
}
#access_buttons {
	display: block;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	padding: 37px 20px 8px 20px;
	color: #FFF;
}
#access_buttons a, #access_buttons a:visited {
	color: #0057B8;
	margin: 0;
	zoom: 1;
	font-weight: normal;
	color: #FFF;
	line-height: 1.5em;
}
#access_buttons a:hover {
	text-decoration: none !important;
	background: #666;
}
#access_buttons a:active {
	box-shadow: 0 0 6px #448FFF;
	z-index: 1;
}
#access_buttons .dropdown a#my_account_button.active {
	background: #333 !important;
}
#access_buttons #home_button {
	float: left;
	margin: -.25em 0 0;
}
#access_buttons a#profile_button {
	display: none;
}
#access_buttons a#messages_button {
	background: #888;
	color: #FFF;
}
#access_buttons .dropdown:hover a#my_account_button, #access_buttons a#messages_button:hover {
	background-color: #666;
}
.dropdown ul.dropdown-menu li {
	padding: 3px 20px;
}
.dropdown ul.dropdown-menu li:hover {
	background: #666;
}
.dropdown {
	display: inline-block;
	position: relative;
	z-index: 1008;
	white-space: nowrap;
}
.dropdown ul.dropdown-menu {
	display: none;
	position: absolute;
	z-index: 1;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown ul.dropdown-menu {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0.5px;
	padding: 0;
	background-color: #888;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	min-width: auto;
}
#quick_links_tray {
	position: absolute;
	top: 0px;
	right: 0;
	width: 420px;
	text-align: right;
	padding: 5px 15px;
}
#quick_links_tray a {
	background: none;
	zoom: 0;
}
#quick_links_tray a:visited {
	background: none;
	zoom: 0;
	color: #FFF;
}
div#header div#access_buttons div#quick_links_tray a:hover {
	background: none;
	text-decoration: underline !important;
	zoom: 0;
}
#quick_links_tray ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#quick_links_tray li {
	padding: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	display: inline;
}
#quick_links_tray a {
	padding: 0;
	margin: 0;
	color: #FFF;
}
.signin-account {
	display: inline;
}
#logo {
	float: left;
	margin: 12px 20px 0;
	border: none;
}
.column {
	float: left;
	padding: 1em 0 4em;
}
#transcript h4 {
	font-size: 14px;
	margin: 2em 0 0.5em;
}
#transcript {
	border-top: 3px #EEE solid;
	margin-top: 30px;
	padding-top: 10px;
}
#transcript p {
	padding-left: 15px;
}
.two-thirds {
	width: 550px;
}

#primary_sidebar {
	padding-top: 0;
	padding-bottom: 15px;
	position: relative;
	z-index: 2;
}

#video_player {
	border: thin solid #000000;
}
.page_links {
	width: 100%;
}
.page_links .dropdown.mcl-share-links{
	padding-right: 5px;
}
.page_links .dropdown.mcl-share-links ul.dropdown-menu li{
	padding:0px;
	margin-top: 7px;
}
.page_links .dropdown.mcl-share-links ul.dropdown-menu li:hover {
	background: #fff;
}
.page_links .dropdown.mcl-share-links ul.dropdown-menu {
	background-color: #fff;
	margin: 0px;
	border:none;
}
.page_links .dropdown.mcl-share-links ul.dropdown-menu li a[href^="https://www."]::after {
    content:"";
	padding: 0px;
}
.page_links img:hover {
	border: 1px solid #ccc;
}
.catalog_search_widget {
	border: none;
	margin: 0 0 1em 0;	
	font-size: 14px;
	
	display: inline-block;
	background-repeat: no-repeat;
}
.catalog_search_widget h2, .catalog_search_widget h3 {
	font-weight: normal;
	font-family: 'mayo-sans';
	color: #555;
}
.catalog_search_widget h2 {
	font-size: 22px;
}
.catalog_search_widget h3 {
	font-size: 18px !important;
	margin-top: 5px;
}
.data_field {
	line-height: 28px;
	margin: 0 0 1em;
	font-size: 18px;
    font-family: 'MayoClinicSans-Light';
}
.data_field table,
.data_field table tbody tr,
.data_field table tbody td{
	border: 1px solid #ddd;
}
#autocomplete_wrap {
	position: absolute;
	height: 40px;
}
#autocomplete_field {
	background-color: white;
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	z-index: 100;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}
#autocomplete_field ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#autocomplete_field ul li.selected {
	background-color: #F0F6F9;
}
#autocomplete_field ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 7px 15px;
	line-height: 16px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: solid 1px #EEE;
}
#search_form {
	/* border-bottom: 1px solid #999; */
	display: block;
	/* padding: 0 0 5px; */
}
#search_form h3 {
	padding: .25em .5em;
	margin-top: 0;
	background-color: #c6d3e3;
}
.search-form-group {
	position: relative;
}
.search-form-group .ui-menu {
	position: absolute !important;
}
.search_form_text {
	height: 30px;
	line-height: 24px;
	padding: .125em .25em;
	box-sizing: inherit;
	border: 1px solid rgb(190, 190, 190);
	font-size: 15px;
}
.catalog_search_widget .search-form-group .input-group-append {
	margin-top: -1px;
}
.search_form_go {
	vertical-align: top;
	padding: 0px;
	margin-right: 10px;
	line-height: 24px;
	text-align: center;
} 
.catalog_search_widget h2, .catalog_search_widget h3 {
	font-weight: normal;
	font-family: 'mayo-sans';
	color: #555 !important;
}
.tab-panel, .tab-panel li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tab-panel {
	padding: 0 0 6px 2px;
	overflow: hidden;
	display: none;
}
.tab-panel.active, .tab-panel.active {
	display: block;	
}
#primary_sidebar ul.active.tab-panel{
	margin-top: 20px;
}

.tab-panel li {
	float: left;
	text-align: center;
	padding: 2px;
	width: 16%;
}
.tab-panel a {
	background-color: #0057B8;
	color: #fff !important;
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
}
.tab-panel a:hover {
	background-color: #0f58bf;
	text-decoration: none;
	color: #fff;
}
.tab-control {
	position: absolute;
	top: 0;
	left: 0;
	width: 45.5%;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 4px;
	cursor: pointer;
	text-align: center;
	background-color: #f4f4f4;
}
.catalog_search_widget .tab-control:hover {
	background-color: #e0e0e0;
}
.tab-control.active, .catalog_search_widget .tab-control.active:hover {
	cursor: default;
	text-decoration: none;
	color: #555;
	background-color: #CCCCCC;
}
#primary_sidebar {
	z-index: 500;
}
.test-catalog-alpha #primary_sidebar {
	margin-top: 1.5rem;
}
h2.subheading {
	font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}
#login_button {
	color: white !important;
	font-weight: bold !important;
	background-color: #0057B8 !important;
}
#login_button:hover {
	background-color: #0F58BF !important;
}
#login_button:active {
	box-shadow: 0 0 6px #448FFF;
	z-index: 1;
}
#skip {
	display: none;
}
/* Rules for horizontal-rules */

hr {
	height: 1px;
	background: #bcd;
	color: #bcd;
	border: none;
	clear: left;
	display: block;
	margin: 1em 0em;
	padding: 0;
	font-size: 100%;
}
hr.clear {
	clear: left;
	visibility: hidden;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
.homepage-callout-box {
	width: 165px;
	float: right;
	clear: both;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	z-index: 200;
	display: block;
}

.mayo-link-callout,
.mayo-access-callout {
	background: #f5f5f3; 
	padding: 0 0 .5em; 
	margin: 1em 0 1em; 
	position: relative;
}
.footer-feedback {
	font-weight: normal;
	text-align: right;
	font-size: 15px;
}
.footer-feedback a, .footer-feedback a:visited {
	color: #0057B8 !important;
}
#navigation h2 a:hover + ul {
	display: block!important;
}
#navigation h2 ul:hover {
	display: block!important;
}
.mobile-nav {
	display: none;
}
#lab-talk-feed .news-item {
	margin: 10px 0px 30px;
	padding: 0px;
	border: none;
	display: flex;
}
#lab-talk-feed {
	width: 100%;
	float: left;
}
#lab-talk-feed h3 {
	line-height: 28px;

}
#lab-talk-feed .wp-post-image {
	margin-bottom: 35px;
	float: left;
	margin-right: 15px;
	border: 2px solid #fff;
	height: 200px;
    width: 280px;
}
#lab-talk-feed h3 a {
	color: #54585A;
	font-weight: normal;
	font-size: 100%;
}
.mayo-link-access {
	margin: 0;
	padding: .5em;
	color: #693C5E !important;
	font-size: 1em !important;
	font-weight: bold !important;
}
#lab-talk-feed h3 a {
	color: #54585A;
	font-weight: normal;
	font-size: 100%;
}
.mayo-link-access {
	margin: 0;
	padding: .5em;
	color: #693C5E !important;
	font-size: 1em !important;
	font-weight: bold !important;
}
.form-p-tag {
  margin-top: 0;
  margin-bottom: .5rem;
}
.messages-type{
	vertical-align:top;
	margin-left: -55px;
}
.messages-type-dropdown{
	margin-top: -25px;
}
#site_search.mobile-site-search, 
#quick_links_tray .mobile-site-view {
	display: none;
}
#access_buttons .signin-account .btn {
	height: 31px;
    line-height: 14px !important;
    font-weight: normal !important;
    background-color: #6c757d;
}
#access_buttons .signin-account .dropdown .dropdown-toggle::after {
    margin-left: 8px;
}
.signin-account.profile-icons ul.dropdown-menu {
	left: 8px;
	border-radius: 0;
}
.report-delivery .tablesorter-blue .tablesorter-header {
	padding: 5px 24px 5px 5px !important;
}

.alphabet-wrapper ul {
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.alphabet-wrapper ul li {
	margin-right: 5px;
	border: 1px #999 solid;
}
.alphabet-wrapper ul li a {
	padding: 6px;
}
.catalog_search_widget .search-box{
	justify-content: left;
}
.slideout .slideout-content{
	color:#000 !important;
}
#pagebody b, #pagebody strong {
	font-family: MayoClinicSans-Bold;
	font-weight: 500;
}