// VALUE:COLOR_2:
// VALUE:COLOR_1:
/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	color: #666666;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
p {
	color: #666666;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
    line-height: 24px;
}

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

h1 { 
	font-size: 30px;
	color: #003366;
	margin-bottom: 20px;
}
h2 {
	font-size: 26px;
	color: #003366;
	margin-bottom: 25px;
}
h3 { 
	font-size: 20px;
	color: #003366;
	margin-bottom: 10px;
}

h4 { font-size: ; }

h1.title{
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	/*color: #81BE41;*/
	cursor: pointer;
}
a:hover, a:focus{
	color: #003366;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}
iframe {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/
.modal-content {
    width: 280px;
    margin-top: 20px;
    border-radius: 0;
}
.modal-dialog {
    width: 280px;
    margin: auto;
    display: block;
    text-align: center;
}
.modal-body {
    padding: 20px;
}
.modal-title {
	color: #ffffff;
	font-weight: bold;
    text-align: center;
}
.modal-header {
    background-color: #0A2747;
}
.modal-body #login input[type="text"],
.modal-body #login input[type="password"] {
    margin: 5px 0;
    color: #666666;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid rgba(116, 116, 116, 0.26);
}
.modal-body #login input[type="submit"] {
    border: none;
    color: #ffffff;
    margin-top: 10px;
    font-weight: bold;
    padding: 5px 32px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #81BE41;
}
.modal-body #login a {
    float: left;
    width: 100%;
}
.modal-header span#close {
    color: #fff;
}

/*--------------------------------------------------------
	HEADER
--------------------------------------------------------*/
#header-top {
    background-color: #011933;
    padding: 10px 0;
}
#header-top a {
	color: #ffffff;
	font-size: 16px;
    text-transform: uppercase;
}
header {
    background-color: #0A2747;
    padding: 5px 0 0;
}
header a {
    color: #ffffff;
    text-transform: uppercase;
}
svg#sdmb-logo {
    float: left;
    width: 455px;
    height: 86px;
    max-width: 100%;
}
#subscribe {
    margin-top: 4px;
    float: right;
    margin-right: 20px;
}
#subscribe a:hover {
	transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
#search {
    float: right;
}
form#searchbox {
    float: left;
    width: 260px;
    height: 30px;
    border: none;
    padding: 0px;
    border-left: 1px solid #ffffff;
}
input#q {
    float: left;
    width: 220px;
    border: none;
    padding: 5px 0 4px;
    color: #ffffff;
    font-size: 15px;
    text-indent: 13px;
    background: transparent;
    font-family: 'Lato', sans-serif;
}
input.search-button {
    width: 18px;
    height: 18px;
    border: none;
    float: right;
    margin: 6px 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/search-icon.png);
}
#search ::-webkit-input-placeholder,
.search-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
#search ::-moz-placeholder,
.search-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
#search :-ms-input-placeholder,
.search-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
#search :-moz-placeholder,
.search-wrap :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

#right-wrap {
    margin: 15px 0;
}
#join-wrap, #donate-wrap, #member-login {
	float: right;
    margin: 0 0 0 10px;
}
.btn-join, .btn-donate, .btn-login {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0;
    padding: 8px 0 7px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    border: 1px solid #ffffff;
    width: 162px;
    margin: 10px 0;
}
.btn-join:hover, .btn-donate:hover, .btn-login:hover  {
    color: #0A2747;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

/*--------------------------------------------------------
	Desktop Navigation
--------------------------------------------------------*/
nav {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 );
    -webkit-box-shadow: 5px 1px 2px 1px #A0A0A0;
    box-shadow: 5px 1px 2px 1px #A0A0A0;
}
.navbar-nav > li a{
	color: #81BE41;
	font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #eee;
}
.dropdown-menu {
	padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #81BE41;
	background-color: #0A2747;
}
#mobile-toggle {
    float: right;
    margin: 16px 0 0px 15px;
}
svg#burger {
    width: 28px;
    height: 28px;
    cursor: pointer;
}


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/
.slide-container {
    padding-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: relative;
	z-index: 100;
	background-color: #003366;
	padding: 20px 15px 10px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	text-align: left;
	text-shadow: none;
}

@media (max-width: 600px){
	.carousel-caption{
		padding: 0px 10px;
	}

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}

.carousel-caption p.caption-text {
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: white;
    margin-bottom: 10px;
}
.carousel-caption p.alt-text {
	font-size: 18px;
	color: white;
	margin-bottom: 10px;
}
.carousel-caption a {
    background-color: #ffffff;
    padding: 8px 20px;
    color: #81BE41;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}
.carousel-caption a:hover {
    text-decoration: none;
    background-color: #81BE41;
    color: #ffffff;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
.carousel-indicators {
    bottom: 122px;
}
.carousel-indicators li {
	width: 15px;
    height: 15px;
    border: none;
    margin: 1px 2px;
    background-color: #ffffff;
}
.carousel-indicators .active {
	width: 15px;
    height: 15px;
    background-color: #81BE41;
    border: none;
    margin: 1px 2px;
}

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


#welcome-section, #feed-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
#event-feeds {
    padding-bottom: 15px;
}
#event-item {
	margin-bottom: 7px;
	float: left;
    background-color: #81BE41;
}
.event-date {
    float: left;
    background-color: #F2F2F2;
    padding: 10px;
    text-align: center;
    color: #81BE41;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
.event-month {
    font-size: 16px;
}
.event-day {
    font-size: 20px;
}
.event-details {
    padding: 15px 0;
    float: right;
    width: 91.5%;
}
#event-item a.ev-title-link {
    color: #003366;
}
#event-item p.event-desc {
    color: #ffffff;
    margin-bottom: 0;
}
.view-all-events td, .view-all-news td {
    padding: 20px 0 0;
}
.view-all-events a, .view-all-news a {
    color: #81BE41;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.view-all-events a:hover, .view-all-news a:hover {
    color: #003366;
    text-decoration: none;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
#news-feeds {
    padding-top: 10px;
    padding-bottom: 15px;
}
#news-item {
	float: left;
    margin-bottom: 15px;
}
.news-img {
    float: left;
}
.news-details {
    float: right;
    width: 78%;
}
a.news-title-link {
    color: #81BE41;
}
#news-item p.date {
    color: #003366;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 0;
}
.news-details img {
    float: left;
    margin-right: 10px;
}
.news-desc {
    margin: 5px 0 0;
}


#fb-feed {
    padding-top: 5px;
    padding-bottom: 5px;
}
.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
#main-container-page {
    margin-top: 30px;
}



/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
footer {
    background-color: #011933;
    padding: 40px 0 15px;
    margin-top: 30px;
    text-align: center;
}
footer a, footer p {
	color: #ffffff;
	font-size: 16px;
}
footer a:hover {
    text-decoration: none;
    color: #e1e1e1;
}
#social-media {
    display: block;
    height: 60px;
}
#social-media ul {
    padding: 0;
}
#social-media ul li {
    display: inline-block;
    margin: 0px 2px;
}
svg#facebook {
    width: 57px;
    height: 57px;
}
svg#twitter {
    width: 57px;
    height: 57px;
}
svg#instagram {
    width: 57px;
    height: 57px;
}
svg#googleplus {
    width: 57px;
    height: 57px;
}
#footer-menu {
    color: #ffffff;
    margin: 10px 0 30px;
}
#footer-menu a {
    margin: 0 10px;
}

/*--------------------------------------------------------
	MEDIA QUERIES
--------------------------------------------------------*/
@media (min-width: 1000px) {
    .container {}
}

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

	#nav-wrap {
    	display: none;
	}
	.btn-join, .btn-donate, .btn-login {
		width: 150px;
	}
	.mobile-join, .mobile-donate, .mobile-login {
		display: none;
	}
	.carousel-caption {
		padding: 20px 15px 25px;
	}
	.carousel-caption p.caption-text, .carousel-caption p.alt-text,
	 .carousel-btn {
		width: 100%;
		text-align: center;
	}
	.carousel-caption a {
		text-align: center;
	    margin: auto;
	    display: block;
	    float: none;
	    width: 22%;
	    margin-top: 10px;
	}
	.carousel-indicators {
    	bottom: 185px;
	}
	.event-details {
	    width: 89%;
	}
	.news-details {
		width: 74%;
	}
	#news-item {
		margin-bottom: 20px;
	}
	.fb-page, .fb-page iframe[style], .fb-page span {
	    width: 293px !important;
	    position: inherit !important;
	}
}

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

    #subscribe {
	    float: none;
	    margin-left: 0;
	    text-align: center;
	}
    #search, #member-login, #donate-wrap, #join-wrap {
    	display: none;
	}
	#logo-wrap {
    	margin: 10px 0;
	}
	svg#sdmb-logo {
	    width: 400px;
	    margin: auto;
	    display: block;
	    float: none;
	}
	#right-wrap {
		margin: 0;
	}
	#mobile-toggle {
		margin: 0 0 10px 15px;
	}
    .carousel-caption {
		padding: 20px 15px 25px;
	}
	.carousel-caption p.caption-text, .carousel-caption p.alt-text {
		width: 100%;
		text-align: center;
	}
	.carousel-caption a {
		text-align: center;
	    margin: auto;
	    display: block;
	    float: none;
	    width: 29%;
	    margin-top: 10px;
	}
	.carousel-indicators {
    	bottom: 209px;
	}
    .event-details {
	    width: 89%;
	}
	.news-details {
		width: 74%;
	}
	#news-item {
		margin-bottom: 20px;
	}
	.event-details {
	    width: 91%;
	}
	.news-details {
		width: 77%;
	}
	#news-item {
		margin-bottom: 20px;
	}
	#fb-feed {
    	padding-top: 35px;
	}
	.fb-page, .fb-page iframe[style], .fb-page span {
	    width: 100% !important;
	    position: inherit !important;
	    margin: auto !important;
	    display: block !important;
	}
}

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

	h1 {
    	font-size: 26px;
	}
	h2 {
    	font-size: 24px;
	}
	#subscribe {
	    float: none;
	    margin-left: 0;
	    text-align: center;
	}
	#search, #member-login, #donate-wrap, #join-wrap {
    	display: none;
	}
	#logo-wrap {
    	margin: 10px 0;
	}
	svg#sdmb-logo {
	    width: 380px;
	    margin: auto;
	    display: block;
	    float: none;
	}
	#right-wrap {
		margin: 0;
	}
	#mobile-toggle {
		margin: 0 0 10px 15px;
	}
	.carousel-caption {
    	display: none;
	}
	.carousel-indicators {
    	bottom: 0;
	}
	.event-details {
	    width: 85%;
	    float: left;
	    margin-left: 10px;
	}
	.news-details {
		width: 63%;
	    float: left;
	    margin-left: 20px;
	}
	#news-item {
		margin-bottom: 20px;
	}
	#fb-feed {
    	padding-top: 35px;
	}
	.fb-page, .fb-page iframe[style], .fb-page span {
	    width: 100% !important;
	    position: inherit !important;
	}
}

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

	h1 {
    	font-size: 24px;
	}
	h2 {
    	font-size: 22px;
	}

	#subscribe {
	    float: none;
	    margin-left: 0;
	    text-align: center;
	}
	#search, #member-login, #donate-wrap, #join-wrap {
    	display: none;
	}
	#logo-wrap {
    	margin: 10px 0;
	}
	svg#sdmb-logo {
	    width: 380px;
	    margin: auto;
	    display: block;
	    float: none;
	}
	#right-wrap {
		margin: 0;
	}
	#mobile-toggle {
		margin: 0 0 10px 15px;
	}

	.carousel-caption {
    	display: none;
	}
	.carousel-indicators {
    	bottom: 0;
	}
	.event-details {
	    width: 100%;
	    float: left;
	    margin-left: 0;
	}
	.news-details {
		width: 100%;
	    float: left;
	    margin-left: 0;
	    margin-top: 10px;
	}
	#news-item {
		margin-bottom: 20px;
	}
	#fb-feed {
    	padding-top: 35px;
	}
	.fb-page, .fb-page iframe[style], .fb-page span {
	    width: 100% !important;
	    position: inherit !important;
	}
}



