@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: #ede7de;
	background: url('/grfx/body_bg.png');
}

a:link, a:visited {
	
	text-decoration: underline;
}

a:hover, a:active {
	
	text-decoration: none;
}

.primaryColorBg, .calendarhead, .dirviewtitle, .accordion-section-title, .accordion-section-title.active, .accordion-section-title:hover {
	background-color: #383530;
}

.primaryColorText, .primaryColorText a, h2, h3, h1, a {
	color: #383530;
}

.secondaryColorBg {
	background-color: #b07048;
}

.secondaryColorText, .secondaryColorText a {
	color: #b07048;
}

.lineFadeGradient {
	background: rgb(126,81,53);
	background: linear-gradient(90deg, rgba(126,81,53,1) 0%, rgba(175,111,71,1) 50%, rgba(126,81,53,1) 100%);
}
.lineFade {
	height: 10px;
	margin: 0 -15px;
}

.logo {
	padding: 15px 0 15px 20px;
}
.copyright {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 20px;
	-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.25);
}

.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-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 13px;
}

.title2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #000;
}

.boldtext {
	color: #990000;
	font-weight: bold;
}

.boldtext2 {
	color: #39607D;
	font-weight: bold;
}

.colortext {
	color: #b07048;
}

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: #fff;
}

.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}

.row-login-links > div {
	text-align: right !important;
	display: inline;
}
.row-login-links {
	color: #FFF;
	margin-top: 25px;
}

.row-login-links a:link, .row-login-links a:visited {
	color: #FFF;
	text-decoration: none;
}
.row-login-links a:hover, .row-login-links a:active {
	color: #FFF;
	text-decoration: underline;
}

.socialicons {
	margin-top: 15px;
	text-align: right;
}

.socialicons .social-network {
	display: inline-block;
	height: 30px;
	width: 31px;
	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');
}


@media (max-width: 991px) {
	.logo {
		padding: 15px 0;
		margin: 0 auto;
	}
	.row-login-links {
		text-align: center;
	}
	.socialicons {
		text-align: center;
	}
}

.mainContentBg {
	background-color: #fff;
	box-shadow: 8px 0 15px -4px rgba(0, 0, 0, 0.25), -8px 0 8px -4px rgba(0, 0, 0, 0.25);
}

#bodyCopy {
	min-height: 55vh;
}
.contentPad {
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.back-top-spacing {
		position: absolute;
		float: none;
		margin-top: 0;
		right: 0;
	}
	.back-top-spacing2 {
		height: 35px;
		margin-top: 5px;
	}
}

@media (min-width: 992px) {
	.navContainer {
		background-color: rgba(56, 53, 38, 0.8);
		position: absolute;
		width: 100%;
		z-index: 20;
		-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.25);
		box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.25);
	}
	/* Color of main nav text */
	.nav > li > a {
		color: #fff !important;
		text-shadow: 0 1px 0 #000;
		font-weight: normal;
	}
	/* Color of main nav on hover, along with the hover color of the bar that appears below text */
	.nav > li:hover > a {
		color: #fff !important;
		border-bottom: 6px solid #b07048 !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: #fff;
		border-bottom-color: #fff;
	}
	/* Color of drop down menu text */
	.nav li ul li a {
		color: #747678;
	}c
	/* 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: none;
	}
	/* Color of border on bottom of drop down nav text */
	.nav li ul li {
		border-bottom: none;
	}
}

/* Responsive small title text color, title changes to text when it gets below 979px */
@media (max-width: 991px) {
	.dropdown-menu {
		font-size: 20px;
	}
	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: #000;
		border-bottom-color: #000;
	}
	/* 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;		
	}
}

.carousel-nopad {
	padding-left: 0;
	padding-right: 0;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.brand a:link, .brand a:visited
{
	text-decoration: none;
}

.navbar {
	position: relative;
	background-color: transparent;
	font-size: 20px;
	border: none;
	margin-bottom: 0;
}

.textureBg {
	background: url('/grfx/header_bg.jpg') top center no-repeat;
	background-size: cover;
}
.headerbg {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 992px) {
	
	
	.navbg {
		
	}
	
	.navbar .container-fluid, .navbar-collapse {
		padding: 0;
	}

	.navbar-header {
		display: none;
	}
	
	.navbar {
		height: 42px;
		min-height: 42px;
	}
	
	.nav > li {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.nav > li > a {
		background: url(../grfx/menu-divider.png) right center no-repeat !important;
		padding: 10px 15px;
		border-bottom: 6px solid transparent;
		text-decoration: none;
	}
	
	.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: 0;
		padding: 0;
		background: #fff;
        border-top: 6px solid #b07048 !important;
	}
	
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
		left: 50%;
        transform: translate(-50%, 0);
        margin-top: -6px;
	}
	
	.nav li ul li {
		font-size: 20px;
		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: #383530;
		padding: 10px 15px;
		margin: 0px;
		display: block;
		text-decoration: none;
		text-align: center;
	}
	
	.nav li ul li:hover a {
		color: #fff !important;
		background-color: #b07048;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background: none;
	}
}

/* Responsive */
@media (max-width: 991px) {
	.navbar-header {
		display: block;
	}
	
	input, select, textarea
	{
		width: 100%;
	}
}

/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

table {
	border-radius: 0px !important;
}

th, td {
	border-radius: 0px !important;
}

/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/

.footerLine {
	height: 10px;
	margin: 15px -15px 0 -15px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion .calendarhead {

}

.accordion-arrow {
	display: none;
}
.accordion a:link.calendarhead, .accordion a:active.calendarhead  {
	text-decoration: none;
	font-weight: bold;
}
.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:visited, .accordion-section-title:link {
	text-align: center;
	color: #fff;
	border-bottom: 6px solid #383530;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom: 6px solid #383530;
}
.accordion-section:last-child .accordion-section-title.active, .accordion-section:last-child .accordion-section-title:hover {
	border-bottom: 6px solid #b07048;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background-color: #383530;
	color: #b07048;
	border-bottom: 6px solid #b07048;
}

.accordion-section-content {
	background-color: #fff;
}

.accordion-arrow {
	margin-top: 4px !important;
}

/*********************************/
/*** Masonry Boxes And Home Page Boxes ****/
/*********************************/
.gridBoxes-container, .homebox {
	border: 4px solid #383530;
	background-color: #fff;
	border-radius: 15px;
}
.gridBoxes-title, .title2 {
	background-color: #383530;
	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;
}