/*body {
    margin: 0;
    width: 100%;
    font-size: 16px;
}*/

.footer-container {
    padding-top: 2rem;
    width: 100% !important;
}

.hcs-container {
    width: 100%;
    background-image: linear-gradient(to bottom, #ffffff, #e3e9f0);
    min-height: 9.375em;
    justify-content: center;
    margin: 0;
    width: 100%;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

.hcs-header__flag {
    position: absolute;
    top: -5.75em;
    left: -6.75em;
    z-index: 0;
    width: 31em;
    height: 14em;
    background-image: url('../images/header-graphics.png');
    background-repeat: no-repeat;
    background-size: 31em 14em;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.hcs-footer {
    max-width: 75em;
    width: 100%;
    padding: 1.25em;
    border-top: 2px solid #cedae4;
}

.hcs-footer__align-center {
    align-items: center;
}

.hcs-footer__copyright {
    color: #878f94;
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    align-self: flex-start;
    margin: 1.5em 0;
}

.hcs-footer__img {
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 4em;
    width: 4em;
    height: 4em;
    display: inline-block;
}

.hcs-footer__img-ois {
    background-image: url('../images/ois-logo.png');
}

.hcs-footer__img-dep {
    background-image: url('../images/coat-1.png');
}

.hcs-footer__link {
    display: inline-block;
    font-size: 1em;
    font-family: "Roboto Condensed", sans-serif;
    vertical-align: middle;
    color: #0064b0;
    margin-left: .5em;

}

.hcs-footer__logo {
    justify-content: space-between;
}

.hcs-footer__logo-item {
    display: inline-block;
}

.hcs-footer__link:visited {
    color: #660066;;
}

.hcs-header {
    max-width: 75em;
    width: 100%;
}

.hcs-header__home {
    position: relative;
    z-index: 0;
    padding-top: 2.75em;
}

.hcs-header__home-img {
    width: 5.6em;
    height: 5.6em;
    background-image: url('../images/logo-icon.png');
    background-repeat: no-repeat;
    background-size: 5.6em;
}

.hcs-header__logo {
    display: flex;
    position: relative;
    margin: 0 .8em;
    width: 30em;
}

.hcs-header__logo-text {
    margin-top: 2.75em;
    margin-left: 1.3em;
}

.hcs-header__subtitle {
    position: relative;
    font-size: 1em;
    line-height: 1.1;
    color: #8e8e8e;
    padding: 20;
    z-index: 1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hcs-header__title {
  position: relative;
  font-size: 3.25em;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  z-index: 1;
}

.hcs-header__title:hover {
    color: #000000;
}