/* King Industrial Realty of Florida - static site */

body {
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#site-wrap {
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* HEADER */

header,
footer {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
}

.topBar {
	background-color: #004A8D;
}

.topBarInner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topBarPhone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

.topBarPhone:hover {
	text-decoration: underline;
}

.topBarPhone svg {
	width: 16px;
	height: 16px;
	fill: #ffffff;
}

#shareSlot .sharepop-toggle {
	background-color: #1565C0;
}

#shareSlot .sharepop-toggle:hover {
	background-color: #002F5C;
	opacity: 1;
}

.mainNav {
	background-color: #ffffff;
}

.mainNavInner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.siteLogo {
	display: block;
	padding: 12px 0;
}

.siteLogo img {
	display: block;
	width: auto;
	height: 110px;
}

.primaryNav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.navLink {
	color: #004A8D;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.5px;
	padding: 10px 14px;
}

.navLink:hover {
	color: #D31145;
}

/* CONTENT */

.itemtitle {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 100%;
}

.secondarytitle {
	color: #555555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.officeTitle,
a.officeTitle {
	color: #004A8D;
	text-decoration: none;
}

.officeLinkIcon {
	display: inline-flex;
	vertical-align: middle;
	color: #004A8D;
}

.officeLinkIcon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.officeLinkIcon:hover {
	color: #D31145;
}

.pillLink {
	display: inline-block;
	color: #004A8D;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #004A8D;
	border-radius: 999px;
	padding: 8px 20px;
}

.pillLink:hover {
	background-color: #004A8D;
	color: #ffffff;
	text-decoration: none;
}

main {
	padding: 16px;
	overflow: hidden;
	min-height: 350px;
}

/* FOOTER */

.newFooter {
	background-color: #3D3D3D;
}

.newFooterInner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 15px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.footerCol {
	flex: 1 1 220px;
	min-width: 200px;
}

.newFooterInner .footerCol:nth-child(2) {
	flex-basis: 160px;
	min-width: 140px;
}

.footerColTitle {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding-bottom: 14px;
}

.footerColTitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 73px;
	height: 3px;
	background-color: #D31145;
}

.footerLogoImg {
	max-width: 200px;
	height: auto;
	margin-bottom: 20px;
	display: block;
}

.footerBadges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.footerBadges img {
	height: 40px;
	width: auto;
}

.siorBadge {
	margin-right: 15px;
}

.corfacBadge {
	display: block;
	height: 60px;
	width: auto;
	margin-bottom: 22px;
}

.footerText {
	font-size: 14px;
	line-height: 1.7;
	color: #ffffff;
	margin: 0 0 16px;
}

.footerText a,
.footerCol a {
	color: #ffffff;
	text-decoration: none;
}

.footerText a:hover,
.footerCol a:hover {
	color: #D31145;
	text-decoration: none;
}

.contactList {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.contactList li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5;
}

.contactList svg {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	fill: #ffffff;
	margin-top: 3px;
}

.qrWrap {
	text-align: left;
}

.qrLink {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	font-size: 13px;
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 999px;
	padding: 4px 14px;
}

.footerCol .footerQr .qrLink:hover {
	color: #ffffff;
	text-decoration: none;
}

#qrImage {
	display: none;
	margin-top: 0;
	cursor: pointer;
}

.footerBottom {
	border-top: 1px solid #2e2e2e;
}

.footerBottomInner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
}

.smalltext {
	color: #9c9c9c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

@media (max-width: 650px) {
	.mainNavInner {
		justify-content: center;
	}
	.primaryNav {
		justify-content: center;
	}
}
