/* PCP added CSS */

.arrow-cards .wpb_text_column {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
	padding: 30px 60px;
	font-size: 22px;
	font-weight: 500;
	color: #263B73;
	box-shadow: 1px 1px 12px rgba(0,0,0, 0.08);
}

.arrow-cards .wpb_text_column::before {
  content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 45px;
	height: 45px;
	background-color: #B61631;
}

.page-id-5171 p,
.page-id-5206 p,
.page-id-5215 p,
.page-id-5244 p {
	margin: 0px 0 20px;
}

.max-content-1170 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.page-id-5171 .button-row,
.page-id-5206 .button-row,
.page-id-5244 .button-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 1rem;
    row-gap: 2rem;
}

.page-id-5171 a.button,
.page-id-5206 a.button,
.page-id-5215 a.button,
.page-id-5244 a.button {
	border-radius: 0px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: white !important;
	background: #B61631 !important;
	opacity: 1 !important;
}

.page-id-5171 a.button:hover,
.page-id-5206 a.button:hover,
.page-id-5215 a.button:hover,
.page-id-5244 a.button:hover {
    opacity: 0.8 !important;
}

.page-id-5171 p.clearfix,
.page-id-5206 p.clearfix,
.page-id-5244 p.clearfix {
    margin: 0;
    padding: 0;
}

.page-id-5171 article,
.page-id-5206 article,
.page-id-5244 article {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.arrow-cards .wpb_column {
    flex: 1 0 320px;
}

.arrow-cards .wpb_text_column p {
	margin: 0px !important;
	line-height: 1.2;
    font-weight: 500;
}

.arrow-cards .row-o-equal-height {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

.arrow-cards .row-o-equal-height :where(.wpb_column, .vc_column-inner, .wpb_wrapper, .wpb_text_column) {
    height: 100%;
    height: -webkit-fill-available;
}

.arrow-cards .row-o-equal-height .wpb_text_column .wpb_wrapper {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .arrow-cards .wpb_text_column {
    	position: relative;
    	overflow: hidden;
    	margin-bottom: 2rem;
    	padding: 20px 40px;
    	font-size: 18px;
    	font-weight: 500;
    	color: #263B73;
    	box-shadow: 1px 1px 12px rgba(0,0,0, 0.08);
    }    
    .arrow-cards .wpb_text_column::before {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .arrow-cards .wpb_text_column {
    	position: relative;
    	overflow: hidden;
    	margin-bottom: 2rem;
    	padding: 15px 40px;
    	font-size: 16px;
    	font-weight: 500;
    	color: #263B73;
    	box-shadow: 1px 1px 12px rgba(0,0,0, 0.08);
    }    
    .arrow-cards .wpb_text_column::before {
        width: 27px;
        height: 27px;
    }
}

@media (max-width: 767px) {
    .arrow-cards .row-o-equal-height :where(.wpb_column, .vc_column-inner, .wpb_wrapper, .wpb_text_column) {
        height: auto;
    }
}

/* utility classes */ 

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.no-padding {
    padding: 0;
}

.margin-fix-9 {
    margin-top: -9px;
}

@media only screen and (max-width: 767px) {
    .empty-space-50 {
        height: 32px;
    }
}

/* Related Links Section */

#related-links .wpb_row.vc_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3rem;
}

#related-links .wpb_text_column p {
    margin-bottom: 0px;
}

#related-links .related-link:hover {
    opacity: 0.7;
    cursor: pointer;
}

#related-links .about-icons {
    width: 120px;
    max-width: 70%;
}

@media only screen and (max-width: 768px) {
    #related-links .related-link {
        flex: 1 0 50%;
    }
    #related-links h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #related-links h3 {
        font-size: 22px;
    }
}

/* Faculty */

#faculty {
    margin-top: 3rem;
}

#faculty .faculty-member {
    display: flex;
    column-gap: 35px;
    row-gap: 16px;
    border-bottom: 1px solid #263B7340;
    padding-top: 32px;
    padding-bottom: 32px;
}

#faculty .faculty-member:before,
#faculty .faculty-member:after {
    position: absolute;
}

#faculty .faculty-member:last-of-type {
    border-bottom: 0px solid #263B7340;
    padding-top: 25px;
    padding-bottom: 25px;
}

#faculty .faculty-member .image-container {
    flex: 1 0 235px;
}

#faculty .faculty-member img {
    width: 100%;
    aspect-ratio: 23/26;
    object-fit: cover;
}

#faculty .faculty-member .name p {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 200;
    color: #B61631;
}

#faculty .faculty-member .title p {
    font-size: 16px;
    font-weight: 400;
    color: #263B73;
}

@media only screen and (max-width: 650px) {
    #faculty .faculty-member {
        flex-wrap: wrap;
        border-bottom: 0px;
    }
}
	
.menu-internal-medicine-residency-container {
	position: relative;
	max-width: 1100px;
	margin: 1em auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.menu-internal-medicine-residency-container ul {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 0;
	text-align: left;
}

.menu-internal-medicine-residency-container	li {
	display: block;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	
.menu-internal-medicine-residency-container	li a {
    display: inline;
	color: #58595a;
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 300;
	padding: 0 10px;
}

.menu-internal-medicine-residency-container	li a:hover {
    color: #8c8c8c;
}

@media only screen and (min-width: 768px) {
    .menu-internal-medicine-residency-container {
        transform: translateX(-46px);
    }
    
    .menu-internal-medicine-residency-container {
        text-align: center;
    }
        
    .menu-internal-medicine-residency-container li {
        display: inline-block;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-internal-medicine-residency-container ul {
		max-width: 94%;
    }
}

@media only screen and (max-width: 768px) {
    .menu-internal-medicine-residency-container ul {
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    .menu-internal-medicine-residency-container ul {
		max-width: 80%;
    	margin: 0 auto;
	}
}

/* Curriculum */

    :root{
      --bg:#ffffff;
      --muted:#6c757d;
      --shadow:0 1px 2px rgba(0,0,0,.05);
    }
    .schedule-grid .container {max-width:1100px; margin-inline:auto; padding:24px;}
    .schedule-grid h1 {font-size:1.25rem; margin:0 0 .75rem;}

    /* GRID LAYOUT */
    .schedule-grid {
      display:grid;
      grid-template-columns: 1fr;      /* mobile: columns stack */
      gap: 1rem;
      row-gap: 4rem;
    }
    @media (min-width: 768px){
      .schedule-grid {
        grid-template-columns: repeat(3, minmax(0,1fr)); /* tablet/desktop: 3 columns */
        align-items: flex-start;
      }
    }

    /* COLUMN CARD */
    
    .schedule-grid h2 {
        font-size: 22px;
        font-weight: 500 !important;
        color: #263B73;
    }
    
    .schedule-grid .col{
      background:var(--bg);
      border:1px solid #dee2e6;
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .schedule-grid .col-title{
      margin:0;
      padding: 2rem 1rem 2rem 3rem;
      border-bottom:1px solid #dee2e6;
      font-weight:700;
    }

    /* LIST AS "ROWS" */
    .schedule-grid .col-list{
      list-style:none;
      margin:0; padding:0;
      display:grid;                /* grid inside for tidy row spacing */
      grid-auto-rows: auto;
    }
    .schedule-grid .col-list li{
      padding: 2rem 1rem 2rem 3rem;
      border-bottom:1px solid #dee2e6;
    }
    .schedule-grid .col-list li:last-child{ border-bottom:0; }

    /* Optional small accents */
    .muted{ color:var(--muted); font-weight:600; font-size:.95rem; }