@font-face {
    font-family: 'karla';
    src: url('./fonts/karla/Karla-Regular.woff2') format('woff2'); /* Modern Browsers */
    src: url('./fonts/karla/Karla-Regular.woff') format('woff'); /* Modern Browsers */
    src: url('./fonts/karla/Karla-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karla';
    src: url('./fonts/karla/Karla-Bold.woff2') format('woff2'); /* Modern Browsers */
    src: url('./fonts/karla/Karla-Bold.woff') format('woff'); /* Modern Browsers */
    src: url('./fonts/karla/Karla-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'karla';
    src: url('./fonts/karla/Karla-BoldItalic.woff2') format('woff2'); /* Modern Browsers */
    src: url('./fonts/karla/Karla-BoldItalic.woff') format('woff'); /* Modern Browsers */
    src: url('./fonts/karla/Karla-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'karla';
url('./fonts/karla/Karla-Italic.woff2') format('woff2'); /* Modern Browsers */
url('./fonts/karla/Karla-Italic.woff') format('woff'); /* Modern Browsers */
url('./fonts/karla/Karla-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Franklin Gothic';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/frankgo/FranklinGothic.woff') format('woff');
}

@font-face {
    font-family: 'Franklin Gothic';
    font-style: italic;
    font-weight: normal;
    src: url("./fonts/frankgo/FranklinGothicItalic.woff") format('woff');
}

@font-face {
    font-family: 'Franklin Gothic Condensed';
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/frankgo/FRANKGO.woff") format('woff');
}

* {margin-top:0; padding-top:0}

body {
    font-family: karla;
    background-color: #fff;
}

#page{
    width: 950px;
    height: 3000px;
    margin: 20px auto;
}

#navbar{
    width: 1000px;
    height: 100px;
    position: fixed;
    top: 30px;
    text-align: justify;
    background-color: transparent;
    z-index: 9999;
}

#colorbar{
    display: block;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    /*box-shadow: 0px 0px 12px black;*/
    z-index: 9999;
}

#navbar a, h{
    color:#000000;
    font-family: "Franklin Gothic";
    font-style: normal;
    font-size: 18pt;
    font-weight: normal;
    text-decoration: none;
    padding-right: 27px;
    padding-left: 27px;
    padding-bottom:1px;
}

#navbar > a:last-child {
    padding-right: 0;
}

#navbar > a:first-child{
    padding-left: 0;
}

a span{
    font-family: "Franklin Gothic";
    font-weight: normal;
    font-size: 24pt;
    padding-bottom:1px;
}

#banner{
    text-align: right;
    width: 98%;
    height: 200px;
    margin-bottom: 2.5%;
    margin-top: 13%;
    background-color: transparent;
    background-image: url(./images/people-banner.jpg);
    background-size: 100%;
    background-position: center;
}

#banner img{
    width: 100%;
}

#banner span{
    position: relative;
    top: 160px;
    right: 40px;
    color:  white;
    font-style: normal;
    font-weight: bold;
    font-size: 20pt;
    font-family: karla;
}

#blocks{
    width: 98%;
    height: inherit;
    background-color: white;
}

#blocks .title_l, .title_lf, .title_r{
    font-family: "Franklin Gothic";
    font-style: normal;
    font-weight: normal;
    font-size: 24pt;
    text-align: left;
    border-bottom:medium solid black;
    width: 60%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 3%;
}

#blocks .title_l{
    float: left;
}

#blocks .title_r {
    float: right;
    text-align: right;
    margin-left: 40%;
}

#blocks .title_rf{
    font-family: "Franklin Gothic";
    float: right;
    width: 100%;
    /*height: 22%;*/
    background-color: transparent;
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: hidden;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 20pt;
}

#blocks .info_l{
    display:inline-block;
    float: left;
    width: 24%;
    margin-right: 1%;
    height: 280px;
    background-color: white;
    margin-bottom: 1%
}

.info_l p, h1, h2{
    font-family: karla;
    font-style: normal;
    font-size: 12pt;
    text-align: right;
}

.info_l h1{
    font-size: 15pt;
    margin-top:3%;
}

.info_l h2{
    font-weight: bold;
    margin-top:3%;
    margin-bottom:0;
}

#blocks .info_r{
    display:inline-block;
    float: left;
    width: 24%;
    height: 280px;
    margin-right: 1%;
    background-color: white;
    margin-bottom: 1%;
}

#blocks .info_rs{
    display:inline-block;
    float: left;
    width: 24%;
    height: 200px;
    margin-right: 1%;
    background-color: white;
    margin-bottom: 1%;
}

.info_r p, .info_rs p{
    font-family: karla;
    font-style: normal;
    font-size: 12pt;
    text-align: left;
}

.info_r h1, .info_rs h1{
    margin-top:3%;
    font-family: karla;
    font-style: normal;
    font-size: 15pt;
    text-align: left;
}

.info_r h2, .info_rs h2{
    margin-top:3%;
    font-family: karla;
    font-style: normal;
    font-weight: 600;
    font-size: 12pt;
    text-align: left;
    margin-bottom:0;
}

.info_l a, .info_r a, .info_rs a{
    color: #424242;
    text-decoration: none;
}

#blocks .pic{
    display:inline-block;
    float:left;
    width: 24%;
    height: 280px;
    margin-right: 1%;
    background-color: transparent;
    margin-bottom: 1%;
    overflow: hidden;
}

#blocks #colab_pic{
    display:inline-block;
    float:left;
    width: 40%;
    height: 280px;
    margin-right: 5%;
    background-color: transparent;
    margin-bottom: 1%;
    overflow: hidden;
}

.pic img{
    height: 100%;
}

#colab_pic img{
    height:100%;
}

#colab_pic{
    margin-left: 40px;
    width: 40%;
    float: right;
}

#blocks ul{
    width: 45%;
    float: left;
    font-family: karla;
    font-style: normal;
    font-size: 12pt;
    list-style-type: none;
    margin-bottom: 40px;
}

#blocks li{
    padding-bottom: 0.5%;
}

#blocks span{
    font-weight: 600;
}

table{
    width:100%;
    border-collapse: collapse;
}

th{
    height: 30px;
    color: white;
    background-color: #223366;
    text-align: center;
    padding: 5px 3px 4px 3px;
    border: solid 1px gray;
    text-align: center;
}

td{
    display: table-cell;
    vertical-align: top;
    color: black;
    border: 1px solid gray;
    padding: 5px 10px 4px 10px;
    text-align: left;
}

tr.tr1 td{
    background-color: #CCCCCC;
}

tr.tr2 td{
    background-color: #fff;
}

/*#icons{*/
/*    width: 30%;*/
/*    float: right;*/
/*    margin-right:2%;*/
/*    margin-top: 45px;*/
/*    margin-bottom: 60px;*/
/*}*/

/*#cc{*/
/*    float: left;*/
/*    width: 12%;*/
/*    margin-top: 60px;*/
/*    margin-right: 60px;*/
/*    margin-bottom: 60px;*/
/*    overflow: hidden;*/
/*    background-color: transparent;*/
/*}*/
/*#cc img{*/
/*    width: 100%;*/
/*}*/

/*#links{*/
/*    float: left;*/
/*    width: 45%;*/
/*    margin-top: 65px;*/
/*    margin-bottom: 60px;*/
/*    height: 20px;*/
/*    background-color:transparent;*/
/*    color: black;*/
/*    position: relative;*/
/*}*/


/*#links a{*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    text-transform: none;*/
/*    font-family: "Franklin Gothic";*/
/*    margin-top: 5%;*/
/*    padding-left: 5%;*/
/*    padding-right: 5%;*/
/*}*/

#bottom{
    width: 100%;
    height: auto;
}

#bottom .icons{
    width: 80px;
    float: left;
    margin-left: 48px;
    margin-top: 30px;
    margin-bottom: 60px;
}

#bottom .cc{
    float: left;
    width: 80px;
    margin: 35px 1vw 60px 1vw;
    overflow: hidden;
    background-color: transparent;
}
.cc img{
    width: 70px;
}

#bottom .links{
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    height: auto;
    background-color:transparent;
    font-size: 18pt;
    color: black;
    position: relative;
}


.links a{
    color: black;
    text-decoration: none;
    text-transform: none;
    font-family: "Franklin Gothic";
    padding-left: 48px;
    font-size: 18pt;
    padding-right: 0px;

}