body{
	font-size:16px;
	background-color: #efe;
	color:#040;
}
hr {
	color:#040;
	width: 90%;
}
header{
	width:100%;
	margin:0 auto 2em;
	text-align:center;
}

h1, h2, h3, h4, h5, h6{
	font-weight:700;
	margin-bottom:-5px;
	line-height:1.3em;
}
h1{font-size:2em;}
h2{font-size:1.5em;}
h3{font-size:1.2em;}
h4{font-size:1em;}
h5{font-size:0.8em;}
h6{font-size:0.7em;}

.clear{
	clear:both;
}
.noBreak{
	white-space:nowrap;
	display:inline;
}





#wrapper{
	width:100%;
}
#content{
	background-color: #cfc;
}


.WBS{
	font-size:3em;
}

.headerPhone{
	margin:0 2%;
	padding:0 2%;
	background-color:#dfd;
}


.fullRow{
	clear:both;
	overflow:auto;
}
.groupL{
	float:left;
	width:23%;
	padding-right:-1px;
	height:100%;
	background-color: #cfc;
}
.groupL h1{
	font-size:3.5vw;
	line-height:1em;
	text-align:left;
	font-family:arial,verdana,sans-serif;
	font-weight:900;
}
.groupR{
	float:left;
	width:77%;
	background-color: #efe;
}

.groupL{
	padding:10px;
}
.groupR{
	padding:10px 0 10px 16px;
}
.groupR, .groupL{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	        box-sizing: border-box;         /* Opera/IE 8+ */
}


.fillerHistory{
	font-size:4.9em;
}
.fillerEducation{
	font-size:1.8em;
}

.companyName{
	font-family: Geneva,Tahoma,verdana,sans-serif;
	color: #090;
	font-size: 1.4em;
	font-weight: 900;
}

.jobTitle{
	font-size: 1.2em;
	font-weight: 900;
	padding-left: 15px;
}

.square{
	margin-left:1em;
	list-style-type:square;
	line-height:1.3em;
}
.ulLang, .ulDGM{
	margin:0 0 0.9em 1.2em;
	list-style-type:disc;
	font-size:0.8em;
	line-height:1.3em;
}
.ulLang li, .ulDGM li{
	margin-left:1.4em;
	white-space:nowrap;
}
.ulDGM li{
	float:left;
	margin-right:1.4em;
}














.Desc, .jobDesc, .square{
	font-size: 1em;
	font-family:arial,verdana,sans-serif;
	font-weight:400;
}

.Desc, .jobDesc{
	padding-bottom:0.5em;
}
.jobDesc{
	padding-left: 30px;
}

.years{
	padding-top: 0.6em;
	font-size: 1em;
	text-align: right;
	font-family: arial,verdana,sans-serif;
	font-weight: 900;
}








@media only screen and (min-width: 661px){
.WBS{
	font-size:3.5em;
}
.killHR{
	display:none;
}


} /*END mid Media Query*/

@media only screen and (min-width: 961px){
#wrapper{
	width:90%;
	margin:0 auto;
}
.WBS{
	font-size:5em;
}
.groupL h1{
	font-size:2em;
}



} /*END wide Media Query*/

@media only screen and (min-width: 1210px){
.fillerHistory{
	font-size:3.33em;
}

} /*END wide Media Query*/