@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,600i,700,700i);

/* 
Description: Custom 2018 digital annual report developed for CISA
Author: Tim Derouin, Sirius Design
Author URI: https://www.siriusdesign.net
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2550e2");

  
@font-face {font-family: 'LegacySansITCStd-Bold';src: url('webfonts/2550E2_0_0.eot');src: url('webfonts/2550E2_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2550E2_0_0.woff') format('woff'),url('webfonts/2550E2_0_0.ttf') format('truetype');}


img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.collapsible {
    background-color: rgba(0,0,0,.2);
    color: #ffea6b;
  cursor: pointer;
  padding: 10px 10px 8px 10px;
	margin: 0;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
	-o-transition: background-color 0.3s linear, color 0.3s linear;
	-moz-transition: background-color 0.3s linear, color 0.3s linear;
	-webkit-transition: background-color 0.3s linear, color 0.3s linear;
	-ms-transition: background-color 0.3s linear, color 0.3s linear;
	transition: background-color 0.3s linear, color 0.3s linear;
}
.black {
	color: #000000 !important;
}

.active {
    border-bottom: 4px solid #F1CB38;
	background-color: rgba(0,0,0,.1);
	font-size: 20px !important;
	margin-bottom: -4px;
}
.w-nav .active {
	background-color: rgba(59, 89, 41,1);
}
.di-nav .active {
	background-color: rgba(175, 187, 51,1);
	color: rgba(59, 89, 41,1) !important;
}
.fbs-nav .active {
	background-color: rgba(89, 48, 24,1);
}
.cc-nav .active, .cc-nav2 .active {
	background-color: rgba(56,13,65,1);
}
.fl-nav .active {
	background-color: rgba(32, 48, 103,1);
}
.hun-nav .active {
	background-color: rgba(118, 105, 26,1);
}
.org-nav .active {
	background-color: rgba(109, 16, 58,1);
}
.fin-nav .active {
	background-color: #205a62;
}
a.anchorpadding {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
a.anchorpadding-less {
    display: block;
    position: relative;
    top: -30px;
    visibility: hidden;
}
a.anchorpadding-welcome {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.paragraph-margin{
	margin-bottom: 20px;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	border: solid 2px rgba(0,0,0,.4);
	margin-bottom: 50px;
}
h4.collapsible-top, p.collapsible-top {
	margin-top: 6px !important;
}

.fa-3x {
    font-size: 3em;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.img-shadow img{
    -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
}
.invisible{
	color: rgba(255,255,255,0) !important;
	-webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
body {
    overflow-x: hidden;
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  background-color: #53702C;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
	font-weight:100;
}
blockquote {
font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
/* MyFonts Webfont Build ID 2445538, 2013-01-09T16:09:58-0500 */

html {
    line-height: 1
}
.center, .center p, .center h1, .center h2, .center h3, .center h4{
	text-align:center !important;
}

ul.bullets{
	list-style: square;
	margin: 0 40px;
	font-size:12px;
	line-height: 16px;
	color: rgba(255,255,255,.75);
}
.bullets li{
	margin: 0 0 10px 0;
}

ol,
ul {
    list-style: none
}


table {
    border-collapse: collapse;
    border-spacing: 0
}
hr{
    border-top: 1px solid;
    margin: 1.2em 0;
    padding: 0;
    border-style: ridge;
    border-color: rgba(255,255,255,.3);
	clear: both;
}
hr.clear-rule {
    border-color: rgba(255,255,255,0) !important;
}
.no-padding{
	padding: 0 !important;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


body {
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    font-weight: 600
}

strong, b {
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    font-size: 118%;
    font-weight: 600;
    letter-spacing: 0;    
	color: #ffffff;
}
.reflecting-title{
	font-size: 18px;
}

.rotate {
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
	transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

h3.subhead-sideways{
     text-transform: uppercase !important;
    letter-spacing: .1em;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    font-size: 20px;
    margin: 80px 0 10px 0;
    padding: 0;
}
h3.subhead-sideways-two-lines{
     text-transform: uppercase !important;
    letter-spacing: .1em;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    font-size: 20px;
    margin: 80px 0 60px 0;
    padding: 0;
}


    
p {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.text-max-width{
	max-width: 800px;
    display: block;
	margin: 0 auto;
}
.text-max-width-quote{
	max-width: 900px;
    display: block;
	margin: 10px auto 24px auto;
}


body {
    position: absolute;
    width: 100%;
    height: 100%
}


.wrapper {
    position: absolute;
    top: 100%;
	width:100%;
}

.scene, .scene-side-title {
    position: relative;
    padding: 50px 0;
}
.scene-organization {
    position: relative;
    padding: 30px 0;
}

.scene-financial {
    position: relative;
    padding: 20px 0;
	    color: #ffffff;
}

.scene article {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	
}

.scen-organization article:after {
    content: " ";
    display: block;
    clear: both
}

.scene-organization article {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.scene article:after {
    content: " ";
    display: block;
    clear: both
}

.scene-side-title article {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.scene-side-title article:after {
    content: " ";
    display: block;
    clear: both
}
.sub-scenes-first{
	left: 0;
}
.sub-scenes-first-two-lines{
	left: -124px;
}
.sub-scenes{
	left: -150px;
    display: grid !important;
    position: initial !important;
}

@media (min-width: 960px) {
    .scene article {
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
    .scene article:after {
        content: " ";
        display: block;
        clear: both
    }
	
	.scene-organization article {
       max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    }
    .scene-organization article:after {
        content: " ";
        display: block;
        clear: both
    }
		.scene-side-title article {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    display: grid;
}
.scene-side-title article:after {
        content: " ";
        display: block;
        clear: both
    }

}
@media (min-width: 1260px) {
    .scene, .scene-side-title, .scene-organization {
        padding: 80px 0 120px 0;
    }
	.scene article {
       max-width: 70em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: grid;
    }
	
	.scene-organization article {
       max-width: 70em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    }
}

#page .cb-slideshow,
#page .cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#page .intro-title {
    position: absolute;
    bottom: 40px;
	right:40px;
    width: 100%;
    text-align: right;
}

#page .cb-slideshow {
    background-color: #000000;
}


#page .cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s
}

#page .cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 150px;
    left: 0;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 24s linear infinite 0s
}

#page .cb-slideshow li div h1 {
    font-size: 50px;
    font-weight: 700;
    padding: 0 40px 20px;
    color: #ffffff
}

#page .cb-slideshow li div h3 {
    font-size: 90px;
    font-weight: 700;
    padding: 20px 40px 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff
}

#page .cb-slideshow li div h2 {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff
}

#page .cb-slideshow li div h2 img {
    margin-top: -35px
}

#page .cb-slideshow li:nth-child(1) h1 {
    background-color: rgba(0, 58, 112, 0.7)
}

#page .cb-slideshow li:nth-child(1) span {
    background-image: url(images/1.jpg);
}

#page .cb-slideshow-mobile li:nth-child(1) span {
    background-image: url(images/1-mobile.jpg) !important;
}

#page .cb-slideshow li:nth-child(2) h1 {
    background-color: rgba(216, 121, 0, 0.7)
}

#page .cb-slideshow li:nth-child(2) span {
    background-image: url(images/2.jpg);
    animation-delay: 4s
}

#page .cb-slideshow-mobile li:nth-child(2) span {
    background-image: url(images/2-mobile.jpg) !important;
    animation-delay: 4s
}

#page .cb-slideshow li:nth-child(2) div {
    animation-delay: 4s
}

#page .cb-slideshow li:nth-child(3) h1 {
    background-color: rgba(174, 162, 26, 0.7)
}

#page .cb-slideshow li:nth-child(3) span {
    background-image: url(images/3.jpg);
    animation-delay: 8s
}

#page .cb-slideshow-mobile li:nth-child(3) span {
    background-image: url(images/3-mobile.jpg) !important;
    animation-delay: 8s
}

#page .cb-slideshow li:nth-child(3) div {
    animation-delay: 8s
}

#page .cb-slideshow li:nth-child(4) h1 {
    background-color: rgba(174, 162, 26, 0.7)
}

#page .cb-slideshow li:nth-child(4) span {
    background-image: url(images/4.jpg);
    animation-delay: 12s
}

#page .cb-slideshow-mobile li:nth-child(4) span {
    background-image: url(images/4-mobile.jpg) !important;
    animation-delay: 12s
}

#page .cb-slideshow li:nth-child(4) div {
    animation-delay: 12s
}

#page .cb-slideshow li:nth-child(5) h1 {
    background-color: rgba(174, 162, 26, 0.7)
}

#page .cb-slideshow li:nth-child(5) span {
    background-image: url(images/5.jpg);
    animation-delay: 16s
}

#page .cb-slideshow-mobile li:nth-child(5) span {
    background-image: url(images/5-mobile.jpg) !important;
    animation-delay: 16s
}

#page .cb-slideshow li:nth-child(5) div {
    animation-delay: 16s
}


@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@media screen and (max-width: 1140px) {
    #page .cb-slideshow li div h3 {
        font-size: 80px
    }
    #page .cb-slideshow li div h1 {
        font-size: 40px
    }
}

@media screen and (max-width: 600px) {
    #page .cb-slideshow li div {
        bottom: 70px
    }
    #page .cb-slideshow li div h3 {
        font-size: 50px
    }
    #page .cb-slideshow li div h1 {
        font-size: 30px
    }
    #page .cb-slideshow li div img {
        width: 80px
    }
}

#page .no-cssanimations .cb-slideshow li span {
    opacity: 1
}

.map-lightbox {
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

#nav {
background: #AFBB33; /* Old browsers */
background: -moz-linear-gradient(top, #AFBB33 0%, #4D7124 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #AFBB33 0%,#4D7124 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #AFBB33 0%,#4D7124 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AFBB33', endColorstr='#4D7124',GradientType=0 ); /* IE6-9 */
    width: 100%;
    z-index: 9997;
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
	font-style:normal;
}

#nav a{
	font-style:normal;
}

#nav:before,
#nav:after {
    content: '';
    display: table
}

#nav:after {
    clear: both
}

#nav .navbar {
    margin-left: auto;
    margin-right: auto;
	display: none;
}

#nav .navbar:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 0) and (max-width: 650px) {
    #nav .navbar .brand {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.66667%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%
    }
}

@media (max-width: 650px) {
    #nav .navbar .brand a {
        font-size: 1em
    }
    #nav .navbar .brand a span {
        display: none
    }
}

#nav .navbar ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 97%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%
}

@media (min-width: 0) and (max-width: 650px) {
    #nav .navbar ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.33333%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%
    }
}

#nav .navbar ul li {
    float: left
}

#nav .navbar ul li.right {
    float: right
}

#nav .navbar ul li a {
	color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 2px;
}

#nav .navbar ul li a.donate {
    background-color: #F1CB38;
	color: #4D7124;
	border-bottom: 4px solid #F1CB38;
}

#financials{
	    background-color: #cee3e6;
	text-align: center;
	color: #000000;
}



.faded{
	color:rgba(255,255,255,.3) !important;
}
.yellow{
	color:#ffea6b !important;
}
.d-yellow{
	color: rgba(255, 189, 48, 1) !important;
}
.brown-text{
	color: rgba(89,48,24,1) !important;
}
h2.brown-heading {
	color: rgba(89,48,24,1) !important;
}

.white-shadow{
	text-shadow: 3px 3px 7px rgba(255, 255, 255, 1);
}

.black-shadow{
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5) !important;
}

#financials article {
    position: relative
}


footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#889938+1,455a26+100 */
	background: #889938; /* Old browsers */
	background: -moz-linear-gradient(top,  #889938 1%, #455a26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #889938 1%,#455a26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #889938 1%,#455a26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#889938', endColorstr='#455a26',GradientType=0 ); /* IE6-9 */
    padding: 30px 0
}

footer:after {
    content: " ";
    display: block;
    clear: both
}

.cisa-footer{
	text-align:center;
}
.cisa-footer img{
	max-width:345px;
	width:100%;
	height:auto;
}

a:link,
a:visited,
a:active { 
	color: #004674;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
	text-decoration:none;
	font-style: italic;
}
a:hover {
	text-decoration:underline;
	color: #4c721d;
	margin-bottom: 0;
	padding-top: 4px;
}
a.disable {
  pointer-events: none;
  cursor: default;
}

.dark-bgrnd a:link,
.dark-bgrnd a:visited,
.dark-bgrnd a:active { 
	color: #ffea6b !important;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
.dark-bgrnd a:hover {
	text-decoration:underline;
	color: #AFBB33 !important;
}

.org-bgrnd a:link,
.org-bgrnd a:visited,
.org-bgrnd a:active { 
	color: rgba(255, 189, 48, 1) !important;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
.org-bgrnd a:hover {
	text-decoration:underline;
	color: #AFBB33 !important;
}

#financials p a:link,
#financials p a:visited,
#financials p a:active { 
	color: #4b721d;
	font-style: normal;
}
#financials p a:hover {
	text-decoration:underline;
	color: #8A6800;
}



#financials a:link,
#financials a:visited,
#financials a:active { 
	color: #4b721d;
	text-decoration:none;
	font-style: normal;
	font-weight:600;
}
#financials a:hover {
	text-decoration:underline;
	color: #205a62;
	margin-bottom: 0;
	padding-top: 4px;
}
.cisa-footer a:link,
.cisa-footer a:visited,
.cisa-footer a:active { 
	color: #FFEA6C;
	text-decoration:none;
	font-style: normal;
	font-weight:600;
}
.cisa-footer a:hover {
	text-decoration:underline;
	color: #ffffff;
	margin-bottom: 0;
	padding-top: 4px;
}
.cisa-footer p{
	color:#ffffff;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
}

h4 {
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
}

h4.financials-subhead {
    padding: 10px 0 30px 0;
    font-size: 26px;
    line-height: 32px;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

.zz-top{
	z-index:9996;
}
.zz-mid{
	z-index:9990;
}


p:first-child {
  margin-top: 0;
}

/* Custom entrance animation */

.fancybox-slide--complete .modal-container {
    -webkit-animation: slide-down .216s;
    animation: slide-down .216s;
}

@-webkit-keyframes slide-down{
  0% {
    margin-top: -3em;
    opacity: 0;
  }
  100%{
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes slide-down{
  0% {
    margin-top: -3em;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.max-width-near-img{
	max-width: 740px;
    left: 0;
margin-left: 0 !important;
}
/* Mobile Layout: 570px and below. */
.columns{
	columns: 1 auto;
	margin-top: 1rem;
}
.columns li{
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 8px 0;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.columns p, p{
    margin-bottom: 1rem;
    padding-right: 10px;
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
    break-inside: auto;
    font-size: 16px;
    line-height: 26px;
    display: block;
    text-align: left;
}
img.alignright, img.alignright-larger {display: block; margin: 0 auto 30px 10px; width:30%; height:auto; max-width: 400px;     float: right;}
img.alignrightlrg {display: block; margin: 0 auto 30px auto; width:30%; height:auto; max-width: 400px;     float: right;}
img.alignleft {display: block; margin: 0 auto 30px auto; width:30%; height:auto; max-width: 400px;     float: left;}
img.aligncenter {display: block; margin: 0 auto 30px auto; width:30%; height:auto; max-width: 400px;}
img.aligncenter100 {display: block; margin:20px auto 0 auto; width:100%; height:auto;}
	img.alignrighttline {float:right; margin:0 0 20px 20px; width:40%; max-width: 50%; height:auto;}
img.alignlefttline {float:left; margin:0 20px 20px 0; width:40%; max-width: 50%; height:auto;}
.sample-subhead {
    font-size: 22px;
}
.alignright, .alignleft, .alignrightlrg {    
	display: block;
    margin: 20px 0 0 0;
    width: 100%;
    height: auto;
    max-width: 500px;
    float: none;
}
.aligncenter {display: block; margin: 0 auto 30px auto; width:50%; height:auto; max-width: 400px;}
.aligncenter100 {display: block; margin:20px auto 0 auto; width:100%; height:auto;}
.alignrighttline {float:right; margin:0 0 20px 20px; width:40%; max-width: 50%; height:auto;}
.alignlefttline {float:left; margin:0 20px 20px 0; width:40%; max-width: 50%; height:auto;}
p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
.quote-callout{
	font-style: normal; font-size: 114%;
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    letter-spacing: 0;    
	color: rgba(255,255,255,1);
}
.board-p p {
    font-size: 13px;
        line-height: 16px;
    padding: 4px 0 0 0;
    text-align: center;
    margin: 0 0 10px 0;
	color: rgba(255,255,255,.9);
}
.intro-title img{
	width: 50%;
	height: auto;
	min-width: 200px;
}

h2.heading-white {
    line-height: 40px;
    padding: 10px 0;
	font-size: 40px;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    color: rgba(255,255,255,1);
    text-align: center;
    display: block;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	    letter-spacing: 0;
}
h2.heading-financials {
    line-height: 40px;
    padding: 10px 0;
    font-size: 40px;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    color: #205a62;
    text-align: center;
    display: block;
    letter-spacing: 0;
	margin-bottom: 20px;
}
h2.heading-image-scene {
    line-height: 30px;
    padding: 10px 0 6px 0;
    font-size: 30px;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    text-align: left;
	    letter-spacing: 0;
	text-shadow: none;
}
.green{
	color: #4c7436;
}
h3.heading-white {
    line-height: 30px;
    padding: 10px 0;
    font-size: 26px;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    color: rgba(255,255,255,1);
    text-align: left;
    display: block;
	    letter-spacing: 0;
}
h4.heading-white {
    line-height: 26px;
    padding: 10px 0;
    font-size: 22px;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    color: #AFBB33;
    text-align: left;
}
.subtitle {
	font-size: 16px;
    font-style: italic;
    margin: 0 0 20px 0;
    line-height: 24px;
    color:#ffffff;
	text-align: center;
}
.main-p p{
    color: rgba(255,255,255,.75);
    font-size: 12px;
    margin: 0 auto;
    line-height: 18px;
    text-align: left;
}

#financials h5 {
    font-size: 20px;
    margin: 20px 0 -10px 0;
}
#financials p {
	font-weight:400;
}
.quote-light{
	color: rgba(255,255,255,.6);
}
.quote-white{
	color: rgba(255,255,255,1);
}

.quote {
	font-size: 20px;
    line-height: 30px;
}
.quote {
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    display: block;
    padding: 0;
}
.quotee, p.quotee{
	color:rgba(255,255,255,1) !important;
	    text-align: right;
	margin:0;
	display: block;
	line-height: 18px;
    padding: 10px 0 0 0;
	font-size:80%;
	font-style: normal;
}

.top-space{
	padding:10px 0 0 0 !important;
}
.bottom-space{
	padding-bottom:50px !important;
}

.hide-desktop {
display: block;
}
.hide-mobile {
display: none;
}
iframe {
    width:100%;
    height:200px;
	margin: 0 auto;
}

#organization {
    position: relative;
	background:#134850;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
}

.financial-callout {
background: #134850; /* Old browsers */
background: -moz-linear-gradient(top, #134850 0%, #205a62 50%, #134850 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #134850 0%,#205a62 50%,#134850 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #134850 0%,#205a62 50%,#134850 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134850', endColorstr='#134850',GradientType=0 ); /* IE6-9 */
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.org-quote{
background-color: rgba(109, 16, 58,.85);
	    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.credit-below-image{
	    font-size: 10px;
	color: rgba(255,255,255,.4);
padding: 6px 0 20px 0;
    display: block;
	text-align:right;
}
.credit-below-image-left {
    text-align: left !important;
}

.lead-sponsor{
	    max-width: 300px;
        display: block;
    margin: 0 auto 30px auto;
}
.caption-image{
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
	    font-size: 14px;
		line-height: 16px;
}
.btm-border{
	border-bottom:6px solid #F1CB38;
}

#org-intro {
    position: relative;
	background:url(images/bground-org-intro-21.jpg);
	background-size: cover;
    background-position: 50% 50%;
	display: inline-block;
	width: 100%;
    min-height: 450px;
}

.heading-financials{
	padding:30px 0 0 0 !important;
}

.glance-left{
	display:inline-block;
	width:100%;
	padding:0 5% 0 5%;
	clear:none;
	    vertical-align: top;
}
.glance-right{
	display:inline-block;
	width:100%;
	padding:40px 5% 0 5%;
	clear:none;
	    vertical-align: top;
}

.max-width-1200{
	max-width: 1200px;
	width:98%;
    margin: 0 auto;
	padding: 0 1%;
    display: block;
}
.quote-image img{
	max-width:200px;
	height:auto;
}
.business-partner-logos img{
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    padding: 14px 30px;
}
img.bp-logo-wider {
    width: 400px;
}
.pie-container {
    width: 100%;
    float: left;
	display:inline-block;
	top:0;
}
.caption{
	font-size: 12px;
    padding: 0 20px 10px 0;
    display: block;
	line-height: 16px;
}
h3.subhead-caps {
	text-transform:uppercase !important;
	letter-spacing:.1em;
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    font-size: 16px;
    margin: 20px 0 10px 0;
}
.hide-tablet {
display: none;
}
.highlights-block p, .highlights-block-celebrate p{
	color: rgba(255,255,255,.75);
}
.mobile-padding {
	padding:0 30px;
}
h2.timeline-heading{
	text-align: left; padding: 0 20px 0 30px;
}

.hide-tablet-desktop{
	display:block;
}
.subheading {
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    display: block;
	    color: rgba(255,255,255,1);
}
.alignboard{
	text-align: center !important;
}
.hide-break{
	display: none;
}
.hide-emdash{
	display: inline-block;
}
.highlights-block-direct {
    background-color: rgba(53, 27, 11, 0.9);
    left: 0;
    width: 100%;
    max-width: 700px;
    min-width: 200px;
	bottom:0;
	position: absolute;
}
.localfood-block-direct {
    background-color: rgba(44, 8, 52,.95);
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 570px;
    min-width: 200px;
	bottom:0;
}
.advocacy-block-direct{
    background-color: rgba(17, 31, 82,.9);
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 700px;
    min-width: 200px;
	bottom:0;
}.building-block-direct{
    background-color: rgba(66, 59, 6,.8);
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 700px;
    min-width: 200px;
	bottom:0;
}
	.highlights-block-padding {
		padding: 10px 26px;
	}
.highlights-block-no-padding {
		padding: 10px 0;
	}
.mobile-bottom-intro-fix{
	    margin-bottom: -2px;
	border-bottom: 2px solid #F1CB38;
}

hr.desktop-clear {
	clear:both;
}
	.hide-desktop-tablet{
		display: block;
	}
.hide-slideshow-desktop {
		display: block;
	}
.hide-slideshow-mobile {
		display: none;
	}
.right-callout {
    margin-right: 100px;
}

#farm-business {
    position: relative;
    background: url(images/bground-pandemic-response.jpg);
    background-size: cover;
    background-position: 100% 10%;
    height: 300px;
}
	#climate-change {
    position: relative;
	background:url(images/bground-hunger.jpg);
	background-size: cover;
    background-position: 100% 10%;
	display: inline-block;
    width: 100%;
    min-height: 500px;
}
	#farm-labor {
    position: relative;
	background:url(images/bground-farm-labor.jpg);
	background-size: cover;
    background-position: 100% 10%;
		display: inline-block;
    width: 100%;
    min-height: 500px;
}
	#hunger {
    position: relative;
	background:url(images/bground-hunger.jpg);
	background-size: cover;
    background-position: 100% 10%;
		display: inline-block;
    width: 100%;
    min-height: 500px;
}
#digging-in {
    position: relative;
	background:url(images/bground-celebrating-25-years.jpg);
	background-size: cover;
    background-position: 50% 50%;
}
#message, #welcome {
    background-size: cover;
    position: relative;
	background:url(images/bground-video-mobile.jpg) no-repeat scroll top center #244212;
}

#hunger-overall {
	background:url(images/bground-hunger-overall-tablet.jpg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-attachment: scroll;
	background-color: #76691B;
}
#organization {
	background-color: rgba(109, 16, 58,1);
}

#farm-business-overall {
	background:url(images/bground-farm-business-success-overall-tablet.jpg);
	background-repeat: no-repeat;
    background-size:  contain;
    background-position: center top;
    background-attachment: scroll;
	background-color: #351b0b;
}
#climate-change-overall {
	background:url(images/bground-climate-overall-tablet.jpg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-attachment: scroll;
	background-color: #2c0834;
}
	#farm-labor-overall {
	background:url(images/bground-farm-labor-overall-tablet.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
	background-color: #111f52;
}

img.letterpic {
	max-width: 80px;
	height: auto;
}
/* Tablet Layout: 571px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 571px) {
.columns{
	columns: 2 auto;
}
	ul.bullets {
    font-size: 14px;
    line-height: 18px;
	}
	img.letterpic {
	max-width: inherit;
	height: auto;
}
	#farm-business {
    position: relative;
    background: url(images/bground-pandemic-response.jpg);
    background-size: cover;
    background-position: 100% 10%;
    height: 400px;
}
	#organization {
	background:url(images/bground-org-tablet.jpg);
	background-repeat: no-repeat;
    background-size:  contain;
    background-position: center top;
    background-attachment: scroll;
	background-color: #56172C;
}
.scene, .scene-side-title, .scene-organization {
    position: relative;
    padding: 50px 0 100px 0;
}
	img.alignright, img.alignright-larger {display: block; margin: 0 0 20px 20px; width:40%; height:auto; max-width: 250px;}
	img.alignrightlrg {display: block; margin: 0 auto 30px auto; width:40%; height:auto; max-width: 400px;}
img.alignleft {display: block; margin: 0 auto 30px auto; width:40%; height:auto; max-width: 400px;}
img.aligncenter {display: block; margin: 0 auto 30px auto; width:40%; height:auto; max-width: 400px;}
img.aligncenter100 {display: block; margin:20px auto 0 auto; width:100%; height:auto;}
	img.alignrighttline {float:right; margin:0 0 20px 20px; width:40%; max-width: 50%; height:auto;}
img.alignlefttline {float:left; margin:0 20px 20px 0; width:40%; max-width: 50%; height:auto;}
.business-partner-logos img{
	width: auto;
    height: 100px;
	max-width:auto;
}
	.hide-desktop-tablet{
		display: none;
	}
	.text-max-width-quote{
	margin: 10px auto 50px auto;
}
	.collapsible {
  font-size: 22px;
	}
	hr.desktop-clear {
	clear:none;
}
	.subheading {
    font-size: 20px;
    line-height: 24px;
}
	.reflecting-title{
	font-size: 28px;
}
	.mobile-bottom-intro-fix{
	    margin-bottom:0;
		border-bottom: 0;
}
.scene-organization {
    padding: 60px 0
}
.sample-subhead {
    font-size: 28px;
}
	.alignright, .alignrightlrg {    
	display: block;
    margin: 0 0 0 30px;
    width: 50%;
    height: auto;
    max-width: 300px;
    float: right;
}
.alignleft {    
	display: block;
    margin: 0 30px 0 0;
    width: 50%;
    height: auto;
    max-width: 300px;
    float: left;
}

#org-intro {
    position: relative;
	background:url(images/bground-org-intro-21.jpg);
	background-size: cover;
    background-position: 50% 50%;
	display: inline-block;
	width: 100%;
}
.hide-tablet-desktop{
	display:none;
}
h2.timeline-heading{
	text-align: left; padding: 0 20px 0 0;
}

.caption-image{
	    font-size: 18px;
		line-height: 20px;
}

	.org-quote {
    width: 60%;
    margin: 0 auto;
    padding: 0 60px;
    min-width: 400px;
}
	.financial-callout {
    width: 60%;
    margin: 0 auto;
    padding: 0 20px;
    min-width: 400px;
}
	.financial-callout p{
color:#ffffff !important;
}
.mobile-padding {
	padding:0;
}
img.bp-logo-wider {
    max-width: auto;
}

.highlights-block {
	    background-color: none;
    left: 50px;
    position: absolute;
        padding: 0;
    width: 50%;
    max-width: 400px;
    min-width: 300px;
}
.highlights-block-celebrate {
		background-color: rgba(175, 187, 51,.9);
    left: 50px;
    position: relative;
    width: 50%;
    max-width: 700px;
    min-width: 300px;
	    margin: 20px 0 0 0;
	}
	.highlights-block-padding, .highlights-block-no-padding {
		padding: 10px 26px;
	}
	.highlights-block-direct {
		background-color: rgba(53, 27, 11, 0.8);
    left: 50px;
    position: relative;
width: 20%;
    max-width: 700px;
    min-width: 400px;
	}
	
.right-callout{
    position: initial;
    float: right;
	}
	blockquote {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}
	hr {
    margin: 1.2em 0;
	}
	.highlights-block-direct p{
	color: rgba(255,255,255,1);
	}
	
.localfood-block-direct {
	background-color: rgba(56, 13, 65,.85);
    left: 50px;
    position: relative;
    width: 30%;
    max-width: 600px;
    min-width: 400px;
	margin: 20px 0 0 0;
	}
.localfood-block-direct p{
	color: rgba(255,255,255,1);
	}
.building-block-direct {
    background-color: rgba(118, 105, 26,.85);
    left: 50px;
    position: relative;
    width: 30%;
    max-width: 600px;
    min-width: 400px;
	margin: 20px 0 0 0;
}
	.building-block-direct p{
	color: rgba(255,255,255,1);
	}
.advocacy-block-direct {
    background-color:rgba(17, 31, 82,.9);
    left: 50px;
    position: relative;
    width: 30%;
    max-width: 600px;
    min-width: 400px;
	margin: 20px 0 0 0;
}
.advocacy-block-direct p{
	color: rgba(255,255,255,1);
	}
strong {
	font-size:128%;
	letter-spacing:0;
}
h4 {
    font-size: 26px;
    line-height: 30px;
}
h4 {
font-size: 22px;
    line-height: 30px;
}

h4.heading-white {
    text-align: left;
}
h3.heading-white {
   text-align: left;
}
.glance-left{
	display:inline-block;
	    width: 100%;
    clear: none;
    vertical-align: top;
    text-align: center;
	padding:0;
}
.glance-right{
	display:inline-block;
	width:100%;
	    padding: 40px 0 0 0;
    clear: none;
    vertical-align: top;
    text-align: center;
}


	.grinspoon img{
    width: 60%;
}
	.intro-title img{
    width: 30%;
    min-width: 200px;
    height: auto;
    max-width: 350px;
}

h3.subhead-caps {
	text-transform:uppercase !important;
	letter-spacing:.1em;
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
	font-size:22px;
}

h2.heading-white {
    line-height: 70px;
    padding: 0;
    font-size: 60px;
}
h2.heading-image-scene {
    color: rgba(255,255,255,1);
    text-align: left;
	letter-spacing: 0;
    line-height: 40px;
    font-size: 32px;
    padding: 10px 0 0 0;
	margin:0;
}
.organization-intro-head h2 {
    bottom: 42px;
    position: absolute;
}
h3.heading-white {
    line-height: 34px;
    padding: 10px 0 0 0;
    font-size: 32px;
}
h4.heading-white {
line-height: 28px;
    padding: 4px 0;
    font-size: 22px;
}

.subtitle {
	font-size: 22px;
    line-height: 30px;
    padding: 0 0 10px 0;
	text-align: left;
}
.main-p p{
	color: rgba(255,255,255,.8);
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 0 0;
    text-align: left;
    margin: 0 auto 10px auto;
}

.board-p p{
	font-size: 16px;
    line-height: 18px;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
}

	p {
    font-size: 16px;
    line-height: 26px;
	margin: 1rem 0;
}
.quote{
    font-size: 18px;
    line-height: 28px;
    padding: 0;
	text-align:left;
}
.quotee{
    line-height: 24px;
    text-align: right;
    color: #ffffff;
    padding: 10px 0 30px 0;
    font-style: normal;
}


iframe {
    width:100%;
    height:400px;
	max-width:800px;
}

}

@media only screen and (min-width: 900px) {
.hide-slideshow-desktop {
		display: none;
	}
.hide-slideshow-mobile {
		display: block;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/* THIS NEEDS TO GO BACK TO 1200px BEFORE EDITS FOR TABLET AND MOBILE */
@media only screen and (min-width: 1000px) {
#org-intro, #farm-business, #climate-change, #farm-labor, #hunger, #digging-in {
    min-height: 600px;
}
.right-callout {
    margin-right: 150px;
}

@-moz-document url-prefix() {
    
}
	#farm-business {
    position: relative;
	background:url(images/bground-highlights18.jpg);
	background-size: cover;
    background-position: 100% 10%;
}
	#climate-change {
    position: relative;
	background:url(images/bground-localfood.jpg);
	background-size: cover;
    background-position: 100% 10%;
}
	#farm-labor {
    position: relative;
	background:url(images/bground-advocacy.jpg);
	background-size: cover;
    background-position: 100% 10%;
}
	#hunger {
    position: relative;
	background:url(images/bground-build-connections-tablet.jpg);
	background-size: cover;
    background-position: 100% 10%;
}
#digging-in {
    position: relative;
	background:url(images/bground-celebrating-25-years.jpg);
	background-size: cover;
    background-position: 50% 50%;
}
#message, #welcome {
    background-size: cover;
    position: relative;
	background:url(images/bground-video.jpg) no-repeat fixed top center #244212;
}

#hunger-overall {
	background:url(images/bground-hunger-overall.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
#organization {
	background:url(images/bground-org.jpg);
	background-repeat: no-repeat;
    background-size:  cover;
    background-position: center top;
    background-attachment: fixed;
}

#farm-business-overall {
	background:url(images/bground-farm-business-success-overall.jpg);
	background-repeat: no-repeat;
    background-size:  cover;
    background-position: center top;
    background-attachment: fixed;
}
#climate-change-overall {
	background:url(images/bground-climate-overall.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
	#farm-labor-overall {
	background:url(images/bground-farm-labor-overall.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
#years-details {
	background:url(images/bground-celebrating-25-details.jpg);
	background-repeat: no-repeat;
    background-size:  cover;
    background-position: center top;
    background-attachment: fixed;
}
	.alignboard{
	text-align: left !important;
}
	.board-p p {
text-align: left;
}
	.sample-subhead {
	    font-size: 32px;
}

	.building-block-direct {
    left: 50px;
    position: relative;
    width: 50%;
    max-width: 700px;
    min-width: 300px;
	margin: 20px 0 0 0;
}
.advocacy-block-direct {
    left: 50px;
    position: relative;
    width: 50%;
    max-width: 570px;
    min-width: 300px;
	margin: 20px 0 0 0;
}
		.highlights-block-padding, .highlights-block-no-padding {
		padding: 30px 36px;
			    margin: 20px 0 0 0;
	}
.highlights-block-direct {
    width: 50%;
    max-width: 700px;
    min-width: 300px;
	}
.highlights-block-right {	
    max-width: 570px;	
}

.localfood-block-direct {
    left: 50px;
    position: relative;
    width: 50%;
    max-width: 570px;
    min-width: 300px;
	margin: 20px 0 0 0;
	}

	.sub-scenes-first{
	left: -100px;
}
	.scene-side-title article {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -140px;
    display: grid;
    }
h3.subhead-caps {
	font-size: 26px;
    padding: 0 0 30px 0;
}
	.hide-break{
	display: block;
}
	.hide-emdash{
	display: none;
}
	p {
    font-size: 16px;
    line-height: 26px;
	margin: 1rem 0;
}
	h2.heading-white {
    line-height: 40px;
    padding: 10px 0;
    font-size: 50px;
	}
	.subtitle {
	font-size:20px;
	font-style:italic;
	margin:0 0 40px 0;
	}
.subheading{
    font-size: 24px;
    line-height: 30px;
	}
	h4 {
    padding: 40px 0 10px 0;
    font-size: 24px;
    line-height: 30px;
}
	.quote {
	font-size: 20px;
    line-height: 30px;
}
.main-p p{
font-size: 16px;
    line-height: 26px;
    padding: 0;
    text-align: left;
    margin: 0 auto 20px auto;
}
.intro p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}
	.heading-bar p{
	font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    color: rgba(255,255,255,1);
    font-size: 24px;
    background-color: rgba(0,0,0,.4);
    padding: 14px 0;
    margin: 40px 0;
}
.glance-left{
	display: inline-block;
    clear: none;
    vertical-align: top;
    text-align: left;
    padding: 0;
	width:56%;
	margin-right: 2%
}
.glance-right{
	display: inline-block;
    padding: 0;
    clear: none;
    vertical-align: top;
    text-align: left;
	width:36%;
}

h4 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 30px;
}
#farm-business {
	background:url(images/bground-pandemic-response.jpg);
	background-size: cover;
        background-position: 100% 10%;
}
	#climate-change {
	background:url(images/bground-hunger.jpg);
	background-size: cover;
        background-position: 100% 10%;
}
	#farm-labor {
	background:url(images/bground-farm-labor.jpg);
	background-size: cover;
        background-position: 100% 10%;
}
	#hunger {
	background:url(images/bground-hunger.jpg);
	background-size: cover;
    background-position: 100% 10%;
}
#digging-in {
	background:url(images/bground-digging-in.jpg);
	background-size: cover;
    background-position: 50% 50%;
}
#org-intro {
	background:url(images/bground-org-intro-21.jpg);
	background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
}
.organization-intro-head h2{
    bottom: 124px;
    position: absolute;
}
	img.alignrightlrg {float:right; margin:0 0 20px 20px; width:40%; max-width: 400px; height:auto;}
	img.alignright {float:right; margin:0 0 20px 20px; width:40%; max-width: 300px; height:auto;}
	img.alignright-larger {float:right; margin:0 0 20px 20px; width:40%; max-width: 400px; height:auto;}
img.alignleft {float:left; margin:0 20px 20px 0; width:40%; max-width: 300px; height:auto;}
img.aligncenter {display: block; margin:auto; width:100%; height:auto;}
	
	.alignright {    
    max-width: 300px;
}
.alignrightlrg {    
    max-width: 400px;
}
	.alignleft {    
    max-width: 300px;
}
h2.heading-white {
        line-height: 60px;
    font-size: 60px;
	letter-spacing: 0;
}
h2.heading-image-scene {
    line-height: 60px;
    font-size: 60px;
	margin: 0 0 0 50px;
}
h3.heading-white {
    line-height: 40px;
    padding: 10px 0 0 0;
    font-size: 40px;
}
h4.heading-white {
	line-height: 34px;
    padding: 4px 0 10px 0;
    font-size: 28px;
}
h2.heading-financials {
    line-height: 40px;
    padding: 10px 0;
    font-size: 50px;
    font-family: 'LegacySansITCStd-Bold', Arial, sans-serif;
    color: #205a62;
    text-align: center;
    display: block;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.subtitle {
    font-size: 23px;
    line-height: 32px;
}

iframe {
    width:100%;
height: 500px;
    max-width: 1000px;
	    padding: 0 0 30px 0;
}

.max-width-1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.hide-desktop {
display: none;
}
.hide-tablet {
display: block;
}
.hide-mobile {
display: block;
}
}
@media only screen and (min-width: 1076px) {
.pie-container {
    width: 33.33333%;
    float: left;
	display:inline-block;
	top:0;
}
}
/*Navigation break point due to more tabs */
@media only screen and (min-width: 1200px) {
	#nav .navbar {
	display: block;
}	
}