@charset "UTF-8";
/*! DO NOT EDIT - Edit the master styles.scss file */
/* 	*********************************

		VARIABLES
		
	*********************************
*/
/*	*********************************

		MIXINS
		
	*********************************
*/
/* 	*********************************

		Normalise Reset
		
	*********************************
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #8AA201;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #8AA201;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* 	*********************************

		GENERAL SETUP
		
	*********************************
*/
body {
  width: 100%;
  background: #E4E0C1 url(../img/bg-image.jpg) no-repeat 50% 0;
  color: #606060;
  font-size: 12px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1em; }

h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1em; }

h3 {
  font-size: 1.333em;
  margin: 0;
  line-height: 1.125em; }

h4 {
  font-size: 1.1666em;
  line-height: 1.2857em; }

h5, h6 {
  font-size: 1em; }

p {
  margin: 0.75em 0 1.5em;
  line-height: 1.5em; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

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

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

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

pre, code {
  font-family: 'andale mono', 'lucida console', monospace;
  font-size: 1em; }

pre {
  white-space: pre; }

table th, table td {
  padding: 4px; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

abbr, acronym {
  border-bottom: .1em dotted;
  cursor: help; }

/* keep in LoVe HAte */
a:link {
  color: #616060;
  text-decoration: none; }

a:visited {
  color: #6e6d6d;
  text-decoration: none; }

/* Remember to set a visited colour! */
a:hover {
  color: #474747;
  text-decoration: underline; }

a:active {
  color: #616060; }

/* To force the blockquote to clear itself */
blockquote:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

blockquote {
  display: inline-block; }

/* Hide from IE Mac \*/
blockquote {
  display: block; }

/* End hide from IE Mac */
/* generic float and clear classes */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

#wrap {
  width: 960px;
  margin: 0 auto; }

/* 	********************************* 

		HEADER 
		
	*********************************
*/
header .addthis-projects {
  text-align: right; }

.header {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #393939), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #393939 0%, #000000 100%);
  background: -moz-linear-gradient(top, #393939 0%, #000000 100%);
  background: -ms-linear-gradient(top, #393939 0%, #000000 100%);
  background: -o-linear-gradient(top, #393939 0%, #000000 100%);
  background: linear-gradient(top, #393939 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#000000',GradientType=0 ); }

.branding {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px; }

.logo {
  background: url(../img/zoe-logo.png) no-repeat 0 center;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 111px;
  height: 65px;
  margin-left: 30px;
  padding: 10px 0; }

.tag {
  clear: both;
  background: white;
  font-size: 16px;
  padding: 10px 100px 10px 60px;
  overflow: hidden; }
  .tag p {
    float: left;
    margin-bottom: 0.75em;
    text-align: center; }
  .tag a {
    float: right;
    margin-top: 1em;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 7px !important; }
    .tag a span {
      display: block;
      padding-right: 20px;
      background: url(../img/arrow-dark.png) no-repeat right 5px; }

/*	*********************************

		NAVIGATION
		
	*********************************
*/
#nav-main {
  font-family: "PT Sans Narrow", sans-serif;
  display: inline;
  float: left;
  width: 780px;
  margin: 0 10px;
  padding-top: 35px; }
  #nav-main li {
    display: inline-block; }
    #nav-main li a {
      display: block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 0.04em;
      font-size: 14px;
      padding: 1px 9px;
      border-left: 1px solid #5A5A5A; }
      #nav-main li a:hover {
        color: #fff;
        text-decoration: underline; }
    #nav-main li:first-child a {
      border-left: 0; }
    #nav-main li.active a {
      color: #F08917; }
    #nav-main li.active ul.dropdown-menu a {
      color: gray; }
      #nav-main li.active ul.dropdown-menu a:hover {
        color: #404040; }
    #nav-main li:hover ul {
      visibility: visible; }
    #nav-main li ul {
      position: absolute;
      visibility: hidden;
      width: 200px;
      background: #fcfbef url(../img/subnav-top.png) repeat-x 0 0;
      border: 2px solid #2D2D2D;
      border-width: 0 0 2px 0;
      z-index: 3;
      padding-top: 14px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); }
      #nav-main li ul li {
        display: block;
        border-top: 1px solid #f1f0d6; }
        #nav-main li ul li a {
          border: none;
          color: gray;
          padding: 6px 15px;
          font-size: 13px; }
          #nav-main li ul li a:hover {
            color: #2D2D2D;
            background: white;
            text-decoration: none; }

/*	********************************* 
		
		CONTENT 
		
	*********************************
*/
.addthis-projects {
  margin-top: 10px;
  text-align: center; }

.project-feature-img {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .project-feature-img img {
    max-width: 100%;
    height: auto; }

.status-funds-block {
  float: right;
  width: 50%; }

#content {
  padding-bottom: 20px;
  background: white;
  position: relative; }

ol.styled {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  margin-left: 30px; }

ol.styled > li {
  position: relative;
  margin: 0 0 6px 2em;
  list-style: none;
  padding: 4px 10px; }

ol.styled > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 1px;
  left: -1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23px;
  margin-right: 8px;
  padding: 4px 0 1px 1px;
  color: white;
  background: #D0213D;
  font-weight: normal;
  text-align: center;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.05em;
  font-size: 17px;
  line-height: 1em; }
ol.styled.at-st > li:before {
  background: #8AA201; }

.lt-ie8 ol.styled {
  margin-left: 40px; }
  .lt-ie8 ol.styled li {
    margin-left: 0;
    list-style: decimal; }

.slider {
  position: relative;
  z-index: 1; }
  .slider #slider {
    margin: 0;
    padding: 0;
    width: 960px;
    height: 325px; }
  .slider li {
    list-style: none;
    position: relative; }

.slider-msg {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  color: white;
  width: 440px;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.03em;
  font-size: 30px;
  line-height: 1.2;
  padding: 20px; }
  .slider-msg p {
    margin: 0;
    line-height: 1.3em; }
    .slider-msg p.source {
      font-size: 14px; }
  .slider-msg a {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-family: "Merriweather", serif-normal;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: right;
    display: block;
    padding-right: 16px;
    background: url(../img/arrow-white.png) no-repeat right 2px;
    margin: 10px 0px -10px; }

.slider-nav ul {
  margin: 0;
  padding: 0; }
.slider-nav li {
  float: left;
  width: 160px;
  list-style: none;
  position: relative;
  z-index: 1; }
  .slider-nav li a {
    font-family: "Merriweather", serif;
    font-weight: bold;
    text-decoration: none;
    color: white;
    text-align: center;
    font-weight: 900;
    display: block;
    padding: 12px 0;
    border-top: 5px solid #2D2D2D;
    text-transform: uppercase; }
  .slider-nav li.prevention {
    background: #D0213D;
    background: -webkit-gradient(linear, left top, right top, from(#D0213D), to(#a41a30));
    background: -webkit-linear-gradient(left, #D0213D, #a41a30);
    background: -moz-linear-gradient(left, #D0213D, #a41a30);
    background: -ms-linear-gradient(left, #D0213D, #a41a30);
    background: -o-linear-gradient(left, #D0213D, #a41a30);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0213D', endColorstr='#a41a30',GradientType=1 ); }
  .slider-nav li.rescue {
    background: #8AA201;
    background: -webkit-gradient(linear, left top, right top, from(#8AA201), to(#5f6f01));
    background: -webkit-linear-gradient(left, #8AA201, #5f6f01);
    background: -moz-linear-gradient(left, #8AA201, #5f6f01);
    background: -ms-linear-gradient(left, #8AA201, #5f6f01);
    background: -o-linear-gradient(left, #8AA201, #5f6f01);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8AA201', endColorstr='#5f6f01',GradientType=1 ); }
  .slider-nav li.survivor {
    background: #F08917;
    background: -webkit-gradient(linear, left top, right top, from(#F08917), to(#c76f0d));
    background: -webkit-linear-gradient(left, #F08917, #c76f0d);
    background: -moz-linear-gradient(left, #F08917, #c76f0d);
    background: -ms-linear-gradient(left, #F08917, #c76f0d);
    background: -o-linear-gradient(left, #F08917, #c76f0d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F08917', endColorstr='#c76f0d',GradientType=1 ); }
  .slider-nav li.current a, .slider-nav li:hover a {
    border-top: 0;
    padding-top: 17px; }
  .slider-nav li.current:after, .slider-nav li:hover:after {
    position: absolute;
    top: -10px;
    left: 45%;
    content: ' ';
    z-index: 3;
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .slider-nav li.current.prevention:after, .slider-nav li:hover.prevention:after {
    border-bottom: 10px solid #ba1e37; }
  .slider-nav li.current.rescue:after, .slider-nav li:hover.rescue:after {
    border-bottom: 10px solid #748901; }
  .slider-nav li.current.survivor:after, .slider-nav li:hover.survivor:after {
    border-bottom: 10px solid #df7c0e; }

#main {
  width: 600px;
  padding: 40px 0px 20px 0px;
  margin: 0 20px 0 20px;
  float: left; }

a.bodylink {
  background: url(../img/sq-green-arrow.png) no-repeat 0 3px;
  display: inline-block;
  padding: 3px 0 3px 20px;
  margin-top: 1em; }

.home #main {
  font-size: 15px; }

.sub #main {
  float: right;
  width: 630px;
  padding: 20px 50px 20px 0;
  font-size: 13px;
  	/*
  p:nth-child(1){
  		font-size: 16px;
  		line-height: 1.375;
  	}
  */ }
  .sub #main h2 {
    color: #2D2D2D;
    font-weight: bold;
    margin: 1.2em 0 0.8em;
    line-height: 1.3em; }
  .sub #main .intro, .sub #main .intro-tag {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 1.5em; }

.sub #sidebar {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px; }

.sub .page-header {
  background: #D0213D;
  background: -webkit-gradient(linear, left top, right top, from(#D0213D), to(#a41a30));
  background: -webkit-linear-gradient(left, #D0213D, #a41a30);
  background: -moz-linear-gradient(left, #D0213D, #a41a30);
  background: -ms-linear-gradient(left, #D0213D, #a41a30);
  background: -o-linear-gradient(left, #D0213D, #a41a30);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0213D', endColorstr='#a41a30',GradientType=1 ); }
  .sub .page-header h1 {
    font-weight: normal;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    padding: 26px 30px 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0; }

.social {
  position: absolute;
  top: 385px;
  right: 15px; }
  .social .addthis_toolbox {
    min-width: 139px; }
  .social li {
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase; }
    .social li a {
      display: block;
      background: url(../img/social.png) no-repeat 0 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 16px;
      height: 18px; }
    .social li.fb a {
      background-position: 0 0; }
    .social li.tw a {
      background-position: -20px 0; }
    .social li.em a {
      background-position: -40px 0; }
    .social li.mo a {
      background-position: -60px 0; }

.sub .social {
  top: 80px; }

.addthis_toolbox {
  float: right;
  margin-bottom: 17px;
  position: relative;
  min-width: 104px; }

.discover-more {
  padding-top: 3em;
  font-size: 12px; }
  .discover-more h3 {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    color: #D0213D;
    border-bottom: 2px solid #2D2D2D;
    padding-bottom: 4px; }
  .discover-more ul {
    margin: 0;
    padding: 0; }
  .discover-more li {
    width: 285px;
    float: left;
    border-bottom: 1px dashed #c1c1c1;
    padding: 10px 0;
    list-style: none; }
    .discover-more li a {
      color: #9d9d9d;
      text-decoration: none;
      display: block;
      background: url(../img/bullet-arrows.png) no-repeat -20px 3px;
      padding-left: 16px;
      float: left; }
      .discover-more li a:hover {
        text-decoration: underline;
        color: #606060;
        background-position: 5px -7px; }
    .discover-more li span {
      font-size: 0.8em;
      margin-left: 7px;
      top: -1px;
      position: relative; }
    .discover-more li:nth-child(2n+1) {
      margin-right: 30px; }

.sidebar-blog {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  padding: 40px 0 20px; }

.hm-informational {
  width: 445px;
  float: left;
  background: #ebe9e1;
  padding: 15px 10px; }
  .hm-informational h3 {
    font-family: "Merriweather", serif;
    font-weight: 900;
    color: #353535;
    font-size: 13px;
    text-transform: uppercase; }
  .hm-informational p:first-child {
    margin: 0; }
  .hm-informational p {
    margin-bottom: 0;
    line-height: 1.3em; }
  .hm-informational img {
    float: left;
    margin-right: 10px; }
  .hm-informational.first {
    margin: 0 10px; }
  .hm-informational a {
    background: url(../img/sq-green-arrow.png) no-repeat 0 3px;
    display: inline-block;
    padding: 3px 0 3px 20px;
    margin-top: 1em; }

.intro, .intro-tag {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 .75em 0; }

.intro-tag {
  float: right;
  text-align: right; }

.sidebar-blog h3 {
  background: #8AA201;
  color: white;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 12px;
  padding: 5px 12px 2px;
  text-transform: uppercase; }
.sidebar-blog ul {
  border: 3px solid #8AA201;
  border-width: 3px 0;
  margin: 0 0 1.5em;
  padding: 0 0 1em 0;
  overflow: hidden; }
.sidebar-blog li {
  background: #fdfdfc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f4f0), color-stop(100%, #fdfdfc));
  background: -webkit-linear-gradient(top, #f5f4f0 0%, #fdfdfc 100%);
  background: -moz-linear-gradient(top, #f5f4f0 0%, #fdfdfc 100%);
  background: -ms-linear-gradient(top, #f5f4f0 0%, #fdfdfc 100%);
  background: -o-linear-gradient(top, #f5f4f0 0%, #fdfdfc 100%);
  background: linear-gradient(top, #f5f4f0 0%, #fdfdfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f0', endColorstr='#fdfdfc',GradientType=0 );
  list-style: none;
  padding: 5px;
  font-size: 11px;
  margin-bottom: 3px; }
  .sidebar-blog li img {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    border: 1px solid gray; }
  .sidebar-blog li p {
    margin: 0;
    line-height: 1.3;
    font-size: 1em;
    display: block;
    float: left;
    width: 145px; }
    .sidebar-blog li p a {
      display: block;
      margin: 0.8em 0;
      text-decoration: none;
      color: #8AA201; }
      .sidebar-blog li p a:hover {
        text-decoration: underline; }
  .sidebar-blog li h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.5em; }
    .sidebar-blog li h4 a {
      text-decoration: none; }
      .sidebar-blog li h4 a:hover {
        text-decoration: underline; }

.btn, a.btn-primary,
.btn-primary {
  display: inline-block;
  padding: 6px 20px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Merriweather", serif;
  letter-spacing: 0.05em; }

a.btn-primary,
.btn-primary {
  background: #6F8202;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8AA201), color-stop(100%, #6F8202));
  background: -webkit-linear-gradient(top, #8AA201 0%, #6F8202 100%);
  background: -moz-linear-gradient(top, #8AA201 0%, #6F8202 100%);
  background: -ms-linear-gradient(top, #8AA201 0%, #6F8202 100%);
  background: -o-linear-gradient(top, #8AA201 0%, #6F8202 100%);
  background: linear-gradient(top, #8AA201 0%, #6F8202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8AA201', endColorstr='#6F8202',GradientType=0 );
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white; }
  a.btn-primary:hover,
  .btn-primary:hover {
    background: #8AA201; }

#sidebar .menu {
  margin: 1em 0 0;
  padding: 0 0 10px 0;
  background: #f8f7eb; }
  #sidebar .menu li {
    list-style: none;
    padding: 0; }
    #sidebar .menu li.active a {
      color: #F08917; }
    #sidebar .menu li ul.sub-menu {
      padding-left: 15px;
      margin: 0px; }
      #sidebar .menu li ul.sub-menu li a {
        color: gray;
        padding: 6px 20px;
        font-size: 0.9em; }
      #sidebar .menu li ul.sub-menu li.active a {
        color: #F08917; }
  #sidebar .menu a {
    display: block;
    border-bottom: 1px solid white;
    padding: 10px 20px; }

.img {
  margin-top: 2em; }

p.img {
  margin-bottom: 0.75em; }

.caption {
  background: #e0ded2;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 3em;
  line-height: 1.3em; }

.callout {
  padding: 20px;
  margin: 00px 0 1em 0;
  color: white;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  line-height: 1.3333;
  font-size: 22px;
  background: #2D2D2D;
  letter-spacing: 0.05em; }
  .callout p {
    margin: 0;
    line-height: 1.4em; }
  .callout.right, .callout.left {
    margin-left: 30px;
    background: #8AA201;
    width: 260px; }
  .callout.left {
    float: left; }
  .callout.right {
    float: right; }
  .callout.orange {
    background: #F08917; }
  .callout.green {
    background: #8AA201; }
  .callout p.quote {
    text-align: right;
    font-size: 15px;
    margin-top: 15px; }
  .callout .title {
    font-weight: normal; }
  .callout.centred {
    text-align: center; }

.pullquote {
  border-top: 1px solid #8AA201;
  border-bottom: 1px solid #8AA201;
  font-family: "Merriweather", serif;
  font-size: 16px;
  padding: 8px 20px 0px 40px;
  font-weight: normal;
  margin-top: 2em; }

.pullquote p:first-child:before {
  content: "“ ";
  font-size: 24px;
  font-weight: bold;
  color: #adadad;
  position: relative;
  top: 7px;
  left: -1em;
  margin-right: -1em; }

.pullquote p.source {
  font-style: oblique;
  text-align: right;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  margin-top: -1.2em; }

.footnotes h3 {
  font-family: "Merriweather", serif;
  color: #F08917;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  border-bottom: 2px solid #2D2D2D;
  padding-bottom: 6px;
  margin-top: 2em; }
.footnotes li {
  margin-bottom: 12px;
  font-size: 12px; }
  .footnotes li:target {
    background: #F6F5D6; }

a[href^="#cite"] {
  color: #F08917;
  font-weight: bold;
  font-size: 9px;
  vertical-align: super;
  line-height: 1em; }

.page-id-61 #main h2, .page-id-61 #main h4, .page-id-61 #main p {
  width: 450px;
  float: right; }
.page-id-61 #main h2 {
  margin-bottom: 0.5em; }
.page-id-61 #main h4 {
  font-weight: bold; }
.page-id-61 #main p.board {
  width: 150px;
  margin: 26px 30px 0 0;
  float: left;
  clear: right; }

.page-id-25 #main a {
  color: #8AA201; }

.page-id-17 h3.at-st {
  color: #8AA201;
  font-size: 26px; }

p.donate-fw {
  text-align: center; }

.lt-ie8 #nav-main li, .lt-ie8 ul.connect li, .lt-ie8 div.branding a.logo {
  float: left; }
.lt-ie8 a.btn-primary {
  width: 200px; }
.lt-ie8 .slider-msg p {
  letter-spacing: 0em; }

/* 
	*********************************

		BAZOOKA DONATIONS PAGE
		
	*********************************	
*/
.donate h3 {
  border-bottom: 2px solid #404040;
  display: block;
  color: #404040;
  padding-bottom: 4px;
  margin-bottom: 1em;
  font-weight: bold; }
.donate .caption {
  margin-bottom: 1.5em; }
  .donate .caption h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0.5em 0; }
.donate form {
  margin: 0 0 40px 40px;
  border-bottom: 2px solid #404040; }
  .donate form th, .donate form td {
    padding: 8px 0px; }
  .donate form th {
    text-align: left;
    width: 180px; }
  .donate form td {
    width: 410px; }
  .donate form input[type=text] {
    width: 225px;
    height: 11px;
    font-size: 11px;
    float: left; }
  .donate form h4 {
    border-top: 1px dashed #bfbfbf;
    padding-top: 20px;
    color: #404040;
    font-weight: bold;
    margin: 20px 0px 14px; }
  .donate form div#sort label {
    vertical-align: top; }
  .donate form div#sort label#what {
    margin-bottom: 80px; }
  .donate form div label:first-child {
    font-weight: bold;
    display: block;
    width: 180px;
    float: left;
    clear: right; }
  .donate form input[type=radio] {
    width: 16px;
    margin: 0 7px 12px 0;
    height: 16px; }
  .donate form div#amount {
    margin-bottom: 20px; }
    .donate form div#amount span {
      font-weight: bold;
      float: left;
      margin-right: 5px; }
    .donate form div#amount input#donate_amount {
      width: 80px; }
  .donate form div#frequency div {
    float: left; }
    .donate form div#frequency div.monthly {
      width: 320px; }
  .donate form div#frequency span {
    float: left;
    font-size: 11px;
    font-weight: bold;
    clear: left; }
  .donate form div.error, .donate form div.errorText {
    font-size: 10px;
    float: left;
    color: #D0213D;
    margin-left: 4px;
    padding: 2px 0px 0px 23px;
    height: 14px;
    background: url(../img/error.png) no-repeat 0 0px;
    font-style: italic; }
  .donate form span.reqStar {
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin-left: 3px; }
  .donate form select {
    float: left; }
  .donate form input#step1 {
    background: url("../img/sq-green-arrow.png") no-repeat scroll 0 3px #8AA201;
    border: 0 none;
    color: white;
    height: 24px;
    margin-left: 180px;
    padding-left: 17px;
    position: relative;
    top: 35px; }
.donate label {
  font-weight: normal; }

.lt-ie8 input#step1 {
  padding-right: 8px; }

table#customer-details, table#payment-details {
  margin-left: 40px;
  display: block; }
  table#customer-details th, table#payment-details th {
    text-align: left;
    width: 180px;
    font-weight: normal; }
  table#customer-details td, table#payment-details td {
    font-weight: bold; }

table#payment-details {
  border-bottom: 1px dashed #bfbfbf;
  margin: 0 0 20px 40px;
  padding-left: 0px; }
  table#payment-details tr:nth-child(2) th {
    padding-bottom: 20px; }

table#customer-details {
  margin-bottom: 20px;
  padding-bottom: 20px; }

a#secureframelink {
  display: block;
  background: url("https://www.zoefoundation.org.au/img/sq-green-arrow.png") no-repeat scroll 2px 4px #8AA201;
  width: 200px;
  font-size: 13px;
  padding: 3px 0px 3px 17px;
  color: #ffffff;
  margin: 0 auto; }

/* 
	*********************************

		BAZOOKA PERSONAL APPLICATION
		
	*********************************	
*/
.apply-personal form#stm-application {
  margin-left: 0px; }
  .apply-personal form#stm-application div {
    margin: 10px 0px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 8px; }
    .apply-personal form#stm-application div input#apply_age {
      width: 50px; }
    .apply-personal form#stm-application div .toggle label {
      clear: both;
      display: block; }
  .apply-personal form#stm-application .myAddress {
    margin-bottom: 0px; }
    .apply-personal form#stm-application .myAddress div {
      border: none;
      margin-top: 0px; }
  .apply-personal form#stm-application .labelfix label:first-child {
    text-align: left;
    margin: 0px 0px 10px;
    width: 100%; }
  .apply-personal form#stm-application .labelfix label {
    float: left;
    clear: left;
    display: block;
    width: 170px;
    text-align: right;
    padding-right: 10px;
    margin-top: 5px; }
  .apply-personal form#stm-application .labelfix input, .apply-personal form#stm-application .labelfix select {
    margin-top: 5px; }
  .apply-personal form#stm-application .labelfix .postcode {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .apply-personal form#stm-application .toggle {
    border-bottom: none; }
.apply-personal fieldset ul {
  padding-left: 0px;
  list-style-type: none; }
  .apply-personal fieldset ul li {
    clear: both;
    float: left;
    margin-bottom: 15px; }
.apply-personal fieldset.background label:first-child {
  display: block;
  margin: 7px 0;
  width: 100%; }
.apply-personal fieldset.personal label:first-child, .apply-personal fieldset.experience label:first-child {
  margin: 7px 0;
  float: none;
  width: 100%;
  font-weight: normal; }
.apply-personal fieldset.personal div#response, .apply-personal fieldset.experience div#response {
  border-top: 1px dotted rgba(0, 0, 0, 0.1); }
  .apply-personal fieldset.personal div#response label:first-child, .apply-personal fieldset.experience div#response label:first-child {
    margin-top: 10px;
    display: block; }
  .apply-personal fieldset.personal div#response label, .apply-personal fieldset.experience div#response label {
    display: inline; }
.apply-personal fieldset.experience label:first-child {
  margin: 0px 0 7px; }
.apply-personal fieldset.experience select, .apply-personal fieldset.experience textarea {
  margin-bottom: 10px; }
.apply-personal fieldset.references li {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px; }
  .apply-personal fieldset.references li label {
    float: left;
    width: 80px;
    font-weight: normal;
    clear: left;
    margin: 0px 5px 5px 0; }
  .apply-personal fieldset.references li input, .apply-personal fieldset.references li select {
    margin-bottom: 5px; }
.apply-personal fieldset.applicant li.signoff label {
  float: left;
  margin-right: 5px;
  width: 120px;
  font-weight: bold; }
.apply-personal fieldset.applicant li.signoff a {
  margin-left: 5px; }
.apply-personal ul.doclist {
  margin-left: 2em;
  list-style-type: disc;
  font-weight: bold; }
.apply-personal .gender label:first-child {
  margin-bottom: 40px; }
.apply-personal .marital label:first-child {
  margin-bottom: 135px; }
.apply-personal textarea {
  height: 150px;
  width: 500px; }
.apply-personal h3 {
  border-bottom: 2px solid #2D2D2D;
  color: #D0213D;
  font-family: "Merriweather",serif;
  font-size: 13px;
  font-weight: 900;
  padding-bottom: 4px;
  text-transform: uppercase; }
.apply-personal li.dob select {
  margin-right: 5px; }
.apply-personal div#language select#apply_secondLanguageCount, .apply-personal div#language select#apply_previousMissionTripCount, .apply-personal div#missions select#apply_secondLanguageCount, .apply-personal div#missions select#apply_previousMissionTripCount {
  margin-bottom: 20px; }
.apply-personal div#language div.toggle, .apply-personal div#missions div.toggle {
  clear: both;
  border-top: 1px dotted rgba(0, 0, 0, 0.1); }
  .apply-personal div#language div.toggle label, .apply-personal div#missions div.toggle label {
    float: left;
    width: auto;
    display: block;
    margin: 0px 8px 8px 0; }
  .apply-personal div#language div.toggle p, .apply-personal div#missions div.toggle p {
    float: left;
    font-weight: bold;
    margin: 5px 0px;
    clear: left; }

/* 
	*********************************

		FOOTER
		
	*********************************	
*/
.contentinfo-inner {
  border-top: 3px solid #2D2D2D;
  background: #2D2D2D;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #2D2D2D));
  background: -webkit-linear-gradient(top, #474747 0%, #2D2D2D 100%);
  background: -moz-linear-gradient(top, #474747 0%, #2D2D2D 100%);
  background: -ms-linear-gradient(top, #474747 0%, #2D2D2D 100%);
  background: -o-linear-gradient(top, #474747 0%, #2D2D2D 100%);
  background: linear-gradient(top, #474747 0%, #2D2D2D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#2D2D2D',GradientType=0 );
  padding: 20px 30px; }
  .contentinfo-inner h3 {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    color: #F6F5D6; }
  .contentinfo-inner ul {
    margin: 0;
    padding: 0; }
  .contentinfo-inner li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 20px 70px 10px;
    width: 300px;
    vertical-align: middle; }
    .contentinfo-inner li a, .contentinfo-inner li span {
      background: url(../img/footer-sprite.png) no-repeat;
      color: white;
      font-size: 14px;
      padding: 6px 0 6px 55px;
      display: block; }
      .contentinfo-inner li a:hover, .contentinfo-inner li span:hover {
        color: #F08917; }
    .contentinfo-inner li.c-email a {
      background-position: -130px 0; }
    .contentinfo-inner li.c-fbook a {
      background-position: -28px -99px; }
    .contentinfo-inner li.c-pobox span {
      background-position: -70px -40px; }
      .contentinfo-inner li.c-pobox span:hover {
        color: white; }
    .contentinfo-inner li.c-youtube a {
      background-position: 10px -139px; }

.disclaimer {
  background: #858585;
  color: white;
  text-align: center;
  font-size: 11px;
  padding: 10px;
  font-weight: normal;
  margin-top: 5px; }
  .disclaimer p {
    margin: 0; }

.copyright {
  text-align: center;
  font-size: 10px;
  margin: 10px 0;
  color: #2D2D2D;
  font-weight: bold; }

/* 2015 Update */
table.p-table {
  line-height: 1;
  border-collapse: separate;
  border-spacing: 1px; }

table.p-table td.p-title {
  background-color: #e0ded2;
  width: 115px;
  text-align: right; }

table.p-table td.p-describe p {
  margin: 0px; }

.page-template-page-projects .sub #main {
  padding-right: 20px;
  width: 660px; }

.slider-msg .red {
  color: #d0213d; }

.slider-msg .orange {
  color: #f08917; }

.slider-msg .green {
  color: #8aa201; }

.third .slider-msg {
  top: 30px;
  margin-left: 485px;
  width: 400px; }

.first .slider-msg, .second .slider-msg, .fourth .slider-msg, .fifth .slider-msg, .sixth .slider-msg {
  top: 30px;
  margin-left: 65px;
  width: 800px; }

.first .slider-msg a {
  background: rgba(208, 33, 61, 0.8) url("../img/arrow-white.png") no-repeat scroll 113px 10px;
  margin-top: -40px;
  padding: 8px 20px 8px 10px;
  float: right; }

.first .slider-msg p {
  font-weight: bold;
  text-shadow: 2px 3px 6px #000;
  line-height: 1; }

.first .slider-msg p.one {
  font-size: 30px; }

.first .slider-msg p.two {
  font-size: 50px;
  margin-top: -6px; }

.first .slider-msg p.three {
  font-size: 81px;
  margin-top: -19px;
  position: relative; }

.first .slider-msg p.four {
  font-size: 53px;
  margin-top: -3px; }

.first .slider-msg p.five {
  font-size: 59px;
  margin-top: -10px; }

.second .slider-msg a {
  background: rgba(208, 33, 61, 0.8) url("../img/arrow-white.png") no-repeat scroll 113px 10px;
  margin-top: -2px;
  padding: 8px 20px 8px 10px;
  float: right; }

.second .slider-msg p {
  font-weight: bold;
  text-shadow: 2px 3px 6px #000;
  line-height: 1; }

.second .slider-msg p.one {
  font-size: 45px;
  margin-left: 3px;
  position: relative; }

.second .slider-msg p.two {
  font-size: 97px;
  margin-top: -30px; }

.second .slider-msg p.three {
  font-size: 46px;
  margin-top: -17px;
  position: relative; }

.second .slider-msg p.four {
  font-size: 89px;
  margin-top: -23px; }

.third .slider-msg a {
  background: rgba(138, 162, 1, 0.8) url("../img/arrow-white.png") no-repeat scroll 113px 10px;
  margin-top: -40px;
  padding: 8px 20px 8px 10px;
  float: right; }

.third .slider-msg p {
  font-weight: bold;
  text-shadow: 2px 3px 6px #000;
  line-height: 1; }

.third .slider-msg p.one {
  font-size: 36px;
  position: relative; }

.third .slider-msg p.two {
  font-size: 81px;
  margin-top: -24px; }

.third .slider-msg p.three {
  font-size: 45px;
  margin-top: -14px;
  position: relative;
  z-index: 100; }

.third .slider-msg p.four {
  font-size: 69px;
  margin-top: -10px; }

.third .slider-msg p.five {
  font-size: 50px;
  margin-top: -10px; }

.fourth .slider-msg a {
  background: rgba(240, 137, 23, 0.8) url("../img/arrow-white.png") no-repeat scroll 113px 10px;
  margin-top: -35px;
  padding: 8px 20px 8px 10px;
  float: right; }

.fourth .slider-msg p {
  font-weight: bold;
  text-shadow: 2px 3px 6px #000;
  line-height: 1; }

.fourth .slider-msg p.one {
  font-size: 36px;
  position: relative;
  z-index: 100; }

.fourth .slider-msg p.two {
  font-size: 80px;
  margin-top: -17px; }

.fourth .slider-msg p.three {
  font-size: 68px;
  margin-top: -22px; }

.fourth .slider-msg p.four {
  font-size: 47px;
  margin-top: -14px; }

.fourth .slider-msg p.five {
  font-size: 52px;
  margin-top: -10px; }

.fifth .slider-msg a {
  background: rgba(208, 33, 61, 0.8) url("../img/arrow-white.png") no-repeat scroll 113px 10px;
  margin-top: -40px;
  padding: 8px 20px 8px 10px;
  float: right; }

.fifth .slider-msg p {
  font-weight: bold;
  text-shadow: 2px 3px 6px #000;
  line-height: 1; }

.fifth .slider-msg p.one {
  font-size: 50px; }

.fifth .slider-msg p.two {
  font-size: 76px;
  margin-top: -12px; }

.fifth .slider-msg p.three {
  font-size: 68px;
  margin-top: -10px; }

.fifth .slider-msg p.four {
  font-size: 30px;
  margin-top: -3px;
  margin-left: 90px; }

.sixth .slider-msg a {
  background: rgba(240, 137, 23, 0.8) url("../img/arrow-white.png") no-repeat scroll 113px 10px;
  padding: 8px 20px 8px 10px;
  float: right;
  display: none; }

.sixth .slider-msg p {
  font-weight: bold;
  text-shadow: 2px 3px 6px #000;
  line-height: 1; }

.sixth .slider-msg p.one {
  font-size: 40px;
  position: relative;
  z-index: 100;
  margin-top: 35px; }

.sixth .slider-msg p.two {
  font-size: 92px;
  margin-top: -26px; }

.sixth .slider-msg p.three {
  font-size: 59px;
  margin-top: -11px; }

a.project-more {
  display: inline-block;
  padding: 5px 0px 5px 217px;
  background: #e4e0c1;
  color: #f08917;
  clear: both;
  position: relative;
  margin-top: 5px;
  width: 414px; }

.camp-form fieldset legend {
  font-size: 18px; }
.camp-form dt {
  font-weight: 600;
  float: left;
  width: 40%;
  text-align: right;
  padding: 5px;
  padding-right: 10px;
  clear: both;
  margin-bottom: 5px;
  line-height: 1.6em; }
.camp-form dd {
  float: left;
  width: 50%;
  text-align: left;
  line-height: 1.6em;
  margin-left: 10px; }
  .camp-form dd input, .camp-form dd select {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    width: 100%; }
  .camp-form dd select {
    margin-top: 10px; }
.camp-form .participant {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px; }
.camp-form .error {
  color: red;
  border: 1px solid red;
  padding: 5px;
  display: block;
  margin-bottom: 5px;
  width: 100%; }
.camp-form .success {
  color: rgba(138, 162, 1, 0.8);
  border: 1px solid rgba(138, 162, 1, 0.8);
  padding: 5px;
  display: block;
  margin-bottom: 5px;
  width: 100%; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
