:root {
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #dda301;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gt America Condensed, sans-serif;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gt America Compressed, sans-serif;
  font-size: 11.5em;
  font-weight: 900;
  line-height: .8em;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Gt America Compressed, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: .8em;
}

h4 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  line-height: 20px;
}

a {
  color: var(--white);
  text-decoration: none;
}

.acsherosection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.acsherosection.center {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, 0) 5%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 9%), linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Bus1800.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Gt America Compressed, sans-serif;
  font-weight: 900;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0;
}

.menubar {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menuinner {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.body {
  background-color: #000;
  font-family: Gt America Compressed, sans-serif;
  font-weight: 900;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 200;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.hero-content._80 {
  width: 90%;
}

.footer {
  z-index: 2000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.arrow {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.heroheaderh1 {
  text-transform: uppercase;
  color: #dda301;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Gt America Compressed, sans-serif;
  font-size: 10em;
  font-weight: 700;
  line-height: .9em;
  display: flex;
  position: relative;
}

.heroheaderh1 .important-quote {
  font-size: 0.4em;
  line-height: 1.6em;
}

.heroheaderh1 .important-quote q {
  font-size: 2.3em;
}

.heroheaderh1.h1altblk {
  z-index: auto;
  color: #020202;
  display: flex;
}

.heroheaderh1.black-text {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.heroheaderh1.black-text.social {
  font-size: 8.5em;
}

.menucolumn {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menudescriptl {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gt America Compressed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  display: inline;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: auto;
  display: flex;
}

.column-4 {
  clear: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: auto;
  display: flex;
}

.ultraspan {
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Gt America Compressed Ultra, sans-serif;
  font-weight: 300;
  display: inline-flex;
}

.scrollcta {
  color: #fff;
  text-align: center;
  font-family: Gt America Compressed, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.scrollcta:hover {
  text-decoration: underline;
}

.scrollcta:active {
  text-decoration: none;
}

.scrolldiv {
  z-index: 1000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
}

.acsthefilmsection {
  z-index: 50;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 16%), url('../images/ACSSwimmer2k.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 150%;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Gt America Compressed, sans-serif;
  font-size: 1em;
  font-weight: 900;
  display: flex;
  position: relative;
}

.acshead2 {
  text-align: center;
  flex-flow: column;
  order: -1;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  display: flex;
}

.hero2 {
  z-index: 400;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.menudescriptcenter {
  color: #f5d88a;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gt America Compressed, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline;
}

.logocolumn {
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.acsstatssection {
  z-index: 50;
  background-image: linear-gradient(#daa101, #daa101);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Gt America Compressed, sans-serif;
  font-size: 1em;
  font-weight: 900;
  position: relative;
}

.yellowcolumn {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blackcolumn {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  width: 100%;
  height: 100vh;
  display: flex;
}

.cancerblock {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.cancerblock.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-right: auto;
}

.girlearringimg {
  width: auto;
  height: 370px;
  display: block;
  position: relative;
}

.cancerh3left {
  z-index: 50;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-top: 100px;
  margin-right: -5px;
  font-size: 4.1em;
  font-weight: 500;
  position: relative;
}

.gunblock {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.gunblock.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.boyhatimg {
  float: right;
  align-self: center;
  width: auto;
  height: 370px;
}

.gunh3right {
  color: #f5d88a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 100px;
  margin-left: -10px;
  font-family: Gt America Compressed, sans-serif;
  font-weight: 500;
  display: flex;
}

.acsyellowbigheader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.acsyellowbigheader.cetneryellow {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0) 7%), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5%), linear-gradient(#daa101, #daa101);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Gt America Compressed, sans-serif;
  font-weight: 900;
  display: flex;
  position: relative;
}

.acsblackbigheader {
  z-index: 50;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.imageholderdiv {
  z-index: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.imgholderleft {
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.imgholderleft.overyellow {
  margin-top: auto;
  margin-bottom: 60px;
}

.imgholderright {
  order: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.imgholderright.overyellow {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: auto;
}

.cancerh3narrow {
  z-index: 50;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5.4em;
  font-weight: 700;
  display: flex;
  position: relative;
}

.cancerh3narrow.yellow {
  color: #eece7b;
  margin-bottom: 20px;
  font-size: 5.4em;
}

.source {
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  font-weight: 300;
  text-decoration: underline;
}

.source.yellow {
  color: #f5d88a;
  text-decoration: underline;
}

.sourcediv {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.acssciencesection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.acssciencesection.centerscience {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 9%), linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/ACSScience.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Gt America Compressed, sans-serif;
  font-weight: 900;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.iconcolumntop {
  flex-flow: row;
  order: -1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-6 {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.image-7 {
  margin-left: 0;
  margin-right: auto;
}

.image-8, .image-9 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-5, .column-6, .column-7, .column-8 {
  padding-left: 0;
  padding-right: 0;
}

.iconcolumnbttm {
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.socialgrid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: center;
  align-self: flex-start;
  align-items: start;
  justify-items: center;
  width: 95vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footerwrap {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footercolumn {
  width: 100%;
}

.changethereflogo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.footerparagraph {
  color: #000;
  text-align: left;
  font-weight: 500;
}

.copyright {
  color: #000;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
}

.footerlink {
  color: var(--black);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.footerlink:hover {
  color: #dda301;
}

.fbicon {
  float: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: none;
}

.fbiconimg {
  width: auto;
  height: 40px;
}

.igicon {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.igiconimg, .xiconimg {
  width: auto;
  height: 40px;
}

.xicon {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.scrolldivlink {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.twoimageholderdiv {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.iconcolumngrid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.youtubeicon {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.emaillink {
  color: var(--black);
  text-align: left;
  font-weight: 500;
  text-decoration: underline;
}

.emaillink:hover {
  color: #dda301;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: var(--black);
}

._404header {
  color: #fff;
  text-align: center;
  flex-flow: column;
  font-size: 6em;
  display: flex;
}

.image-10 {
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._404paragraph {
  color: #fff;
}

._404link {
  margin-top: 20px;
  font-family: Gt America Compressed, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.acssplitimagesection {
  z-index: 20;
  background-image: linear-gradient(#daa101, #daa101);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Gt America Compressed, sans-serif;
  font-size: 1em;
  font-weight: 900;
  position: relative;
}

.acsvideoplayer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.grid {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.jaqhead, .cancerhead {
  height: 300px;
}

.legalfootercopy {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-family: Gt America Compressed, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.legalfootercopylink {
  color: var(--black);
  font-weight: 400;
}

.legalfootercopylink:hover {
  color: #dda303;
}

.acsyellowsharesectionalt {
  z-index: 50;
  background-color: #dda303;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1span {
  color: var(--white);
}

.h1span.social {
  color: #f0f0f0;
}

.instasamplelink {
  float: right;
  justify-content: flex-end;
  align-items: center;
}

.instasample {
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.sharepara {
  float: right;
  clear: right;
  color: #000;
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 400;
  line-height: 17px;
}

.sharepara.right {
  float: left;
  clear: left;
  text-align: left;
  font-size: 15px;
  line-height: 16px;
}

.linkouticon2 {
  float: left;
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
}

.socialcolumns {
  width: 350px;
}

.socialcolumns.x {
  width: 400px;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

.column-13 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.ximg {
  order: 1;
  justify-content: flex-end;
  align-items: center;
}

.linkouticon1 {
  float: right;
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
}

.socialcopylinkrt {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.socialcopylinkrt.bttm {
  justify-content: center;
  align-items: flex-end;
  padding-top: 140px;
  display: inline-block;
}

.socialimglinklt {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.xsamplelink {
  float: left;
  justify-content: flex-start;
  align-items: center;
}

.bold {
  font-weight: 700;
}

.socialcolumnsyt {
  width: 400px;
}

.ytthumblink {
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.ytsamplelink, .ytvideolink, .ximagesamplelink {
  float: left;
  justify-content: flex-end;
  align-items: center;
}

.mobilesocialshare {
  display: none;
}

@media screen and (min-width: 1921px) {
  .hero {
    padding-top: 20px;
  }

  .wrap {
    width: 70%;
  }

  .hero-content {
    width: 90%;
  }

  .arrow {
    width: auto;
    height: 60px;
  }

  .heroheaderh1 {
    text-align: justify;
    font-size: 16em;
  }

  .heroheaderh1.black-text.social {
    font-size: 15em;
  }

  .menudescriptl {
    font-size: 20px;
    line-height: 19px;
  }

  .image-5 {
    height: 70px;
  }

  .hero2 {
    padding-top: 20px;
  }

  .menudescriptcenter {
    font-size: 20px;
  }

  .cancerblock, .cancerblock.center {
    width: 90%;
  }

  .girlearringimg {
    width: auto;
    height: 530px;
  }

  .cancerh3left {
    font-size: 8em;
  }

  .gunblock, .gunblock.center {
    width: 90%;
  }

  .boyhatimg {
    width: auto;
    height: 530px;
  }

  .gunh3right {
    font-size: 8em;
  }

  .cancerh3narrow, .cancerh3narrow.yellow {
    font-size: 10em;
  }

  .source {
    font-size: 1.5em;
  }

  .sourcediv {
    margin-top: 20px;
  }

  .changethereflogo {
    width: auto;
    height: 200px;
  }

  .footercolumnheader {
    font-size: 32px;
  }

  .footerparagraph {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 26px;
  }

  .copyright {
    font-size: 19px;
  }

  .footerlink {
    font-size: 19px;
    line-height: 27px;
  }

  .emaillink {
    font-size: 20px;
    font-weight: 500;
  }

  .jaqhead, .cancerhead {
    height: 400px;
  }

  .legalfootercopy {
    font-size: 16px;
    line-height: 22px;
  }

  .image-11, .image-12 {
    width: auto;
    height: 90px;
    margin-top: 20px;
  }

  .image-13, .image-14 {
    width: auto;
    height: 600px;
  }

  .socialcolumns {
    width: 430px;
  }

  .socialcolumns.x {
    width: 450px;
  }

  .socialcopylinkrt.bttm {
    padding-top: 220px;
  }

  .socialcolumnsyt {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .acsherosection.center {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, 0) 5%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 9%), linear-gradient(to bottom, null, null), url('../images/Bus1800.jpg');
    background-size: auto, auto, auto, cover;
  }

  .wrap, .hero-content, .hero-content._80 {
    width: 90%;
  }

  .brand {
    padding-left: 18px;
  }

  .heroheaderh1 {
    font-size: 7.3em;
  }

  .acsthefilmsection {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .cancerblock.center {
    width: 80%;
  }

  .girlearringimg {
    width: auto;
    height: 200px;
  }

  .cancerh3left {
    margin-bottom: 100px;
  }

  .boyhatimg {
    width: auto;
    height: 200px;
  }

  .gunh3right {
    margin-bottom: 20px;
  }

  .acsyellowbigheader.cetneryellow {
    flex-direction: column;
  }

  .imageholderdiv {
    width: 100vw;
  }

  .imgholderleft.overyellow {
    margin-top: 500px;
  }

  .imgholderright.overyellow {
    width: auto;
    height: auto;
    margin-top: 40px;
  }

  .cancerh3narrow, .cancerh3narrow.yellow {
    font-size: 4.4em;
  }

  .acssciencesection.centerscience {
    flex-direction: column;
  }

  .socialgrid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    justify-items: stretch;
    top: 10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .iconcolumngrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .utility-page-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .jaqhead {
    height: 250px;
  }

  .cancerhead {
    height: 200px;
  }

  .socialcolumns {
    width: 300px;
  }

  .socialcolumns.x {
    width: 320px;
  }

  .socialcopylinkrt.bttm {
    padding-top: 40px;
  }

  .socialcolumnsyt {
    width: 330px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  .acsherosection.center {
    background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, 0) 5%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 9%), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Bus1800.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 0;
    background-size: auto, auto, auto, 900px;
    height: 500px;
  }

  .menubar {
    width: 100%;
  }

  .menuinner {
    width: 95vw;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-content {
    width: 90%;
  }

  .hero-content._80 {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heroheaderh1 {
    font-size: 4.9em;
  }

  .heroheaderh1.black-text.social {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 4em;
  }

  .menudescriptl {
    font-size: 15px;
  }

  .column-3 {
    margin-top: 10px;
  }

  .acsthefilmsection {
    height: 500px;
  }

  .menudescriptcenter {
    font-size: 13px;
  }

  .acsstatssection {
    height: 500px;
  }

  .yellowcolumn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .columns {
    height: 100%;
  }

  .cancerblock {
    flex-flow: column;
    width: 90%;
  }

  .girlearringimg {
    align-self: flex-end;
    height: 160px;
  }

  .cancerh3left {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 3.1em;
  }

  .gunblock {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .boyhatimg {
    align-self: flex-start;
    height: 160px;
  }

  .gunh3right {
    margin-left: 0;
    font-size: 3.1em;
  }

  .acsyellowbigheader.cetneryellow, .acsblackbigheader {
    height: 500px;
  }

  .imgholderleft.overyellow {
    margin-top: 330px;
  }

  .imgholderright.overyellow {
    margin-top: 60px;
  }

  .cancerh3narrow, .cancerh3narrow.yellow {
    font-size: 3em;
  }

  .acssciencesection.centerscience {
    height: 500px;
  }

  .socialgrid {
    align-self: flex-end;
    display: none;
  }

  .footerwrap {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footercolumn {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footercolumnheader {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .footerparagraph {
    text-align: left;
    flex-flow: column;
  }

  .footerlink {
    justify-content: center;
    align-items: center;
  }

  .fbicon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .fbiconimg {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline;
  }

  .igicon {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .igiconimg {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .xiconimg {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .xicon {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .iconcolumngrid {
    grid-column-gap: 69px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .column-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .youtubeicon {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
  }

  .utility-page-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .acssplitimagesection {
    height: 500px;
  }

  .column-10 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .column-11 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .jaqhead {
    height: 150px;
  }

  .cancerhead {
    height: 140px;
  }

  .legalfootercopy {
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .acsyellowsharesectionalt {
    height: 500px;
  }

  .instasamplelink {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 110px;
  }

  .instasample {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .sharepara {
    float: left;
    clear: left;
    text-align: left;
  }

  .socialcolumns.x {
    width: 300px;
  }

  .socialcolumns.mobile {
    width: auto;
  }

  .column-13 {
    padding-top: 0;
  }

  .linkouticon1 {
    float: left;
  }

  .socialcopylinkrt.bttm {
    padding-top: 0;
  }

  .socialcolumnsyt.mobile {
    width: auto;
  }

  .ytthumblink {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
  }

  .ytsamplelink {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .ytvideolink, .ximagesamplelink {
    width: 120px;
  }

  .mobilesocialshare {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .column-15 {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 10em;
    line-height: 9.6em;
  }

  h3 {
    font-size: 16px;
  }

  .acsherosection.center {
    background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, 0) 5%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 9%), linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/Bus1800.jpg');
    background-position: 0 0, 0 0, 0 0, 0%;
    background-size: auto, auto, auto, cover;
    height: 100vh;
  }

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

  .menuinner {
    width: 100vw;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-content._80 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .footer {
    padding-top: 40px;
  }

  .brand {
    align-self: center;
    padding-left: 0;
  }

  .heroheaderh1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 3.1em;
  }

  .menucolumn {
    width: 95%;
  }

  .menudescriptl {
    align-self: center;
    font-size: 11px;
    line-height: 12px;
  }

  .column-2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    margin-top: 0;
  }

  .column-4 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .acsthefilmsection {
    height: 100vh;
  }

  .acshead2 {
    font-size: 2.5em;
  }

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

  .menudescriptcenter {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
  }

  .acsstatssection {
    height: 100vh;
  }

  .girlearringimg {
    height: auto;
  }

  .cancerh3left {
    margin-bottom: 40px;
    font-size: 2.8em;
  }

  .boyhatimg {
    height: auto;
  }

  .gunh3right {
    margin-top: 40px;
    font-size: 2.8em;
  }

  .imageholderdiv {
    display: none;
  }

  .imgholderleft.overyellow {
    flex-flow: column;
    margin-top: 60px;
  }

  .cancerh3narrow {
    font-size: 2.3em;
    font-weight: 700;
  }

  .cancerh3narrow.yellow {
    font-size: 2.3em;
  }

  .acssciencesection.centerscience {
    height: 590px;
    padding-bottom: 10vh;
  }

  .socialgrid {
    align-items: end;
    justify-items: center;
    display: none;
  }

  .footerwrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footerparagraph {
    font-size: 17px;
    line-height: 22px;
  }

  .footerlink {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 17px;
    line-height: 28px;
    display: flex;
  }

  .twoimageholderdiv {
    flex-flow: column;
  }

  .iconcolumngrid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .utility-page-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._404header {
    font-size: 4em;
  }

  .acssplitimagesection {
    height: 100vh;
  }

  .column-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .jaqhead {
    height: 130px;
  }

  .cancerhead {
    height: 120px;
  }

  .legalfootercopy {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .acsyellowsharesectionalt {
    height: 1040px;
  }

  .instasamplelink {
    width: 130px;
  }

  .sharepara, .sharepara.right {
    font-size: 19px;
    line-height: 19px;
  }

  .socialcolumns.mobile {
    outline-offset: 0px;
    outline: 1px solid #333;
    width: auto;
    margin-bottom: 20px;
    padding: 10px;
  }

  .socialcolumnsyt.mobile {
    border: 1px solid #000;
    width: auto;
    margin-bottom: 20px;
    padding: 10px;
  }

  .ytsamplelink {
    padding-right: 10px;
  }

  .ytvideolink, .ximagesamplelink {
    width: 140px;
  }

  .mobilesocialshare {
    flex-flow: column;
    width: 90vw;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-15 {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_82562d8b-577e-1543-0e14-bb758b534b3f-1e41c034 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b3cca77-bdbd-8feb-f5fb-4cd40f76a5d7-1e41c034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bdb6275-9671-bedc-b412-857909bc4474-1e41c034 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1794dfb3-3123-0f12-b988-9cd502217662-1e41c034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baf220f3-4019-3db3-c32e-ff51000d60bd-1e41c034 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bbe0e9b5-704e-3981-e104-d2a2c53457ec-1e41c034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d3b5361-1f39-c722-0457-c691005d2519-1e41c034 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4ef75111-26ef-e15d-44d9-eb67a6f3e45c-1e41c034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59e90d4b-8760-68af-ce25-7702e6c69b06-1e41c034 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-e847d3b0-b03e-fcd0-0746-0aeda6910ca8-1e41c034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9539664-298a-3933-1701-493e661b8ba0-1e41c034 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-af7d3e31-0967-6cc1-d24d-1ce6d1d10c98-1e41c034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ec14928-1e72-6e65-2452-61c79bd97972-1e41c034 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-f787c09a-ff97-b077-aa39-11154257cfb7-1e41c034, #w-node-c07e6485-4d3f-70c9-dfe0-945de4b8deeb-1e41c034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daa02024-9a62-ec41-f9a3-dc9c1a0d9c9a-1e41c034 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fb874928-3130-83ef-9746-70b6cf7eeec5-1e41c034, #w-node-_2b5624a1-c142-9792-a7e3-a9e7b3ca1ee8-1e41c034, #w-node-dc3e0f7e-a9cc-eb18-44fe-8df716912bb3-1e41c034 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_2b4b0cde-f8a3-2173-d15b-444b9e18f8bd-1e41c034 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b4b0cde-f8a3-2173-d15b-444b9e18f8ca-1e41c034 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_3c6d976b-71dc-baec-c859-f1678e85e83f-1e41c034 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_3c6d976b-71dc-baec-c859-f1678e85e84c-1e41c034 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_40367125-a738-ce41-9fdd-30eb1f81e6b7-1e41c034 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_40367125-a738-ce41-9fdd-30eb1f81e6c2-1e41c034 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-eaa567f1-2c08-d7f1-cb55-05f1fe178c5d-1e41c034, #w-node-e039df3d-341c-b31d-f916-ad8adaa039c2-1e41c034, #w-node-_3e049459-624b-f113-4758-eea1f7925064-1e41c034 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-baf220f3-4019-3db3-c32e-ff51000d60bd-1e41c034, #w-node-_59e90d4b-8760-68af-ce25-7702e6c69b06-1e41c034, #w-node-c9539664-298a-3933-1701-493e661b8ba0-1e41c034, #w-node-_2ec14928-1e72-6e65-2452-61c79bd97972-1e41c034 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-daa02024-9a62-ec41-f9a3-dc9c1a0d9c9a-1e41c034 {
    grid-row-end: 3;
  }

  #w-node-_3c6d976b-71dc-baec-c859-f1678e85e83f-1e41c034 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_40367125-a738-ce41-9fdd-30eb1f81e6b7-1e41c034 {
    grid-column: 3 / 4;
    grid-row-end: 2;
  }
}


@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Bold-Italic.OTF') format('opentype'), url('../fonts/GT-America-Condensed-Bold-Italic.OTF') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Medium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Light-Italic.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America';
  src: url('../fonts/GT-America-Bold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Light.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Regular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed Ultra';
  src: url('../fonts/GT-America-Condensed-Ultra-Light-Italic.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed Ultra';
  src: url('../fonts/GT-America-Condensed-Ultra-Light.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America';
  src: url('../fonts/GT-America-Black.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed Ultra';
  src: url('../fonts/GT-America-Compressed-Ultra-Light.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Black-Italic.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Black.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Thin.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Regular-Italic.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America';
  src: url('../fonts/GT-America-Bold-Italic.OTF') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed Ultra';
  src: url('../fonts/GT-America-Compressed-Ultra-Light-Italic.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Medium.OTF') format('opentype'), url('../fonts/GT-America-Compressed-Medium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Condensed';
  src: url('../fonts/GT-America-Condensed-Bold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Black-Italic.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Black.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Bold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Medium-Italic.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Thin.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Thin-Italic.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Regular-Italic.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Regular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}