@media (max-width: 1280px) {
  .inq-modal-wrap {
    display: none;
  }
}
.web-form h1 {
  text-align: center;
  margin-bottom: 30px;
}
.step {
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 20px;
  user-select: none;
}
.step hr {
  width: 70%;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;
}
.step .step-nav {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  width: 100%;
}
.step .step-nav .step-num {
  font-family: 'Figtree Medium';
  display: grid;
  place-items: center;
}
.step .step-nav .step-nav-btn {
  border-radius: 4px;
  display: inline-block;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #cccccc;
  padding: 5px 10px;
  font-family: 'Figtree Medium';
  transition: all 0.3s;
  min-width: 85px;
}
.step .step-nav .step-nav-btn.back {
  justify-self: flex-start;
}
.step .step-nav .step-nav-btn.continue {
  background-color: #1493ff;
  border: 1px solid #1493ff;
  color: white;
  justify-self: flex-end;
}
.step .step-nav .step-nav-btn.continue:not(:disabled):hover {
  background-color: white;
  color: #1493ff;
}
.league-selection-wrap {
  text-align: center;
  display: grid;
  justify-items: center;
}
.league-selection-wrap .league-selection {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  max-width: 100%;
  width: max-content;
}
.league-selection-wrap .league-selection .league-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 5px;
  cursor: pointer;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: max-content auto;
}
.league-selection-wrap .league-selection .league-wrap .league-img-wrap {
  border: 1px solid #cccccc;
  border-radius: 3px;
  transition: 0.2s all;
  height: 75px;
  display: grid;
  place-items: center;
  box-shadow: 2px 2px 4px #f3f3f3;
}
.league-selection-wrap .league-selection .league-wrap .league-img-wrap img {
  transition: 0.2s all;
  max-height: 50px;
  filter: grayscale(1);
  opacity: 0.3;
}
.league-selection-wrap .league-selection .league-wrap .league-name {
  transition: 0.2s all;
  font-family: var(--font-medium);
  font-size: 12px;
  color: #555555;
}
.league-selection-wrap .league-selection .league-wrap:hover .league-img-wrap {
  border-color: #aaaaaa;
}
.league-selection-wrap .league-selection .league-wrap:hover .league-img-wrap img {
  filter: grayscale(1);
  opacity: 0.5;
}
.league-selection-wrap .league-selection .league-wrap:hover .league-name {
  color: #333333;
}
.league-selection-wrap .league-selection .league-wrap.selected .league-img-wrap {
  border-color: #1493ff;
  background-color: #ecf5ff;
}
.league-selection-wrap .league-selection .league-wrap.selected .league-img-wrap img {
  filter: none;
  opacity: 1;
}
.league-selection-wrap .league-selection .league-wrap.selected .league-name {
  color: #1493ff;
}
.feed-type-selection {
  display: grid;
  grid-gap: 10px;
}
.feed-type-selection .feed-type-box {
  display: grid;
  grid-gap: 5px;
  grid-auto-flow: row;
  /* grid-template-columns: 150px 1fr; */
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 2px 2px 4px #f3f3f3;
  /* padding: 10px; */
  font-size: 13px;
  cursor: pointer;
  position: relative;
  transition: 0.1s all;
  overflow: clip;
  color: #555555;
}
.feed-type-selection .feed-type-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.feed-type-selection .feed-type-box:not(.selected):hover {
  border-color: #9bcdf7;
  color: #333333;
}
.feed-type-selection .feed-type-box:not(.selected):hover .feed-type-name {
  color: #1493ff;
  border-color: #9bcdf7;
  background-color: #ecf5ff;
}
.feed-type-selection .feed-type-box.selected {
  border-color: #1493ff;
}
.feed-type-selection .feed-type-box.selected .feed-type-name {
  color: white;
  border-color: #1493ff;
  background-color: #3aa5ff;
  text-shadow: 1px 1px #00000038;
}
.feed-type-selection .feed-type-box .feed-type-name {
  font-family: var(--font-medium);
  border-bottom: 1px solid #cccccc;
  padding: 7px;
  transition: all 0.2s;
}
.feed-type-selection .feed-type-box .feed-type-name label {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: max-content 1fr;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.feed-type-selection .feed-type-box .feed-type-name label input {
  margin-top: -1px;
}
.feed-type-selection .feed-type-box .feed-type-name label span {
  letter-spacing: 0.5px;
}
.feed-type-selection .feed-type-box .feeds {
  display: grid;
  grid-gap: 8px;
  padding: 5px 10px 10px 25px;
}
.feed-type-selection .feed-type-box .feeds .feed {
  display: grid;
}
.feed-type-selection .feed-type-box .feeds .feed .feed-name {
  font-family: var(--font-medium);
}
.feed-type-selection .feed-type-box .feeds .feed .feed-desc {
  color: #555555;
  font-size: 12px;
}
.feed-selection {
  margin-left: 20px;
}
.historical-data {
  margin-left: 5px;
}
.toggle-switch {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  height: max-content;
  align-items: center;
  font-size: 12px;
  margin: 3px 0px;
  font-weight: normal;
  justify-items: left;
  grid-template-columns: max-content 1fr;
  cursor: pointer;
}
.toggle-switch .switch {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.toggle-switch .switch > span {
  display: inline-block;
  position: relative;
  background-image: -webkit-linear-gradient(left, #848484 0%, #848484 50%, #9bcdf7 50%, #9bcdf7 100%);
  background-image: linear-gradient(to right, #848484 0%, #848484 50%, #9bcdf7 50%, #9bcdf7 100%);
  background-size: 64px 12px;
  background-position: 0%;
  border-radius: 32px;
  width: 32px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}
.toggle-switch .switch > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #f1f1f1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.toggle-switch .switch > span:after:after {
  -webkit-transform: translateY(-50%) scale3d(1.15, 0.85, 1);
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}
.toggle-switch .switch > input {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .switch > input:checked + span {
  background-position: -100%;
}
.toggle-switch .switch > input:checked + span:after {
  left: calc(100% - 16px);
  background-color: #1493ff;
}
.toggle-switch .switch > input:disabled + span {
  cursor: not-allowed;
  opacity: 0.5;
}
.toggle-switch .switch > input:disabled + span:active:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.toggle-switch .description {
  font-size: 13px;
  font-family: var(--font-medium);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: white;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
.assistance {
  display: grid;
  grid-auto-columns: max-content;
  grid-gap: 10px;
  grid-auto-flow: column;
}
.building {
  margin: 40px 0;
}
.building .step-desc {
  margin-top: 20px;
  text-align: center;
}
.building .progress {
  height: 25px;
  max-width: 1000px;
  margin: 20px auto;
  margin-bottom: 20px;
}
.building .progress .progress-bar {
  border-left: none !important;
  box-shadow: none !important;
  line-height: 25px;
}
.building .fade-container {
  position: relative;
  /* remove fixed height so list can grow */
  text-align: center;
  display: grid;
  grid-gap: 5px;
}
.building .fade-container .fade-item {
  /* remove absolute so each item stacks naturally */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: grid;
  grid-template-columns: max-content max-content;
  grid-auto-flow: column;
  grid-gap: 10px;
  align-items: center;
  justify-self: center;
}
.building .fade-container .fade-item i {
  color: #5cb85c;
  font-size: 15px;
}
.building .fade-container .fade-item.active {
  opacity: 1;
  transform: translateY(0);
}
.confirmation .step-desc {
  margin-top: 20px;
}
.confirmation .step-desc a {
  font-family: var(--font-medium);
}
.confirmation .matrix-header {
  display: grid;
  align-items: flex-end;
  grid-auto-flow: column;
  grid-template-columns: 1fr max-content;
  grid-gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .confirmation .matrix-header {
    grid-template-columns: 100%;
    grid-auto-flow: row;
  }
}
.confirmation .matrix-header .matrix-header-text {
  font-family: var(--font-medium);
  padding-top: 20px;
}
.confirmation .matrix-header .matrix-legend {
  display: grid;
  grid-gap: 5px;
  font-size: 13px;
}
.confirmation .matrix-header .matrix-legend .matrix-legend-header {
  font-family: var(--font-medium);
}
.confirmation .matrix-header .matrix-legend .matrix-legend-item {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 20px 1fr;
  grid-auto-flow: column;
  align-items: center;
}
.confirmation .matrix-header .matrix-legend .matrix-legend-item .link-box {
  color: #555555 !important;
  line-height: 12px;
  vertical-align: middle;
  transition: 0.1s !important;
}
.k-grid {
  font-size: 12px;
}
.invisible-hidden {
  visibility: hidden;
  height: 0;
}
.coverage-matrix .k-header {
  height: 45px;
}
.coverage-matrix .k-header .league-header {
  transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  /* IE 9 */
  -webkit-transform: rotate(-50deg);
  /* Opera, Chrome, and Safari */
  position: absolute;
  bottom: 0;
  width: 0;
}
.coverage-matrix .link-box {
  color: #555555 !important;
  line-height: 12px;
  vertical-align: middle;
  transition: 0.1s !important;
}
.coverage-matrix .link-box:hover {
  color: #1493ff !important;
  cursor: pointer;
}
.coverage-matrix tbody tr:not(:first-of-type) td {
  border-top: 1px solid #dddddd !important;
}
.coverage-matrix tbody tr:not(:first-of-type) td.no-border-top {
  border-top: none !important;
}
