
/* #MainContent { padding-bottom: 50px; }
.noPadding { padding: 0; } */
.RightContainerOption p { color: #044881; margin-bottom: 15px; }
.landscapeImg, .phlebImg { 
	float: right; 
	margin: 25px 0 10px 20px;		
}
.columns > img {
	width:100%;
}
@media only screen and (max-width:1200px) {
	.phlebImg, .culinaryImg, .landscapeImg {
		width:200px;
	}
	.appointment-cards .columns { width: 100%; }
}
@media only screen and (max-width:868px) {
	.phlebImg, .culinaryImg, .landscapeImg {
		width:100%;
	}
	.phlebImg, .landscapeImg, .culinaryImg {    
		margin: 10px 0 25px 0; 
	}
}
.BorderButton { margin:5px; }

.RightContainerOption li span
{
	display: block;
	padding: 5px 5px 5px 25px;	
	font: normal normal normal 14px myriad-pro;
	letter-spacing: 0.3px;
	color: #004881;
}
.RightContainerOption li span:before
{
	content: "";
	width: 6px;
	background-color: #004881 ;
	height: 15px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: -15px;
}

/*   ******* Appointment Cards   *****   */

.row {
	display: flex;
	flex-wrap: wrap;
}

.row > .columns {
	display: flex;
	flex-direction: column;
}	

.appointment-card {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.5rem 2.5rem 1.5rem;
	min-height: 350px;
	margin-bottom: 1.5rem;
	height: 100%;
}

.card-content {
	flex: 1; /* Pushes button to bottom */
	margin-bottom: 1.5rem;
	color:#004881;
}

.appointment-card-row {
	padding-top:20px;

}

.appointment-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: .75rem;
	margin-top:0;
	line-height: 1.3;
	color: #004881;
}

.appointment-card p {
	margin-bottom: 0.75rem;
	line-height: 1.6;
}

.appointment-card p:last-of-type {
	margin-bottom: 0;
}

/* Card color variants */
.card-green {
	background-color: #d4ebe4;
	color: #004b49;
}

.card-peach {
	background-color: #ffdec9;
	color: #7d3c1d;
}

.card-purple {
	background-color: #e6d4f0;
	color: #4a1d6b;
}

/* Button styles */
.card-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.875rem 0.5rem;
	background-color: transparent;
	border: 2px solid currentColor;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	font-size: 1rem;
	margin-bottom: 1.875rem;

}

.appointment-card  .BorderButton {
	padding: 12px 15px;
	min-height: 64px;          /* tweak this value */
	display: flex;
	align-items: center;       /* vertical centering */
	justify-content: space-between;
}

.card-green .card-button {
	color: #004b49;
}
/*
.card-peach .card-button {
color: #7d3c1d;
}

.card-purple .card-button {
color: #4a1d6b;
}
*/
.card-button:hover,
.card-button:focus {

}

.card-button .arrow {
	margin-left: 0.5rem;
	font-size: 1.25rem;
}

/* Meeting ID styling */
.meeting-id {
	font-weight: 700;
	margin-top: 1rem;
}

/* Responsive adjustments */
@media screen and (min-width: 640px) {
	.appointment-card h2 {
		font-size: 1.375rem;
	}
}

.extra-h2-spacing h2 {
	margin-top: 35px;
}

p.tight-list-spacing {
	margin-bottom: 0.25rem; /* adjust as needed */
}

ul.tight-list-spacing {
	margin-top: 0;
}

.inline-buttons {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	display: flex;
	gap: 0.75rem; /* space between buttons */
}

.inline-buttons li {
	margin: 0;
}

.RemoteAppointmentsContainer {
	background-color: #D7DDEB;
	padding: 20px;
	color: #044881;
}

/* Hours Container */
.ConnectWithWelcomeCenter
{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 90px;
	background-image: url(/welcome-center/images/students-blue-background.jpg);
	background-size: cover;
	margin-bottom: 50px;
	color: white!important;
}
.externalWebsitesCardContent
{
	padding-right: 20px;
	margin-bottom: 10px;
}
.externalWebsitesHeader
{
	font-family: 'myriad-pro';
	font-size: 15pt;
	margin-bottom: 5px;
	color: #f4f4f4!important;
}
.externalWebsitesHeaderContent
{
	font-family: 'myriad-pro';
	font-size: 20pt;
	font-weight: 700;
	margin-bottom: 10px;
	color: white!important;
}	





hr {
	border: solid 1px #D9D9D9;
} 
.RemoteAppointmentsContainer a, 
.RemoteAppointmentsContainer a:visited, 
.RemoteAppointmentsContainer a:active,
.appointment-card a, 
.appointment-card a:visited, 
.appointment-card a:active,
.columns p > a {
	text-decoration: underline;
	color: #006294;
	font-weight:bold;
}
.ConnectVertualContainerContent p a {
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}

.RemoteAppointmentsContainer a:hover,
.appointment-card a:hover,
.ConnectVertualContainerContent a:hover,
.columns p > a:hover
{
	color:#000;
}

p > a.BorderButton,
.columns a.BorderButton {
	padding: 12px 40px;
	border: 2px solid #004881;
	font: normal normal normal 15px myriad-pro;
	letter-spacing: 0.3px;
	color: #004881;
	display: inline-block;
	font-weight:700!important;
	text-decoration:none!important;
	width: fit-content;
}

p > a.BorderButton:hover,
.columns a.BorderButton:hover {
	color:#fff;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {

	font-size: inherit;
	font-weight: bold;
}
/* red alert message  */
.alert-message-container {
	display:flex;
	justify-content:center;
	margin:50px 0;
}
.alert-message-container div {
	padding: 10px 20px;
	background-color: #FFE4E4;
	color: #333;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
}
.alert-message-container p {
	margin: 0;
	text-align: left;
}
.red-alert-icon {
	color:#C20707;
	margin-right:10px;
}

/* right contact section */
.contactBlock h2 {
	font-size: 20px;
	border-bottom: solid 2px #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font: 600 22px Myriad Pro;
	letter-spacing: 0.44px;
	color: #3B3E3F;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}

.contactBlock {
	padding: 25px 15px;
}

.contactBlock p {
	color: #044881;
	margin-bottom: 15px;
}
.contactBlock li span {
	color: #004881;
	text-align: left;
	font: bold 14px myriad-pro;
	line-height: 120%;
	margin-top: 5px;
	letter-spacing: 0.3px;
}

.contactBlock li {margin:0!important;padding:0!important;}
.contactBlock li span,
.contactBlock li a
{
	display: block;
	padding: 5px 5px 5px 25px;	
	font-weight: normal !important;
	word-wrap: break-word;
	margin-top:0!important;
}
.contactBlock li span:before,
.contactBlock li a:before
{
	content: "";
	width: 6px;
	background-color: #004881 ;
	height: 15px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: 1px;
	margin-left: -15px;
}
.contactBlock li a:hover:before
{
	background-color: #F36B25;
}
.contactBlock ul li a:hover::before, .contactBlock a.active::before {
	width: 6px;
	background-color: #F36B25 ;
	margin-left: -15px;
}