
.kt-accordion-wrap .kt-accordion-header-wrap {
	margin: 0;
	padding: 0;
}

.kt-blocks-accordion-header {
	align-content: space-between;
	align-items: center;
	background-color: var(--global-palette8, #f2f2f2);
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 0px;
	color: var(--global-palette5, #555);
	display: flex;
	font-size: 18px;
	padding: 10px 14px;
	position: relative;
	line-height: 24px;
	text-align: left;
	text-transform: none;
	transition: all ease-in-out .2s;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
}

.kt-blocks-accordion-header .kt-blocks-accordion-title {
	word-wrap: break-word;
	white-space: normal;
}

.kt-blocks-accordion-header .kb-svg-icon-wrap svg {
	width: 1em;
	height: 1em;
}

.kt-blocks-accordion-header:focus-visible {
	box-shadow: none;
	text-shadow: none;
}

.kt-blocks-accordion-header:focus {
	box-shadow: none;
	text-shadow: none;
}

.kt-blocks-accordion-header:active {
	box-shadow: none;
}

.kt-blocks-accordion-header:hover {
	background-color: var(--global-palette7, #eee);
	color: var(--global-palette5, #444);
	box-shadow: none;
	text-shadow: none;
}

.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after, .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before {
	background-color: currentColor;
}

.kt-blocks-accordion-header.kt-accordion-panel-active {
	background-color: var(--global-palette5, #444);
	color: #fff;
}

.kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
	background-color: currentColor;
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger {
	background-color: var(--global-palette5, #444);
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before {
	background-color: var(--global-palette7, #eee);
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
	background-color: #fff;
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
	background-color: var(--global-palette5, #444);
}

.kt-blocks-accordion-title-wrap {
	display: flex;
	padding-right: 10px;
}

.kt-accodion-icon-side-left .kt-blocks-accordion-title-wrap {
	padding-right: 0px;
}

.kt-pane-header-alignment-center button.kt-blocks-accordion-header {
	text-align: center;
}

.kt-pane-header-alignment-center button.kt-blocks-accordion-header .kt-blocks-accordion-title-wrap {
	flex-grow: 2;
	justify-content: center;
}

.kt-pane-header-alignment-right button.kt-blocks-accordion-header {
	text-align: right;
}

.kt-pane-header-alignment-right button.kt-blocks-accordion-header .kt-blocks-accordion-title-wrap {
	flex-grow: 2;
	justify-content: flex-end;
}

.kt-pane-header-alignment-right button.kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger {
	margin-left: 10px;
}

.kt-acccordion-button-label-hide .kt-blocks-accordion-title {
	display: none;
}

.kt-accordion-panel-inner:after {
	clear: both;
	display: table;
	content: "";
}

.kt-accodion-icon-style-none .kt-blocks-accordion-icon-trigger {
	display: none;
}

.kt-accodion-icon-side-left .kt-blocks-accordion-icon-trigger {
	order: -1;
	margin-left: 0;
	margin-right: 10px;
}

.kt-blocks-accordion-icon-trigger {
	display: block;
	height: 24px;
	margin-left: auto;
	position: relative;
	transition: all ease-in-out .2s;
	width: 24px;
	min-width: 24px;
	box-sizing: content-box;
}

.kt-blocks-accordion-icon-trigger:after, .kt-blocks-accordion-icon-trigger:before {
	background-color: var(--global-palette5, #444);
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
	transform: rotate(0deg);
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after {
	transform: rotate(0deg);
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
	content: "";
	height: 4px;
	position: absolute;
	transition: all ease-in-out .1333333333s;
	width: 20px;
	left: 2px;
	top: 10px;
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
	transform: rotate(90deg);
	transform-origin: 50%;
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after {
	transform: rotate(0deg);
	transform-origin: 50%;
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger {
	background-color: currentColor;
	border-radius: 50%;
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
	background-color: #fff;
	width: 16px;
	left: 4px;
	top: 10px;
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
	transform: rotate(45deg);
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after {
	transform: rotate(-45deg);
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:before {
	content: "";
	height: 4px;
	position: absolute;
	transition: all ease-in-out .1333333333s;
	width: 20px;
	left: 2px;
	top: 10px;
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:before {
	transform: rotate(90deg);
	transform-origin: 50%;
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:after {
	transform: rotate(0deg);
	transform-origin: 50%;
}

.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger {
	background-color: #333;
	border-radius: 50%;
}

.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:before {
	background-color: #fff;
	width: 16px;
	left: 4px;
	top: 10px;
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
	transform: rotate(-45deg);
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after {
	transform: rotate(45deg);
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
	content: "";
	height: 2px;
	position: absolute;
	top: 11px;
	transition: all ease-in-out .1333333333s;
	width: 12px;
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
	left: 2px;
	transform: rotate(45deg);
	transform-origin: 50%;
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after {
	transform: rotate(-45deg);
	right: 2px;
	transform-origin: 50%;
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger {
	background-color: #333;
	border-radius: 50%;
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
	background-color: #fff;
	width: 10px;
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
	left: 4px;
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after {
	right: 4px;
}

.kt-accordion-inner-wrap .wp-block-kadence-pane>.kt-accordion-header-wrap {
	margin-top: 0px;
}

.kt-accordion-inner-wrap {
	column-gap: var(--global-kb-gap-md, 2rem);
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.kt-accordion-panel-inner {
	padding: 20px;
	border: 1px solid var(--global-palette7, #eee);
	border-top-width: 0;
}

.kt-accordion-panel {
	display: block;
}

.kt-accordion-panel.kt-accordion-panel-hidden {
	max-height: 0 !important;
	overflow: hidden;
	display: none;
}

.kt-accordion-initialized .kt-panel-is-collapsing, .kt-accordion-initialized .kt-panel-is-expanding {
	transition: height .45s ease;
	position: relative;
	height: 0;
	overflow: hidden;
}

.kt-accordion-header-wrap .kt-btn-side-left {
	padding-right: .25em;
}

.kt-accordion-header-wrap .kt-btn-side-right {
	padding-left: .25em;
}

.kt-accordion-header-wrap .kt-acccordion-button-label-hide .kb-svg-icon-wrap {
	padding-left: 0;
	padding-right: 0;
}

.rtl .kt-blocks-accordion-icon-trigger {
	margin-left: 0;
	margin-right: auto;
}

.rtl .kt-blocks-accordion-title-wrap {
	padding-left: 10px;
	padding-right: 0;
}

.wp-block-kadence-column .wp-block-kadence-accordion {
	align-self: stretch;
}

.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	transform: scale(.5);
	opacity: 0;
}

.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(-.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	transform: rotate(.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	transform: rotate(-.75turn);
	opacity: 0;
}

.slow {
	transition-duration: 750ms !important;
}

.fast {
	transition-duration: 250ms !important;
}

.linear {
	transition-timing-function: linear !important;
}

.ease {
	transition-timing-function: ease !important;
}

.ease-in {
	transition-timing-function: ease-in !important;
}

.ease-out {
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
	transition-delay: 300ms !important;
}

.long-delay {
	transition-delay: 700ms !important;
}

.shake {
	animation-name: shake-7;
}

@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		transform: translateX(7%);
	}
	
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		transform: translateX(-7%);
	}
}

.spin-cw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn);
	}
	
	100% {
		transform: rotate(0);
	}
}

.spin-ccw {
	animation-name: spin-ccw-1turn;
}

@keyframes spin-ccw-1turn {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(-1turn);
	}
}

.wiggle {
	animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
	40%, 50%, 60% {
		transform: rotate(7deg);
	}
	
	35%, 45%, 55%, 65% {
		transform: rotate(-7deg);
	}
	
	0%, 30%, 70%, 100% {
		transform: rotate(0);
	}
}

.shake, .spin-cw, .spin-ccw, .wiggle {
	animation-duration: 500ms;
}

.infinite {
	animation-iteration-count: infinite;
}

.slow {
	animation-duration: 750ms !important;
}

.fast {
	animation-duration: 250ms !important;
}

.linear {
	animation-timing-function: linear !important;
}

.ease {
	animation-timing-function: ease !important;
}

.ease-in {
	animation-timing-function: ease-in !important;
}

.ease-out {
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
	animation-delay: 300ms !important;
}

.long-delay {
	animation-delay: 700ms !important;
}

@media print, screen and (min-width: 48em) {
	.reveal, .reveal.tiny, .reveal.small, .reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.grid-container {
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
	max-width: calc(1162px + 39px + 39px);
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 48em) {
	.grid-container {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-container {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.grid-container.fluid {
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 48em) {
	.grid-container.fluid {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-container.fluid {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}

.cell.auto {
	flex: 1 1 0px;
}

.cell.shrink {
	flex: 0 0 auto;
}

.grid-x>.auto {
	width: auto;
}

.grid-x>.shrink {
	width: auto;
}

.grid-x>.small-shrink, .grid-x>.small-full, .grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12 {
	flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
	.grid-x>.medium-shrink, .grid-x>.medium-full, .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12 {
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x>.large-shrink, .grid-x>.large-full, .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12 {
		flex-basis: auto;
	}
}

.grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12 {
	flex: 0 0 auto;
}

.grid-x>.small-1 {
	width: 8.33333%;
}

.grid-x>.small-2 {
	width: 16.66667%;
}

.grid-x>.small-3 {
	width: 25%;
}

.grid-x>.small-4 {
	width: 33.33333%;
}

.grid-x>.small-5 {
	width: 41.66667%;
}

.grid-x>.small-6 {
	width: 50%;
}

.grid-x>.small-7 {
	width: 58.33333%;
}

.grid-x>.small-8 {
	width: 66.66667%;
}

.grid-x>.small-9 {
	width: 75%;
}

.grid-x>.small-10 {
	width: 83.33333%;
}

.grid-x>.small-11 {
	width: 91.66667%;
}

.grid-x>.small-12 {
	width: 100%;
}

@media print, screen and (min-width: 48em) {
	.grid-x>.medium-auto {
		flex: 1 1 0px;
		width: auto;
	}
	
	.grid-x>.medium-shrink, .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12 {
		flex: 0 0 auto;
	}
	
	.grid-x>.medium-shrink {
		width: auto;
	}
	
	.grid-x>.medium-1 {
		width: 8.33333%;
	}
	
	.grid-x>.medium-2 {
		width: 16.66667%;
	}
	
	.grid-x>.medium-3 {
		width: 25%;
	}
	
	.grid-x>.medium-4 {
		width: 33.33333%;
	}
	
	.grid-x>.medium-5 {
		width: 41.66667%;
	}
	
	.grid-x>.medium-6 {
		width: 50%;
	}
	
	.grid-x>.medium-7 {
		width: 58.33333%;
	}
	
	.grid-x>.medium-8 {
		width: 66.66667%;
	}
	
	.grid-x>.medium-9 {
		width: 75%;
	}
	
	.grid-x>.medium-10 {
		width: 83.33333%;
	}
	
	.grid-x>.medium-11 {
		width: 91.66667%;
	}
	
	.grid-x>.medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x>.large-auto {
		flex: 1 1 0px;
		width: auto;
	}
	
	.grid-x>.large-shrink, .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12 {
		flex: 0 0 auto;
	}
	
	.grid-x>.large-shrink {
		width: auto;
	}
	
	.grid-x>.large-1 {
		width: 8.33333%;
	}
	
	.grid-x>.large-2 {
		width: 16.66667%;
	}
	
	.grid-x>.large-3 {
		width: 25%;
	}
	
	.grid-x>.large-4 {
		width: 33.33333%;
	}
	
	.grid-x>.large-5 {
		width: 41.66667%;
	}
	
	.grid-x>.large-6 {
		width: 50%;
	}
	
	.grid-x>.large-7 {
		width: 58.33333%;
	}
	
	.grid-x>.large-8 {
		width: 66.66667%;
	}
	
	.grid-x>.large-9 {
		width: 75%;
	}
	
	.grid-x>.large-10 {
		width: 83.33333%;
	}
	
	.grid-x>.large-11 {
		width: 91.66667%;
	}
	
	.grid-x>.large-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x)>.cell {
	width: auto;
}

.grid-margin-y:not(.grid-y)>.cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -.71875rem;
	margin-right: -.71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x {
		margin-left: -.96875rem;
		margin-right: -.96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x {
		margin-left: -1.21875rem;
		margin-right: -1.21875rem;
	}
}

.grid-margin-x>.cell {
	width: calc(100% - 1.4375rem);
	margin-left: .71875rem;
	margin-right: .71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x>.cell {
		width: calc(100% - 1.9375rem);
		margin-left: .96875rem;
		margin-right: .96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x>.cell {
		width: calc(100% - 2.4375rem);
		margin-left: 1.21875rem;
		margin-right: 1.21875rem;
	}
}

.grid-margin-x>.auto {
	width: auto;
}

.grid-margin-x>.shrink {
	width: auto;
}

.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.4375rem);
}

.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.4375rem);
}

.grid-margin-x>.small-3 {
	width: calc(25% - 1.4375rem);
}

.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.4375rem);
}

.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.4375rem);
}

.grid-margin-x>.small-6 {
	width: calc(50% - 1.4375rem);
}

.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.4375rem);
}

.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.4375rem);
}

.grid-margin-x>.small-9 {
	width: calc(75% - 1.4375rem);
}

.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.4375rem);
}

.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.4375rem);
}

.grid-margin-x>.small-12 {
	width: calc(100% - 1.4375rem);
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x>.auto {
		width: auto;
	}
	
	.grid-margin-x>.shrink {
		width: auto;
	}
	
	.grid-margin-x>.small-1 {
		width: calc(8.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.small-2 {
		width: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.small-3 {
		width: calc(25% - 1.9375rem);
	}
	
	.grid-margin-x>.small-4 {
		width: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.small-5 {
		width: calc(41.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.small-6 {
		width: calc(50% - 1.9375rem);
	}
	
	.grid-margin-x>.small-7 {
		width: calc(58.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.small-8 {
		width: calc(66.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.small-9 {
		width: calc(75% - 1.9375rem);
	}
	
	.grid-margin-x>.small-10 {
		width: calc(83.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.small-11 {
		width: calc(91.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.small-12 {
		width: calc(100% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-auto {
		width: auto;
	}
	
	.grid-margin-x>.medium-shrink {
		width: auto;
	}
	
	.grid-margin-x>.medium-1 {
		width: calc(8.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-2 {
		width: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-3 {
		width: calc(25% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-4 {
		width: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-5 {
		width: calc(41.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-6 {
		width: calc(50% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-7 {
		width: calc(58.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-8 {
		width: calc(66.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-9 {
		width: calc(75% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-10 {
		width: calc(83.33333% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-11 {
		width: calc(91.66667% - 1.9375rem);
	}
	
	.grid-margin-x>.medium-12 {
		width: calc(100% - 1.9375rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x>.auto {
		width: auto;
	}
	
	.grid-margin-x>.shrink {
		width: auto;
	}
	
	.grid-margin-x>.small-1 {
		width: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.small-2 {
		width: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.small-3 {
		width: calc(25% - 2.4375rem);
	}
	
	.grid-margin-x>.small-4 {
		width: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.small-5 {
		width: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.small-6 {
		width: calc(50% - 2.4375rem);
	}
	
	.grid-margin-x>.small-7 {
		width: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.small-8 {
		width: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.small-9 {
		width: calc(75% - 2.4375rem);
	}
	
	.grid-margin-x>.small-10 {
		width: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.small-11 {
		width: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.small-12 {
		width: calc(100% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-auto {
		width: auto;
	}
	
	.grid-margin-x>.medium-shrink {
		width: auto;
	}
	
	.grid-margin-x>.medium-1 {
		width: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-2 {
		width: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-3 {
		width: calc(25% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-4 {
		width: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-5 {
		width: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-6 {
		width: calc(50% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-7 {
		width: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-8 {
		width: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-9 {
		width: calc(75% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-10 {
		width: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-11 {
		width: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.medium-12 {
		width: calc(100% - 2.4375rem);
	}
	
	.grid-margin-x>.large-auto {
		width: auto;
	}
	
	.grid-margin-x>.large-shrink {
		width: auto;
	}
	
	.grid-margin-x>.large-1 {
		width: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.large-2 {
		width: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.large-3 {
		width: calc(25% - 2.4375rem);
	}
	
	.grid-margin-x>.large-4 {
		width: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.large-5 {
		width: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.large-6 {
		width: calc(50% - 2.4375rem);
	}
	
	.grid-margin-x>.large-7 {
		width: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.large-8 {
		width: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.large-9 {
		width: calc(75% - 2.4375rem);
	}
	
	.grid-margin-x>.large-10 {
		width: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-x>.large-11 {
		width: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-x>.large-12 {
		width: calc(100% - 2.4375rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -.71875rem;
	margin-left: -.71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -.96875rem;
		margin-left: -.96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -1.21875rem;
		margin-left: -1.21875rem;
	}
}

.grid-container:not(.full)>.grid-padding-x {
	margin-right: -.71875rem;
	margin-left: -.71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-container:not(.full)>.grid-padding-x {
		margin-right: -.96875rem;
		margin-left: -.96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-container:not(.full)>.grid-padding-x {
		margin-right: -1.21875rem;
		margin-left: -1.21875rem;
	}
}

.grid-padding-x>.cell {
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.grid-padding-x>.cell {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-padding-x>.cell {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.small-up-1>.cell {
	width: 100%;
}

.small-up-2>.cell {
	width: 50%;
}

.small-up-3>.cell {
	width: 33.33333%;
}

.small-up-4>.cell {
	width: 25%;
}

.small-up-5>.cell {
	width: 20%;
}

.small-up-6>.cell {
	width: 16.66667%;
}

.small-up-7>.cell {
	width: 14.28571%;
}

.small-up-8>.cell {
	width: 12.5%;
}

@media print, screen and (min-width: 48em) {
	.medium-up-1>.cell {
		width: 100%;
	}
	
	.medium-up-2>.cell {
		width: 50%;
	}
	
	.medium-up-3>.cell {
		width: 33.33333%;
	}
	
	.medium-up-4>.cell {
		width: 25%;
	}
	
	.medium-up-5>.cell {
		width: 20%;
	}
	
	.medium-up-6>.cell {
		width: 16.66667%;
	}
	
	.medium-up-7>.cell {
		width: 14.28571%;
	}
	
	.medium-up-8>.cell {
		width: 12.5%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-up-1>.cell {
		width: 100%;
	}
	
	.large-up-2>.cell {
		width: 50%;
	}
	
	.large-up-3>.cell {
		width: 33.33333%;
	}
	
	.large-up-4>.cell {
		width: 25%;
	}
	
	.large-up-5>.cell {
		width: 20%;
	}
	
	.large-up-6>.cell {
		width: 16.66667%;
	}
	
	.large-up-7>.cell {
		width: 14.28571%;
	}
	
	.large-up-8>.cell {
		width: 12.5%;
	}
}

.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.4375rem);
}

.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.4375rem);
}

.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.4375rem);
}

.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.4375rem);
}

.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.4375rem);
}

.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.4375rem);
}

.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.4375rem);
}

.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.4375rem);
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 1.9375rem);
	}
	
	.grid-margin-x.small-up-2>.cell {
		width: calc(50% - 1.9375rem);
	}
	
	.grid-margin-x.small-up-3>.cell {
		width: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-x.small-up-4>.cell {
		width: calc(25% - 1.9375rem);
	}
	
	.grid-margin-x.small-up-5>.cell {
		width: calc(20% - 1.9375rem);
	}
	
	.grid-margin-x.small-up-6>.cell {
		width: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-x.small-up-7>.cell {
		width: calc(14.28571% - 1.9375rem);
	}
	
	.grid-margin-x.small-up-8>.cell {
		width: calc(12.5% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 1.9375rem);
	}
	
	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 1.9375rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 2.4375rem);
	}
	
	.grid-margin-x.small-up-2>.cell {
		width: calc(50% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 2.4375rem);
	}
	
	.grid-margin-x.small-up-3>.cell {
		width: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-x.small-up-4>.cell {
		width: calc(25% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 2.4375rem);
	}
	
	.grid-margin-x.small-up-5>.cell {
		width: calc(20% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 2.4375rem);
	}
	
	.grid-margin-x.small-up-6>.cell {
		width: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-x.small-up-7>.cell {
		width: calc(14.28571% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 2.4375rem);
	}
	
	.grid-margin-x.small-up-8>.cell {
		width: calc(12.5% - 2.4375rem);
	}
	
	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-1>.cell {
		width: calc(100% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-2>.cell {
		width: calc(50% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-3>.cell {
		width: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-4>.cell {
		width: calc(25% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-5>.cell {
		width: calc(20% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-6>.cell {
		width: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-7>.cell {
		width: calc(14.28571% - 2.4375rem);
	}
	
	.grid-margin-x.large-up-8>.cell {
		width: calc(12.5% - 2.4375rem);
	}
}

.small-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0;
}

.small-margin-collapse>.small-1 {
	width: 8.33333%;
}

.small-margin-collapse>.small-2 {
	width: 16.66667%;
}

.small-margin-collapse>.small-3 {
	width: 25%;
}

.small-margin-collapse>.small-4 {
	width: 33.33333%;
}

.small-margin-collapse>.small-5 {
	width: 41.66667%;
}

.small-margin-collapse>.small-6 {
	width: 50%;
}

.small-margin-collapse>.small-7 {
	width: 58.33333%;
}

.small-margin-collapse>.small-8 {
	width: 66.66667%;
}

.small-margin-collapse>.small-9 {
	width: 75%;
}

.small-margin-collapse>.small-10 {
	width: 83.33333%;
}

.small-margin-collapse>.small-11 {
	width: 91.66667%;
}

.small-margin-collapse>.small-12 {
	width: 100%;
}

@media print, screen and (min-width: 48em) {
	.small-margin-collapse>.medium-1 {
		width: 8.33333%;
	}
	
	.small-margin-collapse>.medium-2 {
		width: 16.66667%;
	}
	
	.small-margin-collapse>.medium-3 {
		width: 25%;
	}
	
	.small-margin-collapse>.medium-4 {
		width: 33.33333%;
	}
	
	.small-margin-collapse>.medium-5 {
		width: 41.66667%;
	}
	
	.small-margin-collapse>.medium-6 {
		width: 50%;
	}
	
	.small-margin-collapse>.medium-7 {
		width: 58.33333%;
	}
	
	.small-margin-collapse>.medium-8 {
		width: 66.66667%;
	}
	
	.small-margin-collapse>.medium-9 {
		width: 75%;
	}
	
	.small-margin-collapse>.medium-10 {
		width: 83.33333%;
	}
	
	.small-margin-collapse>.medium-11 {
		width: 91.66667%;
	}
	
	.small-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.small-margin-collapse>.large-1 {
		width: 8.33333%;
	}
	
	.small-margin-collapse>.large-2 {
		width: 16.66667%;
	}
	
	.small-margin-collapse>.large-3 {
		width: 25%;
	}
	
	.small-margin-collapse>.large-4 {
		width: 33.33333%;
	}
	
	.small-margin-collapse>.large-5 {
		width: 41.66667%;
	}
	
	.small-margin-collapse>.large-6 {
		width: 50%;
	}
	
	.small-margin-collapse>.large-7 {
		width: 58.33333%;
	}
	
	.small-margin-collapse>.large-8 {
		width: 66.66667%;
	}
	
	.small-margin-collapse>.large-9 {
		width: 75%;
	}
	
	.small-margin-collapse>.large-10 {
		width: 83.33333%;
	}
	
	.small-margin-collapse>.large-11 {
		width: 91.66667%;
	}
	
	.small-margin-collapse>.large-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.medium-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse>.small-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse>.small-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse>.small-3 {
		width: 25%;
	}
	
	.medium-margin-collapse>.small-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse>.small-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse>.small-6 {
		width: 50%;
	}
	
	.medium-margin-collapse>.small-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse>.small-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse>.small-9 {
		width: 75%;
	}
	
	.medium-margin-collapse>.small-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse>.small-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse>.small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse>.medium-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse>.medium-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse>.medium-3 {
		width: 25%;
	}
	
	.medium-margin-collapse>.medium-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse>.medium-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse>.medium-6 {
		width: 50%;
	}
	
	.medium-margin-collapse>.medium-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse>.medium-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse>.medium-9 {
		width: 75%;
	}
	
	.medium-margin-collapse>.medium-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse>.medium-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.medium-margin-collapse>.large-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse>.large-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse>.large-3 {
		width: 25%;
	}
	
	.medium-margin-collapse>.large-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse>.large-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse>.large-6 {
		width: 50%;
	}
	
	.medium-margin-collapse>.large-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse>.large-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse>.large-9 {
		width: 75%;
	}
	
	.medium-margin-collapse>.large-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse>.large-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse>.large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.medium-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.large-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse>.small-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse>.small-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse>.small-3 {
		width: 25%;
	}
	
	.large-margin-collapse>.small-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse>.small-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse>.small-6 {
		width: 50%;
	}
	
	.large-margin-collapse>.small-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse>.small-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse>.small-9 {
		width: 75%;
	}
	
	.large-margin-collapse>.small-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse>.small-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse>.small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse>.medium-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse>.medium-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse>.medium-3 {
		width: 25%;
	}
	
	.large-margin-collapse>.medium-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse>.medium-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse>.medium-6 {
		width: 50%;
	}
	
	.large-margin-collapse>.medium-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse>.medium-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse>.medium-9 {
		width: 75%;
	}
	
	.large-margin-collapse>.medium-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse>.medium-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse>.large-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse>.large-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse>.large-3 {
		width: 25%;
	}
	
	.large-margin-collapse>.large-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse>.large-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse>.large-6 {
		width: 50%;
	}
	
	.large-margin-collapse>.large-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse>.large-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse>.large-9 {
		width: 75%;
	}
	
	.large-margin-collapse>.large-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse>.large-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse>.large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.large-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0;
	}
}

.small-offset-0 {
	margin-left: 0%;
}

.grid-margin-x>.small-offset-0 {
	margin-left: calc(0% + .71875rem);
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.grid-margin-x>.small-offset-1 {
	margin-left: calc(8.33333% + .71875rem);
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.grid-margin-x>.small-offset-2 {
	margin-left: calc(16.66667% + .71875rem);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x>.small-offset-3 {
	margin-left: calc(25% + .71875rem);
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.grid-margin-x>.small-offset-4 {
	margin-left: calc(33.33333% + .71875rem);
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.grid-margin-x>.small-offset-5 {
	margin-left: calc(41.66667% + .71875rem);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x>.small-offset-6 {
	margin-left: calc(50% + .71875rem);
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.grid-margin-x>.small-offset-7 {
	margin-left: calc(58.33333% + .71875rem);
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.grid-margin-x>.small-offset-8 {
	margin-left: calc(66.66667% + .71875rem);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x>.small-offset-9 {
	margin-left: calc(75% + .71875rem);
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.grid-margin-x>.small-offset-10 {
	margin-left: calc(83.33333% + .71875rem);
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.grid-margin-x>.small-offset-11 {
	margin-left: calc(91.66667% + .71875rem);
}

@media print, screen and (min-width: 48em) {
	.medium-offset-0 {
		margin-left: 0%;
	}
	
	.grid-margin-x>.medium-offset-0 {
		margin-left: calc(0% + .96875rem);
	}
	
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	
	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.33333% + .96875rem);
	}
	
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	
	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.66667% + .96875rem);
	}
	
	.medium-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x>.medium-offset-3 {
		margin-left: calc(25% + .96875rem);
	}
	
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	
	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.33333% + .96875rem);
	}
	
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	
	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.66667% + .96875rem);
	}
	
	.medium-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x>.medium-offset-6 {
		margin-left: calc(50% + .96875rem);
	}
	
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	
	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.33333% + .96875rem);
	}
	
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	
	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.66667% + .96875rem);
	}
	
	.medium-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x>.medium-offset-9 {
		margin-left: calc(75% + .96875rem);
	}
	
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	
	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.33333% + .96875rem);
	}
	
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	
	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.66667% + .96875rem);
	}
}

@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}
	
	.grid-margin-x>.large-offset-0 {
		margin-left: calc(0% + 1.21875rem);
	}
	
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	
	.grid-margin-x>.large-offset-1 {
		margin-left: calc(8.33333% + 1.21875rem);
	}
	
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	
	.grid-margin-x>.large-offset-2 {
		margin-left: calc(16.66667% + 1.21875rem);
	}
	
	.large-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x>.large-offset-3 {
		margin-left: calc(25% + 1.21875rem);
	}
	
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	
	.grid-margin-x>.large-offset-4 {
		margin-left: calc(33.33333% + 1.21875rem);
	}
	
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	
	.grid-margin-x>.large-offset-5 {
		margin-left: calc(41.66667% + 1.21875rem);
	}
	
	.large-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x>.large-offset-6 {
		margin-left: calc(50% + 1.21875rem);
	}
	
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	
	.grid-margin-x>.large-offset-7 {
		margin-left: calc(58.33333% + 1.21875rem);
	}
	
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	
	.grid-margin-x>.large-offset-8 {
		margin-left: calc(66.66667% + 1.21875rem);
	}
	
	.large-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x>.large-offset-9 {
		margin-left: calc(75% + 1.21875rem);
	}
	
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	
	.grid-margin-x>.large-offset-10 {
		margin-left: calc(83.33333% + 1.21875rem);
	}
	
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	
	.grid-margin-x>.large-offset-11 {
		margin-left: calc(91.66667% + 1.21875rem);
	}
}

.grid-y {
	display: flex;
	flex-flow: column nowrap;
}

.grid-y>.cell {
	height: auto;
	max-height: none;
}

.grid-y>.auto {
	height: auto;
}

.grid-y>.shrink {
	height: auto;
}

.grid-y>.small-shrink, .grid-y>.small-full, .grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
	flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
	.grid-y>.medium-shrink, .grid-y>.medium-full, .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12 {
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y>.large-shrink, .grid-y>.large-full, .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12 {
		flex-basis: auto;
	}
}

.grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
	flex: 0 0 auto;
}

.grid-y>.small-1 {
	height: 8.33333%;
}

.grid-y>.small-2 {
	height: 16.66667%;
}

.grid-y>.small-3 {
	height: 25%;
}

.grid-y>.small-4 {
	height: 33.33333%;
}

.grid-y>.small-5 {
	height: 41.66667%;
}

.grid-y>.small-6 {
	height: 50%;
}

.grid-y>.small-7 {
	height: 58.33333%;
}

.grid-y>.small-8 {
	height: 66.66667%;
}

.grid-y>.small-9 {
	height: 75%;
}

.grid-y>.small-10 {
	height: 83.33333%;
}

.grid-y>.small-11 {
	height: 91.66667%;
}

.grid-y>.small-12 {
	height: 100%;
}

@media print, screen and (min-width: 48em) {
	.grid-y>.medium-auto {
		flex: 1 1 0px;
		height: auto;
	}
	
	.grid-y>.medium-shrink, .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12 {
		flex: 0 0 auto;
	}
	
	.grid-y>.medium-shrink {
		height: auto;
	}
	
	.grid-y>.medium-1 {
		height: 8.33333%;
	}
	
	.grid-y>.medium-2 {
		height: 16.66667%;
	}
	
	.grid-y>.medium-3 {
		height: 25%;
	}
	
	.grid-y>.medium-4 {
		height: 33.33333%;
	}
	
	.grid-y>.medium-5 {
		height: 41.66667%;
	}
	
	.grid-y>.medium-6 {
		height: 50%;
	}
	
	.grid-y>.medium-7 {
		height: 58.33333%;
	}
	
	.grid-y>.medium-8 {
		height: 66.66667%;
	}
	
	.grid-y>.medium-9 {
		height: 75%;
	}
	
	.grid-y>.medium-10 {
		height: 83.33333%;
	}
	
	.grid-y>.medium-11 {
		height: 91.66667%;
	}
	
	.grid-y>.medium-12 {
		height: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y>.large-auto {
		flex: 1 1 0px;
		height: auto;
	}
	
	.grid-y>.large-shrink, .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12 {
		flex: 0 0 auto;
	}
	
	.grid-y>.large-shrink {
		height: auto;
	}
	
	.grid-y>.large-1 {
		height: 8.33333%;
	}
	
	.grid-y>.large-2 {
		height: 16.66667%;
	}
	
	.grid-y>.large-3 {
		height: 25%;
	}
	
	.grid-y>.large-4 {
		height: 33.33333%;
	}
	
	.grid-y>.large-5 {
		height: 41.66667%;
	}
	
	.grid-y>.large-6 {
		height: 50%;
	}
	
	.grid-y>.large-7 {
		height: 58.33333%;
	}
	
	.grid-y>.large-8 {
		height: 66.66667%;
	}
	
	.grid-y>.large-9 {
		height: 75%;
	}
	
	.grid-y>.large-10 {
		height: 83.33333%;
	}
	
	.grid-y>.large-11 {
		height: 91.66667%;
	}
	
	.grid-y>.large-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -.71875rem;
	margin-bottom: -.71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -.96875rem;
		margin-bottom: -.96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -1.21875rem;
		margin-bottom: -1.21875rem;
	}
}

.grid-padding-y>.cell {
	padding-top: 1.4375rem;
	padding-bottom: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.grid-padding-y>.cell {
		padding-top: 1.9375rem;
		padding-bottom: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-padding-y>.cell {
		padding-top: 2.4375rem;
		padding-bottom: 2.4375rem;
	}
}

.grid-margin-y {
	margin-top: -.71875rem;
	margin-bottom: -.71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y {
		margin-top: -.96875rem;
		margin-bottom: -.96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y {
		margin-top: -1.21875rem;
		margin-bottom: -1.21875rem;
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.4375rem);
	margin-top: .71875rem;
	margin-bottom: .71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.9375rem);
		margin-top: .96875rem;
		margin-bottom: .96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y>.cell {
		height: calc(100% - 2.4375rem);
		margin-top: 1.21875rem;
		margin-bottom: 1.21875rem;
	}
}

.grid-margin-y>.auto {
	height: auto;
}

.grid-margin-y>.shrink {
	height: auto;
}

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.4375rem);
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.4375rem);
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.4375rem);
}

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.4375rem);
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.4375rem);
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.4375rem);
}

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.4375rem);
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.4375rem);
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.4375rem);
}

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.4375rem);
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.4375rem);
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.4375rem);
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y>.auto {
		height: auto;
	}
	
	.grid-margin-y>.shrink {
		height: auto;
	}
	
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-3 {
		height: calc(25% - 1.9375rem);
	}
	
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-6 {
		height: calc(50% - 1.9375rem);
	}
	
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-9 {
		height: calc(75% - 1.9375rem);
	}
	
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-12 {
		height: calc(100% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-auto {
		height: auto;
	}
	
	.grid-margin-y>.medium-shrink {
		height: auto;
	}
	
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.9375rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y>.auto {
		height: auto;
	}
	
	.grid-margin-y>.shrink {
		height: auto;
	}
	
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-3 {
		height: calc(25% - 2.4375rem);
	}
	
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-6 {
		height: calc(50% - 2.4375rem);
	}
	
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-9 {
		height: calc(75% - 2.4375rem);
	}
	
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-12 {
		height: calc(100% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-auto {
		height: auto;
	}
	
	.grid-margin-y>.medium-shrink {
		height: auto;
	}
	
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-3 {
		height: calc(25% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-6 {
		height: calc(50% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-9 {
		height: calc(75% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-12 {
		height: calc(100% - 2.4375rem);
	}
	
	.grid-margin-y>.large-auto {
		height: auto;
	}
	
	.grid-margin-y>.large-shrink {
		height: auto;
	}
	
	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-3 {
		height: calc(25% - 2.4375rem);
	}
	
	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-6 {
		height: calc(50% - 2.4375rem);
	}
	
	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-9 {
		height: calc(75% - 2.4375rem);
	}
	
	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-12 {
		height: calc(100% - 2.4375rem);
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}

.cell-block-container>.grid-x {
	max-height: 100%;
	flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	
	.cell .medium-grid-frame {
		width: 100%;
	}
	
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.medium-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	
	.medium-cell-block-container>.grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media print, screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	
	.cell .large-grid-frame {
		width: 100%;
	}
	
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.large-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	
	.large-cell-block-container>.grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100vh;
}

@media print, screen and (min-width: 48em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}

@media print, screen and (min-width: 48em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -.71875rem;
	margin-bottom: -.71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y {
		margin-top: -.96875rem;
		margin-bottom: -.96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y {
		margin-top: -1.21875rem;
		margin-bottom: -1.21875rem;
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.4375rem);
	margin-top: .71875rem;
	margin-bottom: .71875rem;
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.9375rem);
		margin-top: .96875rem;
		margin-bottom: .96875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y>.cell {
		height: calc(100% - 2.4375rem);
		margin-top: 1.21875rem;
		margin-bottom: 1.21875rem;
	}
}

.grid-margin-y>.auto {
	height: auto;
}

.grid-margin-y>.shrink {
	height: auto;
}

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.4375rem);
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.4375rem);
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.4375rem);
}

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.4375rem);
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.4375rem);
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.4375rem);
}

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.4375rem);
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.4375rem);
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.4375rem);
}

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.4375rem);
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.4375rem);
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.4375rem);
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y>.auto {
		height: auto;
	}
	
	.grid-margin-y>.shrink {
		height: auto;
	}
	
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-3 {
		height: calc(25% - 1.9375rem);
	}
	
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-6 {
		height: calc(50% - 1.9375rem);
	}
	
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-9 {
		height: calc(75% - 1.9375rem);
	}
	
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.small-12 {
		height: calc(100% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-auto {
		height: auto;
	}
	
	.grid-margin-y>.medium-shrink {
		height: auto;
	}
	
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.9375rem);
	}
	
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.9375rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y>.auto {
		height: auto;
	}
	
	.grid-margin-y>.shrink {
		height: auto;
	}
	
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-3 {
		height: calc(25% - 2.4375rem);
	}
	
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-6 {
		height: calc(50% - 2.4375rem);
	}
	
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-9 {
		height: calc(75% - 2.4375rem);
	}
	
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.small-12 {
		height: calc(100% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-auto {
		height: auto;
	}
	
	.grid-margin-y>.medium-shrink {
		height: auto;
	}
	
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-3 {
		height: calc(25% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-6 {
		height: calc(50% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-9 {
		height: calc(75% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.medium-12 {
		height: calc(100% - 2.4375rem);
	}
	
	.grid-margin-y>.large-auto {
		height: auto;
	}
	
	.grid-margin-y>.large-shrink {
		height: auto;
	}
	
	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-3 {
		height: calc(25% - 2.4375rem);
	}
	
	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-6 {
		height: calc(50% - 2.4375rem);
	}
	
	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-9 {
		height: calc(75% - 2.4375rem);
	}
	
	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 2.4375rem);
	}
	
	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 2.4375rem);
	}
	
	.grid-margin-y>.large-12 {
		height: calc(100% - 2.4375rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.4375rem);
}

@media print, screen and (min-width: 48em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.9375rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 2.4375rem);
	}
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.9375rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 2.4375rem);
	}
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
	outline: 0;
}

.menu a, .menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .7rem 1rem;
}

.menu input, .menu select, .menu a, .menu button {
	margin-bottom: 0;
}

.menu input {
	display: inline-block;
}

.menu, .menu.horizontal {
	flex-wrap: wrap;
	flex-direction: row;
}

.menu.vertical {
	flex-wrap: nowrap;
	flex-direction: column;
}

.menu.expanded li {
	flex: 1 1 0px;
}

.menu.simple {
	align-items: center;
}

.menu.simple li+li {
	margin-left: 1rem;
}

.menu.simple a {
	padding: 0;
}

@media print, screen and (min-width: 48em) {
	.menu.medium-horizontal {
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.menu.medium-vertical {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	
	.menu.medium-expanded li {
		flex: 1 1 0px;
	}
	
	.menu.medium-simple li {
		flex: 1 1 0px;
	}
}

@media print, screen and (min-width: 64em) {
	.menu.large-horizontal {
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.menu.large-vertical {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	
	.menu.large-expanded li {
		flex: 1 1 0px;
	}
	
	.menu.large-simple li {
		flex: 1 1 0px;
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}

.menu.icons a {
	display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
	display: flex;
}

.menu.icon-left li a {
	flex-flow: row nowrap;
}

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
	margin-right: .25rem;
}

.menu.icon-right li a {
	flex-flow: row nowrap;
}

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
	margin-left: .25rem;
}

.menu.icon-top li a {
	flex-flow: column nowrap;
}

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center;
}

.menu.icon-bottom li a {
	flex-flow: column nowrap;
}

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center;
}

.menu .is-active>a {
	background: #fa55a5;
	color: #000;
}

.menu .active>a {
	background: #fa55a5;
	color: #000;
}

.menu.align-left {
	justify-content: flex-start;
}

.menu.align-right li {
	display: flex;
	justify-content: flex-end;
}

.menu.align-right li .submenu li {
	justify-content: flex-start;
}

.menu.align-right.vertical li {
	display: block;
	text-align: right;
}

.menu.align-right.vertical li .submenu li {
	text-align: right;
}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}

.menu.align-center li {
	display: flex;
	justify-content: center;
}

.menu.align-center li .submenu li {
	justify-content: flex-start;
}

.menu .menu-text {
	padding: .7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

.menu-centered>.menu {
	justify-content: center;
}

.menu-centered>.menu li {
	display: flex;
	justify-content: center;
}

.menu-centered>.menu li .submenu li {
	justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
	display: none;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media print, screen and (max-width: 47.99875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 48em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 47.99875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em) {
	.show-for-large {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

.show-for-landscape, .hide-for-portrait {
	display: block !important;
}

@media screen and (orientation: landscape) {
	.show-for-landscape, .hide-for-portrait {
		display: block !important;
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape, .hide-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape, .show-for-portrait {
	display: none !important;
}

@media screen and (orientation: landscape) {
	.hide-for-landscape, .show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape, .show-for-portrait {
		display: block !important;
	}
}

.align-left {
	justify-content: flex-start;
}

.align-right {
	justify-content: flex-end;
}

.align-center {
	justify-content: center;
}

.align-justify {
	justify-content: space-between;
}

.align-spaced {
	justify-content: space-around;
}

.align-left.vertical.menu>li>a {
	justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
	justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
	justify-content: center;
}

.align-top {
	align-items: flex-start;
}

.align-self-top {
	align-self: flex-start;
}

.align-bottom {
	align-items: flex-end;
}

.align-self-bottom {
	align-self: flex-end;
}

.align-middle {
	align-items: center;
}

.align-self-middle {
	align-self: center;
}

.align-stretch {
	align-items: stretch;
}

.align-self-stretch {
	align-self: stretch;
}

.align-center-middle {
	justify-content: center;
	align-items: center;
	align-content: center;
}

.small-order-1 {
	order: 1;
}

.small-order-2 {
	order: 2;
}

.small-order-3 {
	order: 3;
}

.small-order-4 {
	order: 4;
}

.small-order-5 {
	order: 5;
}

.small-order-6 {
	order: 6;
}

@media print, screen and (min-width: 48em) {
	.medium-order-1 {
		order: 1;
	}
	
	.medium-order-2 {
		order: 2;
	}
	
	.medium-order-3 {
		order: 3;
	}
	
	.medium-order-4 {
		order: 4;
	}
	
	.medium-order-5 {
		order: 5;
	}
	
	.medium-order-6 {
		order: 6;
	}
}

@media print, screen and (min-width: 64em) {
	.large-order-1 {
		order: 1;
	}
	
	.large-order-2 {
		order: 2;
	}
	
	.large-order-3 {
		order: 3;
	}
	
	.large-order-4 {
		order: 4;
	}
	
	.large-order-5 {
		order: 5;
	}
	
	.large-order-6 {
		order: 6;
	}
}

.flex-container {
	display: flex;
}

.flex-child-auto {
	flex: 1 1 auto;
}

.flex-child-grow {
	flex: 1 0 auto;
}

.flex-child-shrink {
	flex: 0 1 auto;
}

.flex-dir-row {
	flex-direction: row;
}

.flex-dir-row-reverse {
	flex-direction: row-reverse;
}

.flex-dir-column {
	flex-direction: column;
}

.flex-dir-column-reverse {
	flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
	.medium-flex-container {
		display: flex;
	}
	
	.medium-flex-child-auto {
		flex: 1 1 auto;
	}
	
	.medium-flex-child-grow {
		flex: 1 0 auto;
	}
	
	.medium-flex-child-shrink {
		flex: 0 1 auto;
	}
	
	.medium-flex-dir-row {
		flex-direction: row;
	}
	
	.medium-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	
	.medium-flex-dir-column {
		flex-direction: column;
	}
	
	.medium-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 64em) {
	.large-flex-container {
		display: flex;
	}
	
	.large-flex-child-auto {
		flex: 1 1 auto;
	}
	
	.large-flex-child-grow {
		flex: 1 0 auto;
	}
	
	.large-flex-child-shrink {
		flex: 0 1 auto;
	}
	
	.large-flex-dir-row {
		flex-direction: row;
	}
	
	.large-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	
	.large-flex-dir-column {
		flex-direction: column;
	}
	
	.large-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}

.accordion-menu li {
	width: 100%;
}

.accordion-menu a {
	padding: .7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
	padding: .7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
	position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fa55a5 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
	right: 1rem;
	left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
	right: auto;
	left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
	position: relative;
}

.has-submenu-toggle>a {
	margin-right: 40px;
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fa55a5 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
	transform: scaleY(-1);
	transform-origin: 50% 50%;
}

.submenu-toggle-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}

.is-drilldown li {
	display: block;
}

.is-drilldown.animate-height {
	transition: height .5s;
}

.drilldown a {
	padding: .7rem 1rem;
	background: #fff;
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fff;
	transition: transform .15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
	transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
	padding: .7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent>a {
	position: relative;
}

.drilldown .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #fa55a5;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #fa55a5;
	right: 1rem;
	left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #fa55a5 transparent transparent;
	right: auto;
	left: 1rem;
}

.drilldown .js-drilldown-back>a::before {
	display: block;
	display: inline-block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #fa55a5 transparent transparent;
	vertical-align: middle;
	margin-right: .75rem;
}

html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll;
}

html.is-reveal-open body {
	overflow-y: hidden;
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(0, 0, 0, .6);
	overflow-y: auto;
}

.reveal {
	z-index: 1006;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media print, screen and (min-width: 48em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column {
	min-width: 0;
}

.reveal>:last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	.reveal {
		width: 600px;
		max-width: 75rem;
	}
}

.reveal.collapse {
	padding: 0;
}

@media print, screen and (min-width: 48em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}
}

@media print, screen and (min-width: 48em) {
	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}
}

@media print, screen and (min-width: 48em) {
	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}
}

.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media print, screen and (max-width: 47.99875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.shake {
	animation-name: shake-7;
}

@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		transform: translateX(7%);
	}
	
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		transform: translateX(-7%);
	}
}

.spin-cw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn);
	}
	
	100% {
		transform: rotate(0);
	}
}

.spin-ccw {
	animation-name: spin-ccw-1turn;
}

@keyframes spin-ccw-1turn {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(-1turn);
	}
}

.wiggle {
	animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
	40%, 50%, 60% {
		transform: rotate(7deg);
	}
	
	35%, 45%, 55%, 65% {
		transform: rotate(-7deg);
	}
	
	0%, 30%, 70%, 100% {
		transform: rotate(0);
	}
}

.shake, .spin-cw, .spin-ccw, .wiggle {
	animation-duration: 500ms;
}

.infinite {
	animation-iteration-count: infinite;
}

.slow {
	animation-duration: 750ms !important;
}

.fast {
	animation-duration: 250ms !important;
}

.linear {
	animation-timing-function: linear !important;
}

.ease {
	animation-timing-function: ease !important;
}

.ease-in {
	animation-timing-function: ease-in !important;
}

.ease-out {
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
	animation-delay: 300ms !important;
}

.long-delay {
	animation-delay: 700ms !important;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	text-transform: none;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	transition: opacity .2s;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/optimized/rev-4c34d40/jobadder.com/wp-content/themes/jobadder/assets/photoswipe/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/optimized/rev-4c34d40/jobadder.com/wp-content/themes/jobadder/assets/photoswipe/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	transform: translateY(6px);
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/optimized/rev-4c34d40/jobadder.com/wp-content/themes/jobadder/assets/photoswipe/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background: none !important;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes donut-rotate {
	0% {
		transform: rotate(0);
	}
	
	50% {
		transform: rotate(-140deg);
	}
	
	100% {
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar, .pswp__caption {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fas, .cards-grid-x.accordion-cards .cell-card .card-content .title::after, .wp-block-button.link-type-lightboxvideo a:after, .wp-block-image.link-type-lightboxvideo a .video-play-button .fa-play-circle, .bjm-cards-wrapper.alignleft .filters .filter ul li.selected:before, .far, .type-bjm_glossary.cell.cell-card .card-title:after, .fal, .hbspt-form .hs-form .hs-fieldtype-select .input::after, .wp-block-button.link-type-lightboxvideo a:after, .bjm-cards-wrapper .filter-keyword::after, .bjm-cards-wrapper .filter-select.filter-tabs-::after, .wp-block-button.is-style-tertiary-with-icon .wp-block-button__link::after, .button-tertiary-with-icon::after, .bjm-cards-wrapper .cards-heading-link .cell-cards-link a::after, .primary-menu .menu>.menu-item-has-children>a::after, .fad, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.cards-grid-x.accordion-cards .cell-card .card-content .title::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .cards-grid-x.accordion-cards .cell-card .card-content .fa-pull-left.title::after, .wp-block-button.link-type-lightboxvideo a.fa-pull-left:after, .wp-block-image.link-type-lightboxvideo a .video-play-button .fa-pull-left.fa-play-circle, .bjm-cards-wrapper.alignleft .filters .filter ul li.fa-pull-left.selected:before, .far.fa-pull-left, .type-bjm_glossary.cell.cell-card .fa-pull-left.card-title:after, .fal.fa-pull-left, .hbspt-form .hs-form .hs-fieldtype-select .fa-pull-left.input::after, .wp-block-button.link-type-lightboxvideo a.fa-pull-left:after, .bjm-cards-wrapper .fa-pull-left.filter-keyword::after, .bjm-cards-wrapper .fa-pull-left.filter-select.filter-tabs-::after, .wp-block-button.is-style-tertiary-with-icon .fa-pull-left.wp-block-button__link::after, .fa-pull-left.button-tertiary-with-icon::after, .bjm-cards-wrapper .cards-heading-link .cell-cards-link a.fa-pull-left::after, .primary-menu .menu>.menu-item-has-children>a.fa-pull-left::after, .fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .cards-grid-x.accordion-cards .cell-card .card-content .fa-pull-right.title::after, .wp-block-button.link-type-lightboxvideo a.fa-pull-right:after, .wp-block-image.link-type-lightboxvideo a .video-play-button .fa-pull-right.fa-play-circle, .bjm-cards-wrapper.alignleft .filters .filter ul li.fa-pull-right.selected:before, .far.fa-pull-right, .type-bjm_glossary.cell.cell-card .fa-pull-right.card-title:after, .fal.fa-pull-right, .hbspt-form .hs-form .hs-fieldtype-select .fa-pull-right.input::after, .wp-block-button.link-type-lightboxvideo a.fa-pull-right:after, .bjm-cards-wrapper .fa-pull-right.filter-keyword::after, .bjm-cards-wrapper .fa-pull-right.filter-select.filter-tabs-::after, .wp-block-button.is-style-tertiary-with-icon .fa-pull-right.wp-block-button__link::after, .fa-pull-right.button-tertiary-with-icon::after, .bjm-cards-wrapper .cards-heading-link .cell-cards-link a.fa-pull-right::after, .primary-menu .menu>.menu-item-has-children>a.fa-pull-right::after, .fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-conditioner:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-alarm-clock:before {
	content: "";
}

.fa-alarm-exclamation:before {
	content: "";
}

.fa-alarm-plus:before {
	content: "";
}

.fa-alarm-snooze:before {
	content: "";
}

.fa-album:before {
	content: "";
}

.fa-album-collection:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-alien:before {
	content: "";
}

.fa-alien-monster:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-slash:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-amp-guitar:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badge-sheriff:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-bags-shopping:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-banjo:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-bed-alt:before {
	content: "";
}

.fa-bed-bunk:before {
	content: "";
}

.fa-bed-empty:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-exclamation:before {
	content: "";
}

.fa-bell-on:before {
	content: "";
}

.fa-bell-plus:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-betamax:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-biking-mountain:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blinds:before {
	content: "";
}

.fa-blinds-open:before {
	content: "";
}

.fa-blinds-raised:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-book-user:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-books-medical:before {
	content: "";
}

.fa-boombox:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-bottom:before {
	content: "";
}

.fa-border-center-h:before {
	content: "";
}

.fa-border-center-v:before {
	content: "";
}

.fa-border-inner:before {
	content: "";
}

.fa-border-left:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-outer:before {
	content: "";
}

.fa-border-right:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-border-style-alt:before {
	content: "";
}

.fa-border-top:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-brackets:before {
	content: "";
}

.fa-brackets-curly:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-loaf:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-bring-forward:before {
	content: "";
}

.fa-bring-front:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burger-soda:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-burrito:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-cactus:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camcorder:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-camera-home:before {
	content: "";
}

.fa-camera-movie:before {
	content: "";
}

.fa-camera-polaroid:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-building:before {
	content: "";
}

.fa-car-bump:before {
	content: "";
}

.fa-car-bus:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caravan-alt:before {
	content: "";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cars:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cassette-tape:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cat-space:before {
	content: "";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cctv:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-chart-scatter:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-cheese-swiss:before {
	content: "";
}

.fa-cheeseburger:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-bishop-alt:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clarinet:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-music:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-pot:before {
	content: "";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-coffin-cross:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coin:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comet:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-medical:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-music:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-music:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-compress-wide:before {
	content: "";
}

.fa-computer-classic:before {
	content: "";
}

.fa-computer-speaker:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-construction:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cowbell:before {
	content: "";
}

.fa-cowbell-more:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-croissant:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-crutches:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-debug:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digging:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-disc-drive:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-drone:before {
	content: "";
}

.fa-drone-alt:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dryer:before {
	content: "";
}

.fa-dryer-alt:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-egg-fried:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fan-table:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-farm:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-minus:before {
	content: "";
}

.fa-file-music:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-search:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-files-medical:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-film-canister:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-cooked:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flashlight:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flower:before {
	content: "";
}

.fa-flower-daffodil:before {
	content: "";
}

.fa-flower-tulip:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-flute:before {
	content: "";
}

.fa-flux-capacitor:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-download:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-times:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-folder-upload:before {
	content: "";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-font-case:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-french-fries:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-galaxy:before {
	content: "";
}

.fa-game-board:before {
	content: "";
}

.fa-game-board-alt:before {
	content: "";
}

.fa-game-console-handheld:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gamepad-alt:before {
	content: "";
}

.fa-garage:before {
	content: "";
}

.fa-garage-car:before {
	content: "";
}

.fa-garage-open:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-citrus:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gramophone:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-guitar-electric:before {
	content: "";
}

.fa-guitars:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-h4:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-chef:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-side-brain:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-headphones:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-medical:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-heat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-alt:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-home-lg:before {
	content: "";
}

.fa-home-lg-alt:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-horizontal-rule:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-horse-saddle:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hospitals:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-day:before {
	content: "";
}

.fa-house-flood:before {
	content: "";
}

.fa-house-leave:before {
	content: "";
}

.fa-house-night:before {
	content: "";
}

.fa-house-return:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-icons-alt:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-image-polaroid:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-island-tropical:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-joystick:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-jug:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-kazoo:before {
	content: "";
}

.fa-kerning:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-lamp-desk:before {
	content: "";
}

.fa-lamp-floor:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lasso:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-light-ceiling:before {
	content: "";
}

.fa-light-switch:before {
	content: "";
}

.fa-light-switch-off:before {
	content: "";
}

.fa-light-switch-on:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-line-columns:before {
	content: "";
}

.fa-line-height:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-music:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-loveseat:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailbox:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-meat:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microphone-stand:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-microwave:before {
	content: "";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-money-check-edit:before {
	content: "";
}

.fa-money-check-edit-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-alt:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mp3-player:before {
	content: "";
}

.fa-mug:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-mug-marshmallows:before {
	content: "";
}

.fa-mug-tea:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-music-alt:before {
	content: "";
}

.fa-music-alt-slash:before {
	content: "";
}

.fa-music-slash:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-outlet:before {
	content: "";
}

.fa-oven:before {
	content: "";
}

.fa-overline:before {
	content: "";
}

.fa-page-break:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-paragraph-rtl:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-paintbrush:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-laptop:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-rotary:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-piano:before {
	content: "";
}

.fa-piano-keyboard:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-planet-moon:before {
	content: "";
}

.fa-planet-ringed:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-police-box:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-popcorn:before {
	content: "";
}

.fa-portal-enter:before {
	content: "";
}

.fa-portal-exit:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-search:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-projector:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radar:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-radio-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-raygun:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-refrigerator:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-rings-wedding:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocket-launch:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-router:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sack:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salad:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sandwich:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-sausage:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-sax-hot:before {
	content: "";
}

.fa-saxophone:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-image:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-send-back:before {
	content: "";
}

.fa-send-backward:before {
	content: "";
}

.fa-sensor:before {
	content: "";
}

.fa-sensor-alert:before {
	content: "";
}

.fa-sensor-fire:before {
	content: "";
}

.fa-sensor-on:before {
	content: "";
}

.fa-sensor-smoke:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shish-kebab:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-shuttlecock:before {
	content: "";
}

.fa-sickle:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signal-stream:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-siren:before {
	content: "";
}

.fa-siren-on:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-cow:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snooze:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-solar-system:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-circle:before {
	content: "";
}

.fa-sort-circle-down:before {
	content: "";
}

.fa-sort-circle-up:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-shapes-down:before {
	content: "";
}

.fa-sort-shapes-down-alt:before {
	content: "";
}

.fa-sort-shapes-up:before {
	content: "";
}

.fa-sort-shapes-up-alt:before {
	content: "";
}

.fa-sort-size-down:before {
	content: "";
}

.fa-sort-size-down-alt:before {
	content: "";
}

.fa-sort-size-up:before {
	content: "";
}

.fa-sort-size-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-soup:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-space-station-moon:before {
	content: "";
}

.fa-space-station-moon-alt:before {
	content: "";
}

.fa-spade:before {
	content: "";
}

.fa-sparkles:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-speakers:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-sprinkler:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-star-shooting:before {
	content: "";
}

.fa-starfighter:before {
	content: "";
}

.fa-starfighter-alt:before {
	content: "";
}

.fa-stars:before {
	content: "";
}

.fa-starship:before {
	content: "";
}

.fa-starship-freighter:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steak:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-stretcher:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunglasses:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-sword-laser:before {
	content: "";
}

.fa-sword-laser-alt:before {
	content: "";
}

.fa-swords:before {
	content: "";
}

.fa-swords-laser:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-taco:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tanakh:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-tasks-alt:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-telescope:before {
	content: "";
}

.fa-temperature-down:before {
	content: "";
}

.fa-temperature-frigid:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-temperature-up:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-size:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-transporter:before {
	content: "";
}

.fa-transporter-1:before {
	content: "";
}

.fa-transporter-2:before {
	content: "";
}

.fa-transporter-3:before {
	content: "";
}

.fa-transporter-empty:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-trash-undo:before {
	content: "";
}

.fa-trash-undo-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-tree-palm:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-triangle-music:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-trumpet:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turntable:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-alt:before {
	content: "";
}

.fa-tv-music:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typewriter:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-ufo:before {
	content: "";
}

.fa-ufo-beam:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usb-drive:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alien:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-cowboy:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-hard-hat:before {
	content: "";
}

.fa-user-headset:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-md-chat:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-music:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-robot:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-user-unlock:before {
	content: "";
}

.fa-user-visor:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-users-medical:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vacuum:before {
	content: "";
}

.fa-vacuum-robot:before {
	content: "";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-vhs:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-violin:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-wagon-covered:before {
	content: "";
}

.fa-walker:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-washer:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-calculator:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-wave-sine:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-wave-triangle:before {
	content: "";
}

.fa-waveform:before {
	content: "";
}

.fa-waveform-path:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-webcam:before {
	content: "";
}

.fa-webcam-slash:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-turbine:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-frame:before {
	content: "";
}

.fa-window-frame-open:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa, .fas, .cards-grid-x.accordion-cards .cell-card .card-content .title::after, .wp-block-button.link-type-lightboxvideo a:after, .wp-block-image.link-type-lightboxvideo a .video-play-button .fa-play-circle, .bjm-cards-wrapper.alignleft .filters .filter ul li.selected:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.far, .type-bjm_glossary.cell.cell-card .card-title:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fal, .hbspt-form .hs-form .hs-fieldtype-select .input::after, .wp-block-button.link-type-lightboxvideo a:after, .bjm-cards-wrapper .filter-keyword::after, .bjm-cards-wrapper .filter-select.filter-tabs-::after, .wp-block-button.is-style-tertiary-with-icon .wp-block-button__link::after, .button-tertiary-with-icon::after, .bjm-cards-wrapper .cards-heading-link .cell-cards-link a::after, .primary-menu .menu>.menu-item-has-children>a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.cell-gutenberg-content .has-background.has-vertical-padding-top-default, .editor-styles-wrapper .has-background.has-vertical-padding-top-default {
	padding-top: 23px;
}

.cell-gutenberg-content .has-vertical-padding-top-small, .editor-styles-wrapper .has-vertical-padding-top-small {
	padding-top: 23px;
}

.cell-gutenberg-content .has-vertical-padding-top-none, .editor-styles-wrapper .has-vertical-padding-top-none {
	padding-top: 0;
}

.cell-gutenberg-content .has-background.has-vertical-padding-bottom-default, .editor-styles-wrapper .has-background.has-vertical-padding-bottom-default {
	padding-bottom: 23px;
}

.cell-gutenberg-content .has-vertical-padding-bottom-small, .editor-styles-wrapper .has-vertical-padding-bottom-small {
	padding-bottom: 23px;
}

.cell-gutenberg-content .has-vertical-padding-bottom-none, .editor-styles-wrapper .has-vertical-padding-bottom-none {
	padding-bottom: 0;
}

.cell-gutenberg-content .has-background.has-horizontal-padding-right-default, .editor-styles-wrapper .has-background.has-horizontal-padding-right-default {
	padding-right: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-right-small, .editor-styles-wrapper .has-horizontal-padding-right-small {
	padding-right: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-right-none, .editor-styles-wrapper .has-horizontal-padding-right-none {
	padding-right: 0;
}

.cell-gutenberg-content .has-background.has-horizontal-padding-left-default, .editor-styles-wrapper .has-background.has-horizontal-padding-left-default {
	padding-left: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-left-small, .editor-styles-wrapper .has-horizontal-padding-left-small {
	padding-left: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-left-none, .editor-styles-wrapper .has-horizontal-padding-left-none {
	padding-left: 0;
}

.cell-gutenberg-content .has-background.has-vertical-padding-top-default, .editor-styles-wrapper .has-background.has-vertical-padding-top-default {
	padding-top: 23px;
}

.cell-gutenberg-content .has-vertical-padding-top-medium, .editor-styles-wrapper .has-vertical-padding-top-medium {
	padding-top: 23px;
}

.cell-gutenberg-content .has-vertical-padding-top-none, .editor-styles-wrapper .has-vertical-padding-top-none {
	padding-top: 0;
}

.cell-gutenberg-content .has-background.has-vertical-padding-bottom-default, .editor-styles-wrapper .has-background.has-vertical-padding-bottom-default {
	padding-bottom: 23px;
}

.cell-gutenberg-content .has-vertical-padding-bottom-medium, .editor-styles-wrapper .has-vertical-padding-bottom-medium {
	padding-bottom: 23px;
}

.cell-gutenberg-content .has-vertical-padding-bottom-none, .editor-styles-wrapper .has-vertical-padding-bottom-none {
	padding-bottom: 0;
}

.cell-gutenberg-content .has-background.has-horizontal-padding-right-default, .editor-styles-wrapper .has-background.has-horizontal-padding-right-default {
	padding-right: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-right-medium, .editor-styles-wrapper .has-horizontal-padding-right-medium {
	padding-right: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-right-none, .editor-styles-wrapper .has-horizontal-padding-right-none {
	padding-right: 0;
}

.cell-gutenberg-content .has-background.has-horizontal-padding-left-default, .editor-styles-wrapper .has-background.has-horizontal-padding-left-default {
	padding-left: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-left-medium, .editor-styles-wrapper .has-horizontal-padding-left-medium {
	padding-left: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-left-none, .editor-styles-wrapper .has-horizontal-padding-left-none {
	padding-left: 0;
}

@media print, screen and (min-width: 48em) {
	.cell-gutenberg-content .has-background.has-vertical-padding-top-default, .editor-styles-wrapper .has-background.has-vertical-padding-top-default {
		padding-top: 31px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-top-medium, .editor-styles-wrapper .has-vertical-padding-top-medium {
		padding-top: 62px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-top-none, .editor-styles-wrapper .has-vertical-padding-top-none {
		padding-top: 0;
	}
	
	.cell-gutenberg-content .has-background.has-vertical-padding-bottom-default, .editor-styles-wrapper .has-background.has-vertical-padding-bottom-default {
		padding-bottom: 31px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-medium, .editor-styles-wrapper .has-vertical-padding-bottom-medium {
		padding-bottom: 62px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-none, .editor-styles-wrapper .has-vertical-padding-bottom-none {
		padding-bottom: 0;
	}
	
	.cell-gutenberg-content .has-background.has-horizontal-padding-right-default, .editor-styles-wrapper .has-background.has-horizontal-padding-right-default {
		padding-right: 31px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-medium, .editor-styles-wrapper .has-horizontal-padding-right-medium {
		padding-right: 62px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-none, .editor-styles-wrapper .has-horizontal-padding-right-none {
		padding-right: 0;
	}
	
	.cell-gutenberg-content .has-background.has-horizontal-padding-left-default, .editor-styles-wrapper .has-background.has-horizontal-padding-left-default {
		padding-left: 31px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-left-medium, .editor-styles-wrapper .has-horizontal-padding-left-medium {
		padding-left: 62px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-left-none, .editor-styles-wrapper .has-horizontal-padding-left-none {
		padding-left: 0;
	}
}

.cell-gutenberg-content .has-background.has-vertical-padding-top-default, .editor-styles-wrapper .has-background.has-vertical-padding-top-default {
	padding-top: 23px;
}

.cell-gutenberg-content .has-vertical-padding-top-large, .editor-styles-wrapper .has-vertical-padding-top-large {
	padding-top: 23px;
}

.cell-gutenberg-content .has-vertical-padding-top-none, .editor-styles-wrapper .has-vertical-padding-top-none {
	padding-top: 0;
}

.cell-gutenberg-content .has-background.has-vertical-padding-bottom-default, .editor-styles-wrapper .has-background.has-vertical-padding-bottom-default {
	padding-bottom: 23px;
}

.cell-gutenberg-content .has-vertical-padding-bottom-large, .editor-styles-wrapper .has-vertical-padding-bottom-large {
	padding-bottom: 23px;
}

.cell-gutenberg-content .has-vertical-padding-bottom-none, .editor-styles-wrapper .has-vertical-padding-bottom-none {
	padding-bottom: 0;
}

.cell-gutenberg-content .has-background.has-horizontal-padding-right-default, .editor-styles-wrapper .has-background.has-horizontal-padding-right-default {
	padding-right: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-right-large, .editor-styles-wrapper .has-horizontal-padding-right-large {
	padding-right: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-right-none, .editor-styles-wrapper .has-horizontal-padding-right-none {
	padding-right: 0;
}

.cell-gutenberg-content .has-background.has-horizontal-padding-left-default, .editor-styles-wrapper .has-background.has-horizontal-padding-left-default {
	padding-left: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-left-large, .editor-styles-wrapper .has-horizontal-padding-left-large {
	padding-left: 23px;
}

.cell-gutenberg-content .has-horizontal-padding-left-none, .editor-styles-wrapper .has-horizontal-padding-left-none {
	padding-left: 0;
}

@media print, screen and (min-width: 48em) {
	.cell-gutenberg-content .has-background.has-vertical-padding-top-default, .editor-styles-wrapper .has-background.has-vertical-padding-top-default {
		padding-top: 31px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-top-large, .editor-styles-wrapper .has-vertical-padding-top-large {
		padding-top: 62px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-top-none, .editor-styles-wrapper .has-vertical-padding-top-none {
		padding-top: 0;
	}
	
	.cell-gutenberg-content .has-background.has-vertical-padding-bottom-default, .editor-styles-wrapper .has-background.has-vertical-padding-bottom-default {
		padding-bottom: 31px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-large, .editor-styles-wrapper .has-vertical-padding-bottom-large {
		padding-bottom: 62px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-none, .editor-styles-wrapper .has-vertical-padding-bottom-none {
		padding-bottom: 0;
	}
	
	.cell-gutenberg-content .has-background.has-horizontal-padding-right-default, .editor-styles-wrapper .has-background.has-horizontal-padding-right-default {
		padding-right: 31px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-large, .editor-styles-wrapper .has-horizontal-padding-right-large {
		padding-right: 62px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-none, .editor-styles-wrapper .has-horizontal-padding-right-none {
		padding-right: 0;
	}
	
	.cell-gutenberg-content .has-background.has-horizontal-padding-left-default, .editor-styles-wrapper .has-background.has-horizontal-padding-left-default {
		padding-left: 31px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-left-large, .editor-styles-wrapper .has-horizontal-padding-left-large {
		padding-left: 62px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-left-none, .editor-styles-wrapper .has-horizontal-padding-left-none {
		padding-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.cell-gutenberg-content .has-background.has-vertical-padding-top-default, .editor-styles-wrapper .has-background.has-vertical-padding-top-default {
		padding-top: 39px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-top-large, .editor-styles-wrapper .has-vertical-padding-top-large {
		padding-top: 78px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-top-none, .editor-styles-wrapper .has-vertical-padding-top-none {
		padding-top: 0;
	}
	
	.cell-gutenberg-content .has-background.has-vertical-padding-bottom-default, .editor-styles-wrapper .has-background.has-vertical-padding-bottom-default {
		padding-bottom: 39px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-large, .editor-styles-wrapper .has-vertical-padding-bottom-large {
		padding-bottom: 78px;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-none, .editor-styles-wrapper .has-vertical-padding-bottom-none {
		padding-bottom: 0;
	}
	
	.cell-gutenberg-content .has-background.has-horizontal-padding-right-default, .editor-styles-wrapper .has-background.has-horizontal-padding-right-default {
		padding-right: 39px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-large, .editor-styles-wrapper .has-horizontal-padding-right-large {
		padding-right: 78px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-none, .editor-styles-wrapper .has-horizontal-padding-right-none {
		padding-right: 0;
	}
	
	.cell-gutenberg-content .has-background.has-horizontal-padding-left-default, .editor-styles-wrapper .has-background.has-horizontal-padding-left-default {
		padding-left: 39px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-left-large, .editor-styles-wrapper .has-horizontal-padding-left-large {
		padding-left: 78px;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-left-none, .editor-styles-wrapper .has-horizontal-padding-left-none {
		padding-left: 0;
	}
}

.cell-gutenberg-content>*, .editor-styles-wrapper>* {
	width: auto;
}

.cell-gutenberg-content .has-max-width-fifty>*, .editor-styles-wrapper .has-max-width-fifty>* {
	max-width: 50%;
}

@media print, screen and (min-width: 64em) {
	.cell-gutenberg-content .has-max-width-seventyfive>*, .editor-styles-wrapper .has-max-width-seventyfive>* {
		max-width: 75%;
	}
}

@media print, screen and (min-width: 64em) {
	.cell-gutenberg-content .has-max-width-eightyfive>*, .editor-styles-wrapper .has-max-width-eightyfive>* {
		max-width: 85%;
	}
}

.fontawesome-icon.aligncenter {
	text-align: center;
}

.fontawesome-icon.alignleft {
	text-align: left;
}

.fontawesome-icon.alignright {
	text-align: right;
}

.editor-styles-wrapper .wp-block-group {
	border: 3px dashed #ccc;
}

.wp-block-group.has-max-width-seventyfive>*, .wp-block-group.has-max-width-eightyfive>* {
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 64em) {
	.cards-grid-x.card-style-recent {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 400px;
	}
}

@media print, screen and (min-width: 64em) {
	.cards-grid-x.card-style-recent>.cell.cell-card {
		flex: 0 0 auto;
		flex: 0 0 auto;
		height: calc(50% - 2.4375rem);
		margin-top: 1.21875rem;
		margin-bottom: 1.21875rem;
		width: calc(33.33333% - 2.4375rem);
		margin-left: 1.21875rem;
		margin-left: .71875rem;
		margin-right: 1.21875rem;
		margin-right: .71875rem;
		display: flex;
	}
	
	.cards-grid-x.card-style-recent>.cell.cell-card:first-child {
		flex: 0 0 auto;
		flex: 0 0 auto;
		height: calc(100% - 2.4375rem);
		margin-top: 1.21875rem;
		margin-bottom: 1.21875rem;
		width: calc(66.66667% - 2.4375rem);
		margin-left: 1.21875rem;
		margin-left: .71875rem;
		margin-right: 1.21875rem;
		margin-right: .71875rem;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
	.cards-grid-x.card-style-recent>.cell.cell-card:first-child {
		margin-right: .96875rem;
		margin-left: .96875rem;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.cards-grid-x.card-style-recent>.cell.cell-card:first-child {
		margin-right: 1.21875rem;
		margin-left: 1.21875rem;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
	.cards-grid-x.card-style-recent>.cell.cell-card {
		margin-right: .96875rem;
		margin-left: .96875rem;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.cards-grid-x.card-style-recent>.cell.cell-card {
		margin-right: 1.21875rem;
		margin-left: 1.21875rem;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.cards-grid-x.feature-first .cell-card:first-child {
		flex: 0 0 auto;
		width: calc(100% - 2.4375rem);
		margin-left: 1.21875rem;
		margin-left: .71875rem;
		margin-right: 1.21875rem;
		margin-right: .71875rem;
		height: auto;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) and (min-width: 48em) {
	.cards-grid-x.feature-first .cell-card:first-child {
		margin-right: .96875rem;
		margin-left: .96875rem;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) and (min-width: 64em) {
	.cards-grid-x.feature-first .cell-card:first-child {
		margin-right: 1.21875rem;
		margin-left: 1.21875rem;
	}
}

@media print, screen and (min-width: 64em) {
	.cards-grid-x.feature-first .cell-card:first-child:hover .card-inner:before {
		background-color: grey;
	}
	
	.cards-grid-x.feature-first .cell-card:first-child .card-inner {
		display: flex;
		flex-direction: row;
	}
}

.cards-grid-x>.cell.cell-in-page-info-panel {
	flex: 0 0 auto;
	width: calc(100% - 1.4375rem);
	margin-left: .71875rem;
	margin-right: .71875rem;
	min-height: 500px;
	display: none;
	background-color: white;
	border: 1px solid #ccc;
}

.cards-grid-x>.cell.cell-in-page-info-panel .card-inner {
	display: flex;
	height: 100%;
	flex-direction: column;
}

@media print, screen and (min-width: 48em) {
	.cards-grid-x>.cell.cell-in-page-info-panel .card-inner {
		flex-direction: row;
	}
}

.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-image {
	height: auto;
	display: flex;
}

@media print, screen and (min-width: 48em) {
	.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-image {
		width: 40%;
	}
}

.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-image img {
	object-fit: cover;
}

.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-content {
	padding: 60px 80px;
}

@media print, screen and (min-width: 48em) {
	.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-content {
		width: 60%;
	}
}

.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-content .card-position {
	font-size: .9rem;
	text-transform: uppercase;
}

.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-content .title {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.cards-grid-x>.cell.cell-in-page-info-panel .card-inner .card-content .card-excerpt {
	font-size: .9rem;
}

.filter-no-results, .cell-no-search-results {
	font-size: 1.2rem;
	width: auto !important;
}

.filter-no-results.filter-no-results, .cell-no-search-results.filter-no-results {
	display: none;
}

.filter-no-results p, .cell-no-search-results p {
	font-size: 1.2rem;
}

.cards-grid-x div.cell.cell-card {
	height: 500px;
}

.cell-card {
	position: relative;
	overflow: hidden;
	height: 500px;
}

.cell-card .card-inner {
	height: 100%;
}

.cell-card .cover-link {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}

.cell-card .card-icon, .cell-card .card-date, .cell-card .card-parent {
	display: none;
}

.cell-card .card-image {
	width: 100%;
	background-color: #f1f1f1;
	position: relative;
}

.cell-card .card-image>img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cell-card .card-image .card-image-overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.cell-card .card-image .card-image-overlay>img {
	max-width: 70%;
}

.cell-card .card-content {
	position: relative;
	overflow: hidden;
	padding: 23px 23px;
}

.cell-card .card-content h4 {
	display: flex;
	flex-direction: row;
}

.cell-card .card-content h4>*:after {
	content: "/";
	padding-left: 5px;
	padding-right: 5px;
}

.cell-card .card-content h4>*:last-child:after {
	content: none;
}

.cell-card .card-content h4:after {
	content: none;
}

.cell-card .card-content .card-link {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.cell-card.card-view-all {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 30px;
	min-height: 200px;
}

.cell-card.card-view-all .view-all-title {
	color: white;
	font-size: 24px;
	font-family: "Work Sans", sans-serif;
	font-weight: bold;
}

.cell-card.card-view-all .card-read-more {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.cell-card .card-hover {
	display: none;
}

.cell-card.title-yes .card-content .title {
	display: block !important;
}

.cell-card.title-no .card-content .title {
	display: none !important;
}

.cell-card.excerpt-yes .card-content .card-excerpt {
	display: block !important;
}

.cell-card.excerpt-no .card-content .card-excerpt {
	display: none !important;
}

.cards-grid-x.accordion-cards div.cell.cell-card {
	width: calc(100% - 1.437rem);
	height: auto;
}

.cards-grid-x.accordion-cards .cell-card {
	cursor: pointer;
}

.cards-grid-x.accordion-cards .cell-card.is-open .card-content .title::after {
	content: "";
}

.cards-grid-x.accordion-cards .cell-card .cover-link {
	display: none;
}

.cards-grid-x.accordion-cards .cell-card .card-image {
	display: none;
}

.cards-grid-x.accordion-cards .cell-card .card-content {
	max-height: none;
}

@media print, screen and (min-width: 48em) {
	.cards-grid-x.accordion-cards .cell-card .card-content {
		display: flex;
	}
}

.cards-grid-x.accordion-cards .cell-card .card-content h4>*::after {
	display: none;
}

.cards-grid-x.accordion-cards .cell-card .card-content .card-category-name {
	display: none;
}

.cards-grid-x.accordion-cards .cell-card .card-content .card-text {
	flex: 1;
	min-height: 0;
}

.cards-grid-x.accordion-cards .cell-card .card-content .title {
	position: relative;
	padding-right: 18px;
}

.cards-grid-x.accordion-cards .cell-card .card-content .title::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}

.cards-grid-x.accordion-cards .cell-card .card-content .card-excerpt {
	display: none;
}

.cards-grid-x.accordion-cards .cell-card .card-read-more {
	display: none;
}

.bjm-cards-wrapper {
	position: relative;
	min-height: 300px;
}

.bjm-cards-wrapper .wrap-results-and-paging {
	opacity: 1;
	transition: opacity .25s;
}

.bjm-cards-wrapper .wrap-results-and-paging.has-paging .pagination {
	display: flex;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination {
	margin-top: 50px;
	margin-bottom: 50px;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination .nav-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers {
	display: flex;
	min-width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	align-items: center;
	justify-content: center;
	color: #333;
	margin: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers.current {
	background-color: #333;
	color: white;
}

.bjm-cards-wrapper.is-loading .wrap-results-and-paging {
	opacity: .5;
}

.bjm-cards-wrapper.is-loading .loading {
	opacity: 1;
	pointer-events: all;
}

.bjm-cards-wrapper .loading {
	transition: opacity .25s;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.bjm-cards-wrapper .loading .loading-inner {
	background-image: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/optimized/rev-4c34d40/jobadder.com/wp-content/plugins/bjm-blocks/dist/assets/loading.svg");
	width: 200px;
	height: 200px;
	margin-top: 150px;
	opacity: .8;
}

.bjm-cards-wrapper .loading .loading-inner.nitro-lazy {
	background-image: none !important;
}

.bjm-cards-wrapper.bjm-cards-wrapper-archive-page {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wp-block-column .bjm-hubspot-form {
	padding-left: 0;
	padding-right: 0;
}

#hs-pu-form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	background: rgba(0, 0, 0, .2);
}

#hs-pu-form section {
	width: 90%;
	max-width: 600px;
	height: 90%;
	max-height: 400px;
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.hs-pu-form-open #hs-pu-form {
	display: block;
}

.bjm-hubspot-form {
	position: relative;
	overflow: hidden;
}

.bjm-hubspot-form .bjm-hubspot-form-inner {
	background: grey;
	color: white;
	padding: 30px 23px;
	position: relative;
}

@media print, screen and (min-width: 48em) {
	.bjm-hubspot-form.shift-form-up {
		margin-top: -130px;
	}
}

@media print, screen and (min-width: 64em) {
	.bjm-hubspot-form.shift-form-up {
		margin-top: -350px;
	}
}

.bjm-hubspot-form h2 {
	line-height: 40px;
	color: white;
	margin-bottom: 30px;
}

.bjm-hubspot-form.has-icon h2 {
	max-width: 60%;
	min-height: 140px;
}

.bjm-hubspot-form.has-icon .hubspot-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	max-width: 36%;
}

.bjm-hubspot-form.has-icon .hubspot-icon i {
	font-size: 8rem;
}

.bjm-hubspot-form input[type="text"], .bjm-hubspot-form input[type="email"], .bjm-hubspot-form input[type="tel"], .bjm-hubspot-form textarea {
	color: white;
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid rgba(255, 255, 255, .3) !important;
	border: none;
	box-shadow: none;
	outline: none;
}

.bjm-hubspot-form textarea {
	min-height: 100px;
}

.bjm-hubspot-form label {
	display: none;
}

.bjm-hubspot-form .inputs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bjm-hubspot-form .inputs-list label {
	color: white;
	display: block;
}

.bjm-hubspot-form .hs-form-required {
	display: none;
}

.bjm-hubspot-form .hs-submit .hs-button {
	background: none;
	background-color: grey;
}

@media print, screen and (min-width: 48em) {
	.wp-block-buttons.alignright {
		text-align: right;
	}
}

.wp-block-buttons .wp-block-button {
	margin-right: 4px;
}

.wp-block-buttons .wp-block-button:first-child {
	margin-left: 0;
}

.wp-block-buttons .wp-block-button:last-child {
	margin-right: 0;
}

.button {
	margin-bottom: 0;
}

.wp-block-button.link-type-lightboxvideo a {
	position: relative;
	padding-right: 65px;
}

.wp-block-button.link-type-lightboxvideo a:after {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 100%;
	color: white;
	font-weight: normal;
	background-color: rgba(0, 0, 0, .1);
	content: "";
}

.filters {
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
	align-items: center;
	position: relative;
}

@media print, screen and (max-width: 47.99875em) {
	.filters {
		flex-direction: column;
		align-items: flex-start;
	}
}

.filters input, .filters select {
	margin: 0;
	border: 1px solid grey;
	border-radius: 0;
}

@media print, screen and (max-width: 47.99875em) {
	.filters input, .filters select {
		margin-top: 4px;
		margin-bottom: 4px;
	}
}

.filters select {
	appearance: none;
	-webkit-appearance: none;
}

.filters .filter {
	width: 100%;
	margin-right: 10px;
}

.filters .filter.filter-tabs-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

.filters .filter.filter-tabs-1 ul li {
	border: 1px solid grey;
	padding: 4px 8px;
	margin: 4px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	cursor: pointer;
}

.filters .filter.filter-tabs-1 ul li.selected {
	background-color: grey;
	color: white;
}

.filters .filter-title {
	padding-right: 20px;
	min-width: 90px;
}

@media print, screen and (max-width: 47.99875em) {
	.filters .filter-title {
		padding-top: 16px;
		padding-bottom: 10px;
	}
}

.wp-block-image .aligncenter {
	text-align: center;
}

.wp-block-image .alignright {
	text-align: right;
}

.wp-block-image.has-drop-shadow {
	filter: drop-shadow(0 20px 20px rgba(5, 28, 45, .3));
}

.wp-block-image.link-type-lightboxvideo {
	position: relative;
}

.wp-block-image.link-type-lightboxvideo:before {
	z-index: 0;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
}

.wp-block-image.link-type-lightboxvideo a .video-play-button {
	display: block;
	display: flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	z-index: 100;
	cursor: pointer;
}

.wp-block-image.link-type-lightboxvideo a .video-play-button i {
	font-size: 4.5rem;
}

.bjm-quote-wrapper {
	position: relative;
	overflow: hidden;
}

.bjm-quote-wrapper .background-image {
	filter: blur(10px) contrast(.2) brightness(190%);
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px 30px;
}

@media print, screen and (min-width: 64em) {
	.bjm-quote-wrapper .bjm-quote-wrapper-inner {
		flex-direction: row;
		padding: 100px 50px;
	}
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 200px;
	display: block;
	margin-right: 20px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner .content {
	display: flex;
	flex-direction: column;
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner .content .quote {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 40px;
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner .content .quote:before {
	content: "\"";
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner .content .quote:after {
	content: "\"";
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner .content .author {
	text-transform: uppercase;
	font-weight: bold;
}

.bjm-quote-wrapper .bjm-quote-wrapper-inner .content .position {
	font-size: .7rem;
}

.has-dark-background-color .wp-block-quote p, .has-dark-background-color .cell.type-bjm_testimonial .card-excerpt p, .cell.type-bjm_testimonial .has-dark-background-color .card-excerpt p {
	color: white;
}

.bjm-partner-logos {
	position: relative;
	padding-bottom: 16px;
}

.bjm-partner-logos .cell-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.bjm-partner-logos .cell-logo img.logo-entry {
	width: 80%;
	height: auto;
	display: block;
}

.wp-block-gallery.is-style-lightbox-first, .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid {
	position: relative;
}

.wp-block-gallery.is-style-lightbox-first:after, .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
}

.wp-block-gallery.is-style-lightbox-first .gallery-lightbox-button, .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid .gallery-lightbox-button {
	display: block;
	display: flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	color: white;
	z-index: 100;
	cursor: pointer;
	font-weight: bold;
}

.wp-block-gallery.is-style-lightbox-first .gallery-lightbox-button i, .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid .gallery-lightbox-button i {
	font-size: 2.5rem;
	margin-right: 10px;
}

.wp-block-gallery.is-style-lightbox-first .wp-block-image, .wp-block-gallery.is-style-lightbox-first .blocks-gallery-item, .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid .wp-block-image, .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid .blocks-gallery-item {
	margin: 0 !important;
}

.wp-block-gallery.is-style-lightbox-first .wp-block-image:not(:first-child), .wp-block-gallery.is-style-lightbox-first .blocks-gallery-item:not(:first-child), .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid .wp-block-image:not(:first-child), .wp-block-gallery.is-style-lightbox-first .blocks-gallery-grid .blocks-gallery-item:not(:first-child) {
	display: none;
}

@media print, screen and (max-width: 63.99875em) {
	.cell-gutenberg-content>.wp-block-cover>.wp-block-cover__inner-container {
		width: 100%;
	}
}

.wp-block-cover {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: auto;
}

.wp-block-cover.has-drop-shadow {
	filter: drop-shadow(0 20px 20px rgba(5, 28, 45, .3));
}

.wp-block-cover.has-max-width-fifty>.wp-block-cover__inner-container>* {
	max-width: 50%;
}

@media print, screen and (min-width: 64em) {
	.wp-block-cover.has-max-width-seventyfive>.wp-block-cover__inner-container>* {
		max-width: 75%;
	}
}

@media print, screen and (min-width: 64em) {
	.wp-block-cover.has-max-width-eightyfive>.wp-block-cover__inner-container>* {
		max-width: 85%;
	}
}

.wp-block-cover.alignfull.has-simple-padding-on {
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.wp-block-cover.alignfull.has-simple-padding-on {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.wp-block-cover.alignfull.has-simple-padding-on {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.bjm-popup-block {
	transition: opacity .25s;
	pointer-events: none;
	opacity: 0;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(128, 128, 128, .75);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: none;
}

.bjm-popup-block.open {
	opacity: 1;
	pointer-events: all;
}

.bjm-popup-block .bjm-popup-block-inner {
	position: relative;
	max-width: calc(100vw - 60px);
}

.bjm-popup-block .bjm-popup-block-inner .bjm-popup-block-close {
	color: white;
	position: absolute;
	top: -30px;
	right: 0;
}

.bjm-popup-block .bjm-popup-block-inner .bjm-popup-block-inner-content {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .19);
}

.bjm-popup-block .bjm-popup-block-inner .bjm-popup-block-inner-content .wp-block-columns {
	padding-left: 0;
	padding-right: 0;
}

.bjm-popup-block .bjm-popup-block-inner .bjm-popup-block-inner-content .wp-block-columns .wp-block-column {
	margin: 0;
}

@media print, screen and (max-width: 47.99875em) {
	.bjm-popup-block .bjm-popup-block-inner .bjm-popup-block-inner-content .wp-block-columns .wp-block-column {
		min-height: auto;
	}
}

.bjm-popup-block .bjm-popup-block-inner .bjm-popup-block-inner-content .wp-block-columns .wp-block-cover {
	margin: 0;
	clip-path: none;
	-webkit-clip-path: none;
}

@media print, screen and (max-width: 47.99875em) {
	.bjm-popup-block .bjm-popup-block-inner .bjm-popup-block-inner-content .wp-block-columns .wp-block-cover {
		display: none;
	}
}

.bjm-social-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
}

.bjm-social-wrapper.text-last .share-title {
	order: 2;
	margin-right: 0;
	margin-left: 10px;
}

@media print, screen and (min-width: 48em) {
	.bjm-social-wrapper {
		justify-content: flex-end;
	}
}

.bjm-social-wrapper .share-title {
	order: 0;
	margin-right: 10px;
}

.bjm-social-wrapper .share-icons {
	order: 1;
}

.bjm-social-wrapper .share-icons i {
	font-size: 1.4rem;
	margin-left: 6px;
}

.swiper-navigation {
	display: flex;
	margin-top: 30px;
}

.swiper-navigation .swiper-button-prev, .swiper-navigation .swiper-button-next {
	border: 1px solid grey;
	width: 40px;
	height: 40px;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin-top: 0;
}

.swiper-navigation .swiper-button-prev:after, .swiper-navigation .swiper-button-next:after {
	content: none;
}

.swiper-navigation .swiper-pagination {
	width: 70px;
	height: 40px;
	font-size: .9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: auto;
	right: auto;
	left: auto;
}

.swiper-navigation .swiper-pagination>span {
	padding-left: 5px;
	padding-right: 5px;
}

.wp-block-group__inner-container .bjm-swiper-wrapper {
	width: auto;
	margin-right: -1.4375rem;
	margin-left: -1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.wp-block-group__inner-container .bjm-swiper-wrapper {
		margin-right: -1.9375rem;
		margin-left: -1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.wp-block-group__inner-container .bjm-swiper-wrapper {
		margin-right: -2.4375rem;
		margin-left: -2.4375rem;
	}
}

@media screen and (min-width: 75em) {
	.wp-block-group__inner-container .bjm-swiper-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

.bjm-swiper-wrapper {
	padding-left: 0;
	padding-right: 0;
	max-width: none !important;
	max-width: 100vw;
	width: 100%;
	left: 0;
	overflow: hidden;
	position: relative;
}

.bjm-swiper-wrapper.swiper-no-page-numbers .swiper-navigation .swiper-button-prev {
	margin-right: 12px;
}

.bjm-swiper-wrapper.swiper-no-page-numbers .swiper-navigation .swiper-pagination {
	display: none;
}

.bjm-swiper-wrapper .swiper-container {
	overflow: visible;
}

.bjm-swiper-wrapper .swiper-container .swiper-wrapper {
	width: calc(100% - 0);
}

.wp-block-bjm-blocks-swiper {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 0 !important;
}

.wp-block-bjm-blocks-swiper.wp-block-bjm-blocks-swiper .swiper-container {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 75em) {
	.wp-block-bjm-blocks-swiper.wp-block-bjm-blocks-swiper.alignwide .swiper-container {
		width: 100%;
	}
	
	.wp-block-bjm-blocks-swiper.wp-block-bjm-blocks-swiper.alignwide .bjm-swiper-navigation-wrapper, .wp-block-bjm-blocks-swiper.wp-block-bjm-blocks-swiper.alignwide .swiper-navy, .wp-block-bjm-blocks-swiper.wp-block-bjm-blocks-swiper.alignwide .swiper-navigation {
		margin-left: 0;
		margin-right: 0;
	}
}

.wp-block-bjm-blocks-swiper .swiper-slide {
	max-width: none !important;
	min-height: 200px;
	padding-top: 0;
	padding-bottom: 0;
}

.wp-block-bjm-blocks-swiper .swiper-navy, .wp-block-bjm-blocks-swiper .swiper-navigation {
	order: 3;
	margin-top: 0;
	position: relative;
}

.wp-block-bjm-blocks-swiper.swiper-navigation-right .swiper-navy, .wp-block-bjm-blocks-swiper.swiper-navigation-right .swiper-navigation {
	justify-content: flex-end;
}

.wp-block-bjm-blocks-swiper .swiper-wrapper {
	order: 2;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media print, screen and (min-width: 64em) {
	.wp-block-bjm-blocks-swiper .swiper-wrapper {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper {
	order: 1;
	margin-bottom: 10px;
}

@media screen and (min-width: 75em) {
	.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper {
		margin-right: 1.4375rem;
		margin-left: 1.4375rem;
	}
}

@media screen and (min-width: 75em) and (min-width: 48em) {
	.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper {
		margin-right: 1.9375rem;
		margin-left: 1.9375rem;
	}
}

@media screen and (min-width: 75em) and (min-width: 64em) {
	.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper {
		margin-right: 2.4375rem;
		margin-left: 2.4375rem;
	}
}

.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper .swiper-navigation-icons {
	display: flex;
	flex-direction: row;
}

.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper .icon-navigation-entry {
	transition: border-color .25s;
	border-bottom: 4px solid #e6e7e8;
	padding-bottom: 4px;
	cursor: pointer;
	margin-right: 10px;
	font-size: 0;
	flex-grow: 1;
}

@media print, screen and (min-width: 48em) {
	.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper .icon-navigation-entry {
		font-size: .9rem;
	}
}

.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper .icon-navigation-entry:last-child {
	margin-right: 0;
}

.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper .icon-navigation-entry .icon {
	transition: color .25s;
	font-size: 34px;
}

.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper .icon-navigation-entry.active {
	border-color: grey;
}

.wp-block-bjm-blocks-swiper .bjm-swiper-navigation-wrapper .icon-navigation-entry.active .icon {
	color: grey;
}

.bjm-recent-posts-wrapper>.grid-container {
	padding-left: 0;
	padding-right: 0;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell .card-inner {
	padding-bottom: 0;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell .card-inner .card-image:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	content: "";
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell .card-inner .card-content {
	padding-bottom: 18px;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell .card-inner .title {
	font-size: 14px;
	margin-bottom: 0;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell:first-child {
	height: auto;
}

@media print, screen and (min-width: 64em) {
	.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell:first-child .card-image {
		position: absolute;
		height: 100%;
	}
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell:first-child .card-image>img {
	height: 100%;
	object-fit: cover;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell:last-child {
	height: auto;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell:last-child .card-image {
	width: 100%;
	height: 0;
	padding-top: 75%;
}

@media print, screen and (min-width: 64em) {
	.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell:last-child .card-image {
		padding-top: 0;
		height: auto;
		position: absolute;
	}
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x>.cell:last-child .card-image>img {
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x.post-count-1>.cell:first-child {
	width: 100%;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x.post-count-1>.cell:first-child .card-image {
	position: relative;
	height: auto;
	width: 100%;
	min-height: 450px;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x.post-count-1>.cell:last-child {
	display: none;
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x.post-count-2>.cell {
	height: 250px;
}

@media print, screen and (min-width: 48em) {
	.bjm-recent-posts-wrapper>.grid-container>.grid-x.post-count-2>.cell {
		height: 350px;
	}
}

@media print, screen and (min-width: 64em) {
	.bjm-recent-posts-wrapper>.grid-container>.grid-x.post-count-2>.cell {
		height: 450px;
	}
}

.bjm-recent-posts-wrapper>.grid-container>.grid-x.post-count-2>.cell .card-image {
	height: auto;
	position: absolute;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-columns.has-simple-padding-off {
	padding: 0 !important;
}

.wp-block-columns.has-simple-padding-off .wp-block-column {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-columns.has-simple-padding-off .wp-block-group.has-horizontal-padding-left-small {
	padding-left: 20px;
}

.wp-block-columns.has-simple-padding-off .wp-block-group.has-horizontal-padding-right-small {
	padding-left: 20px;
}

.wp-block-columns .wp-block-image {
	margin: 0;
}

.wrapper-bjm-contact-form-7 {
	padding: 23px;
}

.wrapper-bjm-post-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.wrapper-bjm-post-meta .author-photo {
	margin-right: 16px;
	border-radius: 200px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .25);
}

.wrapper-bjm-post-meta .meta {
	font-size: .9rem;
}

.wrapper-bjm-post-meta .meta .meta-line-1 {
	font-weight: bold;
	margin-bottom: 3px;
}

.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 11px;
	margin-bottom: 11px;
}

.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block {
	width: 100%;
	margin: 0px;
	margin-top: 11px;
	margin-bottom: 11px;
}

@media print, screen and (min-width: 48em) {
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block {
		margin-left: 11px;
		margin-right: 11px;
	}
}

.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.are-vertically-aligned-center .wp-block-bjm-blocks-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.are-vertically-aligned-bottom .wp-block-bjm-blocks-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media print, screen and (max-width: 47.99875em) {
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.no-wrap-small {
		flex-wrap: nowrap;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-small-1 .wp-block-bjm-blocks-block {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-small-2 .wp-block-bjm-blocks-block {
		width: calc(50% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-10 {
		width: 10%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-15 {
		width: 15%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-20 {
		width: 20%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-25 {
		width: 25%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-30 {
		width: 30%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-35 {
		width: 35%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-40 {
		width: 40%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-45 {
		width: 45%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-50 {
		width: 50%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-55 {
		width: 55%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-60 {
		width: 60%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-65 {
		width: 65%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-70 {
		width: 70%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-75 {
		width: 75%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-80 {
		width: 80%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-85 {
		width: 85%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-90 {
		width: 90%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-95 {
		width: 95%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-small-100 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.no-wrap-medium {
		flex-wrap: nowrap;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-1 .wp-block-bjm-blocks-block {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-2 .wp-block-bjm-blocks-block {
		width: calc(50% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-3 .wp-block-bjm-blocks-block {
		width: calc(33.3% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-4 .wp-block-bjm-blocks-block {
		width: calc(25% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-5 .wp-block-bjm-blocks-block {
		width: calc(20% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-6 .wp-block-bjm-blocks-block {
		width: calc(16.66% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-7 .wp-block-bjm-blocks-block {
		width: calc(14.28% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-medium-8 .wp-block-bjm-blocks-block {
		width: calc(12.5% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-10 {
		width: 10%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-15 {
		width: 15%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-20 {
		width: 20%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-25 {
		width: 25%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-30 {
		width: 30%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-35 {
		width: 35%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-40 {
		width: 40%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-45 {
		width: 45%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-50 {
		width: 50%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-55 {
		width: 55%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-60 {
		width: 60%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-65 {
		width: 65%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-70 {
		width: 70%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-75 {
		width: 75%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-80 {
		width: 80%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-85 {
		width: 85%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-90 {
		width: 90%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-95 {
		width: 95%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-medium-100 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.no-wrap-large {
		flex-wrap: nowrap;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-1 .wp-block-bjm-blocks-block {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-2 .wp-block-bjm-blocks-block {
		width: calc(50% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-3 .wp-block-bjm-blocks-block {
		width: calc(33.3% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-4 .wp-block-bjm-blocks-block {
		width: calc(25% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-5 .wp-block-bjm-blocks-block {
		width: calc(20% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-6 .wp-block-bjm-blocks-block {
		width: calc(16.66% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-7 .wp-block-bjm-blocks-block {
		width: calc(14.28% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks.columns-8 .wp-block-bjm-blocks-block {
		width: calc(12.5% - 22px);
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-10 {
		width: 10%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-15 {
		width: 15%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-20 {
		width: 20%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-25 {
		width: 25%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-30 {
		width: 30%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-35 {
		width: 35%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-40 {
		width: 40%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-45 {
		width: 45%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-50 {
		width: 50%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-55 {
		width: 55%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-60 {
		width: 60%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-65 {
		width: 65%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-70 {
		width: 70%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-75 {
		width: 75%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-80 {
		width: 80%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-85 {
		width: 85%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-90 {
		width: 90%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-95 {
		width: 95%;
	}
	
	.wp-block-bjm-blocks-blocks .wrapper-bjm-blocks .wp-block-bjm-blocks-block.width-large-100 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
	.wp-block-group .wp-block-bjm-blocks-blocks {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -11px;
		margin-right: -11px;
	}
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
	.wp-block-group .wp-block-bjm-blocks-blocks {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -11px;
		margin-right: -11px;
	}
}

@media screen and (min-width: 75em) {
	.wp-block-group .wp-block-bjm-blocks-blocks {
		margin-left: auto;
		margin-right: auto;
	}
}

@keyframes pulseIt {
	from {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.025);
	}
}

@keyframes bounceIt {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(.25rem);
	}
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

@media print, screen and (max-width: 63.99875em) {
	html.menu-open, html.search-open {
		overflow-y: hidden;
	}
}

*, *::before, *::after {
	box-sizing: inherit;
}

:root .has-blue-primary-color {
	color: #0069b2;
}

:root .has-blue-primary-background-color {
	background-color: #0069b2;
}

:root .has-blue-joy-color {
	color: #19a0fa;
}

:root .has-blue-joy-background-color {
	background-color: #19a0fa;
}

:root .has-blue-dark-color {
	color: #06379a;
}

:root .has-blue-dark-background-color {
	background-color: #06379a;
}

:root .has-blue-light-color {
	color: #d9f1fc;
}

:root .has-blue-light-background-color {
	background-color: #d9f1fc;
}

:root .has-green-color {
	color: #4ec493;
}

:root .has-green-background-color {
	background-color: #4ec493;
}

:root .has-green-dark-color {
	color: #058278;
}

:root .has-green-dark-background-color {
	background-color: #058278;
}

:root .has-green-light-color {
	color: #ebfacd;
}

:root .has-green-light-background-color {
	background-color: #ebfacd;
}

:root .has-orange-dark-color {
	color: #ff4b28;
}

:root .has-orange-dark-background-color {
	background-color: #ff4b28;
}

:root .has-orange-light-color {
	color: #fff5b4;
}

:root .has-orange-light-background-color {
	background-color: #fff5b4;
}

:root .has-purple-dark-color {
	color: #8732aa;
}

:root .has-purple-dark-background-color {
	background-color: #8732aa;
}

:root .has-yellow-dark-color {
	color: #faac00;
}

:root .has-yellow-dark-background-color {
	background-color: #faac00;
}

:root .has-pink-color {
	color: #fa55a5;
}

:root .has-pink-background-color {
	background-color: #fa55a5;
}

:root .has-pink-light-color {
	color: #ffe1dc;
}

:root .has-pink-light-background-color {
	background-color: #ffe1dc;
}

:root .has-grey-text-color {
	color: #4b4b50;
}

:root .has-grey-text-background-color {
	background-color: #4b4b50;
}

:root .has-neutral-1-color {
	color: #dce1eb;
}

:root .has-neutral-1-background-color {
	background-color: #dce1eb;
}

:root .has-neutral-2-color {
	color: #f0f0f5;
}

:root .has-neutral-2-background-color {
	background-color: #f0f0f5;
}

:root .has-white-color {
	color: #fff;
}

:root .has-white-background-color {
	background-color: #fff;
}

:root .has-red-color {
	color: #ef4444;
}

:root .has-red-background-color {
	background-color: #ef4444;
}

:root .has-orange-color {
	color: #ef9f44;
}

:root .has-orange-background-color {
	background-color: #ef9f44;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

@supports selector(*:focus-visible) {
	*:focus-visible {
		outline: 1px solid currentColor;
	}
}

.alignleft {
	display: flex;
	align-items: flex-start;
}

.alignright {
	display: flex;
	align-items: flex-end;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:focus {
	color: #4b4b50;
	background-color: #fff;
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
	clip: auto;
	display: block;
	line-height: normal;
	padding: .5rem 1rem;
	text-decoration: none;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	z-index: 999;
}

#wpadminbar {
	position: fixed;
	overflow: hidden;
}

.backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .3);
}

.menu-open .backdrop, .search-open .backdrop {
	display: block;
}

.cell-gutenberg-content>*:not(.alignfull) {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1162px + 39px + 39px);
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.cell-gutenberg-content>*:not(.alignfull) {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.cell-gutenberg-content>*:not(.alignfull) {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.cell-gutenberg-content>.alignwide, .cell-gutenberg-content>.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.cell-gutenberg-content>.alignwide>[class*='__inner-container'], .cell-gutenberg-content>.alignwide>.wp-block-group, .cell-gutenberg-content>.alignwide>.bjm-cards-wrapper:not(.alignleft), .cell-gutenberg-content>.alignfull>[class*='__inner-container'], .cell-gutenberg-content>.alignfull>.wp-block-group, .cell-gutenberg-content>.alignfull>.bjm-cards-wrapper:not(.alignleft) {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1162px + 39px + 39px);
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.cell-gutenberg-content>.alignwide>[class*='__inner-container'], .cell-gutenberg-content>.alignwide>.wp-block-group, .cell-gutenberg-content>.alignwide>.bjm-cards-wrapper:not(.alignleft), .cell-gutenberg-content>.alignfull>[class*='__inner-container'], .cell-gutenberg-content>.alignfull>.wp-block-group, .cell-gutenberg-content>.alignfull>.bjm-cards-wrapper:not(.alignleft) {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.cell-gutenberg-content>.alignwide>[class*='__inner-container'], .cell-gutenberg-content>.alignwide>.wp-block-group, .cell-gutenberg-content>.alignwide>.bjm-cards-wrapper:not(.alignleft), .cell-gutenberg-content>.alignfull>[class*='__inner-container'], .cell-gutenberg-content>.alignfull>.wp-block-group, .cell-gutenberg-content>.alignfull>.bjm-cards-wrapper:not(.alignleft) {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

@media print, screen and (max-width: 47.99875em) {
	.cell-gutenberg-content>.alignwide.wp-block-columns>.wp-block-column>.wp-block-group, .cell-gutenberg-content>.alignfull.wp-block-columns>.wp-block-column>.wp-block-group {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(1162px + 39px + 39px);
		padding-right: 1.4375rem;
		padding-left: 1.4375rem;
	}
}

@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
	.cell-gutenberg-content>.alignwide.wp-block-columns>.wp-block-column>.wp-block-group, .cell-gutenberg-content>.alignfull.wp-block-columns>.wp-block-column>.wp-block-group {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
	.cell-gutenberg-content>.alignwide.wp-block-columns>.wp-block-column>.wp-block-group, .cell-gutenberg-content>.alignfull.wp-block-columns>.wp-block-column>.wp-block-group {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.cell-gutenberg-content>.alignfull:not(:first-child):not(.is-style-no-margin) {
	max-width: 100%;
	margin: 23px 0;
}

@media print, screen and (min-width: 48em) {
	.cell-gutenberg-content>.alignfull:not(:first-child):not(.is-style-no-margin) {
		margin: 31px;
	}
}

@media print, screen and (min-width: 64em) {
	.cell-gutenberg-content>.alignfull:not(:first-child):not(.is-style-no-margin) {
		margin: 39px;
	}
}

@media screen and (min-width: 75em) {
	.cell-gutenberg-content>.alignfull:not(:first-child):not(.is-style-no-margin) {
		margin: 2rem;
	}
}

.cell-gutenberg-content>.alignwide {
	max-width: 1440px;
}

@media screen and (max-width: calc(1440px + 39px * 2)) {
	.cell-gutenberg-content>.alignwide:not(:first-child) {
		max-width: 100%;
		margin: 23px 0;
	}
}

@media screen and (max-width: calc(1440px + 39px * 2)) and (min-width: 48em) {
	.cell-gutenberg-content>.alignwide:not(:first-child) {
		margin: 31px;
	}
}

@media screen and (max-width: calc(1440px + 39px * 2)) and (min-width: 64em) {
	.cell-gutenberg-content>.alignwide:not(:first-child) {
		margin: 39px;
	}
}

@media screen and (max-width: calc(1440px + 39px * 2)) and (min-width: 75em) {
	.cell-gutenberg-content>.alignwide:not(:first-child) {
		margin: 2rem;
	}
}

@media print, screen and (max-width: 47.99875em) {
	.cell-gutenberg-content .has-vertical-padding-top-large:not(:first-of-type) {
		padding-top: 3rem;
	}
	
	.cell-gutenberg-content .has-vertical-padding-top-medium:not(:first-of-type) {
		padding-top: 2.5rem;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-large {
		padding-bottom: 3rem;
	}
	
	.cell-gutenberg-content .has-vertical-padding-bottom-medium {
		padding-bottom: 2.5rem;
	}
}

@media print, screen and (max-width: 47.99875em) {
	.cell-gutenberg-content .has-horizontal-padding-left-medium>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-medium>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-medium>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-medium>.has-horizontal-padding-left-default, .cell-gutenberg-content .has-horizontal-padding-left-small>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-small>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-small>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-small>.has-horizontal-padding-left-default, .cell-gutenberg-content .has-horizontal-padding-left-large>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-large>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-large>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-large>.has-horizontal-padding-left-default, .cell-gutenberg-content .has-horizontal-padding-left-default>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-default>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-default>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-default>.has-horizontal-padding-left-default {
		padding-left: 0;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-left-medium>.wp-block-cover__inner-container>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-medium>.wp-block-cover__inner-container>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-medium>.wp-block-cover__inner-container>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-medium>.wp-block-cover__inner-container>.has-horizontal-padding-left-default, .cell-gutenberg-content .has-horizontal-padding-left-small>.wp-block-cover__inner-container>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-small>.wp-block-cover__inner-container>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-small>.wp-block-cover__inner-container>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-small>.wp-block-cover__inner-container>.has-horizontal-padding-left-default, .cell-gutenberg-content .has-horizontal-padding-left-large>.wp-block-cover__inner-container>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-large>.wp-block-cover__inner-container>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-large>.wp-block-cover__inner-container>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-large>.wp-block-cover__inner-container>.has-horizontal-padding-left-default, .cell-gutenberg-content .has-horizontal-padding-left-default>.wp-block-cover__inner-container>.has-horizontal-padding-left-medium, .cell-gutenberg-content .has-horizontal-padding-left-default>.wp-block-cover__inner-container>.has-horizontal-padding-left-small, .cell-gutenberg-content .has-horizontal-padding-left-default>.wp-block-cover__inner-container>.has-horizontal-padding-left-large, .cell-gutenberg-content .has-horizontal-padding-left-default>.wp-block-cover__inner-container>.has-horizontal-padding-left-default {
		padding-left: 0;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-medium>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-medium>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-medium>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-medium>.has-horizontal-padding-right-default, .cell-gutenberg-content .has-horizontal-padding-right-small>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-small>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-small>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-small>.has-horizontal-padding-right-default, .cell-gutenberg-content .has-horizontal-padding-right-large>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-large>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-large>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-large>.has-horizontal-padding-right-default, .cell-gutenberg-content .has-horizontal-padding-right-default>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-default>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-default>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-default>.has-horizontal-padding-right-default {
		padding-right: 0;
	}
	
	.cell-gutenberg-content .has-horizontal-padding-right-medium>.wp-block-cover__inner-container>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-medium>.wp-block-cover__inner-container>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-medium>.wp-block-cover__inner-container>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-medium>.wp-block-cover__inner-container>.has-horizontal-padding-right-default, .cell-gutenberg-content .has-horizontal-padding-right-small>.wp-block-cover__inner-container>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-small>.wp-block-cover__inner-container>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-small>.wp-block-cover__inner-container>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-small>.wp-block-cover__inner-container>.has-horizontal-padding-right-default, .cell-gutenberg-content .has-horizontal-padding-right-large>.wp-block-cover__inner-container>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-large>.wp-block-cover__inner-container>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-large>.wp-block-cover__inner-container>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-large>.wp-block-cover__inner-container>.has-horizontal-padding-right-default, .cell-gutenberg-content .has-horizontal-padding-right-default>.wp-block-cover__inner-container>.has-horizontal-padding-right-medium, .cell-gutenberg-content .has-horizontal-padding-right-default>.wp-block-cover__inner-container>.has-horizontal-padding-right-small, .cell-gutenberg-content .has-horizontal-padding-right-default>.wp-block-cover__inner-container>.has-horizontal-padding-right-large, .cell-gutenberg-content .has-horizontal-padding-right-default>.wp-block-cover__inner-container>.has-horizontal-padding-right-default {
		padding-right: 0;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.hide-on-small {
		display: none;
	}
}

body {
	color: #4b4b50;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: .875rem;
}

a {
	color: #4b4b50;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	text-decoration: none;
}

#content p a {
	padding: 0 .1rem;
	font-weight: 500;
	text-decoration: underline;
	text-underline-position: under;
}

#content p a:hover {
	color: #fff;
	background-color: #06379a;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	font-size: inherit;
}

h1 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(2.2rem, 4vw, 3rem);
}

h1 strong {
	color: #0069b2;
	position: relative;
	font-family: "CoconPro", sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.1em;
}

h1 strong:after {
	content: "";
	background-image: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/source/rev-4c34d40/jobadder.com/wp-content/themes/jobadder/assets/images/sparkle-medium-group-blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: -35%;
	right: -30px;
	height: 100%;
	width: 20%;
}

h2 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.175;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
}

h2 strong {
	color: #0069b2;
	position: relative;
	font-family: "CoconPro", sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.1em;
}

h3 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.175;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.7rem, 4vw, 2rem);
}

h3 strong {
	color: #0069b2;
	position: relative;
	font-family: "CoconPro", sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.1em;
}

h4 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(1.2rem, 4vw, 1.429rem);
}

h5 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(1.1rem, 4vw, 1.214rem);
}

h6 {
	font-family: "Roboto", sans-serif;
	line-height: 1.25;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1rem, 4vw, 1rem);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	color: #19a0fa;
}

p.has-background {
	padding-top: 1.4375rem;
	padding-right: 1.4375rem;
	padding-bottom: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	p.has-background {
		padding-top: 1.9375rem;
		padding-right: 1.9375rem;
		padding-bottom: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	p.has-background {
		padding-top: 2.4375rem;
		padding-right: 2.4375rem;
		padding-bottom: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

p.has-small-font-size {
	font-size: .8125rem;
}

p, p.has-normal-font-size {
	font-size: 1.03rem;
}

p.has-medium-font-size {
	font-size: 1.125rem;
}

p.has-large-font-size {
	font-size: 1.375rem;
}

p.has-huge-font-size {
	font-size: 1.875rem;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1rem 0;
}

.has-gradient-green-gradient-background {
	background-image: linear-gradient(36deg, rgba(78, 196, 147, .5) 0%, rgba(78, 196, 147, 0) 43%), linear-gradient(135deg, rgba(255, 245, 180, .5) 0%, rgba(255, 245, 180, 0) 40%) !important;
}

.has-gradient-yellow-gradient-background {
	background-image: linear-gradient(40deg, rgba(250, 172, 0, .5) 0%, rgba(250, 172, 0, 0) 43%), linear-gradient(135deg, rgba(255, 225, 220, .5) 0%, rgba(255, 225, 220, 0) 40%) !important;
}

.has-gradient-blue-gradient-background {
	background-image: linear-gradient(42deg, rgba(25, 160, 250, .4) 0%, rgba(25, 160, 250, 0) 43%), linear-gradient(135deg, rgba(235, 250, 205, .5) 0%, rgba(235, 250, 205, 0) 40%) !important;
}

.has-gradient-pink-gradient-background {
	background-image: linear-gradient(40deg, rgba(215, 90, 225, .5) 0%, rgba(255, 225, 220, 0) 43%), linear-gradient(135deg, rgba(255, 245, 180, .5) 0%, rgba(255, 225, 220, 0) 40%) !important;
}

ul.no-bullet {
	list-style: none;
	padding: 0;
	margin: 0;
}

.is-style-no-margin {
	margin: 0 !important;
}

.shortcode-title {
	text-transform: lowercase;
}

.has-card-border-radius {
	border-radius: .5rem;
}

.has-hero-shadow {
	filter: drop-shadow(5px 50px 50px rgba(41, 71, 90, .25));
}

.alert-box {
	padding: 1rem;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-box.warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-box.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-box.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

input, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select, .select2-container .select2-selection, .select2-container--default .select2-selection--single {
	height: 2.75rem;
	border-color: #dce1eb !important;
	box-shadow: none;
	background-color: #fff;
	-webkit-appearance: none;
	padding-left: .5rem;
}

input.has-error, [type='text'].has-error, [type='password'].has-error, [type='date'].has-error, [type='datetime'].has-error, [type='datetime-local'].has-error, [type='month'].has-error, [type='week'].has-error, [type='email'].has-error, [type='number'].has-error, [type='search'].has-error, [type='tel'].has-error, [type='time'].has-error, [type='url'].has-error, [type='color'].has-error, textarea.has-error, select.has-error, .select2-container .select2-selection.has-error, .select2-container--default .select2-selection--single.has-error {
	border-color: #ef4444 !important;
}

input::placeholder, input .select2-selection__placeholder, input .select2-selection__arrow, [type='text']::placeholder, [type='text'] .select2-selection__placeholder, [type='text'] .select2-selection__arrow, [type='password']::placeholder, [type='password'] .select2-selection__placeholder, [type='password'] .select2-selection__arrow, [type='date']::placeholder, [type='date'] .select2-selection__placeholder, [type='date'] .select2-selection__arrow, [type='datetime']::placeholder, [type='datetime'] .select2-selection__placeholder, [type='datetime'] .select2-selection__arrow, [type='datetime-local']::placeholder, [type='datetime-local'] .select2-selection__placeholder, [type='datetime-local'] .select2-selection__arrow, [type='month']::placeholder, [type='month'] .select2-selection__placeholder, [type='month'] .select2-selection__arrow, [type='week']::placeholder, [type='week'] .select2-selection__placeholder, [type='week'] .select2-selection__arrow, [type='email']::placeholder, [type='email'] .select2-selection__placeholder, [type='email'] .select2-selection__arrow, [type='number']::placeholder, [type='number'] .select2-selection__placeholder, [type='number'] .select2-selection__arrow, [type='search']::placeholder, [type='search'] .select2-selection__placeholder, [type='search'] .select2-selection__arrow, [type='tel']::placeholder, [type='tel'] .select2-selection__placeholder, [type='tel'] .select2-selection__arrow, [type='time']::placeholder, [type='time'] .select2-selection__placeholder, [type='time'] .select2-selection__arrow, [type='url']::placeholder, [type='url'] .select2-selection__placeholder, [type='url'] .select2-selection__arrow, [type='color']::placeholder, [type='color'] .select2-selection__placeholder, [type='color'] .select2-selection__arrow, textarea::placeholder, textarea .select2-selection__placeholder, textarea .select2-selection__arrow, select::placeholder, select .select2-selection__placeholder, select .select2-selection__arrow, .select2-container .select2-selection::placeholder, .select2-container .select2-selection .select2-selection__placeholder, .select2-container .select2-selection .select2-selection__arrow, .select2-container--default .select2-selection--single::placeholder, .select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__arrow {
	color: #dce1eb;
}

input:focus, [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus, select:focus, .select2-container .select2-selection:focus, .select2-container--default .select2-selection--single:focus {
	color: #19a0fa;
	border: 1px solid #19a0fa !important;
	background-color: #fff;
	box-shadow: none;
	transition: border-color .25s ease-in-out;
}

.select2-container--focus .select2-selection__arrow, .select2-container--open .select2-selection__arrow {
	color: #19a0fa !important;
}

select {
	-webkit-appearance: none;
}

label {
	color: inherit;
}

button {
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.75;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 3px;
}

.select2-container.select2-container--default .select2-dropdown {
	border-color: #dce1eb;
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"], .select2-container.select2-container--default .select2-results__option[data-selected="true"] {
	background-color: #fff;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #4ec493;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

.hbspt-form .no-list {
	padding-left: 0;
}

.hbspt-form .submitted-message p {
	font-weight: bold;
	text-align: center;
}

.hbspt-form .submitted-message a {
	color: white;
	text-decoration: underline;
}

.hbspt-form .hs-form {
	color: inherit;
	position: relative;
}

.wp-block-group .wp-block-group__inner-container .hbspt-form .hs-form {
	padding: 0;
}

.hbspt-form .hs-form .hs-form-field {
	position: relative;
	margin-bottom: .7rem;
}

.hbspt-form .hs-form fieldset {
	max-width: 100%;
}

@media print, screen and (min-width: 64em) {
	.hbspt-form .hs-form .form-columns-2 .hs-form-field:first-child {
		padding-right: 2px;
	}
}

.hbspt-form .hs-form .hs-fieldtype-select .input {
	position: relative;
}

.hbspt-form .hs-form .hs-fieldtype-select .input select {
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.hbspt-form .hs-form .hs-fieldtype-select .input select.nitro-lazy {
	background-image: none !important;
}

.hbspt-form .hs-form .hs-fieldtype-select .input::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 14px;
}

@media print, screen and (max-width: 63.99875em) {
	.hbspt-form .hs-form .hs-fieldtype-select .input::after {
		bottom: 18px;
	}
}

.hbspt-form .hs-form .hs-fieldtype-select .input:after {
	right: 1rem;
	font-size: 1rem;
}

.hbspt-form .hs-form fieldset.form-columns-1 .hs-input, .hbspt-form .hs-form fieldset.form-columns-2 .hs-input {
	width: 100%;
}

.hbspt-form .hs-form .form-columns-2 .hs-form-field:first-child .input {
	margin-right: 1rem;
}

.hbspt-form .hs-form label {
	color: inherit;
	display: flex;
}

.hbspt-form .hs-form .hs-error-msgs .hs-main-font-element, .hbspt-form .hs-form .hs-error-msg {
	margin-top: 2px;
	padding: 4px 6px;
	line-height: 1;
	font-size: .75em;
	color: #fff;
	display: inline-block;
	background-color: rgba(239, 68, 68, .6);
}

.hbspt-form .hs-form textarea {
	min-height: 100px;
}

.hbspt-form .hs-form .hs-input {
	background-color: #fff;
	border: 1px solid #dce1eb;
}

@media print, screen and (max-width: 63.99875em) {
	.hbspt-form .hs-form .hs-input:not([type=checkbox]) {
		width: 100% !important;
	}
}

.hbspt-form .hs-form .hs-button {
	cursor: pointer;
	min-width: 200px;
	border: none;
	margin-left: unset;
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.hbspt-form .hs-form .hs-button:not(.has-text-color) {
	color: #fff;
}

.hbspt-form .hs-form .hs-button:not(.has-background) {
	background-color: #06379a;
}

.hbspt-form .hs-form .hs-button:hover {
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
}

.hbspt-form .hs-form .hs_submit {
	padding-right: 8px;
}

.hbspt-form .hs-form .has-focus label:not(.hs-error-msg) {
	color: #0069b2;
}

.hbspt-form .hs-form .inputs-list {
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
}

.hbspt-form .hs-form .inputs-list.hs-error-msgs {
	margin-top: .5rem;
}

.hbspt-form .hs-form .inputs-list input[type='checkbox'] {
	margin-bottom: 0;
	height: 1.5rem;
	width: 1.5rem;
	margin-right: .5rem;
}

.hbspt-form .hs-form .inputs-list input[type='checkbox']:checked:before {
	padding-right: 10px;
	content: "";
	font-family: "Font Awesome 5 Pro";
}

.hbspt-form .hs-form .inputs-list input[type='checkbox']:checked:before {
	font-size: 1.2rem;
	color: #19a0fa;
	padding-left: .1rem;
}

.hbspt-form .hs-form .legal-consent-container {
	margin-top: 1rem;
}

.hbspt-form .hs-form .legal-consent-container a {
	color: inherit;
}

.hbspt-form .hs-form .legal-consent-container a:hover, .hbspt-form .hs-form .legal-consent-container a:focus {
	text-decoration: underline;
}

.hbspt-form .hs-form .legal-consent-container p {
	font-size: .75rem;
	margin-bottom: 1rem;
}

.hbspt-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display {
	display: flex;
	align-items: flex-start;
}

@media print, screen and (min-width: 64em) {
	.hbspt-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display {
		white-space: nowrap;
	}
}

.hbspt-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
	flex: 0 0 22px;
}

.hbspt-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
	line-height: 1.2;
	padding: 0px;
	margin: 0px;
}

.hbspt-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
	display: inline-flex;
	flex-wrap: wrap;
}

@media print, screen and (max-width: 47.99875em) {
	.hbspt-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
		font-size: .7rem;
	}
}

.hbspt-form .hs-form .legal-consent-container .hs-form-required {
	display: none;
}

.is-style-compact-form .hbspt-form .hs-form .form-columns-2 .hs-form-field:first-child .input {
	margin-right: 8px;
}

.is-style-compact-form .hbspt-form .hs-form fieldset>label:not(.hs-error-msg) {
	display: none;
}

.is-style-compact-form .hbspt-form .hs-form fieldset .hs-input {
	border: none;
}

.is-style-compact-form .hbspt-form .hs-form fieldset .hs-input:not([type=checkbox]) {
	border-radius: 10px;
}

.is-style-compact-form .hbspt-form .hs-form fieldset .hs-input[type="checkbox"] {
	border-radius: 5px;
	padding-left: .1rem;
}

.is-style-compact-form .hbspt-form .hs-form fieldset .hs-input:focus {
	border: none !important;
}

.is-style-compact-form .hbspt-form .hs-form .legal-consent-container {
	opacity: .5;
	font-size: .8em;
}

.cards-filter-widget-area h5 {
	margin-bottom: 1rem !important;
}

.cards-filter-widget-area .hbspt-form {
	max-width: 200px;
}

.cards-filter-widget-area .hbspt-form .hs-fieldtype-text.field {
	width: 100%;
	padding-right: 0;
}

.cards-filter-widget-area .hbspt-form .hs-fieldtype-text.field .input {
	margin-right: 0 !important;
}

.pre-footer .hbspt-form .hs-form {
	display: grid;
	grid-template-areas: "fields" "submit" "terms";
	grid-template-columns: 1fr;
}

.pre-footer .hbspt-form fieldset.form-columns-2 {
	grid-area: fields;
}

.pre-footer .hbspt-form fieldset.form-columns-1 {
	grid-area: terms;
}

.pre-footer .hbspt-form .hs-submit {
	grid-area: submit;
	padding-right: 0;
}

@media screen and (max-width: 64em) {
	.pre-footer .hbspt-form fieldset.form-columns-2 {
		display: flex;
		flex-direction: column;
	}
	
	.pre-footer .hbspt-form fieldset.form-columns-2 .hs-form-field {
		width: 100%;
		float: unset;
	}
	
	.pre-footer .hbspt-form fieldset.form-columns-2 .hs-form-field .input {
		margin-right: 0 !important;
	}
	
	.pre-footer .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 64em) {
	.pre-footer .hbspt-form .hs-form {
		grid-template-areas: "fields submit" "terms terms";
		grid-template-columns: 3fr 1fr;
	}
	
	.pre-footer .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
		flex-direction: row;
	}
}

.pre-footer .hbspt-form .hs-button {
	padding-top: 13px;
	padding-bottom: 13px;
	min-width: unset;
	margin-right: 0;
	width: 100%;
}

.hubspot-form-wrap * {
	margin-bottom: 0;
}

input {
	height: auto;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination {
	display: flex;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers {
	color: #4b4b50;
	margin: 0;
	padding: 0 .3rem;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.0625rem;
	min-width: 20px;
	border: 0;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers:focus, .bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers:hover {
	color: #06379a;
	background-color: unset;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination a.next, .bjm-cards-wrapper .wrap-results-and-paging .pagination a.prev {
	color: #dce1eb;
	border: 1px solid;
	min-width: 32px;
	padding: .6rem;
	border-radius: 10px;
	margin: 0 .7rem;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers.current {
	color: #19a0fa;
	background-color: unset;
}

.bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers.current:focus, .bjm-cards-wrapper .wrap-results-and-paging .pagination .page-numbers.current:hover {
	color: #06379a;
	background-color: unset;
}

.pagination {
	padding: 0;
	width: 100%;
	margin-top: 2.75rem;
	list-style-type: none;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .page-numbers {
	color: #4b4b50;
	margin: 0;
	padding: 0 .3rem;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.0625rem;
	min-width: 20px;
	border: 0;
}

.pagination .page-numbers:focus, .pagination .page-numbers:hover {
	color: #06379a;
	background-color: unset;
}

.pagination a.next, .pagination a.prev {
	color: #dce1eb;
	border: 1px solid;
	min-width: 32px;
	padding: .6rem;
	border-radius: 10px;
	margin: 0 .7rem;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .page-numbers.current {
	color: #19a0fa;
	background-color: unset;
}

.pagination .page-numbers.current:focus, .pagination .page-numbers.current:hover {
	color: #06379a;
	background-color: unset;
}

.header-search-form {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	position: absolute;
	display: flex;
	flex-direction: column;
	z-index: 101;
	font-size: .9375rem;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s cubic-bezier(.46, .03, .52, .96), visibility 0s linear .25s;
}

@media print, screen and (min-width: 64em) {
	.header-search-form {
		width: 62%;
		margin: 0 auto;
		background-color: #fff;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.header-search-form.is-open {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		background-color: #fff;
		height: calc(100vh - 80px);
		overflow-y: auto;
	}
}

.search-open .header-search-form.is-open {
	opacity: 1;
	visibility: visible;
	position: absolute;
	transition: opacity .25s cubic-bezier(.46, .03, .52, .96), visibility 0s linear 0s;
}

.wp-block-search .wp-block-search__input {
	border: 2px solid #06379a !important;
	border-radius: 4px;
}

.search-form label {
	position: relative;
}

.search-form-input {
	height: auto;
	margin: .5rem 0;
	padding: 12px;
	color: #4b4b50;
	font-weight: 500;
	border: 2px solid !important;
	border-radius: 4px;
	width: 100%;
}

@media print, screen and (min-width: 48em) {
	.search-form-input {
		font-size: 1.0625rem;
	}
}

.search-form-input::placeholder {
	opacity: 1;
	color: #4b4b50;
}

.search-form-input:focus {
	color: currentColor;
	border-color: #0069b2 !important;
	border-width: 1px !important;
}

.search-form-clear {
	font-size: 1.25rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	color: #4b4b50;
	transform: translateY(-35%);
	cursor: pointer;
}

.search-form-clear i {
	transform: translateY(-2px);
}

.search-form-content {
	width: 100%;
	padding: 1.25rem 2.25rem;
	margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
	.search-form-content {
		padding: .5rem 1.5rem;
	}
}

.search-form-results .searchwp-live-search-results {
	color: #0069b2;
	background-color: #fff;
	position: relative;
	top: auto !important;
	left: auto !important;
	box-shadow: none;
	max-width: 100%;
	max-height: unset;
	overflow-x: hidden;
	font-weight: 500;
}

@media print, screen and (min-width: 64em) {
	.search-form-results .searchwp-live-search-results {
		max-height: 70vh;
		border-radius: 4px;
	}
}

.search-form-results .searchwp-live-search-results .searchwp-live-search-no-results {
	padding: .5rem;
}

.search-form-results .searchwp-live-search-no-min-chars::after {
	padding: 0;
	font-size: .8em;
}

.searchwp-live-search-results {
	padding: 1rem 0;
	font-size: 1.25rem;
}

@media print, screen and (min-width: 64em) {
	.searchwp-live-search-results {
		padding: 1rem;
	}
}

.searchwp-live-search-results a {
	color: inherit;
	padding: .25rem;
	text-decoration: none;
}

.searchwp-live-search-results p {
	padding: 0;
}

.searchwp-live-search-results .post-type-label-wrap {
	position: relative;
	margin-top: .5em;
	margin-bottom: .5em;
}

.searchwp-live-search-results .post-type-label-wrap:before {
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	background-color: #dce1eb;
	top: 50%;
	margin-left: 1em;
	display: block;
	right: 10px;
	padding-left: 1em;
}

.searchwp-live-search-results .showing-results {
	font-size: .6em;
}

.searchwp-live-search-results .search-results-actions a {
	font-size: .6em;
	padding: 0;
}

.searchwp-live-search-results .search-result-post-title {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1rem;
	color: #4b4b50;
}

.searchwp-live-search-results .search-result-post-title:hover {
	transform: translateX(.25rem);
}

.searchwp-live-search-results span.post-type-label {
	padding: .5rem 1rem;
	margin-right: .5em;
	line-height: 1;
	display: inline-block;
	transform: translateY(-2px);
	background-color: #f2f3f4;
	color: #1d2327;
	font-weight: 500;
	border-radius: .5rem;
	font-size: .75rem;
}

#grid-overlay-bg, #grid-overlay-lines {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	height: 100%;
	max-width: 100%;
	width: calc(1162px + 39px + 39px);
	transform: translateX(-50%);
	pointer-events: none;
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	#grid-overlay-bg, #grid-overlay-lines {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	#grid-overlay-bg, #grid-overlay-lines {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

#grid-overlay-bg span, #grid-overlay-lines span {
	height: 100vh;
	display: block;
}

#grid-overlay-bg {
	z-index: -1;
}

#grid-overlay-bg span {
	width: 100%;
	background-color: #fff;
}

#grid-overlay-lines {
	z-index: 99;
}

#grid-overlay-lines span {
	margin-left: -1px;
	margin-right: -1px;
	width: calc(100% + 2px);
	border-left: 2px dashed #eb8715;
	border-right: 2px dashed #eb8715;
}

#grid-overlay-toggle {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	padding: 2px;
	border-radius: 2px;
	background-color: #fff;
	z-index: 999;
}

.reveal {
	animation: fadeIn .25s cubic-bezier(.46, .03, .52, .96);
	max-width: 100%;
	overflow: visible;
	width: 60rem;
	margin: 0 auto;
}

@media print, screen and (max-width: 47.99875em) {
	.reveal {
		height: auto;
		min-height: auto;
	}
}

.reveal.reveal {
	padding: 0;
	background-color: unset;
	border: none;
	max-width: 90vw;
}

.reveal .reveal-content {
	padding: 0;
}

.reveal .close-button {
	color: #fff;
	font-size: .8rem;
	font-family: "Roboto", sans-serif;
	transform: translateY(-35px);
	cursor: pointer;
	position: absolute;
	top: .75rem;
	right: 1rem;
}

.reveal .close-button span {
	display: flex;
	align-items: center;
}

.reveal .close-button i {
	font-size: 1rem;
	margin-left: .5rem;
}

.reveal-heading {
	margin: 0 0 1.5rem;
	padding-right: 2rem;
}

.reveal-content {
	background-color: #fff;
}

.reveal-content video, .reveal-content iframe {
	width: 100%;
}

.reveal-overlay {
	padding: 1rem;
}

.yoast-breadcrumbs {
	position: absolute;
	top: 80px;
	z-index: 2;
	font-size: .8rem;
	background-color: rgba(255, 255, 255, .3);
	transition: background 1s;
	margin: 0;
	width: 100%;
}

.yoast-breadcrumbs>span {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1162px + 39px + 39px);
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
	display: inline-block;
	background-color: transparent;
	border-radius: 1rem;
}

@media print, screen and (min-width: 48em) {
	.yoast-breadcrumbs>span {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.yoast-breadcrumbs>span {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.yoast-breadcrumbs a {
	font-weight: 500;
	text-decoration: none;
	text-underline-position: under;
}

.yoast-breadcrumbs a:hover {
	text-decoration: underline;
}

.yoast-breadcrumbs a:hover {
	text-decoration: underline;
}

.admin-bar .yoast-breadcrumbs {
	top: 126px;
}

@media screen and (min-width: 48.9375em) {
	.admin-bar .yoast-breadcrumbs {
		top: 112px;
	}
}

.yoast-breadcrumbs .breadcrumb_last {
	pointer-events: none;
}

.wp-block-button.link-type-lightboxvideo a {
	padding-right: 2.5rem !important;
	padding-top: .8rem !important;
	padding-bottom: .8rem !important;
}

.wp-block-button.link-type-lightboxvideo a:after {
	content: "";
	font-size: 1.5rem;
	background-color: transparent;
}

#reveal-video .reveal-content {
	background-color: transparent;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

#reveal-video .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#reveal-video .responsive-iframe iframe {
	height: 100%;
	border-radius: 15px;
}

.wp-block-image.link-type-lightboxvideo {
	cursor: pointer;
}

.wp-block-image.link-type-lightboxvideo a {
	display: block;
	position: relative;
}

.wp-block-image.link-type-lightboxvideo a .video-play-button .fa-play-circle {
	position: absolute;
	font-size: clamp(2rem, 2.25vw, 2.5rem);
	border-radius: .5rem;
	background-color: white;
	padding: 1rem 1rem .9rem 1.25rem;
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.wp-block-image.link-type-lightboxvideo a .video-play-button .fa-play-circle:before {
	color: #0069b2;
	content: "";
}

.wp-block-image.link-type-lightboxvideo a:hover .video-play-button .fa-play-circle {
	transform: translateY(-3px);
	box-shadow: 0 4px 10px 0 rgba(75, 75, 80, .05), 0 10px 30px 0 rgba(75, 75, 80, .1);
}

body div#hs-eu-cookie-confirmation {
	bottom: 0;
	top: unset;
}

.popmake-content .wp-block-group {
	padding: 2rem;
}

.popmake-content .wp-block-group img {
	margin: 2rem 0;
}

.pum-theme-content-only {
	backdrop-filter: blur(10px);
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: unset;
}

#popmake-407465 .popmake-content .wp-block-group {
	padding: 2rem 2rem 0 2rem;
	border-radius: .5rem;
}

#popmake-407465 .popmake-content .wp-block-group img {
	margin: 0;
}

#popmake-407700 img {
	margin: 0 !important;
}

.page-id-2410 .bjm-cards-wrapper .filter-keyword::before {
	content: "Search for your industry";
}

@media print, screen and (min-width: 64em) {
	#menu-item-3787 {
		width: 350%;
	}
}

@media print, screen and (min-width: 64em) {
	body.page-id-2010 .bjm-cards-result-count {
		margin-left: calc(39px / 2);
	}
}

#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
	position: fixed;
	width: auto;
	min-width: unset;
}

body {
	position: relative;
}

#sticky-demo-button {
	transition: all .3s ease-in-out;
	bottom: -50px;
	position: -webkit-sticky;
	position: fixed;
	width: 100%;
	z-index: 999;
}

#sticky-demo-button.stuck {
	bottom: 0;
}

#sticky-demo-button a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #06379a;
	color: #fff;
	padding: 12px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
	transition: all .25s;
}

.search .search-filter-cpt-wrapper {
	margin-top: 2rem;
}

@media print, screen and (min-width: 64em) {
	.search .search-filter-cpt-wrapper {
		margin-top: 3.5rem;
	}
}

.search .search-filter-cpt-wrapper .wp-block-buttons:not(.search-results-how-all) .wp-block-button__link {
	padding: .5rem 1rem;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.search .search-filter-cpt-wrapper .wp-block-buttons:not(.search-results-how-all) .wp-block-button__link:hover {
	color: #fff;
	background-color: #06379a;
}

.search-results-form {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.search-results-form-input {
	margin: 0;
	border-color: transparent;
}

.search-results-form-submit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .25rem;
	font-size: 1.25em;
	padding: .275rem;
}

.search-results-form-submit:hover {
	opacity: .75;
}

@media print, screen and (max-width: 47.99875em) {
	.home .cell-gutenberg-content>.wp-block-cover:first-child {
		text-align: center;
	}
}

.home .wp-block-kadence-tabs .type-bjm_use_case.cell.cell-card {
	min-height: 100px;
}

@media print, screen and (min-width: 64em) {
	.home .wp-block-kadence-tabs .type-bjm_use_case.cell.cell-card {
		aspect-ratio: 3/4;
	}
}

@media only print, screen and (max-width: 767px) {
	.home .kt-accordion-panel {
		overflow: unset;
	}
	
	.home .wp-block-kadence-tabs {
		padding-top: 0;
	}
	
	.home .wp-block-kadence-tabs .wp-block-kadence-tab {
		padding-top: 0;
	}
	
	.home .wp-block-kadence-tabs .kt-tabs-accordion-title-1 {
		display: none;
	}
	
	.home .wp-block-kadence-tabs .kt-tab-title {
		background-color: #fff !important;
		padding: .5rem 1rem !important;
		margin-top: 1rem !important;
		border-radius: 10px !important;
		overflow: hidden !important;
		border: 1px solid #eee !important;
	}
	
	.home .wp-block-kadence-tabs .kt-tab-title>* {
		color: #4b4b50;
		font-weight: normal;
		font-size: 1.125rem;
		font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	}
	
	.home .wp-block-kadence-tabs .bjm_use_case.cell {
		margin: 0;
		width: calc(33.333% - .3rem);
	}
	
	.home .wp-block-kadence-tabs .type-bjm_use_case.cell.cell-card {
		padding: 1rem .5rem .5rem .5rem;
	}
	
	.home .wp-block-kadence-tabs .type-bjm_use_case .card-inner {
		display: flex !important;
		flex-direction: row;
	}
	
	.home .wp-block-kadence-tabs .type-bjm_use_case .custom-icon-wrapper {
		padding: 0 !important;
		width: auto;
		height: auto;
	}
	
	.home .wp-block-kadence-tabs .type-bjm_use_case .custom-icon-wrapper img {
		aspect-ratio: 1/1;
		max-height: 30px !important;
		max-width: 30px;
		object-fit: contain;
		object-position: center;
	}
	
	.home .wp-block-kadence-tabs .type-bjm_use_case .title.card-title {
		font-weight: 500;
		font-size: .8rem !important;
	}
	
	.home .wp-block-kadence-tabs .type-bjm_use_case .card-read-more .wp-block-button .wp-block-button__link {
		font-size: .7rem !important;
	}
	
	.home .wp-block-kadence-tabs .cards-grid-x.grid-x {
		margin: unset;
		gap: .3rem;
		justify-content: space-between;
	}
	
	.home .wp-block-cover__inner-container .wp-block-columns>.wp-block-column:nth-of-type(2) .cards-grid-x.grid-x {
		margin: unset;
		gap: .3rem;
		justify-content: space-between;
	}
}

.home .cell-gutenberg-content .recruitment-management-platform .wp-block-bjm-blocks-blocks .wp-block-bjm-blocks-block>.wp-block-group {
	flex: 1;
	height: 100%;
}

.home .cell-gutenberg-content .recruitment-management-platform .wp-block-bjm-blocks-blocks .wp-block-bjm-blocks-block>.wp-block-group .wp-block-media-text {
	height: 100%;
}

@media only print, screen and (max-width: 969px) and (min-width: 600px) {
	.home .cell-gutenberg-content .recruitment-management-platform .wp-block-bjm-blocks-blocks .wp-block-bjm-blocks-block>.wp-block-group .wp-block-media-text {
		grid-template-columns: 15% auto !important;
	}
}

.home .cell-gutenberg-content .recruitment-management-platform .wp-block-bjm-blocks-blocks .wp-block-bjm-blocks-block>.wp-block-group .wp-block-media-text .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

@media (max-width: 992px) {
	.page-id-3789 .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width: 992px) {
	.page-id-3789 .cards-grid-bjm_client_logo {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.page-id-3789 .wrap-results-and-paging {
		display: flex;
	}
	
	.page-id-3789 .wrap-results-and-paging .bjm_client_logo {
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width: 720px) {
	body.page-id-552 .cell-gutenberg-content>.wp-block-cover:first-of-type {
		padding-top: 6rem;
	}
	
	.home .wp-block-kadence-tabs .type-bjm_use_case.cell.cell-card {
		aspect-ratio: unset;
	}
	
	.wp-block-cover {
		min-height: 50vh !important;
	}
}

.header {
	color: #4b4b50;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	justify-content: flex-end;
	align-content: center;
	transition: .5s ease-out;
	max-width: 100vw;
	background-color: #fff;
}

.header.has-background-color-primary {
	background-color: #0069b2;
}

@media print, screen and (min-width: 64em) {
	.header {
		height: 80px;
	}
}

.header .grid-container {
	max-width: unset;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 64em) {
	.header .grid-container {
		height: inherit;
		display: flex;
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	
	.header .grid-container .grid-x {
		flex: 1;
	}
}

.admin-bar .header {
	top: 46px;
}

@media screen and (min-width: 48.9375em) {
	.admin-bar .header {
		top: 32px;
	}
}

.menu-open .header, .search-open .header, .header.scrolled-down {
	color: #4b4b50;
	background-color: #fff;
}

@media print, screen and (min-width: 64em) {
	.menu-open .header, .search-open .header, .header.scrolled-down {
		color: #4b4b50;
		background-color: #fff;
	}
}

.header.scrolled-down {
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
}

.header.slide-up {
	transform: translateY(-95px);
	transition-duration: .75s, .75s, .75s;
}

.search-open .header.slide-up {
	transform: none;
}

.header.slide-down {
	transform: none;
	transition-duration: .5s, .75s, .75s;
}

@media print, screen and (max-width: 63.99875em) {
	.header-search {
		margin-right: 0rem;
	}
}

@media print, screen and (min-width: 64em) {
	.header-search {
		position: relative;
	}
}

.header-search-toggle {
	padding: 3px;
	color: inherit;
	margin: 0;
	border: none;
	display: flex;
	font-size: 1rem;
	background-color: transparent;
	border-radius: 2px;
	cursor: pointer;
}

@media print, screen and (min-width: 64em) {
	.header-search-toggle {
		margin: 0 0 0 10px;
	}
}

.header-search-toggle:hover, .header-search-toggle:focus {
	outline: 2px solid;
}

.footer {
	font-size: .85rem;
	padding-bottom: 1rem;
	background-color: #fff;
}

.footer .footer-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1162px + 39px + 39px);
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.footer .footer-content {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.footer .footer-content {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.footer-logo {
		max-width: 100px;
	}
	
	.footer .grid-x .footer-links {
		padding-bottom: 0;
	}
	
	.footer .grid-x .footer-after {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.footer .wp-block-spacer, .footer .wp-block-separator {
		display: none;
	}
	
	.footer-menu-cont .wp-block-columns {
		flex-direction: column-reverse;
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column {
		justify-content: unset !important;
		display: grid !important;
		grid-template-areas: "a a" "b1 b2";
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column h1, .footer-menu-cont .wp-block-columns .wp-block-column h2, .footer-menu-cont .wp-block-columns .wp-block-column h3, .footer-menu-cont .wp-block-columns .wp-block-column h4, .footer-menu-cont .wp-block-columns .wp-block-column h5, .footer-menu-cont .wp-block-columns .wp-block-column h6 {
		margin: 0;
		padding: 1rem;
		font-family: "Roboto", sans-serif;
		font-weight: normal;
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column h1:first-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h2:first-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h3:first-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h4:first-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h5:first-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h6:first-of-type {
		width: 100%;
		border-top: 1px solid #19a0fa;
		border-bottom: 1px solid #19a0fa;
		grid-area: a;
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column h1:first-of-type a, .footer-menu-cont .wp-block-columns .wp-block-column h2:first-of-type a, .footer-menu-cont .wp-block-columns .wp-block-column h3:first-of-type a, .footer-menu-cont .wp-block-columns .wp-block-column h4:first-of-type a, .footer-menu-cont .wp-block-columns .wp-block-column h5:first-of-type a, .footer-menu-cont .wp-block-columns .wp-block-column h6:first-of-type a {
		display: block;
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column h1:last-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h2:last-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h3:last-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h4:last-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h5:last-of-type, .footer-menu-cont .wp-block-columns .wp-block-column h6:last-of-type {
		grid-area: b1;
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column .wp-block-social-links {
		grid-area: b2;
		padding: 0 1rem;
		justify-content: flex-end;
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column>p {
		text-align: center;
		grid-area: a;
		display: flex;
		flex-direction: column-reverse;
		border-top: 1px solid #19a0fa;
		margin: 0;
		padding: 1rem;
	}
	
	.footer-menu-cont .wp-block-columns .wp-block-column>p>* {
		display: block;
		margin-bottom: 1rem;
	}
	
	.footer-menu.accordion-menu .is-accordion-submenu-parent {
		text-align: center;
		color: inherit;
	}
	
	.footer-menu.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"]>a::after {
		transform: rotate(180deg) translateY(-50%);
	}
	
	.footer-menu.accordion-menu .is-accordion-submenu-parent>a {
		position: relative;
		padding-top: 1em;
		padding-bottom: 1em;
		display: inline-block;
		font-weight: 500;
	}
	
	.footer-menu.accordion-menu .is-accordion-submenu-parent>a:after {
		border: none;
		width: unset;
		height: unset;
		font-weight: bold;
		transform-origin: top;
	}
	
	.footer-menu.accordion-menu .is-accordion-submenu-parent>a:after {
		content: "";
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		position: absolute;
		font-size: .65em;
		right: -.65em;
		top: calc(50% + 4px);
		transform: translateY(-50%);
	}
}

@media print, screen and (min-width: 64em) {
	.footer-info {
		justify-content: flex-start;
	}
}

@media print, screen and (min-width: 64em) {
	.footer .footer-info {
		padding-left: 2.75rem;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.footer .footer-info {
		padding-top: 0;
	}
}

.footer .footer-info .widget-title {
	color: #4b4b50;
	font-size: 1rem;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .7rem 0 2.5rem;
}

.footer .footer-info .bjm-partner-logos {
	margin-top: 1rem;
}

.footer .footer-info .bjm-partner-logos .grid-x {
	display: grid;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0;
}

.footer .footer-info .bjm-partner-logos .grid-x .cell {
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	margin: 0;
}

.footer .footer-info .wp-block-acf-bjm-image-grid {
	padding-top: 1.5rem;
}

.footer .footer-info .wp-block-acf-bjm-image-grid .grid-x {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
}

.footer .footer-info .wp-block-acf-bjm-image-grid .grid-x .cell {
	margin: 0;
	width: 100%;
}

.footer .footer-info .wp-block-acf-bjm-image-grid .grid-x .cell .image-entry {
	object-fit: contain;
	max-height: 55px;
}

@media print, screen and (min-width: 48em) {
	.footer-menu-cont {
		justify-content: flex-end;
	}
}

.footer-menu-cont a {
	color: inherit;
}

@media print, screen and (min-width: 64em) {
	.footer-menu-cont .footer-menu>li>a {
		color: #4b4b50;
		font-size: 1rem;
		font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
		font-weight: 500;
		pointer-events: none;
	}
	
	.footer-menu-cont .footer-menu a {
		padding: .7rem 1rem .7rem 0;
	}
}

.footer .pre-footer .pre-footer-info>*:not(.alignfull) {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1162px + 39px + 39px);
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.footer .pre-footer .pre-footer-info>*:not(.alignfull) {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.footer .pre-footer .pre-footer-info>*:not(.alignfull) {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.footer .pre-footer .pre-footer-info>.alignwide, .footer .pre-footer .pre-footer-info>.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.footer .pre-footer .pre-footer-info>.alignwide>[class*='__inner-container'], .footer .pre-footer .pre-footer-info>.alignwide>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignwide>.bjm-cards-wrapper:not(.alignleft), .footer .pre-footer .pre-footer-info>.alignfull>[class*='__inner-container'], .footer .pre-footer .pre-footer-info>.alignfull>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignfull>.bjm-cards-wrapper:not(.alignleft) {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1162px + 39px + 39px);
	padding-right: 1.4375rem;
	padding-left: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
	.footer .pre-footer .pre-footer-info>.alignwide>[class*='__inner-container'], .footer .pre-footer .pre-footer-info>.alignwide>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignwide>.bjm-cards-wrapper:not(.alignleft), .footer .pre-footer .pre-footer-info>.alignfull>[class*='__inner-container'], .footer .pre-footer .pre-footer-info>.alignfull>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignfull>.bjm-cards-wrapper:not(.alignleft) {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.footer .pre-footer .pre-footer-info>.alignwide>[class*='__inner-container'], .footer .pre-footer .pre-footer-info>.alignwide>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignwide>.bjm-cards-wrapper:not(.alignleft), .footer .pre-footer .pre-footer-info>.alignfull>[class*='__inner-container'], .footer .pre-footer .pre-footer-info>.alignfull>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignfull>.bjm-cards-wrapper:not(.alignleft) {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

@media print, screen and (max-width: 47.99875em) {
	.footer .pre-footer .pre-footer-info>.alignwide.wp-block-columns>.wp-block-column>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignfull.wp-block-columns>.wp-block-column>.wp-block-group {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(1162px + 39px + 39px);
		padding-right: 1.4375rem;
		padding-left: 1.4375rem;
	}
}

@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
	.footer .pre-footer .pre-footer-info>.alignwide.wp-block-columns>.wp-block-column>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignfull.wp-block-columns>.wp-block-column>.wp-block-group {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
	.footer .pre-footer .pre-footer-info>.alignwide.wp-block-columns>.wp-block-column>.wp-block-group, .footer .pre-footer .pre-footer-info>.alignfull.wp-block-columns>.wp-block-column>.wp-block-group {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

.footer .pre-footer .pre-footer-info>.alignfull:not(:first-child):not(.is-style-no-margin) {
	max-width: 100%;
	margin: 23px 0;
}

@media print, screen and (min-width: 48em) {
	.footer .pre-footer .pre-footer-info>.alignfull:not(:first-child):not(.is-style-no-margin) {
		margin: 31px;
	}
}

@media print, screen and (min-width: 64em) {
	.footer .pre-footer .pre-footer-info>.alignfull:not(:first-child):not(.is-style-no-margin) {
		margin: 39px;
	}
}

@media screen and (min-width: 75em) {
	.footer .pre-footer .pre-footer-info>.alignfull:not(:first-child):not(.is-style-no-margin) {
		margin: 2rem;
	}
}

.footer .pre-footer .pre-footer-info>.alignwide {
	max-width: 1440px;
}

@media screen and (max-width: calc(1440px + 39px * 2)) {
	.footer .pre-footer .pre-footer-info>.alignwide:not(:first-child) {
		max-width: 100%;
		margin: 23px 0;
	}
}

@media screen and (max-width: calc(1440px + 39px * 2)) and (min-width: 48em) {
	.footer .pre-footer .pre-footer-info>.alignwide:not(:first-child) {
		margin: 31px;
	}
}

@media screen and (max-width: calc(1440px + 39px * 2)) and (min-width: 64em) {
	.footer .pre-footer .pre-footer-info>.alignwide:not(:first-child) {
		margin: 39px;
	}
}

@media screen and (max-width: calc(1440px + 39px * 2)) and (min-width: 75em) {
	.footer .pre-footer .pre-footer-info>.alignwide:not(:first-child) {
		margin: 2rem;
	}
}

.footer .pre-footer .pre-footer-info>* {
	width: auto;
}

.footer .pre-footer .pre-footer-info>.alignfull {
	max-width: 100%;
	margin: 23px 0;
	margin-top: 0 !important;
}

@media print, screen and (min-width: 48em) {
	.footer .pre-footer .pre-footer-info>.alignfull {
		margin: 31px;
	}
}

@media print, screen and (min-width: 64em) {
	.footer .pre-footer .pre-footer-info>.alignfull {
		margin: 39px;
	}
}

@media screen and (min-width: 75em) {
	.footer .pre-footer .pre-footer-info>.alignfull {
		margin: 2rem;
	}
}

.footer .footer-after a {
	text-decoration: none;
}

.footer .footer-after a:hover {
	color: #0069b2;
}

.footer .footer-after .wp-block-column {
	display: flex;
	align-items: center;
}

.footer .footer-after .wp-block-column:last-child {
	justify-content: flex-end;
	margin-left: 0;
}

.footer .footer-after .wp-block-column p a {
	color: #4b4b50;
}

@media print, screen and (min-width: 64em) {
	.footer .footer-after .wp-block-column p a:before {
		content: "|";
		padding: 0 .5em;
	}
}

.footer .footer-after .wp-block-column .wp-block-social-links {
	margin: 0;
}

.footer .footer-after .wp-block-column .wp-block-social-links .wp-block-social-link {
	margin-right: 0;
	color: #0069b2;
}

.footer .footer-after .wp-block-column .wp-block-social-links .wp-block-social-link a {
	padding: 0;
}

@media print, screen and (min-width: 64em) {
	.footer .footer-after .wp-block-column h1, .footer .footer-after .wp-block-column h2, .footer .footer-after .wp-block-column h3, .footer .footer-after .wp-block-column h4, .footer .footer-after .wp-block-column h5, .footer .footer-after .wp-block-column h6 {
		margin: 0;
	}
	
	.footer .footer-after .wp-block-column h1 a, .footer .footer-after .wp-block-column h2 a, .footer .footer-after .wp-block-column h3 a, .footer .footer-after .wp-block-column h4 a, .footer .footer-after .wp-block-column h5 a, .footer .footer-after .wp-block-column h6 a {
		margin-right: 30px;
	}
}

.footer .footer-bar {
	padding-top: 1rem;
}

@media print, screen and (min-width: 64em) {
	.footer .footer-bar {
		border-top: 1px solid #dce1eb;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.footer .footer-bar .footer-social-links {
		padding: 1.5rem 1rem;
		margin-bottom: 1rem;
		display: block;
		width: 100%;
		text-align: center;
		border-top: 1px solid #f0f0f5;
		border-bottom: 1px solid #f0f0f5;
	}
}

.footer .footer-bar .footer-social-links a {
	margin-right: 1em;
	font-size: 1.5em;
}

.footer .footer-bar .footer-copyright {
	margin-right: 1em;
}

.footer .footer-bar .footer-links a {
	margin: 1em;
	text-decoration: underline;
}

@media print, screen and (min-width: 64em) {
	.footer .footer-bar .footer-links a:last-of-type {
		margin-right: 0;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.footer .footer-bar .footer-social-links-cont {
		justify-content: center;
		margin-bottom: 1rem;
	}
	
	.footer .footer-bar .footer-page-links {
		flex-direction: column;
	}
	
	.footer .footer-bar .footer-links {
		display: grid;
		padding: 1rem;
		grid-template-columns: 1fr 1fr;
	}
	
	.footer .footer-bar .footer-links a {
		text-align: center;
	}
}

.footer .footer-landing-page {
	padding-top: 1.5rem;
}

@media print, screen and (max-width: 74.99875em) {
	.footer .footer-landing-page .wp-block-columns {
		text-align: center;
		flex-direction: column;
	}
	
	.footer .footer-landing-page .wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
		margin-left: 0;
	}
	
	.footer .footer-landing-page .wp-block-columns .wp-block-column p {
		text-align: center;
		margin-top: 1rem;
	}
}

.bjm-cards-wrapper .filters .filter ul li {
	padding: 4px 8px 4px 0;
	margin: 0;
}

.bjm-cards-wrapper .filter-title {
	display: none;
}

.bjm-cards-wrapper .filter-label, .bjm-cards-wrapper .filter-keyword::before {
	font-size: .75rem;
	font-family: "Roboto", sans-serif;
}

.bjm-cards-wrapper .filter-keyword {
	position: relative;
}

.bjm-cards-wrapper .filter-keyword::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 14px;
}

@media print, screen and (max-width: 63.99875em) {
	.bjm-cards-wrapper .filter-keyword::after {
		bottom: 16px;
	}
}

.bjm-cards-wrapper .filters-label-visible .filter-keyword::before {
	content: "Keywords";
}

.bjm-cards-wrapper .filter-select.filter-tabs- {
	position: relative;
}

.bjm-cards-wrapper .filter-select.filter-tabs- select {
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.bjm-cards-wrapper .filter-select.filter-tabs- select.nitro-lazy {
	background-image: none !important;
}

.bjm-cards-wrapper .filter-select.filter-tabs-::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 14px;
}

@media print, screen and (max-width: 63.99875em) {
	.bjm-cards-wrapper .filter-select.filter-tabs-::after {
		bottom: 18px;
	}
}

.bjm-cards-wrapper .filter-reset {
	display: flex;
	flex-direction: column;
}

@media print, screen and (min-width: 48em) {
	.bjm-cards-wrapper .filter-reset {
		margin-left: auto;
		align-self: flex-end;
	}
}

.bjm-cards-wrapper .filter-reset a {
	border: 1px solid #dce1eb;
	padding: 11px 15px;
	color: #4b4b50;
	border-radius: 2px;
}

.bjm-cards-wrapper .filter-reset a:focus, .bjm-cards-wrapper .filter-reset a:hover, .bjm-cards-wrapper .filter-reset a:active {
	border-color: #0069b2;
	color: #0069b2;
}

.bjm-cards-wrapper:not(.alignleft) .filter-keyword {
	order: 1;
}

.bjm-cards-wrapper:not(.alignleft) .filter-reset {
	order: 2;
	margin-top: .5rem;
}

.bjm-cards-wrapper:not(.alignleft) .filter-reset .filter-label {
	display: none;
}

@media print, screen and (min-width: 48em) {
	.bjm-cards-wrapper:not(.alignleft) .filter-reset {
		margin-top: unset;
	}
	
	.bjm-cards-wrapper:not(.alignleft) .filter-reset .clear-filter-text {
		display: none;
	}
	
	.bjm-cards-wrapper:not(.alignleft) .filter-reset .filter-label {
		display: block;
	}
}

.bjm-cards-wrapper.alignleft {
	display: grid;
	float: unset !important;
}

@media print, screen and (min-width: 64em) {
	.bjm-cards-wrapper.alignleft {
		grid-template-columns: 1fr 4fr;
		grid-gap: 2rem;
	}
	
	.bjm-cards-wrapper.alignleft .filter-no-results {
		grid-column: 2/4;
		grid-row: 1;
	}
}

.bjm-cards-wrapper.alignleft .cards-filter-widget-area {
	margin-top: 2rem;
}

.bjm-cards-wrapper.alignleft .cards-filter-widget-area h1, .bjm-cards-wrapper.alignleft .cards-filter-widget-area h2, .bjm-cards-wrapper.alignleft .cards-filter-widget-area h3, .bjm-cards-wrapper.alignleft .cards-filter-widget-area h4, .bjm-cards-wrapper.alignleft .cards-filter-widget-area h5, .bjm-cards-wrapper.alignleft .cards-filter-widget-area h6 {
	margin: 0;
}

.bjm-cards-wrapper.alignleft .filter-label, .bjm-cards-wrapper.alignleft .filter-keyword::before {
	font-size: .875rem;
	font-weight: 700;
	margin-bottom: .5rem;
	display: block;
}

.bjm-cards-wrapper.alignleft .filters {
	flex-direction: column;
}

.bjm-cards-wrapper.alignleft .filters .filter {
	margin-right: 0;
	margin-bottom: 1rem;
}

.bjm-cards-wrapper.alignleft .filters .filter i {
	display: none;
}

.bjm-cards-wrapper.alignleft .filters .filter ul {
	flex-wrap: wrap;
	align-items: flex-start;
}

@media print, screen and (min-width: 64em) {
	.bjm-cards-wrapper.alignleft .filters .filter ul {
		flex-direction: column;
	}
}

.bjm-cards-wrapper.alignleft .filters .filter ul li {
	text-align: left;
	border: none;
}

.bjm-cards-wrapper.alignleft .filters .filter ul li:before {
	padding-right: 10px;
	content: "";
	font-family: "Font Awesome 5 Pro";
}

.bjm-cards-wrapper.alignleft .filters .filter ul li.selected {
	background-color: unset;
	color: #19a0fa;
}

.bjm-cards-wrapper.alignleft .filters .filter-reset {
	align-self: flex-start;
	margin-left: unset;
	text-align: center;
}

@media print, screen and (min-width: 64em) {
	.bjm-cards-wrapper.alignleft .filters .filter-reset {
		width: 100%;
	}
}

.bjm-cards-wrapper.alignleft .filters .filter-reset .filter-label {
	display: none;
}

.bjm-cards-wrapper input, .bjm-cards-wrapper select {
	width: 100%;
	padding-left: .5rem;
}

.bjm-cards-wrapper input:focus-visible, .bjm-cards-wrapper select:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: -1px;
}

.filter-no-results-inner {
	display: flex;
	align-items: center;
}

.filter-no-results-inner i {
	margin-right: .5rem;
}

.switch-filters-for-screens .filter-select[data-filter="additional_taxonomy_filtering_1"] {
	display: none;
}

@media print, screen and (min-width: 48em) {
	.switch-filters-for-screens .filter-select[data-filter="additional_taxonomy_filtering_1"] {
		display: block;
	}
	
	.switch-filters-for-screens .filter-select[data-filter="additional_taxonomy_filtering_2"] {
		display: none;
	}
}

.switch-third-filters-for-screens .filter-select[data-filter="additional_taxonomy_filtering_2"] {
	display: none;
}

@media print, screen and (min-width: 48em) {
	.switch-third-filters-for-screens .filter-select[data-filter="additional_taxonomy_filtering_2"] {
		display: block;
	}
	
	.switch-third-filters-for-screens .filter-select[data-filter="additional_taxonomy_filtering_3"] {
		display: none;
	}
}

.header-links {
	display: none;
	transition: opacity .25s cubic-bezier(.46, .03, .52, .96);
}

.search-open .header-links {
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1023px) {
	.menu-open .header-links {
		display: inline-flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		flex-direction: column;
		background-color: #d9f1fc;
	}
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
	.menu-open .header-links {
		top: 80px;
		height: calc(100vh - 80px);
		right: 0;
		left: auto;
		width: 50%;
	}
}

@media print, screen and (min-width: 64em) {
	.header-links {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		display: inline-flex;
		margin-left: auto;
		background-color: unset;
		align-items: center;
	}
}

.header-links-mobile {
	margin-left: auto;
}

.mobile-menu-links-wrapper {
	width: 100%;
}

.mobile-menu-links-wrapper .header-link-wrapper .header-link {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: .8125rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	border: 2px solid #06379a;
}

.mobile-menu-links-wrapper .header-link-wrapper .header-link:not(.has-text-color) {
	color: #06379a;
}

.mobile-menu-links-wrapper .header-link-wrapper .header-link:not(.has-background) {
	background-color: transparent;
}

.mobile-menu-links-wrapper .header-link-wrapper .header-link:hover {
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
	background-color: #06379a;
	color: #fff;
}

.mobile-menu-links-wrapper .header-link-wrapper .header-link .header-link-icon-display {
	color: inherit;
}

.mobile-menu-buttons {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 3rem;
	justify-content: center;
}

.header-link-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media print, screen and (min-width: 64em) {
	.header-link-wrapper {
		padding: .75rem 1rem 0 1rem;
	}
}

.header-link-wrapper .header-link {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	padding-bottom: .3em;
	padding-bottom: 0;
	width: 100%;
}

.header-link-wrapper .header-link:not(.has-text-color) {
	color: #06379a;
}

@media print, screen and (min-width: 64em) {
	.header-link-wrapper .header-link {
		padding-bottom: .75rem;
		background-image: linear-gradient(#4b4b50, #4b4b50);
		background-size: 0% 2px;
		background-repeat: no-repeat;
		transition: background-size .3s;
		background-position: 0 calc(100% - 0px);
	}
	
	.header-link-wrapper .header-link:hover, .header-link-wrapper .header-link:focus {
		background-size: 100% 2px;
	}
}

.header-link-wrapper .header-link .header-link-icon-display {
	font-size: 1.0625rem;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	color: #4b4b50;
}

.header-links .wpml-ls-legacy-list-horizontal {
	margin-bottom: 0;
}

.header-links .wpml-ls-legacy-list-horizontal .wpml-ls-item:hover .wpml-ls-link {
	background-color: transparent;
}

.header-links .wpml-ls-legacy-list-horizontal .wpml-ls-link {
	background-color: transparent;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
}

.wp-block-buttons {
	align-items: center;
}

.wp-block-button .wp-block-button__link .icon {
	margin-left: .5rem;
}

.wp-block-button.is-style-primary .wp-block-button__link {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	animation: pulseIt infinite alternate 1s ease-out;
}

.wp-block-button.is-style-primary .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.wp-block-button.is-style-primary .wp-block-button__link:not(.has-background) {
	background-color: #06379a;
}

.wp-block-button.is-style-primary .wp-block-button__link:hover {
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
}

.wp-block-button.is-style-secondary .wp-block-button__link {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.wp-block-button.is-style-secondary .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.wp-block-button.is-style-secondary .wp-block-button__link:not(.has-background) {
	background-color: #06379a;
}

.wp-block-button.is-style-secondary .wp-block-button__link:hover {
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
}

.wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-secondary .wp-block-button__link:focus {
	transform: scale(1.025);
	filter: brightness(1.1);
}

.wp-block-button.is-style-secondary-outline .wp-block-button__link {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: .8125rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	border: 2px solid #06379a;
}

.wp-block-button.is-style-secondary-outline .wp-block-button__link:not(.has-text-color) {
	color: #06379a;
}

.wp-block-button.is-style-secondary-outline .wp-block-button__link:not(.has-background) {
	background-color: transparent;
}

.wp-block-button.is-style-secondary-outline .wp-block-button__link:hover {
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
	background-color: #06379a;
	color: #fff;
}

.wp-block-button.is-style-tertiary .wp-block-button__link {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	padding-bottom: .3em;
}

.wp-block-button.is-style-tertiary .wp-block-button__link:not(.has-text-color) {
	color: #06379a;
}

.wp-block-button.is-style-tertiary-with-icon .wp-block-button__link {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	padding-bottom: .3em;
}

.wp-block-button.is-style-tertiary-with-icon .wp-block-button__link:not(.has-text-color) {
	color: #06379a;
}

.wp-block-button.is-style-tertiary-with-icon .wp-block-button__link::after {
	padding-left: .5rem;
	font-size: 1.125rem;
	font-weight: inherit;
	transition: transform .25s cubic-bezier(.46, .03, .52, .96);
	content: "";
}

.wp-block-button.is-style-tertiary-with-icon .wp-block-button__link:hover {
	filter: brightness(1.1);
}

.wp-block-button.is-style-tertiary-with-icon .wp-block-button__link:hover::after {
	animation: bounceIt infinite alternate .5s;
}

.wp-block-button.is-style-inline-text .wp-block-button__link {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: .875rem;
	font-weight: 600;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	text-decoration: none;
	pointer-events: none;
	cursor: auto;
}

.wp-block-button.is-style-inline-text .wp-block-button__link:not(.has-text-color) {
	color: #4b4b50;
}

.wp-block-button.has-large-font-size .wp-block-button__link {
	padding: 1em;
	font-size: 1.3rem !important;
}

.button-primary {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.button-primary:not(.has-text-color) {
	color: #fff;
}

.button-primary:not(.has-background) {
	background-color: #06379a;
}

.button-primary:hover {
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
}

.button-secondary {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.button-secondary:not(.has-text-color) {
	color: #fff;
}

.button-secondary:not(.has-background) {
	background-color: #06379a;
}

.button-secondary:hover {
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
}

.button-tertiary {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	padding-bottom: .3em;
}

.button-tertiary:not(.has-text-color) {
	color: #06379a;
}

.button-tertiary-with-icon {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	padding-bottom: .3em;
}

.button-tertiary-with-icon:not(.has-text-color) {
	color: #06379a;
}

.button-tertiary-with-icon::after {
	padding-left: .5rem;
	font-size: 1.125rem;
	font-weight: inherit;
	transition: transform .25s cubic-bezier(.46, .03, .52, .96);
	content: "";
}

.button-tertiary-with-icon:hover {
	filter: brightness(1.1);
}

.button-tertiary-with-icon:hover::after {
	animation: bounceIt infinite alternate .5s;
}

.button-inline-text {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: .875rem;
	font-weight: 600;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	text-decoration: none;
	pointer-events: none;
	cursor: auto;
}

.button-inline-text:not(.has-text-color) {
	color: #4b4b50;
}

.wp-block-separator {
	border: none;
	height: 1px;
}

.wp-block-separator:not(.is-style-wide) {
	width: 25%;
}

.wp-block-separator:not(.has-text-color) {
	background-color: currentColor;
}

.wp-block-latest-posts__list {
	margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	min-height: unset;
}

@media print, screen and (max-width: 47.99875em) {
	.wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
		padding-left: 0;
		padding-right: 0;
	}
}

.wp-block-quote p, .cell.type-bjm_testimonial .card-excerpt p, blockquote p {
	font-size: 21px;
	font-style: italic;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
}

@media print, screen and (max-width: 47.99875em) {
	.wp-block-quote.is-style-large p, .cell.type-bjm_testimonial .is-style-large.card-excerpt p, blockquote.is-style-large p {
		font-size: 1em;
	}
}

.our-mission-quote {
	height: 100%;
}

.our-mission-quote .wp-block-quote, .our-mission-quote .cell.type-bjm_testimonial .card-excerpt, .cell.type-bjm_testimonial .our-mission-quote .card-excerpt {
	border: none;
	font-size: 2rem;
}

blockquote {
	margin: 0;
	padding-left: 1.2rem;
	border-left: 1px solid #19a0fa;
}

.wp-block-list.is-style-sparkle {
	list-style: none;
	font-size: 1.0625rem;
	font-weight: 500;
}

.wp-block-list.is-style-sparkle li {
	padding-left: 1.5em;
	position: relative;
	margin: 0 0 .5rem;
}

.wp-block-list.is-style-sparkle li:before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	height: 1em;
	width: 1em;
	background: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/source/rev-4c34d40/jobadder.com/wp-content/themes/jobadder/assets/images/sparkle-medium-blue.svg") no-repeat;
	background-size: 1em;
}

.wp-block-cover .wp-block-list.is-style-sparkle li:before {
	background-image: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/source/rev-4c34d40/jobadder.com/wp-content/themes/jobadder/assets/images/sparkle-medium-white.svg");
}

.cell-gutenberg-content>* .wp-block-list.is-style-sparkle {
	padding-left: 0;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #4b4b50;
}

.cell-gutenberg-content>.wp-block-cover:first-of-type {
	padding-top: 9rem;
	min-height: 200px;
}

.page-template-landing-page .cell-gutenberg-content>.wp-block-cover:first-of-type {
	padding-top: 5rem;
}

@media print, screen and (min-width: 64em) {
	.cell-gutenberg-content>.wp-block-cover:first-of-type {
		min-height: 400px;
	}
}

.cell-gutenberg-content>.wp-block-cover:first-of-type .wp-block-cover__inner-container h3 {
	margin-top: 1rem;
}

@media print, screen and (max-width: 63.99875em) {
	.wp-block-cover {
		min-height: 50vh;
	}
}

.wp-block-cover .wp-block-cover__gradient-background+.wp-block-cover__image-background {
	z-index: 1;
}

.wp-block-cover.is-style-contain .wp-block-cover__image-background {
	object-fit: contain;
}

.wp-block-image.link-type-lightboxvideo:before {
	display: none;
}

.wp-block-image.is-style-moving-stars {
	transform: translatey(120px);
	margin-bottom: -120px !important;
}

.wp-block-image.has-drop-shadow {
	filter: drop-shadow(0 5px 5px rgba(5, 28, 45, .1));
}

.wp-block-image.rounded-play-button a .video-play-button .fa-play-circle {
	background-color: #06379a;
	border-radius: 9999px;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 1.5rem;
	filter: drop-shadow(0 5px 3px rgba(0, 0, 0, .313725));
}

.wp-block-image.rounded-play-button a .video-play-button .fa-play-circle:before {
	color: #fff;
	content: "";
	font-weight: normal;
	font-size: 3rem;
}

@media screen and (max-width: 48.9375em) {
	.cell-gutenberg-content .wp-block-column {
		padding-left: 0;
		padding-right: 0;
	}
}

.wp-block-columns.is-style-equal-height .wp-block-column {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.wp-block-columns.is-style-equal-height .wp-block-column.is-vertically-aligned-bottom {
	justify-content: space-between;
}

.wp-block-columns.is-style-equal-height .wp-block-column.is-vertically-aligned-bottom .wp-block-cover {
	flex: 1;
	align-items: stretch;
}

.wp-block-columns.is-style-equal-height .wp-block-column.is-vertically-aligned-bottom .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wp-block-columns.is-style-equal-height .wp-block-column.is-vertically-aligned-center {
	justify-content: center;
}

.wp-block-columns.are-vertically-aligned-center .wp-block-column {
	justify-content: center;
}

.wp-block-columns.are-vertically-aligned-bottom .wp-block-column {
	justify-content: flex-end;
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
	.wp-block-kadence-tabs .wp-block-column .bjm-cards-wrapper .grid-margin-x>.cell {
		flex: 0 0 auto;
		width: calc(100% - 1.9375rem);
		margin-left: .96875rem;
		margin-right: .96875rem;
	}
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
	.wp-block-kadence-tabs .wp-block-column .bjm-cards-wrapper .grid-margin-x>.cell {
		flex: 0 0 auto;
		width: calc(50% - 2.4375rem);
		margin-left: 1.21875rem;
		margin-right: 1.21875rem;
	}
}

@media (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns .wp-block-column:not(:only-child) {
		flex-grow: 1;
	}
}

@media print, screen and (min-width: 64em) {
	.wp-block-columns.is-style-line-between>.wp-block-column:not(:first-child) {
		border-left: 1px solid rgba(25, 160, 250, .1);
		padding-left: 44px;
		margin-left: 44px;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.wp-block-columns.alignfull .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.wp-block-columns.alignfull .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}

.wp-block-group.is-style-rounded {
	border-radius: 15px;
	overflow: hidden;
}

@media print, screen and (max-width: 47.99875em) {
	.wp-block-group.is-style-rounded {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
}

.bjm-archive-grid {
	margin-top: 1rem;
}

.cards-grid-x .cell-card {
	border: none;
}

.cell-card .card-content .card-meta {
	display: flex;
	flex-direction: row;
}

.cards-grid-x div.cell.cell-card {
	height: unset;
	border-radius: .5rem;
}

.cards-grid-x div.cell.cell-card .cover-link {
	z-index: 7;
}

.cards-grid-x div.cell.cell-card .card-image {
	background-color: unset;
}

.cards-grid-x div.cell.cell-card .card-image img {
	position: inherit;
}

.cards-grid-x div.cell.cell-card .card-content {
	padding: 1.5rem 1.5rem 0;
}

.cards-grid-x div.cell.cell-card .card-content .date-month {
	padding-left: .2rem;
}

.cards-grid-x div.cell.cell-card .custom-icon-wrapper {
	padding-top: 1rem;
}

.cards-grid-x div.cell.cell-card .custom-icon-wrapper img {
	max-height: 2.5rem;
	height: auto;
	width: auto;
}

@media print, screen and (max-width: 47.99875em) {
	.wp-block-group.alignfull>.bjm-cards-wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(1162px + 39px + 39px);
	}
}

.bjm-cards-wrapper {
	min-height: 80px;
}

.bjm-cards-wrapper .cards-heading-link {
	align-items: center;
	padding-bottom: 2rem;
	justify-content: space-between;
}

@media print, screen and (max-width: 63.99875em) {
	.bjm-cards-wrapper .cards-heading-link {
		margin-left: 0;
		margin-right: 0;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.bjm-cards-wrapper .cards-heading-link>* {
		margin-left: 0;
		margin-right: 0;
	}
}

.bjm-cards-wrapper .cards-heading-link .cards-heading {
	margin: 0;
}

.bjm-cards-wrapper .cards-heading-link .cell-cards-link a {
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	justify-content: center;
	justify-content: flex-start;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	padding-bottom: .3em;
}

.bjm-cards-wrapper .cards-heading-link .cell-cards-link a:not(.has-text-color) {
	color: #06379a;
}

.bjm-cards-wrapper .cards-heading-link .cell-cards-link a::after {
	padding-left: .5rem;
	font-size: 1.125rem;
	font-weight: inherit;
	transition: transform .25s cubic-bezier(.46, .03, .52, .96);
	content: "";
}

.bjm-cards-wrapper .cards-heading-link .cell-cards-link a:hover {
	filter: brightness(1.1);
}

.bjm-cards-wrapper .cards-heading-link .cell-cards-link a:hover::after {
	animation: bounceIt infinite alternate .5s;
}

@media print, screen and (min-width: 48em) {
	.bjm-cards-wrapper .cards-heading-link .cell-cards-link a {
		justify-content: flex-end;
	}
}

.bjm-cards-wrapper.align {
	display: flex;
	flex-direction: column;
}

.bjm-cards-wrapper.align .cards-heading-link {
	order: -1;
}

.cards-grid-x.accordion-cards {
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
	.cards-grid-x.accordion-cards {
		margin-left: 0;
		margin-right: 0;
	}
}

.cards-grid-x.accordion-cards div.cell.cell-card {
	margin-top: .5em;
	margin-bottom: .5em;
}

.cards-grid-x.accordion-cards div.cell.cell-card .card-inner {
	padding: 1em 1em;
	border: 1px solid rgba(240, 240, 245, .9);
	background-color: #fff;
}

.cards-grid-x.accordion-cards div.cell.cell-card .card-text {
	padding: 0 1rem;
}

.cards-grid-x.accordion-cards div.cell.cell-card .card-content {
	padding: 0;
}

.cards-grid-x.accordion-cards div.cell.cell-card .card-tags {
	display: none;
}

.cards-grid-x.accordion-cards div.cell.cell-card .card-title {
	font-weight: 500;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.0625rem;
	outline: none;
}

.cards-grid-x.accordion-cards div.cell.cell-card .card-title:after {
	content: "";
	padding: 5px;
	font-weight: 300;
}

.cards-grid-x.accordion-cards div.cell.cell-card.is-open .card-title:after {
	content: "";
}

.cards-grid-x.accordion-cards div.cell.cell-card .card-excerpt {
	font-family: "Roboto", sans-serif;
	padding-top: 1rem;
}

.wrap-results-and-paging .bjm-cards-result-count {
	margin-bottom: 1.1875rem;
	font-weight: bold;
}

.cell.type-bjm_testimonial .icon-wrapper {
	margin-bottom: .75rem;
}

.cell.type-bjm_testimonial .card-content {
	margin-right: 30px;
	padding: 0 !important;
}

.cell.type-bjm_testimonial .card-content .card-tags {
	display: none;
}

.cell.type-bjm_testimonial .card-content .card-text {
	display: grid;
	grid-template-areas: "icon" "testimonial" "author" "position";
}

.cell.type-bjm_testimonial .card-content-additional {
	grid-area: icon;
}

.cell.type-bjm_testimonial .card-read-more, .cell.type-bjm_testimonial .card-content-additional {
	display: none;
}

.cell.type-bjm_testimonial .card-position {
	grid-area: position;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	color: #4b4b50;
	font-size: .9375rem;
}

.cell.type-bjm_testimonial .card-title {
	grid-area: author;
	font-family: "Roboto", sans-serif;
	font-size: .9375rem;
	font-weight: bold;
	color: #4b4b50;
}

.cell.type-bjm_testimonial .card-excerpt {
	grid-area: testimonial;
	margin-bottom: 1.5rem;
}

.cell.type-bjm_testimonial .card-excerpt p:last-child {
	margin-bottom: 0;
}

.cell.type-bjm_testimonial .card-image {
	background-color: unset;
	margin-bottom: 1rem;
}

.cell.type-bjm_testimonial .card-image img {
	position: inherit;
	max-width: 150px;
}

@media print, screen and (max-width: 47.99875em) {
	.bjm-swiper-wrapper {
		overflow: visible;
	}
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial {
	height: unset;
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-image {
	display: none;
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-excerpt {
	overflow: visible;
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-excerpt p {
	font-size: 1.03rem;
	line-height: 1.5;
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-excerpt p:before, .bjm-swiper-wrapper .cell.type-bjm_testimonial .card-excerpt p:after {
	content: "\"";
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-title a {
	font-size: .875rem;
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-position {
	font-size: .75rem;
	color: #b3b3cf;
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-content-additional {
	display: inherit;
}

.bjm-swiper-wrapper .cell.type-bjm_testimonial .card-content-additional .icon-wrapper img {
	max-width: 20px;
}

.bjm-swiper-wrapper .cell.type-bjm_award, .bjm-swiper-wrapper .cell.type-bjm_client_logo {
	height: unset;
}

.bjm-swiper-wrapper .cell.type-bjm_award .card-image, .bjm-swiper-wrapper .cell.type-bjm_client_logo .card-image {
	background-color: transparent;
}

.bjm-swiper-wrapper .cell.type-bjm_award .card-image img, .bjm-swiper-wrapper .cell.type-bjm_client_logo .card-image img {
	position: relative;
	top: unset;
	right: unset;
	bottom: unset;
	left: unset;
}

.bjm-swiper-wrapper .cell.type-bjm_job_board, .bjm-swiper-wrapper .cell.type-bjm_integration {
	height: 100%;
	padding: 0;
	transition: .5s ease-in-out;
}

.bjm-swiper-wrapper .cell.type-bjm_job_board:hover, .bjm-swiper-wrapper .cell.type-bjm_integration:hover {
	transform: translateY(-10px);
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
}

.bjm-swiper-wrapper .cell.type-bjm_job_board .card-image, .bjm-swiper-wrapper .cell.type-bjm_integration .card-image {
	background-color: #fff;
	height: unset;
}

.bjm-swiper-wrapper .cell.type-bjm_job_board .card-image img, .bjm-swiper-wrapper .cell.type-bjm_integration .card-image img {
	position: relative;
	top: unset;
	right: unset;
	bottom: unset;
	left: unset;
}

.bjm-swiper-wrapper .cell.type-bjm_job_board .card-content, .bjm-swiper-wrapper .cell.type-bjm_integration .card-content {
	display: none;
}

.bjm-swiper-wrapper .cell.type-bjm_job_board .card-inner, .bjm-swiper-wrapper .cell.type-bjm_integration .card-inner {
	display: flex;
	justify-content: center;
	aspect-ratio: 4/3;
}

.bjm-swiper-wrapper .cell.type-bjm_job_board .card-image {
	max-width: 70%;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_testimonial {
	--swiper-theme-color: #19a0fa;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_testimonial .swiper-navigation {
	justify-content: center;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_testimonial .swiper-navigation .swiper-button-prev, .bjm-swiper-wrapper.swiper-has-post-type-bjm_testimonial .swiper-navigation .swiper-button-next {
	display: none;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_testimonial .swiper-navigation .swiper-pagination {
	display: inherit;
	width: 100%;
	height: 35px;
	flex-wrap: wrap;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_testimonial .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
	padding: 0 .5rem;
	border-radius: 0;
	margin: 0;
	height: 5px;
}

@media print, screen and (min-width: 64em) {
	.bjm-swiper-wrapper.swiper-has-post-type-bjm_testimonial .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
		border-radius: 10px;
		padding: 0 3rem;
		margin: 0 5px;
	}
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-wrapper {
	width: 100%;
	padding-bottom: 60px;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation {
	position: absolute;
	bottom: 10px;
	z-index: 99999;
	display: flex;
	justify-content: space-between;
	width: calc(100%);
	margin-top: 0;
}

@media print, screen and (min-width: 48em) {
	.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation {
		bottom: 50%;
	}
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation .swiper-button-prev, .bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation .swiper-button-next {
	border: none;
	font-size: 2.5em;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation .swiper-button-prev i:before, .bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation .swiper-button-next i:before {
	font-weight: 300;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation .swiper-button-prev i:before {
	content: "";
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-navigation .swiper-button-next i:before {
	content: "";
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card {
	height: unset;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card:hover {
	box-shadow: none;
	background-color: unset;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card:hover .card-image {
	clip-path: polygon(2.5% 2.5%, 97.5% 2.5%, 97.5% 97.5%, 2.5% 97.5%);
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-inner {
	padding: 0;
	display: grid;
	grid-template-areas: "image" "content";
	align-items: center;
	grid-gap: 1rem;
}

@media print, screen and (min-width: 48em) {
	.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-inner {
		padding-left: 50px;
		padding-right: 50px;
		grid-template-areas: "image content";
		grid-template-columns: 1fr 1fr;
	}
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .cover-link {
	display: none;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-image {
	grid-area: image;
	display: block;
	height: 100%;
	object-fit: cover;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-image img {
	transition: unset;
	position: relative;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-content {
	grid-area: content;
}

@media print, screen and (max-width: 47.99875em) {
	.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-content {
		padding: 1rem 0 0;
	}
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-content .card-tags, .bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-content .card-title, .bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-content .card-excerpt {
	display: none;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .card-read-more {
	display: none;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .case-study-testimonial {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .case-study-testimonial-quote {
	border-left: 0;
	padding-left: 0;
	margin-bottom: 1.5rem;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .case-study-testimonial-quote p {
	font-size: 1.5rem;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .case-study-testimonial-quote p:last-child {
	margin-bottom: 0;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .testimonial-author-name {
	font-weight: bold;
	font-size: 1rem;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .case-study-client-logo img {
	max-width: 125px;
	max-height: 100px;
	object-fit: contain;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .case-study-testimonial-actions .link-type-lightboxvideo {
	margin-right: .5rem;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .type-bjm_case_study.cell-card .case-study-testimonial-actions .is-style-tertiary {
	margin-bottom: 0;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_award .swiper-navigation, .bjm-swiper-wrapper.swiper-has-post-type-bjm_client_logo .swiper-navigation, .bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board .swiper-navigation, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration .swiper-navigation {
	justify-content: center;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_award .swiper-navigation .swiper-button-prev, .bjm-swiper-wrapper.swiper-has-post-type-bjm_award .swiper-navigation .swiper-button-next, .bjm-swiper-wrapper.swiper-has-post-type-bjm_client_logo .swiper-navigation .swiper-button-prev, .bjm-swiper-wrapper.swiper-has-post-type-bjm_client_logo .swiper-navigation .swiper-button-next, .bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board .swiper-navigation .swiper-button-prev, .bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board .swiper-navigation .swiper-button-next, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration .swiper-navigation .swiper-button-prev, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration .swiper-navigation .swiper-button-next {
	display: none;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_award .swiper-slide, .bjm-swiper-wrapper.swiper-has-post-type-bjm_client_logo .swiper-slide, .bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board .swiper-slide, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration .swiper-slide {
	display: flex;
	align-items: center;
	height: auto;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration {
	padding-top: 2rem;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board.alignfull, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration.alignfull {
	width: calc(100vw - 39px * 2);
	max-width: 100%;
	margin: 23px 0;
}

@media print, screen and (min-width: 48em) {
	.bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board.alignfull, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration.alignfull {
		margin: 31px;
	}
}

@media print, screen and (min-width: 64em) {
	.bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board.alignfull, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration.alignfull {
		margin: 39px;
	}
}

@media screen and (min-width: 75em) {
	.bjm-swiper-wrapper.swiper-has-post-type-bjm_job_board.alignfull, .bjm-swiper-wrapper.swiper-has-post-type-bjm_integration.alignfull {
		margin: 2rem;
	}
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_client_logo .swiper-container {
	text-align: center;
}

.bjm-swiper-wrapper.swiper-has-post-type-bjm_client_logo .swiper-wrapper {
	width: auto;
	display: inline-flex;
}

.wp-admin .bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-wrapper {
	flex-wrap: wrap;
}

.wp-admin .bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-wrapper .swiper-slide {
	width: 100%;
}

.wp-admin .bjm-swiper-wrapper.swiper-has-post-type-bjm_case_study .swiper-wrapper .swiper-slide:not(:first-of-type) {
	display: none;
}

.wp-block-acf-bjm-jobadder-partner-logo {
	display: flex;
	align-items: center;
}

.wp-block-acf-bjm-jobadder-partner-logo>div {
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	flex: 0 1 200px;
}

.wp-block-acf-bjm-jobadder-partner-logo>div img {
	width: 100%;
}

.wp-block-acf-bjm-jobadder-partner-logo .partner-logo {
	border-left: 1px solid #dce1eb;
	padding-left: 1rem;
}

.bjm-social-wrapper .share-title {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
}

.wp-block-acf-bjm-author-box {
	display: grid;
	grid-template-areas: "image info" "image description";
	grid-template-columns: auto 1fr;
	grid-column-gap: 1.5em;
}

.wp-block-acf-bjm-author-box .team-author-img {
	grid-area: image;
	max-width: 70px;
}

.wp-block-acf-bjm-author-box .team-author-img img {
	border-radius: 9999px;
}

.wp-block-acf-bjm-author-box .team-author-info {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

@media print, screen and (max-width: 47.99875em) {
	.wp-block-acf-bjm-author-box .team-author-info {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.wp-block-acf-bjm-author-box .team-author-name {
	font-weight: 700;
}

.wp-block-acf-bjm-author-box .team-author-position {
	font-family: "Roboto", sans-serif;
	font-size: 1.0625rem;
}

@media print, screen and (min-width: 48em) {
	.wp-block-acf-bjm-author-box .team-author-position:before {
		content: "-";
		padding: 0 .5em;
	}
}

.wrapper-bjm-post-meta {
	margin: 1.5rem 0;
	flex-wrap: wrap;
}

.wrapper-bjm-post-meta .post-tag {
	order: 1;
	border-bottom: 0;
	margin-right: .5rem;
	font-weight: bold;
	font-size: .875rem;
	line-height: 1.375rem;
	pointer-events: none;
	cursor: auto;
}

.wrapper-bjm-post-meta .post-tag:not(:last-of-type):after {
	content: "|";
	padding-left: .2rem;
}

.wrapper-bjm-post-meta .post-tag:first-of-type:before {
	content: "in";
	padding: 0 .2rem;
}

.wrapper-bjm-post-meta .post-tag i {
	display: none;
}

.wrapper-bjm-post-meta .meta {
	order: 0;
}

.wrapper-bjm-post-meta .meta .meta-line-1 {
	margin-bottom: 0;
}

.wrapper-bjm-post-meta .author-photo {
	box-shadow: none;
}

.wp-block-bjm-blocks-swiper {
	overflow: visible;
	max-width: 100vw !important;
}

.wp-block-bjm-blocks-swiper .swiper-container {
	overflow: visible;
	max-width: 100vw !important;
}

.wp-block-bjm-blocks-swiper .swiper-container .wp-block-bjm-blocks-swiper-slide:not(.swiper-slide-active) {
	visibility: hidden;
}

.wp-block-bjm-blocks-swiper .swiper-container .wp-block-bjm-blocks-swiper-slide.swiper-slide-active {
	visibility: visible;
}

.wp-block-bjm-blocks-swiper .swiper-container .wp-block-bjm-blocks-swiper-slide.swiper-slide-active>* {
	max-width: calc(95vw - 96px);
	margin: 0 auto;
}

.wp-block-bjm-blocks-swiper .grid-margin-x.medium-up-2>.cell {
	width: 100%;
}

.wp-block-bjm-blocks-swiper .swiper-button-prev:after, .wp-block-bjm-blocks-swiper .swiper-button-next:after {
	color: #4b4b50;
	font-size: 2rem;
}

.wp-block-bjm-blocks-swiper .swiper-button-prev {
	margin-left: -20px;
}

.wp-block-bjm-blocks-swiper .swiper-button-next {
	margin-right: -20px;
}

@media print, screen and (min-width: 64em) {
	.wp-block-bjm-blocks-swiper .swiper-button-prev {
		margin-left: -48px;
	}
	
	.wp-block-bjm-blocks-swiper .swiper-button-next {
		margin-right: -48px;
	}
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.wp-block-acf-bjm-image-grid .grid-x {
	margin: 0;
}

.wp-block-acf-bjm-image-grid .cell {
	display: inherit;
	justify-content: center;
}

.wp-block-acf-bjm-image-grid .cell .image-entry {
	max-width: 100%;
}

.wp-block-acf-bjm-participants .cell.participant {
	padding: 1rem;
	display: grid;
	grid-template-areas: "image info";
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 2fr;
	grid-row-gap: 10px;
	grid-column-gap: 20px;
}

@media print, screen and (min-width: 64em) {
	.wp-block-acf-bjm-participants .cell.participant {
		grid-template-columns: 1fr 3fr;
	}
}

.wp-block-acf-bjm-participants .cell.participant.has-participant-logo {
	grid-template-areas: "image logo" "image info";
	grid-template-rows: 1fr 1fr;
}

.wp-block-acf-bjm-participants .cell.participant .participant-image {
	grid-area: image;
}

.wp-block-acf-bjm-participants .cell.participant .participant-image img {
	border-radius: 9999px;
	max-height: 150px;
	width: auto;
}

.wp-block-acf-bjm-participants .cell.participant .participant-logo {
	display: flex;
	align-items: flex-end;
	padding: .5rem 0;
	grid-area: logo;
}

.wp-block-acf-bjm-participants .cell.participant .participant-logo img {
	height: 30px;
	width: auto;
}

.wp-block-acf-bjm-participants .cell.participant .participant-info {
	grid-area: info;
}

.wp-block-acf-bjm-participants .cell.participant .participant-name {
	font-weight: bold;
}

.wp-block-bjm-blocks-blocks.is-style-space-blocks .wp-block-bjm-blocks-block {
	display: flex;
	flex-direction: column;
}

@media print, screen and (min-width: 48em) {
	.wp-block-bjm-blocks-blocks.is-style-space-blocks .wp-block-bjm-blocks-block {
		padding: 1rem 2rem;
	}
}

.wp-block-bjm-blocks-blocks.is-style-space-blocks .wp-block-bjm-blocks-block .wp-block-buttons:last-child {
	margin-top: auto;
}

.wp-block-bjm-blocks-blocks.is-style-speakers {
	text-align: center;
	padding: 1rem 2rem;
}

.wp-block-bjm-blocks-blocks.is-style-speakers .wp-block-image img {
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.wp-block-bjm-blocks-blocks.is-style-speakers h5 {
	margin: 0 0 .3rem 0 !important;
}

@media print, screen and (max-width: 63.99875em) {
	.wp-block-bjm-blocks-blocks.is-style-speakers .wp-block-bjm-blocks-block figure img {
		max-height: 200px;
		width: auto;
	}
}

@media print, screen and (max-width: 47.99875em) {
	.wp-block-bjm-blocks-blocks.is-style-speakers .wp-block-bjm-blocks-block {
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-template-rows: auto auto;
		grid-column-gap: 1.5rem;
	}
	
	.wp-block-bjm-blocks-blocks.is-style-speakers .wp-block-bjm-blocks-block figure {
		grid-row: 1/-1;
	}
	
	.wp-block-bjm-blocks-blocks.is-style-speakers .wp-block-bjm-blocks-block figure img {
		max-height: 150px;
	}
	
	.wp-block-bjm-blocks-blocks.is-style-speakers .wp-block-bjm-blocks-block h5 {
		grid-row: 1/2;
		display: flex;
		align-items: flex-end;
		text-align: left;
	}
	
	.wp-block-bjm-blocks-blocks.is-style-speakers .wp-block-bjm-blocks-block p {
		grid-row: 2/-2;
		text-align: left;
	}
}

@media print, screen and (min-width: 64em) {
	.wp-block-bjm-blocks-blocks.is-style-speakers .wrapper-bjm-blocks.columns-4 .wp-block-bjm-blocks-block {
		padding: 0 2rem;
	}
}

.wp-block-bjm-blocks-blocks.is-style-media-left .wp-block-bjm-blocks-block {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: repeat(5, auto auto);
	grid-column-gap: 1.5rem;
}

.wp-block-bjm-blocks-blocks.is-style-media-left .wp-block-bjm-blocks-block figure, .wp-block-bjm-blocks-blocks.is-style-media-left .wp-block-bjm-blocks-block .fontawesome-icon, .wp-block-bjm-blocks-blocks.is-style-media-left .wp-block-bjm-blocks-block .wp-block-image {
	grid-row: 1/-1;
}

.wp-block-kadence-accordion .wp-block-kadence-pane {
	margin-bottom: 1rem;
}

.wp-block-kadence-accordion .kt-blocks-accordion-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
}

.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger:before, .wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger:after {
	height: 2px;
	width: 10px;
	background: #4b4b50 !important;
}

.wp-block-kadence-tabs .type-bjm_use_case.cell.cell-card {
	background: #fff;
	border: none;
}

@media print, screen and (min-width: 64em) {
	.kt-tab-title-inactive {
		border-bottom: solid 1px #4b4b50;
	}
}

.kt-tab-title-inactive .kt-title-text {
	transition: all 250ms ease-in-out;
}

.kt-tab-title-inactive:hover .kt-title-text {
	transform: translatey(-10%);
}

@media print, screen and (max-width: 63.99875em) {
	.kt-tabs-accordion-title .kt-tab-title {
		justify-content: space-between;
		padding-left: 0 !important;
		padding-right: 0 !important;
		font-size: 1.25rem;
		border: none;
	}
}

@media print, screen and (min-width: 64em) {
	.kt-tab-title .kt-tab-svg-icon {
		display: none !important;
	}
}

.kt-svg-icon-list-text {
	font-weight: 500;
}

#ja-jobs-widget .ja-job-list .job {
	border: 1px solid #dce1eb;
	margin-bottom: 1rem;
	padding: .5rem 2rem;
	border-radius: 5px;
}

@media print, screen and (min-width: 64em) {
	#ja-jobs-widget .ja-job-list .job {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas: "meta details" "title details" "summary details";
	}
}

#ja-jobs-widget .ja-job-list .job .meta {
	grid-area: meta;
}

#ja-jobs-widget .ja-job-list .job .meta .classifications {
	list-style: none;
	padding-left: 0;
	margin: 0;
	color: #b3b3cf;
}

#ja-jobs-widget .ja-job-list .job .title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 500;
	grid-area: title;
}

#ja-jobs-widget .ja-job-list .job .summary {
	grid-area: summary;
	margin: .5rem 0;
	font-size: .9rem;
}

#ja-jobs-widget .ja-job-list .job .view-details {
	grid-area: details;
	align-self: center;
	justify-self: end;
	padding: 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: bold;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-radius: 0;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: transparent;
	box-shadow: none;
	padding-bottom: .3em;
	margin-right: 1rem;
}

#ja-jobs-widget .ja-job-list .job .view-details:not(.has-text-color) {
	color: #06379a;
}

#ja-jobs-widget .ja-job-details .title {
	color: #06379a;
}

#ja-jobs-widget .ja-job-details .apply {
	display: flex;
	justify-content: center;
	padding: 2rem;
}

#ja-jobs-widget .ja-job-details .back-link {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-size: .8125rem;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	border: 2px solid #06379a;
	margin-right: 1rem;
}

#ja-jobs-widget .ja-job-details .back-link:not(.has-text-color) {
	color: #06379a;
}

#ja-jobs-widget .ja-job-details .back-link:not(.has-background) {
	background-color: transparent;
}

#ja-jobs-widget .ja-job-details .back-link:hover {
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
	background-color: #06379a;
	color: #fff;
}

#ja-jobs-widget .ja-job-details .ja-button {
	padding: 8px 20px;
	line-height: 1;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	border: 1px solid #06379a;
	cursor: pointer;
}

#ja-jobs-widget .ja-job-details .ja-button:not(.has-text-color) {
	color: #fff;
}

#ja-jobs-widget .ja-job-details .ja-button:not(.has-background) {
	background-color: #06379a;
}

#ja-jobs-widget .ja-job-details .ja-button:hover {
	box-shadow: 0 2px 8px 0 rgba(75, 75, 80, .025), 0 4px 12px 0 rgba(75, 75, 80, .05);
}

@media screen and (min-width: 1024px) and (max-width: 1140px) {
	.header>.grid-container {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	
	.header-link-wrapper {
		padding: .75rem .5rem 0 .5rem;
	}
}

.primary-menu .bjm-icon-wrapper {
	color: #19a0fa;
	text-align: center;
}

@media print, screen and (min-width: 64em) {
	.primary-menu .bjm-icon-wrapper {
		width: 20px;
	}
}

.primary-menu .menu-description {
	display: block;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	line-height: 1.125rem;
	transition: 1s ease;
	margin-top: .3rem;
}

.primary-menu .submenu {
	color: #0069b2;
}

.primary-menu .menu>.menu-item-has-children>a {
	display: flex;
}

.primary-menu .menu>.menu-item-has-children>a::after {
	font-size: 1.5em;
	padding-left: 20px;
	content: "";
}

.primary-menu .menu>.menu-item-has-children>a:after {
	font-size: .9em;
	font-weight: 700;
	position: absolute;
	right: 0px;
}

@media print, screen and (min-width: 48em) {
	.primary-menu .menu>.menu-item-has-children>a:after {
		right: 50px;
	}
}

@media print, screen and (min-width: 64em) {
	.primary-menu .menu>.menu-item-has-children .submenu a:after {
		display: none;
	}
}

.primary-menu a {
	color: #4b4b50;
	position: relative;
	line-height: 1em;
}

@media print, screen and (max-width: 63.99875em) {
	.primary-menu a {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 64em) {
	.primary-menu a {
		color: #4b4b50;
		padding: .75rem;
		background-color: transparent;
		border-bottom: none;
	}
}

@media print, screen and (max-width: 74.99875em) {
	.primary-menu {
		width: 100%;
	}
}

.primary-menu>.menu {
	position: initial;
	flex-direction: column;
}

@media print, screen and (min-width: 64em) {
	.primary-menu>.menu {
		flex-direction: row;
		justify-content: flex-end;
	}
}

@media print, screen and (min-width: 64em) {
	.primary-menu>.menu>.menu-item {
		padding: .75rem .35rem 0 .35rem;
	}
}

@media screen and (min-width: 75em) {
	.primary-menu>.menu>.menu-item {
		padding: .75rem .75rem 0 .75rem;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.primary-menu>.menu>.menu-item {
		background-color: #fff;
		border-bottom: 1px solid #b3b3cf;
	}
}

.primary-menu>.menu>.menu-item>a {
	outline: none;
}

@media print, screen and (max-width: 63.99875em) {
	.primary-menu>.menu>.menu-item>a {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.primary-menu>.menu>.menu-item>a {
		padding: 0 0 .75rem 0;
		font-size: 1rem;
		text-transform: none;
		flex-direction: row;
		font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
		font-weight: 500;
		background-image: linear-gradient(#4b4b50, #4b4b50);
		background-size: 0% 2px;
		background-repeat: no-repeat;
		transition: background-size .3s;
		background-position: 0 calc(100% - 0px);
	}
}

@media print, screen and (min-width: 64em) {
	.primary-menu>.menu>.menu-item:hover a, .primary-menu>.menu>.menu-item.is-open a, .primary-menu>.menu>.menu-item.current-menu-item a, .primary-menu>.menu>.menu-item>a:focus {
		background-size: 100% 2px;
	}
}

.primary-menu>.menu>.menu-item:not(.mobile-only)+.mobile-only {
	margin-top: 2rem;
}

.primary-menu>.menu>.menu-item-has-children>a {
	align-items: center;
}

@media screen and (min-width: 75em) {
	.primary-menu>.menu>.menu-item-has-children>a::before {
		display: none;
	}
}

@media print, screen and (min-width: 64em) {
	.primary-menu>.menu>.menu-item-has-children>a::after {
		position: relative;
		right: unset;
		content: "";
		padding: .3125rem .3125rem 0;
		font-weight: bold;
		font-size: .6em;
	}
}

.primary-menu>.menu>.menu-item-has-children.is-open>a::after {
	transform: rotate(180deg);
	padding: 0 .3125rem 0;
}

.primary-menu>.menu>.is-primary>a {
	font-weight: 700;
}

@media screen and (min-width: 75em) {
	.primary-menu>.menu>.is-primary+.menu-item:not(.is-primary) {
		margin-left: 1.25rem;
		padding-left: 1.25rem;
	}
	
	.primary-menu>.menu>.is-primary+.menu-item:not(.is-primary)>a::before {
		content: "";
		display: block;
		height: 70%;
		width: 2px;
		position: absolute;
		right: calc(100% + 1.25rem);
		background-color: currentColor;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 75em) {
	.primary-menu>.menu>.mobile-only {
		display: none;
	}
}

.primary-menu .menu-item-has-children.is-open>a::before, .primary-menu .menu-item-has-children:hover>a::before, .primary-menu .menu-item-has-children>a:focus::before {
	transform: translate(0, -50%);
}

.submenu blockquote {
	border-left: none;
	padding-left: 0;
	text-indent: -5px;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
	.submenu .sub-list .menu-item.has-right-border {
		border-right: solid #dce1eb 1px;
		padding-right: 3rem;
		margin-right: 1rem;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.submenu .sub-list .menu-item.has-bottom-border {
		border-bottom: 1px solid #b3b3cf;
		padding-bottom: 2rem;
		margin-bottom: calc(2rem / 2);
	}
}

.submenu.depth-0 {
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 3rem;
	position: absolute;
	z-index: 11;
	height: 100%;
	overflow-y: scroll;
	background-color: #fff;
	bottom: 0;
}

@media print, screen and (min-width: 64em) {
	.submenu.depth-0 {
		height: auto !important;
		max-height: calc(100vh - 80px);
		top: 80px;
		box-shadow: 0 12px 22px -8px rgba(0, 0, 0, .125);
		overflow-y: inherit;
		padding-bottom: 0;
		bottom: unset;
	}
}

.admin-bar .submenu.depth-0 {
	height: calc(var(--viewport-height) - 80px - 46px);
}

.submenu.depth-0 a {
	padding-left: 0;
}

.submenu.depth-0 li li.bjm-link-type-default a {
	font-weight: 700;
}

@media print, screen and (min-width: 64em) {
	.submenu.depth-0 li li.has-icon a {
		margin-left: -1rem;
		padding: 1.5rem 0 1.5rem 1rem;
	}
}

.primary-menu .submenu-back {
	color: inherit;
	text-align: left;
	padding: 1rem;
	font-weight: 700;
	padding-left: 0;
	display: grid;
	grid-template-columns: 1rem 1fr;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #b3b3cf;
	font-size: 1.125rem;
}

.primary-menu .submenu-back i {
	font-size: .9em;
	margin-right: .5rem;
}

.primary-menu .submenu-back span {
	margin-left: .5rem;
}

@media print, screen and (min-width: 64em) {
	.primary-menu .submenu-back {
		display: none;
	}
}

.primary-menu .submenu-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (max-width: 74.99875em) {
	.primary-menu .submenu-container {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}
}

.primary-menu .submenu-intro {
	position: relative;
	margin-bottom: 1rem;
	max-width: 40rem;
}

@media screen and (min-width: 75em) {
	.primary-menu .submenu-intro {
		padding-right: 2.5rem;
	}
}

.primary-menu .submenu-intro-heading {
	margin-top: 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #dce1eb;
}

.primary-menu .submenu-intro-content {
	font-size: .8rem;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	color: #dce1eb;
}

.primary-menu .submenu, .primary-menu .submenu-list .submenu-list {
	opacity: 0;
	visibility: hidden;
}

.primary-menu .submenu-list .submenu-list {
	transition: opacity .25s cubic-bezier(.46, .03, .52, .96), transform .25s cubic-bezier(.46, .03, .52, .96), visibility 0s linear .25s;
}

.submenu .submenu-list {
	height: 100%;
	position: relative;
	margin-bottom: 1.5rem;
}

.submenu .submenu-list:hover>li:not(:hover)>a {
	opacity: .75;
}

.submenu .submenu-list .submenu-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow-y: auto;
	max-height: calc(100vh - 80px);
	z-index: 1;
}

@media screen and (min-width: 75em) {
	.submenu .submenu-list .submenu-list {
		left: calc(100% + 2.5rem);
		max-height: calc(100vh - 80px);
	}
}

.is-open>.submenu, .submenu .is-open>.submenu-list {
	opacity: 1;
	visibility: visible;
	position: absolute;
	box-shadow: inset 0 4px 10px -5px rgba(0, 0, 0, .2);
	transition: .2s ease-in;
}

.submenu .is-open>.submenu-list {
	transition: opacity .25s cubic-bezier(.46, .03, .52, .96), transform .25s cubic-bezier(.46, .03, .52, .96), visibility 0s linear 0s;
}

.submenu .is-open>.sub-list {
	transition: opacity .25s cubic-bezier(.46, .03, .52, .96), transform .25s cubic-bezier(.46, .03, .52, .96), visibility 0s linear 0s;
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	z-index: 1;
}

.submenu .sub-list ul, .submenu .sub-list li {
	list-style: none;
	padding-left: 0;
}

@media print, screen and (min-width: 64em) {
	.submenu .sub-list.depth-0 {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
		padding: 0;
	}
	
	.submenu .sub-list.depth-0>li {
		padding: 2rem;
		flex-basis: 33.33%;
		display: flex;
		flex-direction: column;
	}
	
	.submenu .sub-list.depth-0>li:not(.is-open) ul {
		display: inherit;
	}
	
	.submenu .sub-list.depth-1 {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

@media print, screen and (max-width: 63.99875em) {
	.submenu .sub-list.depth-0 {
		height: auto;
		background-color: #fff;
		padding-right: 1.4375rem;
		padding-left: 1.4375rem;
		padding-bottom: 2rem;
		display: flex;
		flex-direction: column;
	}
}

@media print, screen and (max-width: 63.99875em) and (min-width: 48em) {
	.submenu .sub-list.depth-0 {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (max-width: 63.99875em) and (min-width: 64em) {
	.submenu .sub-list.depth-0 {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.product-sub-menu .submenu .sub-list .bjm-link-type-default.has-icon a {
		min-height: 120px;
	}
}

.menu-cta-button {
	margin-left: 10px;
}

.header-toggle {
	color: #4b4b50;
	height: 1.75rem;
	width: 1.75rem;
	order: 3;
	cursor: pointer;
	margin-left: 1rem;
}

@media print, screen and (min-width: 64em) {
	.header-toggle {
		display: none;
		position: absolute;
		top: 23px;
		left: 0;
	}
}

.header-toggle:focus {
	opacity: .75;
}

.header-toggle:focus i::before {
	transform: translateY(-.6rem);
}

.header-toggle:focus i::after {
	transform: translateY(.6rem);
}

.header-toggle i {
	height: 3px;
	width: 100%;
	display: block;
	position: relative;
	border-radius: 2px;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	background-color: #4b4b50;
}

.header-toggle i::after, .header-toggle i::before {
	content: "";
	height: 3px;
	width: 100%;
	left: 0;
	position: absolute;
	border-radius: 2px;
	background-color: #4b4b50;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.header-toggle i::before {
	transform: translateY(-.5rem);
}

.header-toggle i::after {
	transform: translateY(.5rem);
}

.scrolled-down .header-toggle i {
	background-color: #4b4b50;
}

.scrolled-down .header-toggle i::after, .scrolled-down .header-toggle i::before {
	background-color: #4b4b50;
}

.menu-open .header-toggle i {
	background-color: unset;
}

.menu-open .header-toggle i::after, .menu-open .header-toggle i::before {
	background-color: #4b4b50;
}

.menu-open .header-toggle i::before {
	transform: rotate(45deg);
}

.menu-open .header-toggle i::after {
	transform: rotate(-45deg);
}

.header-nav {
	display: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media print, screen and (max-width: 63.99875em) {
	.header-nav {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		background-color: rgba(25, 160, 250, .1);
		height: calc(100vh - 80px);
		overflow-y: auto;
	}
}

@media print, screen and (max-width: 74.99875em) {
	.header-nav {
		padding-top: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.header-nav {
		display: flex;
		padding-top: 0;
		padding-bottom: 0;
		align-items: center;
		margin-left: auto;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
	.header-nav {
		flex: 1;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1250px) {
	.header-nav {
		padding-left: 100px;
	}
}

.menu-open .header-nav {
	display: flex;
	background-color: #fff;
	flex-direction: column;
	align-items: center;
}

@media print, screen and (max-width: 63.99875em) {
	.menu-open .header-nav {
		padding: 2rem;
		padding-right: 1.4375rem;
		padding-left: 1.4375rem;
	}
}

@media print, screen and (max-width: 63.99875em) and (min-width: 48em) {
	.menu-open .header-nav {
		padding-right: 1.9375rem;
		padding-left: 1.9375rem;
	}
}

@media print, screen and (max-width: 63.99875em) and (min-width: 64em) {
	.menu-open .header-nav {
		padding-right: 2.4375rem;
		padding-left: 2.4375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.menu-open .header-nav {
		background-color: unset;
		flex-direction: row;
		align-items: flex-start;
	}
}

@media print, screen and (max-width: 74.99875em) {
	.submenu.depth-0 .sub-list.depth-0>.small-order-2:not(.menu-item-131)>.sub-list.depth-1>li.bjm-link-type-button {
		padding-bottom: 4rem;
	}
}

.menu-cards {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.menu-cards .menu-card {
	color: #fff;
	padding: 1.75rem 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-cards .menu-card:hover {
	transform: none;
}

.menu-cards .menu-card:hover img {
	transform: scale(1.025);
}

.menu-cards .menu-card:hover .menu-card-heading {
	transform: translateX(.125rem);
}

.menu-cards .menu-card:hover .menu-card-link {
	transform: translateX(.25rem);
}

.menu-card {
	position: relative;
	overflow: hidden;
	min-height: 8.5rem;
}

.menu-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .15);
}

.menu-card-image, .menu-card-heading, .menu-card-link {
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.menu-card-heading, .menu-card-link {
	max-width: 60%;
	position: relative;
}

.menu-card-image {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100% !important;
}

.menu-card-heading {
	margin: 0;
}

.menu-card-heading+.menu-card-link {
	margin-top: 1.75rem;
}

.menu-card-link {
	padding: 0;
	display: block;
	text-decoration: underline;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.125rem;
}

.menu-card+.menu-card {
	margin-top: 1.25rem;
}

.menu-item.is-active a {
	background: inherit;
	color: inherit;
}

.footer-menu>li {
	font-size: 1.125rem;
	line-height: 1.25rem;
	color: #0069b2;
	flex: 1 0;
}

.footer-menu .sub-menu {
	list-style: none;
	color: #4b4b50;
	font-family: "Roboto", sans-serif;
	font-size: .9375rem;
	padding-left: 0;
}

@media print, screen and (min-width: 64em) {
	.submenu .sub-list .bjm-link-type-default a {
		padding: 10px;
	}
}

@media print, screen and (min-width: 64em) {
	.submenu .sub-list .bjm-link-type-default a:hover {
		background-color: rgba(217, 241, 252, .5);
	}
}

.submenu .sub-list .bjm-link-type-default a:hover .menu-description {
	color: #4b4b50;
	transition: 1s ease;
}

.submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card {
	display: grid;
	grid-template-columns: 20px auto;
	grid-gap: .75rem;
	padding-right: 1rem;
}

.submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card div {
	display: flex;
	flex-direction: column;
	align-self: center;
}

.submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card .fas, .submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card .cards-grid-x.accordion-cards .cell-card .card-content .title::after, .cards-grid-x.accordion-cards .cell-card .card-content .submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card .title::after, .submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card .wp-block-button.link-type-lightboxvideo a:after, .wp-block-button.link-type-lightboxvideo .submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card a:after, .submenu .sub-list .bjm-link-type-default.has-icon .wp-block-image.link-type-lightboxvideo a .menu-icon-card .video-play-button .fa-play-circle, .wp-block-image.link-type-lightboxvideo .submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card .video-play-button .fa-play-circle, .submenu .sub-list .bjm-link-type-default.has-icon .wp-block-image.link-type-lightboxvideo a .video-play-button .menu-icon-card .fa-play-circle, .wp-block-image.link-type-lightboxvideo .submenu .sub-list .bjm-link-type-default.has-icon a .video-play-button .menu-icon-card .fa-play-circle, .submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card .bjm-cards-wrapper.alignleft .filters .filter ul li.selected:before, .bjm-cards-wrapper.alignleft .filters .filter ul .submenu .sub-list .bjm-link-type-default.has-icon a .menu-icon-card li.selected:before {
	font-weight: 500;
	font-size: 1.1rem;
}

.bjm-link-type-image {
	margin-bottom: 1rem;
	flex-grow: 1;
	display: inherit;
	align-items: flex-end;
}

.bjm-link-type-image:last-child {
	margin-bottom: 0;
}

.bjm-link-type-image .menu-description {
	color: inherit;
}

@media print, screen and (max-width: 74.99875em) {
	.bjm-link-type-image .menu-description {
		padding-bottom: .5rem;
	}
}

.bjm-link-type-image img {
	display: inherit;
}

.bjm-link-type-image.image-style-square a {
	height: 300px;
}

.bjm-link-type-image.image-style-square img {
	height: 100%;
	width: auto;
	max-width: unset;
}

.bjm-link-type-image.image-style-portrait a {
	height: 350px;
}

.bjm-link-type-image.image-style-portrait img {
	height: auto;
	width: 100%;
	max-width: unset;
}

.bjm-link-type-image.image-style-square a, .bjm-link-type-image.image-style-portrait a {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	padding: 40px 30px !important;
	margin-bottom: 20px;
	max-width: 300px;
	text-align: center;
}

.image-style-landscape .bjm-link-type-image.image-style-square a, .image-style-landscape .bjm-link-type-image.image-style-portrait a {
	height: 150px;
}

.bjm-link-type-image.image-style-square a:after, .bjm-link-type-image.image-style-portrait a:after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block;
}

.bjm-link-type-image.image-style-square a img, .bjm-link-type-image.image-style-portrait a img {
	display: inherit;
	position: absolute;
	transition: .5s ease-in-out;
}

.bjm-link-type-image.image-style-square a span, .bjm-link-type-image.image-style-portrait a span {
	position: relative;
	z-index: 2;
	color: white;
}

.bjm-link-type-image.image-style-square a:hover img, .bjm-link-type-image.image-style-portrait a:hover img {
	transform: scale(1.1);
	transition: 1s ease-out;
}

.bjm-link-type-image.image-style-left {
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.bjm-link-type-image.image-style-left a {
	display: grid;
	grid-template-areas: "image title" "image description";
	padding-bottom: 0;
	grid-column-gap: 1rem;
	grid-template-columns: 80px auto;
	grid-template-rows: auto auto;
	align-self: stretch;
}

@media print, screen and (min-width: 64em) {
	.bjm-link-type-image.image-style-left a {
		grid-template-columns: auto 1fr;
	}
}

.bjm-link-type-image.image-style-left a img {
	grid-area: image;
	align-self: end;
	max-height: 120px;
	width: auto;
}

.bjm-link-type-image.image-style-left a span:last-of-type {
	grid-area: description;
}

.bjm-link-type-image.image-style-left:hover {
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	transform: scale(1.02);
}

.bjm-link-type-image span:first-of-type {
	grid-area: title;
	font-weight: bold;
	align-self: end;
}

.bjm-link-type-image.bold-description span:first-of-type {
	font-weight: normal;
}

.bjm-link-type-image.bold-description span:last-of-type {
	font-weight: bold;
}

@media print, screen and (max-width: 74.99875em) {
	.bjm-link-type-heading {
		margin-top: 1rem;
	}
}

.bjm-link-type-heading>a {
	pointer-events: none;
	cursor: default;
	color: #4b4b50;
	font-size: .875rem;
	padding: 10px;
	align-items: center;
	font-weight: normal;
	margin-bottom: .9375rem;
}

@media print, screen and (max-width: 63.99875em) {
	.bjm-link-type-heading>a {
		font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
		font-weight: 300;
	}
}

@media print, screen and (min-width: 64em) {
	.bjm-link-type-heading>a .menu-description {
		display: inline-block;
		padding-left: .5em;
	}
	
	.bjm-link-type-heading>a .menu-description:before {
		content: "-";
		padding-right: .5em;
	}
}

.bjm-link-type-text {
	display: inherit;
}

.bjm-link-type-text>a {
	padding: 0;
	pointer-events: none;
	cursor: default;
	font-weight: normal;
}

.bjm-link-type-text>a p {
	margin: 0;
	line-height: 1.4;
}

@media print, screen and (max-width: 63.99875em) {
	.bjm-link-type-text>a p {
		font-size: 1rem !important;
	}
}

.submenu .sub-list .bjm-link-type-button {
	flex-basis: unset;
	margin-top: auto;
}

.submenu .sub-list .bjm-link-type-button .wp-block-button__link {
	margin-top: .5rem;
}

@media print, screen and (min-width: 64em) {
	.submenu .sub-list.depth-0 .menu-col-span-double {
		flex-basis: 66.66%;
		grid-column: 1/3;
	}
	
	.submenu .sub-list.depth-0.children-3 .menu-col-span-double {
		max-width: 28.5rem;
	}
	
	.submenu .sub-list.depth-0 .menu-col-span-three {
		flex-basis: 100%;
		grid-column: 1/4;
	}
	
	.menu-child-columns-three .sub-list.depth-1 {
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
		column-gap: 30px;
	}
	
	.menu-child-columns-three .sub-list li.bjm-link-type-button {
		grid-column: 1/4;
	}
	
	.menu-child-columns-three .sub-list li.bjm-link-type-button a {
		width: 100%;
	}
	
	.menu-child-columns-two .sub-list.depth-1 {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
	}
	
	.menu-child-columns-two .sub-list li.bjm-link-type-button {
		grid-column: 1/3;
	}
	
	.menu-child-columns-two .sub-list li.bjm-link-type-button a {
		width: 100%;
	}
	
	.menu-row-span-two {
		grid-row: 1/span 2;
	}
	
	.menu-row-span-three {
		grid-row: 1/span 3;
	}
	
	.menu-row-span-four {
		grid-row: 1/span 4;
	}
	
	.menu-row-span-five {
		grid-row: 1/span 5;
	}
	
	.menu-row-span-six {
		grid-row: 1/span 6;
	}
}

.bjm-link-type-post {
	margin-bottom: 1rem;
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
}

.bjm-link-type-post:last-child {
	margin-bottom: 0;
}

.bjm-link-type-post a {
	display: grid;
	grid-column-gap: 1rem;
	line-height: 1.25;
}

.bjm-link-type-post a .menu-post-type {
	font-size: .8em;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	align-self: end;
}

.bjm-link-type-post a .menu-post-heading {
	font-weight: bold;
	padding-bottom: .5rem;
	padding-right: .5rem;
	font-size: .875rem;
}

.bjm-link-type-post a:not(.has-thumbnail) {
	grid-row-gap: 1rem;
	grid-template-areas: "description" "title";
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
}

.bjm-link-type-post a:not(.has-thumbnail) .menu-post-type {
	grid-area: description;
}

.bjm-link-type-post a:not(.has-thumbnail) .menu-post-heading {
	grid-area: title;
}

.bjm-link-type-post a.has-thumbnail {
	padding: 0 .5rem 0 0;
	grid-template-areas: "image description" "image title";
	grid-template-columns: 80px 1fr;
	grid-template-rows: auto auto;
}

@media print, screen and (min-width: 64em) {
	.bjm-link-type-post a.has-thumbnail {
		grid-template-columns: 1fr 1.25fr;
	}
}

.bjm-link-type-post a.has-thumbnail img {
	grid-area: image;
	align-self: end;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.bjm-link-type-post a.has-thumbnail span:first-of-type {
	padding-bottom: .5rem;
}

.bjm-link-type-post:hover {
	transition: all .25s cubic-bezier(.46, .03, .52, .96);
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
	transform: scale(1.02);
}

.bjm-link-type-divider {
	display: inherit;
}

.bjm-link-type-divider>a {
	pointer-events: none;
	cursor: default;
	color: #4b4b50;
	align-items: center;
	padding-right: 0;
}

.bjm-link-type-divider>a hr {
	background-color: #b3b3cf;
	height: 1px;
	border: 0;
}

@media print, screen and (min-width: 64em) {
	.bjm-link-type-divider>a hr {
		background-color: #dce1eb;
		max-width: 90%;
	}
}

@media print, screen and (min-width: 64em) {
	.feature-first .type-bjm_news:first-of-type:hover .card-image, .feature-first .type-post:first-of-type:hover .card-image, .feature-first .type-bjm_resource:first-of-type:hover .card-image, .feature-first .type-bjm_case_study:first-of-type:hover .card-image, .feature-first .type-bjm_industry:first-of-type:hover .card-image, .feature-first .type-bjm_platform_update:first-of-type:hover .card-image, .feature-first .type-bjm_platform_feature:first-of-type:hover .card-image, .feature-first .type-bjm_glossary:first-of-type:hover .card-image, .feature-first .type-page:first-of-type:hover .card-image {
		clip-path: polygon(5% 5%, 100% 5%, 100% 95%, 5% 95%);
	}
	
	.feature-first .type-bjm_news:first-of-type .card-inner, .feature-first .type-post:first-of-type .card-inner, .feature-first .type-bjm_resource:first-of-type .card-inner, .feature-first .type-bjm_case_study:first-of-type .card-inner, .feature-first .type-bjm_industry:first-of-type .card-inner, .feature-first .type-bjm_platform_update:first-of-type .card-inner, .feature-first .type-bjm_platform_feature:first-of-type .card-inner, .feature-first .type-bjm_glossary:first-of-type .card-inner, .feature-first .type-page:first-of-type .card-inner {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: calc(1.21875rem + 1.21875rem);
		grid-template-areas: "image content" "image readmore";
	}
	
	.feature-first .type-bjm_news:first-of-type .card-image, .feature-first .type-post:first-of-type .card-image, .feature-first .type-bjm_resource:first-of-type .card-image, .feature-first .type-bjm_case_study:first-of-type .card-image, .feature-first .type-bjm_industry:first-of-type .card-image, .feature-first .type-bjm_platform_update:first-of-type .card-image, .feature-first .type-bjm_platform_feature:first-of-type .card-image, .feature-first .type-bjm_glossary:first-of-type .card-image, .feature-first .type-page:first-of-type .card-image {
		grid-area: image;
	}
	
	.feature-first .type-bjm_news:first-of-type .card-content, .feature-first .type-post:first-of-type .card-content, .feature-first .type-bjm_resource:first-of-type .card-content, .feature-first .type-bjm_case_study:first-of-type .card-content, .feature-first .type-bjm_industry:first-of-type .card-content, .feature-first .type-bjm_platform_update:first-of-type .card-content, .feature-first .type-bjm_platform_feature:first-of-type .card-content, .feature-first .type-bjm_glossary:first-of-type .card-content, .feature-first .type-page:first-of-type .card-content {
		grid-area: content;
	}
	
	.feature-first .type-bjm_news:first-of-type .card-read-more, .feature-first .type-post:first-of-type .card-read-more, .feature-first .type-bjm_resource:first-of-type .card-read-more, .feature-first .type-bjm_case_study:first-of-type .card-read-more, .feature-first .type-bjm_industry:first-of-type .card-read-more, .feature-first .type-bjm_platform_update:first-of-type .card-read-more, .feature-first .type-bjm_platform_feature:first-of-type .card-read-more, .feature-first .type-bjm_glossary:first-of-type .card-read-more, .feature-first .type-page:first-of-type .card-read-more {
		display: inherit;
		grid-area: readmore;
		margin: 2rem auto 2rem 0;
	}
}

.type-bjm_news.cell-card, .type-post.cell-card, .type-bjm_resource.cell-card, .type-bjm_case_study.cell-card, .type-bjm_industry.cell-card, .type-bjm_platform_update.cell-card, .type-bjm_platform_feature.cell-card, .type-bjm_glossary.cell-card, .type-page.cell-card {
	transition: .5s ease-in-out;
}

.type-bjm_news.cell-card .card-inner, .type-post.cell-card .card-inner, .type-bjm_resource.cell-card .card-inner, .type-bjm_case_study.cell-card .card-inner, .type-bjm_industry.cell-card .card-inner, .type-bjm_platform_update.cell-card .card-inner, .type-bjm_platform_feature.cell-card .card-inner, .type-bjm_glossary.cell-card .card-inner, .type-page.cell-card .card-inner {
	display: flex;
	flex-direction: column;
}

.type-bjm_news.cell-card .card-image, .type-post.cell-card .card-image, .type-bjm_resource.cell-card .card-image, .type-bjm_case_study.cell-card .card-image, .type-bjm_industry.cell-card .card-image, .type-bjm_platform_update.cell-card .card-image, .type-bjm_platform_feature.cell-card .card-image, .type-bjm_glossary.cell-card .card-image, .type-page.cell-card .card-image {
	overflow: hidden;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: clip-path .5s;
}

.type-bjm_news.cell-card .card-image>img, .type-post.cell-card .card-image>img, .type-bjm_resource.cell-card .card-image>img, .type-bjm_case_study.cell-card .card-image>img, .type-bjm_industry.cell-card .card-image>img, .type-bjm_platform_update.cell-card .card-image>img, .type-bjm_platform_feature.cell-card .card-image>img, .type-bjm_glossary.cell-card .card-image>img, .type-page.cell-card .card-image>img {
	transition: .5s ease-in-out;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.type-bjm_news.cell-card .card-icon, .type-post.cell-card .card-icon, .type-bjm_resource.cell-card .card-icon, .type-bjm_case_study.cell-card .card-icon, .type-bjm_industry.cell-card .card-icon, .type-bjm_platform_update.cell-card .card-icon, .type-bjm_platform_feature.cell-card .card-icon, .type-bjm_glossary.cell-card .card-icon, .type-page.cell-card .card-icon {
	font-size: 1.125rem;
}

.type-bjm_news.cell-card .card-title, .type-post.cell-card .card-title, .type-bjm_resource.cell-card .card-title, .type-bjm_case_study.cell-card .card-title, .type-bjm_industry.cell-card .card-title, .type-bjm_platform_update.cell-card .card-title, .type-bjm_platform_feature.cell-card .card-title, .type-bjm_glossary.cell-card .card-title, .type-page.cell-card .card-title {
	font-size: 1.25rem;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

.type-bjm_news.cell-card .card-excerpt, .type-post.cell-card .card-excerpt, .type-bjm_resource.cell-card .card-excerpt, .type-bjm_case_study.cell-card .card-excerpt, .type-bjm_industry.cell-card .card-excerpt, .type-bjm_platform_update.cell-card .card-excerpt, .type-bjm_platform_feature.cell-card .card-excerpt, .type-bjm_glossary.cell-card .card-excerpt, .type-page.cell-card .card-excerpt {
	margin-top: 1.5rem;
}

.type-bjm_news.cell-card .card-tags, .type-post.cell-card .card-tags, .type-bjm_resource.cell-card .card-tags, .type-bjm_case_study.cell-card .card-tags, .type-bjm_industry.cell-card .card-tags, .type-bjm_platform_update.cell-card .card-tags, .type-bjm_platform_feature.cell-card .card-tags, .type-bjm_glossary.cell-card .card-tags, .type-page.cell-card .card-tags {
	margin-bottom: .5rem;
}

.type-bjm_news.cell-card .card-tags .card-meta, .type-post.cell-card .card-tags .card-meta, .type-bjm_resource.cell-card .card-tags .card-meta, .type-bjm_case_study.cell-card .card-tags .card-meta, .type-bjm_industry.cell-card .card-tags .card-meta, .type-bjm_platform_update.cell-card .card-tags .card-meta, .type-bjm_platform_feature.cell-card .card-tags .card-meta, .type-bjm_glossary.cell-card .card-tags .card-meta, .type-page.cell-card .card-tags .card-meta {
	margin: 0;
	font-size: .75rem;
	color: #4b4b50;
	font-family: "Roboto", sans-serif;
}

.type-bjm_news.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-post.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-bjm_resource.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-bjm_case_study.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-bjm_industry.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-bjm_platform_update.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-bjm_platform_feature.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-bjm_glossary.cell-card .card-tags .card-meta>div:not(:first-of-type), .type-page.cell-card .card-tags .card-meta>div:not(:first-of-type) {
	margin-left: .5rem;
}

.type-bjm_news.cell-card .card-tags .card-category i, .type-post.cell-card .card-tags .card-category i, .type-bjm_resource.cell-card .card-tags .card-category i, .type-bjm_case_study.cell-card .card-tags .card-category i, .type-bjm_industry.cell-card .card-tags .card-category i, .type-bjm_platform_update.cell-card .card-tags .card-category i, .type-bjm_platform_feature.cell-card .card-tags .card-category i, .type-bjm_glossary.cell-card .card-tags .card-category i, .type-page.cell-card .card-tags .card-category i {
	display: none;
}

.type-bjm_news.cell-card .card-date, .type-post.cell-card .card-date, .type-bjm_resource.cell-card .card-date, .type-bjm_case_study.cell-card .card-date, .type-bjm_industry.cell-card .card-date, .type-bjm_platform_update.cell-card .card-date, .type-bjm_platform_feature.cell-card .card-date, .type-bjm_glossary.cell-card .card-date, .type-page.cell-card .card-date {
	display: inherit;
}

.type-bjm_news.cell-card .card-category, .type-bjm_news.cell-card .card-date, .type-post.cell-card .card-category, .type-post.cell-card .card-date, .type-bjm_resource.cell-card .card-category, .type-bjm_resource.cell-card .card-date, .type-bjm_case_study.cell-card .card-category, .type-bjm_case_study.cell-card .card-date, .type-bjm_industry.cell-card .card-category, .type-bjm_industry.cell-card .card-date, .type-bjm_platform_update.cell-card .card-category, .type-bjm_platform_update.cell-card .card-date, .type-bjm_platform_feature.cell-card .card-category, .type-bjm_platform_feature.cell-card .card-date, .type-bjm_glossary.cell-card .card-category, .type-bjm_glossary.cell-card .card-date, .type-page.cell-card .card-category, .type-page.cell-card .card-date {
	color: #b3b3cf;
}

.type-bjm_news.cell-card .card-read-more, .type-post.cell-card .card-read-more, .type-bjm_resource.cell-card .card-read-more, .type-bjm_case_study.cell-card .card-read-more, .type-bjm_industry.cell-card .card-read-more, .type-bjm_platform_update.cell-card .card-read-more, .type-bjm_platform_feature.cell-card .card-read-more, .type-bjm_glossary.cell-card .card-read-more, .type-page.cell-card .card-read-more {
	margin-top: auto;
	padding: 0 1.5rem 1.75rem;
	transition: .5s ease-in-out all;
}

.type-bjm_news.cell-card .card-read-more .wp-block-button, .type-post.cell-card .card-read-more .wp-block-button, .type-bjm_resource.cell-card .card-read-more .wp-block-button, .type-bjm_case_study.cell-card .card-read-more .wp-block-button, .type-bjm_industry.cell-card .card-read-more .wp-block-button, .type-bjm_platform_update.cell-card .card-read-more .wp-block-button, .type-bjm_platform_feature.cell-card .card-read-more .wp-block-button, .type-bjm_glossary.cell-card .card-read-more .wp-block-button, .type-page.cell-card .card-read-more .wp-block-button {
	display: inline-block;
	margin-top: 1rem;
}

.type-bjm_news.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-post.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-bjm_resource.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-bjm_case_study.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-bjm_industry.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-bjm_platform_update.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-bjm_platform_feature.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-bjm_glossary.cell-card .card-read-more .wp-block-button .wp-block-button__link, .type-page.cell-card .card-read-more .wp-block-button .wp-block-button__link {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: relative;
	border-bottom: none;
	font-size: .875rem;
}

.type-bjm_news.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-post.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-bjm_resource.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-bjm_case_study.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-bjm_industry.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-bjm_platform_update.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-bjm_platform_feature.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-bjm_glossary.cell-card .card-read-more .wp-block-button .wp-block-button__link:after, .type-page.cell-card .card-read-more .wp-block-button .wp-block-button__link:after {
	content: "";
	background-color: #06379a;
	display: block;
	width: 0%;
	position: absolute;
	bottom: -3px;
	left: 0px;
	height: 2px;
	transition: all ease .3s;
	transition-delay: .3s;
	transform-origin: left center;
}

.type-bjm_news.cell-card:hover, .type-bjm_news.cell-card.hovered, .type-post.cell-card:hover, .type-post.cell-card.hovered, .type-bjm_resource.cell-card:hover, .type-bjm_resource.cell-card.hovered, .type-bjm_case_study.cell-card:hover, .type-bjm_case_study.cell-card.hovered, .type-bjm_industry.cell-card:hover, .type-bjm_industry.cell-card.hovered, .type-bjm_platform_update.cell-card:hover, .type-bjm_platform_update.cell-card.hovered, .type-bjm_platform_feature.cell-card:hover, .type-bjm_platform_feature.cell-card.hovered, .type-bjm_glossary.cell-card:hover, .type-bjm_glossary.cell-card.hovered, .type-page.cell-card:hover, .type-page.cell-card.hovered {
	background-color: #fff;
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
}

.type-bjm_news.cell-card:hover .card-image, .type-bjm_news.cell-card.hovered .card-image, .type-post.cell-card:hover .card-image, .type-post.cell-card.hovered .card-image, .type-bjm_resource.cell-card:hover .card-image, .type-bjm_resource.cell-card.hovered .card-image, .type-bjm_case_study.cell-card:hover .card-image, .type-bjm_case_study.cell-card.hovered .card-image, .type-bjm_industry.cell-card:hover .card-image, .type-bjm_industry.cell-card.hovered .card-image, .type-bjm_platform_update.cell-card:hover .card-image, .type-bjm_platform_update.cell-card.hovered .card-image, .type-bjm_platform_feature.cell-card:hover .card-image, .type-bjm_platform_feature.cell-card.hovered .card-image, .type-bjm_glossary.cell-card:hover .card-image, .type-bjm_glossary.cell-card.hovered .card-image, .type-page.cell-card:hover .card-image, .type-page.cell-card.hovered .card-image {
	clip-path: polygon(5% 5%, 95% 5%, 95% 100%, 5% 100%);
}

.type-bjm_news.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_news.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-post.cell-card:hover .card-read-more .wp-block-button__link:after, .type-post.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-bjm_resource.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_resource.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-bjm_case_study.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_case_study.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-bjm_industry.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_industry.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-bjm_platform_update.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_platform_update.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-bjm_platform_feature.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_platform_feature.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-bjm_glossary.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_glossary.cell-card.hovered .card-read-more .wp-block-button__link:after, .type-page.cell-card:hover .card-read-more .wp-block-button__link:after, .type-page.cell-card.hovered .card-read-more .wp-block-button__link:after {
	width: 100%;
}

.type-bjm_industry .card-tags {
	display: none;
}

.type-bjm_case_study.cell-card .card-tags .card-category:after {
	display: none;
}

.type-bjm_case_study.cell-card .card-date {
	display: none;
}

.single-bjm_news .cell-gutenberg-content .wp-block-post-featured-image, .single-post .cell-gutenberg-content .wp-block-post-featured-image, .single-bjm_resource .cell-gutenberg-content .wp-block-post-featured-image, .single-bjm_case_study .cell-gutenberg-content .wp-block-post-featured-image, .single-bjm_industry .cell-gutenberg-content .wp-block-post-featured-image, .single-bjm_platform_update .cell-gutenberg-content .wp-block-post-featured-image, .single-bjm_glossary .cell-gutenberg-content .wp-block-post-featured-image, .single-bjm_platform_feature .cell-gutenberg-content .wp-block-post-featured-image {
	overflow: hidden;
}

.single-bjm_news .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link, .single-post .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link, .single-bjm_resource .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link, .single-bjm_case_study .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link, .single-bjm_industry .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link, .single-bjm_platform_update .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link, .single-bjm_glossary .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link, .single-bjm_platform_feature .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link {
	border-bottom: 0;
	font-size: 1.0625rem;
	font-weight: 500;
}

.single-bjm_news .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i, .single-post .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i, .single-bjm_resource .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i, .single-bjm_case_study .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i, .single-bjm_industry .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i, .single-bjm_platform_update .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i, .single-bjm_glossary .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i, .single-bjm_platform_feature .cell-gutenberg-content .wp-block-columns .is-style-tertiary .wp-block-button__link i {
	margin-right: .5rem;
	margin-left: 0;
}

.single-bjm_news .cell-gutenberg-content .wp-block-post-featured-image img, .single-post .cell-gutenberg-content .wp-block-post-featured-image img, .single-bjm_resource .cell-gutenberg-content .wp-block-post-featured-image img, .single-bjm_case_study .cell-gutenberg-content .wp-block-post-featured-image img, .single-bjm_industry .cell-gutenberg-content .wp-block-post-featured-image img, .single-bjm_platform_update .cell-gutenberg-content .wp-block-post-featured-image img, .single-bjm_glossary .cell-gutenberg-content .wp-block-post-featured-image img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

.single-bjm_news .cell-gutenberg-content>*:not(.alignfull), .single-post .cell-gutenberg-content>*:not(.alignfull), .single-bjm_resource .cell-gutenberg-content>*:not(.alignfull), .single-bjm_case_study .cell-gutenberg-content>*:not(.alignfull), .single-bjm_platform_update .cell-gutenberg-content>*:not(.alignfull), .single-bjm_glossary .cell-gutenberg-content>*:not(.alignfull), .single-bjm_integration .cell-gutenberg-content>*:not(.alignfull) {
	max-width: 960px;
}

.single-bjm_news .cell-gutenberg-content h2:not(:first-child), .single-bjm_news .cell-gutenberg-content h3:not(:first-child), .single-bjm_news .cell-gutenberg-content h4:not(:first-child), .single-bjm_news .cell-gutenberg-content h5:not(:first-child), .single-bjm_news .cell-gutenberg-content h6:not(:first-child), .single-post .cell-gutenberg-content h2:not(:first-child), .single-post .cell-gutenberg-content h3:not(:first-child), .single-post .cell-gutenberg-content h4:not(:first-child), .single-post .cell-gutenberg-content h5:not(:first-child), .single-post .cell-gutenberg-content h6:not(:first-child), .single-bjm_resource .cell-gutenberg-content h2:not(:first-child), .single-bjm_resource .cell-gutenberg-content h3:not(:first-child), .single-bjm_resource .cell-gutenberg-content h4:not(:first-child), .single-bjm_resource .cell-gutenberg-content h5:not(:first-child), .single-bjm_resource .cell-gutenberg-content h6:not(:first-child), .single-bjm_case_study .cell-gutenberg-content h2:not(:first-child), .single-bjm_case_study .cell-gutenberg-content h3:not(:first-child), .single-bjm_case_study .cell-gutenberg-content h4:not(:first-child), .single-bjm_case_study .cell-gutenberg-content h5:not(:first-child), .single-bjm_case_study .cell-gutenberg-content h6:not(:first-child), .single-bjm_glossary .cell-gutenberg-content h2:not(:first-child), .single-bjm_glossary .cell-gutenberg-content h3:not(:first-child), .single-bjm_glossary .cell-gutenberg-content h4:not(:first-child), .single-bjm_glossary .cell-gutenberg-content h5:not(:first-child), .single-bjm_glossary .cell-gutenberg-content h6:not(:first-child) {
	margin-top: 3rem;
}

.type-bjm_job_board.cell-card {
	padding: 2rem;
	transition: .5s ease-in-out;
	border: 1px solid #dce1eb;
	border-radius: .5rem;
	background-color: #fff;
}

.type-bjm_job_board.cell-card:hover {
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
}

.type-bjm_job_board.cell-card .card-read-more {
	display: none;
}

.type-bjm_job_board.cell-card .card-image {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media print, screen and (min-width: 64em) {
	.type-bjm_job_board.cell-card .card-image {
		height: 75px;
	}
}

.type-bjm_job_board.cell-card .card-image img {
	max-height: 75px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.type-bjm_job_board.cell-card .card-content {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	padding: 0 !important;
}

.type-bjm_job_board.cell-card .card-content .card-meta {
	justify-content: center;
	margin: 0;
	font-size: .9375rem;
	font-family: "Roboto", sans-serif;
}

.type-bjm_job_board.cell-card .card-content .card-meta .card-date {
	display: none;
}

.type-bjm_job_board.cell-card .card-content .card-meta .card-category:after {
	display: none;
}

.type-bjm_job_board.cell-card .card-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
}

.large-up-6 .type-bjm_job_board.cell-card .card-tags {
	font-size: .8em;
}

.type-bjm_job_board.cell-card .card-tags .terms-list {
	list-style: none;
	padding-left: .5rem;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 5px;
	margin: 0;
}

.type-bjm_job_board.cell-card .card-tags .label-for-cost-taxonomy, .type-bjm_job_board.cell-card .card-tags .bjm-cat-terms-bjm_cost {
	padding-top: 1rem;
}

.type-bjm_job_board.cell-card .card-title {
	font-size: 1.0625rem;
	font-weight: bold;
	padding-top: 2rem;
}

.type-bjm_job_board .wrap-results-and-paging .large-up-6 .card-tags {
	font-size: .8em;
}

.single-bjm_job_board .wp-block-gallery .blocks-gallery-item {
	align-self: center;
	margin: 0;
	padding: .5rem 0;
}

.single-bjm_job_board .wp-block-gallery .blocks-gallery-item:not(:first-of-type) {
	border-left: 1px solid #dce1eb;
	padding-left: 1rem;
}

.type-bjm_award .card-inner, .type-bjm_client_logo .card-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.type-bjm_award .card-inner>*:not(.card-image), .type-bjm_client_logo .card-inner>*:not(.card-image) {
	display: none;
}

.type-bjm_award .card-inner .card-image, .type-bjm_client_logo .card-inner .card-image {
	display: inherit;
	justify-content: center;
	align-items: center;
}

.type-bjm_award .card-inner .card-image img {
	max-height: 100px;
	width: auto;
	max-width: 100%;
}

.type-bjm_client_logo .card-inner .card-image img {
	max-height: 50px;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.type-bjm_integration.cell-card {
	padding: 0;
	transition: .5s ease-in-out;
	border: 1px solid #dce1eb;
	border-radius: .5rem;
}

.type-bjm_integration.cell-card:hover {
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
}

.type-bjm_integration.cell-card .card-read-more, .type-bjm_integration.cell-card .card-excerpt {
	display: none;
}

.type-bjm_integration.cell-card .card-image {
	background-color: #d9f1fc;
	text-align: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.type-bjm_integration.cell-card .card-image img {
	height: auto;
	top: unset;
	bottom: unset;
	width: 100%;
	max-height: unset;
	aspect-ratio: 4/3;
}

.type-bjm_integration.cell-card .card-content {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	padding: 0 0 1rem !important;
}

.type-bjm_integration.cell-card .card-content .card-meta {
	justify-content: center;
	margin: 0;
	font-size: .9375rem;
	font-family: "Roboto", sans-serif;
}

.type-bjm_integration.cell-card .card-content .card-meta .card-date {
	display: none;
}

.type-bjm_integration.cell-card .card-content .card-meta .card-category:after {
	display: none;
}

.type-bjm_integration.cell-card .card-content .card-meta .card-category .card-category-name {
	font-size: .8em;
}

.type-bjm_integration.cell-card .card-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1rem 0 0;
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
}

.large-up-6 .type-bjm_integration.cell-card .card-tags {
	font-size: .8em;
}

.type-bjm_integration.cell-card .card-tags .terms-list {
	list-style: none;
	padding-left: .5rem;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 5px;
	margin: 0;
}

.type-bjm_integration.cell-card .card-title {
	font-size: 1.0625rem;
	font-weight: bold;
	padding-top: 1rem;
}

.type-bjm_integration.cell-card.large-up-5 .cell-card .card-image img {
	max-height: 7.5rem;
}

.type-bjm_integration .wrap-results-and-paging .large-up-6 .card-tags {
	font-size: .8em;
}

.cards-grid-bjm_platform_update.cards-grid-x.grid-x .cell.cell-card {
	width: calc(100% - 2.4375rem);
}

.cards-grid-bjm_platform_update.cards-grid-x.grid-x .cell.cell-card .card-inner .card-image {
	display: none;
}

.type-bjm_platform_update .terms-list {
	display: flex;
	flex-wrap: wrap;
	padding: .5rem 0;
	align-items: center;
}

.type-bjm_platform_update .terms-list li {
	margin-right: .5rem;
}

.type-bjm_platform_update .terms-list .location-flag {
	max-height: 15px;
	width: auto;
	margin-right: .3rem;
}

.type-bjm_glossary.cell.cell-card .card-read-more, .type-bjm_glossary.cell.cell-card .card-date, .type-bjm_glossary.cell.cell-card .card-excerpt, .type-bjm_glossary.cell.cell-card .card-image {
	display: none;
}

.type-bjm_glossary.cell.cell-card .card-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .5rem;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.type-bjm_glossary.cell.cell-card .card-title:after {
	font-size: .7em;
	content: "";
	font-family: "Font Awesome 5 Pro";
	margin-left: .5rem;
	margin-top: .5rem;
}

.type-bjm_glossary.cell.cell-card .card-category-name {
	color: #b3b3cf;
	font-weight: 400;
}

.type-bjm_glossary.cell.cell-card .card-inner {
	align-content: center;
	padding: 1.5rem 1.5rem 2rem 1.5rem;
	border: 1px solid rgba(240, 240, 245, .9);
	border-radius: .5rem;
	background-color: #fff;
}

.cards-grid-x .type-bjm_glossary.cell.cell-card .card-content {
	padding: 0;
}

.cards-grid-x .type-bjm_glossary.cell.cell-card .card-content .card-category:after {
	display: none;
}

.type-bjm_platform_feature.cell.cell-card {
	transition: .5s ease-in-out;
	border: 1px solid #dce1eb;
	border-radius: .5rem;
	background-color: #fff;
}

.type-bjm_platform_feature.cell.cell-card .card-image img {
	display: none;
}

.type-bjm_platform_feature.cell.cell-card .card-image .card-icon {
	display: inherit;
	padding: 2rem 1.5rem 0;
	font-size: 2.1rem;
}

.type-bjm_platform_feature.cell.cell-card .card-image .card-icon i {
	font-weight: 100;
}

.type-bjm_platform_feature.cell.cell-card .card-tags {
	display: none;
}

.cards-grid-x.grid-x .type-bjm_platform_feature.cell.cell-card .card-content {
	padding-top: 1rem;
}

.cards-grid-x.grid-x .type-bjm_platform_feature.cell.cell-card .card-content .card-excerpt p {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	font-size: .875rem;
}

.type-page.cell-card:nth-of-type(3n-1) .card-image {
	background: var(--wp--preset--gradient--gradient-blue) !important;
}

.type-page.cell-card:nth-of-type(3n-2) .card-image {
	background: var(--wp--preset--gradient--gradient-green) !important;
}

.type-page.cell-card:nth-of-type(3n-3) .card-image {
	background: var(--wp--preset--gradient--gradient-yellow) !important;
}

.type-page.cell-card .card-tags {
	display: none;
}

.type-page.cell-card .card-content {
	text-align: center;
}

.type-page.cell-card .card-read-more {
	text-align: center;
}

.type-bjm_use_case.cell.cell-card {
	transition: .5s ease-in-out;
	padding: 1rem;
	border: 1px solid #dce1eb;
	border-radius: .5rem;
	background-color: #fff;
}

.type-bjm_use_case.cell.cell-card .card-image {
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.type-bjm_use_case.cell.cell-card .card-image .card-icon {
	display: inherit;
	font-size: 2.5rem;
}

.type-bjm_use_case.cell.cell-card .card-image .card-icon i {
	padding-top: 1rem;
	font-weight: 100;
}

.type-bjm_use_case.cell.cell-card .card-image img {
	display: none;
}

.type-bjm_use_case.cell.cell-card .card-inner {
	padding: .25rem .5rem;
	display: flex;
	flex-direction: column;
}

.type-bjm_use_case.cell.cell-card .card-inner .icon-wrapper {
	padding-left: 3rem;
	height: 0;
}

.type-bjm_use_case.cell.cell-card .card-inner .icon-wrapper svg {
	width: 15px;
	transform: translate(0, 5px);
}

.cards-grid-x .type-bjm_use_case.cell.cell-card .card-content {
	display: flex;
	flex-direction: column-reverse;
	padding: 0;
}

.cards-grid-x .type-bjm_use_case.cell.cell-card .card-content .card-tags {
	display: none;
}

.type-bjm_use_case.cell.cell-card .card-title {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.175;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.7rem, 4vw, 2rem);
	font-size: 1.375rem;
	padding-top: 1.25rem;
	padding-bottom: 1rem;
}

.type-bjm_use_case.cell.cell-card .card-read-more {
	margin-top: auto;
	transition: .5s ease-in-out all;
	padding-bottom: .5rem;
}

.type-bjm_use_case.cell.cell-card .card-read-more .wp-block-button {
	display: inline-block;
	margin-top: 1rem;
}

.type-bjm_use_case.cell.cell-card .card-read-more .wp-block-button .wp-block-button__link {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: relative;
	border-bottom: none;
	font-size: .875rem;
	text-align: left;
}

.type-bjm_use_case.cell.cell-card .card-read-more .wp-block-button .wp-block-button__link:after {
	content: "";
	background-color: #06379a;
	display: block;
	width: 0%;
	position: absolute;
	bottom: -3px;
	left: 0px;
	height: 2px;
	transition: all ease .3s;
	transition-delay: .3s;
	transform-origin: left center;
}

.type-bjm_use_case.cell.cell-card:hover, .type-bjm_use_case.cell.cell-card.hovered {
	background-color: #fff;
	box-shadow: 0 3px 9px 0 rgba(75, 75, 80, .05), 0 6px 20px 0 rgba(75, 75, 80, .1);
}

.type-bjm_use_case.cell.cell-card:hover .card-read-more .wp-block-button__link:after, .type-bjm_use_case.cell.cell-card.hovered .card-read-more .wp-block-button__link:after {
	width: 100%;
}

@media print, screen and (max-width: 47.99875em) {
	.type-bjm_use_case.cell.cell-card .card-inner {
		padding: 0;
		display: grid;
		grid-template-areas: "media content" "media content";
		grid-gap: .5rem;
		grid-template-columns: 4rem auto;
		align-content: flex-start;
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .card-image, .type-bjm_use_case.cell.cell-card .card-inner .icon-wrapper, .type-bjm_use_case.cell.cell-card .card-inner .custom-icon-wrapper {
		grid-area: media;
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .icon-wrapper {
		padding-left: 0;
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .icon-wrapper svg {
		transform: translate(45px, 0px);
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .card-image {
		width: unset;
		padding-right: 3rem;
		padding-left: 0rem;
		align-items: flex-start;
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .card-content {
		justify-content: flex-end;
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .card-read-more {
		grid-column: 2;
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .card-read-more .wp-block-button {
		margin-top: 0;
	}
	
	.type-bjm_use_case.cell.cell-card .card-inner .card-title {
		padding-top: .5rem;
		padding-bottom: .5rem;
		font-size: 1.2rem;
	}
}

.type-bjm_case_study .case-study-client-logo-wrapper {
	position: absolute;
	z-index: 13;
	bottom: 0;
	height: 80px;
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
	left: 0;
	padding: 10px 5%;
	display: flex;
	align-items: center;
}

.type-bjm_case_study .case-study-client-logo-wrapper img {
	max-height: 60px;
	max-width: 150px;
	width: auto;
}

.cards-grid-bjm_case_study {
	max-width: max-content !important;
}

.cards-grid-bjm_case_study.feature-first>.type-bjm_case_study:first-child .case-study-client-logo-wrapper {
	height: 90px;
}

.single-post .wp-block-post-featured-image {
	border-radius: .5rem;
	box-shadow: 5px 5px 50px rgba(70, 79, 84, .19);
}

.single-post #content li {
	margin-left: 2rem;
	font-size: 1.03rem;
}

.single-post h2 strong, .single-post h2 b, .single-post h3 strong, .single-post h3 b, .single-post h4 strong, .single-post h4 b, .single-post h5 strong, .single-post h5 b, .single-post h6 strong, .single-post h6 b {
	font-weight: 100;
	color: inherit;
	font-family: inherit;
}

.single-post p img {
	width: 100%;
	margin: 1rem 0;
	box-shadow: 5px 5px 50px rgba(70, 79, 84, .2);
}

.single-post .wrapper-bjm-post-meta {
	flex-wrap: nowrap;
}

.single-post .wrapper-bjm-post-meta .author-photo {
	max-width: 70px;
}

.type-bjm_resource.cell-card .card-date {
	display: none;
}

.cards-grid-bjm_resource.cards-grid-x div.cell.cell-card .card-image {
	background-color: #d9f1fc;
	object-fit: cover;
}

.cards-grid-bjm_resource.cards-grid-x div.cell.cell-card .card-image img:not(.bjm_resource_type-job-descriptions *) {
	object-fit: contain !important;
	padding: 2rem;
}

.single-bjm_industry .wp-block-post-featured-image {
	border-radius: .5rem;
	box-shadow: 5px 5px 50px rgba(70, 79, 84, .19);
}

.h1 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(2.2rem, 4vw, 3rem);
}

.h2 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.175;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.h3 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.175;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.7rem, 4vw, 2rem);
}

.h4 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(1.2rem, 4vw, 1.429rem);
}

.h5 {
	font-family: "Ubuntu", Cantarell, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(1.1rem, 4vw, 1.214rem);
}

.h6 {
	font-family: "Roboto", sans-serif;
	line-height: 1.25;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1rem, 4vw, 1rem);
}

.submenu.depth-0 {
	background: transparent;
}

.submenu .sub-list.depth-0 {
	background: white;
	box-shadow: inset 0 4px 10px -5px rgba(0, 0, 0, .2);
}

/*-- WN Edits --*/
.banner-top {
	width: 100%;
	background-color: #06379c;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.banner-top a, .banner-top button {
	color: #fff;
}

.banner-top a, .banner-top p {
	display: inline-block;
}

.banner-top p {
	margin: 3px 0 3px;
	font-size: 1.1em;
}

.banner-top a {
	padding: 0 10px;
	background: #fff;
	border-radius: 8px;
	color: #000;
	margin: 0 5px;
	font-size: .9em;
}

.close-btn {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}

.banner-top a:hover {
	opacity: .8;
}

.header .grid-container {
	margin-top: 20px;
	padding-bottom: 20px;
	transition: margin-top .3s ease;
}

@media screen and (max-width: 500px) {
	.header .grid-container {
		margin-top: 10px;
	}
}

.aiButtonNav a {
	background-color: #fff !important;
	color: #1156ea !important;
	box-shadow: inset 0 0 0 1px #1156ea !important;
	padding: 8px 12px !important;
	border-radius: 10px !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.aiButtonNav a::before, .aiButtonNavMob a::before {
	content: "";
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-image: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/source/rev-4c34d40/jobadderdev.wpengine.com/wp-content/uploads/2025/11/AIicon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}

.wp-block-button.is-style-secondary .wp-block-button__link {
	font-size: 16px !important;
}

.header-link-wrapper .header-link .header-link-icon-display {
	font-size: 16px !important;
}

.aiButtonNav a:hover, .aiButtonNavMob a:hover {
	background: linear-gradient(283deg, #10cacb 8.8%, #1156ea 115.38%, #4338ca 187.57%);
	box-shadow: inset 0 0 0 0 #1156ea !important;
	color: #fff !important;
}

.aiButtonNav a:hover::before {
	filter: brightness(0) invert(1);
}

.fas.fa-head-side-brain::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("https://cdn-ilbijcl.nitrocdn.com/QdXrOQWknqNbZKmwBqwSZjMcgCSmtSPq/assets/images/source/rev-4c34d40/jobadderdev.wpengine.com/wp-content/uploads/2025/11/AIicon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 4px 0 0 -10px;
}

.aiNavigation div {
	font-size: 16px !important;
	line-height: 1.3em;
	font-weight: 600;
	color: #1156ea;
}

.aiNavigation div span {
	color: #4b4b50;
}

#menu-item-421046 ul {
	padding-top: 12px !important;
}

.menu-cta-button {
	margin-left: 8px;
}

@media (max-width: 1023px) {
	.aiButtonNav {
		display: none !important;
	}
	
	.aiButtonNavMob {
		display: block;
		padding: 20px 0 0 0;
		margin: 0 0 -10px 0;
	}
	
	.wp-block-button.is-style-secondary.aiButtonNavMob .wp-block-button__link {
		line-height: unset  !important;
		height: unset  !important;
		padding: 8px 12px !important;
		border-radius: 10px !important;
		font-size: 18px !important;
		font-weight: bold  !important;
	}
	
	.aiButtonNavMob a::before {
		filter: brightness(0) invert(1) !important;
	}
	
	.aiNavigation div {
		font-size: 20px !important;
	}
}

@media print, screen and (min-width: 64em) {
	.header-link-wrapper {
		padding: .75rem 8px 0 8px;
	}
}

@media screen and (max-width: 1250px) {
	.primary-menu>.menu>.menu-item {
		padding: .75rem 8px 0 8px;
	}
	
	.primary-menu>.menu {
		justify-content: flex-start;
	}
	
	.grid-container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (min-width: 1250px) {
	.header-nav {
		padding-left: 0px !important;
	}
}

@media screen and (max-width: 1160px) {
	.header-logo {
		width: 110px;
		margin: -5px 0 0 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1140px) {
	.header>.grid-container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.primary-menu>.menu>.menu-item {
		padding: .75rem 6px 0 6px;
	}
}

@media screen and (max-width: 1080px) {
	.header-logo {
		width: 80px;
		margin: -2px 0 0 0;
	}
	
	.header-search-toggle {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.header-logo {
		width: 120px;
	}
}

@media print, screen and (max-width: 63.9988em) {
	.primary-menu>.menu>.menu-item>a {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
}
