.resource-wrapper{
	display: flex;
	align-items: center;
	gap: 3rem;
	margin: 20px 0;
	min-height: 200px;
	padding: 2rem;
	background-color: #f8f8f8;
}

.resource-image-wrapper{
	max-width: 200px;
}


.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;
}

.op-max{
  max-height: 1000px;
}

.resource-list-wrapper{
	display: flex;
  margin-top: 1rem;
}

.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;
  }
  
  /* 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;
  }


  
.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;
  }

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

  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("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?kz25s0");
    src: url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?icomoon.eot?kz25s0#iefix") format("embedded-opentype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.ttf?kz25s0") format("truetype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.woff?kz25s0") format("woff"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.svg?kz25s0#icomoon") 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;
}

.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;
	}
  
.resource-image-wrapper{
	max-width: 75px;
  min-width: 75px;
}

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

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

.inner-title{
  color: #999999
}