/*
* Core styles for New Settlement Apartment Sites
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Colors
# Normalize
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Galleries
# Captions
# Social Menu
# Network Menu
# Search Bar
# Person List
# Tribe Mini Calendar
# Homepage Modules
# Action Bar
# Isotope Grid
# Widget Lists
# Donation (Give) Form Styles
# Blog Index


/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*
/*

PRIMARY:
Orange: #FFC20E
Dark Green: #61872A

SECONDARY: 
Light Green: #8FB430
Blue: #1C75BC
Red: #E86E25
Brown: #412900

TERTIARY:
Dark Orange: #F7941E
Grey: #C7DBF2
Yellow: #F9E4A4

*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Brandon', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}




article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.featherlight .featherlight-content {
    background: transparent !important;
    overflow-y: scroll !important;
}

.lightbox {
    display: none;
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .featherlight .featherlight-content {
        overflow-y: visible !important;
    }

}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Brandon', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Grenale Slab Demi', serif;
	clear: both;
}

h1, h3 {
	color: #61872A;
    margin: 1em 0 0 0; 
}

h2, h4, h6 {
	color: #F7941E;
}

h5 {
	color: #1C75BC;
}

	

p {
	margin: 0.3em 0 1.5em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family:  serif;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 15px solid #8FBC8F;
  border-right: 2px solid #8FBC8F;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #8FBC8F;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}


blockquote em{
  font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big, .big {
	font-size: 125%;
}

.page-content p strong,
.entry-content p strong,
.page-content li strong,
.entry-content li strong,
.page-content p b,
.entry-content p b,
.page-content li b,
.entry-content li b

{
    font-family: 'Brandon Bold';
}

/* Button Style */
a.button, a.button:visited {
    background-color: #678b47;
    color: #F9E4A4;
    border: 1px solid #678b47;
    border-radius: 4px;
    font-size: 18px;
    font-family: 'Grenale Slab Demi';
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
}

a.button.light, a.button.light:visited {
    background-color: #8FB430;
}


a.button:hover {
    color: #678b47;;
    background-color: #fff;
    text-decoration: none !important;
}




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f1f1f1; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
}

ul li.hentry {
	margin: 0 0 0 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.fllightbox {
    display: none;
}

.text-lightbox {
    background-color: #fff;
    padding: 10px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #fff;
    border-radius: 2px;
    background: #E86E25;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 120%;
    margin-top: -24px;
    padding: 8px 24px;
    font-family: 'Grenale Slab Demi';
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.mobile-links {
    margin-bottom: 20px;
}

.mobile-links ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.mobile-links ul a {
    display: block;
    padding: 4px;
    border-bottom: 1px solid #61872A;
}


/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .mobile-links {
        display: none;
    }
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: block;
}

.alignright {
	display: block;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ===== == = === 31.250em (500px) === = == ===== */
@media only screen and (min-width: 31.250em) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
        margin-bottom: 40px;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #61872A;
    color: #fff;
	margin-bottom: 80px;
}

.site-footer h2 {
	color: #F9E4A4;
	text-transform: lowercase;
	margin: 0px 0px 4px 0px;
}

.site-footer h3 {
	color: #F9E4A4;
}

.site-footer a, .site-footer a:visited {
	color: #fff;
	text-decoration: none;
    display: block;
}

.site-footer .connect-text a {
    display: inline;
}

.site-footer a i.fa {
    margin-right: 10px;
}

.site-footer .connect-text a img {
    margin-right: 10px;
    width: 12px;
    height: 12px;
}

.site-footer a:hover {
	color: #F9E4A4;
	text-decoration: underline;
}
.site-footer div {
    padding: 10px 20px;

}
.site-footer div div {
    padding: 0px;
}

.site-footer div.connect .subscribe h4 {
    text-transform: uppercase;
    font-family: Brandon;
    color: #fff;
    margin: 0px 0px 0px 0px;
    font-weight: 100;
}
.site-footer div.connect .subscribe p {
    font-size: 90%;
    margin: 0px 8px 4px 0px;
    padding: 0px; 

}

.site-footer div.menu-social-menu-container {
    width: 100%;
    padding: 0px;
}

.social-footer-menu li {
    padding: 0px 4px !important;
}

.social-footer-menu li:first-child {
    padding: 0px 0px !important;
}

.site-footer div.footer-map {
    padding: 0px;
}

.site-footer div.footer-map iframe {
    width: 100%;
}

.site-footer .navigate .footer-logo {
display: block;
    height: 96px;
    background-image: url(/wp-content/themes/nsa/images/new-settlement-logo-mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Grenale Slab Demi';
    text-transform: lowercase;
    color: #F9E4A4;
    text-decoration: none !important;
    padding: 16px 0px 0px 106px;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 14px;
}

.site-footer .navigate span {
    display: block;
    padding: 0px 0px 10px 0px;
}

.site-footer .navigate a {
    color: #F9E4A4;
    padding-left: 106px;
    font-size: 80%;
}

.site-footer .navigate a i {
    margin-left: 4px;
}


.site-footer div.copyright-text {
    clear: left;
    float: none;
    width: 100%;
    text-align: center;
    background-color: #8FB430;
    color: #412900;
    font-family: 'Grenale Slab Demi';
    font-size: 1.2em;
    padding: 8px;
}
.site-footer div.copyright-text .copyright {
    display: block;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .site-footer .navigate span {
        display: block;
        float: left;
    }
    .site-footer .navigate span.footer-nsa-links {
        width: 40%;
        
    }
    .site-footer .navigate span.footer-program-links {
        width: 60%;
        
    }
    
    .site-footer .navigate span.footer-program-links a {
        padding-left: 24px;
        
    }
}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.site-footer div {
		float: left;
	}

	.site-footer div.connect {
		width: 32%;
        font-size: 90%;
	}
    
    .site-footer div.visit {
		width: 30%;
	}
    
    .site-footer div.navigate {
        width: 32%;
    }
    .site-footer .navigate .footer-logo {
    }
        
    .site-footer .navigate a, .site-footer .navigate span.footer-program-links a {
        padding-left: 12px;
    }
    
    .site-footer div.footer-address {
        padding: 0px;
    }
	.site-footer div.footer-about {
	}
    .site-footer div.copyright-text .copyright {
        display: inline;
    }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
}



/*--------------------------------------------------------------
## Masthead Fixed
--------------------------------------------------------------*/

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .masthead-fixed {
        width: 768px;
    }
}


/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .masthead-fixed {
        width: 900px;
    }
    .masthead-fixed .header-widgets {
        display: block;
        margin-top: -5px !important;
    }
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .masthead-fixed {
        width: 1100px;
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .masthead-fixed {
        width: 1280px;
    }
}

/*--------------------------------------------------------------
## Main Meu
--------------------------------------------------------------*/
.menu-toggle {
    background-color: #61872A;
    color: #412900;
    width: 100%;
    text-align: left;
    padding: 12px 24px;
    font-size: 180%;
    font-family: 'Grenale Slab Demi';
    text-transform: lowercase;
    font-weight: bold;
    border-radius: 0px;
    border-right: none;
    border-left: none;
    box-shadow: none;
    text-shadow: none;
}
.menu-toggle:focus {
    background-color: #E86E25;
    color: #fff;

}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.menu-toggle {
        padding: 12px 70px;
	}
    
}
/* ===== == = === 56.25em (900px) === = == ===== */
@media screen and (min-width: 56.25em) {
	.menu-toggle {
		display: none !important;
	}
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
    font-size: 75%;
    font-family: 'Grenale Slab Demi', serif;
    color: #61872A;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: none;
}


.ba-slider {
    max-width: 800px !important;
    margin: 0px auto;
}

.ba-slider .handle:after {
    background: #FFC20E !important;
    border: 1px solid #412900 !important;
    box-shadow: none !important;
    content: '\2194' !important;
    line-height: 58px !important;
}
.ba-slider .handle.draggable:after {
    line-height: 44px !important;
}


/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
.header-widgets .menu-social-menu-container {
    display: none;
}
.menu-social-menu-container ul {
	list-style: none;
	margin: 8px 0px 8px 0px;
	padding-left: 0;
	float: left;
}
.menu-social-menu-container li {
	float: left;
	position: relative;
    padding: 0px 2px;
}
.menu-social-menu-container a {
	display: block;
	text-decoration: none;
	padding: 5px 5px;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-position: 0px 0px;
    background-size: contain;
    border: none !important;
	background-repeat: no-repeat;
  	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
   	-webkit-transition: all .25s ease-in-out;
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .header-widgets .menu-social-menu-container {
        display: block;
    }
    
	.menu-social-menu-container li {
		padding: 0px 4px;
	}
	.menu-social-menu-container a {
		padding: 5px 2px;
		width: 24px;
		height: 24px;
	}
}
/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	.menu-social-menu-container a {
		padding: 5px 4px;
		width: 32px;
		height: 32px;
	}

}



.site-footer .menu-social-menu-container a {
    width: 24px;
    height: 24px;
}



/* Social Icons */
.menu-social-menu-container li.nav-facebook a { background-image: url(/wp-content/themes/nsa/images/social/facebook-dark.png) }
.menu-social-menu-container li.nav-twitter a { background-image: url(/wp-content/themes/nsa/images/social/twitter-dark.png) }
.menu-social-menu-container li.nav-instagram a { background-image: url(/wp-content/themes/nsa/images/social/instagram-dark.png) }
.menu-social-menu-container li.nav-youtube a { background-image: url(/wp-content/themes/nsa/images/social/youtube-dark.png) }
.menu-social-menu-container li.nav-linkedin a { background-image: url(/wp-content/themes/nsa/images/social/linkedin-dark.png); }
.menu-social-menu-container li.nav-pinterest a { background-image: url(/wp-content/themes/nsa/images/social/pinterest-dark.png); }
.menu-social-menu-container li.nav-googleplus a { background-image: url(/wp-content/themes/nsa/images/social/google-dark.png); }
.menu-social-menu-container li.nav-tumblr a { background-image: url(/wp-content/themes/nsa/images/social/tumblr-dark.png); }
.menu-social-menu-container li.nav-rss a { background-image: url(/wp-content/themes/nsa/images/social/rss-dark.png); }
.menu-social-menu-container li.nav-vimeo a { background-image: url(/wp-content/themes/nsa/images/social/vimeo-dark.png); }
.menu-social-menu-container li.nav-flickr a { background-image: url(/wp-content/themes/nsa/images/social/flickr-dark.png); }
.menu-social-menu-container li.nav-contact a, .menu-social-menu-container li.nav-email a { background-image: url(/wp-content/themes/nsa/images/social/email-dark.png); }

.menu-social-menu-container li.nav-facebook a:hover, .site-footer .menu-social-menu-container li.nav-facebook a { background-image: url(/wp-content/themes/nsa/images/social/facebook-white.png) }
.menu-social-menu-container li.nav-twitter a:hover, .site-footer .menu-social-menu-container li.nav-twitter a { background-image: url(/wp-content/themes/nsa/images/social/twitter-white.png) }
.menu-social-menu-container li.nav-instagram a:hover, .site-footer .menu-social-menu-container li.nav-instagram a { background-image: url(/wp-content/themes/nsa/images/social/instagram-white.png) }
.menu-social-menu-container li.nav-youtube a:hover, .site-footer .menu-social-menu-container li.nav-youtube a { background-image: url(/wp-content/themes/nsa/images/social/youtube-white.png) }
.menu-social-menu-container li.nav-linkedin a:hover, .site-footer .menu-social-menu-container li.nav-linkedin a { background-image: url(/wp-content/themes/nsa/images/social/linkedin-white.png); }
.menu-social-menu-container li.nav-pinterest a:hover, .site-footer .menu-social-menu-container li.nav-pinterest a { background-image: url(/wp-content/themes/nsa/images/social/pinterest-white.png); }
.menu-social-menu-container li.nav-googleplus a:hover, .site-footer .menu-social-menu-container li.nav-googleplus a { background-image: url(/wp-content/themes/nsa/images/social/google-white.png); }
.menu-social-menu-container li.nav-tumblr a:hover, .site-footer .menu-social-menu-container li.nav-tumblr a { background-image: url(/wp-content/themes/nsa/images/social/tumblr-white.png); }
.menu-social-menu-container li.nav-rss a:hover, .site-footer .menu-social-menu-container li.nav-rss a { background-image: url(/wp-content/themes/nsa/images/social/rss-white.png); }
.menu-social-menu-container li.nav-vimeo a:hover, .site-footer .menu-social-menu-container li.nav-vimeo a { background-image: url(/wp-content/themes/nsa/images/social/vimeo-white.png); }
.menu-social-menu-container li.nav-flickr a:hover, .site-footer .menu-social-menu-container li.nav-flickr a { background-image: url(/wp-content/themes/nsa/images/social/flickr-white.png); }
.menu-social-menu-container li.nav-contact a:hover, .menu-social-menu-container li.nav-email a:hover, .site-footer .menu-social-menu-container li.nav-contact a, .site-footer .menu-social-menu-container li.nav-email a { background-image: url(/wp-content/themes/nsa/images/social/email-white.png); }

/*--------------------------------------------------------------
# Network Menu
--------------------------------------------------------------*/

.network-nav {
    background-color: #678b47;
    height: 40px;
    padding: 6px 16px 0px;
    z-index: 9999;
    width: 100%;
    background-image: url(images/new-settlement-logo-mark-58x60.png);
    background-repeat: no-repeat;
    background-position: 10px -10px;
    
}


.network-nav-inner {
    max-width: 1280px;
    margin: 0px auto;
}

.network-logo {
    color: #fff;
    float: left;
	height: 30px;
	width: 50px
}

.network-logo a {
    background-image: url(/wp-content/themes/nsa/images/new-settlement-logo-mark.png);
    text-indent: -99999px;
    display: block;
    
}

.network-menu {
    color: #fff;
    float: left;
}

a.show-submenu {
    font-family: 'Grenale Slab Demi', serif;
	text-transform: lowercase;
	font-size: 1em;
	padding: 0px 0px 0px 18px;
    color: #F9E4A4 !important;
    cursor: pointer;
}

a.show-submenu .full-title {
    display: none;
}

a.show-submenu .initial-title {
    font-size: 1.2em;
}

a.show-submenu .fa {
	font-size: 16px;
}

.network-menu a {
    text-decoration: none;
    color: #fff;
}
.network-submenu {
    background-color: #678b47;
    z-index: 99;
    padding: 5px;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
  	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
   	-webkit-transition: all .25s ease-in-out;
}

.network-submenu-show {
    display:block !important;
  	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
   	-webkit-transition: all .25s ease-in-out;
    opacity: 0.9 !important;
    z-index: 9999;
}


.submenu-type {
    margin-right: 0px;
}

.type-title {
    margin: 10px 0px 0px 0px;
    font-family: 'Grenale Slab Demi', serif;
	text-transform: lowercase;
    font-size: 140%;
    color: #FFC20E;
    padding: 0px 8px;
    clear: left;
    display: block;
}
.submenu-type ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.submenu-type li {
    color: #fff;
    float: none;
    white-space: nowrap;
}
.submenu-type li:last-child {
    padding-bottom: 10px;
}


.submenu-type a {
    text-decoration: none !important;
    font-size: 100%;
    padding: 4px 8px;
    display: inline-block;
    color: #F9E4A4 !important;
	font-family: 'Brandon', Arial, sans-serif;
}
.submenu-type a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

.submenu-home {
    margin-top: 5px;
}

.submenu-home a {
    font-size: 200%;
    text-transform: lowercase;
    font-family: 'Grenale Slab Demi', serif;
    margin-bottom: 20px;
    background-image: url(images/new-settlement-logo-mark.png);
    background-repeat: no-repeat;
    background-size: 120px 122px;
    padding: 4px 0px 0px 136px;
    width: 100%;
    line-height: 117%;
  	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
   	-webkit-transition: all .25s ease-in-out;
}

.submenu-home a:hover {
    text-decoration: none;
    transform: scale(.95);
}

.submenu-home a .sublink-home {
	font-family: 'Brandon', Arial, sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    
}


.network-search {
    float: right;
}

a.show-search {
    display: block;
    width: 18px;
    height: 30px;
    background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    margin-right: 10px;
}

	

.network-search .search-submit:hover {
    background: transparent;
    box-shadow: none;
}

/* ===== == = === 25em (400px) === = == ===== */
@media only screen and (min-width: 25em) {
    a.show-submenu .full-title {
        display: inline;
    }
    a.show-submenu .initial-title {
        display: none;
    }

}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {

    
    .network-submenu {
        width: 580px;
    }
    a.show-search {
        width: 24px;
        margin-right: 24px;
    }
    .submenu-type {
        width: 32%;
        float: left;
    }
    .type-title {
        margin: 0px 0px 0px 0px;
    }
    .submenu-home {
        width: 100% !important;
        float: none;
        font-size: 110%;
    }
    .submenu-home a {
        width: 368px;
        line-height: 108%;    
    }
        

    .submenu-programs {
        clear: left;
    }

}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width: 48em) {
    .network-submenu {
        width: 750px;
		top: 40px;
		padding: 12px 12px 12px 24px;
        left: 130px;
	}
    .submenu-type li {
        float: none;
        white-space: normal;
    }
}


/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .network-nav {
        width: 900px;
        margin: 0px auto;
    }
    .network-submenu {
        width: 880px;
		height: 560px;
    }
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .network-nav {
        width: 1100px;
    }
    .network-submenu {
        width: 1080px;
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .network-nav {
        width: 1280px;
    }
    .network-submenu {
        width: 1200px;
    }
}



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

.search-lightbox {
    width: 320px;
}

input.search-field {
    height: 36px;
    font-size: 20px;
    margin: 0px 0px 8px 0px;
    width: 220px;
}

input.search-submit {
    box-shadow: none;
    background: #61872A;
    color: #fff;
    text-shadow: none;
    text-transform: lowercase;
    border-color: #61872A;
    font-family: 'Grenale Slab Demi';
    margin-top: 0px;
    font-size: 18px;
    width: 100px;
    text-align: center;
    line-height: 42px;
    padding: 0px 0px;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	a.show-submenu {
		font-size: 1.2em;
	}
    
}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.network-nav {
		height: 40px;
	}


	.network-logo {
		padding-left: 0px;
		width: 50px;
		height: 30px;
	}
	a.show-submenu {
		font-size: 1.25em;
	}



}

/*--------------------------------------------------------------
# Language Menu
--------------------------------------------------------------*/

.network-language {
    display: none;
    float: right;
    margin-top: -3px;
}

/* Google Translate Menu */
#google_translate_element {
}

#google_translate_element img.goog-te-gadget-icon {
    display: none;
}

#google_translate_element .goog-te-gadget-simple {
    border: none;
    background-color: #90b33c;
}

body.new-settlement-apartments #google_translate_element .goog-te-gadget-simple {
    background-color: #fff;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
    width: 129px;
    height: 32px;
    color: #fff;
    text-decoration: none !important;
    text-indent: -9999px;
    display: block;
    background-image: url(https://newsettlement.org/wp-content/themes/nsa/images/menu-language.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #8FB430;
    border: 1px solid #8FB430 !important;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff;
    border-left: none !important;
}

a.goog-te-menu2-item {
    color: #8FB430;
}

a.goog-te-menu2-item {
    color: #8FB430;
    background-color: #8FB430;
}

/* Polylang Translate */

.network-language select#lang_choice_1 {
    width: 129px;
    height: 32px;
    color: #fff;
    text-decoration: none !important;
    text-indent: -9999px;
    display: block;
    background-image: url(https://newsettlement.org/wp-content/themes/nsa/images/menu-language.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #8FB430;
    border: 1px solid #8FB430 !important;
    border-radius: 0px;
    -webkit-appearance: none;
}








/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .network-language {
        display: block;
    }
}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
}




/*--------------------------------------------------------------
# Tribe Mini Calendar
--------------------------------------------------------------*/


.tribe-mini-calendar thead, .tribe-mini-calendar-nav td, .tribe-mini-calendar th {
    background: #61872A !important;
}
.tribe-mini-calendar th, .tribe-mini-calendar-nav td {
    border-color: #61872A !important;
}

.tribe-mini-calendar-nav span, .tribe-mini-calendar-dayofweek {
    font-family: 'Grenale Slab Demi';
    text-transform: lowercase !important;
}

.tribe-mini-calendar-event .list-date {
    background: #61872A !important;
}

.tribe-mini-calendar td {
    background: #8FB430 !important;
}


.tribe-mini-calendar td.tribe-events-has-events {
    background: #61872A !important;
}
.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #E86E25 !important;
}

/* Other Calendar */
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #61872A;
}




/*--------------------------------------------------------------
# Homepage Modules ( used in content-home.php)
--------------------------------------------------------------*/

.modules-home {
    width: 100%;
}

.module {
    margin-top: 20px;
    position:relative;
  	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
   	-webkit-transition: all .25s ease-in-out;
}

.module .module-title {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px;
    width: 100%;
    color: #412900;
	text-transform: lowercase;
}
.module a {
    text-decoration: none;
}
.module a:hover {
    text-decoration: underline;

}

.module-news-item {
    clear: left;
    min-height: 165px;
}

.module-news-item-image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/placeholder.png);
    text-indent: -9999px;
    display: block;
    float: none;
    border: 1px solid #61872A;
}
.module-news-item-copy {
    width: 100%;
    float: left;
    margin-left: 0px;
    padding: 0px 10px;
}

}
.module-news-item-copy p {
    margin-top: 0px;
}

.module-news-item-copy h4 {
    margin: 0px;
    font-family: 'Brandon Bold';
    font-size: 140%;
}
.module-news-item-copy h4 a {
    color: #61872A;
}


.excerpt-id-readmore {
    font-size: 85%;
    text-transform: uppercase;
    white-space: nowrap;
}

.module-news-item-copy .module-news-item-summary {
    font-size: 80%;
    line-height: 1.6em;
}

.module-news-item-copy .module-news-item-summary p {
    margin-top: 0px; 
}


.module form {
    padding: 4px 16px;
}





/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .module {
        width: 31%;
    }
    .module-news {
        float: left;
        width: 520px;
        min-height: 600px;
        padding: 0px 10px;
    }
    .module-news-item-image {
        width: 140px;
        height: 140px;
        float: left;
        background-position: top center;
    }
    
    .modules-home .tribe_mini_calendar_widget, .modules-home .widget_asew_widget {
        float: right;
        width: 230px;
    }
    .modules-home .widget_text, .modules-home .widget_mc4wp_form_widget {
        float: right;
        width: 230px
    }
    .module-news-item-copy {
        width: 360px;
        min-height: 120px;
        font-size: 90%;
    }    
    
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .modules-home {
        width: 98%;
        margin: 0px auto;
    }
    .module-news {
        float: left;
        width: 590px;
        padding: 0px 0px;
    }
    .modules-home .tribe_mini_calendar_widget, .modules-home .widget_asew_widget {
        float: right;
        width: 275px;
    }
    .modules-home .widget_text, .modules-home .widget_mc4wp_form_widget {
        width: 290px;
    }
    .module-news-item-copy {
        width: 430px;
    }    

}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .modules-home {
        width: 90%;
    }
    .module-news {
        float: left;
        width: 650px;
    }
    .modules-home .tribe_mini_calendar_widget, .modules-home .widget_asew_widget {
        float: right;
        width: 330px;
    }
    .modules-home .widget_text, .modules-home .widget_mc4wp_form_widget {
        width: 330px
    }
    .module-news-item-copy {
        width: 480px;
    }    
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .module-news {
        float: left;
        width: 700px;
    }
    .modules-home .tribe_mini_calendar_widget, .modules-home .widget_asew_widget {
        width: 400px;
    }
    .modules-home .widget_text, .modules-home .widget_mc4wp_form_widget {
        float: right;
        width: 400px
    }
    .module-news-item-copy {
        width: 545px;
    }
    .module-news-item-copy .module-news-item-summary {
        font-size: 100%;
        line-height: 1.8em;
    }
    
}


/*--------------------------------------------------------------
# Widget Lists
--------------------------------------------------------------*/

.widget_recent_entries ul, .fancy_list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.widget_recent_entries ul li, .fancy_list ul li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.widget_recent_entries ul li a, .fancy_list ul li a {
    display: block;
}

.fancy_list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.fancy_list ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.fancy_list ul li a {
    display: block;
    padding: 5px 0px 5px 10px;
    max-width: 320px;
    border-bottom: 1px solid #5C892D;
}

.fancy_list ul li a:hover {
    background-color: #F9E4A4; 
}



/*--------------------------------------------------------------
# Isotope Grid
--------------------------------------------------------------*/


#quicksearch {
    font-size: 110%;
    width: 220px;
    border-radius: 0px;
    color: #172c63;
    border: 1px solid #172c63;
    padding: 8px 10px;
}


.filter-button-group button {
    margin: 0px 5px 5px 0px;
    border-radius: 0px;
    color: #678b47;
    border: 1px solid #678b47;
    background-color: #fff;
    font-family: 'Brandon', Arial, sans-serif;
    font-size: 80%;
    padding: 6px 12px;
    
}

.filter-button-group button:hover {
    background-color: #678b47;
    color: #fff;
}
.filter-button-group button.selected {
    background-color: #E86E25;
    border: 1px solid #E86E25;
    color: #fff;
}
.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
    width: 46%;
    position: relative;
    float: left;
    margin: 5px;
    padding: 10px;
    border: 1px solid #61872A;
    text-align: left;
    text-decoration: none;
  	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
}
a.element-item:hover {
    transform: scale(1.03);
    text-decoration: none;
    border: 2px solid #61872A;

}

a.element-item h4 {
    font-size: 85%;
    color: #61872A;
}



.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .discovery {
    font-size: 110%;
}
.element-item:hover .discovery {
    color: #fff;
}


.element-item .institution {
    color: #000;
}

.element-item:hover .institution {
    color: #fff;
}

.element-item .researchers, .element-item .researchers a {
    display: none;
}


/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .element-item {
        width: 29%;
        margin: 8px;
    }


}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .element-item {
        width: 23%;
    }
    .element-item.video-gallery-item {
        width: 31%;
    }
    
    
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .element-item {
    }
}


/*--------------------------------------------------------------
# Action Bar
--------------------------------------------------------------*/
.actionbar-home {
    background-color: #61872A;
    border-radius: 4px;
	position: relative;
	z-index: 9990;
	-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
    clear: both;
}

.actionbar-home a {
    display: block;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20px center;
    text-decoration: none;
    padding: 22px 0px 0px 140px;
}
.actionbar-home a:hover {
    background-color: #8FB430;
}

.actionbar-home .actionbar-home-title {
    font-family: 'Grenale Slab Demi';
    text-transform: lowercase;
    color: #fff;
    display: block;
    font-size: 125%;    
}
.actionbar-home .actionbar-home-description {
    color: #fff;
    font-size: 75%;
    display: block;
  	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
   	-webkit-transition: all .25s ease-in-out;
}
.actionbar-home a:hover .actionbar-home-description {
}

.actionbar-home .actionbar-home-readmore {
    color: #F9E4A4;
    font-size: 75%;
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .actionbar-home {
        width: 98%;
        margin: -20px auto 0px auto;
        
    }
    .actionbar-home a {
        float: left;
        width: 33%;
    }
    .actionbar-home .actionbar-home-description {
        font-size: 65%;
        line-height: 1.1em
    }
    
}



/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .actionbar-home {
        width: 90%;
    }
    .actionbar-home .actionbar-home-description {
        font-size: 70%;
        line-height: 1.25em
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .actionbar-home .actionbar-home-description {
        font-size: 85%;
    }

}


/*--------------------------------------------------------------
# Donation (Give) Form Styles
--------------------------------------------------------------*/

h2.give-form-title {
    display: none;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
    font-size; 18px;
    line-height: 60px;
    height: 60px;
}

form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    font-size: 24px;
    line-height: 60px;
    height: 60px;
}
#give-donation-level-button-wrap button {
    background-color: transparent;
    border: 1px solid #61872A;
    font-family: 'Brandon';
    display: block;
    font-size: 18px;
    width: 100%;
    padding: 13px 24px 14px 24px;
    text-align: left;
    position: relative;
    margin-top: 0px;
    height: 90px;
}


#give-donation-level-button-wrap button:hover, #give-donation-level-button-wrap button:focus {
    background-color: #61872A;
    color: #fff;
}


#give-donation-level-button-wrap>li {
    float: none;
}
#give-donation-level-button-wrap button .amount {
    padding: 2px 10px 20px 10px;
    font-family: 'Grenale Slab Demi';
    margin-right: 10px;
    color: #e86e25;
    font-size: 18px;
    display: block;
    float: left;
}

#give-donation-level-button-wrap button:hover .amount, #give-donation-level-button-wrap button:focus .amount {
    color: #F9E4A4;
}

#give-donation-level-button-wrap button.give-btn-level-custom {
    text-align: center;
    padding: 23px 24px 24px 24px;
}


#give-donation-level-button-wrap button .amount_cus {
    display: none;
}


button.give-btn-modal, .give-submit-button-wrap .give-submit {
    background-color: #61872A;
    color: #F9E4A4;
    border: 1px solid #61872A;
    display: inline-block;
    font-size: 24px;
    width: 100%;
    max-width: 300px;
    padding: 13px 36px 14px 36px;
    text-align: left;
    position: relative;
    text-transform: lowercase;
    text-align: center;
    margin-top: 10px;
}
button.give-btn-modal:hover, .give-submit-button-wrap .give-submit:hover {
    background-color: #8FB430;
    color: #412900;
}

.give-recurring-donors-choice {
    border: none !important;
    background-color: transparent !important;
    margin: 10px 0px 10px 20px !important;
}
.give-recurring-donors-choice label {
    padding-left: 27px !important;
    background-image: url('https://newsettlement.org/wp-content/themes/nsa/images/recurring.png') !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;;
}

select.all-donation-forms {
    background-color: #61872A;
    color: #fff;
    font-family: 'Grenale Slab Demi', serif;
    margin-bottom: 24px;
}


[id*=give-form] .give-recurring-donors-choice label {
    font-family: 'Grenale Slab Demi';
    font-size: 24px !important;
    text-transform: lowercase;
    color: #61872A;

}



/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    #give-donation-level-button-wrap>li {
        float: left;
        margin-right: 10px;
        width: 44%;
    }
    #give-donation-level-button-wrap button {
        width: 100%;
    }

  
    
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    

}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
}


/*--------------------------------------------------------------
# Blog Index
--------------------------------------------------------------*/

body.blog article {
    clear: left;
    margin-bottom: 10px;

}
body.blog .post-img-container {
    float: left;
    width: 20%;
    margin: 0px;
    padding: 0px;
    background-color: #f7f7f7;
    min-height: 125px;
}


body.blog .post-content-container {
    float: left;
    width: 76%;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}


body.blog .post-content-container .entry-title, body.archive .post-content-container .entry-title {
    text-transform: none;
    font-family: 'Grenale Slab Demi';
    font-size: 130%;
    margin: 0px 0px 0px 0px
}

body.blog .post-content-container .entry-title a, body.archive .post-content-container .entry-title a {
    text-decoration: none;
    color: #61872A;
}

body.blog .post-content-container .entry-title a:hover, body.archive .post-content-container .entry-title a:hover {
    color: #E86E25;
}

.entry-meta {
    text-transform: uppercase;
    font-family: 'Brandon Bold';
    font-size: 75%;
    margin: 0px 0px 0px 0px
}



body.blog .post-content-container .entry-content, body.archive .post-content-container .entry-content {
    font-size: 90%;
}




/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/

body.search-results article {
    border-bottom: 1px solid #eee;
}
body.search-results .page-header {
    margin-top: 20px;
}

body.search-results .entry-header h2 {
    margin-bottom: 0px;
    line-height: 100%;
    font-size: 180%;
    text-transform: none;
}
body.search-results .entry-summary p {
    margin-top: 0px;
}

.program-search-link {
    font-size: 125%;
}






.post-edit-link {
    background-color: rgba(97, 135, 42, 0.81);
    color: #fff !important;
    font-size: 100%;
    text-transform: uppercase;
    border: 2px solid #8FB430;
    display: block;
    width: 100px;
    text-align: center;
    padding: 2px;
    border-radius: 0px;
    text-decoration: none;
    position: fixed;
    bottom: 5px;
    left: 50%;
    margin-left: -100px;
}

.post-edit-link:hover {
    background-color: #fff;
    color: #8FB430 !important;
}



/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
    body {
        background-image: none;
    }
    
    div#secondary, .post-edit-link, .footer-about, .footer-join, .footer-programs, .footer-facilities,
    .footer-nsa-links, .footer-program-links, .footer-map,
    body.events-gridview .site-footer
    {
        display: none !important;
    }
    #page, #masthead {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    
    a.show-submenu .full-title {
        display: inline;
    }
    a.show-submenu .initial-title {
        display: none;
    }
    
    .site-title a, .network-logo a, .site-footer .navigate .footer-logo, table.tribe-events-calendar th, table.tribe-events-calendar td div {
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important;  /*Firefox*/
    }
    
    body.events-gridview #page {
        -webkit-transform: rotate(-90deg); 
        -moz-transform:rotate(-90deg);
        filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    
    
}


