@charset 'UTF-8';
html, html * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-family: "Open Sans", Gotham, Gotham-Light, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
body {
   font-size: 10pt;
   background-image: -moz-linear-gradient(270deg, darkgray 0%, lightgray 100%);
   background-image: -webkit-linear-gradient(270deg, darkgray 0%, lightgray 100%);
   background-image: -ms-linear-gradient(270deg, darkgray 0%, lightgray 100%);
   margin-left: auto;
   margin-right: auto;
   max-width: 2000px;
}
h1 {
   font-weight: bold;
   font-size: 30px;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
   text-decoration: underline;
}
h2 {
   font-weight: bold;
   font-size: 30px;
   line-height: 2em;
   margin-bottom: -.35em;
   letter-spacing: 0.04em;
   text-transform: uppercase;
   text-align: center;
}
h3 {
   font-size: 28px;
   font-weight: 200;
   padding-top: 2%;
}
h4 {
   font-family: 'acumin-pro-extra-condensed', sans-serif;
   font-size: 150%;
   font-weight: bold;
   margin-bottom: .4em;
   margin-top: 0.5em;
   color: white;
   text-decoration: underline;
}
p {
   font-weight: normal;
   line-height: 1.2em;
   font-size: 15px;
   margin-bottom: 0.25em;
}
img {
   width: 100%;
   max-width: 100%;
   height: auto;
   vertical-align: middle;
}
a, a:visited {
   color: inherit;
}
header {
   padding: 10px;
   z-index: 1000;
   background: lightgrey;
   opacity: 75%;
}
header h2 {
   text-transform: none;
   font-size: 32px;
   letter-spacing: 0px;
   display: none;
}
strong a {
   font-size: 20px;
}
strong a:hover {
   color: blue;
   text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.site-logo {
   margin-left: auto;
   margin-right: auto;
   margin-top: -5px;
   display: block;
   width: 80px;
}
.site-nav ul {
   list-style-type: none;
   text-align: right;
}
.site-nav ul li a {
   display: block;
   text-align: center;
   text-decoration: none;
   font-size: 14px;
   font-weight: 600;
   padding: 9px;
   line-height: 1em;
   letter-spacing: .12em;
   text-transform: uppercase;
   color: darkslategrey;
   -webkit-transition: color .3s;
   transition: color .3s;
}
.site-nav ul li a:hover {
   outline: none;
   border-bottom: 2px solid black;
}
.linkbar {
   z-index: 1000;
   background-color: lightgrey;
   border-top: 2px solid grey;
   border-bottom: 2px solid grey;
   opacity: 0.9;
   width: 90%;
   margin: 0px auto;
   padding: 10px 5px;
   position: sticky;
   position: -webkit-sticky;
   top: 0px;
   max-height: 160px;
}
.anchor::before {
   display: block;
   content: " ";
   margin-top: -160px;
   height: 160px;
   pointer-events: none;
   visibility: none;
}
.linkbar ul {
   list-style-type: none;
   text-align: center;
   margin: auto;
}
.linkbar ul li {
   padding: 2px 0;
}
.linkbar ul li a {
   font-weight: bold;
   text-decoration: none;
   font-size: 13px;
   color: darkslategray;
   -webkit-transition: color .3s;
   transition: color .3s;
}
.linkbar ul li a:hover {
   border-bottom: solid black 1px;
}
.row::before, .row:after {
   content: "";
   display: table;
}
.row::after {
   clear: both;
}
.col {
   width: 100%;
}
.intro-box {
   width: 90%;
   margin: auto;
   padding: 0em 0em 50px 0em;
   background: white;
}
.intro-box img {
   max-height: 400px;
   width: auto;
   margin: auto;
   display: block;
}
.bg-video {
   margin: auto;
   display: block;
   z-index: -1;
   width: 90%;
   max-width: 3000px;
   height: auto;
   object-fit: cover;
}
.video-overlay {
   width: 80%;
   max-width: 700px;
   margin: auto;
   margin-bottom: -75px;
   top: -40px;
   position: relative;
   background: rgba(255, 255, 255, 0.2);
   color: white;
   font-weight: bold;
   text-align: center;
   font-size: 1.1em;
   padding: 10px;
}
.banner {
   padding: 20px 20px 20px 20px;
   position: relative;
   width: 90%;
   margin: auto;
   background-color: white;
}
.banner-content {
   font-family: 'acumin-pro-extra-condensed', sans-serif;
   color: black;
   position: absolute;
   z-index: 500;
   padding-top: 8em;
   padding-left: 6em;
   top: 0;
   bottom: 0;
   width: 100%;
   text-align: left;
}
hr {
   display: block;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   border-style: inset;
   border-width: 2px;
}
table, th {
   margin: 0 0 0 5px;
   text-align: left;
   font-size: 10pt;
   font-weight: normal;
   border-collapse: collapse;
}
td {
   padding-top: 10px;
   padding-right: 5px;
   vertical-align: top;
   border-bottom: 1px dashed black;
   max-width: 500px;
}
tr {
   height: 30px;
   border-bottom: 1px solid lightgray;
}
.dropdown-content {
   display: none;
   position: absolute;
   background-color: lightcyan;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
   z-index: 1;
   padding: 10px 10px 15px 10px;
   max-width: 900px;
   border-radius: 10px;
   margin-left: 15px;
}
.dropdown-content img {
   width: 200px;
   height: auto;
   margin: 10px 10px 5px 10px;
   float: left;
}
.bibliography p {
   margin-top: 20px;
   font-size: 18px;
}
.dropdown-content p {
   font-size: 14px;
   margin: 10px 10px 0px 10px;
}
.bibliography {
   text-align: left;
   padding: 5px 20px 5px 40px;
   position: relative;
   width: 90%;
   margin: auto;
   background-color: white;
}
.bibliography h3 {
   margin-bottom: 10px;
}
.bibliography h4 {
   color: black;
   text-decoration: none;
   margin-left: 1em;
}
.bibliography ol li {
   margin-bottom: 10px;
   line-height: 1.1em;
}
li:hover .dropdown-content {
   display: block;
}
.bibliography ol li ul {
   list-style-type: disc;
   margin-left: 50px;
}
.bibliography ol li ul li {
   margin-bottom: 0px;
}
.news {
   text-align: left;
   padding: 1em 2em 2em 2em;
   width: 90%;
   margin: auto;
   background-color: white;
}
.news p {
   text-align: left;
   margin-top: 5px;
   font-size: 16px;
}
.news h1 {
   text-align: center;
   margin-bottom: 15px;
}
.news h3 {
   font-weight: bold;
   font-size: 20px;
   padding-top: 15px;
}
.news ul {
   text-align: left;
   font-size: 14px;
   margin-left: 30px;
}
.news video {
   width: 100%;
   max-width: 500px;
}
.news .meta-container {
   position: relative;
   width: 100%;
   max-width: 500px;
}
.news .youtube-container {
   position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 56.25%;
}
.news iframe {
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
}
.intro {
   text-align: center;
   padding: 1em 2em 2em 2em;
   position: relative;
   width: 90%;
   margin: auto;
   background-color: white;
}
.intro p {
   text-align: center;
   padding-left: 2%;
   width: 95%;
   color: black;
   text-transform: none;
   font-size: 1.4em;
   line-height: 1.2em;
   letter-spacing: normal;
}
.highlights {
   position: relative;
   width: 90%;
   overflow: hidden;
   margin: auto;
   background-color: white;
   color: black;
   padding: 1em 1em 1em 1em;
   text-align: center;
}
.highlights p {
   text-align: left;
}
.highlight {
   color: white;
   text-align: center;
   position: relative;
   padding: 8px;
}
.highlight img {
   height: 300px;
   object-fit: cover;
   border-radius: 15px;
   max-width: 500px;
}
.highlight .research-description {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin: 0em -10em 0em 0em;
   padding: 1em 1em 1em 1em;
   background-color: rgba(0, 0, 0, 0.6);
   border-radius: 25px;
   max-width: 80%
}
.research-description p {
   font-size: 18px;
   line-height: 1.05em;
   max-width: 400px;
   font-weight: 500;
}
.button {
   border: 2px white solid;
   border-radius: 10px;
   font-size: 1em;
   display: inline-block;
   margin-top: 1em;
   padding: 8px 30px;
   transition: all .3s;
   text-decoration: none;
}
.button:hover {
   background-color: rgba(255, 255, 255, 0.3);
}
.profile {
   color: black;
   text-align: left;
   position: relative;
   width: 350px;
   margin: auto;
}
.profile img {
   width: 50%;
   height: 250px;
   object-fit: contain;
   margin-left: 5px;
}
.profile .profile-description {
   display: inline-block;
   float: left;
   position: absolute;
   top: 10%;
   transform: translate(0, -10%);
   background: none;
   padding: 0em 1em 1em 5px;
   background-color: rgba(0, 0, 0, 0.0);
   max-width: 150px;
}
.profile-description h3 {
   color: slategrey;
   font-size: 16pt;
   font-weight: bold;
   margin-bottom: 5px;
}
.profile-description h4 {
   color: black;
   text-decoration: none;
   font-weight: normal;
   font-size: 11pt;
   text-transform: none;
   margin-top: 6px;
   margin-bottom: 6px;
}
.profile-description p {
   font-size: 7pt;
   line-height: 1.2em;
   opacity: .85;
   max-width: 400px;
}
.research-main li {
   margin-bottom: 7px;
}
.research-main ul img {
   display: block;
   margin: auto;
   margin-bottom: 10px;
   width: 80%;
}
article {
   position: relative;
   text-align: center;
   margin-bottom: 10px;
}
article h1 {
   text-decoration: none;
}
article h3 {
   text-align: center;
   padding-bottom: 5px;
   padding-top: 0;
   text-decoration: underline;
}
article h4 {
   color: black;
   padding-left: 0px;
   text-decoration: none;
}
article p {
   text-align: justify;
   max-width: 900px;
}
.capt {
   width: 100%;
   margin: auto;
   margin-top: 2px;
   margin-bottom: 10px;
   position: relative;
   background: rgba(0, 50, 0, 0.2);
   color: black;
   font-size: 1em;
   padding: 5px 10px 5px 10px;
   border-radius: 10px;
   font-weight: normal;
}
.research-main {
   padding-right: 20px;
   padding-left: 20px;
}
.contact {
   position: relative;
   width: 100%;
   opacity: 75%;
   background-color: black;
   padding: 20px 5%;
}
.contact-content {
   display: block;
   padding: 0 20px;
}
.contact-content h2 {
   color: white;
   font-size: 1.5em;
   text-align: left;
}
.contact-content h3 {
   padding: 20px 0 5px 0;
   font-weight: 600;
   line-height: 1.1em;
   color: white;
   font-size: 16px;
}
.contact-content p {
   color: white;
   font-size: 14px;
}
footer {
   width: 100%;
   opacity: 100%;
   margin-top: 0em;
   padding-top: 1.5em;
   padding-bottom: 1em;
   background-color: darkgrey;
}
.footer-content {
   width: 90%;
   margin: auto;
   padding-bottom: 1em;
   padding-left: 1em;
}
.footer-content p {
   width: 100%;
   float: left;
   position: relative;
   font-size: 1.1em;
   color: black;
   font-weight: bold;
   line-height: 1em;
   max-width: 36em;
   margin-bottom: 1em;
}
/*Tablet*/
@media (min-width: 768px) {
   .site-logo {
      width: 40px;
   }
   .site-nav ul {
      text-align: center;
   }
   .site-nav ul li {
      display: inline-block;
   }
   .site-nav ul li a {
      font-size: 12px;
      padding: 8px;
   }
   .linkbar {
      height: 60px;
      opacity: 1;
      padding-top: 5px;
   }
   .linkbar ul li {
      display: inline-block;
      margin-right: 7px;
      margin-left: 7px;;      
   }
   .anchor::before {
      margin-top: -65px;
      height: 65px;
   }
   header h2 {
      display: inherit;
      text-align: center;
      line-height: 37px;
      padding-bottom: 10px;
   }
   h2 {
      text-align: left;
   }
   .intro p {
      text-align: justify;
   }
   header {
      padding: 16px;
   }
   .col-md-one-half {
      width: 50%;
   }
   .col {
      float: left;
   }
   .bibliography p {
      margin-left: -5%;
   }
   .dropdown-content {
      margin-left: 50px;
   }
   .dropdown-content p {
      margin: 10px 10px 0px 10px;
   }
   .bibliography {
      padding-right: 20%;
      padding-left: 10%
   }
   .bibliography h3 {
      margin-left: -7%;
   }
   .news {
      padding-right: 10%;
      padding-left: 10%;
   }
   .news h3 {
      margin-left: -7%
   }
   .highlight {
      padding: 20px;
   }
   table {
      margin-left: 15%;
      font-size: 12pt;
   }
   article {
      text-align: left;
   }
   .research-main ul img {
      float: right;
      width: 250px;
      margin: 0px 0px 10px 10px;
   }
   .capt {
      width: 80%;
   }
   article h3 {
      text-align: left;
   }
   .contact-content {
      display: inline-block;
      margin: auto;
   }
}
/*Desktop*/
@media (min-width: 1024px) {
   .site-logo {
      float: left;
      margin-top: 0px;
   }
   .site-nav {
      float: right;
   }
   .site-nav ul {
      text-align: right;
   }
   .site-nav ul li a {
      padding: 12px;
   }
   header h2 {
      text-align: left;
      display: inline-block;
      margin-left: 30px;
   }
   .col-lg-one-third {
      width: 33.3%;
   }
   .col-lg-one-fourth {
      width: 25%;
   }
   .intro {
      padding-left: 5%;
      padding-right: 10%;
   }
   .research-description p {
      font-size: 1.2em;
   }
   .highlight {
      padding: 10px;
   }

}