/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj2mZ8WDm7Q.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: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj2mf8WDm7Q.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: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj2mT8WDm7Q.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: 300;
  font-display: swap;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj2md8WA.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;
}
/* Proxima Nova Cond Regular */
@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: normal;
  font-style: normal;
  font-display: auto;   
}
/* Proxima Nova Cond Semi Bold */
@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;    
}
body {
  font-family: 'Proxima Nova Cn Lt', sans-serif;
  font-weight: normal;
  background-color: #FFFFFF;
}
a {
  color: #FF9400;
  -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; 
}
a i:before {
  -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; 
}  
a:link,
a:visited {
  text-decoration: none; 
}
a:hover, a:active, a:focus, button:active, button:focus, .checkbox label:before, .radio label:before, a:hover i:before {
  color: #ea970b;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova Cn Lt', sans-serif;  
  font-weight: 600;
}
h1 {
  font-size: 38px;
  line-height: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-family: 'Rubik', sans-serif;  
  font-size: 14px;
  line-height: 21px;
}
.btn {
  font-family: 'Rubik', sans-serif;;
  font-size: 14px;
  line-height: 21px;
  min-width: 180px;
  letter-spacing: 0.5px;    
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.btn-primary {
  color: #FFFFFF !important;
  border-radius: 20px;
  background-color: #FF9400;
  padding: 0.4375rem 2.125rem;
  border-color: #FF9400; 
  margin-top: 0.625rem;
  cursor: pointer; 
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff8400;
  border-color: #ff8400;
}
.btn-primary:hover i:before {
  color: #000000;
  font-weight: bold;
}
.btn-primary:active, .btn-primary:focus {
  background-color: #FF9400;
  border-color: #FF9400;
  color: #FFFFFF;
  -moz-box-shadow:    inset 0 0 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.05);
  box-shadow:         inset 0 0 2px rgba(0,0,0,.05);  
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    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-secondary {
  color: #000000 !important;
  border-radius: 20px;
  background-color: transparent;
  padding: 0.375rem 3.5rem;
  border-color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1.25rem;
  cursor: pointer;
}
.btn-secondary:hover {
  background-color: transparent;
  border-color: #FF9400;  
  color: #FF9400 !important;
}
.btn-secondary:active, .btn-secondary:focus {
  background-color: transparent;  
  border-color: #FF9400;  
  color: #FF9400 !important;
  -moz-box-shadow:    inset 0 0 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.05);
  box-shadow:         inset 0 0 2px rgba(0,0,0,.05);  
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #000000 !important;
  background-color: transparent; 
  border-color: #000000;
}
.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-outline-primary {
  font-size: 0.75rem;
  font-weight: 700;  
  color: #FFFFFF !important;
  background-color: transparent;
  padding: 0.375rem;
  border-color: #FFFFFF;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  cursor: pointer; 
}
.btn-outline-primary:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;  
  color: #000000 !important;
}
.btn-outline-primary:active, .btn-outline-primary:focus {
  color: #000000 !important;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -moz-box-shadow:    inset 0 0 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.05);
  box-shadow:         inset 0 0 2px rgba(0,0,0,.05);  
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #000000 !important;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.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-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 11px;
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child){
  border-radius: 11px;
}
.btn-outline-secondary {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF !important;
  background-color: transparent;
  padding: 0.625rem 1.25rem;
  border-color: #FF9400;
  margin-top: 1rem;
  margin-bottom: 0.125rem;
  cursor: pointer;
  border-width: 2px;
  border-radius: 25px;
}
.btn-outline-secondary:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;  
  color: #000000 !important;
}
.btn-outline-secondary:active, .btn-outline-secondary:focus {
  color: #000000 !important;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -moz-box-shadow:    inset 0 0 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.05);
  box-shadow:         inset 0 0 2px rgba(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 {
  color: #000000 !important;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.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: 14px;
  font-weight: 600;
  background: #000000;
  color: #FFFFFF;
  min-width: 100px;
  padding: 12px; 
  top: 0px;
}
.btn-custom-primary:before {
  content: ' ';
  position: absolute;
  top: 12px;
  left: -18px;
  border: 30px solid transparent;
  border-top-color: #000000;
  transform: rotate(-62deg);
  z-index: 0;
}
.btn-custom-primary:after {
  content: ' ';
  position: absolute;
  top: 12px;
  right: -18px;
  border: 30px solid transparent;
  border-top-color: #000000;
  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 #000000;
  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: transparent;
  border-radius: 5px;
  height: 38px;
  width: 28px;
  box-sizing: border-box;
  transition: all 1s;
  border: 3px solid transparent;
  border-top-color: black;
  border-bottom-color: black;
  -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: bold;  
  top: -16px;
  position: relative;
  left: -2px;
}
.btn-custom-icon-white { 
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background: transparent;
  border-radius: 5px;
  height: 38px;
  width: 28px;
  top: 12px;
  box-sizing: border-box;
  transition: all 1s;
  border: 3px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  -webkit-transform: scale(0.44);
  -moz-transform: scale(0.44);
  -o-transform: scale(0.44);
  -ms-transform: scale(0.44);
  transform: scale(0.44); 
}
.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: bold;  
  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: 0px;
  left: 3px;
  box-sizing: border-box;
  transition: all 1s;
  border: 3px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); 
}
.btn-custom-icon-white-lg:before {
  content: "";
  border: inherit;
  position: absolute;
  top: -4px;
  left: -2px;
  background: inherit;
  border-radius: 5px;
  height: 124%;  background: transparent;

  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: bold;
  top: 2px;
  position: relative;
  left: -2px;
}
.btn-custom-icon-white-lg i.fa-chevron-right:before {
  font-size: 26px;
  font-weight: bold;
  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: 0px;
  left: 3px;
  box-sizing: border-box;
  transition: all 1s;
  border: 3px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  -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: transparent;

  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: bold;
  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: 0px;
  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: transparent;
  border-radius: 5px;
  height: 38px;
  width: 28px;
  box-sizing: border-box;
  transition: all 1s;
  border: 3px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  -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: #FFFFFF;
}
.btn-custom-icon-white-sm i:before {
  font-size: 26px;
  font-weight: bold;  
  top: -16px;
  position: relative;
  left: -2px;
}
.btn-custom-icon-white-xs { 
  position: relative;
  margin: 0 auto;
  background: transparent;
  border-radius: 5px;
  height: 38px;
  width: 28px;
  box-sizing: border-box;
  transition: all 1s;
  border: 3px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  -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: #FFFFFF;
}
.btn-custom-icon-white-xs i:before {
  font-size: 26px;
  font-weight: bold;  
  top: -16px;
  position: relative;
  left: -2px;
}
.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;
}
.btn-link-primary {
  color: #FF9400 !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.btn-link-white {
  color: #FFFFFF !important;
  padding: 0.375rem 3.5rem;
  font-size: 0.75rem;
  font-weight: 400;  
  margin-top: 14px;
  text-decoration: underline !important;
  cursor: pointer;
}
.btn-hexa {
  display: inline-block;
  position: relative;
  padding: 28px 20px;
  perspective: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 5px;  
}
.btn-hexa {
  color: #FFFFFF !important;
}
.btn-hexa:after,.btn-hexa:before {
  content: '';
  position: absolute;
  top: 0;
  width: 99.4%; height: 99.4%;
  z-index: -1;
  background: transparent;
  border: 1px solid #FF9400;
  box-sizing: border-box;
}
.btn-hexa:hover:after,.btn-hexa:hover:before, .btn-hexa.active:after, .btn-hexa.active:before {
  background: #FF9400;
  border: 1px solid #FF9400;
  cursor: pointer;
}
.btn-hexa span {
  cursor: pointer;
  font-size: 16px;
}
.btn-hexa:before {
  right: 50%;
  transform-origin: 100% 0;
  transform: rotateY(-10deg);
  border-radius: 0px 0px 0px 0px;
  border-width: 2px 0px 2px 6px;
}
.btn-hexa:after {
  left: 50%;
  transform-origin: 0 0;
  transform: rotateY(10deg);
  border-radius: 0px 0px 0px 0px;
  border-width: 2px 5px 2px 0px;
}
.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: #FFFFFF !important;
}
.btn-hexacomb:after,.btn-hexacomb:before {
  content: '';
  position: absolute;
  top: 0;
  width: 99.4%; height: 99.4%;
  z-index: -1;
  background: transparent;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}
.btn-hexacomb.some-testing:after,.btn-hexacomb.some-testing:before {
  background: #FF9400;
  border: 1px solid #FF9400;
  cursor: pointer;
}
.btn-hexacomb.minimal-testing:after,.btn-hexacomb.minimal-testing:before {
  background: #8BA8B7;
  border: 1px solid #8BA8B7;
  cursor: pointer;
}
.btn-hexacomb.not-available:after,.btn-hexacomb.not-available:before {
  background: #65646E;
  border: 1px solid #65646E;
  cursor: pointer;
}
.btn-hexacomb span {
  cursor: pointer; 
}
.btn-hexacomb:before {
  right: 50%;
  transform-origin: 100% 0;
  transform: rotateY(-10deg);
  border-radius: 0px 0px 0px 0px;
  border-width: 2px 0px 2px 6px;
}
.btn-hexacomb:after {
  left: 50%;
  transform-origin: 0 0;
  transform: rotateY(10deg);
  border-radius: 0px 0px 0px 0px;
  border-width: 2px 5px 2px 0px;
}
[data-toggle=buttons]>.btn>input[type=radio], [data-toggle=buttons]>.btn>input[type=checkbox] {
    display: none;
}
.carousel-indicators {
  margin-bottom: 0; 
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;  
}
.carousel-indicators li.active {
  background: #FF9400;
  border: 2px solid #FF9400;
}
.small, small {
  font-size: 0.656rem;
  font-weight: 400;
}
label {
  display: inline-block;
  margin-bottom: 0.188rem;
  font-size: 14px;
  font-weight: 600;
}
.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: #000000 !important;
  border-radius: 11px;
  background-color: #FFFFFF;
  padding: 0.375rem 1.125rem;
  border-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #FFFFFF !important;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF !important;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF !important;
}
.form-control :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #FFFFFF !important;
}
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
} */

#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;
}
/* Header */
.navbar-light {
  background: #FFFFFF;
  padding-top: 1rem;
  padding-bottom: 1rem; 
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.navbar-light .navbar-brand {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500; 
  color: #FF9400;
  line-height: 1;  
}
.navbar-light .navbar-brand span {  
  display: block;
  color: #000000;  
}
.navbar-light .navbar-brand:hover {
  color: #FF9400; 
}
.navbar-light .navbar-nav .nav-item {
  border-left: 0.125rem solid #000;
}
.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-size: 15px;
  line-height: 1.2;
  color: #000000;
  padding: 0rem 1.5rem;
  letter-spacing: 0.4px;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #FF9400;
  text-decoration: none;
}
.nav-hexa .nav-item:nth-child(4n) {
  padding-left: 42px;
  margin-top: -15px;
}
.nav-hexa .nav-item:nth-child(5n) { 
  padding-left: 1px;
  margin-top: -15px;
}
.nav-hexa .nav-item:nth-child(6n) {
  padding-left: 1px;  
  margin-top: -15px;
}
.affix {
  background: #FFFFFF;
  -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;
}
.cbed-ac {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.cbed-signup {
  position: relative;
  font-size: 15px;
  line-height: 1.2; 
  padding: 0rem 1.5rem;
} 
.cbed-signup i:before {
  position: absolute;
  content: " ";
  background-image: url(../images/icons/pencil.gif);
  background-position: left center;
  background-size: cover;
  width: 28px;
  height: 28px; 
  left: -8px;
  top: -8px; 
}
.cbed-signup:hover {
  color: #FF9400;
  text-decoration: none;
}
.cbed-signup:focus {
  color: #000000;
}
.cbed-signup.active {
  color: #FF9400;
}
.cbed-signup {
  position: relative;
  font-size: 15px;
  line-height: 1.2; 
  padding: 0rem 1.5rem;
} 
.cbed-menu-toggler {
  position: relative;
  font-size: 15px;
  line-height: 1.2; 
  padding: 0rem 1.5rem;
} 
.cbed-menu-toggler i:before {
  position: absolute;
  content: " ";
  background-image: url(../images/icons/menu.gif);
  background-position: left center;
  background-size: cover;
  width: 28px;
  height: 28px; 
  left: -8px;
  top: -8px; 
}
.navbar-toggler {
  width: 50px;
  height: 42px;
  padding: .75rem .75rem; 
  border: none;
  background: transparent !important;
  position:relative;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}
.navbar-toggler .icon-bar {
  position: absolute;
  width: 26px; 
  height: 3px;
  background-color: #000000;
  display: block;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.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;
}
#cbed-wrapper {
  padding: 5px;
}
#cbed-sub-wrapper {

}
.cbed-scroll #cbed-signup-block {
  top: -8px !important;
}
#cbed-signup-block {
  background-color: #000000; 
  color: #FFFFFF;
  margin-top: 4.5rem;
  position: fixed;
  display: none;
  z-index: 932;
  top: 0;
  width: 100%; 
}
#cbed-signup-block .cbed-signup-block-form {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;  
  height: 510px;
}
#cbed-signup-block .cbed-signup-block-form .content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 0.5rem;   
}
#cbed-signup-block .cbed-signup-block-form .content h2 span {
  font-size: 2rem;
  line-height: 1.3; 
  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: 1.125rem;  
  padding-right: 3.75rem !important;
}
.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 {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  left: 0;
  margin-left: -1.25rem;
  border-radius: 50%;
  background-color: transparent;
  border: 0.125rem solid #FFFFFF;
  -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 {
  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 #000000;  
  color: #555555;
  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="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 0.688rem auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: ""; 
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.188rem;
  background-color: #555555;
  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="radio"]:disabled + label {
  opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; 
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%; 
}
.checkbox.checkbox-inline {
  margin-top: 0; 
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #FF9400;
  border-color: #FFFFFF; 
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; 
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #FF9400;
  border-color: #FFFFFF; 
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::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: #555555;
  -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: 956;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: ""; 
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; 
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; 
}
#cbed-main-block {
  margin-top: 48px;
}
#cbed-main-block .container-fluid {
  padding: 5px;  
}
#cbed-main-block .container-fluid .row {
  margin-right: -5px;
  margin-left: -5px;
}
#cbed-main-block .cbed-main-block-wrapper {
  padding: 0px 5px;
}
#cbed-main-block .cbed-main-block-wrapper .video {
  background-color: #c6ced0;
  background-size: cover;
  min-height: 580px; 
  padding: 1.875rem 1.875rem 2.125rem;
  color: #FFFFFF;  
}
#cbed-main-block .cbed-main-block-wrapper .video.custom-height {
  min-height: 460px;  
}
#cbed-main-block .cbed-main-block-wrapper .video .content {
  max-width: 450px; 
}
#cbed-main-block .cbed-main-block-wrapper .video .content.custom-width {
  max-width: 52%; 
}
#cbed-main-block .cbed-main-block-wrapper .video .content h1 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.4px;
  text-transform: capitalize;  
  text-shadow: 0px 2px 2px rgba(0,0,0,0.12);
}
#cbed-main-block .cbed-main-block-wrapper .video .content p {
  font-size: 0.8125rem;  
}
#cbed-main-block .cbed-main-block-sub-wrapper {
  padding: 0px 10px;
}
#cbed-main-block .cbed-main-block-sub-wrapper .video {
  background-color: #c6ced0;
  background-size: cover;
  min-height: 580px; 
  padding: 1.875rem 1.875rem 2.125rem;
  color: #FFFFFF;  
}
#cbed-main-block .cbed-main-block-sub-wrapper .video.custom-height {
  min-height: 460px;  
}
#cbed-main-block .cbed-main-block-sub-wrapper .video .content {
  max-width: 450px; 
}
#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 {
  line-height: 1.3;
  margin-bottom: 1.25rem;
  letter-spacing: 0.4px;
}
#cbed-main-block .cbed-main-block-sub-wrapper .video .content p {
  font-size: 0.8125rem;   
}
#cbed-main-block .cbed-main-block-sub-wrapper .state-of-cannabinoid-testing {
  background-color: #000000;
  background-size: cover;
  color: #FFFFFF;  
}
#cbed-main-block .cbed-main-block-sub-wrapper .cannabinoid-testing {
  min-height: 580px; 
  padding: 3rem;
  color: #FFFFFF;  
}
#cbed-main-block .cbed-main-block-sub-wrapper .cannabinoid-testing h1 {
  line-height: 1.3;
  margin-bottom: 1.25rem;
  letter-spacing: 0.4px; 
}
#cbed-main-block .cbed-main-block-sub-wrapper .cannabinoid-testing p {
  font-size: 0.8125rem;
}
#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: 30px;
  right: 35px;
  background: #53515c;
  padding: 15px;
}
#cbed-main-block .cbed-main-block-sub-wrapper .cbed-cannabinoid-testing-info-chart ul {
  padding: 0px;
  margin: 0px;
}
#cbed-main-block .cbed-main-block-sub-wrapper .cbed-cannabinoid-testing-info-chart ul li {
  list-style-type: none;
  font-size: 13px;
  font-weight: bold;
}
#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 .btn-hexacomb {
  color: #FFFFFF !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: transparent;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}
#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 {
  right: 50%;
  transform-origin: 100% 0;
  transform: rotateY(-10deg);
  border-radius: 0px 0px 0px 0px;
  border-width: 2px 0px 2px 6px;
}
#cbed-main-block .cbed-main-block-sub-wrapper .cbed-cannabinoid-testing-info-chart ul li .btn-hexacomb:after {
  left: 50%;
  transform-origin: 0 0;
  transform: rotateY(10deg);
  border-radius: 0px 0px 0px 0px;
  border-width: 2px 5px 2px 0px;
}
#cbed-main-block .cbed-main-block-sub-wrapper .cbed-cannabinoid-testing-info-chart ul li {
  color: #FFFFFF;
}
.cbed-hexacomb {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 860px;
  padding: 100px 140px 120px 20px;
  position: relative;
}
.cbed-hexacomb, .cbed-hexacomb *, .cbed-hexacomb *:before, .cbed-hexacomb *:after {
  box-sizing: border-box;
}
.cbed-hexacomb .cell {
  position: relative;
  display: block;
  vertical-align: center;
  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: #FFCC00;
  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: #FFAA00;
}
.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: 50%;
  transform: translate(-50%, -50%);
}
#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: bold;
  margin-bottom: 30px;
}
#cbed-considering-cannabinoid-based-treatment-block .cbed-considering-cannabinoid-based-treatment-block-content p {
  font-size: 16px;
  font-weight: 600;
  margin: 0px auto 10px;
  padding: 0px 180px;
}
#cbed-cannabinoid-based-treatment-matters-block {

}
#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: #FFFFFF;  
}
#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: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  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: bold;
  top: 2px;
  color: #fff;
  left: -5px;
}
#cbed-cannabinoid-based-treatment-matters-block .cbed-treatment-matters-block-wrapper .card-matters .card-img {
  border-radius: 0px;
}
#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: 0px;
  left: auto;
  right: 0;
  margin: 0px auto;  
  position: absolute;
  border-right: 22px solid transparent;
  border-bottom: 34px solid #000000;
  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: 0px auto;
  border-right: 18px solid transparent;
  border-bottom: 28px solid #000000;
  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: 0px;
  padding: 0px 0px 10px 0px;
}
#cbed-cannabinoid-based-treatment-matters-block .cbed-treatment-matters-block-wrapper .card-matters .card-body ul li {
  list-style-position: outside;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 10px 0px;
}
#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: 0px;
  padding: 0px 15px;
  font-size: 14px;
  color: #fff;
}
#cbed-cannabinoid-based-treatment-matters-block .cbed-treatment-matters-block-wrapper .card-matters .card-footer {
  padding: 0px;
  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: #000000;
  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 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
  letter-spacing: 0.4px; 
}
#cbed-fda-vs-non-fda-block .cbed-fda-vs-non-fda-block-wrapper .cbed-fda-vs-non-fda-tab .title h2 span {
  font-size: 2rem;
  line-height: 1.3; 
  display: block;
}
#cbed-fda-vs-non-fda-block .cbed-fda-vs-non-fda-block-wrapper .cbed-fda-vs-non-fda-tab .content h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;
  padding: 0px 0px 0px 20px;
  font-weight: 800;  
}
#cbed-fda-vs-non-fda-block .cbed-fda-vs-non-fda-block-wrapper .cbed-fda-vs-non-fda-tab .content p {
  font-size: 14px;
}
#cbed-fda-vs-non-fda-block .cbed-fda-vs-non-fda-block-wrapper .cbed-fda-vs-non-fda-tab .btn {
  color: #000000 !important;
  border-radius: 20px;
  background-color: transparent;
  padding: 0.4375rem 1.5rem;
  border: 2px solid #000000;
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 200px;
  margin: 1.25rem 0.75rem 2rem;
  cursor: pointer;  
}
#cbed-fda-vs-non-fda-block .cbed-fda-vs-non-fda-block-wrapper .cbed-fda-vs-non-fda-tab .btn.active {
  color: #FFFFFF !important;
  border-radius: 20px;
  background-color: #FF9400;
  padding: 0.4375rem 1.5rem;
  border-color: #FF9400;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 1.25rem 0.75rem;
  cursor: pointer;  
}
#cbed-fda-vs-non-fda-block .cbed-fda-vs-non-fda-block-wrapper .cbed-fda-vs-non-fda-tab #pills-fda-tabContent .btn-hexa {
  padding: 12px 8px;
  perspective: 9px; 
  color: #FF9400 !important;  
  margin-bottom: 20px;
  cursor: normal !important;  
}
#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:after, #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:before {
  background: #FF9400;
  border: 1px solid #FF9400;
}
#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: #FFFFFF !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: #000000;
  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: 5rem 2rem;
  margin-bottom: 10px;
  color: #FFFFFF;
}
#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: #000000;
  position: relative;  
  padding: 1.25rem 2rem;
  cursor: pointer;
  border: none;
  margin-bottom: 10px;  
}
#cbed-commonly-asked-questions-block .cbed-commonly-asked-questions-block-content .card-header h2 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 20px;
}
#cbed-commonly-asked-questions-block .cbed-commonly-asked-questions-block-content .card-header .icon {
  float: right;
  position: absolute;
  right: 35px;
  top: 18px;
}
#cbed-commonly-asked-questions-block .cbed-commonly-asked-questions-block-content .card-header .icon i {
  color: #FFFFFF;
  transition: .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: 2rem;
  color: #000000;
}
#cbed-commonly-asked-questions-block .cbed-commonly-asked-questions-block-content p {
  font-size: 16px;
  margin: 0px auto 10px;
}
#cbed-commonly-asked-questions-block .cbed-commonly-asked-questions-block-content .btn {
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  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: 0px;
}
#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: 0px 15px 35px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .btn {
  color: #FFFFFF;
  background-color: #383a41;
  border: 2px solid #FFFFFF;
  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: .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: #FFFFFF;
  margin-bottom: 20px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card h3 {
  text-align: left;
  padding: 0px;
}
#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: #FFFFFF;
  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: .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: #FFFFFF;
}
#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: normal;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .some-testing .card .state-info ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .some-testing .card .state-info ul li {
  font-size: 14px;
  padding: 0px 0px 10px 0px;  
}
#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: #FFFFFF;
  font-size: 14px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .some-testing .card .state-qa ul.materials {
  margin: 10px;
  padding: 0px;
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .some-testing .card ul.tests {
  padding: 0px;
  margin: 0px;
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;
}
#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: normal;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .minimal-testing .card .state-info ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .minimal-testing .card .state-info ul li {
  font-size: 14px;
  padding: 0px 0px 10px 0px;  
}
#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: #FFFFFF;
  font-size: 14px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .minimal-testing .card .state-qa ul.materials {
  margin: 10px;
  padding: 0px;
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .minimal-testing .card ul.tests {
  padding: 0px;
  margin: 0px;
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card .card-header {
  background: #000000;
  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: #FFFFFF;
}
#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: normal;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card .state-info ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card .state-info ul li {
  font-size: 14px;
  padding: 0px 0px 10px 0px;  
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card .state-info p strong {
  color: #000000;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card .state-qa .question {
  color: #000000;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card .state-qa .answer {
  color: #FFFFFF;
  font-size: 14px;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card .state-qa ul.materials {
  margin: 10px;
  padding: 0px;
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .no-testing .card ul.tests {
  padding: 0px;
  margin: 0px;
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}

#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-header h2 {
  font-size: 16px;
  color: #FFFFFF;
  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: #FFFFFF;
}
#cbed-states-popup-tab-block .cbed-states-popup-tab-block .card-body {  
  padding: 1rem 1rem 0;
  color: #FFFFFF;
  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: 20px;
  right: 16px;
}
#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: #FFFFFF;  
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info {
  padding: 0px 30px 0px 0px;
  -ms-flex: 0 0 47.333333%;
  flex: 0 0 47.333333%;
  max-width: 47.333333%;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa {
  padding: 0px 0px 0px 30px;  
  -ms-flex: 0 0 52.666667%;
  flex: 0 0 52.666667%;
  max-width: 52.666667%;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info h2 {
  width: 164px;
  height: 174px;
  font-size: 18px;
  text-align: center;
  padding: 75px 0px;
  margin: 0px auto 15px;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info h3 {
  font-size: 18px;
  font-weight: 600;  
  text-align: center;  
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info p {
  font-size: 12px;
  margin-bottom: 20px;  
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info p strong {
  font-weight: normal;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-info ul li {
  font-size: 12px;
  padding: 0px 0px 10px 0px;  
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa .question {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa p {
  font-size: 12px;  
  margin-bottom: 14px;  
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa p strong {
  font-weight: normal;
  color: #FF9400;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .state-qa ul {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
#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 {
  font-size: 12px;
  padding: 10px 0px 10px 45px; 
  display: inline-block; 
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper.some-testing .state-info h2 {
  background-image: url(../images/icons/some-testing/state_bg.gif);
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}

#cbed-states-popup-block .cbed-states-popup-block-wrapper.minimal-testing .state-info h2 {
  background-image: url(../images/icons/minimal-testing/state_bg.gif);
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper.no-testing .state-info h2 {
  background-image: url(../images/icons/no-testing/state_bg.gif);
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper.no-testing .state-info p strong {
  color: #8BA8B7;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper.no-testing .state-qa .question {
  color: #FFFFFF;
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #FFFFFF;  
}
#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: #8BA8B7;
}
#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;  
}
#cbed-states-popup-block.cbed-fda-approval-process-popup .cbed-states-popup-block-wrapper h2 {
  font-size: 22px;
  text-align: left;
  padding: 0px;
  color: #FF9400;
  margin: 0px auto 30px;
  line-height: 140%;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .cbed-state-product-issues h2 {
  font-size: 24px;
  text-align: center;
  padding: 0px;
  margin: 0px auto 30px;
}
#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-body {
  background-color: #3A3841;
  padding: 10px 0px;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .result-empty .state-product-issue .card-body {
  padding: 188px 50px;
  text-align: center;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .fda-approved-products .card-body {
  padding: 0px;
  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 0px;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .fda-approved-products h4 {
  font-size: 16px;
  color: #FF9400;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .fda-approved-products ul {
  margin: 20px 0px 0px 20px;
  padding: 0px;
}
#cbed-states-popup-block .cbed-states-popup-block-wrapper .fda-approved-products li {
  font-size: 14px;
  margin-bottom: 10px;
}
#cbed-states-popup-block.cbed-state-details-popup, #cbed-states-popup-block.cbed-state-issues-popup, #cbed-states-popup-block.cbed-fda-approval-process-popup {
  display: none;
}
#cbed-states-popup-block .result-empty, #cbed-states-popup-block .fda-approved-products {
  min-height: 495px;
}

#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;
}
#cbed-info-block .cbed-info-block-content.sub {
  padding: 6rem 0 3rem;
}
#cbed-info-block .cbed-info-block-content p {
  font-weight: 800;
}
#cbed-info-block .cbed-info-block-content p.sub-title {
  font-weight: 800;
  font-size: 18px;
}
#cbed-cannabinoid-classes-block {

}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;  
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class {
  background: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  margin-bottom: 40px;  
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class .card-img {
  border-radius: 0px;
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class .card-body {
  color: #fff;
  padding: 30px;
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class .card-title:after {
  width: 60px;
  display: block;
  text-align: center;
  height: 0;
  top: 0px;
  left: auto;
  right: 0;
  margin: 0px auto;  
  position: absolute;
  border-right: 22px solid transparent;
  border-bottom: 34px solid #000000;
  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: 0px auto;
  border-right: 18px solid transparent;
  border-bottom: 28px solid #000000;
  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 h3 {
  font-size: 26px;
  line-height: 1.3;
  color: #FF9400;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;   
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class .card-body p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 0.4px;
}
#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: 0px;
  padding: 0px 15px;
  font-size: 14px;
  color: #fff;
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class .card-footer {
  padding: 0px;
  position: relative;
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class ul.cbed-social-share {
  padding: 0;
  margin: 0;
  position: absolute;
  background: #000000;
  top: -2px;
  left: 46px;
  z-index: 986;
  display: none;
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class ul.cbed-social-share.show {
  display: block;
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class ul.cbed-social-share li {
  list-style-type: none;
  display: inline-block;
  margin: 3px 2px;  
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class 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-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class ul.cbed-social-share li a i:before {
  font-size: 20px;
  color: #fff;
}
#cbed-cannabinoid-classes-block .cbed-cannabinoid-classes-block-wrapper .card-class ul.cbed-social-share li a:hover i:before {
  color: #FF9400;
}
#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: bold;
  margin-bottom: 30px;
}
#cbed-phytocannabinoids-story-block .cbed-phytocannabinoids-story-block-content p {
  font-size: 16px;
  font-weight: 600;
  margin: 0px auto 10px;
}
#cbed-phytocannabinoids-story-block .cbed-phytocannabinoids-story-block-tab {

}
#cbed-phytocannabinoids-story-block .cbed-tab {
  background: #000000;
}
#cbed-not-all-cannabinoids-are-equal-block {

}
#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: 0px 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: bold;
  margin-bottom: 30px;
}
#cbed-not-all-cannabinoids-are-equal-block .block-title p {
  font-size: 16px;
  font-weight: 600;
  margin: 0px auto 10px;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper {
  padding: 0px 10px; 
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content {
  color: #FFFFFF;
}
#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 h3 {
  font-size: 26px;
  line-height: 1.3;
  color: #FFFFFF;
  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;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content .content {
  background-color: rgba(0,0,0,0.4);
  padding: 7rem 3rem;
  min-height: 400px; 
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content.full-width .content {
  background-color: rgba(0,0,0,0.4);
  padding: 3rem;
  min-height: 400px;
  text-align: left;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content.full-width .content .card-header {
  padding-bottom: 0px;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content.full-width .content .card-body {
  padding-top: 0px;
  min-height: 200px;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content.full-width .content .card-footer {
  height: 40px;
  padding: 0px;
  margin: 0px;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper.block-content-popup {
  position: absolute;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content.full-width .content .card-header, #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 {
  background-color: transparent;
  border: none;
}
#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 {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 0.4px;
}
#cbed-not-all-cannabinoids-are-equal-block .block-content-wrapper .block-content .content h3 {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
}
#cbed-differentiating-phytocannabinoids-block {

}
#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: 0px 10px;
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab {
  background: #000000;
  background-size: cover; 
  min-height: 350px;
  padding: 3rem;
  color: #FFFFFF;
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab .title-and-nav {
  padding: 0px 20px 5px 0px;
  -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 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;  
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab .title-and-nav h2 span {
  font-size: 2rem;
  line-height: 1.3; 
  display: block;
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab ul#pills-hexa-tab {
  max-width: 340px;
}
#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-size: 2rem;
  line-height: 1.3;
  color: #FF9400;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;
  padding: 0px 0px 0px 20px;  
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab .content p {
  font-size: 0.8125rem;
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab ul.cbed-social-share {
  padding: 0;
  margin: 0;
  position: absolute;
  background: #000000;
  top: 32px;
  right: 85px;
  z-index: 986;
  display: none;
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab ul.cbed-social-share.show {
  display: block;
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab ul.cbed-social-share li {
  list-style-type: none;
  display: inline-block;
  margin: 3px 2px;  
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-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-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab ul.cbed-social-share li a i:before {
  font-size: 20px;
  color: #fff;
}
#cbed-differentiating-phytocannabinoids-block .cbed-differentiating-phytocannabinoids-block-wrapper .cbed-differentiating-phytocannabinoids-tab ul.cbed-social-share li a:hover i:before {
  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: bold;
  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: 0px auto 10px;
}
#cbed-fda-approved-cannabinoids-block .cbed-fda-approved-cannabinoids-block-content ul {
  margin: 10px auto;
  width: 100%;
  padding: 0px;
}
#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 {s
  font-weight: 600;
  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 {

}
#cbed-video-gallery-block .container-fluid {
  padding: 5px;
}
#cbed-video-gallery-block .container-fluid .row {
  margin-right: -5px;
  margin-left: -5px;
}
#cbed-video-gallery-block .cbed-video-gallery-block-wrapper {
  padding: 0px 10px;
}
#cbed-video-gallery-block .cbed-video-gallery-block-wrapper .video-gallery {
  background-color: #c6ced0;
  background-size: cover;
  -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;  
  min-height: 420px;
  padding: 5rem 1.875rem 5rem;
  color: #FFFFFF;
}
#cbed-video-gallery-block .cbed-video-gallery-block-wrapper .video-gallery .content {
  padding: 5px 20px 5px 0px;
  -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 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;  
}
#cbed-video-gallery-block .cbed-video-gallery-block-wrapper .video-gallery .content h2 span {
  font-size: 2rem;
  line-height: 1.3; 
  display: block;
}
#cbed-video-gallery-block .cbed-video-gallery-block-wrapper .video-gallery .content p {
  font-size: 0.8125rem;
}
#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);
}
.video-js,
.playlist-container {
  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 0px 20px 20px !important;
}
.vjs-playlist {
  background: transparent !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: 0px 0px 0px 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: bold !important;
    text-transform: uppercase !important;
}
.vjs-playlist-item {
  padding: 0px !important;
  margin: 0px 0px 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: none;
}
.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 .vjs-icon-placeholder:before {

}
.video-js .vjs-big-play-button {
  background-color: rgb(255, 148, 0) !important;
  border-color: transparent !important;
  line-height: 1.4em !important;
}
.vjs-mouse.vjs-playlist .vjs-selected {
  background: transparent !important;  
  border-radius: 0px;
  outline: 0px;
}
.vjs-playlist img {
  opacity: .6 !important;
}
.vjs-playlist .vjs-selected img {
  opacity: 1 !important;
}
.vjs-playlist-now-playing {
    color: #FFFFFF;
    left: 15px !important;
    top: 60px !important;
    margin: 0px !important;
    text-transform: lowercase;
}
.vjs-playlist-title-container .vjs-playlist-name {
    color: white !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: 0px 0px 0px 80px;
}
.vjs-selected .vjs-playlist-name {
    color: white;
    margin-top: 0px !important;
    font-size: 18px;
    font-family: arial;
    padding: 0px !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: 0px !important;
    max-height: none !important;
    margin-bottom: 5px;
}
.vjs-selected .vjs-playlist-description {
    color: white;
    margin-top: 10px !important;
    font-size: 16px;
    font-family: arial;
    padding: 0px !important;
    max-height: none !important;
    margin-bottom: 5px;
}
.vjs-playlist-description {
    color: #4b4b4b;
    margin-top: 10px !important;
    font-size: 16px;
    font-family: arial;
    padding: 0px !important;
    max-height: none !important;
    margin-bottom: 5px;
}
.vjs-up-next-text {
    text-shadow: none;
    margin: 0px !important;
    padding: 0px !important;
    text-transform: lowercase !important;
    margin-bottom: 10px !important;
    font-family: arial;
    font-size: 16px !important;
}
.vjs-playlist-duration {
    font-size: 12px !important;
    margin: 0px !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 rgb(255, 148, 0) !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-image: url("../images/cap.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 4.125rem 0 6rem;
  text-align: center;  
}
#cbed-quiz-block .cbed-quiz-block-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#cbed-quiz-block .cbed-quiz-block-content p {
  width: 60%;
  font-size: 14px;
  font-weight: 600;
  margin: 0px auto 10px;
}
#cbed-quiz-block .cbed-quiz-block-content .btn {
  margin: 25px 20px 25px;
  min-width: 190px;
  line-height: 140%;
}
#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: 1.25rem 2rem;
  cursor: pointer;
  border: none;
}
#cbed-references-block .cbed-references-block-content .card-header h2 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
#cbed-references-block .cbed-references-block-content .card-header .icon {
  float: right;
  position: absolute;
  right: 35px;
  top: 18px;
}
#cbed-references-block .cbed-references-block-content .card-body {  
  padding: 2rem;
  color: #FFFFFF;
}
#cbed-references-block .cbed-references-block-content .card-body .cbed-references-content {
  height: 420px;
}
#cbed-references-block .cbed-references-block-content p {
  width: 50%;
  font-size: 12px;
  font-weight: 600;
  margin: 0px auto 10px;
}
#cbed-references-block .cbed-references-block-content .btn {
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  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 {

}
#cbed-resources-block .container-fluid {
  padding: 0px;
}
#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 .button-group.filter-button-group {
  width: auto;
  text-align: center;
  padding: 10px 15px;
  border: 2px solid #000;
  margin: 40px auto 40px !important;
  border-radius: 50px;
  display: inline-block;
}
#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: 0px 10px;
  font-weight: bold;
  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: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  margin-bottom: 30px;  
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource i.fas.fa-share-alt {
  transform: rotate(-90deg);
  position: relative;
  top: 1px;  
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource i:before {
  font-size: 22px;
  font-weight: bold;
  top: 2px;
  color: #fff;
  left: -5px;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-img {
  border-radius: 0px;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body {
  color: #fff;
  padding: 30px;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body .card-content {
  min-height: 300px;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-title:after {
  width: 60px;
  display: block;
  text-align: center;
  height: 0;
  top: 0px;
  left: auto;
  right: 0;
  margin: 0px auto;  
  position: absolute;
  border-right: 22px solid transparent;
  border-bottom: 34px solid #000000;
  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: 40px;
  display: block;
  text-align: center;
  height: 0;
  top: -25px;
  right: auto;
  margin: 0px auto;
  border-right: 18px solid transparent;
  border-bottom: 28px solid #000000;
  border-left: 18px solid transparent;
  box-sizing: content-box;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;   
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-body p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 0.4px; 
}
#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: 0px;
  padding: 0px 15px;
  font-size: 14px;
  color: #fff;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .card-footer {
  padding: 0px;
  position: relative;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource ul.cbed-social-share {
  padding: 0;
  margin: 0;
  position: absolute;
  background: #000000;
  top: -2px;
  left: 46px;
  z-index: 986;
  display: none;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource ul.cbed-social-share.show {
  display: block;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource ul.cbed-social-share li {
  list-style-type: none;
  display: inline-block;
  margin: 3px 2px;  
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource 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-resources-block .cbed-resources-block-wrapper .card-resource ul.cbed-social-share li a i:before {
  font-size: 20px;
  color: #fff;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource ul.cbed-social-share li a:hover i:before {
  color: #FF9400;
}
#cbed-resources-block .cbed-resources-block-wrapper .card-resource .btn {
  margin-top: 30px;
}
#cbed-explore-block {

}
#cbed-explore-block .container-fluid {
  padding-right: 5px;
  padding-left: 5px;  
}
#cbed-explore-block .container-fluid .row {
  margin-right: -5px;
  margin-left: -5px;
}
#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: #c6ced0;
  background-size: cover;    
  min-height: 450px;
  padding: 1.875rem 1.875rem 2.125rem;
  color: #FFFFFF;  
}
#cbed-explore-block .cbed-explore-block-wrapper .explore .content {
  max-width: 450px; 
}
#cbed-explore-block .cbed-explore-block-wrapper .explore .content h2 {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  letter-spacing: 0.4px;   
}
#cbed-explore-block .cbed-explore-block-wrapper .explore .content h2 span {
  font-size: 38px;
  line-height: 56px;
  display: block;
}
#cbed-find-out-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 {

}
#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: #FFFFFF;  
}
#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 {

}
#cbed-footer-block .container-fluid {
  background-color: #FFFFFF;
  background-size: 100% auto;
  background-position: center;
  background-repeat: none;
}
#cbed-footer-block .cbed-footer-block-content {
  padding: 5rem 3.125rem;
  text-align: center;
}
#cbed-footer-block .cbed-footer-block-content p {
  font-size: 16px;  
  font-weight: 600;
  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 0.75rem;
  border-right: 0.125rem solid #000;
}
#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-size: 14px;   
  font-weight: 500;
  color: #000000;  
}
#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-size: 1rem;
  font-weight: 700;
  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: 1.625rem;
}
#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:hover i:before, .go-to-top:focus i:before, .go-to-top:active i:before {
  color: #fff;   
}
.cbed-modal .modal-header {
  border: none;
  padding: 2rem 2rem 0rem;
}
.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;
}
#CBEDGlossaryItem.cbed-modal .modal-header {
  border: none;
  padding: 16px 20px 0 30px !important;
} 
.modal-open {
  padding-right:0 !important;
}
.cbed-modal h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  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: 0;
  padding-top: 5px;
  width: 100%;
}
.cbed-modal.cbed-glossary-references-modal p {
  margin-left: 1rem;
  font-size: 13px;
}
.cbed-modal.cbed-glossary-references-modal a {
  color: #000000;
  text-decoration: underline;
}
.cbed-modal.cbed-glossary-references-modal li {
  font-size: 13px;
}
.cbed-glossary-item-modal .modal-content {
  background: #000000;
  color: #FFFFFF;
}
.cbed-states-modal .modal-dialog {
  max-width: 780px;
  margin: 1.75rem auto;
}
.cbed-states-modal .modal-body {

}

.cbed-states-modal .modal-content {
  background: #3A3841;
  color: #FFFFFF;
}
.cbed-cannabinoid-testing-modal .modal-content {
  background: #3A3841;
  color: #FFFFFF;
}
.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: #FFFFFF;  
  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: 15px;
  margin-bottom: 5px;
}
.cbed-modal.cbed-share-these-facts-modal .modal-header, .cbed-modal.cbed-share-these-facts-modal .modal-body, .cbed-modal.cbed-share-these-facts-modal .modal-footer {  
  background: #fafafa;
}
.cbed-modal.cbed-share-these-facts-modal .modal-header {
  padding: 1.75rem 1.75rem .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;
}
.mCSB_inside>.mCSB_container {
  margin-right: 20px !important;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #404040 !important;
}
.cbed-modal .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d8d8d8 !important;
}
#cbed-glossary-wrapper {
  position: relative;
  background: #000000; 
}
#cbed-glossary-wrapper .modal-backdrop.show {
  background: none!important;
}
.after_modal_appended {  
  position:relative;
}
.cbed-glossary-item-modal .modal-dialog {
  margin-top: 152px;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal.cbed-glossary-item-modal, .cbed-glossary-item-modal .modal-backdrop {
  position: absolute !important;
}
.modal.cbed-glossary-item-modal h2.cbed-glossary-item-title {
  padding: 8px 4px 8px 0px !important;
  text-align: left !important;
  font-size: 16px !important;
}
.modal.cbed-glossary-item-modal .modal-body {
  padding: 1rem 1rem 1rem 1.875rem;
}
.modal.cbed-glossary-item-modal .modal-header .close {
  padding: 1rem 0.6875rem 1rem 0rem;
}
#cbed-glossary-wrapper .btn {
  margin: 0px auto;
  display: inline-block;
}
#cbed-glossary-panel {
  background-color: #000000;
  color: #fff;
  z-index: 702;
  position: fixed;
  width: 280px;
  height: 100%;  
  transition: all 300ms ease 0s;
  top: 0px;
  right: -280px; 
}
#cbed-glossary-panel h2 {
  font-size: 1em;
  padding: 30px 15px;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
#cbed-glossary-panel .handle {
  background-color: transparent;
  left: -112px;
  padding: 0px;
  position: absolute;
  top: 160px;
  width: 186px;
  height: 40px; 
  transform: rotate(-90deg);
  text-align: center;
  overflow: hidden;
}
.dataTables_scrollBody:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  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-wrapper .mCSB_scrollTools {
  right: 15px !important;
}
#cbed-glossary-wrapper .table-dark {
  color: #fff;
  background-color: #000000;
  width: 250px !important;
}
#cbed-glossary-wrapper  td, #cbed-glossary-wrapper th, #cbed-glossary-wrapper thead th {
  background-color: #000000 !important;  
  border: none !important;;
}
#cbed-glossary-wrapper thead, #cbed-glossary-wrapper thead th, #cbed-glossary-wrapper td {
  font-size: 14px;
  padding: 0.3125rem 1rem; 
}
#cbed-glossary-list thead th {
  padding: 0.375rem 1rem;
  background-color: transparent;
}
#cbed-glossary-list tr.selected, #cbed-glossary-list td:hover {
  color: #FF9400;
  cursor: pointer;
}
#cbed-glossary-list_filter {
  display: none;
}
#cbed-glossary-list_wrapper {
  padding: 0px 15px 15px;
}
#cbed-glossary-list_wrapper .dataTables_scrollBody table {
  margin-bottom: 20px !important;
}
#cbed-glossary-list_wrapper .dataTables_scrollHead, #cbed-glossary-download {
  padding-bottom: 20px;
  padding-top: 20px;
}
#cbed-glossary-download {
  position: relative;
  z-index: 8960;
}
.cbed-glossary-search-filter {
  width: 100% !important;
  border-radius: 1rem;
  height: 2.375rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.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: 270px;
}
.cbed-glossary-item-content {
  height: 100%;
  font-size: 15px;
}
.cbed-glossary-item-content ul {
  padding: 20px 0px 20px 20px;
  list-style-position: outside;  
}
.cbed-glossary-item-content ul li {

}
#cbed-player { 
  background: #000000;
  position: relative;
  min-height: 359px;
  padding-right: 0px;  
}
#cbed-player iframe {
  margin: 0px;
  padding: 0px;
  position: absolute;
}
.cbed-playlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgba(0,0,0,0.8);
}
.video-playlist ol {
  padding: 18px 0px 11px 5px;
  margin: 0;
  position: relative;
  list-style: none;
  width: 100%;
}
.video-playlist .playlist-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  padding-left: 10px;
  height: 48px;
  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 picture {
  display: block;
  width: 100%;
}
.video-playlist ol li span {  
  font-family: 'Rubik', sans-serif;
  line-height: 20px!important;
  font-size: 16px!important;
  font-weight: 500!important;
  text-transform: uppercase!important;
}
.video-playlist ol li img {
  width: 68px!important;
  height: 48px!important;
  min-height: 48px!important;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.video-playlist ol li small {
  margin: 0;
  padding: 0px;
  display: inline-block;
  float: left;
  text-transform: uppercase!important;  
  font-size: 11px;
  line-height: 12px;
  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 {
  content: '▶';
  color: #FFFFFF;
  position: absolute;
  font-size: 24px;
  opacity: 0.8;
  left: 25px;
  top: 6px; 
}
.video-playlist ol li.selected:before {
  content: '▶';
  color: #FFFFFF;
  position: absolute;
  font-size: 24px;
  opacity: 0.8;
  left: 25px;
  top: 6px; 
}



/*!
 * Bootstrap-select v1.13.12 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
a#cbed-glossary-close {
  position: relative;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: none;
}


/* Responsive */
@media (max-width: 575.98px) {
#cbed-wrapper {
  padding: 1px;
}
#cbed-main-block .cbed-main-block-wrapper {
  padding: 0px;
}
#cbed-explore-block {
  padding-right: 0px;
  padding-left: 0px;
}
#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: 0px;
  padding-left: 0px;
}
#cbed-footer-block .cbed-footer-block-content {
  padding: 5rem 1.75rem;
}
#cbed-footer-block .cbed-footer-block-content ul li {
  padding: 1rem 1.75rem;
  border-right: none;
}
#cbed-footer-block .cbed-footer-block-content .share {
  margin: 3rem 0rem;
}
#cbed-footer-block .cbed-footer-block-content p {
  line-height: 180%;
}
.btn-primary {
  font-size: 16px;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;  
}
.btn-outline-primary {
  font-size: 16px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: 40px !important;
  border-width: 2px;
}
.form-control {
  font-size: 1rem;
  border-radius: 15px;
  padding: 1.5rem 1.125rem;
  margin-top: 0.75rem  
}
.navbar-light {
  padding-left: 0!important;
  padding-right: 0!important;
}
.navbar-light .navbar-nav {
  height: 100vh;  
  background: #000000;
}
.navbar-light .navbar-nav .nav-item {
  border-left: none;
  border-bottom: 2px solid #808080;  
}
.navbar-light .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 1.25rem;
  color: #FFFFFF;
  padding: 1.5rem;
  text-align: center;
}
.navbar-light.affix .cbed-signup, .navbar-light.affix .cbed-menu {
  top: 8px;
}
.navbar-light.affix #navbarMenuLists {
  top: 74px;
}
.navbar-light .navbar-brand {
  margin: 4px auto;  
  text-align: center;
}
.modal {
  padding: 20px;
}
.modal-dialog.modal-dialog-centered {
  justify-content: start!important;
  margin: 5rem auto;
}
.modal-backdrop.show {
  opacity: 1;
}
.cbed-navbar {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
  width: 100%!important; 
}
.cbed-signup {
  position: absolute;
  left: 0;
  top: 15px;
  padding: 2rem 1rem 0rem 1rem;
  border-right: 2px solid #e9e9e9;
  min-height: 58px;
  font-size: 12px;
  font-weight: 700;
  background: #FFFFFF; 
  color: #000000;
  width: 75px;
  height: 60px; 
}
.cbed-signup span {
  margin: 0px auto;
  display: block;
  text-align: center;
}
.cbed-signup i {
  display: block;
  margin: 0px auto 0.6rem auto;
  text-align: center;
}
.cbed-signup i:before {
  position: absolute;
  content: " ";
  background-image: url(../images/icons/pencil.gif);
  background-position: left center;
  background-size: cover;
  transition: .3s transform ease-in-out;  
  width: 38px;
  height: 38px;
  left: auto;
  top: 0;
  right: auto;
  text-align: center;
  margin-left: -14px;
}
.cbed-signup.active i:before {
  background-image: url(../images/icons/close.gif);
  margin-left: -18px;  
}
.cbed-menu {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 2rem 1rem 0rem 1rem;
  border-left: 2px solid #e9e9e9;
  min-width: 38px;
  min-height: 58px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0px;
  background: #FFFFFF;
  width: 75px;
  height: 60px;   
}
.cbed-menu span {
  margin: 0px auto;
  display: block;
  text-align: center;
}
.cbed-menu i {
  display: block;
  margin: 0px auto 0.5rem auto;
  text-align: center;
}
.cbed-menu i:before {
  position: absolute;
  content: " ";
  background-image: url(../images/icons/menu.gif);
  background-position: left center;
  background-size: cover;
  transition: .3s transform ease-in-out;
  width: 38px;
  height: 38px;
  left: auto;
  top: 0;
  right: auto;
  text-align: center;
  margin-left: -19px;
}
.cbed-menu[aria-expanded='true'] {
  color: #FF9400 !important;
}
.cbed-menu[aria-expanded='true'] i:before {
  background-image: url(../images/icons/close.gif);
}
#cbed-signup-block .cbed-signup-block-form {
  max-height: 95vh;
  padding-right: 0;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;  
}
#cbed-signup-block .cbed-signup-block-form .btn {
  width: 100%;
}
#cbed-signup-block .cbed-signup-block-form .content .title {
  padding-right: 15px !important;
  padding-bottom: 30px !important;
}
#cbed-signup-block .cbed-signup-block-form .content .form-group {
  padding-left: 5px;
  padding-right: 5px;  
}
#cbed-signup-block .cbed-signup-block-form .content .form-row:first-child {
  padding-top: 20px;
}
#cbed-signup-block .cbed-signup-block-form .content .form-row label {
  display: none;
}
#cbed-signup-block .cbed-signup-block-form .content .form-agree {
  padding-left: 2.188rem;
}
#cbed-signup-block .cbed-signup-block-form .content .form-agree .checkbox {
  padding-bottom: 0;
}
#cbed-signup-block .cbed-signup-block-form .content .form-agree {
  margin-top: 1.5rem;
}
.form-control::-webkit-input-placeholder {
  color: #6c7078 !important;
}
.form-control:-moz-placeholder {
  color: #6c7078 !important;
}
.form-control::-moz-placeholder {
  color: #6c7078 !important;
}
.form-control :-ms-input-placeholder {
  color: #6c7078 !important;
}
#cbed-main-block .cbed-main-block-wrapper .video {
  min-height: 450px !important;
  -ms-flex-line-pack: center !important;
  align-content: center!important;
  text-align:center;
  background-size: auto 100%;
  background-position: center;  
}
#cbed-main-block .cbed-main-block-wrapper .video .content h1 {

}
#cbed-explore-block .cbed-explore-block-wrapper .explore {
  min-height: 300px !important;
  -ms-flex-line-pack: center !important;
  align-content: center!important;
  text-align:center;
  background-size: auto 100%;
  background-position: top left;  
}
#cbed-explore-block .cbed-explore-block-wrapper .explore .content {
  margin: 0px auto;
}
#cbed-find-out-block .cbed-find-out-block-wrapper .find-out {
  min-height: 300px !important;
  -ms-flex-line-pack: center !important;
  align-content: center!important;
  text-align:center;
  background-size: auto 100%;
  background-position: top left;  
}
#cbed-find-out-block .cbed-find-out-block-wrapper .find-out .content {
  margin: 0px auto;
}
}
@media (max-width: 767.98px) {

}
@media (max-width: 991.98px) {
  #cbed-player iframe {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  #cbed-signup-block .cbed-signup-block-form .content .title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;    
    padding-bottom: 30px !important;
  }
  #cbed-signup-block .cbed-signup-block-form .content .form { 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;    
    padding-bottom: 30px !important;
  }
  #cbed-signup-block .cbed-signup-block-form .content .form .btn-group>.btn-group:not(:first-child), #cbed-signup-block .cbed-signup-block-form .content .form .btn-group>.btn:not(:first-child) {
    margin-left: 0px;
  }    
}
@media (min-width: 1200px) {

}
@media (min-width: 990px) {
  #cbed-glossary-wrapper {
      min-height: 426px;
  }
  .cbed-menu span {
    display: none;
  }
  #cbed-glossary-reveal {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 90px;
    left: 100%;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
    z-index: 820;
  }
  #cbed-glossary-wrapper {
    top: 25px !important;
  }
  .cbed-glossary-item-modal .modal-dialog {
    margin-top: 175px !important;
  }
  #CBEDGlossaryItem.cbed-modal .modal-header {
    padding: 16px 9px 0 9px !important;
  }
  .modal.cbed-glossary-item-modal .modal-body {
    padding: 2px 9px 0 9px !important;
    height: 200px;
  }
  .cbed-modal.cbed-glossary-references-modal .modal-dialog {
    max-width: 100%;
  }
  #cbed-glossary-panel {
    top: -100% !important;
    left: 0% !important;
    right: 0% !important;
    height: 92vh !important;
  }
  #cbed-glossary-panel.reveal {
    top: 0% !important;
  }
  #cbed-glossary-reveal  {
    position: fixed;
    z-index: 795;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0,0,0,0.8);
    padding: 12px 20px 2px;    
    top: 90px;
    left: 0;
    color: #fff;
  }
  #cbed-glossary-reveal:before {
    position: absolute;
    content: "";
    width: 100px;
    display: block;
    text-align: center;
    height: 0;
    bottom: -16px;
    right: 0;
    margin: 0px auto;
    left: 0;
    border-right: 8px solid transparent;
    border-bottom: 16px solid rgba(0,0,0,0.8);
    border-left: 8px solid transparent;
    box-sizing: content-box;
    transform: rotate(180deg);
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.4s ease;
  }
  .navbar-collapse.show {
    left: 0;
  }
  #cbed-signup-block {
    position: absolute;
    right: 100%;
    transition: all 0.4s ease;
    display: block;
  }  
  #cbed-signup-block.open {
    transition: all 0.4s ease;    
    right: 0;
  }
  #cbed-glossary-panel {
    width: 100% !important;
  }
  .dataTables_scrollHeadInner {
    width: 100% !important;
  }
  #cbed-glossary-wrapper .table-dark {
    width: 100% !important;
  } 
  #cbed-signup-block .cbed-signup-block-form {
    height: 100vh;
  }
  .dataTables_scrollBody {
    max-height: 36vh !important;
  }
  #cbed-glossary-panel:after {
    position: absolute;
    content: "";
    width: 100px;
    display: block;
    text-align: center;
    height: 0;
    bottom: -16px;
    right: 0;
    margin: 0px auto;
    left: 0;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #000000;
    border-left: 8px solid transparent;
    box-sizing: content-box;
    transform: rotate(180deg);
  } 
  .navbar-light.affix #cbed-glossary-reveal {
    top: 72px;
  }    
  a#cbed-glossary-close {
    display: block;
  }
  a#cbed-glossary-close .btn-custom-icon-white {
    top: 5px;    
    -webkit-transform: scale(0.54);
    -moz-transform: scale(0.54);
    -o-transform: scale(0.54);
    -ms-transform: scale(0.54);
    transform: scale(0.54);
  }
  a#cbed-glossary-close .btn-custom-icon-white i:before {
    color: #FFFFFF;
    top: 2px;
  }
}