h3,
h4,
h5 {
	color: #00833f;
}

a {	
	color: rgb(20, 153, 207);
}

a:hover {
	
	color: rgb(20, 153, 207);
}

a:active {
	
	color: rgb(20, 153, 207);
}

.alternative-font {
	color: #00833f;
}

p.drop-caps:first-child:first-letter {
	color: #00833f;
}

p.drop-caps.secundary:first-child:first-letter {
	background-color: #00833f;
}

ul.nav-pills > li.active > a {
	background-color: #00833f;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #00833f;
}

.sort-source-wrapper .nav > li.active > a {
	color: #00833f;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #00833f;
}
/* Labels */
.label-primary {
	background-color: #00833f;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #00833f;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #00833f;
	border-color: #00833f;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #00833f;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #00833f;
	border-color: #00833f;
}

.btn-primary,
.pagination > .active > a,
body.dark .pagination > .active > a,
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	border-color: #00833f !important;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00833f;
	border-color: #00833f;
}

.btn-primary:hover,
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color: #009c4b;
	background-color: #009c4b;
}

.btn-primary:active,
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:active,
.btn-primary:focus,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	border-color: #006a33;
	background-color: #006a33;
}

.progress-bar-primary {
	background-color: #00833f;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #47a447;
	border-color: #47a447;
}

.btn-success:hover {
	border-color: #51b451;
	background-color: #51b451;
}

.btn-success:active,
.btn-success:focus {
	border-color: #3f923f;
	background-color: #3f923f;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9c28;
	border-color: #ed9c28;
}

.btn-warning:hover {
	border-color: #efa740;
	background-color: #efa740;
}

.btn-warning:active,
.btn-warning:focus {
	border-color: #e89113;
	background-color: #e89113;
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

.btn-danger:hover {
	border-color: #d64742;
	background-color: #d64742;
}

.btn-danger:active,
.btn-danger:focus {
	border-color: #bd2d29;
	background-color: #bd2d29;
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.btn-info:hover {
	border-color: #70c8e2;
	background-color: #70c8e2;
}

.btn-info:active,
.btn-info:focus {
	border-color: #46b8da;
	background-color: #46b8da;
}

.btn-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

.btn-dark:hover {
	border-color: #242424;
	background-color: #242424;
}

.btn-dark:active,
.btn-dark:focus {
	border-color: #0a0a0a;
	background-color: #0a0a0a;
}

section.highlight {
	background-color: #00833f !important;
	border-color: #006a33 !important;
}

section.page-top h1 {
	border-bottom-color: #00833f;
}

section.toggle label {
	color: #00833f;
	border-left-color: #00833f;
	border-right-color: #00833f;
}

section.toggle.active > label {
	background-color: #00833f;
	border-color: #00833f;
	color: #FFF;
}

section.page-top.custom-product {
	background-color: #006a33;
	border-top-color: #00793a;
}

.feature-box .feature-box-icon {
	background-color: #00833f;
}

.feature-box.secundary .feature-box-icon i.fa {
	color: #00833f;
}

.thumb-info .thumb-info-type {
	background-color: #00833f;
}

.thumb-info .thumb-info-action-icon {
	background-color: #00833f;
}

.thumb-info-social-icons a {
	background-color: #00833f;
}

.thumbnail .zoom {
	background-color: #00833f;
}

.img-thumbnail .zoom {
	background-color: #00833f;
}

.inverted {
	background-color: #00833f;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #006430;
}

.tabs ul.nav-tabs a,
.tabs ul.nav-tabs a:hover {
	color: #00833f;
}

.tabs ul.nav-tabs a:hover,
.tabs ul.nav-tabs a:focus {
	border-top-color: #00833f;
}

.tabs ul.nav-tabs li.active a {
	border-top-color: #00833f;
	color: #00833f;
}

.tabs ul.nav-tabs.nav-justified a:hover,
.tabs ul.nav-tabs.nav-justified a:focus {
	border-top-color: #00833f;
}

.tabs.tabs-bottom ul.nav-tabs li a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a,
.tabs.tabs-bottom ul.nav-tabs li.active a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a:focus {
	border-bottom-color: #00833f;
}

.tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus {
	border-left-color: #00833f;
}

.tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus {
	border-right-color: #00833f;
}

ul.list.icons li i {
	color: #00833f;
}

i.icon-featured {
	background-color: #00833f;
}

.parallax blockquote i.fa-quote-left {
	color: #00833f;
}

section.video blockquote i.fa-quote-left {
	color: #00833f;
}

.panel-group .panel-heading a {
	color: #00833f;
}

.panel-group.secundary .panel-heading {
	background-color: #00833f !important;
}

#header nav ul.nav-main li > a ,
#header nav ul.nav-main li > a:hover {
	color: #FFF;
	border-radius: 4px;
	background-color: rgb(20, 153, 207);
	margin-right: 4px;
	margin-left: 4px;
}

#header nav ul.nav-main ul.dropdown-menu {
	margin-left: 4px;
}

#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a,
#header nav ul.nav-main li.dropdown a {
	background-color: rgb(20, 153, 207) !important;
}

#header nav ul.nav-main ul.dropdown-menu li:hover > a {
	background-color: rgb(20, 153, 207) !important;
}

#header {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

#header .header-top {
	min-height: 55px;
}

#contactFooter {
	background-color: rgb(0, 131, 63);
	box-shadow: inset 0px 5px 0px 0px rgba(0, 119, 72, 0.2);
	color: #fff;
	padding-top: 50px;
	padding-bottom: 25px;
	margin-bottom: 60px;
}

#contactFooter i {
	font-size: 48px;
}

#contactFooter p {
	color: #fff;
}

#footer {
	margin-top: 0px;
	padding-top: 0;
	border: none;
}

#header .search {
	float: left;
}

.rightTopHeader {
	float: right;
}

.healthline {
	margin-top: 10px;
	margin-left: 20px;
	float: right;
}

.healthline img {
	height: 34px;
}

#header .logo img {
	max-width: 700px;
}

#header .logo {
	/*vertical-align: bottom;*/
}

#header > .container {
	height: 85px;
}


.btn-responsive-nav, .btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
	background-color: rgb(20, 153, 207);
}

.slider {
	/*min-height: 300px;*/
}

.tp-leftarrow.default {
	background: url("/img/leftarrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

.tp-rightarrow.default {
	background: url("/img/rightarrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

.homeHeroAdButton {
	font-weight: bolder;
}

.homeHeroAdButtonBlue.btn-primary {
	background-color: rgb(20, 153, 207);
	border-color: rgb(20, 153, 207) !important;	
}

.homeHeroAdButtonGreen.btn-primary {
	background-color: rgb(141, 198, 63);
	border-color: rgb(141, 198, 63) !important;
}

.homeHeroAdButtonAmber.btn-primary {
	background-color: rgb(240, 119, 0);
	border-color: rgb(240, 119, 0) !important;
}

.homeHeroAdButtonRed.btn-primary {
	background-color: rgb(219, 27, 13);
	border-color: rgb(219, 27, 13) !important;
}

.homeHeroAdTextBlack, .homeHeroAdTextBlack .homeHeroAdCaptionHeadline a {
	color: #000 !important;
}

.homeHeroAdTextWhite, .homeHeroAdTextWhite .homeHeroAdCaptionHeadline a {
	color: #fff !important;
}

.slider .tp-caption, .slider .tp-caption > div, .slider .tp-caption > div > div {
	height: 100%;
}

.homeHeroAdCaption {
	text-align: center;
	display: table;
	height: 100%;
}

.homeHeroAdCaption > div {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.homeHeroAdCaption .homeHeroAdCaptionHeadline {
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 25px;
	font-family: "Roboto Slab";
}

.homeHeroAdCaption .homeHeroAdCaptionSubheadline {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}

.homeHeroAdCaption .homeHeroAdCaptionCopy {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 35px;
}

.homeHeroAdCaption .homeHeroAdButton {
    max-width: 100%;
}

.slider .tp-caption {
		width: 100%;
		left: 0 !important;
	}

@media (max-width: 991px) {

	#header .logo {
		/*vertical-align: middle;*/
	}

	.slider .tp-caption > div > div {
		/*width: 100%;*/
	}
    
    .homeHeroAdCaption {
		/*width: 100%;*/
	}
/*
	.homeHeroAdCaption.homeHeroAdTextLocationLeft {
		width: 60%;
	}
	
	.homeHeroAdCaption.homeHeroAdTextLocationCentre {
		width: 100%;
	}
	
	.homeHeroAdCaption.homeHeroAdTextLocationRight {
		width: 60%;
		float: right;
	}*/
	
	.homeHeroAdCaption .homeHeroAdCaptionHeadline {        
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.homeHeroAdCaption .homeHeroAdCaptionCopy {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 15px;
	}
    
    .homeHeroAdCaption .homeHeroAdCaptionSubheadline, .homeHeroAdCaption .homeHeroAdCaptionCopy/*, .homeHeroAdCaption .homeHeroAdButton*/ {
        display: none;
    }
}

.slider .tp-caption .container {
	white-space: normal;
}

.homeHeroAdTransparentOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.homeHeroAdTransparentOverlayBlack {
	background-color: rgba(0, 0, 0, 0.15);
}

.homeHeroAdTransparentOverlayGreen {
	background-color: rgba(0, 131, 63, 0.15);
}

.homeHeroAdTransparentOverlayWhite {
	background-color: rgba(255, 255, 255, 0.15);
}

.homeHeroAdTransparentOverlayBlue {
	background-color: rgba(20, 153, 207, 0.15);
}

.homeHeroAdTransparentOverlayTeal {
	background-color: rgba(0, 128, 128, 0.15);
}

#newsEventsWrapper {
	position: relative;
	top: -35px;
	width: 100%;
	z-index: 2;
}

#newsEvents {
	/*padding-left: 15px;
	padding-right: 15px;*/
}

#newsEventsInnerWrapper {
	/*margin-left: 15px;
	margin-right: 15px;*/
}

.newsEventsTopRow {
    
}


#rightNewsEvents {
	border-radius: 4px;
}

#rightNewsEvents li  i {
	margin-right: 5px;
}

#rightNewsEvents ul {
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.newsEventsHeadline i {
	display: none;
	margin-right: 5px;
}

/* Normal */
.newsEventsNormal .newsEventsTopRow, .newsEventsNormal .newsEventsBottomRow {
    background-color: rgb(45, 48, 50);
	background-color: rgba(45, 48, 50, 0.851);
}

.newsEventsNormal  #rightNewsEvents .newsEventsTopRow, .newsEventsNormal  #rightNewsEvents .newsEventsBottomRow {
    background-color: rgb(45, 48, 50);
	background-color: rgba(45, 48, 50, 0.92);
}

/* Attraction */
.newsEventsAttraction .newsEventsTopRow {
    background-color: rgb(110,215,61);
	background-color: rgba(110,215,61, 0.851);
}

.newsEventsAttraction .newsEventsBottomRow {
    background-color: rgb(0, 139, 80);
	background-color: rgba(0, 139, 80, 0.851);
}

.newsEventsAttraction #rightNewsEvents .newsEventsTopRow {
    background-color: rgb(110,215,61);
	background-color: rgba(110,215,61, 0.92);
}

.newsEventsAttraction #rightNewsEvents .newsEventsBottomRow {
    background-color: rgb(0, 139, 80);
	background-color: rgba(0, 139, 80, 0.92);
}

.newsEventsAttraction  i.fa-exclamation-circle {
	/*display: inline-block;*/
}

/* Alert */
.newsEventsAlert .newsEventsTopRow, .newsEventsAlert .newsEventsBottomRow {
    background-color: rgb(240, 119, 0);
	background-color: rgba(240, 119, 0, 0.851);
}

.newsEventsAlert  #rightNewsEvents .newsEventsTopRow, .newsEventsAlert  #rightNewsEvents .newsEventsBottomRow {
    background-color: rgb(240, 119, 0);
	background-color: rgba(240, 119, 0, 0.92);
}

.newsEventsAlert  i.fa-exclamation-triangle {
	display: inline-block;
}

/* Critical */
.newsEventsCritical .newsEventsTopRow, .newsEventsCritical .newsEventsBottomRow {
    background-color: rgb(219, 27, 13);
	background-color: rgba(219, 27, 13, 0.851);
}

.newsEventsCritical #rightNewsEvents .newsEventsTopRow, .newsEventsCritical #rightNewsEvents .newsEventsBottomRow {
    background-color: rgb(219, 27, 13);
	background-color: rgba(219, 27, 13, 0.92);
}

.newsEventsCritical  i.fa-exclamation-circle {
	display: inline-block;
}

#newsEvents {
	border-radius: 4px;	
	color: #fff;
}

#newsEvents a{
	color: #fff;
}

#leftNewsEvents, #rightNewsEvents {
    margin: 0 !important;
    padding: 0 !important;
}

.newsEventsTitle {
	height: 35px;
	display: inline-block;
	line-height: 35px;
	font-weight: bold;
    border-top-left-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#rightNewsEvents .newsEventsTitle {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
}

#rightNewsEvents .newsEventsBottomRow {
    border-bottom-right-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.newsEventsHeadline {
	font-size: 18px;
	width: 100%;
	font-weight: normal;
	font-family: "Roboto Slab";
    padding: 18px 15px;  
    border-bottom-left-radius: 4px;
}

.newsEventsBottomRow {
    min-height: 85px;
}

#currentNewsDescription {
	font-size: 14px;
    margin-bottom: 0;
    color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

@media (max-width: 991px) {    
    .newsEventsTitle {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    #rightNewsEvents .newsEventsTitle, .newsEventsBottomRow {
        border-radius: 0px;
    }
    
    #rightNewsEvents .newsEventsBottomRow {
    	border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    
    
    
    #newsEventsWrapper {
        top: 0;
    }
}

.ov {
	background-image: -moz-linear-gradient( 90deg, rgba(0,157,220, 0.15) 0%, rgba(0,157,220,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,157,220, 0.15) 0%, rgba(0,157,220,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,157,22, 0.15) 0%, rgba(0,157,220,0) 100%);	
	margin-top: 40px;
}

.ov h1 {
	font-family: "Roboto Slab";
}

.ov p {
	color: #000;
	font-size: 20px;
	margin-bottom: 40px;
}

.yhc {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgb(255, 255, 255);
}

.yhc h1 {
	font-family: "Roboto Slab";
}

.yhc ul {
	list-style: none;
	margin: 0;
	padding: 0;s
}

.yhc ul li {
	list-style: none;
	margin: 3px 0;
	padding: 0;
}

.yhc h3 {
	color: rgb(0, 0, 0);
	font-family: "Roboto Slab";
}

.yhc .col-md-4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.yhc .feature-box-info p {
	margin-bottom: 10px;
	color: rgb(0, 0, 0);
}

.yhc ul li a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 5px;
}

.yhc .feature-box .feature-box-icon {
	background-color: rgb(141, 198, 63);
}

.ros {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgb(244, 244, 244);
}

.ros-sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
}

.ros .thumb-info-caption p {
	min-height: 60px;
}

.ros .thumb-info-caption a {
	padding: 0 10px;
}

#footer h4 {
	font-size: 18px;
	font-family: "Roboto Slab";
}

#footer .quickLinks ul, #footer .quickLinks li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .quickLinks li {
	margin-bottom: 5px;
}

#footer #links {
	float: left;
}

/* EC remove
#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a,
#header nav ul.nav-main li > a:hover,
#header nav ul.nav-main li.dropdown:hover a {
	color: #FFF;
	background-color: #00833f !important;
}

#header nav ul.nav-main ul.dropdown-menu li:hover > a {
	background-color: #00b658 !important;
}

#header nav ul.nav-main ul.dropdown-menu {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00833f;
	border-color: #00833f;
}

#header nav ul.nav-main ul.dropdown-menu:hover {
	border-color: #009c4b;
	background-color: #009c4b;
}

#header nav ul.nav-main ul.dropdown-menu:active,
#header nav ul.nav-main ul.dropdown-menu:focus {
	border-color: #006a33;
	background-color: #006a33;
}

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
	background: none !important;
}

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
	background: #009c4b !important;
}
*/
@media (min-width: 992px) {
	#header.single-menu nav ul.nav-main li.active > a {
		border-top: 5px solid #00833f;
	}

	#header.darken-top-border {
		border-top: 5px solid #006a33 !important;
	}

	#header .header-top {
		background-color: #00833f;
	}
	
	#header nav ul.nav-top li a,
	#header nav ul.nav-top > li > a:hover,
	#header nav ul.nav-top li span {
		color: #FFF;
		background-color: transparent;
	}

	#header.colored .header-top ul.nav-top li a:hover {
		background-color: #009c4b !important;
	}

	#header.flat-menu nav ul.nav-main li > a,
  #header.flat-menu nav ul.nav-main li.active > a {
		color: #666;
		/* EC */
		/*background-color: rgb(20, 153, 207);
		border-radius: 4px;
		height: 40px;*/
		/* EC */
	}

	#header.flat-menu nav ul.nav-main li.active > a {
		/* EC removed
		color: #00833f;
		background-color: transparent !important;
		*/
	}

	#header.flat-menu nav ul.nav-main li > a:hover,
  #header.flat-menu nav ul.nav-main li.dropdown:hover a {
		color: #FFF;
		background-color: #00833f !important;
	}

	#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
		border-top-color: #00833f;
	};
}

blockquote.testimonial {
	background: #009c4b;
}

.testimonial-arrow-down {
	border-top-color: #009c4b;
}

.featured-box-secundary i.icon-featured {
	background-color: #00833f;
}

.featured-box-secundary h4 {
	color: #00833f;
}

.featured-box-secundary .box-content {
	border-top-color: #00833f;
}

.pricing-table .most-popular {
	border-color: #00833f;
}

.pricing-table .most-popular h3 {
	background-color: #00833f;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #00833f;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #00833f;
}

ul.history li .featured-box .box-content {
	border-top-color: #00833f;
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #00833f;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #00833f;
}

.slider .tp-bannertimer {
	background-color: #00833f;
}

.home-intro p em {
	color: #00b658;
}

.home-concept strong {
	color: #00833f;
}

.shop ul.products li.product .onsale {
	background-color: #00833f;
	border-bottom-color: #005a2b;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
	color: #00833f;
}

#footer .footer-ribbon {
	background: #00833f;
}

#footer .footer-ribbon:before {
	border-right-color: #00361a;
	border-left-color: #00361a;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
	color: #00833f !important;
}

#footer.color {
	background: #00833f;
	border-top-color: #00833f;
}

#footer.color .footer-ribbon {
	background: #005026;
}

#footer.color .footer-ribbon:before {
	border-right-color: #000302;
}

#footer.color .footer-copyright {
	background: #006a33;
	border-top-color: #006a33;
}

html.boxed .body {
	border-top-color: #00833f;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus {
	border-right-color: #00833f;
	border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus {
	border-right-color: transparent;
	border-left-color: #00833f;
}

@media (min-width: 992px) {
    body.sticky-menu-active #header {
        top: -90px;
	}
}

.mobileNavOnly {
    display: none !important;
}

@media (max-width: 991px) {
    body.sticky-menu-active #header {
        top: -36px;
	}
    
    #header nav ul.nav-main .dropdown-submenu > a:after {
        opacity: 0;
        pointer-events: none;
    }    
    
    #header nav li, #header nav ul.nav-main li.dropdown a {
        background-color: transparent !important;
    }
    
    #header .nav-main li.dropdown a.dropdown-toggle.extra {
        margin-right: 4px !important;
    }
    
    #header .nav-main li.dropdown:hover a.dropdown-toggle.extra {
        margin-right: 0 !important;
    }
    
    .mobileNavOnly {
        display: block !important;
    }
}

nav.startHidden {
    display: none;
}

.gsc-control-searchbox-only {
    position: relative;
}

.gsc-input-box, .gsc-input-box-focus, .gsc-input-box-hover {
    border: none !important;
    background: none !important;
}

.gsc-control-searchbox-only .gsc-search-box .gsc-input input {
    border-color: rgb(204, 204, 204);
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-sizing: border-box;
    height: 34px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-right: 32px;
    padding-left: 12px;
    background-image: none !important; 
    color: rgb(85, 85, 85);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12.6px;    
    width: 100%;
}

header .gsc-control-searchbox-only .gsc-search-box .gsc-input input {
    -webkit-transition: width 0.2s ease-in 0.2s;
    -moz-transition: width 0.2s ease-in 0.2s;
    transition: width 0.2s ease-in 0.2s;
    transition-property: width;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    transition-delay: 0.2s;
    width: 170px;   
    float: right;
}

header .gsc-control-searchbox-only .gsc-search-box .gsc-input input:focus {
    width: 215px;
}

table.gsc-search-box td.gsc-input {
    padding: 0 !important;
}

.gsc-clear-button {
    display: none;
}
/*
.gsc-control-searchbox-only:after {
    font-family: 'FontAwesome';
    content: '';
    color: #CCC;
    position: absolute;
    pointer-events: none;
    top: 6px;
    right: 15px;
}*/

#gs_tti50 {
    background: transparent;
}

input.gsc-search-button {    
    position: absolute !important;
    right: 25px !important;
    top: 10px !important;
    background-image: url('/img/searchicon.png') !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
}

header input.gsc-search-button {
    right: 15px !important;
}

.search {
    width: 220px;
}

.gsc-control-cse .gsc-table-result {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.gsc-orderby-container {
    display: none;
}

.pagination .pag-current, .gsc-results .gsc-cursor-box .gsc-cursor-page {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px !important;
    margin-right: -1px !important;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd !important;
    text-decoration: none !important;
    color: #00833f !important;
    font-weight: normal !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	background-color: #eee !important;    
    border-color: #ddd !important;
}

.pagination .pag-current,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #00833f !important;
    border-color: #00833f !important;
    color: #ffffff !important;
}

.pagination .pag-current:hover,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
    background-color: #009c4b !important;
    border-color: #009c4b !important;
}

.gs-title, .gs-title b {
    font-family: 'Open Sans', Arial, sans-serif !important;
	font-size: 17.5px !important;
	font-weight: normal !important;
    line-height: 27px !important;
    color: rgb(20, 153, 207) !important;
    text-decoration: none !important;
}

.gs-webResult .gs-snippet {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    color: #777777 !important;
    margin-top: 5px;
}

.gsc-control-cse .gsc-table-result {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    color: rgb(20, 153, 207) !important;
}

.paginate_button {
    float: left;
    margin: 0 !important;
}

#header .search {
    /*visibility: hidden;*/
}

#searchnext,#searchprev { display: none; }

/* brce */
.brceSection {
    margin-bottom: 20px;
    clear: both;
}

.brceCallout.pull-right {
    margin-left: 20px;
}

.brceCallout.pull-left {
    margin-right: 20px;
}
.brceCalloutCaption {
    text-align: center;
    font-size: 85%;
}
.brceCalloutEmbedCode {
    display: none;
}
.brceServiceLineFileTitle {
    display: none;
}
.brceSection .brceBody img {
    max-width: 100%;
}

.nav-tabs li a, .nav-tabs li a:hover {
    color: rgb(20, 153, 207);
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border-top-color: #7EBD26;
    color: rgb(20, 153, 207);
}

.blockUI.blockMsg {
    color: white;
}

#buttonRowToFix {
    margin-bottom: 20px;
}

#buttonRowToFix.ccpFixedButtonRow {
    position: fixed;
    top: 70px;
    z-index: 100;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
}

#buttonRowToFix > .container {
    margin-left: -15px;
}

#buttonRowToFix.ccpFixedButtonRow > .container {
    margin-left: auto;
}

.btn-primary.btn-blue {
    background-color: rgb(20, 153, 207);
    border-color: rgb(20, 153, 207) !important;
}

#contentContributorDashboard table, #contentContributorDashboard table .btn {
    font-size: 12px;
}

article.post .post-date .month {
    background-color:rgb(0, 131, 63);
}

/* Flyout Menu */

.flyoutWrapper {
	margin-bottom: 20px;
}

.flyout a:hover {
    text-decoration: none;
}

.flyout > ul > li a {
    color: black;
}
    
.flyout > ul > li > a:before {
    content: '';
    font-family: 'FontAwesome';
    margin-right: 7px;
}

@media (max-width: 991px) {    
	.flyout ul ul {
        margin-left: 20px;
    }
    
    .flyout {
        padding: 10px 0;
    }
    
    
#header > .secondContainer {
	height: auto;
        padding-top:15px;
}
}

@media (min-width: 992px) {
    
    .flyout li {
        position: relative;
        width: 100%;
    }
    
    .flyout > ul > li > a {
        width: 100%;
        display: inline-block;
        padding: 15px 10px;
        border-bottom: 1px solid #F5F5F5;
    }
    
    .flyout > ul > li:hover > a {    
        background-color: #8FC563;
        border-radius: 4px;
        color: white;
    }
    
    .flyout > ul ul {
        display: none;
    }
    
    .flyout li:hover > ul {
        width: 100%;
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        z-index:10;
    }
    
    .flyout > ul > li > ul a {    
        color: white;
        text-decoration: none;
    }
    
    .flyout > ul > li > ul > li {
        background-color: #6CA43F;
    }
    
    .flyout > ul > li > ul > li:hover {
        background-color: #609837;
    }
    
    .flyout > ul > li > ul > li > ul > li {
        background-color: #7FB651;
    }
    
    .flyout > ul > li > ul > li > ul > li:hover {
        background-color: #72AA47;
    }
    
    .flyout > ul > li > ul > li > ul > li li {
        background-color: #83BD57;
    }
    
    .flyout > ul > li > ul > li > ul > li li:hover {
        background-color: #8FC563;
    }
    
    .flyout > ul ul a {
        width: 100%;
        display: inline-block;
        padding: 15px 10px;
        border-bottom: 1px solid #7EB454;
    }
    
    .flyout > ul ul li:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    .flyout > ul ul li:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    .flyout > ul ul li:last-child a {
        border-bottom: none;
    }
    
    .flyout ul ul li.hasSubMenu > a:after {
        content: '';
        font-family: 'FontAwesome';
        right: 10px;
        position: absolute;
    }
}

.research-top {
    text-align: center;
    height: 300px;
    color: white;
    background: grey;
    background-image: url(/client/img/Research-Header.jpg);
    background-position: top left;
    margin-bottom: 70px;
    background-size: cover;
}

.kaizen-top {
    text-align: center;
    height: 300px;
    color: white;
    background: black;
    background-image: url(/client/img/kaizen-header-1600.jpg);
    background-position: top left;
    margin-bottom: 70px;
    background-size: cover;
}

.kaizen-header {
    height: 100%;
    display: table;
}

.kaizen-header h1 {
    color: white;
    text-shadow: 2px 2px 2px #757575;
    font-size: 56px;
    line-height: 70px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 120px;
}

.kaizen-sub-header {
    color: #23958D;
}

.kaizen-news ul {
    display: none;
}



@media (max-width: 991px) {  
    .kaizen-top {
    	height: 175px;
    }
    
    .kaizen-header h1 {
        padding-top: 25px;
    }
}

.microsite-news {
    margin-bottom: 20px;
}

.microsite-news-date {
    color: black;
    font-size: 14px;
    margin-bottom: 5px;
}

.microsite-news-title a {
    color: rgb(0, 131, 63);
    font-size: 20px;
}

.microsite-hr {
    margin: 25px 0;
    height: 1px;
    background: #D5D5D5;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #D5D5D5));
}