HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/_upmc/thyrointl.alanwaldron.com/css/pages/index.css
section.info {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;

	.left {
		flex: 2;

		ul {
			li {
				p {
					margin: 11px 0px;
				}
			}
		}

		.bottom-text {
			margin-top: 50px;
			text-align: center;
		}
	}

	.right {
		flex: 1;
		/* padding: 17px; */
		margin-left: 17px;

		img {
			width: 100%;
			height: auto;
		}

		strong {
			padding-top: 18px;
		}
	}
}

section.link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 2%;
	padding: 17px;

	div {
		flex: 1;

		img {
			width: 100%;
			height: auto;
		}

		.link-info {
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 42px;

			> p.title {
				font-size: 17.7px;
				font-family: proxima-nova;
				font-weight: 600;
				font-style: normal;
				letter-spacing: 5.3px;
				text-transform: uppercase;
				line-height: 19.4px;
				color: rgb(189, 189, 189);
				text-align: center;
			}

			> p.desc {
				text-align: center;
				margin-top: 23px;
			}

			> a {
				margin-top: 37.5px;
			}
		}
	}
}

section.news {
	padding: 0px !important;

	> div.story-container {
		display: flex;
		flex-direction: row;
		padding: 17px;

		> a.story {
			flex: 1;
			padding: 5px;
			text-decoration: none !important;

			> img {
				width: 100%;
				height: auto;

				border: 1px solid rgb(204, 204, 204);
			}

			> p {
				margin-top: 5px;

				&:visited {
					text-decoration: none !important;
				}
			}
		}
	}
}