/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 16px; line-height: 1.5; }

::-moz-selection { background: #DE363E; color: #fff; text-shadow: none; }
::selection { background: #DE363E; color: #fff; text-shadow: none; }

/* LINKS */
a, a:visited { color: #c0142a; }
a:hover { color: #5467bc; }

.bgc-body a, .bgc-body a:visited { color: #008ABA }
.bgc-body a:hover { color: #c0142a;}
.bgc-body a.btn { color: #fff } 

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.justifyfull {
	text-align: justify;
}

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*
 * 
 * Custom Styles Begin HERE
 *
 */

/* Defaults */

body {
	background: #fff;
	font-family: 'adobe-jenson-pro','Palatino Linotyp','Palatino',Georgia,serif;
	font-family: 16px;
/* 	font-family: 'Quattrocento', 'Palatino Linotype', 'Palatino', Georgia, serif; */
}

#main-header {
	width: 100%;
  position:relative;
  padding: 10px 0 10px 0;

}

#menuaccess {
	position: absolute;
	top: 50px;
	right: 15px;
	z-index: 1000;
	color: #000;
	font-size: 18px;
}

#main-header-logo {
	padding-top: 10px;
	height: 50px;
	margin-bottom:5px;
	position: relative;
}

.bgc-body #main-header-logo {
	height: 70px;
}

#navigation {
	display: block;
	width: 100%;
    bottom: 0px;
    display: none;
    margin-top: 0px;
    background-color: #32291A;
}

.bgc-body #navigation {
	background-color: #03485e;
}

.main-nav-title {
	color: #fff;
	font-family: "trajan-pro-3","Palatino Linotype", "Palatino",Georgia,"Times New Roman",serif;
}

.bgc-body .main-nav-title {
	color: #000;
	font-family: "adobe-jenson-pro","Palatino Linotype", "Palatino",Georgia,"Times New Roman",serif;
}

.main-nav-subtitle {
	margin-left: 5px;
	font-size: 12px;
	color: #8f8572;
	text-transform: lowercase;
}


.meta-info {
	color: #909090;
	font-style: italic;
	font-size: 14px;
}

h1 {font-family: 'trajan-pro-3','Palatino Linotype','Palatino',Georgia,serif}

h1,h2,h3,h4,h5,h6 {
	margin: 0.5em 0 0.5em 0;
}

p {
	margin: 0em 0 1em 0;
}

img.responsive,
iframe.responsive {
	width: 100%;
	
}

/*
.constrainer {
	width: 100%;
	position:relative;
}
*/

#main-stage {
	width: 100%;
}

.page-banner {
	background: #EEECE7;
	color: #343434;
	margin: 30px 0 30px 0;
	padding: 15px 0;
}

.bgc-body .page-banner {
	background: #F3F5F8;
}

.news-column article {
		border-bottom: 1px solid #efefef;
		padding: 15px;
	}
	
	
.header-logo-element {
	display: block;
}

#header-logo-link {
	display: block;
	background: url(https://www.salvationarmycarolinas.org/assets/images/logos/shield.png) top left no-repeat;
	background-size: 50px 60px;
	padding: 10px 0 20px 60px;
	color: #000;
	text-decoration: none;
	margin-top: 5px;
}

.bgc-body #header-logo-link {
	background: none;
	padding-left: 0;
}

.header-logo-location {
	color: #888888;
	padding-left: 2px;
	font-size: 12px;
	line-height: 1;
}

.header-logo-slogan {
		font: 16px/1 'trajan-pro-3',Arial,sans-serif;
}


#action-left {
  background: pink;
  border: 0px;
}



#action-right {
  background: orange;
  border: 0px;
}
	
.action-long-button {
	width: 100%;
	height: 50px;
}

#slideshow {
	position: relative;
}

.slide-container {
	position: absolute;
	width: 100%;
}

.current-slide,
.current-slide .hero-image-overlay,
.current-slide .hero-image-overlay .hero-headline,
.current-slide .hero-image-overlay .hero-text,
.current-slide .hero-image-overlay .hero-button {
	z-index: 100;
}

.slide {
	width: 100%;
	max-height: 100%;
}

.hero-image-overlay {
	position: absolute;
	top: 0;
	float: left;
	width: 100%;
	text-align: center;
}

.hero-image-overlay .hero-headline {
	margin: 0;
	font-family: 'trajan-pro-3','Palatino Linotype','Palatino',Georgia, serif;
	color: #fff;
	text-transform: capitalize;
	line-height: 1;
	font-size: 22px;
	width: 100%;
	text-align: center;
	padding-top: 5%;
	
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	filter: glow(color=black,strength=2);

}

.hero-image-overlay .hero-text {
	color: #fff;
/* 	font-weight: bold; */
	line-height: 1.2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	width: 95%;
	padding: 2.5% 2.5%;
	margin: 0 auto ;
	font-size: 16px;
	filter: glow(color=black,strength=1);
	
	/* DEBUGGING */
/* 	display: none; */

}

/*.hero-image-overlay*/ .hero-button {
	display: inline-block;
	background: #C0142A;
	padding: 3px 15px;
	border: 2px solid #a7182b;
	border-top: 2px solid #e72c45;
	border-left: 2px solid #e72c45;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 1px #811120;
	margin: 3% auto 0 auto;
}

.bgc-body a.hero-button {
	background: #008ABA;
	border: 2px solid #0581a9;
	border-top: 2px solid #0498c9;
	border-left: 2px solid #0498c9;
	text-shadow: 1px 1px 1px #042f3e;
	color: #fff !important;
}

.hero-button:hover,
.hero-button:visited {
	color: #fff;
}






.band-title {
    text-align:center;
    color: #32291a;
    font-size: 36px;
    padding: 10px;
    
}

.band-body {
    color: #32291a;
    padding: 10px
}

.main-navigation-item a,
.main-navigation-item a:hover {
    text-decoration: none;
}

.main-navigation-item a {
    display:block;
    padding: 10px 0 10px 40px
/*    position:relative;*/
}

.main-navigation-item {
	float: left;
	margin: 0;
	width: 100%
}

#dropdown-menus {
    z-index:500;
    background-color: #B3ADA6;
    width:100%;
    display: none;
    height: 1px;
    padding-bottom: 0px;
}

.bgc-body #dropdown-menus {
	background-color: #03485E;
}

.inactive-menu {
    display:none;
}

#footer-links-container,
#footer-legal-container {
	text-align: center;
	text-transform: lowercase;
}

.footer-info {
	color: #787878;
	font-size: 12px;
}

.main-column,
.sidebar-column {
  padding: 10px;
}


#footer-links-container a {
	text-decoration: none;
	color: #C0142A;
}

#footer-links-container a:hover {
	text-decoration: underline;
}

#main-donation-button {
	display: none;
}

#main-action-bugs {
	padding: 7px 0 7px;
}

#feature-constrainer {
/* 	margin-bottom: 30px; */
}

.action-bug {
	width: 100%;
	float: left;
	height: 70px;
	background: #c0142a;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}

.action-bug:hover {
	text-decoration: none;
}


.bgc-body .action-bug {
	background: #0178AB;
}

.action-bug-text {
	font-family: 'adobe-jenson-pro','Palatino','Palatino Linotype',Arial,sans-serif;
	display: block;
	margin: 0px auto;
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	font-size: 22px;
/* 	font-weight: bold; */
	line-height: 70px;
	text-shadow: 1px 1px 1px #811120;
	text-decoration: none;
}

#header-logo-text {
  	position: absolute;
  	top: 55px;
  	left: 50px;
  	text-decoration: none;
  	font-size: 14px;
  	width: 300px;
  	color: #9E9B9B;
  	text-transform: capitalize;
  	font-family: 'adobe-jenson-pro',"Palatino Linotype",Palatino,Georgia,serif;
}

.B_crumbBox {
	display: none;
}

.text-button a,
.text-button a.text-button {
	display: inline-block;
	background: #C0142A;
	padding: 7px 20px;
	border: 2px solid #a7182b;
	border-top: 2px solid #e72c45;
	border-left: 2px solid #e72c45;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 1px #811120;
	cursor: pointer;
	}

.bgc-body .text-button a,
.bgc-body .text-button a.text-button,
/* .bgc-body .childPageGridItem a.btn */
{
	background: #008ABA;
	border: 2px solid #0581a9;
	border-top: 2px solid #0498c9;
	border-left: 2px solid #0498c9;
	text-shadow: 1px 1px 1px #042f3e;

}




.text-button a:hover,
.text-button a:visited,
.text-button a:active {
	color: #fff;
}

#slide-library {
	display: none;
}

.hidden-slide {
	display: none;
}

.incoming-slide {
	opacity: 0;
	z-index: 150;
	display: block !important;
	
}

.article-title a {
	text-decoration: none;
	color: #333;
}

.article-title a:hover {
	text-decoration: underline;
	color: #c0142a;
}

.post-info,
.postmeta {
	font-size: 12px;
	margin: 0;
	padding-left: 15px;
	color: #676767;
}

.post-info {
	font-style: italic;
}

.post {
	margin-bottom: 60px;
}


h2.title {
	font-size: 24px;
	margin-bottom: 0;
}

.page-purpose,
.page-purpose-2,
.page-purpose-3 {
	width: 95%;
	margin: 0 0 30px 0;
	text-align: center;
	padding: 0 1.5% 0 1.5%;
	float: left;
}



.callout-box {
	background: #FFF;
	width: 100%;
}

.callout-box .col {
	width: 96.5%;
	padding: 1.5%;
	float: left;
}

.callout-box .col img {
	width: 100%;
}

.col h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #898989;
}


/* extra feature styles */ 

h2.banner-heading {
	text-align: center;
	font-weight: 700 !important;
	font: 34px/1 'trajan-pro-3','Palatino Linotype','Palatino','Georgia',serif;
	text-transform: capitalize;
	padding-bottom: 0px;
	margin-bottom: 0;
	border-bottom: 1px solid #cEcCc7;	
}

.banner-impact-locale {
	font-size: 16px;
	text-transform: lowercase;
	font-style: italic;
	color: #6984A5;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: 'Palatino','Palatino Linotype',Georgia,serif;
}

.impact-banner {
	width: 99%;
	margin: 15px auto;
}

.impact-banner .nos {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.impact-banner .stats {
	text-align: center;
	margin-bottom: 20px;
}

.impact-banner .no,
.impact-banner .stat {
	font: 48px/1 'adobe-jenson-pro',Arial,sans-serif;
	font-weight: bold;
}

.unit-checkbox {
	width: 95%;
	display: block;
	float: left;
	padding: 0 0 1% 1%;
}


.unit-checkbox-input {
	margin-right: 3px;
}

#address-text {
	width: 80%;
	padding: 7px 20px;
	border: 1px solid #8b846e;
	font-family: 'Quattrocento', 'Palatino Linotype', 'Palatino', Georgia, serif;
	color: #454545;
}

.input-meta {
	font-size: 12px;
	color: #8b846e;
}

.location-search-step-label {
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

#location-search-inputs {
	padding: 3%;
	background: #EEECE7;
	border-top: 1px solid #d6d0bc;
	border-bottom: 1px solid #d6d0bc; 
/* 	border-radius: 5px; */
}

.error-message {
	padding: 2%;
	width: 96%;
	margin: 0px auto;
	background: #f5c6c6;
	border-top: 1px solid #d72828;
	border-bottom: 1px solid #d72828;
	margin: 0 0 10px 0;
/* 	border-radius: 5px; */
}

.location-listing {
	float: left;
	padding: 1%;
	width: 98%;
}

.location-listing h3,
.location-listing p {
	margin: 0;
}

.location-listing .unit-address,
.location-listing .unit-distance,
.location-listing .unit-contact,
.location-listing .unit-hours {
	padding-left: 10px;
}

.unit-hours {
	font-size: 12px;
}


.unit-distance {
	font-size: 14px;
	font-style: italic;
}
 
.unit-section-title {
	padding: 1%;
	border-bottom: 1px solid #cdcdcd;
}


.unit-section-container {
	margin-bottom: 40px;
}

#map-additional-controls .text-button {
	display: block;
	width: 96%;
	border: 0;
	border-radius: 0;
	padding: 2%;
	margin: 1% 0;
}


#map-canvas {
	width: 100%;
	height: 200px;
}

#map-panel {
	width: 0%;
	overflow: auto;
}


#page-header-search-box {
		position: relative;
		right: 0px;
		display: block;
		text-align: center;
		}

	
	#page-header-search-box #search.inactive {
		color: #ababab;
		font-style: italic;
	}
	

.callout-box .col > a:first-child {
	display: block;
	width: 70%;
	margin: 0 auto;
	
}

.alert-dismiss {
	float: left;
	width: 9%;
	padding: 0.5%;
	cursor: pointer;
}

.alert-image {
	float: left;
	width: 15%;
	text-align: center;
}

.alert-image img {
	max-width: 60px;
	max-height: 60px;
}

.alert-content {
	width: 70%;
	float: right;
	font-size: 14px;
}

.alert-bar {
	margin-bottom: 7px;
	padding: 0.75% 0 0.75% 0;
}

.alert-bar h1,
.alert-bar p {
	margin: 0;
	padding: 0;
}


.alert-eds {
	background: #e8b2b5
}

.alert-general {
	background: #e0c25e
}

/*
.alert-warning {
	background: #e8b2b5
}
*/

.alert-positive {
	background: #beca5b
}

.alert-weather {
	background: #bbceeb
}

.alert-dismiss-icon {
	width: 100%;
	max-width: 30px;
	max-height: 30px;
}

ul.sidebar-widget {
	padding: 0;
	margin: 0 0 20px 0;
}

ul.sidebar-widget li {
	list-style: none;
	padding-left: 7px;
}

.latest-item {
	margin-bottom: 7px;
}

.latest-comment-text,
.latest-post-title,
.tl-tag,
.archives-widget li
 {
	font-size: 14px;
}

.latest-post-date,
.latest-comment-info {
	font-size: 12px;
	color: #676767;
	font-style: italic;
}

.text-tip {
	font-size: 12px;
	font-style: italic;
}

.tsalocations-command-display {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.tsalocations-command-display:last-child {
	border-bottom: 0;
}

.tsalocations-command-display h3,
.tsalocations-command-display p.details,
.tsalocations-command-display p.contact-info {
	margin: 0;
}

.tsalocations-command-display p.details {
	padding-left: 15px;
}

.tsalocations-command-display p.contact-info {
	float: right;
}

footer h4 {
	font-family: "adobe-jenson-pro","Arial Black",sans-serif;
	font-size: 18px;
	color: #787878;
}

.social-logo {
	width: 32px;
	height: 32px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}

#footer-content-cols {
	margin-bottom: 15px;
}

footer {
	background-color: #EEECE7;
	padding-bottom: 40px;
}

.bgc-body footer {
	background-color: #F3F5F8;
}

.corTextInput {
	width: 90%;
}

.corSelect {
	width: 95%;	
}

.corTextarea {
	width: 95%;
	height: 200px;
}

.pullquote {
	padding: 2%;
	margin: 30px 0;
	border: 1px solid #ded9cc;
	background: #EEECE7;
	border-radius: 5px;
}

#tsalocations-command-wrapper {
	padding-bottom: 15px;
}


#footer-social-icons h4 {
	color: #AAA59B;
}

#footer-social-icons a {
	font-size: 28px;
	display: inline-block;
	width: 32px;
	text-align: center;
	color: #AAA59B;
}

.bgc-body #footer-social-icons a {
	color:	#c0c8d3;
}

#footer-social-icons a:hover {
	color: #c2bcb1;
}

.bgc-body #footer-social-icons a:hover {
	color:	#ced7e2;
}


@media only screen and (min-width: 480px) {
		
	.hero-spacer {
		margin-left: 20px;
		text-align: left;
		padding: 2.5% 0 0 0;
	}
	
	.header-logo-location {
		font-size: 18px;
	}
	
	
#header-logo-link {
	background-size: 50px 60px;
	padding: 5px 0 20px 60px;
	color: #000;
	text-decoration: none;
	margin-top: 5px;
}

.header-logo-location {
	color: #888888;
	padding-left: 2px;
	font-size: 12px;
}

.header-logo-slogan {
		font: 20px/1 'trajan-pro-3',Arial,sans-serif;
}


	
	
			
	#map-canvas {
		float: left;
		height: 400px;
	}
	
	#map-panel {
		width: 0%;
/* 		height: 400px; */
		float: right;
		overflow: auto;
		margin: 25px 0 25px;
	}

	#map-additional-controls .text-button {
		display: inline-block;
		width: auto;
		padding: 7px 20px;
		border: 2px solid #a7182b;
		border-top: 2px solid #e72c45;
		border-left: 2px solid #e72c45;
		border-radius: 5px;
		margin: 0;
	}

	.main-navigation-item {
	    line-height:16px;
	    width: 50%;
	    margin: 0;
    }
    
    footer {
      padding-top: 50px;
      margin-top: 50px;
    }
    
  .hero-image-overlay {
	  width: 300px;

  }

  .hero-image-overlay .hero-headline {
		padding: 10% 0 0 5%;
		font-size: 36px;
		width: 300px;
		text-align: left;
	}

	.hero-image-overlay .hero-text {
		padding: 2.5% 0 2.5% 8%;
		width: 300px;
		font-size: 16px;
		display: block;
		text-align: left;
	}
    
	.hero-image-overlay .hero-button {
		display: inline-block;
		background: #C0142A;
		padding: 7px 20px;
		border: 2px solid #a7182b;
		border-top: 2px solid #e72c45;
		border-left: 2px solid #e72c45;
		border-radius: 5px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-family: Arial, sans-serif;
		font-size: 14px;
		text-shadow: 1px 1px 1px #811120;
		margin: 3% 0 0 5%;
		position: relative;
	}

	.static-feature {
		width:50%;
		float:left;
	}

	  
	.action-bug {
		width: 32.75%;
		margin-bottom: 0px;
		border-radius: 3px;
	}
	
	.center-action-bug {
		margin: 0 0.875%;
	}

	.B_crumbBox {
		font-size: 11px;
		text-align: right;
		text-transform: lowercase;
		display: block;
	}
	
	.B_crumbBox li {
		list-style: none;
		display: inline;
	}
	
	.B_crumbBox li a {
		text-decoration: none;
		color: #C0142A;
	}
	
	.B_crumbBox li a:hover {
		text-decoration: underline;
	}
	
	.impact-banner .nos {
		float: left;
		width: 49.5%;
		text-align: center;
	}
	
	.impact-banner .stats {
		text-align: center;
	}

	.page-purpose-2 {
		width: 46%
	}
	
	.page-purpose-3 {
		width: 29%;
	}
	
	.callout-box .col {
	width: 33.0%;
	padding: 1;
	float: left;
	}
	
	
	.unit-checkbox {
		width: 47%;
		padding: 0 0 1% 2%;
	}	
	
	.alert-dismiss {
		padding: 0;
		width: 5%;
	}
	
	.alert-image {
		width: 5%;
	}
	
	.alert-image img {
		max-width: 45px;
		max-height: 45px;
	}
	
	.alert-content {
		width: 80%;
	}
	

	
}
@media only screen and (min-width: 769px) { /* 768px at 16px font-size */

	#page-header-search-box {
		position: absolute;
		top: 55px;
		right: 0px;
		display: block;
		width: 280px;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	
		
	#header-logo-link {
		margin-top: 48px;
	}
	
	#page-header-search-box #search {
		float: left;
	}

  #menuaccess {
	  display: none;
  }

  .main-nav-subtitle {
	    display: none;
    }

	
	#main-header {
		padding: 0;
	}

  #dropdown-menus {
    position:absolute;
  }

  .main-navigation-item {
    position:relative;
  }
      
  .clonedMenuItem .main-nav-title {
    color: #fff;
    }
    
  #navigation {
      height: 50px;
      width: 950px;
      padding-left: 75px;
      position:absolute;
      bottom: 0px;
      display: block;
      background: none;
      margin: 0;
  }
  
  .bgc-body #navigation {
	  background: none;
  }
  
  .main-nav-title {
      color: #fff;
      font-size: 14px;

  }
  
   .main-nav-title {
  	font-size:16px;
  }

  .main-navigation-item span.main-nav-subtitle {
      font-size:12px;
      color: #8f8572;
  }

  .main-navigation-item {
    line-height:16px;
    padding:18px 0px 15px 0;
    width: auto;
    margin: 0px 5px 0px 0px;
  }
    
  .main-navigation-item a {
    padding:0px 10px 0px 5px;
    }
  
  .main-navigation-item a.clonedMenuItem {
    position:absolute;
    top: 0px;
    left: 0px;
    background: #B3ADA6;
    padding: 18px 10px 16px 5px;
    }

	.main-navigation-item a.clonedMenuItem .main-nav-title,
	.main-navigation-item a.clonedMenuItem .main-nav-subtitle {
		color: #000;
	}

	.bgc-body .main-navigation-item a.clonedMenuItem .main-nav-title,
	.bgc-body .main-navigation-item a.clonedMenuItem .main-nav-subtitle {
		color: #fff;
	}

  .bgc-body .main-navigation-item a.clonedMenuItem {
	  background: #03485E;
  }
  
    
  .main-navigation-item:last-child {
      margin-right:0;
  }
  
  .sub-menu-item {
      width: 19%;
      float: left;
      padding-bottom: 15px;
  }
  
  .sub-menu-list {
      color: #000;
      font-size: 12px;
      padding-top: 15px;
      margin-right: 1.933%;
  }
  
  .bgc-body .sub-menu-list {
	  color: #fff;
  }
  
  .sub-menu-list-heading {
      font-weight:bold;
      border-bottom: 1px solid #645234; 
  }
  
  .bgc-body .sub-menu-list-heading {
	  border-bottom: 1px solid #045F7D;
  }
  
  .sub-menu-list-link {
      padding: 7px 0 0 5px;
      line-height:1.15;
  }
  
  .sub-menu-list li a {
      text-decoration:none;
      color: #000;
  }
  
	.bgc-body .sub-menu-list li a {
		color: #fff;
	}
  
  .sub-menu-list li a:hover {
/*       background-color:#EA3B47; */
		color: #fff;
  }
  
  .bgc-body .sub-menu-list li a:hover {
  	background-color: #008CBA 
  }
    
  .band-title {
    padding: 60px 0 60px 0;
    }    
  .band-body {
    padding:30px 0 30px 0;
    }
    
  #main-header {
	  height: 160px;
      background:#fff url(assets/navigation-bg-2.png) bottom left repeat-x;
  }
 
  .bgc-body #main-header {
	  height: 160px;
      background:#fff url(assets/bgc-navigation-bg.png) bottom left repeat-x;
  }

  
  #main-news {
		margin: 15px 10px;
/* 		border: 1px solid #efefef; */
/* 		border-top: 0; */
		background: transparent;
		padding-top: 15px;
	}
	
	#main-stage {
	}
	
	.large-homepage-image #main-stage {
	}

	.news-column-center {
		width: 32%;
		float: right;	
	}
	
	.news-column-first {
		width: 65%;
		float: left;
	}
	
	.news-column-first article {
		width: 95%;
		margin: 0 auto;
		border-bottom: none;
	}
	
	.news-column-center article,
	.news-column-last article {
/* 		border-bottom: 1px solid #efefef; */
/* 		border-left: 1px solid #efefef; */
	}
		
	.news-column-last {
		width: 32%;
		float: right;
		clear: right;
	}
	
	.news-column article {
		padding: 10px;
	}
	
	.news-column article p {
		font-size: 14px;
	}

	.article-title {
		font-size: 22px;
	}
	
	.news-column-last article:last-child {
		border-bottom: 0;
	}
	
	.action-long-button {
		width: 49.479%;
		height: 85px;
  	    margin-top: 6px;
	}
	
	#action-left {
  	float: left;
/*  	border: 1px solid pink;*/
	}
	
	#action-right {
  	float: right;
/*  	border: 1px solid blue;*/
	}

	#slideshow {
		width: 66.6%; 
		float: left;
  	clear: left;
/*  	border: 1px solid red;*/		
	}
	
	.large-homepage-image #slideshow {
		width: 100%;
	}
	
	.static-feature {
		display: block;
	  	float: right;
	  	clear: right;
	  	width: 32.83333333%;
	}
	
	#top-right-feature {
		margin-bottom: 0.25%;
	}
	
	#bottom-right-feature {
		margin-top: 0.25%;
	}
	
	.default-container-bg {
		width: 100%;
		max-height: 100%;
	}
	
	#action-container {
		margin-top: 6px;
	}
	
	.left-col {
	    float: left;
   }
    
  .right-col {
      float: right;
  }
  
  .col-50 {
      width: 49%;
  }
  
  #main-header .constrainer {
      height: 160px;
      position:relative;
  }
    
  #header-logo-link {
      display:block;
  }
  
  #header-logo-text {
	  	top: 4px;
	  	left: 76px;
	  	font-size: 15px;
	  	color: #9E9B9B;
	  	width: 500px;
  }
  
 	.sidebar-column,
	.main-column {
  	padding: 0;
	}
	
	.main-column {
  	width: 65%;
  	float: left;
	}
	
	.sidebar-column {
  	width: 28%;
  	float: right;
	}
	
 
 #footer-links-container {
	 text-align: right;
 }
 
 #footer-legal-container {
 	text-align: right;
 	font-size: 8px;
 } 
 

 #main-donation-button {
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	}
	
  .bgc-body #main-donation-button {
  }
	
  .hero-image-overlay {
	  width: 400px;
  }
	
	.hero-image-overlay .hero-headline {
		padding: 20% 0 0 5%;
		font-size: 32px;
		width: 380px;
	}
	
	.hero-image-overlay .hero-text {
		padding: 2% 0 0 5%;
		width: 380px;
		font-size: 18px;
	}
	
	.hero-image-overlay .hero-button {
		margin: 3% 0 0 5%;
	}   
	
	.action-bug {
		height: 100px;
	}

	.action-bug-text {
		font-size: 29px;
		line-height: 100px;
	}

	.impact-banner .no,
	.impact-banner .stat {
		font: 48px/1 'adobe-jenson-pro',Arial,sans-serif;
		font-weight: bold;
	}

	.impact-banner .nos {
		float: left;
		width: 24.5%;
		text-align: center;
		margin-bottom: 0;
	}	
	
	.impact-banner .stats {
		text-align: center;
	}
	
	
	.unit-checkbox {
/* 		width: 31%; */
		padding: 0 0 1% 2%;
	}
	
	#get-location {
		margin: 0;
	}


	#location-search-unit-inputs {
		width: 49%;
		float: left;
	}

	#location-search-address-inputs {
		width: 49%;
		float: right;
	}

	.location-listing {
		width: 47%;
		float: left;
	}
	
	.alert-dismiss {
		width: 4%;
	}
	
	.alert-image {
		width: 10%;
	}
	
	.alert-image img {
		max-width: 45px;
		max-height: 45px;
	}
	
	.alert-content {
		width: 85%;
	}
	
	
	#header-logo-link {
	background-size: 68px 77px;
	padding: 6px 0 30px 73px;
	color: #000;
	text-decoration: none;
	margin-top: 44px;
}

.header-logo-location {
	padding-left: 2px;
	font-size: 14px;
}

.header-logo-slogan {
		font-size: 28px;
}

	
	 
}

@media only screen and (min-width: 960px) { /* 960px at 16px font-size */
    
  /*
  .main-nav-title {
    	font-size:18px;
    }
    
*/

.main-navigation-item {
    line-height:16px;
    float: left;
    padding:10px 0px 7px 0;
    margin-right: 5px;
  }
  
  .main-navigation-item a.clonedMenuItem {
    position:absolute;
    top: 0px;
    left: 0px;
    background: #B3ADA6;
    padding: 10px 10px 8px 5px;

    }

    .main-nav-subtitle {
	    display: block;
    }
    
	
	.wide-constrainer {
		width: 1200px;
		margin: 0px auto;
		overflow: hidden;
	}

	.hero-text,
	.hero-image-overlay {
		text-align: left;
	}
	
	#main-news {
		width: 960px;
		margin: 0 auto;
		border-top: 0;
		padding-top: 0;
	}
	
	.news-column,
	.news-column-first,
	.news-column-center,
	.news-column-last {
		width: 320px;
		float: left;
	}
	
	.news-column-center article,
	.news-column-last article {
		border-left: none;
	}

	
	.news-column article {
		border-bottom: 0;
		width: 290px;
		padding: 10px 15px;
	}
		
	#top-right-feature {
		margin-bottom: 2px
	}
	#bottom-right-feature {
		margin-top: 2px;
	}
	
	
			
	.action-long-button {
  		width: 476px;
	}
	
	.blog-post-page h2.title {
		font-size: 44px;
		margin-bottom: 0;
	}
	
	.blog-post-page .post-info {
		margin: 0 0 30px 0;
		
	}
}

@media only screen and (min-width: 1200px) { 
	#top-right-feature {
		margin-bottom: 3px
	}
	#bottom-right-feature {
		margin-top: 2px;
	}
}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

a.btn,
input.btn {
  text-decoration: none;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

a.btn-primary {
  color: #fff;
}

a.btn-default {
 color: #343434;
}

.justifyright,
td.justifyright {
	text-align: right;
}

.justifyleft {
	text-align: left;
}

img.justifyright {
	float: right;
	margin: 10px;
	margin-right: 0;
}



img.justifyleft {
	float: left;
	margin: 10px;
	margin-left: 0;
}

/* Correction for BTN-Primary colors, and addition of club button */

.btn-primary {
	color: #fff;
  background-color: #C0142A;
  border-color: #AC142A;	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #AB142A;
  border-color: #AC142A;
}

.btn-primary:disabled {
	color: #fff;
  background-color: #cacaca;
  border-color: #ababab;	

}

.btn-primary .badge {
	color: #C0142A;
}

.bgc-body .btn-primary .badge {
	color:  #008ABA;
}

.btn-bgc,
.bgc-body .btn-primary {
	color: #fff;
	background-color: #008ABA;
	border-color: #00729A;
}

.btn-bgc:hover,
.btn-bgc:focus,
.btn-bgc:active,
.btn-bgc.active,
.open .dropdown-toggle.btn-bgc,
.bgc-body .btn-primary:hover,
.bgc-body .btn-primary:focus,
.bgc-body .btn-primary:active,
.bgc-body .btn-primary.active,
.open .dropdown-toggle.btn-bgc,
 {
	color: #fff;
	background-color: #007FAB;
	border-color: #00729A;
}

.btn-bgc .badge {
	color: #008aba;
}

.bgc-body #main-donation-button,
.bgc-body .submit-search-button,
.bgc-body #slideshow a.btn {
	color: #fff;
	background-color: #008ABA;
	border-color: #00729A;
}

.bgc-body #main-donation-button:hover,
.bgc-body .submit-search-button:hover,
.bgc-body #slideshow a.btn:hover {
	color: #fff;
	background-color: #007FAB;
	border-color: #00729A;
}

.bg-primary {
  color: #fff !important;
  background-color: #C0142A;
}
a.bg-primary:hover {
  background-color: #AB142A !important;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* Pagination section (Nov 12 2014) */
.pagination-list li {
 list-style: none;
 display: inline;
}
.pagination-list li.control {
margin: 0px 3px;
}

.trajan {
	font-family: 'trajan-pro-3','Palatino Linotype','Palatino',Georgia,serif;
}

.horizontal-form-title {
	line-height: 34px;
	margin: 0;
	padding: 0;
}