@import url('https://fonts.googleapis.com/css?family=Dosis');

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.3;
	background: #fff;
}

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #990000;
	text-decoration: none;
}

.primaryColorBg {
	background-color: #5ea996;
}
.primaryColorText, .primaryColorText a {
	color: #5ea996;
}
.secondaryColorBg {
	background-color: #afd5cb;
}
.secondaryColorText, .secondaryColorText a {
	color: #afd5cb;
}
.tertiaryColorBg {
	background-color: #428b78;
}
.tertiaryColorText {
	color: #428b78;
}

main {
	margin: 30px 0;
}

.home-trio {
	background: url(../grfx/trio_bg.jpg) repeat;
	padding: 20px 0;
	margin: 40px 0;
}
.home-trio img {
	border: 6px solid #fff;
}
.home-trio h2 {
	font-size: 36px;
	font-weight: bold;
}
.home-trio-text {
	font-size: 24px;
}

.home-quad {
	text-align: center;
}
.home-quad-icon {
	font-size: 85px;
}
.home-quad a {
	text-decoration: none;
	display: inline-block;
	color: #428b78;
}
.home-quad .home-quad-icon {
	margin: 0 auto;
	transform: scale(.75);
	animation-fill-mode: none;
}
.home-quad a:hover .home-quad-icon {
	transform: scale(1);
}
.home-quad h2 {
	font-size: 34px;
	font-weight: bold;
}

@media (max-width: 991px) {
	.home-trio {
		text-align: center;
	}

	.home-quad .col-md-3 {
		margin-top: 15px;
	}

	.home-quad h2 {
		margin-top: 0;
	}
}


/* transitions */
.ease-out {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


/*********************************/
/*** Header ****/
/*********************************/
.logo img {
	padding: 20px 0;
}

.right-login {
	color: #fff;
	margin-top: 20px;
	text-align: right;
	font-size: 26px;
}
.right-login a {
	color: #fff;
	text-decoration: none;
}
.right-login a:hover {
	text-decoration: underline;
}
.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}
.login-links {
	display: inline;
}
.login-links > div {
	text-align: right !important;
	display: inline;
}
.glyphicon-search {
	margin-left: 5px;
}

.navDivider {
	height: 10px;
}

@media (max-width: 991px) {
	.logo img {
		margin: 20px auto;
	}

	.right-login {
		text-align: center;
		margin: 15px 0;
	}
}
/*********************************/
/*** Header Image section ****/
/*********************************/
.homeHeader {
	position: relative;
}

.imgOverlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	color: #428b78;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
	padding: 30px 0;
}

.inner-header {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 336px;
}

@media (max-width: 991px) {
	.imgOverlay {
		font-size: 30px;
		padding: 10px 0;
	}
}

@media(max-width:767px){
	.inner-header {
		height: 225px;
	}
}

@media (max-width: 480px) {
	.imgOverlay {
		font-size: 26px;
	}
}

/*********************************/
/*** Header IMG BG ****/
/*********************************/
.homeHeaderBg .headerBg {
	background: url(/grfx/header1a.jpg) no-repeat top center;
	background-size: cover;
	height: 689px;
}

@media (max-width: 991px) {
	.homeHeaderBg .headerBg {
		height: 450px;
	}
}
@media(max-width:767px){
	.homeHeaderBg .headerBg {
		height: 300px;
	}
}

@media (max-width: 480px) {
	.homeHeaderBg .headerBg {
		height: 250px;
	}
	.homeHeaderBg .imgOverlay {
		height: 70px;
	}
}

/*********************************/
/*** Navigation ****/
/*********************************/

.navbg {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	position: relative;
	z-index: 1000;
}
.navbgColor {
	background-color: #8ca0aa;
}
.navbar {
	font-size: 20px;
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	min-height: 46px;
}

@media (max-width: 991px) {
	#navRetain {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	#navTransform.fixednavbg {
		position: fixed;
		z-index: 50;
		top: 0;
		width: 100%;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	}

	.fixednavbg .navBorder {
		background-color: #fff;
		height: 10px;
	}

	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	nav > .container-fluid {
		padding: 0;
	}
	.navbar-header {
		display: none;
	}
	.nav > li > a {
		color: #fff !important;
		font-weight: normal;
		padding: 13px 10px;
		text-decoration: none;
	}
	.nav > li:hover {
		background-color: #d7eae5;
	}
	.nav > li:hover a {
		color: #4d555b !important;
	}
	.nav li ul li a {
		color: #747678;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
		color: #4d555b !important;
	}
	.nav li ul {
		background: #d7eae5;
		display: none;
		z-index: 99;
	}
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	.nav > li:last-child > a {
		background: transparent !important;
	}
	.open > .dropdown-menu {
		display: none;
	}
	.dropdown-menu {
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 0;
	}
	.nav li ul li {
		font-size: 20px;
		-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: #558dae;
		display: block;
		text-decoration: none;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.nav li ul li:hover a {
		color: #fff !important;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background: #5ea996;
	}
}

@media (max-width: 991px) {
	.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;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-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:hover, .navbar-default .navbar-nav>.open>a:focus {
		color: #000;
		background: #aac6d7;		
	}
	.navbar-header {
		display: block;
	}
	
	.navbg	{
		
	}
}

/*********************************/
/*** Social Media ****/
/*********************************/

.socialicons {
	text-align: right;
	padding-top: 7px;
	float: right;
}

.social-network {
	display: inline-block;
	width: 36px;
	height: 34px;
	background-position-y: 0;
	cursor: pointer;
	border: 0px !important;
}
.social-network.facebook, .social-network.twitter {
	background-position: 0 0;
}
.social-network.twitter:hover, .active .social-network.twitter, .social-network.facebook:hover, .active .social-network.facebook, .social-network.instagram:hover, .active .social-network.instagram, .social-network.linkedin:hover, .active .social-network.linkedin {
	background-position: 0 -34px;
}

/* facebook */
.social-network.facebook {
	background: url(../grfx/icons_social_facebook.png) no-repeat top left;
}

/* twitter */
.social-network.twitter {
	background: url(../grfx/icons_social_twitter.png) no-repeat top left;
}

/* instagram */
.social-network.instagram {
	background: url(../grfx/icons_social_instagram.png) no-repeat top left;
}

/* linkedin */
.social-network.linkedin {
	background: url(../grfx/icons_social_linkedin.png) no-repeat top left;
}
@media (max-width: 991px) {
	.socialicons {
		text-align: center;
		float: none;
	}
}

/*********************************/
/*** Footer ****/
/*********************************/

footer {
	margin-top: 40px;
}
#footer {
	background: #ccc;
	padding: 15px 0;
}
.footer-details {
	color: #fff;
	font-size: 26px;
}
.footer-details a {
	color: #fff;
	text-decoration: none;
}
.footer-details a:hover {
	text-decoration: underline;
}
.footer-details {
	padding: 30px 0;
}
.footer-details ul {
	list-style: none;
	padding-left: 0;
}
.footer-address li, .footer-phone, .footer-contactlink {
	padding-left: 60px;
	min-height: 32px;
}

.footer-address li {
	background: url(../grfx/footer_location.png) no-repeat 0 4px;
}

.footer-phone {
	background: url(../grfx/footer_phone.png) no-repeat top left;
	margin-bottom: 30px;
}

.footer-contactlink {
	background: url(../grfx/footer_email.png) no-repeat 0 6px;
}

.footer-map {
	margin: 10px 0;
}
.footer-map iframe {
	width: 100%;
	height: 460px;
}
.copyright {
	font-size: 14px;
	color: #fff;
	text-align: right;
	padding: 20px 0;
}

.copyright a:link, .copyright a:visited {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover, .copyright a:active {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 991px) {
	footer img {
		margin: 0 auto 15px;
	}
}


/*********************************/
/*** Central Styles ****/
/*********************************/

.title {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	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;
}

.colortext {
	color: #990000;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}

.organizerlight {
	background-color: #F2F4F7;
}

.dirviewrow {
	background-color: #F1F3F5;
}

.dirviewtitle, .calendarhead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5ea996;
}

/*********************************/
/*** Home Page Boxes ****/
/*********************************/

.homeboxcontent {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.2, #FEFAE7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FEFAE7 20%, #FFFFFF 100%);
}

.homebox {
	border: 1px solid #660000;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion .calendarhead {
	background: #afd5cb;
	font-size: 24px;
	font-weight: bold;
}

.accordion a:link.calendarhead, .accordion a:active.calendarhead  {
	color: #5ea996;
	text-decoration: none;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background: #afd5cb !important;
	color: #fff !important;
}

.accordion-section-content {
	background-color: #eee;
}
.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;
    }
	.contact-img {
		margin: 20px auto;
	}
}

/*********************************/
/*** 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;
}