@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Pro:400,400i&display=swap");
@viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 110%;
  margin: 2.8em 0 0.7em 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  text-align: center;
}

p, ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1.4em;
}

ul, ol {
  padding-left: 1em;
}
ul ol, ul ul, ol ol, ol ul {
  margin-bottom: 0;
}

blockquote {
  margin: 1em 1em 1em 0;
  padding: 0 0 0 1em;
}

dl dd {
  margin-bottom: 1.4em;
}

a {
  color: inherit;
}

hr {
  border-top: 1px solid #868686;
  border-bottom: 0;
  margin: 2em auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.4em;
}
table tr {
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
}
table th {
  text-align: left;
}
table td {
  padding: 0.25em;
  vertical-align: top;
}

.footer {
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #ff6464;
  box-sizing: border-box;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 1em;
  text-align: center;
  z-index: 5;
}
.footer .footer-cell {
  flex: 0 1 auto;
  margin: auto;
  min-width: 11.655em;
  padding: 1em 0;
}
.footer p, .footer ul, .footer ol {
  font-size: 0.8em;
}
.footer li {
  float: left;
  margin-right: 1em;
  list-style: none;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 90em) {
  .footer {
    flex: 1 1 auto;
  }
}

.content img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-height: 100vh;
  max-width: 100%;
  box-sizing: border-box;
}

input {
  font-family: "Crimson Pro", "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: inherit;
  color: inherit;
}

input[type=text],
input[type=textarea],
input[type=email],
input[type=tel],
textarea {
  padding: 0.75em 0.75em;
  border: 1px solid #868686;
  border-radius: 0.1em;
  display: block;
  margin: 0 0 1.4em 0;
  width: 100%;
  box-sizing: border-box;
}
input[type=text][type=submit],
input[type=textarea][type=submit],
input[type=email][type=submit],
input[type=tel][type=submit],
textarea[type=submit] {
  width: auto;
}
input[type=text][disabled],
input[type=textarea][disabled],
input[type=email][disabled],
input[type=tel][disabled],
textarea[disabled] {
  cursor: auto;
}

textarea {
  font-family: "Crimson Pro", "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: inherit;
  color: inherit;
  min-height: 9.8em;
}

.contact-form label {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0.7em 0;
}
.contact-form:after {
  content: "";
  display: block;
  clear: both;
}

a.button, .button, input[type=submit], input[type=button], button {
  font-family: "Crimson Pro", "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ff6464;
  border-radius: 0.1em;
  border-style: none;
  color: #ffffff;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em 1em;
  cursor: pointer;
}
a.button.light, .button.light, input[type=submit].light, input[type=button].light, button.light {
  background-color: #ffffff;
  box-shadow: none;
  color: #333333;
  border: 1px solid #ff6464;
}
a.button:hover, .button:hover, input[type=submit]:hover, input[type=button]:hover, button:hover {
  box-shadow: 0 0.05em 0.3em #333333;
}

input[type=submit] {
  float: right;
  margin-right: 0;
}

fieldset {
  border: none;
  padding: 0;
}
fieldset legend {
  font-size: 0.84em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

input[type=checkbox] {
  margin-right: 0.7em;
}
input[type=checkbox][disabled] {
  color: #868686;
}
input[type=checkbox][disabled] + label {
  color: #868686;
}

button.copy-to-clipboard {
  margin-left: 1rem;
}

@media only screen and (min-width: 47em) {
  #phone-number {
    display: inline-block;
    max-width: 17em;
    margin-right: 0.8em;
  }
  #suburb {
    display: inline-block;
    max-width: 17em;
  }
}
input[name=turing] {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

.masthead {
  background-color: white;
  color: white;
  display: table;
  height: 2em;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.masthead .logo {
  display: table-cell;
  padding: 0.5em;
  width: 2em;
  vertical-align: middle;
  line-height: 0;
}
.masthead .logo img {
  max-height: 2em;
}

.nav-wrapper {
  background-color: #ff6464;
  color: #333333;
  padding: 0;
}
@media only screen and (min-width: 90em) {
  .nav-wrapper {
    height: 100%;
    padding: 1.4em;
    position: relative;
    background-color: transparent;
    min-width: 10em;
    margin-right: 1.4em;
  }
}
.nav-wrapper .show-menu {
  color: #ff6464;
  display: block;
  font-size: 2.3em;
  font-size: 0.8em;
  position: absolute;
  right: 0.5em;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width: 90em) {
  .nav-wrapper .show-menu {
    display: none;
  }
}
.nav-wrapper .show-menu img {
  border: none;
}
.nav-wrapper .show-menu .show-menu-button {
  display: block;
  background-color: #ff6464;
  border: 0.5px solid #ffffff;
  border-radius: 0.1em;
  color: #ffffff;
  cursor: pointer;
  margin: 1.12em 1.4em;
  padding: 0.3em 0.4em 0.3em 0.4em;
}
.nav-wrapper .show-menu .show-menu-button:hover {
  background-color: #ffffff;
  color: #ff6464;
  border-color: #ff6464;
}
.nav-wrapper .show-menu .hide-menu-button {
  display: none;
  background-color: #ff6464;
  border: 0.5px solid #ffffff;
  border-radius: 0.1em;
  color: #ffffff;
  cursor: pointer;
  margin: 1.12em 1.4em;
  padding: 0.3em 0.4em 0.3em 0.4em;
}
.nav-wrapper .show-menu .hide-menu-button:hover {
  background-color: #ffffff;
  color: #ff6464;
  border-color: #ff6464;
}
.nav-wrapper input[type=checkbox] {
  display: none;
}
.nav-wrapper input[type=checkbox]:checked ~ nav {
  display: table;
}
.nav-wrapper nav {
  background-color: #ff6464;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 10em;
  height: 100%;
  z-index: 5;
  padding: 4em 0 0 0;
}
@media only screen and (min-width: 90em) {
  .nav-wrapper nav {
    background-color: transparent;
  }
}
.nav-wrapper nav ul, .nav-wrapper nav ol {
  font-size: 0.8em;
  padding: 0;
  list-style-type: none;
  width: 80%;
  float: right;
}
.nav-wrapper nav ul li, .nav-wrapper nav ol li {
  margin: 1em 1em 0 0;
}
.nav-wrapper nav ul li:first-child, .nav-wrapper nav ol li:first-child {
  margin-top: 0;
}
.nav-wrapper nav ul li.active a, .nav-wrapper nav ol li.active a {
  font-weight: bold;
}
.nav-wrapper nav ul li.inactive a, .nav-wrapper nav ol li.inactive a {
  font-weight: normal;
}
.nav-wrapper nav ul li.no-link label, .nav-wrapper nav ol li.no-link label {
  margin-left: -10em;
  padding-left: 10em;
}
.nav-wrapper nav ul li ul, .nav-wrapper nav ol li ul {
  margin: 0.5em 0 0 0.5em;
  width: 100%;
  float: none;
  font-size: 1em;
}
.nav-wrapper nav ul li ul li, .nav-wrapper nav ol li ul li {
  margin: 0.5em 0 0 0;
  padding-left: 0.5em;
}
.nav-wrapper nav ul li ul li:first-child, .nav-wrapper nav ol li ul li:first-child {
  margin-top: 0;
}
.nav-wrapper nav a {
  color: inherit;
  text-decoration: none;
}
.nav-wrapper nav a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 90em) {
  .nav-wrapper nav {
    display: block;
    position: relative;
    padding: 4em 0 0 0;
    width: 10em;
  }
  .nav-wrapper nav ul {
    display: block;
    width: 100%;
    float: none;
    font-size: 1em;
  }
  .nav-wrapper nav ul li {
    margin: 1em 1em 0 0;
    display: block;
  }
  .nav-wrapper nav ul li:first-child {
    margin-top: 0;
  }
}
.nav-wrapper ul ul {
  display: none;
}
.nav-wrapper .show-submenu img {
  width: 0.75em;
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.1em;
  border: none;
}
.nav-wrapper input[type=checkbox] {
  display: none;
}
.nav-wrapper input[type=checkbox]:checked ~ ul {
  display: block;
}
.nav-wrapper input[type=checkbox]:checked + label .show-menu-button {
  display: none;
}
.nav-wrapper input[type=checkbox]:checked + label .hide-menu-button {
  display: block;
}

@media print {
  * {
    position: initial !important;
    overflow: visible !important;
  }
  html, body {
    background-color: white;
    overflow-x: auto;
  }
  .footer {
    display: none;
  }
  button, a.button {
    display: none;
  }
  .nav-wrapper {
    display: none;
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Crimson Pro", "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  height: 100%;
}

.wrapper {
  margin: 0 auto;
}

.content {
  background-color: #ffffff;
  clear: both;
  margin-bottom: 1em;
}
.content .content-inner {
  padding: 2em 1em;
  margin: 0 auto 3em auto;
  max-width: 35em;
}
@media only screen and (min-width: 90em) {
  .content {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 55em;
    transform: translateX(-7em);
    width: 100%;
  }
  .content .content-inner {
    margin: 0 auto;
    width: 100%;
  }
}

.home .masthead {
  margin-top: 1em;
  text-align: center;
}
.home .masthead .logo {
  width: auto;
}
.home .masthead .logo img {
  max-height: none;
  width: 10em;
}
@media only screen and (min-width: 35em) {
  .home h1 {
    padding: 0 15%;
  }
}
.home nav {
  padding-top: 6em;
}

.notification {
  font-size: 0.84em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #64ffb2;
  border-radius: 0.1em;
  box-shadow: 1px 1px 4px #868686;
  color: #535353;
  padding: 1em;
  position: relative;
  text-align: center;
}
.notification input.close-notification {
  opacity: 0;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 0;
}
.notification label[for^=close-notification] {
  position: absolute;
  color: #ffffff;
  top: 0.3em;
  right: 0.5em;
}
.notification.spinner {
  background-color: #535353;
  color: #ffffff;
}
.notification.reminder {
  background-color: #eea875;
  clear: both;
  margin-bottom: 0.7em;
}

.search {
  display: -ms-flexbox;
  display: flex;
}

input.search_input-txt {
  margin: 0;
  width: calc(100% - 90px - 0.5em);
}

input.search_input-btn {
  width: 90px;
  margin: 0 0 0 0.5em;
}

.search-results {
  margin-top: 1.4em;
}
.search-results .search-result {
  border: 3px solid #ffffff;
  border-radius: 0.1em;
  clear: both;
  margin: 1em 0 1em 0;
  overflow: auto;
  padding: 0.5em;
}
.search-results .search-result img {
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 5em;
}
.search-results .search-result .title {
  font-size: 1.5em;
  font-style: italic;
}
.search-results .search-result .title:after {
  content: ", ";
}
.search-results .search-result .subtitle {
  display: block;
}
.search-results .search-result .author {
  font-size: 1.5em;
}
.search-results .search-result .identifier {
  display: block;
}
.search-results .search-result .info-link a:hover {
  text-decoration: underline;
}
.search-results .search-result input[type=button] {
  display: block;
  margin-top: 0.7em;
  width: auto;
}
.search-results .search-result input[type=button][disabled] {
  cursor: auto;
}
.search-results .search-result:hover {
  border-color: #ff6464;
}
.search-results .search-result.selected {
  border-color: #ff6464;
}
.search-results .search-result.selected input[type=button] {
  background-color: #868686;
}
.search-results .search-result.selected input[type=button]:hover {
  box-shadow: none;
}

#expand {
  width: 100%;
  margin-top: 1em;
}

.submission {
  margin-top: 2.8em;
}
.submission .email-text {
  border: 1px solid #dadada;
  border-radius: 0.1em;
  margin: 2em 0 1em 0;
  padding: 1em;
}
.submission .email-text :last-child {
  margin-bottom: 0;
}
.submission .email-text p:first-child:before {
  background: white;
  color: #868686;
  content: "“";
  float: left;
  font-size: 3em;
  line-height: 0.25;
  margin: 0 0.1em 0 -0.5em;
  padding-top: 0.3em;
}

.video {
  clear: both;
  float: none;
  height: 0;
  margin: 0 0 1.4rem 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
  width: 100%;
}
.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.stores li {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  min-width: 8rem;
}

.grecaptcha-badge {
  z-index: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

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