
.cbdencyclopedia-page .row .col-6-12:nth-child(2n) {
	margin-right: 0;
}
.cbdencyclopedia-page .row .col-6-12:nth-child(2n - 1) {
	margin-left: 0;
}
.cbdencyclopedia-page .row .column {
	margin-bottom: 0;
}
.cbdencyclopedia-page h1 {
	font-weight: 600;
}
.cbdencyclopedia-page .page-sub-title {
	margin-bottom: 30px;
}
.cbdencyclopedia-page .list-item {
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	padding: 8px 8px;
	margin-bottom: 14px;
}
.cbdencyclopedia-page a.column{
	outline: 0;
}
.cbdencyclopedia-page .column:nth-child(odd){
	clear:both;
}
.cbdencyclopedia-page .list-item .wpicon {
	font-size: 10px;
	margin-left: 10px;
}
.cbdencyclopedia-page .search-form-container {
	margin-bottom: 30px;
}
.cbdencyclopedia-page .search-form {
	position: relative;
	width: 50%;
	margin: auto;
}
.cbdencyclopedia-page .search-form input {
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.cbdencyclopedia-page .search-form .search-icon {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 18px;
	background: none;
	cursor: pointer;
}

.items-list .list-item {
	font-size: 16px;
	line-height: 1.6em;
	padding: 4px 8px;
}
.items-list .list-item >div:first-child {
	display: flex;
	align-items: center;
}
#cbdencyclopedia-item {
	padding: 30px 0 0 0;
	margin: 0;
}
#cbdencyclopedia-main .list-item {
	padding: 10px 8px;
	height: 58px;
	text-align: center;
}
#cbdencyclopedia-main .list-item h3 {
	font-size: 20px;
	width: 100%;
	text-align: left;
}
#cbdencyclopedia-category .categories-desktop {
	border-bottom: 1px solid #d7dce2;
	margin-bottom: 30px;
	text-align: center;
}
#cbdencyclopedia-category .categories-desktop .category-item {
	display: inline-block;
	margin-right: 40px;
}
#cbdencyclopedia-category .categories-desktop .category-item:last-child {
	margin-right: 0;
}
#cbdencyclopedia-category .categories-desktop .category-item a {
	outline: none;
}
#cbdencyclopedia-category .categories-desktop .category-item a:hover {
	color: #d12229;
}
#cbdencyclopedia-category .categories-desktop .category-item h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
#cbdencyclopedia-category .categories-mobile {
	margin-bottom: 30px;
}
#cbdencyclopedia-category .categories-dropdown {
	border-bottom: 1px solid #d7dce2;
	border-top: 1px solid #d7dce2;
	position: relative;
	font-weight: 600;
}
#cbdencyclopedia-category .categories-dropdown .selected-option>div {
	padding: 8px 8px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
#cbdencyclopedia-category .categories-dropdown .dropdown-list {
	position: absolute;
	/*top: 0;*/
	background-color: white;
	margin-top: -0px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #d7dce2;
	background-clip: padding-box;
	left: 0;
	width: 100%;
	max-height: 440px;
	overflow-y: auto;
	z-index: 10000;
}
#cbdencyclopedia-category .categories-dropdown .dropdown-list li {
	cursor: pointer;
	padding: 8px 8px;
}
#cbdencyclopedia-category .categories-dropdown .dropdown-list li:hover {
	background-color: #d7dce2;
}
#cbdencyclopedia-category .categories-dropdown.open .wpicon-chevron-up {
	display: inline;
}
#cbdencyclopedia-category .categories-dropdown.open .wpicon-chevron-down {
	display: none;
}
#cbdencyclopedia-category .categories-dropdown.open .dropdown-list {
	display: block;
}
#cbdencyclopedia-search .search-title {
	margin-bottom: 10px;
}

.cbd-encyclopedia-main-page #columns {
	background-image: url(../images/preset/background.webp);
	background-repeat: no-repeat;
	background-position: 0 -398px;
}
.cbd-encyclopedia-main-page #breadcrumb {
	display: none!important;
}
#cbdencyclopedia-main > div > img {
	max-width: 31%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	right: -50px;
}
#cbdencyclopedia-main  h1 {
	text-transform: uppercase;
	color: #00a79d;
	font-size: 30px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
#cbdencyclopedia-main .page-sub-title {
	font-size: 50px;
	max-width: 50%;
	line-height: 50px;
	font-weight: 600;
}
#cbdencyclopedia-main .page-text {
	font-size: 18px;
	max-width: 50%;
	margin: 0;
	padding: 0;
}
#cbdencyclopedia-main .related-articles a {
font-size: 16px;
}
#cbdencyclopedia-main .page-text-bottom {
margin: 20px 0 40px 0;
}
#cbdencyclopedia-main .item-btn {
background-color: #d1232a;
padding: 20px;
width: 30%;
margin: 30px 0 60px 0;
border-radius: 10px!important;
font-size: 35px;
font-weight: 600;
font-family: Raleway,Arial,Helvetica,sans-serif;
}
#cbdencyclopedia-main .cbd-cat-wrap {
display: flex;
justify-content: space-between;
font-size: 18px;
margin: 20px 0 20px 0;
border-radius: 10px;
overflow: hidden;
background-color: #fafafa;
}
#cbdencyclopedia-main .cbd-cat-wrap.cat-0 {
background-color: white;
}
#cbdencyclopedia-main .cbd-cat-wrap img {
border-radius: 10px;
}
#cbdencyclopedia-main .cbd-cat-wrap > div {
width: 30%;
}
#cbdencyclopedia-main .cbd-cat-wrap h3 {
text-transform: uppercase;
font-size: 18px;
font-weight: 800;
color: #00a79d;
padding: 5px 0 30px 0;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span, .cbd-cat-wrap > div > a {
position: relative;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span, .cbd-cat-wrap > div > a:not(.cbd-cat-img-wrap) {
display: block;
padding: 5px 0 5px 0;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span, .cbd-cat-wrap > div > span > a {
font-weight: 700;
color: #70848b;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span > a {
text-decoration: underline;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > a > span, #cbdencyclopedia-main .cbd-cat-wrap > div > span > a > span {
position: absolute!important;
top: 9px!important;
left: -16px;
color: #d12229;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span > a > span {
display: none;
}
#cbdencyclopedia-main input[name=search_query] {
border: none;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
height: 50px;
box-shadow: none;
}
#cbdencyclopedia-main .search-form {
display: flex;
margin-right: 0;
}

#cbdencyclopedia-main .selectric-wrapper {
min-width: 150px;
max-width: 150px;
}

#cbdencyclopedia-main .selectric {
border: none;
height: 50px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background: #00a79d;
}
#cbdencyclopedia-main .selectric .wpicon-chevron-right {
position: absolute;
left: 122px;
top: 18px;
transform: rotate(90deg);
color: #fff;
}
#cbdencyclopedia-main .selectric .label {
color: white;
font-size: 20px;
text-align: center;
font-weight: 700;
padding: 7px 0;
}
#cbdencyclopedia-main.cbdencyclopedia-page .search-form .search-icon {
top: 14px;
}
#cbdencyclopedia-main .cbd-cat-wrap > div:not(:first-child) {
padding: 15px;
}

.module-cbdencyclopedia-cbdencyclopedia #breadcrumb {
	display: inline-block;
}

.info_encyclopedia {
	float: right;
	text-align: right;
	font-size: 12px;
}

.info_encyclopedia a,
.info_encyclopedia a:hover{
	text-decoration: underline;
}

.encyclopedia-info-container {
    width: 100%;
    height: 50px;
}

.encyclopedia-info {
    position: absolute;
    right: 0;
    z-index: 98;
    width: 100%;
    max-width: 320px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    color: #707070;
    overflow-wrap: break-word;
}

.encyclopedia-info-button {
    flex: 0 0 40px;
    min-height: 40px;
    background-color: #00A89C;
    background-image: url("/modules/cbdencyclopedia/icons/ellipsis-vertical-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.encyclopedia-info .clickable-button {
    cursor: pointer;
}

.encyclopedia-info-head {
    flex: 0 1 calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-height: 40px;
    padding: 5px 40px 5px 20px;
    background-color: #FBF9F6;
    color: #48535A;
}

.encyclopedia-info-head-item {
    display: none;
}

.encyclopedia-info-head-item.encyclopedia-info-head-author {
    display: block;
}

.encyclopedia-info-body {
    flex: 0 1 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 15px 0 15px 20px;
    background-color: #FBF9F6;
    display: none;
}

.encyclopedia-info-body-item {
    position: relative;
}

.encyclopedia-info-body-item:before {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    background-color: #E3E6E9;
    position: absolute;
    top: -15px;
}

.encyclopedia-info-body-toc-item {
    padding: 2px 0;
    background-image: url("/modules/cbdencyclopedia/icons/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    cursor: pointer;
    color: #48535A;
}
@media (max-width: 768px) {
	.encyclopedia-info-body-toc-item:first-child:nth-last-child(2) {
		margin-bottom: 27px;
	}
}

.encyclopedia-info-writer-short-info {
    padding-right: 20px;
}

.encyclopedia-info-writer-image {
    float: left;
    margin-right: 10px;
}

.encyclopedia-info-writer-info {
    margin-top: 25px;
    position: relative;
    padding-right: 20px;
}

.encyclopedia-info-writer-info:before {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    background-color: #E3E6E9;
    position: absolute;
    top: -15px;
}

a.encyclopedia-info-writer-info-read-more {
    font-weight: bold;
    text-decoration: underline;
    color: #707070;
}

.encyclopedia-info-writer-links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.encyclopedia-info-twitter, .encyclopedia-info .encyclopedia-info-linkedin {
    flex: 0 0 40px;
    height: 40px;
    display: block;
    background-color: #4AA59C;
    background-repeat: no-repeat;
    background-position: center;
}

.encyclopedia-info-twitter {
    background-image: url("/modules/cbdencyclopedia/icons/twitter.svg");
    margin-right: 10px;
}

.encyclopedia-info-linkedin {
    background-image: url("/modules/cbdencyclopedia/icons/linkedin.svg");
}

a.encyclopedia-info-back {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding-right: 20px;
    text-decoration: underline;
    color: #707070;
}

.encyclopedia-info-back:before {
    content: '';
    width: 12px;
    height: 12px;
    position: relative;
    bottom: 1px;
    right: 8px;
    background-image: url("/modules/cbdencyclopedia/icons/chevron-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

a.encyclopedia-info-back:hover {
   text-decoration: underline;
}

.encyclopedia-info .encyclopedia-info-body-sources {
    padding: 0;
    margin-bottom: 10px;
    background-color: #FBF9F6;
    padding-right: 20px;
}

.encyclopedia-info .sources_items p {
    margin-bottom: 15px;
}

.encyclopedia-info .encyclopedia-info-body-sources .accordion_header {
    display: none;
}

.encyclopedia-info .encyclopedia-info-body-sources .sources_items {
    display: block;
    padding: 0;
}

.encyclopedia-info .encyclopedia-info-body-sources .sources_items p {
    font-size: 13px;
    line-height: 15px;
}

.encyclopedia-info .encyclopedia-info-body-sources .sources_items a {
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
#cbdencyclopedia-category .categories-desktop .category-item.active h2 {
    color: #d12229;
}
.cbdencyclopedia-page h1 {
	margin: 0!important;
}
}
@media only screen and (min-width: 1200px) {
#cbdencyclopedia-main > div > img {
    width: 350px!important;
    height: 350px;
}
}
@media (max-width: 1199px) {
#cbdencyclopedia-main > div > img {
    right: 0;
}
#cbdencyclopedia-main .cbd-cat-wrap {
    font-size: 16px;
}
#cbdencyclopedia-main .cbd-cat-wrap h3 {
    font-size: 2em;
    line-height: 1em;
}
}
@media only screen and (max-width: 767px) {
.module-cbdencyclopedia-cbdencyclopedia #columns {
	padding-top: 0;
}
.module-cbdencyclopedia-cbdencyclopedia #header_bottom {
	padding-bottom: 5px;
}
#cbdencyclopedia-main h1 {
    text-align: center;
}
#cbdencyclopedia-main .page-sub-title {
    display: none;
}
#cbdencyclopedia-main .page-text {
    max-width: 100%;
    text-align: center;
}
.cbdencyclopedia-page .search-form {
    width: 100%;
}
#cbdencyclopedia-main .item-btn {
    width: 50%;
}
#cbdencyclopedia-main > div > img {
    position: relative;
    max-width: 300px;
}
#cbdencyclopedia-main .item-btn {
    margin: 20px auto 20px auto;
    font-size: 20px;
    padding: 10px;
}

.module-cbdencyclopedia-cbdencyclopedia #breadcrumb {
	float: none;
}
}
@media (max-width: 479px) {
	#cbdencyclopedia-main .cbd-cat-wrap > div > span > a > span {
		display: block;
	}

	#cbdencyclopedia-main .cbd-cat-wrap {
		flex-direction: column;
	}

	#cbdencyclopedia-main .cbd-cat-wrap > div {
		width: 100%;
	}

	#cbdencyclopedia-main .cbd-cat-wrap > div > a > img {
		width: 100%;
	}

	#cbdencyclopedia-main .cbd-cat-wrap > div:nth-child(2) {
		display: none;
	}

	#cbdencyclopedia-main .cbd-cat-wrap > div:nth-child(3) {
		padding: 20px 10px 20px 35px;
	}

	#cbdencyclopedia-main .selectric-wrapper {
		min-width: 90px;
		max-width: 90px;
	}

	#cbdencyclopedia-main .selectric .wpicon-chevron-right {
		left: 65px;
	}

	#cbdencyclopedia-main .search-form {
		margin: auto;
	}

	#cbdencyclopedia-main > div > img {
		max-width: 90% !important;
	}
}