/* colors */
/* clearBoth */
/* breakpoints */
/* font */
footer {
  background-color: #315280;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  color: #eef0f3; }
  footer a {
    display: inline-block;
    vertical-align: middle; }
    footer a:link {
      color: #eef0f3; }
    footer a:active {
      color: #eef0f3; }
    footer a:visited {
      color: #eef0f3; }
    footer a:hover {
      color: #eef0f3; }

.footerBox {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .footerBox {
      display: block;
      align-items: inherit;
      justify-content: inherit; } }

.BrandLogo {
  margin: 0 100px 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .BrandLogo .cna_logo {
    width: 70px;
    margin-right: 15px; }
  .BrandLogo .gv_logo {
    width: 130px;
    margin-top: -5px; }
  @media screen and (max-width: 1024px) {
    .BrandLogo {
      margin: 0 25px 0 0; } }
  @media screen and (max-width: 768px) {
    .BrandLogo {
      justify-content: flex-start;
      margin: 0 0 20px 0; } }

.websitemap {
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    .websitemap {
      font-size: 16px; } }
  .websitemap .fcol {
    width: 120px;
    font-weight: bold; }
  .websitemap .inlinemap {
    width: calc(100% - 120px);}
  .websitemap .fhint {
    margin-right: 15px;
    margin-bottom: 8px; }
    @media screen and (max-width: 600px) {
      .websitemap .fhint {
        padding: 0 0 10px 0;
        display: inline-block; } }
  .websitemap li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .websitemap li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .websitemap .fcol {
      width: 100px; }
    .websitemap .inlinemap {
      width: calc(100% - 100px); } }
