/* 

Base is 18px. Grid span is 41.6em. Outer margin is 3 x 2em on both sides. Content is 31.2 em. 

#0F14A6

#2D0887
#5118e0

#510382
#61039C



*/

body 
{
	font-family: "Source Sans 3", "Calibri", Tahoma, sans-serif; 
	font-optical-sizing: auto;
	font-size: 1.125em;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;

	background-color: #ffffff;
	
	margin:0px;
}

#content
{
	max-width: 44em; /* 792px, 800den */
	margin: auto;
}

main
{
	margin: 0em 1.2em;
}

a 
{
	color:  #0F14A6; /* #4209b5; */
}

a:hover 
{
	text-decoration: underline;	
	color: #5118e0; /* #0826bf; */
}



/* Header */
header
{
	height: 1.5em;
	background: linear-gradient(180deg, rgba(255,255,255,1) 4%, 
				rgba(255,255,255,0.3) 100%);

	position: fixed;
	top: 0em;
	width: 44em;
}

nav
{
	/* 
	background: #E5EAEF;
	background: linear-gradient(180deg,rgb(225, 226, 227) 0%, rgba(229, 234, 239, 1) 100%);
	box-shadow: inset 0em 0.1em 0.7em rgba(0,0,0,0.1); ?*/


	background: #E5EAEF;
	background: linear-gradient(180deg, rgba(229, 234, 239, 1) 0%, rgb(225, 226, 227) 100%);
	box-shadow: inset 0.05em 0.1em 0.06em rgba(255,255,255,0.2), inset -0.05em -0.1em 0.06em rgba(0,0,0,0.1) ;


	margin-top: 1.1em;
	padding: 0em 0.4em; /* 0.375em 0.6em 0.275em 1.2em; */
	border-radius: 0.4em;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 0.16em;
	border-color: #ffffff;

	
}

nav > a
{
	font-family: "Cabin", "Calibri", Tahoma, sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-size: 0.9em;
	height: 1.8em;
	display: inline-block;
	padding: 0.2em 0.4em 0em 0.4em;
	margin: 0em 0.2em;
	text-decoration: none;
}

nav > a:hover
{
	text-decoration: none;
}


a.homelink 
{
	font-size: 1.125em;
	height: 1.6em;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 87.5;
	text-decoration: none;
	margin-right: 18.4em;
}

a.homelink:hover 
{
	text-decoration: none;
}

a.current 
{
	font-weight: 500;
	font-style: normal;
	text-decoration: none;

	color: #510382;

	border-bottom: 0.2em solid #61039C ;
}


#wtlink
{
	display: inline-block;
}

#svlink
{
	display: none;
}



h1
{
	font-family: "Cabin", "Calibri", Tahoma, sans-serif;
	font-optical-sizing: auto;
	font-size: 2.45em;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 87.5;
	
	padding-top: 2.5em;
}

em
{
	font-style: italic;
	font-weight: 500;
}



/* Home */
#intro h1
{
	font-size: 2.4em;
	font-weight: 600;
	font-variation-settings: "wdth" 100;
	line-height: 1.05em;
	display: block;
	margin-right: 0.5em;

	padding: 2.6em 0em 1.4em 0em;
}

h2
{
	font-size: 1.6em;
	font-weight: 700;
	margin-block-end: 0.2em;
	margin-block-start: 0.1em;
}

a.secondarylink
{
	font-size: 0.9em;
	color:#393940;
	text-decoration: none;
}

a.secondarylink::after
{
	content: "\00BB";
	padding-left: 0.2em;
}

a.secondarylink:hover
{
	text-decoration: underline;
}

#intro
{
	width: 100%;
}

#ab
{
	float: right;
	width: 9.2em;
	border-radius: 0.4em;

	margin-left: 2.4em;
	margin-right: 2em;
	margin-top: -0.2em;

	box-shadow: 0.1em 0.1em 0.2em rgb(33, 87, 195, 0.3);
}

#experience
{
	width: 41.2em;
}

#past
{
	width: 41em;
	margin: 4.1em 0em 0em 2em;
}

#domains
{
	display: inline-block;
	width: 55%;
}

#domains ul
{
	padding-inline-start: 0em;
}

#domains ul li
{
	display: block;
	list-style-type: none;

	border-radius: 0.4em;
	background-color: #efeef1;
	padding: 0.6em 1.4em 0.6em 0.8em;

	margin-bottom: 0.4em;

	font-size: 1.4em;
}

#domains ul li span.domainexamples
{
	display: block;
	font-size: 0.6em;
	line-height: 1.3em;

	margin-top: 0.2em;
}

#formfactors
{
	display: inline-block;
	width: 30%;

	vertical-align: top;
	margin: 4em 0em 0em 2.9em;

}

#formfactors ul
{
	margin-top: 0.1em;
	padding-left: 1.1em;
}

#formfactors li
{
	line-height: 1.3em;
}

#bigsmall
{
	margin-top: 4em;
	width: 100%;
}

#clients
{
	width: 100%;
}

#sharing-books
{
	margin: 4em 0em 0em 2em;
	width: 39em;
}

#prr
{
	width: 15.9em;
	float: right;
	margin: -2.4em 0em 0em 1em;
}

#sharing-other
{
	margin: 3em 0em 0em 4em;
	width: 38em;
}

#conf
{
	width: 13em;
	float: left;
	border-radius: 0.4em;

	box-shadow: 0.2em 0.2em 0.4em rgb(0 0 255 / 0.4);
	
	margin-right: 1.6em;
}

#anything
{
	margin: 4em 0em 0em 6em;
	width: 32em;
	height: 10.1em;
}

a.cta
{
	display: inline-block;
	padding: 0.42em 2em 0.4em 2em;
	border-radius: 0.3em;

	color: #efeef1;

	background-color: #510382;
	text-decoration: none;

	position: absolute;
	margin: -1.2em 0em 0em 21em;
}





a.cta:hover
{
	color: #ffffff;

	background-color: #61039C;
	text-decoration: none;
}



/* About */

#about > p, #servpg > p
{
	padding-inline-end: 10.1em;
}

#about h2
{
	font-size: 1.2em;
	font-weight: 600;
	margin-block-end: 0.2em;
	margin-block-start: 1.35em;
}

#about ul
{
	margin-block-start: 0em;
	padding-inline-start: 0em;
}

#about ul li
{
	list-style-type: none;
	font-size: 0.9em;

	line-height: 1.5em;
}


/* Speaking */

#speaking > p
{
	padding-inline-end: 4.8em;
}

#videos
{
	margin-left: 0.3em;
}

#videos > iframe
{
	width: 19.1em;
	height: 10.9em;
	padding: 1.6em 0.65em 1em 0.65em;
}



span.eventName
{
	font-weight: 600;
	padding-right: 4px;
}

#events
{
	list-style-type: none;
	margin:0px;
	padding: 0px;
}

#events h2
{
	font-size: 1.2em;
	font-weight: 600;
	margin-block-end: 0.2em;
	margin-block-start: 1.35em;
}

#events img
{
	width: 0.813em;
	height: 0.609em;
	padding-right: 0.4em;
}

#events ul li
{
	list-style-type: none;
	text-indent: -1.2em;
	padding-bottom: 0.4em;
}

#events ul
{
	padding-inline-start: 1.4em;
	padding-inline-end: 4.4em;
}



/* Working Together - Services */
span.serviceName
{
	font-weight: 700;
	padding-right: 4px;
}

p.shortDesc
{
	margin-top: 0.2em;
	padding-left: 0.1em;
	padding-bottom: 1em;
	font-weight: 500;
}

#services
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#services h2
{
	font-size: 1.8em;
	font-weight: 600;
	margin-block-end: 0.2em;
	margin-block-start: 0.1em;
}

#services > li
{
	margin-top: 2.6em;
	padding: 2.2em 2.2em 1.2em 2.2em;
	border-radius: 0.8em;
}

#services li ul
{
	padding-inline-start: 3.4em;
}

#services ul li
{
	list-style-type: none;
	text-indent: -3.35em;
	padding-bottom: 1em;
	padding-right: 1em;
}

.audits
{
	margin-left: 2em;
	width: 31.2em;
	background: #f5f5ff url('working/audits.png') top right/70% no-repeat;
}

.audits .shortDesc
{
	width: 20em;
}

.training
{
	margin-left: 6em;
	width: 31.2em;
	background: #f2f8ff url('working/training.png') top right/70% no-repeat;
}

.training .shortDesc
{
	width: 14em;
}

.projectWork
{
	margin-left: 0em;
	width: 31.2em;
	background: #f5f5ff url('working/projectWork.png') top right/70% no-repeat;
}

.projectWork .shortDesc
{
	width: 22em;
}

#services .projectWork ul li
{
	list-style-type: disc;
	text-indent: 0em;
	padding-bottom: 1em;
	padding-right: 1em;
}

#services .projectWork ul, #services .fracLead ul
{
	padding-inline-start: 1.4em;

}


#services .fracLead ul li
{
	list-style-type: disc;
	text-indent: 0em;
	padding-bottom: 0.4em;
	padding-right: 2em;
}

.fracLead
{
	margin-left: 4em;
	width: 31.2em;
	background: #f2f8ff url('working/fracLead.png') top right/70% no-repeat;
}

#next
{
	margin: 4em 15em 4em 4em;
}

main#servpg a.cta
{
	margin: -5.1em 0em 0em 24em;
}



/* Footer */

footer
{
	margin-top: 2.4em;
	padding: 0em 1.9em;
	height: 4em;
	
	border-top: solid 1px #c4c4c4;

	font-size: 0.8em;
}

footer iframe
{	
	display: block;
	position: absolute;
	margin-top: 7em;
}