.header--single {
  background: transparent;
  background-color: rgba(255, 255, 255, 0);
  -ms-grid-rows: auto 60px auto auto;
  grid-template-rows: auto 60px auto auto; }
  .header--single:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: -40px;
    left: 0;
    content: '';
    background: linear-gradient(white 0%, rgba(255, 255, 255, 0.738) 35.2%, rgba(255, 255, 255, 0.541) 47.2%, rgba(255, 255, 255, 0.382) 57.6%, rgba(255, 255, 255, 0.278) 65.2%, rgba(255, 255, 255, 0.194) 72%, rgba(255, 255, 255, 0.126) 78.4%, rgba(255, 255, 255, 0.075) 84.16%, rgba(255, 255, 255, 0.042) 88.88%, rgba(255, 255, 255, 0.021) 92.8%, rgba(255, 255, 255, 0.008) 96.16%, rgba(255, 255, 255, 0.002) 98.56%, rgba(255, 255, 255, 0) 100%); }

.header__navigation {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 10px; }

.id__home--folder .header__logo {
  visibility: hidden; }

.navigation__secondary--single {
  outline: 1px solid red; }

.horizontal-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.horizontal-list ul {
  list-style-type: none; }

.horizontal-list li {
  padding: 3%; }

p.highlight2 {
  position: relative;
  margin: 0 0 2rem;
  padding: 0.25rem 0 0.25rem 1.5rem; }

p.highlight2:last-child {
  margin: 0; }

p.highlight2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: '';
  border-radius: 2px;
  background: rgba(37, 112, 223, 0.5); }

.boxes.twocolumn .container {
  min-height: 50vw; }

.boxes.threecolumn .container {
  min-height: 33.3vw; }

.boxes.fourcolumn .container {
  min-height: 25vw; }

.boxes .column__content {
  z-index: 1;
  margin: 3vw;
  color: #00126b;
  background-color: rgba(255, 255, 255, 0.7); }

.section__footer.darken-top:after {
  background: linear-gradient(to bottom, black 20%, rgba(0, 0, 0, 0) 100%); }

.postcards {
  padding: 8vw 5vw;
  background: linear-gradient(to top, black 20%, rgba(0, 0, 0, 0) 100%); }
  .postcards h2 {
    font-size: 2.3rem;
    line-height: 1.3; }
  .postcards p {
    font-size: 1.8rem;
    line-height: 1.3; }
  .postcards .column2__content .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 240px;
    padding-right: 50px !important;
    text-align: center;
    background: linear-gradient(-25deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 100%); }
  .postcards .featureimage {
    border: 10px solid white;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5); }
  .postcards .column1 {
    z-index: 1;
    -webkit-transform: rotate(-8deg) translateX(2vw);
            transform: rotate(-8deg) translateX(2vw); }
  .postcards .column2 {
    z-index: 2;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5); }
  .postcards .column3 {
    z-index: 3;
    -webkit-transform: rotate(7deg) translateX(-2vw);
            transform: rotate(7deg) translateX(-2vw); }


