@charset "UTF-8";

:root {
    --body-bg-image: url(https://cannonbbis.dev.alumni.uoguelph.ca/BBIS_Design/view.image?Id=490);
    --slide-width: 10em
}

@-webkit-keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content:not(:last-child) {
    margin-bottom: 1.5rem
}

.modal-close {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, .2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px
}

.modal-close:after,
.modal-close:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.modal-close:before {
    height: 2px;
    width: 50%
}

.modal-close:after {
    height: 50%;
    width: 2px
}

.modal-close:focus,
.modal-close:hover {
    background-color: rgba(0, 0, 0, .3)
}

.modal-close:active {
    background-color: rgba(0, 0, 0, .4)
}

.is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.control.is-loading:after {
    -webkit-animation: spinAround .5s linear infinite;
    animation: spinAround .5s linear infinite;
    border-radius: 290486px;
    border-color: transparent transparent #dbdbdb #dbdbdb;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-square .has-ratio,
.image.is-square img,
.modal,
.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.choices,
.choices .choices__inner {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top
}

.choices .choices__inner:active,
.choices .choices__inner:focus,
.choices .is-active.choices__inner,
.choices .is-focused.choices__inner,
.choices:active,
.choices:focus,
.is-active.choices,
.is-focused.choices {
    outline: none
}

.choices [disabled].choices__inner,
.choices fieldset[disabled] .choices__inner,
[disabled].choices,
fieldset[disabled] .choices,
fieldset[disabled] .choices .choices__inner {
    cursor: not-allowed
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

td:not([align]),
th:not([align]) {
    text-align: inherit
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: Roboto, sans-serif
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #c20430;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: #c20430
}

code {
    color: #77021d;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em
}

code,
hr {
    background-color: #f5f5f5
}

hr {
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox],
input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #c20430;
    font-weight: 700
}

fieldset {
    border: none
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0
}

table td,
table th {
    vertical-align: top
}

table td:not([align]),
table th:not([align]) {
    text-align: inherit
}

table th {
    color: #000
}

.card {
    background-color: #f5f5f5;
    border-radius: 1rem 1rem 0 0;
    box-shadow: none;
    color: #6a6868;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.card-header {
    background-color: transparent;
    align-items: stretch;
    box-shadow: none;
    display: flex
}

.card-header-title {
    align-items: center;
    color: #fff;
    display: flex;
    flex-grow: 1;
    font-weight: 300;
    padding: 1em 2em .5em
}

.card-header-icon,
.card-header-title.is-centered {
    justify-content: center
}

.card-header-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 1em 2em .5em
}

.card-image {
    display: block;
    position: relative
}

.card-content {
    padding: 1.5rem
}

.card-content,
.card-footer {
    background-color: transparent
}

.card-footer {
    border-top: 0;
    align-items: stretch;
    display: flex
}

.card-footer-item {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: .75rem
}

.card-footer-item:not(:last-child) {
    border-right: 0
}

.card .media:not(:last-child) {
    margin-bottom: 1.5rem
}

.modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 9999
}

.modal.is-active {
    display: flex
}

.modal-background {
    background-color: rgba(0, 0, 0, .86)
}

.modal-card,
.modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {

    .modal-card,
    .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 90%
    }
}

.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 6rem);
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card-foot,
.modal-card-head {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid #b4b4b4;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: #c20430;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #b4b4b4
}

.modal-card-foot .button:not(:last-child) {
    margin-right: .5em
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: .75rem 1rem
}

.content li+li {
    margin-top: .25em
}

.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 1em
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #6a6868;
    font-weight: 300;
    line-height: 1.125
}

.content h1 {
    font-size: 2em
}

.content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #b4b4b4;
    padding: 1.25em 1.5em
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ol:not([type]) {
    list-style-type: decimal
}

.content ol:not([type]).is-lower-alpha {
    list-style-type: lower-alpha
}

.content ol:not([type]).is-lower-roman {
    list-style-type: lower-roman
}

.content ol:not([type]).is-upper-alpha {
    list-style-type: upper-alpha
}

.content ol:not([type]).is-upper-roman {
    list-style-type: upper-roman
}

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ul ul {
    list-style-type: circle;
    margin-top: .5em
}

.content ul ul ul {
    list-style-type: square
}

.content dd {
    margin-left: 2em
}

.content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center
}

.content figure:not(:first-child) {
    margin-top: 2em
}

.content figure:not(:last-child) {
    margin-bottom: 2em
}

.content figure img {
    display: inline-block
}

.content figure figcaption {
    font-style: italic
}

.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal
}

.content sub,
.content sup {
    font-size: 75%
}

.content table {
    width: 100%
}

.content table td,
.content table th {
    border: solid #b4b4b4;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.content table th {
    color: #000
}

.content table th:not([align]) {
    text-align: inherit
}

.content table thead td,
.content table thead th {
    border-width: 0 0 2px;
    color: #000
}

.content table tfoot td,
.content table tfoot th {
    border-width: 2px 0 0;
    color: #000
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
    border-bottom-width: 0
}

.content .tabs li+li {
    margin-top: 0
}

.content.is-small {
    font-size: .75rem
}

.content.is-medium {
    font-size: 1.125rem
}

.content.is-large {
    font-size: 1.4375rem
}

.image {
    display: block;
    position: relative
}

.image img {
    display: block;
    height: auto;
    width: 100%
}

.choices .image img.choices__inner,
.image .choices img.choices__inner,
.image img.is-rounded {
    border-radius: 290486px
}

.image.is-fullwidth {
    width: 100%
}

.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-square .has-ratio,
.image.is-square img {
    height: 100%;
    width: 100%
}

.image.is-1by1,
.image.is-square {
    padding-top: 100%
}

.image.is-5by4 {
    padding-top: 80%
}

.image.is-4by3 {
    padding-top: 75%
}

.image.is-3by2 {
    padding-top: 66.6666%
}

.image.is-5by3 {
    padding-top: 60%
}

.image.is-16by9 {
    padding-top: 56.25%
}

.image.is-2by1 {
    padding-top: 50%
}

.image.is-3by1 {
    padding-top: 33.3333%
}

.image.is-4by5 {
    padding-top: 125%
}

.image.is-3by4 {
    padding-top: 133.3333%
}

.image.is-2by3 {
    padding-top: 150%
}

.image.is-3by5 {
    padding-top: 166.6666%
}

.image.is-9by16 {
    padding-top: 177.7777%
}

.image.is-1by2 {
    padding-top: 200%
}

.image.is-1by3 {
    padding-top: 300%
}

.image.is-16x16 {
    height: 16px;
    width: 16px
}

.image.is-24x24 {
    height: 24px;
    width: 24px
}

.image.is-32x32 {
    height: 32px;
    width: 32px
}

.image.is-48x48 {
    height: 48px;
    width: 48px
}

.image.is-64x64 {
    height: 64px;
    width: 64px
}

.image.is-96x96 {
    height: 96px;
    width: 96px
}

.image.is-128x128 {
    height: 128px;
    width: 128px
}

.choices .choices__inner {
    background-color: #efefef;
    border-color: transparent;
    border-radius: .5em;
    color: #707070
}

.choices .choices__inner::-moz-placeholder {
    color: hsla(0, 0%, 43.9%, .3)
}

.choices .choices__inner::-webkit-input-placeholder {
    color: hsla(0, 0%, 43.9%, .3)
}

.choices .choices__inner:-moz-placeholder {
    color: hsla(0, 0%, 43.9%, .3)
}

.choices .choices__inner:-ms-input-placeholder {
    color: hsla(0, 0%, 43.9%, .3)
}

.choices .choices__inner:hover,
.choices .is-hovered.choices__inner {
    border-color: transparent
}

.choices .choices__inner:active,
.choices .choices__inner:focus,
.choices .is-active.choices__inner,
.choices .is-focused.choices__inner {
    border-color: #707070;
    box-shadow: 0 rgba(194, 4, 48, .25)
}

.choices [disabled].choices__inner,
.choices fieldset[disabled] .choices__inner,
fieldset[disabled] .choices .choices__inner {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.choices [disabled].choices__inner::-moz-placeholder,
.choices fieldset[disabled] .choices__inner::-moz-placeholder,
fieldset[disabled] .choices .choices__inner::-moz-placeholder {
    color: hsla(0, 0%, 47.8%, .3)
}

.choices [disabled].choices__inner::-webkit-input-placeholder,
.choices fieldset[disabled] .choices__inner::-webkit-input-placeholder,
fieldset[disabled] .choices .choices__inner::-webkit-input-placeholder {
    color: hsla(0, 0%, 47.8%, .3)
}

.choices [disabled].choices__inner:-moz-placeholder,
.choices fieldset[disabled] .choices__inner:-moz-placeholder,
fieldset[disabled] .choices .choices__inner:-moz-placeholder {
    color: hsla(0, 0%, 47.8%, .3)
}

.choices [disabled].choices__inner:-ms-input-placeholder,
.choices fieldset[disabled] .choices__inner:-ms-input-placeholder,
fieldset[disabled] .choices .choices__inner:-ms-input-placeholder {
    color: hsla(0, 0%, 47.8%, .3)
}

.label {
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 700
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.label.is-small {
    font-size: .75rem
}

.label.is-medium {
    font-size: 1.125rem
}

.label.is-large {
    font-size: 1.4375rem
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

.help.is-primary {
    color: #c20430
}

.help.is-light {
    color: #f5f5f5
}

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: flex;
    justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover {
    z-index: 2
}

.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]):focus {
    z-index: 3
}

.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover {
    z-index: 4
}

.field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.has-addons.has-addons-centered {
    justify-content: center
}

.field.has-addons.has-addons-right {
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0
}

.field.is-grouped {
    display: flex;
    justify-content: flex-start
}

.field.is-grouped>.control {
    flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
    margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

@media print,
screen and (min-width:768px) {
    .field.is-horizontal {
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:767px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media print,
screen and (min-width:768px) {
    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

    .field-label.is-small {
        font-size: .75rem;
        padding-top: .375em
    }

    .field-label.is-normal {
        padding-top: .375em
    }

    .field-label.is-medium {
        font-size: 1.125rem;
        padding-top: .375em
    }

    .field-label.is-large {
        font-size: 1.4375rem;
        padding-top: .375em
    }
}

.field-body .field .field {
    margin-bottom: 0
}

@media print,
screen and (min-width:768px) {
    .field-body {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1
    }

    .field-body .field {
        margin-bottom: 0
    }

    .field-body>.field {
        flex-shrink: 1
    }

    .field-body>.field:not(.is-narrow) {
        flex-grow: 1
    }

    .field-body>.field:not(:last-child) {
        margin-right: .75rem
    }
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

.control.choices .input:focus~.icon,
.control.choices .select:focus~.icon,
.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
    color: #707070
}

.control.choices .input.is-small~.icon,
.control.choices .select.is-small~.icon,
.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
    font-size: .75rem
}

.control.choices .input.is-medium~.icon,
.control.choices .select.is-medium~.icon,
.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
    font-size: 1.125rem
}

.control.choices .input.is-large~.icon,
.control.choices .select.is-large~.icon,
.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
    font-size: 1.4375rem
}

.control.choices .icon,
.control.has-icons-left .icon,
.control.has-icons-right .icon {
    color: #707070;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.5em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.choices .input,
.control.choices .select select,
.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.5em
}

.control.choices .icon.is-right,
.control.has-icons-right .icon.is-right {
    right: 0
}

.control.is-loading:after {
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.control.is-loading.is-small:after {
    font-size: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.125rem
}

.control.is-loading.is-large:after {
    font-size: 1.4375rem
}

.section {
    padding: 3rem 1.5rem
}

@media screen and (min-width:1024px) {
    .section.is-medium {
        padding: 9rem 1.5rem 10.75rem
    }

    .section.is-large {
        padding: 18rem 1.5rem
    }
}

.footer {
    padding: 3rem 1.25rem 8.625rem;
    color: #fff
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mr-3 {
    margin-right: .75rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.ml-3,
.mx-3 {
    margin-left: .75rem !important
}

.mx-3 {
    margin-right: .75rem !important
}

.my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mr-4 {
    margin-right: 1rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1rem !important
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-5 {
    margin: 1.5rem !important
}

.mt-5 {
    margin-top: 1.5rem !important
}

.mr-5 {
    margin-right: 1.5rem !important
}

.mb-5 {
    margin-bottom: 1.5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 1.5rem !important
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important
}

.mx-6 {
    margin-right: 3rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pr-3 {
    padding-right: .75rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pl-3,
.px-3 {
    padding-left: .75rem !important
}

.px-3 {
    padding-right: .75rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pr-4 {
    padding-right: 1rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.pl-4,
.px-4 {
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5 {
    padding-top: 1.5rem !important
}

.pr-5 {
    padding-right: 1.5rem !important
}

.pb-5 {
    padding-bottom: 1.5rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 1.5rem !important
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 3rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.4375rem !important
}

.is-size-5 {
    font-size: 1.125rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:767px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.4375rem !important
    }

    .is-size-5-mobile {
        font-size: 1.125rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.4375rem !important
    }

    .is-size-5-tablet {
        font-size: 1.125rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1023px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.4375rem !important
    }

    .is-size-5-touch {
        font-size: 1.125rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.4375rem !important
    }

    .is-size-5-desktop {
        font-size: 1.125rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.4375rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.125rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd {
        font-size: 2rem !important
    }

    .is-size-4-fullhd {
        font-size: 1.4375rem !important
    }

    .is-size-5-fullhd {
        font-size: 1.125rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

.has-text-justified {
    text-align: justify !important
}

.has-text-left {
    text-align: left !important
}

.has-text-right {
    text-align: right !important
}

@media screen and (max-width:767px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media print,
screen and (min-width:768px) {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-centered-fullhd {
        text-align: center !important
    }
}

@media screen and (max-width:767px) {
    .has-text-justified-mobile {
        text-align: justify !important
    }
}

@media print,
screen and (min-width:768px) {
    .has-text-justified-tablet {
        text-align: justify !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-justified-touch {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-justified-desktop {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important
    }
}

@media screen and (max-width:767px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media print,
screen and (min-width:768px) {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-left-fullhd {
        text-align: left !important
    }
}

@media screen and (max-width:767px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media print,
screen and (min-width:768px) {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-right-fullhd {
        text-align: right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-medium {
    font-weight: 500 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-family-primary,
.is-family-sans-serif,
.is-family-secondary {
    font-family: Roboto, sans-serif !important
}

.is-family-code,
.is-family-monospace {
    font-family: monospace !important
}

.is-block {
    display: block !important
}

@media screen and (max-width:767px) {
    .is-block-mobile {
        display: block !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width:1023px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width:1024px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1216px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

@media screen and (min-width:1408px) {
    .is-block-fullhd {
        display: block !important
    }
}

.is-flex {
    display: flex !important
}

@media screen and (max-width:767px) {
    .is-flex-mobile {
        display: flex !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-flex-tablet {
        display: flex !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .is-flex-tablet-only {
        display: flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-flex-touch {
        display: flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-flex-desktop {
        display: flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-flex-desktop-only {
        display: flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-flex-widescreen {
        display: flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-flex-widescreen-only {
        display: flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-flex-fullhd {
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width:767px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-fullhd {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width:767px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: inline-flex !important
}

@media screen and (max-width:767px) {
    .is-inline-flex-mobile {
        display: inline-flex !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-inline-flex-tablet {
        display: inline-flex !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .is-inline-flex-tablet-only {
        display: inline-flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-flex-touch {
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-flex-desktop {
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-flex-fullhd {
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

.choices [hidden],
.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

@media screen and (max-width:767px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width:1023px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1216px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    .is-hidden-fullhd {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width:767px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media print,
screen and (min-width:768px) {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:1023px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

.is-collapsible {
    overflow-y: hidden
}

.is-collapsible,
.is-collapsible.is-active {
    transition: height .5s ease
}

.is-collapsible.message-body {
    padding: 0 !important
}

.is-collapsible.message-body .message-body-content {
    padding: 1.25em 1.5em
}

.content {
    font-weight: 300
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: inherit
}

.content h1 {
    font-size: 3em;
    margin-bottom: .5em
}

.content h1:not(:first-child) {
    margin-top: 1em
}

.content h2 {
    font-size: 1.5714em;
    margin-bottom: .667em
}

@media print,
screen and (min-width:768px) {
    .content h2 {
        font-size: 2.4444em;
        margin-bottom: 1.111em
    }
}

.content h2:not(:first-child) {
    margin-top: 1.1428em
}

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}

.content h3:not(:first-child) {
    margin-top: 1.3333em
}

.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.content p {
    line-height: 1.833
}

.content p:not(:last-child) {
    margin-bottom: 2.5em
}

.content .button {
    background-color: transparent;
    border-radius: .7142em;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.5555em;
    font-weight: 300;
    height: 2em;
    padding-bottom: calc(.375em - 1px);
    padding-top: calc(.375em - 1px);
    text-transform: uppercase
}

.content .button:hover {
    background-color: #c20430;
    color: #fff
}

.has-modal-open {
    overflow: hidden;
    position: fixed
}

.has-modal-open .navbar {
    z-index: 10
}

.modal-card {
    max-width: 30rem;
    width: 83.333%
}

.delete,
.modal-close {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    margin-bottom: .5rem;
    margin-left: auto;
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    outline: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 32px
}

.delete:before,
.modal-close:before {
    height: 2px;
    width: 50%
}

.delete:after,
.modal-close:after {
    height: 50%;
    width: 2px
}

.delete:after,
.delete:before,
.modal-close:after,
.modal-close:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.section .container {
    max-width: 94.75em
}

body #st-2 {
    display: none
}

.is-confirmation #st-2 {
    display: flex
}

@media print,
screen and (min-width:768px) {
    .is-confirmation #st-2 {
        display: block
    }
}

.outro {
    background-color: #efefef
}

@media screen and (max-width:767px) {
    .outro__content--donation {
        padding-top: 5rem
    }

    .outro__content--donation .image {
        margin-left: 1em;
        margin-right: 1em
    }

    .outro__content--donation .image:not(:last-child) {
        margin-bottom: 3em
    }

    .outro__content--donation .button {
        max-width: 30rem;
        width: 100%
    }
}

@media print,
screen and (min-width:768px) {
    .outro__content--donation {
        font-size: 12px
    }
}

@media screen and (min-width:768px) and (min-width:768px) {
    .outro__content--donation {
        font-size: calc(8px + .52083vw)
    }
}

@media screen and (min-width:768px) and (min-width:1920px) {
    .outro__content--donation {
        font-size: 18px
    }
}

@media print,
screen and (min-width:768px) {
    .outro__content--donation .columns {
        justify-content: space-between
    }
}

@media print,
screen and (min-width:768px) {
    .outro__content--donation .column:first-child {
        flex: none;
        width: 44%
    }

    .outro__content--donation .column:last-child {
        margin-left: 4%
    }

    .outro__content--donation .column .container {
        max-width: 35em
    }
}

@media print,
screen and (min-width:768px) {
    .outro__content--donation .image {
        margin: 0
    }
}

@media print,
screen and (min-width:768px) {
    .outro__content--donation .button {
        min-width: 16em;
        width: 72.5%
    }
}

@media screen and (min-width:1920px) {
    .outro__content--donation {
        font-size: 1.125rem
    }
}

.outro__content--confirmation {
    display: none;
    font-size: 12px
}

@media screen and (min-width:320px) {
    .outro__content--confirmation {
        font-size: calc(4.85714px + 2.23214vw)
    }
}

@media screen and (min-width:768px) {
    .outro__content--confirmation {
        font-size: 22px
    }
}

@media print,
screen and (min-width:768px) {
    .outro__content--confirmation {
        font-size: 18px
    }
}

@media screen and (min-width:768px) and (min-width:768px) {
    .outro__content--confirmation {
        font-size: calc(6px + 1.5625vw)
    }
}

@media screen and (min-width:768px) and (min-width:1024px) {
    .outro__content--confirmation {
        font-size: 22px
    }
}

@media screen and (min-width:1024px) {
    .outro__content--confirmation {
        font-size: 12px
    }
}

@media screen and (min-width:1024px) and (min-width:1024px) {
    .outro__content--confirmation {
        font-size: calc(.57143px + 1.11607vw)
    }
}

@media screen and (min-width:1024px) and (min-width:1920px) {
    .outro__content--confirmation {
        font-size: 22px
    }
}

@media screen and (min-width:1920px) {
    .outro__content--confirmation {
        font-size: 1.375rem
    }
}

.outro__content--confirmation h2 {
    font-family: Roboto, sans-serif;
    font-size: 2.5454em;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .25rem
}

.outro__content--confirmation h2+p {
    margin-bottom: 3.25rem
}

@media screen and (min-width:1920px) {
    .outro__content--confirmation .has-text-right {
        margin-right: -1.5rem
    }
}

@media print,
screen and (min-width:768px) {
    .outro__content--confirmation .card {
        height: 100%
    }
}

.outro__content--confirmation .card .image {
    margin: 0
}

.outro__content--confirmation .card .image figcaption {
    background-color: #f5f5f5;
    bottom: 0;
    font-size: 1.0909em;
    height: 0;
    line-height: 1.5;
    padding-left: 1.818em;
    padding-right: 1.818em;
    position: absolute;
    text-align: left;
    transition: all .6s ease-in-out;
    width: 100%;
    z-index: 1
}

.outro__content--confirmation .card:hover figcaption {
    height: 83.333% !important;
    padding-bottom: 1.0909em;
    padding-top: 1.0909em
}

.outro__content--confirmation .card:hover h3 .icon {
    color: #c20430
}

.outro__content--confirmation .card-content {
    font-family: Roboto;
    padding: 1.09em 1.818em
}

.outro__content--confirmation .card-content h3 {
    display: flex;
    font-family: inherit;
    font-size: 1.2727em;
    margin-bottom: 0
}

.outro__content--confirmation .card-content h3 .icon {
    color: #b4b4b4;
    font-size: .9217em;
    margin-left: .5em;
    margin-top: .125em;
    transition: all .3s ease
}

.footer {
    background-color: #6a6868;
    font-size: 1rem;
    margin-top: auto;
    padding-top: 5em
}

@media screen and (min-width:414px) {
    .footer {
        font-size: 14px
    }
}

@media screen and (min-width:414px) and (min-width:414px) {
    .footer {
        font-size: calc(11.66102px + .56497vw)
    }
}

@media screen and (min-width:414px) and (min-width:768px) {
    .footer {
        font-size: 16px
    }
}

@media print,
screen and (min-width:768px) {
    .footer {
        font-size: 10px
    }
}

@media screen and (min-width:768px) and (min-width:768px) {
    .footer {
        font-size: calc(2.8px + .9375vw)
    }
}

@media screen and (min-width:768px) and (min-width:1408px) {
    .footer {
        font-size: 16px
    }
}

@media screen and (min-width:1408px) {
    .footer {
        font-size: 1rem
    }
}

.footer>.container {
    max-width: 107em
}

.footer h2 {
    color: inherit;
    font-size: 1.5714em;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.204;
    margin-bottom: 1em
}

@media print,
screen and (min-width:768px) {
    .footer h2 {
        font-size: 2.196em;
        font-weight: 700
    }
}

@media screen and (min-width:1024px) {
    .footer h2 {
        font-size: 2.75em
    }
}

.footer a,
.footer a:hover,
.footer a:link,
.footer a:visited {
    color: inherit
}

.footer__top:not(:last-child) {
    margin-bottom: 4em
}

@media print,
screen and (min-width:768px) {
    .footer__top:not(:last-child) {
        justify-content: space-between;
        margin-bottom: 6.25em
    }
}

@media print,
screen and (min-width:768px) {
    .footer__top>.column {
        flex: none
    }

    .footer__top>.column:nth-child(2) {
        margin-left: 2.5%
    }

    .footer__top>.column:last-child {
        margin-left: 1%;
        margin-right: 1em
    }
}

.footer__top .button {
    border-width: 3px;
    font-size: 1em;
    height: 3em;
    padding-bottom: calc(.75em - 1px);
    padding-top: calc(.75em - 1px)
}

@media print,
screen and (min-width:768px) {
    .footer__top .button {
        font-size: 1.25em
    }
}

@media print,
screen and (min-width:768px) {
    .footer__signup {
        width: 29%
    }
}

.footer__signup p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5909;
    margin-bottom: 2rem
}

@media print,
screen and (min-width:768px) {
    .footer__signup p {
        font-size: 1.375em
    }
}

.footer__signup .field:not(:last-child) {
    margin-bottom: 2.5rem
}

.footer__signup .input {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 2em;
    max-width: 14em;
    padding: calc(.25em - 1px) 0;
    transition: all .3s ease
}

.footer__signup .input:focus,
.footer__signup .input:hover {
    background-color: hsla(0, 0%, 100%, .125);
    border-color: #fff;
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px)
}

@media print,
screen and (min-width:768px) {
    .footer__signup .input {
        font-size: 1.375em
    }
}

.footer__signup .input::-moz-placeholder {
    color: #fff
}

.footer__signup .input::-webkit-input-placeholder {
    color: #fff
}

.footer__signup .input:-moz-placeholder {
    color: #fff
}

.footer__signup .input:-ms-input-placeholder {
    color: #fff
}

.footer__signup .button .icon {
    align-items: center;
    display: inline-flex;
    font-size: 1.25em;
    margin-left: .5em !important
}

@media screen and (max-width:767px) {
    .footer__more-info {
        margin-bottom: 3.667em
    }

    .footer__more-info h2 {
        margin-bottom: 1.5em
    }
}

.footer__more-info .column {
    padding-bottom: var(--columnGap);
    padding-top: var(--columnGap)
}

@media print,
screen and (min-width:768px) {
    .footer__more-info .column {
        padding-bottom: 1em;
        padding-top: 1em
    }
}

.footer__more-info .button {
    padding-left: 2.75em;
    padding-right: 2.75em
}

@media print,
screen and (min-width:768px) {
    .footer__more-info .button {
        padding-left: 3.166em;
        padding-right: 3.166em
    }
}

@media screen and (max-width:767px) {
    .footer__follow-us h2 {
        margin-bottom: 1.667em
    }

    .footer__follow-us a {
        font-size: .75em
    }
}

@media print,
screen and (min-width:768px) {
    .footer__follow-us {
        width: 29.945%
    }
}

@media screen and (min-width:1920px) {
    .footer__follow-us {
        max-width: none
    }
}

.footer__follow-us .columns {
    margin-top: -1.5em
}

@media print,
screen and (min-width:768px) {
    .footer__follow-us .columns {
        --columnGap: 1.333em
    }
}

.footer__follow-us svg {
    display: block;
    fill: #fff;
    position: relative;
    transition: all .3s ease;
    z-index: 10
}

.footer__follow-us a {
    display: block;
    max-width: 100%;
    position: relative;
    width: 4.25rem
}

.footer__follow-us a:after {
    content: "";
    background-color: transparent;
    border-radius: 50%;
    height: calc(100% - 4px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    width: calc(100% - 4px);
    z-index: 1
}

.footer__follow-us a:hover:after {
    background-color: #fff
}

.footer__follow-us a:hover svg {
    fill: #c20430
}

@media print,
screen and (min-width:768px) {
    .footer__org-info {
        align-items: flex-end
    }
}

@media screen and (min-width:1024px) {
    .footer__org-info {
        margin-top: -9.5em
    }
}

@media screen and (min-width:1216px) {
    .footer__org-info {
        margin-top: -6.5em
    }
}

@media screen and (min-width:1408px) {
    .footer__org-info {
        margin-top: -9.5em
    }
}

.footer__org-info address,
.footer__org-info p {
    font-family: Roboto, sans-serif;
    font-size: .8571em;
    line-height: 2.222
}

@media print,
screen and (min-width:768px) {

    .footer__org-info address,
    .footer__org-info p {
        font-size: 1.125em
    }
}

.footer__org-info p {
    align-items: center;
    display: flex;
    margin-bottom: 0
}

.footer__org-info p .icon {
    font-size: 1.28125em;
    margin-bottom: .111em;
    margin-right: .25em
}

.footer__org-info address {
    display: block;
    font-style: normal
}

.footer__org-info address>span {
    align-items: center;
    display: inline-flex
}

.footer__org-info address>span:not(:last-child):after {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: inline-block;
    flex: none;
    height: .833em;
    margin-left: .625em;
    margin-right: .416em;
    width: 1px
}

@media screen and (max-width:767px) {
    .footer__brand {
        margin-top: 3em
    }
}

.footer__brand .is-flex {
    align-items: flex-end;
    margin: -.75em -.75em 0
}

@media print,
screen and (min-width:768px) {
    .footer__brand .is-flex {
        justify-content: flex-end
    }
}

.footer__brand img {
    display: block;
    flex: none;
    padding: .75em
}

.footer__brand img:first-child {
    width: 34%
}

@media screen and (max-width:767px) {
    .footer__brand img:first-child {
        max-width: calc(110px + 1.5rem)
    }
}

@media print,
screen and (min-width:768px) {
    .footer__brand img:first-child {
        min-width: 125px;
        width: 32%
    }
}

.footer__brand img:last-child {
    width: 27%
}

@media screen and (max-width:767px) {
    .footer__brand img:last-child {
        max-width: calc(82px + 1.5rem)
    }
}

@media print,
screen and (min-width:768px) {
    .footer__brand img:last-child {
        min-width: 100px;
        width: 25%
    }
}

.choices.is-open:after,
.choices:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .5rem;
    position: absolute;
    top: 50%;
    margin-top: -.175em;
    pointer-events: none
}

.choices {
    position: relative
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-open {
    overflow: initial
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices .choices__inner {
    border-radius: 1.25rem;
    cursor: pointer;
    padding-right: 2.5rem;
    width: 100%
}

.choices .choices__inner.has-error {
    border-color: #ffa80d !important
}

.choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
    background-color: #c20430;
    color: #fff
}

.choices[data-type*=select-one].is-open .choices__inner {
    border-radius: 1.25rem 1.25rem 0 0;
    cursor: default
}

.choices .choices__input {
    border-radius: 0;
    display: block;
    pointer-events: all;
    width: 100%
}

.choices .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .25
}

.choices .choices__button:focus,
.choices .choices__button:hover {
    opacity: 1
}

.choices .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices .choices__item[data-value=""] .choices__button {
    display: none
}

.choices:after {
    border-color: #c20430 transparent transparent;
    right: 1.5rem
}

.choices.is-focused:after,
.choices.is-open:after {
    border-color: hsla(0, 0%, 100%, .5) transparent transparent
}

.choices.is-open:after {
    right: 1.5rem
}

.choices__inner {
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid transparent;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
    border-radius: 0 0 1.25rem 1.25rem;
    color: #707070;
    margin-top: 0 !important;
    width: calc(100% - 1.5rem + 2px)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .choices__list--dropdown {
        left: calc(.75rem - 1px)
    }
}

.choices__list--dropdown.is-active {
    visibility: visible
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 19.75rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    font-size: 1rem;
    padding: .5rem .75rem;
    position: relative;
    word-break: break-word
}

.choices__list--dropdown .choices__item[data-value="-1"] {
    display: none
}

.choices__list--dropdown .choices__item:not(:first-child):not(:last-child):after {
    border-bottom: 1px solid #efefef;
    bottom: 0;
    content: "";
    display: inline-block;
    left: .75rem;
    position: absolute;
    width: calc(100% - 1.5rem)
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: #c20430
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: grey
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

[data-action=collapse] {
    align-items: center;
    color: inherit !important;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: flex
}

[data-action=collapse]:not(.checkbox):before {
    border-bottom: .667em solid transparent;
    border-top: .667em solid transparent;
    border-left: 1.111em solid #c20430;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 1rem;
    transition: all .3s ease;
    width: 0
}

[data-action=collapse]:not(.checkbox).is-active:before,
[data-action=collapse]:not(.checkbox):hover:before {
    transform: rotate(90deg)
}

[data-action=collapse].checkbox:before {
    align-items: center;
    background-color: #efefef;
    border-radius: .5em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .29);
    color: transparent;
    content: "\";
    display: inline-flex;
    font-family: guelph-icons;
    height: 1.5625em;
    justify-content: center;
    margin-right: 1rem;
    padding-bottom: .25em;
    padding-top: .5em;
    transition: all .3s ease;
    width: 1.5625em
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        [data-action=collapse].checkbox:before {
            transform: translateY(-.25em)
        }
    }
}

[data-action=collapse].checkbox.is-active:before {
    background-color: #c20430;
    color: #fff
}

.ui-datepicker {
    z-index: 9999 !important
}

.datepicker {
    display: flex;
    position: relative
}

@media screen and (min-width:540px) and (max-width:767px) {
    .datepicker {
        width: 60%
    }
}

.datepicker label {
    margin-right: .5rem;
    margin-top: .5rem;
    white-space: nowrap
}

.datepicker .hasDatepicker,
.datepicker input[type=text] {
    min-width: 9em;
    padding-right: 2.5em
}

.datepicker .hasDatepicker[aria-invalid=true],
.datepicker input[type=text][aria-invalid=true] {
    margin-bottom: 1.5rem
}

.datepicker .ui-datepicker-trigger {
    height: 1.5em;
    opacity: 0;
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 1
}

.datepicker:after {
    color: #c20430;
    content: "\";
    display: inline-block;
    font-family: guelph-icons;
    font-size: 1.5em;
    position: absolute;
    right: .5rem
}

.datepicker .fv-plugins-message-container {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0
}

.fv-sr-only {
    display: none
}

.fv-plugins-framework input::-ms-clear,
.fv-plugins-framework textarea::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

.fv-plugins-icon-container {
    position: relative
}

.fv-plugins-icon {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.fv-plugins-bulma .field.has-addons {
    flex-wrap: wrap
}

.fv-plugins-bulma .field.has-addons:after {
    content: "";
    width: 100%
}

.fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
    order: 1
}

.fv-plugins-bulma .icon.fv-plugins-icon-check {
    top: -4px
}

.fv-plugins-bulma .fv-has-error .input,
.fv-plugins-bulma .fv-has-error .textarea {
    border: 1px solid #ff3860
}

.fv-plugins-bulma .fv-has-success .input,
.fv-plugins-bulma .fv-has-success .textarea {
    border: 1px solid #23d160
}

.fv-plugins-message-container {
    font-size: .75rem;
    font-weight: 400;
    margin-right: 1rem;
    margin-top: .25rem;
    text-align: right
}

.fv-plugins-message-container:empty {
    display: none !important
}

.fv-plugins-message-container .has-text-danger,
.fv-plugins-message-container .is-danger {
    background-color: #ffa80d;
    color: #000;
    display: inline-block;
    font-size: 1em;
    margin: 0;
    padding: .125em .5em
}

.fv-plugins-message-container:not(:last-child) {
    display: none
}

.is-boxed .fv-plugins-message-container {
    border: 1px solid #ff470f;
    font-size: 1rem;
    line-height: 1.2;
    margin: 1.25em 0;
    padding: .3125em;
    position: static;
    text-transform: none
}

.is-boxed .fv-plugins-message-container .has-text-danger,
.is-boxed .fv-plugins-message-container .is-danger {
    color: #ff470f !important
}

.fv-plugins-bulma .fv-has-success .input,
.fv-plugins-bulma .fv-has-success .textarea {
    border-color: #dbdbdb
}

.fv-plugins-bulma .fv-has-error .input,
.fv-plugins-bulma .fv-has-error .textarea,
.fv-plugins-bulma .fv-has-error select {
    border-color: #ffa80d
}

.fv-plugins-bulma .fv-has-error::-moz-placeholder {
    color: #c20430
}

.fv-plugins-bulma .fv-has-error::-webkit-input-placeholder {
    color: #c20430
}

.fv-plugins-bulma .fv-has-error:-moz-placeholder {
    color: #c20430
}

.fv-plugins-bulma .fv-has-error:-ms-input-placeholder {
    color: #c20430
}

.fv-plugins-bulma .fv-has-error.is-grouped {
    border: 1px solid #c20430;
    padding: 1rem;
    transition: all .25s ease
}

.fv-has-error .choices[data-type*=select-one] .choices__inner {
    border-color: #ffa80d
}
.UofGtext {
    text-wrap: balance !important;
    font-size: 35px;
    border-bottom: 2px solid #000; /* Add a keyline (underline) */
    padding-bottom: 5px; /* Add spacing between text and keyline */
  }
/*# sourceMappingURL=tribute-styles.css.map */