@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: #34689A;
	background-image: url(../grfx/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited {
	color: #39607D;
	text-decoration: underline;
}

a:hover, a:active {
	color: #39607D;
	text-decoration: none;
}

.primaryColorBg, .calendarhead, .dirviewtitle, .accordion-section-title {
	background-color: #34689a;
}

.primaryColorText, .primaryColorText a, h1, h2, h3 {
	color: #34689a;
}

.secondaryColorBg {
	background-color: #323232;
}

.secondaryColorText, .secondaryColorText a {
	color: #323232;
}

.loginLinks > div, .loginLinks {
	text-align: right !important;
}
.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}

.copyright {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}

.copyright a:link, .copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover, .copyright a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.smwhite {
	color: #FFFFFF;
}

.title {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.title2 {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #27496C;
	border-bottom: 1px solid #E8E8E8;
}

.boldtext {
	color: #990000;
	font-weight: bold;
}

.boldtext2 {
	color: #39607D;
	font-weight: bold;
}

.colortext {
	color: #39607D;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #39607D;
}

.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');
}

.logo {
	padding: 15px 0;
}

@media (max-width: 991px) {
	.logo img {
		margin: 0 auto;
	}
	.socialicons {
		text-align: center;
	}
	.loginExtraClass {
		margin: 10px 0;
	}
	.loginLinks > div, .loginLinks {
	    text-align: center !important;
	}
}

/* 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;
	right: 0;
	top: -10px;
}
.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;
}

@media (max-width: 768px) {
	.back-top {
		display: none !important;
	}
}

@media (min-width: 992px) {
	/* Color of main nav text */
	.nav > li > a {
		color: #5B5C5E !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: #5B5C5E !important;
		border-bottom: 2px solid #fff !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: #08c;
		border-bottom-color: #08c;
	}
	/* Color of drop down menu text */
	.nav li ul li a {
		
	}
	/* 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;		
	}
}

.site {
	padding: 10px 40px;
	background: #fff;
	border: 1px solid #9AA6AB;
    min-height: 85vh;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.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;
	color: #777;
}

.navbar {
	position: relative;
	background-color: #fff;
	font-size: 20px;
	border: none;
	border-bottom: 1px solid #cbcfd1;
}

@media (min-width: 992px) {
	.navbar .container-fluid, .navbar-collapse {
		padding: 0;
	}

	.navbar-header {
		display: none;
	}
	
	.navbar {
		height: 55px;
	}
	
	.nav > li > a {
		background: url(../grfx/menu-divider.png) right center no-repeat !important;
		padding: 15px 24px 16px 22px;
		border-bottom: 2px solid #fff;
		text-decoration: none;
	}
	
	.nav > li:last-child > a {
		background: transparent !important;
	}
	
	.nav > li:hover > a {
		border-bottom: 2px solid #0044AA !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;
	}
	
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	
	.nav li ul li {
		font-size: 13px;
		margin: 0px;
		padding: 0px;
		width: 160px;
		-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: #000;
		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;
	}	
}

/* Responsive */
@media (max-width: 991px) {
	.navbar-header {
		display: block;
	}
	
	.site {
		padding: 10px 15px !important;
	}
}
/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

table {
	border-radius: 0px !important;
}

th, td {
	border-radius: 0px !important;
}

/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/

#footer {
	position: relative;
	padding: 20px 41px 20px 41px;
	border-bottom: 2px solid #060606;
}

#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: #66a2eb;
}

.accordion-section-content {
	background-color: #fff;
}

.accordion-arrow {
	margin-top: 4px !important;
}

/*********************************/
/*** Masonry Boxes And Home Page Boxes ****/
/*********************************/
.gridBoxes-container, .homebox {
	border: 4px solid #34689a;
	background-color: #fff;
	border-radius: 15px;
}
.gridBoxes-title, .title2 {
	background-color: #34689a;
	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;
}
