﻿body {
  background-color: #006998;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

p {
  color: #343a40;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.container {
  margin: 60px auto;
  min-width: 320px;
  max-width: 1000px;
}

.active {
  display: block !important;
}

.sensi-logo-wrapper img {
  margin-bottom: 15px;
  width: 135px;
}

.sensi-logo-wrapper {
  display: block;
  overflow: hidden;
}

h3 {
  color: var(--grays-gray-6, #343a40);
  font-family: Fira Sans;
  font-size: 39px;
  font-style: normal;
  font-weight: 275;
  line-height: 45px; /* 115.385% */
  letter-spacing: 0.39px;
}

h4 {
  color: var(--grays-gray-4, #666d74);
  font-family: Fira Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px; /* 139.286% */
  align-self: stretch;
}

.col-md-12 {
  overflow: hidden;
}

ul li.list-item-padding {
  margin-bottom: 15px;
}

label {
  color: var(--grays-gray-4, #666d74);
  font-family: Fira Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px; /* 205.556% */
  letter-spacing: -0.18px;
}

.program-list-container {
  background-color: #fff;
  color: #343a40;
  border-radius: 4px;
  padding: 25px 35px;
  overflow: hidden;
}

.program-card {
  display: flex;
  padding: 16px 8px 4px 8px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 2px solid var(--grays-gray-2, #adb4bd);
  background: var(--grays-white, #fff);
  margin-bottom: 15px;
}

.program-card-logo {
  height: 120px;
  display: flex;
  align-items: center;
}

.program-card-title {
  color: var(--grays-gray-6, #343a40);
  font-family: Fira Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  border-top: 1px solid var(--grays-gray-1, #e9ecee);
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}

.program-card-name {
  color: var(--grays-gray-6, #343a40);
  font-family: Fira Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}

.program-card-arrow {
  width: 9px;
  height: 10px;
  fill: var(--grays-gray-7, #212428);
}

.alert {
  display: none;
}

.alert.alert-danger {
  background-image: url(../images/icon-caution-red.svg);
  margin-bottom: 10px;
  padding: 10px 10px 10px 65px;
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 13px;
  background-position-y: 13px;
  color: #343a40;
  background-color: #fac5c5;
  border-color: #f5c6cb;
  border: 0;
}

.alert h3 {
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

.alert ul {
  padding: 0;
}

.alert ul li {
  text-decoration: underline;
  list-style-type: initial;
  margin-left: 16px;
}

.alert ul li:first-child {
  margin-top: 10px;
}

.display-error {
  display: block;
}
