
/* ======================= OPTIONS BAR =======================*/
.options-bar {
	margin-bottom: 1.5rem;
}
.options-bar .layout-options {
    gap: 0.5rem;
}

.options-bar .layout-options > div {
    background: var(--white);
    border-radius: 0;
    padding: 0.75rem;
    border: 1px solid var(--black);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

.options-bar .layout-options > div.active  {
    background: var(--primary);
}

.options-bar .layout-options > div svg path {
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    fill: var(--black);
}

.options-bar .layout-options > div.active svg path {
    fill: var(--white);
}





.resources-grid_newdesign .card {
	background-color: black;

	height: 100%;
	border-radius: 0;

	min-height: 375px;
}


.resources-grids_newdesign .card-title {
	font-weight: 600;
	font-size: 18px;


	color: white;
}


.resources-grid_newdesign .card-body {
	padding: 0 20px 0 20px;
	color: white;
}

.resources-grid_newdesign .card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: none;
	padding: 0;
}

.resources-grid_newdesign .card-footer * {
	text-transform: uppercase;
	line-height: 2;
}

.resources-grid_newdesign .card-footer a.btn {
	border-radius: 0;
	width: 100%;
  }

.resources-grid_newdesign .card-img-top {
	width: 100%;
	height: 350px;
	border-radius: 0;
	margin: 0;
	padding:0;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.resources-grid_newdesign .no_boxshot{
	background-color: white;
}

.resources-grid_newdesign .card-img-top img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.resources-grid_newdesign .card-img-top .boxshot {
	z-index: 0;
	cursor: pointer;
}
.resources-grid_newdesign .card-img-top:hover .boxshot_hover {
  opacity: 1;
}


.boxshot_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 226, 226, 0.9);

  display: flex;
  justify-content: start;
  align-items: start;

  /* Hidden by default with a smooth fade transition */
  opacity: 0;
  transition: opacity 0.3s ease;
		padding: 1em 0.8em;
}
.boxshot_hover .text {

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;  /* Number of lines displayed before it truncate */
     overflow: hidden;
}

.page-link {
	background-color: white;
	color: inherit;
	margin-right: 0.6rem;
}

.sort-filter-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 2rem;
}

.sort-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: rgb(143, 145, 144);
}

.form-select-btn {
	padding: 0 1rem;
	font-size: 1.5rem;
	color: rgb(143, 145, 144);
	line-height: 1;
}

.layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.sort-filter-layout .layout-options {
    gap: 0.5rem;
}

.sort-filter-layout .layout-options > div {
    background: var(--white);
    border-radius: 0;
    padding: 0.75rem;
    border: 1px solid black;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

.sort-filter-layout .layout-options > div.active {
    background: black;
}

.sort-filter-layout .layout-options > div svg path {
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    fill: var(--black);
}

.sort-filter-layout .layout-options > div.active svg path {
    fill: var(--white);
}



.resources-grids_newdesign .resource-group {
	padding: 2rem 1.5rem;
	margin-bottom: 3rem;
}

.resources-grids_newdesign .resource-group {
	background-color: #f1f1f1;
	border-radius: 0;
}

.resources-grids_newdesign .card-text {
	font-size: 0.9rem;
}






.resources-list_newdesign .resource-list-item {
	border-radius: 0;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1.5rem;
	padding: 1rem;
	margin-bottom: 1rem;
}


.resources-list_newdesign .accordion-button,
.resources-list_newdesign .accordion-body {
	background-color: var(--secondary);
}
.resources-list_newdesign .accordion-button {
	margin-top: 1em;
}

.coaching .resources-list .resource-list-item {
	border: 1px solid var(--light-gray);
}

.resources-list .resource-list-item .title-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}

.resources-list .resource-list-item .title {
	font-size: 1.25rem;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.resources-list .resource-list-item .title {
		font-size: 1rem;
	}
}

.resources-list .resource-list-item .number {
	margin-right: 10px;
}

@media screen and (max-width: 576px){
	.resources-list .resource-list-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.resources-list .resource-list-item .title-group {
		width: 100%;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

  .search-resources {
	width:90%;
  }

  .sort-filter {
	width: 90%;
	margin-right: 1rem;
}

  .search-resources input {
    width: 100%;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    font-size: 1rem;
    border-style: none none none none;
    border-image: initial;
    padding: 0.75rem  0.5rem 0.75rem 2rem;
    border: 1px solid var(--primary);
    background: #fff url(/assets/icons/magnifying-glass.svg) 0.5rem 12px / 22px no-repeat scroll;

}

  .sort-resources select {
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    font-size: 1rem;
    border-style: none none none none;
    border-image: initial;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    border: 1px solid var(--primary);
	margin-right: 1rem;
}

.categories-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3rem;
	font-size: 14px;
}

.categories-wrapper p {
    padding: 0.4rem 0.8rem;
	margin: 0.2rem;
    border: 2px solid var(--light-gray);
    border-radius: 1000px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

.categories-wrapper p.checked {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}