@charset "utf-8";
/* ----------------------------------------------
	Color CSS Document - CMS Template Buddy
	Template No.: 010
	Version: 1.01
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */
     /* Stylesheet: tpl-buddy-010 // Color Modified On 2015-10-21 17:01:12 */
/* ----------------------------------------------
	Base CSS Document - CMS Template Buddy
	Template No.: 010
	Version: 1.01
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: normal 80%/185% 'Droid Sans', Arial, Helvetica, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #444;
		font-family: 'Droid Serif', "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 38px; line-height: 50px; margin-bottom: 24px;}
	h2 { font-size: 30px; line-height: 40px; margin-bottom: 18px; }
	h3 { font-size: 24px; line-height: 34px; margin-bottom: 10px; }
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 8px; }
	h5 { font-size: 16px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #999; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #999;  }
	#topWrapper p, .fourBlocksContent p, .specialbox p, .NewsSummarySummary	p, #NewsPostDetailSummary p { margin: 0; } /*Reset paragraph margin */
	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #999; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #2871af; text-decoration: none; outline: 0; }
	a:hover, a:focus { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img, img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.padding-bottom { padding-bottom: 20px !important; }
	.padding-top { padding-top: 20px !important; }
	
	
/* #Base 960 Grid 
================================================== */

	.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
	.column, .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
	.row { margin-bottom: 20px; }
	
	/* Nested Column Classes */
	.column.alpha, .columns.alpha 				{ margin-left: 0; }
	.column.omega, .columns.omega 				{ margin-right: 0; }
	
	.container .one-third.column				{ width: 290px; }
	.container .two-thirds.column				{ width: 610px; }
	
	/*****************************
		12 Column
	*****************************/
	
	/* Base Grid */
	.container .one.column 						{ width: 50px;  }
	.container .two.columns 					{ width: 130px; }
	.container .three.columns 					{ width: 210px; }
	.container .four.columns 					{ width: 290px; }
	.container .five.columns 					{ width: 370px; }
	.container .six.columns 					{ width: 450px; }
	.container .seven.columns 					{ width: 530px; }	
	.container .eight.columns 					{ width: 610px; }
	.container .nine.columns 					{ width: 690px; }
	.container .ten.columns 					{ width: 770px; }	
	.container .eleven.columns 					{ width: 850px; }	
	.container .twelve.columns 					{ width: 930px; }
	
	/* Offsets */	
	.container .offset-by-one 					{ margin-left: 80px;  }
	.container .offset-by-two 					{ margin-left: 160px; }
	.container .offset-by-three 				{ margin-left: 240px; }
	.container .offset-by-four 					{ margin-left: 320px; }
	.container .offset-by-five 					{ margin-left: 400px; }
	.container .offset-by-six 					{ margin-left: 480px; }
	.container .offset-by-seven 				{ margin-left: 560px; }
	.container .offset-by-eight 				{ margin-left: 640px; }
	.container .offset-by-nine 					{ margin-left: 720px; }
	.container .offset-by-ten 					{ margin-left: 800px; }
	.container .offset-by-eleven 				{ margin-left: 880px; }

/* #Clearing
================================================== */

	/* Self Clearing Goodness */
	.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 
	
	/* Use clearfix class on parent to clear nested columns, 
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	.row:after,
	.clearfix:after {
	  clear: both; }
	.row, 
	.clearfix {
	  zoom: 1; }
	  
	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}
/* Stylesheet: tpl-buddy-010 // Base Modified On 2015-10-26 04:06:21 */
@charset "utf-8";
/* ----------------------------------------------
	Main CSS Document - CMS Template Buddy
	Template No.: 010
	Version: 1.01
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/* #Accessibility 
================================================== */
span.accesskey {
	text-decoration: none;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

/* #Common Styles
================================================== */
	body#pattern	{ 
		background: #222; 
	}
	#topWrapper		{ 
		color: #999; 
		font-size: 90%; 
		padding: 4px 0; 
	}
	header			{ 
		background: #2871af url(/uploads/tpl-buddy-010/header-bg.png) no-repeat center top; 
		border-bottom: 10px solid rgba(0,0,0,.2); 
	}
	#contentWrapper { 
		background: #F6F6F6; 
		color: #444; 
		border-top: 10px solid #E2E2E2; 
		border-bottom: 10px solid #E2E2E2
	}
	#bottomWrapper 	{ 
		color: #999; 
		border-bottom: 1px solid #424242; 
		font-size: 95%;
	}
	footer			{
		color: #999; 
		font-size: 90%; 
	}
	.logo a	{
		height:100px;
		width: 300px;
		display: block;
		margin: 2px 0 0;
		border: none;
		font-size: 18px;
		}
		.logo a:hover	{
			text-decoration:none;
			}
		.logo h1	{
			margin:0;
			padding:0;
		}
	.error_message	{ 
		color: red; 
	}
	.breadcrumbs	{ 
		font-size: 85%; 
	}

}
	.specialbox		{ 
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 20px; 
		font-style: italic; 
		text-align: center; 
		padding: 22px 0; 
	}
	.double-border	{ 
		width: 100%; 
		border-bottom: 1px solid #FFF; 
		border-top: 1px solid #DDD; 
	}
	#bottomWrapper h3	{
		font-size:1.6em;
		border-bottom:1px solid #424242;
		margin: 0;
	}
	#bottomWrapper h2, 
	#bottomWrapper h3, 
	#bottomWrapper h4, 
	#bottomWrapper h5, 
	#bottomWrapper h6	{
		color:#999;
	}
	#totoplink a	{
		display: block;
		display: none;
		z-index: 999; 
		opacity: .9;
		position: fixed;
		right: 20px;
		bottom: 20px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		width: 44px;
		height: 44px;
		background: #2871af url(/uploads/tpl-buddy-010/to-top.png) no-repeat 2px 0;
		text-indent:-9999px;
		transition: opacity .2s;
		-moz-transition: opacity .2s;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
	}
		#totoplink a:hover	{
			opacity: .8;
		}

/* #Social Network
================================================== */
	.social-icon	{
		display: block;
		float: right;
		width: 25px;
		height: 25px;
		margin: 0px 3px 0 1px;
		background-image: url(/uploads/tpl-buddy-010/social-icons.png);
		background-repeat: no-repeat;
		opacity: .4;
		transition: opacity .2s;
		-moz-transition: opacity .2s;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
	}
	.facebook	{
		background-position: 0 0;
	}
	.twitter	{
		background-position: 0 -50px;
	}
	.google		{
		background-position: 0 -25px;
	}
	.pinterest	{
		background-position: 0 -75px;
	}
	.feed		{
		background-position: 0 -100px;
	}
	.facebook:hover,
	.twitter:hover,
	.google:hover,
	.pinterest:hover,
	.feed:hover	{
		opacity: .9;
	}

/* #Four Blocks Content
================================================== */
	.fourBlocksImage { 
		background: #000 url(/uploads/tpl-buddy-010/magnifying-glass.png) no-repeat center center;
		margin: 0; padding: 0;
		border: 5px solid #FFF; 
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3); 
		-moz-box-shadow: 0 0 1px rgba(0,0,0,.3); 
		box-shadow: 0px 0px 1px rgba(0,0,0,.4); 
		line-height: 0;
	}
	.fourBlocksImage img { 
		transition: opacity .2s;
		-moz-transition: opacity .2s;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
	} 
	.fourBlocksImage img:hover {
		opacity:.3; 
	}
	.fourBlocksMoreLink a	{
		padding: 6px 10px;
		margin: 12px 0;
		display: block;
		text-decoration: none;
		float: left;
		background: #FFC155; /* Old browsers */
		background: -moz-linear-gradient(top, #FFC155 0%, #FFD384 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC155), color-stop(100%,#FFD384)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #FFC155 0%,#FFD384 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #FFC155 0%, #FFD384 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #FFC155 0%, #FFD384 100%); /* IE10+ */
		background: linear-gradient(to bottom, #FFC155 0%, #FFD384 100%); /* W3C */
		color: #613e19;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.4);
		-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.4);
		box-shadow: 0px 1px 1px rgba(0,0,0,.4);
	}
	.fourBlocksMoreLink a:hover	{
		text-decoration:none;
		background: #FFC155; /* Old browsers */
		background: -moz-linear-gradient(top,  #FFD384 0%, #FFC155 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD384), color-stop(100%,#FFC155)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #FFD384 0%,#FFC155 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #FFD384 0%,#FFC155 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #FFD384 0%,#FFC155 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #FFD384 0%,#FFC155 100%); /* W3C */
		border:none;
	}

/* #News
================================================== */
	.news	{
		margin-bottom: 26px;
		padding: 10px;
		border:1px solid white;
		background:#f0f0f0;
		-moz-box-shadow:0px 0px 1px #aaa;
		-webkit-box-shadow:0px 0px 1px #aaa;
		box-shadow:0px 0px 1px #aaa;
	}
	.NewsBanner		{ width:100%; }
	.NewsSummary	{ 
		margin: 4px 0 4px 0;
 	    max-width: 100%;
 	    height: auto;
 	    width: auto; /* ie8 fix*/
 	    width: 190px;
		}
		.NewsSummaryRow	{ 
			display: block; 
			overflow:hidden; 
			border-bottom: 1px dotted #abacb0; 
			margin-top: 4px; 
			font-size:90%; 
		}
		.NewsSummaryLink a	{ 
			font-size: 1.4em;	
			border:none; 
		}
		.NewsSummarySummary,
		.NewsSummaryContent	{ 
			margin: 10px 0; 
			font-size:11px; 
			line-height: 160%;
		}
		.NewsSummaryPostdate	{
			float:left;
			margin: 0px 6px 2px 0;
			background:url(/uploads/tpl-buddy-010/clock.png) no-repeat 0 2px;
			padding-left:22px;
		}
		.NewsSummaryMorelink {
			line-height:normal !important;
		}
		.NewsSummaryMorelink a	{
			padding: 0 0 8px 0;
			margin: 0px 0 6px 0;
			float: left;
		}
	.NewsDetailRow	{
		display: block;
		overflow:hidden;
		color: #999;
		margin-top: 11px;
		padding: 4px 10px 4px 4px;
		background: #f8f8f8;
		border: 1px solid #e5e5e5;
		}
		.NewsDetailRowSeparator	{
			float: left;
			padding:0;
			margin: 0 4px;
		}
		.NewsPostDetailDate {
			float:left;
			font-size: 90%;
			margin: 0;
			font-weight: bold;
			background:url(/uploads/tpl-buddy-010/clock.png) no-repeat 0 2px;
			padding-left:22px;
		}
		.NewsPostDetailSummary {
			line-height: 150%;
			margin: 10px 0 0;
			padding: 10px 0 0;
			color: #222;
			border-bottom: 1px dotted #ddd;
		}
		.NewsPostDetailCategory {
			float:left;
			margin: 0;
			padding: 0;
		}
		.NewsPostDetailCategory span {
			color: #222;
		}
		.NewsPostDetailAuthor {
			float:left;
		}
		.NewsPostDetailAuthor span {
			color:#222;
		}
		.NewsPostDetailContent {
			margin: 15px 0;
			line-height: 150%;
		}
		.NewsPostDetailTitle {
			margin: 0 0 4px 0;
		}
		.NewsPostDetailHorizRule {
			margin: 0;
		}
		.NewsPostDetailReturnLink {
			line-height:normal !important;
		}
		.NewsPostDetailReturnLink a {
			padding: 5px 8px 4px 8px;
			margin-top: 4px;
			margin-bottom:12px;
			float: left;
			border:1px solid #dadbdd;
			background-color: #fafafa;
		}
		.NewsPostDetailReturnLink a:hover {
			background-position: 4px -32px;
		}
	.news ul li {
		padding: 2px 2px 2px 5px;
		margin-left: 20px;
	}
	.news-pagination {
		padding: 0 4px;
		overflow: hidden;
		background: #e6e6e6;
		margin-bottom: 4px;
		}
		.firstpage a {
			float:left;
			display:block;
			padding: 0;
			margin: 2px;
			width: 20px;
			height: 20px;
		}
		.prevpage a {
			float:left;
			display:block;
			padding: 0;
			margin: 0;
		}
		.nextpage a {
			float:left;
			display:block;
			padding: 0;
			margin: 2px;
			width: 10px;
			height: 10px;
		}
		.lastpage a {
			float:left;
			display:block;
			padding: 0;
			margin: 2px;
			width: 20px;
			height: 20px;
		}
		.pagetext {
			float:left;
			display:block;
			padding: 0 4px;
			margin: 2px 2px 2px 0px;
			color: #999;
		}


/* #Search
================================================== */
	.search {
		text-align: right;
		background: #fafafa;
		padding: 0;
		margin: 0;
		border: 1px solid #E2E2E2;
		width: 208px;
		}
		.search input {
			background: none;
			width: 170px;
			height: 28px;
			vertical-align: middle;
			margin: 0 5px 0 0;
			padding: 2px 0 0 0;
			border: 0;
			color: #999;
			font-size: 12px;
		}
		.search input.searchBtn {
			border: 0;
			background: url(/uploads/tpl-buddy-010/search.png) no-repeat 0 0;
			width: 20px;
			height: 20px;
			margin: 0 4px 0 3px;
		}
		.search input.searchBtn:hover {
			border: 0;
			background: url(/uploads/tpl-buddy-010/search.png) no-repeat -20px 0;
			width: 20px;
			height: 20px;
			margin: 0 4px 0 3px;
		}
		.search form {
			margin: 0;
		}


/* #Forms
================================================== */
	.formbuddy	{
		padding:10px 2px;
		}
		.formbuddy div {
			margin:12px 0;
		}
		.formbuddy legend	{
			padding: 4px 0;
		}
		.formbuddy .submit input	{
			padding: 8px;
			margin:0;
			background: #2871af;		
			color: #EEE;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			border:none;
			-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.4);
			-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.4);
			box-shadow: 0px 1px 1px rgba(0,0,0,.4);
			}
			.formbuddy .submit input:hover	{
				text-decoration:none;
				background: #2871af;	opacity: .9;
				border:none;
				}
			.formbuddy input[type="text"], .formbuddy input[type="password"], .formbuddy textarea {
				background-color: #fafafa;
				border: 1px solid #d2d2d2;
				font-family: 'Droid Sans', sans-serif;
				font-size: 13px;
				margin: 0 10px 0 0;
				padding: 10px 6px;
				min-width: 240px;
				color: #636B73;
				transition: background-color .2s;
				-moz-transition: background-color .2s;
				-webkit-transition: background-color .2s;
				-o-transition: background-color .2s;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				border-radius:3px;
			}
			.formbuddy input:hover, .formbuddy input:focus, .formbuddy textarea:hover, .formbuddy select:hover, .formbuddy checkbox:hover {
				background: none repeat scroll 0 0 #fff;
				border: 1px solid #bec4c7;
			}
		.formbuddy textarea {
			overflow:auto;
		}
		.error_message	{
			color:red;
		}
		.textarea	{
			width: 240px;
		}

	.formbuddyfooter	{
		padding:0;
		margin:0;
		}
		.formbuddyfooter fieldset	{
			margin: 0 0 10px 0;
		}
		.formbuddyfooter div {
			margin: 10px 0 0;
		}

div.website, div.website * {
  display: none !important;
}

		.formbuddyfooter legend	{
			padding: 0;
			margin: 0;
		}
		.formbuddyfooter label	{
			font-size: 100%;
		}
		.formbuddyfooter .submit input	{
			background: #131313;
			color: #999;
			border: none;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			border-radius:2px;
			font-family: 'Droid Sans', sans-serif;
			padding: 8px 10px;
			margin: 0;
			transition: background-color .2s;
			-moz-transition: background-color .2s;
			-webkit-transition: background-color .2s;
			-o-transition: background-color .2s;
			text-shadow: none;
		}
		.formbuddyfooter .submit input:hover	{
			background: #424242;
		}
		.formbuddyfooter input[type="text"], .formbuddyfooter input[type="password"], .formbuddyfooter textarea {
			background: #101010;
			border: 1px solid #000;
			font-size: 90%;
			font-family: 'Droid-Sans', sans-serif;
			margin: 0 0 2px 0;
			padding: 6px 0px 6px 4px;
			width: 99%;
			box-sizing: border-box;
			color: #9E9D9D;
			transition: background-color .2s;
			-moz-transition: background-color .2s;
			-webkit-transition: background-color .2s;
			-o-transition: background-color .2s;
		}
		.formbuddyfooter input:hover, .formbuddyfooter input:focus, .formbuddyfooter textarea:hover, .formbuddyfooter select:hover, .formbuddyfooter checkbox:hover {
			background-color: #262626;
		}
		.formbuddyfooter textarea {
			overflow:auto;
		}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 99%; display: block; padding: 4px; border: 1px solid rgba(255,255,255,.4);-webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

.flex-caption {
	background: #333;
    background: rgba(0, 0, 0, 0.5);
    bottom: 40px;
    color: #C9C9C9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    font-size: 14px;
    right: 36px;
    line-height: 18px;
    padding: 15px;
    position: absolute;
    text-align: left;
    width: 240px;
	height: 110px;
	margin: 0;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	border-radius: 6px;
}
.flex-caption h2 {
	color: #FAFAFA !important;
	margin-bottom: 0 !important;
}
.readmore-slider {
	display: block;
	background: #444;
	background: rgba(0,0,0,.7);
	height: 27px;
	padding: 0 17px;
	font-size: 12px;
	line-height: 27px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-shadow: none;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	border-bottom-right-radius: 6px;

}
.readmore-slider:hover, .readmore-slider:active, .readmore-slider:focus {
	text-decoration:none;
	color: #FFF;
}

/* Direction Nav */
	.flex-direction-nav {*height: 0;}
	.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/uploads/tpl-buddy-010/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
	.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
	.flex-direction-nav .flex-prev {left: -36px;}
	.flexslider:hover .flex-next {opacity: 0.8; right: 10px;}
	.flexslider:hover .flex-prev {opacity: 0.8; left: 14px;}
	.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
	.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
	
	/* Control Nav */
	.flex-control-nav {width: 100%; position: absolute; text-align: center;}
	.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
	.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #808080; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
	.flex-control-paging li a:hover { background: #CCC; background: rgba(255,255,255,0.7); }
	.flex-control-paging li a.flex-active { background: #e5e5e5; background: rgba(255,255,255,0.9); cursor: default; }
	
	.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
	.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
	.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
	.flex-control-thumbs img:hover {opacity: 1;}
	.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Lists and Tables
------------------------------------------------- */
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:1.5em;
}
ul 	{
	list-style-type:disc;
}
ul li	{
	padding: 0.1em 0;
}
ol {	
	list-style-type:decimal;
}
ul ul,
ol ol {
	margin: 0.3em 1.5em 0.2em 0;
}
ul ul	{
	list-style-type:circle;
}
ul ul ul,
ol ol ol	{
	margin: 0.3em 1.5em 0.2em 0;
}
ul ul ul	{
	list-style-type: square;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-left:1.5em;
	margin-bottom: 0.4em;
}

table {
    border-color: #fefefe;
    border-style: solid;
    border-width: 0px;
    margin: 1.2em 0;
    width: 100%;
}
th {
    font-weight: bold;
}
thead th {
    background: #fefefe;
}
th, td, caption {
    border-color: #fefefe;
    border-style: solid;
    border-width: 0px 0px 0;
    padding: 4px 4px 4px 5px;
}
tbody tr:nth-child(2n) td, tbody tr.even td {
    background: #EEE;
}
tfoot {
    font-style: italic;
}
caption {
    background: #EEEEEE;
}

/*.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #F5F6F7;
  padding: 5px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  font-size: 18px;
  text-align: center;
}*/

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  /* This is better for small screens, once min() is better supported */
  /* grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); */
  gap: 1rem;
}
/* ----------------------------------------------
	
        Menu stylesheet - Top and Bottom menus

------------------------------------------------- */

/* Main Menu Dropdown - based on Superfish 1.4.8
http://users.tpg.com.au/j_birch/plugins/superfish/
------------------------------------------------- */

/*** ESSENTIAL STYLES ***/
    nav select {
      display: none;
    }

	#nav-wrap {	}
	/* menu icon */
	#menu-icon {
			display: none; /* hide menu icon initially */
	}
	.sf-menu, .sf-menu * {
		margin:			0;
		padding:		0;
		list-style:		none;
	}
	.sf-menu {
		line-height:	1.0;
	}
	.sf-menu ul {
		position:		absolute;
		top:			-999em;
		width:			16em; /* left offset of submenus need to match (see below) */
	}
	.sf-menu ul li {
		width:			100%;
	}
	.sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	.sf-menu li {
		float:			left;
		position:		relative;
	}
	.sf-menu a {
		display:		block;
		position:		relative;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			0em;
		top:			3.1em; /* match top ul list item height */
		z-index:		999;
	}
	ul.sf-menu li:hover li ul,
	ul.sf-menu li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li:hover ul,
	ul.sf-menu li li.sfHover ul {
		left:			16em; /* match ul width */
		top:			0;
	}
	ul.sf-menu li li:hover li ul,
	ul.sf-menu li li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li li:hover ul,
	ul.sf-menu li li li.sfHover ul {
		left:			16em; /* match ul width */
		top:			0;
	}
	
	/*** DEMO SKIN ***/
	.sf-menu {
		float:			right;
	}
	.sf-menu a {
		padding: 		0.8em 1.2em 0.9em 1.2em;
		text-decoration:none;
		text-shadow:	0 -1px 0 #666;
		background:		#5a8ec9;
		color:			#000000;
	}
	.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	}
	.sf-menu li.sfHover	a	{
		color:			#2871af;
		text-shadow:	none;	
	}
	.sf-menu li:first-child,
	.sf-menu li:first-child a {
		border-left:	none;
	}
	.sf-menu li li:last-child,	
	.sf-menu li li li:last-child,
	.sf-menu li li:first-child,
	.sf-menu li li li:first-child	{
		border:			none;
	}
	.sf-menu li li a {
		text-shadow:	none;
		padding: 		.8em 1.2em;
		border-top:		1px solid #ECECEC;
	}
	.sf-menu li.sfHover	li a,
	.sf-menu li.sfHover	li li a 	{
		color:			#333;
		text-shadow:	none;
		line-height:	1.4em;
		background:		#FFF;
	}
	.sf-menu li:hover, .sf-menu li.sfHover,
	.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
		background:			#FFF;
		color:				#333;
		outline:			0;
		text-shadow:		none;
		transition: 		background-color .2s;
		-moz-transition:	background-color .2s;
		-webkit-transition:	background-color .2s;
		-o-transition: 		background-color .2s;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.sf-menu li.menuactive a.menuactive {
		background: 		url(/uploads/tpl-buddy-010/nav-active-bg1.png) repeat-x;
		outline:			0;
		text-shadow:		none;
		transition: 		background-color .2s;
		-moz-transition:	background-color .2s;
		-webkit-transition:	background-color .2s;
		-o-transition: 		background-color .2s;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.4), inset 0 -1px 1px rgba(255,255,255,.6);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.4), inset 0 -1px 1px rgba(255,255,255,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.4), inset 0 -1px 1px rgba(255,255,255,.6);
	}
	.sf-menu li.sfHover li.sfHover a,
	.sf-menu li.sfHover li a:hover,
	.sf-menu li.sfHover li.sfHover:hover		{
		background:		#EEE; /* second level hover */
		border-radius:	0;
		color: 			#2871af;
	}
	.sf-menu li.menuactive a.menuactive:hover {
		color: 			#2871af;
	}
	.sf-menu li.sfHover li:last-child a,
	.sf-menu li.sfHover li:last-child a:hover,
	.sf-menu li.sfHover li:last-child:hover	{
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.sf-menu li.sfHover li.sfHover li a	{
		background:		#FFF;
		color:			#333;
	}
	.sf-menu li.sfHover li li a:hover	{
		background:		#EEE;
		color: 			#2871af;
	}
	.sf-menu li.sfHover li li:first-child a,
	.sf-menu li.sfHover li li:first-child a:hover,
	.sf-menu li.sfHover li li:first-child:hover	{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.sf-menu li.menuactive li.menuactive a.menuactive,
	.sf-menu li.menuactive li.menuactive li.menuactive a.menuactive {
		text-decoration:none;
		background:		#FFF;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		color: #2871af;
		font-weight: bold;
	}
	.sf-menu li.menuactive a.menuactive:hover,
	.sf-menu li.menuactive.menuparent a.menuactive:hover		{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/*** arrows **/
	.sf-menu a.sf-with-ul {
		padding-right: 	2.25em;
		min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	.sf-sub-indicator {
		position:		absolute;
		display:		block;
		right:			.75em;
		top:			1.05em; /* IE6 only */
		width:			10px;
		height:			10px;
		text-indent: 	-999em;
		overflow:		hidden;
		background:		url(/uploads/tpl-buddy-010/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	a > .sf-sub-indicator {  /* give all except IE6 the correct values */
		top:			1.1em;
		background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	/* apply hovers to modern browsers */
	a:focus > .sf-sub-indicator,
	a:hover > .sf-sub-indicator,
	a:active > .sf-sub-indicator,
	li:hover > a > .sf-sub-indicator,
	li.sfHover > a > .sf-sub-indicator {
		background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
	a.menuactive > .sf-sub-indicator { background-position: 0px -100px; }
	
	/* point right for anchors in subs */
	.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
	.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; top: 1.2em; }
	/* apply hovers to modern browsers */
	.sf-menu ul a:focus > .sf-sub-indicator,
	.sf-menu ul a:hover > .sf-sub-indicator,
	.sf-menu ul a:active > .sf-sub-indicator,
	.sf-menu ul li:hover > a > .sf-sub-indicator,
	.sf-menu ul li.sfHover > a > .sf-sub-indicator {
		background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
	
	/*** shadows for all but IE6 ***/
	.sf-shadow ul {
		background:	url(/uploads/tpl-buddy-010/shadow.png) no-repeat bottom right;
		padding: 0 8px 9px 0;
		-moz-border-radius-bottomleft: 17px;
		-moz-border-radius-topright: 17px;
		-webkit-border-top-right-radius: 17px;
		-webkit-border-bottom-left-radius: 17px;
	}
	.sf-shadow ul.sf-shadow-off {
		background: transparent;
	}
	
	/*** Section Header CMSMS ***/
	.sf-menu .sectionheader {
		padding: 		0.7em 0 0.9em 1.2em;
		text-decoration:none;
		text-shadow:	0 -1px 0 #666;
		background:		none;
		color:			#FFF;
		width: 			14.4em;
		}
	.sf-menu > .sectionheader {
		width: auto;	
		padding: 0.8em 1em;
		vertical-align:middle;
		cursor:pointer;
		line-height:160%;
	}
	.sf-menu li li.sectionheader,
	.sf-menu li.sectionheader li.sectionheader 	{
		color:			#333;
		text-shadow:	none;
		line-height:	1.4em;
		background:		#FFF;
	}

/* #Bottom Menu (1 level)
================================================== */
	.footerNav {
		float:left;
		font-size:100%;
		margin: 0 15px 20px 20px;
		}
		.footerNav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		/* menu list items */
		.footerNav li {
			list-style: none;
			margin: 0;
			border-bottom: 1px dotted #424242;
			padding:0;
		}
		.footerNav a, 
		.footerNav h3 span, 
		.footerNav .sectionheader span {
			padding: 10px 9px 10px 0px;
			margin: 0;
			text-decoration: none;
			color: #999; /* default link color */
			display: block;
			transition: color .2s;
			-moz-transition: color .2s;
			-webkit-transition: color .2s;
			-o-transition: color .2s;
		}
		/* hover state for links */
		.footerNav li a:hover {
			color: #EEE;	
		}
		.footerNav a span {
			padding: 6px 4px 0 0;
		}
		.footerNav li.menuactive a span {
			color: #fff;
		}
		.footerNav li.currentpage h3	{
			font-size:100%;
			border:none;
		}
		.footerNav li.currentpage h3 span { 
			padding: 14px 7px 6px 4px;
			color: #fff;
		}
		/* active parent, that is the first level parent of a child page that is the current page */
		.footerNav li.menuactive, 
		.footerNav li.menuactive a:hover {
			color: #EEE;
		}
/* Stylesheet: tpl-buddy-010 // Main Modified On 2025-06-11 15:07:52 */
