@charset "UTF-8";
@import url("https://use.typekit.net/kil5jdd.css");
/* Colors */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.header {
  padding: 1rem 0 2rem;
  position: relative;
  z-index: 50;
}

@media (min-width: 81.25em) {
  .header {
    padding: 2rem 0 4rem;
  }
}

.header-link {
  display: block;
}

.header-link:hover .header-title {
  color: #00A94F;
}

.header-link:hover .header-title strong {
  color: #161616;
}

.header-title {
  font-family: proxima-nova-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  color: #FCFCFC;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-top: 2rem;
  line-height: .8;
}

@media (min-width: 81.25em) {
  .header-title {
    font-size: 3rem;
  }
}

.header-title-trump {
  font-family: roc-grotesk-wide, sans-serif;
  color: #FCFCFC;
  display: block;
  font-size: 2rem;
  display: block;
  margin-bottom: .75rem;
}

@media (max-width: 22.5em) {
  .header-title-trump {
    margin-bottom: .5rem;
  }
}

@media (min-width: 48em) {
  .header-title-trump {
    font-size: 3rem;
  }
}

.header-title-project {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 3.5rem;
}

@media (max-width: 22.5em) {
  .header-title-project {
    font-size: 3rem;
    margin-bottom: .5rem;
  }
}

@media (min-width: 48em) {
  .header-title-project {
    font-size: 6.2rem;
  }
}

.header-title-2025 {
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 6.5rem;
  display: block;
}

@media (max-width: 22.5em) {
  .header-title-2025 {
    font-size: 5rem;
  }
}

@media (min-width: 48em) {
  .header-title-2025 {
    font-size: 11rem;
  }
}

.header-logo {
  width: 6rem;
  fill: #00A94F;
  margin-bottom: 1rem;
}

.intro {
  margin: 0 auto;
  text-align: left;
  max-width: 81.25em;
  margin: 0 auto;
  padding: 0 2rem 1rem 2rem;
  position: relative;
  z-index: 100;
}

@media (min-width: 48em) {
  .intro {
    padding: 0 3rem 0 3rem;
    display: flex;
    gap: 2rem;
  }
}

@media (min-width: 81.25em) {
  .intro {
    gap: 4rem;
  }
}

@media (min-width: 100em) {
  .intro {
    gap: 6rem;
  }
}

.intro-h2 {
  background: url(/theme/img/label-white.png);
  background-position: center center;
  background-size: 100% 100%;
  font-family: proxima-nova-condensed, sans-serif;
  text-transform: uppercase;
  display: table;
  font-size: 1.8rem;
  line-height: 1 !important;
  padding: 1.2rem 2rem 1.4rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: #00A94F;
  max-width: 90%;
}

@media (max-width: 22.5em) {
  .intro-h2 {
    font-size: 1.2rem;
  }
}

@media (min-width: 48em) {
  .intro-h2 {
    max-width: none;
  }
}

@media (min-width: 81.25em) {
  .intro-h2 {
    margin-bottom: 4rem;
    font-size: 2.3rem;
    padding: 1.4rem 2.5rem 1.3rem;
  }
}

@media (min-width: 100em) {
  .intro-h2 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 48em) {
  .intro-col {
    width: 50%;
  }
}

.intro-subheadline {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 22.5em) {
  .intro-subheadline {
    font-size: 1.2rem;
  }
}

@media (min-width: 48em) {
  .intro-subheadline {
    font-size: 1.5rem;
  }
}

.intro p {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: proxima-nova-condensed, sans-serif;
  text-align: left;
}

.intro p:last-of-type {
  margin-bottom: 0;
}

.intro-button {
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 81.25em) {
  .intro-button {
    margin-top: 3rem;
  }
}

.cta {
  margin: 1rem auto 2.5rem;
  text-align: center;
}

@media (min-width: 48em) {
  .cta {
    margin: 1rem auto 2.5rem;
  }
}

.cta a {
  background: url(/theme/img/headline-bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: proxima-nova-condensed, sans-serif;
  text-transform: uppercase;
  display: table;
  font-size: 2.5rem;
  padding: 1.2rem 2rem 1rem;
  font-weight: 900;
  text-align: center;
  color: #FCFCFC;
  margin: 0 auto;
}

@media (min-width: 81.25em) {
  .cta a {
    margin-bottom: 4rem;
    padding: 1.2rem 2rem 1rem;
    font-size: 3.5rem;
  }
}

@media (min-width: 100em) {
  .cta a {
    margin-bottom: 6rem;
  }
}

.cta a:hover {
  color: #FCFCFC;
  transform: scale(1.1);
}

.shareables-rip {
  width: 100%;
  vertical-align: top;
}

.shareables-headline {
  font-family: roc-grotesk-wide, sans-serif;
  margin-bottom: 2rem;
  color: #161616;
  font-size: 2rem;
  text-transform: uppercase;
}

@media (min-width: 81.25em) {
  .shareables-headline {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.shareables-wrap {
  background-image: url(/theme/img/green-texture.jpg);
  background-repeat: repeat;
  background-color: #00A94F;
  padding: 4rem 1rem 2rem;
}

.shareables-item {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .shareables-item {
    margin-bottom: 0;
    width: calc(33.33% - 1rem);
  }
}

.shareables-item:hover .shareables-item-download {
  opacity: 1;
}

.shareables-item-download {
  position: absolute;
  bottom: 2rem;
  left: 0;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  text-align: center;
  width: 100%;
}

.shareables-item-download-link {
  background: url(/theme/img/headline-bg.png);
  background-position: center center;
  background-size: 100% 100%;
  font-family: proxima-nova-condensed, sans-serif;
  text-transform: uppercase;
  display: table;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  margin: 0 auto;
  text-align: center;
  color: #FCFCFC;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .shareables-item-download-link {
    whitespace: nowrap;
  }
}

.shareables-item-download-link:hover {
  color: #FCFCFC;
  transform: scale(1.1);
}

.shareables-slide {
  position: relative;
}

.shareables-slide-img {
  width: 100%;
  border: 1px solid #161616;
}

.shareables-grid {
  width: 100%;
}

@media (min-width: 48em) {
  .shareables-grid {
    display: flex;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}

.shareables-controls-btn {
  background: transparent;
  width: 1rem;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1001;
}

.shareables-controls-btn-svg {
  width: 100%;
  fill: #FCFCFC;
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.shareables-controls-btn:hover .shareables-controls-btn-svg {
  fill: #00A94F;
}

.shareables-controls-btn.slick-disabled {
  opacity: .3;
  cursor: auto !important;
}

.shareables-controls-btn.slick-disabled:hover {
  opacity: .3;
}

.shareables-controls-btn.slick-disabled:hover .shareables-controls-btn-svg {
  fill: #FCFCFC;
}

.shareables-controls-back {
  left: 1rem;
}

.shareables-controls-next {
  right: 1rem;
}

.footer {
  color: #FCFCFC;
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 50;
}

@media (min-width: 81.25em) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer-logo {
  max-width: 8rem;
  display: block;
  margin: 0 auto 1rem auto;
}

@media (min-width: 81.25em) {
  .footer-logo {
    margin: 0 auto 2rem auto;
  }
}

.footer-logo-svg {
  width: 100%;
  fill: #00A94F;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-logo:hover .footer-logo-svg {
  fill: #005daa;
}

.footer-paidfor {
  max-width: 650px;
  border: 1px solid rgba(252, 252, 252, 0.5);
  padding: .5rem;
  margin: 1rem auto;
}

@media (min-width: 81.25em) {
  .footer-paidfor {
    margin: 2rem auto;
  }
}

.footer-disclaimer {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.3;
}

.footer-disclaimer a {
  display: table;
  margin: 0 auto;
  font-style: italic;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #00A94F;
}

.footer-disclaimer a:hover {
  color: #ffef00;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  background-color: black;
  background-image: url(/theme/img/tile.jpg);
  background-repeat: repeat-x;
}

.skip-to-main {
  background: #00A94F;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
  width: 100%;
  color: #FCFCFC;
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(-100%);
}

.skip-to-main:focus {
  max-height: 3rem;
  padding: .5rem;
  z-index: 1000000;
  transform: translateY(0%);
}

.content {
  padding: 1rem;
  position: relative;
  z-index: 100;
  color: #FCFCFC;
}

@media (min-width: 48em) {
  .content {
    padding: 2rem;
  }
}

@media (min-width: 81.25em) {
  .content {
    padding: 6rem 2rem;
  }
}

html {
  background-color: #161616;
  font-family: proxima-nova-condensed, sans-serif;
  color: #FCFCFC;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  position: relative;
}

a {
  color: #00A94F;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

a:focus, a:hover {
  color: #005daa;
  outline: none;
  text-decoration: none;
}

*::-moz-selection,
*::selection {
  background: #00A94F;
  color: #FCFCFC;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
