@charset "UTF-8";

html, body {

}

/* BOOOTSTRAP FIXES */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}

.dnnCheckbox .mark, .dnnRadiobutton .mark {
	background:none !important;
}

.ehCurrentContent {
    overflow: auto !important;
}

.dnnSortable {
    min-height: 0 !important;
}

.DNNEmptyPane {
	padding:0 !important;
}

.DNNEmptyPane.EditBarEmptyPane {
	display:none !important;
}

a {
	/*text-decoration:none !important;*/
}

#PageBody a:hover {
	color:#71AD19 !important;
	text-decoration:underline !important;
}


body#Body {
	font-size: 14px;
	color: #636466;
	background-size:cover;
	background-attachment:fixed;
	background-color: #0057a8;
	background-image: url(images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.DNNEmptyPane {
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 0 !important;
}

.dnnDragHint {
	height: auto !important;
	cursor: default;
	outline: none;
}

ul.socialLinks, .FooterTopPane ul {
	float:right;
	margin:0 0 0 30px;
	padding:0;
}

ul.socialLinks li, .FooterTopPane ul li {
	list-style: none;
	display:inline-block;
	padding:0 3px;
}

.FooterTopPane a:hover {
	color:#8eb954 !important;
}

ul.separatedList {
	margin:0;
	display:inline-block;
}

ul.separatedList li {
	border-right:1px solid #fff;
	margin:5px 10px 0 0;
	padding:0 10px 0 0;
	font-size:12px;
	line-height:12px;
	list-style: none;
	display:inline-block;
}

ul.separatedList li:last-child {
	border-right:0;
	margin-right:0;
	padding-right:0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.FooterTopPane ul li:last-child {
	border-right:0;
}

header {
	position:relative;
}

header .container {
	position:relative;
	background:#fff;
}

header .headerTop {
	background:url(images/header-background.png) repeat-x left bottom #abd272;
	height:108px;
}

header .logo {
	position:absolute;
	top:0;
	left:5px;
	z-index:1;
}

header .logoMobileMenu {
	width:125px !important;
}

header .topNav {
	margin-top:30px;
	padding-right:30px;
}

header .mainNav {
	padding-right:30px;
}

header .socialLinks {
	
}

header .socialLinks li {
	
}

header .MainArt {
	margin-top:6px;
	min-height:100px !important;
}

header .MainArt p {
	margin:0 !important;
	padding:0 !important;
}

/* mobile menu*/

#mobileLogin, .mobileNav {
	display:none;
}

.MobileMenu {
	float:right;
}

.btnMobileMenu {
	display:none;
	font-size:42px;
}

a.btnMobileMenu span.glyphicon {
	float:left;
	line-height: 42px;
	top:0;
}

.btnMobileMenu:hover {

}

.btnMobileMenu .faLabel {
    float: left;
    line-height: 42px;
    padding-left: 6px;
}

.MobileNav {
	display:none;
	background: none repeat scroll 0 0 #f5f0c5;
	top:0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

div#PageBody {
	background-color:#fff;
}

	div#PageBody > .row {
		padding:15px 30px;
	}


footer, footer .Normal {
	color:#fff;
}

footer a {
	color:#fff !important;
}

footer {
	font-family:'Raleway', sans-serif;
	font-size:12px;
	font-weight:500;
	margin-bottom:60px;
}

footer strong {
	font-family:'Raleway', sans-serif;
	font-weight:700;
}

footer .footerTop {
	background:#124476;
	width:100%;
	display:table;
}

footer .logo {
	display:table-cell;
	vertical-align:middle;
	padding:15px 15px 15px 15px;
	width:126px;
}

footer .FooterTopPane {
	display:table-cell;
	vertical-align:middle;
	font-family:'Raleway', sans-serif;
	font-weight:500;
}

	footer .FooterTopPane ,footer .FooterTopPane .Normal {
		font-family:'Raleway', sans-serif;
		font-weight:500;
	}

	.FooterTopPane ul {
		margin-left:0;
	}

footer .socialLinks {
    display: table-cell;
    padding-right: 30px;
    text-align: right;
    vertical-align: middle;
    width: 178px;
}

footer ul.socialLinks {
	margin-left:0;
}

footer .footerBottom {
	background:#8eb954;
	padding: 15px 30px;
}

footer .footerBottom a {
	color:#fff !important;
}

footer .footerBottom a:hover {
	color:#000 !important;
}

footer .copyright {
	padding-right:15px;
}


.dnnForm.RequestForm .dnnFormItem INPUT, .dnnForm.RequestForm .dnnFormItem TEXTAREA, .dnnForm.RequestForm .dnnFormItem SELECT {
	width: 60%;
}

.dnnForm.RequestForm .dnnFormItem LABEL {
    width: 130px;
}

.dnnFormItem.dnnFormHelp p.dnnFormRequired span, .dnnForm input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired {
    border-left: 5px solid #71ad19;
}


.BIGideasNews-ListItem {
	border-bottom:1px dotted #ccc;
	margin-bottom:18px;
	padding-bottom:6px;
}

.NewsSidebarContent .BIGideasNews-ListItem {
	border-top:3px solid #fff;
	border-bottom:0;
	margin:0;
	padding:12px 0;
}

.NewsSidebarContent .BIGideasNews-ListItem:first-child {
	border:none;
}

	.BIGideasNews-ListItem h2 {
		text-decoration:underline !important;
		color:#454547 !important;
	}
	
	.BIGideasNews-ListItem a:hover h2 {
		color:#71AD19 !important;
	}

	.BIGideasNews-ListItem h1, .BIGideasNews-ListItem h2, .BIGideasNews-ListItem h3 {
		margin:3px 0; padding:0;
	}
	
	.BIGideasNews-ListItem p {
		margin:6px 0; padding:0;
	}
	
	div.NewsActionLinks {
		text-align:right;
		margin-bottom:6px;
	}
	
		div.NewsActionLinks a {
			color:#8E460C;
			padding:0 10px;
		}
	
	.NewsActionBtn {
		font-size:11px;
	}

.articlesHome > ul {
	margin-top:-50px;
}

div.NewsAdmin {text-align:center; margin:12px 0;}

	div.NewsAdmin a {font-size:12px;font-weight:bold;padding:0 10px;color:#8E460C;}


a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
	background:none;
	background-color: #71AD19;
	color:#fff;
	text-decoration:none !important;
}
	a.dnnPrimaryAction:hover {
		background-color: #0057A8;
	}

/* PRINT STYLESHEET */

@media print {
	
	div#dnnCPWrap {
		display:none;
	}
	
	body, body#Body, div#Canvas {
		background-color: #fff;
	}
	
	div#Footer, div#Footer a.FooterLink, .FooterLink {
		color:#0057a8;
	}
	
}



/* DNN DEFAULTS */


a, a:link, a:visited, a:active {color:#0057a8;}

img {border:none;}

.paneOutline {
	border:0;
	background-color:#eee;
}

.ClearAll {
	clear:both;
	height:0px;
	font-size:0px;
}

.DNNEmptyPane {
	width:0;
	height:0;
	border:none;
	padding:0;
	margin:0;
	font-size:0;
}


/* SCROLL UP */

#scrollUp {
	bottom: 5px;
	right: 20px;
	padding: 5px;
	color: #454547;
	font-size:42px;
	line-height:24px;
	opacity:0.50;
	text-align:center;
}

#scrollUp:hover {
	opacity:0.9;
	text-decoration:none !important;
}

.ScrollUpLabel {
	font-size:18px;
	line-height:18px;
	display:block;
	padding-top:3px;
}

.plant {
	margin-bottom:20px;
}

.plant h2 {
	margin-top:0;
}

ul.faq {
	margin:0;
	padding:0;
	list-style:none;
}

ul.faq > li {
	margin:30px 0;
	padding:0;
}

a.faq-question {
	font-size:14px !important;
	line-height:18px !important;
	font-weight:bold !important;
	margin:0 !important;
	color:#71ad19 !important;
}

.faq-answer {
	font-size:12px !important;
	line-height:16px !important;
	margin-top:10px;
	font-weight:bold;
}

.expandMessage {
	font-size:10px;
	line-height:14px;
	color:#999;
}

.notificationPane {
	text-align:center;
	display:none;
	width:100%;
}

.notificationPane .alert-red {
	
}

.notificationPane .alert {
	background:#FF9;
	margin-bottom:0;
	border-radius:0;
	padding-top:10px;
	padding-bottom:10px;
}

.notificationPane, .notificationPane .Normal {
	color:#34424e;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}

.notificationPane p {
	margin:3px 0;
}

.notificationPane .dnnPrimaryAction {
	font-size:12px;
	line-height:18px;
	padding:3px 8px;
	margin: 0 5px;
	text-decoration:none !important;
	text-transform:uppercase;
}

.notificationPanefixed {
	position:fixed;
	z-index:9999;
	top:0;
}

.notificationPane.dnnModuleManager.dnnSortable {
	min-height:0 !important;
}

.notificationPane .alert-red {
	background:#e34444;
}

.notificationPane .alert-red, .notificationPane .alert-red .Normal {
	color:#fff;
}

.fullWidthButtons {
	margin:0 auto 15px auto;
}

.fullWidthButtons td {
	padding:3px 0;
}

.fullWidthButtons a.dnnPrimaryAction {
	width:100%;
	margin:3px 0;
}