body {
    margin: 0;
    width: 100%;
}

*:active {
    outline: none;
}

.copy {
    display: none;
    background-color: #fff;
    padding: 1rem 0;
    width: 100%;
}

.default {
    display: block;
}

.footer {}

.header {
    background: #fff;
    box-shadow: 1px 1px 1px #0000004d;
    height: 114px;
    padding: 0 10%;
}

.intl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.intlLink {
    align-items: center;
    background: transparent;
    color: #ffffff;
    display: flex;
    flex-flow: column;
    flex-grow: 0;
    padding: 1rem 0.2rem;
    text-decoration: none;
}

.intlLink:hover {
    background-color: #e8e8e8;
    color: #224B50;
}

.intlMap {
    height: 119px;
    width: 119px;
}

.intlName {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
    padding: 1rem 0 0;
    text-transform: uppercase;
}

.intlURL {
    color: #00205b;
    font-size: 0.8rem;
    padding: 0.5rem 0;
}

.logo {
    margin-top: 25px;
    width: 160px;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.image-row img {
  max-height: 150px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.mainContent {
    padding: 2rem 10% 0;
}

.nav {
    background-color: #F2F2F2;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.nav a {
    color: black;
    display: block;
    flex-grow: 1;
    font-size: 20px;
    line-height: 2.5;
    min-width: 121px;
    text-decoration: none;
    text-align: center;
}

.nav a:hover {
    background-color: #75787B;
    color: #fff;
}

.page {
    background: #224B50;
    color: #ffffff;
    font-family: sans-serif;
    line-height: 1.5;
    width: 100%;
    padding-bottom: 15px;
}

:target {
    display: block;
}

:target ~ .default {
    display: none;
}
