body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #6e6f78;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 46px;
  line-height: 58px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-bottom: 12px;
  color: #6e6f78;
}

a {
  border-bottom-width: 1px;
  border-bottom-color: #ededf0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #eb4859;
  text-decoration: none;
}

a:hover {
  color: #ff5c6f;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/Triangle-Divider.svg');
  background-position: 0px 11px;
  background-size: 7px;
  background-repeat: no-repeat;
  color: #3b3b58;
}

label {
  display: block;
  padding-top: 12px;
  font-family: Raleway;
  color: #3b3b58;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -30px;
  padding: 0px 0px 0px 26px;
  border-left: 4px solid #eb4859;
  color: #3b3b58;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
}

.p-large {
  margin-bottom: 12px;
  color: #6e6f78;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}

.p-large.highlited {
  color: #3b3b58;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #a0a0aa;
  font-size: 14px;
  line-height: 26px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg {
  background-color: #3b3b58;
}

.style-guide-color.active-color {
  background-color: #eb4859;
}

.style-guide-color.headings {
  background-color: #3b3b58;
}

.style-guide-color.default-copy {
  background-color: #6e6f78;
}

.style-guide-color.light-copy {
  background-color: #a0a0aa;
}

.style-guide-color.hover-color {
  background-color: #ff5c6f;
}

.style-guide-color.light-grey-bg {
  background-color: #f5f5f7;
}

.style-guide-color.dividers {
  background-color: #ededf0;
}

.style-guide-color.active-color-2 {
  background-color: #3cc7d7;
}

.style-guide-color.hover-color-2 {
  background-color: #4cdfd7;
}

.button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  border-radius: 4px;
  background-color: #eb4859;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ff5c6f;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  text-decoration: none;
}

.button.small {
  padding: 12px 36px;
  font-size: 13px;
  line-height: 23px;
}

.section {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.tint {
  background-color: #f5f5f7;
}

.section.narrow {
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.narrow.tint {
  background-color: #f5f5f7;
}

.section.fw-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell {
  padding: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell._67-percent {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._33-percent {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.block {
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #ededf0;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.04);
}

.fluid-cell.block {
  margin: 2%;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #ededf0;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.04);
}

.fluid-cell.block.login {
  width: 40vw;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.invert {
  color: #fff;
}

.subheading {
  margin-top: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #a0a0aa;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fake-h1 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 46px;
  line-height: 58px;
  font-weight: 400;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}

.fake-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.fake-h5:hover {
  text-decoration: none;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ededf0;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #ededf0;
}

.fake-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Merriweather, serif;
  color: #3b3b58;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.fake-h6:hover {
  text-decoration: none;
}

.fake-h6.invert {
  color: #fff;
}

.table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.table-cell.first {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 10;
  max-width: 400px;
  min-width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.table-cell.first.tint {
  background-color: #f5f5f7;
}

.table-cell.first.yellow {
  background-color: #fff69a;
}

.table-cell.first.red {
  background-color: #fbe5d6;
}

.table-cell._700 {
  max-width: 700px;
  min-width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.table-cell._700.tint {
  background-color: #f5f5f7;
}

.table-cell._30 {
  max-width: 30px;
  min-width: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.table-cell._30._1 {
  background-color: #92d050;
  color: #fff;
}

.table-cell._30._2 {
  background-color: #70ad47;
  color: #fff;
}

.table-cell._30._3 {
  background-color: #5e9439;
  color: #fff;
}

.table-cell._30._4 {
  background-color: #ffea00;
  color: #fff;
}

.table-cell._30._5 {
  background-color: #ffc000;
  color: #fff;
}

.table-cell._30._6 {
  background-color: #ed7d31;
  color: #fff;
}

.table-cell._30._7 {
  background-color: #cf641b;
  color: #fff;
}

.table-cell.second {
  position: -webkit-sticky;
  position: sticky;
  left: 400px;
  max-width: 100px;
  min-width: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  text-align: center;
}

.table-cell.second.top {
  background-color: #f5f5f7;
}

.table-cell.second.tint {
  background-color: #f5f5f7;
}

.table-cell._210 {
  max-width: 210px;
  min-width: 210px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.table-cell._210.tint {
  background-color: #f5f5f7;
}

.table-cell._100 {
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.table-cell._100.tint {
  background-color: #f5f5f7;
}

.table {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: auto;
  max-height: 93vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3110px;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.table-row.first {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  min-height: 60px;
}

.table-row.second {
  min-height: 70px;
}

.table-row.tint {
  background-color: #f5f5f7;
}

.date {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
  line-height: 20px;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vh;
  min-height: 60px;
  padding: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b3b58;
}

.cell-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #3b3b58;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-button {
  width: 7vh;
  height: 7vh;
  min-height: 60px;
  min-width: 60px;
  margin-right: -12px;
  margin-left: 24px;
  background-color: #eb4859;
  background-image: url('../images/Menu-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-button.close {
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 60px;
  background-color: #eb4859;
  background-image: url('../images/Menu-close-icon.svg');
}

.logo-link {
  width: 7vh;
  height: 7vh;
  min-height: 60px;
  min-width: 60px;
  background-image: url('../images/PPM-Logo_1PPM Logo.png');
  background-position: 50% 50%;
  background-size: 49px;
  background-repeat: no-repeat;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b3b58;
}

.nav-link {
  display: inline-block;
  padding: 2% 18px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ff5c6f;
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #ff452c;
  color: #fa632a;
}

.form-item-wrap {
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}

.form-item-wrap.action {
  padding-top: 12px;
}

.form-item-wrap.action {
  padding-top: 12px;
  border-bottom-style: none;
}

.form-block {
  margin-bottom: 0px;
}

.form-block.reduced-spacing {
  margin-bottom: 0px;
  padding-top: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.button-2 {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  border-bottom: 4px solid #eb4859;
  border-radius: 3px;
  background-color: #ff5c6f;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  border-bottom-color: #d43f4f;
  background-color: #eb4859;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  text-decoration: none;
}

.text-field {
  padding: 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededf0;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b3b58;
  font-size: 16px;
  line-height: 28px;
}

.text-field:focus {
  border-color: #3b3b58;
}

.text-field::-webkit-input-placeholder {
  color: rgba(152, 159, 166, 0.6);
}

.text-field:-ms-input-placeholder {
  color: rgba(152, 159, 166, 0.6);
}

.text-field::-ms-input-placeholder {
  color: rgba(152, 159, 166, 0.6);
}

.text-field::placeholder {
  color: rgba(152, 159, 166, 0.6);
}

.select-field {
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix="nav-hidden"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100vh, 0px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(100vh, 0px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(100vh, 0px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}

@media (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: #ff5c6f;
  }
  .section {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .section.narrow {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell.block {
    padding: 6%;
  }
  .fluid-cell.block {
    padding: 6%;
  }
  .fluid-cell.block.login {
    width: 50vw;
  }
  .container {
    padding-right: 4%;
    padding-left: 4%;
  }
  .fake-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .nav-menu-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 5vw;
    line-height: 5vw;
  }
  .nav-link.w--current {
    color: #fff;
  }
}

@media (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  blockquote {
    margin-left: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .button {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .section {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .section.narrow {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .fluid-cell {
    padding: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell._67-percent {
    width: 100%;
  }
  .fluid-cell._33-percent {
    width: 100%;
  }
  .fluid-cell.block {
    margin-top: 8%;
    margin-bottom: 8%;
    padding: 8%;
  }
  .fluid-cell.block {
    margin-right: 3%;
    margin-left: 3%;
    padding: 8%;
  }
  .fluid-cell.block.login {
    width: 60vw;
  }
  .subheading {
    margin-top: 12px;
    background-image: none;
  }
  .container {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fake-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .cell-title {
    background-image: none;
  }
  .nav-menu-mobile {
    padding: 6%;
  }
  .nav-link {
    padding-top: 6%;
    padding-bottom: 6%;
    font-size: 7vw;
    line-height: 7vw;
  }
  .button-2 {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .text-field {
    padding: 24px 18px;
  }
}

@media (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }
  .utility-page-content {
    width: 260px;
  }
  .button {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .section.narrow {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.block {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10%;
  }
  .fluid-cell.block {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10%;
  }
  .fluid-cell.block.login {
    width: 90vw;
  }
  .container {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-menu-mobile {
    padding: 8%;
  }
  .nav-link {
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 9vw;
    line-height: 9vw;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-2 {
    padding-right: 36px;
    padding-left: 36px;
  }
}
