@font-face {
  font-family: "regular";
  src: url("./fonts/PublicSans-Regular.woff2") format("woff2"),
    url("./fonts/PublicSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "semibold";
  src: url("./fonts/PublicSans-SemiBold.woff2") format("woff2"),
    url("./fonts/PublicSans-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.accessibility {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  zoom: 1;
}

body {
  background-color: white;
  font-family: regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

abbr {
  text-decoration: none;
}

b {
  font-family: semibold;
  font-weight: normal;
}

img {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 340px;
  width: 100%;
}

.layout>div {
  padding: 40px 20px;
}

p {
  font-size: 1.125em;
  line-height: 1.5em;
}

p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

p.clearbold {
  font-size: 0.875em;
  margin-bottom: 1.71428571em;
}

@media all and (max-width: 1023px) {
  img {
    position: relative;
    z-index: 1;
  }

  .layout>div {
    position: relative;
    margin-top: -40px;
    z-index: 2;
  }
}

@media all and (max-width: 600px) {
  .layout>div {
    background-color: rgba(255, 255, 255, 0.875);
    margin-top: -120px;
  }
}

@media all and (min-width: 1024px) {
  .layout {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    width: 100%;
  }

  img {
    flex-basis: 40%;
  }

  .layout>div {
    flex-basis: 60%;
    padding: 40px 40px;
  }
}

@media all and (min-width: 1280px) {
  body {
    padding-top: 80px;
  }
}

#wcb.carbonbadge {
  margin-top: 1.5rem;
  text-align: left !important;
}