@import url("fonts/fonts.css");
@import url("mobile.css") (max-width:767px);
@import url("res.css") (max-width: 1100px) and (min-width: 768px);
@import url("res1000.css") (max-width: 1020px) and (min-width: 768px);
/* @import url("pad.css") (max-width:768px) and (min-width: 520px); */
@import url("res1300.css") (max-width:1300px) and (min-width: 1025px);

/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}a{color:inherit;text-decoration:none}header,footer,section,nav{display:block}

input {
  -webkit-appearance: none;
  border-radius: 0;
}


html, body {
/*   background: #1a1a1a; */
  background: white;
  font-family: "Open Sans", sans-serif;
}
html { height: 100%; }
body { min-height: 100%; }

.introanim {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #888;
}

header nav {
  position: fixed;
  z-index: 50;
  height: 45px;
  background: white;
  width: 100%;
  transition: height .5s;
  overflow: hidden;
}
header nav.light {
  color: #031b3f;
  background: white;
  height: 143px;
}
header nav.dark {
  height: 0;
  transition: .5s height;
}
header nav.dark.shown {
  height: 75px;
}
header nav.dark.expanded,
header nav.expanded {
  height: 278px !important;
}
header nav.home.light,
header nav.home.light.darkshown {
  height: 45px;
}
header nav.home.light h1 {
  top: -70px;
  opacity: 0;
}
header nav.light h1 {
/*   display: none; */
  width: 180px;
  height: 74px;
  background: url("img/kavlilogo-white.png") no-repeat;
  background-size: 180px 74px;
  position: absolute;
/*   top: 23px; */
  margin-left: -90px;
  overflow: hidden;
/*   text-indent: -10000px; */
  transition: .5s;
  left: 50%;
  top: 23px;
}
header nav.home.light.expanded h1 {
  top: 23px;
  opacity: 1;
}
header nav.light.darkshown h1 {
  opacity: 0;
  top: -33px;
}
header nav.dark h1 {
  width: 126px;
  height: 52px;
  background: url("img/kavlilogo-dark.png") no-repeat;
  background-size: 126px 52px;
  position: absolute;
/*   top: 23px; */
  top: -52px;
  left: 50%;
  margin-left: -63px;
  overflow: hidden;
/*   text-indent: -10000px; */
  z-index: 2;
  transition: .5s;
  opacity: 0;
}
header nav h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -10000px;
}
header nav.dark.shown h1 {
  top: 14px;
  opacity: 1;
}

header nav .darkbg {
  height: 75px; /*TODO*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00143e;
  display: none;
}
header nav.dark .darkbg {
  display: block;
}

header nav.light.darkshown {
  height: 75px;
}
header nav.light.darkshown h1 {
  opacity: 0;
}


header nav>div>ul {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px 22px 0;
  z-index: 1;
  color: #00143e;
}
header nav.light.home>div>ul {
  padding-top: 14px;
}
header nav.dark>div>ul {
  color: white;
  padding-top: 26px;
}
header nav>div>ul:first-child {
  right: auto;
  left: 0;
}
@media screen and (min-width: 1120px) {
  
header nav>div>ul {
  right: 50%;
  margin-right: -565px;
/*   left: 0; */
}
header nav>div>ul:first-child {
  right: auto;
  left: 50%;
  margin-left: -565px;
}
}
header nav>div>ul>li {
  float: left;
  height: 31px;
  line-height: 22px;
  margin-left: 2px;
  margin-right: 3px;
  position: relative;
}
header nav>div>ul>li>a {
  display: block;
  height: 22px;
  padding: 0 7px;
  z-index: 1;
  position: relative;
}
header nav>div>ul li.selected>a,
header nav>div>ul li:hover>a {
  background: #031b3f;
  color: white;
}
header nav.dark>div>ul>li.selected>a,
header nav.dark>div>ul>li:hover>a {
  background: white;
  color: #031b3f;
}
header nav>div>ul>li>ul {
  position: absolute;
  top: 31px;
  right: 0;
  padding-top: 41px;
/*   padding-top: 25px; */
  display: none;
}
header nav>div>ul:first-child>li>ul {
  right: auto;
  left: 0;
}
header nav>div>ul>li:hover>ul {
  display: block;
}
header nav>div>ul>li>ul>li.selected a,
header nav>div>ul>li>ul>li:hover a {
  background: transparent;
  color: #0083c3;
}
header nav>div>ul>li>ul>li {
  height: 24px;
  margin-bottom: 9px;
  text-align: right;
  color: #00143e;
}
header nav>div>ul:first-child>li>ul>li {
  text-align: left;
}
header nav>div>ul>li>ul>li>a {
  display: inline-block;
  height: 22px;
  padding: 0 7px;
  white-space: nowrap;
}

header .navspacer {
  height: 143px;
}
.introanim .boxl, .introanim .boxr {
  width: 45px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: white;
}
.introanim .boxl {
  left: 0;
}
.introanim .boxr {
  right: 0;
}
.introanim .boxb {
  height: 45px;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: white;
}
.introanim .boxb a {
  display: inline-block;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #031b3f;
  font-weight: bold;
  height: 45px;
  padding: 0 25px;
}

footer {
  height: 293px;
  position: relative;
/*   background: white; */
}
.twitter + footer {
  background: #031b3f;
}
.twitter + footer .socshare {
  color: white;
}
footer .darkbg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 223px;
  background: #031b3f;
}
.twitter + footer .darkbg {
  border-top: 2px solid white;
}
footer .contact {
  position: absolute;
  height: 244px;
  top: 0;
  width: 320px;
  right: 50px;
  background: rgba(0,131,195,0.75);
  color: white;
  text-align: center;
}
footer .contact:hover {
  background: rgba(0,131,195,1);
}
footer .contact h2 {
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-family: "Chevin", sans-serif;
  font-weight: 500;
  font-size: 32px;
}
footer .contact ul {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding-top: 24px;
  text-transform: uppercase;
}
footer .contact ul li {
  margin-bottom: 10px;
}
footer .contact ul li a {
  display: inline-block;
  margin-left: 7px;
}
footer .contact .soclinks {
  margin-top: 25px;
}
footer .contact .soclinks a {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url("img/fcsoc.png") no-repeat;
  background-size: 75px 40px;
  overflow: hidden;
  text-indent: -10000px;
}
footer .contact .soclinks a.fb {
  background-position: 0px 0px;
  margin-right: 12px;
}
footer .contact .soclinks a.tw {
  background-position: -25px 0px;
  margin-right: 12px;
}
footer .contact .soclinks a.in {
  background-position: -50px 0px;
}
footer .contact .soclinks a.fb:hover {
  background-position: 0px -20px;
}
footer .contact .soclinks a.tw:hover {
  background-position: -25px -20px;
}
footer .contact .soclinks a.in:hover {
  background-position: -50px -20px;
}
footer .links {
  position: absolute;
  left: 40px;
  color: white;
  bottom: 64px;
  height: 73px;
  overflow: hidden;
}
footer .links li {
  float: left;
}
footer .links li a {
  display: block;
  overflow: hidden;
  text-indent: -10000px;
}
footer .links li a.ndi {
  width: 202px;
  height: 73px;
  background: url("img/fkavlindi.png") no-repeat;
  background-size: 202px 73px;
  margin-right: 40px;
}
footer .links li a.fou {
  width: 186px;
  height: 69px;
  background: url("img/fkavlif.png?v=2") no-repeat;
  background-size: 186px 69px;
  margin-top: 2px;
  margin-right: 40px;
}
footer .links li a.uni {
  width: 266px;
  height: 73px;
  background: url("img/fjhu.png") no-repeat;
  background-size: 266px 51px;
  margin-top: 11px;
}
footer .socshare {
  position: absolute;
  top: 26px;
  left: 44px;
  color: #031b3f;
}
.socshare {
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.socshare a {
  display: inline-block;
  width: 25px;
  overflow: hidden;
  height: 20px;
  text-indent: -10000px;
  background: url("img/fsocshare-light.png") no-repeat;
  background-size: 50px 40px;
  vertical-align: middle;
}
.twitter + footer .socshare a {
  background-image: url("img/fsocshare.png");
}
.socshare a.fb {
  background-position: 0px -20px;
  margin-right: 12px;
  margin-left: 8px;
}
.socshare a.tw {
  background-position: -25px -20px;
}
.socshare a.fb:hover {
  background-position: 0px -0px;
}
.socshare a.tw:hover {
  background-position: -25px -0px;
}
footer .priv {
  position: absolute;
  line-height: 20px;
  top: 26px;
  color: #031b3f;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  right: 400px;
  font-size: 14px;
}
footer .priv a {
  margin-left: 7px;
}
footer .priv a:first-child {
  margin-right: 7px;
}
footer .priv a:hover {
  color: #0083c3;
}
.homemission {
  width: 1080px;
  margin: 65px auto 90px;
  color: #002d72;
  text-align: center;
  position: relative;
  z-index: 1;
}
.homemission h2,
.missionp h2{
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
.homemission p,
.missionp p {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  width: 570px;
  margin: 8px auto 16px;
}
.homemission .mglyph,
.missionp .mglyph {
  width: 84px;
  height: 35px;
  margin: 0 auto;
  background: url("img/hmglyph.png");
  background-size: 84px 35px;
}
.missionp .mip {
  display: inline-block;
  height: 110px;
  width: 100%;
}
.missionp {
/*   float: left; */
/*   width: 635px; */
  margin-left: 75px;
  margin-left: 550px;
  width: 500px;
  text-align: center;
/*   margin-top: 110px; */
  color: #002d72;
  margin-bottom: 80px;
}
.missionp-spacer {
  height: 100px;
  clear: both;
}
.missionp .mglyph {
  margin-top: 12px;
}
.hareas {
  min-width: 980px;
  overflow: hidden;
/*   margin-top: -130px; */
  padding-top: 150px;
  padding-bottom: 240px;
}
.hareas ul {
  width: 980px;
  margin: 0 auto;
}
.hareas ul li {
  position: relative;
}
.hareas ul li .arcontent {
  width: 555px;
  box-sizing: border-box;
  padding: 90px 80px 98px 80px;
  background: rgba(162,222,216,0.75);
  color: #002d72;
  position: relative;
  z-index: 1;
}
.hareas ul li .arcontent:hover {
  background: rgba(162,222,216,1);
}
.hareas ul li:nth-child(1) .arcontent {
  margin-left: 30px;
}
.hareas ul li:nth-child(2) .arcontent {
  margin-left: 410px;
}
.hareas ul li:nth-child(3) .arcontent {
  margin-left: 140px;
}
.hareas ul li:nth-child(2) {
  margin-top: -26px;
}
.hareas ul li:nth-child(3) {
  margin-top: -30px;
}
.hareas ul li .bgr {
  position: absolute;
}
.hareas ul li:nth-child(1) .bgr {
  background: url("img/hnexp.jpg") no-repeat;
  background-position: -90px -100px;
  width: 605px;
  height: 533px;
  top: -30px;
  left: 494px;
}
.hareas ul li:nth-child(2) .bgr {
  background: url("img/hneng.jpg") no-repeat;
  background-position: -50px -230px;
  width: 600px;
  height: 480px;
  top: -10px;
  left: -120px;
}
.hareas ul li:nth-child(3) .bgr {
  background: url("img/hndat.jpg") no-repeat;
  background-position: -28px -90px;
  width: 665px;
  height: 445px;
  top: 100px;
  left: 360px;
}
.hareas h2 {
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hareas h3 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
}
.hareas p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
}
.getinv {
  width: 980px;
  text-align: center;
  margin: -60px auto 0;
  position: relative;
  z-index: 1;
}
.buttonlg {
  display: inline-block;
  background: rgba(0,129,194,.75);
  color: white;
  height: 75px;
  line-height: 75px;
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 34px;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.buttonlg:hover {
  background: rgba(0,129,194,1);
}
.getinv p {
  color: #031b3f;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.hneev {
  min-width: 1080px;
  position: relative;
  margin-top: -90px;
/*   padding-top: 90px; */
  overflow: hidden;
  z-index: 0;
}
.hneev .bgr {
  z-index: -1;
  position: absolute;
  top: 50%;
  top: 10%;
  left: 50%;
  margin-left: -496px;
  margin-top: -495px;
  margin-top: 0;
  width: 992px;
  height: 990px;
  background: url("img/bgtiles.png") no-repeat;
  background-size: 992px 990px;
}
.hneev .bgr + .bgr {
  top: auto;
  bottom: 20%;
}
.hnews,
.hevents {
  height: 380px;
  position: relative;
  width: 1016px;
}
.hnews {
  background: rgba(0,131,195,.75);
  margin-top: 155px;
}
.hevents {
  background: rgba(162,222,216,.75);
  margin-top: 155px;
  margin-bottom: 100px;
}
.hnews:hover,
.hnews:hover .extbg {
  background: rgba(0,131,195,1);
}
.hevents:hover,
.hevents:hover .extbg {
  background: rgba(162,222,216,1);
}
.hneev.newsp .hnecont {
  margin-bottom: 20px;
}
.hnecont {
  width: 1080px;
  margin: 0 auto 250px;
}
.hnews .extbg {
  position: absolute;
  top: 0;
  right: 1016px;
  bottom: 0;
  width: 50%;
  background: rgba(0,131,195,.75);
}
.hevents .extbg {
  position: absolute;
  top: 0;
  left: 1016px;
  bottom: 0;
  width: 50%;
  background: rgba(162,222,216,.75);
}
.pic {
  position: absolute;
  overflow: hidden;
  width: 540px;
  height: 410px;
/*   background-size: contain; */
/*   background-repeat: no-repeat; */
}
.pic>img {
  max-width: 540px;
  max-height: 410px;
  display: block;
  width: 540px;
  height: 410px;
  object-fit: contain;
  object-position: 50% 0%;
}
.hnews .pic {
  left: 540px;
  top: -30px;
  height: 440px;
  height: 410px;
}
.hevents .pic {
  right: 505px;
  top: -30px;
/*   background-position: top right; */
}
.hevents .pic img {
  float: right;
}
.pic>div,
.pic>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pic>div {
/*   background: rgba(0,131,195,.5); */
}
.pic>a>img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 0%;
}
.pic:hover>div {
/*   background: /*rgba(0,131,195,.5)*/ url("img/overzoom.png") no-repeat 50% 50%; */
  background-size: 50px 50px;
}
.hneinner {
  width: 496px;
  padding-top: 60px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  color: #002d72;
}
.hnews .hneinner {
  color: white;
}
.hevents .hneinner {
  padding-left: 520px;
  padding-left: 570px;
  position: relative;
}
.hnews .hneinner date {
  float: right;
  font-weight: bold;
  font-size: 14px;
}
.hevents .hneinner date {
  font-family: "Chevin", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  margin-bottom: 8px;
  display: block;
}
.hneinner h1 {
  font-family: "Chevin", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hneinner h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.text {
  font-size: 15px;
  line-height: 25px;
}
.text a {
  text-decoration: underline;
}
.text a:hover {
  font-weight: bold;
}
.text b, .text strong { font-weight: bold; }
.text i, .text em { font-style: italic; }
.text u { text-decoration: underline; }
.hneinner .text {
  margin-right: 25px;
  margin-bottom: 20px;
  max-height: 125px;
  max-height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.hneinner .actions p {
  display: inline-block;
}
.smbtn {
  background: #031b3f;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
}
.smbtn.smbtn-single-cell-teal:hover,
.smbtn.smbtn-neuroimaging-orange:hover,
.smbtn.smbtn-neuropixels-purple:hover,
.smbtn.smbtn-breakfast-meeting-blue:hover,
.smbtn.smbtn-x-speaker-navy:hover,
.smbtn.smbtn-misc-yellow:hover,
.smbtn.smbtn-blue:hover,
.smbtn.smbtn-indigo:hover,
.smbtn.smbtn-purple:hover,
.smbtn.smbtn-orange:hover,
.smbtn.smbtn-navy:hover,
.smbtn:hover {
  background: white;
  color: #031b3f;
}
.smbtn.smbtn-breakfast-meeting-blue,
.smbtn.smbtn-blue {
  background: #499fce;
}
.smbtn.smbtn-x-speaker-navy,
.smbtn.smbtn-indigo {
  background: #041b3d;
}
.smbtn.smbtn-neuropixels-purple,
.smbtn.smbtn-purple {
  background: #8f1b5a;
}
.smbtn.smbtn-neuroimaging-orange,
.smbtn.smbtn-orange {
  background: #eb9f6e;
}
.smbtn.smbtn-single-cell-teal,
.smbtn.smbtn-navy {
  background: #5ecaba;
}
.smbtn.smbtn-misc-yellow {
  background: #edf186;
}

.hneinner .socshare a,
.newest .socshare a {
  background-image: url("img/fcsoc2.png");
}
.hneinner .socshare {
  color: #002d72;
  margin-left: 16px;
}

.aboutintro {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.aboutintro>div {
  height: 649px;
  width: 1116px;
  margin: 0 auto;
  position: relative;
}
.aboutintro div.headphoto img {
  display: block;
  width: 540px;
  width: 580px;
  z-index: 1;
  position: relative;
  height: 400px;
  object-fit: cover;
}
.aboutintro>div>img {
  display: block;
  width: 540px;
  width: 580px;
  z-index: 1;
  position: absolute;
/*   height: 380px; */
  left: 0;
  top: 86px;
}
.aboutintro .credit {
  width: 540px;
  width: 580px;
  box-sizing: border-box;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.aboutintro .credit a {
  text-decoration: underline;
}
.aboutintro .introbox {
  height: 650px;
  width: 637px;
  width: 597px;
  background: rgba(162,222,216,.75);
  position: absolute;
  top: 0;
  left: 481px;
  left: 521px;
  box-sizing: border-box;
  padding: 83px 0 0 128px;
  color: #002d72;
}
.aboutintro.short,
.aboutintro.short .introbox {
  height: 646px;
}
.aboutintro .headphoto {
  padding-top: 86px;
}
.aboutintro .introbox .extbg {
  position: absolute;
  left: 637px;
  left: 597px;
  top: 0;
  bottom: 0;
  width: 5000px;
  background: rgba(162,222,216,.75);
}
.aboutintro h1 {
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
}
.aboutintro .intro {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-right: 30px;
  margin-bottom: 12px;
}
.aboutintro .intro a {
  text-decoration: underline;
}
.aboutintro .text {
  margin-right: 30px;
}
.toleftcontent {
  overflow: hidden;
  position: relative;
  min-height: 990px;
  margin-top: -204px;
  margin-top: -120px;
}
.extended + .toleftcontent {
  margin-top: -170px;
}
.toleftcontent.for404 {
  min-height: 410px;
  margin-bottom: -100px;
}
.toleftcontent.alt {
  min-height: 100px;
  margin-top: 0;
  background: rgba(162,222,216,0.75);
}
.toleftcontent.alt2 {
  margin-top: -95px;
}
.bgtiles {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -496px;
  width: 992px;
  height: 990px;
  background: url("img/bgtiles.png") no-repeat;
  background-size: 992px 990px;
}
.toleftcontent .content {
  width: 1116px;
  margin: 21px auto 0;
}
.toleftcontent .content>div {
  position: relative;
  z-index: 1;
  background: white;
  width: 826px;
/*   min-height: 800px; */
  box-sizing: border-box;
  padding: 90px 135px 165px 94px;
  color: #002d72;
}
.toleftcontent.alt2 .content>div {
  padding: 0;
  min-height: 100px;
  background: transparent;
}
.toleftcontent.alt3 .content>div {
  padding-right: 65px;
}
.toleftcontent .content>div .extbg {
  position: absolute;
  background: white;
  width: 5000px;
  top: 0;
  bottom: 0;
  right: 826px;
}
.toleftcontent .content h1,
.toleftcontent .content h2 {
  font-family: "Chevin", sans-serif;
  text-transform: uppercase;
}
.toleftcontent h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  clear: both;
}
.toleftcontent h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
  clear: both;
}
.toleftcontent .text {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 24px;
}
.toleftcontent .text > p > span[style] {
  font-size: 15px !important;
}
.toleftcontent .text.text-sm {
  font-size: 13px;
  font-size: 15px;
  line-height: 22px;
  line-height: 25px;
}
.toleftcontent .text p {
  margin-bottom: 20px;
}
.toleftcontent .image .desc {
  font-size: 11px;
  line-height: 16px;
}
.toleftcontent .features {
  font-size: 15px;
  line-height: 25px;
  float: left;
  margin-left: 33px;
  width: 309px;
}
.toleftcontent .text + .features {
  margin-left: 0;
}
.toleftcontent .content>div>ul>li {
  position: relative;
  padding-top: 60px;
}
.toleftcontent .content>div>ul>li:first-child {
  padding-top: 0;
}
.toleftcontent .hsepline {
  background: #a1ddd7;
  height: 1px;
  width: 5000px;
  position: absolute;
  top: 0;
  right: 0;
}
.toleftcontent li:first-child .hsepline {
  display: none;
}
.toleftcontent .content>div>ul>li>.tlcontent>ul,
.toleftcontent .content>div>ul>li>ul {
  margin-top: 18px;
}
.toleftcontent .content>div>ul>li>.tlcontent>ul>li,
.toleftcontent .content>div>ul>li>ul>li {
  overflow: hidden;
  margin-bottom: 32px;
}
.toleftcontent .content>div>ul>li.toleftgallery {
/*   background: yellow; */
  display: flex;
  margin-left: -95px;
  flex-direction: column-reverse;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  margin-bottom: 35px;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery ul.tlgphotos {
  width: 345px;
  height: 345px;
  overflow: hidden;
  display: flex;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery ul.tlgphotos img {
  display: block;
  width: 345px;
  height: 345px;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery .tlgnav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery ul.tlgtexts {
  width: 345px;
  overflow: hidden;
  display: flex;
  font-weight: 700;
  font-size: 11px;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery ul.tlgphotos li {
  height: 345px;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery li {
  width: 345px;
  margin-left: 15px;
  flex-shrink: 0;
  flex-grow: 0;
  transition: .3s margin-left;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery li:first-child {
  margin-left: 0;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlgallery .desc-aside {
  margin-left: 35px;
  flex-grow: 1;
  width: 0;
}
.toleftcontent .content>div>ul>li.toleftgallery .tlcontent {
  flex-grow: 1;
/*   margin-left: 35px; */
}


.toleftcontent .image {
  float: left;
  width: 255px;
}
.toleftcontent .image img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.toleftcontent strong {
  font-weight: bold;
}
.toleftcontent a {
  text-decoration: underline;
}
.toleftcontent a:hover {
  font-weight: bold;
}
.toleftcontent .c1 {
/*   color: #4cb4b4; */
}
.toleftcontent .c2 {
/*   color: #d25656; */
}
.toleftcontent .c3 {
/*   color: #cb8738; */
}
.toleftcontent .c4 {
/*   color: #7019bc; */
}
.bgtc1 {
  margin-top: -116px;
  position: relative;
  height: 990px;
  margin-bottom: -812px;
}
.bgtc2 {
  margin-top: -160px;
  position: relative;
  height: 990px;
  margin-bottom: -940px;
}
.bgtc3 {
  margin-top: -336px;
  position: relative;
  height: 990px;
  margin-bottom: -755px;
}
.bgtc4 {
  margin-top: 280px;
  position: relative;
  height: 990px;
  margin-bottom: -1270px;
}
.bgtc5 {
  margin-top: 445px;
  position: relative;
  height: 990px;
  margin-bottom: -1435px;
}
.bgtc6 {
  margin-top: 40px;
  position: relative;
  height: 990px;
  margin-bottom: -910px;
}
.singlequote {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}
.singlequote .innerbox {
  height: 318px;
  position: relative;
  background: rgba(0,129,194,.75);
}
.singlequote .content {
  width: 1116px;
  margin: 0 auto;
  padding: 0 4px;
  position: relative;
}
.singlequote .image {
  width: 350px;
  padding-top: 95px;
}
.singlequote .image.left {
  float: left
}
.singlequote .image.right {
  float: right;
}
.singlequote .image img {
  display: block;
  width: 100%;
}
.singlequote .image .desc {
  font-size: 15px;
  line-height: 18px;
  background: white;
  padding: 15px 40px 10px 13px;
  color: #002d72;
}
.singlequote .image .desc strong {
  font-weight: bold;
}
.singlequote blockquote {
  float: left;
  width: 350px;
  color: white;
  margin-left: 30px;
  line-height: 318px;
}
.singlequote blockquote>span {
  height: 318px;
  width: 1px;
  vertical-align: middle;
  display: inline-block;
}
.singlequote blockquote>div {
  display: inline-block;
  width: 340px;
  vertical-align: middle;
  line-height: 25px;
  text-align: center;
}
.singlequote blockquote .qtext {
  line-height: 29px;
  font-size: 21px;
  font-weight: 500;
  font-family: "Chevin", sans-serif;
  font-style: italic;
  margin-bottom: 12px;
}
.singlequote blockquote .qted {
  line-height: 25px;
  font-size: 14px;
/*   font-weight: bold; */
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.mission {
  position: relative;
  background: rgba(162,222,216,0.75);
  padding: 58px 0 28px;
}
.mission .homemission,
.leaderintro .homemission {
  margin: 0 auto;
}
.leaderintro {
  position: relative;
  z-index: 1;
  background: rgba(162,222,216,0.75);
  padding: 60px 0 162px;
}
.leaderintro .homemission p {
  width: 730px;
  margin: 14px auto 16px;
}
.leaderintro .filters h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.leaderintro ul {
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.leaderintro ul li {
  display: inline-block;
  margin: 2px 12px;
  text-decoration: underline;
  font-weight: bold;
}
.leadlist {
  position: relative;
  min-height: 400px;
  width: 730px;
  margin: 0 auto 20px;
  z-index: 1;
  overflow: hidden;
}
.leadlist ul {
  width: 350px;
  float: left;
}
.leadlist ul:first-child {
  margin-right: 30px;
}
.leadlist ul li {
  position: relative;
  background: white;
  margin-bottom: 30px;
}
.leadlist ul li img {
  display: block;
  width: 100%;
}
.leadlist ul li .details {
  padding: 26px 24px;
  color: #002d72;
  text-transform: uppercase;
  font-size: 15px;
}
.leadlist ul li h2 {
  font-family: "Chevin", sans-serif;
  font-weight: 5000px;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
.leadlist ul li .title {
  margin-bottom: 10px;
}
.leadlist ul li .position {
  font-weight: bold;
  margin-bottom: 6px;
}
.leadlist ul li .spec {
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  min-height: 100px;
  color: #a1ddd7;
}
.leadlist ul li .view {
  margin: 14px 0;
}
.leadlist ul li .view a {
  height: 22px;
  display: inline-block;
  font-weight: bold;
  line-height: 22px;
  font-size: 14px;
  background: #031b3f;
  color: white;
  padding: 0 6px;
}
.leadlist ul li .view a:hover {
  background: #0083c3;
}
.leadlist ul li .contact {
  text-transform: none;
  font-size: 15px;
  line-height: 25px;
}
.leadlist ul li .contact h3 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.leadlist ul li .contact a {
  text-decoration: underline;
}
.leadlist ul li .contact a:hover {
  font-weight: bold;
}
.memberfilters {
  height: 780px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.memberfilters .content {
  width: 1116px;
  position: relative;
  margin: 0 auto;
}
.memberfilters .memintro {
  height: 780px;
  position: absolute;
  width: 650px;
  background: rgba(162,222,216,0.75);
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 128px;
  padding-top: 82px;
  color: #002d72;
}
.memberfilters .memintro h2 {
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.memberfilters .memintro p {
/*   font-weight: 500px; */
  font-size: 20px;
  line-height: 30px;
  padding-right: 32px;
}
.memintro .text,
.memintro .text p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 12px;
  font-weight: 400;
}

.memberfilters .filters {
  height: 530px;
  position: absolute;
  width: 540px;
  background: rgba(0,129,194,.75);
  top: 87px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 30px;
  color: white;
}
.memberfilters .memintro .extbg,
.memberfilters .filters .extbg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
}
.memberfilters .memintro .extbg {
  background: rgba(162,222,216,0.75);
  left: 650px;
}
.memberfilters .filters .extbg {
  background: rgba(0,129,194,.75);
  right: 540px;
}
.memberfilters .filters h2 {
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.memberfilters .filters .search {
  width: 430px;
  height: 50px;
  background: white;
  position: relative;
  margin-bottom: 33px;
}
.memberfilters .filters .search input[type="text"] {
  position: absolute;
  width: 370px;
  box-sizing: border-box;
  left: 0px;
  top: 0px;
  background: transparent;
  height: 50px;
  line-height: 50px;
  border: 0px none;
  padding: 0 12px;
  color: #002d72;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.memberfilters .filters .search button {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  border: 0px none;
  background: url("img/magnify.png") no-repeat 50% 50%;
  background-size: 16px 16px;
  overflow: hidden;
  text-indent: -10000px;
  cursor: pointer;
}
.memberfilters .filters .filter {
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: 220px;
}
.memberfilters .filters .pos {
  margin-right: 40px;
}
.memberfilters .filters .newssearch .dep {
  display: flex;
  flex-wrap: wrap;
}
.memberfilters .filters .newssearch .dep>p {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.memberfilters .filters .newssearch .dep>p:first-child {
  width: 100%;
}
.memberfilters .filters .filter p {
  border-left: 7px solid transparent;
  margin-left: -7px;
  padding: 3px 0 2px 9px;
  position: relative;
  margin-bottom: 12px;
}
.memberfilters .filters .filter p.selected { 
  border-color: #031b3f;
  color: #031b3f;
}
.memberfilters .filters .filter p input {
  display: none;
}
.memberfilters .filters .filter p label {
  cursor: pointer;
}
.memberlist {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.memberlist ul {
  width: 1116px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.memberlist ul li {
  float: left;
  width: 255px;
  margin-left: 30px;
  margin-bottom: 50px;
  position: relative;
}
.memberlist ul li img {
  width: 100%;
  display: block;
}
.memberlist ul li .photo-placeholder {
  width: 100%;
  height: 255px;
  background: #b9e6e1;
}
.memberlist ul li.n1 {
  margin-left: 0;
  clear: left;
}
.memberlist ul li .details {
  text-transform: uppercase;
  color: #002d72;
}
.memberlist ul li .view {
  margin-top: 14px;
}
.memberlist ul li .view a {
  height: 22px;
  display: inline-block;
  font-weight: bold;
  line-height: 22px;
  font-size: 14px;
  background: #031b3f;
  color: white;
  padding: 0 6px;
}
.memberlist ul li .view a:hover {
  background: #0083c3;
}
.memberlist ul li h2 {
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Chevin", sans-serif;
  margin: 15px 0;
  padding-right: 50px;
}
.profile {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.profile .content {
  width: 1116px;
  margin: 0 auto 20px;
}
.clear {
  clear: both;
}
.profile aside {
  float: left;
  width: 445px;
  min-height: 100px;
  margin-right: 30px;
/*   background: yellow; */
  position: relative;
  z-index: 1;
}
.profile .main {
  float: left;
  width: 635px;
}
.profile .proinfo {
  padding: 80px 10px 98px 30px;
  position: relative;
  color: #002d72;
}
.profile .extbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -96px;
  width: 5000px;
  background: rgba(162,222,216,0.75);
}
.profile .proic {
  position: relative;
  overflow: hidden;
}
.profile .proic .text p {
  margin-bottom: 20px;
}
.profile .geninfo {
  overflow: hidden;
  margin-bottom: 80px;
}
.profile .geninfo .genp {
  text-transform: uppercase;
  float: left;
  width: 350px;
  margin-right: 24px;
}
.profile h2 {
  font-family: "Chevin", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 12px;
}
.profile .pos {
  font-family: "Chevin", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 8px;
}
.profile .spec {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}
.profile .geninfo .genc {
  font-size: 15px;
  line-height: 25px;
  float: left;
  width: 220px;
}
.profile h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.profile.contact .reduced h3 {
  margin-top: 25px;
}
.profile .geninfo .genc a {
  text-decoration: underline;
}

.profile .geninfo .genc a.instagram,
.profile .geninfo .genc a.twitter,
.profile .geninfo .genc a.facebook {
  display: inline-block;
  width: 25px;
  overflow: hidden;
  height: 20px;
  text-indent: -10000px;
  background: url("img/fsocshare.png") no-repeat;
  background-size: 50px 40px;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 5px;
  border: 0px none;
}
.profile .geninfo .genc a.facebook {
  background-position: 0px -20px;
}
.profile .geninfo .genc a.twitter {
  background-position: -25px -20px;
}
.profile .geninfo .genc a.facebook:hover {
  background-position: 0px -0px;
}
.profile .geninfo .genc a.twitter:hover {
  background-position: -25px -0px;
}
.profile .geninfo .genc a.instagram {
  background-image: url("img/fsocshareig.png");
  background-size: 25px 40px;
  background-position: 0 -20px;
}
.profile .geninfo .genc a.instagram:hover {
  background-position: 0 -0px;
}


.profile .intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.profile .intro a, .profile .intro u { text-decoration: underline; }
.profile .intro em, .profile .intro i { font-style: italic; }
.profile .intro strong, .profile .intro b { font-weight: bold; }
.profile .next2, 
.profile .back {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  height: 20px;
  font-weight: bold;
  padding: 39px 97px 21px 0;
}
.profile .next2 {
  position: absolute;
  right: 0%;
  top: 0;
  white-space: nowrap;
}
.profile .next2 a,
.profile .back a {
  display: inline-block;
  height: 20px;
  background: url("img/arrowl.png") no-repeat 0% 50%;
  background-size: 19px 11px;
  padding-left: 32px;
}
.profile .next2 a {
  background: url("img/arrowr.png") no-repeat 100% 50%;
  background-size: 19px 11px;
  padding-left: 0;
  padding-right: 32px;
}
.profile .image {
  margin-bottom: 30px;
}
.profile .image.image-placeholder {
  height: 455px;
/*   background: #b9e6e1; */
}
.profile .image img {
  width: 100%;
  display: block;
}
.credit,
.profile .image div,
.extended .imgslider li div {
  height: 34px;
  background: rgba(0,129,194,.75);
  line-height: 34px;
  font-family: "Chevin", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  padding: 0 12px;
  font-weight: 500;
}
.profile aside ul {
  margin: 0 auto 20px;
  width: 255px;
}
.profile aside .imgslider ul {
  width: 100%;
}
.imgslider ul {
  width: 100%;
}
.profile aside ul .image {
  margin-bottom: 0;
  position: relative;
}
.profile aside ul .idesc {
  background: white;
  font-size: 11px;
  line-height: 16px;
  color: #002d72;
  padding: 8px 30px 20px 0;
}
.profile aside ul .image a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-image: url("img/overzoom.png");
}
.profile aside ul .video .image a {
  background-image: url("img/overplay.png")
}
.profile aside ul .image:hover a {
  display: block;
}
.extended .main h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.profile.extended aside {
  width: 540px;
  width: 580px;
}
.profile.extended .main {
  width: 540px;
  width: 500px;
}
.extended .bspc {
  padding-top: 43px;
  height: 25px;
  padding-bottom: 18px;
  padding-right: 97px;
  text-align: right;
}
.extended .bspc .imgslidecontrol {
  display: inline-block;
}
.imgslidecontrol {
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.imgslidecontrol a {
  display: block;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 19px 11px;
  background-position: 50% 50%;
  float: left;
}
.imgslidecontrol a.prev {
  background-image: url("img/arrowl.png");
  margin-right: 12px;
}
.imgslidecontrol a.next {
  background-image: url("img/arrowr.png");
  margin-left: 12px;
}
.imgslidecontrol .counter {
  float: left;
  width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #031b3f;
  height: 25px;
  line-height: 25px;
}
.imgslider {
  position: relative;
  overflow: hidden;
}
.extended .imgslider {
  width: 540px;
  width: 580px;
  height: 403px;
  height: 432px;
}
.imgslider ul {
  position: absolute;
  top: 0;
  left: 0;
}
.imgslider li {
  position: absolute;
  top: 0;
  left: 0;
  transition: left .5s;
}
.extended .imgslider li {
  width: 540px;
  height: 403px;
  width: 580px;
  height: 432px;
}
/*.extended .imgslider li:nth-child(2) {
  left: 540px;
}
.extended .imgslider li:nth-child(3) {
  left: 1080px;
}
.extended .imgslider li:nth-child(4) {
  left: 1620px;
}
.extended .imgslider li:nth-child(5) {
  left: 2160px;
}*/
.imgslider li img {
  display: block;
}
.extended .imgslider li img {
  width: 540px;
  height: 369px;
  width: 580px;
  height: 398px;
}
.baltlist .imgslider {
  width: 350px;
  height: 260px;
}
.baltlist .imgslider img {
  width: 350px;
  height: 260px;
}
.bquote {
  background: rgba(0,129,194,.75);
  min-height: 280px;
  position: relative;
  margin: 60px 0 90px;
  color: white;
}
.bquote .content {
  width: 1116px;
  margin: 0 auto;
}
.bquote .quotecontainer {
  height: 280px;
  transition: .5s opacity;
  overflow: hidden;
}
.bquote .quotecontainer:last-child {
  margin-top: -280px;
  opacity: 0;
}
.bquote blockquote {
  font-family: "Chevin", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  padding: 22px 0 18px;
  text-align: center;
  width: 840px;
  margin: 0 auto;
}
.bquote .qsource {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 22px;
}
.baltlist {
  width: 1116px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
.baltlist>ul>li {
  background: white;
  width: 350px;
  margin-bottom: 10px;
  float: left;
  margin-left: 30px;
}
.baltlist>ul>li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.baltlist .details {
  padding: 20px;
  color: #002d72;
}
.baltlist h2 {
  font-family: "Chevin", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  margin: 20px 0;
  text-transform: uppercase;
}
.baltvisit {
  width: 1116px;
  margin: 0 auto 180px;
  overflow: hidden;
}
.baltvisit ul {
  width: 815px;
  margin: 0 auto;
}
.baltvisit ul li {
  width: 245px;
  float: left;
  margin-left: 40px;
  text-align: center;
  color: #002d72;
  position: relative;
}
.baltvisit ul li:first-child {
  margin-left: 0;
}
.leadlist ul li .cover,
.memberlist ul li .cover,
.baltvisit ul li .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.baltvisit h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Chevin", sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.baltvisit p {
  line-height: 25px;
  font-size: 15px;
}
.baltvisit p.visit {
  margin-top: 12px;
}
.baltvisit p.visit a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: #031b3f;
  color: white;
  padding: 0 6px;
}
.baltvisit p.visit a:hover {
  background: #0083c3;
}
.baltvisit .logoc {
  height: 256px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.extended.fixedh .proinfo {
  height: 649px;
  box-sizing: border-box;
}
.extended.funding .proinfo {
  height: 611px;
  box-sizing: border-box;
}
.toolsearch {
  background: rgba(0,129,194,.75);
  position: relative;
  height: 100px;
  box-sizing: border-box;
  color: white;
  padding-top: 24px;
  margin-left: 96px;
}
.toleftcontent .content>div .toolsearch .extbg {
  background: rgba(0,129,194,.75);
  right: 730px;
}
.toolsearch h1 {
  float: left;
  width: 156px;
  height: 50px;
  line-height: 50px;
}
.toolsearch form {
  float: left;
  height: 50px;
}
.toolsearch form input[type="text"] {
  border: 0px none;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 446px;
  padding: 0 23px;
  color: #002d72;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  background: white;
}
.toolsearch form button {
  background: url("img/magnify.png") no-repeat 50% 50% white;
  background-size: 16px 16px;
  border: 0px none;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  text-indent: -10000px;
  cursor: pointer;
}
.toleftcontent .accordion {
}
.toleftcontent .alter1 {
  padding: 80px 64px 64px 96px;
  background: white;
}
.accordion ul li {
  overflow: hidden;
  margin-bottom: 8px;
}
.accordion .caption {
  overflow: hidden;
  position: relative;
}
.accordion .caption .hr {
  height: 1px;
  background: #a1ddd7;
  width: 100%;
  position: absolute;
  left: 0;
  top: 16px;
}
.accordion .caption .toggle {
  display: block;
  float: right;
  position: relative;
  width: 95px;
  height: 32px;
  line-height: 32px;
  background-color: white;
  text-align: right;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 25px;
  background-size: 19px 19px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.accordion .caption .open {
  background-image: url("img/arrowd.png");
}
.accordion .caption .close {
  background-image: url("img/arrowu.png");
  display: none;
}
.accordion .open .caption .close {
  display: block;
}
.accordion .open .caption .open {
  display: none;
}
.accordion .caption .year {
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  float: left;
  position: relative;
  width: 95px;
  background: white;
}
.accordion .caption .pubs {
  clear: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 0;
}
.accordion .accontent {
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
  transition-timing-function: ease-out;
  padding-right: 86px;
}
.accordion .open .accontent {
  height: auto;
}
.accordion .open .accontent .text {
  margin-bottom: 20px;
}
.accordion .open .accontent .text a:hover {
  font-weight: normal;
}
.oppolist ul {
  
}
.oppolist ul li.notfound {
  display: none;
}
.oppolist ul li {
  position: relative;
  padding-top: 60px
}
.oppolist ul li:first-child {
  padding-top: 0;
}
.oppolist .deadline {
  margin: 14px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.oppolist .deadline span {
  color: #a1ddd7;
}
.introbox .btn {
  margin-bottom: 5px;
  overflow: hidden;
}
.lists h2 {
  margin-top: 18px;
  clear: both;
}
.lists h1 {
  margin-bottom: 18px;
}
.text ol,
.text ul {
  padding-top: 16px;
  padding-left: 42px;
}
.text ol li {
  margin-bottom: 20px;
  list-style-type: decimal;
  list-style-position: outside;
/*   font-weight: bold; */
}
.text ol li span {
  font-weight: normal;
}
.text ol li ol {
  padding-left: 50px;
}
.text ol li ol li {
  list-style-type: lower-latin;
}
.text ol li:before {
  font-weight: bold;
}
.text ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}
.timeline p {
  margin-top: -8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.timeline>div {
  margin-top: 32px;
}
.newsintro {
  background: rgba(162,222,216,.75);
  color: #002d72;
}
.newsintro .content {
  width: 920px;
  padding-top: 60px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}
.newsintro .quotecontainer {
  height: 120px;
  transition: 1s opacity;
}
.newsintro .quotecontainer:last-child {
  margin-top: -120px;
  opacity: 0;
}
.newsintro blockquote {
  font-size: 30px;
  line-height: 40px;
  font-family: "Chevin", sans-serif;
  font-weight: 500;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.newsintro p {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
/*.featnews {
  height: 540px;
  margin-top: -30px;
  overflow: hidden;
}
.featnews .content {
  width: 1116px;
  margin: 0 auto;
  position: relative;
}
.featnews .content .fnbox {
  background: rgba(0,129,194,.75);
  position: relative;
  height: 380px;
  margin-top: 30px;
  width: 1046px;
  box-sizing: border-box;
  padding: 60px 520px 0 30px;
  color: white;
}
.featnews .content .fnbox .extbg {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0,129,194,.75);
  width: 5000px;
  right: 1046px;
}
.featnews date {
  float: right;
  font-weight: bold;
  font-size: 14px;
}
.featnews h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Chevin", sans-serif;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.featnews h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
.featnews p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 22px;
}
.featnews .actions {
  color: #031b3f;
}
.featnews .socshare {
  display: inline-block;
  margin-left: 16px;
}*/
.newsp {
/*   height: 540px; */
  margin-top: -30px;
  padding-top: 0;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.newsp .hnews {
  margin-top: 30px;
}
.newslist {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.newslist .content {
  width: 920px;
  margin: 0 auto;
}
.newslist .content ul {
  width: 445px;
  float: left;
  margin-left: 30px;
}
.newslist .content ul:first-child {
  margin-left: 0;
}
.newest li {
  background: rgba(0,129,194,.75);
  color: white;
}
.newslist li {
  margin-bottom: 33px;
  position: relative;
}
.newlinner {
  padding: 20px 20px 32px 26px;
}
.newlinner date {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.newlinner h1 {
  font-family: "Chevin", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.newlinner h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
.newlinner .text {
  margin-bottom: 16px;
}
.newest .actions {
  color: #031b3f;
}
.newlinner .actions .socshare {
  display: inline-block;
  margin-left: 16px;
}
.newlinner .actions .socshare:first-child {
  margin-left: 0;
}
.newslist img {
  display: block;
  width: 100%;
}
.newslist .more {
  margin: 90px 0 30px;
  text-align: center;
}
.external {
  background: #b9e6e1;
  padding-bottom: 33px;
  margin-bottom: 100px;
}

@-webkit-keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0.5; } }
@keyframes flash { from, 50%, to { opacity: 1; }  25%, 75% { opacity: 0.5; } }

.external>p {
  text-align: center;
  color: white;
  opacity: 1;
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 0px;
  position: relative;
  top: -35px;
}


.external li {
  background: white;
  color: #031b3f;
}
.newslist li .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newslist .title {
  height: 180px;
  color: white;
  background: #031b3f;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: -70px;
  padding-top: 30px;
}
.newslist .title h1 {
  font-family: "Chevin", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}
.external .smbtn:hover {
  background: rgba(0, 129, 194, 1);
  color: white;
}
.singlenews {
  margin-bottom: 80px;
}
.singlenews h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.singlenews .text p {
  margin-bottom: 20px;
}
.message {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mapc {
  background: #aaa;
  width: 445px;
  height: 445px;
}
.proinfo h2 {
  text-transform: uppercase;
}
.proinfo .multic {
  width: 290px;
  margin-left: 30px;
  float: left;
  margin-bottom: 40px;
}
.proinfo .multic:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}
.contact .geninfo {
  width: 620px;
  margin-bottom: 40px;  
}
.contact .geninfo.custom {
  margin-bottom: 0px;  
}
.contact .geninfo.custom {
  width: 595px;
}
.contact .geninfo.custom a {
  text-decoration: underline;
}
.contact .geninfo.reduced {
  width: 380px;
  margin-bottom: 40px;
}
.geninfo p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.1px;
}
.contact .multic a {
  text-decoration: underline;
}
.contact .smbtn {
  margin: 8px 0 0;
}
.tcwimg {
/*   overflow: hidden; */
  position: relative;
  padding-top: 64px;
}
li:first-child .tcwimg {
  padding-top: 0;
}
.tcwimg img {
  display: block;
  width: 160px;
  float: left;
}
.tcwimg h1 {
  margin-bottom: 20px;
}
.toleftcontent .smbtn {
  margin: 0 0 20px;
}
.toleftcontent .smbtn:hover,
.tcwimg .smbtn:hover {
  background: #0083c3;
  color: white;
}
.toleftcontent .smbtn a,
.tcwimg .smbtn a {
  text-decoration: none;
}
.tcwimg .tcwic {
  float: left;
  width: 407px;
  margin-left: 30px;
}
.tcwimg .hsepline {
  right: -135px;
}
.evlist {
  width: 1116px;
  margin: 0 auto 66px;
  position: relative;
  z-index: 1;
}
.evlist.evlistex {
  border-top: 1px solid transparent;
  margin-top: 110px;
  margin-bottom: 0;
  width: auto;
  background: rgba(162,222,216,0.75);
}
.evlist.evlistex>div {
  width: 1116px;
  margin: -110px auto 0;
}
.evlist.evlistex>div ul {
  margin-left: -30px;
}
.evlist ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.evlist ul li {
  width: 350px;
  margin-left: 30px;
/*   float: left; */
  background: white;
  min-height: 100px;
}
.evlist.evlistex ul li {
  width: 540px;
  margin-bottom: 30px;
}
.evlist ul li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.evlist img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 233px;
}
.evlist .licont {
  padding: 30px 24px;
  color: #002d72;
}
.evlist time {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  color: #41a1d1;
  font-weight: 700;
  text-transform: uppercase;
}
.evlist h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Chevin", sans-serif;
/*   margin-bottom: 16px; */
}
.evlist h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
/*   text-transform: uppercase; */
/*   font-family: "Chevin", sans-serif; */
  margin-bottom: 16px;
}
.evlist p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 12px;
  margin-top: 6px;
}
.evlist p.intro {
  font-weight: 500;
  font-size: 17px;
}
.evlist p a {
  text-decoration: underline;
}
.calholder {
/*   height: 1415px; */
  position: relative;
  overflow: hidden;
  margin-bottom: 140px;
}
.calholder .content {
  width: 1116px;
  margin: 0 auto;
}
.calholder .calendar {
  float: left;
  height: 1415px;
  height: auto;
  background: white;
  width: 810px;
}
.calholder aside {
  float: left;
/*   margin-top: 100px; */
  min-height: 100px;
  width: 306px;
}
aside .featev {
  background: rgba(162,222,216,.75);
  position: relative;
  padding-left: 30px;
  color: #002d72;
  padding-top: 35px;
  padding-bottom: 1px;
  background: #031b3f;
}
aside .othercal .smbtn {
  background: white;
  color: #031b3f;
}
aside .othercal .smbtn:hover {
  background: #031b3f;
  color: white;
}
aside .featev .extbg {
  background: rgba(162,222,216,.75);
  position: absolute;
  top: 0;
  width: 5000px;
  bottom: 0;
  left: 306px;
}
aside .featev h1,
aside .othercal h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Chevin", sans-serif;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
aside .featev li {
  margin: 40px 0;
}
aside .featev date {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Chevin", sans-serif;
  line-height: 30px;
}
aside .featev h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
aside .featev .imgc {
  margin: 20px 0;
  position: relative;
}
aside .featev .imgc video,
aside .featev .imgc img {
  display: block;
  width: 100%;
}
aside .featev .imgc a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("img/overzoom.png") no-repeat 50% 50%;
  background-size: 50px 50px;
}
aside .featev .imgc:hover a {
  display: block;
}
aside .othercal {
/*   background: rgba(0, 129, 194, .75); */
  background: #031b3f;
  position: relative;
  padding-left: 30px;
  color: white;
  padding-top: 35px;
  padding-bottom: 60px;
}
aside .othercal .extbg {
/*   background: rgba(0, 129, 194, .75); */
  background: #031b3f;
  position: absolute;
  top: 0;
  width: 5000px;
  bottom: 0;
  left: 306px;
}  
aside .othercal h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
aside .othercal ul li {
  margin-top: 30px;
}
.profile.contact {
  min-height: 1290px;
}
.lists .text {
  margin-bottom: 30px;
}
.btnlgcont {
  margin-top: 40px;
}
.btnlgcont.funding {
  margin-top: -20px;
}
.singlenews .socshare {
  margin-top: 40px;
}
.imgc.left {
  float: left;
  margin-right: 33px;
}
.imgc video {
  width: 100%;
}
.mobileonly {
  display: none;
}
.animinner {
  position: absolute;
  left: 45px;
  top: 45px;
  bottom: 45px;
  right: 45px;
}
.animinner iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.animinner .animlogo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 550px;
  height: 200px;
  margin: -100px 0 0 -275px;
  background: url('img/intro-logo.png') no-repeat;
  background-size: contain;
}
.animinner .animlogoarrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 24px;
  margin: 144px 0 0 -22px;
  background: url('img/downarrow.png') no-repeat;
  background-size: contain;
}
.infoBox {
  background: white;
  width: 178px;
  padding: 20px 15px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 14px;
}
.infoBox>span {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  background: url("img/mapmarker.png") no-repeat;
}
.infoBox>img {
  display: none;
}

#popupimg {
  display: none;
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 131, 195, .75);
  transition: .5s;
}
#popupimg.show1 {
  display: block;
  opacity: 0;
}
#popupimg.shown {
  display: block;
  opacity: 1;
}
#popupimg>a.close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("img/popup_close.png") no-repeat;
  background-size: contain;
}
#popupimg>.photo {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
}
#popupimg>.photo>img {
  display: block;
}
#popupimg>.download {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  padding: 20px 30px 20px 0;
  margin-left: -130px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  background: #031b3f url("img/downloadicon.png") no-repeat 100% 50%;
  background-size: contain;
  color: white;
  font-size: 32px;
  font-weight: 500;
  font-family: Chevin;
  text-align: center;
}

ul.awardees {
  display: none;
}
.toleftcontent ul.awardees>h2 {
  margin-bottom: 28px;
  margin-top: 48px;
}
ul.awardees li {
  overflow: hidden;
  padding-left: 310px;
  position: relative;
  min-height: 256px;
  margin-bottom: 30px;
}
ul.awardees div.photo {
  width: 256px;
  height: 256px;
  position: absolute;
  left: 0px;
  top: 0;
}
ul.awardees div.photo img {
  display: block;
  width: 256px;
  height: 256px;
  object-fit: cover;
}
.hsepyear {
  position: relative;
  margin-top: 55px;
  margin-bottom: 55px;
  border-top: 1px solid #a1ddd7;
  height: 0;
}
.hsepyear span {
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  line-height: 31px;
  font-size: 32px;
  font-size: 20px;
  color: #002d72;
  background: white;
  padding-right: 25px;
  font-weight: 500;
  font-family: "Chevin", sans-serif;
}
.hsepyear a {
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
  line-height: 31px;
  font-size: 14px;
  color: #031b3f;
  background: white;
  padding-left: 25px;
  padding-right: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.hsepyear a.open {
  background: white url("img/arrowd.png") no-repeat 100% 50%;
  background-size: 19px 19px;
}
.hsepyear a.close {
  background: white url("img/arrowu.png") no-repeat 100% 50%;
  background-size: 19px 19px;
}



.award-tabs {
  
}
.award-tabs>ul {
  display: block;
  margin-top: 40px;
  border-bottom: 1px solid #a1ddd7;
  margin-left: -10000px;
  padding-left: 10000px;
}
.award-tabs>ul>li {
  display: inline-block;
}
.award-tabs>ul>li>a {
  font-weight: bold !important;
  text-decoration: none;
  display: block;
  padding: 2px 6px 2px;
  border: 1px solid transparent;
  margin-bottom: -1px;
  text-transform: uppercase;
  font-size: 14px;
}
.award-tabs>ul>li.active>a {
  border-color: #a1ddd7;
  border-bottom-color: white;
}
.award-tabs>.award-tab {
  display: none;
}
.award-tabs>.award-tab.active {
  display: block;
}

.award-tabs>.award-tab:nth-child(3) .hsepyear {
  margin-bottom: 85px;
}
.award-tabs>.award-tab:nth-child(3) .hsepyear span {
  max-width: calc(100% - 65px);
}


.twitter {
  background: #b9e6e1;
  border-top: 20px solid #031b3f;
  background: #031b3f url("img/bgtiles-transparent.png") no-repeat 50% 50% / 992px 990px;
  overflow: hidden;
  margin-top: -150px;
}
.twitter .twitter-widget {
  width: 700px;
  max-width: calc(100% - 40px);
  margin: 80px auto;
}
.twitter .twitter-widget iframe {
  background: white;
}
.gallery6 {
  position: relative;
}
.gallery6 .container {
  max-width: 1100px;
  padding: 0 10px;
  margin: 60px auto 50px;
}
.gallery6 .container ul {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}
.gallery6 .container ul li {
  width: calc(50% - 22px);
  position: relative;
  overflow: hidden;
}
.gallery6 .container ul li img {
  width: 100%;
  height: 388px;
  object-fit: cover;
  display: block;
}
.gallery6 .container ul li .desc {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #031b3f;
  color: white;
  top: 100%;
  right: 100%;
  box-sizing: border-box;
  padding: 38px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  transition: .3s;
}
.gallery6 .container ul li .desc a {
  text-decoration: underline;
}
.gallery6 .container ul li.open .desc {
  top: 0;
  right: 0;
}
.gallery6 .container ul li > a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 53px;
  color: white;
  text-align: center;
  line-height: 44px;
  background: #40a2d2;
  font-family: "Chevin";
  font-size: 48px;
  font-weight: 600;
}


.toleftcontent .content > div > ul > li.toleftgallery .tlgallery .tlgnav {
  font-size: 14px;
  font-weight: 700;
}
.toleftcontent .content > div > ul > li.toleftgallery .tlgallery .tlgnav .prev,
.toleftcontent .content > div > ul > li.toleftgallery .tlgallery .tlgnav .next {
  overflow: hidden;
  display: inline-block;
  width: 22px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  text-indent: -10000px;
}
.toleftcontent .content > div > ul > li.toleftgallery .tlgallery .tlgnav .prev {
  background-image: url("img/arrowl.png");
  margin-right: 10px;
}
.toleftcontent .content > div > ul > li.toleftgallery .tlgallery .tlgnav .next {
  background-image: url("img/arrowr.png");
  margin-left: 10px;
}
.calendar-container .header {
  padding-left: 0;
  padding-right: 0;
}
