body {
    background-color: #F7FFFF;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #3C3B3B;
    line-height: 33px;
}

a:link, a:visited{
    font-weight: 600;
    font-size: 19px;
    color: #0077FF;
/*    color: #0631EA; */
    text-decoration: none;

}

a:hover {
    color: #121CBC;
    transition: all 0.5s;
/*    background-image: linear-gradient(to bottom, #fff, #fff 50%, #E4F0F4 50%, #E4F0F4); */

    
}

.content {
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 1163px;
    overflow: auto;
}

.nav {
    margin: auto;
    width: 98%;  
    overflow: auto;
/*  padding-bottom: 22px; */
    height: 100px;
    max-height: 100px;
}

.nav li {
    display: inline;
    float: left;
}

.nav li.right {
    float: right;
}

.nav a {
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;;
    margin: 4px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-right: 3px solid #F7FFFF; 
    border-bottom: 3px solid #F7FFFF; 
    margin-top: 2px;
}

.nav a:hover {
    background-color: #E4F0F4; 
/*    background-image: linear-gradient(to bottom, #fff, #fff 40%, #E4F0F4 60%, #E4F0F4); */
    transition: all 0.3s;
    border-radius: 5px;
    border-right: 3px solid #F7FFFF; 
    border-bottom: 3px solid #F7FFFF; 
    margin-top: 2px;
}

.nav-active {
    color: #000;
/*    background-color: #E4F0F4; 
    background-image: linear-gradient(to bottom, #fff, #fff 92%, #E4F0F4 08%, #E4F0F4);  */
}

.logo-art {
    height: 40px;
    width: 226px;
    padding-top: 4px;
}


a.logo-link  {
    margin: 0px;
    padding: 0px;
    margin-right: 35px;
    padding: 4px;
    padding-right: 8px;
}

a:hover.logo-link  {
    transition: all 0.3s;
    margin-top: 0px;
    padding: 4px;
    padding-right: 8px;
    background-color: #F7FFFF;
}

.hero {
    font-weight: 400;
    font-size: 38px;
    color: #08556F;
    line-height: 51px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}

.home-illustrations {
    max-width: 1000px;
    margin: auto;
}

.home-background {
    width: 100%;
    background-image: linear-gradient(to bottom, #fff, #fff 50%, #E4F0F4 50%, #E4F0F4);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;

}

.home-background-reverse {
    width: 100%;
    background-image: linear-gradient(to bottom, #E4F0F4, #E4F0F4 50%, #fff 50%, #fff);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.home-background-clear {
    width: 1200px;
    margin: auto;
}

.tmp-img {
    width: 100%;
    max-width: 1196px;
    height: auto;
}

.hero-illustration {
    width: 25%;
}

.hero-img {
    max-width: 198px;
    height: auto;
}

.home-intro {
    max-width: 1140px;
    margin: auto;
    background-color: #141E27;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #73E3D1;
    line-height: 30px;;
    padding: 30px;
}

h1.home-title {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    color: #73E3D1;
    line-height: 32px;
    margin-bottom: 20px;
}

.home-photo {
    max-width: 610px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.intro {
    margin: auto;
    max-width: 800px;
    overflow: auto;
}

.intro2 {
    margin: auto;
    max-width: 700px;
    overflow: auto;
}

/* tmp
save image */
.responsive {
    width: 100%;
    max-width: 819px;
    height: auto;
}

.footer {
    width: 100%;
    height: 300px;
    background: #141E27;
    margin-top: 75px;
}


/* Grid */
.row {
    display: flex;
    margin-bottom: 25px;
}

.column {
    flex: 50%;
}

.team-horizontal {
    flex: 50%;
    overflow: auto;
    display: flex;
}

.team-short {
    flex: 33.333%;
    border-left: 4px solid #9FD5CC;
    padding-left: 20px;
    margin-bottom: 35px;
}


.horizontal-name {
    width: 60%;
/*    height: 200px; */
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: auto;
}

.vertical-name {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.team-name {
    font-weight: 500;
    font-size: 20px;
    color: #002775;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}

.team-description {
    font-weight: 400;
    font-size: 17px;
    color: #434D61;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}

.team-institution {
    font-weight: 400;
    font-size: 17px;
    color: #8398C1;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0px;
    padding: 0px;   
}

.portrait {
    border: 5px solid #ADD8D8;
    width: 180px;
    height: 180px;
    border-radius: 50%; 
    margin-right: auto;
    display: flex;
}

.portrait-center {
    border: 5px solid #ADD8D8;
    width: 180px;
    height: 180px;
    border-radius: 50%; 
    margin: auto;
    display: flex;
}

/*
.portrait-image {
    width: 100%;
    max-width: 155px;
    height: auto;
}
*/

.portrait img,.portrait-center img {
    border-radius: 50%;
    margin-top: 7px;
    margin-left: 7px;
    max-width: 166px;
    max-height: 166px;
    align-items: center;
    width: 100%;
    height: auto;
    max-width: 166px;
}

.team-vertical {
    flex: 25%;
}



/* Text Styles */

p {
    margin-top: 0px;
}

h1 {
	font-weight: 400;
	font-size: 61px;
/*	color: #27C0A7; */
    color: #03D1AF;
	text-align: center;
    margin: 0px;
    padding-top: 35px;
    padding-bottom: 32px;
}

h2 {
    font-weight: 400;
    font-size: 33px;
    color: #002775;
    line-height: 51px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
}

h2.team {
    font-weight: 400;
    font-size: 42px;
    color: #002775;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

h3.team {
    font-weight: 500;
    font-size: 27px;
    color: #002775;
}

h3.services {
    font-weight: 500;
    font-size: 23px;
    color: #002775;
    line-height: 33px;
    padding-bottom: 0px;
    margin-bottom: 8px;

}

.overview {
    font-weight: 600;
    font-size: 21px;
    color: #162150;
    text-align: center;
    line-height: 35px;
    margin: 0px;
    overflow: auto;
    padding-bottom: 18px;
}

.rule {
    border-top: 1px solid #B0C4CA;
    width: 115px;
    overflow: auto;
    margin: auto;
    margin-top: 8px;
    padding-bottom: 24px;
}

.page-content {
    margin: auto;
    max-width: 830px;
    overflow: auto;
}

.page-leadership {
    margin: auto;
    max-width: 1030px;
    overflow: auto;
}

/* Forms */

input[type=text] {
    border: 2px solid #8398C1;
    border-radius: 5px;
    height: 20px;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    padding: 8px 12px;
    margin-left: 2px;
    width: 95%;
}

input[type=text]:focus {
    border: 2px solid #03D1AF;
    outline: none;
}

textarea {
    border: 2px solid #8398C1;
    border-radius: 5px;
    height: 60px;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    padding: 8px 12px; 
    margin-left: 2px;
    width: 95%;
}

textarea:focus {
    border: 2px solid #03D1AF; 
    outline: none;
}


input[type=submit] {
    border-radius: 6px;
    padding: 11px;
    border: none;
    color: #fff;
    background-color: #002775;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
}

input[type=submit]:hover {
    background-color: #0077FF;
    transition: .4s all;
}