/*
Theme Name: Refuge Center
Author: Snapshot Interactive
Description: Custom Theme.
*/

:link,:visited{text-decoration:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0}
a img,:link img,:visited img{border:none}
address{font-style:normal}

.clear {
 clear: both;
}
a {
  color:#767d61;
  text-decoration:none;
  font-weight:bold;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
  color:#222;
}
img {
	max-width: 100%;
	height: auto;
}
.reveal-modal {
  position:fixed !important;
}

.reveal-modal p {
  font-size:13px;
}


.modal-nav {
  display:block;
  height:40px;
  padding-top:20px;
  width:100%;
}

.modal-nav .next-link {
  float:right;
}
.small {
  width:60px;
  height:auto;
  padding-right:5px !important;
  margin-right:5px !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;

}

/* =Structure
-------------------------------------------------------------- */
body
{
  font-family: 'Open Sans', sans-serif;
  background: #fff;

}
.container {
  max-width: 1048px;
  margin: 10px auto;
  font-size:15px;
  line-height:24px;
  color:#666;
  clear:both;
}
#content a{
  color: #767d61;
}
#content a:hover
{
  text-decoration: none;
  color: #777;
}
header {
  background:url(images/h1bg.jpg) repeat-x;
  background-position:0px 45px;
  width:100%;
  float:left;
  text-align:center;
}
h1 {
  font-weight: 100;
  line-height:40px;
  background:rgba(255,255,255,0.3);
  text-align:center;
  font-size: 36px;
  margin:30px 0 60px 0%;
  color:#555;
}
h1 span {
  background:#FFF;
  padding:0 15px;
}
h1.widget-title {
  font-size:30px;
  text-align:left;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  border-bottom:1px solid #CCC;
  width:100%;
}
h2 {
  color:#36a4b4;
  font-weight:700;
  font-size:18px;
}
h3 {
  font-size: 18px;
  color: #666;
}
#content p {
  margin: 10px 0;
  line-height: 18px;
}
#content ul, #content ol {
  margin: 10px 0;
}
#content ul li,
#content ol li
{
  margin: 3px 30px;
}
#content ul li
{
  list-style: disc;
}
#content ol li
{
  list-style-type: decimal;
}


.size-full  {
  max-width:500px;
  height:auto;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin:20px 20px 20px 0;
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}


/* =Header
-------------------------------------------------------------- */

#header {
  /* float: left; */
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.mobile-header {
	display: none;
}
.p-relative {
  position: relative;
}


/* =Menu
-------------------------------------------------------------- */

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu-main {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #menu-main {
    flex-direction: column;
  }
}
.nav {
  display: inline-block;
  margin-bottom: 15px;

}
.nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav li {
  float: left;
  font-weight:700;
  list-style:none;

}
.nav li a {
  display: block;
  line-height: 2em;
  padding: 15px 20px;
  cfor:#999;
  text-decoration: none;
  margin:0;
}
.nav li a:hover {
  color:#000;
  text-decoration: underline;
}
ul li.current-menu-item a {
  color:#4c4c4c;
}

.nav ul ul {
  display: none;
  position:absolute;
  padding: 15px;
  z-index: 999999999;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  /*background:/*url(images/sub-bg-2.jpg) no-repeat rgba(0,0,0,0.7);*/
  background: rgba(118,125,97,1);
  border-top:3px solid #999;
  border-bottom:3px solid #999;
}
.nav ul ul ul {
  left: 100%;
  top: 0;
}
.nav ul ul li {
  float:none;
  width:100%;
  padding:0 0 0 0;
}
.nav ul ul li a {
  background:none;
  color:#FFF;
  padding:0 0 0 0 !important;
  font-size:14px;
  text-align:left;
  float:none;
  text-align:left;
  height:auto;
}
.mobile-quick-links {
	display: none;
}
.logo {
  background:url(images/logo-sm.png) no-repeat;
  background:url(images/logo-sm.svg) no-repeat;
  width:150px;
  height:136px;
  margin-left:15px;
  margin-right:25px;
  text-indent:-9999px;
}
.desktop-logo {
	display: inline-block;
	width: 120px;
}
/*.nav ul li:hover {
  background:#e8e8e8;
}*/
.nav ul ul :hover > a {
  /*background:rgba(0,0,0,0.5);*/
}
.nav ul ul a:hover {
  /*background:rgba(0,0,0,0.5);*/
  color:#fff;
}
.nav ul li:hover > ul {
  /*display: block;
  opacity:1;*/
}

.nav .sub-menu.open {
	display: block;
}

/* .social {
  right: 0;
  top: 0;
  position: relative;
}

.social ul {
  list-style: none;
  margin: 0;
  display: block;
  font-size: 16px;
  height: 24px;
  padding-bottom: 12px;
  float: left;
  padding-right: 8px;
}

.social ul li {
  display: inline-block;
  margin-right: 3px;
}

.social ul li a {
  color: #ccc;
  font-size: 24px;
}
 */

#quickLinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1097px) {
  #quickLinks {
    padding-right: 0;
  }
}
#quickLinks a{
	margin: auto 8px;
	color: #6D749E;
}
#quickLinks a.header-phone,
#quickLinks a.header-directions {
  color: #3A3C35 !important;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.97px;
  line-height: 17px;
  margin-left: 0px;
  margin-right: 30px;
}

.header-phone svg,
.header-directions svg {
  font-size: 15px;
  margin-right: 6px;
}

#quickLinks a.donate-button {
  display: block;
  float: right;
  padding-top: 9px;
  padding-bottom: 8px;
  padding: 9px 15px;
	background: #696C8E;
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.11px;
  line-height: 15px;
  border-radius: 4px;
  margin-left: 0px;
}

#quickLinks a.donate-button--alt {
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.11px;
  line-height: 15px;
  background: #71A087;
  margin-left: 0px;
}

#quickLinks a.donate-button a:hover{
	color: #fff;
}

.ecfa-button img {
  width: 40px;
  height: auto;
  vertical-align: middle;
}

/* .donate-button img {
  width: 200px;
  height: auto;
} */

.nav .sub-menu {
  position:absolute;
  left:auto;
  width:auto;
  height:auto;
}
.noshow {
  opacity:0;
}

/*--------------------------------------------------FEATURED AREA----------------*/

#featured {
  clear:both;
  float:none;
  margin:-35px 0 -30px 0;
  padding:0;
  width:100%;
  margin-top: 0px;
}
#featured iframe {
	display: none;
}
#featured2 {
  clear:both;
  float:none;
  padding:0;
  width:100%;
  height:150px;
  background:url(/wp-content/uploads/2014/02/image1.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
#featured3 {
  clear:both;
  float:none;
  padding:0;
  width:100%;
  height:600px;
  background:url(/wp-content/uploads/2014/02/image1.jpg) no-repeat bottom center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.slides li {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  width:100%;
  height:560px;
  text-align:center;

}
.slides li h2 {
  color:#FFF;
  font-size:36px;
  text-transform:uppercase;
  font-weight:700;
  margin-top:200px;
  clear:both;
  /*text-shadow: 0px 0px 3px #000;*/
}

ul.slides li img {

  max-width: 1035px;
}

ul.slides:nth-child(2) {
  width: 200px; margin: 0;position: relative;top: 230px;left: 638px;
}

ul.slides
.subheading {
  color:#FFF;
  line-height:24px;
  font-size:16px;
  font-weight:700;
  float:left;
  width:100%;
  clear:both;
  margin-bottom:0px;
  /*text-shadow: 0px 0px 2px #000;*/
}
.slides span a {
  clear:both;
  position:relative;
  padding:5px 15px;
  margin: 0 5px 10px 5px;
  display: inline-block;
  border-radius:10px;
  border:1px solid #FFF;
  background:#767d61;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  color:#FFF;
}
.slides span a:hover {
  clear:both;
  color:#767d61;
  position:relative;
  border-radius:10px;
  border:1px solid #767d61;
  background:#FFF;
}
.serve {
  margin-top:40px;
}
.page-id-305 .flex-control-nav {
width: 100%;
float: left;
top: -180px;
display: block;
position: relative !important;
bottom: 10px;
text-align: center;
z-index: 999;
}

/*----Temporary for HomeGrows 2014 slider---*/
.slides li:first-child .image_link img,
.slides li:nth-child(3) .image_link img,
.slides li:nth-child(4) .image_link img {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
}

.slides li:nth-child(2) .image_link img {
  position: absolute;
  bottom: 148px;
  left: 0;
  right: 0;
}

.slides li:nth-child(4) .image_link img {
  position: absolute;
  bottom: 160px;
  left: 440px;
  right: 0;

}


.slides li:first-child span {
  /*display: none;*/
}


/* =--------Home Specific-------------------------------------------------------------- */
.mission {
  width:60%;
  float:left;
  margin:0;
  padding:0;
}
  .mission h4 {
    font-size:18px;
    font-weight:700;
    color:#666;
    margin-bottom: 20px;
  }
  .mission p {

  }
.btn1 {
  color:#FFF !important;
  padding:10px 20px;
  margin:10px 0;
  border-radius:10px;
  border:1px solid #FFF;
  font-size:14px;
  background:#767d61;
  float:left;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.btn1:hover {
  color:#767d61 !important;
  padding:10px 20px;
  margin:10px 0;
  border-radius:10px;
  border:1px solid #767d61;
  font-size:14px;
  background:#FFF;
  float:left;
}
.join {
  float:right;
  width:30%;
  padding:0 0px 30px 6%;
  margin:0;
  border-left:1px solid #CCC;
}
.join h3 {
  margin-bottom:0px;
}
.join input[type="text"], .page-id-13 input[type="text"], .join input[type="email"] {
  padding:6px 0 6px 10px;
  width: 90%;
  font-size:14px;
  border:1px solid #CCC;
  border-radius:8px;
}
.join input[type="submit"], .page-id-13 input[type="submit"] {
  padding: 8px 25px;
  background-color:#767d61;
  /* width: auto; */
  color:#FFF;
  text-transform:uppercase;
  border:1px solid #CCC;
  border-radius:8px;
  cursor:pointer;
}
.join input[type="text"], .join input[type="email"] {
  padding: 6px 0 6px 10px;
  width: 93%;
  font-size: 14px;
  border: 1px solid #CCC;
  border-radius: 8px;
}
.join input[type="submit"] {
  width:97.5%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul#emma-form-elements li.emma-form-row {
  list-style-type: none;
   margin: 0;
  height: inherit !important;
  display: block;
  float: left;
}

#emma-form-elements > li:nth-child(1) {
  width: 65% !important;
}
#emma-form-elements > li.emma-form-row.emma-form-row-last {
  clear:none;
  width:25%;
}

ul#emma-form-elements .emma-form-label {
display: none !important;
}

ul#emma-form-elements .emma-form-label-required {
display:none;
}

ul#emma-form-elements .emma-form-input {
float:none !important;
}
.emma-status {
  color:#36a4b4;
}

.cta {
  clear:both;
  padding:60px 0 60px 0;
  margin:0px 0 30px 0;
  float:left;
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
  width:100%;
}
.cta li {
  float:left;
  width:30%;
  margin-right:3%;
  text-align:center;
}
.cta a {
  color:#36a4b4 !important;
}
.cta li:last-child {
  float:right;
  width:30%;
  margin-right:0;
  text-align:center;
}
.cta li:first-child {
  float:left;
  width:30%;
  margin-right:5%;
  text-align:center;
}
.cta li img {
  margin-bottom:15px;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	max-width: 100%;
	height: auto;
}
.cta li img:hover {
  opacity:.5;
}
.cta li p {
  font-size:13px;
  line-height:18px;
  color:#666;
  padding:5px 5px;
}
ul.latestnews {
  float:left;
  width:100%;
  margin:20px 0 50px 0;
  padding:0;
}
.latestnews li {
  background:#e8e8e8;
  width:26%;
  min-height:300px;
  padding:2%;
  margin-right:0%;
  float:left;
}
.latestnews li:first-child {
  background:#e8e8e8;
  width:26%;
  padding:2%;
  margin-right:5%;
  float:left;
}
ul.gcounsel {
  width:100%;
  margin:0;
  float:left;
  padding:0;
}
.gcounsel li {
  width:49%;
  margin:0 0 20px 0%;
  background:#f7f7f7;
  padding:0 0 20px 0;
  border:1px solid #53505a;
  float:left;
  position:relative;
  min-height:200px;
}

.gcounsel li:nth-child(2n+2) {
  margin-left:1.5%;
  float:right;
}
.gcounsel li:hover {
  background:#fff;
}
.gtitle {
  float:left;
  width:100%;
  background:#53505a;
  color:#fff;
  display: flex;
}
.title {
  float:left;
  width:70%;
  font-size:18px;
  font-weight:100;
  margin:10px;
}
.sdate {
  background-color:#9fae9f;
  float:right;
  width:30%;
  font-size:12px;
  padding:7px 0 0 5px;
  line-height:15px;
}
.content {
  font-size:12px;
  padding:20px 10px;
  float:left;
  color:#53505c;
}
.attribute {
  float:left;
  font-weight:700;
  font-size:12px;
  margin-left:5px;
  padding:0 2px;
}
.info {
  position:absolute;
  bottom:0;
  margin:0 0 0 2px;
}
.date {
  color:#36a4b4;
  font-size:12px;
}
.latestnews li:last-child {
  background:#e8e8e8;
  width:26%;
  padding:2%;
  margin-right:0;
  float:right;
}
.latestnews h3 {
  color:#222;
  font-weight:700;
  font-size:14px;
}

.latestnews p {
  font-size:12px;
  line-height:21px;
  margin:10px 0 10px 0;
}

h2.image_link {
  text-align: center;
  margin-top: 0px !important;
}

.darkg { color: #144d58 !important; }

.sub_link {
  padding: 10px 0;

}

.small_margin { margin-top: 80px !important; }

.home .storify{
  height:375px;
  overflow:scroll;
}

/*--------------------------------------------GENERAL CONTENT------------------*/
#main ul {
  width:100%;
  margin:0;
  padding:0;
}
#main li {
  list-style:disc;
  margin:0 0 0 20px;
}
p {
  margin:0 0 20px 0;
}
.left {
  float:left;
  width:68%;
  padding:0;
  margin:0;
}
.right {
  float:right;
  width:28%;
  padding:0;
  margin:0;
}
.textwidget {
  margin:0 0 30px 0;
}
/* strong {
  font-size:21px;
  line-height:30px;
  color:#000;
  font-weight:100;
} */
ul.services {
  width:100%;
  float:left;
  margin:0 0 50px 20px;
}
ul.services li {
  width:22%;
  margin-right:3%;
  color:#777;
  font-size:12px;
  height:30px;
  line-height:15px;
  float:left;
  text-align:left;
  padding:20px 0 2px 0;
  border-bottom:none;
  list-style:disc;
}
ul.services2 {
  width:100%;
  float:left;
  margin:0 0 30px 20px;
  border-bottom:1px solid #eaeaea;
  padding-bottom:30px;
}
ul.services2 li {
  width:30%;
  margin-right:3%;
  color:#777;
  font-size:13px;
  height:30px;
  line-height:15px;
  float:left;
  text-align:left;
  padding:20px 0 2px 0;
  border-bottom:2px solid #ccc;
  border-bottom:none;
  list-style:disc;
}
.interview {
  width:80%;
  margin:10px 10% 10px 10%;
  height:40px;
  color:#FFF;
  font-weight:100;
  font-size:24px !important;
  text-align:center !important;
  padding:10px 0 0 0 !important;
  background:#6a5a4d;
  border-radius:5px;
  clear:both;
  float:left;
}
.interview1 {
  width:80%;
  margin:20px 10% 50px 10%;
  height:40px;
  color:#FFF;
  font-weight:100;
  font-size:24px !important;
  text-align:center !important;
  padding:10px 0 0 0 !important;
  background:#6a5a4d;
  border-radius:5px;
  clear:both;
  float:left;
}
.interview:hover {
  color:#fff;
  background:#483a2f;
}
.donate-fine-print {
  color: #fff;
  font-size: 12px;
  padding: 0 10%;
}
ul.forms {
  width:100%;
  float:left;
  margin:0 0 50px 0;
}
ul.forms li {

}

ul.forms li a {
  width:95%;
  color:#FFF;
  font-size:18px;
  margin:3px 0;
  height:30px;
  padding:10px 0 0 5%;
  line-height:15px;
  float:left;
  background:url(images/download.jpg) no-repeat #9fad9f;
  background-position:100% 0;
}

ul.forms li a { color:#FFF !important;}
ul.forms li a:hover {
  background:url(images/download.jpg) no-repeat #838f83;
  background-position:100% 0;
}
.accordionContent {
    float:left;
  padding:0;
  margin:0 0 20px 0;
}
.accordionButton {
  float:left;
  background:#6a5a4d;
  clear:both;
  color:#FFF;
  border-radius:5px;
  height:auto;
  font-size:13px;
  width:94.4%;
  padding:10px 0 11px 50px;
  margin:5px auto 5px auto;
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
.on {
  background:#767d61;
  color:#FFF;
}
.over {
  background:#767d61;
  color:#FFF;
  cursor:pointer;
}
.contact {
  float:left;
  margin:0 0 10px 0;
  width:100%;

}
.contact span {
  color:#666;
  font-weight:700;
}
.donate {
  background:rgba(255,255,255,0.8);
  border-radius:10px;
  width:310px;
  padding:0 0 0 20px;
}
.donate table {
  margin:-30px 0 0 0;
  float:left;
}
.donate p {
  margin:10px 0 0 0 !important;

}
select.fselect {
  width:100%;
  height:38px;
  margin:0 0 0 2px;
  -moz-appearance: none;
  -webkit-appearance:none;
  border:1px solid #CCC;
  background:#FFF;
  color:#666;
  text-align:center;
  padding:0 0 0 5px;
  font-size:16px;
  border-radius:0;
}
.dontate input[type="image"] {
  margin:0 0 -150px 10px;
  float:left;
  display:none;
}
.page-id-216 img {
  border:2px solid #FFF;
      -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.page-id-216 img:hover {
  border:2px solid #767d61;
}

/*--------------------------------------------Testimonials------------------------*/

.testimonialSlider {
  padding:20px 60px 20px 60px;
  margin-top: 100px;
  border-top:1px solid #999;
  border-right:1px solid #999;
  border-left:1px solid #999;
  border-bottom:1px solid #999;
  height:auto;
  position:relative;
  /*background:url(images/quote-large.jpg) no-repeat 10px 10px;*/
}
.testimonialSlider li {
  height:auto;
  display:none;
    -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

}
.testimonialSlider .slides li {
	padding-bottom: 50px;
}

.testimonialSlider .flex-control-nav {
  display:none;
    -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

}

.flex-active-slide {
  display:block;
}

.testimonialSlider .carrot {
  background:url(images/carrot2.jpg) no-repeat;
  display:block;
  height:12px;
  width:19px;
  position:absolute;
  bottom:-12px;
  left:50%;
}

.testimonial-author {
  font-size:18px;
  font-style:italic;
  font-family:Georgia, serif;
  display:block;
  position:relative;
  text-align:center;
}

/*--------------------------------------------BIOS------------------------*/
.staff-select {
	display: none;
}
ul.bios {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}
.bios li {
  list-style:none !important;
  margin:5px 5px !important;
  padding:0;
  float:left;
  width:125px;
  height:117px;
  background:#6e5e4c;
  position:relative;
  text-align:center;
  overflow:hidden;
}
.bios li:nth-child(odd) {
  background:#767d61;
}
.bios li:nth-child(3n) {
  background:#ccc;
}
.bios li img {
  position:absolute;
  top:0px;
  width:124px;
  height:116px;
  left:0;
  z-index:999;
  opacity:1;
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
.bios li img:hover {
  opacity:.1;

}
.name {
  position:relative;
  z-index:100;
  color:#FFF;
  font-size:12px;
  line-height:14px;
  padding:36px 3px 0 3px;
  font-weight:700;
  text-align:center;
}
ul.bionav {
  width:100%;
  margin:0;
  padding:0;
  float:left;
}
.bionav li {
  height:40px;
  text-align:center;
  width:100%;
  padding:20px 0 10px 0;
  float:left;
  font-size:24px;
  font-weight:100;
  border-radius:2px;
  background:#FFF;
  border-bottom:1px solid #CCC;
}
.bionav li:hover {
  background:#4a4a4a;
  color:#FFF !important;
}
.bionav li a {
  color:#999;
}
.bionav li a:hover {
  color:#FFF;
}
.active {
  background:#4a4a4a !important;
  color:#FFF !important;
}


.sticky {
}
.entry-meta {
  clear: both;
  display: block;
}
.single-author .entry-meta .byline {
  display: none;
}
#content nav {
  display: block;
  overflow: hidden;
}
#content nav .nav-previous {
  float: left;
  width: 50%;
}
#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content #nav-above {
  display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}
#nav-below {
  margin: 1em 0 0;
}
.page-link {
  clear: both;
  margin: 0 0 1em;
}
.page .edit-link {
  clear: both;
  display: block;
}

/* 404 page */
.error404 .widget {
  float: left;
  width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
  margin-right: 1em;
}
.error404 .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
  background: #eee;
  display: block;
  padding: 1em;
}

.reveal-modal {
  z-index:9999 !important;
  width:800px !important;
  left:55% !important;
}

.member-image img{
  float:left;
  width:300px;
  height:auto;
}

.member-info {
  float:right;
  width:450px;
    max-height: 376px;
    overflow-x: hidden;
}

.reveal-modal-bg {
  z-index:9000 !important;
}

/* =Images
-------------------------------------------------------------- */



/* =Forms
-------------------------------------------------------------- */

#searchform label {
  display: none;
}
#searchform input#s {
  width: 60%;
}
#searchform input[type="submit"] {
  margin-top: 5px;
}
#searchform input[type="submit"]:hover {
  border: 1px solid #929B7A;
    color: #929B7A;
    background-color: #fff;
}

input[type=text],
input#s {
  margin: 0 1em 0 0;
  width: 60%;
}
textarea {
  width: 80%;
}

/* Class for labelling required form items */
.required {
  color: #cc0033;
}



/* =Widgets
-------------------------------------------------------------- */

/* =Footer
-------------------------------------------------------------- */
#footer {
  background-color:#3f3728;
  width:100%;
  float:left;
  margin:30px 0 0 0;
  padding:20px 0 0 0;
}
#footer h3 {
  color:#9fad9f;
  font-size:24px;
  margin-bottom:15px;
  float:left;
  width:100%;
  text-transform:uppercase;
  text-shadow: 0px 0px 2px #000;

}
#footer p {
  color:#FFF;
  line-height:24px;
  margin-bottom:10px;
  font-size:16px;

}
#footer a {
  color:#36a4b4;
}
#footer .cta {
  border-top:none;
  border-bottom:none;
}
#footer .cta a:hover {
  color: #58c3d3 !important;
}

#footer .social a{
	color: #fff !important;
	padding: 0px 5px;
}
#footer .social a:hover{
	color: #7EBCC8;
}

#footer img {
    border-radius: 50%;
}

#footer .nonprofit-logos .ecfa {
  width: 48%;
}

#footer .nonprofit-logos .cnm {
  width: 48%;
}

.snapshot-logo a:hover {
  color: #fff;
}

.bottom {
  float:left;
  width:100%;
  padding:0 0 10px 0;
  margin:0;
  background:#27231c;
}
.bottom ul {
  float:left;
  width:70%;
  padding:0;
  margin:0;
}
.bottom ul li {
  float:left;
  padding:5px 10px;
  color:#999;
  margin:0;
  font-size:12px;
}
.bottom ul li a {
  color:#6a6a6a;
}
.bottom ul li a:hover {
  color:#FFF;
}
.bottom .right {
  color:#FFF;
  font-size:10px;
  width:25%;
  margin:7px 0 0 0;
  float:right;
}

/* Form */

.intern-form {
  width:100%;
}

#internModal h2 {
  font-size:30px;
  margin: 0 0 30px;
  text-align:center;
  display:block;
  color:#92b0a4;
}

.intern-form hr {
  margin:30px;
  border-color:#fff;
}

.intern-form input, textarea {
  border:1px solid #ccc;
  width:90%;
  padding:20px;
}

.intern-form p {
  color:#333;
  line-height:22px;
  font-size:14px;
}

.intern-form input[type="submit"] {
  max-width:200px;
  background:#92b0a4;
}

.intern-form input[type="radio"] {
  width:auto;
}

.page-template-tea-page-php form {
  margin-top: -50px;
}

/* Tea Page
-------------------------------------------------------------- */

.single-tea-container {
  margin-bottom: 20px;
}

  .single-tea-container:last-child {
    margin-bottom: 10px;
  }

.single-tea-container .tea-poster {
  border: 1px solid #b4b4b4;
  width: 350px;
}

  .single-tea-container:nth-child(odd) .tea-poster {
    margin: 10px 40px 20px 0;
  }

  .single-tea-container:nth-child(even) .tea-poster {
    margin: 10px 0 20px 40px;
  }

  .single-tea-container.intentionalitea-sampler .tea-poster {
  border: 0;
}

.tea-product {
  border: 1px solid #b4b4b4;
  margin: 20px 20px 0px 0px;
  width: 272px;
}

.tea-donation {
  margin-left: 40px;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
}

.paypal-button form input[type="image"] {
  margin-left: 75px;
}

/* Responsive
-------------------------------------------------------------- */
@media (max-width: 1041px) {
  #featured {
    width:inherit;
  }
  #featured2 {
    width:inherit;
  }
  #featured3{
    width:inherit;
  }
  #footer{
    width:inherit;
  }
  /*.bottom {
    width:inherit;
  }*/
  .submenu {
    width:85%;
  }
  #internModal {
    left:50% !important;
  }
}


.flex-direction-nav {
/*   display: inline-block !Images; */

}

.flex-control-nav {
  display: inline-block !important;

}


/* HACKATHON CODE */
@media all and (max-width: 1097px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav li a {
		padding: 12px;
		font-size: 14px;
	}
}

@media (max-width: 960px) {
	.logo {
		width: 120px;
		margin-top: 15px;
	}
}

@media all and (max-width:767px) {
	html, body {
		overflow-x: hidden;
	}
	* {
		box-sizing: border-box;
	}
	h1 {
		margin-bottom: 25px;
	}
	.alignright {
		max-width: 50%;
		height: auto;
	}
	.left, .right {
		width: 100%;
	}
	#header {
		margin-bottom: 0;
	}
	.mobile-header {
		display: block;
		/* border-bottom: 1px solid #ccc; */
		padding-bottom: 10px;
	}
	.desktop-logo {
		display: none;
	}
	.mobile-logo {
		float: left;
		max-width: 80px;
	}
	.mobile-menu-toggle {
		float: right;
		margin-top: 10px;
	}
	.mobile-menu-toggle .bar {
	    height: 3px;
		background: #aaa;
		width: 34px;
		display: block;
		margin: 0 auto 6px auto;
	}
	.nav {
		margin-top: 0;
		width: 100%;
		display: none;
		background: #767D61;
		position: absolute;
    left: 0;
    top: 100%;
		box-shadow: 0 10px 20px rgba(0,0,0,.2);
		z-index: 1000;
	}
	.nav li a:hover, .nav li a:focus, .nav li a:active, ul li.current-menu-item a {
		background: #90967c;
		color: #fff;
		text-decoration: none;
	}
	.nav.open {
		display: block;
	}
	.nav ul li:hover > ul {
		display: none;
		opacity: 1;
	}
	.nav li {
		float: none;
	}
	.nav li.logo {
		display: none;
	}
	.nav li a {
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}
	.nav li a, .nav li:first-child a, .nav li:last-child a {
		padding: 5px 15px;
		width: 100%;
	}
	
	#quickLinks {
		display: none;
	}
	
	/* SUBNAV */
	.nav .sub-menu {
		position: relative;
		background: #322D27;
		height: auto;
		left: auto;
		width: 100%;
		padding: 0;
		top: auto;
		border-top: 3px solid #90967c;
		border-bottom: 3px solid #90967c;
	}
	.nav ul ul li {
		width: 100%;
	}
	.nav ul ul li a {
		padding: 5px 15px !important;
		color: #fff;
	}
	.nav ul ul li a:hover {
		background: #464038;
	}
	.menu-item-has-children > a:after {
		content: "\f078";
		display: block;
		float: right;
		color: #fff;
		font-family: FontAwesome;
	}
	.menu-item-has-children > a.subnav-open:after {
		content: "\f077";
	}
	.mobile-quick-links {
		display: block;
		text-align: center;
	}
	.mobile-quick-links a {
		background: #ccc;
		color: #322D27;
		width: 50%;
		display: block;
		float: left;
		font-size: 18px;
		padding: 5px;
	}
	.mobile-directions {
		border-left: 1px solid #aaa;
	}
	.mobile-quick-links a:hover {
		background: #aaa;
	}
	.mobile-quick-links a.mobile-donate {
		background: #696C8E;
		color: #fff;
		width: 100%;
		font-size: 20px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.mobile-quick-links a.mobile-donate:hover {
		background: #56597c;
  }
  .mobile-quick-links a.mobile-donate--alt {
    background: #71A087;
  }
  .mobile-quick-links a.mobile-donate--alt:hover {
		background: #5a806b;
  }
  .mobile-quick-links a.ecfa-button {
    width: 100%;
    background: white;
  }
  .mobile-quick-links a.mobile-donate p {
    margin: 0;
  }
  .mobile-quick-links a.mobile-donate .ecfa {
    width: 50px;
    height: auto;
    margin: 0;
	}
	
	#featured {
		margin: 0;
		float: none;
	}
	#featured iframe {
		display: block;
	}
	#featured2 {
		float: none;
		margin: 0;
	}
	.flexslider {
		display: none;
	}
	.flexslider .slides > li {
		padding-left: 30px;
		padding-right: 30px;
	}
	.flexslider .slides > li:first-child .subheading p {
		display: none;
	}
	.testimonialSliderContainer {
		margin-bottom: 25px;
	}
	.testimonialSlider .slides li {
		padding-bottom: 50px;
	}
	.mission {
		float: none;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.join {
		float: none;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 0;
		border-left: none;
	}
	.join input[type="submit"], 
	.join input[type="text"], 
	.join input[type="email"],
	input#s	{
		width: 100% !important;
		margin-right: 0;
	}
	.cta {
		padding: 15px;
		margin-bottom: 20px;
	}
	.cta li, .cta li:last-child, .cta li:first-child {
		float:none;
		width:100%;
		margin-right:0;
		text-align:center !important;
	}
	ul.latestnews {
		padding: 0;
		margin: 0;
	}
	.latestnews-wrapper h2 {
		margin-bottom: 15px;
	}
	ul.latestnews img {
		margin-top: 0;
	}
	.latestnews li, .latestnews li:first-child, .latestnews li:last-child {
		width: 100%;
		float: none;
		padding: 15px;
		margin: 0 0 15px 0;
		min-height: 0;
	}
	.latestnews li:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
	}
	.latestnews p {
		margin-top: 0;
	}
	#footer {
		margin-top: 0;
	}
	#footer .cta {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	#menu-footer {
		display: none;
	}
	#menu-footer ul li.current-menu-item a {
		background: none;
	}
	.bottom ul {
		text-align: center;
		width: 100%;
	}
	.bottom ul li {
		display: inline-block;
		float: none;
	}
	.bottom .right.snapshot-logo {
		width: 100%;
		text-align: center;
	}
	.testimonialSlider {
		margin-top: 0;
	}
	#footer img {
		margin-bottom: 20px !important;
	}
	.error404 .widget {
		width: 100%;
	}
	
	/* Staff images */
	.staff-select {
		display: block;
		margin-bottom: 15px;
		padding: 10px;
		font-size: 16px;
	}
	.bios li {
		width: 50%;
		margin: 0 0 15px 0 !important;
		height: 0;
		padding-bottom: 50%;
		background: none !important;
	}
	.name {
		color: #000;
		padding: 0;
	}
	.bios li img {
		position: relative;
		width: 100%;
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
	}
	.bios li img:hover {
		opacity: 1;
	}
	.bionav {
		display: none;
	}
	.reveal-modal {
		width: auto !important;
		left: 15px !important;
		right: 15px !important;
		top: 15px !important;
		margin: 0 !important;
		bottom: 15px !important;
		overflow: auto;
	}
	.member-info {
		width: 100%;
		max-height: none;
	}
	.modal-nav {
		margin-bottom: 15px;
	}
	.member-image img {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.services-list {
		width: 100% !important;
	}
	ul.services2 {
		margin: 0;
	}
	ul.services2 li {
		height: auto;
		list-style-position: inside;
		margin: 0;
		width: 50%;
	}
	.therapeutic-techniques {
		width: 100% !important;
	}
	.client-forms {
		width: 100% !important;
	}
	ul.forms li a {
		width: 100%;
		padding-bottom: 10px;
		height: auto;
	}
	ul.services {
		margin: 0 0 50px 0;
	}
	ul.services li {
		width: 100%;
		height: auto;
		list-style-position: inside;
	}
	.interview {
		height: auto;
		padding: 10px !important;
	}
	.bdp_blog_template .bdp-post-image img {
		max-width: 100%;
	}
	.bdp_single .bdp_blog_template .blog_header h1.post-title, .bdp_single .bdp_blog_template .blog_header h1, .bdp_single .bdp_blog_template h1.post-title {
		font-size: 20px !important;
	}
	.gcounsel li {
		width: 100%;
	}
	.blog_template.boxy-clean .blog_wrap {
		height: auto !important;
	}
	.blog_template.boxy-clean .social-component {
		text-align: center;
		border-radius: 4px;
	}
	.bdp_blog_template .social-component .social-share, 
	.blog_template.bdp_blog_template .social-component > a {
		display: inline-block !important;
		float: none !important;
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.slideshow-wrapper, .slideshow-fullsize, .slideshow-image {
		max-width: 100%;
	}
	.slideshow-image img {
		top: 50%;
		transform: translateY(-50%);
	}
	.accordionButton {
		width: 100%;
	}
}

@media all and (max-width:480px) {
	.slides li h2 {
		margin-top: 10px;
		font-size: 14px;
	}
}

/*** WHO WE SERVE ***/

.purpleBG{
    background-color: #6D749E;
    color: #fff;
	padding: 2rem;
}

.blueBG{
    background-color: #7EBCC8;
    color: #fff;
	padding: 2rem;
}

.greenBG{
    background-color: #71A087;
    color: #fff;
	padding: 2rem;
}

.yellowBG{
    background-color: #F6BD1D;
    color: #fff;
	padding: 2rem;
}

.coralBG{
    background-color: #E98B79;
    color: #fff;
	padding: 2rem;
}
#weServe h5{
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
	line-height: 1.5em; 
}

#weServe {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wS-row{
    flex-direction: row;
}

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

.flex-grid {
    display: flex;
}

.flex-grid-row .col {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.flex-grid-row {
        display: flex;
        justify-content: space-between;
      }
.flex-grid-row .col-third {
    width: 32%;
}

.ages{
    flex: 1 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
}

/*--------------------------------------------GRAVITY FORMS------------------*/
