/* CBED Styles */
/* Fonts */
/* cyrillic */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Rubik"), local("Rubik-Regular"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2)
			format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Rubik"), local("Rubik-Regular"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2)
			format("woff2");
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Rubik"), local("Rubik-Regular"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2)
			format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Rubik"), local("Rubik-Regular"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2)
			format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Rubik Medium"), local("Rubik-Medium"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2)
			format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* hebrew */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Rubik Medium"), local("Rubik-Medium"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2)
			format("woff2");
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Rubik Medium"), local("Rubik-Medium"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2)
			format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Rubik Medium"), local("Rubik-Medium"),
		url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2)
			format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

/*@font-face {
  font-family: 'Proxima Nova Cn Rg';
  src: url(../fonts/proxima-nova/ProximaNovaCond-Regular.woff2) format('woff2'), url(../fonts/proxima-nova/ProximaNovaCond-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto
}

@font-face {
  font-family: 'Proxima Nova Cn Lt';
  src: url(../fonts/proxima-nova/ProximaNovaCond-Semibold.woff2) format('woff2'), url(../fonts/proxima-nova/ProximaNovaCond-Semibold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto
}*/

/* Basic */
body {
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	background-color: #fff;
}

a {
	color: #ff9400;
}

a:link,
a:visited {
	text-decoration: none;
}

.checkbox label:before,
.radio label:before,
a:hover,
a:hover i:before {
	color: #ea970b;
	text-decoration: none;
	outline: 0 !important;
	box-shadow: none !important;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
}

.h4,
h4 {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 56px;
	line-height: 70px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 26px;
	line-height: 32px;
}

h4 {
	font-size: 20px;
	line-height: 25px;
}

p {
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
}

strong {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}

.small,
small {
	font-size: 0.656rem;
	font-weight: 400;
}

label {
	display: inline-block;
	margin-bottom: 0.188rem;
	font-size: 14px;
	font-weight: 600;
}

/* Buttons */

.btn {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	width: 254px;
	height: 50px;
	border: 0;
	padding: 14px 20px;
	border-radius: 30px;
	text-transform: uppercase;
}

.btn:active,
.btn:focus {
	outline: 0 !important;
	box-shadow: none;
}

.btn-primary {
	color: #ffffff !important;
	background-color: #ff9400;
	border-color: #ff9400;
	margin-top: 15px;
	padding-top: 12px;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #e28400;
	border-color: #e28400;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #ff9400;
	border-color: #ff9400;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-primary-icon {
	color: #ffffff !important;
	background-color: #ff9400;
	border-color: #ff9400;
	margin-top: 15px;
}

.btn-primary-icon:hover {
	color: #ffffff;
	background-color: #e28400;
	border-color: #e28400;
}

.btn-primary-icon:not(:disabled):not(.disabled).active,
.btn-primary-icon:not(:disabled):not(.disabled):active,
.show > .btn-primary-icon.dropdown-toggle {
	color: #ffffff;
	background-color: #ff9400;
	border-color: #ff9400;
}

.btn-primary-icon:not(:disabled):not(.disabled).active:focus,
.btn-primary-icon:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-icon.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-secondary {
	color: #000000 !important;
	background-color: transparent !important;
	border-color: #000000;
	border-width: 1px;
	margin-top: 15px;
}

.btn-secondary:hover {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	background-color: transparent;
	border-color: #000000;
	color: #ffffff !important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-secondary-dark {
	color: #ffffff !important;
	background-color: transparent !important;
	border-color: #ffffff;
	border-width: 1px;
	margin-top: 15px;
}

.btn-secondary-dark:hover {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff !important;
}

.btn-secondary-dark:not(:disabled):not(.disabled).active,
.btn-secondary-dark:not(:disabled):not(.disabled):active,
.show > .btn-secondary-dark.dropdown-toggle {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000000 !important;
}

.btn-secondary-dark:not(:disabled):not(.disabled).active:focus,
.btn-secondary-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary-dark.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-tertiary {
	color: #ff9400 !important;
	background-color: transparent !important;
	border-color: #ff9400;
	border-width: 1px;
	margin-top: 15px;
}

.btn-tertiary:hover {
	background-color: #ff9400;
	border-color: #ff9400;
	color: #ffffff !important;
}

.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > ..btn-tertiary.dropdown-toggle {
	background-color: #ff9400;
	border-color: #ff9400;
	color: #ffffff !important;
}

.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-outline-primary {
	color: #ffffff !important;
}

.btn-outline-primary:hover {
	color: #ff9400 !important;
}

.btn-outline-primary:active,
.btn-outline-primary:focus {
	color: #ff9400 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #ff9400 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-outline-secondary {
	background-color: transparent;
	border-color: #ff9400;
	color: #ffffff !important;
	min-width: 254px;
	border: 2px solid #ff9400;
	width: auto;
	height: 50px;
	line-height: 105%;
	padding: 14px 40px;
	cursor: pointer;
}

.btn-outline-secondary:hover {
	background-color: transparent;
	border-color: #ff9400;
	color: #ffffff !important;
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus {
	background-color: #ff9400;
	border-color: #ff9400;
	color: #ffffff !important;
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
	background-color: #ff9400;
	border-color: #ff9400;
	color: #ffffff !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.btn-custom-primary {
	position: relative;
	font-size: 16px;
	background: #000;
	color: #fff;
	padding: 25px 20px 20px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	top: 15px;
	background: none;
}

.btn-custom-primary:before {
	content: " ";
	position: absolute;
	top: 12px;
	left: -18px;
	border: 30px solid transparent;
	border-top-color: #000;
	transform: rotate(-62deg);
	z-index: 0;
}

.btn-custom-primary:after {
	content: " ";
	position: absolute;
	top: 12px;
	right: -18px;
	border: 30px solid transparent;
	border-top-color: #000;
	transform: rotate(62deg);
	z-index: 0;
}

.btn-custom-primary .btn-custom-icon-white {
	top: 2px;
}

.btn-custom-primary .btn-custom-icon-white i:before {
	top: 2px;
}

.btn-custom-secondary {
	width: 140px;
	display: block;
	text-align: center;
	height: 0;
	position: relative;
	border-right: 22px solid transparent;
	border-top: 34px solid #000;
	border-left: 22px solid transparent;
	box-sizing: content-box;
	cursor: pointer;
}

.btn-custom-secondary span {
	position: absolute;
	font-size: 0.8125rem;
	font-weight: 600;
	top: -27px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}

.btn-custom-icon-black {
	position: relative;
	margin: 0 auto;
	background: 0 0;
	border-radius: 5px;
	height: 38px;
	width: 28px;
	box-sizing: border-box;
	transition: all 1s;
	border: 3px solid transparent;
	border-top-color: #000;
	border-bottom-color: #000;
	-webkit-transform: rotate(90deg) scale(0.8);
	-moz-transform: rotate(90deg) scale(0.8);
	-o-transform: rotate(90deg) scale(0.8);
	-ms-transform: rotate(90deg) scale(0.8);
	transform: rotate(90deg) scale(0.8);
}

.btn-custom-icon-black:before {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-black:after {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-black:before {
	transform: rotate(60deg);
}

.btn-custom-icon-black:after {
	transform: rotate(-60deg);
}

.btn-custom-icon-black i:before {
	font-size: 26px;
	font-weight: 700;
	top: -16px;
	position: relative;
	left: -2px;
}

.btn-custom-icon-white {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	background: 0 0;
	border-radius: 5px;
	height: 38px;
	width: 28px;
	top: 12px;
	box-sizing: border-box;
	transition: all 1s;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-transform: scale(0.57);
	-moz-transform: scale(0.57);
	-o-transform: scale(0.57);
	-ms-transform: scale(0.57);
	transform: scale(0.57);
}

.btn-custom-icon-white:before {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white:after {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white:before {
	transform: rotate(60deg);
}

.btn-custom-icon-white:after {
	transform: rotate(-60deg);
}

.btn-custom-icon-white i:before {
	font-size: 26px;
	font-weight: 700;
	top: -8px;
	position: relative;
	left: -2px;
}

.btn-custom-icon-white.left-ps {
	right: auto;
	position: absolute;
	left: 2.75rem;
	top: 2rem;
	z-index: 969;
}

.btn-custom-icon-white.right-ps {
	left: auto;
	position: absolute;
	right: 2.75rem;
	top: 2rem;
	z-index: 969;
}

.btn-custom-icon-white-lg {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	border-radius: 5px;
	height: 38px;
	width: 28px;
	top: 0;
	left: 10px;
	box-sizing: border-box;
	transition: all 1s;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.btn-custom-icon-white-lg:before {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	background: 0 0;
	width: 118%;
}

.btn-custom-icon-white-lg:after {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white-lg:before {
	transform: rotate(60deg);
}

.btn-custom-icon-white-lg:after {
	transform: rotate(-60deg);
}

.btn-custom-icon-white-lg i:before {
	font-size: 26px;
	font-weight: 700;
	top: 2px;
	position: relative;
	left: -2px;
}

.btn-custom-icon-white-lg i.fa-chevron-right:before {
	font-size: 26px;
	font-weight: 700;
	top: 2px;
	position: relative;
	left: 2px;
}

.btn-custom-icon-white-lg.left-ps {
	right: auto;
	position: absolute;
	left: 2.75rem;
	top: 2rem;
	z-index: 969;
}

.btn-custom-icon-white-lg.right-ps {
	left: auto;
	position: absolute;
	right: 2.75rem;
	top: 2rem;
	z-index: 969;
}

.btn-custom-icon-white-xl {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	border-radius: 5px;
	height: 38px;
	width: 28px;
	top: 0;
	left: 3px;
	box-sizing: border-box;
	transition: all 1s;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn-custom-icon-white-xl:before {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	background: 0 0;
	width: 118%;
}

.btn-custom-icon-white-xl:after {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white-xl:before {
	transform: rotate(60deg);
}

.btn-custom-icon-white-xl:after {
	transform: rotate(-60deg);
}

.btn-custom-icon-white-xl i:before {
	font-size: 28px;
	font-weight: 700;
	top: -15px;
	position: relative;
	left: -3px;
}

.btn-custom-icon-white-xl:hover {
	cursor: pointer;
}

.btn-custom-icon-white-xl.left {
	right: auto;
	position: absolute;
	left: 8px;
}

.btn-custom-icon-white-xl.left-ps {
	right: auto;
	position: absolute;
	left: 2.75rem;
	top: 2rem;
	z-index: 969;
}

.btn-custom-icon-white-xl.right-ps {
	left: auto;
	position: absolute;
	right: 2.75rem;
	top: 2rem;
	z-index: 969;
}

.btn-close-xl {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	border-radius: 5px;
	height: 38px;
	width: 28px;
	top: 0;
	left: 3px;
	box-sizing: border-box;
	transition: all 1s;
}

.btn-close-xl:hover {
	cursor: pointer;
}

.btn-close-xl.left-ps {
	right: auto;
	position: absolute;
	left: 1.75rem;
	top: 1rem;
	z-index: 969;
}

.btn-close-xl.right-ps {
	left: auto;
	position: absolute;
	right: 1.75rem;
	top: 1rem;
	z-index: 969;
}

.btn-custom-icon-white-sm {
	position: relative;
	margin: 0 auto;
	background: 0 0;
	border-radius: 5px;
	height: 38px;
	width: 28px;
	box-sizing: border-box;
	transition: all 1s;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-transform: rotate(90deg) scale(0.8);
	-moz-transform: rotate(90deg) scale(0.8);
	-o-transform: rotate(90deg) scale(0.8);
	-ms-transform: rotate(90deg) scale(0.8);
	transform: rotate(90deg) scale(0.8);
}

.btn-custom-icon-white-sm:before {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white-sm:after {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white-sm:before {
	transform: rotate(60deg);
}

.btn-custom-icon-white-sm:after {
	transform: rotate(-60deg);
}

.btn-custom-icon-white-sm i {
	color: #fff;
}

.btn-custom-icon-white-sm i:before {
	font-size: 26px;
	font-weight: 700;
	top: -16px;
	position: relative;
	left: -2px;
}

.btn-custom-icon-white-xs {
	position: relative;
	margin: 0 auto;
	background: 0 0;
	border-radius: 5px;
	height: 38px;
	width: 28px;
	box-sizing: border-box;
	transition: all 1s;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-transform: rotate(90deg) scale(0.6);
	-moz-transform: rotate(90deg) scale(0.6);
	-o-transform: rotate(90deg) scale(0.6);
	-ms-transform: rotate(90deg) scale(0.6);
	transform: rotate(90deg) scale(0.6);
}

.btn-custom-icon-white-xs:before {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white-xs:after {
	content: "";
	border: inherit;
	position: absolute;
	top: -4px;
	left: -2px;
	background: inherit;
	border-radius: 5px;
	height: 124%;
	width: 118%;
}

.btn-custom-icon-white-xs:before {
	transform: rotate(60deg);
}

.btn-custom-icon-white-xs:after {
	transform: rotate(-60deg);
}

.btn-custom-icon-white-xs i {
	color: #fff;
}

.btn-custom-icon-white-xs i:before {
	font-size: 26px;
	font-weight: 700;
	top: -16px;
	position: relative;
	left: -2px;
}

.close {
	opacity: 1;
}

.close .btn-custom-icon-white-sm,
.close .btn-custom-icon-white-xs {
	text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

.modal-content .close i {
	margin-left: -1px;
}

.btn-link-primary {
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ff9400 !important;
	text-transform: capitalize;
	text-decoration: underline !important;
	cursor: pointer;
}

.btn-link-white {
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff !important;
	text-transform: capitalize;
	text-decoration: underline !important;
	cursor: pointer;
}

.btn-hexa {
	display: inline-block;
	position: relative;
	padding: 45px 38px;
	perspective: 18px;
	color: #fff;
}

.btn-hexa {
	color: #fff !important;
}

.btn-hexa:after,
.btn-hexa:before {
	content: "";
	position: absolute;
	top: 0;
	width: 99.4%;
	height: 99.4%;
	z-index: -1;
	background: 0 0;
	border: 1px solid #ff9400;
	box-sizing: border-box;
}

.btn-hexa.active:after,
.btn-hexa.active:before,
.btn-hexa:hover:after,
.btn-hexa:hover:before {
	background: #ff9400;
	cursor: pointer;
}

.btn-hexa span {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	cursor: pointer;
}

.btn-hexa:before {
	right: 49.2%;
	transform-origin: 100% 0;
	transform: rotateY(-10deg);
	border-radius: 0;
	border-width: 2px 0 2px 6px;
}

.btn-hexa:after {
	left: 49.2%;
	transform-origin: 0 0;
	transform: rotateY(10deg);
	border-radius: 0;
	border-width: 2px 5px 2px 0;
}

.btn-hexacomb {
	display: inline-block;
	position: relative;
	padding: 32px 24px;
	perspective: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 5px;
}

.btn-hexacomb {
	color: #fff !important;
}

.btn-hexacomb:after,
.btn-hexacomb:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: 0 0;
	border: 1px solid #aaa;
	box-sizing: border-box;
}

.btn-hexacomb.some-testing:after,
.btn-hexacomb.some-testing:before {
	background: #ff9400;
	border: 1px solid #ff9400;
	cursor: pointer;
}

.btn-hexacomb.some-testing:before {
	border-right: 1px solid #ff9400 !important;
}

.btn-hexacomb.some-testing span,
.btn-hexacomb.minimal-testing span,
.btn-hexacomb.no-testing span {
	cursor: pointer;
}

.btn-hexacomb.minimal-testing:after,
.btn-hexacomb.minimal-testing:before {
	background: #8ba8b7;
	border: 1px solid #8ba8b7;
	cursor: pointer;
}

.btn-hexacomb.no-testing:after,
.btn-hexacomb.no-testing:before {
	cursor: pointer;
}

.btn-hexacomb.not-available:after,
.btn-hexacomb.not-available:before {
	background: #65646e;
	border: 1px solid #65646e;
	cursor: default;
}

.btn-hexacomb span {
	cursor: default;
}

.btn-hexacomb:before {
	left: -24px;
	transform-origin: 100% 0;
	transform: rotateY(-10deg);
	border-radius: 0;
	border-width: 2px 0 2px 6px;
	border-right: none !important;
}

.btn-hexacomb:after {
	left: 23px;
	transform-origin: 0 0;
	transform: rotateY(10deg);
	border-radius: 0;
	border-width: 2px 5px 2px 0;
	border-left: none !important;
}

[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > .btn > input[type="radio"] {
	display: none;
}

/* Carousel */

.carousel-indicators li {
	width: 20px;
	height: 20px;
	opacity: 1;
	background: 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 6px;
	margin-left: 6px;
}

.carousel-indicators li.active {
	background: #ff9400;
	border: 2px solid #ff9400;
}

/* Form */

.form-group {
	margin-bottom: 0.188rem;
}

.form-text {
	display: block;
	margin-top: 0.125rem;
}

.form-text.invalid-input {
	color: #ff9400;
}

.form-text.invalid-input.full {
	color: #ff9400;
	padding-left: 0;
}

.form-control {
	font-size: 0.75rem;
	font-weight: 700;
	color: #000 !important;
	border-radius: 11px;
	background-color: #fff;
	padding: 0.375rem 1.125rem;
	border-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
	color: #fff !important;
}

.form-control:-moz-placeholder {
	color: #fff !important;
}

.form-control::-moz-placeholder {
	color: #fff !important;
}

.form-control:-ms-input-placeholder {
	color: #fff !important;
}

/* Navbar */

.navbar-light {
	background: #ffffff;
	padding-top: 34px !important;
	padding-bottom: 34px !important;
	padding-left: 80px !important;
	padding-right: 80px !important;
	height: 128px;
}

.navbar-light .navbar-brand {
	font-family: Rubik, sans-serif;
	color: #ff9400;
	line-height: 1;
}

.navbar-light .navbar-brand span {
	display: block;
	color: #000;
}

.navbar-light .navbar-brand:hover {
	color: #ff9400;
}

.navbar-light .navbar-nav {
	height: auto;
}

.navbar-light .navbar-nav .nav-item {
	margin: auto;
	border-left: 0.125rem solid #000000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.navbar-light .navbar-nav .nav-item:first-child,
.navbar-light .navbar-nav .nav-item:last-child {
	border-left: none;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
	color: #ff9400;
}

.navbar-light .navbar-nav .nav-item .nav-link {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	padding: 0 12px;
	text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: #ff9400;
	text-decoration: none;
}

.navbar-toggler {
	width: 50px;
	height: 42px;
	padding: 0.75rem 0.75rem;
	border: none;
	background: 0 0 !important;
	position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: 0;
}

.navbar-toggler .icon-bar {
	position: absolute;
	width: 26px;
	height: 3px;
	background-color: #000;
	display: block;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.navbar-toggler.collapsed .icon-bar.top-bar {
	top: 0.75rem;
}

.navbar-toggler.collapsed .icon-bar.middle-bar {
	top: 1.25rem;
}

.navbar-toggler.collapsed .icon-bar.bottom-bar {
	top: 1.75rem;
}

.affix {
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/* Sign Up */

#cbed-signup-block .col,
#cbed-signup-block .col-1,
#cbed-signup-block .col-10,
#cbed-signup-block .col-11,
#cbed-signup-block .col-12,
#cbed-signup-block .col-2,
#cbed-signup-block .col-3,
#cbed-signup-block .col-4,
#cbed-signup-block .col-5,
#cbed-signup-block .col-6,
#cbed-signup-block .col-7,
#cbed-signup-block .col-8,
#cbed-signup-block .col-9,
#cbed-signup-block .col-auto,
#cbed-signup-block .col-lg,
#cbed-signup-block .col-lg-1,
#cbed-signup-block .col-lg-10,
#cbed-signup-block .col-lg-11,
#cbed-signup-block .col-lg-12,
#cbed-signup-block .col-lg-2,
#cbed-signup-block .col-lg-3,
#cbed-signup-block .col-lg-4,
#cbed-signup-block .col-lg-5,
#cbed-signup-block .col-lg-6,
#cbed-signup-block .col-lg-7,
#cbed-signup-block .col-lg-8,
#cbed-signup-block .col-lg-9,
#cbed-signup-block .col-lg-auto,
#cbed-signup-block .col-md,
#cbed-signup-block .col-md-1,
#cbed-signup-block .col-md-10,
#cbed-signup-block .col-md-11,
#cbed-signup-block .col-md-12,
#cbed-signup-block .col-md-2,
#cbed-signup-block .col-md-3,
#cbed-signup-block .col-md-4,
#cbed-signup-block .col-md-5,
#cbed-signup-block .col-md-6,
#cbed-signup-block .col-md-7,
#cbed-signup-block .col-md-8,
#cbed-signup-block .col-md-9,
#cbed-signup-block .col-md-auto,
#cbed-signup-block .col-sm,
#cbed-signup-block .col-sm-1,
#cbed-signup-block .col-sm-10,
#cbed-signup-block .col-sm-11,
#cbed-signup-block .col-sm-12,
#cbed-signup-block .col-sm-2,
#cbed-signup-block .col-sm-3,
#cbed-signup-block .col-sm-4,
#cbed-signup-block .col-sm-5,
#cbed-signup-block .col-sm-6,
#cbed-signup-block .col-sm-7,
#cbed-signup-block .col-sm-8,
#cbed-signup-block .col-sm-9,
#cbed-signup-block .col-sm-auto,
#cbed-signup-block .col-xl,
#cbed-signup-block .col-xl-1,
#cbed-signup-block .col-xl-10,
#cbed-signup-block .col-xl-11,
#cbed-signup-block .col-xl-12,
#cbed-signup-block .col-xl-2,
#cbed-signup-block .col-xl-3,
#cbed-signup-block .col-xl-4,
#cbed-signup-block .col-xl-5,
#cbed-signup-block .col-xl-6,
#cbed-signup-block .col-xl-7,
#cbed-signup-block .col-xl-8,
#cbed-signup-block .col-xl-9,
#cbed-signup-block .col-xl-auto {
	padding-right: 15px;
	padding-left: 15px;
}

#cbed-wrapper .col,
#cbed-wrapper .col-1,
#cbed-wrapper .col-10,
#cbed-wrapper .col-11,
#cbed-wrapper .col-12,
#cbed-wrapper .col-2,
#cbed-wrapper .col-3,
#cbed-wrapper .col-4,
#cbed-wrapper .col-5,
#cbed-wrapper .col-6,
#cbed-wrapper .col-7,
#cbed-wrapper .col-8,
#cbed-wrapper .col-9,
#cbed-wrapper .col-auto,
#cbed-wrapper .col-lg,
#cbed-wrapper .col-lg-1,
#cbed-wrapper .col-lg-10,
#cbed-wrapper .col-lg-11,
#cbed-wrapper .col-lg-12,
#cbed-wrapper .col-lg-2,
#cbed-wrapper .col-lg-3,
#cbed-wrapper .col-lg-4,
#cbed-wrapper .col-lg-5,
#cbed-wrapper .col-lg-6,
#cbed-wrapper .col-lg-7,
#cbed-wrapper .col-lg-8,
#cbed-wrapper .col-lg-9,
#cbed-wrapper .col-lg-auto,
#cbed-wrapper .col-md,
#cbed-wrapper .col-md-1,
#cbed-wrapper .col-md-10,
#cbed-wrapper .col-md-11,
#cbed-wrapper .col-md-12,
#cbed-wrapper .col-md-2,
#cbed-wrapper .col-md-3,
#cbed-wrapper .col-md-4,
#cbed-wrapper .col-md-5,
#cbed-wrapper .col-md-6,
#cbed-wrapper .col-md-7,
#cbed-wrapper .col-md-8,
#cbed-wrapper .col-md-9,
#cbed-wrapper .col-md-auto,
#cbed-wrapper .col-sm,
#cbed-wrapper .col-sm-1,
#cbed-wrapper .col-sm-10,
#cbed-wrapper .col-sm-11,
#cbed-wrapper .col-sm-12,
#cbed-wrapper .col-sm-2,
#cbed-wrapper .col-sm-3,
#cbed-wrapper .col-sm-4,
#cbed-wrapper .col-sm-5,
#cbed-wrapper .col-sm-6,
#cbed-wrapper .col-sm-7,
#cbed-wrapper .col-sm-8,
#cbed-wrapper .col-sm-9,
#cbed-wrapper .col-sm-auto,
#cbed-wrapper .col-xl,
#cbed-wrapper .col-xl-1,
#cbed-wrapper .col-xl-10,
#cbed-wrapper .col-xl-11,
#cbed-wrapper .col-xl-12,
#cbed-wrapper .col-xl-2,
#cbed-wrapper .col-xl-3,
#cbed-wrapper .col-xl-4,
#cbed-wrapper .col-xl-5,
#cbed-wrapper .col-xl-6,
#cbed-wrapper .col-xl-7,
#cbed-wrapper .col-xl-8,
#cbed-wrapper .col-xl-9,
#cbed-wrapper .col-xl-auto {
	padding-right: 5px;
	padding-left: 5px;
}

.cbed-signup:not(.trigger) {
	position: relative;
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	padding: 0 12px;
	text-transform: uppercase;
}

.cbed-signup i:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/pencil.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 38px;
	left: -20px;
	top: -10px;
}

.cbed-signup i:before:hover span {
	color: #ff9400;
}

.cbed-signup:hover,
.cbed-signup span:hover {
	color: #ff9400;
	text-decoration: none;
}

.cbed-signup svg {
	margin-top: -5px;
}

.cbed-signup:hover svg #NavigationHeader {
	fill: #ff9400;
}

.cbed-signup svg.menu-close {
	display: none;
}

@media screen and (max-width: 991px) {
	.cbed-signup.active svg.menu-close {
		display: inline-block;
		margin-left: 16px;
	}

	.cbed-signup.active svg.pencil {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.cbed-signup.active svg.menu-close {
		margin-left: inherit;
	}
}

.cbed-signup.active {
	color: #ff9400;
}

.cbed-signup.active i:before,
.cbed-signup:hover i:before {
	background-image: url(../images/icons/pencil_active.png);
}

.cbed-popup-close {
	position: absolute;
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 20px;
	width: 46px;
	height: 52px;
	line-height: 52px;
	z-index: 989;
	color: #000000;
	padding: 0px;
	text-transform: uppercase;
	opacity: 1;
	right: 35px;
	top: 35px;
	cursor: pointer;
}

.cbed-popup-close .cbed-close-icon:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/close.png);
	background-position: left center;
	background-size: 100% auto;
	width: 46px;
	height: 52px;
	right: 0px;
	top: 0px;
}

#CBEDGlossaryItem .cbed-popup-close .cbed-close-icon:before {
	background-image: url(../images/icons/close-white.png);
}

.cbed-ac {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

.cbed-share-block {
	width: 47px;
	height: 52px;
	position: absolute;
	z-index: 400;
}

.cbed-share-block.right-ps {
	right: 50px;
}

.cbed-share-block.right-tp-ps {
	right: 30px;
	top: 30px;
}

.cbed-share-block ul.cbed-social-share {
	padding: 0;
	margin: 0;
	position: absolute;
	background: #000;
	min-width: 270px;
	height: 52px;
	top: 0;
	left: -5px;
	display: none;
}

.cbed-share-block.right-ps ul.cbed-social-share {
	margin-left: -180px;
}

.cbed-share-block.right-tp-ps ul.cbed-social-share {
	margin-left: -206px !important;
	border-radius: 12px;
	top: -3px !important;
	background: #000;
	padding: 5px 3px 0px !important;
	height: auto;
}

.cbed-share-block ul.cbed-social-share li {
	list-style-type: none;
	display: inline-block;
	margin: 3px 5px;
	width: 52px;
	height: 52px;
}

.cbed-share,
.cbed-share-social {
	position: absolute;
}

.cbed-share i.cbed-share-icon:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/share-icon.png);
	background-position: left center;
	width: 49px;
	height: 52px;
	left: 0px;
	top: 0px;
}

.cbed-share-social i.cbed-share-twitter:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/social/twitter.png);
	background-position: left center;
	-webkit-background-size: 52px;
	background-size: 52px;
	width: 52px;
	height: 52px;
	left: 0px;
	top: 0px;
}

.cbed-share-social i.cbed-share-linkedin:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/social/linkedin.png);
	background-position: left center;
	-webkit-background-size: 52px;
	background-size: 52px;
	width: 52px;
	height: 52px;
	left: 0px;
	top: 0px;
}

.cbed-share-social i.cbed-share-facebook:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/social/facebook.png);
	background-position: left center;
	-webkit-background-size: 52px;
	background-size: 52px;
	width: 52px;
	height: 52px;
	left: 0px;
	top: 0px;
}

.cbed-share-social i.cbed-share-mail:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/social/mail.png);
	background-position: left center;
	-webkit-background-size: 52px;
	background-size: 52px;
	width: 52px;
	height: 52px;
	left: 0px;
	top: 0px;
}

.cbed-arrow i.cbed-right-arrow:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/right-arrow-icon.png);
	background-position: left center;
	width: 47px;
	height: 56px;
	right: 0px;
	top: 4px;
}

.cbed-expand-block {
	position: relative;
	cursor: pointer;
	display: block;
}

.cbed-expand-block i.cbed-expand-icon:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/plus-icon.png);
	background-position: left center;
	width: 76px;
	height: 88px;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
}

.cbed-menu-toggler {
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	padding: 0 1.5rem;
}

.cbed-menu-toggler i:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/menu.gif);
	background-position: left center;
	width: 28px;
	height: 28px;
	left: -8px;
	top: -8px;
}

#cbed-wrapper {
	padding: 5px;
}

.cbed-scroll #cbed-signup-block {
	top: -8px !important;
}

body.show-announcement #cbed-signup-block {
	/* 70px is announcement height on desktop */
	margin-top: calc(128px + 70px);
}

#cbed-signup-block {
	background-color: #000;
	color: #fff;
	margin-top: 128px;
	z-index: 456;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

#cbed-signup-block .cbed-signup-block-form {
	padding: 40px 70px;
	height: calc(100vh - 128px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.show-announcement #cbed-signup-block .cbed-signup-block-form {
	height: calc(100vh - 198px);
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
	#cbed-signup-block {
		margin-top: 88px;
	}

	body.show-announcement #cbed-signup-block {
		/* 70px is announcement height on desktop */
		margin-top: calc(88px + 70px);
	}
}

#cbed-signup-block .cbed-signup-block-form .content h2 {
	margin-bottom: 0.5rem;
}

#cbed-signup-block .cbed-signup-block-form .content h2 span {
	display: block;
}

#cbed-signup-block .cbed-signup-block-form .healthcare-user-info {
	display: none;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree {
	margin-top: 1.625rem;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree span {
	font-size: 0.813rem;
	font-weight: 400;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree .userInterest {
	display: none;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree .checkbox {
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
}

#cbed-signup-block .cbed-signup-block-form .content .title {
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 10px;
	-ms-flex: 0 0 34.666667%;
	flex: 0 0 34.666667%;
	max-width: 34.666667%;
}

#cbed-signup-block .cbed-signup-block-form .content .form {
	-ms-flex: 0 0 65.333333%;
	flex: 0 0 65.333333%;
	max-width: 65.333333%;
}

.btn-group-vertical .btn:nth-last-child(2) {
	margin-bottom: 0;
}

.checkbox label {
	font-size: 0.75rem;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 0.625rem;
	width: 98%;
	cursor: pointer;
}

.checkbox label::before,
.checkbox small::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	margin-left: -18px;
	border-radius: 50%;
	background-color: transparent;
	border: 0.125rem solid #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after,
.checkbox small::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 1px;
	top: 30px;
	margin-top: 0.125rem;
	margin-left: -1.125rem;
	border-radius: 50%;
	border: 0.25rem solid #000;
	color: #555;
	line-height: 1.4;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="checkbox"]:focus + small::before,
.checkbox input[type="radio"]:focus + label::before,
.checkbox input[type="radio"]:focus + small::before {
	/*outline: thin dotted;*/
	/*outline: .688rem auto -webkit-focus-ring-color;*/
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="checkbox"]:checked + small::after,
.checkbox input[type="radio"]:checked + label::after,
.checkbox input[type="radio"]:checked + small::after {
	font-family: FontAwesome;
	content: "";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="checkbox"]:indeterminate + small::after,
.checkbox input[type="radio"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + small::after {
	display: block;
	content: "";
	width: 0.625rem;
	height: 0.188rem;
	background-color: #555;
	border-radius: 0.125rem;
	margin-left: -1.031rem;
	margin-top: 0.438rem;
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
	cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="checkbox"]:disabled + small,
.checkbox input[type="radio"]:disabled + label,
.checkbox input[type="radio"]:disabled + small {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled + small::before,
.checkbox input[type="radio"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + small::before {
	background-color: #eee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before,
.checkbox.checkbox-circle small::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="checkbox"]:checked + small::before,
.checkbox-primary input[type="radio"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + small::before {
	background-color: #ff9400;
	border-color: #fff;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="checkbox"]:checked + small::after,
.checkbox-primary input[type="radio"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + small::after {
	color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="checkbox"]:indeterminate + small::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + small::before {
	background-color: #ff9400;
	border-color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="checkbox"]:indeterminate + small::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + small::after {
	background-color: #fff;
}

.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 0.625rem;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1.375rem;
	height: 1.375rem;
	left: 0;
	margin-left: -1.25rem;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 0.875rem;
	height: 0.875rem;
	left: 0.188rem;
	top: 0.188rem;
	margin-left: -1.25rem;
	border-radius: 50%;
	background-color: #555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 0.313rem auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
	background-color: #ff9400;
}

.radio-primary input[type="radio"]:checked + label::before {
	border-color: #ff9400;
}

.radio-primary input[type="radio"]:checked + label::after {
	background-color: #ff9400;
}

.fixed-top {
	z-index: 457;
}

input[type="checkbox"].styled:checked + label:after,
input[type="checkbox"].styled:checked + small:after,
input[type="radio"].styled:checked + label:after,
input[type="radio"].styled:checked + small:after {
	font-family: FontAwesome;
	content: "";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="checkbox"] .styled:checked + small::before,
input[type="radio"] .styled:checked + label::before,
input[type="radio"] .styled:checked + small::before {
	color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="checkbox"] .styled:checked + small::after,
input[type="radio"] .styled:checked + label::after,
input[type="radio"] .styled:checked + small::after {
	color: #fff;
}

@media screen and (min-width: 768px) {
	#cbed-main-block {
		margin-top: 48px;
	}

	#cbed-main-block .container-fluid {
		padding: 5px;
	}

	body.page-node-8 #cbed-main-block {
		margin: 0;
	}

	body.page-node-8 #cbed-main-block.paragraph--type--banner {
		margin-top: 48px;
	}
}

.path-frontpage #cbed-main-block,
.path-frontpage #cbed-main-block .cbed-main-block-wrapper {
	margin-top: 0;
}

#cbed-main-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

@media screen and (max-width: 991px) {
	#cbed-main-block .container-fluid .row {
		margin-right: 0;
		margin-left: 0;
	}
}

#cbed-main-block .cbed-main-block-wrapper {
	padding: 0 5px;
	margin-top: 60px;
}

#cbed-main-block .cbed-main-block-wrapper .video {
	background-color: #3a3841;
	background-size: cover;
	height: 790px;
	padding: 70px;
	color: #ffffff;
}

#cbed-main-block .cbed-main-block-wrapper .video.custom-height {
	min-height: 460px;
}

#cbed-main-block .cbed-main-block-wrapper .video .content.custom-width {
	max-width: 52%;
}

#cbed-main-block .cbed-main-block-wrapper .video .content {
	position: absolute;
	max-width: 650px;
	bottom: 70px;
	left: 75px;
}

#cbed-main-block .cbed-main-block-wrapper .video .content h1 {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

#cbed-main-block .cbed-main-block-wrapper .video .content p {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

#cbed-main-block .cbed-main-block-sub-wrapper {
	padding: 0 10px;
	margin-top: 75px;
}

#cbed-main-block .cbed-main-block-sub-wrapper .video {
	background-color: #c6ced0;
	background-size: cover;
	padding: 70px;
	color: #fff;
}

#cbed-main-block .cbed-main-block-sub-wrapper .video.custom-height {
	min-height: 700px;
}

#cbed-main-block .cbed-main-block-sub-wrapper .video.custom-height h1 sup {
	top: -30px;
	font-size: 24px;
}

#cbed-main-block .cbed-main-block-sub-wrapper .video .content {
	max-width: 950px;
	position: absolute;
	bottom: 70px;
}

#cbed-main-block .cbed-main-block-sub-wrapper .video .content.custom-width {
	max-width: 52%;
}

#cbed-main-block .cbed-main-block-sub-wrapper .video .content h1 {
	margin-bottom: 1.25rem;
	/*text-shadow: 0 2px 2px rgba(0,0,0,.12)*/
}

#cbed-main-block .cbed-main-block-sub-wrapper .video .content p {
	/*text-shadow: 0 2px 2px rgba(0,0,0,.12)*/
}

#cbed-main-block .cbed-main-block-sub-wrapper .state-of-cannabinoid-testing {
	background-color: #000;
	background-size: cover;
	padding: 20px 20px 20px 70px;
	min-height: 960px;
	display: flex;
	color: #fff;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.state-of-cannabinoid-testing
	.btn#fda-approval-process {
	width: 300px;
	cursor: pointer;
}

#cbed-main-block .cbed-main-block-sub-wrapper .cannabinoid-testing {
	color: #fff;
	-ms-flex: 0 0 26.666667%;
	flex: 0 0 26.666667%;
	max-width: 26.666667%;
}

@media screen and (min-width: 1367px) {
	#cbed-main-block .cbed-main-block-sub-wrapper .cannabinoid-testing .content {
		margin-top: 200px;
	}
}

#cbed-main-block .cbed-main-block-sub-wrapper .cannabinoid-testing h1 {
	margin-bottom: 1.25rem;
}

#cbed-main-block .cbed-main-block-sub-wrapper .cannabinoid-testing .btn {
	margin-bottom: 20px;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart {
	position: absolute;
	bottom: 35px;
	right: 75px;
	background: #53515c;
	padding: 15px;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul {
	padding: 0;
	margin: 0;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 400;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb {
	display: inline-block;
	position: relative;
	padding: 1px 8px;
	perspective: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 5px;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li:nth-of-type(3)
	.btn-hexacomb:before,
#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li:nth-of-type(3)
	.btn-hexacomb:after {
	background-color: #000;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb {
	color: #fff !important;
	margin-right: 15px;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb:after,
#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb:before {
	content: "";
	position: absolute;
	top: 0;
	width: 99.4%;
	height: 99.4%;
	z-index: -1;
	background: 0 0;
	border: 1px solid #aaa;
	box-sizing: border-box;
	cursor: inherit !important;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb.some-testing:after,
#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb.some-testing:before {
	background: #ff9400;
	border: 1px solid #ff9400;
	cursor: pointer;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb.minimal-testing:after,
#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb.minimal-testing:before {
	background: #8ba8b7;
	border: 1px solid #8ba8b7;
	cursor: pointer;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb.not-available:after,
#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb.not-available:before {
	background: #65646e;
	border: 1px solid #65646e;
	cursor: pointer;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb
	span {
	cursor: pointer;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb:before {
	left: -10px;
	transform-origin: 100% 0;
	transform: rotateY(-10deg);
	border-radius: 0;
	border-width: 2px 0 2px 6px;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li
	.btn-hexacomb:after {
	left: 8px;
	transform-origin: 0 0;
	transform: rotateY(10deg);
	border-radius: 0;
	border-width: 2px 5px 2px 0;
}

#cbed-main-block
	.cbed-main-block-sub-wrapper
	.cbed-cannabinoid-testing-info-chart
	ul
	li {
	color: #fff;
}

body.page-node-8 .paragraph--type--banner {
	margin-top: 0;
}

body.page-node-8 .views-element-container {
	padding: 5px;
}

body.page-node-8 .views-element-container .cbed-main-block-sub-wrapper {
	margin-top: 0 !important;
}

#cbed-states-hexacomb-block {
	overflow: hidden;
	-ms-flex: 0 0 73.333333%;
	flex: 0 0 73.333333%;
	max-width: 73.333333%;
	opacity: 0;
	padding-bottom: 200px;
}

.cbed-hexacomb {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 820px;
	padding: 100px 80px 120px 30px;
	transform: scale(1.5) translateX(20px) translateY(100px);
	position: relative;
}

.cbed-hexacomb,
.cbed-hexacomb *,
.cbed-hexacomb:after,
.cbed-hexacomb:before {
	box-sizing: border-box;
}

.cbed-hexacomb .cell {
	position: relative;
	display: block;
	vertical-align: middle;
	width: 60px;
	height: 120px;
	margin: -31.5px 1px -31.5px 1px;
	text-decoration: none;
	overflow: hidden;
	left: -16px;
}

.cbed-hexacomb .cell.na {
	visibility: hidden;
}

.cbed-hexacomb .cell.odd-row {
	left: 15px;
}

.cbed-hexacomb .cell .cell-inner {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.cbed-hexacomb .cell .cell-inner .content {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fc0;
	color: #444;
}

.cbed-hexacomb .cell .cell-inner .content:hover {
	background-color: #000;
	color: #fff;
}

.cbed-hexacomb .cell:last-child {
	margin-right: 0;
}

.cbed-hexacomb .cell:nth-child(2n) .cell-inner .content {
	background-color: #fa0;
}

.cbed-hexacomb .cell:nth-child(2n) .cell-inner .content:hover {
	background-color: #000;
	color: #fff;
}

.cbed-hexacomb .cell span {
	position: absolute;
	text-align: center;
	font-size: 18px;
	width: 50px;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
	-webkit-font-smoothing: antialiased;
}

#cbed-considering-cannabinoid-based-treatment-block {
	margin-top: 3.875rem;
}

#cbed-considering-cannabinoid-based-treatment-block
	.cbed-considering-cannabinoid-based-treatment-block-content {
	background-image: url(../images/three_hex.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6rem 0 4rem;
}

#cbed-considering-cannabinoid-based-treatment-block
	.cbed-considering-cannabinoid-based-treatment-block-content
	p {
	font-weight: 800;
}

#cbed-considering-cannabinoid-based-treatment-block
	.cbed-considering-cannabinoid-based-treatment-block-content
	h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

#cbed-considering-cannabinoid-based-treatment-block
	.cbed-considering-cannabinoid-based-treatment-block-content
	p {
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto 10px;
	padding: 0 180px;
}

#cbed-cannabinoid-based-treatment-matters-block .container-fluid {
	padding-right: 10px;
	padding-left: 10px;
}

#cbed-cannabinoid-based-treatment-matters-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper {
	width: 100%;
	padding: 5px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.matters {
	background-color: #c6ced0;
	background-size: cover;
	min-height: 450px;
	padding: 1.875rem 1.875rem 2.125rem;
	color: #fff;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.matters
	.content {
	max-width: 450px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.matters
	.content
	h2 {
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 0.5rem;
	letter-spacing: 0.4px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.matters
	.content
	h2
	span {
	font-size: 2rem;
	line-height: 1.3;
	display: block;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters {
	background: #000;
	border: 1px solid #fff;
	border-radius: 0;
	margin-bottom: 30px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	i.fas.fa-share-alt {
	transform: rotate(-90deg);
	position: relative;
	top: 1px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	i:before {
	font-size: 22px;
	font-weight: 700;
	top: 2px;
	color: #fff;
	left: -5px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-img {
	border-radius: 0;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body {
	color: #fff;
	padding: 35px;
	position: relative;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	.card-content {
	min-height: 200px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-title:after {
	width: 60px;
	display: block;
	text-align: center;
	height: 0;
	top: 0;
	left: auto;
	right: 0;
	margin: 0 auto;
	position: absolute;
	border-right: 22px solid transparent;
	border-bottom: 34px solid #000;
	border-left: 22px solid transparent;
	box-sizing: content-box;
	cursor: pointer;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body:before {
	position: absolute;
	content: "";
	width: 50px;
	display: block;
	text-align: center;
	height: 0;
	left: 0;
	top: -20px;
	right: 0;
	margin: 0 auto;
	border-right: 18px solid transparent;
	border-bottom: 28px solid #000;
	border-left: 18px solid transparent;
	box-sizing: content-box;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	h3 {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 1rem;
	letter-spacing: 0.4px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	p,
#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	ul
	li {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	letter-spacing: 0.4px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	ul {
	margin: 0;
	padding: 0 0 10px 0;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	ul
	li {
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	.carousel-next {
	float: right;
	text-align: center;
	padding-right: 10px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	.carousel-count {
	position: relative;
	display: inline-block;
	top: 0;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-footer {
	padding: 0;
	position: relative;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	ul.cbed-social-share {
	padding: 0;
	margin: 0;
	position: absolute;
	background: #000;
	top: -2px;
	left: 46px;
	z-index: 986;
	display: none;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	ul.cbed-social-share.show {
	display: block;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	ul.cbed-social-share
	li {
	list-style-type: none;
	display: inline-block;
	margin: 3px 2px;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	ul.cbed-social-share
	li
	a
	i {
	width: 36px;
	height: 36px;
	padding: 7px 6px;
	border: 2px solid #fff;
	text-align: center;
	border-radius: 50%;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	ul.cbed-social-share
	li
	a
	i:before {
	font-size: 20px;
	color: #fff;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	ul.cbed-social-share
	li
	a:hover
	i:before {
	color: #ff9400;
}

#cbed-cannabinoid-based-treatment-matters-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.btn {
	margin-top: 30px;
}

#cbed-fda-vs-non-fda-block {
	padding: 2rem 0 0;
}

#cbed-fda-vs-non-fda-block .container-fluid {
	padding: 5px;
}

#cbed-fda-vs-non-fda-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

#cbed-fda-vs-non-fda-block .cbed-fda-vs-non-fda-block-wrapper {
	padding: 5px;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab {
	background-size: cover;
	min-height: 350px;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	.title
	h2 {
	margin-bottom: 2rem;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	.title
	h2
	span {
	display: block;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	.content
	h3 {
	color: #000;
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	li.nav-item {
	display: inline-block;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	.btn {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 19px;
	min-width: 320px;
	width: 254px;
	height: 50px;
	margin: 1.25rem 0.75rem 2rem;
	border: 2px solid #000;
	border-radius: 30px;
	text-transform: uppercase;
	color: #000 !important;
	background-color: transparent;
	cursor: pointer;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	.btn.active {
	color: #fff !important;
	background-color: #ff9400;
	border-color: #ff9400;
	cursor: pointer;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.icon {
	width: 76px;
	height: 87px;
	background-size: 76px 87px;
	margin: 0 auto 30px auto;
}

.paragraph-71 .icon,
.paragraph-74 .icon,
.paragraph-77 .icon,
.paragraph-80 .icon,
.paragraph-83 .icon {
	background: url(../images/icons/hex-check.png) no-repeat;
}

.paragraph-72 .icon,
.paragraph-75 .icon,
.paragraph-78 .icon,
.paragraph-81 .icon,
.paragraph-84 .icon {
	background: url(../images/icons/hex-cross.png) no-repeat;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.btn-hexa:after,
#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.btn-hexa:before,
#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.btn-hexa
	i:before,
#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.btn-hexa
	i:before {
	color: #ff9400 !important;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.btn-hexa:hover:after,
#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.btn-hexa:hover:before {
	background: transparent;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.btn-hexa
	i {
	font-size: 34px;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent:hover
	.btn-hexa
	i {
	color: #fff !important;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.fda-content {
	background: #f7f7f7;
	padding: 3rem 4rem;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.non-fda-content {
	background: #fbfbfb;
	padding: 3rem 4rem;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	ul.cbed-social-share {
	padding: 0;
	margin: 0;
	position: absolute;
	background: #000;
	top: 32px;
	right: 85px;
	z-index: 986;
	display: none;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	ul.cbed-social-share.show {
	display: block;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	ul.cbed-social-share
	li {
	list-style-type: none;
	display: inline-block;
	margin: 3px 2px;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	ul.cbed-social-share
	li
	a
	i {
	width: 36px;
	height: 36px;
	padding: 7px 6px;
	border: 2px solid #fff;
	text-align: center;
	border-radius: 50%;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	ul.cbed-social-share
	li
	a
	i:before {
	font-size: 20px;
	color: #fff;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	ul.cbed-social-share
	li
	a:hover
	i:before {
	color: #ff9400;
}

#cbed-commonly-asked-questions-block {
	margin: 0;
	padding: 0;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-title {
	padding: 0 10px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-title
	.jumbotron {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 7.5rem 2rem;
	margin-bottom: 10px;
	color: #fff;
	height: 287px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-title
	.jumbotron
	h2 {
	font-size: 58px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content {
	padding: 0 10px 50px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.card {
	border: none;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.card-header {
	background: #000;
	position: relative;
	padding: 28px 40px;
	max-height: 80px;
	cursor: pointer;
	border: none;
	margin-bottom: 12px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.card-header
	h2 {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.card-header
	.icon {
	font-size: 28px;
	float: right;
	position: absolute;
	right: 40px;
	top: 25px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.card-header
	.icon
	i {
	color: #fff;
	transition: 0.3s transform ease-in-out;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.card-header[aria-expanded="true"]
	.icon
	i {
	transform: rotate(45deg);
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.card-body {
	padding: 20px 40px 50px;
	color: #000;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	p {
	margin: 0 auto 10px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	.btn {
	color: #000;
	text-transform: uppercase;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	ul {
	padding: 0;
	max-height: 470px;
}

#cbed-commonly-asked-questions-block
	.cbed-commonly-asked-questions-block-content
	li {
	list-style-type: none;
	font-size: 13px;
}

#cbed-states-popup-tab-block {
	background-color: #383a41;
	padding: 0;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block h3 {
	text-align: center;
	padding: 30px;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .cbed-state-select {
	margin: 0 15px 35px;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .btn {
	color: #fff;
	background-color: #383a41;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 16px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.btn.dropdown-toggle:after {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	border: none;
	line-height: 1;
	content: "\f077";
	font-weight: 900;
	transition: 0.3s transform ease-in-out;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.btn.dropdown-toggle[aria-expanded="false"]:after {
	transform: rotate(180deg);
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card {
	background-color: transparent;
	border: none;
	color: #fff;
	margin-bottom: 20px;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card h3 {
	text-align: left;
	padding: 0;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .nav-pills {
	border-bottom: 2px solid #514f58;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .nav-pills .nav-link {
	color: #fff;
	text-align: center;
	border-radius: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.nav-pills
	.nav-link.active,
#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.nav-pills
	.show
	> .nav-link {
	color: #fff;
	background-color: transparent;
	border-bottom: 3px solid #fff;
	min-height: 70px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.card
	.card-header
	.fas {
	transition: 0.3s transform ease-in-out;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.card
	.card-header[aria-expanded="false"]
	.fas {
	transform: rotate(180deg);
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.card-header {
	background: #ff9400;
	position: relative;
	padding: 1rem 1.5rem;
	cursor: pointer;
	border: none;
	margin-bottom: 10px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info {
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info
	h3 {
	font-size: 20px;
	font-weight: 600;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info
	p {
	font-size: 14px;
	margin-bottom: 20px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info
	p
	strong {
	font-weight: 400;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info
	ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info
	ul
	li {
	font-size: 14px;
	padding: 0 0 10px 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info
	p
	strong {
	color: #ff9400;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	.question {
	color: #ff9400;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	.answer {
	color: #fff;
	font-size: 14px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials {
	margin: 10px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/some-testing/in-active/plants.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/some-testing/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/some-testing/in-active/extracts.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/some-testing/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/some-testing/in-active/edibles.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/some-testing/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests {
	padding: 0;
	margin: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.potency {
	background-image: url(../images/icons/some-testing/in-active/potency.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/some-testing/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/some-testing/in-active/pesticides.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/some-testing/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/some-testing/in-active/moisture-content.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/some-testing/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/some-testing/in-active/heavy-metals.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/some-testing/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.microbials {
	background-image: url(../images/icons/some-testing/in-active/microbials.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/some-testing/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/some-testing/in-active/residual-solvents.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/some-testing/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/some-testing/in-active/water-activity.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/some-testing/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/some-testing/in-active/mycotoxins.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/some-testing/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.card-header {
	background: #8ba8b7;
	position: relative;
	padding: 1rem 1.5rem;
	cursor: pointer;
	border: none;
	margin-bottom: 10px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-info {
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-info
	h3 {
	font-size: 20px;
	font-weight: 600;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-info
	p {
	font-size: 14px;
	margin-bottom: 20px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-info
	p
	strong {
	font-weight: 400;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-info
	ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-info
	ul
	li {
	font-size: 14px;
	padding: 0 0 10px 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-info
	p
	strong {
	color: #8ba8b7;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	.question {
	color: #8ba8b7;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	.answer {
	color: #fff;
	font-size: 14px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials {
	margin: 10px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/minimal-testing/in-active/plants.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/minimal-testing/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/minimal-testing/in-active/extracts.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/minimal-testing/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/minimal-testing/in-active/edibles.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/minimal-testing/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests {
	padding: 0;
	margin: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.potency {
	background-image: url(../images/icons/minimal-testing/in-active/potency.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/minimal-testing/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/minimal-testing/in-active/pesticides.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/minimal-testing/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/minimal-testing/in-active/moisture-content.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/minimal-testing/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/minimal-testing/in-active/heavy-metals.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/minimal-testing/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.microbials {
	background-image: url(../images/icons/minimal-testing/in-active/microbials.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/minimal-testing/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/minimal-testing/in-active/residual-solvents.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/minimal-testing/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/minimal-testing/in-active/water-activity.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/minimal-testing/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/minimal-testing/in-active/mycotoxins.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.minimal-testing
	.card
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/minimal-testing/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.card-header {
	background: #000;
	position: relative;
	padding: 1rem 1.5rem;
	cursor: pointer;
	border: none;
	margin-bottom: 10px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-info {
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-info
	h3 {
	font-size: 20px;
	font-weight: 600;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-info
	p {
	font-size: 14px;
	margin-bottom: 20px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-info
	p
	strong {
	font-weight: 400;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-info
	ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-info
	ul
	li {
	font-size: 14px;
	padding: 0 0 10px 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-info
	p
	strong {
	color: #000;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	.question {
	color: #000;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	.answer {
	color: #fff;
	font-size: 14px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials {
	margin: 10px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/no-testing/in-active/plants.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/no-testing/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/no-testing/in-active/extracts.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/no-testing/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/no-testing/in-active/edibles.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/no-testing/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests {
	padding: 0;
	margin: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.potency {
	background-image: url(../images/icons/no-testing/in-active/potency.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/no-testing/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/no-testing/in-active/pesticides.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/no-testing/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/no-testing/in-active/moisture-content.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/no-testing/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/no-testing/in-active/heavy-metals.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/no-testing/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.microbials {
	background-image: url(../images/icons/no-testing/in-active/microbials.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/no-testing/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/no-testing/in-active/residual-solvents.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/no-testing/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/no-testing/in-active/water-activity.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/no-testing/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/no-testing/in-active/mycotoxins.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.no-testing
	.card
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/no-testing/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.card-header {
	background: #65646e;
	position: relative;
	padding: 1rem 1.5rem;
	cursor: pointer;
	border: none;
	margin-bottom: 10px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-info {
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-info
	h3 {
	font-size: 20px;
	font-weight: 600;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-info
	p {
	font-size: 14px;
	margin-bottom: 20px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-info
	p
	strong {
	font-weight: 400;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-info
	ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-info
	ul
	li {
	font-size: 14px;
	padding: 0 0 10px 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-info
	p
	strong {
	color: #000;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	.question {
	color: #000;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	.answer {
	color: #fff;
	font-size: 14px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials {
	margin: 10px;
	padding: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/not-available/in-active/plants.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/not-available/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/not-available/in-active/extracts.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/not-available/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/not-available/in-active/edibles.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/not-available/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests {
	padding: 0;
	margin: 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li {
	list-style-type: none;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.potency {
	background-image: url(../images/icons/not-available/in-active/potency.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/not-available/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/not-available/in-active/pesticides.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/not-available/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/not-available/in-active/moisture-content.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/not-available/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/not-available/in-active/heavy-metals.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/not-available/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.microbials {
	background-image: url(../images/icons/not-available/in-active/microbials.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/not-available/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/not-available/in-active/residual-solvents.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/not-available/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/not-available/in-active/water-activity.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/not-available/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/not-available/in-active/mycotoxins.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	padding: 40px 10px 30px 10px;
	color: #75747a;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.not-available
	.card
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/not-available/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-header h2 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-header .icon {
	float: right;
	position: absolute;
	right: 20px;
	top: 15px;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-header .icon i {
	color: #fff;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-body {
	padding: 1rem 1rem 0;
	color: #fff;
	text-align: left;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.card-body
	.card-title {
	margin-bottom: 0;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-header h2 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-header .icon {
	float: right;
	position: absolute;
	right: 20px;
	top: 15px;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-header .icon i {
	color: #fff;
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-body {
	padding: 1rem 1rem 0;
	color: #fff;
	text-align: left;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.card-body
	.card-title {
	margin-bottom: 0;
}

#cbed-states-popup-block {
	position: absolute;
	z-index: 985;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0px;
	right: 40px;
	border-radius: 10px;
	overflow: hidden;
}

#cbed-states-popup-block.cbed-fda-approval-process-popup {
	z-index: 988;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper {
	background: #3a3841;
	padding: 30px;
	color: #fff;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .matters {
	background-color: #c6ced0;
	background-size: cover;
	min-height: 450px;
	padding: 1.875rem 1.875rem 2.125rem;
	color: #fff;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info {
	padding: 0 30px 0 0;
	-ms-flex: 0 0 47.333333%;
	flex: 0 0 47.333333%;
	max-width: 47.333333%;
	min-height: 700px;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa {
	padding: 0 0 0 30px;
	-ms-flex: 0 0 52.666667%;
	flex: 0 0 52.666667%;
	max-width: 52.666667%;
	min-height: 700px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.state-info
	.state-title {
	width: 250px;
	height: 250px;
	font-size: 28px;
	padding: 30px;
	margin: 0 auto 20px;
	text-transform: uppercase;
	text-align: center;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info h3 {
	text-align: center;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info p strong {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .question-and-answer {
	margin-bottom: 30px;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info ul li {
	padding: 0 0 10px 0;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa .question {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa p {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 24px;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa p strong {
	font-weight: 400;
	color: #ff9400;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa ul {
	padding: 0;
	margin: 0 0 10px 0;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.state-qa
	ul.materials
	li {
	width: 30%;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.state-qa
	ul.tests
	li {
	width: 48%;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa ul li {
	padding: 10px 0 10px 45px;
	display: inline-block;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-info
	.state-title {
	background-image: url(../images/icons/some-testing/state_bg.gif);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-info
	.state-title
	h2 {
	font-size: 28px;
	line-height: 120%;
	margin: auto;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-info
	p
	strong {
	color: #ff9400;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	.question {
	color: #ff9400;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/some-testing/in-active/plants.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/some-testing/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/some-testing/in-active/extracts.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/some-testing/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/some-testing/in-active/edibles.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/some-testing/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.potency {
	background-image: url(../images/icons/some-testing/in-active/potency.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/some-testing/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/some-testing/in-active/pesticides.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/some-testing/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/some-testing/in-active/moisture-content.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/some-testing/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/some-testing/in-active/heavy-metals.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/some-testing/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.microbials {
	background-image: url(../images/icons/some-testing/in-active/microbials.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/some-testing/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/some-testing/in-active/residual-solvents.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/some-testing/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/some-testing/in-active/water-activity.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/some-testing/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/some-testing/in-active/mycotoxins.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.some-testing
	.state-qa
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/some-testing/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-info
	.state-title {
	background-image: url(../images/icons/minimal-testing/state_bg.gif);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-info
	.state-title
	h2 {
	font-size: 28px;
	line-height: 120%;
	margin: auto;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-info
	p
	strong {
	color: #8ba8b7;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	.question {
	color: #8ba8b7;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/minimal-testing/in-active/plants.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/minimal-testing/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/minimal-testing/in-active/extracts.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/minimal-testing/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/minimal-testing/in-active/edibles.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/minimal-testing/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.potency {
	background-image: url(../images/icons/minimal-testing/in-active/potency.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/minimal-testing/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/minimal-testing/in-active/pesticides.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/minimal-testing/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/minimal-testing/in-active/moisture-content.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/minimal-testing/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/minimal-testing/in-active/heavy-metals.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/minimal-testing/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.microbials {
	background-image: url(../images/icons/minimal-testing/in-active/microbials.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/minimal-testing/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/minimal-testing/in-active/residual-solvents.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/minimal-testing/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/minimal-testing/in-active/water-activity.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/minimal-testing/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/minimal-testing/in-active/mycotoxins.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-qa
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/minimal-testing/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper.minimal-testing a {
	color: #8ba8b7;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-info
	.state-title {
	background-image: url(../images/icons/no-testing/state_bg.gif);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-info
	.state-title
	h2 {
	font-size: 28px;
	line-height: 120%;
	margin: auto;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-info
	p
	strong {
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	.question {
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/no-testing/in-active/plants.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/no-testing/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/no-testing/in-active/extracts.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/no-testing/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/no-testing/in-active/edibles.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/no-testing/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.potency {
	background-image: url(../images/icons/no-testing/in-active/potency.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/no-testing/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/no-testing/in-active/pesticides.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/no-testing/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/no-testing/in-active/moisture-content.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/no-testing/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/no-testing/in-active/heavy-metals.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/no-testing/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.microbials {
	background-image: url(../images/icons/no-testing/in-active/microbials.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/no-testing/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/no-testing/in-active/residual-solvents.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/no-testing/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/no-testing/in-active/water-activity.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/no-testing/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/no-testing/in-active/mycotoxins.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.no-testing
	.state-qa
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/no-testing/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper.no-testing a {
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-info
	.state-title {
	background-image: url(../images/icons/not-available/state_bg.gif);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.minimal-testing
	.state-info
	.state-title
	h2 {
	font-size: 28px;
	line-height: 120%;
	margin: auto;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-info
	p
	strong {
	color: #8ba8b7;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	.question {
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/not-available/in-active/plants.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/not-available/active/plants.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/not-available/in-active/extracts.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/not-available/active/extracts.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/not-available/in-active/edibles.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/not-available/active/edibles.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.potency {
	background-image: url(../images/icons/not-available/in-active/potency.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/not-available/active/potency.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/not-available/in-active/pesticides.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/not-available/active/pesticides.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/not-available/in-active/moisture-content.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/not-available/active/moisture-content.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/not-available/in-active/heavy-metals.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/not-available/active/heavy-metals.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.microbials {
	background-image: url(../images/icons/not-available/in-active/microbials.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/not-available/active/microbials.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/not-available/in-active/residual-solvents.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/not-available/active/residual-solvents.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/not-available/in-active/water-activity.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/not-available/active/water-activity.gif);
	color: #fff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/not-available/in-active/mycotoxins.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/not-available/active/mycotoxins.gif);
	color: #fff;
}

#cbed-states-popup-block.cbed-fda-approval-process-popup
	.cbed-states-popup-block-wrapper
	h2 {
	text-align: left;
	color: #ff9400;
	margin: 0 auto 30px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.cbed-state-product-issues
	h2 {
	text-align: center;
	margin: 0 auto 30px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.cbed-state-product-issues
	.card-title {
	margin-bottom: 0.75rem;
	font-size: 40px;
	line-height: 50px;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .product-issues-list {
	min-height: 620px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.state-product-issue
	.card {
	border: none;
	margin-bottom: 20px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.state-product-issue
	.card
	.card-title {
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
	font-size: 20px;
	line-height: 25px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.state-product-issue
	.card-body {
	background-color: #3a3841;
	padding: 10px 0;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.state-product-issue
	.card-img-top {
	height: 182px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.result-empty
	.state-product-issue
	.card-body {
	padding: 245px 0px;
	text-align: center;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.fda-approved-products
	.card-body {
	padding: 0;
	text-align: left;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.fda-approved-products
	.card {
	border: none;
	margin-bottom: 20px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.fda-approved-products
	.card-body {
	background-color: #3a3841;
	padding: 10px 0;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.fda-approved-products
	h4 {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #ff9400;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.fda-approved-products
	ul {
	margin: 50px 0 0 20px;
	padding: 0;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper
	.fda-approved-products
	li {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 20px;
}

#cbed-states-popup-block.cbed-fda-approval-process-popup,
#cbed-states-popup-block.cbed-state-details-popup,
#cbed-states-popup-block.cbed-state-issues-popup {
	display: none;
}

#cbed-states-popup-block .fda-approved-products,
#cbed-states-popup-block .result-empty {
	min-height: 465px;
}

.cbed-info-block {
	margin-top: 3.875rem;
}

.cbed-info-block .cbed-info-block-content {
	background-image: url(../images/three_hex.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6rem 0 6rem;
	text-align: center;
}

.cbed-info-block .cbed-info-block-content h2 {
	margin-bottom: 20px;
}

.cbed-info-block .cbed-info-block-content.sub {
	padding: 6rem 0 3rem;
}

.cbed-info-block .cbed-info-block-content p {
	margin-bottom: 20px;
	color: #000000;
}

.cbed-info-block .cbed-info-block-content p.sub-title {
	font-weight: 800;
	font-size: 18px;
}

.cbed-info-block .cbed-info-block-content p a {
	text-decoration: underline;
	color: #000000;
}

.cbed-info-block .cbed-info-block-content p a:hover {
	text-decoration: underline;
	color: #ff9400;
}

.cbed-cannabinoid-classes-block .container {
	max-width: 1604px;
}

.cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.cbed-cannabinoid-classes-image {
	width: 634px;
	/*min-height: 525px;*/
	overflow: hidden;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.cbed-cannabinoid-classes-content {
	width: 970px;
	height: 525px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.carousel.slide
	.carousel-inner {
	height: 280px;
	margin-bottom: 30px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.carousel.slide
	.carousel-inner
	.carousel-item {
	padding-right: 60px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class {
	background: #000;
	border: none;
	border-radius: 0;
	height: 525px;
	overflow: hidden;
	margin-bottom: 40px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-img {
	border-radius: 0;
	height: 100%;
	width: auto;
	max-width: initial;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body {
	color: #fff;
	padding: 40px;
	height: 525px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body
	a {
	color: #ffffff;
	text-decoration: underline !important;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body
	a:hover {
	color: #ff9400;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-title:after {
	width: 60px;
	display: block;
	text-align: center;
	height: 0;
	top: 0;
	left: auto;
	right: 0;
	margin: 0 auto;
	position: absolute;
	border-right: 22px solid transparent;
	border-bottom: 34px solid #000;
	border-left: 22px solid transparent;
	box-sizing: content-box;
	cursor: pointer;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body:before {
	position: absolute;
	content: "";
	width: 60px;
	display: block;
	text-align: center;
	height: 0;
	top: 47%;
	left: -55px;
	right: auto;
	margin: 0 auto;
	border-right: 18px solid transparent;
	border-bottom: 28px solid #000;
	border-left: 18px solid transparent;
	box-sizing: content-box;
	transform: rotate(-90deg);
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body
	h2 {
	color: #ff9400;
	margin-bottom: 25px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body
	p {
	margin-bottom: 24px;
	font-size: 21px;
	line-height: 24px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body
	p.card-text {
	display: none;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body
	.carousel-next {
	float: right;
	text-align: center;
	padding-right: 10px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-body
	.carousel-count {
	position: relative;
	display: inline-block;
	top: 15px;
	padding: 0 15px;
	font-size: 24px;
	color: #fff;
	right: 35px;
}

.cbed-cannabinoid-classes-block
	.cbed-cannabinoid-classes-block-wrapper
	.card-class
	.card-footer {
	padding: 0;
	position: relative;
}

#cbed-phytocannabinoids-story-block {
	margin-top: 3.875rem;
}

#cbed-phytocannabinoids-story-block
	.cbed-phytocannabinoids-story-block-content {
	background-image: url(../images/three_hex.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6rem 0 6rem;
}

#cbed-phytocannabinoids-story-block
	.cbed-phytocannabinoids-story-block-content
	p {
	font-weight: 800;
}

#cbed-phytocannabinoids-story-block
	.cbed-phytocannabinoids-story-block-content
	h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

#cbed-phytocannabinoids-story-block
	.cbed-phytocannabinoids-story-block-content
	p {
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto 10px;
}

#cbed-phytocannabinoids-story-block .cbed-tab {
	background: #000;
}

#cbed-not-all-cannabinoids-are-equal-block .container-fluid {
	padding: 5px;
}

#cbed-not-all-cannabinoids-are-equal-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.cbed-not-all-cannabinoids-are-equal-block-wrapper {
	padding: 0 5px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.cbed-not-all-cannabinoids-are-equal-block-wrapper
	.cbed-not-all-cannabinoids-are-equal-block-content {
	padding: 0;
}

#cbed-not-all-cannabinoids-are-equal-block .block-title {
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6rem 0 6rem;
}

#cbed-not-all-cannabinoids-are-equal-block .block-title h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

#cbed-not-all-cannabinoids-are-equal-block .block-title p {
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto 10px;
}

#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper {
	padding: 0 10px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content {
	color: #fff;
	background-position: -700px 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content
	.btn-custom-icon-white-xl {
	transform: scale(1.8) rotate(90deg);
	margin-top: 30px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.btn-custom-icon-white-xl {
	transform: scale(1.5) rotate(90deg);
	margin-top: 30px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width {
	width: 100%;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	h3 {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-left: -12px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	i:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/close-icon.png);
	background-position: left center;
	background-size: 100% auto;
	width: 53px;
	height: 63px;
	right: 40px;
	top: 40px;
	z-index: 9289;
	cursor: pointer;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	h3 {
	font-size: 26px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 1rem;
	letter-spacing: 0.4px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.card {
	border: none;
	border-radius: 0;
	background-size: cover;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content
	.content {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 12rem 8rem;
	height: 603px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 40px 70px;
	text-align: left;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	.card-header {
	padding-bottom: 0;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	.card-body {
	padding-top: 0;
	height: 390px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	.card-footer {
	height: 40px;
	padding: 0;
	margin: 0;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	ul.cbed-social-share {
	padding: 0;
	margin: 0;
	position: absolute;
	background: 0 0;
	top: 30px;
	right: 86px;
	z-index: 986;
	display: none;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	ul.cbed-social-share.show {
	display: block;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	ul.cbed-social-share
	li {
	list-style-type: none;
	display: inline-block;
	margin: 3px 2px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	ul.cbed-social-share
	li
	a
	i {
	width: 36px;
	height: 36px;
	padding: 7px 6px;
	border: 2px solid #fff;
	text-align: center;
	border-radius: 50%;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	ul.cbed-social-share
	li
	a
	i:before {
	font-size: 20px;
	color: #fff;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	ul.cbed-social-share
	li
	a:hover
	i:before {
	color: #ff9400;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	a {
	color: #ffffff;
	text-decoration: underline;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	a:hover {
	color: #ff9400;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper.block-content-popup {
	position: absolute;
	left: 0;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper.block-content-popup
	.card-body {
	width: 50%;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	.card-body,
#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	.card-footer,
#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	.card-header {
	background-color: transparent;
	border: none;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	.card-header {
	padding: 0 1.25rem;
}

#cbed-not-all-cannabinoids-are-equal-block .card-block-content-1,
#cbed-not-all-cannabinoids-are-equal-block .card-block-content-2,
#cbed-not-all-cannabinoids-are-equal-block .card-block-content-3 {
	display: none;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content.full-width
	.content
	p {
	margin-bottom: 20px;
}

#cbed-not-all-cannabinoids-are-equal-block
	.block-content-wrapper
	.block-content
	.content
	h3 {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
}

#cbed-differentiating-phytocannabinoids-block .container-fluid {
	padding: 5px;
}

#cbed-differentiating-phytocannabinoids-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper {
	padding: 0 10px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab {
	background: #000;
	background-size: cover;
	min-height: 545px;
	padding: 3rem;
	color: #fff;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	.title-and-nav {
	padding: 0 20px 5px 0;
	-ms-flex: 0 0 30.333333%;
	flex: 0 0 30.333333%;
	max-width: 30.333333%;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	.title-and-nav
	h2 {
	margin-bottom: 30px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	.title-and-nav
	h2
	span {
	display: block;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	ul#pills-hexa-tab {
	width: 450px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	ul#pills-hexa-tab
	li:nth-child(4n) {
	margin-left: 62px;
	margin-top: -18px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	ul#pills-hexa-tab
	li:nth-child(5n),
#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	ul#pills-hexa-tab
	li:nth-child(6n) {
	margin-top: -18px;
	margin-left: 4px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	ul#pills-hexa-tab
	li:last-of-type {
	margin-left: 2px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	.content {
	-ms-flex: 0 0 69.666667%;
	flex: 0 0 69.666667%;
	max-width: 69.666667%;
	padding-top: 2rem;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	.content
	h3 {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #ff9400;
	margin-bottom: 1rem;
	padding: 0 0 0 40px;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	a {
	color: #fff;
	text-decoration: underline;
}

#cbed-differentiating-phytocannabinoids-block
	.cbed-differentiating-phytocannabinoids-block-wrapper
	.cbed-differentiating-phytocannabinoids-tab
	a:hover {
	color: #ff9400;
}

#cbed-fda-approved-cannabinoids-block {
	margin-top: 3.875rem;
}

#cbed-fda-approved-cannabinoids-block
	.cbed-fda-approved-cannabinoids-block-title
	h2 {
	font-weight: 700;
	margin-bottom: 30px;
	background-image: url(../images/three_hex.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6rem 0 0;
}

#cbed-fda-approved-cannabinoids-block
	.cbed-fda-approved-cannabinoids-block-content {
	padding: 0 0 6rem;
}

#cbed-fda-approved-cannabinoids-block
	.cbed-fda-approved-cannabinoids-block-content
	p {
	width: 70%;
	margin: 0 auto 10px;
}

#cbed-fda-approved-cannabinoids-block
	.cbed-fda-approved-cannabinoids-block-content
	ul {
	margin: 10px auto;
	width: 100%;
	padding: 0;
}

#cbed-fda-approved-cannabinoids-block
	.cbed-fda-approved-cannabinoids-block-content
	p,
#cbed-fda-approved-cannabinoids-block
	.cbed-fda-approved-cannabinoids-block-content
	ul
	li {
	list-style-position: inside;
}

#cbed-fda-approved-cannabinoids-block
	.cbed-fda-approved-cannabinoids-block-content
	a {
	font-weight: 600;
	color: #000;
	text-decoration: underline;
}

#cbed-video-gallery-block .container-fluid {
	padding: 5px;
}

#cbed-video-gallery-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

@media screen and (max-width: 991px) {
	#cbed-video-gallery-block .container-fluid .row {
		margin-right: 0;
		margin-left: 0;
	}
}

#cbed-video-gallery-block .cbed-video-gallery-block-wrapper {
	padding: 0 10px;
}

#cbed-video-gallery-block .cbed-video-gallery-block-wrapper .video-gallery {
	background-color: #c6ced0;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	color: #fff;
}

#cbed-video-gallery-block
	.cbed-video-gallery-block-wrapper
	.video-gallery
	.video-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	min-height: 676px;
	padding: 90px 70px;
	width: 100%;
	height: 100%;
}

#cbed-video-gallery-block
	.cbed-video-gallery-block-wrapper
	.video-gallery
	.content {
	padding: 5px 20px 5px 0;
	-ms-flex: 0 0 30.333333%;
	flex: 0 0 30.333333%;
	max-width: 30.333333%;
}

#cbed-video-gallery-block
	.cbed-video-gallery-block-wrapper
	.video-gallery
	.content
	h2
	span {
	display: block;
}

#cbed-video-gallery-block
	.cbed-video-gallery-block-wrapper
	.video-gallery
	.content
	p {
	-ms-flex: 0 0 96%;
	flex: 0 0 100%;
	max-width: 98%;
}

#cbed-video-gallery-block
	.cbed-video-gallery-block-wrapper
	.video-gallery
	.video-playlist {
	-ms-flex: 0 0 69.666667%;
	flex: 0 0 69.666667%;
	max-width: 69.666667%;
}

#cbed-video-gallery-block
	.cbed-video-gallery-block-wrapper
	.video-gallery
	.vjs-poster {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.preview-player-dimensions.vjs-fluid {
	padding-top: 42.25%;
}

.main-preview-player {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.8);
}

.playlist-container,
.video-js {
	position: relative;
}

.playlist-container {
	flex: 1 1 25%;
	min-width: 210px;
	min-height: 210px;
	height: 0;
}

.video-js {
	flex: 3 1 75%;
}

.vjs-fluid {
	padding-top: 42.25%;
}

.vjs-mouse.vjs-playlist {
	width: 100%;
	margin: 20px 0 20px 20px !important;
}

.vjs-playlist {
	background: 0 0 !important;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.vjs-playlist .vjs-playlist-title-container {
	top: 5px;
	padding: 0 0 0 80px !important;
	bottom: auto !important;
}

.vjs-playlist .vjs-playlist-name,
.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text {
	line-height: 20px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.vjs-playlist-item {
	padding: 0 !important;
	margin: 0 0 7px !important;
}

.vjs-playlist-item picture:after {
	position: absolute;
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
	content: "\f101";
	top: 0;
	font-size: 30px;
	padding: 2px 18px;
	opacity: 0.6;
}

.vjs-playlist-item:focus {
	outline: 0;
}

.vjs-playlist .vjs-up-next .vjs-up-next-text {
	display: none !important;
}

.vjs-playlist-thumbnail {
	float: left !important;
}

.vjs-playlist-thumbnail img {
	width: 68px !important;
	height: 48px !important;
	min-height: 48px !important;
}

.video-js .vjs-big-play-button {
	background-color: #ff9400 !important;
	border-color: transparent !important;
	line-height: 1.4em !important;
}

.vjs-mouse.vjs-playlist .vjs-selected {
	background: 0 0 !important;
	border-radius: 0;
	outline: 0;
}

.vjs-playlist img {
	opacity: 0.6 !important;
}

.vjs-playlist .vjs-selected img {
	opacity: 1 !important;
}

.vjs-playlist-now-playing {
	color: #fff;
	left: 15px !important;
	top: 60px !important;
	margin: 0 !important;
	text-transform: lowercase;
}

.vjs-playlist-title-container .vjs-playlist-name {
	color: #fff !important;
	text-shadow: none;
}

.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text {
	display: block;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
	padding-left: 80px;
	font-size: 10px !important;
	font-weight: 400 !important;
}

.vjs-playlist .vjs-selected .vjs-playlist-title-container {
	text-shadow: none;
	padding: 0 0 0 80px;
}

.vjs-selected .vjs-playlist-name {
	color: #fff;
	margin-top: 0 !important;
	font-size: 18px;
	font-family: arial;
	padding: 0 !important;
	max-height: none !important;
	margin-bottom: 5px !important;
}

.vjs-playlist-name {
	color: #4b4b4b;
	margin-top: 10px !important;
	font-size: 18px;
	font-family: arial;
	padding: 0 !important;
	max-height: none !important;
	margin-bottom: 5px;
}

.vjs-selected .vjs-playlist-description {
	color: #fff;
	margin-top: 10px !important;
	font-size: 16px;
	font-family: arial;
	padding: 0 !important;
	max-height: none !important;
	margin-bottom: 5px;
}

.vjs-playlist-description {
	color: #4b4b4b;
	margin-top: 10px !important;
	font-size: 16px;
	font-family: arial;
	padding: 0 !important;
	max-height: none !important;
	margin-bottom: 5px;
}

.vjs-up-next-text {
	text-shadow: none;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: lowercase !important;
	margin-bottom: 10px !important;
	font-family: arial;
	font-size: 16px !important;
}

.vjs-playlist-duration {
	font-size: 12px !important;
	margin: 0 !important;
}

.vjs-big-play-centered .vjs-big-play-button {
	margin-left: -1em !important;
}

.video-js .vjs-big-play-button {
	width: 2em !important;
}

.vjs-loading-spinner {
	border: 2px solid #ff9400 !important;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
	margin: -2px !important;
}

#cbed-quiz-block {
	background-size: 100% auto;
	background-position: center;
	background-repeat: none;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#cbed-quiz-block .cbed-quiz-block-content {
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 0 6rem;
	max-width: 600px;
	text-align: center;
}

#cbed-quiz-block .cbed-quiz-block-content span {
	display: block;
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	margin: 0px auto 10px;
	padding: 0 5px;
}

#cbed-quiz-block .cbed-quiz-block-content span sup {
	font-size: 50%;
}

#cbed-quiz-block .cbed-quiz-block-content p {
	width: 60%;
	margin: 0 auto 10px;
}

#cbed-quiz-block .cbed-quiz-block-content .btn {
	margin: 25px 20px 25px;
}

#cbed-quiz-block .cbed-quiz-block-content .btn.btn-link-primary {
	margin: 0;
	padding: 15px 0px;
}

#cbed-quiz-block .cbed-quiz-block-content .form-required:after {
	display: none;
}

#cbed-references-block {
	margin: 0;
	padding: 0;
}

#cbed-references-block .cbed-references-block-content {
	padding: 0;
}

#cbed-references-block .cbed-references-block-content .card {
	border: none;
}

#cbed-references-block .cbed-references-block-content .card-header {
	background: #f7f7f7;
	padding: 28px 40px;
	cursor: pointer;
	border: none;
}

#cbed-references-block .cbed-references-block-content .card-header h2 {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #000;
	margin: 0px;
	text-transform: uppercase;
}

#cbed-references-block .cbed-references-block-content .card-header .icon {
	float: right;
	position: absolute;
	right: 40px;
	top: 15px;
}

#cbed-references-block .cbed-references-block-content .card-header .icon {
	font-size: 28px;
}

#cbed-references-block .cbed-references-block-content .card-body {
	padding: 40px;
	color: #fff;
	height: 700px;
}

#cbed-references-block
	.cbed-references-block-content
	.card-body
	.cbed-references-content {
	height: 420px;
}

#cbed-references-block .cbed-references-block-content p {
	margin: 0 auto 10px;
}

#cbed-references-block .cbed-references-block-content .btn {
	padding: 0;
	font-size: 16px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
}

#cbed-references-block .cbed-references-block-content ul {
	padding: 0;
}

#cbed-references-block .cbed-references-block-content li {
	list-style-type: none;
	font-size: 13px;
}

/* #cbed-resources-block .container-fluid {
  padding: 0
}

#cbed-resources-block .container-fluid .row.cbed-resources-list {
  margin-right: -5px;
  margin-left: -5px
}

#cbed-resources-block .cbed-resources-block-wrapper {
  padding-top: 5px;
  padding-bottom: 5px
}

#cbed-resources-block .cbed-resources-block-wrapper .grid-item {
  padding: 7px;
}

#cbed-resources-block .cbed-resources-block-wrapper .button-group.filter-button-group {
  height: 50px;
  text-align: center;
  padding: 11px 15px 12px 20px;
  border: 2px solid #000;
  margin: 40px auto 40px !important;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
}

#cbed-resources-block .cbed-resources-block-wrapper .button-group.filter-button-group label::before,
#cbed-resources-block .cbed-resources-block-wrapper .button-group.filter-button-group label::after {
  display: none;
}

#cbed-resources-block .cbed-resources-block-wrapper .button-group.filter-button-group a {
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  padding: 0 10px;
  font-weight: 700;
  line-height: 100%;
  border-right: 2px solid #000
}

#cbed-resources-block .cbed-resources-block-wrapper .button-group.filter-button-group a.active {
  color: #ff9400
}

#cbed-resources-block .cbed-resources-block-wrapper .button-group.filter-button-group a:last-child {
  border-right: none
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource {
  background: #000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 2.5px
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-img {
  min-height: 355px;
  border-radius: 0;
  object-fit: cover;
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body {
  color: #fff;
  padding: 40px;
  min-height: 530px
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body .card-content {
  min-height: 300px;
  height: 360px;
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body .card-content h2 {
  font-size: 24px;
  line-height: 32px;
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body .card-content p {
  font-size: 18px;
  line-height: 24px;
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-title:after {
  width: 60px;
  display: block;
  text-align: center;
  height: 0;
  top: 0;
  left: auto;
  right: 0;
  margin: 0 auto;
  position: absolute;
  border-right: 22px solid transparent;
  border-bottom: 34px solid #000;
  border-left: 22px solid transparent;
  box-sizing: content-box;
  cursor: pointer
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body:before {
  position: absolute;
  content: "";
  width: 60px;
  display: block;
  text-align: center;
  height: 0;
  top: -25px;
  right: auto;
  margin: 0 auto;
  border-right: 18px solid transparent;
  border-bottom: 28px solid #000;
  border-left: 18px solid transparent;
  box-sizing: content-box
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body p {
  margin-bottom: .5rem;
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body .carousel-next {
  float: right;
  text-align: center;
  padding-right: 10px
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body .carousel-count {
  position: relative;
  display: inline-block;
  top: 0;
  padding: 0 15px;
  font-size: 14px;
  color: #fff
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-footer {
  padding: 0;
  position: relative
}

#cbed-resources-block .cbed-resources-block-wrapper .card-resource .btn {
  margin-top: 30px
} */

#cbed-explore-block .container-fluid {
	padding-right: 5px;
	padding-left: 5px;
}

#cbed-explore-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

@media screen and (max-width: 991px) {
	#cbed-explore-block .container-fluid .row {
		margin-right: 0;
		margin-left: 0;
	}
}

#cbed-explore-block .cbed-explore-block-wrapper {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cbed-explore-block .cbed-explore-block-wrapper .explore {
	background-color: #3a3841;
	background-size: cover;
	height: 600px;
	padding: 70px;
	color: #ffffff;
}

#cbed-explore-block .cbed-explore-block-wrapper .explore .content {
	position: absolute;
	max-width: 450px;
	bottom: 75px;
	left: 75px;
}

#cbed-explore-block .cbed-explore-block-wrapper .explore .content h2 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0.5rem;
}

#cbed-explore-block .cbed-explore-block-wrapper .explore .content h2 span {
	font-size: 56px;
	line-height: 70px;
	display: block;
}

#cbed-find-out-block .container-fluid {
	padding: 5px;
}

#cbed-find-out-block .container-fluid .row {
	margin-right: -5px;
	margin-left: -5px;
}

#cbed-find-out-block .cbed-find-out-block-wrapper .find-out {
	background-color: #c6ced0;
	background-size: cover;
	min-height: 450px;
	padding: 1.875rem 1.875rem 2.125rem;
	color: #fff;
}

#cbed-find-out-block .cbed-find-out-block-wrapper .find-out .content {
	max-width: 450px;
}

#cbed-find-out-block .cbed-find-out-block-wrapper .find-out .content h2 {
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 0.5rem;
	letter-spacing: 0.4px;
}

#cbed-find-out-block .cbed-find-out-block-wrapper .find-out .content h2 span {
	font-size: 38px;
	line-height: 56px;
	display: block;
}

#cbed-footer-block {
	background-color: #ffffff;
	background-size: 100% auto;
	background-position: center;
}

#cbed-footer-block .container-fluid {
	background-color: #fff;
	background-size: 100% auto;
	background-position: center;
	background-repeat: none;
}

#cbed-footer-block .cbed-footer-block-content {
	padding: 80px 24px 80px;
	text-align: center;
}

#cbed-footer-block .cbed-footer-block-content p {
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 1.5rem;
}

#cbed-footer-block .cbed-footer-block-content ul {
	padding: 0;
	margin: 2.5rem 1rem 2rem;
}

#cbed-footer-block .cbed-footer-block-content ul li {
	display: inline-block;
	line-height: 1;
	font-size: 1.125rem;
	padding: 0 12px;
	border-right: 2px solid #000000;
}

#cbed-footer-block .cbed-footer-block-content ul li:last-child {
	border-right: none;
}

#cbed-footer-block .cbed-footer-block-content ul li a {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	text-transform: uppercase;
}

#cbed-footer-block .cbed-footer-block-content ul li a:hover {
	text-decoration: none;
	color: #ff9400;
}

#cbed-footer-block .cbed-footer-block-content .share {
	margin: 2.5rem;
}

#cbed-footer-block .cbed-footer-block-content .share a {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}

#cbed-footer-block .cbed-footer-block-content .share a i {
	padding-right: 0.313rem;
}

#cbed-footer-block .cbed-footer-block-content .share a i:before {
	font-size: 40px;
}

#cbed-footer-block .cbed-footer-block-content .share a:hover {
	text-decoration: none;
	color: #ff9400;
}

.go-to-top {
	cursor: pointer;
	position: fixed;
	font-size: 14px;
	bottom: 0.625rem;
	right: 0.625rem;
	z-index: 992;
	padding: 0.25rem 0.625rem;
	min-width: auto !important;
	display: none;
}

.go-to-top:active i:before,
.go-to-top:focus i:before,
.go-to-top:hover i:before {
	color: #fff;
}

.cbed-modal .modal-header {
	border: none;
	padding: 2rem 2rem 0;
}

.cbed-modal .modal-footer {
	border: none;
	padding: 1rem 2rem 2rem;
}

.cbed-modal .btn {
	font-size: 12px;
}

.cbed-modal .modal-footer .btn {
	margin-top: 0;
}

.cbed-modal .modal-body {
	padding: 1rem 2rem 2rem;
}

.cbed-modal .modal-content {
	border-radius: 20px;
}

@media screen and (max-width: 991px) {
	#CBEDGlossaryItem {
		padding-left: 20px !important;
	}
}

#CBEDGlossaryItem.cbed-modal .modal-header {
	border: none;
	padding: 5px 25px 0 0 !important;
}

.modal-open {
	padding-right: 0 !important;
}

.cbed-modal h2 {
	margin-bottom: 0.5rem;
}

.cbed-modal.cbed-glossary-references-modal .modal-dialog {
	max-width: 70%;
}

.cbed-modal.cbed-glossary-references-modal h2 {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

.cbed-modal.cbed-glossary-references-modal p {
	margin-left: 1rem;
	margin-right: 2rem;
	font-size: 18px;
	line-height: 27px;
	word-break: break-all;
}

.cbed-modal.cbed-glossary-references-modal .mCSB_scrollTools {
	right: 15px;
}

.cbed-modal.cbed-glossary-references-modal a {
	color: #000;
	text-decoration: underline;
}

.cbed-modal.cbed-glossary-references-modal li {
	font-size: 13px;
}

.cbed-glossary-item-modal .modal-content {
	background: #000;
	border-radius: 0px;
	color: #fff;
}

.cbed-states-modal .modal-dialog {
	max-width: 780px;
	margin: 1.75rem auto;
}

.cbed-states-modal .modal-content {
	background: #3a3841;
	color: #fff;
}

.cbed-cannabinoid-testing-modal .modal-content {
	background: #3a3841;
	color: #fff;
}

.cbed-cannabinoid-testing-modal .modal-dialog {
	max-width: 780px;
	margin: 1.75rem auto;
}

.cbed-cannabinoid-testing-modal .modal-backdrop {
	opacity: 0;
}

.cbed-cannabinoid-testing-modal h2 {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 0;
	padding-top: 5px;
	width: 100%;
}

.cbed-modal.cbed-glossary-item-modal h2 {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4;
	color: #ff9400;
	margin-bottom: 0;
	padding-top: 5px;
	width: 100%;
}

.cbed-modal.cbed-glossary-item-modal li {
	font-size: 18px;
	margin-bottom: 5px;
}

.cbed-modal.cbed-share-these-facts-modal .modal-body,
.cbed-modal.cbed-share-these-facts-modal .modal-footer,
.cbed-modal.cbed-share-these-facts-modal .modal-header {
	background: #fafafa;
}

.cbed-modal.cbed-share-these-facts-modal .modal-header {
	padding: 1.75rem 1.75rem 0.75rem;
	border: none;
}

.cbed-modal.cbed-share-these-facts-modal label {
	display: inline-block;
	margin-bottom: 0.188rem;
	font-size: 16px;
	font-weight: 600;
}

.cbed-modal.cbed-share-these-facts-modal .modal-body,
.cbed-modal.cbed-share-these-facts-modal .modal-footer {
	padding: 0 1.75rem 0;
}

.cbed-modal.cbed-share-these-facts-modal .modal-footer {
	padding: 0.625rem 1.75rem 1.75rem;
}

.cbed-modal.cbed-share-these-facts-modal .form-group {
	margin-bottom: 0.5rem;
}

.cbed-modal.cbed-share-these-facts-modal .form-control {
	border: 1px solid #989898;
}

.after_modal_appended {
	position: relative;
}

.modal,
.modal-backdrop {
	/*position: absolute!important*/
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ff9400 !important;
}

.mCS-minimal-dark + .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #cdcdcd !important;
}

.mCSB_inside > .mCSB_container {
	margin-right: 20px !important;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #404040 !important;
	display: none;
}

.cbed-modal .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #d8d8d8 !important;
}

#cbed-glossary-wrapper {
	position: relative;
	background: #000;
}

#cbed-glossary-wrapper .modal-backdrop.show {
	background: 0 0 !important;
}

.after_modal_appended {
	position: relative;
}

body.show-announcement .cbed-glossary-item-modal .modal-dialog {
	margin-top: 270px;
}

.cbed-glossary-item-modal .modal-dialog {
	margin-top: 263px;
	height: 75vh;
}

.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
}

.cbed-glossary-item-modal .modal-backdrop,
.modal.cbed-glossary-item-modal {
	position: absolute !important;
}

.modal.cbed-glossary-item-modal {
	padding-right: 15px !important;
	padding-left: 20px !important;
}

.modal.cbed-glossary-item-modal .btn-custom-icon-white-xs {
	-webkit-transform: rotate(90deg) scale(0.9);
	-moz-transform: rotate(90deg) scale(0.9);
	-o-transform: rotate(90deg) scale(0.9);
	-ms-transform: rotate(90deg) scale(0.9);
	transform: rotate(90deg) scale(0.9);
}

.modal.cbed-glossary-item-modal .btn-custom-icon-white-xs i {
	margin-top: 0;
	text-indent: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.modal.cbed-glossary-item-modal .btn-custom-icon-white-xs i {
		margin-top: 2px;
	}
}

.cbed-modal.cbed-glossary-item-modal .modal-body {
	padding: 20px 20px 20px 0;
	height: 550px;
}

.modal.cbed-glossary-item-modal .modal-header .close {
	padding: 12px 0 0 0;
	opacity: 1;
	transform: scale(0.7);
}

#cbed-glossary-wrapper .btn {
	margin: 0 auto;
	display: inline-block;
}

#cbed-glossary-panel {
	background-color: #000;
	color: #fff;
	z-index: 409;
	position: fixed;
	width: 310px;
	height: 100%;
	transition: all 0.3s ease 0s;
	top: 0;
	right: -310px;
}

#cbed-glossary-panel h2 {
	padding: 30px 0px;
	margin: 0;
}

#cbed-glossary-panel h2.cbed-glossary-item-title {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	padding: 0px;
	text-align: left;
}

#cbed-glossary-panel p {
	font-size: 18px;
	line-height: 27px;
}

#cbed-glossary-panel p small {
	line-height: 14px;
	display: inline-block;
}

#cbed-glossary-panel .handle {
	background-color: transparent;
	background-image: url("../images/bg/glossary_bg.png");
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	left: -131px;
	padding: 0;
	position: absolute;
	top: 250px;
	width: 202px;
	height: 64px;
	transform: rotate(-90deg);
	text-align: center;
	overflow: hidden;
	z-index: 9801;
}

#cbed-glossary-panel .handle .btn-custom-primary {
	position: relative;
	top: 19px;
	font-size: 17px;
	line-height: 27px;
	padding: 22px 57px 22px 20px;
	min-width: 254px;
	min-height: 50px;
	text-transform: uppercase;
}

#cbed-glossary-panel
	.handle
	.btn-custom-primary:hover
	svg
	polygon:first-of-type {
	fill: #ea970b;
}

#cbed-glossary-panel .handle .btn-custom-primary:hover svg path {
	stroke: #ea970b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#cbed-glossary-panel .handle .btn-custom-primary:hover svg {
		height: 55px;
	}
}

.glossary-popup #cbed-glossary-panel .handle .btn-custom-primary svg {
	transform: rotate(-90deg) scale(0.6);
}

#cbed-glossary-panel .handle .btn-custom-primary svg {
	display: inline-block;
}

#cbed-glossary-panel .handle .btn-custom-primary svg {
	position: absolute;
	content: " ";
	width: 47px;
	height: 56px;
	right: 8px;
	top: 3px;
	-webkit-transform: rotate(90deg) scale(0.6);
	-moz-transform: rotate(90deg) scale(0.6);
	-o-transform: rotate(90deg) scale(0.6);
	-ms-transform: rotate(90deg) scale(0.6);
	transform: rotate(90deg) scale(0.6);
}

#cbed-glossary-panel .handle .btn-custom-primary:hover i.glossary-icon:before {
	background-image: url(../images/icons/glossary_icon_open_active.png);
}

#cbed-glossary-panel .handle .btn-custom-primary i.glossary-icon.active:before {
	background-image: url(../images/icons/glossary_icon_close.png);
}

#cbed-glossary-panel
	.handle
	.btn-custom-primary:hover
	i.glossary-icon.active:before {
	background-image: url(../images/icons/glossary_icon_close_active.png);
}

#cbed-glossary-panel .handle .btn-custom-primary:before,
#cbed-glossary-panel .handle .btn-custom-primary:after {
	display: none;
}

#cbed-glossary-panel .handle:hover .btn-custom-icon-white,
#cbed-glossary-panel .handle:hover .btn-custom-icon-white:before,
#cbed-glossary-panel .handle:hover .btn-custom-icon-white:after {
	border-top-color: #ff9400;
	border-bottom-color: #ff9400;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
}

#cbed-glossary-panel
	.handle:hover
	.btn-custom-primary
	.btn-custom-icon-white
	i:before {
	border-top-color: #ff9400;
	border-bottom-color: #ff9400;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
}

.dataTables_scrollBody {
	overflow-x: hidden !important;
}

#cbed-glossary-download .btn {
	position: relative;
}

#cbed-glossary-download .btn i {
	/*position: absolute;*/
	display: inline-block;
}

#cbed-glossary-download .btn i:before {
	left: 0 !important;
	position: relative !important;
	top: 1px !important;
	display: block;
}

#cbed-glossary-download .btn.printbtn {
	width: 54px !important;
}

#cbed-glossary-download .btn.printbtn svg {
	position: absolute;
	top: 0;
	left: 0;
}

#cbed-glossary-download .btn.printbtn #Rectangle-Copy {
	fill: transparent;
}

#cbed-glossary-download .col-12:nth-of-type(2) .btn {
	padding-top: 0;
}

#cbed-glossary-download .btn i:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/download.png);
	background-position: left center;
	background-size: cover;
	width: 12px;
	height: 15px;
	left: -35px;
	top: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#cbed-glossary-download .btn i {
		display: none;
	}
}

#cbed-glossary-wrapper .mCSB_scrollTools {
	right: 0px !important;
}

#cbed-glossary-wrapper .table-dark {
	color: #fff;
	background-color: #000;
	width: 230px !important;
}

#cbed-glossary-wrapper td,
#cbed-glossary-wrapper th,
#cbed-glossary-wrapper thead th {
	background-color: #000 !important;
	border: none !important;
	font-size: 18px;
	line-height: 27px;
	padding: 0px 0px 10px;
}

#cbed-glossary-list thead th {
	padding: 10px 0px;
	background-color: transparent;
}

#cbed-glossary-list td:hover {
	color: #ff9400;
	cursor: pointer;
}

#cbed-glossary-list_filter {
	display: none;
}

#cbed-glossary-list_wrapper {
	padding: 72px 20px 0px 40px;
	height: 100%;
	overflow: hidden;
}

#cbed-glossary-list_wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -2px;
	left: 0px;
	pointer-events: none;
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 1) 100%
	);
	width: 100%;
	height: 2em;
}

#cbed-glossary-list_wrapper .row {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#cbed-glossary-list_wrapper .row .col-sm-12 {
	padding: 0px;
	margin: 0px;
}

#cbed-glossary-list_wrapper .dataTables_scroll {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#cbed-glossary-list_wrapper .dataTables_scrollBody {
	margin-bottom: 40px !important;
	margin-top: 15px !important;
	max-height: inherit !important;
}

#cbed-glossary-download {
	padding-bottom: 0px;
	padding-top: 0px;
}

#cbed-glossary-download .btn.btn-primary {
	width: auto;
	margin-bottom: 8px;
	margin-top: 0px;
	min-width: inherit;
}

#cbed-glossary-list_wrapper .dataTables_scrollHead {
	width: 230px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#cbed-glossary-list_wrapper .dataTables_scrollHeadInner {
	width: 230px;
}

#cbed-glossary-download {
	position: absolute;
	z-index: 8960;
	bottom: 0;
	left: 0px;
	right: 0px;
	margin: 0px;
}

@media screen and (max-width: 991px) {
	#cbed-glossary-download {
		position: relative;
		top: 40px;
		bottom: inherit;
	}
}

.cbed-glossary-search-filter {
	width: 100% !important;
	font-size: 18px;
	line-height: 25px;
	padding: 14px 20px;
	border-radius: 30px;
	min-width: 230px;
	min-height: 50px;
}

.cbed-glossary-search-filter.form-control::-webkit-input-placeholder {
	color: #6c7078 !important;
}

.cbed-glossary-search-filter.form-control:-moz-placeholder {
	color: #6c7078 !important;
}

.cbed-glossary-search-filter.form-control::-moz-placeholder {
	color: #6c7078 !important;
}

.cbed-glossary-search-filter.form-control:-ms-input-placeholder {
	color: #6c7078 !important;
}

.cbed-glossary-item-content-wrapper {
	height: 340px;
}

.cbed-glossary-item-content {
	height: 100%;
	font-size: 15px;
}

.cbed-glossary-item-content ul {
	padding: 20px 0 20px 20px;
	list-style-position: outside;
}

.cbed-player {
	background: #000;
	position: relative;
	min-height: 479px;
	padding-right: 0;
	padding-left: 0;
}

.cbed-player .markup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cbed-player .markup p {
	margin: 0;
}

.cbed-player .markup iframe {
	border: none;
}

.cbed-player iframe {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.cbed-playlist {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	float: right;
	background-color: rgba(0, 0, 0, 0.95);
}

.cbed-playlist-items {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width: 28%;
	order: 1;
}

.cbed-player {
	-ms-flex: 0 0 72%;
	flex: 0 0 72%;
	max-width: 72%;
	order: 2;
	min-height: 479px;
}

.video-playlist ol {
	padding: 30px 15px;
	margin: 0;
	position: relative;
	list-style: none;
	width: 100%;
}

.video-playlist .playlist-title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 135px;
	padding-left: 10px;
	height: 64px;
	overflow: hidden;
}

.video-playlist ol li.playlist-item {
	padding: 0 !important;
	margin: 0 0 7px !important;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	overflow: hidden;
}

.video-playlist ol li.playlist-item:last-child {
	margin: 0px !important;
}

.video-playlist ol li picture {
	display: block;
	width: 100%;
}

.video-playlist ol li .hide {
	display: none;
}

.video-playlist ol li span {
	font-family: Rubik, sans-serif;
	font-size: 20px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
}

.video-playlist ol li img {
	width: 95px !important;
	height: 64px !important;
	min-height: 64px !important;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.video-playlist ol li small {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	text-transform: uppercase !important;
	font-size: 14px;
	width: 100%;
}

.video-playlist ol li .vjs-playlist-now-playing {
	display: block;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
	padding-left: 80px;
	font-size: 10px !important;
	font-weight: 400 !important;
}

.video-playlist ol li:hover {
	cursor: pointer;
}

.video-playlist ol li.selected {
	cursor: pointer;
}

.video-playlist ol li.selected > p {
	color: #fff;
}

.video-playlist ol li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f04b";
	color: #fff;
	position: absolute;
	font-size: 18px;
	opacity: 0.8;
	left: 40px;
	top: 18px;
	font-weight: 700;
}

.video-playlist ol li.selected:before {
	font-family: "Font Awesome 5 Free";
	content: "\f04b";
	color: #fff;
	position: absolute;
	font-size: 18px;
	opacity: 0.8;
	left: 40px;
	top: 18px;
	font-weight: 700;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border-radius: 30px;
	border: solid 2px #fff;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 20px;
	font-weight: 400;
	outline: 0;
	padding-left: 20px;
	padding-right: 40px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	line-height: 40px;
	font-family: "Public Sans", sans-serif;
}

.nice-select:hover {
	border-color: #fff;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #fff;
}

.nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 12px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 25px;
	top: 40%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 12px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	overflow-y: scroll;
	overflow-x: hidden;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	max-height: 200px;
}

.nice-select.disabled {
	border-color: #e7ecf2;
	color: #90a1b5;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cdd5de;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
		opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #000;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f7f7f7;
}

.nice-select .option.selected {
	font-weight: 700;
	color: #000;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #90a1b5;
	cursor: default;
}

#cbed-fda-vs-non-fda-block .nice-select {
	border: solid 2px #000;
	margin-bottom: 30px;
}

#cbed-fda-vs-non-fda-block .nice-select.open,
#cbed-fda-vs-non-fda-block .nice-select:active,
#cbed-fda-vs-non-fda-block .nice-select:focus {
	border-color: #000;
}

#cbed-fda-vs-non-fda-block .nice-select:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

code[class*="language-"],
pre[class*="language-"] {
	border-radius: 2px;
	color: #445870;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	text-align: left;
	white-space: pre;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	direction: ltr;
	font-family: Inconsolata, monospace;
	font-size: 13px;
	letter-spacing: 0;
}

pre[class*="language-"] {
	padding: 18px 24px;
	margin: 0 0 24px;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f6f7f9;
}

:not(pre) > code[class*="language-"] {
	padding: 0 2px 1px;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
	color: #90a1b5;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: 0.7;
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
	color: #ec4444;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
	color: #4abf60;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #55a1fb;
}

.token.function {
	color: #dd4a68;
}

.token.important,
.token.regex,
.token.variable {
	color: #e90;
}

.token.bold,
.token.important {
	font-weight: 700;
}

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.cbed-loader {
	background-color: #000;
	background-image: url(../images/icons/loader.svg);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
}

a#cbed-glossary-close {
	position: relative;
	left: 0;
	right: 0;
	top: -24px;
	margin: 0 auto;
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

.invalid-feedback {
	margin-top: 0px;
	font-size: 15px;
}

#cbed-signup-block {
	opacity: 1 !important;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree {
	padding: 0px 18px;
}

#cbed-signup-block .cbed-signup-block-form .form-group {
	margin-bottom: 0.188rem;
	margin: 0px;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree label {
	padding-left: 43px;
}

#cbed-signup-block
	.cbed-signup-block-form
	.content
	.form-agree
	label[for="global_opt_in"] {
	padding-left: 25px;
}

#cbed-signup-block
	.cbed-signup-block-form
	.content
	[data-drupal-selector="edit-captcha"] {
	padding-left: 43px;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree label:before {
	display: none !important;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree .checkbox {
	padding-bottom: 10px;
}

#cbed-signup-block
	.cbed-signup-block-form
	[data-drupal-selector="edit-name-flexbox"],
#cbed-signup-block
	.cbed-signup-block-form
	[data-drupal-selector="edit-details-flexbox"] {
	width: 100%;
	margin-bottom: 25px;
}

div#block-cbed-footerbranding,
#block-cbed-footer,
#block-followusontwitter,
#block-cbed-footerlegalppid,
#block-issuesfooterandpid,
#block-newsletterpagesfooter,
#block-fdadifferencefooterlegalppid,
#block-issue5footerlegalppid,
#block-farmbillupdatefooterlegalppid,
#block-boothresourceslegalfooter {
	margin: 0px auto;
}

#block-cbed-footerlegalppid .ppid,
#block-issuesfooterandpid .ppid,
#block-fdadifferencefooterlegalppid .ppid,
#block-farmbillupdatefooterlegalppid .ppid,
#block-boothresourceslegalfooter .ppid {
	display: inline-block;
}

.user-logged-in .fixed-top {
	position: fixed;
	top: 78px;
	right: 0;
	left: 0;
}

.user-logged-in #cbed-glossary-panel {
	z-index: 980;
}

.user-logged-in #cbed-glossary-panel .handle {
	top: 240px !important;
}

#cbed-quiz-block .cbed-quiz-block-content .ui-checkboxradio-label {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff !important;
	border-radius: 20px;
	background-color: #ff9400;
	padding: 0.4375rem 3.5rem;
	border-color: #ff9400;
	margin-top: 1.25rem;
	cursor: pointer;
	margin: 25px 20px 25px;
	min-width: 190px;
}

#cbed-quiz-block .cbed-quiz-block-content .ui-checkboxradio-label:hover {
	background-color: #e08323;
}

.card-block-content-65,
#cbed-not-all-cannabinoids-are-equal-block .card-block-content-66,
#cbed-not-all-cannabinoids-are-equal-block .card-block-content-67 {
	display: none;
}

.btn-custom-icon-white-xl.right-ps {
	z-index: 350;
}

.video-js {
	flex: 3 1 73%;
}

#cbed-quiz-block .radio label::before,
#cbed-quiz-block .radio label::after {
	display: none;
}

.quiz-trigger {
	display: none;
}

#cbed-explore-block .cbed-treatment-matters-block-wrapper {
	width: 100%;
	padding: 5px;
}

#cbed-explore-block .cbed-treatment-matters-block-wrapper .card-matters {
	background: #000;
	border: 1px solid #fff;
	border-radius: 0;
	margin-bottom: 30px;
}

#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-img {
	border-radius: 0;
	height: 355px;
}

#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body {
	color: #fff;
	padding: 40px;
	position: relative;
	height: 360px;
}

#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body:before {
	position: absolute;
	content: "";
	width: 50px;
	display: block;
	text-align: center;
	height: 0;
	left: 0;
	top: -20px;
	right: 0;
	margin: 0 auto;
	border-right: 18px solid transparent;
	border-bottom: 28px solid #000;
	border-left: 18px solid transparent;
	box-sizing: content-box;
}

#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	.card-content {
	min-height: 200px;
}

#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	h3 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	ul {
	padding-left: 15px;
}

#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	p,
#cbed-explore-block
	.cbed-treatment-matters-block-wrapper
	.card-matters
	.card-body
	ul
	li {
	margin-bottom: 0.5rem;
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

#cbed-commonly-asked-questions-block {
	padding: 0 0px 50px;
}

#cbed-commonly-asked-questions-block #cbed-references-block {
	padding-right: 10px;
	padding-left: 10px;
}

#cbed-commonly-asked-questions-block
	#cbed-references-block
	.cbed-references-block-content
	.card-header
	h2 {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

#cbed-commonly-asked-questions-block
	#cbed-references-block
	.cbed-references-block-content
	.card-body {
	padding: 2rem;
	color: #000;
	height: 500px;
	background: #fff !important;
}

#cbed-commonly-asked-questions-block
	#cbed-references-block
	.cbed-references-block-content
	p {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto 10px;
}

#cbed-references-block
	.cbed-commonly-asked-questions-block-content
	.card-header
	.icon
	i {
	color: #fff;
}

#cbed-commonly-asked-questions-block #cbed-references-block .card-header {
	background: #000;
	position: relative;
	padding: 1.25rem 2rem;
	cursor: pointer;
	border: none;
	margin-bottom: 10px;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.fda-content {
	background: #fbfbfb;
	padding: 3rem 5rem;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.fda-content:first-child {
	background: #f6f6f6;
	padding: 3rem 5rem;
}

#cbed-fda-vs-non-fda-block
	.cbed-fda-vs-non-fda-block-wrapper
	.cbed-fda-vs-non-fda-tab
	#pills-fda-tabContent
	.fda-content:last-child
	.la-check:before {
	content: "\f342";
}

#cbed-resources-block .js-form-type-radio.radio {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 0px;
}

#cbed-resources-block .js-form-type-radio label {
	cursor: pointer;
	padding: 0 10px;
	line-height: 100%;
	border-right: 2px solid #000;
	margin-bottom: 5px;
	font-size: 23px;
}

#cbed-resources-block .js-form-type-radio label:hover {
	color: #e28400;
}

#cbed-resources-block .js-form-type-radio:last-child label {
	border-right: 0px solid #000;
	padding-left: 10px;
}

#cbed-resources-block .js-form-item input[type="radio"]:checked + label {
	color: #ff9400;
}

#cbed-resources-block .js-form-type-radio.radio label::before {
	display: none;
}

#cbed-resources-block .js-form-type-radio.radio label::after {
	display: none;
}

#cbed-resources-block .card-button a {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	padding: 14px 20px;
	border-radius: 30px;
	max-width: 254px;
	min-height: 50px;
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #ff9400;
	border-color: #ff9400;
	text-align: center;
	margin-top: 15px;
	position: absolute;
	bottom: 40px;
}

@media screen and (max-width: 1168px) {
	#cbed-resources-block .card-button a:first-child {
		bottom: 110px;
	}

	#cbed-resources-block .card-button a:nth-child(2) {
		right: inherit;
	}
}

/* #cannabinoid-term-glossary .card-button a:nth-child(1) {
  bottom: 110px;
} */
#cbed-resources-block .card-button a:hover {
	color: #fff;
	background-color: #ff8400;
	border-color: #ff8400;
}

#cbed-commonly-asked-questions-block
	#cbed-references-block
	.cbed-references-block-content
	.card-header
	.icon {
	float: right;
	position: absolute;
	right: 35px;
	top: 18px;
	color: #fff;
}

.list-group-item {
	background-color: transparent;
	border: 0;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info p h2 {
	background-image: none !important;
	width: 100% !important;
	height: auto !important;
	font-size: 26px;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: uppercase;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-info
	h2 {
	background-image: url(../images/icons/not-available/state_bg.gif);
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-info
	p
	strong {
	color: #8aa8b6;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	.question {
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.plants {
	background-image: url(../images/icons/not-available/in-active/plants.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.plants.yes {
	background-image: url(../images/icons/not-available/active/plants.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.extracts {
	background-image: url(../images/icons/not-available/in-active/extracts.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.extracts.yes {
	background-image: url(../images/icons/not-available/active/extracts.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.edibles {
	background-image: url(../images/icons/not-available/in-active/edibles.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.materials
	li.edibles.yes {
	background-image: url(../images/icons/not-available/active/edibles.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.potency {
	background-image: url(../images/icons/not-available/in-active/potency.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.potency.yes {
	background-image: url(../images/icons/not-available/active/potency.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.pesticides {
	background-image: url(../images/icons/not-available/in-active/pesticides.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.pesticides.yes {
	background-image: url(../images/icons/not-available/active/pesticides.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.moisture-content {
	background-image: url(../images/icons/not-available/in-active/moisture-content.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.moisture-content.yes {
	background-image: url(../images/icons/not-available/active/moisture-content.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.heavy-metals {
	background-image: url(../images/icons/not-available/in-active/heavy-metals.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.heavy-metals.yes {
	background-image: url(../images/icons/not-available/active/heavy-metals.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.microbials {
	background-image: url(../images/icons/not-available/in-active/microbials.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.microbials.yes {
	background-image: url(../images/icons/not-available/active/microbials.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.residual-solvents {
	background-image: url(../images/icons/not-available/in-active/residual-solvents.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.residual-solvents.yes {
	background-image: url(../images/icons/not-available/active/residual-solvents.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.water-activity {
	background-image: url(../images/icons/not-available/in-active/water-activity.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.water-activity.yes {
	background-image: url(../images/icons/not-available/active/water-activity.gif);
	color: #ffffff;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.mycotoxins {
	background-image: url(../images/icons/not-available/in-active/mycotoxins.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #75747a;
	height: 40px;
}

#cbed-states-popup-block
	.cbed-states-popup-block-wrapper.not-available
	.state-qa
	ul.tests
	li.mycotoxins.yes {
	background-image: url(../images/icons/not-available/active/mycotoxins.gif);
	color: #ffffff;
}

label.js-form-item-grand-rounds-signup {
	display: block !important;
}

label.js-form-item-grand-rounds-signup {
	padding: 30px 80px 30px 40px;
}

.ui-button {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff !important;
	background-color: transparent;
	padding: 1rem;
	border-color: #ffffff;
	margin-top: 0.25rem;
	margin-bottom: 0.75rem;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 10px;
}

#edit-i-am-a--wrapper .radio label::before,
#edit-i-am-a--wrapper .radio label::after {
	display: none;
}

.ui-button:hover {
	background-color: #fff;
	color: #000 !important;
}

.ui-button:focus {
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #fff;
}

.ui-button.ui-state-active:hover,
.ui-button.ui-state-active {
	background-color: #fff;
	color: #000 !important;
}

.user-logged-in #cbed-signup-block {
	top: 78px;
}

#cbed-signup-block label {
	font-family: "Public Sans", sans-serif;
	font-size: 24px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 0.188rem;
}

#cbed-signup-block legend {
	margin-bottom: 0px;
}

#cbed-signup-block .signup-form-fields {
	padding: 5px;
	padding-top: 0;
}

#cbed-signup-block span.fieldset-legend.js-form-required.form-required {
	font-family: "Public Sans", sans-serif;
	font-size: 24px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 0.188rem;
}

.form-check-input {
	width: 1.375rem;
	height: 1.375rem;
}

.form-item-global-opt-in small div {
	color: #ffffff;
}

.form-item-global-opt-in small:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 6px;
	top: 18px;
	margin-left: -1.25rem;
	border-radius: 50%;
	background-color: transparent;
	border: 0.125rem solid #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-item-global-opt-in small:after {
	display: inline-block;
	position: absolute;
	width: 21px;
	height: 21px;
	left: 0;
	top: 0;
	margin-top: 1px;
	margin-left: -26px;
	border-radius: 50%;
	border: 0.25rem solid #000000;
	color: #555555;
	line-height: 1.4;
}

.form-item-global-opt-in small {
	position: relative;
}

.form-item-global-opt-in input[type="checkbox"],
.form-item-global-opt-in input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	position: relative;
	top: 32px;
	left: 8px;
}

.form-item-global-opt-in input[type="checkbox"]:checked ~ small::before,
.form-item-global-opt-in input[type="radio"]:checked ~ small::before {
	background-color: #ff9400;
	border-color: #fff;
}

.form-item-global-opt-in input[type="checkbox"]:checked ~ small::after,
.form-item-global-opt-in input[type="radio"]:checked ~ small::after {
	color: #fff;
}

.form-item-global-opt-in input[type="checkbox"]:checked ~ small::after,
.form-item-global-opt-in input[type="radio"]:checked ~ small::after {
	font-family: FontAwesome;
	content: "";
	top: 19px;
	left: 14px;
	display: none;
}

.form-item-global-opt-in small:after,
.form-item-global-opt-in-* small:after {
	display: inline-block;
	position: absolute;
	width: 1.1rem;
	height: 1.1rem;
	left: 0;
	top: 0;
	margin-top: 0.125rem;
	margin-left: -1.125rem;
	border-radius: 50%;
	border: 0.25rem solid #000;
	color: #555;
	line-height: 1.4;
}

#edit-global-opt-in--description {
	font-size: 0.75rem;
	color: #fff;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree .userInterest {
	padding-bottom: 0px;
	padding-left: 16px;
}

#cbed-signup-block .cbed-signup-block-form .content .form-agree .userInterest {
	display: block;
}

#cbed-signup-block
	.cbed-signup-block-form
	.content
	.form-agree
	.userInterest
	.checkbox {
	padding-bottom: 0;
	padding-left: 0.625rem;
}

#cbed-signup-block #edit-name-flexbox {
	margin-top: 0;
	margin-bottom: 0;
}

#cbed-signup-block .form-submit.btn-primary {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	padding: 14px 20px;
	border-radius: 30px;
	min-width: 254px;
	min-height: 55px;
	color: #ffffff !important;
	background-color: #ff9400;
	border-color: #ff9400;
	margin-top: 35px;
	text-transform: uppercase;
}

#cbed-signup-block .form-submit.btn-primary:hover {
	color: #ffffff;
	background-color: #e28400;
	border-color: #e28400;
}

#cbed-signup-block input.form-control {
	font-size: 24px;
	color: #000 !important;
	border-radius: 12px;
	background-color: #fff;
}

#cbed-signup-block .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #000;
	color: #fff !important;
	border-radius: 12px;
	border: 2px solid #fff;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 20px;
	font-weight: 400;
	outline: 0;
	padding-left: 20px;
	padding-right: 40px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	line-height: 36px;
	font-family: "Public Sans", sans-serif;
	height: 50px;
	top: 1px;
}

#cbed-signup-block .nice-select:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

#cbed-signup-block .nice-select:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background: url(../images/icons/triangle.svg) no-repeat !important;
	transform: rotate(0deg);
	transform-origin: 10px 5px;
	width: 24px;
	height: 16px;
	right: 10px;
	top: 22px;
}

#cbed-signup-block .nice-select.open:after {
	transform: rotate(180deg);
}

@media screen and (max-width: 1560px) {
	#cbed-signup-block .nice-select:after {
		display: none;
	}
}

@media screen and (max-width: 1360px) {
	#cbed-signup-block .nice-select:after {
		display: inherit;
	}
}

@media screen and (max-width: 812px) {
	#cbed-signup-block .cbed-signup-block-form-close {
		display: none;
	}

	#cbed-signup-block .col-12 {
		flex: 100%;
		max-width: inherit;
	}
}

@media screen and (max-width: 767px) {
	#cbed-signup-block .nice-select {
		margin-top: 20px;
		width: calc(100% - 10px);
		margin-left: 5px;
		line-height: 40px;
	}

	#cbed-signup-block .signup-form-fields {
		padding-top: 0 !important;
	}
}

#cbed-signup-block .nice-select span,
#cbed-signup-block .nice-select .list li {
	text-transform: uppercase;
}

#cbed-signup-block .form-agree label {
	font-size: 16px;
}

#cbed-signup-block .nice-select .list {
	background: #000;
	border: 2px solid #fff;
	border-radius: 12px;
	margin-left: -2px;
	width: calc(100% + 4px);
	overflow-y: auto;
	height: 285px;
	transform: scale(1) translateY(0);
}

#cbed-signup-block .nice-select .list li:first-of-type {
	color: rgba(255, 255, 255, 0.6) !important;
}

#cbed-signup-block .nice-select .list li:not(:first-of-type):hover,
#cbed-signup-block .nice-select .list li:not(:first-of-type).selected {
	background: #ff9400 !important;
}

#cbed-signup-block .nice-select .list li {
	background: #000;
	color: #fff;
}

#cbed-signup-block
	.js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-grand-rounds-signup.form-item-grand-rounds-signup.form-check-label {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-indent: 10px;
	line-height: 27px;
}

#cbed-signup-block .webform-element-description {
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	padding-left: 25px;
}

#cbed-signup-block i.cbed-signup-block-form-close {
	cursor: pointer;
	width: 47px;
	height: 56px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 689;
}

#cbed-signup-block i.cbed-signup-block-form-close:before {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/close-icon.png);
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 47px;
	height: 56px;
	right: 25px;
	top: 25px;
}

.btn-custom-icon-white-lg.right-ps {
	z-index: 1;
}

.cbed-resources-block-wrapper .card-resource ul.cbed-social-share {
	padding: 0;
	margin: 0;
	position: absolute;
	background: #000;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
}

#cbed-signup-block .ui-button {
	display: block !important;
	border-radius: 30px;
	margin-bottom: 15px;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	padding: 14px 20px;
	border-radius: 30px;
	min-width: 254px;
	min-height: 50px;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

#cbed-signup-block .ui-button:hover,
#cbed-signup-block .ui-button:focus {
	color: #fff !important;
}

#cbed-signup-block .ui-button.ui-state-active {
	background-color: #fff;
	color: #000 !important;
}

.states-popup-close i.la-close {
	font-size: 34px;
}

.views-element-container {
	max-width: 100%;
	padding: 0;
}

.viewsreference--view-title {
	display: none;
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper {
	background: #3a3941;
	border-radius: 10px;
	padding: 70px;
	color: #fff;
	min-height: 918px;
}

#cbed-states-popup-block {
	z-index: 1;
}

#cbed-states-popup-block.cbed-fda-approval-process-popup {
	z-index: 3;
	right: 70px;
	position: absolute;
	left: auto;
	top: 20px;
}

#cbed-commonly-asked-questions-block
	#cbed-references-block
	.cbed-references-block-content
	.card-body {
	padding: 2rem;
	color: #000;
	height: auto;
	background: #fff !important;
}

#CBEDGlossaryReferences.modal {
	position: fixed !important;
}

.btn-custom-icon-black i:before {
	font-size: 26px;
	font-weight: 700;
	top: 3px;
	position: relative;
	left: -1px;
}

.btn-custom-primary .btn-custom-icon-white i:before {
	top: 3px;
}

#cbed-signup-block .form .radio label::before {
	content: "";
	display: none !important;
}

#cbed-signup-block .form .radio label::after {
	content: "";
	display: none !important;
}

#cbed-signup-block .alert-danger {
	color: #ff9400 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	font-size: 11px;
	padding: 0px;
}

#cbed-signup-block .invalid-feedback {
	color: #ff9400 !important;
	display: block;
	font-size: 15px;
}

#cbed-signup-block .form-item-global-opt-in.has-error .invalid-feedback {
	color: #ff9400 !important;
	display: block;
	margin-bottom: 20px;
}

#cbed-signup-block .alert-danger {
	color: #ff9400 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	padding: 0px;
	position: absolute;
	bottom: -30px;
}

#cbed-signup-block .alert-danger strong {
	font-size: 16px;
	line-height: 25px;
}

#cbed-signup-block .form-item-global-opt-in.has-error .invalid-feedback {
	color: #ff9400 !important;
	display: block;
	margin-bottom: 20px;
	position: absolute;
	bottom: -32px;
	left: 35px;
	font-size: 16px;
}

.form-required:after {
	content: "*";
	background: none !important;
	background-image: none !important;
	position: absolute;
}

#edit-city-state-flexbox {
	padding: 25px 0px 0px;
}

.page-node-9 .views-element-container {
	max-width: 100%;
	padding: 0 15px;
	margin: 0px 5px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.page-node-9 .views-element-container {
		padding: 0;
	}
}

.page-node-8 #cbed-main-block .container-fluid {
	padding-top: 0;
}

#CBEDSignUp.modal {
	position: fixed !important;
}

.alert-success {
	color: #000000;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

#CBEDSignUp.modal .modal-dialog {
	min-width: 650px;
}

#CBEDSignUp.cbed-modal .modal-body {
	padding: 3rem 2rem 5rem;
}

#CBEDSignUp.cbed-modal .modal-header .close {
	cursor: pointer;
	opacity: 1;
	top: 25px;
	right: 25px;
}

#CBEDSignUp.cbed-modal .cbed-modal .modal-header {
	border: none;
	padding: 3rem 2rem 0;
}

#CBEDSignUp.cbed-modal .btn-custom-icon-black i:before {
	position: absolute;
	content: " ";
	background-image: url(/themes/custom/cbed/images/icons/close.png);
	background-position: left center;
	background-size: cover;
	width: 30px;
	height: 38px;
	left: -20px;
	top: -10px;
}

#CBEDSignUp.cbed-modal .modal-header {
	border: none;
	padding: 3rem 2rem 0;
}

#cbed-states-popup-tab-block
	.cbed-states-popup-tab-block
	.some-testing
	.card
	.state-info
	h2 {
	font-size: 20px;
	font-weight: 600;
}

.ui-dialog {
	z-index: 9999;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	display: flex;
	justify-content: center;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
}

.ui-widget-content {
	border: 0;
	background: #ffffff;
	color: #333333;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	border-radius: 30px;
	padding: 40px 30px;
	max-width: 700px;
}

.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
	width: 48px !important;
	height: 54px !important;
	border: 1px solid #ffffff;
	position: absolute;
	top: 4px;
	right: 2px;
}

.external-link-popup-body h2 {
	margin-bottom: 0.5rem;
	color: #000000;
}

.external-link-popup .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  &:after {
    content: '\d7';
    font-size: 44px;
    line-height: 0;
  }
}

.ui-widget-overlay {
	background: #000000;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}

.ui-button:focus {
	outline: none;
}

.ui-dialog .ui-dialog-buttonpane button:last-child {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px !important;
	line-height: 25px !important;
	width: 100%;
	height: 50px;
	border: 0;
	padding: 14px 20px;
	border-radius: 30px;
	background: transparent;
	border: 1px solid #000000;
	color: #000000 !important;
	margin: 0.5em 2rem 0.5em 2rem;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px !important;
	line-height: 25px !important;
	order: 2;
	width: 100%;
	height: 50px;
	border: 0;
	padding: 14px 20px;
	border-radius: 30px;
	background: #ff9400;
	border: 1px solid #ff9400;
	color: #ffffff !important;
	margin: 0.5em 2rem 0.5em 2rem;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane button:first-child:hover {
	color: #ffffff;
	background-color: #e28400;
	border-color: #e28400;
}

.ui-dialog .ui-dialog-buttonpane button:last-child:hover {
	color: #ffffff !important;
	background-color: #000000;
	border-color: #000000;
}

.modal-backdrop {
	position: fixed !important;
}

.modal-open .modal.email-share.show,
.modal-open .modal.email-share-booth.show {
	position: fixed !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding-right: 0 !important;
	padding-left: 0;
}

.modal.email-share .modal-content,
.modal.email-share-booth .modal-content {
	max-width: 640px;
	border-radius: 30px;
	background: #fafafa;
	padding: 30px 40px;
	color: #000;
}

@media screen and (max-width: 767px) {
	.modal.email-share,
	.modal.email-share-booth {
		padding-right: 20px !important;
	}

	.modal.email-share .modal-content,
	.modal.email-share-booth .modal-content {
		max-width: 90%;
	}
}

.modal.email-share .alert-wrapper,
.modal.email-share-booth .alert-wrapper {
	display: none;
}

.modal.email-share .col-auto,
.modal.email-share-booth .col-auto {
	padding-left: 0;
	padding-right: 0;
}

.modal.email-share .form-group,
.modal.email-share-booth .form-group {
	margin-bottom: 15px;
}

.modal.email-share label,
.modal.email-share-booth label {
	font-size: 26px;
}

.modal.email-share label.form-required:after,
.modal.email-share-booth label.form-required:after {
	display: none;
}

.modal.email-share input,
.modal.email-share-booth input {
	border: 1px solid #979797;
	background: #fff;
	max-width: 404px;
	border-radius: 10px;
	font-size: 26px;
}

.modal.email-share input.form-submit,
.modal.email-share-booth input.form-submit {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	width: 254px;
	height: 50px;
	border: 0;
	padding: 14px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #ff9400;
	border-color: #ff9400;
	margin-top: 15px;
}

.modal.email-share input.form-submit:hover,
.modal.email-share-booth input.form-submit:hover {
	background: #ef900c;
}

#edit-city-state-flexbox,
.js-webform-states-hidden {
	width: 100% !important;
}

#cbed-signup-block .ajax-progress {
	position: absolute;
	left: -20px;
	top: 50px;
	width: 30px;
	height: 30px;
}

#cbed-signup-block .ajax-progress-throbber .throbber {
	background-color: transparent;
	background-image: url(../images/icons/loader.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 center;
	width: 100%;
	height: 100%;
	display: block;
}

#cbed-footer-block .cbed-footer-block-content ul li:nth-child(5n) {
	border-right: none;
}

#cbed-footer-block .cbed-footer-block-content ul li:nth-child(4n) {
	/*display: none;*/
}

.ui-widget-header {
	border: none !important;
	background: #fff !important;
}

.ui-button .ui-icon {
	position: absolute;
	content: " ";
	background-image: url(../images/icons/close.png);
	background-position: center;
	background-size: cover;
	border: 1px solid #ffffff;
	width: 46px !important;
	height: 52px !important;
	left: 8px;
	top: 6px;
}

.ui-button .ui-icon:hover {
	background-image: url(/themes/custom/cbed/images/icons/close.png);
	border: 1px solid #ffffff;
	width: 46px !important;
	height: 52px !important;
	left: 8px;
	top: 6px;
}

span.ui-button-icon-space {
	display: none;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0px;
	position: relative;
	height: 52px;
}

.state-product-issue a {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	text-decoration: underline;
}

#mos-email-share-form h2 {
	margin-top: 5px;
	margin-bottom: 25px;
}

.video-wrapper {
	position: absolute;
	left: 10px;
	right: 11px;
	bottom: 1px;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}

.video-wrapper:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}

.video-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#cbed-sub-wrapper nav.tabs {
	position: fixed;
	z-index: 111111;
	top: 0;
	right: 130px;
}

/* banner overlay */
.banner-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	opacity: 0.5;
}

@media (min-width: 768px) {
	.banner-overlay {
		display: none !important;
	}
}

.paragraph-13 {
	/*display: none;*/
}

.paragraph-13 .banner-overlay {
	display: block;
}

@media (max-width: 767px) {
	.paragraph-13 .video.custom-height {
		background-position: center center;
		text-align: center;
	}

	#cbed-main-block.paragraph-13 .video.custom-height .content {
		bottom: 16%;
	}
}

.paragraph-15 .video.custom-height {
	background-position: top right;
}
