:root {
  --offred: #e1170b;
  --offwhite: #e5e5e5;
  --offblack: #08060a;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--offred);
  text-decoration: underline;
  transition: color .2s;
}

.d--100 {
  color: var(--offwhite);
  letter-spacing: -.015em;
  font-family: Host Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.d--30 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.body {
  background-color: var(--offblack);
  color: var(--offwhite);
  font-family: Host Grotesk, sans-serif;
  font-weight: 400;
}

.p--30 {
  font-size: 1.1rem;
  line-height: 1.6;
}

.cs-page-wrapper {
  background-image: linear-gradient(#00000003, #00000003), url('../images/tll-blue-bg-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  padding: 2rem;
}

.cs-col {
  width: 50%;
}

.cs-col.is--right {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.cs-row {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.cs-row.full-height {
  height: 90vh;
}

.cs-row.footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 5vh;
}

.cs-logo {
  z-index: 1;
  letter-spacing: -.02em;
  margin-bottom: 5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.cs-contact-list {
  z-index: 1;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.cs-contact-list.hide {
  display: none;
}

.cs-contact-list-item {
  width: 50%;
}

.cs-description {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.cs-page-title {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cs-page-title-wrap {
  max-width: 80%;
}

.sg-logo {
  width: 280px;
}

.underline {
  border-bottom: 5px dotted var(--offred);
  display: inline-flex;
}

.underline.small {
  border-bottom-width: 3px;
  display: inline;
}

.emcg-container {
  z-index: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.emcg-logo {
  opacity: .05;
  width: 66vw;
  position: relative;
  bottom: -2rem;
  right: -2rem;
  transform: translate(0);
}

.loader {
  z-index: 1600;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100.1%;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_column {
  border-right: 1px solid var(--offred);
  background-color: var(--offblack);
  width: 25%;
  height: 100%;
}

.loader_column.is-2 {
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  padding-right: .5em;
  display: flex;
}

.loader_column.is-3 {
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  padding-left: .5em;
  display: flex;
}

.loader_column.is-4 {
  border-right-style: none;
  height: 100%;
}

.red-heading {
  color: var(--offred);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
}

.mailchimp-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 36rem;
  margin-bottom: 0%;
  display: flex;
}

.red-heading-arrow {
  color: var(--offred);
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-image: url('../images/arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.p--copyright {
  opacity: .5;
  color: var(--offwhite);
  font-size: .7rem;
}

.p--whatyouget {
  font-family: Host Grotesk, sans-serif;
  font-size: .9rem;
  line-height: 1.75;
}

.ll-bold {
  font-weight: 700;
}

.image {
  width: 90%;
  max-width: 500px;
}

.form {
  margin-bottom: 15%;
}

.form-block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.small {
  opacity: .3;
  margin-bottom: 0;
  font-size: .8em;
}

.email-input-combo {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-field-mc {
  color: var(--offwhite);
  background-color: #ffffff2b;
  border: 1px solid #e5e5e524;
  border-radius: 2rem;
  height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.875rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.text-field-mc:focus {
  border-color: #0080ff;
}

.text-field-mc::placeholder {
  color: #afafaf;
}

.submit-button-mc {
  border: 1px solid var(--offred);
  background-color: var(--offwhite);
  color: var(--offblack);
  background-image: url('../images/arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border-radius: 2rem;
  height: 56px;
  padding: 12px 42px 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.submit-button-mc:focus {
  border-color: #1352ff;
}

.success-message {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.error-message {
  opacity: 1;
  color: #ffefef;
  background-color: #0000;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: none;
}

.text-block {
  color: #ff2727;
}

.submit-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: baseline;
  margin-top: 2rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .d--100 {
    text-transform: none;
  }

  .link {
    transition: opacity .2s, color .2s;
  }

  .link:hover {
    opacity: .6;
  }
}

@media screen and (min-width: 1440px) {
  .d--100 {
    letter-spacing: -.02em;
    font-size: 5.5rem;
    line-height: 1.05;
  }

  .body {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .loader_column {
    display: none;
  }

  .loader_column.is-2, .loader_column.is-3 {
    width: 50%;
    min-width: auto;
  }

  .loader_column.is-4 {
    display: none;
  }

  .red-heading {
    font-size: 11vw;
  }
}

@media screen and (max-width: 767px) {
  .d--100 {
    font-size: 4rem;
  }

  .cs-page-wrapper {
    padding: 1.75rem;
  }

  .cs-col {
    width: 100%;
  }

  .cs-col.is--right {
    flex-direction: column-reverse;
  }

  .cs-row {
    flex-direction: column;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .cs-contact-list {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .cs-description {
    max-width: 24rem;
  }

  .cs-page-title {
    display: block;
    position: static;
  }

  .cs-page-title-wrap {
    max-width: 37rem;
    padding-right: 2rem;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-1 {
    display: none;
  }

  .loader_column.is-2 {
    border-left-style: none;
  }

  .loader_column.is-3 {
    border-right-style: none;
  }

  .loader_column.is-4 {
    display: none;
  }

  .red-heading {
    font-size: 10vw;
  }

  .text-field-mc, .submit-button-mc {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    letter-spacing: -.01em;
    font-size: 2.5rem;
  }

  .p--30 {
    font-size: 1rem;
  }

  .cs-page-wrapper {
    background-image: linear-gradient(#0000, #0000), url('../images/tll-blue-bg-1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 130vh;
    background-attachment: scroll, fixed;
    height: auto;
    min-height: 100vh;
    padding: 1.5rem 1.5rem 3rem;
  }

  .cs-logo {
    margin-bottom: 5rem;
  }

  .cs-logo.w--current {
    margin-bottom: 2rem;
  }

  .cs-contact-list {
    flex-direction: column;
    margin-top: 1.5rem;
    display: block;
  }

  .cs-contact-list-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .cs-contact-list-item.is--last {
    margin-bottom: 0;
  }

  .cs-description {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .cs-page-title-wrap {
    padding-right: 0;
  }

  .sg-logo {
    width: 220px;
  }

  .underline {
    flex-flow: column;
    align-items: flex-start;
    display: inline;
  }

  .emcg-container {
    display: none;
  }

  .emcg-logo {
    bottom: -1rem;
    right: -1rem;
  }

  .loader_column.is-2 {
    padding-right: .5em;
  }

  .loader_column.is-3 {
    padding-left: .5em;
  }

  .red-heading {
    font-size: 10vw;
  }

  .mailchimp-form {
    margin-bottom: 0%;
  }

  .red-heading-arrow {
    background-position: 0 5px;
  }

  .email-input-combo {
    flex-direction: column;
  }
}


