@charset "utf-8";
/* ORTHOMEDICS SUB PAGE STYLES */

/* CORE */
body,td,th {
	margin: 0;
	padding: 0;
	font-family: var(--ff-primary);
	font-size: 18px;
}
body { background-color: var(--bgc); }

/* LINKS */
a { text-decoration: none }
a:link,a:active,a:visited { color: var(--orange); }
a:hover {
	color: var(--orangeLL);
	text-shadow: 2px 1px 5px var(--brownLL), -1px -2px 10px var(--brownLL);
}

/* CUSTOM LIST MARKERS */
::marker {
	color: var(--primary);
	font-size: 1em;
	font-weight: bold;

	content: "\2695";	
}

li::marker {
	padding-left: .5em;
}

/* LAYOUT */
aside { 
	display: inline-block;
}
.none {
	display: none;
}
.sidebar{
	background: white;
	height: min-content;
	margin: 0 10px 0 10px;
	width: 1fr;
	position: fixed!important;
	z-index: 20;
	overflow: auto;
}
aside ul {
	list-style-type: none;
}

/* ALIGNMENT */
.center {
	/*margin: auto;*/
	text-align: center;
}
.unjust {
	text-align: left;
	text-justify: unset;
}
.just {
	text-align: left;
	text-justify: auto;
}
.left {
	position: absolute;
	text-align: left;	
	left: 0;
}
.text-center {
	text-align: center;
}
.sm-caps {
	font-variant: small-caps;
}

/* CALL */
.call {
	font-family: Helvetica, Arial, "sans-serif";
	position: absolute;
	display: inline-block;
	font-size: 130%;
	padding: 0;
	font-weight: bold;
}
.call a:link {
	font-weight: bolder;
}
.callimg {
	width: 15px;
	height: auto;
	vertical-align: middle;
}


/* 	HEADER & LOGOS  */
.menuLoc {
	position: relative;
	top: 0;
	left: 0;
}
.logoTitleLoc {
	position: relative;
}
.titlebg {
	background-color: var(--titlebg);
	top: -30px;
	width: 100%;
	height: 38px;
	text-align: left;
}
.logobg {
	background-color: var(--headbg);
	height: 59px;
	text-align: center;
	width: 100%;
}
.page-title {
	position: relative;
	letter-spacing: .2rem;
	text-align: left;
	margin-left: 4px;
	color: var(--bgc);
	z-index: 1;
	top: -4px;
}
.desk {
	display: none;
}
.logo2 {
	position: relative;
	object-fit: cover;
	left: -22px;
	top: -6px;
	width: 90%;
	height: auto;
	z-index: 1;
}
.smPageTh {
	width: 27px;
}
.pgThumLoc {
	position: relative;
	margin-left: 12%;
	margin-top: 4px;
}

/* 	FORMAT 	*/
.box {
	display: inline-block;
	position: relative;
}
.boxcall {
	position: absolute;
	right: 0;		
	top: 0;
}
#topmost {
  	position: absolute;
	z-index: 100;
}
#contenter {
	display: block;
	position: relative;
	width: 95%;
	margin: 5px;
}
.legal {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: var(--bgc);
	width: 100%;
	font-size: 85%;
}
.dropcap {
	color: var(--orangeD);
	float: left;
	font-family: Georgia;
	font-weight: 600;
	/*line-height: 107%;*/
	/*padding-right: 8px;*/
	margin-right: -6px;
}
.wideauto {
	z-index: 1;
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
}

/* RESPONSIVE */
@media screen and (min-width: 250px) and (max-width: 699px) {
	.boxcall {
		top: 0;
		left: 20vw;
		z-index: 15;
	}
	.logo2 {
		top: -13px;
	}
	#mob-logo2 {
		z-index: 20;
	}
}

@media screen and (min-width: 840px) {
	/* LAYOUT */
	.desk {
		display: inherit;
	}
	.smPageTh {
		width: 27px;
	}
	.pgThumLoc {
		position: relative;
		margin-left: 12%;
		margin-top: 4px;
	}
	
	main {
		text-align: center;
		font-size: 100%;
		max-width: 100%;
	}
	.legal {
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #000;
		width: 100%;
		font-size: 85%;
	}	
	.call {	
		font-size: 160%;	
	}
	.callimg {
		width: 25px;
	}
	.bgimg {
		width: 450px;
	}
	.logobg {
		height: 120px;
	}
	.menuLoc {
		position: relative;
		top: 105px;
		z-index: 10;
		background: var(--menubg);
	}
	.logoTitleLoc {
		top: -38px;
	}
	.titlebg {	
		top: 15px;
		height: 50px;
	}
	.logobg {
		text-align: left;
	}
	.logo2 {
		display: none;
	}
	.logo1 {
		position: relative;
		object-fit: cover;
		left: 0;
		top: 3px;
		height: 120px;
		width: 100%;
		z-index: 5;
	}
	.logo3 {
		position: absolute;
		object-fit: cover;
		left: 0;
		top: 3px;
		width: 120px;
		z-index: 35;
	}
}

@media screen and (min-width: 700px) and (max-width: 839px) {
	.boxcall {
		top: 0;
		right: 29vw;
		z-index: 15;
	}
}

@media screen and (min-width: 700px) {	
	/* FORMAT */
	#contenter {
		display: flex;
		width: 100%;
		margin: 0;
	}
	.just {
		font-weight: 300;
		font-style: normal;
		text-align: justify;
		text-justify: auto;
		margin: 0 15px 0 0;
		font-size: 1.35em;
		letter-spacing: .1em;
	}
	.story {
		font-weight: 300;
		font-style: normal;
		text-align: justify;
		text-justify: auto;
		font-size: 15px;
		letter-spacing: .1em;
	}
	.page-title {
		position: relative;
		top: 0px;
		letter-spacing: .4rem;
		padding-top: 30px;
		padding-bottom: 35px;
	}
}