/* 
 * Directory for Applied Metals Styles
 * Inherits default font families.
 */

.amd-directory-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	width: 100%;
	box-sizing: border-box;
}

.amd-directory-wrapper * {
	box-sizing: border-box;
}

/* Typography Defaults */
.amd-directory-wrapper h2, 
.amd-directory-wrapper h3, 
.amd-directory-wrapper h4 {
	color: inherit;
}
.amd-section-title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.amd-text-red {
	color: #cc0000 !important;
}
.amd-border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/* Main Cards */
.amd-card {
	background: #fff;
	border: 1px solid #ddd;
	padding: 25px;
	margin-bottom: 30px;
}
.amd-center-card {
	text-align: center;
	background: #f4f4f4;
}
.amd-ast-card {
	background: #f4f4f4;
}

/* Icons */
.amd-contact-line {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.amd-contact-line a {
	color: inherit;
	text-decoration: none;
}
.amd-contact-line a:hover {
	text-decoration: underline;
}
.amd-icon {
	margin-right: 10px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.amd-icon-large {
	font-size: 40px;
	margin-bottom: 15px;
	color: #555;
}

/* Main Office Section */
.amd-main-office {
	display: flex;
	justify-content: space-between;
}
.amd-mo-left {
	flex: 1;
	padding-right: 30px;
}
.amd-mo-right {
	width: 250px;
	background: #f4f4f4;
	padding: 20px;
}
.amd-mo-address {
	margin-bottom: 20px;
	line-height: 1.6;
}
.amd-hours-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.amd-hours-text {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
}
.amd-emergency-title {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

/* Layouts */
.amd-section {
	margin-bottom: 40px;
}
.amd-section-desc {
	margin-bottom: 20px;
	color: #555;
	line-height: 1.6;
}
.amd-grid-1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

/* Leadership Cards */
.amd-ld-card {
	display: flex;
	gap: 30px;
	align-items: center;
}
.amd-ld-image img {
	width: 220px;
	height: auto;
	display: block;
}
.amd-ld-content .amd-subtitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.amd-ld-content .amd-name {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* Sales Reps Cards */
.amd-sales-card {
	padding: 25px;
	position: relative;
}
.amd-territory-badge {
	background: #eee;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	position: absolute;
	top: 0;
	right: 0;
}
.amd-sales-flex {
	display: flex;
	gap: 30px;
}
.amd-sales-image img {
	width: 220px;
	height: auto;
	display: block;
}
.amd-sales-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.amd-sales-header {
	margin-bottom: 5px;
}
.amd-sales-header .amd-name {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}
.amd-sales-header .amd-role {
	display: inline-block;
	color: #666;
	margin-left: 10px;
	font-size: 14px;
}
.amd-territory-desc {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.amd-sales-contact {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* Sidebar Dark (Parts) */
.amd-sidebar-dark {
	background-color: #1a1e23;
	color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.amd-directory-wrapper .amd-sidebar-title-light {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	color: #ffffff !important;
}
.amd-sidebar-desc-light {
	color: #ccc;
	margin-bottom: 25px;
	line-height: 1.5;
}
.amd-cl-light {
	margin-bottom: 15px;
}
.amd-ps-list-box {
	border: 1px solid #444;
	padding: 20px;
	margin-top: 25px;
}
.amd-ps-list-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: bold;
}
.amd-ps-list-content ul {
	margin: 0;
	padding-left: 20px;
	color: #ccc;
	font-size: 14px;
	line-height: 1.6;
}

/* Sidebar Careers */
.amd-sidebar-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.amd-sidebar-title.amd-left {
	text-align: left;
}
.amd-sidebar-subtitle {
	color: #666;
	margin-bottom: 20px;
}
.amd-btn-red {
	display: inline-block;
	background-color: #cc0000;
	color: #ffffff !important;
	text-decoration: none;
	padding: 12px 30px;
	font-weight: bold;
	border-radius: 3px;
	margin-bottom: 25px;
	transition: background-color 0.3s;
}
.amd-btn-red:hover {
	background-color: #a00000;
	color: #ffffff !important;
}
.amd-cr-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #666;
}
.amd-divider {
	color: #ccc;
}

/* Sidebar Assistance */
.amd-ast-desc {
	color: #666;
	margin-bottom: 20px;
	line-height: 1.5;
}
.amd-ast-phone {
	font-size: 18px;
}

/* Responsive */
@media (max-width: 992px) {
	.amd-directory-wrapper {
		grid-template-columns: 1fr;
	}
	.amd-mo-right {
		width: 200px;
	}
}

@media (max-width: 576px) {
	.amd-main-office {
		flex-direction: column;
	}
	.amd-mo-right {
		width: 100%;
		border-left: none;
		border-top: 1px solid #ddd;
	}
	.amd-ld-card, .amd-sales-flex {
		flex-direction: column;
		align-items: flex-start;
	}
}
