@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Lora|Noto+Sans:700|Open+Sans:400,700');

body {
  margin: 0;
  padding: 0;
  background-color: #d1e2d5;
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  color: #3f3f3f;
  overflow-x: hidden;
}

.tagline {
	font-family: Lora, serif;
	font-size: 40pt;
	font-weight: bold;
	font-style: italic;
	color: #2b5f00;
	text-align: center;
	margin: 0 0 20px;
}

.contactline {
	text-align: center;
	font-size: 20pt;
}

.contactline a {
	text-decoration: none;
	color: #3f3f3f;
}

.contactline a:hover {
	color: #2b5f00;
	text-decoration: underline;
}

/* Cookies */

.flexi-cookie {
  padding: 10px 0;
  background-color: #e7eadc;
}

.flexi-cookie-msg {
  width: 50%;
  float: left;
  color: #1e222e;
}

.flexi-cookie-buttons {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 5px;
}

.clear:before,
.clear:after,
.flexi-cookie:before,
.flexi-cookie:after {
  display: table;
  content: ' ';
  clear: both;
}

.flexi-cookie-inner {
  width: 1000px;
  margin: 0 auto;
}

/* Basic Styles */

h1, h2, h3 {
	font-family: 'Lora', serif;
	font-weight: normal;
	color: #004733;
}

hr {
  width: 100%;
  height: 64px;
	background: url(img/hr2.png) center center no-repeat;
	border: none;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.content a {
	color: #004733;
	text-decoration: none;
	transition: 0.2s ease-in;
}

.content a:hover {
	opacity: 0.8;
}

/* Buttons */

.content a.button, a.button, .formandu-button {
  display: inline-block;
  color: #fff;
  background-color: #78a12f;
  text-decoration: none;
	padding: 10px 20px;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.content a.button:hover, a.button:hover, .formandu-button:hover {
  color: #fff;
  background-color: #004733;
  text-decoration: none;
}

/* Top */

.top {
	background-color: #004733;
	text-align: right;
	font-size: 0;
}

.top a {
	display: inline-block;
	padding: 10px;
	border-right: 1px solid #ffffff;
}

.top a:first-child {
	border-left: 1px solid #fff;
	padding: 10px 15px;
}

.top a img {
	transition: all 0.2s ease-in;
}

.top a:hover img {
	filter: brightness(0.8);
	-webkit-filter: brightness(0.8);
}

/* Header */

.header {
	padding: 20px 0px;
	background-color: #fff;
}

.header-left {
	width: 30%;
}

.header-right {
	width: 70%;
}

.header .wrapper {
	display: flex;
	align-items: flex-end;
}

/* Menu */

#shownav {
  display: none;
}

.menubar {
	width: 100%;
	background-color: #fff;
	text-align: center;
}

nav.menu {
  position: relative;
  z-index: 20;
  text-align: center;
  list-style: none;
  margin: 0 auto;
	padding: 0 0;
	font-size: 16pt;
}

nav.menu span.item a {
  color: #3f3f3f;
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  background-color: #fff;
}

nav.menu span:hover a {
	color: #78a12f;
}

nav.menu span.toplevel-sep:before {
  content: '|';
}

.submenu .subitem a {
	background-color: #78a12f !important;
	color: #fff !important;
}

.submenu .subitem a:hover {
	background-color: #004733 !important;
}

/* System Widgets */

.flexi-system-widgets {
  text-align: center;
  padding: 8px 0;
  font-size: 0;
}

.flexi-system-widget {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 12px;
  font-size: 11pt;
}

.flexi-system-widget a {
  text-decoration: none;
  transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  -ms-transition: color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, border 0.3s;
  -webkit-transition: color 0.3s, border 0.3s;
}

.flexi-system-widget:first-child {
  border-left: none !important;
}

/* Banner */

.banner {
	background-color: #dae0e0;
	background-image: url("img/header.png");
	height: 501px;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.banner .pbeditable {
	width: 1000px;
	margin: 0 auto;
}

/* Main */

.main {

}

.content:empty {
	display: none;
}

.breakoutresume:last-child {
	padding: 0 !important;
}

/* Strap */

.strap {
	background-color: #eaeaea;
	padding: 20px 0px;
}

.strap .row {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	clear:both;
	padding: 20px;
}

.strap h1, .strap h2 {
	margin: 0;
}

/* Testimonial */

.testimonials {
	background-image: url("img/testimonials.png");
	background-position: center;
	padding: 20px 0px;
	color: #fff;
}

.testimonials .pbeditable {
	width: 1000px;
	margin: 0 auto;
}

.testimonials h1, .testimonials h2, .testimonials h3 {
	color: #fff;
}

/* Companionship */

.companionship {
	padding: 20px 0px;
	background-image: url("img/companionship.png");
	background-position: center;
	background-size: cover;
	color: #fff;
}

.companionship .row {
	width: 1000px;
	margin: 0 auto;
}

.companionship h1, .companionship h2, .companionship h3 {
	color: #fff;
}

/* Mission Statement */

.statement {
	background-color: #e7eadc;
	padding: 20px 0px;
}

.statement .row {
	width: 1000px;
	margin: 0 auto;
}

/* Footer */

.footer {
	background-color: #004733;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
}

.footer a {
	color: #fff;
	transition: all 0.2s ease-in;
	text-decoration: none;
}

.footer a:hover {
	opacity: 0.7;
}

/* Forms */

.formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
	width: 100%;
	box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #888;
  background: #fff;
  color: #333;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	font-size: 14pt;
}

.formandu-textarea {
  height: 200px;
}

.formandu-label {
  margin: 8px 0 0 0;
  padding: 4px;
  display: block;
}

.formandu-container[align="right"] {
  text-align: center;
  padding: 8px;
}

.formandu-container[align="right"] .formandu-button {
  font-size: 1.6em;
}

/* List Styles */

span[style~="red"] {
  font-size: 0;
}

span[style~="red"]:after {
  font-size: 14pt;
  color: #000;
  content: '•';
}

/* Entry Page */

.entry-text {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	color: #fff;
}

.flexi-entry-buttons .button {
	color: #fff !important;
	border: 1px solid #fff !important;
}

/* Breakout Blocks */

.pb-title, .pb-subtitle {
	text-align: center;
}

/* Responsive Styles */

@media (max-width: 1000px) {

	.wrapper, .header {
		width: 100%;
	}

	.slider {
	display: none;
	}

	/* Breakout Blocks */

	.strap .row, .banner .pbeditable, .testimonials .pbeditable, .companionship .row, .statement .row  {
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
	}

	.strap .row {
	padding: 20px 0px;
	}

	/* Cookies and Forms */

  .flexi-cookie {
    padding: 10px;
    text-align: center;
    width: auto;
  }

  .flexi-cookie-msg {
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto;
  }

  .flexi-cookie-buttons {
    width: auto;
    float: none;
    text-align: center;
    padding: 5px 0;
  }

  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
    margin: 10px auto;
  }

  .flexi-cookie-inner, .wrapper {
    width: 100%;
  }

  .flexi-cookie-buttons:nth-child(2) .button {
  	margin-top: 10px;
  }

	/* Header */

	.header {
		padding: 20px 0px 0px;
		text-align: center;
	}

	.header-left,	.header-right {
		width: auto;
	}

	.tagline {
		font-size: 28pt;
	}

	.contactline a {
		color: #004733;
	}

	/* Menu */

  #shownav {
    display: inline-block;
    margin: 20px 0px 0px;
    color: #fff !important;
    border: 1px solid #fff !important;
  }

  .flyout {
  	background-color: #fff;
  }

  .flyo-show {
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		padding: 8px 20px 7px !important;
  }

  .flyo-header {
  	text-align: center;
  	padding: 10px 0px;
  	border-bottom: 1px solid #ececec;
  	border-top: 1px solid #ececec;
  }

	.contactline-item {
		font-size: 14pt;
		display: block;
		margin-bottom: 4px;
	}

	.header .wrapper {
		display: block;
		text-align: center;
	}

  .flyo-hide {
  	border: none !important;
  }

  /* Banner */

  .banner {
		display: none;
	}

	/* Main */

	img {
  	max-width: 100%;
  }

  /* Footer */

	.footer-top-box {
		width: 100%;
		text-align: center !important;
		margin: 10px 0px;
	}

}