@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.CollapsiblePanelTab img {
	width:4em;
	height:3em;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		3;
	dw-num-cols-desktop:	4;
	dw-gutter-percentage:	25;
	
	Colors
	----------------------------------
	Teal: 
	rgb(0,147,203)
	Light Teal:
	rgb(135,193,233)
	Oragne: 
	rgb(223,69,38)
	
	
	Fonts
	----------------------------------
	Lato
	100
	400
	400italic
	
	
	<img class="center" src="img/arrow2.png" alt="">
*/


/* All Layouts */

.clear {
	clear:both;
}

img.logo {
	background-image:url(img/anna2.png);
	z-index:100;
	width:184px;
	height:184px;
}

img.logo:hover {
	z-index:0;
}

/* Popout Navigation */
.nav a {
	text-decoration:none;
	display:block;
	text-align:center;
	color:#fff;
}

ul.navigation li {
	background:rgb(0,147,203) url('img/arrow3.png') no-repeat center bottom;
	padding:0 2% 2.5em 2%;
	font-size: 1em/0;
	font-weight:400;
}

ul.navigation li:first-child {
	padding-top:1em;
}

ul.navigation li:last-child {
	background:rgb(0,147,203) url('img/arrow5.png') no-repeat center bottom;
}

ul.navigation {
	list-style-type:none;
	padding:0;
	margin:0;
}

img.center {
	display:block;
	margin:0 auto 0 auto;
}

/* Header */

.nav2 {
	display:none;
}

.nav3 {
	display:none;
}

p.intro3 {
	font:2em; 
	font-weight:400;
	font-style:italic;
	position:relative;
	top:-2em;
	text-align:center;
}

.intro {
	position:relative;
	top:0em;
	padding:0;
	margin:0;
}

.in {
	font-size:1.25em;
}

.in i {
	font-weight:700;
	font-size:1.5em;
}

p.intro2 {
	text-align:center;
	font-size:1em;
	color:#000;
	top:0em;
	position:relative;
	padding:1em 10% 1em 10%;
	margin:0;
	z-index:0;
}

img.me {
	float:right;
	width:50%;
	margin:0 0 4em 3%;
}

/* About Me */
a.down {
	text-decoration:none;
	color:rgb(223,69,38);
	padding:1em 1%;
	text-align:center;
	width:98%;
	float:left;
	background-color:rgb(135,193,233);
	margin-bottom:1em;	
}

.about a:hover {
	background-color:rgb(135,193,233,.5);
	color:#000;
}

/* Contact Me */

.contact a {
	color:rgb(223,69,38);
}

#form-main{
	width:100%;
	margin-top:1em;
	position:relative;
	float:left;
}

#form-div{
	margin:1em auto 0 auto;
}

.feedback-input {
	color:#3c3c3c;
	font-size: 1em;
	background-color: #fbfbfb;
	padding: .8125em .8125em .8125em 5em;
	margin-bottom: .5em;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: .1875em solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;s
	box-shadow: 0;
	border: .1875em solid rgb(0,147,203);
	color: #003B4C;
	outline: none;
  padding: .8125em .8125em .8125em .8125em;
}

.focused{
	color:#003B4C;
	border:#003B4C solid .1875em;
}

#name{
	background-image: url(img/mailto.png);
	background-size: 81px 56px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: none;
	background-size: 81px 56px;
}

#email{
	background-image: url(img/mail.png);
	background-size: 81px 56px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: none;
	background-size: 81px 56px;
}

#comment{
	background-image: url(img/mailcoment.png);
	background-size: 81px 56px;
	background-repeat: no-repeat;
}

#comment:focus{
	background-image: none;
	background-size: 81px 56px;
}

textarea {
    width: 100%;
    height: 9.375em;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid .1875em;
	cursor:pointer;
	background-color: rgb(223,69,38);
	color:white;
	font-size:2em;
	padding-top:.5em;
	padding-bottom:.5em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: rgb(0,147,203);
}
	
.submit:hover {
	color: #003B4C;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

.footer {
	padding:1em;
	color:#fff;
	background-color:#000;
}

.footer a {
	color:#fff;
}


#socialsm {
	position:relative;
	top:-1em;	
}

/* Logos. */

.logos h1 {
	text-align:center;
}

.logoblock {
	width:100%;
	float:left;
	margin-bottom:3em;
}

.logoblock a {
	color:rgb(223,69,38);
}

.logoblock img {
	width:100%;
	margin:0 auto;
}

.logoblock p {
	text-align:center;
}

/* Publicaiton */

.pubs h1 {
	text-align:center;
}

.slideshow img {
    max-width: 100%;
}

ol.slide {
    list-style: none;
    margin: 0;
	padding: 0;
    clear: both;
    overflow: hidden; /* to clear floats */
}
ol.slide li.slide-item {
    margin: 0 3% 1em 0;
    width: 48.5%;
    float: left;
	background-color:#000;
    }
    ol.slide li.slide-item:nth-child(2n) {
        margin-right: 0;
    }
	
.pubtitle {
	width: 95%;
	height:2.5em;
    float: left;
	text-align:center;
	font-size:.8em;
	color:#fff;
	padding:.5em 3% 4% 3%;
}
	
/* Web */

.web h1 {
	text-align:center;
}

.web h2 {
	font-size:1.25em;
}

.web a {
	color:rgb(223,69,38);
}

.web ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.web ul li {
	background-color:#000;
	color:#fff;
	margin-bottom:.25em;
	padding:.25em 1% .25em 5%;
	vertical-align:central;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85.5%;
	padding-left: 4.75%;
	padding-right: 4.75%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

a.social {
	padding:6%;
	float:left;
}

img.fb {
	width:50px;
	height:50px;
	background:url(img/socialsprite.svg) 0 0;
}

img.link {
	width:50px;
	height:50px;
	background:url(img/socialsprite.svg) -150px 0;
}

img.pin {
	width:50px;
	height:50px;
	background:url(img/socialsprite.svg) -50px 0;
}

img.twitter {
	width:50px;
	height:50px;
	background:url(img/socialsprite.svg) -100px 0;
}

img.fb:hover {
	width:50px;
	height:50px;
	background:url(img/socialspritehover.svg) 0 0;
}

img.link:hover {
	width:50px;
	height:50px;
	background:url(img/socialspritehover.svg) -150px 0;
}

img.pin:hover {
	width:50px;
	height:50px;
	background:url(img/socialspritehover.svg) -50px 0;
}

img.twitter:hover {
	width:50px;
	height:50px;
	background:url(img/socialspritehover.svg) -100px 0;
}

/*-----Logos Page -----*/

#socialsm {
	width:20%;
	position:relative;
	float:right;
	top:.5em;
}

.footerl {
	width:100%;
	height:6em;
	color:#fff;
	background-color:#000;
	padding:0;
	margin:1em 0 0 0;
}

.footerl a {
	color:#fff;
}

.logofoot {
	width:60%;
	float:left;
	padding-left:3%;
}

img.fbs {
	width:25px;
	height:25px;
	background:url(img/socialspritesm.svg) 0 0;
}

img.links {
	width:25px;
	height:25px;
	background:url(img/socialspritesm.svg) -75px 0;
}

img.pins {
	width:25px;
	height:25px;
	background:url(img/socialspritesm.svg) -25px 0;
}

img.twitters {
	width:25px;
	height:25px;
	background:url(img/socialspritesm.svg) -50px 0;
}


img.fbs:hover {
	width:25px;
	height:25px;
	background:url(img/socialspritehoversm.svg) 0 0;
}

img.links:hover {
	width:25px;
	height:25px;
	background:url(img/socialspritehoversm.svg) -75px 0;
}

img.pins:hover {
	width:25px;
	height:25px;
	background:url(img/socialspritehoversm.svg) -25px 0;
}

img.twitters:hover {
	width:25px;
	height:25px;
	background:url(img/socialspritehoversm.svg) -50px 0;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 84%;
	padding-left: 3%;
	padding-right: 3%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.CollapsiblePanel {
	display:none;
}

.nav2 {
	display:block;
}

.nav2 li {
	padding:2.5em 0 2.5em 0;
}

.nav2 a {
	width:50%;
	float:right;
	color:#fff;
	text-align:center;
	font-size:3em;
	font-weight:700;
	text-decoration:none;
	
}

ul.nav2 {
	list-style-type:none;
	margin:0;
	padding:0;
}

img.logo {
	display:none;
}

header {
	position:relative;
	z-index:100;
	top:30em;
}

.intro {
	box-shadow:0 -5px 5px #888888 inset;
}

.intro2 {
	position:relative;
	top:8em;
}

p.intro2 {
	padding:inherit 30%;
}

.about {
	position:relative;
	top:40em;
}

img.me {
	width:25%;
}

.contact {
	position:relative;
	top:43em;
	text-align:center;
}

#call {
	width:100%;
	float:left;
	font-size:1.25em;
	margin-right:10%;
}

#social {
	margin:2em 25% 0 25%;
	width:50%;
	float:left;
}

#form-main {
	width:40%;
	margin:0 30% 5em 30%;
	float:left;
}

p.emailme {
	font-size:1.25em;
}


a.social {
	width:20%;
	padding:2.5%;
	
}

.footerl {
	position:relative;
	top:10em;
	height:4em;
}

.footer {
	position:relative;
	top:44em;
}

body#home a#homenav,
body#logo a#logosnav p,
body#print a#printnav p,
body#web a#webnav p {
	background-color:#FFF;
	color:#000;
}

.navigation2 {
	padding:0;
	margin:0;
	width:100%;
	position:absolute;
	z-index:0;
	
}

ul.nav3 {
	display:block;
	list-style-type:none;
	font-size:1em;
	font-weight:700;
	padding:0;
	margin:0;
}

ul.nav3 a {
	color:#fff;
	text-decoration:none;
	width:100%;
	background-color:#000;
}

ul.nav3 li {
	padding:.25em 0 .25em 0;
	background-color:#000;
	position:relative;
}

ul.nav3 li p {
	padding:.25em 2% .25em 8%;
	background-color:#000;
	position:relative;
	display:inline;
}

li.aboutnav {
	background-image:url(img/header2bw.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

li.aboutnavl {
	background-image:url(img/header2bw.jpg);
	background-position:bottom right;
	background-size:100%;
	background-repeat:no-repeat;
}

li.printnav {
	background-image:url(img/header1bw.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

li.printnavl {
	background-image:url(img/header1bw.jpg);
	background-position:top right;
	background-size:100%;
	background-repeat:no-repeat;
}
body#print li.printnavl {
	background-image:url(img/header1.jpg);
	background-position:top right;
	background-size:100%;
	background-repeat:no-repeat;
}

li.logonav {
	background-image:url(img/header3bw.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

li.logonavl {
	background-image:url(img/header3bw.jpg);
	background-position:top left;
	background-size:cover;
	background-repeat:no-repeat;
}
body#logo li.logonavl {
	background-image:url(img/header3.jpg);
	background-position:top left;
	background-size:cover;
	background-repeat:no-repeat;
}

li.webnav {
	background-image:url(img/header4bw.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

li.webnavl {
	background-image:url(img/header4bw.jpg);
	background-position:bottom left;
	background-size:100%;
	background-repeat:no-repeat;
}

body#web li.webnavl {
	background-image:url(img/header4.jpg);
	background-position:bottom left;
	background-size:100%;
}

li.aboutnav:hover,li.aboutnavl:hover {
	background-image:url(img/header2.jpg);
}

li.printnav:hover,li.printnavl:hover {
	background-image:url(img/header1.jpg);
}

li.logonav:hover,li.logonavl:hover {
	background-image:url(img/header3.jpg);
}

li.webnav:hover,li.webnavl:hover {
	background-image:url(img/header4.jpg);
}

/* Logos. */

.logos {
	position:relative;
	top:7em;
}

.logos h2 {
	font-size:1.25em;
}

.logoblock {
	margin-bottom:5em;	
}

.logoblock h2 {
	margin-bottom:.5em;
}

.uco p {
	margin-top:-1em;
}

.logoblock p {
	text-align:left;	
}

.logoblock img {
	width:50%;
	float:left;
	margin-right:10%;
}

.logoblock p {
	width:40%;
	float:left;
}

/* Publication */

.pubs {
	position:relative;
	top:7em;
}
	
ol.slide li.slide-item {
    margin: 0 3% 1em 0;
    width: 31.3333333%;
    float: left;
    }
    ol.slide li.slide-item:nth-child(2n) {
        margin-right: 3%;
    }
	ol.slide li.slide-item:nth-child(3n) {
        margin-right: 0;
    }
	
.pubtitle {
	font-size:1em;
}

	
/* Web */

.web {
	position:relative;
	top:7em;
}

.webleft {
	width:23%;
	float:left;
	margin-right:5%;
}

.webright {
	width:70%;
	float:right;
}

.web img {
	margin-bottom:1em;
}




/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 85.5%;
	max-width: 1232px;
	padding-left: 2.25%;
	padding-right: 2.25%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

p.intro2 {
	padding:inherit 45%;
}

.pubtitle {
	height:auto;
	padding:inherit 10% inherit 10%;
}

}