/* -------------------------------------------------- GENERAL -------------------------------------------------- */
body {
  font-family: 'museo-sans', 'Muli', Arial, Helvetica Neue, Helvetica, sans-serif;
  color:#3f3844;
  font-weight:300;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'museo-sans', 'Muli', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight:700;
  color:#669900;
}
a:hover, a:focus {
    color: #393c41;
    text-decoration: underline;
}

.text-content a {
    color: #669900;
}
.text-content a:hover {
    color: #8c0;
}
.text-content li {
    padding-bottom: 1em;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eee;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #669900;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 4px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-full {
    color: #fff;
    background-color: #669900;
    border-color: #669900;
  	width:100%;
  	text-transform:uppercase;
}
.btn-full:hover {
    color: #fff;
    background-color: #8c0;
    border-color: #8c0;
}
.btn-primary {
    color: #fff;
    background-color: #8c0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8c0;
    border-color: #8c0;
}
.supporter-nav .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid transparent; */
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-group-vertical .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid transparent; */
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-excerpt .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #669900;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.readMore {
  font-weight:bold;
  color:#669900;
  padding-top: 0.8em;
  display: inline-block;  
}
.readMore:hover {
  color:#8c0;
  text-decoration:none;
}
.readMore:after {
  content:"\f138";
  font-family:"FontAwesome";
  padding-left: 10px;
}

h3 a {
  color:#182d4e;
  text-decoration:none;
}
h3 a:hover {
  text-decoration:none;
}
.page-type-blog h3 a {
  color:#669900;
  text-decoration:none;
}
.page-type-blog h3 a:hover {
  text-decoration:none;
}
  
.sectionTitle {
  text-align:center;
  text-transform:uppercase;
}

/* -------------------------------------------------- HEADER -------------------------------------------------- */
.introBlock {
    background: #f2f2f2;
    padding: 2em 0;
  	//text-align:center;
}
.introBlock .headline {
  color:#669900;
  text-transform:uppercase;
  text-align: center;
}
.page-name-home .main-container {
  margin-top:0;
}

/* -------------------------------------------------- NAV -------------------------------------------------- */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
  	background-color: #f7f7f7;
  	padding: 0;
}
.nav.navbar-nav {
    position: relative;
    text-transform: uppercase;
  	bottom: -10px;
    font-size: 0.68em;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #669900;
    background-color: transparent;
    font-weight: 400;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #669900;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #191919;
}
.navbar li a[href*="donate"] {
    background-color: #669900;
  	color:#fff !Important;
  	border-radius: 4px;
}
.navbar li a[href*="donate"]:hover {
    background-color: #8c0;
  	color:#fff;
}
.navbar li.active a[href*="donate"] {
    background-color: #669900;
    color: #fff !Important;
    border-radius: 4px;
}
.navbar li.active a[href*="donate"]:hover {
    background-color: #8c0;
  	color:#fff;
}
ul.social {
    margin: 0;
    padding: 1.2em 0 0.8em;
    list-style-type: none;
  	text-align:right;
}
.social li {
  display: inline-block;
  text-align: right;
}
.social li a {
  display: inline-block;
  color: #fff;
  background: #3c3c3c;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
  font-size: 1.46em;
}


.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42858;
    color: #669900;
    white-space: nowrap;
    text-transform: capitalize;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 0 solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

/* -------------------------------------------------- HOME PAGE-------------------------------------------------- */
.heroContent {
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
  	padding: 25rem 0;
}
.heroBox {
    
}
.heroCaption {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  	color:#fff;
}
.heroCaption h1 {
    font-size: 4.85rem;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
    color: #fff;
  	font-weight: 800;
}
.heroCaption p {
		font-size: 2em;
    text-align: center;
    text-transform: none;
}

/* -------------------------------------------------- FORM -------------------------------------------------- */
.form-control, .form-group>select, #donation_amount_other, #pledge_amount_other {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1 solid #f7f7f7;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.formInput.colOne {
    width: 49%;
    float: left;
}
.formInput.colTwo {
    width: 49%;
    float: right;
}
.formInput {
    margin-bottom: 1rem;
}
.formWrap {
    padding-top: 1rem;
}


ul.donateOption {
    padding: 0;
    margin: 38px 0;
    list-style-type: none;
    display: block;
}

.donateOption li {
    display: inline-block;
    text-align:left;
}

.donateOption li a {
    color:#669900;
    text-transform:capitalize;
    font-weight:bold;
    border:4px solid #669900;
    box-sizing:border-box;
    padding:10px 20px;
    text-decoration:none;
}

.donateOption li a:hover {
    color:#8c0;
    text-transform:capitalize;
    font-weight:bold;
    border:4px solid #8c0;
    box-sizing:border-box;
    padding:10px 20px;
}

/* -------------------------------------------------- FOOTER -------------------------------------------------- */
footer {
    margin: 0 0;
    background: #dbdcd9;
    text-align: center;
  	padding: 10px 0 20px;
}
ul.footerNav {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  	text-transform:uppercase;
}
.footerNav li {
    text-align: center;
    display: inline-block;
  	padding:10px 15px;
}
.footerNav a {
  color:#191919;
  text-decoration:none;
}
.footerNav a:hover {
  color:#669900;
}
footer .social {
  text-align:center;
}

/* -------------------------------------------------- SHARING -------------------------------------------------- */
.itemShare ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.itemShare li {
    text-align: center;
    display: inline-block;
    margin: 6px;
}
.itemShare li:first-child {
    margin-left:0;
}
.itemShare li:last-child {
    margin-right:0;
}
.itemShare li a {
    text-align: center;
    display: block;
    font-size: 24px;
    height: 42px;
    width: 42px;
    background: #c3d8eb;
    border-radius: 50px;
    padding: 7px 4px 4px;
    box-sizing: border-box;
  	color:#fff;
}
.itemShare li a:hover {
    opacity:0.8;
}
.itemShare li .facebook {
  background:#3B5998;
}
.itemShare li .tumblr {
  background:#35465c;
}
.itemShare li .twitter {
  background:#00aced;
}
.itemShare li .gplus {
  background:#d34836;
}

/* -------------------------------------------------- TEXT SECTION -------------------------------------------------- */
.textSection {
  background-color: #669900;
  color: #fff;
 	padding: 2em 0 4em;
}
.textSection p {
  font-weight:bold;
  text-align:center;
  font-size:24px;
}
.textSection .btn-full {
    color: #fff;
    background-color: #182d4e;
    border-color: #182d4e;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.textSection .btn-full:hover {
    background-color: #8c0;
    border-color: #8c0;
}
.textSection label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #182d4e;
}

/* -------------------------------------------------- FRONT NEWS -------------------------------------------------- */
.postWrap {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 2em;
    padding-bottom: 2em;
}
.postWrap:last-child {
    border-bottom: 0 solid #c5c5c5;
}
.postDate {
    font-weight: bold;
}
.postDateWrap {
    padding-bottom: 0.75em;
}

/* -------------------------------------------------- CAMPAIGN SECTION -------------------------------------------------- */
.campaignSection {
    padding: 2em 0 4em;
    background: #f2f2f2;
}

/* -------------------------------------------------- ACTIONS -------------------------------------------------- */
.actionBlock {
    text-align: center;
    background: #5a5a5a;
  	padding: 2em 0;
}
.actionBlock.join {
    background: #5a5a5a;
}
.actionBlock.volunteer {
    background: #5a5a5a;
}
.actionBlock.donate {
    background: #5a5a5a;
}
.actionBlock i {
    font-size: 2.5em;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 18px;
}
.actionBlock h4 {
    color: #fff;
    font-size: 1.6em;
}
.actionBlock a:hover {
  text-decoration:none;
  color:#ffffff;
}
.actionBlock a {
  color:#8c0;
}
.no-gutter {
	padding-left:0;
  padding-right:0;
}


/* -------------------------------------------------- PCE BLOCK -------------------------------------------------- */
.pceSection {
    padding: 2em 0 4em;
    background: #ffffff;
}
.pceSection .container .row .col-md-6.col-lg-6.class-be_informed_redirect{
    display:none;
}
.pceList {
  margin-top:20px;
}
.pceWrap {
    padding: 20px 0 40px;
}
.pceWrap h3, .pceWrap .h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.pceList img {
  border-top: 2px solid #669900;
}

/* -------------------------------------------------- DONATIONS -------------------------------------------------- */
.page-pages-show-donation-wide .radio-inline label.radio {
    border-radius: 3px;
    background-color: #5a5a5a;
    color: #fff;
    display: inline-block;
    width: 142px;
    padding: 15px 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 5px 7px 10px 0;
}
.page-pages-show-donation-wide .radio-inline label.radio:hover {
    background-color: #182d4e;
}
.page-pages-show-donation-wide .progress-indicator-stages li.active .stage-count-inner {
    background: #5a5a5a;
}
.page-pages-show-donation-wide .progress-indicator-stages li .stage-count {
    position: relative;
    display: block;
    color: #fff;
    width: 47px;
    height: 47px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 99px;
}
.page-pages-show-donation-wide .progress-indicator-stages li:after {
    content: " ";
    width: 42px;
    height: 0;
    border-bottom: 1px solid #669900;
    position: absolute;
    top: 45px;
    left: 47px;
}
