﻿@charset "utf-8";

/* Element - Logo */
.pm-logo {
	width:303px;
	height:54px;
}

/* Helpful Styles */
.txt-lrg {
	font-size:1.4em !important;
	line-height:140% !important;
}
.txt-xlrg {
	font-size:1.8em !important;
	line-height:140% !important;
}
.txt-left {
	text-align:left !important;
}
.txt-center {
	text-align:center !important;
}
.txt-right {
	text-align:right !important;
}
.txt-bold {
	font-weight:bold !important;
}
.txt-blue {
	color:#1c7ab2 !important;
}
.txt-dark {
	color:#051D43 !important;
}
.txt-purple {
	color:#3A3E99 !important;
}
.txt-green {
	color:#20652B !important;
}
.txt-upper {
	text-transform:uppercase !important;
}
.float-left {
	float:left !important;
	margin-right:20px;
}
.float-right {
	float:right !important;
	margin-left:20px;
}
.float-center {
	margin:0 auto 20px !important;
	display:block !important;
}
.w-100 {
  width: 100% !important;
 }
.w-70 {
  width: 70% !important;
}
.w-50 {
  width: 50% !important; 
}
.w-40 {
  width: 40% !important; 
}
.w-30 {
  width: 30% !important; 
}
.t20 {
	margin-top:20px !important;
}
.t30 {
	margin-top:30px !important;
}
.t40 {
	margin-top:40px !important;
}
.t50 {
	margin-top:50px !important;
}
.no-pad_right {
	margin-right:0 !important;
}
.no-pad_left {
	margin-left:0 !important;
}
#MSO_ContentTable .noborder {
	border-bottom:0 !important;
}
.border-green {
	border-top:2px solid #20652B !important;
	border-bottom:2px solid #20652B !important;
}
.border-bottom {
	border-bottom:1px solid #999;
	margin-bottom:20px !important;
}
.app-btn {
	float:right;
	clear:right;
	border-bottom:0 !important;
	margin-bottom:5px;
	margin-left:15px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Form Elements */
.pmcp-select select {
	width:100%;
}


/* Footer */
#main-footerarea {
	border-top:1px solid #d3dde5;
}
#foot-nav h3 {
	color:#204A7E;
	margin-bottom:2px;
}
#foot-nav a, #foot-nav a:visited, #foot-copy a, #foot-copy a:visited {
	color:#000;
}
#foot-nav a:hover, #foot-nav a:focus, #foot-nav a:active, #foot-copy a:hover, #foot-copy a:focus, #foot-copy a:active {
	text-decoration:none;
	border-bottom:0;
	color:#204A7E;
}
#foot-nav ul li {
    margin-bottom:3px;
}
#foot-language .small {
	color:#204A7E;
	display:block;
	margin-bottom:5px;
	font-weight:700;
}
#foot-language li {
	padding:2px 7px 5px;
	margin-right:0 !important;
}
#foot-language li.hidden-xs {
	padding:0;
}
#foot-language a, #foot-language a:visited {
	color:#000;
}
#foot-language a:hover, #foot-language a:focus, #foot-language a:active {
	border-bottom:0;
	color:#204A7E;
	text-decoration:none;
}
#foot-language .active2 {
	background-color:#204A7E;
}
#foot-language .active2 a, #foot-language .active2 a:visited {
	text-decoration:none;
	border-bottom:0;
	color:#fff;
}
#foot-title .tagline {
	color:#204A7E;
}

@media (max-width:991px){
	#foot-social {
		float:none;
	}
}
@media (max-width:767px){
	#foot-links {
		height:46px;
		padding:5px 0 0;
	}
	#foot-copy {
		padding:0;
	}
	#foot-title {
		margin:20px 0;
	}
}
@media (max-width:500px){
	#foot-copy {
		text-align:center;
	}
	#foot-copy ul {
		float:none !important;
	}
	#foot-social {
		padding:0;
	}
}


/* Gradient Line */
.grad-line {
	height:17px;
	padding:0;
	margin:14px 0 14px 0;
	background:#ffffff;
	/* Gradient */
    background: linear-gradient(#c4c4c4, #ffffff); /* Standard syntax */
	/* Soft Edge */
	box-shadow: inset -10px 0 18px #ffffff;
}

.wz0 {
	margin-bottom:19px;
}


/* Last Modified Remove old CSS from PMCP.css */
.last-modified {
    color: #504f4f;
    font-size:0.9em;
    margin:20px auto 0 auto;
    padding:6px 0 10px;
    text-align:center;
    max-width:960px;
	width:auto;
	border:0;
}
.last-modified > div {
	display:inline;
	margin:0 20px 0 0;
}
#spLastReviewedDate {
	color: #504f4f;
	margin-right:20px;
	
}
/* Last Modified */
@media (max-width:979px){
	.last-modified  {
		width:auto !important;
	}
}
@media (max-width:500px){
	.last-modified > div {
		display:block;
		margin:0 0 3px 0;
	}
}

/* UHN Header & Navigation Elements */
.navbar {
	margin-bottom:0px !important;
	/* background:#0f2749 !important; */
}
#topNavmenu {
	padding:0;
}
#topNavmenu .textResizer {
	display:none;
}
#topNavmenu .pad2 {
	display:none;
}
.main-srchbox {
	margin-top:0 !important;
}

@media (max-width:1000px){
	.top-navbar-1 {
		display:block;
	}
	#topNavmenu li:nth-child(1) {
		padding:0 10px;
	}
	#topNavmenu li {
		margin:5px 0px 1px 0px !important;
	}
	#main-eyebrowarea-child {
		margin:0;
	}
}

/* Breadcrumb Element */
	#breadcrumb {
		font-size:0.9em;
		line-height:170%;
	}
	#breadcrumb a, #breadcrumb a:visited {
		text-decoration:none !Important;
		border-bottom:1px solid #014977;
		padding-bottom:1px;
	}
	#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
		text-decoration:none !Important;
		border-bottom:0;
	}
	#breadcrumb > span > span:nth-child(odd) {
		font-weight:bold;
		color:#63532C;
		font-size:1.1em;
	}
	#breadcrumb > span > a:nth-child(1) {
		margin-left:-4px;
	}

/* Info Box */
.in-border {
	border:1px solid #D1D1D1;
	outline:1px solid #fff;
}
.in-border:focus, .in-border:hover, .in-border:active {
	border:1px solid #006cb6;
	outline:1px solid #006cb6;
}
.info-box {
	padding:10px 12px 13px 12px;
	margin:0 0 17px 0;
	background:rgba(255,255,255,0.7);
	font-family:Arial, sans-serif;
}
.info-box:after {
	content:"" !important;
	display:table !important;
	clear:both !important;
}
.info-box > div:first-child {
	display:block;
	margin-left:-12px;
	margin-right:-12px;
	margin-top:-10px;
	text-align:center;
	color:#474747;
	line-height:110%;
	padding:10px 12px 17px 12px;
	background:#e6e6e6 url("/PrincessMargaret/Custom Code/Images/info-box-header.png") no-repeat bottom center;
}
/* Temporary Disabled 
.info-box img:first-child {
	margin-top:12px;
}
*/
.info-box > h2 {
	padding-top:0 !important;
	margin-top:0 !important;
}
.info-box > ul.arrow {
	width:auto;
}
.info-box .full_btn {
	margin-bottom:9px;
}
.pmcp-content .no-btm {
	border-bottom:0 !important;
	margin-bottom:5px !important;
}
.row > .info-box:last-child {
	margin-right:0;
}
#whats-new .in-border {
	border:1px solid #D1D1D1 !important;
}
#whats-new .in-border:focus, #whats-new .in-border:hover, #whats-new .in-border:active {
	border-bottom:1px solid #006cb6 !important;
}


/* Mobile UL List */
#pmcp-mlist {
	margin:10px 0;
	width:100%;
}
#pmcp-mlist > .dropdown-menu {
	position:static;
	float:none;
	border:0;
	border-radius:0;
	box-shadow:0 0 0;
	margin-top:5px;
}
#pmcp-mlist > .dropdown-menu > li > a {
	padding:0;
	white-space:normal !important;
}
#pmcp-mlist > .dropdown-menu > li > a:hover {
	background-color:#fff;
}
#pmcp-mlist > button {
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#006282;
	background:#eee;
	border:1px solid #ccc;
}
#pmcp-mlist .caret {
	float:right;
	border-top:8px solid;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	margin-top:6px;
}
.form-control:focus {
	box-shadow:0 0 0;
}
.PMCCLanguageSelector .open .caret {
	border-top:0 !important;
	border-right:5px transparent solid !important;
	border-left:5px transparent solid !important;
	border-bottom:5px solid !important;
}
.PMCCLanguageSelector .caret {
	border-top:5px solid !important;
	border-right:5px transparent solid !important;
	border-left:5px transparent solid !important;
	border-bottom:0 !important;
}

/* Right Panel Tweak */
#rightpanel.sideRail {
	padding-top:0;
	margin-top:-2px;
}
.rightpanel-srch > a {
    position:absolute;
    right:0;
    top:2px !important;
}
#rightpanel .ms-srch-sb-border, #rightpanel .ms-srch-sb-borderFocused {
	border:0 !important;
}
#zoom-out:hover span::before, #zoom-in:hover span::before {
	color:#006cb6;
}
#title-links .print {
	float:right;
	margin-top:2px;
}
#tool-links li:last-child {
	padding-left:2rem !important;
}
.rightpanel-handle {
	left:-32px;
}

@media (max-width:990px){
	#tool-links li:last-child {
		padding-left:0rem !important;
	}
}
@media (max-width:767px){
	#rightpanel {
		border-left:0 !important;
	}
}

/* Screen Reader Only */
.visually-hidden {
position:absolute;
width:1px;
height:1px;
overflow:hidden;
clip: rect(1px, 1px, 1px, 1px);
}


/* Alert Tweak */
.alert-content .ms-rtePosition-1 {
	padding-right:0 !important;
}
.alert-content img {
	display:inline;
	float:none;
}
#temp-alert div.hidden-xs {
	display:none !important;
}
#temp-alert .col-md-8 {
	width:100% !important;
	margin:0 auto !important;
}

/* Spotlight Image   (remove .spotlightContainer img) */
/*Smaller thumbnail for Spotlight, only commented out for now in case of issues*/
/*.spot_des {
	float:left;
	margin:5px 15px 40px 0 !important;
	width:80px !important;
	height:auto !important;
	border:1px solid #888 !important;
	padding:2px !important;
}*/
.spot_mob {
	width:100% !important;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
	display:inline; /* Made this on all the time */
	float:none !important;
	border:0 !important;
}
.spotlightContainer h2 {
	font-size:1.2em !important;
}

@media (max-width:500px){
/*	.spot_des {
		display:none;
	}
	.spot_mob {
		display:inline;
	}*/
	.spotlightContainer {
		margin-bottom:20px;
	}
}

/* Right Rail Awards */
.side_winner {
	margin:0;
	padding:10px 0;
	border-bottom:1px dotted #333;
}
.side_name {
	font-size:1.338em;
	margin:0;
	padding:0 0 4px 0;
}
#SR16 > div > p  {
	margin-top:8px;
}

/* Guide to Princess Margaret */
.pmcp-guide li::before, .pmcp-cat li::before {
	content:"" !important;
}

/* Desktop Image Classes */
.img-border {
	padding:2px;
	border:1px solid #888888;
}
	
.img-d-left {
	float:left;
	margin:0 20px 20px 0;
}
.img-d-right {
	float:right;
	margin:0 0 20px 20px;
}
.img-d-center {
	margin:0 auto 20px;
	display:block;
}
.img-d-full {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.img-d-norm {
	max-width:100%;
	margin:0 0 20px 0;
}
.img-d-none {
	display:none;
	margin:0;
}
.img-m-none {
	display:inline;
	margin:0 0 20px 0;
}

/* Mobile Image Classes */
@media (max-width:600px){
	.img-d-left {
		float:none;
		margin:0 0 20px 0;
	}
	.img-d-right {
		float:none;
		margin:0 0 20px 0;
	}
	.img-d-center {
		margin:0 0 20px 0;
		display:inline;
	}
	.img-d-full {
		width:auto;
		height:auto;
		margin:0 0 20px 0;
	}
	.img-d-norm {
		margin:0 0 20px 0;
	}
	.img-d-none {
		display:inline;
		margin:0 0 20px 0;
	}
	.img-m-full {
		width:100% !important;
		height:auto !important;
		margin:0 0 20px 0 !important;
	}
	.img-m-norm  {
		height:auto !important;
		max-width:100% !important;
		margin:0 0 20px 0 !important;
	}
	.img-m-none {
		display:none !important;
		margin:0 !important;
	}
	.img-m-left {
		float:left !important;
		margin:0 20px 20px 0 !important;
	}
	.img-m-right {
		float:right !important;
		margin:0 0 20px 20px !important;
	}
	.img-m-center {
		margin:0 auto 20px !important;
		display:block !important;	
	}
}


/* AEP Online Tool */
#resultsTable {
	width:300px;
}
#resultsTable td, #resultsTable th {
	padding:5px;
}

/*GBOT */
.gbot_peer ul {
	list-style-type: none !important;
	margin-left:1px;
	text-align:center;
}
.gbot_peer ul li::before {
    content:"";
    color: #005286;
    font-size: 0.8em;
    margin-right:0;
}
.gbot_peer_title {
    font-family: Arial;
    font-size: 12px;
    color: #052864;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 8px;
    text-align: center;
}

/* PMCP 2 Column */
.pmcp-2column {
	margin:0;
	padding:0 0 20px 0;
}
.pmcp-2column > div {
	margin:0;
	padding:0;
	display:table;
}
.pmcp-2column > div > div {
	display:table-cell;
	width:45%;
	padding:0;
	text-align:left;
	vertical-align:top;
}
.pmcp-2column > div > div:first-child {
	padding-right:10%;
}
.pmcp-2column > div > a {
	display:block;
}
.pmcp-2column .img-full {
	margin:27px 0 0 0;
}
@media (max-width:767px){
	.pmcp-2column {
		padding:0 0 7px 0;
	}
	.pmcp-2column > div {
		display:block;
	}
	.pmcp-2column > div > div {
		display:block;
		margin:0 0 20px 0;
		padding:0;
		width:auto;
	}
}

/* PMCP Thumbnail 2021 Update */
.pm-thumblist {
	display:table;
	margin:0;
	padding:0 0 20px;
	clear:both;
}
.pm-thumblist > div {
	display:table-cell;
	padding:0 0 0 0;
	background:#fff;
	text-align:left;
	vertical-align:top;
}
.pm-thumblist > div:nth-child(1) {
	padding:18px 30px 0 0;
}
.pm-thumblist::after {
  content: "";
  clear: both;
  display: table;
}



/* PMCP Thumbnail List */
.pmcp-thumblist {
	display:table;
	margin:0;
	padding:20px 0 20px;
	clear:both;
	border-bottom:1px solid #B6B8B9;
}
.pmcp-thumblist > a {
	display:table-cell;
	/* width:120px; */
	padding:0 25px 0 0;
	background:#fff;
	text-align:left;
	vertical-align:top;
}
.pmcp-thumblist > a > img {
	padding:2px;
	border:1px solid #888888;
	width:114px;
	height:auto;
}
.pmcp-thumblist > div {
	display:table-cell;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
}
.pmcp-thumblist h2 {
	margin-top:0 !important;
}
.pmcp-thumblist h3 {
	margin:0 0 10px 0 !important;
}
@media (max-width:767px){
	.pmcp-thumblist > a {
		width:18%;
	}
	.pmcp-thumblist > a > img {
		width:100%;
	}
}
@media (max-width:500px){
	.pmcp-thumblist > a {
		display:none;
	}
	.pmcp-thumblist > div {
		display:block;
	}
}

.home_btn, .pmcp-btn, .pmcp-bbtn, .full_btn, .pmcp-back, .plain-btn {
	background:#1E4C80;
	border-radius:14px;
	color:#fff !important;
	display:inline-block;
	font-size:1.0em;
	line-height:2.2em;
	margin:5px 15px 15px 0;
	padding:0 8px 0 13px;
	text-decoration:none !important;
	white-space:nowrap;
	border-bottom:0 !important;
}
.plain-btn {
	padding:0 13px 0 13px;
}
.pmcp-bbtn, .pmcp-back {
	padding:0 13px 0 8px;
	margin-bottom: 10px;
}
.full_btn {
	width:100%;
	margin:10px 0 0 0;
}
.home_btn:hover, .pmcp-btn:hover, .pmcp-bbtn:hover, .full_btn:hover, .pmcp-back:hover, .plain-btn:hover {
	background:#004566;
	text-decoration:none !important;
}
.home_btn::after, .pmcp-btn::after, .full_btn::after {
	font-family:'Glyphicons Halflings';
	content:"\e250";
	color:#fff;
	margin-left:10px;
	font-size:0.8em;
}
.pmcp-btn2 {
	background:#1E4C80;
	border-radius:14px;
	color:#fff !important;
	display:inline-block;
	font-size:0.9em;
	line-height:1.3em;
	margin:5px 0 15px 0;
	padding:5px 15px 5px 13px;
	text-decoration:none !important;
}
.pmcp-btn2::before  {
	font-family:'Glyphicons Halflings';
	content:"\e250";
	color:#fff;
	margin-left:10px;
	font-size:0.8em;
	float:right;
	margin:0 2px 0px 10px;
	display:block;
}
.pmcp-btn2:hover, .pmcp-btn2:focus, .pmcp-btn2:active {
	border-bottom:0 !important;
	background:#004566;
	text-decoration:none !important;
}
.full_btn::after {
	float:right;
}
.pmcp-bbtn::before, .pmcp-back::before {
	font-family:'Glyphicons Halflings';
	content:"\e251";
	color:#fff;
	margin-right:10px;
	font-size:0.8em;
}
.searchByCategory {
	width:100%;
}
.searchByCategory select {
	width:95%;
	margin-bottom:10px;
}
#MSO_ContentTable a:hover, #MSO_ContentTable a:focus, #MSO_ContentTable a:active {
	border-bottom:0 !important;
}
#MSO_ContentTable ul.arrow {
	list-style-position:outside !important;
	margin-left:18px !important;
}
#MSO_ContentTable ul {
	list-style: disc inside none;
	line-height: 20px;
}
.cancerTypeListClinic ul, .supportServicesListClinic ul {
	list-style:none !important;
}
.c2-l [id*="ControlWrapper_RichImageField"] > div > img, .pana_cont > img {
	max-width:none;
	width:100%;
}
@media (max-width:991px){
	.c2-l [id*="ControlWrapper_RichImageField"] > div > img, .pana_cont > img {
		max-width:100%;
		width:auto;
	}
}
.two-list {
	margin:0 0 20px 0;
}
.two-list:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#physicianListing ul, #nurseListing ul, #otherStaffListing ul, #cancerTypeListing, #clinicCentreListing ul, #scientistListing, #pfServicesListing ul, #physicianListingSG ul, #pmcp-list ul, #physicianListingPD ul, .pmcp-pinfo ul {
	list-style-type:none;
	clear:both;
}
#physicianListing ul > li, #nurseListing ul > li, #otherStaffListing ul > li, #cancerTypeListing > li, #clinicCentreListing ul > li, #scientistListing > li, #pfServicesListing ul > li, #physicianListingSG ul > li, #pmcp-list ul > li, #physicianListingPD ul > li, .two-list ul > li {
	float:left;
	width:48%; /*used to be 45%*/
	margin-bottom:7px;
	padding-right:5%;
	line-height:1.4em !important;
	/*min-width:340px; Nov 11, make sure doesnt break other listings*/
}
#scientistListing > li {
	width:210px;
}
#physicianListing b, #nurseListing b, #otherStaffListing b, #cancerTypeListing b, #scientistListing b, #physicianListingSG b, #pmcp-list b, #physicianListingPD b {
	display:block;
	clear:both;
	margin-bottom:7px;
}
#clinic-search {
	position:relative;
}
@media (max-width:979px){
		#physicianListing ul > li, #nurseListing ul > li, #otherStaffListing ul > li, #cancerTypeListing > li, #clinicCentreListing ul > li, #scientistListing > li, #pfServicesListing ul > li, #physicianListingSG ul > li, #pmcp-list ul > li , #physicianListingPD ul > li, .two-list ul > li {
		float:none;
		width:100%;
		margin-bottom:8px;
		line-height:1.4em !important;
	}
}
@media (max-width:450px){
	#physicianListing ul > li, #nurseListing ul > li, #otherStaffListing ul > li, #cancerTypeListing > li, #clinicCentreListing ul > li, #scientistListing > li, #pfServicesListing ul > li, #physicianListingSG ul > li, #pmcp-list ul > li, #physicianListingPD ul > li, .two-list ul > li {
		min-width:100px;
	}
}
.pmcp-share {
	color:#9f2749;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	position:absolute;
	right:0;
	z-index:999;
}
.pmcp-share > div {
	float:right;
	margin: 0 0 0 8px;
	padding:0;
}
@media (max-width:767px){
	.pmcp-share {
		position:static;
		margin-top:10px;
		margin-bottom:5px;
		float:left;
	}
	 .sidebar-offcanvas {
		 margin-top:0 !important;
	 }
}


 /*.pmcp-content > div:nth-child(2) > div > h2 {
	margin-top:0 !important;
} */

h2 > nobr > span {
	color:#004566;
}



/* Layout */
.pmcp-content {
	padding-right:5%;
	padding-left:15px;
}

@media (max-width:979px){
	.pmcp-content {
		padding-right:0;
		width:95%;
	}
}
@media (max-width:767px){
	#rightpanel {
		margin-right:-5px;
	}
}

@media (max-width:550px){
	.pmcp-content {
		padding-right:0;
		width:95%;
	}
}
@media (max-width:450px) {
	#pmcp-banner {
		display:none;
	}
}

/* Ul and OL Fixes */
.pmcp-content ol li {
	margin-left:16px;
}
.pmcp-content li {
	position:relative !important;
	padding-left:15px;
}
.pmcp-content ol > li {
	margin-left:22px !important;
	padding-left:0px !important;
}
#MSO_ContentTable ul.arrow li {
    text-indent:0;
	padding-left:0;
}

/* Select Fix */
.pmcp-content option:checked, .pmcp-content option:hover, .pmcp-content option:focus, .pmcp-content option:active { 
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

/* Cancer Journey */
@media (max-width:979px){
	.cancer_journey div > div > a {
		font-size:0.9em !important;
	}
}


/* Content */
.img-left {  /* Improved float left */
	float:left;
	margin-right:15px;
	clear:left;
}
.img-right { /* Improved float right */
	float:right;
	margin-left:15px;
	clear:right;
}
.img-full {
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}
.uhn-Element-quote {
	color:#337ab7;
	margin:0 0 13px 20px;
	font-size:1.1em;
	line-height:140%;
	float:right;
	width:40%;
}
#freeTextSearch, #clinic-search {
	width:90%;
}
.pmcp-referral {
	width:90%;
}
.pmcp-referral > select {
	width:100% !important;
	margin-bottom:10px;
}

@media (max-width:979px){
	.img-left {
		float:left !important;
		margin-right:15px !important;
		clear:left !important;
	}
	.img-right {
		float:right !important;
		margin-left:15px !important;
		clear:right !important;
	}
	.img-full {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
}
@media (max-width:600px){
	.img-left {
		float:none;
		height:auto;
		margin:0;
		margin-bottom:10px;
	}
	.img-right {
		float:none;
		height:auto;
		margin:0;
		margin-bottom:10px;
	}
	.uhn-Element-quote {
		float:none;
		width:100%;
		margin:0 0 13px 0;
	}
}

/* Last Modified */
@media (max-width:979px){
	.last-modified  {
		text-align: center;
		width:auto !important;
		margin-top:15px;
	}
}

/* Page Listing */
.pageListingContainer {
	height:auto !important;
	overflow:visible !important;
	width:auto !important;
}
@media (max-width:979px){
	.pageListing_date {
		float:none;
		text-align:left;
		font-style:italic;
		display:block;
		margin-bottom:5px;
		font-size:0.9em;
	}
	.pageListing  a:first-child {
		width:auto !important;
		float:none;
	}
}

/* Smoking Cessation */
@media (max-width:400px){
	.pmcp-icon {
		display:block;
	}
	.pmcp-icon-1 {
		display:block;
		text-align:center;
		margin-bottom:20px;
		width:auto;
	}
}

/* The Cancer Journey */
	.cancer_journey {
		margin:0;
		padding:0;
	}
	.cancer_journey div {
		float:left;
		padding:0;
		margin:0 28px 25px 0;
		text-align:center;
	}
	.cancer_journey div:last-child {
		margin-right:0;
	}
	/* delete */
	.cancer_journey div > div { 
		margin-bottom:0px;
	}
	/* delete */
	.cancer_journey div > div > a > img {
		padding:2px;
		border:1px solid #92929a;
		background:none;
	}
	.cancer_journey div > a > img {
		padding:2px;
		border:1px solid #92929a;
		background:none;
	}
	/* delete */
	.cancer_journey div > div > a {
		display:block;
		margin:6px 0 0 0;
		font-weight:bold;
		text-align:center;
		font-size:0.9em;
		text-decoration:underline;
	}
	.cancer_journey div > a {
		display:block;
		margin:6px 0 0 0;
		font-weight:bold;
		text-align:center;
		font-size:0.9em;
		text-decoration:underline;
	}
@media (max-width:979px){
	/* delete */
	.cancer_journey div {
		text-align:center;
		margin-right:26px;
	}
	/* delete */
	.cancer_journey div > div {
		margin-bottom:0px;
	}
	/* delete */
	.cancer_journey div > div > a {
		display:block;
		margin:6px 0 0 0;
		font-weight:bold;
		text-align:center;
		font-size:0.9em;
		text-decoration:underline;
	}
	/* delete */
	.cancer_journey div > div > a:nth-child(2) {
		margin-top:6px;
	}
	.cancer_journey div:nth-child(4) {
		margin-right:0;
	}
}
@media (max-width:762px) {
	.cancer_journey div {
		margin-right:19px;
	}
	.cancer_journey div:nth-child(4) {
		margin-right:19px;
	}
}
@media (max-width:370px) {
	.cancer_journey div:nth-child(odd)  {
		margin-right:0px;
	}
}
@media (max-width:349px) {
	.cancer_journey div {
		margin-right:10px;
	}
	.cancer_journey div:nth-child(4) {
		margin-right:10px;
	}
	.cancer_journey div:nth-child(odd)  {
		margin-right:0px;
	}
}



/* Language Selector */
.lang-mobile .dropdown-menu {
    position: static;
    box-shadow: 0 0 0;
    background: #dbe4e9;
    margin: -2px 0 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	float:none;
}
.lang-web li {
	left:0 !important;
	padding-left:0 !important;
}
.pmcp-guide {
	width:auto !important;
	height:auto !important;
}
.lang-mobile > a {
	background:#1f86ba;
	color:#fff !important;
}

@media (max-width:400px){
	.lang-mobile .dropdown-menu {
		width:100%;
	}
	.lang-mobile .dropdown-menu > li {
		width:100%;
		display:block;
		padding-left:0 !important;
	}
}
/* Language Selector Delete Once Live */
.lang-mobile {
	display:none !important;
}
.lang-web {
	display:block !important;
	margin-bottom:20px;
}

@media (max-width:979px) {
	.lang-mobile {
		display:block !important;
	}
	.lang-web {
		display:none !important;
	}
}

/* Guide to Princess Margaret */
@media (max-width:400px) {
	.pmcp-guide li, .pmcp-cat li {
		width:auto !important;
	}
}

/* Cancer Journey */
@media (max-width:979px){
	.cancer_journey div > div > a {
		margin-right:15px;
	}
	.cancer_journey div > div > a:nth-child(2) {
		margin-right:0;
	}	
}

/* Full Calendar */
#eventFilters {
	border:1px solid #b9b8b8;
	padding:3px 7px;
	height:80px;
}
#eventFilters div {
	float:left;
	width:31%;
	margin-bottom:3px;
}
#eventFilters div > input {
	margin-right:3px;
}
#eventFilters b:first-child {
	display:block;
	margin-bottom:3px;
}
#eventCalendar {
	padding:20px 0 0 0;
	clear:both;
}
.fc-center h2 {
	border-bottom:0px !important;
	text-transform:inherit;
}
.fc-day-number {
	color:#61045f;
}
.fc-other-month {
	color:#000000 !important;
	opacity:1 !important;
}
.fc-today {
	background:#eae9e4 !important;
}
.fc-content {
	white-space:inherit !important;
}
.fc-unthemed th, .fc-unthemed hr, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color:#b9b8b8 !important;
}
.fc-unthemed th {
	border-color:#004566 !important;
	border-right:1px solid #fff !important;
}
.fc-sat {
	border-right:1px solid #004566 !important;
}
.fc-day-header {
	background:#004566;
	color:#fff;
}
.fc-toolbar {
	margin-bottom:1px !important;
}
.fc-day-grid-event {
	margin-bottom:5px !important;
	padding:2px 4px !important;
}
.fc-day-grid-event:hover {
	background:#61045f;
	border:1px solid #61045f;
	color:#fff !important;
}
.fc-day-grid-event:visited {
	color:#fff !important;
}
.fc-day-grid-even:active {
	color:#fff !important;
}
.fc-time {
	display:block;
	font-size:0.95em !important;
	color:#fff;
}
.fc-title {
	color:#fff;
}
.fc-center {
		display:block !important;
		clear:both;
		padding-top:10px;
}

@media (max-width:990px){
	#eventFilters {
		height:107px;
	}
}
@media (max-width:979px){
	#eventFilters {
		width:100%;
		height:107px;
	}
	#eventFilters div {
		width:30%;
	}
	#eventFilters div > input {
		margin-top:-2px;
	}
	.messi-box {
		width:550px !important;
	}
}
@media (max-width:620px){
	#eventFilters {
		height:103px;
	}
	.fc-right {
		display:none;
	}
}
@media (max-width:560px){
	#eventFilters {
		width:100%;
		height:auto;
	}
	#eventFilters div {
		float:none;
		width:auto;
	}
	#eventFilters div > input {
		margin-top:-2px;
	}
	.messi-box {
		width:300px !important;
	}
	.fc-right {
		display:none;
	}
}
/* Calendar Pop-Up */
.messi-box {
	background-color:transparent !important;
	border-radius:0 !important;
	box-shadow:0 0 0 !important;
}
.messi-titlebox {
	background-color:#004566 !important;
	background-image:none !important;
	font-family:Arial, sans-serif !important;
	font-size:1.3em !important;
	font-weight:bold !important;
}
.messi-closebtn {
	font-size:1.2em;
	line-height:0.8em;
	width:23px !important;
	height:23px !important;
}
.messi-content {
	font-family:Arial, sans-serif !important;
	font-size:0.8em !important;
	font-weight:normal !important;
}

/* Video Float Responsive Tweak */
.video-float-l {
	float:left;
	margin:0 3% 20px 0;
	padding:0;
	width:47%;
}
.video-float-r {
	float:right;
	margin:0 0 20px 2%;
	padding:0;
	width:47%;
}
@media (max-width:979px){
	.video-float-r, .video-float-l {
		float:none;
		width:100%;
		margin:0 0 20px 0;
		padding:0;
	}
}

/* Getting Back on Track */
@media (max-width:500px){
	.gbot_video {
		float:none;
		width:100%;
		margin:0 0 20px 0;
		padding:0;
	}
	.gbot_video > a > img {
		width:100%;
		height:auto;
		margin-bottom:4px;
	}
	
}

/* eLearning Module 
.elearning {
	width:100%;
	height:100%;
}
.elearning > iframe {
	width:100%;
	overflow:visible;
} */

/* Only Needed for Non-Responsive */
#cancerTypeSearch {
	position:relative;
	width:90%;
	margin-top:8px;
}

/*For hidden images in Pinterest Marketing*/
.hidden-pinterest {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
}

/*Clinical Trials*/

#clinicalTrialSearchTools {
	width: 100%;
}
#clinical-search{
	margin-top:2px !important;
}

#clinicalTrialSearchTools > div > select, #clinicalTrialSearchTools > div > div > select  {
	width:80%;
	margin:6px 0;
}

.searchBySiteGroups select, .searchByDiseaseLocation select {
	max-width:290px;
	padding-left: 5px;
}

.searchBySiteGroups {
	float:left;
	width:320px;
}
.searchByDiseaseLocation {
	float:right;
	width:40%;
}
.searchByDiseaseLocation > div > a {
	margin:3px 3px 0 0;
}

#clinicalTrialSearch > input {
	padding-top: 3px;
}

/*#clinicalTrialSearch > a {
	margin-top:1px;
}*/

#clinicalTrialSearchSelection {
	position:relative;
}
#clinicalTrialSearchSelection > select {
	width:80% !important;
}
#clinicalTrialSearchSelection a {
	float:right;
	background:none;
}
.cancerDivider {
	clear:both;
}
#diseaseLocation {
	width:87% !important;
}
.halfWidth{
	width:50%;
	float:left;
}
.halfWidthText{
	width:50% !important;
	float:right;
}
.uhn{
	margin-top:6px;
}

.uhn.ms-srch-sb.ms-srch-sb-borderFocused {
    position: relative;
    height: 22px;
    width: 100%;
}
.uhn.ms-srch-sb.ms-srch-sb-borderFocused > .ms-helperText{
	color:black;
}
@media (max-width:979px){
	.searchBySiteGroups {
		float:none;
	}
	.searchByDiseaseLocation {
		margin-top:10px;
		float:none;
	}
	#clinicalTrialSearchSelection a {
		float:none;
		clear:both;
		background:none;
	}
/*	#clinicalTrialSearchSelection > select {
		width:100% !important;
	}
*/
	.halfWidth{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.halfWidthText{
		width:80% !important;
		float:none;
	}
}

/*Clinical Trials End*/

/* Right Rail Title */
.right_title {
	margin: 0 0 8px 0;
	padding:0 0 5px 0;
	color:#61045f;
	font-size:1.25em;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.204em;
	clear:both;
	border-bottom:7px solid #61045f;
	text-align:left !important;
}

/* Replaces the H3 in the right rail */
.rightpanel-container-header {
	color:#006cb6 !important;	
	font-size: 1.16em;
	margin:0 0 8px;
	padding-bottom:5px;
	font-weight:700;
	height:auto !important;
}
.rightpanel-container-body > span {
	color:#006cb6 !important;	
	font-size: 1.16em;
	margin:0 0 8px;
	padding-bottom:5px;
	display:block;
	font-weight:700;
}

#SR11 .rightpanel-container-header {
	color:#fff !important;
}
#SR13 .copy > span {
	display:block;
}
#SR13 .rightpanel-container-body a, #SR12 .rightpanel-container-body a {
	font-size:1.1em;
}
#SE13 .rightpanel-container-footer-more, #SE12 .rightpanel-container-footer-more {
	font-size:0.98em;
}


/* MyUHN */
.rightpanel-wrap-patientportal {
	display: inline-block;
    border: 0 none;
    cursor: pointer;
    height: 50px;
    width: 100%;
    overflow: hidden;
}
.btn-content .btn-icon {
    width: 22px;
    height: 22px;
    margin: 10px 5px 10px 10px;
    float: right;
}
.fa-chevron-circle-right {
    font-size: 22px;
    color: white;
}

/* GBOT AODA Update Tweaks */
.gbot_left_nav a {
	text-decoration:none !important;
	border-bottom:none !important;
}
.gbot_left_nav a:hover, .gbot_left_nav a:active, .gbot_left_nav a:focus {
	text-decoration:underline !important;
	font-weight:700;
}
.gbot_homelink a {
	text-decoration:none !important;
	border-bottom:none !important;
}
.gbot_homelink a:hover, .gbot_homelink a:active, .gbot_homelink a:focus {
	text-decoration:underline !important;
	font-weight:700;
}
.gbot_homelink a::before {
	content:"";
	margin-right:0;
}
.gbot_header a {
	text-decoration:none !important;
	border-bottom:none !important;
}
.gbot_header a:hover, .gbot_header a:active, .gbot a:focus {
	text-decoration:underline !important;
	color:#000000 !important;
}
.next_btn, .back_btn {
	text-decoration:none !important;
	font-weight:300;
	padding:6px 9px 6px 9px !important;
	background:#1E4C80 !important;
	color:#fff !important;
	border-bottom:0 !important;
}
.next_btn:hover, .next_btn:active, .next_btn:focus, .back_btn:hover, .back_btn:active, .back_btn:focus {
	text-decoration:underline !important;
	color:#fff !important;
	font-weight:700;
	border-bottom:0 !important;
	background:#004566 !important;
}
.next_btn:after {
	content:"";
}
.back_btn:before {
	content:"";
}
.gbot_video a:nth-child(2) {
	padding:7px 10px 6px 10px !important; 
	font-size:13px !important;
	text-decoration:underline !important;
}
.gbot_video a:nth-child(2):hover, .gbot_video a:nth-child(2):active, .gbot_video a:nth-child(2):focus {
	padding:7px 10px 6px 10px !important; 
	font-size:13px !important;
	text-decoration:none !important;
	font-weight:700 !important;
}
.gbot_video sup {
	text-decoration:none !important;
}
.gbot_active {
	font-weight:700 !important;
}

.pmcp-show_trigger, .pmcp-Element-show_trigger {
	background:#eeeeee;
	border:1px solid #eeeeee;
	color:#004566;
	cursor:pointer;
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.9em;
	line-height:130%;
	margin:0 0 5px 0;
	padding:10px 0;
	font-weight:700;
}
.pmcp-show_trigger::before, .pmcp-Element-show_trigger::before {
	float:left;
	font-family:'Glyphicons Halflings';
	content:"\002b";
	display:inline-block;
	color:#28578F;
	font-size:18px;
	padding:0;
	margin:0 13px;
}
.pmcp-show_trigger:hover, .pmcp-show_trigger:focus, .pmcp-show_trigger:active, .pmcp-Element-show_trigger:hover, .pmcp-Element-show_trigger:focus, .pmcp-Element-show_trigger:active {
	background:#e1f3f9;
	border:1px solid #e1f3f9;
}

.active_trigger, .active_trigger:hover, .active_trigger:focus, .active_trigger:active, .active_trigger:visited {
	background:#fff !important;
	border:1px solid #D1D1D1 !important;
	border-bottom:0 !important;
	color:#28578F;
	margin:0;
}
.active_trigger::before {
	float:left;
	font-family:'Glyphicons Halflings';
	content:"\2212";
	display:inline-block;
	color:#28578F;
	font-size:18px;
	padding:0;
	margin:0 13px;
}
.pmcp-show_content, .pmcp-Element-show_content {
	border:1px solid #D1D1D1;
	border-top:0 !important;
    display: none;
    margin: 0 0 5px;
    padding:2px 34px 14px 14px;
}


/* Bootstrap Select */
.selector  {
	margin:0;
	padding:0;
}
.selector .btn {
	background-color:#FFF !important;
	border:1px solid #D1D1D1 !important;
	color:#336699 !important;
	width:100%;
	text-align:left;
	border-radius:0;
	text-decoration:underline !important;
}
.selector .btn:hover {
	border:1px solid #336699 !important;
}
.selector .btn:focus, .selector .btn:active {
	border:1px solid #336699 !important;
	font-weight:700 !important;
}
.selector .btn .caret {
	position:absolute;
	right:10px;
	top:14px;
	border-top:8px solid #336699;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
}
.selector .dropdown-menu {
	min-width:100%;
	border-radius:0;
	box-shadow:0 0 0 rgba(255,255,255, 0);
	border:1px solid #D1D1D1 !important;
	margin:-1px 0 0;
	padding:0;
	list-style:none !important;
}
.selector .dropdown-menu li {
	margin:0 !important;
	padding:0 !important;
}
.selector .dropdown-menu li > a {
	padding:5px 0 5px 14px !important;
	color:#000 !important;
	text-decoration:none !important;
}
.selector .dropdown-menu li > a:hover, .selector .dropdown-menu li > a:focus, .selector .dropdown-menu li > a:active {
	text-decoration:underline !important;
	color:#336699 !important;
	font-weight:700 !important;
}
.selector .dropdown-menu li > a > span {
	position:absolute;
	right:10px;
	top:7px;
	color:#1EA043;
}

/* PM Table */
.pm_table {
	border-collapse:collapse;
	width:100%;
	border:1px solid #D1D1D1;
}
.pm_table th {
	border:1px solid #336699;
	background:#336699;
	color:#fff !important;
	text-align:left;
	vertical-align:top;
	padding:4px 8px;
}
.pm_table td {
	border:1px solid #D1D1D1;
	text-align:left;
	vertical-align:top;
	padding:4px 8px;
}
.pm_table td > p {
	line-height: inherit !important;
}
.pm_table .sub {
	background:#e6e6e6;
}
.pm_table caption {
	margin:0;
	padding:6px 8px;
	color:#fff !important;
	text-align:center;
	background:#1e4c80;
	font-size:0.9em;
}
.txt-left {
	text-align:left !important;
}
.txt-center {
	text-align:center !important;
}
.txt-right {
	text-align:right !important;
}
.txt-bold {
	font-weight:bold !important;
}

/* Table Responsive Tweaks */
.table-responsive {
	background:
	radial-gradient(farthest-side at 0% 10%, rgba(0,0,0,.2), rgba(0,0,0,0)),
    radial-gradient(farthest-side at 100% 10%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 10px 200%;
	margin-bottom: 15px;
}
.table-responsive > .pm_table {
  background: 
    linear-gradient(to right, white 30%, rgba(255,255,255,0)),
    linear-gradient(to left, white 30%, rgba(255,255,255,0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}


/* Twitter Button */
.pmcp-content .tweet_btn {
	float:right;
	position:relative;
	background:#0B7BC1;
	color:#fff !important;
	font-weight:500;
	font-size:0.9em;
	padding:7px 13px 0px 35px;
	border-radius:4px;
	height:33px;
	text-decoration:none !important;
}
.pmcp-content .tweet_btn:hover, .pmcp-content .tweet_btn:active {
	font-weight:500 !Important;
	background:#06507F;
	text-decoration:underline !important;
}
.pmcp-content .tweet_btn::before {
	content:"";
	position:absolute;
	top:8px;
	left:8px;
	background:url("/PrincessMargaret/Custom%20Code/Images/social/t-bird_white.png") no-repeat;
	width:18px;
	height:17px;
}

/* Profile Images */
.imageLeadership {
    float: left;
    width: 100px;
    height: 100px;
    padding: 2px;
    border: 1px solid #92929a;
    margin: 0px 15px 10px 0px;
}

/*Getting Back on Track */
.gbot_homelink {
	margin:0;
 	background:#e6e6e6;
 	border:1px solid #999999;
 	border-bottom:0;
}
.gbot_homelink a {
	font-family:Arial, sans-serif;
	margin-left: 5px;
    padding: 6px 10px 6px 6px;
	display:block;
	font-size:12px;
	line-height:15px;
	color:#333333 !important;
}
.gbot_homelink a:before {
	content:"►";
	color:#333333;
	font-size:0.9em;
	margin-right:4px;
}
.gbot_header {
	margin:0;
	padding:14px 5px 16px 15px;
	border:1px solid #999999;
	background:#FFF; 
	font-family:Arial;
	font-size:1.385em;
	line-height:1.231em;
	color:#052864;
	font-weight:bold;
	
}
.gbot_header a, .gbot_header a:visited, .gbot_header a:hover, .gbot_header a:active {
	color:#052864 !important;
}
.gbot_header2 {
	display:block;
}
.gbot_left_nav {
	background:#264f7f;
	margin:0;
	padding:0;
	z-index:10;
	font-family:Arial, sans-serif;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;

}
.gbot_left_nav a {
	margin:0;
	padding:8px 10px 8px 22px;
	display:block;
	font-family:Arial,Georgia;
	font-size:13px;
	line-height:15px;
	color:#FFFFFF !important;
	text-decoration:none;
	background:url("/_catalogs/masterpage/UHN/img/pmcp/gbot_nav-bg.png") left top no-repeat;
	border-top:1px solid #4b698e;
}
.gbot_left_nav a:hover {
	background:#052864 url("/_catalogs/masterpage/UHN/img/pmcp/gbot_nav-bg.png") left top no-repeat;
}
.gbot_peer {
	border:1px solid #999999;
	padding:6px 6px 4px 6px;
	margin-top:10px;
	float:left;
	clear:left;
	width:100%;
}
.gbot_peer ul {
	list-style-type: none !important;
	margin-left:1px;
	text-align:center;
	font-size:0.9em;
}
.gbot_peer ul li {
	padding-left:0;
	margin-left:0;
}
.gbot_peer ul li::before {
    content:"";
    color: #005286;
    font-size: 0.8em;
    margin-right:0;
}
.gbot_peer_title {
    font-size: 12px;
    color: #052864;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 8px;
    text-align: center;
}
.gbot_peer ul li a, .gbot_peer ul li a:visited, .gbot_peer ul li a:hover {
	margin-left:-4px;
}
.gbot_peer_title {
	font-size:12px;
	color:#052864;
	font-weight:bold;
	line-height:12px;
	margin-bottom:8px;
}
.gbot_footer {
	clear: both;
    margin: 15px 0 20px;
    padding: 15px 0 0;
    width: 100%;
}
.back_btn, .back_btn:hover {
    border-radius: 0;
    float: left;
    padding: 4px 12px 4px 9px;
	font-family: Arial;
}
.back_btn:before {
	content:"◀";
	color:#fff;
	margin-right:3px;
}
.back_arrow, .next_arrow {
	display:none;
}
.next_btn, .next_btn:hover {
    border-radius: 0;
    float: right;
    font-family: Arial;
    padding: 6px 9px 6px 12px;
}
.next_btn::after {
	content:"►";
	color:#fff;
}
.gbot_choice {
    float: left;
    height: 150px;
    margin: 5px 15px 10px 0;
    padding: 0;
    text-align: center;
    width: 126px;
}
.gbot_choice img {
    border: 1px solid #888888;
    padding: 2px;
}
.gbot_choice h3 {
    border-bottom: 1px dotted #051d43;
    font-size: 1em !important;
    line-height: 1.2em;
    margin: -5px 0 0;
    padding: 0 0 7px;
    text-align: center;
}
.gbot_video {
    background: none repeat scroll 0 0 #cecece;
    color: #333333;
    float: right;
    font-family: Arial;
    font-size: 12px;
    margin: 0 0 10px 15px;
    width: 247px;
}

.gbot_video a, .gbot_video a:hover, .gbot_video a:visited {
    color: #333333 !important;
    display: block;
    line-height: 15px !important;
    padding: 2px 10px 6px;
    text-decoration: none !important;
}
.gbot_no {
	padding:0 0 0 0 !important;
}
.gbot_active {
	background-color:#052864 !important;
}

@media (max-width:500px){
	.gbot_video {
		float:none;
		width:100%;
		margin:0 0 20px 0;
		padding:0;
	}
	.gbot_video > a > img {
		width:100%;
		height:auto;
		margin-bottom:4px;
	}
	.gbot_header {
		padding:8px 5px 8px 15px;
	}
	.gbot_header2 {
		display:inline;
		margin-right:6px;
	}
	.gbot_peer {
		display:none;
	}
	.gbot_left_nav {
		margin-bottom:20px;
	}
}

/* Tertiary Navigation */
.pmcp-content .tertiary-navigation {
	background-color:#fff !important;
	margin:0 !important;
	margin-left:1px !important;
}
.pmcp-content .tertiary-navigation li {
	padding: 3px;
    vertical-align: text-top;
    margin-right:0 !important;
	background:#EEE;
}
.pmcp-content .tertiary-navigation li a {
	text-decoration: none !important;
    border-bottom: none !important;
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 5px;
    margin-right: 5px !important;
}
.pmcp-content .tertiary-navigation li.selected {
	background:#051d43;
}
#sideNavBox {
	background:#fff;
	width:100%;
	margin:0;
	margin-left:-7px;
	padding-left:25px;
}

/* HPC Tweaks */
.etabs a {
	border-bottom:0 !important;
}


/* Smoking Cessation */
.pmcp-icon {
	display:table;
	padding:0;
	margin:0 0 30px 0;
}
.pmcp-icon-1 {
	display:table-cell;
	vertical-align:top;
	text-align:left;
	padding-right:20px;
}
.pmcp-icon-2 {
	display:table-cell;
	vertical-align:top;
	text-align:left;
}
.pmcp-icon h4 {
	margin-top:-5px;
}
@media (max-width:400px){
	.pmcp-icon {
		display:block;
	}
	.pmcp-icon-1 {
		display:block;
		text-align:center;
		margin-bottom:20px;
		padding-right:0;
		width:auto;
	}
}

/* Sharepoint Numbering Tweaks */
.ms-srch-result #PagingLink a {
	border-bottom:0 !important;
}
.ms-srch-result #Paging a {
	border-color:#ababab !important;
}

/* Link Focus Effect */
.pmcp-content a:focus, .rightpanel-region a:focus, #main-footer a:focus, #breadcrumb a:focus {
	outline: 1px solid;
	outline-offset: .15em;
	border-bottom:0 !important;
	text-decoration:none !important;
}

/* PM 2 Column Table */
.pm_table-2c {
	border:1px solid #D1D1D1;
	width:100%;
}
.pm_table-2c th {
	border:1px solid #144D6C;
	background:#144D6C;
	color:#fff;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	padding:8px 14px;
}
.pm_table-2c th:nth-child(even) {
	border:1px solid #005E80;
	background:#005E80;
	color:#fff;
	text-align:left;
	font-weight:bold;
	padding:8px 14px;
}
.pm_table-2c td:nth-child(1) {
	border:1px solid #D1D1D1;
	border-right:0;
	text-align:left;
	vertical-align:top;
	background:#f0f5f8;
	padding:13px 5px 9px 17px;
	color:#44726e;
	font-size:1.0em;
	min-width:170px;
}
.pm_table-2c td:nth-child(2) {
	border: 1px solid #D1D1D1;
	border-left:0;
	text-align:left;
	vertical-align:top;
	padding:8px 65px 8px 15px;
	color:#000;
}
.pm_table-2c .txt-lrg {
	color:#0a5588;
	font-size:1.4em;
	line-height:140%;
	margin:5px 0 11px 0;
	display:block;
}
.pm_table-2c .txt-sml {
	font-size:0.8em;
	line-height:130%;
	margin:0 0 10px 0;
	display:block;
}

/* Strategy Icons */
.strategy_checklist {
	margin:10px 0 0;
	padding:0;
	display:table;
	width:100%;
}
.strategy_checklist > div {
	display:table-cell;
	vertical-align:top;
	margin:0;
	padding:0 10px;
	width:14%;
	text-align:center;
	font-size:1.0em;
	line-height:125%;
}
.strategy_checklist i {
	display:block;
	margin:0 auto 10px auto;
	padding:5px 0 0;
	color:#0077bf;
	background:#f4d78e;
	width:30px;
	height:30px;
	border-radius:15px;
	font-size:20px;
}
@media (max-width:768px) {
	.strategy_checklist {
		display:block;
		width:100%;
		clear:both;	
	}
	.strategy_checklist > div {
		display:block;
		width:auto;
		text-align:left;
		line-height:24px;
	}
	.strategy_checklist > div:after {
		content:"";
		display:table;
		clear:both;
	}
	.strategy_checklist i {
		float:left;
		margin:0 11px 15px 0;
		text-align:center;
	}
}

/* Medicine Wheel Right Rail */
#SR3 .rightpanel-container {
	width:45%;
	float:Left;
}
#SR3 .rightpanel-container-body {
	text-align:center;
}
#SR3 .aboriginal {
	float:right;
	width:40%;
	margin:29px 14px 0 0;
	text-align:center;
}
#SR3 .rightpanel-region::after {
	content:"";
	display:table;
	clear:both;
}
@media (max-width:992px) {
	#SR3 .rightpanel-container {
		width:100%;
		float:none;
	}
	#SR3 .rightpanel-container-body {
		text-align:left;
	}
	#SR3 .aboriginal {
		float:none;
		width:100%;
		text-align:center;
		margin:20px 0 0 0;
	}
}

/* Young Leaders Newsetter */
.pm-newsletter {
	margin:0 2vw;
	padding:10px 0 20px;
	text-align:center;
	width:100%;
}
.pm-newsletter::after {
	content:"" !important;
	display:table !important;
	clear:both !important;
}
.pm-newsletter > p {
	float:left;
	width:230px;
	text-align:center;
	font-size:0.8em;
}
.pm-newsletter > p > a {
	font-size:1.1em;
	display:block;
	text-decoration:underline !important;
	border-bottom:0 !important;
	font-weight:700px;
}
/* Elders Council */
.elders {
	border-bottom:1px solid #cccccc;
	width:100%;
	padding:0 0 30px;
}
.elders .pmcp-icon-1 {
	width:190px;
}
.elders .pmcp-icon-1 img {
	border-radius:80px;
}
.elders .pmcp-icon-2 h3 {
	font-size:22px !important;
	font-weight:500 !important;
	color:#006CB6 !important;
	display:inline-block;
}
.elders .pmcp-icon-2 h4 {
	margin-top:0;
	display:inline-block;
	font-weight:500 !important;
	color:#0a6970 !important;
	font-size:16px !important;
	margin-left:20px !important;
}

/* Cancer Classes ad */
#pmclasses {
	width:250px;
	padding:15px 11px;
	text-align:center;
	margin-top:40px;
}
#pmclasses img {
	margin:0 0 15px 0;
}
#pmclasses p {
	text-align:left;
	margin:0 10px 15px;
	font-size:1.1em;
}
#pmclasses a, #pmclasses a:visited {
	display:block !important;
	color:#fff !important;
	font-weight:700 !important;
	background:#0A5588 !important;
	border:0 !important;
	text-decoration:none !important;
	line-height:31px !important;
	font-size:0.9em;
}
#pmclasses a:hover, #pmclasses a:active, #pmclasses a:focus {
	background:#062E46 !important;
}
@media screen and (max-width: 991px) {
	#pmclasses {
		width:100%;
		text-align:left;
		margin-top:-15px;
		margin-bottom:0px;
	}
	#pmclasses img {
		float:left;
		margin:5px 18px 0px 4px;
	}
	#pmclasses p {
		margin:0 0 10px;
	}
	#pmclasses a {
		display:inline-block !important;
		padding:0 15px;
	}
}

/* Featured Resources */
#featured_resource h3 {
	margin:0 0 2px 0 !important;
	font-size:1.1em !important;
}
#featured_resource .pmcp-icon {
	margin:0 0 20px 0 !important;
}
#featured_resource  p {
	margin:0 0 5px 0 !important;
}
#featured_resource li {
	float:left;
	margin-right:20px;
}
#featured_resource .pmcp-icon-1  img {
	display:inline-block;
	margin-top:5px;
}

/* UHN SearcH Border Override */
.uhn.ms-srch-sb.ms-srch-sb-border, .uhn.ms-srch-sb.ms-srch-sb-borderFocused {
	height:auto!important;
}

/* UHN Tab Border Override */
.nav-tabs li > a {
	border-bottom:0 !important;
}
.nav-tabs li > a:focus {
	outline:0px !important;
}

/* Adds White text to the Hover/Active/Focus tab states */
.nav-tabs li > a:hover, .nav-tabs li > a:focus, .nav-tabs li > a:active  {
	color:#fff !important;
}


/* Accessibility Right Rail */
.accessibility-pm  a {
	display:block;
	font-size: 1.06em;
	margin-bottom:2px;
	line-height:30px;
}
.accessibility-pm  a > span {
	font-size:2.5em; 
	margin-right:10px;
	margin-bottom:8px;
	float:left;
	color:#000;
}
.accessibility-pm  a::after {
	content: "";
	clear: both;
	display: table;
}

/* Future Care Now - PrincessMargaret/Strategy  */
.fcn-wrapper {
	display:table;
	padding:0 0 20px 0;
	margin:0;
	width:100%;
}
.fcn-issue {
	display:table-cell;
	padding:0 30px 0 0;
	margin:0;
	vertical-align:top;
	text-align:left;
	width:220px;
}
.fcn-issue a {
	border-bottom:0 !important;
}
.fcn-issue img {
	cursor:pointer;
	width:233px;
	height:auto;
}
.fcn-writeup {
	display:table-cell;
	padding:0 20px 0 0;
	margin:0;
	vertical-align:top;
	text-align:left;
	font-size:1.2rem;
	line-height:130%;
}
@media screen and (max-width: 991px) {
	.fcn-issue {
		width:200px;
	}
	.fcn-issue img {
		width:200px;
		height:auto;
	}
	.pmcp-btn2::before  {
		margin:10px 2px 0px 10px;
	}
}
@media screen and (max-width: 600px) {
	.fcn-wrapper {
		display:block;
	}
	.fcn-wrapper {
		display:block;
	}
	.fcn-writeup {
		display:block;
	}
	.fcn-issue {
		display:block;
		margin:0 auto;
		padding:0 0 20px;
	}
}

/* Video Wrapper */
.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}
.videoWrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* Cancer Journey */
hr {
	border-top:1px solid #D1D1D1;
}
.cj-row {
	display:block;
	margin:9px 0;
	padding:0;
}
.cj-row:after {
  content:"";
  display:table;
  clear:left;
}
.cj-row  img {
	float:left;
	margin:0;
	padding:0 20px 25px 0;
}
.cj-row div {
	margin-bottom:20px;
}
.cj-row div  > a , .cj-row div  > a:hover, .cj-row div  > a:active, .cj-row div  > a:focus {
	margin:8px 0 0 0;
	padding:0;
	word-wrap: break-word;
}
.cj-row > a, .cj-row > a:hover, .cj-row > a:active, .cj-row > a:focus {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
.cj-row span {
	display:block;
	margin:3px 0 4px;
	padding:0;
	color:#0A5588;
	font-size:1.10em;
	font-weight:600;
}
.cj-content {
	float:right;
	width:402px;
	padding:18px;
	background:#EEEEEE;
	margin:0 0 0 40px;
}
.cj-content hr {
	margin-top:-4px !important;
}
.cj-video {
	display:block;
	padding:0;
}
.cj-app {
	display:block;
	padding:0 20px;
	margin:0 0 20px 0;
}
.cj-app > img {
	float:left;
	margin:0 20px 25px 0;
}
.cj-app p {
	padding-top:16px;
	margin:0 !important;
}
.cj-store {
	display:block;
	margin:0 0 0 0;
	padding:0;
	text-align:center;
	clear:both;
}
.cj-store a {
	display:inline-block;
	margin:0 6px;
	border-bottom:0 !important;
}
.cj-download {
	display:block;
	padding:0;
}
.cj-download  a:nth-child(1){
	float:left;
	margin:0 10px 0 0;
	border-bottom:0 !important;
}
.cj-download  a:nth-child(2){
	float:right;
	margin:0 0 0 10px;
	border-bottom:0 !important;
}
.mobile-only {
	display:none;
}

@media screen and (max-width: 990px) {
	.cj-content {
		float:none;
		display:table;
		width:100%;
		padding:0;
		margin:0 0 20px 0;
	}
	.cj-content hr {
		display:none;
	}
	.cj-video {
		display:table-cell;
		padding:18px 0 18px 18px;
		vertical-align:top;
		width:375px;
	}
	.cj-app {
		display:none;
	}
	.cj-download {
		display:table-cell;
		padding:18px;
		vertical-align:top;
	}
	.cj-download  a:nth-child(1){
		float:left;
		margin:0;
	}
	.cj-download  a:nth-child(2){
		float:right;
		margin:0;
	}
	.mobile-pdf, .mobile-pdf:visited {
		background:rgba(255,255,255,0.8);
		padding:10px 0 10px 15px;
		border-bottom:0 !important;
		margin:8px 0 8px 8px;
		-webkit-transition:all 0s ease 0s !important;
		transition:all 0s ease 0s !important;
	}
	.mobile-pdf:hover, .mobile-pdf:active, .mobile-pdf:focus {
		font-weight:700;
		background:#838383;
		color:#fff !important;
	}
	.mobile-pdf::after {
		content:"PDF";
		font-family:Arial;
		color:#fff;
		padding:5px 7px;
		font-size:15px;
		float:right;
		background:#ED1515;
		margin-top:-10px;
		line-height:33px;
		font-weight:bold;
	}
	.mobile-app {
		display:inline-block !important;
		border-bottom:0 !important;
		margin-left:11px;
	}
	.mobile-app  img {
		width:110px;
	}
	.mobile-text {
		font-size:14px !important;
		line-height:19px !important;
		margin-top:20px !important;
		margin-left:10px !important;
		margin-bottom:9px !important;
		font-weight:700;
	}
	.mobile-text2 {
		margin-top:0 !important;
		margin-left:10px !important;
		font-size:14px !important;
		font-weight:700;
	}
	.mobile-only {
		display:block;
	}
	.no-mobile {
		display:none;
	}	
}
@media screen and (max-width: 800px) {
	.cj-content {
		display:block;
	}
	.cj-video {
		display:block;
		padding:18px 18px 0 18px;
		text-align:center;
		width:auto;
	}
	.cj-download {
		display:block;
		padding:16px 18px 18px 9px;
		text-align:center;
	}
	.mobile-pdf {
		display:inline-block !important;
		width:47%;
		padding-bottom:0px;
		text-align:left;
	}
	.mobile-text2 {
		margin-bottom:0px !important;
		text-align:center;
	}
	.mobile-text {
		text-align:center;
		margin-top:10px !important;
	}
	.cj-row span {
		margin-top:-4px !important;
	}
}

/* Global Cancer Program */
.gcp-callout {
	float:right;
	margin:0 0 20px 20px;
	padding:20px 18px;
	background:#e9f1f5;
	width:360px;
}
.gcp-callout span {
	display:block;
	margin:0 0 5px 0;
	padding:0;
	font-weight:700;
	color:#0A6970;
}
.gcp-callout img {
	float:right;
	margin:0 0 20px 10px;
	padding:0;
}
.gcp-trainee {
	clear:both;
	display:block;
	margin:0 0 20px 0;
	padding:20px 20px;
	background:#eeeeee;
}
.gcp-trainee h4 {
	display:inline-block !important;
	padding:0 !important;
	margin:2px 0 0 0 !important;
	font-size:32px !important;
	font-weight:400 !important;
	color:#006CB6 !important;
	line-height:32px !important;
}
.gcp-trainee span {
	display:inline-block;
	font-size:13px;
	font-weight:700;
	color:#000000;
	margin:8px 0 0 0;
	padding:0;
}
.gcp-trainee img {
	float:left;
	margin:0 20px 15px 0;
}
.gcp-trainee .pmcp-Element-show_trigger {
	background:#fff !important;
}
.gcp-trainee .pmcp-Element-show_content {
	background:#fff !important;
}
.gcp-eventbox {
	background:#eeeeee;
	display:inline-block;
	margin:7px 0 13px 15px;
	padding:10px 18px;
	line-height:170%;
	min-width:300px;
}
.gcp-eventbox > strong {
	color:#0A5181;
}
@media screen and (max-width: 700px) {
	.gcp-callout {
		float:none;
		width:100%;
		margin:0 auto 20px;
	}
	.gcp-eventbox {
		margin:7px 0 13px;
	}
}

/* Cancer Education Strategy */
#ces hr {
	clear:both;
	margin:30px 0;
}
#ces h3 {
	padding-bottom:15px;
	font-size:1.0rem !important;
}
#ces h4 {
	font-size:0.95rem !important;
	line-height:140% !important;
}
#ces .pmcp-btn {
	display:block;
	margin:0;
	border-radius:0;
	text-align:left;
}
#ces .pmcp-btn::after {
	float:right;
}
.ces_list {
	margin-top:10px;
}
.ces_list > li {
	line-height:130%;
	padding-bottom:5px;
}
.ces-callout {
	float:left;
	background:#eeeeee;
	margin:0 20px 30px 0;
	padding:0;
	width:334px;
	text-align:center;
}
.ces-callout img {
	margin:17px 0;
}
.ces-callout a {
	border-bottom:0 !important;
}
@media screen and (max-width:1000px) {
	.ces-callout {
		width:250px;
	}
	.ces-callout img {
		margin:17px 0;
		width:216px;
	}
	#ces .pmcp-btn {
		font-size:0.85rem;
	}
	#ces .pmcp-btn::after {
		display:none;
	}
}
@media screen and (max-width:700px) {
	.ces-callout {
		float:none;
		margin:0 auto 20px;
	}
}

/* Logo Area */
.logo_space {
	float:right;
	margin:0 0 20px 30px;
	text-align:center;
	width:220px;
	padding:15px;
	background:#eeeeee;
}
.logo_space img {
	margin-bottom:15px;
	width:100%;
	height:auto;
}
.logo_space p {
	text-align:left;
	font-size:0.8rem;
	line-height:140%;
	margin:-7px 0 20px 0;
}
.logo_space .pmcp-btn {
	display:block;
	margin:0;
	border-radius:0;
	text-align:left;
	z-index:9;
	position:relative;
}
.logo_space .pmcp-btn::after {
	float:right;
}

/* About The Team */
.pm_team, .pm_team2, .pm_team3 {
	display:block;
	width:700px;
	margin:25px auto 0 auto;
}
.pm_team2 {
	width:auto;
	margin: 25px 0 0 119px;
}
.pm_team3 {
	width:158px;
	margin: 25px 0 0 89px;
}
.pm_team:after, .pm_team2:after, .pm_team3:after {
	content:"";
	display:table;
	clear:both;
}
.pm_team > div, .pm_team2 > div, .pm_team3 > div {
	float:left;
	width:200px;
	cursor:pointer;
	padding:0 10px;
	text-align:center;
	font-size:11px;
	color:#000000;
	font-family:Tahoma, Arial, sans-serif;
	margin:0 0 10px 0;
	line-height:140%;
}
.pm_team3 > div {
	float:right;
}

.pm_team img, .pm_team2 img, .pm_team3 img {
	margin:0 auto;
	padding:0;
	width:140px;
	height:auto;
	border-radius:70px;
}
.pm_team span, .pm_team2 span, .pm_team3 span {
	display:block;
	padding:0;
	margin:8px 0 3px 0;
	text-align:center;
	font-size:14px;
	color:#0c6cb6;
	font-weight:600;
}
.pm_bio {
	margin:0 auto;
	width:530px;
	display:none;
}
.pm_bio > div {
	background:#e7f0f8;
	margin:0 0 20px 0;
	padding:20px;
	font-family:Tahoma, Arial, sans-serif;
	text-align:left;
	position:relative;
}
.pm_bio p {
	font-family:Tahoma, Arial, sans-serif;
	font-size:15px;
	color:#000;
	line-height:140%;
	margin-right:20px;
	margin:20px 0 0 0 !important;
}
.pm_bio-name {
	display:block;
	font-family:Tahoma, Arial, sans-serif;
	font-size:26px;
	color:#09326d;
	padding:0;
	margin:0 0 3px 0;
}
.pm_bio-cred {
	display:block;
	font-family:Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#0c6cb6;
	padding:0;
}
.pm_bio-close {
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.6);
	text-align:center;
	line-height:36px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:22px;
	font-weight:700;
	color:#0a5588;
	cursor:pointer;
}
.pm_bio-close2 {
	display:inline-block;
	background:rgba(255,255,255,0.6);
	padding:8px 12px;
	text-align:center;
	line-height:16px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:15px;
	font-weight:700;
	color:#0a5588;
	cursor:pointer;
	border-radius:14px;
	margin:20px 0 0 0;
}
.pm_bio-close2:hover, .pm_bio-close2:active, .pm_bio-close2:focus, .pm_bio-close:hover, .pm_bio-close:active, .pm_bio-close:focus  {
	background:#0a5588;
	color:#fff;
}
.h3-team {
	display:inline-block;
}
.h3-team2 {
	display:inline-block;
	margin-left:34% !important;
}

/* Resource Grid */
.pm_grid {
	display:block;
	max-width:630px;
	margin:20px auto 0 auto;
}
.pm_grid > div {
	float:left;
	width:200px;
	min-height:195px;
	cursor:pointer;
	padding:0;
	text-align:center;
	color:#000000;
	font-family:Tahoma, Arial, sans-serif;
	margin:0 10px 10px 0;
	line-height:140%;
	background:#fff;
    border:1px solid #D1D1D1;
}
.pm_grid > div:hover, .pm_grid > div:focus, .pm_grid > div:active {
    border:1px solid #006cb6;
    outline:1px solid #006cb6;
}
.pm_grid > div > a {
	display:block;
	text-decoration:none !important;
	border-bottom:0 !important;
	padding:10px;
}
.pm_grid a > img {
	margin:0 auto 10px auto;
	width:100%;
	height:auto;
}



/* Cornoa */
#SR22 .rightpanel-container-header {
	color: #fff !important;
	font-size: 1em;
	padding-bottom: 11px;
}
#SR22 .rightpanel-container-body {
	padding:4px 13px 13px 13px;
}	
#SR22 .fa-exclamation-triangle {
    float: left;
    font-size: 17px;
    margin: 4px 11px 18px 0;
}
#SR22 a {
	text-decoration:underline !important;
}

/* UHN Hide-Navigation */
#main-bannerarea {
	display:none;
}
#main-navarea {
	display:none;
}
#main-logo {
	height:auto !important;
	margin-top:10px;
}
.pm-logo {
	width:auto !important;
	height:45px !important;
}
#tool-links .print {
	display:none !important;
}
#sec-nav {
	display:none;
}

/* In Page Navigation */
.pm-inpage {
	margin:0 0 50px 0;
	padding:0;
	background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(50% - 1px), 
        rgba(204,204,204,1) calc(50%), 
        rgba(0,0,0,0) calc(50% + 1px)
    );
}
.pm-inpage > a {
	display:inline-block;
	background:#fff;
	border-radius:12px;
	color:#145c84 !important;
	font-weight:700;
	font-size:14px;
	line-height:14px;
	text-decoration:none !important;
	border:1px solid #ccc !important;
	transition:background 1s;
	padding:0.75rem 0.95rem;
	margin:0 0.75rem 0 0;
}
.pm-inpage > a:hover, .pm-inpage > a:active, .pm-inpage > a:focus {
	background:#145c84;
	color:#fff !important;
}
.pm-inlink {
	float:right;
	overflow:hidden;
	height:1px;
	width:1px;
	display:inline-block;
}

/* Quotation 2021 Version */
.pm-quote {
	display:block;
	background:#FEEEC8;
	padding:15px 20px;
	margin:0 0 20px 0;
}
.pm-quote::after {
  content:"";
  display:table;
  clear:both;
}
.pm-quote img {
	display:block;
	margin:0 0 10px 0;
}
.pm-quote p {
	margin:0 0 15px 0 !important;
	line-height:130%;
}
.pm-quote .quote_author {
	display:block;
	margin:0 0 4px 0 !important;
	font-weight:700;
}
.pm-quote .quote_credits {
	display:block;
	font-size:12px;
	margin:0 !important;
	line-height:130% !important;
}

/* Image Navigation */
.pm-img_nav {
	display:block;
	margin:0;
	padding:0;
	text-align:left;
}
.pm-img_nav::after {
  content:"";
  display:table;
  clear:both;
}
.pm-img_nav > a {
	position:relative;
	display:inline-block;
	min-width:230px;
	padding:0;
	margin:0 30px 30px 0;
	border-bottom:0 !important;
	text-decoration:none !important;
}
.pm-img_nav > a > img {
	border:0 !important;
	text-decoration:none !important;
}
.pm-img_nav .link_text {
	position:absolute;
	min-width:230px;
	bottom:0;
	left:0;
	padding:9px 0;
	background:#1E4C80 !important;
	color:#fff !important;
	text-align:center;
	font-weight:700;
	text-decoration:none !important;
	border-bottom:0 !important
	transition:background 1s;
}
.pm-img_nav > a:hover .link_text, .pm-img_nav > a:active .link_text, .pm-img_nav > a:focus .link_text {
	background:#EEEEEE !important;
	color:#1E4C80 !important;
}


/* Navbar fix */
.navbar {
	min-height:60px !important;
}

/* Alert Fix */
#main-logoarea.container {
	margin: 25px auto -17px;
}
#main-headerarea #alert-widget {
	display:none !important;
}

/* Path Callout */
.path-call {
	margin:0 0 30px 0;
	padding:16px 20px;
	background:#edf9ee;
	text-align:left;
}
.path-btn {
    border-bottom:0 !important;
    margin: 14px 0 32px 0px;
    display: block;
}
.path-btn:hover, .path-btn:focus, .path-btn:active {
	filter: contrast(145%) brightness(103%)
}

/* Alert Line-Height Fix */
#alert-widget {
	line-height:150%;
	padding:10px 20px 10px 0;
}
.covid-alert {
	float: left;
    font-size: 2.5rem;
    margin:11px 14px 18px 3px;
    color: #0A5588;
    font-weight: 700;
}
.covid-box {
	overflow:hidden;
	margin:0 0 -5px 0;
	padding:8px 20px 0px 10px !important;
}
.covid-box p:nth-child(2) {
	margin-bottom:0px;
    margin-top: 5px;
}

/*For Print Layout*/
@media print {
	a[href]:after {
    	content: none !important;
  	}
  	.mobile-shield{ /*Prevent dove of hope showing up*/
  		display:none;
  	}
  	div#main-header:before {
  		content:url("/_catalogs/masterpage/UHN/img/logo-pmcp.png");
  	}

	html *
	{
	   font-size: 14pt !important;
	   overflow:visible !important;
	}
	
	#physicianListing ul > li, #nurseListing ul > li, #otherStaffListing ul > li, #cancerTypeListing > li, #clinicCentreListing ul > li, #scientistListing > li, #pfServicesListing ul > li {
		float:none;
		width:100%;
		margin-bottom:8px;
		line-height:1.4em !important;
	}

	#breadcrumb, #main-contentarea,.spLastReviewedDate,.last-modified{
		display:block !important;
	}
	#featureSlider{
		display:none !important;
	}
}

/* Logo List */
#logo_list {
	width:100%;
	display:table;
}
#logo_list .logo_row {
	display:table-row;
	width:100%;
	margin:0;
	text-align:left;
	color:#fff;
	padding:0;
	background:#fff;
}
.logo_img {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:260px;
	padding:15px 0 20px 0;
}
.logo_desc {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	color:#000;
	padding:20px 30px 15px 0;
	line-height:130%;
	font-size:15px;
}
.michener_logo {
	width:178px;
	height:72px;
	margin-top:2px;
}
.myuhn_logo {
	width:76px;
	height:76px;
	margin-top:4px;
}


/* 2021 Header Update */
.pmcp-content h2 {
	font-size:1.99em;
    margin-bottom:8px;
    color:#0A5588;
    padding-bottom:5px;
}
.pmcp-content h3 {	
	color:#1d5d28 !important;
    font-size:1.50em;
    margin:5px 0px;
    padding-bottom:3px;
}
.pmcp-content h4 {
	font-size:1.3em !important;
	font-weight:500;
	color:#035B96 !important;
	margin-bottom:8px !important;
}
.pmcp-content h5 {
	font-weight:700 !important;
	color:#1E4C80 !important;
	margin-bottom:4px !important;
}
@media (max-width: 767px) {
	.page-title {
		font-size: 2.78em;
	}
}

/* 2021 Text Resize Hide */
.caregiver_circle {
	margin:0 0 10px 0;
	padding-right:20px;
	width:100%;
	max-width:600px;
	height:auto;
}
@media screen and (max-width:982px) {
	.caregiver_circle {
		margin:25px 5% 30px;
		padding-right:0;
		max-width:90%;
	}
}


