/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Home Page Hero */
.b-hero__home {
	min-height: 30vh;
}

.b-hero__home .b-hero__text {
	padding-top: 3rem;
	position: relative;
	padding-bottom: 3rem;
}

.hero-bg {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.b-hero__home .b-hero__subtitle {
	margin-left: 0;
	margin-right: 0;
}

.b-hero__home .b-hero__title {
	margin-left: 0;
	margin-right: 0;
}

.b-hero__home h1 {
	font-size: 1.25rem;
	font-weight: normal;
}
.b-hero__home .b-hero__subtitle {
	font-size: 2.25rem;
	line-height: 1.1;
}

.home .footer {
	margin-top: 0;
}

/* General */
.standfirst {
	font-size: 1.25em;
	line-height: 1.3;
}

/* Buttons */

.btn {
	margin-bottom: 0.5rem;
}
.page-content .btn {
	margin-right: 0.5rem;
}

/* Embed Container */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0 0 24px 0;
}
.embed-container iframe,
.embed-container object,
embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container.ratio-16x9 {
	padding-bottom: 56.25%;
}

.embed-container.ratio-1x1 {
	padding-bottom: calc(1 / 1 * 100%);
}

.embed-container.ratio-4x3 {
	padding-bottom: calc(3 / 4 * 100%);
}

.embed-container.ratio-21x9 {
	padding-bottom: calc(1 / 2.37 * 100%);
}

/* Block: Video and Text */
.b-video-with-text__text {
	padding: 2rem 16px 3rem;
	text-align: center;
}
@media (min-width: 992px) {
	.b-video-with-text__text {
		padding: 4rem;
		text-align: left;
	}
}
.b-video-with-text {
	background-color: #f3f3f1;
	margin: 2.5rem 0;
}
@media (min-width: 992px) {
	.b-video-with-text {
		margin: 3rem;
	}
}

/* Cards */

.equal-height > .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.card > :last-child {
	margin-bottom: 0;
}
.card .card-image,
.card .card-image img {
	width: 100%;
	margin-bottom: 0;
}
.card-section {
	padding: 1.25rem;
}
.card-section > :last-child {
	margin-bottom: 0;
}
.card-section .card-image {
	margin-bottom: 1.5rem;
}
.card-section + .card-section {
	padding-top: 0;
}
.card-footer {
	margin-top: auto;
}
.card-section.card-image {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.card-image img {
	height: auto;
}

/* Block: News / Events */
.bg-light-grey {
	background-color: #f3f3f1;
}

.b-news-events.bg-light-grey {
	padding: 3rem 0;
}

.b-news-events__article-link {
	text-decoration: none;
}

.b-news-events__article {
	margin-top: 2rem;
}

.btn.read-more {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.b-event__article-excerpt {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: #000;
}

.b-event__article-meta {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: #8d8d8b;
}

/* Nav Bar */
.header-primary-nav__list {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* Menu Button */
.highlight.menu-item a {
	margin-bottom: 0;
	background-color: #e0ee5d;
	display: inline-block;
	font-weight: 700;
	color: #66718f;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #e0ee5d;
	padding: 0.5rem 2.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.highlight.menu-item a:hover {
	background-color: #d9ea3a;
	border-color: #d7e92f;
}

/* FEATURE BLOCK */
.b-feature.style-box {
	height: auto;
	padding: 2rem 0;
}

.b-feature.style-box .btn {
	margin-top: 1.5rem;
}

.b-feature.style-box .b-feature__overlay {
	position: relative;
	background: #ffffff;
	color: inherit;
	margin: 0 auto;
	width: 80%;
	max-width: 920px;
	padding: 1.5rem 2rem;
	text-align: center;
}

.b-numbers {
	margin: 2.5rem 0;
}
@media (min-width: 992px) {
	.b-numbers {
		margin: 3rem 0;
	}
}

/* Statistics */
.b-numbers .btn {
	margin-top: 2rem;
}
.c-statistic {
	font-weight: bold;
}
.c-statistic__image {
	color: #fff;
	background-color: #66718f;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1rem auto 1.5rem auto;
	line-height: 1;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.c-statistic__image * {
	position: relative;
	z-index: 1;
}
.c-statistic__image::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
}

.c-statistic-before {
	display: block;
	font-size: 1.5rem;
	margin-top: -1.25rem;
}
.c-statistic .number {
	font-size: 3rem;
}

.c-statistic .number .small {
	font-size: 0.5em;
}

.events-extra {
	margin-top: 3rem;
	margin-bottom: -8rem;
}

.archive-posts__post {
	width: 100%;
}

.footer-logos .tns-ovh {
	height: auto !important;
}

.header-toggle__btn {
	z-index: 99999999;
}

.mt-2 {
	margin-top: 3rem;
}

.mb-1 {
	margin-bottom: 1.5rem;
}

.creative-commons {
	font-size: 0.875rem;
}

.main {
	padding-top: 7.75rem;
}

.home .main {
	padding-top: 7.75rem;
}

@media (max-width: 1350px) {
	.main {
		padding-top: 8.75rem;
	}

	.sidbar-fixed {
		padding-top: 4rem;
	}
}

@media (max-width: 990px) {
	.main {
		padding-top: 5.75rem;
	}

	.home .main {
		padding-top: 5.75rem;
	}
}

.sidbar-fixed {
	z-index: 9;
	background-color: #f3f3f1;

	padding: 2rem;
}

.sidbar-fixed .gform_wrapper {
	padding: 0px;
}

.sidbar-fixed .gform_wrapper form {
	max-width: none;
}

@media (max-width: 1350px) {
	.main {
		padding-top: 8.75rem;
	}

	.sidbar-fixed {
		padding-top: 4rem;
	}
}

@media (max-width: 990px) {
	.main {
		padding-top: 5.75rem;
	}

	.home .main {
		padding-top: 5.75rem;
	}
}

.sidbar-fixed {
	z-index: 9;
	background-color: #f3f3f1;

	padding: 2rem;
}

.sidbar-fixed .gform_wrapper {
	padding: 0px;
}

.sidbar-fixed .gform_wrapper form {
	max-width: none;
}

.b-key-categories {
	padding: 1.5rem 0 1rem;
	position: relative;
}
@media (min-width: 768px) {
	.b-key-categories {
		padding-bottom: 1.5rem;
		padding-top: 2rem;
	}
}
@media (min-width: 992px) {
	.b-key-categories {
		padding-bottom: 2rem;
		padding-top: 2.5rem;
	}
}

.cover-bg-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

.cover-bg-image img {
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.b-key-categories .card {
	cursor: pointer;
	min-height: 40vh;
	height: 100%;
}

.b-key-categories .col {
	z-index: 1;
	margin-bottom: 2rem;
}

.b-key-categories a {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.b-key-categories a:hover {
	text-decoration: none;
	color: #66718f;
}

.b-key-categories .main-tag-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

@media (max-width: 992px) {
	.b-key-categories .main-tag-image {
		position: relative;
		width: 100%;
		height: 100%;
		margin-bottom: 0px;
	}

	.cover-bg-image img {
		position: relative;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
	}

	.b-key-categories .card {
		cursor: pointer;
		min-height: 250px;
	}
}

.resource-kb-tags {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 100%;
	padding-left: 0px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.resource-kb-tags li {
	cursor: pointer;
	font-size: 1.25em;
	font-weight: 600;
	color: #66718e;
}

.resource-kb-tags img {
	height: 25px;
	padding-right: 4px;
}

.resource-kb-tags .text-black {
	color: black !important;
	font-weight: 400;
}

.tag-icon-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	margin-bottom: 0px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.tag-icon-list img {
	height: 25px;
	padding-left: 4px;
	padding-right: 4px;
}

.card-image-tag {
	width: 100%;
	height: 100px;
}
.card-image-tag img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.filter-tag-buttons {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	padding: 0.5rem !important;
}

.filter-tag-buttons.active {
	background-color: #66718e;
	color: white;
}

.filter-tag-buttons.active li {
	color: white;
}

a.filter-tag-buttons {
	text-decoration: none;
}

.filter-tag-buttons.active img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.filter-tag-buttons:hover {
	background-color: #66718e;
	color: white;
}

.filter-tag-buttons:hover li {
	color: white;
}

.filter-tag-buttons:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.collection-hero-text p {
	color: #53708f;
	background-color: white;
	font-weight: 400;
	display: inline;
	line-height: 1 !important;
}

.tax-resource_kb_collection .footer {
	margin-top: 0px;
}
@media (max-width: 768px) {
	.tax-resource_kb_collection .container-fluid {
		margin-left: 1rem;
		margin-right: 1rem;
		max-width: calc(100% - 2rem);
	}
}

.low-opacity {
	opacity: 0.5;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.align-self-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.full-height {
	height: 100% !important;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.key-categories-images {
	max-height: 30vh;
	width: 100%;
	height: 250px;
}

.full-width {
	width: 100%;
}

@media (min-width: 992px) {
	.card-reverse-cols .card-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.card-auto-top {
		margin-top: 0px;
		height: 100%;
	}

	.card-reverse-cols .card-container .card-footer {
		margin-top: 0px;
		height: 100%;
	}
}

.btn.reduced-padding {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.filter-tag-buttons {
}

.b-search-filter__title {
	color: #66718f;
}

/* SEARCH AND FILTER */

.searchandfilter ul {
	margin-left: 0px;
	padding-left: 0px;
}
.searchandfilter select.sf-input-select {
	min-width: auto;
	width: 100%;
	height: 3em;
	border: 1px solid #8d8d8b;
	border-radius: 0px;
	padding: 0.75em;
	padding-right: 2.75em;

	/* Custom Arrow Styling */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.4;
	background: #fff
		url("data:image/svg+xml;charset=utf-8,<svg width='41' height='26' viewBox='0 0 41 26' xmlns='http://www.w3.org/2000/svg'><path fill='%2366718f' d='M0 5.382l19.983 19.983L40.14 5.208 34.932 0 19.869 15.062 4.84.032z' fill-rule='evenodd'/></svg>")
		right 10px center no-repeat;
	background-size: 1.15em;
}
.searchandfilter label {
	width: 300px;
	max-width: 100%;
}

/* FORUM MEMBERS LIST */
.forum-members-list {
	column-count: 2;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.forum-members-list li {
	padding-right: 1rem;
	margin-bottom: 0.75em;
}

.b-search-filter {
	margin: 2.5rem 0;
}
@media (min-width: 992px) {
	.b-search-filter {
		margin: 3rem 0;
	}
}

/* Knowledge Bank Search */

.search-container .searchandfilter ul {
	margin-left: 0;
}

.search-container .searchandfilter input {
	min-width: auto;
	width: 100%;
	height: 3em;
	border: 1px solid #8d8d8b;
	border-radius: 0px;
	padding: 0.75em;
	padding-right: 2.75em;

	/* Custom Arrow Styling */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.search-container form {
	margin-bottom: 3rem;
}
.search-container .searchandfilter ul li {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
}
@media (min-width: 992px) {
	.search-container .searchandfilter ul li {
		width: 50%;
		padding: 10px 10px 0 10px;
	}
}
.search-container .searchandfilter ul li.sf-field-submit {
	display: block;
	padding: 0;
}
.search-container .searchandfilter ul li.sf-field-submit input {
	max-width: 300px;
	background-color: #e0ee5d;
	color: #66718f;
	margin-left: 0.5rem;
	font-weight: 600;
	border: none;
}
.search-container .searchandfilter ul li[data-sf-field-input-type="checkbox"] li {
	font-size: 0.9em;
	width: 50%;
	padding-bottom: 0;
}
.search-container .searchandfilter ul li[data-sf-field-input-type="checkbox"] li:nth-of-type(odd) {
	padding-right: 10px;
}
@media (min-width: 772px) {
	.search-container .searchandfilter ul li[data-sf-field-input-type="checkbox"] li {
		width: 33%;
	}
}
@media (min-width: 992px) {
	.search-container .searchandfilter ul li[data-sf-field-input-type="checkbox"] li {
		width: 100%;
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	.search-container .searchandfilter ul li {
		width: 25%;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
.search-container .searchandfilter ul [data-sf-field-input-type="checkbox"] li {
	flex-direction: row;
	align-items: center;
}
.search-container .search-filter {
	margin-top: 1rem;
}
@media (min-width: 992px) {
	.search-container .search-filter .sidebar form ul li:first-of-type {
		padding-top: 0;
	}
}

@media (max-width: 992px) {
	.search-container .searchandfilter label {
		max-width: 100%;
		width: 100%;
	}
}

.larger-footer-image img {
	width: 100%;
}

@media (min-width: 768px) {
	.footer-logos img {
		width: 80%;
	}
}
