@charset "UTF-8";
/* CSS Document */

#resume-container {
	/* min-width: 769px; */
	max-width: 772px;
	min-height: 100px;
	/* [disabled]background: white; */
	/* [disabled]border: 3px solid #FFDEAB; */
	margin: 0 auto;
	clear: both;
	position: relative;
	left: 0;
	/*-webkit-box-shadow: 0 0 5px 3px #601872;
	-moz-box-shadow: 0 0 5px 3px #601872;
	box-shadow: 0 0 5px 3px #601872;*/
	/* [disabled]-webkit-box-shadow: 0 0 15px 10px #F9A01B; */
	/* [disabled]box-shadow: 0 0 15px 10px #F9A01B; *//*	font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;*/
}
#resume-contact  {
	width: 50px;
	/* [disabled]background-color: #D72FB2; */
	height: 100px;
	/* [disabled]clear: both; */
	left: -50px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 8000;
	/*-webkit-box-shadow: -7px 0 5px 3px #601872;
	-moz-box-shadow: -7px 0 5px 3px #601872;
	box-shadow: -7px 0 5px 3px #601872;*/
}

#resume-contact:after  {
	content: '';
	display: table;
	clear: both;
}
#resume-contact input[type=checkbox]     {
	display:none;
}
#resume-contact label {
	display: block;
	float: left;
	width: inherit;
	height: inherit;
	/* [disabled]background: #AA248D; */
/*	padding: 8px;*/
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	cursor: pointer;
	z-index: 8000;
}
#resume-contact label:hover {
	background: #F9A01B;
	transition-property: background;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
}
#resume-contact label span {
	display: block;
	width: 100%;
	height: 100%;
}
#resume-contact label img {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 8px 0;
}

#resume-contact ul  {
	width: 325px;
	float: left;
	/* [disabled]background-color: #C48637; */
	list-style-type: none;
	clear: right;
	position: absolute;
	top: 84px;
	padding: 0;
	left: 0px;
	display: none;
}
#contact-tab ul li {
	list-style: none;
	display: block;
	padding: 0;
	background-color: #FFDEAB;
}
#resume-contact input[id="contact-me"]:checked + label {
    background-color: #F9A01B;
    /*border-top: 2px solid #327dc1;*/
    /*border-bottom: 2px solid #327dc1;*/
}
#resume-contact input[id="contact-me"]:not(:checked) + label {
	background: #AA248D;
}
#resume-contact input[id="contact-me"] + label:hover {
	background: #F9A01B;
}
#contact-me:checked ~ #contact-tab {
	display: block;
	-webkit-box-shadow: 0px -3px 3px 1px #601872;
	box-shadow: 0px -3px 3px 1px #601872;
	z-index: 7999;
	/* [disabled]min-width: 250px; */
}

#contact-me:checked ~ #contact-tab li {
    background-color: #F9A01B;
	color:white;
}

#contact-me:checked ~ #contact-tab li a {
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	font-size: 20px;
}
#contact-me:checked ~ #contact-tab li a:hover {
	background-color: #AA248D;
	color: #ffdeab;
	transition-property: background-color, color;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
}
#contact-me:checked ~ #contact-tab li a span {
	display: inline-block;
	width: 60px;
	position: relative;
	text-align: right;
}
#contact-tab li span img {
	height:30px; 
	width: auto; 
	vertical-align:bottom; 
	position:relative;
	padding-right: 10px;
}

/* #resume-nav below */
#resume-nav {
	position: absolute;
	right: 0px;
	top: 196px;
	width: 386px;	
	/*background: #943032;*/
	z-index: 1000;
}
#resume-nav div  {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display:block;
}
#resume-nav div a {
    text-decoration: none;
    color: white;
    display: block;
    width: 185px;
    height: 82px;
    padding: 10px;
    font-size: 18px;
    overflow: hidden;
    background-color: #AA248D;
    position: relative;
}
/*#resume-nav div div {
	display: block;
	
	/* [disabled]height: 90px; */
	/* [disabled]background-color: #AA248D; */
	/*border: 2px solid #F7F7F7;*/
	/* [disabled]margin-left: 5px;
	
}*/
#resume-nav div a:hover {
	background-color: #601872;
	transition-property: background-color;
	transition-duration: 400ms;
	transition-timing-function:ease-in-out;
}
/*#resume-nav ul li div {
	height: 100%;
	display: inline-block;
	float:right;
}*/

#resume-nav div a img {
	height: 100%;
/*	float: right;*/
	display: block;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
}
#resume-nav div a:hover img {
	display: block;
	opacity: 1;
	transition-property: display, opacity;
	transition-duration: 400ms;
	transition-timing-function:ease-in-out;
}
#resume-nav div a:hover span {
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#resume-nav div:last-child {
	float:right;
}

/* resume-unseen */
#resume-unseen  {
	width: 50px;
	/* [disabled]background-color: #D72FB2; */
	height: 120px;
	/* [disabled]clear: both; */
	right: -50px;
	position: absolute;
	top: 0px;
	z-index: 8000;
	/*-webkit-box-shadow: -7px 0 5px 3px #601872;
	-moz-box-shadow: -7px 0 5px 3px #601872;
	box-shadow: -7px 0 5px 3px #601872;*/
}
#resume-unseen a {
	display: block;
	width: inherit;
	height: inherit;
	overflow: hidden;
	background-color: white;
}
#resume-unseen a:hover {
	background-color: #87CEFA;
	transition-property: background-color;
	transition-duration: 200ms;
	transition-timing-function:ease-in-out;
}
#resume-unseen a img {
	width: auto;
	height: inherit;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	padding: 5px 0;
}

/*resume-head */
#resume-head {
	background: #AA248D;
	height: auto;
	clear: both;
	overflow: auto;
	padding: 0 !important;
}
#resume-head #logo {
	width: 50%;
	height: 100%;
	float:left;
}
#mission {
	width: 50%;
	float: right;
	height:auto;
}

#resume-head #logo a {
	display: block;
	padding: 4%;
}
#logo a:hover {
	background-color: #601872;
	transition-property: background-color;
	transition-duration: 200ms;
	transition-timing-function:ease-in-out;
}

#logo a img {
    margin: 0 auto;
    width: 100%;
}
#mission p   {
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	margin: 0;
	padding: 4%;
}
#resume-content {
	overflow: auto;
	background-color: #ffffff;
	height: auto;
	position:relative;
	z-index: 900;
}
#resume-content > div {
	width: 50%;
	padding: 2%;
	float: left;
	bottom: 0;
}
#resume-content #higher-ed {
	text-align: right;
	padding-right: 2.5%;
	padding-left: 2%;
}
#resume-content #awards,
#resume-content #work {
	text-align: left;
	float: right;
	padding-left:2.5%;
	padding-right: 2%;

}
#resume-content #awards {
	margin-top: 100px;
}
#resume-content #skills {
	clear: both;
	text-align: right;
	margin-top: 0px;
	padding-right: 2.5%;
	padding-left: 2%;
}
#resume-content #work {
	margin-top: 80px;
	padding-left:2.5%;
	padding-right: 2%;
}
#resume-content #references {
	clear: right;
	float: right;
	padding-left:2.5%;
	padding-right: 2%;
}
#resume-content h2  {
	margin: 0;
	color: #601872;
	font-size: 28px;
}
span.pulldown {
	display: none;
}
#resume-content p, #resume-content ul {
	color: #AA248D;
	font-size: 19px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
#resume-content h2 span {
	display:none;
}
/*#higher-ed div {
	display:none;
}*/
#resume-content h2 + p {
	margin-top: 3px;
}
#work > div p:nth-child(2) {
	margin-top: 16px;
}
#work ul li {
	padding: 5px 0;
}
#work ul li:first-child  {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
}
#resume-content #work ul,
#resume-content #work2 ul {
	list-style-type: disc;
	color: #F9A01B;
}
#work ul li span,
#work2 ul li span {
	color: #AA248D;
}
div.list {
	width: 31.3%;
	padding: 0;
	margin-top: 0;
	margin-right: 3%;
	margin-left: 0;
	margin-bottom: 10px;
	float: left;
	height: 65px;
}
div.list-aff-des {
	width: 50%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	float: right;
	clear:both;
	height: 75px;
}
.list.ps, .list.acr {
	margin-right: 0 !important;
	float: left;
}
.list.mu,
.list.pp {
	margin-right: 0 !important;
	float: right;
	margin-bottom: 10px;
}

.list.prem {
	float:right;
}
.list.mu.last-last {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 100%;
	float: right;
	clear: both;
}
.clear , .clear-btm{
	clear: both;
}
.list p {
	margin-top: 0 !important;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	margin-bottom: 2px !important;
}
.box {
	background: white;
	width: 100%;
	border: 4px solid #AB218E;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 16px;
	padding: 0;
	height: 36px;
}
.box-aff-des {
	background: white;
	max-width: 111.469px;
	width: 93.1%;
	border: 4px solid #AB218E;
	margin: 0 0 15px 0;
	padding: 0;
	height: 25px;
	float: right;
}
.box .ps-fill,
.box-aff-des .ps-fill{
	background: #F9A01B;
	width: 70%;
	height: 100%;
}
.box .fl-fill  {
	background: #F9A01B;
	width: 45%;
	height: 100%;
}
.box .exc-fill  {
	background: #F9A01B;
	width: 50%;
	height: 100%;
}
.box .ai-fill  {
	background: #F9A01B;
	width: 90%;
	height: 100%;
}
.box .ind-fill  {
	background: #F9A01B;
	width: 75%;
	height: 100%;
}
label span img {
	width: 30px;
}

#higher-ed2,
#awards2,
#skills2,
#work2 {
	display:none;
}

footer {
	clear: both;
	overflow:auto;
	color: white;
	margin-top: 0px;
	padding: 0;
	background: #F9A01B;
}
#copyright {
	overflow:hidden;
}
#copyright h4 {
	margin: 7px 0;
	font-size:24px;
	cursor:pointer;
	display:inline-block;
	transition-property: text-decoration;
	transition-duration: 400ms;
	transition-timing-function:ease-in-out;
}
#copyright h4:hover {
	text-decoration:underline;
}

#copyright h4 + p {
	font-size: 17px;
	display: block;
}
