/**
* #.# hide h1 tag on home page but leave it in the markup for seo
*
* @andy
*/
.row {
	max-width: 75rem !important;
}
.home header h1 {
	margin: 0;
	height: 0;
	text-indent: -9999px;
}
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}

::-webkit-input-placeholder {
 font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
 font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
 font-style: italic;
}

:-ms-input-placeholder {
 font-style: italic;
}
/**
* Overall Styles
*/

body {
	background-color: #f6f2e5;
	color: #503a2e;
	font-family: "Alegreya Sans", Arial, serif;
}
iframe {
	border: none;
}
p {
	color: #503a2e;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 400;
	font-size: 1.3em;
}

.content_wrapper ul li {
	color: #503a2e;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 400;
	font-size: 1.3em;
	line-height: normal;
	margin-bottom: .8rem;

}

.home p {
	color: #503a2e;
	font-family: "Alegreya Sans", Arial, serif;
	font-size: 1.250rem;
	line-height: 1.5rem;
}
a {
	-webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
	-o-transition: background-color 300ms ease-out, color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out, color 300ms ease-out;
	transition: background-color 300ms ease-out, color 300ms ease-out;
	color: #5ba518;
	text-decoration: none;
}
a:hover {
	color: #4d6d2f;
}
h1 {
	font-size: 3.75rem;
	color: #fff;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 500;
}
h2, h3, h4, h5 {
	color: #677e52;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 700;
}


.page-template-page-no-sidebar h2 {
	color: #0e3359;
}
.content_wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.home .content_wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 640px) {
.home .content_wrapper {
	margin-top: 1rem;
}
}
.page-title {
	background-color: #677e52;
	padding: 7px 5px 0 0;
}
.acf-media-credit a, .acf-media-credit a:visited {
	color: #fff !important;
}
.acf-media-credit {
	color: #fff !important;
	text-shadow: 0 0 4px rgba(0, 0, 0, .7);
}

.archive-list .acf-media-credit {
	margin-top: -20px;
	position: relative;
	left: 5px;
}

.featured_items .acf-media-credit {
	margin-top: -20px;
	position: relative;
	left: 5px;
	padding: 3px 0;
}


body.blog .acf-media-credit, body.post-type-archive-take-action .acf-media-credit {
	margin-bottom: -13px;
}
body.blog .acf-media-credit, body.blog .acf-media-credit a, body.post-type-archive-take-action .acf-media-credit, body.post-type-archive-take-action .acf-media-credit a {
	color: #666;
	text-shadow: none;
	font-weight: normal;
	padding: 0;
}
/*.news-image .acf-media-credit{
    text-align: left;
    position: absolute;
    top: .2rem;
    left: 0.8rem;
    max-width: 80%;
}

.features-image .acf-media-credit{
    text-align: right;
    position: absolute;
    top: .2rem;
    right: 1.2rem;
    max-width: 80%;
}*/


/**
* Header
*/

header {
	background-color: #b7ca79;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-o-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
	width: 100%;
	position: relative;
	z-index: 3;
}
.home header {
	box-shadow: none;
}
.header {
	width: 100%;
}
.header .column, .header .columns {
	padding: 0 !important;
}

.top-bar-section ul li a:hover {
	border-bottom: none !important;
	color: #455d31 !important;
}

@media (min-width: 700px) {
header {
	min-height: 120px;
}
}

@media (min-width: 640px) {
header {
	min-height: 100px;
}
}
ul#menu-main-navigation {
	margin: 0;
	position: relative;
	bottom: 0;
	float: right;
	padding-top: .7rem;
}
.top-bar .toggle-topbar.menu-icon {
	font-family: "Alegreya Sans", Arial, serif;
	color: #f6f2e5 !important;
}
.top-bar .toggle-topbar.menu-icon a {
	color: #f6f2e5 !important;
}

@media (max-width: 640px) {
ul#menu-main-navigation {
	right: 0;
}
}

nav.top-bar {
	background-color: transparent;
}



@media (min-width: 840px) {
nav.top-bar {
	top: 40px;
}
}

@media only screen and (min-width: 40.063em) {
.top-bar-section .has-dropdown > a::after {
    border:none;
    top: 0;
    margin:0;
    padding-right:0 !important;
}

.top-bar-section .has-dropdown > a {
    padding-right: 0rem !important;
}
}


.top-bar-section ul li {
	background-color: transparent;
	margin: 0 1rem;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #503a2e;
}

.top-bar-section ul.dropdown li {
	background-color: rgba(183,202,121,0.8);
	margin: 0 0.8rem;
	padding: .5rem 1rem;

}


.top-bar-section ul.dropdown li > a {
	text-transform: capitalize;
}


.top-bar-section ul li > a {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #503a2e;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 500;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 1120px) {
.top-bar-section ul li > a {
	font-size: .9rem;
}
}


@media only screen and (max-width: 1024px) {
.top-bar-section ul li > a {
	font-size: 0.8rem;
}

nav.top-bar {
	top: 20px;
}
}

@media only screen and (max-width: 830px) {
.top-bar-section ul li > a {
	font-size: 0.7rem;
}

}


@media only screen and (max-width: 717px) {
.top-bar-section ul li > a {
	font-size: 0.6rem;
}
nav.top-bar {
	top: 0;
}
}

@media only screen and (max-width: 640px) {
.top-bar-section ul li>a {
	font-size: 1rem;
}
.top-bar-section ul li {
	margin-bottom: 0.5rem;
}
.top-bar-section ul li.current-menu-item a {
	border-bottom: none !important;
	margin-bottom: 1.2rem;
}

}
}
.top-bar-section li a:not(.button), .top-bar-section li a:not(.button):hover {
	background: none !important;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 1.7rem;
	padding: 0 0.4rem;
	margin: 0rem;
	background:transparent !important;
}
.top-bar-section ul li a:hover, .top-bar-section ul li.current-menu-item a {
	background: none;
	color: #455d31;
}
.title-area {
	background-color: #3d3536 !important;
}
.top-bar.expanded .toggle-topbar a {
	color: #fff !important;
}
.top-bar.expanded .toggle-topbar a span::after {
	box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}
.branding_social {
	list-style: none;
	min-height: 20px;
}
.branding_social li {
	display: inline;
	list-style: none;
	float: right;
	width: 100px;
}
.branding_social li iframe {
	vertical-align: bottom;
}
.branding_social li.google div {
	position: relative;
}
.branding_social li.google iframe {
	top: 5px !important;
	position: absolute !important;
}
/**
 * Home Page
*/

.home-highlight {
	background: #89725b;
	padding: 0;
	position: relative;
	z-index: 2;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.8);
}
.home-highlight .row {
	position: relative;
}
#rotator-wrap {
	max-width: 960px;
	margin: 0 auto;
}
#rotator {
	position: relative;
}
#home-rotator .slide {
	width: 100%;
	display: none;
}
#home-rotator .slide a {
	display: block;
	width: 100%;
	position: relative;
}
#home-rotator a img {
	display: block;
}
#home-rotator p.rotator-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.7);
	padding: .8rem 2rem;
	z-index: 10;
	color: #292529;
	font-size: 2.188em;
	line-height: 1.2;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 500;
}

#home-rotator p.rotator-title:hover {
	color: #5e7e42;
}

#home-rotator .acf-media-credit {
	position: absolute;
	top: .1rem;
	left: .5rem;
	color: #FFF;
	z-index: 11;
	opacity: .8;
	text-shadow: 0 0 4px rgba(0, 0, 0, .7);
}
#home-rotator .acf-media-credit a {
	color: #FFF;
}
#home-rotator .arrow {
	display: block;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 36%;
	left: -100px;
	padding: 10px;
	z-index: 1000;
	cursor: pointer;
	transition: opacity .25s ease-in-out;
}

.arrow {
	display: none !important;
}

#home-rotator .arrow svg {
	width: 100%;
	height: 100%;
	fill: #FFF;
}
#home-rotator #home-cycle-next {
	right: -100px;
	left: auto;
}
#home-rotator .arrow:hover {
	opacity: .7;
}

@media (max-width: 920px) {
#home-rotator #home-cycle-prev {
	left: -50px;
}
#home-rotator #home-cycle-next {
	right: -50px;
}
}

@media (max-width: 830px) {
#home-rotator #home-cycle-prev {
	left: 10px;
}
#home-rotator #home-cycle-next {
	right: 10px;
}
}

@media (max-width: 640px) {
#home-rotator p.rotator-title {
	position: relative;
	padding: .8rem;
	font-size: 1.6rem;
}
#rotator-wrap {
	margin-left: 0;
	width: 100%;
	float: none;
}
}
.featured_items {
	background-color: #b7ca79;
	padding-top: 2.813rem;
}
.quote_container {
	background-color: #5e7e42;
	color: #f6f2e5;
	padding: 1em 2em;
}
.quote_container blockquote {
	border: none;
	color: #f6f2e5;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 700;
	margin-bottom: 5px;
}
span.quote_credit {
	display: block;
	font-weight: 400;
	font-style: italic;
}


/* --- Home News Links --- */

.news-links {
	background-color: #5e7e42;
	padding: 3.438rem 0;
}

.news-links h2 {
	font-size: 2.813em;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 3rem;
	color: #f6f2e5;
}

.news-links ul > li {
	font-size: 1.313em;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 400;
	list-style: none;
	background-position: left top;
	background-image: url(../img/list-icon.gif);
	margin-bottom: .8em;
	line-height: normal;
	padding-left: 3rem;
	padding-top: 0;
	background-repeat: no-repeat;
}

.news-links ul > li > a, .news-links > ul > li > a:visited {
	color: #f6f2e5;
	font-weight: 400;
}

.news-links ul > li > a:hover {
	color: #b7ca79;
	font-weight: 400;
}

/* --- Home Bottom Buttons Section --- */

.bottom-buttons {
	background-color: #b7ca79;
	padding-top: 3.125em;
}

ul.home-buttons li {
	text-align: center;
	font-size: 1.313em;
	line-height: 1em;
}

@media only screen and (max-width: 40em) {

		ul.home-buttons li {
			font-size: .9em;
		}

	}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	ul.home-buttons li {
	font-size: 1em;
}

	}

ul.home-buttons img {
	margin-bottom: .8rem;
}

ul.home-buttons li a:link, ul.home-buttons li a:visited {
 color: #503a2e;
}

ul.home-buttons li a:hover {
 color: #455d31;
}



/**
 * Sidebar Form
*/
@media (min-width: 642px) {
.sidebar.internal {
	padding: 0;
}
.sidebar .widget {
	max-width: 295px;
}
}
.sidebar .widget {
	background-color: #0694d1;
	padding: .5rem .75rem;
	z-index: 1;
}
.sidebar fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.sidebar ul {
	list-style-type: none;
	text-decoration: none;
}
.sidebar h2 {
	text-align: center;
	font-weight: 700;
	margin: .5rem 0 1rem;
	padding: .5rem 0;
	font-size: 1.15rem;
	line-height: 1.2;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.sidebar .gform_confirmation_wrapper h2 {
	border: 0;
	margin: 0 0 1rem;
	padding: 0;
}
.sidebar .gform_confirmation_wrapper p {
	font-size: .9rem;
}
.sidebar .gform_wrapper.take-action-form_wrapper ul li.gfield.readonly textarea {
	margin-bottom: 1rem;
}
.sidebar p {
	font-size: .8rem;
	margin: 0;
	line-height: 1.2;
	color: #fff;
}
.sidebar a {
	color: #0e3359;
}
.form_sidebar {
	padding: .75rem 1.15rem;
}
.sidebar.internal h2 {
	padding: 0.7rem 0;
}
.sidebar.internal p {
	padding-bottom: 0.4rem;
}
.sidebar.internal #gform_submit_button_1 {
	margin-top: 1rem;
}
/**
 * News Page Styles
*/

.news-post {

	margin: 1.5em 0 0;
	position: relative;
}
.news-post:first-child {
	margin-top: 0;
}

.news-post .inner {
	padding-top: 1rem;
	padding-right: 1rem;
	width: 49%;
	float: left;
}
.news-post .news-image {
	width: 51%;
	float: left;
}
.news-post a.more {
	padding: .2em 1em;
	color: #f6f2e5;
	background-color: #5e7e42;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: inline-block;
}
.news-post a.more:hover {
	background-color: #b7ca79;
	color: #5e7e42;
}
h2.news-title {
	margin-bottom: 0.5rem;
	line-height: 1em !important;
	font-size: 2rem;
	margin-bottom: 1em;
}
h2.news-title a {
	color: #503a2e;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 500;

}
h2.news-title a:hover {
	color: #455d31;
}

@media (max-width: 640px) {
.news-post .news-image, .news-post .inner {
	width: 100%;
}
.news-image a img {
	width: 100%;
}
.news-title {
	margin-bottom: 0;
}
.inner p {
	padding-bottom: 1rem;
}
}
/**
 * Single News Page Styles
*/

.single-news-title {
	font-size: 2.75rem;
	color: #677e52;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 500;
}
.single-news-date {
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #4e4e4e;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 700;
	letter-spacing: 1px;
}
.next-post a {
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #185b9e;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 1px;
}
.next-post a:hover {
	color: #0694d1;
}
.minimal-social {
	margin-bottom: 5px !important;
	margin-left: -2px !important;
}
.video-player .youtube-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto 1em auto;
	padding-bottom: 56.27%;
}
.video-player object, .video-player embed, .video-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
/**
* Share Overlay
*/
.inline-share-bar {
	width: 100%;
	margin: .5rem 0 .5rem;
	padding: 0;
	text-align: center;
}
.inline-share-bar a {
	display: inline-block;
	padding: 0;
	width: 42px;
	height: 42px;
	background-size: 34px !important;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 5px 5px 0;
}
.inline-share-bar a.facebook-button {
	background-color: rgb(48, 88, 145);
	background-image: url(../img/facebook-share.svg);
}
.no-svg .inline-share-bar a.facebook-icon {
	background-image: url(../img/facebook-share.png);
}
.inline-share-bar a.twitter-button {
	background-color: rgb(85, 172, 238);
	background-image: url(../img/twitter-share.svg);
}
.no-svg .inline-share-bar a.twitter-icon {
	background-image: url(../img/twitter-share.png);
}
.inline-share-bar a.pinterest-button {
	background-color: #C91618;
	background-image: url(../img/pinterest-share.svg);
}
.no-svg .inline-share-bar a.pinterest-icon {
	background-image: url(../img/pinterest-icon.png);
}

@media only screen and (max-width: 420px) {
.inline-share-bar a {
	width: 36px;
	height: 36px;
	background-size: 28px !important;
}
}
.footer-share {
	width: 100%;
	text-align: center;
}
.footer-share a.facebook {
	background: #3b5998;
	color: #FFF;
	display: inline-block;
	padding: .5rem 1rem .5rem .5rem;
	min-width: 180px;
	line-height: 40px;
	margin: 0 .5rem;
}
.footer-share a.twitter {
	background: #00aced;
	color: #FFF;
	display: inline-block;
	padding: .5rem 1rem;
	min-width: 180px;
	line-height: 40px;
	margin: 0 .5rem;
}
.footer-share a span.icon {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	display: block;
}
.footer-share a span svg {
	fill: #FFF;
}
.sidebar .footer-share a {
	line-height: 30px;
	margin: 0 auto 1rem;
}
.sidebar .footer-share a.facebook {
	background: #FFF;
	color: #3b5998;
	min-width: 0;
	padding: .25rem .5rem .25rem .5rem;
}
.sidebar .footer-share a.twitter {
	background: #FFF;
	color: #00aced;
	min-width: 0;
	padding: .25rem .5rem .25rem .5rem;
}
.sidebar .footer-share a span.icon {
	width: 30px;
	height: 30px;
}
.sidebar .footer-share a span {
	text-align: left;
	line-height: 1.4;
}
.sidebar .footer-share a.facebook span svg {
	fill: #3b5998;
}
.sidebar .footer-share a.twitter span svg {
	fill: #00aced;
}
/**
 * Features Page Styles
*/

.features-post {
	padding-bottom: 1.5rem;
}
.features-post .post-inner {
	padding-bottom: 6.5rem;
	position: relative;
}

.features-title p {
	line-height: 1em !important;
}

.features-title a {
	font-size: 1.2rem;
	color: #503a2e;
	font-family: "Alegreya Sans", Arial, serif;
	font-weight: 700;
	line-height: 1em !important;
}
.features-title a:hover {
	color: #5e7e42;
}
.features-post .inner {
	padding: 1rem;
	position: absolute;
	bottom: 0;
	background-color: #f6f2e5;
	font-family: "Alegreya Sans", Arial, serif;
	font-size: 1.4rem;
	font-weight: 800;
	width: 100%;
	text-align: center;
	height: 6.5rem;
}

@media (max-width: 960px) {
.features-post .inner {
	min-height: 6.5rem;
	height: auto;
}
.features-post .inner p {
	padding: 0;
	margin: 0;
}
}

@media (max-width: 640px) {
.features-post .post-inner {
	padding-bottom: 0;
}
.features-post .inner {
	height: auto;
	min-height: 0;
	position: relative;
}
.features-image a img {
	width: 100%;
}
}
/**
 * Features Page Styles
*/

.nav-links {
	display: block;
	clear: both;
}

.page-numbers {
	padding: 1rem;
	text-align: center;
	margin-bottom: 1.6rem;
	font-size: 1.3em;
    font-weight: 400;
    line-height: normal;
}

span.current {
	color: #FFF;
	background: #5e7e42;
	padding: .25rem .5rem;
}

a.page-numbers {
	color: #5e7e42;
	font-family: "Alegreya Sans", Arial, serif;
	padding: .25rem .5rem;
}

a.page-numbers:hover {
	background: #b7ca79;
}

.pagination-centered, .row.pagination .pagination {
	padding: 1rem;
	text-align: center;
	margin-bottom: 1.6rem;
}
ul.pagination li, ul.page-numbers li {
	color: #5e7e42;
	font-family: "Alegreya Sans", Arial, serif;
	display: inline;
}
ul.page-numbers li span.current {
	color: #FFF;
	background: #5e7e42;
	padding: .25rem .5rem;
}
ul.pagination li a, ul.page-numbers li a {
	color: #5e7e42;
	font-family: "Alegreya Sans", Arial, serif;
	padding: .25rem .5rem;
}
ul.pagination li a:hover, ul.page-numbers li a:hover {
	background: #b7ca79;
}
.pagination-centered ul, .row .pagination ul {
	margin-bottom: 0;
	list-style: none;
}
.row.pagination {
	margin: 0;
}

.screen-reader-text {
	display:none;
}


body.blog .row.pagination, body.post-type-archive-take-action .row.pagination {
	margin-top: 1.5rem;
}

h4.archive-title {
	font-weight: 500;
	text-align: center;
}

h4.archive-title a:link, h4.archive-title a:visited{
	color: #292529;
}

h4.archive-title a:hover {
	color: #455d31;
}

.instagram-media {
	position: inherit!important;
}
