html {
  font-size: 16px;
}

.turbolinks-progress-bar {
  background-color: #f36e21;
}

.heading-with-line {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #ff6b00;
  margin: 1em 0 0 0;
}

.change-the-rules.fullscreen-overlay {
  background: none;
}
.change-the-rules.fullscreen-overlay.invisible-fullscreen-overlay th,
.change-the-rules.fullscreen-overlay.invisible-fullscreen-overlay td {
  line-height: 1.3em;
}
.change-the-rules.fullscreen-overlay.invisible-fullscreen-overlay main > * {
  text-shadow: none;
}
.change-the-rules.fullscreen-overlay header {
  display: block;
}
.change-the-rules.fullscreen-overlay main h3 {
  margin: 0;
}
.change-the-rules.fullscreen-overlay main .individual-fieldset {
  margin: 0;
}
.change-the-rules.fullscreen-overlay .bottom-float {
  position: fixed;
  bottom: 2em;
  left: 1em;
  right: 1em;
  height: 3em;
  align-items: center;
  justify-content: center;
  display: flex;
  pointer-events: none;
}
.change-the-rules.fullscreen-overlay .bottom-float a {
  pointer-events: all;
  color: black;
}

.event-list-marker-link {
  font-family: "Permanent Marker";
  text-align: center;
  text-transform: uppercase;
}

.invisible {
  opacity: 0;
}
.invisible * {
  pointer-events: none !important;
}

.change-the-rules {
  font-family: "Poppins", "DejaVu Sans Unicode Icons", "sans-serif";
  background-color: white;
  color: #333333;
}
.change-the-rules a.current {
  color: #333333;
}
.change-the-rules #join-root {
  grid-column: main;
}
.change-the-rules .hide-children > *:not(.dont-hide) {
  display: none;
}
.change-the-rules .hide {
  display: none !important;
}
.change-the-rules hr.heading-line {
  height: 2px;
  width: 100%;
  background-color: #333333;
}
.change-the-rules select {
  border: solid 2px #333333;
  height: 45px;
  max-width: 20em;
  background: white;
}
.change-the-rules .grey-confirm-box {
  background-color: #eaeaea;
  padding: 1.25em;
  margin: 2.125em 0 0;
  border-radius: 5px;
}
.change-the-rules .grey-confirm-box .individual-fieldset {
  margin: 0;
}
.change-the-rules .grey-confirm-box .button.orange-next-button {
  margin: 0.875em 0 0;
}
.change-the-rules .grey-confirm-box p {
  font-size: 14px;
}
.change-the-rules .events-page h1 {
  grid-column: main;
  text-align: center;
  background: white;
  margin-bottom: -1em;
}
.change-the-rules .events-page table {
  background: white;
}
.change-the-rules .events-page table thead {
  display: none;
}
.change-the-rules .events-page table tr :nth-child(3) {
  min-width: 2.5em;
}
.change-the-rules .events-page table tr :nth-child(2) {
  min-width: 3.5em;
}
.change-the-rules .events-page table tr :nth-child(4) {
  display: none;
}
@media (min-width: 450px) {
  .change-the-rules .events-page table tr :nth-child(4) {
    display: table-cell;
    max-width: 18em;
  }
}
@media (min-width: 600px) {
  .change-the-rules {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
.change-the-rules main > *,
.change-the-rules main > form {
  grid-column: narrow;
}
.change-the-rules main > div.main {
  grid-column: main;
}
.change-the-rules main.new-join-flow > * {
  grid-column: main;
}
.change-the-rules main .very-narrow {
  grid-column: verynarrow;
}
.change-the-rules .full-width {
  grid-column: full;
  grid-template-columns: inherit;
}
.change-the-rules a {
  color: #197faa;
}
.change-the-rules form.action-button {
  background: #f36e21;
}
.change-the-rules .join-form-header {
  padding-left: 24px;
  padding-right: 24px;
}
.change-the-rules .join-subheader {
  margin-top: 6px;
  margin-bottom: 13px;
}
.change-the-rules .main-buttons {
  display: grid;
  grid-template-rows: repeat(2, 4em);
  line-height: 1.75em;
  padding-top: 2em;
  width: 80%;
  justify-content: center;
  justify-self: center;
  grid-gap: 1em;
  grid-column: full !important;
}
@media (max-width: 1000px) {
  .change-the-rules .main-buttons {
    grid-template-columns: 65% auto;
  }
}
@media (min-width: 1000px) {
  .change-the-rules .main-buttons {
    grid-template-columns: 65% auto;
  }
}
@media (min-width: 1200px) {
  .change-the-rules .main-buttons {
    width: 1000px;
  }
}
@media (max-width: 800px) {
  .change-the-rules .main-buttons {
    grid-template-columns: 95%;
  }
}
.change-the-rules .main-buttons .landing-page-text {
  grid-row-end: span 3;
}
.change-the-rules .hyperlink-button.small-multichoice {
  display: inline-block;
  width: 5em;
}
.change-the-rules .action-button.choice-button {
  margin: 0.25em;
  padding: 0.5em;
  display: inline-block;
  width: inherit;
}
.change-the-rules .action-button.choice-button.link-button {
  background: white;
  color: #333333;
  border: 2px solid #333333;
}
.change-the-rules .main-error-message {
  line-height: 2rem;
  margin: 1em 0;
  padding: 1em;
  background: #bc1c00;
  font-weight: normal;
  color: white;
}
.change-the-rules .individual-label,
.change-the-rules form div.labelonlyradio-div .individual-label {
  font-weight: normal;
}
.change-the-rules .labelonlyradio-field label {
  font-weight: normal;
}
.change-the-rules form div.labelonlyradio-div {
  margin: 2.125em 0 0;
  max-width: 20em;
}
.change-the-rules img {
  display: block;
}
.change-the-rules .info-row {
  text-align: center;
}
.change-the-rules .info-row img {
  display: inline-block;
  width: 3em;
  vertical-align: middle;
  padding: 0 1rem;
}
.change-the-rules .info-row a {
  color: white;
  padding: 0 1rem;
  font-size: 0.8em;
}
.change-the-rules fieldset.individual-fieldset,
.change-the-rules div.labelonlyradio-div {
  margin: 2.125em 0 0;
  padding: 0;
}
.change-the-rules fieldset.less-margin-tickbox {
  margin: 1em 0 0;
}
.change-the-rules .your-union-is {
  margin: 2.125em 0 0;
}
.change-the-rules .multiple-union-label {
  margin-bottom: 15px;
}
.change-the-rules .union-description {
  margin-top: 8px;
  margin-bottom: 8px;
}
.change-the-rules form .button {
  margin: 1.5em 0;
  border-radius: 5px;
}
.change-the-rules fieldset.individual-fieldset .individual-label {
  font-weight: normal;
}
.change-the-rules .flashed-message {
  background: #29aae0;
}
.change-the-rules .less-prominent-button {
  background: none !important;
  color: white !important;
  font-size: 0.85em;
  border: 1px solid white;
  font-weight: normal;
}
.change-the-rules .or-thing {
  text-align: center;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.change-the-rules td:nth-child(1) {
  color: #f36e21;
  font-weight: bold;
}
.change-the-rules .orange-background {
  background-color: #f36e21 !important;
}
.change-the-rules .black-button {
  color: black;
  background: black;
  border: 2px solid white;
  border-radius: 5px;
  margin: 0.3em 0 1em;
  padding: 0.6em 0;
}
.change-the-rules header {
  z-index: 10000;
  width: 100%;
  text-align: center;
}
@media (max-width: 599px) {
  .change-the-rules header {
    font-size: 0.85em;
  }
  .change-the-rules header div {
    right: 0em;
  }
}
@media (min-width: 600px) {
  .change-the-rules header div {
    right: 0em;
  }
}
@media (min-width: 1001px) {
  .change-the-rules header div {
    right: 8em;
  }
}
.change-the-rules header .home-link {
  display: block;
  z-index: 1;
  text-align: center;
  position: absolute;
}
.change-the-rules header .home-link img {
  display: block;
}
@media (max-width: 599px) {
  .change-the-rules header .home-link {
    left: 0;
    top: 0;
  }
  .change-the-rules header .home-link img {
    width: 19vw;
  }
}
@media (min-width: 600px) {
  .change-the-rules header .home-link {
    top: 0;
  }
  .change-the-rules header .home-link img {
    width: 12vw;
  }
}
@media (min-width: 1001px) {
  .change-the-rules header .home-link {
    left: 8em;
  }
  .change-the-rules header .home-link img {
    width: 6em;
  }
}
.change-the-rules .menu {
  color: white;
  font-size: 0.6em;
  line-height: 1em;
  font-weight: bold;
  top: 0em;
  right: 0em;
  padding: 0em;
}
.change-the-rules .menu div {
  padding: 10em 1em 3em;
  background: #ffffff;
  margin: 0;
  padding-bottom: 1em;
  text-align: center;
  line-height: 3em;
}
.change-the-rules .menu div a.menu-item {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
  display: inline-block;
  padding: 0 0.5em;
}
.change-the-rules .ctg2ctr {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: -0.06rem;
  font-size: 1.4em;
}
.change-the-rules .ctg2ctr .ctg {
  padding: 0;
  margin-right: 0.2em;
  display: inline;
  text-align: right;
  line-height: 1.7em;
}
@media (max-width: 599px) {
  .change-the-rules .ctg2ctr .ctg {
    font-size: 6.2vw;
  }
}
.change-the-rules .ctg2ctr .ctg .ctg2 {
  background-color: #fe6b00;
  padding: 0 0.4em;
}
.change-the-rules .ctg2ctr .to-change-the-rules {
  border: 0px solid green;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.change-the-rules .ctg2ctr .to-change-the-rules img {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .change-the-rules .ctg2ctr .to-change-the-rules img {
    width: 38vw;
  }
}
.change-the-rules .ctg2ctr .to-change-the-rules .to {
  display: none;
  font-family: "Permanent Marker";
  font-weight: normal;
  font-size: 0.7em;
  color: #333333;
  position: absolute;
  top: -0.3em;
  left: 0.5em;
  line-height: 0.5em;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .change-the-rules .ctg2ctr .to-change-the-rules .to {
    font-size: 3.4vw;
  }
}
.change-the-rules th {
  display: none;
}
.change-the-rules .button {
  display: block;
  width: 100%;
}
.change-the-rules .hyperlink-button {
  background: white;
  color: #333333;
  border: 2px solid #333333;
}
.change-the-rules .secondary {
  background-color: #f06d20;
}
.change-the-rules .submit-button,
.change-the-rules .action-button {
  background: white;
  color: #333333;
  border: 2px solid #333333;
}
.change-the-rules .tiny-tickbox-fieldset {
  font-size: 0.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
}
.change-the-rules .tiny-tickbox-fieldset .input {
  width: 1.3rem;
  height: 1.3rem;
}
.change-the-rules .tiny-tickbox-fieldset label {
  font-weight: normal;
}
.change-the-rules .tiny-tickbox-fieldset label a {
  color: white;
}
.change-the-rules .hyperlink-button,
.change-the-rules .submit-button,
.change-the-rules .choose-button,
.change-the-rules .action-button {
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 1.2em;
  display: block;
}
.change-the-rules .choose-button {
  background: none;
  font-weight: normal;
  border: 1px solid white;
  padding: 0.2em 0.4em;
}
.change-the-rules .black-button {
  color: white;
  background: black;
}
.change-the-rules .invert-color {
  filter: invert(1);
}
.change-the-rules .button {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  margin-bottom: 0;
}
.change-the-rules .front-button {
  height: 2em;
  width: 12em;
  text: nowrap;
  background: #f36e21;
  padding: 1.5em 1.2em;
  line-height: 2em;
  border-radius: 5px;
  border: 2px solid white;
  color: white;
  transition: all 0.2s ease-in-out;
  font-size: 1.25em;
}
.change-the-rules .button-padding {
  padding: 0.5em;
  margin: 0.5em auto;
}
.change-the-rules .phone-number {
  font-size: 2em;
  margin: 1em 0;
  font-weight: bold;
}
.change-the-rules .map-button {
  color: white;
  text-decoration: none;
}
.change-the-rules .map-button:hover {
  bottom: 0;
  border: none;
}
.change-the-rules main.front-page-2 {
  font-size: 16px;
}
.change-the-rules main.front-page-2 .absolutely {
  width: 12em;
  max-width: 100%;
}
@media (min-width: 599px) {
  .change-the-rules main.front-page-2 .absolutely {
    position: absolute;
    top: 30vh;
  }
}
.change-the-rules main.front-page-2 .flashes {
  grid-column: full;
  font-weight: normal;
  position: absolute;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}
.change-the-rules main.front-page-2 h1 {
  font-size: 1.8em;
  margin-top: 0;
  grid-column: full;
}
.change-the-rules .shifted-up {
  position: relative;
  top: -14em;
  bottom: 14em;
}
.change-the-rules .map-search {
  z-index: 0;
}
.change-the-rules main.front-page-2 {
  max-width: 100%;
  margin: inherit !important;
  padding: 0;
}
.change-the-rules main.front-page-2 > *,
.change-the-rules main.front-page-2 > form {
  grid-column: narrow;
}
.change-the-rules main.front-page-2 .inherit-grid {
  grid-column: full;
}
.change-the-rules main.front-page-2 .full-width {
  grid-column: full;
}
@media (max-width: 599px) {
  .change-the-rules main.front-page-2 th:nth-child(3),
.change-the-rules main.front-page-2 td:nth-child(3),
.change-the-rules main.front-page-2 th:nth-child(4),
.change-the-rules main.front-page-2 td:nth-child(4) {
    display: none;
  }
}
.change-the-rules main.front-page-2 .half-height-bottom-justified {
  background: linear-gradient(rgba(255, 255, 255, 0.6), white 50vh, white);
  margin-top: 0px;
  grid-template-columns: [full-start] minmax(1em, 1fr) [main-start] minmax(0, 30em) [main-end] minmax(1em, 1fr) [full-end];
  padding-bottom: 3em;
}
@media (max-width: 599px) {
  .change-the-rules main.front-page-2 .half-height-bottom-justified {
    padding-bottom: 2em;
  }
}
.change-the-rules main.front-page-2 .half-height-bottom-justified.plain-white-background {
  background: white;
}
.change-the-rules main.front-page-2 .half-height-bottom-justified .front-button {
  max-width: 15em;
}
.change-the-rules main.front-page-2 table {
  background: black;
}
.change-the-rules main.front-page-2 h2 {
  text-align: center;
}
.change-the-rules main.front-page-2 h2 img {
  max-width: 10em;
}
.change-the-rules main.front-page-2 .centered-text {
  align-items: center;
}
.change-the-rules main.front-page-2 .centered-text h3 {
  align-self: center;
  text-align: center;
  margin-top: 1em;
}
.change-the-rules main.front-page-2 .centered-text p,
.change-the-rules main.front-page-2 .centered-text li,
.change-the-rules main.front-page-2 .centered-text ul {
  text-align: left;
  align-self: flex-start;
}
.change-the-rules main.front-page-2 .centered-text p {
  margin-bottom: 1em;
}
.change-the-rules main.front-page-2 .centered-text li {
  margin-bottom: 0.5em;
}
.change-the-rules main.front-page-2 .centered-text ul {
  padding-inline-start: 1.2em;
}
.change-the-rules main.front-page-2 h3 {
  text-align: center;
}
.change-the-rules footer {
  text-align: center;
  font-size: 0.5em;
  line-height: 1.3em;
  text-align: center;
  padding-bottom: 2em;
  z-index: 10;
}
.change-the-rules footer img {
  max-width: 35em;
}
.change-the-rules .individual-label {
  font-weight: normal;
}
.change-the-rules .date-field-month,
.change-the-rules .date-field-day {
  width: 3.5em;
}
.change-the-rules .date-field-year {
  width: 4em;
}
.change-the-rules .input[type=text],
.change-the-rules .input[type=tel],
.change-the-rules textarea {
  box-shadow: none;
  border-radius: 5px;
  padding: 0 10px;
  border: 2px solid #333333;
  color: #333333;
  height: 45px;
}
.change-the-rules .input[type=text]::placeholder,
.change-the-rules .input[type=tel]::placeholder,
.change-the-rules textarea::placeholder {
  color: #888;
}
.change-the-rules .button.orange-next-button {
  background: #ff6b00;
  border: none;
  color: white;
  width: 8em;
  margin: 2.125em 0 0;
  padding: 0.875em;
  font-size: 1.125em;
}
.change-the-rules .input[type=checkbox] {
  border: 2px solid #333333;
  background: white;
  border-radius: 5px;
}
.change-the-rules .input[type=checkbox]:checked {
  border: none;
  background: #ff6b00;
  background-image: url("../images/svg/check.svg");
  background-size: 20px, 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.change-the-rules .input[type=radio] {
  border-radius: 50%;
}
.change-the-rules .input[type=radio]:checked {
  border: none;
  background: #ff6b00;
  background-image: url("../images/svg/check.svg");
  background-size: 20px, 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.change-the-rules td .action-button {
  line-height: 2em;
  margin: 0;
  padding: 0 0.5em;
  font-size: 1em;
}
@media (max-width: 599px) {
  .change-the-rules .not-on-mobile {
    display: none;
  }
  .change-the-rules .info-row {
    padding: 0;
  }
  .change-the-rules .info-row img {
    display: none;
    border: 2px solid red;
  }
  .change-the-rules .info-row a {
    padding: 0 0.2em;
  }
}
.change-the-rules main {
  padding: 3em 0 0;
  grid-template-columns: [full-start] minmax(1em, 1fr) [main-start] minmax(0, 10em) [narrow-start] minmax(0, 2.5em) [verynarrow-start] minmax(10em, 15em) [verynarrow-end] minmax(0, 2.5em) [narrow-end] minmax(0, 10em) [main-end] minmax(1em, 1fr) [full-end];
}
@media (min-width: 600px) {
  .change-the-rules .only-on-mobile {
    display: none;
  }
  .change-the-rules h2 em {
    font-size: 2em;
    margin-left: -2.5em;
    margin-right: -2.5em;
  }
  .change-the-rules .info-row {
    margin-left: -10em;
    margin-right: -10em;
  }
}
.change-the-rules main.front-page-2 .orange-marker-button {
  color: #f36e21;
  border: 2px solid #f36e21;
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-family: "Permanent Marker", "Poppins";
  letter-spacing: 0.125em;
  background: white;
  text-transform: uppercase;
}
.change-the-rules main.front-page-2 .orange-marker-button a {
  font-size: 2em;
}
@media (max-width: 600px) {
  .change-the-rules main.front-page-2 .orange-marker-button {
    font-size: 1.5em;
  }
}
.change-the-rules .banner-container {
  height: 40vh;
}
.change-the-rules .story-0 {
  background-image: url("../images/AusUnions_Header_1920x300_June2020-01.jpg");
  background-position: top;
  background-size: cover;
  height: 40vh;
}

/*# sourceMappingURL=theme.css.map */
