/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password], input[type=email] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help{
  font-size: 12px;
}

label {
	color: #aaaaaa;
	font-size: 12px;
}

.form-control-sm, .form-control {
	border-radius: 0rem;
}

.nipa-header-top-input {
	color:#ffffff;
	font-size: 14px;
	border-radius: 0;
	padding: .3rem .75rem;
}

.asterisk {
	color: #b9282e;
}

.form-group {
  margin-bottom: .64rem;
}

.nipa-send-button {
	background-color: #b9282e;
	border:none;
	border-radius:0;
	color:#ffffff !important;
	float: right;
	font-size: 12px;
	padding:8px 20px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.nipa-send-button:hover {
	background-color: #b9282e;
	color:#eeeeee !important;
}

.nipa-send-button-left {
	background-color: #b9282e;
	border:none;
	border-radius:0;
	color:#ffffff !important;
	float: left;
	font-size: 12px;
	padding:8px 20px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.nipa-send-button-left:hover {
	background-color: #b9282e;
	color:#eeeeee !important;
}

.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
  background-color: #b9282e;
  margin-top: 8px;
	min-width: 450px;
  opacity: .9;
  padding-right: 5px;
}

.nipa-single-dropdown {
  background-color: #b9282e;
	border-radius: 1px;
  margin-top: 8px;
  min-width: 250px;
  opacity: .9;
  padding-right: 5px;
}

.nipa-single-dropdown ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: none;
}

.nipa-single-dropdown h1 {
  color: #fff;
}

.dropdown-menu.columns-2 h1 {
  color: #fff;
}

.dropdown-menu.columns-2 ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: none;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 10px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}

.multi-column-dropdown h1 {
  font-size: 14px;
  padding: 5px 12px 0 12px;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #999;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.footer {
    z-index: 2;
}

h1 {
	color: #b9282e;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

p {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.nipa-slider-text-top {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.nipa-slider-text-bottom {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.nipa-members-top {
	background-color: #b9282e;
	border-bottom: 1px solid #8a1e23;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 1rem;
}

.nipa-logo-section {
	padding: .5rem 0;
}

.nipa-home-navbar {
	background-color: #f0f0f0;
}

.nipa-home-admin-navbar {
	background-color: #333333;
}

.nipa-grey-section {
	background-color: #f0f0f0;
	padding:2rem 1rem;
	bottom: 100px;
}

.nipa-red-section {
	background-color: #b9282e;
	padding:2rem 1rem;
	bottom: 100px;
}

.nipa-red-section p {
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin-bottom: 0;
}

.nipa-footer-top {
	background-color: #f0f0f0;
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 1rem;
	bottom: 50px;
}

.nipa-footer-top p {
	font-size: 13px;
	margin-bottom: 0;
}

.nipa-footer-bottom {
	background-color: #ffffff;
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 1rem;
}

.nipa-footer-bottom p {
	font-size: 12px;
	margin-bottom: 0;
}

.text-space {
	height:20px;
}

.text-space-small {
	height:10px;
}

.post-content {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.5;
    top:0;
    left:0;
    position: absolute;
}

.thumbnail{
    position:relative;

}

/*---------- Navbar Styles ----------*/
.navbar-nav li a {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-link-white {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.nipa-nav-separator {
	border-left: 1px solid #b9282e;
}

.nav-link {
    display: block;
    padding: .1rem 1rem;
    margin: .3em 0;
}

.navbar-nav li {
	padding-left: .2rem;
}

.reset-home-navbar {
	background: rgba(0,0,0,0) !important;
}

.reset-links-home li a {
	color:#ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
}

.dropdown:hover>.dropdown-menu {
 	display: block;
	margin: -0.1rem 0 0 !important;
}
/*---------- Navbar Styles ----------*/


/*---------- Side Navbar Styles ----------*/
.nipa-about-sidebar {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nipa-about-sidebar ul {
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
}

.nipa-about-sidebar ul li {
	background-color: #b9282e;
	margin-bottom: 10px;
	padding: 8px 15px;
}

.nipa-about-sidebar ul li:hover {
	background-color: #c0c0c1;
}

.nipa-about-sidebar ul li a {
	color: #ffffff;
}

.nipa-about-sidebar ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*-------- Side Navbar Styles End --------*/



.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

.carousel-caption {
	text-align: left;
	top: 12%;
	left: 22%;
	right: 22%;
}

.carousel-caption-mission {
	text-align: left;
	top: 25%;
	left: 22%;
	right: 22%;
}

.constitution-text-download {
  float:right;
}

/*---------- Nipa Button Styles ----------*/
.nipa-red-button {
  background-color: #ffffff;
  border-color: #b9282e;
  border-radius: 1px;
  color: #b9282e;
}

.nipa-red-button-active {
  background-color: #b9282e;
  border-color: #b9282e;
  border-radius: 1px;
  color: #ffffff;
}

.nipa-red-button-active:hover {
  background-color: #b9282e !important;
  border-color: #b9282e !important;
  border-radius: 1px;
  color: #ffffff;
}

.nipa-red-button:hover {
  background-color: #b9282e;
  border-color: #b9282e;
  border-radius: 1px;
  color: #eeeeee;
}

.nipa-white-button {
  background-color: #b9282e;
  border-color: #ffffff;
  border-radius: 1px;
  color: #FFFFFF;
	font-size: 13px;
	padding: 5px 30px;
}

.nipa-white-button:hover {
  background-color: #b9282e;
  border-color: #ffffff;
  border-radius: 1px;
  color: #eeeeee;
}
/*-------- Nipa Button Styles End --------*/
