.mits-blue {
    color: #085a97 !important;
}

.franklin {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;  
}

.heavy {
    font-weight: 700;
}

div#mits-container {
    width: 800px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: visible !important;
}

div#header {
    position: relative;
    height: 160px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-bottom: -4px !important;
}

div#mits-logo {
    font-size: 64px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 300px !important;
    /* text-align:left; */
    padding: 0 !important;
    margin: 60px 0px 0px 0px !important;
    background-color: white;
}

div#mits-logo a {
    vertical-align: bottom;
    bottom: -12px;
    position: relative;
}

/* div#logo{
    position:relative;
    float: left;
    margin:auto;
    width:50%;
    text-align:left;
    margin-top:80px;
} */

div#mits-menu {
    position: relative;
    float: right;
    /* bottom: 0; */
    /* right: 0; */
    /* height: 100%; */
    width: 50%;
    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #085a97;
}

div#sites-menu {
    /* margin: 16px 32px 5px 16px; */
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
}

div#about {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 300;
}

ul#sites {
    list-style: none;
    margin-bottom: 1px !important;
    padding-left: 0px;
}

ul#about {
    list-style: none;
    margin-bottom: 1px !important;
    padding-left: 0px;
}

li#about {
    float: right;
    padding: 3px 8px 3px 3px;
}

div#about-desp {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 120px;
    border: solid 1px #dddddd;
    background-color: #eeeeee;
    margin-left: -70px;
    margin-top: 1px;
}

div#about {
    list-style: none;
    margin-bottom: 1px !important;
    padding-right: 8px;
    padding-top: 3px;
    padding-inline-start: 8px !important;
    border: solid 1px #dddddd;
    border-top-left-radius: 6px;
    border-bottom: none;
    line-height: 24px !important;
    /* border-top-right-radius: 6px; */
}

span#about-span:hover {
    cursor: pointer;
}

.mits-menu-links {
    color: inherit !important;
    text-decoration: none;
}

.mits-menu-about-links {
    float: right;
    color: inherit !important;
    text-decoration: none;
}

.mits-menu-links:hover {
    text-decoration: none !important;
    color: rgb(255, 68, 0) !important;
}

.mits-menu-about-links:hover {
    text-decoration: none !important;
    color: rgb(255, 68, 0) !important;
}

.border-bottom {
    border-bottom: solid 1px #999999;
}

.full-line {
    width: 100%;
}
