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

body {
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
/*	background:url(../images/bg_slice.png) repeat-x 0px 0px;*/
}

#page {
	max-width: 1200px;
	margin: 0 auto; 
	position: relative;	
}

h1 {
    font-size: 2.25em;
    color: #330000;
    font-family: Georgia,"Times New Roman",Times,serif;
	padding-top:.5em;
	line-height:1.5em;
	text-align:center;
}

h2 {
    font-size: 1.75em;
    color: #330000;
    font-family: Georgia,"Times New Roman",Times,serif;
	line-height:1.25em;
	text-align:center;
	margin-top:-20px;
}

h3 {
	font-size: 1.3em;
/*	font-weight: 700;*/
	line-height:1.5em;
	color:#000;
	text-align:center;
}

a.btn {
	font-size: 1.2em;
	text-decoration: none;
	color: #53868b;
	border: 1px solid #53868b; 
	padding: 4px 15px;
	transition: background-color .5s;
}

a.btn:hover {
	background: rgba(0,0,0,.3);
}

.transparent {
  background:#7f7f7f;
  background:rgba(255,255,255,0.5);
}

/* Header Logo 
.header_logo {
	height:50px;
	margin-bottom:1.5%;
	position:relative;
}*/

/* Header */

header {
	height: 72px;
	background: url(../images/websiteheader_1200.png) no-repeat center 0px;
	background size: 1200px 72px;
	padding-bottom: 30px;
}

/* Section-All */
section {
	padding: 0 0px;
}

section::after {
	content: '';
	display: block;
	clear: both;
}

/* Section */

.clear-fix { clear:both; line-height: 1px; }

section {
	padding: 0 50px 5px 50px;
	margin-bottom: 50px;
	border-radius: 25px;
	color: #fff;	
}

section p {
	color:#000;
	font-size:1.25em;
	line-height:1.5em;
}

section p.img {
	text-align:center;
}

section h1 {
    font-size: 2em;
    color: #330000;
    font-family: 'Josefin Sans',Georgia,'Times New Roman',Times,serif;
	padding-top:.5em;
	line-height:1.5em;
	text-align:center;
}

section h2 {
    font-size: 1.5em;
    color: #330000;
    font-family: 'Josefin Sans',Georgia,'Times New Roman',Times,serif;
	margin-top:1.5em;
margin-bottom:-.75em;
	line-height:1.5em;
	text-align:center;
}

section img {
	max-width:100%;
	height:auto;
}

section::after {
	content: '';
	display: block;
	clear: both;
}

section aside {
	padding: 10px 0px;
	width: 100%;
	text-align: justify;
	color: #323638;
	border-bottom: 1px dotted #323638;
}

section li {
color:#000;
	font-size:1.25em;
	line-height:1.5em;
}

div.image-left {
	float: left;
	clear: both;
/*	margin-top: 20px;*/
	margin-right: 10px;
	border: none;
/*	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;*/
}

div.image-left-avon {
	float: left;
	clear: right;
/*	margin-top: 20px;*/
	margin-right: 10px;
	border: none;
/*	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;*/
}

div.picturecaption100 {
	clear: both;
	width: 80px;
	text-align: left;
	font-size: .8em;
	color:#000;
	line-height:1em;
/*	text-indent: 0;*/
	padding-right: 10px;
	padding-left: 10px;
}

section a:link, section a:visited {
	color: #DD4D42;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	-ms-transition-property: background;
	transition-property: background;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	transition-duration:1s;
}

section a:hover {
	background-color: #09F;
	color: #FFF;
	font-weight: bold;
}

section a:active {
	background-color: #DD4D42;
	color: #FFF;
	text-decoration: none;
}

/* Section-Main */
section.main{
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0;	
}

section.main aside {
	width: 33%;
	float: left;
	text-align: center;
}

section.main .content {
	margin: 15px;
	background: no-repeat center top;
	background-size: 75px 75px;
	padding-top: 85px;
}

section.main aside h3 a {
	color: #000;
	text-decoration: none;
}

section.main aside h3 a:hover {
	text-decoration: none;
}

section.main aside a.asidebtn {
	font-size: 1em;
	text-decoration: none;
	color: #cc6600;
/*	border: 1px solid #53868b;
	padding: 4px 15px;*/
	transition: background-color .5s;
}

section.main aside a.asidebtn:hover {
	background: rgba(0,0,0,.1);
}

section.main aside .content.blue {
	background-image: url(../images/starfish_logo_blue.png);	
}

section.main aside .content.green {
	background-image: url(../images/starfish_logo_green.png);	
}

section.main aside .content.yellow {
	background-image: url(../images/starfish_logo_yellow.png);	
}

/* Social Media */
ul.social{
	display: block;
	margin: 5% 0;
	list-style-type: none;
	text-align: center;
}

ul.social li{
	font-size: 3em;
	display: inline;
	padding: 0 1%;
}

ul.social li a {
	color: #666;	
}

ul.social li.facebook a:hover {color: rgb(59,89,152);}
ul.social li.twitter a:hover {color: rgb(0,172,237);}
ul.social li.instagram a:hover {color: rgb(81,127,237);}
ul.social li.youtube a:hover {color: rgb(187,0,0);}
ul.social li.flickr a:hover {color: rgb(255,0,132);}
ul.social li.linkedin a:hover {color: rgb(0,123,182);}
ul.social li.wordpress a:hover {color: rgb(0,0,0);}

/* Nav */

nav {
	width: 100%;
	display: block;
	position: absolute;
/*	background-color: #a6430a;*/
/*	background-color: #a5ca8a;*/
	background-color: rgb(241,105,6);
	top: 80px;
	text-align:center;
}

nav a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 1em;
}

nav a:hover {
	color: #f5a06e;
}

nav a {margin: 12px 0px 10px 15px; }

/* Footer */

footer {
	font-size: .85em;
/*	color: #9ba0bd;*/
	color: #FFF;
	text-align:center;
	background-color:rgb(246,159,6);
/*	background-color: #575c7a;
	background-color: #696969;*/
	padding: 10px 10px 10px 10px;
}

footer a {
	color:#fff;
}

.center {
	margin: -50px auto;
	margin-bottom:50px;
	text-align: center;
}

/*Drop Cap*/
.dropcapthickest {
	float:left;
	font-family: Georgia,'Times New Roman',Times,serif;
	width: 1.25em;
	font-size: 3.5em;
	line-height: 83%;
}
.dropcapthick {
	float:left;
	font-family: Georgia,'Times New Roman',Times,serif;
	width: 1em;
	font-size: 3.5em;
	line-height: 83%;
}

.dropcapmid {
	float:left;
	font-family: Georgia,'Times New Roman',Times,serif;
	width: 0.7em;
	font-size: 3.5em;
	line-height: 83%;
}

.dropcapthin {
	float:left;
	font-family: Georgia,'Times New Roman',Times,serif;
	width: 0.5em;
	font-size: 3.5em;
	line-height: 83%;
}

/*Text-Nuances*/
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.white {
	color: FFF#
}

/*Video Page List*/

.videolist {
	list-style-type:square;
	color: #000;
}

/*Resume*/

.clear-fix { clear:both; line-height: 1px; }

.name {
	text-align: center;
	font-family: "Josefin Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
/*	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	color:#000;
}

.address {
	text-align: center;
	font-family: "Josefin Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 10px 0 20px 0;
	color:#000;
}
	
.category {
	font-family: "Josefin Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	margin-top: 20px;	
	margin-bottom: 10px;
	text-align: left;
	text-decoration: underline;
	color:#000;
}
	
.indent {
	margin-left: .5in;
	text-indent:-0.5in;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	margin-bottom: 10px;
	line-height: 24px;
	color:#000;
}

.year {
	float: left;
	clear: both;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color:#000;
}

.job {
	float: left;
	clear:right;
/*	width: 550px;
	margin-left: 50px;*/
	margin-bottom: 10px;
	width: 950px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color:#000;
}

.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height:1.5em;
	margin-top: 5px;
	color:#000;
}

.listyear {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color:#000;
}

.descriptionunder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color:#000;
}

ul {
	overflow: hidden;
}

/*Publications*/
.publicationstitle {
	font-family: "Chaparral Pro", Cambria, Georgia, serif;
	font-size: 1.6em;
	line-height: normal;
	font-variant: normal;
	margin-bottom: -20px;
	text-align: left;
	font-weight: bold;
}

.publicationssubtitle {
	font-family: "Chaparral Pro", Cambria, Georgia, serif;
	font-size: 1.25em;
	line-height: normal;
	font-variant: normal;
	margin-bottom: -10px;
	text-align: left;
	font-weight: bold;
}

.toggle__input:not(checked) {
    display: none;
}


/* Media Queries */

@media screen and (max-width: 1000px) {

/* Header */

header {
	background: url(../images/websiteheader_1000.png) no-repeat center 0px;
	height:72px;
	background size: 1000px 72px;
}

/* Section */

section {
	padding: 0 50px 5px 50px;
	margin-bottom: 50px;
	border-radius: 25px;
	color: #fff;	
}

/*section.mission article {
	padding-left: 400px;
	background-size: 375px auto;
}*/

section p {
	font-size: 1em;
}

section li {
	font-size:1em;
}

/* Nav */
}

@media screen and (max-width: 825px) {

/* Header */

header {
	background: url(../images/websiteheader_760.png) no-repeat center 0px;
	height:72px;
	background size: 825px 72px;
}

/* Section */

section {
	padding: 0 50px 5px 50px;
}

section h1 {
    font-size: 2em;
}

section h2 {
    font-size: 1.75em;
}




/*section.mission article {
	padding-left: 325px;
	background-size: 300px auto;
}*/

}

@media screen and (max-width: 760px) {

/* Header */

header {
	background: url(../images/websiteheader_625.png) no-repeat center 0px;
	height:72px;
	background size: 760px 72px;
	margin-bottom: -10px;
}

/* Section */

section h1 {
    font-size: 1.75em;
}

section.mission h2 {
    font-size: 1.45em;
}

/* Section-Main */

section.main { margin-top: 10px; margin-bottom: 10px; }
section.main aside div.content { background-size: 55px 55px; padding-top: 60px; }

section.main aside h3 {
	margin: 0 0 .5em 0;
	font-size: 1em;
/*	font-weight: 700;*/
}

section.main aside p {
	font-size: .95em;
}


/* Nav */

nav { top: 80px; }

nav a { 
	margin-right: 10px;
	font-size: .75em;
}

}

@media screen and (max-width: 625px) {

/* Header */

/*header {
	height: 100px;
	background: url(../images/threefaces_nobackground_400.png) no-repeat center 0px;
	background size: 400px 100px;
	padding-bottom: 0;
}*/

/* Header */

header {
	background: url(../images/websiteheader_425.png) no-repeat center 0px;
	height:72px;
	background size: 625px 72px;
	margin-bottom: -60px;
}

/* Section */

section {
	padding: 0px 30px 5px 30px;
	margin-bottom: 50px;	
}

section h1 {
    margin-top:10%;
	font-size: 2em;
}

section h2 {
    font-size: 1.25em;
}

section img {
	width:25%;
	height:auto;
}

/*section.mission article {
	padding: 160px 20px 0px 0px;
	background-size: 300px auto;
	min-height: initial;
}*/

section p {
	margin-top: 10px;	
}

object {
	width:200px;
	height:150px;
}

/* Section-Main */

section.main aside {
	width: 100%;
	float: none;
	text-align: left;
}

section.main aside div.content {
	margin: 8px 20px 8px 0px;
	padding: 5px 0 10px 85px;
	background-size: 50px 50px;
	background-position: 20px 5px;
}

section.main aside h3 {
	margin-bottom:-1em;
	font-size: 1em;
/*	font-weight: 700;*/
}

section.main aside p {
	font-size: .95em;
}


/* Social Media */

ul.social li a {
	font-size:1em;
}

/* Nav */
nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: rgb(255,60,0);
}

nav a {
	color: #FFF;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #a6abc5;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover {
	color: #FFF;
	background-color: rgba(255,255,255,.15);
}

footer {
	background-color: #696969;
	border-top: 1px solid #a6abc5;
}

/* Video List */
.videolist {
	margin-left:-30px;
}

/* Resume */

.address {
	font-size: 1.25em;
}

.category {
	font-size: 1.5em;
}

.year {
	float: none;
	font-size: 1em;
}

.job {
	float: none;
	font-size: 1em;
	width: auto;
}

.indent {
	margin-left: 36px;
	text-indent:-36px;
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 20px;
}

.list {
	font-size: 1em;
	line-height:1.5em;
	margin-top: 5px;
}

.listyear {
	font-size: 1em;
}

.descriptionunder {
	font-size: 1em;
}

/*Publications*/
.publicationstitle {
	font-size: 1.5em;
	margin-bottom: -2px;
	line-height:1em;
}

.publicationssubtitle {
	font-size: 1.15em;
	margin-bottom: -5px;
	line-height:1.2em;
}

/* Read More */
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .35s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: '+';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '-';

/*  background-color:#F00;
  padding: .25em;
  border: 2px solid #ffb90f;
  border-radius: .5em;*/
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em;
  background-color: #de9000;
  color: #FFF;
  font-size: .85em;
  line-height: 1;
/*  border: 2px solid #ffb90f;*/
  border-radius: .25em;
}

.toggle__input:not(checked) {
    display: none;
}

}

@media screen and (max-width: 425px) {

/* Header */
header {
	height: 72px;
	background: url(../images/websiteheader_350.png) no-repeat center 0px;
	background size: 425px 72px;
}


/* Section */

section {
	padding: 0 30px 5px 30px;
	margin-bottom: 50px;
}

section h1 {
    font-size: 1.5em;
}

section h2 {
    font-size: 1em;
}

div.image-left {
	float: none;
	clear: both;
}

div.image-right {
	float: none;
	clear: both;
}

div.picturecaption100 {
	clear: both;
	width:100%;
	text-align: center;
	font-size: .8em;
	color:#000;
}


.avon {
	padding: 0;
}

object {
	width:200px;
	height:150px;
}

/* Social Media */

ul.social li a {
	font-size:.75em;
}
}



@media screen and (max-width: 288px) {

}