
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* Bulma CSS for Buttons, Icons, and Navigation */

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.button.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.button:focus,
.is-focused.button,
.button:active,
.is-active.button {
  outline: none;
}
[disabled].button,
fieldset[disabled] .button {
  cursor: not-allowed;
}

.navbar {
  background-color: transparent;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #fefefe;
  color: #2d2a2b;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #2d2a2b;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus,
.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f1f1f1;
  color: #2d2a2b;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #2d2a2b;
}
.navbar.is-white .navbar-burger {
  color: #2d2a2b;
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #2d2a2b;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus,
  .navbar.is-white .navbar-start > a.navbar-item:hover,
  .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f1f1f1;
    color: #2d2a2b;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #2d2a2b;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f1f1f1;
    color: #2d2a2b;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fefefe;
    color: #2d2a2b;
  }
}
.navbar.is-black {
  background-color: #2d2a2b;
  color: #fefefe;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fefefe;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus,
.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: #201e1e;
  color: #fefefe;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fefefe;
}
.navbar.is-black .navbar-burger {
  color: #fefefe;
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: #fefefe;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus,
  .navbar.is-black .navbar-start > a.navbar-item:hover,
  .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: #201e1e;
    color: #fefefe;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fefefe;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #201e1e;
    color: #fefefe;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #2d2a2b;
    color: #fefefe;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus,
.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus,
  .navbar.is-light .navbar-start > a.navbar-item:hover,
  .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: #363636;
  color: var(--white);
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: var(--white);
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: var(--white);
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: var(--white);
}
.navbar.is-dark .navbar-burger {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: var(--white);
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus,
  .navbar.is-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: var(--white);
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: var(--white);
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: var(--white);
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: var(--white);
  }
}
.navbar.is-primary {
  background-color: #1a457e;
  color: var(--white);
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: var(--white);
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus,
.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #163969;
  color: var(--white);
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: var(--white);
}
.navbar.is-primary .navbar-burger {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: var(--white);
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus,
  .navbar.is-primary .navbar-start > a.navbar-item:hover,
  .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #163969;
    color: var(--white);
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: var(--white);
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #163969;
    color: var(--white);
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #1a457e;
    color: var(--white);
  }
}
.navbar.is-link {
  background-color: #f47725;
  color: var(--white);
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: var(--white);
}
.navbar.is-link .navbar-brand > a.navbar-item:focus,
.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #f3680d;
  color: var(--white);
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: var(--white);
}
.navbar.is-link .navbar-burger {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: var(--white);
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus,
  .navbar.is-link .navbar-start > a.navbar-item:hover,
  .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #f3680d;
    color: var(--white);
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: var(--white);
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f3680d;
    color: var(--white);
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #f47725;
    color: var(--white);
  }
}
.navbar.is-info {
  background-color: var(--union-blue);
  color: var(--white);
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: var(--white);
}
.navbar.is-info .navbar-brand > a.navbar-item:focus,
.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #238cd1;
  color: var(--white);
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: var(--white);
}
.navbar.is-info .navbar-burger {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: var(--white);
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus,
  .navbar.is-info .navbar-start > a.navbar-item:hover,
  .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #238cd1;
    color: var(--white);
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: var(--white);
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #238cd1;
    color: var(--white);
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: var(--union-blue);
    color: var(--white);
  }
}
.navbar.is-success {
  background-color: #48c774;
  color: var(--white);
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: var(--white);
}
.navbar.is-success .navbar-brand > a.navbar-item:focus,
.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb67;
  color: var(--white);
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: var(--white);
}
.navbar.is-success .navbar-burger {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: var(--white);
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus,
  .navbar.is-success .navbar-start > a.navbar-item:hover,
  .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb67;
    color: var(--white);
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: var(--white);
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb67;
    color: var(--white);
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c774;
    color: var(--white);
  }
}
.navbar.is-warning {
  background-color: #f47725;
  color: var(--white);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: var(--white);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus,
.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #f3680d;
  color: var(--white);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: var(--white);
}
.navbar.is-warning .navbar-burger {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: var(--white);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus,
  .navbar.is-warning .navbar-start > a.navbar-item:hover,
  .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #f3680d;
    color: var(--white);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: var(--white);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f3680d;
    color: var(--white);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #f47725;
    color: var(--white);
  }
}
.navbar.is-danger {
  background-color: #f14668;
  color: var(--white);
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: var(--white);
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus,
.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: var(--white);
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: var(--white);
}
.navbar.is-danger .navbar-burger {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: var(--white);
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus,
  .navbar.is-danger .navbar-start > a.navbar-item:hover,
  .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: var(--white);
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: var(--white);
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: var(--white);
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: var(--white);
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #fefefe;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #fefefe;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent;
  color: #f47725;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #f47725;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #f47725;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #f47725;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #fefefe;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: transparent;
    box-shadow: 0 8px 16px rgba(45, 42, 43, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(45, 42, 43, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus,
  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent
    .navbar-item.has-dropdown.is-hoverable:focus
    .navbar-link,
  .navbar.is-transparent
    .navbar-item.has-dropdown.is-hoverable:focus-within
    .navbar-link,
  .navbar.is-transparent
    .navbar-item.has-dropdown.is-hoverable:hover
    .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: rgba(244, 119, 36, 0.2);
    color: #2d2a2b;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #f47725;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(45, 42, 43, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #fefefe;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(45, 42, 43, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: rgba(244, 119, 36, 0.2);
    color: #2d2a2b;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #f47725;
  }
  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(45, 42, 43, 0.1), 0 0 0 1px rgba(45, 42, 43, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(45, 42, 43, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #f47725;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.button {
  background-color: #fefefe;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  transition: all 0.15s linear;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover,
.button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
.button:focus,
.button.is-focused {
  border-color: #3273dc;
  color: #363636;
}
.button:focus:not(:active),
.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244, 119, 37, 0.25);
}
.button:active,
.button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}
.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}
.button.is-text:active,
.button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white {
  background-color: #fefefe;
  border-color: transparent;
  color: #2d2a2b;
}
.button.is-white:hover,
.button.is-white.is-hovered {
  background-color: #f8f8f8;
  border-color: transparent;
  color: #2d2a2b;
}
.button.is-white:focus,
.button.is-white.is-focused {
  border-color: transparent;
  color: #2d2a2b;
}
.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(254, 254, 254, 0.25);
}
.button.is-white:active,
.button.is-white.is-active {
  background-color: #f1f1f1;
  border-color: transparent;
  color: #2d2a2b;
}
.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: #fefefe;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #2d2a2b;
  color: #fefefe;
}
.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
  background-color: #201e1e;
}
.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: #2d2a2b;
  border-color: transparent;
  box-shadow: none;
  color: #fefefe;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #2d2a2b #2d2a2b !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}
.button.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #2d2a2b;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #fefefe #fefefe !important;
}
.button.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2d2a2b #2d2a2b !important;
}
.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fefefe;
  box-shadow: none;
  color: #fefefe;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #2d2a2b;
  color: #2d2a2b;
}
.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #2d2a2b;
  color: #fefefe;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fefefe #fefefe !important;
}
.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #2d2a2b;
  box-shadow: none;
  color: #2d2a2b;
}
.button.is-black {
  background-color: #2d2a2b;
  border-color: transparent;
  color: #fefefe;
}
.button.is-black:hover,
.button.is-black.is-hovered {
  background-color: #262425;
  border-color: transparent;
  color: #fefefe;
}
.button.is-black:focus,
.button.is-black.is-focused {
  border-color: transparent;
  color: #fefefe;
}
.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(45, 42, 43, 0.25);
}
.button.is-black:active,
.button.is-black.is-active {
  background-color: #201e1e;
  border-color: transparent;
  color: #fefefe;
}
.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #2d2a2b;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: #fefefe;
  color: #2d2a2b;
}
.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
  background-color: #f1f1f1;
}
.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: #fefefe;
  border-color: transparent;
  box-shadow: none;
  color: #2d2a2b;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent #fefefe #fefefe !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #2d2a2b;
  color: #2d2a2b;
}
.button.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused {
  background-color: #2d2a2b;
  border-color: #2d2a2b;
  color: #fefefe;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #2d2a2b #2d2a2b !important;
}
.button.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fefefe #fefefe !important;
}
.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #2d2a2b;
  box-shadow: none;
  color: #2d2a2b;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}
.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused {
  background-color: #fefefe;
  color: #2d2a2b;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2d2a2b #2d2a2b !important;
}
.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fefefe;
  box-shadow: none;
  color: #fefefe;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover,
.button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus,
.button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active,
.button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: var(--white);
}
.button.is-dark:hover,
.button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: var(--white);
}
.button.is-dark:focus,
.button.is-dark.is-focused {
  border-color: transparent;
  color: var(--white);
}
.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-dark:active,
.button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: var(--white);
}
.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: var(--white);
  color: #363636;
}
.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: var(--white);
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: var(--white);
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: var(--white);
  color: #363636;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
}
.button.is-primary {
  background-color: #1a457e;
  border-color: transparent;
  color: var(--white);
}
.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: #183f73;
  border-color: transparent;
  color: var(--white);
}
.button.is-primary:focus,
.button.is-primary.is-focused {
  border-color: transparent;
  color: var(--white);
}
.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(26, 69, 126, 0.25);
}
.button.is-primary:active,
.button.is-primary.is-active {
  background-color: #163969;
  border-color: transparent;
  color: var(--white);
}
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #1a457e;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: var(--white);
  color: #1a457e;
}
.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: var(--white);
  border-color: transparent;
  box-shadow: none;
  color: #1a457e;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #1a457e;
  color: #1a457e;
}
.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined.is-focused {
  background-color: #1a457e;
  border-color: #1a457e;
  color: var(--white);
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #1a457e #1a457e !important;
}
.button.is-primary.is-outlined.is-loading:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #1a457e;
  box-shadow: none;
  color: #1a457e;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: var(--white);
  color: #1a457e;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1a457e #1a457e !important;
}
.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
}
.button.is-primary.is-light {
  background-color: #eef4fc;
  color: #3479d5;
}
.button.is-primary.is-light:hover,
.button.is-primary.is-light.is-hovered {
  background-color: #e4edf9;
  border-color: transparent;
  color: #3479d5;
}
.button.is-primary.is-light:active,
.button.is-primary.is-light.is-active {
  background-color: #d9e6f7;
  border-color: transparent;
  color: #3479d5;
}
.button.is-link {
  background-color: #f47725;
  border-color: transparent;
  color: var(--white);
}
.button.is-link:hover,
.button.is-link.is-hovered {
  background-color: #f36f19;
  border-color: transparent;
  color: var(--white);
}
.button.is-link:focus,
.button.is-link.is-focused {
  border-color: transparent;
  color: var(--white);
}
.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244, 119, 37, 0.25);
}
.button.is-link:active,
.button.is-link.is-active {
  background-color: #f3680d;
  border-color: transparent;
  color: var(--white);
}
.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #f47725;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: var(--white);
  color: #f47725;
}
.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: var(--white);
  border-color: transparent;
  box-shadow: none;
  color: #f47725;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #f47725;
  color: #f47725;
}
.button.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused {
  background-color: #f47725;
  border-color: #f47725;
  color: var(--white);
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #f47725 #f47725 !important;
}
.button.is-link.is-outlined.is-loading:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-outlined.is-loading:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #f47725;
  box-shadow: none;
  color: #f47725;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused {
  background-color: var(--white);
  color: #f47725;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f47725 #f47725 !important;
}
.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
}
.button.is-link.is-light {
  background-color: #fef3ec;
  color: #b44d09;
}
.button.is-link.is-light:hover,
.button.is-link.is-light.is-hovered {
  background-color: #fdebdf;
  border-color: transparent;
  color: #b44d09;
}
.button.is-link.is-light:active,
.button.is-link.is-light.is-active {
  background-color: #fde4d3;
  border-color: transparent;
  color: #b44d09;
}
.button.is-info {
  background-color: var(--union-blue);
  border-color: transparent;
  color: var(--white);
}
.button.is-info:hover,
.button.is-info.is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: var(--white);
}
.button.is-info:focus,
.button.is-info.is-focused {
  border-color: transparent;
  color: var(--white);
}
.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
.button.is-info:active,
.button.is-info.is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: var(--white);
}
.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: var(--union-blue);
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: var(--white);
  color: var(--union-blue);
}
.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: var(--white);
  border-color: transparent;
  box-shadow: none;
  color: var(--union-blue);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: var(--union-blue);
  color: var(--union-blue);
}
.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
  background-color: var(--union-blue);
  border-color: var(--union-blue);
  color: var(--white);
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent var(--union-blue) var(--union-blue) !important;
}
.button.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: var(--union-blue);
  box-shadow: none;
  color: var(--union-blue);
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
  background-color: var(--white);
  color: var(--union-blue);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--union-blue) var(--union-blue) !important;
}
.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
}
.button.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.button.is-info.is-light:hover,
.button.is-info.is-light.is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}
.button.is-info.is-light:active,
.button.is-info.is-light.is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}
.button.is-success {
  background-color: #48c774;
  border-color: transparent;
  color: var(--white);
}
.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: #3ec46d;
  border-color: transparent;
  color: var(--white);
}
.button.is-success:focus,
.button.is-success.is-focused {
  border-color: transparent;
  color: var(--white);
}
.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
.button.is-success:active,
.button.is-success.is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: var(--white);
}
.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #48c774;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: var(--white);
  color: #48c774;
}
.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: var(--white);
  border-color: transparent;
  box-shadow: none;
  color: #48c774;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  color: #48c774;
}
.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
  background-color: #48c774;
  border-color: #48c774;
  color: var(--white);
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}
.button.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  box-shadow: none;
  color: #48c774;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
  background-color: var(--white);
  color: #48c774;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}
.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
}
.button.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
.button.is-success.is-light:hover,
.button.is-success.is-light.is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}
.button.is-success.is-light:active,
.button.is-success.is-light.is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}
.button.is-warning {
  background-color: #f47725;
  border-color: transparent;
  color: var(--white);
}
.button.is-warning:hover,
.button.is-warning.is-hovered {
  background-color: #f36f19;
  border-color: transparent;
  color: var(--white);
}
.button.is-warning:focus,
.button.is-warning.is-focused {
  border-color: transparent;
  color: var(--white);
}
.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244, 119, 37, 0.25);
}
.button.is-warning:active,
.button.is-warning.is-active {
  background-color: #f3680d;
  border-color: transparent;
  color: var(--white);
}
.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #f47725;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: var(--white);
  color: #f47725;
}
.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: var(--white);
  border-color: transparent;
  box-shadow: none;
  color: #f47725;
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #f47725;
  color: #f47725;
}
.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused {
  background-color: #f47725;
  border-color: #f47725;
  color: var(--white);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #f47725 #f47725 !important;
}
.button.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #f47725;
  box-shadow: none;
  color: #f47725;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: var(--white);
  color: #f47725;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f47725 #f47725 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
}
.button.is-warning.is-light {
  background-color: #fef3ec;
  color: #b44d09;
}
.button.is-warning.is-light:hover,
.button.is-warning.is-light.is-hovered {
  background-color: #fdebdf;
  border-color: transparent;
  color: #b44d09;
}
.button.is-warning.is-light:active,
.button.is-warning.is-light.is-active {
  background-color: #fde4d3;
  border-color: transparent;
  color: #b44d09;
}
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: var(--white);
}
.button.is-danger:hover,
.button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: var(--white);
}
.button.is-danger:focus,
.button.is-danger.is-focused {
  border-color: transparent;
  color: var(--white);
}
.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.button.is-danger:active,
.button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: var(--white);
}
.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: var(--white);
  color: #f14668;
}
.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
  background-color: var(--white);
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}
.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: var(--white);
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--white) var(--white) !important;
}
.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: var(--white);
  color: #f14668;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
}
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.button.is-danger.is-light:hover,
.button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-danger.is-light:active,
.button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled],
fieldset[disabled] .button {
  background-color: #fefefe;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}
/* IBEW 613 Global Gtyles */

/* Variables */
:root {
  /* Color */
  --ibew-blue: rgba(26, 69, 126, 1);
  --union-blue: rgba(76, 125, 152, 1);
  --labor-blue: rgba(171, 222, 248, 1);
  --labor-blue-light: rgba(171, 222, 248, 0.5);
  --labor-blue-lighter: rgba(171, 222, 248, 0.38);
  --labor-blue-lightest: rgba(171, 222, 248, 0.12);
  --georgia-orange: rgba(244, 119, 37, 1);
  --georgia-orange-light: rgba(244, 119, 37, 0.2);
  --hard-hat-yellow: rgba(245, 173, 4, 1);
  --light-gray: #e6e6e6;
  --medium-gray: #cacaca;
  --dark-gray: #8a8a8a;
  --black: rgba(45, 42, 43, 1);
  --light-black: rgba(46, 42, 43, 0.8);
  --white: #fefefe;
  --headshadow: rgba(0, 0, 0, 0.4);
  --heroshadow: rgba(53, 61, 164, 0.3);
  --slider-nav-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  --subtle-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  --nav-box-shadow: 0 8px 16px rgba(45, 42, 43, 0.3);
  --facebook: #4267b2;
  --instagram: #c13584;
  --twitter: #1da1f2;
  --youtube: #ff0000;
  --linkedin: #2867b2;
  --flickr: #0062e4;
  --mail: var(--georgia-orange);
  --primary: var(--ibew-blue);
  --link: var(--georgia-orange);
  --warning: var(--georgia-orange);
  --form-label: #33475b;
  --form-input: #33475b;
  --form-description: #7c98b6;
  --form-placeholder: #bfbfbf;
  --form-error-label: #f2545b;
  --form-error-border: #c87872;
  --form-error-focus: #b9554d;

  /* Type */
  --header-font-family: "azo-sans-web", Roboto, Helvetica, Arial, sans-serif;
  --body-font-family: "azo-sans-web", Roboto, Helvetica, Arial, sans-serif;
  --body-font-size: 1rem;
  --body-line-height: 1.4;
  --cta-font-family: "roboto-slab", serif;
  --heavy-font-weight: 700;
  --normal-font-weight: 300;
  --cta-font-weight: 700;
  --h1-font-size: 3rem;
  --h1-font-size-medium: 2.25rem;
  --h1-font-size-small: 1.75rem;
  --h2-font-size: 2.5rem;
  --h2-font-size-medium: 2rem;
  --h2-font-size-small: 1.5rem;
  --h3-font-size: 2rem;
  --h3-font-size-medium: 1.5rem;
  --h3-font-size-small: 1.25rem;
  --h4-font-size: 1.5rem;
  --h4-font-size-medium: 1.25rem;
  --h4-font-size-small: 1.125rem;
  --h5-font-size: 1.25rem;
  --h5-font-size-small: 1.0625rem;
  --h6-font-size: 1rem;
  --h6-font-size-small: 0.875rem;
  --p-font-size: 1rem;

  /* Navigation */
  --navbar-background-color: transparent;
  --navbar-item-color: var(--white);
  --navbar-item-active-color: var(--georgia-orange);
  --navbar-item-hover-background-color: transparent;
  --navbar-dropdown-arrow: var(--white);
  --navbar-dropdown-item-hover-background-color: var(--georgia-orange-light);
}

/* Type */

h1,
.h1 {
  font-size: var(--h1-font-size);
}

h2,
.h2 {
  font-size: var(--h2-font-size);
}

h3,
.h3 {
  font-size: var(--h3-font-size);
}

h4,
.h4 {
  font-size: var(--h4-font-size);
}

h5,
.h5 {
  font-size: var(--h5-font-size);
}

h6,
.h6 {
  font-size: var(--h6-font-size);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--header-font-family);
  font-weight: var(--normal-font-weight);
  line-height: var(--body-line-height);
  margin: 0 0 1rem;
}

p {
  font-size: var(--p-font-size);
  font-weight: var(--normal-font-weight);
  margin: 0 0 1rem;
}

p,
ul,
li,
a,
span {
  font-family: var(--body-font-family);
  font-weight: var(--normal-font-weight);
  line-height: var(--body-line-height);
}

a {
  color: var(--black);
}

a:hover {
  color: var(--georgia-orange);
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid var(--medium-gray);
  padding-left: 1rem;
}

hr {
  color: var(--light-gray);
  background-color: var(--light-gray);
  height: 1px;
  border: none;
}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media only screen and (max-width: 47.9875em) {
  h1,
  .h1 {
    font-size: var(--h1-font-size-medium);
  }

  h2,
  .h2 {
    font-size: var(--h2-font-size-medium);
  }

  h3,
  .h3 {
    font-size: var(--h3-font-size-medium);
  }

  h4,
  .h4 {
    font-size: var(--h4-font-size-medium);
  }

  h5,
  .h5 {
    font-size: var(--h5-font-size-medium);
  }
}
@media only screen and (max-width: 26.5625em) {
  h1,
  .h1 {
    font-size: var(--h1-font-size-small);
  }

  h2,
  .h2 {
    font-size: var(--h2-font-size-small);
  }

  h3,
  .h3 {
    font-size: var(--h3-font-size-small);
  }

  h4,
  .h4 {
    font-size: var(--h4-font-size-small);
  }

  h5,
  .h5 {
    font-size: var(--h5-font-size-small);
  }

  blockquote {
    margin: 1.5rem;
  }
}
/* Text */
/* appearance */
.text-color-light {
  color: var(--light-black);
}

/* alignment */
.uppercase {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

/* size */
.h6-small {
  font-size: var(--h6-font-size-small);
}

/* weight */
.font-weight-bold,
.bold {
  font-weight: var(--heavy-font-weight);
}

.font-weight-normal {
  font-weight: var(--normal-font-weight);
}

/* Links */
.no-underline {
  text-decoration: none;
}

.underline-hover:hover {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
}

/* Buttons */
.bordered {
  border: 1px solid transparent;
}

.is-white.is-reversed:hover {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white) !important;
}

.is-black.is-reversed:hover,
.is-dark.is-reversed:hover {
  background-color: transparent;
  border: 1px solid var(--black);
  color: var(--black) !important;
}

.is-warning.is-reversed:hover {
  background-color: transparent;
  border: 1px solid var(--georgia-orange);
  color: var(--georgia-orange) !important;
}

.is-info.is-reversed:hover {
  background-color: transparent;
  border: 1px solid var(--union-blue);
  color: var(--union-blue) !important;
}

.no-button {
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
}

.no-button:hover {
  color: var(--georgia-orange);
}

/* Spacing */
.no-margin {
  margin: 0;
}

.small-bottom-margin {
  margin-bottom: 0.25rem;
}

.small-top-margin {
  margin-top: 0.25rem;
}

.no-padding {
  padding: 0;
}

.content-spacer-small,
.small-content-separator {
  margin: 0.25rem 0;
  max-height: 0.5rem;
}

.content-spacer-med,
.medium-content-separator {
  margin: 0.5rem 0;
  max-height: 0.5rem;
}

.content-spacer-large,
.large-content-separator {
  margin: 1rem 0;
  max-height: 0.5rem;
}

/* Lists */
/* decoration */
.content-page-body ul,
.full-width-body ul,
.two-column-body ul,
.one-column-body ul {
  list-style-type: none;
  padding-left: 0.5rem;
}

.content-page-body ul li,
.full-width-body ul li,
.two-column-body ul li,
.one-column-body ul li {
  padding: 0.5rem 0;
}

.content-page-body ul li:before,
.full-width-body ul li:before,
.two-column-body ul li:before,
.one-column-body ul li::before {
  display: inline-block;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNTYgNDhjLTExNC42OSAwLTIwOCA5My4zMS0yMDggMjA4IDAgMTE0LjY5IDkzLjMxIDIwOCAyMDggMjA4IDExNC42OSAwIDIwOC05My4zMSAyMDgtMjA4IDAtMTE0LjY5LTkzLjMxLTIwOC0yMDgtMjA4Wm0xMDguMjUgMTM4LjI5bC0xMzQuNCAxNjAgNi4yNjI2N2UtMDctNy40NTkzN2UtMDdjLTIuOTgzMDIgMy41NTMwNC03LjM2MTM1IDUuNjM2MzktMTIgNS43MWgtLjI3bC01LjE2NzA5ZS0wNy0xLjg3Mjk5ZS0xMGMtNC41MzUzNy0uMDAxNjQzOC04Ljg1Njk3LTEuOTI4MDEtMTEuODktNS4zbC01Ny42LTY0IC0xLjA1MzY2ZS0wNi0xLjExNzU1ZS0wNmMtNi4wNjE5LTYuNDI5NDgtNS43NjM5MS0xNi41NTU3LjY2NTU2My0yMi42MTc2IDYuNDI5NDgtNi4wNjE5IDE2LjU1NTctNS43NjM5MSAyMi42MTc2LjY2NTU2MyAuMTY5ODU0LjE4MDE1My4zMzU1MDMuMzY0MjI1LjQ5NjgxMy41NTIwNjZsNDUuMjkgNTAuMzIgMTIyLjU5LTE0NS45MSAxLjA5OTY0ZS0wNi0xLjI3MTM1ZS0wNmM1Ljc4MDczLTYuNjgzNCAxNS44ODQ5LTcuNDE1MTYgMjIuNTY4My0xLjYzNDQyIDYuNTQ3MjkgNS42NjMwMSA3LjQwMzIzIDE1LjUwNjMgMS45MzE2OSAyMi4yMTQ0WiIgZmlsbD0iIzAwMCI+PC9wYXRoPjwvc3ZnPg==");
  height: 20px;
  margin-right: 0.5rem;
  max-width: 20px;
  width: 100%;
}
/* no decoration content */
ul.no-decoration {
  padding-left: 0;
}
ul.no-decoration li:before {
  display: none;
}

/* no decoration forms */
.input ul {
  padding-left: 0;
}

.input ul li:before {
  display: none !important;
}

/* columns */
.columns-two {
  column-count: 2;
}
@media only screen and (max-width: 20em) {
  .columns-two {
    column-count: 1;
  }
}

/* Social Icons */
[name="logo-facebook"]:hover {
  color: var(--facebook);
}

[name="logo-instagram"]:hover {
  color: var(--instagram);
}

[name="logo-twitter"]:hover {
  color: var(--twitter);
}

[name="logo-youtube"]:hover {
  color: var(--youtube);
}

[name="logo-linkedin"]:hover {
  color: var(--linkedin);
}

[name="logo-flickr"]:hover {
  color: var(--flickr);
}

[name="mail"]:hover {
  color: var(--mail);
}
/* Overide HubSpot built in CSS */

/* Columns */
.left-column-body-dnd-content .widget-type-custom_widget,
.right-column-body-dnd-content .widget-type-custom_widget {
  display: block !important;
}

/* CTAs */
.hs_cos_wrapper_type_cta {
  margin: 0;
}

.cta_button {
  max-height: 40px;
  min-height: 40px;
}

/* Widgets */
.widget-type-rich_text {
  margin: 0 auto;
  max-width: 980px;
}

/* Search Fields */
.content-page .hs-search-field__input {
  padding: 0.5rem;
}
.content-page .hs-search-field__suggestions li {
  display: flex;
}

/* Forms */
@media only screen and (max-width: 30em) {
  .input {
    margin-right: 0 !important;
  }
  .hs-input {
    width: 100% !important;
  }
}

/* HubSpot Editors */
.hs-baymax-editor.hs_cos_wrapper_widget.mce-edit-focus[contenteditable="true"],
.hs-baymax-editor.inpage-editor-active-field[contenteditable="true"] {
  font-family: var(--body-font-family);
}


/* General Content */
.content-page-header {
  align-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 auto 1rem;
  max-width: 980px;
  text-align: center;
}
.content-page-header h1,
.content-page-header h2,
.content-page-header h3,
.content-page-header h4 {
  margin: 0 0 1rem 0;
}
.content-page-header h1 {
  font-size: 2rem;
  font-weight: bold;
}

/* Content Page */
.content-page-body {
  padding: 6rem 1rem;
}

.content-page-body-container {
  -webkit-box-align: baseline;
  align-items: flex-start;
  display: grid;
  gap: 2rem;
  grid-template-columns: 2fr 1fr;
  margin: 0 auto;
  max-width: 1200px;
}

.content-page-main-content .special-announcement-content {
  grid-template-columns: auto;
}

@media only screen and (max-width: 47.9875em) {
  .content-page-body-container {
    grid-template-columns: auto;
  }
}

/* Full Width */
.full-width-body {
  padding: 6rem 0;
}

.full-width-body-container {
  margin: 0 auto;
}

.one-column-body {
  padding: 6rem 1rem;
}

/* One Column */
.one-column-body-container {
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
  margin: 0 auto;
  max-width: 980px;
}

/* Two Columns */
.two-column-layout,
.two-column-body {
  padding: 6rem 1rem;
}

/* For pages with a center header */
.two-column-header-area {
}
.two-column-header {
  align-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 auto 1rem;
  text-align: center;
}
.two-column-header h1,
.two-column-header h2,
.two-column-header h3,
.two-column-header h4 {
  margin: 0 0 2rem 0;
}
.two-column-header h1 {
  font-size: 3rem;
}

.two-column-body-container {
  margin: 0 auto;
  max-width: 1200px;
}

.two-column-body-dnd-container {
  -webkit-box-align: baseline;
  align-items: baseline;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0 auto;
  max-width: 1200px;
}
.two-column-body-dnd-container .special-announcement-content {
  grid-template-columns: auto;
}
.right-column-body-dnd-content img {
  width: 100%;
}
@media only screen and (max-width: 47.9875em) {
  .two-column-body-dnd-container {
    grid-template-columns: auto;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.two-column-body-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 47.9875em) {
  .two-column-body-content {
    grid-template-columns: auto;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.two-column-body-content .column-left {
  margin-right: 2rem;
}
@media only screen and (max-width: 47.9875em) {
  .two-column-body-content .column-left {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.two-column-body-content .column-right {
  padding-left: 0;
}
@media only screen and (max-width: 47.9875em) {
  .two-column-body-content .column-right {
    padding-left: 0;
  }
}
.two-column-body-content .column-right img {
  width: 100%;
}
.contact-section {
  margin-bottom: 2rem;
}
.contact-section .contact-section-subtitle {
  margin-bottom: 1.5rem;
}
.contact-section .address-group,
.contact-section .phone-group {
  -webkit-box-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.contact-section .address-title,
.contact-section .phone-title,
.contact-section p,
.contact-section a {
  margin-bottom: 0;
}
.contact-section a {
  color: var(--black);
}
.contact-section a:hover {
  color: var(--georgia-orange);
}

.full-width-form {
  background-color: var(--ibew-blue);
  padding: 2rem 2rem 2rem 2.5rem;
  width: 100%;
}

.full-width-form-container {
  margin: 0 auto;
  max-width: 768px;
}

.sidebar-form {
  background-color: var(--light-gray);
  box-shadow: var(--subtle-box-shadow);
  padding: 2rem 2rem 2rem 2.5rem;
}

.sidebar-form-container {
  margin: 0 auto;
  max-width: 768px;
}

.full-width-form h3,
.sidebar-form h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.full-width-form .hs-submit,
.sidebar-form .hs-submit {
  margin-bottom: 2rem;
}

.sidebar-form .hs-button {
  width: 100%;
  text-transform: uppercase;
}

.full-width-form .hubspot-link__container,
.sidebar-form .hubspot-link__container {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .contact-section {
    min-width: 525px;
  }
}
/* Blog index */
.blog-index-header {
  padding: 6rem 1rem 1rem;
}
.blog-index-header-container {
  align-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 auto 1rem;
  max-width: 768px;
  text-align: center;
}
.blog-index {
  margin-bottom: 2rem;
  padding: 1rem;
}
.blog-index-container {
  display: grid;
  gap: 1.5rem;
  margin: 0 auto 3rem;
  max-width: 1200px;
}
.blog-index-post {
  background-color: var(--labor-blue-lighter);
  box-shadow: var(--subtle-box-shadow);
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1.5rem;
  justify-content: start;
  padding: 1rem;
}
.blog-index-post-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--subtle-box-shadow);
  max-width: 360px;
  min-width: 360px;
  min-height: 264px;
  width: 100%;
}
.blog-index-post-content h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.blog-index-post-content h2,
.blog-index-post-content a {
  color: var(--black);
}

.blog-index-post-content a:hover {
  color: var(--georgia-orange);
}

.blog-index-social-share .hs-blog-social-share {
  margin: 0.25rem 0 0.25rem;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.blog-index-social-share .hs-blog-social-share-item {
  margin-bottom: 0.25rem;
}

.blog-index-tag-subtitle {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  text-transform: uppercase;
}

.blog-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

.blog-pagination-link,
.blog-pagination-prev-link {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  color: var(--black);
  text-transform: uppercase;
}

.blog-pagination-link svg:hover,
.blog-pagination-link:hover,
.blog-pagination-prev-link:hover {
  color: var(--georgia-orange);
  fill: var(--georgia-orange);
}

@media only screen and (max-width: 60.0625em) {
  .blog-index-post {
    grid-template-columns: auto;
    justify-content: initial;
  }

  .blog-index-post-image {
    max-width: 100%;
    min-height: 360px;
  }
}

@media only screen and (max-width: 26.5625em) {
  .blog-index-post-image {
    min-width: 100px;
    min-height: 200px;
  }
}

/* Blog Post */
.blog-body {
  padding: 6rem 1rem;
}

.blog-body-container {
  margin: 0 auto;
  max-width: 1200px;
}

.blog-header {
  align-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 auto 1rem;
  max-width: 768px;
  text-align: center;
}
.blog-header h1,
.blog-header h2,
.blog-header h3,
.blog-header h4 {
  margin: 0 0 1rem 0;
}
.blog-header h1 {
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 0.5rem;
}

.blog-post-author {
  color: var(--black);
}

.blog-post-author:hover {
  color: var(--georgia-orange);
}

.blog-post-meta .blog-post-timestamp h6 {
  margin: 0;
}

.blog-body-content {
  display: grid;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9875em) {
  .blog-body-content {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.hs-blog-social-share {
  display: -webkit-box;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.25rem 0 0.5rem;
}
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
}
.hs-blog-social-share .hs-blog-social-share-item {
  line-height: 0;
  margin-right: 10px !important;
}

.blog-body-content h2:not(.h3):not(.h4):not(.h5) {
  font-size: 2rem;
}

.blog-body-content hr {
  background-color: var(--black);
  height: 4px;
  width: 100%;
}

.blog-post-body {
  margin-bottom: 1.5rem;
}

.blog-post-body img {
  width: 100% !important;
  margin-bottom: 1.25rem !important;
}

.blog-post-tags {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.blog-post-tags svg {
  margin-right: 0.5rem;
  max-width: 24px;
  width: 100%;
}

.blog-post-tag-link {
  color: var(--black);
  text-transform: uppercase;
}

.blog-post-tag-link:hover {
  color: var(--georgia-orange);
}

.blog-comments {
  max-width: 768px;
  margin: 0 auto 2rem;
}

.blog-comments .post-footer {
  margin-bottom: 4rem;
}

.blog-comments .hs-submit {
  margin-bottom: 2rem;
}

.blog-comments .hs-button {
  background-color: var(--georgia-orange);
  border: 1px solid var(--georgia-orange);
  color: var(--white);
  font-family: var(--cta-font-family);
  font-size: 1.25rem;
  font-weight: var(--heavy-font-weight);
  text-transform: uppercase;
  width: 100%;
}

.blog-comments .hs-button:hover {
  background-color: transparent;
  border: 1px solid var(--georgia-orange);
  color: var(--georgia-orange);
}

.blog-comments .comment-reply-to {
  background-color: var(--ibew-blue);
  background-position: 5% 50%;
  border: 1px solid var(--ibew-blue);
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 284px;
  padding: 1rem 0;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  border: 1px solid var(--ibew-blue);
  color: var(--ibew-blue);
}

/* Recent Posts */
.blog-recent-posts-list hr {
  height: 1px;
}

.blog-recent-posts-list hr:last-of-type {
  display: none;
}

.blog-recent-posts-content {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem;
  padding: 1rem 0;
}

.blog-recent-posts-image {
  max-width: 168px;
}
.blog-recent-posts-image img {
  box-shadow: var(--subtle-box-shadow);
  width: 100%;
}
.blog-recent-posts-link {
  color: var(--black);
}

.blog-recent-posts-link:hover {
  color: var(--georgia-orange);
}

@media only screen and (max-width: 39.98em) {
  .blog-recent-posts-content {
    grid-template-columns: auto;
  }

  .blog-recent-posts-image {
    max-width: 100%;
  }
}
/* General Navigation */
.navbar-item,
.navbar-link {
  text-decoration: none;
}
.navbar-dropdown .navbar-item {
  color: var(--black);
}
@media only screen and (max-width: 63.9em) {
  .navbar-dropdown .navbar-item {
    color: var(--white);
  }

  .navbar-menu {
    box-shadow: var(--nav-box-shadow);
  }
}

/* Hero Areas with Navigation */
/* Global */
.section-hero-with-navigation,
.section-hero-without-navigation {
  background-color: var(--light-black);
  background: url("https://7318704.fs1.hubspotusercontent-na1.net/hubfs/7318704/_assets/images/heroes/atl-georgia-city-1920.jpg")
    center/cover no-repeat;
}
.section-hero-without-navigation {
  background-position: 50% 45%;
}
.section-hero-container {
  margin: 0 auto;
  max-width: 1200px;
}
/* with hero video */
.section-hero-container-with-video {
  background-color: rgba(26, 69, 126, 0.5);
  height: 100%;
  width: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.98em) {
  .section-hero-container-with-video {
    align-items: flex-start;
    padding: 2rem 1rem;
  }
}

/* HOME */

/* Special Fixed Bar When Active */
/* comment out if not using Fixed Bar */
/* .home-page .header-module {
  margin-top: 3.5em;
}
@media only screen and (max-width: 34.8125em) {
  .home-page .header-module {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 26.5625em) {
  .home-page .header-module {
    margin-top: 4.6em;
  }
} */
/* End Special Fixed Bar When Active */

.home-page .section-hero-with-navigation {
  padding: 3rem 1rem;
}
/* with video */
.home-page .section-hero-with-video {
  display: flex;
  height: 160vw;
  max-height: 454px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.home-page
  .section-hero-with-navigation
  .navbar-item
  .navbar-link:not(.is-arrowless):after,
.home-page
  .section-hero-with-navigation
  .navbar-link
  .navbar-link:not(.is-arrowless):after,
.home-page
  .section-hero-with-video
  .navbar-item
  .navbar-link:not(.is-arrowless):after,
.home-page
  .section-hero-with-video
  .navbar-link
  .navbar-link:not(.is-arrowless):after {
  font-size: 0.75rem;
  margin-top: -6px;
  right: 1.25rem;
}

.home-page .section-hero-content {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.home-page .section-hero-content-with-video {
  width: 100%;
}

/* HubSpot Logo Module CSS */
.home-page .section-hero-content .widget-type-logo {
  max-width: 292px;
  width: 100%;
  z-index: 10;
}
.home-page .section-hero-content img {
  max-width: 292px;
  margin-bottom: 2rem;
  width: 100% !important;
}
/* HubSpot Logo Module CSS End */

.home-page .section-hero-content .ibew-613-logo {
  max-width: 292px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 63.98em) {
  .home-page .section-hero-content {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  /* HubSpot Logo Module CSS */
  .home-page .section-hero-content .widget-type-logo {
    -webkit-box-ordinal-group: 2;
    order: 1;
    max-width: 168px;
  }
  .home-page .section-hero-content img {
    max-width: 168px;
  }
  /* HubSpot Logo Module CSS End */

  .home-page .section-hero-content .ibew-613-logo {
    max-width: 168px;
  }
}

/* CONTENT PAGES */

/* Special Fixed Bar When Active */
/* not on landing page
  comment out if not using Fixed Bar */
/* .content-page:not(.hs-landing-page) .header-module {
  margin-top: 3.5em;
}
@media only screen and (max-width: 34.8125em) {
  .content-page:not(.hs-landing-page) .header-module {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 26.5625em) {
  .content-page:not(.hs-landing-page) .header-module {
    margin-top: 4.6em;
  }
} */
/* End Special Fixed Bar When Active */

.content-page .section-hero-with-navigation,
.content-page .section-hero-without-navigation {
  padding: 2rem 1rem;
}

.content-page .section-hero-without-navigation {
  min-height: 168px;
}

.content-page .section-hero-content {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

/* HubSpot Logo Module CSS */
.content-page .section-hero-content .logo-link-home,
.content-page .section-hero-content .widget-type-logo {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}
/* HubSpot Logo Module CSS End */

.content-page .section-hero-content .ibew-613-logo {
  max-width: 154px;
  margin-bottom: -6.5rem;
}

/* HubSpot Logo Module CSS */
.content-page .section-hero-content img {
  max-width: 154px;
  margin-bottom: -6.5rem;
  width: 100% !important;
}
/* landing page version */
.content-page .section-hero-without-navigation .section-hero-content img {
  max-width: 154px;
  margin-bottom: -11.36rem;
  width: 100% !important;
}
/* HubSpot Logo Module CSS End*/

.content-page .section-hero-content .navbar {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
.content-page .section-hero-content .navbar-item:last-of-type {
  padding-right: 0;
}

.content-page
  .section-hero-content
  .navbar-dropdown
  a.navbar-item:last-of-type {
  padding-right: 3rem;
}
.content-page-sidebar-content {
  border: 2px solid var(--labor-blue-lightest);
  box-shadow: var(--subtle-box-shadow);
  padding: 1.5rem;
  position: sticky;
  top: 0;
}

.content-page-sidebar-content h3 {
  font-size: 1.5rem;
}

.content-page-sidebar-content .special-announcement-content,
.content-page-sidebar-content .global-special-announcement-content {
  grid-template-columns: auto;
}
.content-page-sidebar-content .special-announcement-content h3,
.content-page-sidebar-content .global-special-announcement-content h3 {
  font-size: 1.25rem;
  grid-template-columns: auto;
}

@media only screen and (max-width: 47.9875em) {
  .content-page-sidebar-content {
    padding: 1.5rem 1rem;
  }
}
.footer-module {
  background-color: var(--ibew-blue);
  padding: 3rem 1rem;
}

.footer-module-landing .footer-content {
  margin-bottom: 0;
  justify-items: center;
}

.footer-module-container {
  margin: 0 auto;
  max-width: 1200px;
}
.footer-module-container hr {
  color: var(--white);
  margin: 1rem 0 2rem;
}

.footer-content {
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}
.footer-content a {
  color: var(--white);
}
.footer-content a:hover {
  color: var(--georgia-orange);
}
.footer-content .footer-content-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footer-module-landing .footer-content .footer-content-column {
  max-width: 368px;
  width: 100%;
}
@media only screen and (max-width: 39.98em) {
  .footer-content .footer-content-column:first-of-type {
    min-height: 784px;
  }
  .footer-module-landing .footer-content .footer-content-column:first-of-type {
    min-height: 100%;
  }
  .footer-module-landing .footer-content .footer-content-column:last-of-type {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .footer-content .footer-content-column:first-of-type {
    min-height: 680px;
  }
}
.footer-content .footer-map {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 39.98em) {
  .footer-content .footer-map {
    margin-bottom: 0;
  }
}
.footer-content .footer-map .responsive-video-container {
  margin-bottom: 2rem;
}
.footer-content .footer-address h5 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
/* shopify store link */
.footer-content .footer-shop-613 a {
  border-bottom: 4px solid;
  color: var(--georgia-orange);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 21.625em) {
  .footer-content .footer-shop-613 a {
    font-size: 1rem;
  }
}
.footer-content .footer-shop-613 a:hover {
  color: var(--white);
}
.footer-content .footer-member-login .button {
  margin-bottom: 2rem;
  margin-top: 1rem;
  white-space: pre-wrap;
}
.footer-content .footer-member-login .button:hover {
  color: var(--ibew-blue);
}
.footer-content .footer-follow {
  display: -webkit-box;
  display: flex;
}
.footer-content .footer-follow span {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.footer-content .footer-follow .social-icons {
  display: flex;
}
.footer-content .footer-follow .social-icons .icon {
  margin: 0 0.75rem;
}
.footer-content .footer-follow .social-icons a:first-of-type {
  margin-left: 0.25rem;
}
.footer-content .footer-follow .social-icons a:last-of-type {
  margin-right: 0;
}
.footer-content .footer-follow ion-icon {
  font-size: 2rem;
  min-width: 2rem;
}
@media only screen and (max-width: 20em) {
  .footer-content .footer-follow {
    justify-content: space-evenly;
  }
  .footer-content .footer-follow .social-icons .icon {
    margin: 0 0.5rem;
  }
}
.footer-content .footer-news-post,
.footer-content .footer-calendar-post {
  display: -webkit-box;
  display: flex;
  margin-bottom: 2rem;
}
.footer-content .footer-news-post [name="newspaper-outline"],
.footer-content .footer-news-post [name="calendar-outline"],
.footer-content .footer-calendar-post [name="newspaper-outline"],
.footer-content .footer-calendar-post [name="calendar-outline"] {
  margin-right: 1rem;
}
.footer-content .footer-news-post ion-icon,
.footer-content .footer-calendar-post ion-icon {
  font-size: 2.5rem;
}
.footer-content .footer-news-post h5,
.footer-content .footer-news-post p,
.footer-content .footer-calendar-post h5,
.footer-content .footer-calendar-post p {
  margin: 0 0 0.5rem 0;
}
.footer-content .footer-calendar-post {
  margin-bottom: 3rem;
}
.footer-content .footer-calendar-post p {
  font-size: 1.125rem;
}
.footer-content .footer-construction-issues h4 {
  margin: 0;
}
.footer-content .footer-construction-issues ul {
  font-size: 1.25rem;
  list-style-type: none;
  padding: 0;
}
.footer-content .footer-construction-issues ul li {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  padding: 0.75rem 0;
}
.footer-content .footer-construction-issues ul [name="checkmark-circle"] {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.footer-content .footer-construction-issues .button {
  color: var(--ibew-blue);
}

.footer-content .footer-union-logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 2rem;
  min-height: 360px;
}
@media only screen and (max-width: 39.98em) {
  .footer-content .footer-union-logos {
    padding-top: 0;
  }
}
.footer-content .footer-union-logos img {
  width: 100%;
}
.footer-content .footer-union-logos a:not(:last-of-type),
.footer-content .footer-union-logos-landing img:not(:last-of-type) {
  margin-bottom: 2.25rem;
}
.footer-content .footer-union-logos a:first-of-type,
.footer-content .footer-union-logos-landing img:first-of-type {
  max-width: 110px;
}
.footer-content .footer-union-logos a:nth-of-type(2),
.footer-content .footer-union-logos-landing img:nth-of-type(2) {
  max-width: 146px;
}
.footer-content .footer-union-logos a:nth-of-type(3),
.footer-content .footer-union-logos-landing img:nth-of-type(3) {
  max-width: 146px;
}
.footer-content .footer-union-logos a:last-of-type,
.footer-content .footer-union-logos-landing img:last-of-type {
  max-width: 224px;
}

.footer-closer .footer-closer-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9875em) {
  .footer-closer .footer-closer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
}
.footer-closer .footer-closer-text h6 {
  color: var(--white);
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 47.9875em) {
  .footer-closer .footer-closer-text h6:first-of-type {
    margin-bottom: 1rem;
  }
}
.footer-closer .footer-closer-text a {
  color: var(--white);
}


.button {
  font-family: var(--cta-font-family);
  font-weight: bold;
  height: 100%;
}

.button:not(.slide-content-card .button) {
  white-space: pre-wrap;
}

.button.is-fullwidth {
  white-space: pre-wrap;
}

.double-cta-module {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.double-cta-module .button {
  height: 100%;
  white-space: pre-wrap;
}

.double-cta-module .hs_cos_wrapper_type_cta {
  max-width: 380px;
}

.double-cta-module .cta_button {
  max-height: 100%;
}

@media only screen and (max-width: 32.5em) {
  .double-cta-module .hs_cos_wrapper_type_cta {
    margin: 0 auto;
  }
}

/* For Firefox collapse of grid gap */
@media only screen and (max-width: 63.9em) {
  @supports (-moz-appearance: none) {
    .double-cta-module .hs_cos_wrapper_type_cta {
      margin-bottom: 1rem;
    }
  }

  @media only screen and (max-width: 32.5em) {
    .double-cta-module .hs_cos_wrapper_type_cta {
      margin: 0 auto 1rem;
    }
  }
}

.slide-content-card .button {
  background-color: var(--union-blue);
  border-color: var(--white);
}
.slide-content-card .button:hover {
  background-color: transparent;
  color: var(--white);
}
.responsive-video-container {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  width: 100%;
  overflow: hidden;
  background: gray;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


form {
  font-family: var(--body-font-family);
  font-weight: 400;
  max-width: 100%;
}

.hs-button {
  background-color: var(--georgia-orange);
  border-radius: 4px;
  border-style: solid;
  border: 2px solid var(--georgia-orange);
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: var(--cta-font-family);
  font-size: 1.25rem;
  font-weight: var(--cta-font-weight);
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.hs-button:hover,
.hs-button:focus {
  background-color: transparent;
  border: 2px solid var(--georgia-orange);
  color: var(--georgia-orange);
}

.hs-button:active {
  background-color: transparent;
  border: 2px solid var(--georgia-orange);
}

.hs-form label {
  font-size: 0.875rem;
  color: var(--black);
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: 0.5rem;
  color: var(--form-error-label);
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: var(--black);
  background-color: var(--white);
  border: 2px solid var(--medium-gray);
  box-sizing: border-box;
  border-radius: 3px;
}

.hs-input[type="checkbox"],
.hs-input[type="radio"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type="radio"] {
  width: 16px;
  height: 16px;
}

.hs-input[type="file"] {
  background-color: var(--white);
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: var(--form-placeholder);
}

.hs-input::-webkit-input-placeholder {
  color: var(--form-placeholder);
}

.hs-input input,
.hs-input textarea {
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: var(--labor-blue);
}

textarea.hs-input {
  height: auto;
  min-height: 112px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type="radio"]):not([type="checkbox"]) {
  width: 100% !important;
}

fieldset {
  max-width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: var(--form-error-border);
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: var(--form-error-focus);
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: var(--form-description);
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: var(--form-error-label);
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: var(--body-font-size);
  color: var(--black);
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-2 .hs-form-field input[type="radio"],
  .email-correction form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-3 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-2 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-3 .hs-form-field input[type="radio"] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type="text"],
.hs-form-field input[type="email"],
.hs-form-field input[type="phone"],
.hs-form-field input[type="number"],
.hs-form-field input[type="tel"],
.hs-form-field input[type="date"],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: var(--body-font-family);
}




/* Membership */
.membership-login-or-join {
  -webkit-box-align: center;
  align-items: center;
  background-color: var(--dark-gray);
  background: url("https://cdn2.hubspot.net/hubfs/7293582/_assets/images/heroes/ibew-613-electrical-worker-1920.jpg")
    center/cover no-repeat;
  display: grid;
  height: 656px;
}

.membership-login-or-join-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: calc(1200px + 13rem);
  width: 100%;
}
@media only screen and (max-width: 47.9875em) {
  .membership-login-or-join-container {
    gap: 4rem;
    grid-template-columns: auto;
  }
}

.membership-login-or-join-content-left,
.membership-login-or-join-content-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 352px;
  text-align: center;
}
.membership-login-or-join-content-left h2,
.membership-login-or-join-content-left h4,
.membership-login-or-join-content-left p,
.membership-login-or-join-content-right h2,
.membership-login-or-join-content-right h4,
.membership-login-or-join-content-right p {
  color: var(--white);
}
.membership-login-or-join-content-left h2,
.membership-login-or-join-content-right h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}
.membership-login-or-join-content-left p,
.membership-login-or-join-content-right p {
  font-size: 1.5rem;
  margin-top: 0;
}
.membership-login-or-join-content-left .button,
.membership-login-or-join-content-right .button {
  margin: 0 auto;
  max-width: 60%;
  width: 100%;
}
.membership-login-or-join-content-left .button.bordered,
.membership-login-or-join-content-right .button.bordered {
  color: var(--georgia-orange);
  border: 2px solid var(--georgia-orange);
}

.membership-info {
  background-color: var(--ibew-blue);
  padding: 3rem 1rem;
}
.membership-info .membership-info-container {
  margin: 0 auto;
  max-width: 1200px;
}
.membership-info .membership-info-content {
  margin: 0 auto;
  text-align: center;
}
.membership-info .membership-info-content h3,
.membership-info .membership-info-content p {
  color: var(--labor-blue);
}
.membership-info .membership-info-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.membership-info .membership-info-content .membership-info-ctas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, auto));
  gap: 1rem;
  max-width: 768px;
  margin: 0 auto;
}
.membership-info
  .membership-info-content
  .membership-info-ctas
  a:not(:last-of-type) {
  color: var(--ibew-blue);
}
.membership-info .membership-info-content .membership-info-ctas a:hover {
  color: var(--ibew-blue);
}

.membership-why {
  background-color: var(--white);
  padding: 3rem 1rem;
}
.membership-why .membership-why-container {
  margin: 0 auto;
  max-width: 1200px;
}
.membership-why .membership-why-content {
  text-align: center;
}
.membership-why .membership-why-content h3,
.membership-why .membership-why-content p {
  color: var(--black);
}
.membership-why .membership-why-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

/* Recent News */
.section-recent-news {
  background-color: var(--labor-blue-light);
  padding: 3rem 1rem;
}

.recent-news-container {
  margin: 0 auto;
  max-width: 1200px;
}

.recent-news-content {
  margin-bottom: 2rem;
}
.recent-news-content h3 {
  color: var(--black);
  text-align: center;
}

.recent-news-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 1rem;
  margin: 0 auto;
  -webkit-box-pack: center;
  justify-content: center;
}
.recent-news-feed .recent-news-card img {
  border: 4px solid var(--black);
  box-shadow: var(--subtle-box-shadow);
  margin-bottom: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}
.recent-news-feed .recent-news-card p,
.recent-news-feed .recent-news-card a {
  color: var(--black);
}
.recent-news-feed .recent-news-card a:hover {
  color: var(--georgia-orange);
}

/* Sliders */
.image-slides {
  background-color: var(--black);
  width: 100%;
  height: 100vw;
  position: relative;
  margin: 0 auto;
  max-height: 368px;
  overflow: hidden;
}

.image-slide {
  position: absolute;
  height: 100%;
  width: 33.3%;
  display: grid;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
@media only screen and (max-width: 58.75em) {
  .image-slide {
    width: 50%;
  }
}
@media only screen and {
  .image-slide {
    width: 100%;
  }
}
.image-slide.image-next + .image-slide {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  z-index: -1;
}
.image-slide.image-prev {
  z-index: 10;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.image-slide.image-current {
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.image-slide.image-next {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.image-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 368px;
  width: 100%;
}

.image-slide-controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.image-slide-controls button {
  background-color: transparent;
  border: none;
}
.image-slide-controls .image-controls-nav {
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  font-size: 30px;
  padding: 10px;
  position: absolute;
  text-shadow: var(--slider-nav-shadow);
  top: -168px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: ease-out 0.6s;
  transition: ease-out 0.6s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10000;
}
.image-slide-controls .image-controls-nav:hover {
  background: var(--light-black);
  -webkit-transition: ease-in 0.6s;
  transition: ease-in 0.6s;
}
.image-slide-controls .image-goToPrev {
  left: 5px;
}
.image-slide-controls .image-goToNext {
  right: 5px;
}