html {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-high-definition,
.col-high-definition-auto, .col-high-definition-12, .col-high-definition-11, .col-high-definition-10, .col-high-definition-9, .col-high-definition-8, .col-high-definition-7, .col-high-definition-6, .col-high-definition-5, .col-high-definition-4, .col-high-definition-3, .col-high-definition-2, .col-high-definition-1, .col-desktop,
.col-desktop-auto, .col-desktop-12, .col-desktop-11, .col-desktop-10, .col-desktop-9, .col-desktop-8, .col-desktop-7, .col-desktop-6, .col-desktop-5, .col-desktop-4, .col-desktop-3, .col-desktop-2, .col-desktop-1, .col-tablet,
.col-tablet-auto, .col-tablet-12, .col-tablet-11, .col-tablet-10, .col-tablet-9, .col-tablet-8, .col-tablet-7, .col-tablet-6, .col-tablet-5, .col-tablet-4, .col-tablet-3, .col-tablet-2, .col-tablet-1, .col-small-tablet,
.col-small-tablet-auto, .col-small-tablet-12, .col-small-tablet-11, .col-small-tablet-10, .col-small-tablet-9, .col-small-tablet-8, .col-small-tablet-7, .col-small-tablet-6, .col-small-tablet-5, .col-small-tablet-4, .col-small-tablet-3, .col-small-tablet-2, .col-small-tablet-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-small-tablet {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-small-tablet-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-small-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-small-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-small-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-small-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-small-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-small-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-small-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-small-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-small-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-small-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-small-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-small-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-tablet {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-tablet-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-desktop {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1140px) {
  .col-high-definition {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-high-definition-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-high-definition-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-high-definition-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-high-definition-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-high-definition-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-high-definition-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-high-definition-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-high-definition-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-high-definition-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-high-definition-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-high-definition-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-high-definition-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-high-definition-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.a-button {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #262626;
  font-size: 1rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  user-select: none;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: all 0.15s ease;
}

.a-button-primary {
  color: white;
  background: #166670;
  border-color: #166670;
}
.a-button-primary:hover {
  background: #12535b;
  border-color: #12535b;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-secondary {
  color: white;
  background: #A5A7A8;
  border-color: #A5A7A8;
}
.a-button-secondary:hover {
  background: #989a9b;
  border-color: #989a9b;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-success {
  color: white;
  background: #45CB85;
  border-color: #45CB85;
}
.a-button-success:hover {
  background: #36c178;
  border-color: #36c178;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-info {
  color: white;
  background: #92B4C7;
  border-color: #92B4C7;
}
.a-button-info:hover {
  background: #81a8be;
  border-color: #81a8be;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-warning {
  color: white;
  background: #C8BC8C;
  border-color: #C8BC8C;
}
.a-button-warning:hover {
  background: #c0b27b;
  border-color: #c0b27b;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-danger {
  color: white;
  background: #B66C79;
  border-color: #B66C79;
}
.a-button-danger:hover {
  background: #ae5b69;
  border-color: #ae5b69;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-outline-primary {
  color: #166670;
  border-color: #166670;
}
.a-button-outline-primary:hover {
  color: white;
  background-color: #166670;
  border-color: #166670;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-outline-secondary {
  color: #A5A7A8;
  border-color: #A5A7A8;
}
.a-button-outline-secondary:hover {
  color: white;
  background-color: #A5A7A8;
  border-color: #A5A7A8;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-outline-success {
  color: #45CB85;
  border-color: #45CB85;
}
.a-button-outline-success:hover {
  color: white;
  background-color: #45CB85;
  border-color: #45CB85;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-outline-info {
  color: #92B4C7;
  border-color: #92B4C7;
}
.a-button-outline-info:hover {
  color: white;
  background-color: #92B4C7;
  border-color: #92B4C7;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-outline-warning {
  color: #C8BC8C;
  border-color: #C8BC8C;
}
.a-button-outline-warning:hover {
  color: white;
  background-color: #C8BC8C;
  border-color: #C8BC8C;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-button-outline-danger {
  color: #B66C79;
  border-color: #B66C79;
}
.a-button-outline-danger:hover {
  color: white;
  background-color: #B66C79;
  border-color: #B66C79;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transform: translateY(-1px);
}

.a-large-button {
  font-size: 1.25rem;
  line-height: 1.5;
}

.a-small-button {
  font-size: 0.875rem;
  line-height: 1;
}

label {
  display: inline-block;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 900;
  color: #343a40;
  padding-bottom: 0.375rem;
}

.input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.input:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #1e8d9b;
  outline: 0;
}
.input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.input:disabled, .input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.input:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.input-file,
.input-range {
  display: block;
  width: 100%;
}

.input-plain-text {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

select.input[size], select.input[multiple] {
  height: auto;
}

textarea.input {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.form-inline label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.form-inline .form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .input-plain-text {
  display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
  width: auto;
}
.form-inline .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}
.form-inline .form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}
.form-inline .custom-control {
  align-items: center;
  justify-content: center;
}
.form-inline .custom-control-label {
  margin-bottom: 0;
}

.election-title {
  font-size: 2rem;
  letter-spacing: 3px;
  text-align: center;
  margin: 0;
  padding: 1rem 0 0 0;
}

.election-voting-banner {
  margin: 1rem 0 1rem 0;
  text-align: center;
}
.election-voting-banner img {
  max-height: 40vh;
  width: auto;
  max-width: 100%;
}

.authenticate-button {
  float: right;
  margin: 1rem 0 0 0;
  letter-spacing: 1px;
}

.booklet-link {
  text-align: center;
}
.booklet-link a:hover {
  opacity: 0.7;
}

.welcome-message {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.candidate-category-title {
  margin: 2rem 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 1.7rem;
}

.voting-instructions {
  margin: 0;
  padding: 0;
  text-align: center;
}

.voting-form {
  margin: 3rem 2rem 0 2rem;
}

.card {
  padding: 3rem;
}
.card .capture-ballot-candidate-image {
  text-align: center;
}
.card .capture-ballot-candidate-image img {
  height: 30vh;
  max-width: 100%;
}
.card .card-body .card-title {
  text-align: center;
}
.card .card-body .custom-control {
  text-align: center;
}

.vote-button {
  float: right;
  margin: 1rem 0 0 0;
  letter-spacing: 1px;
}

.voting-error {
  font-size: 1.2rem;
  text-align: center;
  color: #B66C79;
}

.footer {
  margin: 2rem 0 2rem 0;
  text-align: center;
}

.completed-message {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

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