/* cmsms stylesheet: Buddy010_v1.2-Main modified: Monday, May 25, 2026 1:10:38 PM */
@charset "utf-8";
/* ----------------------------------------------
	Main CSS Document - CMS Template Buddy
	Template No.: 010 - Nexus
	Version 1.2 / for CMSMS 2.2.22+
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/* #Color variables
================================================== */

/* #Reset 
================================================== */
	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, font, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	/* tables still need 'cellspacing="0"' in the
	? markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	*, *::after, *::before {
    	box-sizing: border-box;
	}
	
/* #Basic Styles
================================================== */
	html, body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	body {
		font: 400 .875rem/160% 'Noto Sans', Arial, Helvetica, sans-serif;
		background: #222;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Noto Serif', 'Times New Roman', serif;
		font-weight: normal; 
		line-height: 130%;
		color: #444;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
		font-weight: inherit; 
	}
	h1 { 
		font-size: 2.4rem; 
		margin-bottom: 24px;
	}
	h2 { 
		font-size: 2rem; 
		margin-bottom: 18px; 
	}
	h3 { 
		font-size: 1.6rem; 
		margin-bottom: 10px; 
	}
	h4 { 
		font-size: 1.25rem; margin-bottom: 8px; 
	}
	h5 { 
		font-size: 1rem; 
	}
	h6 { 
		font-size: .875rem; 
	}
	.subheader { 
		color: #999; 
	}
	p { 
		margin: 0 0 20px 0; 
	}
	p img { 
		margin: 0; 
	}
	p.lead { 
		font-size: 1.4rem; 
		color: #999;  
	} 
	.fourBlocksContent p, 
	.specialbox p, 
	.NewsSummarySummary	p, 
	.NewsPostDetailSummary p { 
		margin: 0; 
	}
	.topWrapper p {
		margin: 2px 0 0;
	}
	em { 
		font-style: italic; 
	}
	strong { 
		font-weight: 600; 
	}
	small { 
		font-size: 80%; 
	}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 1.1rem; 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: .75rem; color: #444; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #444; }

	hr { border: solid #DDD; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #6388da; 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; }
	.main img { margin: 8px 20px; }

/* #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; }
	
	
/* #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
================================================== */	
	.container { 
		position: relative; 
		max-width: 1140px;
		width: 100%; 
		margin: 0 auto; 
		padding: 0 1rem; 
	}
	.topWrapper	{
		font-size: 90%; 
		padding: 4px 0; 
		color: #999;
	}
	.topContent {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header { 
		background: #6388da url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/header-bg.png) no-repeat center top; 
		border-bottom: 10px solid rgba(0,0,0,.2);
	}
	.headerContent {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0;
	}
	.navigation {
		display: flex;
	}
	.contentWrapper { 
		background: #F6F6F6; 
		color: #444;
		border-top: 10px solid #E2E2E2; 
		border-bottom: 10px solid #E2E2E2;
		padding-bottom: 40px;
	}
	.main {
		flex-grow: 1;
	}
	.bottomWrapper { 
		font-size: 95%;
		border-bottom: 1px solid #424242; 
		padding: 30px 0;
		background: #222; 
		color: #999; 
	}
	.bottomContent {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}
	.bottomContent > div {
		width: 100%;
	}
	.breadcrumbsSearch {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 85%; 
	}
	.breadcrumbs {
		flex-grow: 1;
		margin-right: 10px;
	}
	.mainContent {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.news-container, .sidebar {
		width: 100%;
	}
	.fourBlocks {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}
	.fourBlocks > div {
		width: 100%;
	}
	footer {
		color: #999; 
		font-size: 90%;
		padding: 30px 0;
	}
	.logo {
		flex-grow: 1;
		}
		.logo a	{
			height: 60px;
			width: 200px;
			display: block;
			margin: 10px 0 0;
			border: none;
			font-size: 1.2rem;
			}
			.logo a:hover {
				text-decoration:none;
				}
			.logo h1 {
				margin:0;
				padding:0;
			}
	.error_message, .error { 
		color: red; 
	}
	.specialbox	{ 
		font-family: 'Noto Serif', Georgia, "Times New Roman", Times, serif; 
		font-size: 1.2rem; 
		line-height: 150%;
		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.4rem;
		margin: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #424242;
	}
	.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: #6388da url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/to-top.svg) no-repeat 0 -2px;
		text-indent: -9999px;
		transition: opacity .2s;
		-moz-transition: opacity .2s;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
	}
	#totoplink a:hover {
		opacity: .8;
	}
	.noScroll {
    	overflow: hidden;
	}
	.backdrop {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: opacity ease-in-out 0.2s;
		background-color: black;
		z-index: -1;
		pointer-events: all;
	}
	.backdrop.active {
		z-index: 1000;
		opacity: .7;
	}

/* #Social Network
================================================== */
 	.social-icons-block {
		display: flex;
		justify-content: flex-end;
		gap: 4px;
	}
	.social-icon {
		display: block;
		width: 25px;
		height: 25px;
		background-image: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/social-icons.svg);
		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;
	}
	.youtube {
		background-position: 0 -25px;
	}
	.pinterest {
		background-position: 0 -75px;
	}
	.feed {
		background-position: 0 -100px;
	}
	.facebook:hover,
	.twitter:hover,
	.youtube:hover,
	.pinterest:hover,
	.feed:hover	{
		opacity: .9;
	}

/* #Four Blocks Content
================================================== */
	.fourBlocksImage { 
		background: #000 url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/magnifying-glass.svg) 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 { 
		width: 100%;
		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: inline-block;
		text-decoration: none;
		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: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-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: 2px 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;
		overflow: visible;
		min-height: 200px;
	}
	.NewsSummary { 
		margin: 6px 0 10px 0;
		max-width: 100%;
 	    height: auto;
		display: flex;
		flex-direction: column;
		overflow: visible;
		}
		.NewsSummaryRow	{ 
			display: flex; 
			overflow: hidden; 
			border-bottom: 1px dotted #abacb0; 
			margin-top: 4px; 
			font-size: 90%; 
		}
		.NewsSummaryLink a { 
			display: block;
			font-size: 1rem;
			line-height: 1.2rem;
			font-weight: 600;	
			border: none; 
		}
		.NewsSummarySummary,
		.NewsSummaryContent	{ 
			margin: 10px 0; 
			line-height: 140%;
		}
		.NewsSummaryPostdate {
			margin: 0px 6px 2px 0;
			background: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/clock.svg) no-repeat 0 center;
			padding-left: 28px;
		}
		.NewsSummaryMorelink a {
			padding: 0 0 8px 0;
			margin: 0 0 6px 0;
		}
	.NewsDetailRow {
		display: flex;
		overflow: hidden;
		padding: 4px 10px 4px 4px;
		background: #F8F8F8;
		border: 1px solid #E5E5E5;
		color: #999;
		}
		.NewsDetailRowSeparator	{
			padding: 0;
			margin: 0 4px;
		}
		.NewsPostDetailDate {
			margin: 0;
			background: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/clock.svg) no-repeat 0 top;
			background-size: 18px 18px;
			padding-left: 28px;
			color: #222;
		}
		.NewsPostDetailSummary {
			line-height: 150%;
			margin: 10px 0 0;
			padding: 10px 0;
			border-bottom: 1px dotted #DDD;
			color: #222;
		}
		.NewsPostDetailCategory {			
			margin: 0;
			padding: 0;
		}
		.NewsPostDetailCategory span {
			color: #222;
		}
		.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;
			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 {
		display: flex;
		align-items: flex-start;
		padding: 0 4px;
		overflow: hidden;
		background: #E6E6E6;
		margin: 6px 0 4px 0;
		}
		.firstpage a {
			display: block;
			padding: 0;
			margin: 2px;
			width: 20px;
			height: 20px;
		}
		.prevpage a {
			display: block;
			padding: 0;
			margin: 2px;
			width: 10px;
			height: 10px;
		}
		.nextpage a {
			display: block;
			padding: 0;
			margin: 2px;
			width: 10px;
			height: 10px;
		}
		.lastpage a {
			display: block;
			padding: 0;
			margin: 2px;
			width: 20px;
			height: 20px;
		}
		.pagetext {
			padding: 0 4px;
			margin: 2px 2px 2px 0px;
			color: #999;
		}

/* #Search
================================================== */
	.search {
		text-align: right;
		background: #FAFAFA;
		padding: 0;
		margin: 0;
		width: calc(50%);
		}
		.search input {
			position: relative;
			background: none;
			width: 100%;
			height: 36px;
			vertical-align: middle;
			margin: 0;
			padding: 0 0 0 8px;
			border: 0;
			font-size: .875rem;
			color: #999;
			border: 1px solid #E2E2E2;
			border-radius: 2px;
		}
		.search input:focus {
			border: 1px solid #424242;
		}
		.search input.searchBtn {
			position: absolute;
			right: 18px;
			top: 8px;
			border: 0;
			background: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/search.svg) no-repeat 0 0;
			width: 20px;
			height: 20px;
			margin: 0 4px 0 3px;
		}
		.search input.searchBtn:hover {
			border: 0;
			background: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/search.svg) no-repeat -20px 0;
			width: 20px;
			height: 20px;
			margin: 0 4px 0 3px;
		}
		.search form {
			margin: 0;
		}

/* #Forms
================================================== */
.formbuddy {
	width: 100%;
	max-width: 100%;
}
.form-row {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
}
.form-row-buttons {
	display: flex;
	gap: 8px;
}
.formbuddy input[type="text"], .formbuddy input[type="email"], .formbuddy input[type="password"], .formbuddy textarea {
	background-color: #EEE;
    border: none;
    font-size: 1rem;
    margin: 0 0;
    padding: 12px 10px;
    min-width: 290px;
    color: #222;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.formbuddy input:hover, .formbuddy input:focus, .formbuddy textarea:hover, .formbuddy textarea:focus, .formbuddy select:hover, .formbuddy checkbox:hover {
	background: #DDD;
}
.formbuddy label {
	margin-bottom: 8px;
	color: #333;
}
.formbuddy button.submit {
	padding: 8px 12px;
    margin: 12px 0;
    font-size: 0.875rem;
    text-decoration: none;
    border: none;
	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: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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 button.submit:hover {
	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 */
}
.formbuddy button.reset {
	padding: 8px 12px;
	margin: 12px 0;
	font-size: 0.875rem;
	text-decoration: none;
	background: #DDD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	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 button.reset:hover {
	background: #D0D0D0;
}
.formbuddy.formfooter {
	max-width: 100%;
}
.formbuddy.formfooter input[type="text"], .formbuddy.formfooter input[type="email"], .formbuddy.formfooter input[type="password"], .formbuddy.formfooter textarea {
	background-color: #111;
	color: #EEE;
 }
.formbuddy.formfooter input:hover, .formbuddy.formfooter input:focus, .formbuddy.formfooter textarea:hover, .formbuddy.formfooter textarea:focus, .formbuddy.formfooter select:hover, .formbuddy.formfooter checkbox:hover {
	background: #333;
}
.formbuddy.formfooter label {
	color: #FAFAFA;
}

/*
 * jQuery FlexSlider v2.1
 * Copyright 2012 WooThemes
 * Contributing Author: Tyler Smith
 */
 
/* 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; overflow: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; 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 {
    display: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: rgba(0, 0, 0, 0.5);
    bottom: 30px;
	top: auto;
    color: #DDD;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    right: 30px;
    line-height: 18px;
    position: absolute;
    text-align: left;
	margin: 0;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	border-radius: 6px;
	overflow-y: auto;
}
.flex-caption h2 {
	color: #FAFAFA;
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.readmore-slider {
	display: block;
	color: #AfA9C7;
	background: rgba(0,0,0,.7);
	height: 27px;
	padding: 0 17px;
	line-height: 27px;
	text-shadow: none;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	border-radius: 4px;
}
.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(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/bg_direction_nav.svg) 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: 12px;}
	.flexslider:hover .flex-prev {opacity: 0.8; left: 12px;}
	.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%; 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: #CBD4D8;
		border-style: solid;
		border-width: 1px;
		margin: 1.2em 0;
		width: 100%;
	}
	th {
		font-weight: bold;
	}
	thead th {
		background: #D7DCE0;
	}
	th, td, caption {
		border-color: #CBD4D8;
		border-style: solid;
		border-width: 1px 1px 0;
		padding: 4px 10px 4px 5px;
	}
	tbody tr:nth-child(2n) td, tbody tr.even td {
		background: #EEE;
	}
	tfoot {
		font-style: italic;
	}
	caption {
		background: #EEEEEE;
	}

/* ----------------------------------------------
	
        Menu stylesheet - Top and Bottom menus

------------------------------------------------- */

/* Main Menu Dropdown - based on Superfish v1.7.9
http://users.tpg.com.au/j_birch/plugins/superfish/
------------------------------------------------- */
	.mainNav {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		height: 42px;
		padding: 0;
	}
	.mainNav ul	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: outside;
		position: relative;
		line-height: 1.5rem; 
		z-index: 1000;
		display: none;
		gap: 4px;
	}
	.mainNav ul a	{
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #FFF; /* default link color */
		margin: 0;
		transition: color .1s;
		-moz-transition: color .1s;
		-webkit-transition: color .1s;
		-o-transition: color .1s;
	}
	.mainNav ul a:hover	{
		background-color: #FFF;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #222;
	}
	.mainNav ul a span	{
		padding: 4px 14px;
	}

	/* first level */
	.mainNav ul li	{
		position: relative;
		padding: 0;
		margin-bottom: 0;
	}
	.mainNav ul li:last-child a	span {
		border-right: none;
	}
	.mainNav ul li:first-child a span {
		border-left: none;
	}
	.mainNav ul li.menuparent {
		position: relative;
	}
	.mainNav ul li.menuparent::after {
		content: '';
		position: absolute;
		width: 22px;
		height: 7px;
		top: 16px;
		right: 0px;
		background: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/activeparent.svg) no-repeat 95% center;
		background-size: 22px 7px;
	}
	.mainNav ul li.menuparent a	span {
		padding-right: 30px;
	}
	.mainNav ul li.menuparent.sfHover,
	.mainNav ul li.menuparent a:hover {
		background-color: #FFF;
		color: #222;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.mainNav ul li.menuparent.sfHover::after,
	.mainNav ul li.menuparent a:hover::after,
	.mainNav li.menuactive.menuparent > a.menuactive::after {
		content: '';
		position: absolute;
		width: 22px;
		height: 7px;
		top: 16px;
		right: 0px;
		background-image: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/activeparent-hover.svg);
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: 22px 7px;
	}
	.mainNav ul li.menuparent.sfHover > a {
		color: #222;
	}
	.mainNav ul li.menuactive > a	{
		color: #FFF;
		background-color: rgba(255,255,255,.1) ;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-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);
	}
	/* second level */
	.mainNav ul ul {
		position: absolute;
		display: none;
		background: #FFF;
		width: 15.2em;
		line-height: 1.2rem;
		top: 38px;
		z-index: 9;
		-webkit-border-radius: 4px;		
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
	}
	.mainNav ul li ul a	{
		height:auto;
		background-image: none;
		border-top: 1px dotted #DDD;
		padding: 10px 18px 10px 18px;
		color: #747474;
		border-radius: 0; */
	}
	.mainNav ul ul a span	{
		border-right: none;
		border-left: none;	
		padding: 0; 
	}
	.mainNav ul li ul li:last-child a	{
		border-bottom: none;
	}
	.mainNav ul li ul li:first-child a	{
		border-top: none;
	}
	.mainNav ul li.menuparent li a:hover	{
		background-color: #F2F2F2;
		color: #222;
	}
	.mainNav ul li.menuparent li.menuparent::after,
	.mainNav ul li.menuparent li:hover a::after {
		background-image: none;
	}
	.mainNav ul li.menuparent li a .sectionheader,
	.mainNav ul li.menuparent li a:hover .sectionheader	{
		color: #747474;
	}
	.mainNav ul li.menuparent li.menuparent > a	{
		background: #FFF url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/arrow-right.svg) no-repeat right center;
		background-size: 22px 12px;
	}
	.mainNav ul li.menuparent li.menuparent.menuactive > a::after	{
		background-image: none;
	}
	.mainNav ul li.menuparent li.menuparent.sfHover > a	{
		background: #F2F2F2 url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/arrow-right-hover.svg) no-repeat right center;
		background-size: 22px 12px;
	}
	.mainNav ul ul li.menuactive > a {
		background-color: #FFF;
		font-weight: 500;
		box-shadow: none;
		color: #6388da;
	}

	/* third level */
	.mainNav ul li ul ul a {
		padding: 10px 18px 10px 18px;
	}
	.mainNav ul li.menuparent li.menuparent li a {
		background: #FFF;
		border-top:1px dotted #DDD;
	}
	.mainNav ul li.menuparent li.menuparent li a:hover {
		background: #F2F2F2;
	}
	.mainNav ul li.menuparent li.menuparent li a.menuactive	{
		background: #FFF;
	}
	.mainNav ul li.menuparent li.menuparent li a:hover.menuactive {
		background: #F2F2F2;
	}
	.mainNav ul ul ul {
		top: 0;
		border-radius: 4px;
	}	
	.mainNav ul li ul ul {
		left: 15.2em;
		margin: 0;
	}
	.mainNav ul li:hover ul ul, .mainNav ul li:hover ul ul ul, .mainNav ul li:hover ul ul ul ul {
		display: none;
	}
	.mainNav ul li:hover ul, .mainNav ul li li:hover ul, .mainNav ul li li li:hover ul, .mainNav ul li li li li:hover ul {
		display: block;
	}
	.mainNav ul li ul li:last-child li a	{
		border-bottom: none;
	}
	.mainNav ul li.parent li.parent li:first-child a	{
		border-top: none;
	}
	.mainNav ul li ul li:last-child li:last-child a	{
		border-bottom: 1px dotted #CCC;
	}

	/*sectionheader classes*/
	.mainNav li.sectionheader {
		padding: 0;
		color: #FFF;
	}
	.mainNav li.sectionheader li span,
	.mainNav li li.sectionheader span {
		border: none;
		font-weight: 500;
		color: #444;
	}
	.mainNav li hr.separator {
		width: 1px;
		padding: 2px 0;
		height: 20px; 	
		box-sizing: content-box;
		background-color: #AAA;
		margin: 6px 20px;
		border: 0;
	}
	.mainNav li li hr.separator {
		width: auto;
		height: 1px;
		padding: 0px 22px;
		margin: 4px 0;
		margin: 0;
	}

	/* Mobile Navigation
	------------------------------------------------- */
	.mobile-nav-trigger {
		display: block;
		flex-shrink: 0;
		width: 45px;
		height: 45px;
		text-indent: -9999px;
		border-left: rgba(255,255,255,.2) solid 1px;
		overflow: hidden;
		margin-left: 10px;
	}
	.mobile-nav-trigger span {
		position: relative;
		display: block;
	}
	.mobile-nav-trigger span:before {
		content: "";
		position: absolute;
		left: 16px;
		top: 16px;
		width: 20px;
		height: 2px;
		background: #FFF;
		box-shadow: 0 6px 0 0 #FFF, 0 12px 0 0 #FFF;
	}
	.mobile-nav-trigger.active span:before {
		background: #FFF;
		box-shadow: 0 6px 0 0 #FFF, 0 12px 0 0 #FFF;
	}
	.mobile-title {
		color: white;
	}
	.mobile-close {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 1.25rem;
		font-weight: 600;
		letter-spacing: -1px;
		padding: 0 0 0 20px;
		height: 60px;
	}
	.mobile-close a {
		display: block;
		width: 60px;
		height: 60px;
		background-image: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/mobile-close.svg);
		background-repeat: no-repeat;
		background-position: center right;
	}
	.mobile-navigation {
		transform: translateX(-100%);
		transition: all ease 0.2s;
		position: fixed;
		z-index: 1001;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-y: auto;
		width: 320px;
		background-color: #FFF;
	}
	.mobile-navigation.active {
		transform: translateX(0);
	}

	/* first level */
	.mobile-nav {
		display: block;
		list-style: none; 
		margin: 0;
		padding: 16px 12px;
	}
	.mobile-nav li {
		margin: 4px 0;
		padding: 0;
		float: none;
	}
	.mobile-nav li a {
		font-size: 14px;
		font-weight: 500;
		padding: 10px 16px;
		display: block;
		color: #333;
	}
	.mobile-nav li a.menuactive,
	.mobile-nav li a:hover {
		text-decoration: none;
		background-color: #F2F2F2;
		border-radius: 4px;
		color: #6388da;
	}

	/* second level */
	.mobile-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mobile-nav ul li a {
		padding-left: 30px;
	}

	/* third level */
	.mobile-nav ul ul {
		list-style: none;
	}
	.mobile-nav ul ul li a {
		padding-left: 60px;
	}


/* Bottom Menu (1 level)
================================================== */
	.footerNav {
		font-size:100%;
		}
		.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;
			display: block;
			transition: color .2s;
			-moz-transition: color .2s;
			-webkit-transition: color .2s;
			-o-transition: color .2s;
			color: #999; /* default link color */
		}
		/* 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;
		}
/* cmsms stylesheet: Buddy010_v1.2-Mobile modified: Monday, May 25, 2026 12:35:12 PM */
@charset "utf-8";
/* ----------------------------------------------
	Mobile CSS Document - CMS Template Buddy
	Template No.: 010 - Nexus
	Version 1.2 / for CMSMS 2.2.22+
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/* #Media Queries
================================================== */

/* sm : Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) {
	.fourBlocks > div {
		width: calc(50% - 30px);
	}
}

/* md : Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) {
	.search input.searchBtn {
		top: 8px;
		right: 22px;
	}
	.flex-caption {
   		display: flex;
		width: 400px;
		padding: 10px 16px 20px 16px;
	}
	.NewsPostDetailDate {
		background: url(https://www.graphicnet.biz/CMSMS-2-2-22/uploads/designs/tpl-buddy-010_v1.2/clock.svg) no-repeat 0 center;
	}
}

/* lg : Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.mainNav ul {
		display: flex;
	}
	.mobile-navigation,
	.mobile-nav-trigger,
	.mobile-title {
		display: none;
	}
	.mainContent {
		flex-direction: row;
		justify-content: space-between;
	}
	.container { 
		padding: 0 1.2rem; 
	}
	.news-container, 
	.sidebar {
		width: calc((50% - 45px)/2);
		flex-shrink: 0;
	}
	.fourBlocks {
		flex-wrap: nowrap;
	}
	.bottomContent {
		flex-direction: row;
	}
	.bottomContent > div {
		width: calc((100% - 60px)/2);
	}
	.search {
		width: calc((50% - 45px)/2);
	}
	.flex-caption {
		padding: 20px 24px 30px 24px;
	}
	.formbuddy {
		max-width: 540px;
	}
}

/* xl : Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/**/
}
