  div.event-type {
  position: absolute;
  background-color: black;
  color: white;
  z-index: 1;
  margin-top: -1px;
  margin-left: -1px;
}

div.event-type img {
  width: 30px;
  height: 30px;
  padding: 3px;
  float: left;
}

div.event-type div {
  padding: 5px 5px 0px 0px;
  display: flex;
  white-space: nowrap;
}

img.upc-events-img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.event-wrapper {
  width: 19rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #b9b9b9;
  position: relative;
}

.event-wrapper.list-type {
  width: 100%;
  height: 14rem;
  flex-direction: row;
}

.in-progress {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-wrapper.small {
  height: 23rem;
}

.header-container.small {
  height: 35px;
}

.dropdown-menu {
  min-width: 100px !important;
}

.dropdown-menu li.clickable {
  border-top: 1px solid #333333;
}

.dropdown-menu li {
  padding: 2px;
}

.share-on-icon {
  position: absolute !important;
  bottom: 4.5rem;
  right: 0.5rem;
}

.list-type .share-on-icon {
  position: relative !important;
  bottom: 0;
  right: 0;
}

.list-type .share-container {
  background: #f8f8f8;
  display: flex;
  align-items: end;
  padding: 1rem 0;
}

.clickable {
  cursor: pointer;
}

.invisible-button {
  background: transparent;
  border: 0;
}

.share-on-icon.boneless {
  bottom: 3rem;
}

.list-type .share-on-icon.boneless {
  bottom: 0;
}

.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 7rem;
}

.list-type .header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30%;
  height: 100%;
}

.event-image {
  max-width: 65%;
  max-height: 4rem;
  display: flex;
  align-items: center;
}

.event-image img {
  max-height: 3rem;
  width: auto;
}

.body-container {
  padding: 1rem;
  flex: 1;
  background-color: #f8f8f8;
}

.events-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.arrow-container {
  background-color: #3155a4;
  height: 1.5rem;
  position: relative;
}

.list-type .arrow-container {
  width: 1.25rem;
  height: 100%;
}

.arrow-link {
  height: 100%;
  width: 100%;
  position: absolute;
}

.arrow-link::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  top: 7px;
}

.list-type .arrow-link::after {
  top: calc(50% - 10px);
  right: 8px;
}

.home-flex-child b {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.home-flex-child img {
  vertical-align: middle;
  transform: translateY(-0.3rem);
  margin-right: 1rem;
  max-height: 30px;
  max-width: 16px;
}

.body-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h3-event-title {
  font-size: 18px;
  margin-top: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event-vendor {
  font-size: 14px;
  font-weight: 700;
  color: #3155a4;
}

.is-live {
  background-color: #3155a4;
  color: white;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0.5rem 2rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 5;
}

.is-live-list{
  right: 35px;
}

.progress {
  margin-bottom: 0px !important;
  height: 10px !important;

  background-color: #f0f0f0 !important;
}

.progress-bar {
  background-color: #3155a4 !important;

}

.view-more {
  text-align: center;
  margin-top: 20px;
}


.level-1>.title {
  color: #32499c;
  font-weight: bold;
  font-size: 14px;
}

.level-1>.title.last.open {
  border-bottom: unset;
}

.level-2>.title.open {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.level-3>.title.open {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.level-3>.title {
  font-size: 14px;
}

.acd-fltr-op {
  padding-left: 15px;
}

.title {
  font-size: 16px;
  padding: 7px 0px;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
}

.title.last {
  border-bottom: 1px solid #e0e0e0;
}

i.accord-button {
  float: right;
  font: icon;
  font-weight: 800;
}

i.accord-button.contract {
  display: none;
}

.title.open>i.accord-button.expand {
  display: none;
}

.title.open>i.accord-button.contract {
  display: block;
}

.acd-fltr-op {
  display: none;
  max-height: 300px;
  overflow-y: scroll;
}

.events-list-wrapper {
  display: flex;
}

.acd-fltr-op label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.acd-fltr-op label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.acd-fltr-op>label>span {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border: black 1px solid;
}

.acd-fltr-op>label.is-radio>span {
  border-radius: 25px;
}

/* On mouse-over, add a grey background color */
.acd-fltr-op label:hover input~span {
  background-color: #e7e7e7;
}


/* Create the checkmark/indicator (hidden when not checked) */
.acd-fltr-op>label>span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.acd-fltr-op label input:checked~span:after {
  display: block;
}

/* Style the checkmark/indicator */
.acd-fltr-op label span:after {
  left: 1.5px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #32499c;
}

.acd-fltr-op label.is-radio span:after {
  border-radius: 25px;
}

a.collapse-all {
  color: #32499c;
  font-size: 16px;
  padding-top: 15px;
}

.acd-fltr-op>label>div {
  font-weight: initial;
  padding-top: 2px;
}

.filtered-by {
  background-color: #f2f2f2;
  padding: 15px;
  display: none;
}

.filtered-by>.top {
  display: flex;
  justify-content: space-between;
}

.clear {
  text-decoration: underline;
  color: #32499c;
  text-underline-offset: 2px;
  cursor: pointer;
}

.clear:hover {
  font-weight: bold;
}

.filter-x {
  color: #32499c;
  font-weight: 900;
  cursor: pointer;
  padding-left: 10px;
  font-size: 10px;
}

.filtered-name {
  padding-right: 25px;
  text-wrap: nowrap;
}

.inner-title {
  max-width: 90%;
}

.title {

  display: flex;
  justify-content: space-between;
}

.vendor-status h3 {
  text-align: center;
  font-size: 16px;
}

.vendor-status {
  border-bottom: 2px solid #cbcbcb;
  border-top: 2px solid #cbcbcb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkbox-icon {
  width: 25px;
  height: 25px;
  float: left;
}

.checkbox-icon.top {
  width: 50px;
  height: 50px;
  float: initial;
  margin: auto;
  display: block;
}

.input-search-solve {
  position: relative;
}

.search-form-solve>div.form-group>i {
  position: absolute;
  padding-left: 10px;
  top: -2px;
}

.input-search-solve>input.solve-input {
  padding-left: 35px;
  border: none;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 38px;
}

.search-form-solve {
  position: relative;
  z-index: 1;
}

.search-form-solve button {
  position: absolute;
  top: 14px;
  left: 27px;
  z-index: 1;
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
}

@font-face {
  font-family: "icomoon";
  src: url("/packages/carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?kz25s0");
  src: url("/packages/carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?icomoon.eot?kz25s0") format("embedded-opentype"), url("/packages/carahsoft_theme/themes/carahsoft/fonts/icomoon.ttf?kz25s0") format("truetype"), url("/packages/carahsoft_theme/themes/carahsoft/fonts/icomoon.woff?kz25s0") format("woff"), url("/packages/carahsoft_theme/themes/carahsoft/fonts/icomoon.svg?kz25s0") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-search.solve:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -2px;
}

.search-form-solve i {
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #2F52A1;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.te-check label {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.te-check label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.te-check>label>span {
  position: absolute;
  top: 5px;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border: black 1px solid;
}

/* On mouse-over, add a grey background color */
.te-check label:hover input~span {
  background-color: #e7e7e7;
}


/* Create the checkmark/indicator (hidden when not checked) */
.te-check>label>span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.te-check label input:checked~span:after {
  display: block;
}

/* Style the checkmark/indicator */
.te-check label span:after {
  left: 1.5px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #32499c;
}

.input-search-solve>input.solve-input::-webkit-input-placeholder {
  color: #2F52A1;
}


.input-search-solve>input.solve-input:-moz-placeholder {
  color: #2F52A1;
}

.input-search-solve>input.solve-input:-ms-input-placeholder {
  color: #2F52A1;
}

.input-search-solve>input.solve-input {
  color: #2F52A1;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: initial !important;
  }

  .events-list-wrapper {
    flex-direction: column;
  }

  .switch-container {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .event-wrapper.list-type {
    height: 16rem;
  }

  .list-type .body-container {
    padding: 0.5rem;
  }
  .is-live-list {
		padding: 0.25rem 2rem !important;
	}
}

.mobile-filters {
  margin: 0 2rem;
}

.title-blue {
  background-color: #32499c;
  color: white !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 1rem;
}

.mobile-only .te-check label {
  margin: 10px 0;
}

.title-blue .inner-title {
  color: white !important;
}

.inner-title {
  color: #999999
}

.switch-container {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 1rem;
}