html {
    font-size: 14px;
}

main a {
    text-decoration: underline;
    font-size: 16px;
}

a:link, a:visited, a:active {
    color: #00355E;
    text-decoration: none;
}

a:hover {
    color: #0C87FF;
    text-decoration: underline;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 20px;
}

/* Style the header */
header {
    height: 72px;
    width: 100vw;
    position: fixed;
    left: 0;
    top: -10px;
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    background: #00355E;
    border-bottom: 6px solid #bdcc42;

}

/* Style the footer */
footer {
    border-top: #c7c4c4 solid 1px;
    padding-top: 10px;
    height: 50px;
    display: flex;
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    background: white;
}

ul.xsd {
    list-style-type:circle;
    color: #999999;
}

ul li {
    padding: 5px 0;
}

h4 {
    color: #1D3649;
    font-size: 13px;
}

h3 {
    color: #7E9AAA;
    font-size: 24px;
}

#main {
    padding: 3% 3% 3% 3%;
}

.content {
    padding-top: 72px;
    margin-bottom: 50px;
}

.row {
    flex-wrap: nowrap !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 10px;
}

.logo {
  position: absolute;
  top: 28px;
  left: 10px;
  height: 44px;
  width: 7em;
}

.logo-wrap {
    width: 33vw;
    display: flex;
    align-items: center;
}

.app-name {
    position: absolute;
    top: 37px;
    left: 171px;
    bottom: 43px;
    font-size: 18px;
    font-style: italic;
    color: #fff;
}


.account-wrap {
    width: 33vw;
    padding-top: 40px
}

.account-wrap span {
    cursor: pointer;
    color: white;
    opacity: 0.8;
    font-size: 14px;
    float: right;
    padding-right: 100px;
}


.main-footer {
    position: fixed;
    bottom: 0;
    background:    white;
    border-bottom: 1px solid black;
    display:       grid;
}

.footer-left {
    width: 10vw;
}

.footer-middle {
    width: 65vw;
}

.version {
    color:       #9aa3a8;
    font-size:   12px;
    font-weight: bold;
    padding: 5px 15px 0px 0px;
    margin-top:  0;
    white-space: nowrap;
}

.copyright {
    color: #9aa3a8;
    font-size: 10px;
    margin:    0;
    padding: 2px 2px;
}

.external-links {
    grid-column: 3;
    grid-row:    1;
    padding:     5px;
    text-align:  center;
}

.external-links a {
    color:     #00355E;
    font-size: 12px;
    opacity:   0.6;
}

.link-wrapper {
    display: grid;
    position: relative;
    right: 20px;
}

.link1 {
    grid-column:  1;
    grid-row:     1;
    color: #9aa3a8;
}

.link2 {
    grid-column:  2;
    grid-row:     1;
    color: #9aa3a8;
}

.link3 {
    grid-column: 3;
    grid-row:    1;
}

.link-wrapper div {
    padding: 1px;
    white-space: nowrap;
}

.layout-pane-1 {
    float: left;
    height: 50%;
    width: 70%;
}

.layout-pane-2 {
    float: left;
    height: 50%;
    width: 25%;
    margin-top: 25px;
}

.separator {
    color: #999999;
}
