/*
Theme Name: Good Shepherd
Author: Cody Smith
Author URI: http://codysmith.com/
Template: Builder
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700,900|Merriweather:400,400italic,700,700italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,400italic|Cardo:400,400italic|Gentium+Book+Basic:400,400italic);

/*********************************************
	Default font settings, typography, and layout.
*********************************************/

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
	color: #575757;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'Courier', 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
	display: inline-block;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-bottom: 1.75em;
}
a img {
	margin: 0;
	vertical-align: top;
}


/*********************************************
	Constrain table and input widths
*********************************************/

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/

body {

}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #399190;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}
a:focus {
	color: #777777;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link,
.builder-module .it-exchange-download-now a {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	background: #399190;
	color: #FFFFFF;
	padding: .5em 1.5em;
	border: 1px solid transparent;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn:hover,
.btn:focus,
.loop-utility a:hover,
.loop-utility a:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.builder-module .it-exchange-download-now a:hover,
.builder-module .it-exchange-download-now a:focus {
	background: #777777;
	color: #FFFFFF;
	text-decoration: none;
	border-color: transparent;
}
.loop-utility a {
	margin: 3em 0 0 0;
}
.more-link {
	display: inline-block;
	float: none;
	font-size: 1.25em;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #009591;
}
.more-link:hover {
	text-decoration: none;
	border-bottom-color: #777777;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
}


/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}
h1 {
	font-size: 2.75em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*********************************************
	Default Module Styling
*********************************************/


.builder-module-background-wrapper {
	margin-bottom: 3em;
}
.builder-module-top-background-wrapper {
	margin-top: 3em;
}
.builder-module-bottom-background-wrapper {
	margin-bottom: 0;
}

.builder-module-background-wrapper .builder-module-outer-wrapper {
	overflow: visible;
}
.builder-module {

}
.builder-module-top {

}
.builder-module-last {

}
.builder-module-element {
	margin-bottom: 3em;
}
.single .builder-module-element {
	margin-bottom: 0;
}
.builder-module-bottom .builder-module-element {
	margin-bottom: 0;
}
.left .builder-module-element {
	margin-right: 3em;
}
.middle .builder-module-element {
	margin-left: 3em;
	margin-right: 3em;
}
.right .builder-module-element {
	margin-left: 3em;
}


/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	padding: 2em;
	background: #FFFFFF;
	border: 2px solid #EBEBEB;
	margin-bottom: 3em;
}
.builder-module-sidebar .widget-section-wrapper .left .widget-background-wrapper {
	margin-right: 1.5em;
}
.builder-module-sidebar .widget-section-wrapper .right .widget-background-wrapper {
	margin-left: 1.5em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget a {
	text-decoration: none;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {

}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.builder-module-sidebar .widget li li {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-sidebar .widget ul ul {
	margin-left: 1.5em;
}

/*********************************************
	Header Module
*********************************************/

.builder-module-header-background-wrapper {

}
.builder-module-header .builder-module-element {
	text-align: left;
}
.builder-module-header .left .builder-module-element,
.builder-module-header .right .builder-module-element {
	text-align: left;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: inherit;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	margin-top: 0;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1;
}
.site-title a {
	color: #333333;
}
.site-title a:hover {

}
.site-tagline {
	font-weight: normal;
	font-size: 18px;
	margin-top: .25em;
}
.site-tagline a {

}


/*********************************************
	Navigation Module
*********************************************/

/* Don't use the navigation Module....use an HTML module with a nav menu instead, or add the nav menu via functions file. Works better. */

.main-menu-nav-container {
	padding: 0 10px;
	background: #FFFFFF;
}
.main-menu-nav {
	clear: both;
	font-size: 18px;
	line-height: 1;
	width: 100%;
	margin: 0;
	padding: 0;
}
.main-menu-nav .menu-item {
	display: inline-block;
	text-align: left;
}
.main-menu-nav a {
	color: #636769;
	display: block;
	margin: 0;
	padding: 20px 10px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
/*
.main-menu-nav > li:last-child > a {
	margin-right: 0;
}
*/
.main-menu-nav a:hover,
.main-menu-nav .current-menu-item > a,
.main-menu-nav .sub-menu .current-menu-item > a:hover {
	color: #399190;
}
.main-menu-nav .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	margin: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	box-shadow: 0px 0px 1px 0px #353535;
}
.main-menu-nav .sub-menu li {
	border-bottom: 1px solid #EBEBEB;
}
.main-menu-nav .sub-menu a {
	background: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 20px;
	line-height: 1.3;
	position: relative;
	width: 200px;
	margin-right: 0;
	color: #333333;
}
.main-menu-nav .sub-menu a:hover {
	color: #399190;
}

.main-menu-nav .sub-menu .sub-menu {
	margin: -40px 0 0 200px;
	padding-top: 0;
}

.main-menu-nav .menu-item:hover {
	position: static;
}

.main-menu-nav .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Hidden Menu Items on Desktop, Shown on Mobile */
.main-menu-nav-hamburger.dashicons:before {
	position: relative;
	top: 3px;
	left: -3px;
}
.main-menu-nav-hamburger.dashicons {
	display: none;
	cursor: pointer;
	font-weight: bold;
	width: auto;
	height: auto;
	color: #FFFFFF;
	background: #399190;
	font-size: 20px;
	padding: 20px;
}
.main-menu-nav-hamburger .menu-text {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.main-menu-nav .sub-menu-expand {
	display: none;
}



@media all and ( max-width: 660px ) {

	.main-menu-nav-hamburger.dashicons {
		display: block;
	}
	.main-menu-nav-container {
		display: none;
		border-top: 1px solid #ACACAC;
		padding: 0;
	}
	.main-menu-nav .sub-menu-expand {
		display: block;
	}
	.main-menu-nav .menu-item-has-children {
		position: relative;
		margin: 0;
	}
	.main-menu-nav .menu-item-has-children:hover {
		position: relative;
	}
	.main-menu-nav .menu-item-has-children .sub-menu {
		display: none;
	}
	.main-menu-nav .sub-menu-expand {
		position: absolute;
		right: 1px;
		top: 0;
		width: 50px;
		height: 56px;
		background: #399190;
		color: #FFFFFF;
		border: none;
		cursor: pointer;
		border: none;
	}
	.sub-menu-expand.dashicons:before {
		position: relative;
		top: 18px;
	}

	.main-menu-nav .menu-item {
		display: block;
		width: 100%;
	}
	.main-menu-nav .menu-item a {
		border: 1px solid #ACACAC;
		border-top: 0;
		font-size: 16px;
		padding: 20px;
		margin: 0;
	}
	.main-menu-nav .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		width: 100%;
		padding: 0;
		box-shadow: none;
	}
	.main-menu-nav .sub-menu li {
		border-bottom: 0;
	}
	.main-menu-nav .sub-menu a {
		width: 100%;
		background: transparent;
		color: #FFFFFF;
		background: #399190;
		border-color: #FFFFFF;
		border-left: 0;
		border-right: 0;
	}
	.main-menu-nav .sub-menu a:hover {
		color: #0B4045;
	}
	.main-menu-nav .sub-menu .sub-menu {
		margin: 0;
	}
	.main-menu-nav .sub-menu .sub-menu-expand {
		background: #287776;
		height: 60px;
	}

}

/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {

}
.builder-module-widget-bar .builder-module-sidebar {

}
.builder-module-widget-bar .widget-background-wrapper {
	margin-right: 3em;
}
.builder-module-widget-bar .widget * {

}
.builder-module-widget-bar .widget {

}



/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	padding: 2em 0;
	background: #399190;
}
.builder-module-footer * {

}
.builder-module-footer .footer-content {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	line-height: 2;
}
.builder-module-footer .footer-content a {
	color: #FFFFFF;
}

/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/

.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .single .builder-module-element {
	margin: 0 !important;
	padding: 0;
}


/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/

.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .single .builder-module-element {
	margin: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 3em 0 0 0 !important;
}
.image-full-window .builder-module-sidebar-with-element {
	padding-top: 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-background-wrapper {
	padding-left: 3em;
	padding-right: 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-wrapper-left .widget-background-wrapper {
	padding: 0 0 0 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-wrapper-right .widget-background-wrapper {
	padding: 0 3em 0 0;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}


/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/

.builder-module-content-background-wrapper {

}
.builder-module-content .builder-module-element {

}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .hentry {
	margin-bottom: 5em;
}
.builder-module-content .hentry:last-child {
	margin-bottom: 0;
}
.builder-module-content .main-content-wrapper {

}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 0.25em;
	padding: 0 0 10px 0;
	display: inline-block;
	border-bottom: 3px solid #EBEBEB;
}
.entry-title a {
	color: #333333;
	text-decoration: none;
}
.entry-title a:hover {
	color: #009591;
	text-decoration: none;
}
.hentry .entry-meta-wrapper {
	color: #999999;
	font-size: 1.1rem;
	margin-bottom: 25px;
}
.hentry .entry-meta-wrapper a:hover {

}
.hentry .entry-meta {
	display: block;
	float: left;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	border-top: 2px solid #EBEBEB;
	padding-top: 1.5em;
}
.hentry .entry-footer .entry-pages,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
}
.post-edit-link {
	display: inline-block;
	background: #EBEBEB;
	padding: .25em 1em;
	border-radius: 3px;
	color: #585858;
	font-size: 1em;
	margin-top: 1em;
}
.entry-content {
	clear: both;
}
.loop-header {
	background: #FFFFFF;
	padding: 2.5em;
	margin-bottom: 3em;
	border: 2px solid #EBEBEB;
}
.loop-title {
	font-weight: bold;
	font-size: 1.75em;
	margin: 0;
}
.category-description {
	font-weight: normal;
	font-size: 1em;
	margin: .5em 0 0 0;
}
.category-description p:last-child {
	margin-bottom: 0;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry .alignright {
	margin: 1em 0 1em 1.5em;
}
.hentry .alignleft {
	margin: .35em 1.5em .35em 0;
}
.hentry .aligncenter {
	margin: 1em auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry img.alignnone,
.hentry img.alignright,
.hentry img.alignleft,
.hentry img.aligncenter {
	padding: 10px;
	border: 2px solid #EBEBEB;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.wp-caption-text {
	font-size: .9em;
	margin: 0;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 2em;
}

.entry-footer {
	margin-top: 2.75em;
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	background: #FFFFFF;
	border: 2px solid #EBEBEB;
	padding: 2em;
	margin-top: 3em;
}
#comments h3 {
	font-size: 2em;
	margin-bottom: 1em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border: 2px solid #EBEBEB;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}
.commentlist li.even {
	background: #FFFFFF;
	border-color: #EBEBEB;
}
.commentlist li.odd {
	background: #F5F5F5;
	border-color: #E3E3E3;
}
.commentlist li.bypostauthor {
	background: #E8F1F7;
	border-color: #AACADF;
}
.commentlist li.bypostauthor .fn:after {
	content: 'post author';
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
	padding: 5px 10px;
	color: #557D98;
	border: 1px solid #AACADF;
	background: #FFF;
	border-radius: 3px;
	position: relative;
	top: -4px;
	left: 10px;
}
.commentlist .comment-meta {
	margin-bottom: 2em;
	overflow: hidden;
}
.commentlist .comment-meta a {
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1.5em;
	border: 2px solid #EBEBEB;
	border-radius: 50%;
}
.commentlist .says {
	display: none;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: .35em;
	margin-right: .25em;
	line-height: 1;
}
.commentlist .fn a {
	text-decoration: none;
}
.comment-edit-link {
	display: inline-block;
	position: absolute;
	top: 1em;
	right: 1em;
	text-decoration: none;
	padding: 0 .5em;
}
.comment-edit-link:hover {

}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Response Form */
#respond {
	margin-top: 3em;
	background: #FFFFFF;
	border: 2px solid #EBEBEB;
	padding: 2em;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
	margin-top: 2.5em;
}
.comment-reply-title small {
	display: block;
}
#cancel-comment-reply-link {
	display: inline-block;
	margin: .5em 0;
	font-size: .5em;
	font-weight: normal;
	text-decoration: none;
}
#cancel-comment-reply-link:hover {

}
.logged-in-as {
	margin: 0.25em 0;
}
.form-allowed-tags {
	display: none;
	margin-top: 0;
	margin-bottom: 2.5em;
}
.form-allowed-tags code {
	display: block;
	margin-top: .5em;
	font-size: .85em;
}
.comment-form-comment {
	margin-top: 1em;
}

/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	padding: 0 2em;
	font-size: 1.5em;
	line-height: 1.4;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
blockquote cite {
	display: inline-block;
	margin-top: 1em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {

}
pre {
	margin-bottom: 1.5em;
	font-weight: bold;
	white-space: pre;
	overflow: auto;
	background: #F5F5F5;
	border: 1px solid #DEDEDE;
	padding: 1em;
	display: block;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	color: #222222;
	background: #FFF198;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	color: #333333;
	background: #EBEBEB;
	font-weight: bold;
}
th, td, caption {
	padding: .5em;
	text-align: left;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {

}
.loud {

}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form Styling
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .75em;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top-color: #AAAAAA;
	-webkit-appearance: none;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
select {
	font-size: 1em;
	max-width: 99%;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}


/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	font-size: 1em;
	width: 100%;
	max-width: 100%;
	padding-right: 45px;
}
#searchform input[type="submit"] {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	max-width: 100%;
	margin: 0;
	border: 1px solid transparent;
	padding: .75em 0;
}
.fa-search {
	position: absolute;
	right: 15px;
	top: 13px;
}


/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
	margin-top: .5em;
}
.post-password-form input {
	max-width: 350px;
	display: block;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.builder-module-sidebar .widget_rss li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-sidebar .widget_rss li 	a.rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.builder-module-sidebar .widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.builder-module-sidebar .widget_rss .rssSummary {
	margin: 1.5em 0 .5em 0;
}
.builder-module-sidebar .widget_rss li cite {
	font-style: italic;
}

/* Tag Cloud Widget */
.builder-module-sidebar .widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	margin: .1em;
	text-decoration: none;
}
.builder-module-sidebar .widget_tag_cloud a:hover {

}
/* Calendar Widget */
.builder-module-sidebar #wp-calendar {

}
.builder-module-sidebar #wp-calendar th,
.builder-module-sidebar #wp-calendar td,
.builder-module-sidebar #wp-calendar caption {
	text-align: center;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}


/*********************************************
	Mobile Navigation Menu
*********************************************/

.it-mobile-menu {
	display: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	line-height: 0;
}
.it-featured-image a {

}
.it-featured-image img {
	margin: 0 0 1em 0;
	box-shadow: 0px 0px 0px 1px #EBEBEB, 0px 0px 0px 8px #FFF, 0px 0px 0px 10px #EBEBEB;
}
.page .it-featured-image img {
	margin-bottom: 2.5em;
}


/*********************************************
	Misc.
*********************************************/

::selection {
	color: #FFFFFF;
	background: #575757; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #575757 /* Firefox */
}

/* Input Placeholder Text Color */
::-webkit-input-placeholder {
   color: #4A545A;
}
:-moz-placeholder { /* Firefox 18- */
   color: #4A545A;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #4A545A;
}
:-ms-input-placeholder {
   color: #4A545A;
}
input:focus::-webkit-input-placeholder {
   color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
}
input:focus:-ms-input-placeholder {
   color: transparent;
}

/* 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 {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/*********************************************
	Module Stacking
*********************************************/

.builder-module-navigation-background-wrapper.builder-module-before-navigation-background-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Beaver Builder Specific Styling
*********************************************/

.fl-builder .builder-module-content-background-wrapper {
	margin-bottom: 0;
}
.fl-builder .builder-module-background-wrapper.builder-module-before-content-background-wrapper {
	margin-bottom: 0;
}
.fl-builder .builder-module-content-outer-wrapper {
	max-width: 100% !important;
}
.fl-builder .builder-module-content .hentry {
	background: transparent;
	padding: 0;
	border: 0;
}




.site-logo-wrapper {
	margin: 0;
}
.site-logo img {
	vertical-align: top;
	margin: 0;
}





.html-header-background-wrapper {
	background: #399190;
	margin: 0;
	padding: 3em 0;
}
.html-header .builder-module-element {
	position: relative;
}
.donate-btn-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.donate.btn {
	margin: 0;
	background: #B4D088;
	color: #586F34;
	padding: 1.5em 3.5em;
	border-radius: 3px;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	padding-left: 125px;
	box-shadow: 0px 0px 0px 2px transparent, 0px 0px 0px 8px transparent;
}
.donate.btn:hover {
	box-shadow: 0px 0px 0px 5px #399190, 0px 0px 0px 8px #99CAC9;
}
.donate.btn:before {
	position: absolute;
	font-family: "fontawesome";
	left: 0;
	top: 0;
	content: '\f06b';
	height: 100%;
	width: 75px;
	line-height: 72px;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	background-color: rgba(8, 119, 37, 0.3);
	text-transform: none;
	color: #fff;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 3px 0 0 3px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.donate.btn:after {
	position: absolute;
	top: 50%;
	left: 75px;
	content: '';
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(8, 119, 37, 0.3);
}


.html-nav-background-wrapper.builder-module-before-html-hero-background-wrapper {
	margin-bottom: 0;
}
.html-nav-background-wrapper {
	padding: 1em 0;
	border-bottom: 3px solid #C3CDCA;
}
.html-nav .builder-module-element {
	position: relative;
}
.nav-social-icons {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.nav-social-icons a {
	text-decoration: none;
	display: inline-block;
	font-size: 40px;
	margin-right: -5px;
	margin-left: 15px;
	text-align: right;
}
.nav-social-icons .fa-facebook-square {
	color: #3b5998;
}
.nav-social-icons .fa-instagram {
	color: #f56040;
}
.nav-social-icons .fa-vimeo-square {
	color: #1ab7ea;
}
.nav-social-icons .fa-twitter-square {
	color: #55acee;
}
.nav-social-icons .fa-envelope-square {
	color: #399190;
}



.hero-photo-wrapper {
	position: relative;
	margin-bottom: 3em;
}
.hero-photo-wrapper img {
	margin: 0 auto;
	vertical-align: top;
}
.compassion-city {
	background: #399190;
	color: #FFFFFF;
	padding: 1.5em 3em;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	top: -40px;
}
.gs-mission {
	font-size: 36px;
	color: #399190;
	font-weight: 300;
	line-height: 1.3;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1em;
}

.html-announcements-background-wrapper {
	padding: 0 0 3em 0;
	margin-bottom: 0;
}
.announcements-section {

}
.gs-announcements-wrapper {
	float: left;
	width: 70%;
	max-width: 900px;
}
.gs-cta-buttons-wrapper {
	float: left;
	margin-left: 2%;
	width: 28%;
	max-width: 500px;
}
.gs-cta-buttons-wrapper .btn {
	margin: 0 0 25px 0;
	border-radius: 3px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	padding: 25px 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}
.gs-cta-buttons-wrapper .donate.btn {
	padding-left: 120px;
}
.gs-cta-buttons-wrapper .donate.btn:hover {
	box-shadow: 0px 0px 0px 5px #FFFFFF, 0px 0px 0px 8px #399190;
}


.html-testimonial-background-wrapper {
	padding: 3em;
	background: #F5F5F5;
	margin-bottom: 0;
}
.testimonial {
	font-family: 'Gentium Book Basic', Georgia, Times, 'Times New Roman', serif;
	font-size: 26px;
	color: #668180;
	line-height: 1.6;
	font-weight: 400;
	font-style: italic;
}
.testimonial-cite {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #399190;
	margin-top: 2em;
}


.html-infographic-background-wrapper {
	padding: 4em;
	margin-bottom: 0;
}
.info-section-wrapper {
	text-align: center;
}
.info-section-wrapper h3 {
	font-family: 'Gentium Book Basic', Georgia, Times, 'Times New Roman', serif;
	font-size: 36px;
	font-style: italic;
	color: #399190;
}
.info-graphics-wrapper {
	max-width: 850px;
	margin: 3em auto;
}
.info-graphic {
	width: 45%;
	border-radius: 5px;
	background: #EBEBEB;
	text-align: center;
	padding: 50px 30px;
	font-size: 24px;
}
.info-graphic.left {
	float: left;
	margin-right: 2.5%;
}
.info-graphic.right {
	float: left;
	margin-left: 2.5%;
}
.healthcare-icon {
	margin: 0 auto 20px auto;
	color: #399190;
	font-size: 75px !important;
}
.savings-icon {
	margin: 0 auto 20px auto;
	color: #399190;
	font-size: 75px !important;
}
.before-info-figure {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	color: #545a5a;
}
.info-figure {
	font-weight: bold;
	font-size: 48px;
	color: #121212;
	line-height: 1;
	margin: 5px 0 15px 0;
}
.after-info-figure {
	color: #545a5a;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
}
.info-section-wrapper .donate.btn:hover {
	box-shadow: 0px 0px 0px 5px #FFFFFF, 0px 0px 0px 8px #399190;
}






.html-email-signup-background-wrapper {
	background: url("images/gplaypattern.png") fixed;
	border-top: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
	margin-bottom: 0;
}
.html-email-signup {
	text-align: center;
	padding: 5em 0;
}
.html-email-signup h2 {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #399190;
	margin-bottom: 2em;
}
.html-email-signup p {
	margin: 0 auto 3em auto;
	max-width: 600px;
}
body .html-email-signup .gform_wrapper {
	margin: 0 auto;
	max-width: 1000px;
}
body .html-email-signup .gform_wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
body .html-email-signup .gform_body {
	float: left;
	width: 70%;
}
body .html-email-signup .gform_footer {
	float: left;
	width: 30%;
	clear: none;
	margin: 0;
	padding: 0;
}
body .html-email-signup .gform_footer input[type="submit"] {
	margin: 0;
	width: 100%;
	max-width: 350px;
	padding: 1em 1.5em !important;
}
body .html-email-signup .gform_wrapper .gform_body .ginput_container {
	margin: 0 !important;
}
body .html-email-signup .gform_wrapper ul li.gfield {
	clear: none;
}
body .html-email-signup .gform_wrapper .gform_body input {
	float: left;
	margin: 0 !important;
	padding: 1em 1.5em !important;
}
body .html-email-signup .gform_wrapper .gform_body #field_2_2 input {
	width: 29% !important;
	margin-right: 1% !important;
}
body .html-email-signup .gform_wrapper .gform_body #field_2_1 input {
	width: 69% !important;
	margin-right: 1% !important;
}







.html-footer-extras-background-wrapper {
	margin-bottom: 0;
	padding: 3em 0;
}

.footer-extras-wrapper h4.widget-title {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #399190;
	margin-bottom: 1em;
}
.footer-extras-wrapper .item-wrapper {
	margin-bottom: 4em;
}
.top-left.item-wrapper {
	float: left;
	width: 30%;
}
.top-middle.item-wrapper {
	float: left;
	width: 30%;
}
.top-right.item-wrapper {
	float: left;
	width: 30%;
	margin-left: 10%;
}
.bottom-left.item-wrapper {
	float: left;
	width: 30%;
	margin-bottom: 0;
}
.bottom-middle.item-wrapper {
	float: left;
	width: 30%;
	margin-bottom: 0;
}
.bottom-right.item-wrapper {
	float: left;
	width: 30%;
	margin-bottom: 0;
	text-align: right;
}
.bottom-right.item-wrapper img {
	margin: 0;
}
.footer-social-icons a {
	text-decoration: none;
	display: inline-block;
	font-size: 50px;
	margin-right: 15px;
	text-align: right;
}
.footer-social-icons .fa-facebook-square {
	color: #3b5998;
}
.footer-social-icons .fa-instagram {
	color: #f56040;
}
.footer-social-icons .fa-vimeo-square {
	color: #1ab7ea;
}
.footer-social-icons .fa-twitter-square {
	color: #55acee;
}
.footer-social-icons .fa-envelope-square {
	color: #399190;
}







.bxslider {
	margin: 0;
}




.staff-wrapper {
	border-bottom: 2px solid #EBEBEB;
	margin-bottom: 1.5em;
}
.staff-wrapper .staff-photo {
	float: left;
	width: 20%;
	max-width: 250px;
}
.staff-info {
	float: left;
	width: 75%;
	margin-left: 5%;
	font-size: 16px;
}
.staff-name {
	display: inline-block;
	font-weight: bold;
	font-size: 21px;
}
.staff-position {
	display: inline-block;
	font-size: 15px;
	background: #EBEBEB;
	padding: 5px 6px;
	line-height: 1;
	position: relative;
	top: -2px;
	left: 10px;
}
.staff-bio {
	margin-top: 1em;
}





@media screen and (max-width: 1099px) {

.nav-social-icons {
	position: relative;
	top: auto;
	right: auto;
	transform: translateY(0%);
}

}

@media screen and (max-width: 850px) {

.gs-announcements-wrapper {
	float: none;
	width: 100%;
	max-width: 900px;
}
.gs-cta-buttons-wrapper {
	float: left;
	margin-left: 50px;
	width: 250px;
	height: 350px;

	float: none;
	margin: 0 auto;
	height: inherit;
	width: 100%;
	text-align: center;
}
.gs-cta-buttons-wrapper .btn {
	display: block;
}


body .html-email-signup .gform_body {
	float: none;
	width: 100%;
	margin: 0 auto;
}
body .html-email-signup .gform_footer {
	float: none;
	width: 100%;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
body .html-email-signup .gform_footer input[type="submit"] {
	margin: 2em 0 0 0;
}
body .html-email-signup .gform_wrapper .gform_body #field_2_2 input {
	width: 49% !important;
}
body .html-email-signup .gform_wrapper .gform_body #field_2_1 input {
	width: 49% !important;
	margin: 0% 0% 0% 1% !important;
}



}


@media screen and (max-width: 750px) {

.site-logo-wrapper {
	text-align: center;
}
.donate-btn-wrapper {
	position: relative;
	top: auto;
	right: auto;
	transform: translateY(0%);
	text-align: center;
	margin-top: 3em;
}

.testimonial {
	font-family: 'Gentium Book Basic', Georgia, Times, 'Times New Roman', serif;
	font-size: 26px;
	color: #668180;
	line-height: 1.6;
	font-weight: 400;
	font-style: italic;

	font-size: 21px;
}
.testimonial-cite {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #399190;
	margin-top: 2em;

	font-size: 16px;
}



.info-graphic {
	width: 45%;
	border-radius: 5px;
	background: #EBEBEB;
	text-align: center;
	padding: 50px 30px;
	font-size: 24px;

	width: 80%;
}
.info-graphic.left {
	float: left;
	margin-right: 2.5%;

	float: none;
	margin: 0 auto;
}
.info-graphic.right {
	float: left;
	margin-left: 2.5%;

	float: none;
	margin: 2em auto 0 auto;
}
.healthcare-icon {
	margin: 0 auto 20px auto;
	color: #399190;
	font-size: 75px !important;
}
.savings-icon {
	margin: 0 auto 20px auto;
	color: #399190;
	font-size: 75px !important;
}
.before-info-figure {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	color: #545a5a;
}
.info-figure {
	font-weight: bold;
	font-size: 48px;
	color: #121212;
	line-height: 1;
	margin: 5px 0 15px 0;
}
.after-info-figure {
	color: #545a5a;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
}






}


.giveorg {
    width: 50%;
    display: block;
    float: left;
}
.guidestar {
    display: block;
    margin-top: -30px;
    width: 40%;
    float: left;
    margin-left: 5%;
}


@media screen and (max-width: 660px) {

.nav-social-icons {
	text-align: center;
	margin-top: 1em;
}
.nav-social-icons a {
	margin-left: 5px;
	margin-right: 5px;
}
.compassion-city {
	top: auto;
	max-width: 100%;
}
.gs-mission {
	font-size: 28px;
	padding: 1em 1em 0 1em;
}
.info-graphic {
	width: 100%;
}
.info-figure {
	font-size: 40px;
}


	/* Email Newsletter Section */
	.html-email-signup {
		padding: 3em 0;
	}
	body .html-email-signup .gform_body {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	body .html-email-signup .gform_footer {
		float: none;
		width: 100%;
		clear: both;
		margin: 0 auto;
		text-align: center;
	}
	body .html-email-signup .gform_footer input[type="submit"] {
		margin: 10px 0 0 0;
		max-width: 100% !important;
	}
	body .html-email-signup .gform_wrapper .gform_body #field_2_2 input {
		width: 100% !important;
		margin: 0 !important;
	}
	body .html-email-signup .gform_wrapper .gform_body #field_2_1 input {
		width: 100% !important;
		margin: 10px 0 0 0 !important;
	}


	/* Footer Extras Section */
	.footer-extras-wrapper h4.widget-title {
		font-size: 18px;
	}
	.footer-extras-wrapper .item-wrapper {
		margin-bottom: 4em;
	}
	.top-left.item-wrapper {
		float: none;
		width: 100%;
	}
	.top-middle.item-wrapper {
		float: none;
		width: 100%;
	}
	.top-right.item-wrapper {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.bottom-left.item-wrapper {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 4em;
	}
	.bottom-right.item-wrapper {
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}

.staff-wrapper {
	border-bottom: 2px solid #EBEBEB;
	margin-bottom: 1.5em;
}
.staff-wrapper .staff-photo {
	float: none;
	width: 100%;
	max-width: 250px;
	margin-bottom: 1em;
}
.staff-info {
	float: none;
	width: 100%;
	margin-left: 0;
	font-size: 16px;
}

.giveorg {
    width: 100%;
    display: block;
    float: none;
}
.guidestar {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: none;
    margin-left: 0;
}


}










/* Email Newsletter Sidebar on Interior Pages */
.sidebar-email-signup.widget-background-wrapper {
	background: #EBEBEB;
}
.sidebar-email-signup {
	padding: 3em 0;
}
.sidebar-email-signup h4.widget-title {
	text-align: center;
}
body .sidebar-email-signup .gform_wrapper {
	max-width: 100%;
	margin-bottom: 0;
}
body .sidebar-email-signup .gform_body {
	float: none;
	width: 100%;
	margin: 0 auto;
}
body .sidebar-email-signup .gform_footer {
	float: none;
	width: 100%;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
body .sidebar-email-signup .gform_footer input[type="submit"] {
	margin: 0;
	max-width: 100% !important;
	padding: 1em;
	width: 100% !important;
}
body .sidebar-email-signup .gform_wrapper .gform_body #field_2_2 input {
	width: 100% !important;
	margin: 0 !important;
	padding: 1em !important;
}
body .sidebar-email-signup .gform_wrapper .gform_body #field_2_1 input {
	width: 100% !important;
	margin: 10px 0 0 0 !important;
	padding: 1em !important;
}









.sidebar-buttons .btn {
	margin: 0 0 25px 0;
	border-radius: 3px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	padding: 25px 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}
.sidebar-buttons .donate.btn {
	padding-left: 120px;
}
.sidebar-buttons .donate.btn:hover {
	box-shadow: 0px 0px 0px 5px #FFFFFF, 0px 0px 0px 8px #399190;
}






/* Donation Page Styles */
.txp-donate-form input#CustRefID {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 10px;
}
.txp-donate-form input[type="submit"] {
	padding: 1em 3em;
	margin-top: 1em;
	margin-bottom: 3em;
	border-radius: 3px;
}
.paypal-donate-form {
	margin-top: 1em;
	margin-bottom: 5em;
}
.paypal-donate-form br {
	display: none;
}




#builder-layout-549ae6c5b049e .html-footer-extras-background-wrapper {
	background: url("images/gplaypattern.png") fixed;
	border-top: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
	margin-bottom: 0;
}



/* Soliloquy Slider Styles */
.soliloquy-container .soliloquy-caption-inside { padding: 10px 10px 35px !important; }

.envira-gallery-theme-captioned .envira-gallery-captioned-text {
	text-align: left !important;
	line-height: 1.4;
}
.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner {
	background: #f7f7f8 !important;
	border: 1px solid #e7e7e8 !important;
}



form input[type="submit"] {
	padding: 1em 3em;
	margin-top: 1em;
	margin-bottom: 3em;
	border-radius: 3px;
}



#menu-take-action-footer {
	list-style: none;
	padding: 0;
	margin: 0;
}




.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
	opacity: 1 !important;
}




body .give-btn {
	background: #399190;
	border: 0;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;
	display: block;
}
body .give-btn:hover {
	background: #777;
}
body .give-default-level {
	background: #777;
}
body .give-btn-reveal {
	font-size: 21px;
	padding: 10px 20px;
}
body .give-recurring-donors-choice {
	padding: 8px;
}

