/*
Theme Name: Green Bonds
Author: Andrew Montes
Author URI: http://www.asyousow.org
Description: Green Bonds theme
Version: 1.0
Text Domain: green-bonds
Domain Path: /languages/

Green Bonds theme is based on _s (Underscores)  http://underscores.me/
and heavily influenced by My Simone http://mor10.com/simone-wordpress-theme/

Resetting and rebuilding styles from Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Many thanks to Morten Rand-Hendriksen for his Lynda.com course

Visit www.asyousow.org, www.sourcingnetwork.org, www.proxypreview.org
to learn more about our organization!

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	/*background: #fff;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	/*color: #404040;
	color: hsl(0, 0%, 25%);*/
	/*color: #fff;*/
	color: #313131;
	font-family: 'Open Sans', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: right;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	/*color: #404040;
	color: hsl(0, 0%, 25%);*/
	/*color: #fff;*/
	color: #404040;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 10px 20px 0;
	margin: 1rem 1rem 2rem 0;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 10px 20px 0;
	margin: 1rem 1rem 2rem 0;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'PT Serif', serif;
	margin: 10px 10px 20px 0;
	margin: 1rem 1rem 2rem 0;
}

h4, h5, h6 {
	display: none;
}



p {
	margin-bottom: 15px;
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}

/* Blockquotes */
blockquote {
    padding: 10px 15px 0;
	padding: 1em 1.5em 0;
    margin-bottom: 10px;
	margin-bottom: 1em;
    font-style: italic;
    font-size: 20px;
	font-size: 2rem;
    border-top: solid 1px hsl(0, 0%, 80%);
    border-bottom: solid 1px hsl(0, 0%, 80%);
}

blockquote em { 
    font-style: normal; 
}

blockquote cite {
    display: block;
    margin-top: 10px;
	margin-top: 1em;
    margin-left: 40%;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 15px;
	line-height: 1.5em;
    text-align: right;
}

blockquote.alignleft {
    width: 50%;
    float: left;
    padding: 10px 0 0 0;
	padding: 1em 0 0;
    margin-right: 20px;
	margin-right: 2em;
}

blockquote.alignright {
    width: 50%;
    float: right;
	padding: 10px 0 0 0;
    padding: 1em 0 0;
    margin-left: 20px;
	margin-left: 2em;
}

/* Blockquotes responsive */
/* Optional rules that set blockquotes to full width on smaller screens */
@media screen and (max-width: 780px) {
    blockquote.alignleft,
    blockquote.alignright { width: 40%; }
}

@media screen and (max-width:600px) {
    blockquote.alignleft,
    blockquote.alignright {
        width: 100%;
        padding: 1em 1.5em 0;   
    }
}
    


address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}



/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 15px 30px;
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
	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. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	width: 100%;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.separator {
	width: 50%;
	float: none;
	margin: 40px auto;
	margin: 4rem auto;
	clear: both;
	border-top: 2px solid #00813d;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
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: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #00813d;/*royalblue;*/
	font-weight: bold;
}
a:visited {
	color: #005427;
}
a:hover,
a:focus,
a:active {
	color: #15544F; /*midnightblue;*/
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: rgb(0, 84, 39);
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 10px 10px;
	padding: 1em 1em;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 13px;
	line-height: 1.3em;
    color: white;
    font-weight: 400;
}
.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
    background: rgb(0, 129, 60);
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
    color: #fff;
    background: rgb(0, 129, 60);
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
    background: rgb(0, 84, 39);
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
    background: #fff;
    background: rgb(0, 84, 39);
}

.main-navigation .current_page_ancestor {
    background: rgb(0, 129, 60);
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
    color: #fff;
    background: rgb(0, 84, 39);
} 
       
/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle {
        display: block;
        height: 3.75em;
        padding: 0 1em;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        line-height: 3.75em;
        color: white;
            font-family: 'Open Sans', sans-serif;
	    text-transform: uppercase;
	    border: 0;
	    border-radius: 0;
	    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(0, 0, 0, 0.05);
	    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	    background: rgb(0, 84, 39);
	}

	.menu-toggle:hover {
		box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(0, 0, 0, 0.05);
	    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	    background: rgb(0, 129, 60);
	}
    
	.main-navigation.toggled .nav-menu {
		display: block;
		border-top: 1px solid;
		border-top-color: #fff;
		border-top-color: hsla(0, 0%, 100%, .5);
	}

	.main-navigation ul {
        display: none;
        padding-left: 0;
	}

	.main-navigation li { 
		float: none; 
	}

	.main-navigation li a { 
		padding: 13px 20px; 
		padding: 1.3em 2em; 
	}

	.main-navigation li li a { 
		padding-left: 40px; 
		padding-left: 4em; 
	}

	.main-navigation li li li a { 
		padding-left: 60px;
		padding-left: 6em; 
	}

	.main-navigation li:hover > a {
	    background: rgb(0, 84, 39);
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
	    background: rgb(0, 84, 39);
	}
	
	.main-navigation ul ul a { width: 100%; }

	.main-navigation ul a:hover,
	.main-navigation ul ul a:hover {
	    background: rgb(0, 129, 60);
	}

	.main-navigation .current_page_ancestor { background: inherit; }

	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_item li:hover,
	.main-navigation .current_page_parent .current_page_item > a  {
		color: #fff;
		color: hsl(0, 0%, 100%);
	    background: rgb(0, 129, 60);
	}
}

/* Social Menu */

.menu-social ul {
    float: right;
    text-align: center;
    list-style: none;    
}

.menu-social ul li {
    position: relative;
    display:  inline-block;    
}

.menu-social li a:before {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0';
}

.menu-social li a[href*="facebook.com"]::before { content: '\f082'; }

.menu-social li a[href*="twitter.com"]::before { content: '\f099'; }

.menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; }
                    
@media screen and (max-width: 600px) {
    #menu-social ul {
	    position: absolute;
        top: 0;
        right: 12rem;
        display: block;
    	height: 100%;
    }
    
    #menu-social li a { 
        padding-left:.5em;
        padding-right: .5em;
    }
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 15px 0;
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 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,
.clearfix {
	clear: both;
}


/*--------------------------------------------------------------
X.X Headings
--------------------------------------------------------------*/

.search-box, .site-footer, .widget, .wp-caption .wp-caption-text, .sticky-box-wrapper {
    background: no-repeat center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
}

.site-branding {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    background: url('img/flourish-header.jpg') no-repeat bottom right;
    border-bottom: 5px solid #00813d;
}

.site-title {
    font-weight: 700;
    font-size: 60px;
	font-size: 6rem;
    text-transform: uppercase;
    line-height: 60px;
	line-height: 6rem;
    margin: 0;
}

.site-description {
    font-weight: 100;
    font-size: 20px;
	font-size: 2rem;
    margin: 0;
}
                    
.title-box {
    position: relative;
    float: left;
    padding: 10px 50px 15px 50px;
    z-index: 200;
    width: 100%;
}
                    
.site-title a,
.site-description { 
    color: #00813d;
    text-decoration: none; 
    transition-property: color;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transition-property: color;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}

.site-title a:hover {
	color: rgb(45, 171, 103);
}

.page-title {
    color: #00813d;
	padding: 10px 0 0 10px;
	padding: 1rem 0 0 1rem;
}
                    
/* Header responsive */
@media screen and (max-width: 600px) {
    .site-branding { 
    	padding: 0;
    	text-align: center;
    }
    
    .title-box {
        max-width: 100%;
        border: none;    
        padding: 1rem;    
        background: rgba(255, 255, 255, .6);
    }
}

/* Header search */

input[type="search"] {
    box-sizing: border-box;
    width: 100%;
}

.search-box-wrapper {
    z-index: 2;
    width: 100%;
    display: none;
}

.search-box {
    padding: 10px;
	padding: 1em;
    background: #00813d;
    background-image: url("img/green-bubbles.jpg");
    border-bottom: 5px solid #005427;
}

.search-box .search-field {
    max-width: 320px;
    float: right;
    padding: 10px 20px;
	padding: 1rem 2rem;
    font-size: 15px;
    font-size: 1.5rem;
    background-color: #fff;
    border: 0;
    margin-bottom: 10px;
	margin-bottom: 1rem;
}

.error404 .search-field,
.search .search-field,
.search-box .search-field,
.widget_search .search-field 
 {
	float: right;
	clear: both;
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
}

.error404 .search-submit,
.search .search-submit,
.search-box .search-submit,
.widget_search .search-submit, 
.more-link,
.nav-next a,
.nav-previous a,
.page-links a {
	background-color: #005427;
	float: right;
	clear: both;
	margin: 0 0 0 0;
	border: 0;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(0, 0, 0, 0.05);
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
	font-size: 1.5rem;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 100;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
}

.nav-next a,
.nav-previous a {
	padding: 10px;
	padding: 1rem;
	margin: 10px;
	margin: 1rem;
	float: none;
}

.page-links {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.page-links a {
	padding: 5px;
	padding: .5rem;
	margin: 0;
	float: none;
	box-shadow: 0px 0px 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0 0 rgba(0,0,0,0);
}

.error404 .search-submit:hover,
.search .search-submit:hover,
.search-box .search-submit:hover,
.widget_search .search-submit:hover, 
.more-link:hover,
.nav-next a:hover,
.nav-previous a:hover,
.page-links a:hover {
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(0, 0, 0, 0.05);
	background-color: #005C60;
	color: #fff;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
}

.page-links a:hover {
	box-shadow: 0px 0px 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0 0 rgba(0,0,0,0);
}

.search-toggle {
    float: right;
    width: 114px;
    height: 46px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	padding: 10px;
	padding: 1rem;
}

.search-toggle .search-text {
	font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.search-toggle:hover,
.search-toggle.active {
	background: rgb(0, 129, 60);
}

@media screen and (max-width: 600px) {
    .search-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
        height: 54px;
    }
}


/*--------------------------------------------------------------
X.X Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: rgb(0, 84, 39);
	background-image: url("img/green-bubbles.jpg");
    color: #fff;
    padding: 10px;
	padding: 1rem;
    margin-top: 20px;
	margin-top: 2rem;
    text-align: right;
    border-top: 5px solid #005427;
}

.site-info {
    min-height: 50px;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 7px 10px 0 0;
	margin: .65em 1rem 0 0;
	padding: 15px 25px;
	padding: 1.5rem 2.5rem;
	clear: both;
	width: 95%;
	background-color: #005C60;
	/*background-image: url("img/blue-bubbles.jpg");*/
	background-repeat: no-repeat;
	background-position: top left;
    /*border-top: 10px solid #005C60;*/
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
		    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
}

.widget h1, .widget a {
	color: #fff;
	margin: 0;
}

.widget a {
	font-weight: 400;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
	color: rgb(46, 184, 173); 
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}


/* Quote widget */
.widget_text {
	padding: 0;
}

.widget_text h1 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 700;
	padding-top: 10px;
	padding-top: 1rem;
	margin-left: 30px;
	margin-left: 3rem;
	margin-right: 30px;
	margin-right: 3rem;
}

.widget_text .textwidget {
	font-size: 20px;
	font-size: 2rem;
	overflow: hidden;
}

.widget_text .textwidget a {
	font-weight: 100;
}

.widget_text .textwidget .sidebar-logo-text {
	margin-left: 20px;
	margin-left: 2rem;
	margin-top: 10px;
	margin-top: 1rem;

}

.widget_text .textwidget .sidebar-pledge {
	margin: 10px 20px 20px 40px;
	margin: 1rem 2rem 2rem 4rem;
	font-family: 'Open Sans', serif;
	font-weight: 100;
}

.widget_text .textwidget .sidebar-pledge a {
	text-decoration: none;
}

/* Search widget */
.widget_search {
	overflow: hidden;
}


.widget_text .sidebar-image-wrapper {
	width: 100%;
	overflow: hidden;
text-align: center
}

.widget_text .sidebar-image {
	margin-top: 20px;
width: 95%;
border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.widget_text .sidebar-logo-wrapper {
	width: 100%;
	text-align: center;
}

.logo {
	border: 2px solid #fff;
	background: #fff;
		transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    margin: 10px;
	margin: 1rem;
    height: 100px;
}

.logo:hover {
	opacity: .8;
}


/* responsive widgets */
@media screen and (max-width: 999px) {
	.widget {
		margin: 15px 0 0 0;
		margin: 1.5rem 0 0 0;
		width: 100%;
		border-radius: 0;
			    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
	    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
	} 

	.widget_text .textwidget {
		text-align: center;
	}

	.widget_search .search-field, .widget_search .search-submit {
		float: left;
	}

	.widget_text .sidebar-image-wrapper {
		width: 332px;
		overflow: hidden;
		margin: 0 auto;
		background-color: rgba(0, 0, 0, .25);
		border-left: 10px solid #005C60;
		border-right: 10px solid #005C60;
	}

	.widget_text .sidebar-image {
		width: 332px;

	}
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.page-title {
	margin: 10px 0 0 40px;
	margin: 1rem 0 0 4rem;
}

.hentry {
	margin: 0 10px;
	margin: 0 1rem;
	background-color: #fff;
	padding: 20px 40px 10px 40px;
	padding: 2rem 4rem 1rem 4rem;
}

.entry-title {
	font-size: 25px;
	font-size: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	background-color: #fff;
	border-bottom: 5px solid #00813d;
	border-top: 5px solid #00813d;
	padding: 5px 15px;
	padding: 0.5rem 1.5rem;
	border-radius: 3px;
	color: #00813d;
	font-weight: 100;
}

.entry-title a {
	color: #00813d;
	display: block;
	text-decoration: none;
    font-weight: 100;
    width: 100%;
}

.entry-title a:hover {
	color: #005427;
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0 0;
	margin: 1.5em 0 0;
	font-family: 'PT Serif', serif;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
	margin: 0 0 1.5em;
}

.more-link {
	margin-bottom: 25px;
}

.contact-link {
}

.more-link:after, .nav-previous a:before, .nav-next a:after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Fontawesome';
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
	font-size: 1.8rem;
    margin: 0 8px;
	margin: 0 .75rem;
}

 .more-link:after { content: '\f101'; } 

 .read-link:after { content: '\f039';
}

 .contact-link:after { content: '\f003'; } 

 .nav-next a:after { content: '\f138'; }

 .nav-previous a:before { content: '\f137'; }

 .watch-link:after { content: '\f01d';}

.more-link, .nav-next, .nav-previous {
	text-decoration: none;
	padding: 10px; 
	padding: 1rem; 
    font-weight: 100;
    display: block;
    overflow: hidden;
}

.more-link:visited, .nav-next:visited, .nav-previous:visited {
	color: #fff;
}

.more-hook {
	height: 1px;
	width: 1px;
	margin-bottom: 30px;
}

.not-found {
	background: url('img/flourish.jpg') no-repeat bottom right;
	width: 95%;
	overflow: hidden;
	margin: 30px 0 0 20px;
	margin: 3rem 0 0 2rem;
	padding: 0 20px 20px 20px;
	padding: 0 2rem 2rem 2rem;
	border-bottom: 5px solid #005427;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.not-found .search-field {
	max-width: 80%;
	float: left;
}

.not-found .search-submit {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	float: left;
}

.not-found .widget {
	border-top: solid 10px #005427;
	background-image: url('img/green-bubbles.jpg');
}

.not-found .widget .widgettitle {
	color: #fff;
}

.not-found .widget a {
	text-decoration: none;
}


@media screen and (max-width: 999px) {
	.not-found .widget {
		border-radius: 10px;
	}
}


.sticky {
	margin-top: 20px;
	margin-top: 2rem;
}

.sticky .entry-content {
}

.sticky .entry-content p {
	margin: 0;
}


.sticky .entry-title, .tag-sticky-2 .entry-title {
	display: none;
}

.sticky-box-1-wrapper, .sticky-box-2-wrapper, .sticky-box-3-wrapper, .sticky-box-4-wrapper  {
	background: url('img/green-bubbles.jpg') no-repeat top left;
	border-top: 10px solid #005427;
	float: left;
	width: 47%;
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
			    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
}

.sticky-box-1-wrapper {
	width: 100%;
	float: none;
	clear: both;
}



.sticky-box-3-wrapper {
	margin-right: 10px;
	margin-right: 1rem;
	margin-left: 10px;
	margin-left: 1rem;
}
.sticky-box-4-wrapper {
	margin-left: 10px;
	margin-left: 1rem;
	background: #fff;
	border: 3px solid #005427;
}

#sticky-box-1, #sticky-box-2, #sticky-box-3, #sticky-box-4 {
	/*background: rgba(0, 129, 61, .4);*/
	padding: 10px 20px;
	padding: 1rem 2rem;
	font-weight: 100;
	color: #fff;
	overflow: hidden;
	font-size: 20px;
		border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: left;
}

#sticky-box-1 a, #sticky-box-2 a, #sticky-box-3 a, #sticky-box-4 a  {
	color: #fff;
	font-weight: 100;
	text-decoration: none;
} 


#sticky-box-1 {
	padding: 0;
}

#sticky-box-3 {
	font-size: 23px;
	font-size: 2.25rem;
}

#sticky-box-3:hover {
	color: #D8F9E7;
}

#sticky-box-4 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

#sticky-box-4 a {
	color: #00813d;
}


.sticky .more-link {
	margin-bottom: 0px;
	margin-top: 5px;
	float: none;
	background: #005C60;
}

#sticky-box-4 .more-link {
	color: #fff;
	font-weight: 100;
}

.sticky .more-link:hover {
	background: #00813d;
}


.sticky .entry-footer {
	display: none;
}

.who-we-are-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.download-form {
}

.video-embed {

}

.video-embed iframe {
	margin: 0 auto;
	border-top: 5px solid #15544F;
	border-radius: 5px;
	border-top: 10px solid #005C60;
	margin-bottom: 2rem;
}

/* responsive content */

@media screen and (max-width: 999px) { 
	.hentry {
		margin: 10px 0;
		margin: 1rem 0;
		padding: 10px;
		padding: 1rem;
	}

	.sticky .entry-content {
		margin: 10px auto;
		margin: 1rem auto;
		padding: 10px;
		padding: 1rem;
	}
}

@media screen and (max-width: 600px) { 
	.sticky-box-3-wrapper {
		text-align: left;
		margin-left: 0;
		width: 100%;
	}
	.sticky-box-4-wrapper {
		margin-left: 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.entry-meta {
	float: right;
	text-align: right;
}

.posted-by {
	font-weight: 100;
	font-size: 15px;
	font-size: 1.5rem;
}

.byline, .byline a {
	text-transform: uppercase;
	font-weight: 100;
	text-decoration: none;
	font-size: 20px;
	font-size: 2rem;
}

.avatar {
	width: 100px;
	border-radius: 50%;
}

.author-archive-wrapper {
	display: block;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.author-archive-wrapper .avatar {
	float: left;
	margin-right: 25px;
}

.bio {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
	display: block;
	font-family: 'PT Serif', serif;
	color: #303030;
	padding-right: 30px;
	padding-right: 3rem;
}

.recent-posts {
	margin-top: 30px;
	margin-top: 3rem;
	font-size: 30px;
	font-size: 3rem;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	margin-bottom: 1.5em;
	max-width: 100%;
	border-top: 10px solid rgb(0, 36, 33);
	border-radius: 5px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0 0 9px 0;
	margin: 0 0 0.8075em 0;
	padding: 1rem;
	background-color: #15544F;
	background-image: url('img/blue-bubbles.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}

.wp-caption .wp-caption-text a {
	color: #fff;
}

.wp-caption .wp-caption-text a:hover {
	color: rgb(46, 184, 173);
}

/*--------------------------------------------------------------
12.2 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 {}