/**
 * beatherder-bar-2019
 * Copyright 2019 Rick Chadwick
 * @author rickary <rick@rickmakeswebsites.com>
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald|Questrial");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%; }

.u-text--center {
  text-align: center; }

html {
  font-size: 100%; }

body {
  font-size: 19px;
  font-size: 1.1875rem;
  background: #FFE200;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 19;
  font-weight: 400;
  margin: 0; }

a {
  color: currentColor;
  text-decoration: none; }

.t-xxl {
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 1.25; }
  @media screen and (max-width: 1000px) {
    .t-xxl {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media screen and (max-width: 767px) {
    .t-xxl {
      font-size: 44px;
      font-size: 2.75rem; } }
  @media screen and (max-width: 600px) {
    .t-xxl {
      font-size: 30px;
      font-size: 1.875rem; } }

.t-xl {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.25; }
  @media screen and (max-width: 1000px) {
    .t-xl {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media screen and (max-width: 767px) {
    .t-xl {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media screen and (max-width: 600px) {
    .t-xl {
      font-size: 24px;
      font-size: 1.5rem; } }

.t-l, .p-form__section-title, .p-wysiwyg h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25; }
  @media screen and (max-width: 1000px) {
    .t-l, .p-form__section-title, .p-wysiwyg h2 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media screen and (max-width: 767px) {
    .t-l, .p-form__section-title, .p-wysiwyg h2 {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (max-width: 600px) {
    .t-l, .p-form__section-title, .p-wysiwyg h2 {
      font-size: 20px;
      font-size: 1.25rem; } }

.t-m {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.9; }
  @media screen and (max-width: 600px) {
    .t-m {
      font-size: 16px;
      font-size: 1rem; } }

.t-s, .p-form label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2; }
  @media screen and (max-width: 600px) {
    .t-s, .p-form label {
      font-size: 13px;
      font-size: 0.8125rem; } }

.t-xs {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9; }
  @media screen and (max-width: 600px) {
    .t-xs {
      font-size: 11px;
      font-size: 0.6875rem; } }

.t-heading, .p-form__section-title, .p-wysiwyg h2 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.b-breadcrumbs {
  list-style: none;
  margin-left: 0; }
  .b-breadcrumbs li {
    display: inline; }
    .b-breadcrumbs li,
    .b-breadcrumbs li > a {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .b-breadcrumbs li:first-child {
      font-weight: bold; }
    .b-breadcrumbs li + li:before {
      content: "/" " "; }
    .b-breadcrumbs li:last-child a {
      text-decoration: none;
      cursor: text;
      color: black; }

.b-btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  color: white;
  background: #E30083;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.1s ease-in-out; }
  .b-btn, .b-btn:hover {
    text-decoration: none; }
  .b-btn:active, .b-btn:focus, .b-btn:visited {
    outline: none; }
  .b-btn:hover {
    background: white;
    color: #E30083; }

.b-btn--small {
  height: 31px;
  padding: 0 15px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 31px;
  border-radius: 3px; }

.b-btn--regular {
  height: 35px;
  padding: 0 15px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 35px; }

.b-btn--large {
  height: 40px;
  padding: 0 25px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px; }

.l-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem; }

.l-container--small {
  margin: 0 auto;
  max-width: 800px; }

.l-container--smallest {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; }

select, textarea, input {
  font-size: 19px;
  font-size: 1.1875rem;
  appearance: none;
  border: none;
  font-family: "Montserrat", sans-serif; }

.b-form-fields {
  list-style: none;
  margin: 0; }

.b-form-fields > li {
  margin: 0 0 1rem 0; }
  .b-form-fields > li:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .l-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .l-half {
    width: calc(50% - 1rem); }
  .l-flex__main {
    width: calc(65% - 1rem); }
  .l-flex__side {
    width: calc(30% - 1rem); } }

@media screen and (max-width: 768px) {
  .l-flex__main {
    margin-bottom: 60px; }
  .l-half:first-child {
    margin-bottom: 30px; } }

.p-alert {
  border: solid 2px currentColor;
  padding: 1rem; }
  .p-alert + * {
    margin-top: 3rem; }
  .p-alert p, .p-alert ul, .p-alert ol {
    font-size: 16px;
    font-size: 1rem; }
    .p-alert p a, .p-alert ul a, .p-alert ol a {
      text-decoration: underline; }
      .p-alert p a:hover, .p-alert ul a:hover, .p-alert ol a:hover {
        color: #E30083;
        text-decoration: none; }
  .p-alert * + * {
    margin-top: 1rem; }
  .p-alert ul {
    margin-left: 1.4em; }
  .p-alert ul {
    list-style: disc; }

.p-alert--success {
  background: #ebffcc;
  border-color: #9dff00; }

.p-alert--error {
  background: #ffccd2;
  border-color: #ff001d; }

.p-box {
  align-self: flex-start;
  border: solid 2px black;
  padding: 1rem; }

.p-crumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 60px; }

.p-faq {
  text-align: center; }

.p-faq__section-title {
  color: #000;
  margin-bottom: 40px; }

.p-faq__section {
  list-style: none;
  border-top: solid 2px black;
  margin-bottom: 60px; }

.p-faq__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 2px black; }
  .p-faq__item input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .p-faq__item input:checked ~ .p-faq__answer {
      max-height: 80em; }
    .p-faq__item input:checked + .p-faq__question:after {
      transform: rotate(315deg); }

.p-faq__question {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 15px 40px;
  text-transform: uppercase; }
  .p-faq__question:after {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #E30083;
    color: white;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    transition: all .35s;
    content: "+";
    font-size: 22px; }

.p-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s; }
  .p-faq__answer p {
    max-width: 800px;
    margin: 0 auto 1em auto; }
    .p-faq__answer p:first-child {
      margin-top: 30px; }
    .p-faq__answer p:last-child {
      margin-bottom: 60px; }
    .p-faq__answer p a {
      text-decoration: underline; }
      .p-faq__answer p a:hover {
        color: #E30083;
        text-decoration: none; }

.p-footer {
  font-size: 14px;
  font-size: 0.875rem;
  border-top: solid 2px black;
  margin-top: 60px;
  padding: 60px 0 20px 0; }
  .p-footer a:hover {
    color: #E30083; }

@media screen and (max-width: 900px) {
  .p-footer__inner {
    text-align: center; } }

@media screen and (min-width: 900px) {
  .p-footer__inner {
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 900px) {
  .p-footer__col {
    margin-bottom: 30px; } }

.p-footer__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: .5rem;
  text-transform: uppercase; }

.p-footer__nav {
  text-transform: uppercase; }

.p-form label {
  display: block;
  margin-bottom: .5rem;
  text-transform: uppercase; }

.p-form input,
.p-form select {
  background: rgba(255, 255, 255, 0.8);
  height: 35px;
  line-height: 35px;
  padding: 0 .5rem;
  max-width: 100%;
  width: 300px; }
  .p-form input:focus,
  .p-form select:focus {
    background: white; }

.p-form input[type="file"] {
  font-size: 16px;
  font-size: 1rem;
  background: none;
  height: auto;
  line-height: auto;
  padding: 0;
  width: auto; }

.p-form textarea {
  background: rgba(255, 255, 255, 0.8);
  height: 90px;
  padding: .5rem;
  max-width: 100%;
  width: 300px; }
  .p-form textarea:focus {
    background: white; }

.p-form input.p-form-input--small, .p-form select.p-form-input--small {
  width: 100px; }

.p-form input.p-form-input--medium, .p-form select.p-form-input--medium {
  width: 200px; }

.p-form input:checked {
  background: black;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}


.p-form a {
  text-decoration: underline; }
  .p-form a:hover {
    color: #E30083;
    text-decoration: none; }

.p-form__inputs {
  align-items: center;
  display: flex;
  justify-content: flex-start; }
  .p-form__inputs * + * {
    margin-left: 1rem; }

.p-form__inputs--checkbox label {
  margin-bottom: 0; }

.p-form__inputs--checkbox input {
  height: 18px;
  width: 18px;
  vertical-align: middle; }

.p-form__section + .p-form__section {
  border-top: solid 2px black;
  margin-top: 60px;
  padding-top: 60px; }

.p-form__section-title + p {
  margin-top: 2rem; }

.p-form__section__heading {
  margin-bottom: 2rem; }
  .p-form__section__heading p, .p-form__section__heading ul, .p-form__section__heading ol {
    font-size: 16px;
    font-size: 1rem; }
  .p-form__section__heading ul {
    list-style: disc; }
  .p-form__section__heading ol {
    list-style: decimal; }
  .p-form__section__heading ol, .p-form__section__heading ul {
    margin-left: 1.4em; }
  .p-form__section__heading p + p,
  .p-form__section__heading p + ul,
  .p-form__section__heading p + ol,
  .p-form__section__heading ul + p,
  .p-form__section__heading ol + p,
  .p-form__section__heading ul + ol,
  .p-form__section__heading ol + ul {
    margin-top: 1rem; }

.p-form__help {
  margin-top: 60px; }
  .p-form__help p {
    font-size: 16px;
    font-size: 1rem; }
    .p-form__help p a {
      text-decoration: underline; }
      .p-form__help p a:hover {
        color: #E30083;
        text-decoration: none; }

.p-header {
  margin-bottom: 60px;
  padding: 20px 0; }

@media screen and (min-width: 768px) {
  .p-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 768px) {
  .p-header__inner {
    text-align: center; } }

.p-header__logo {
  display: block;
  width: 210px;
  height: 70px;
  background-image: url("/public/img/logo-2026.png?v1");
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -999em; }
  @media screen and (max-width: 768px) {
    .p-header__logo {
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; } }

.p-header__nav {
  font-size: 16px;
  font-size: 1rem; }
  .p-header__nav ul {
    display: flex; }
    @media screen and (max-width: 768px) {
      .p-header__nav ul {
        justify-content: space-around; } }
    @media screen and (max-width: 500px) {
      .p-header__nav ul {
        display: block; } }
  .p-header__nav li {
    margin-left: 1rem; }

.p-page-title + p,
.p-page-title + div,
.p-page-title + ol {
  margin-top: 2rem; }

.p-page-rule {
  margin: 60px 0;
  height: 0;
  border-bottom: 0;
  border-top: 2px solid #000; }

.progress {
  background: rgba(255, 255, 255, 0.5);
  border: solid 2px black;
  margin-bottom: 3rem; }

.progress-bar {
  font-size: 14px;
  font-size: 0.875rem;
  background: #9dff00;
  padding-right: 5px;
  text-align: right; }

section + section {
  margin-top: 3em; }

.p-subnav {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase; }
  .p-subnav li {
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem; }
  .p-subnav a:hover {
    color: #E30083; }
  .p-subnav svg {
    height: 30px; }

.p-wysiwyg blockquote,
.p-wysiwyg img,
.p-wysiwyg ol,
.p-wysiwyg p,
.p-wysiwyg q,
.p-wysiwyg ul {
  margin-bottom: 1rem; }

.p-wysiwyg ul, .p-wysiwyg ol {
  margin-left: 1.4em; }

.p-wysiwyg ul {
  list-style: disc; }

.p-wysiwyg ol {
  list-style: decimal; }

.p-wysiwyg ul ol,
.p-wysiwyg ul ul,
.p-wysiwyg ol ol,
.p-wysiwyg ol ul {
  margin-bottom: 0; }

.p-wysiwyg strong, .p-wysiwyg b {
  font-weight: 700; }

.p-wysiwyg i, .p-wysiwyg em {
  font-style: italic; }

.p-wysiwyg a {
  color: currentColor;
  cursor: pointer;
  text-decoration: underline; }
  .p-wysiwyg a:hover {
    color: #E30083;
    text-decoration: none; }

.p-wysiwyg h2 + p {
  margin-top: 2rem; }
