@import url(//fonts.googleapis.com/css?family=Muli);
@import url(//fonts.googleapis.com/css?family=Noto+Sans);

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-family: Muli, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	background: #F9F9F9;
}

a:link, a:visited {
	color: #444;
	text-decoration: underline;
}

a:hover, a:active {
	color: #990000;
	text-decoration: none;
}

.primaryColorBg, .calendarhead, .dirviewtitle {
	background-color: #444;
}

.primaryColorText, .primaryColorText a {
	color: #444;
}

.secondaryColorBg, .accordion-section-title.active, .accordion-section-title:hover {
	background-color: #000;
}

.secondaryColorText, .secondaryColorText a, h3 {
	color: #000;
}

.white-text, .white-text a, .white-text h3 {
	color: #fff;
}

.contact-img {
	float: right;
}
@media(max-width:991px){
	.contact-img {
		float: none;
		margin: 20px auto;
	}
}

.loginLinBreak::after {
	content: ' ';
	white-space: normal;
}
.loginExtraClass {
    text-align:right;
	display: inline;
}

.home-trio-img {
	margin-top: 25px;
}
@media (max-width: 991px) {
	.home-trio-img {
		text-align: center;
	}
	.home-trio-img img {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
}

.hero-box-link {
	text-align: center;
}
.home-trio-img-opacity {
	padding-top: 29px;
	padding-bottom: 25px;
}

.iconsRow {
	margin: 25px -15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.feature-ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
	max-width: 33.33%;
	padding: 15px;
	text-align: center;
}

.feature-ico > div {
	width: 100%;
	padding: 15px;
}

.feature-ico a {
	display: inline-block;
	text-decoration: none;
	font-size: 80px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.feature-ico .link-icon {
	transform: scale(.85);
	transition: all 0.3s;
}

.feature-ico a:hover .link-icon {
	transform: scale(1);
}

@media (max-width: 1199px) {
	.feature-ico a {
		font-size: 70px;
	}
}
@media (max-width: 991px) {
	.feature-ico {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
		padding: 15px;
	}
}

.quoteArea {
	margin-top: 25px;
	padding: 30px 0;
}

.footer-content {
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .quoteArea img {
        margin: 20px auto 0;
    }
}

/*********************************/
/*** header ****/
/*********************************/
#header {
	background-color:#FDFFEA;
	padding: 15px 0 0 0;
	min-height: 110px;
}

#header-login {
	color: #462A0D;
	float: right;
	position: relative;
	top: -10px;
}

#header-login, #header-login a, #header-login a:visited {
	font-size: 17px;
	color: #462A0D;
	text-decoration: none;
	padding: 0 5px 0 5px;
	line-height: 39px;
}

#header-login a:hover {
	color: #aaa;
}

.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}
#header-login > div {
	text-align: right !important;
	display: inline;
}

#logo img {
	margin-top: 5px;
}

@media (max-width: 991px) {
	#header-login {
		float: none;
		text-align: center;
		margin-top: 15px;
	}
	#logo img {
		margin: 0 auto;
	}
}

/*********************************/
/*** Navigation ****/
/*********************************/
.navbar {
	background-color: transparent;
	font-size: 18px;
	border: none;
	margin: 0;
}

@media (min-width: 992px) {
	.navbar .container-fluid {
		padding-right: 0;
	}

	.navbar {
		margin-top: 10px;
        float: right;
        z-index: 95;
	}

	.navbar-header {
		display: none;
	}

	.navbar-nav > li:last-child > a {
		padding-right: 0;
	}

	.collapse.navbar-collapse {
		padding: 0;
	}

	/* Color of main nav text */
	.nav > li > a {
		color: #000 !important;
		background: transparent !important;
		padding: 5px 10px;
		text-decoration: none;
		font-size: 17px;
	}

	/* Color of main nav on hover, along with the hover color of the bar that appears below text */
	.nav > li:hover > a {
		color: #aaa !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: #000;
		border-bottom-color: #000;
	}

	/* 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: #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;
	}

	.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: 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;
		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;
		border-bottom: 1px solid #d9dddf;
	}

	.nav li ul li:last-child {
		border-bottom: none;
	}

	.nav li ul li a {
		color: #747678;
		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;
	}
}

@media (max-width: 991px) {
	.navbar .container-fluid {
		padding-left: 0;
	}

	.navbar {
		float: none;
	}

	a.navbar-brand {
		color: #777;
		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: #3E4354;
		text-decoration: none;
		font-weight: normal;
	}

	/* 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;
	}
}

/*********************************/
/*** Hero ****/
/*********************************/
#hero {
	position: relative;
	background: url('../grfx/hero.jpg') no-repeat center;
	background-size: cover;
	height: 678px;
}

#hero.heroInner {
	background: transparent;
	height: auto;
}

#hero-bg-top {
	background: url('../grfx/header_bg.png') repeat-x bottom;
	height: 20px;
	position: absolute;
	top: -11px;
	width: 100%;
	z-index: 90;
}

#hero-bg-bottom {
	background: url('../grfx/hero_bg.png') repeat-x bottom;
	height: 20px;
	position: absolute;
	bottom: -6px;
	width: 100%;
}

#hero-icons {
	position: absolute;
	top: 25%;
	left: -5000px;
	height: 316px;
	width: 100%;
}
#hero-icons a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.hero-icon {
	width: 33%;
	float: left;
	font-size: 35px;
	text-align: center;
}

.hero-img {
	font-size: 140px;
}

.titleWrapper {
	background-color: #DFDFD9;
	margin-bottom: 35px;
}

.hero-icon {
	padding: 0 15px;
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-10px);
	}

	40% {
		transform: translateX(10px);
	}

	60% {
		transform: translateX(-10px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

@media (max-width: 1199px) {
	.hero-img {
		font-size: 115px;
	}
}

@media (max-width: 991px) {
	#hero-icons	{
/*		display: none;*/
		top: 20px;
	}
	#hero {
		height: 150px;
	}
	.hero-icon {
		font-size:15px;
	}
	.hero-img {
		font-size: 25px;
	}
	
	
}

/*********************************/
/*** Social Media ****/
/*********************************/
.socialicons {
	background: #444;
	width: 85px;
	padding: 5px 5px;
	border-radius: 5px;
	position: absolute;
	right: 0;
	bottom: -53px;
	z-index: 2;
}

@media (max-width: 991px) {
	.socialicons {
		position: relative;
		margin: 0 auto;
/*		top: 70px;*/
		top: 0px;
		float: right;
	}
}

.social-network {
	display: inline-block;
	width: 35px;
	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;
}

.map {
	margin-top: 25px;
}

.map iframe {
	width: 100%;
	height: 460px;
}

/*********************************/
/*** Feature Panel ****/
/*********************************/
#front-page-feature-panel {
	margin: 50px 0 0 0;
	min-height: 300px;
	background: url('../grfx/bg_featurepanel.png') repeat;
	padding: 20px 0;
}

/*********************************/
/*** Footer ****/
/*********************************/
#footer {
	background: #DFDFD9;
	text-align: center;
	padding: 10px 0;
}

.copyright, .copyright a {
	color: #000;
}

/*********************************/
/*** Central Styles ****/
/*********************************/

.title {
	font-family: Muli, sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	padding: 55px 0 5px;
}

.title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFD9B3;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #660000;
	background-image: url(http://www.americanindiancenter.org/grfx/bg_box.jpg);
	background-repeat: repeat-x;
}

.boldtext {
	color: #F56376;
	font-weight: bold;
}

.boldtext2 {
	color: #F56376;
	font-weight: bold;
}

.colortext {
	color: #000;
}

.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: #444;
}

.container-fluid, .container {
	max-width: 1920px; /* or 950px */
}

/*********************************/
/*** 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: #444;
	font-size: 16px;
	font-weight: normal;
}

.accordion a:link.calendarhead, .accordion a:active.calendarhead {
	color: #fff;
	text-decoration: none;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background: #000 !important;
}

.accordion-section-content {
	background-color: #fff;
}

/*********************************/
/*** 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;
	}
}

/*********************************/
/*** 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;
}

.footer-building {
	margin:auto;
/*    border: 2px solid #000;*/
    padding: 5px;
}

.footer-content.primaryColorBg.white-text h3 {
    margin-top: 5px;
                                             }

.donation {
	text-align: center;
	margin:auto;
}