@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:700&display=swap');

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 1.3;
	background-color: #fff;
}

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #990000;
	text-decoration: none;
}

.primaryColorBg, .calendarhead, .dirviewtitle, .accordion-section-title.active, .accordion-section-title:hover {
	background-color: #3c4f33;
}

.primaryColorText, .primaryColorText a, h2, h3, h1, a {
	color: #3c4f33;
}

.secondaryColorBg {
	background-color: #dce5ee;
}

.secondaryColorText, .secondaryColorText a {
	color: #dce5ee;
}



h1 {
	font-size: 40px;
}

.copyright {
	font-size: 14px;
	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;
}
.title {
	letter-spacing: 1px;
}

.title2 {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.boldtext {
	color: #3f526a;
	font-weight: bold;
}

.boldtext2 {
	color: #3f526a;
	font-weight: bold;
}

.colortext {
	color: #3f526a;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #394224;
}

.organizerlight {
	background-color: #F2F4F7;
}

.dirviewrow {
	background-color: #F1F3F5;
}

.dirviewtitle, .calendarhead {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2d507b;
}

/* Header */

header {
	padding-top: 28px;
	background: #d6dde7 url('/grfx/header_repeat.jpg') repeat;
}

.headerRound {
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: 0px -3px 15px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px -3px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 15px -5px rgba(0,0,0,0.75);
}

.headerPad {
	padding: 20px;
}

.dividerLine {
	height: 14px;
	background-color: #3c4f33;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.5);
}

.socialicons {
	margin-top: 8px;
	text-align: right;
}

.socialicons .social-network {
	display: inline-block;
	height: 31px;
	width: 32px;
	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');
}

.header-login {
	color: #606a70;
	text-align: right;
	margin-top: 20px;
}
.header-login > .ca {
	text-align: inherit;
}

.header-login a:link, .header-login a:visited {
	color: #606a70;
	text-decoration: underline;
}

.header-login a:hover, .header-login a:active {
	color: #3f526a;
	text-decoration: none;
}

.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}
.login-links > div {
	text-align: right !important;
	display: inline;
}

@media (max-width: 991px) {
	.socialicons {
		text-align: center;
	}

	.header-login {
		text-align: center;
	}
}

main {
	background: #f3f8fb url('/grfx/body_bg.jpg');
}

@media (min-width: 992px) {
	
	/* Color of main nav text */
	.navbar-default .navbar-nav > li > a {
		color: #a5221f;
		font-weight: bold;
		text-align: center;
	}
	/* Color of main nav on hover, along with the hover color of the bar that appears below text */
	.nav > li:hover > a {
		color: #a5221f !important;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #425266;
	}
	.navbar-default .navbar-nav > li:last-child, .navbar-default .navbar-nav > li.navBlank {
		border-bottom: none;
	}
	
	/* Color of caret on main nav */
	.nav li.dropdown>.dropdown-toggle .caret {
		border-top-color: #425266;
		border-bottom-color: #425266;
	}
	 .navbar .nav li.dropdown>a:hover .caret, .nav li.dropdown>a:focus .caret {
		border-top-color: #d6d6d6;
		border-bottom-color: #d6d6d6;
	 }
	
	/* 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: #fff !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) {
	
	.smwhite {
		color: #000;
		text-align:center;
	}
	.smwhite a:link, .smwhite a:visited {
		color: #000;
		text-decoration: underline;
	}
	
	.smwhite a:hover, .smwhite a:active {
		color: #000;
		text-decoration: none;
	}
	
	a.navbar-brand {
		color: #425266 !important;
		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: #425266;
		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: #425266;
		border-bottom-color: #425266;
	}
	/* 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;		
	}
	.dropdown-menu {
		font-size: 20px;
	}
}

/* Footer background color */
footer {
	background-color: #3c4f33;
	padding: 20px 0;
	margin-top: -10px;
    -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);
}

.contentpad {
	padding: 0 20px 40px;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.brand a:link, .brand a:visited
{
	text-decoration: none;
}

.navbar .brand {
	padding-left: 0;
}

.row-padding:after {
	display: table;
	line-height: 0;
	content: "";
}

.navbar {
	position: relative;
	background-color: transparent;
	font-size: 20px;
	border: none;
	height: auto;
}
.navbar li {
	padding: 0;
}

.imgContainer {
	margin: 0 -15px;
	box-shadow: 0 5px 3px -3px rgba(0,0,0,0.5);
}

.navBg {
    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);
    min-height: 75vh;
}

@media (min-width: 992px) {
	.navbar-collapse {
		max-height: none;
	}
	
	.navContainer {
		width: 210px;
	}
	.navWrapper {
		padding: 20px 0;
	}
	.navBg {
		background: #fff url('/grfx/nav_repeat.png') repeat-y top left;
		box-shadow: 8px 0 15px -4px rgba(0, 0, 0, 0.25), -8px 0 8px -4px rgba(0, 0, 0, 0.25);
	}
	
	.contentContainer {
		width: 760px;
	}
	
	.navbar .nav > li, .navbar .nav {
		float: none !important;
	}
	
	.row-padding  {
		padding: 0 30px;
	}
	
	.headerbg {
		background: url(../grfx/header.jpg);
		padding: 15px 0;
	}
	
	.headerpad {

		padding-top: 15px;
		padding-bottom: 15px;
	}
	.headerpad:after {
		clear: both;
	}
	
	.brand {
		display: none !important;
	}
	
	.navbar .container-fluid, .navbar-collapse {
		padding: 0;
	}

	.navbar-header {
		display: none;
	}
	
	.nav > li > a {
		padding: 12px 10px;
		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: 0px;
		padding: 0;
		background: #fff;
		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: 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: none;
	}
	.nav li ul li:last-child {
		border-bottom: none;
	}
	
	.nav li ul li a {
		color: #606a70;
		padding: 12px 15px;
		margin: 0px;
		display: block;
		text-decoration: none;
	}
	
	.nav li ul li:hover a {
		color: #fff;
		background-color: #3f526a;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background: none;
	}	
}
@media(min-width:1200px){
	.contentContainer {
		width: 960px;
	}
}

@media (max-width: 991px) {
	.logo {
		margin: 0 auto;
	}
	.navbar-header {
		display: block;
	}
	
	.row-padding {
		padding: 0 15px;
	}
	
	.navbar {
		margin-bottom: 0;
	}
	
	.navbar-inner {
		background: transparent;
		border: none;
		padding: 0 20px !important;
	}
	
	.contentpad {
		padding: 0 0 40px;
	}
	
	.ResponsiveNavHide {
		display: none !important;
	}
	
}

@media (max-width: 767px) {
	.imgContainer {
		margin: 0 -15px;
	}
	
}

/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

table {
	border-radius: 0px !important;
}

th, td {
	border-radius: 0px !important;
}

/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/

#footer {
	padding: 20px 0 20px 0;
}

#footer hr {
	background: #484848;
	height: 1px;
	border: 0px;
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion .calendarhead {
	font-weight: bold;
}

.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;
	background-color: #3c4f33;
	border-left: 11px solid #435837;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background-color: #3c4f33;
	border-left: 11px solid #435837;
}

.accordion-section-content {
	background-color: #fff;
}

.accordion-arrow {
	display: none;
}

/*********************************/
/*** Masonry Boxes And Home Page Boxes ****/
/*********************************/
.gridBoxes-container, .homebox {
	border: 4px solid #3f526a;
	background-color: #fff;
	border-radius: 15px;
}
.gridBoxes-title, .title2 {
	background-color: #3f526a;
	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;
}