.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Jost, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'League Gothic', sans-serif;
  font-size: 140px;
  line-height: 115px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'League Gothic', sans-serif;
  font-size: 140px;
  line-height: 115px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'League Gothic', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  max-width: 800px;
  margin: 20px auto;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-right: 0px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.logo {
  display: inline-block;
  height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link {
  padding: 28px 12px 27px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: red;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: red;
}

.nav-link.revnl {
  z-index: 2;
  background-color: red;
  color: #fff;
}

.nav-link.revnl:hover {
  background-color: red;
  color: #000;
}

.nav-link.bluenl {
  background-color: #2320ce;
}

.nav-link.bluenl:hover {
  color: #bbcad2;
}

.brand {
  position: relative;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.homehero {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 140px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url('../images/Putin100-Logo-White.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/Putin100-Logo-White.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, repeat-y;
  color: #fff;
  text-align: center;
}

.container {
  position: relative;
  z-index: 15;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.article {
  max-width: 800px;
  text-align: left;
}

.container.centre.hide {
  display: none;
}

.tag {
  margin-top: 8px;
  color: #57758b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tag.deets {
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #bbcad2;
  border-bottom: 1px solid #bbcad2;
  color: red;
  font-size: 16px;
  font-weight: 700;
}

.hebgimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.csbgimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.gebgimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.themesec {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.themerow {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

._50percol {
  position: relative;
  display: inline-block;
  width: 48%;
  min-height: 100px;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
}

.themetitle {
  margin-bottom: 5px;
  font-family: 'League Gothic', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

.button {
  margin: 10px;
  padding: 20px;
  border-radius: 3px;
  background-color: #2320ce;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'League Gothic', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.button.rev {
  background-color: red;
}

.button.rev:hover {
  background-color: #000;
}

.button.leftb {
  margin-left: 0px;
}

.bankroller {
  position: relative;
  z-index: 15;
  display: block;
  min-width: 18%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 10px solid #fff;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 15px 20px -8px rgba(31, 53, 70, 0.45);
  color: #000;
}

.projectssec {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 120px;
  background-color: red;
  text-align: center;
}

.projecttext {
  padding: 10px 0px;
  float: right;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.footer {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

.footercol {
  width: 31%;
  min-height: 30px;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
  border-top: 1px solid #bbcad2;
}

.footerlink {
  display: inline;
  color: #000;
  text-decoration: none;
}

.footerlink:hover {
  color: red;
}

.newsletter-pop {
  position: fixed;
  left: auto;
  top: 100px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  max-width: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 25px 40px 5px;
  border-style: solid;
  border-width: 5px;
  border-color: red;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(64%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/a-Michael-PLsmall.jpg');
  background-image: linear-gradient(180deg, #fff 64%, hsla(0, 0%, 100%, 0)), url('../images/a-Michael-PLsmall.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 80px 0 rgba(31, 53, 70, 0.3);
  color: #2320ce;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.sponsors {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.sup-logo {
  max-height: 120px;
  max-width: 33.2%;
  min-height: 80px;
  padding: 25px 35px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.sup-logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.suprow {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sl {
  width: 100%;
  max-height: 75px;
}

.cookies {
  z-index: 100;
  width: 100%;
  max-width: 400px;
  padding: 10px 20px;
  background-color: #2320ce;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.consent {
  position: static;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-radius: 3px;
  background-color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.consent:hover {
  background-color: #fff;
  color: #000;
}

.consent.reject {
  background-color: #2320ce;
}

.consent.reject:hover {
  background-color: red;
}

.cookietext {
  display: block;
  float: left;
  text-align: left;
}

.privlink {
  color: #fff;
}

.privlink:hover {
  color: #bbcad2;
}

.cookiebutton {
  display: block;
}

.popupwrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
}

.slideimg {
  width: 100%;
  height: 150px;
  padding: 0px;
  background-color: #e6e6e6;
  -o-object-fit: cover;
  object-fit: cover;
}

.old {
  overflow: hidden;
  height: 0px;
}

.fasolid {
  font-family: 'Fa solid 900', sans-serif;
}

.red {
  color: red;
}

.imagebreak {
  position: relative;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/outon1001.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/outon1001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.imagebreak.ib2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/putin1002.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/putin1002.jpg');
}

.imagebreak.ib3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73))), url('../images/money-gcfe0e4523_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73)), url('../images/money-gcfe0e4523_1280.jpg');
}

.rip {
  position: absolute;
  left: 0%;
  top: -3.8vw;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
}

.rip.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -6.3vw;
}

.inimg {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.fullwidthlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.ceo {
  position: absolute;
  left: auto;
  top: -20px;
  right: -20px;
  bottom: auto;
  width: 100px;
  height: 100px;
  padding: 0px 5px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.centre {
  text-align: center;
}

.note {
  font-size: 0.8em;
  line-height: 1em;
}

.collection-list-wrapper {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 10px 12px -4px rgba(0, 0, 0, 0.36);
  color: #000;
  text-align: left;
}

.collection-list-wrapper.invclw {
  background-color: #000;
  color: red;
}

.collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

.collection-item.headci {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-style: none;
}

.collection-list {
  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;
}

.columnlist {
  width: 30%;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columnlist.headercl {
  font-family: 'League Gothic', sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.columnlist.headercl.last {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columnlist.cl1 {
  display: none;
  width: 10%;
  max-width: 100px;
}

.columnlist.totalcl {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: red;
  font-weight: 700;
}

._2collist {
  width: 48%;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2collist.rtcl {
  border-left: 1px solid #000;
}

.petitionbanner {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: red;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'League Gothic', sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.petitionbanner:hover {
  background-color: #2320ce;
  color: #fff;
}

.buttonhider {
  display: none;
}

.ck-modal__exit-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -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;
  border-radius: 0.25rem;
  background-color: #f3f7f2;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck-modal__exit-btn:hover {
  background-color: red;
}

.ck-modal__exit-btn.is--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.ck-attr-btn {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-txt-link {
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-weight: 400;
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-family: 'League Gothic', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.ck-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: #2320ce;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ck-button-w {
  padding: 0.875em 1.5em 1rem;
  border-radius: 0.25rem;
  background-color: #000;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #2320ce;
}

.ck-button-w.is--secondary {
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-color: transparent;
  color: #515750;
  font-size: 0.875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: 0.75rem;
  margin-right: 0em;
  margin-bottom: -1rem;
}

.ck-button-w.is--fullwidth {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.ck__exitbtn__line.is--left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-cookie-w {
  position: fixed;
  left: 1.25rem;
  top: auto;
  right: auto;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-preference__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 231, 213, 0.5);
  opacity: 1;
  cursor: pointer;
}

.ck-radio-w {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-left: 1.75rem;
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  cursor: pointer;
}

.ck-radio-w:hover {
  color: #515750;
}

.ck-radio-w.is--not-allowed {
  color: #fff;
  cursor: not-allowed;
}

.ck-radio__btn {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0px;
  margin-left: -1.75rem;
  float: left;
  border-style: solid;
  border-width: 1.75px;
  border-color: #999c98;
  border-radius: 0.375rem;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
}

.ck-radio__btn.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0rem;
  border-style: solid;
  border-width: 1px;
  border-color: #515750;
  border-radius: 0.375rem;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio__btn.is--checked {
  border-color: #515750;
  background-color: #bbcad2;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio__btn.is--checked.is--not-allowed {
  background-color: #bbcad2;
}

.ck-preference-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9525;
  display: none;
  width: 100%;
  height: 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ck-form-w {
  margin-bottom: 0rem;
}

.ck-preference__scroll-w {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.ck-radio__desc {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.ck-radio__label {
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}

.ck-radio__label.is--not-allowed {
  color: #fff;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.text-block {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.card {
  overflow: hidden;
  width: auto;
  max-width: 47%;
  min-width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'League Gothic', sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1em;
  text-decoration: none;
}

.cardimage {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardtext {
  padding: 15px 10px;
}

.blogsub {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Jost, sans-serif;
  color: red;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.html-embed {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  border-radius: 0px;
  background-color: #000;
}

.progcontainer {
  max-width: 96%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.progbar {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
  background-color: #fff;
}

.proglevel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1%;
  height: 100%;
  background-color: #2320ce;
}

.prebar {
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.top2 {
  color: #000;
}

.deinvest {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -3px;
  -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: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.deinvest.hide {
  display: none;
}

.detext {
  padding: 3px;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  font-family: 'League Gothic', sans-serif;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
}

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

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

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

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

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="timernewsletter"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="show-the-cookie-popup"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }

  h1 {
    font-size: 90px;
    line-height: 80px;
  }

  h2 {
    font-size: 90px;
    line-height: 80px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .homehero {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .themerow {
    text-align: center;
  }

  ._50percol {
    display: block;
    width: 100%;
  }

  .bankroller {
    min-width: 31%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .projectssec {
    padding-bottom: 40px;
  }

  .newsletter-pop {
    z-index: 1000;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 60px;
    line-height: 20px;
  }

  .menu-button:hover {
    color: red;
  }

  .menu-button.w--open {
    background-color: #2320ce;
  }

  .nav-menu {
    background-color: #000;
  }

  .sponsors {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .suprow {
    margin-right: 0px;
    margin-left: 0px;
  }

  .imagebreak {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .fullwidthlist {
    padding: 10px;
  }

  .collection-list-wrapper {
    font-size: 16px;
    line-height: 18px;
  }

  .columnlist.headercl {
    font-size: 20px;
  }

  .columnlist.headercl.last {
    width: 25%;
  }

  .columnlist.cl1 {
    max-width: 30px;
  }

  .columnlist.totalcl {
    width: 25%;
  }

  .card {
    max-width: 30%;
    margin-bottom: 20px;
  }

  .cardimage {
    max-height: 180px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 50px;
  }

  h2 {
    font-size: 60px;
    line-height: 50px;
  }

  h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .logo {
    height: 60px;
  }

  .homehero {
    overflow: visible;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .hebgimage {
    width: 100%;
    height: 100%;
  }

  .csbgimage {
    width: 100%;
    height: 100%;
  }

  .gebgimage {
    width: 100%;
    height: 100%;
  }

  .themetitle {
    font-size: 25px;
    line-height: 32px;
  }

  .button {
    padding: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .bankroller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 98%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .projecttext {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

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

  .footercol {
    width: 98%;
    text-align: center;
  }

  .footerlink {
    font-size: 12px;
    line-height: 18px;
  }

  .newsletter-pop {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .menu-button {
    font-size: 40px;
  }

  .sup-logo {
    max-width: 50%;
  }

  .cookies {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .cookietext {
    width: 100%;
    margin-bottom: 9px;
  }

  .cookiebutton {
    width: 100%;
  }

  .slideimg {
    width: 40%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .imagebreak {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fullwidthlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._2collist {
    width: 100%;
  }

  ._2collist.rtcl {
    border: 1px none #000;
  }

  .buttonhider {
    display: block;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0rem;
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
  }

  .ck-modal {
    font-size: 0.8rem;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: 0.75rem;
  }

  .card {
    max-width: 47%;
  }

  .cardimage {
    max-height: 140px;
  }

  .html-embed {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    line-height: 25px;
  }

  h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .brand {
    padding-left: 0px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hebgimage {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .csbgimage {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .gebgimage {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .themesec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .themerow {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button {
    font-size: 16px;
  }

  .bankroller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projectssec {
    padding-top: 30px;
  }

  .projecttext {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .newsletter-pop {
    margin-right: 10px;
    margin-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(78%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/a-Michael-PLsmall.jpg');
    background-image: linear-gradient(180deg, #fff 78%, hsla(0, 0%, 100%, 0)), url('../images/a-Michael-PLsmall.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .sup-logo {
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .suprow {
    margin-right: -5px;
    margin-left: -5px;
  }

  .slideimg {
    width: 100%;
    height: 150px;
  }

  .collection-list-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .columnlist {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columnlist.headercl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }

  .columnlist.totalcl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .petitionbanner {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .ck-cookie-w {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .ck-preference-w {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .card {
    max-width: 97%;
    min-width: 97%;
  }

  .html-embed {
    padding-top: 60px;
  }

  .top2 {
    position: relative;
    z-index: 10;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}