:root {
  --goldenrod: #d0b350;
  --dark: #232d33;
  --white: white;
  --deep-sky-blue: #43b2f0;
}

body {
  color: #333;
  background-color: #242e33;
  background-image: url('../images/monument-transparent-logo.svg');
  background-position: -225px -272px;
  background-repeat: no-repeat;
  background-size: 860px;
  background-attachment: fixed;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--goldenrod);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din condensed bold, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: #d0b350;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Din condensed bold, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transition: left .2s ease-in;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #d0b350;
}

a:focus {
  color: rgba(208, 179, 80, .75);
}

.information {
  width: 600px;
  max-width: 600px;
  color: var(--dark);
  text-indent: 0;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  transition: opacity 1.1s;
}

.information.bigltr {
  color: var(--dark);
  padding-left: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
}

.information.exception {
  margin-bottom: 0;
}

.information.smtype {
  letter-spacing: .1em;
  text-indent: 2px;
  text-transform: uppercase;
  font-family: Din condensed bold, sans-serif;
  font-size: .8em;
  font-weight: 700;
}

.columns {
  max-width: 800px;
  color: #fff;
  margin-top: 30px;
  font-family: Assistant, sans-serif;
  position: static;
}

.cta {
  min-width: 160px;
  float: none;
  clear: left;
  border: 2px solid var(--goldenrod);
  background-color: var(--goldenrod);
  text-align: center;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 10px 32px;
  display: inline-block;
}

.cta:hover {
  background-color: rgba(0, 0, 0, 0);
}

.cta:active {
  border-color: var(--dark);
  color: var(--dark);
}

.cta:focus {
  color: #fff;
}

.cta.afterh2 {
  min-width: 160px;
  border: 2px solid var(--goldenrod);
  background-color: var(--goldenrod);
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 24px;
  font-family: Assistant, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.cta.afterh2:hover {
  color: var(--goldenrod);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
}

.cta.afterh2:active {
  color: var(--goldenrod);
  margin-top: 15px;
}

.cta.afterh2:focus {
  color: #fff;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
}

.logo {
  max-width: 300px;
  min-width: 200px;
  float: none;
  clear: none;
  text-align: left;
  margin: 15px auto;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.logo.w--current {
  min-width: 300px;
  text-align: center;
}

.redchair {
  background-color: #fff;
  background-image: none;
}

.mobilelogo {
  max-width: 100%;
}

.lastsection {
  display: none;
}

.largetext {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.pagecontainer {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  color: var(--white);
  background-color: #fff;
  background-image: url('../images/monument-logo-03.svg');
  font-size: 16px;
}

.link {
  color: var(--dark);
}

.section {
  width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
}

.section-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.heading {
  width: 600px;
  margin-top: 40px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.75em;
}

.heading-2 {
  font-size: 1em;
  line-height: 1em;
}

.container {
  max-width: 600px;
}

.heading-3 {
  margin-top: 32px;
}

html.w-mod-js [data-ix="glide-down"], html.w-mod-js [data-ix="fadein"], html.w-mod-js [data-ix="fadein-2"], html.w-mod-js [data-ix="fadein-wait"] {
  opacity: 0;
}

html.w-mod-js [data-ix="long-fade"] {
  opacity: 0;
  transform: translate(0);
}

@media screen and (max-width: 991px) {
  .information, .section-2, .heading {
    width: 560px;
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .information {
    width: 500px;
    max-width: 500px;
    color: var(--dark);
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
  }

  .information.bigltr {
    color: var(--dark);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
  }

  .cta {
    width: 200px;
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .logo {
    float: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .hiddenlogo {
    height: 100%;
    text-align: center;
  }

  .lastsection {
    height: 200px;
    display: block;
  }

  .body {
    background-color: var(--white);
    background-image: url('../images/monument-logo-03.svg');
    background-position: 50% -54%;
    background-size: 500px;
  }

  .link {
    color: var(--dark);
    font-size: 1em;
    line-height: 1em;
  }

  .section, .section-2, .heading {
    width: 500px;
    max-width: 500px;
  }

  .container {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -200px -260px;
    background-size: 720px;
    background-attachment: fixed;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    text-align: center;
    letter-spacing: 1.25px;
    margin-top: 0;
  }

  a {
    color: #fff;
  }

  a:hover {
    color: #d0b350;
  }

  a:focus {
    color: rgba(208, 179, 80, .75);
  }

  .information {
    width: 320px;
    color: var(--dark);
    text-align: center;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1em;
    display: block;
  }

  .information.bigltr {
    width: 300px;
    color: var(--dark);
    margin-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    width: 250px;
    text-align: center;
    border-style: solid;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta:hover {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
  }

  .cta.afterh2 {
    border-style: solid;
    margin-top: 16px;
  }

  .cta.afterh2:hover {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
  }

  .cta.afterh2:active {
    margin-top: 40px;
  }

  .logo {
    width: 100px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .logo.w--current {
    width: 150px;
  }

  .mobilelogo {
    width: 165px;
    transform: translate(0);
  }

  .hiddenlogo {
    height: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: inline;
    position: relative;
    bottom: 0;
  }

  .lastsection {
    height: 150px;
    position: relative;
    top: 0;
    left: 0;
  }

  .body {
    background-color: #fff;
    background-image: url('../images/monument-logo-03.svg');
    background-position: 50% -90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .link {
    color: var(--dark);
  }

  .section {
    width: 320px;
    max-width: 320px;
  }

  .section-2 {
    width: 100%;
    max-width: 320px;
  }

  .heading {
    width: 320px;
    max-width: 320px;
  }

  .div-block {
    border: 1px solid #e7e7e7;
    margin: 60px 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Din condensed bold';
  src: url('../fonts/DIN-Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}