@import url('https://fonts.googleapis.com/css?family=Quicksand');

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 1.3;
	background-color: #DCE4ED;
}
a:link, a:visited {
	color: #1360C6;
	text-decoration: underline;
}

a:hover, a:active {
	color: #1360C6;
	text-decoration: none;
}

hr {
	border-top-color:#F6AA06;
	color:#F6AA06;
}

.primaryColorBg, .accordion-section-title.active, .accordion-section-title:hover  {
	background-color: #1360C6;
}

.primaryColorText, .primaryColorText a, h2, h3, h1 {
	color: #1360C6;
}

.secondaryColorBg, .accordion-section-title, .calendarhead, .dirviewtitle {
	background-color: #9FC343;
}

.secondaryColorText, .secondaryColorText a {
	color: #9FC343;
}

.tertiaryColorBg {
	background-color: #fff;
}

.tertiaryColorText {
	color: #fff;
}

.minSize {
	min-height: calc(100vh - 54px);
}
.neg-margin {
	margin-left: -15px;
	margin-right: -15px;
}

.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}
.smwhite > div {
	text-align: right !important;
}

.copyright {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.copyright a:link, .copyright a:visited {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover, .copyright a:active {
	color: #fff;
	text-decoration: underline;
}

.smwhite {
	color: #1360C6;
	text-align: right;
	margin: 5px 0;
}

.smwhite a:link, .smwhite a:visited {
	color: #1360C6;
	text-decoration: underline;
}
.smwhite a:hover, .smwhite a:active {
	color: #1360C6;
	text-decoration: none;
}

.title {
	font-size: 28px;
	font-weight: bold;
	color: #1360C6;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 8px;
}
.title2 {
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #667C2C;
}

.boldtext {
	color: #37B6D9;
	font-weight: bold;
}

.boldtext2 {
	color: #990000;
	font-weight: bold;
}

.colortext {
	color: #6A822D;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6A822D;
}

.organizerlight {
	background-color: #F2F4F7;
}

.dirviewrow {
	background-color: #F1F3F5;
}

.dirviewtitle, .calendarhead {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

.socialicons {
	margin-top: 8px;
	text-align: right;
}

.socialicons .social-network {
	display: inline-block;
	height: 39px;
	width: 40px;
	margin: 0 2px;
	background-repeat: no-repeat;
	background-position: top left;
}

.socialicons .social-network:hover {
	opacity: .8;
	transition: opacity .3s;
}

.socialicons .facebook {
	background-image: url('/grfx/icons_social_facebook.png');
}
.socialicons .linkedin {
	background-image: url('/grfx/icons_social_linkedin.png');
}
.socialicons .instagram {
	background-image: url('/grfx/icons_social_instagram.png');
}
.socialicons .twitter {
	background-image: url('/grfx/icons_social_twitter.png');
}

/* back-to-top classes */
.back-top-icon {
	position: absolute;
	width: 35px;
	height: 35px;
	background-position-y: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
	border: 0px !important;
	margin-right: 15px;
}
.back-top {
	background: url(../grfx/backtotop.png) no-repeat top left;
	background-position: 0 0;
}
.back-top:hover, .active .back-top {
	background-position: 0 -40px;
}
.back-top-spacing {
	position: relative;
	float: right;
	margin-top: -25px;
}
@media (max-width: 768px) {
	.back-top-spacing {
		position: absolute;
		float: none;
		margin-top: 0;
		right: 0;
	}
	.back-top-spacing2 {
		height: 35px;
		margin-top: 5px;
	}
}

@media (min-width: 992px) {
	/* Color of main nav text */
	.nav > li > a {
		color: #1360C6 !important;
		font-weight: bold;
	}
	/* Color of main nav on hover, along with the hover color of the bar that appears below text */
	.nav > li:hover > a {
	color: #666 !important;
	}
	/* Color of caret on main nav */
	.nav li.dropdown>.dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .nav li.dropdown>a:focus .caret {
		border-top-color: #CADAE8;
		border-bottom-color: #CADAE8;
	}
	/* Color of drop down menu text */
	.nav li ul li a {
		color: #747678;
	}
	/* Color of drop down menu text hover */
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
		color: #000 !important;
	}
	/* Color of drop down background */
	.nav li ul {
		background: #f5f7f8;
	}
	/* Border around drop down menu */
	.nav li:hover ul {
		border: 1px solid #d9dddf;
	}
	/* Color of border on bottom of drop down nav text */
	.nav li ul li {
		border-bottom: 1px solid #d9dddf;
	}
}

/* Responsive small title text color, title changes to text when it gets below 979px */
@media (max-width: 991px) {
	a.navbar-brand {
		color: #777;
		/*text-shadow: 0 1px 0 #333;*/
		text-decoration: none;
	}
	/* Color for main nav links on small responsive
	   Color of Background rollover
	*/
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
		text-decoration: none;
		font-weight: bold;
	}
	/* Color of caret on responsive */
	.nav li.dropdown>.dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .nav li.dropdown>a:focus .caret {
		border-top-color: #08c;
		border-bottom-color: #08c;
	}
	/* Color of nav text when you hover AND background hover */
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #000;
		background: #f2f2f2;		
	}
}


.mycontainer {
	padding-left: 7px;
	padding-right: 7px;
}
.header1 {
	height: 7px;
}
.logo {
	padding: 15px;
}

/* --------------------------------------------------------	*/
/*	Main Classes */
/* --------------------------------------------------------	*/

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site {
	padding: 0;
}

.space5 {
	height: 5px;
	clear: both;
}

.space10 {
	height: 10px;
	clear: both;
}

.space15 {
	height: 15px;
	clear: both;
}

.space20 {
	height: 20px;
	clear: both;
}

.space25 {
	height: 25px;
	clear: both;
}

.space30 {
	height: 30px;
	clear: both;
}

.space50 {
	height: 50px;
	clear: both;
}

.brand a:link, .brand a:visited
{
	text-decoration: none;
}

.navbar .brand {
	padding-left: 0;
}

.navbar {
	position: relative;
	background-color: transparent;
	font-size: 20px;
	border: none;
	height: auto;
}
.navbar li {
	padding: 0;
}

@media (max-width: 992px) {
	.brand {
		text-align: center;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.navbar-collapse {
		max-height: none;	
	}
	
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}
	.sidebar-nav .navbar ul {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.myside {
		position: absolute;
		width: 240px;
		float: left;
	}
	.mycontainer {
		margin-left: 200px;
		float: left;
	}
	.nospanpad {
		padding: 0;
	}
	
	.navContainer {
		width: 210px;
	}
	
	.contentContainer {
		width: 758px;
	}
	
	.navbar .nav > li, .navbar .nav {
		float: none !important;
	}
	
	.row-padding  {
		padding: 0 30px;
	}
	
	.headerbg {
		background: url(../grfx/header.jpg) repeat-y;
		padding: 15px 0;
	}
	
	.headerpad {

		padding-top: 15px;
		padding-bottom: 15px;
	}
	.headerpad:after {
		clear: both;
	}
	
	.navbar .container-fluid, .navbar-collapse {
		padding: 0;
	}

	.navbar-header {
		display: none;
	}
	
	.nav > li > a {
		padding: 5px 10px 5px 0;
		text-decoration: none;
		border-bottom: 1px solid #CCC;
	}
	
	.nav > li:last-child > a {
		background: transparent !important;
	}
	
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		border-color: #fff;
	}
	
	.open > .dropdown-menu {
		display: none;
	}
	
	/* Dropdowns */
	.dropdown-menu {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.nav li ul {
		display: none;
		z-index: 99;
		margin: 0px;
		padding: 10px 20px 10px 20px;
		background: #f5f7f8;
		float: left;
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
	}
	
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	
	.nav li ul li {
		font-size: 13px;
		margin: 0px;
		padding: 0px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		border-bottom: 1px solid #d9dddf;
	}
	.nav li ul li:last-child {
		border-bottom: none;
	}
	
	.nav li ul li a {
		color: #747678;
		padding: 10px 0px 10px 0px;
		margin: 0px;
		display: block;
		text-decoration: none;
	}
	
	.nav li ul li:hover a {
		color: #0044AA;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background: none;
	}
}

@media(min-width:1200px){
	.contentContainer {
		width: 958px;
	}
}

@media (max-width: 991px) {
	.navbar {
		margin-bottom: 0;
	}
	
	.brand {
		display: none !important;
	}
	
	.brand {
		display: block !important;
	}
	.logo img {
		margin: 15px auto;
	}
	
	.navbar {
		margin-bottom: 0;
	}
	
	.navbar-inner {
		background: transparent;
		border: none;
		padding: 0 20px !important;
	}
	.ResponsiveNavHide {
		display: none !important;
	}
}

/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

table {
	border-radius: 0px !important;
}

th, td {
	border-radius: 0px !important;
}

/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/

#footer {
	position: relative;
	padding: 20px 0;
}

#footer hr {
	background: #484848;
	height: 1px;
	border: 0px;
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion .calendarhead {
	font-size: 16px;
	font-weight: normal;
}

.accordion a:link.calendarhead, .accordion a:active.calendarhead  {
	text-decoration: none;
}
.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:visited, .accordion-section-title:link {
	color: #fff !important;
}
.accordion-section-title.active, .accordion-section-title:hover {
    background-color: #1360C6;
}

.accordion-section-content {
	background-color: #fff;
}

.accordion-arrow {
	margin-top: 4px !important;
}

/*********************************/
/*** Masonry Boxes And Home Page Boxes ****/
/*********************************/
.gridBoxes-container, .homebox {
	border: 4px solid #9FC343;
	background-color: #fff;
	border-radius: 15px;
}
.gridBoxes-title, .title2 {
	background-color: #9FC343;
	color: #fff;
	font-size: 24px;
}
.gridBoxes-item {
	border: none;
}

.homeboxcontent td {
	padding: 15px;
}

.homebox {
	
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padded-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
}

.padded-table td, .padded-table th {
    padding: 5px;
}