@charset "utf-8";

body {
  background-color: #FFFFFF;
  margin-top: 150px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
}

p,
a,
ul,
ol,
li,
label,
input{
    font-family: "didact-gothic";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}

h1,h2, h3, h4, h5 {
    /*font-family: quattrocento;*/
	font-family: "didact-gothic";
    font-style: bold;
    font-weight: 600;
    text-transform: uppercase;
}

header {
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/vascular-banner.png");*/
	background-image:  url("images/vascular-banner.png");
	background-color: white;
	/* Set a specific height */
 /* height: 340px;*/

  /* Position and center the image to scale nicely on all screens */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
 /* position: relative; */
	width: 100%;
	top: 0px;
	padding: 3.5em 0 0 0;
	position: fixed;
	z-index: 1000;
}



#header h1 {
    font-family: 'didact-gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  color: black;
}


#navigation {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  margin-top: 100px;
  margin-bottom: 10px;
}

#navigation a {
  color: #EB232F;
}

.main {
  display: block;

  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  clear: both;
  overflow: auto;
  max-width: 1140px;
}

.main #main-center {
  width: 75%;
  display: block;
	margin: auto;
}

.main #main-right {
  float: right;
  width: 25%;
  display: block;
}

.main #main-left {
  float: left;
  width: 70%;
  display: block;
  padding-right: 20px;
}

.main #main-right .cta {
  text-align: center;
}

.main #main-right .form {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

#main-right .form div {
  margin-bottom: 10px;
}

#main-right .form .label {

}

#main-right .form .textfield {
  width: 100%;

}

.main #main-right #button {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding-right: 36px;
  padding-left: 36px;
  border: none;
  background-color: #EB232F;
  color: #FFFFFF;
  cursor: pointer;
}

.footer {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.text {
        display:none;
        width:800px;
        margin:15px 0px 15px 0px;
        padding:10px;
        border:1px solid #ccc;
        background-color:#FFF;
}
.expand {
        text-decoration:underline;
        cursor:hand;
        cursor:pointer;
}
.expand-sup {
        text-decoration:underline;
        cursor:hand;
        cursor:pointer;
}

.papers {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.paper {
	display: flex;
}
.paper .paper-piece {
	padding: 0em 0em;
	background: #fff;
	color: #000000;
	width: 20%;
	margin: 1em 1em 0em 0em;
/* p:not(:first-child){
    border-top:1px solid #000;
}*/
}
.paper-piece figure {
	position: relative;
}
.artwork-piece figure img {
	position: relative;
	z-index: 100;
}
.paper .paper-description {
	background: #fff;
	color: #000000;
	width: 75%;
	padding: 0.5em 0.5em;
	margin: 1em 0em 0em 0em;
    border-top:2px solid #000;
}
.paper-title {
	font-family: 'didact-gothic';
	font-size: 3em;
	font-weight: 100;
	padding: 2em 0 0 0;
	letter-spacing: .36em;
	text-transform: uppercase;
	line-height: 1.5;
	max-width: 9em;
	margin-bottom: .5em;
}
.paper-text {
	font-size: 1.1em;
	line-height: 1.9;
	opacity: .8;
	max-width: 20em;
}

.persons {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.person {
	display: flex;
}
.person .person-photo {
	padding: 0em 0em;
	background: #fff;
	color: #000000;
	width: 15%;
	margin: 1em 1em 0em 0em;
/* p:not(:first-child){
    border-top:1px solid #000;
}*/
}
.person-photo figure {
	position: relative;
}
.person-photo figure img {
	position: relative;
	z-index: 100;
}
.person .person-description {
	background: #fff;
	color: #000000;
	width: 82%;
	padding: 0.5em 0.5em;
	margin: 1em 0em 0em 0em;
    border-top:2px solid #000;
}
.person-title {
	font-family: 'didact-gothic';
	font-size: 3em;
	font-weight: 100;
	padding: 2em 0 0 0;
	letter-spacing: .36em;
	text-transform: uppercase;
	line-height: 1.5;
	max-width: 9em;
	margin-bottom: .5em;
}
.person-text {
	font-size: 1.1em;
	line-height: 1.9;
	opacity: .8;
	max-width: 20em;
}
.site-nav {
	position: relative;
	float: left;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 80%;
	padding: 2em 1em 0 0;
	opacity: .95;
	background: none;
}
.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: left;
}
.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}
.site-nav ul li a {
	font-size: 1em;
	padding-bottom: 0.5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: black;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid black;
}

body, html {
    height: 100%;
}

@media only screen and (max-width: 700px) {
	#header h1 {
		font-size: 20px;
		text-align: left;
		transform: translate(-95%, -10%);
	}
	.site-nav ul li a {
		font-size: 0.8em;
	}
	.site-nav ul li {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 0em;
		text-align: left;
		padding-bottom: 0em;
	}
	.site-nav ul {
			line-height: 100%;
	}
	.paper {
	display: inline;
	}
	.paper .paper-piece {
	padding: 0em 0em;
	background: #fff;
	color: #000000;
	width: 100%;
	margin: 1em 1em 0em 0em;
	}
.paper-piece figure {
	position: relative;
}
.artwork-piece figure img {
	position: relative;
	z-index: 100;
}
.paper .paper-description {
	background: #fff;
	color: #000000;
	width: 100%;
	padding: 0.5em 0.5em;
	margin: 0em 0em 0em 0em;
    border-bottom: 2px solid #000;
	border-top: none;
	
	}
	.main {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: 20px;
  margin-bottom: 15px;
  clear: both;
  overflow: auto;
  max-width: 1140px;
}

.main #main-right {
  float: bottom;
  width: 100%;
  display: block;
}

.main #main-left {
  float: left;
  width: 100%;
  display: block;
  padding-right: 20px;
}
}

.image-right {
  float: right;
  background: red;
}
