@import url('https://fonts.googleapis.com/css?family=Muli');

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 1.3;
	background: url(/grfx/bg.jpg) repeat;
}

a:link, a:visited {
	color: #3c88a4;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3c88a4;
	text-decoration: none;
}

a[name] {
	padding-top: 80px;
	margin-top: -80px;
	display: inline-block; /* required for webkit browsers */
}

.primaryColorBg {
	background-color: #2d2d2d;
}
.primaryColorText, .primaryColorText a {
	color: #2d2d2d;
}
.secondaryColorBg, .calendarhead, .dirviewtitle, .accordion-section-title.active, .accordion-section-title:hover {
	background-color: #d2893a;
}
.secondaryColorText, .secondaryColorText a, .colortext {
	color: #d2893a;
}
.tertiaryColorBg {
	background-color: #000;
}
.tertiaryColorText {
	color: #000;
}

/* Header */
header {
	padding-bottom: 80px;
}

.navContainer {
	margin-top: -77px;
}
main {
	
}
main > .container {
	background-color: #fff;
}
.minHeight {
    min-height: 75vh;
}
.logo, .header-right {
	padding: 20px 0;
}
.header-right {
	text-align: right;
	line-height: 40px;
	color: #fff;
}
.header-right a:link, .header-right a:visited, .header-right a:hover, .header-right a:active  {
	color: #fff;
}
.header-right > span {
	display: inline-block;
	vertical-align: top;
}
.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}
.login-links > div {
	text-align: right !important;
	display: inline;
}

.loginExtraClass {
	display: inline;
}

main .slideshow {
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
}

.contentBg {
	background: url('../grfx/shadow_bg.png') repeat-x top left;
	padding: 25px 0;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 991px) {
	.logo {
		margin: 0 auto;
	}
	.header-right {
		text-align: center;
	}
}


/*********************************/
/*** Navigation ****/
/*********************************/
@media (min-width: 992px) {
	#navTransform.fixednavbg {
		position: fixed;
		z-index: 50;
		top: 0;
		width: 100%;
	}
}

.navContainer .container {
	background-color: #242424;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.navbg {
	
}
.navbar {
	position: relative;
	background-color: transparent;
	font-size: 22px;
	border: none;
	margin-bottom: 0;
	line-height: 1
}

@media (min-width: 992px) {
	.navbar > .container-fluid, .navbar-collapse {
		padding: 0;
	}
	.navbar-header {
		display: none;
	}
	.navbar, .navbg {
		min-height: 62px;
	}
	.navbar {
		text-align: center;
	}
	.navbar-nav {
		float: left;
	}
	.nav > li > a {
		background: url(../grfx/menu-divider.png) right center no-repeat !important;
	}
	/* Color of main nav text */
	.nav > li > a {
		color: #fff !important;
		padding: 21px 15px;
		text-decoration: none;
	}
	/* Color of main nav on hover, along with the hover color of the bar that appears below text */
	.nav > li:hover > a {
		color: #d2893a !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 hover */
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
		color: #d2893a !important;
		background-color: #242424;
	}
	.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;
		border: none;
	}
	
	.nav li ul {
		display: none;
		z-index: 99;
		margin: 0px;
		padding: 0;
		background: #2d2d2d;
	}
	
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	
	.nav li ul li {
		font-size: 22px;
		margin: 0;
		padding: 0;
		min-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;
	}
	.nav li ul li:last-child {
		border-bottom: none;
	}
	
	.nav li ul li a {
		color: #fff;
		padding: 10px 15px;
		margin: 0px;
		display: block;
		text-decoration: none;
	}
	
	.nav li ul li:hover a {
		color: #0044AA;
	}
}

@media (max-width: 991px) {
	#navRetain {
		height: auto !important;
	}
	.navbar-default .navbar-brand {
		color: #fff;
		text-shadow: none;
		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: #fff;
		text-decoration: none;
	}
	/* 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: #fff;
		border-bottom-color: #fff;
	}
	/* 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, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus {
		color: #d2893a;
		background: #2d2d2d;	
	}
	.navbar-header {
		display: block;
	}
	.dropdown-menu {
		font-size: 22px;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 15px 10px 25px
	}
}

/*********************************/
/*** Social Media ****/
/*********************************/

.socialicons {
	margin-right: 8px;
}

.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');
}

/*********************************/
/*** Footer ****/
/*********************************/

footer {
	position: relative;
	z-index: 2;
}
.copyright {
	padding: 23px 0;
	font-size: 14px;
	color: #fff;
}

.copyright a:link, .copyright a:visited {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover, .copyright a:active {
	color: #fff;
	text-decoration: underline;
}


/*********************************/
/*** Central Styles ****/
/*********************************/

.title {
	font-size: 30px;
	font-weight: bold;
}
h1.title {
	margin-top: 0;
	margin-bottom: 20px;
}

.title2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFD9B3;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #660000;
	background-image: url(../grfx/bg_box.jpg);
	background-repeat: repeat-x;
}

.boldtext {
	color: #990000;
	font-weight: bold;
}

.boldtext2 {
	color: #CB6B1D;
	font-weight: bold;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}

.organizerlight {
	background-color: #F2F4F7;
}

.dirviewrow {
	background-color: #F1F3F5;
}

.dirviewtitle, .calendarhead {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	
}

/*********************************/
/*** Masonry Boxes And Home Page Boxes ****/
/*********************************/
.gridBoxes-container, .homebox {
	border: 4px solid #d2893a;
	background-color: #fff;
	border-radius: 15px;
}
.gridBoxes-title, .title2 {
	background-color: #d2893a;
	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;
}



/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion .calendarhead {
	font-size: 22px;
	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-content {
	background-color: #fff;
}

.accordion-arrow {
	margin-top: 9px !important;
}

/*********************************/
/*** Call to Action Form ****/
/*********************************/

.cta-header {
	font-size: 24px;
	margin-bottom: 15px;
}
.cta-wrapper label {
	font-weight: normal;
	margin: 5px 0 7px;
	font-size: 18px;
}
.cta-wrapper input[type="text"], .cta-wrapper input[type="password"], .cta-wrapper textarea {
	border-radius: 0;
	background: #fff;
}
.cta-wrapper #submit {
	margin-top: 7px;
}
@media (max-width: 991px) {
    .mnw-sidebar {
        margin-top: 30px;
    }
}

/*********************************/
/*** Special Snowflake Clayton Styles ****/
/*********************************/
.day strong, .dirviewtitle strong, .calendarhead th, .calendarhead strong {
	font-weight: normal;
}
.padded-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
}

.padded-table td, .padded-table th {
    padding: 5px;
}