/* Global Settings
==================================================================================*/

.module--accordion, .module--button, .module--header, .module--iframe-embed, .module--image-text-block-cta, .module--tabs, .module--text-block, .module--video-embed, .module--emergency-info, .module--social-share {
	margin-bottom: 2rem;
    /* border: 1px dashed #ff0000; For dev purposes only */
}
 
.text-caption {
    margin-bottom: .75rem;
    font-size: .875rem;
    padding-top: .125rem;
}

/* Top Modules
==================================================================================*/


/* Information Center
----------------------------- */

.header--uthealth-site-content-block .wrapper {
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
}

.header--uthealth-site-content-block .wrapper .info-center-block {
	display: block;
	position: relative;
	width: 100%;
	padding: 1rem;
	padding-bottom: 1.5rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
}

.header--uthealth-site-content-block .wrapper[min-width~='32rem'] .info-center-block {
	padding: 1.875rem;
}

.header--uthealth-site-content-block .wrapper .info-center-block:before {
	content: "";
	background-color: #00808b;
    height: .375rem;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: 0;
}

.header--uthealth-site-content-block .wrapper .info-center-block .wysiwyg {
	margin-bottom: 1rem;
}

.header--uthealth-site-content-block .wrapper[min-width~='64rem'] .background-image-block {
	width: 100%;
	display: block;
	margin: 0;
	height: 100%;
}

.header--uthealth-site-content-block .wrapper[min-width~='80rem'] .background-image-block {
	max-width: 71.5rem;
}

.header--uthealth-site-content-block .wrapper .background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	padding-top: 50%;
	min-height: 15rem;
	height: 100%
}

.info-title-text {
	color: #333f48;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.info-center-links .item:not(:last-child) {
	margin-bottom: 1.25rem;
}

.info-center-links .item .link {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	border-bottom: 0;
}

.info-center-links .item .link:hover {
	text-decoration: none;
}

.info-center-links .item .link .icon {
	display: inline-block;
	color: #005f86;
	margin-right: .5rem;
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
}

.info-center-links .item .link .text {
	display: inline-block;
	color: #005f86;
	vertical-align: middle;	
}

.info-center-links .item .link .text:hover {
	text-decoration: underline;	
}

.info-center-links .item .link:hover .icon,
.info-center-links .item .link:hover .text {
	color: #00466b;
}

.info-center-links ul li {
	list-style: none;
}


.info-center-links .fa-fw {
	font-size: 1.375rem;
}

.info-center-links .menu-external-icon {
	font-size: .875rem;
	vertical-align: bottom;
}

.info-center-block .type-c p {
	font-size: 1.5rem;
	font-weight: 700;
}


.info-center-location {
	border-top: 1px solid #dcdcdc;
	padding-top: 1rem;
}

.info-center-location .fa-map-marker-alt {
	color: #bf5700;
    vertical-align: top;
    padding-top: .25rem;
    padding-right: 1rem;
    font-size: 2rem;
}

.info-center-location p {
	display: inline-block;
	color: #000000;
	font-size: .875rem;
	font-weight: 600;
	margin-bottom: 0;
	width: 80%;
}

.info-center-links .fa-info-circle {
	font-size: 1rem;
}

.info-center-links .menu-info-icon {
	vertical-align: text-top;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
	background-color: #333f48;
	font-size: .875rem;
	text-align: left;
	padding: 1rem;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-top-color: #333f48 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-top-color: #333f48 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: #333f48 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #333f48 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-bottom-color: #333f48 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-bottom-color: #333f48 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #333f48 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-bottom-color: #333f48 !important;
}

/* XL */
@media screen and (min-width: 1200px) {
    .info-center-location p {
		font-size: .75rem;
	}
}

/* XXL */
@media screen and (min-width: 1800px) {
    .info-center-location p {
		font-size: .875rem;
	}
}

.module--info-center-banner #info_icon_tip {
	position: relative;
	cursor: pointer;
}

.module--info-center-banner #infoIcon {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  position:absolute;
  margin-left:75px;
  padding:15px 20px 10px 10px;
  border:2px solid #000000;
  background:#fff;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  height:auto;
  width:270px;
  z-index: 1000;
}

@media screen and (max-width: 48em) {
	.module--info-center-banner #infoIcon {
		margin-left: 30px;
	}
}

.module--info-center-banner #infoIcon #info_close_button {
	display:none;
}

@media screen and (max-width: 64em) {
	.module--info-center-banner #infoIcon #info_close_button {
	  display: inline;
	  color: #777;
	  text-decoration: none;
	  position: absolute;
	  right: 5px;
	  top: 5px;
	  border: none;
	}

	.module--info-center-banner #infoIcon #info_close_button:after {
		content: '×';
	}
}

/* Body Modules
================================================================================== */

/* Accordion
----------------------------- */

[data-toggle="collapse"] .fa:before {
	content: "\f068";
	padding-right: .75rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

[data-toggle="collapse"].collapsed .fa:before {
	content: "\f067";
	padding-right: .75rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.module--accordion .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
}

.module--accordion .card-header {
	padding: .25rem 1.25rem .25rem .25rem;
	background-color: #fff;
}

.module--accordion .card-header .btn-link {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.625rem;
	padding-left: 0;
	flex-direction: inherit;
}

.module--accordion .btn-link {
	color:#00808b;
}

.module--accordion .btn-link:hover {
	color:#007173;
}

.accordion-heading {

}


/* Bio Cards
----------------------------- */

.module--bio-cards .wrapper .header-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.module--bio-cards[max-width~='32rem'] .wrapper .header-wrapper {
	display: block;
}

.module--bio-cards .wrapper .header-wrapper .header {
	margin-bottom: 1.5rem;
}

.module--bio-cards .wrapper .header-wrapper .directory-link a {
	color: #00527c;
}

.module--bio-cards .wrapper .header-wrapper .directory-link a:after {
	content: ' »';
}

.module--bio-cards .c--cards-wrapper {
	margin: 0 -1.5rem;
}

.module--bio-cards .cards-wrapper > .col {
	min-width: 16rem;
	padding-top: .75rem;
}

.module--bio-cards .cards-wrapper .c--card {
	padding: 0;
}

.module--bio-cards .c--card.directory,
.module--bio-cards .c--card.directory .card-wrapper{
	height: 100%;
}

/* Fix alignment of thumbnail in 2col template */
.module--bio-cards .thumbnail-wrapper {
	width: 100%;
}

/* Covid Calculator
----------------------------- */
.module--calculator .h3{
    font-weight: 600;
    color: #ffffff;
}

.module--calculator .header-wrapper  {
	padding: 1rem;
	border: 0.125rem solid #c5c9ce;
	border-bottom: none;
}
.module--calculator .body-wrapper {
	padding: 1rem;
	border: 0.125rem solid #c5c9ce;
	border-top: none;
}

.module--calculator .header-container {
	background-color: #005f86;
	padding: 2rem;
}

.module--calculator .section-datepicker-text p {
	margin-bottom: 1rem;
}

.module--calculator .alert {
	border-radius: 3rem;
    padding: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.module--calculator .dotted-separator {
	margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.module--calculator .query-label {
	font-size: 16px;
	font-weight: 700;
	color: #374960;
	margin: 10px 0px 10px 0px;
}

.module--calculator .query-text {
	padding: 13px 13px 13px 13px;
	color: #000000;
	background-color: #ffffff;
	height: 20px;
	width: 100%;
}

.module--calculator .query-select {
	font-size: 1.125rem;
	line-height: 2.125rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-moz-appearance: none;
    -webkit-appearance: none;
	user-select: none;
	background-color: #E8EAEC;
	color: #696969;
	padding: 8px 16px 8px 16px;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
    appearance: none;
    background-image: url('/assets/icons/drop-down-arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.module--calculator .query-select:hover {
	background-color: #eceef0;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #bf5700;
    background-color: #bf5700;

}

.custom-control-label {
    cursor: pointer;
	padding-bottom: 0.5rem;
}

.custom-control-label::after {
    cursor: pointer;
}

/* XL */
@media screen and (min-width: 1200px) {
	.module--calculator .section-eligibility-title h3 {
		margin-bottom:.5rem;
	}

    .module--calculator .section-datepicker-text p {
		margin-bottom:0;
	}
}

/* Sidebar Modules
==================================================================================*/

.h2-sidebar-header {
	color: #333f48;
	font-weight: 700;
	font-size: 1rem;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	margin-bottom: .5rem;
}

.h2-sidebar-social-header {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.375rem;
	letter-spacing: .125rem;
	color: currentColor;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}

/* Image Text Block CTA
----------------------------- */
.module--image-text-block-cta .image-wrapper {
	padding-bottom: .5rem;
}

/* SM */
@media screen and (min-width: 576px) {
    .module--image-text-block-cta .image-wrapper {
		padding-bottom: 0;
	}
}


/* Embed Menu
----------------------------- */

.site-content-nav {
	margin-bottom: 2rem;
	background: rgb(51 63 72 / 7%);
	background-color: #f1f1f2;
}

.site-content-nav  li {
	list-style: none;
}

.site-content-nav ul {

}

.site-title-link {
	display: block;
}

.site-content-nav .header .heading .site-menu-title {
	font-size: 1.5rem;
	display: block;
	color: #005f86;
	font-weight: 700;
}

.site-menu-title {
	font-weight: 700;
	font-size: 1rem;
	display:block;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	margin-bottom: 1rem;
}

.site-content-nav .list {
	padding: 0;
}

.site-content-nav .list .item {
	padding-top: .5rem;
	margin-bottom: .5rem;
}

.site-content-nav .list .item .link {
	font-size: 1.125rem;
	color: #005f86;
	line-height: normal;
	font-weight: 600;
}

.site-content-nav .list .item .link:hover {
	text-decoration: underline;
	color: #00466b
}

.site-menu-title-link {
	font-weight: 700 !important;
	display: block;
}

.content-item + .content-item {
	border-top: 1px solid #dcdcdc;
}

.site-content-nav .menu-external-icon {
	font-size: .875rem;
	padding-left: .25rem;
	padding-top: .165rem;
	vertical-align: top;
}

.site-content-nav .menu-info-icon {
	font-size: .875rem;
	padding-left: .25rem;
	padding-top: .165rem;
	vertical-align: top;
}

/* Highlight navbar item if current page is being viewed */
.content-sidebar-link-current-page .link {
	font-weight: 700 !important;
}

.sidebar-content-block {
	padding: 2rem;
	margin-bottom: 2rem;
	background-color: #f1f1f2;
}
.sidebar-content-block ul {
	padding: 0;
}

.sidebar-content-block ul li {
	list-style-position: inside;
}

.sidebar-content-block .content-paragraph {
	font-size: 1rem;
}

.sidebar-content-block .content-paragraph a {
	color: #005f86;
	/* text-decoration: underline; */
	background-color: transparent;
}

.sidebar-content-block .content-paragraph a:hover {
	color: #00466b;
	text-decoration: none;
	background-color: transparent;
}

/* Mobile Navigation */

.site-parent-title {
	font-weight: 700;
	font-size: 1rem;
	display:block;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	margin-bottom: 1rem;
}

.site-parent-title .link {
	font-weight: 700 !important;
}

.site-nav-wrapper {
	padding: 0;
	margin-bottom: 2rem;
}

.site-button-wrapper {
	padding-top: 1.5rem;
}

.section--secondary-mobile-menu .site-nav-wrapper .site-menu-link {
	display: flex;
	position: relative;
	font-size: 1rem;
	background-color: #f1f1f2;
	color: #333f48;
	font-weight: 700;
	line-height: 2rem;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	border-radius: 0;
	padding: .5rem 1.25rem .5rem 1.25rem;

}

.section--secondary-mobile-menu .site-nav-wrapper .site-menu-link:hover {
	background-color: #eaebec;
	color: #333f48;
	text-decoration: none;
}

.section--secondary-mobile-menu .site-content-nav {
	margin-bottom: 0;
	background-color: #f5f5f6;
}

.section--secondary-mobile-menu .site-nav .list .item {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: .5rem;
	text-align: left;
}

.section--secondary-mobile-menu .site-nav {
	padding: 1.5rem;
	margin-bottom: 0;
	text-align: left;
}

/* LG */
@media screen and (min-width: 992px) {
	.site-nav-wrapper {
		padding: 1.5rem .75rem;
		margin-bottom:0;
	}

	.site-content-nav {
		padding: 2rem;
	}

	.section--secondary-mobile-menu .site-nav .list .item {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: .5rem;
		text-align: left;
	}
}

.section--secondary-mobile-menu [data-toggle="collapse"].site-menu-link:after {
	display: inline-block;
	font-size: 1.65rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	content: "\f106";
	margin-left: auto;
	padding-left: 6px;
}

.section--secondary-mobile-menu [data-toggle="collapse"].collapsed.site-menu-link:after {
	display: inline-block;
	font-size: 1.65rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	margin-left: auto;
	padding-left: 6px;
}

.section--secondary-mobile-menu .menu-external-icon {
	font-size: .875rem;
	padding-left: .25rem;
	padding-top: .165rem;
	vertical-align: top;
}

/* Emergency Info
----------------------------- */

.module--emergency-info .text-block p {
	font-size: 1.5rem;
	line-height: normal;
	margin-bottom: 0;
	padding: 1rem;
	color: #fff;
	font-weight: 600;
}

/* Social Share
----------------------------- */

.c--share-buttons {
	margin-bottom: 1rem;
}

.c--share-buttons .label {
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.c--share-buttons .buttons {
	margin: 0 -0.5rem;
}

.c--share-buttons .share-button:hover {
	background-color: #00466b;
}

.c--share-buttons .share-button svg {
	width: 1.25rem;
	height: 1.25rem;
	color: #ffffff;
}

.h-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.h-icon > svg {
	height: 100%;
	width: 100%;
	fill: currentColor;
}

/* Tabs
----------------------------- */

.module--tabs .nav-link {
	font-weight: 700;
}

.module--tabs .nav-tabs .nav-link {
	color: #00808b;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.module--tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	font-weight: 700;
}

