/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.container{
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

h1 { 
	font-size: 30px;
	color: #014D71;
}
h2 { font-size: 27px; color: #014D71; }
h3 { font-size: ; }
h4 { font-size: ; }

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #014D71;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:focus{
	color: ;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

input {
    font-family: 'Open Sans', sans-serif;
}
.row.vdivide [class*='col-']:not(:last-child):after {
    background: rgba(1,77,113,0.4);
    width: 0.3%;
    content: "";
    display: block;
    position: absolute;
    top: 65px;
    bottom: 20px;
    right: 0;
    min-height: 215px;
}


.member-login-section input::-webkit-input-placeholder, .modal-body input::-webkit-input-placeholder {
	color: #014D71 !important;
	font-size: 18px;
}
 
.member-login-section input:-moz-placeholder, .modal-body input:-moz-placeholder { /* Firefox 18- */
	color: #014D71 !important;
	font-size: 18px; 
}
 
.member-login-section input::-moz-placeholder, .modal-body input::-moz-placeholder {  /* Firefox 19+ */
	color: #014D71 !important;
	font-size: 18px;
}
 
.member-login-section input:-ms-input-placeholder, .modal-body input:-ms-input-placeholder {  
	color: #014D71 !important;
	font-size: 18px;
}


/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a{
	color: ;
	font-family: ;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	background-color: transparent;
}

/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/

.slider-section .carousel-inner img {
    border-radius: 10px;
}
.slider-section li::before {
    color: transparent !important;
}
#slide-row{
	margin-bottom: 10px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
	font-size: ;
	font-weight: ;
	z-index: 101;
}
.carousel-control{
	top: ;
	width: ;
}
.carousel-caption { 
	position: absolute;
	z-index: 100;
	background : rgba(0, 0, 0, .5);
	padding: 10px 15px;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	width: 100%;
	text-align: left;
	text-shadow: none;
	border-radius: 10px;
}
.carousel-caption p:first-of-type {
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    padding-bottom: 5px;
    display: block;
    color: #fff;
    margin-bottom: 0px;
}
.carousel-caption p:last-of-type{
	font-size: 18px;
	color: #fff;
	margin-bottom: 35px;
}
.carousel-caption a{
	display: none;
	font-weight: 700;
	background-color: #FFE519;
	max-width: 215px;
	border-bottom: 5px solid #E0AB03;
	border-radius: 3px;
	padding: 13px 30px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0px auto;
	color: #333;
}
a.carousel-control.left, a.carousel-control.right {
    display: none;
}
.carousel-indicators {
    bottom: 0px;
    z-index: 200;
}
.carousel-indicators li, .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 0px;
    margin: 0 auto;
    margin-left: 10px;
}

/*----------------End Slideshow------*/

/*---------- news_feed_pages function ----*/
div#news-button-container {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
div#news-button-verbiage {
	margin-right: 10px;
	display: inline-block;
	color: #5DB2D7;
}
div#news-button-container:active{	
	margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #5DB2D7;
	color: black;
	border: 1px solid black;
	border-radius:5px;
	margin: 0px;
}
div.nb-number:hover {
	opacity:0.7; /*buttons move toward backgound color when hovered over*/
	cursor: pointer;
}
div.nb-number:active {
	/* make buttons look like they are being pressed when clicked*/
	opacity:0.6;
	border-width:2px 0px 0px 2px; 
}
div.nb-selected {	
	/* style the selected button */
	opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
	background-color: transparent;
	color: #5DB2D7;
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
/*---------- END: news_feed_pages ----*/


/*--------------------------------------------------------
	CSS STYLE FOR HEADER TOP
--------------------------------------------------------*/

.header-top-wrapper {
	padding-top: 10px;
}
#logo-wrap img, #logo-wrap a, #logo-wrap img a:hover, #logo-wrap a:hover {
	text-decoration: none;
}
#logo-wrap img {
    z-index: 1;
    position: relative;
}
#logo-wrap img, #logo-wrap .logo-text {
    display: inline-block;
    vertical-align: middle;
}
#logo-wrap .logo-text {
    font-size: 19px;
    color: #002856;
    position: relative;
    top: -7px;
    left: -10px;
}
#logo-wrap .logo-text h1 {
	font-size: 28px;
	font-weight: bold;
	color: #002856;
	padding-bottom: 5px;
}
#socialmedia-wrap {
    text-align: right;
    padding-top: 50px;
}
.socialmedia-inside a.svg:hover, .socialmedia-inside a:hover, .socialmedia-inside a.svg:focus, .socialmedia-inside a:focus {
	background: transparent;
	color: transparent;
	text-decoration: none !important;
}
.socialmedia-inside svg {
    display: inline-block;
    margin-left: 5px;
    height: 42px;
    width: 42px;
    vertical-align: middle;
}
.end-birth {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}
.glyphicon-search:before {
    content: url("https://www.nbdpn.org/redesign/images/search-icon-2.png");
}
#mobile-menu .glyphicon-search:before {
    content: url("https://www.nbdpn.org/redesign/images/search-icon.png");
}
#mobile-menu .search-input-wrap input::-webkit-input-placeholder { color: #014D71; }
#mobile-menu .search-input-wrap input:-moz-placeholder { color: #014D71; }
#mobile-menu .search-input-wrap input::-moz-placeholder { color: #014D71; }
#mobile-menu .search-input-wrap input:-ms-input-placeholder { color: #014D71; }
#search-input input {
    border: 0px;
    box-shadow: none;
    color: #fff;
    height: 42px;
}
#search-input button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    border-left: 0px;
    padding: 0px 10px;
    height: 40px;
}
.input-group.search-input-wrap {
    border: 1px solid #fff;
}
.search-input {
    background: transparent;
    border: 2px solid #fff;
}


.search-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 226px;
    margin-top: 8px;
    float: right !important;
    margin-right: 14px;
}
.search-wrap input {
    border: 0px;
    box-shadow: none;
    color: #014D71;
    height: 27px;
}
.search-input-wrap input::-webkit-input-placeholder { color: #014D71; }
.search-input-wrap input:-moz-placeholder { color: #014D71; }
.search-input-wrap input::-moz-placeholder { color: #014D71; }
.search-input-wrap input:-ms-input-placeholder { color: #014D71; }
.search-wrap .input-group.search-input-wrap {
    border: 1px solid #014D71;
    border-radius: 8px;
}
.search-wrap button {
    background: transparent;
    color: rgb(255, 255, 255);
    padding: 2px 10px;
    border: 0px none;
    box-shadow: none;
    height: 28px;
    border-radius: 0px;
}
.search-wrap button:hover, .search-wrap button:focus {
	background: transparent;
}
.search-wrap .input-group.search-input-wrap input#q {
    padding: 0px;
    padding-left: 6px;
}


/* Mobile Search */

.mobile-search-input {
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 40px;
}
.mobile-search-input input {
    border: 0px;
    box-shadow: none;
    color: #fff;
    height: 27px;
}
.mobile-search-input .input-group.search-input-wrap {
    border: 1px solid #fff;
    border-radius: 8px;
}
.mobile-search-input button {
    background: transparent;
    color: rgb(255, 255, 255);
    padding: 2px 10px;
    border: 0px none;
    box-shadow: none;
    height: 27px;
    border-radius: 0px;
}


/*----------------------------------Primary-Content*/

/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/

#content-section {
    position: relative;
    top: -10px;
}
.welcome-memberlogin-wrap {
    padding: 50px 0px 0px;
}
.welcome-section h1 {
    margin-bottom: 25px;
    background: #EBF1F3;
    border-radius: 10px;
    padding: 10px;
}
#content-section ul {
    padding-left: 12px;
    padding-top: 25px;
}
#content-section li {
    list-style: none;
    padding-bottom: 5px;
}
#content-section li a {
    padding-left: 0px;
}
#content-section li:before {
    content: "•";
    color: #014D71;
    display: block;
    height: 0;
    width: 0;
    left: -0.7em;
    top: 0em;
    position: relative;
}

.publications-section h2, .resources-section h2 {
    background: #EBF1F3;
    border-radius: 10px;
    padding: 10px;
}
.pubre-twitter-wrap {
    padding: 25px 0px;
}
.pub-re-section {
    padding-bottom: 35px;
}
.donate-section {
    padding: 30px 0px;
}
.donate-btn {
    background: #014D71;
    padding: 9px 55px;
    font-size: 18px;
    border-radius: 8px;
    margin-left: 8px;
}
.donate-btn:hover {
	background: #EBF1F3;
	color: #014D71;
}

.new-events-section h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 5px;
    padding-left: 12px;
}
.new-events-section h3:before {
    content: "•";
    color: #014D71;
    display: block;
    height: 0;
    width: 0;
    left: -0.7em;
    top: 0em;
    position: relative;
}
.new-events-section h2 {
    padding-top: 5px;
}

.member-login-section {
    color: #014D71;
}
.member-login-section h2 {
    margin-bottom: 25px;
    background: #EBF1F3;
    border-radius: 10px;
    padding: 10px;
}
.join-wrap {
	padding-left: 10px;
}


/* Contact Us Info */

.contact-info-section {
    margin-top: 50px;
}
.contact-info-section h3 {
    color: #004D71;
    padding-bottom: 15px;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/


/*--------------------------------------------------------------
						Modal Log In/ Home Member Log In
--------------------------------------------------------------*/

.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 280px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
#login input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #014D71;
    padding: 10px;
    color: #014D71;
}
#login a {
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    padding-left: 10px;
}
h6.modal-title {
    color: #014D71;
    font-size: 22px;
    font-weight: 700;
}
input.submit-button-css-class {
    background: #014D71;
    color: #fff !important;
    font-size: 18px;
    width: 230px !important;
}
#login input[type="submit"]{
    background: #014D71;
    color: #fff !important;
}
input.submit-button-css-class:hover, #login input[type="submit"]:hover {
	background: #EBF1F3;
	color: #014D71 !important;
}


/* Custom Twitter Feed CSS */
.twitter-feed-section iframe#twitter-widget-0, .twitter-feed-section iframe {
    border: 1px solid #E8E8E8 !important;
}

/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer-row {
    padding: 40px 0px 10px 0px;
}
.footer-wrapper .row {
	border-top: 2px solid rgba(1,77,113,0.4);
	padding-top: 10px;
}
.footer-wrapper p {
    font-size: 16px;
    color: #333333;
}
.footer-wrapper p a {
    color: #014D71;
}

/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1000px) {
	.container {}
}


@media (min-width: 990px) and (max-width: 1199px) {
	.container {}

	.header-top-wrapper {
	    padding-top: 10px;
	    padding-bottom: 40px;
	}
	#logo-wrap {
	    width: 66.66666667%;
	}
	#socialmedia-wrap {
	    width: 33.33333333%;
	    padding-top: 40px;
	}
	.socialmedia-inside .col-md-12 {
	    width: 83.33333333%;
	}
	.socialmedia-inside .col-md-12.hidden-lg {
	    width: 16.66666667%;
	}

	#logo-wrap img {
		width: 35%;
	}
	#logo-wrap .logo-text {
    	width: 64%;
	}
	#logo-wrap .logo-text {
	    top: 0px;
	    left: 0px;
	}
}
@media (max-width: 1199px) {
	.search-wrap {
		display: none;
	}
}
@media (max-width: 991px) {
	#main-menu {
	    display: none;
	}

}

@media (min-width: 768px) and (max-width: 990px) {
	.container {}

	#logo-wrap img {
		width: 25%;
	}
	#logo-wrap .logo-text {
    	width: 70%;
	}
	#logo-wrap .logo-text {
	    top: 0px;
	    left: 0px;
	}

	#socialmedia-wrap {
	    text-align: left;
	    padding-top: 20px;
	}
	.header-top-wrapper {
	    padding-top: 10px;
	    padding-bottom: 40px;
	}
	.new-events-section {
	    padding-top: 20px;
	}
	.welcome-memberlogin-wrap {
	    padding: 20px 0px;
	}
}


@media (max-width: 767px) {
	.container {}

	#logo-wrap img {
		width: 35%;
	}
	#logo-wrap .logo-text {
    	width: 60%;
	}
	#logo-wrap .logo-text h1 {
	    font-size: 24px;
	}
	#logo-wrap .logo-text {
	    font-size: 14px;
	    top: 0px;
	    left: 0px;
	}

	#socialmedia-wrap {
	    text-align: left;
	    padding-top: 20px;
	}
	.header-top-wrapper {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}
	#content-section {
	    top: 0px;
	}
	.carousel-caption p:last-of-type {
	    display: none;
	}
	.carousel-caption p:first-of-type {
	    line-height: normal;
	    padding-bottom: 35px;
	  	font-size: 18px;
	}
	.carousel-indicators li, .carousel-indicators .active {
	    width: 12px;
	    height: 12px;
	}
	.new-events-section {
	    padding-top: 20px;
	}
	.welcome-memberlogin-wrap {
	    padding: 20px 0px;
	}
	.row.vdivide [class*='col-']:not(:last-child):after {
		display: none;
	}
	.resources-section {
	    margin-top: 30px;
	}
	.donate-section {
	    padding: 10px 0px;
	}
	.donate-btn {
	    margin-left: 0px;
	    margin-top: 10px;
	}
	.sidebar-section {
	    margin-top: 30px;
	}
	.footer-wrapper p {
	    text-align: left !important;
	    padding-top: 10px;
	}
}


@media (max-width: 480px) {
	.container {}

	#logo-wrap img {
		width: 35%;
	}
	#logo-wrap .logo-text {
    	width: 60%;
	}
	#logo-wrap .logo-text h1 {
	    font-size: 16px;
	}
	#logo-wrap .logo-text {
	    font-size: 10px;
	    top: 0px;
	    left: 0px;
	}
	#socialmedia-wrap {
	    text-align: left;
	    padding-top: 20px;
	}
	.header-top-wrapper {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}
	#content-section {
	    top: 0px;
	}
	.carousel-caption p:last-of-type {
	    display: none;
	}
	.carousel-caption p:first-of-type {
	    line-height: normal;
	    padding-bottom: 35px;
	  	font-size: 18px;
	}
	.carousel-indicators li, .carousel-indicators .active {
	    width: 12px;
	    height: 12px;
	}
	.row.vdivide [class*='col-']:not(:last-child):after {
		display: none;
	}
	.resources-section {
	    margin-top: 30px;
	}
	.donate-section {
	    padding: 10px 0px;
	}
	.donate-btn {
	    margin-left: 0px;
	    margin-top: 10px;
	}
	.sidebar-section {
	    margin-top: 30px;
	}
	.footer-wrapper p {
	    text-align: left !important;
	    padding-top: 10px;
	}
}