* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #fff;
  background-color: #040404;
  font-family: "Red Hat Text", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.25rem;
  margin-bottom: -8px;
}

p,
li {
  font-size: 0.9375rem;
}

a {
  color: #ed7b23;
}

.textDelimiter {
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}

.nonPermanentTextDelimiter {
  color: #040404;
}

@media screen and (min-width: 415px) {
  .nonPermanentTextDelimiter {
    color: #fff;
  }
}

abbr {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: help;
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.emphasisForLegalReasons {
  text-transform: uppercase;
}

.pageContainer {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 520px) {
  .pageContainer {
    width: 80vw;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.homepageContainer {
  grid-template-rows: 60px 1fr auto;
}

.pageHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .pageHeader {
    padding: 40px 0;
    margin-bottom: 30px;
  }
}

.mainNav {
  padding-bottom: 0;
  margin: 0 0 5px;
}

.navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  padding: 0;
}

.navList_item {
  margin-left: 10px;
  color: #ed7b23;
}

.navList_item:not(:first-child) {
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.activeMenuItem {
  font-weight: bold;
}

.page_home .mainNav {
  padding-bottom: 25px;
}

body:not(.page_home) .navList {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.8;
}

body:not(.page_home) .navList_item:not(:first-child) {
  border-left: none;
}

@media screen and (min-width: 450px) {
  body:not(.page_home) .navList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
  }

  body:not(.page_home) .navList_item:not(:first-child) {
    border-left: 1px solid #fff;
  }
}

.homepageContent p {
  font-size: 1.0625rem;
}

@media screen and (min-width: 360px), screen and (min-height: 520px) {
  .homepageContent p {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 450px), screen and (min-height: 675px) {
  .homepageContent p {
    font-size: 1.1875rem;
  }
}

.content h1 {
  margin: 0;
  font-size: 1.5rem;
}

.content h2 {
  margin: 1.5em 0 0;
  font-size: 1.25rem;
}

.content h3 {
  margin: 1.5em 0 0;
  font-size: 1.125rem;
}

.content h4 {
  margin: 1.5em 0 0;
  font-size: 1rem;
}

.content h1 + h2 {
  margin-top: 1em;
}

.content h2 + h3 {
  margin-top: 1em;
}

.content h3 + h4 {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .content h1 {
    font-size: 1.75rem;
  }

  .content h2 {
    margin-top: 2em;
    font-size: 1.5rem;
  }

  .content h3 {
    margin-top: 2em;
    font-size: 1.25rem;
  }

  .content h4 {
    margin-top: 2em;
  }

  .content h1 + h2 {
    margin-top: 1em;
  }

  .content h2 + h3 {
    margin-top: 1em;
  }

  .content h3 + h4 {
    margin-top: 1em;
  }
}

.logoContainer {
  margin: 0;
}

.logo {
  height: 150px;
  width: 130px;
}

.page_home .logoContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 35px;
}

@media screen and (min-width: 768px) {
  body:not(.page_home) .logo {
    height: 175px;
    width: 152px;
  }
}

.addressList_definition {
  margin-left: 0;
}

.addressList_definition + .addressList_term {
  margin-top: 1rem;
}

@media screen and (min-width: 380px) {
  .addressList_term {
    clear: left;
    float: left;
    width: 70px;
  }

  .addressList_definition {
    margin-left: 75px;
  }

  .addressList_definition + .addressList_term {
    margin-top: 0;
  }
}

.pageFooter {
  color: #ed7b23;
  border-top: 1px solid #ed7b23;
  margin-top: 20px;
  padding-bottom: 12px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pageFooter {
    margin-top: 40px;
  }
}

.pageFooter p {
  line-height: 1.8;
}

.ie9-and-below .pageFooter {
  margin-top: 40px;
}

@media screen and (min-width: 475px), screen and (min-height: 725px) {
  .page_home .logoContainer {
    margin-top: 15px;
    margin-bottom: 50px;
  }

  .page_home .logo {
    height: 170px;
    width: 147px;
  }

  .pageFooter {
    margin-top: 40px;
  }
}

@media screen and (min-width: 475px) and (-ms-high-contrast: none), screen and (min-width: 475px) and (-ms-high-contrast: active), screen and (min-height: 725px) and (-ms-high-contrast: none), screen and (min-height: 725px) and (-ms-high-contrast: active) {
  .pageFooter {
    margin-top: 60px;
  }
}

@media screen and (min-width: 475px), screen and (min-height: 725px) {
  .ie9-and-below .pageFooter {
    margin-top: 60px;
  }
}

@media screen and (min-width: 475px) {
  .pageFooter p {
    line-height: 1.5;
  }
}

@media screen and (min-width: 520px), screen and (min-height: 768px) {
  .page_home .logoContainer {
    margin-top: 20px;
    margin-bottom: 55px;
  }

  .page_home .logo {
    height: 200px;
    width: 173px;
  }
}

@media screen and (min-width: 550px) {
  h2 {
    font-size: 1.375rem;
  }

  p,
  li {
    font-size: 1rem;
  }
}

@media screen and (min-width: 640px) and (min-height: 768px) {
  .page_home .logoContainer {
    margin-top: 30px;
    margin-bottom: 65px;
  }

  .page_home .logo {
    height: 225px;
    width: 195px;
  }

  .homepageContent p {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1024px) and (min-height: 850px) {
  .page_home .logoContainer {
    margin-top: 40px;
    margin-bottom: 75px;
  }

  .page_home .logo {
    height: 250px;
    width: 217px;
  }
}

