/* CSS */

#mega-menu-wrap-primary_megamenu {
	bottom: 10px;
}

#app {
	z-index: 1;
	padding-top: 6.625rem !important;
}

@media (min-width: 768px) {
	#app {
		padding-top: 7.125rem !important;
	}
}

/*Popup Form Styling*/

.popup-contact-form {
	background: #fff;
	max-width: 1000px;
	margin: 15px;
	padding: 20px;
	position: relative;
}

.mfp-close-btn-in .mfp-close {
	color: #c02b0a;
}

.popup-contact-form label,
.popup-contact-form legend {
	font-family: "Belgrano", sans-serif;
}

.name_first label,
.name_last label {
	opacity: 0.6;
	margin-bottom: 0;
}

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

.popup-contact-form input,
.popup-contact-form textarea {
	background: #ecebe8;
	border: transparent;
	padding: 8px !important;
	letter-spacing: 0.1em !important;
	font-size: 0.875rem !important;
}

@media (min-width: 600px) {
	.popup-contact-form {
		padding: 50px;
	}
	.mfp-close-btn-in .mfp-close {
		margin: 15px;
	}
	.popup-contact-form input,
	.popup-contact-form textarea {
		padding: 15px !important;
	}
}

@media (min-width: 1000px) {
	.popup-contact-form {
		padding: 50px;
		margin: 0 auto;
	}
}

.last-modified time.post-modified-info {
	border-left: solid 1px;
}
.last-modified {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.last-modified time {
	padding: 0 15px;
	line-height: 1;
}

.date-container {
	display: flex;
}

.date-container time {
	line-height: 1;
}
.date-container .post-modified-info {
	padding-left: 10px;
	border-left: solid 1px;
	margin-left: 10px;
}

.post-type-archive-glossary .share-controls {
	display: none;
}

.post-type-archive-glossary .archive-banner__bg-img {
	background-image: url(/wp-content/uploads/psych-glossary-banner.jpg) !important;
}

.post-type-archive-glossary_cannabis .archive-banner__bg-img {
	background-position: bottom center;
}

.post-type-archive-glossary .archive-banner.overlay,
.post-type-archive-glossary_cannabis .archive-banner.overlay {
	background-color: transparent;
	!important: ;
}

.post-type-archive-glossary
	.archive-banner.overlay
	.archive-banner__bg-img:before,
.post-type-archive-glossary_cannabis
	.archive-banner.overlay
	.archive-banner__bg-img:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-image: linear-gradient(to top, black, transparent);
	opacity: 0.9;
}

.post-type-archive-glossary .archive-banner__bg-img,
.post-type-archive-glossary_cannabis .archive-banner__bg-img {
	mix-blend-mode: normal;
	opacity: 1;
}

@media (min-width: 992px) {
	.banner-glossary h1,
	.banner-glossary h1 p,
	.banner-glossary_cannabis h1,
	.banner-glossary_cannabis h1 p {
		font-size: 3.4375rem;
	}
}

.sidebar .search-form {
	width: 100%;
	justify-content: center;
}

section.widget.mb-4.block-8.widget_block {
	margin: 0 !important;
}

.custom_html-27,
.custom_html-28 {
	background: #f8f7f5;
	padding: 30px 0;
}

.custom_html-27 h5,
.custom_html-28 h5 {
	margin-bottom: 20px;
}

/* Map Template */
.map-container {
	padding: 60px 0 120px;
}

.map-content h2 {
	color: #a84825;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.map-content p {
	font-size: 24px;
}

.map-legend {
	box-shadow: 0 0 20px rgba(87, 87, 87, 0.24);
	margin: 35px 0;
}

.map-legend ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0;
	padding: 15px 30px;
}

.map-legend ul li {
	align-items: center;
	color: #686156;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}

.map-legend ul li .legend-dot {
	border-radius: 100%;
	display: block;
	height: 20px;
	margin-right: 8px;
	width: 20px;
}

.map-legend ul li .legend-dot.black {
	background-color: #677288;
}

.map-legend ul li .legend-dot.gray {
	background-color: #6a6459;
}

.map-legend ul li .legend-dot.yellow {
	background-color: #f9bf4b;
}

.map-legend ul li .legend-dot.red {
	background-color: #a84825;
}

.map-legend ul li .legend-dot.white {
	background-color: #f0eeeb;
}

.map-legend ul li .legend-dot.orange {
	background-color: #ce623e;
}

.map-legend ul li .legend-dot.green {
	background-color: #92d050;
}

#map_access {
	display: none !important;
}

@media (max-width: 600px) {
	#map {
		pointer-events: none;
	}
}

.tt_sm {
	background-color: white;
	box-shadow: 0 0 20px rgba(87, 87, 87, 0.28);
	color: #2c2926;
	font-size: 18px;
	opacity: 1;
	position: relative;
}

.tt_name_sm {
	background-color: #f9bf4b;
	color: #fff;
	font-weight: 700;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
}

.xmark_sm {
	align-items: center;
	background: #fff;
	border-radius: 100%;
	display: flex;
	height: 25px;
	justify-content: center;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 25px;
}

.xmark_sm img {
	display: flex;
	height: 20px;
	width: 20px;
}

.tt_custom_sm {
	padding: 22px 0 0;
}

.map-description > div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 0 16px;
}

.map-description > div:last-child {
	background-color: rgba(106, 100, 89, 0.18);
	color: #a84825;
	display: block;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 2px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.map-description > div:last-child a {
	display: block;
	padding: 10px 0;
}

.map-description > div:last-child a:hover {
	text-decoration: none;
}

.map-description > div span:first-child {
	font-weight: 600;
	margin-right: 50px;
}

.map-description > div span i {
	font-size: 30px;
}

.map-description > div span .fa-circle-check {
	color: #a84825;
}

.testimonial-container {
	background: #f0eeeb;
	padding: 90px 0;
}

.testimonial-top {
	margin-bottom: 90px;
	text-align: center;
}

.testimonial-top h2 {
	margin-bottom: 30px;
	font-size: 32px;
}

.testimonial-top .button {
	background-color: #a84825;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 15px 24px;
	text-transform: uppercase;
}

.testimonial-top .button:hover {
	text-decoration: none;
}

.testimonial-item {
	margin-bottom: 100px;
}

.testimonial-item:last-child {
	margin-bottom: 0;
}

.testimonial {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(87, 87, 87, 0.24);
	padding: 64px 32px 32px;
	position: relative;
}

.testimonial-content {
	line-height: 2em;
	margin-bottom: 16px;
}

.testimonial-name {
	color: #a84825;
	font-weight: 600;
	text-transform: uppercase;
}

.icon-quote {
	background: #fff;
	border-radius: 100%;
	align-items: center;
	display: flex;
	height: 100px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -50px;
	transform: translateX(-50%);
	width: 100px;
}

@media (min-width: 768px) {
	.map-legend ul {
		padding: 0;
	}

	.map-legend ul li {
		padding: 22px 0;
		width: auto;
	}

	.testimonial-top h2 {
		font-size: 42px;
	}

	.testimonial-item {
		margin-bottom: 0;
	}
}

@media (min-width: 1025px) {
	.testimonial-top {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-bottom: 90px;
		text-align: left;
	}

	.testimonial-top h2 {
		margin-bottom: 0;
		font-size: 52px;
	}
}

@media (min-width: 1200px) {
	.testimonial-top h2 {
		font-size: 62px;
	}
}

/* Map Table */
.state-table {
	margin-bottom: 100px;
	width: 100%;
}

.state-table tr th {
	background-color: #a84825;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 65px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.state-table tr th:first-child {
	text-align: left;
}

.state-table tr {
	border-bottom: 1px solid rgba(104, 97, 86, 0.5);
}

.state-table tr:last-child {
	border-bottom: 0;
}

.state-table tr td {
	color: #2c2926;
	font-size: 18px;
	font-weight: 600;
	padding: 16px 10px;
	text-align: center;
}

.state-table tr td:first-child {
	text-align: left;
}

.state-table tr td > i {
	color: #a84825;
	font-size: 30px;
}

.state-table tr td i.fa-circle-xmark {
	color: #2c2a26;
}

.state-table tr td a {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.additional-content {
	padding: 50px 0;
}

.state-table tr td a:hover {
	text-decoration: none;
}

@media (min-width: 1025px) {
	.state-table thead tr th,
	.state-table tbody tr td {
		padding: 16px 30px;
	}
}

@media (max-width: 768px) {
	.state-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.state-table tr {
		border: 0;
		display: block;
		margin-bottom: 0.625em;
	}

	.state-table tr td {
		align-items: center;
		display: flex;
		font-size: 18px;
		font-weight: 400;
		justify-content: space-between;
		padding: 10px 16px;
		text-align: right;
	}

	.state-table tr td::before {
		content: attr(data-label);
		float: left;
		font-size: 18px;
		font-weight: bold;
	}

	.state-table tr td:first-child:before,
	.state-table tr td:last-child:before {
		content: none;
	}

	.state-table tr td:first-child {
		background-color: #f0eeeb;
		font-weight: bold;
		padding: 18px 16px;
		text-transform: uppercase;
	}

	.state-table tr td:last-child {
		/* background-color: #A84825; */
		/* padding: 0; */
	}

	.state-table tr td:last-child a {
		background-color: #a84825;
		color: #fff;
		display: block;
		padding: 10px 16px;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 600px) {
	li#mega-menu-item-89151 .mega-sub-menu {
		display: block !important;
	}

	li#mega-menu-item-89151 .mega-menu-link {
		display: none !important;
	}

	#mega-menu-item-89151 li#mega-menu-89151-0 {
		padding-block: 0 !important;
	}

	#mega-menu-item-89151 .mega-sub-menu {
		padding: 0 0 10px !important;
	}

	#mega-menu-89176-0 .widget_media_image img {
		height: 250px !important;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/*Temp hide map law link*/
#map_holder .map-description .law-link {
	/*display: none;*/
}

.tt_custom_sm {
	padding-bottom: 10px;
}

.state-table tr td a[href="#"] {
	display: none;
}

.state-table tr td > i {
	display: flex;
	align-items: center;
	justify-content: center;
}
.state-table .fa-circle-check:after {
	content: "Yes";
	padding-left: 5px;
	font-size: 16px;
	font-family: "Belgrano", sans-serif;
}
.state-table tr td i.fa-circle-xmark:after {
	content: "No";
	padding-left: 5px;
	font-size: 16px;
	font-family: "Belgrano", sans-serif;
}

.page-id-120605 div#tt_sm_map {
	display: none !important;
}

.page-id-120605 div#map_inner path {
	pointer-events: none;
	cursor: default !important;
}

.read-more-testimonials-class {
	max-height: 2.5rem;
	font-size: 0.7rem !important;
	margin-top: -2.6rem;
	padding: 6px !important;
	position: absolute;
	right: 1.5rem;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.4);
	background: white !important;
	color: #a84825 !important;
}

.read-more-testimonials-class:after {
	width: 9px !important;
	height: 15px !important;
	top: 3px !important;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='23.069' viewBox='0 0 14 23.069'%3E%3Cpath id='left_arrow' data-name='left arrow' d='M10.638,13.629.371,3.362a1.268,1.268,0,0,1,0-1.793l1.2-1.2a1.268,1.268,0,0,1,1.791,0l8.175,8.137L19.71.369a1.268,1.268,0,0,1,1.791,0l1.2,1.2a1.268,1.268,0,0,1,0,1.793L12.431,13.629A1.268,1.268,0,0,1,10.638,13.629Z' transform='translate(0 23.069) rotate(-90)' fill='%23a6492a'/%3E%3C/svg%3E%0A") !important;
}

/* Mobile Menu */
.mega-menu-open + #mega-menu-primary_megamenu {
	top: 50px !important;
	max-height: calc(100vh - 106px) !important;
	overflow: scroll !important;
	overscroll-behavior: contain !important;
}

.fixed-top {
	z-index: 10000 !important;
}

@media (max-width: 1024px) {
	.latest-posts__posts-grid {
		display: none !important;
	}

	.fxAccordion.fx-accordion__wrapper.fx-accordion {
		padding: 0;
		background-color: transparent;
		border: 0;
	}

	.fxAccordion .fx-accordion__panel__content {
		padding: 0;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
		margin: 20px 0 33px;
	}

	.fxAccordion .fx-accordion__panel__toggle {
		border-radius: 0;
	}

	.fxAccordion .btn.btn-primary {
		display: block;
	}

	.related-posts__item > img {
		object-fit: contain !important;
		object-position: center;
		width: 100%;
	}
}

.fxAccordion .js-accordion-headline.btn {
	color: #000 !important;
	border: 1px solid #dddd;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.fxAccordion .js-accordion-headline.btn::after {
	transform: rotate(90deg);
}

.fxAccordion .js-accordion-item.is-expanded .js-accordion-headline.btn::after {
	transform: rotate(-90deg);
}

.video-section__carousel-item a {
	width: 100%;
}

.mfp-bg {
	z-index: 9999999 !important;
}

.mfp-wrap {
	z-index: 99999999 !important;
}

.popup-contact-form {
	margin-top: 50px !important;
}

.type .fa-circle-xmark::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon-x.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.type .fa-circle-check::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon-check.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* Our Team Headshot Redesign */
.fx-bio-snippets figcaption {
	font-size: 20px;
	margin: 20px 0 0;
	transition: all 0.2s ease-in-out;
}

.fx-bio-snippets {
	padding: 30px 0;
	justify-content: center;
}

.fx-bio-snippets a {
	height: 100%;
	display: flex;
}

.fx-bio-snippets a figure {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.fx-bio-snippets figure img {
	height: 370px;
	object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.fx-bio-snippets a:hover {
	text-decoration: none;
}

.fx-bio-snippets a:hover figcaption {
	color: #fff;	
}

.fx-bio-snippets figure img:hover {
	transform: scale(1.1);
}


.fx-bio-snippets-content {
	padding: 20px 0;
	color: #fff;
}