@charset "utf-8";
a {
	background-image: none;
}
.nav .open > a:focus {
	border-color: #2F77A0;
}
h4 {
	font-weight: bold;
	font-size: 1.125rem;
}
h5 {
	font-weight: bold;
}
.red {
	color: #C0353C;
	font-weight: normal;
}
.green { 
	color: #33890d;
	font-weight: normal;
}
.light {
	color: #666;
	font-weight: normal;
}
.blue {
	color: #2F77A0;
	font-weight: normal;
}
.border-blue {
	border: 1px solid #2F77A0;
}
.subheading {
	/*font-size: 15px;*/
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3e7c61;
}
hr.hr-understated {
	border-bottom-color: #ddd;
}
.mobile-controls .mobile-control {
	width: 56px;
	background: none !important;
}
.btn-highlight, .btn-primary, .btn-standout {
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

#header .settings-links {
	padding-left: 15px;
}
#header {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10000;
}
#header .utility-header {
	background: #3e7c61;
	background: -moz-linear-gradient(top, #3e7c61 20%, #2d674e 100%);
	background: -webkit-linear-gradient(top, #3e7c61 20%,#2d674e 100%);
	background: linear-gradient(to bottom, #3e7c61 20%,#2d674e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7c61', endColorstr='#2d674e',GradientType=0 );
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}
#header .utility-header .header-cagov-logo img {
	top: 3px;
}

#header .branding .header-organization-banner {
	transition: none;
}
#header .branding .header-organization-banner a {
	position: relative;
}
#header .branding .header-organization-banner img {
	position: relative;
	width: 111px;
	height: 70px;
	max-height: none;
	margin-top: -5px;
	margin-left: -6px;
}
#header.compact .branding .header-organization-banner img {
	width: 84px;
	height: 53px;
	margin-top: 0;
	margin-left: -3px;
}
#header .branding .header-organization-banner .org-name {
	position: absolute;
	left: 118px;
	top: 33px;
	font-size: .75rem;
	line-height: 15px;
	width: 200px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: none;
}
#header.compact .branding .header-organization-banner .org-name {
	left: 95px;
	top: 17px;
}
@media (max-width: 991px) {
	#header .branding .header-organization-banner .org-name {
		width: 80px;
	}
}
@media (max-width: 767px) {
	#header .branding .header-organization-banner img {
		width: 100px;
		height: 63px;
		margin-top: -8px;
	}
	#header .branding .header-organization-banner .org-name {
		left: 106px;
		top: 31px;
	}
	#header .settings-links {
		padding-left: 15px;
	}
}

#navigation .nav-item span.hide-icon:before {
	content: '';
}
#navigation .nav-item span.ca-gov-icon- > i.fa {
	font-size: 1.6rem;
	margin-bottom: 0 0 7px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#navigation .nav-item span.ca-gov-icon- > i.fa {
		font-size: 1.5rem;
		margin-bottom: 0 0 6px;
	}
}
@media (max-width: 767px) {
	#navigation .nav-item span.ca-gov-icon- > i.fa {
		font-size: 1.5rem;
		margin: 0 10px 0;
	}
}

.custom-nav-icon {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 34px;
	height: 30px;
	background-size: 68px;
	background-repeat: none;
}
a:hover .custom-nav-icon, .nav-item.active .custom-nav-icon {
	background-position: 34px 0;
}
@media (max-width: 767px) {
	.custom-nav-icon {
		top: 3px;
		margin: 0 9px 0 8px; 
	}
}
html.high-contrast .custom-nav-icon {
	background-position: 0 30px;
}
html.high-contrast a:hover .custom-nav-icon, html.high-contrast .nav-item.active .custom-nav-icon {
	background-position: 34px 30px;
}
#cdfa-icon {
	background-image: url('/v6/images/cdfa_nav_icon.png') !important;
}
#producesafety-icon {
	background-image: url('/v6/images/producesafety_nav_icon.png') !important;
}
#sop-icon {
	background-image: url('/v6/images/sop_nav_icon.png') !important;
}

/* fix high-contrast mode */
html.high-contrast #navigation,
html.high-contrast #nav_list,
html.high-contrast #nav_list .nav-item,
html.high-contrast #header .branding .header-organization-banner .org-name,
html.high-contrast #header .branding .header-organization-banner .org-name span {
	background-color: transparent !important;
	color: #fff;
	font-weight: normal;
}
html.high-contrast #nav_list .nav-item:hover > a,
html.high-contrast #nav_list .nav-item.active > a {
	color: #fff !important;
	background-color: transparent;
	font-weight: normal;
}
html.high-contrast #nav_list .nav-item.active > a > span[class^="ca-gov-icon"],
html.high-contrast #nav_list .nav-item:hover > a > span[class^="ca-gov-icon"],
html.high-contrast #nav_list .nav-item.active i.fa,
html.high-contrast #nav_list .nav-item:hover i.fa {
	color: #fff !important;
	background-color: transparent;
	font-weight: normal;
}
@media (min-width: 768px) {
	html.high-contrast #nav_list .nav-item:hover::after,
	html.high-contrast #nav_list .nav-item:focus::after {
		background-color: #fff !important;
		color: #000;
		font-weight: normal;
	}
	html.high-contrast #header {
		border-bottom: 4px solid #000 !important;
	}
}
html.high-contrast #header .branding .header-organization-banner a {
	background-color: transparent !important;
}
html.high-contrast * .triangle {
	border-color: transparent !important;
	border-top: 12px solid #ffd600 !important;
}
html.high-contrast .list-primary li:before {
	color: #ffd600;
}

.banner-wrapper {
	width: 100%;
	position: relative;
	padding: 0 0 15px;
	max-width: 386px;
	margin: 0 auto;
}
.banner {
	display: block;
	position: relative;
	background: #eee;
	text-decoration: none !important;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	box-shadow: inset 0 3px 10px rgba(0,0,0,.1);
}
.banner .banner-overlay {
	position: absolute;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.banner-inner {
	position: relative;
	height: 97px;
}
.banner span {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 0.875rem;
	text-shadow: 0 1px 0px #000;
	bottom: 3px;
	left: 3px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: transform, background;
	transition-property: transform, background;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: rgba(0,0,0,0.5);
	padding: 4px 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.banner span i {
	color: #ddd;
}
.banner:hover span, .banner:focus span, .banner:active span {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	background: rgba(0,0,0,1);
}
#banners-refresh {
	border-color: #ddd;
	font-size: 0.8125rem;
	padding: 4px 8px;
}

.list-group {
	margin-top: 0;
}
.list-group-item h4 {
	margin: 15px 0 5px;
	font-size: 1.0625rem;
	line-height: 22px;
}
.list-group-item p {
	text-decoration: none;
}
.list-group-item > p:first-child, .list-group-item > h4:first-child {
	margin-top: 0;
}
.list-group-item p:last-child {
	margin-bottom: 0;
}
.list-group-item-standout {
	font-weight: bold;
	background: #fafafa;
}
i.fa-caret:before {
	content: "\f0d7";
}
.collapsed > i.fa-caret:before {
	content: "\f0da";
}


.panel .list-group-item {
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px 15px;
}
.panel a.list-group-item:hover {
	/*text-decoration: none;*/
	background: #fafafa;
}
.panel-collapse .list-group {
	border-top: 1px solid #ddd;
	margin: 0;
}
.panel-collapse .list-group > .list-group-item:last-child {
	border-bottom: none;
}
.main-content {
	padding-bottom: 40px;
}
.main-primary .panel .panel-heading h4 .ca-gov-icon- {
	top: 0;
}
.main-secondary .panel .panel-heading h4 .ca-gov-icon- i.fa {
	display: block;
	margin-top: 5px;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	padding-left: .6em;
	padding-right: .6em;
	border-radius: 10rem;
}
.badge-primary {
	color: #fff;
	background: #2F77A0;
}
.badge-warning {
	color: #000;
	background: #f9b501;
}

.panel-heading .ca-gov-icon- i {
	position: relative;
	font-size: 80%;
	margin-right: 6px;
}

.file-list .list-group-item h4 {
	margin: 11px 0 6px;
}
.file-list .list-group-item small {
	display: block;
	margin-top: 11px;
	font-weight: bold;
	color: #888;
	text-transform: uppercase;
}

.main-secondary .events-list .list-group-item h4 {
	margin: 5px 0;
}
.main-secondary .events-list .list-group-item p {
	font-size: 0.9375rem;
	line-height: 15px;
	margin: 4px 0;
}
.main-secondary .events-list .list-group-item small {
	display: block;
	margin-top: 0px;
	font-weight: bold;
	color: #888;
	text-transform: uppercase;
}
.main-primary .events-list .list-group-item h4 {
	font-size: 1.375rem;
	margin: 5px 0;
}
.main-primary .events-list .list-group-item p {
	margin: 6px 0;
}
.main-primary .events-list .list-group-item small {
	display: block;
	margin-top: 0px;
	font-weight: bold;
	color: #888;
	text-transform: uppercase;
}

#mycarousel .carousel .content-container {
	position: relative;
}
#mycarousel  .item.backdrop img + .content-container,
#mycarousel  .item.backdrop video + .content-container {
	background: none;
}
#mycarousel  img + .content-container .content,
#mycarousel  video + .content-container .content {
	width: 100%;
	text-align: center;
	padding: 10px;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#mycarousel  .content-container .content .caption {
	margin: 0;
	font-size: 1rem;
	line-height: 19px;
}
#mycarousel  .content-container .content .caption a {
	color: #70b0d6;
}

#mycarousel .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px;
	background-color: rgba(255, 255, 255, .4);
}
#mycarousel .owl-dot.active span {
	color: #000;
	background-color: #fff;
	font-weight: normal;
}
.carousel .owl-dots .owl-dot.active span,
.carousel .owl-dots .owl-dot:hover span {
	background: #9a9a9a;
}


#nav_list .nav-item .second-level-nav li {
	background-position: bottom right;
	background-repeat: no-repeat;
}
#nav_list .nav-item .second-level-nav .nav-calcannabis {
	background-image: url('../images/nav/calcannabis.png');
}
#nav_list .nav-item .second-level-nav .nav-is {
	background-image: url('../images/nav/is.png');
}
#nav_list .nav-item .second-level-nav .nav-oefi {
	background-image: url('../images/nav/oefi.png');
}
#nav_list .nav-item .second-level-nav .nav-dms {
	background-image: url('../images/nav/dms.png');
}
#nav_list .nav-item .second-level-nav .nav-pierces {
	background-image: url('../images/nav/pierces.png');
}
#nav_list .nav-item .second-level-nav .nav-ahfss {
	background-image: url('../images/nav/ahfss.png');
}
#nav_list .nav-item .second-level-nav .nav-phpps {
	background-image: url('../images/nav/phpps.png');
}
#nav_list .nav-item .second-level-nav .nav-sfmnp {
	background-image: url('../images/nav/nutrition.png');
}
#nav_list .nav-item .second-level-nav .nav-specialtycrops {
	background-image: url('../images/nav/grants.png');
}
#nav_list .nav-item .second-level-nav .nav-countyrelations {
	background-image: url('../images/nav/handshake.png');
}
#nav_list .nav-item .second-level-nav .nav-stateboard {
	background-image: url('../images/nav/committee.png');
}
#nav_list .nav-item .second-level-nav .nav-mkt {
	background-image: url('../images/nav/megaphone.png');
}
#nav_list .nav-item .second-level-nav .nav-citrus {
	background-image: url('../images/nav/citrus.png');
}

@media (min-width: 768px) {
	.nav-item-shaded > a {
		background: rgba(245,245,245,1);
		background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 40%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 40%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
}


#news-headline {
	margin: 0 0 18px 0;
}
#news-headline h2 {
	margin: 5px 0 0;
	font-size: 1.875rem;
	line-height: 36px;
	font-weight: 700;
}

@media (max-width: 767px) {
	#news-headline h2 {
		font-size: 1.25rem;
		line-height: 24px;
	}
}

#news-headline h2 a {
	/*text-decoration: none;*/
}
#newsindex {
	border: 1px solid #ddd;
	padding: 0;
	height: 250px;
	overflow-y: scroll;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #fff 90%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(90%,#fff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 90%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#fff 90%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#fff 90%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#fff 90%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
	/*
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	*/
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}
#newsindex small {
	display: block;
	margin: 8px 12px 2px;
}
#newsindex ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#newsindex ul li {

}
#newsindex ul li a {
	display: inline-block;
	width: 100%;
	font-size: 0.8125rem;
	line-height: 1.4;
	padding: 6px 12px;
	border-bottom: 1px solid #eee;
}
#newsindex ul li a:hover, #newsindex ul li a:focus, #newsindex ul li a:active {
	/*text-decoration: none;*/
	color: #555;
	background-color: #f5f5f5;
}


#accmenu {
	background: #f8f8f8;
	border: 1px solid #ddd;
	margin: 40px 0;
	/*
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
#accmenu .acc-cat {
	display: table;
	width: 33%;
	float: left;
	height: 64px !important;
	max-height: 64px;
	overflow: hidden;
	padding: 4px 0;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
	#accmenu .acc-cat {
		width: 49%;
	}
}
@media (max-width: 480px) {
	#accmenu .acc-cat {
		width: 100%;
	}
}

#accmenu .acc-icon {
	display: table-cell;
	vertical-align: top;
	width: 36px;
	padding: 8px 0 8px 8px;
	/*
	opacity: 0.5;
	-webkit-transition-duration: 0.2s;
  	transition-duration: 0.2s;
  	-webkit-transition-property: opacity;
  	transition-property: opacity;
  	-webkit-transition-timing-function: ease-out;
  	transition-timing-function: ease-out;
  	*/
}
#accmenu .acc-icon img {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#accmenu .acc-cat h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 12px 0 12px;
	width: 100%;
	color: #3072AB;
}
#accmenu .acc-cat:hover h3, #accmenu .acc-cat:focus h3 {
  color: #23527c;
}
#accmenu .cat-active h3, #accmenu .cat-active:hover h3 {
	color: #000;
}

#accmenu .acc-cat h3 i {
	/*width: 12px;*/
}
#accmenu .acc-cat h3 i.fa-angle-down {
	display: none;
}
#accmenu .cat-active h3 i.fa-angle-right {
	display: none;
}
#accmenu .cat-active h3 i.fa-angle-down {
	display: inline-block;
}

/*
#accmenu .cat-active .acc-icon, #accmenu .acc-cat:hover .acc-icon {
	opacity: 1;
}
*/

#accmenu ul.acc-submenu {
	list-style-type: none;
	clear: both;
	display: none;
	background: #fff;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
#accmenu ul.acc-submenu li a {
	display: block;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 8px 12px;
}
#accmenu ul.acc-submenu li a:hover, #accmenu ul.acc-submenu li a:focus, #accmenu ul.acc-submenu li a:active {
	color: #555;
	/*text-decoration: none;*/
	background-color: #f5f5f5;
}
#accmenu ul.acc-submenu:last-child {
	border-radius: 0 0 4px 4px; 
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px;
}
#accmenu ul.acc-submenu:last-child li:last-child a {
	border-bottom: none;

}

.tv-iframe-wrapper {
	background: #333;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	padding: 4px;
	margin-bottom: 10px;
	max-width: 525px;
}
#tv-iframe, #tv-iframe2 {
	display: block;
	margin: 0;
	width: 100%;
}
#tv-player-title {
	margin: 3px 0 5px 0;
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 24px;
}
#tv-description {
	font-size: 0.9375rem;
	line-height: 20px;
}
#tviframe {
	height: 800px;
}
@media (max-width: 767px) {
	#tviframe {
		height: 800px;
	}
}
@media (max-width: 480px) {
	#tviframe {
		height: 800px;
	}
}
.small-heading {
	font-weight: bold;
}
.tv-heading {
	font-weight: bold;
	margin: 5px 0 20px 0;
	font-size: 1.25rem;
}

.thumb-wrapper {
	position: relative;
}
.thumb-wrapper .thumb {
	position: relative;
	max-width: 186px;
	margin: 0 auto;
}
.thumb-wrapper img {
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.thumb-wrapper .title {
	padding: 4px 0;
	font-size: 0.75rem;
	line-height: 14px;
	height: 40px;
	overflow: hidden;
	max-width: 186px;
	margin: 0 auto;
}
.thumb-wrapper .time {
	position: absolute;
	padding: 1px 3px;
	right: 0px;
	bottom: 0px;
	font-size: 0.6875rem;
	font-weight: bold;
	color: white;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
}


.thumb-wrapper2 {
	position: relative;
}
.thumb-wrapper2 .thumb {
	position: relative;
	max-width: 284px;
	margin: 0 auto;
}
.thumb-wrapper2 img {
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.thumb-wrapper2 .title {
	padding: 8px 0 12px;
	font-size: 0.75rem;
	line-height: 14px;
	height: 60px;
	overflow: hidden;
	max-width: 284px;
	margin: 0 auto;
}
.thumb-wrapper2 .time {
	position: absolute;
	padding: 1px 3px;
	right: 0px;
	bottom: 0px;
	font-size: 0.75rem;
	font-weight: bold;
	color: white;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
}

#tv-cats {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tv-cats li {
	display: inline-block;
	padding: 0;
	margin: 0 12px 0 0;
}
#tv-cats li a {
	font-size: 0.8125rem;

}
#tv-cats li a.active {
	color: #ddd;
	/*text-decoration: none;*/
	cursor: default;
}

#features a h4 {
	margin: 0 0 4px;
}
#features a p {
	color: #333;
	margin: 0;
}
#features a img.icon {
	float: left;
	margin: 0 10px 4px 0;
	border-radius: 4px;
}

#preload {
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.profile-banner {
	margin: 0 0 15px !important;
}

#bannerslides {
	background: #eee;
}
#bannerslides .bannerslides-inner {
	position: relative;
	width: 1220px;
	height: 254px;
	margin: 0 auto;
	overflow: hidden;
}
#bannerslides img {
	position: absolute;
	z-index: 1008;
	opacity: 0.0;
	width: 100%;
}
#bannerslides img.active {
	z-index: 1010;
	opacity: 1.0;
}
#bannerslides img.last-active {
	z-index: 1009;
}
@media (max-width: 1279px) {
	#bannerslides .bannerslides-inner {
		width: 910px;
		height: 190px;
	}
}
@media (max-width: 991px) {
	#bannerslides .bannerslides-inner {
		width: 720px;
		height: 150px;
	}
}

.panel-group .panel-heading h4 a {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.panel-group .panel-heading h4 a img {
	margin-right: 10px;
	width: 100px;
	height: 50px;
}
@media (max-width: 470px) {
	.panel-group .panel-heading h4 a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.panel-group .panel-heading h4 a img {
		display: none;
	}
}

.list-group-collapse-btn {
	font-weight: bold;
	background: #fafafa;
}
.list-group-item-indented {
	padding-left: 30px !important;
}
.list-group-collapse-wrapper {
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#tv-slides {

}
#tv-slides img {
	display: block;
	width: 227px !important;
	height: 129px;
	border-radius: 8px;
	border: 1px solid #2F77A0;
	margin: 0 auto;
}
#tv-slides h4 {
	margin: 20px 0 4px;
}
#tv-slides p {
	color: #333;
	margin: 0 0 15px 0;
}
#tv-slides .owl-dots {
	position: inherit;
	top: initial;
	margin-top: 4px;
}
pre, .sourcecode {
	font: 1rem/1.375rem consolas, "courier new", courier, mono !important;
	background: #fafafa;
	border-color: #ddd;
	padding: 15px;
	tab-size: 35px;
}
.sourcecode-small {
	font: 0.75rem/0.9375rem consolas, "courier new", courier, mono !important;
	padding: 5px;
	tab-size: 15px;
}
.hl {
	background: #FF9;
	font-weight: bold;
}
.hlw {
	background: #f2dede;
	font-weight: bold;
	color: #300;
}
.hln {
	background: #dedede;
}
.link-active {
	background: #fafafa !important;
	color: #333;
	font-weight: bold;
}
.img-responsive {
	width: 100%;
}

.btn-panel {
	border-color: #ddd;
	color: #2F77A0;
	text-align: left;
	transition: all 0.5s !important;
}
.btn-panel:hover, .btn-panel:active {
	background: #f8f8f8;
	border-color: #ddd;
}
#cc-icon {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 34px;
	height: 30px;
	background-image: url('/v6/images/calcannabis/nav_icon.png') !important;
	background-size: 68px;
	background-repeat: none;
}
a:hover #cc-icon, .nav-item.active #cc-icon {
	background-position: 34px 0;
}
@media (max-width: 767px) {
	#cc-icon {
		top: 3px;
		margin: 0 9px 0 8px; 
	}
}
html.high-contrast #cc-icon {
	background-position: 0 30px;
}
html.high-contrast a:hover #cc-icon, html.high-contrast .nav-item.active #cc-icon {
	background-position: 34px 30px;
}
.required-label {
	color: #d1412e;
	font-weight: normal;
}
.well {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 8px;
}
.gstl_50 {
	z-index: 50000 !important;
}
td.gsc-search-button {
	width: 100px !important;
}
#nav_list {
	max-height: 520px;
	overflow-y: auto;
}

