﻿/*** DEFINE AND DOWNLOAD CUSTOM WEB FONTS ***/
@font-face {
	font-family: "BauerTopic Bold";
	src: url("/font/bauertopic-bold.otf");
}





/*** OVERRIDE BROWSER DEFAULTS ***/
* {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
}





/*** GLOBALLY-APPLICABLE GROUPS OF SELECTORS ***/
html,
body {
	height: 100%;
	overflow: hidden;
}

#header > .content > div,
#colored-rows > .content > div > .swoosh,
#colored-rows > .content > div > .content {
	margin: 0 auto;
	width: 1024px;
}





/*** CONTENT WRAPPER ***/
#content-wrapper {
	display: table;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
#content-wrapper > div {
	display: table-row;
}
#content-wrapper > div > div {
	display: table-cell;
}





/*** HEADER ***/
#header {
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease;
	height: 350px;
}
#header.shrink {
	height: 160px;
}
#header > .content {
	background:
		url("/image/header/grow-wide.png") center bottom no-repeat,
		url("/svg/header-gradient.svg") left top no-repeat;
}


/*** FOOTER ***/
#footer {
	color: #E3AAB8;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	padding-right: 2em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 670px;
	z-index: 8;
}
#footer-links > span {
	color: #E3AAB8;
	cursor: pointer;
	text-decoration: underline;
}


/*** MENU ***/
#menu {
	display: table;
	margin-left: 30px;
	position: absolute;
	z-index: 10;
	-moz-transition: color 1.5s ease, top 1s ease;
	-ms-transition: color 1.5s ease, top 1s ease;
	-webkit-transition: color 1.5s ease, top 1s ease;
}
#menu div {
	display: table;
}
#menu span {
	cursor: pointer;
	display: table;
	font: 1em/150% "BauerTopic Bold";
}
#menu span.active:after {
	content: " >";
}
#menu span.hidden {
	display: none;
}
#menu.home > span.active,
#menu.grow-projects > div span.active,
#menu.about-grow > span.active,
#menu.take-action > span.active {
	color: #DF244B;
}
#menu.home {
	top: 30px;
}
#menu.home span {
	color: #A5A600;
}
#menu.grow-projects {
	top: 210px;
}
#menu.grow-projects span {
	color: #e18009;
}
#menu.about-grow {
	top: 220px;
}
#menu.about-grow span {
	color: #FECC8A;
}
#menu.take-action {
	top: 240px;
}
#menu.take-action span {
	color: #FCCFDB;
}
#menu.contact-us,
#menu.privacy-policy,
#menu.terms-and-conditions,
#menu.sitemap {
	top: 261px;
}
#menu.contact-us span,
#menu.privacy-policy span,
#menu.terms-and-conditions span,
#menu.sitemap span {
	color: #FC96B1;
}
#menu.contact-us > span.active {
	color: white;
}
#menu > div > .subsections {
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-moz-transition: height 1s ease, opacity 1s ease;
	-ms-transition: height 1s ease, opacity 1s ease;
	-webkit-transition: height 1s ease, opacity 1s ease;
}
#menu > div > .subsections.show {
	height: 120px;
	opacity: 1;
}
#menu > div > .subsections > span {
	margin-left: 10px;
}


/*** SOCIAL LINKS ***/
#social {
	display: table;
	margin: 0 30px 0 auto;
	text-align: right;
}
#social > a {
	display: table-cell;
	padding-right: 3px;
	vertical-align: top;
}


/*** HEADER TEXT ***/
#header-text {
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	color: #777;
	/*font: 1em/120% "BauerTopic Bold";*/
	font: 0.9em/140% Arial, "Helvetica Neue", Helvetica, sans-serif;
	opacity: 1;
	position: absolute;
	right: 40px;
	top: 200px;
	width: 400px;
}
#header.shrink > .content > div > #header-text {
	opacity: 0;
}
#header-text > div > .green{
	text-decoration: none;
}
#header-text > div > .green,
#header-text > div > .magenta {
	text-transform: uppercase;
}
#header-text > div > .green {
	color: #A5A600;
}
#header-text > div > .magenta {
	color: #DF244B;
}



/*** MIDDLE SECTION (COLORED ROWS) ***/
#colored-rows {
	background:
		url("/image/drop-shadow.png") top center repeat-y,
		url("/image/root-image-underlay.png") center 16px no-repeat;
}
#colored-rows > .content {
	background-color: #DF244B;
	height: 100%;
	opacity: 0.95;
}
#colored-rows > .content > div {
	vertical-align: top;
}
#colored-rows > .content > div > .content {
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease;
	height: 30px;
	overflow: hidden;
	vertical-align: top;
}
#colored-rows > .content > div > .content.show {
	height: 400px;
}
#colored-rows > .content > div > .content > div {
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	font: 0.8em/120% Arial;
	height: 90%;
	margin-right: 1em;
	opacity: 0;
	padding: 0 10px 0 172px;
}
#colored-rows > .content > div > .content.show > div {
	opacity: 1;
	outline: none;
	overflow: auto;
}
#colored-rows > .content > div > .content > div::-webkit-scrollbar {
	width: 24px;
}
#colored-rows > .content > div > .content > div::-webkit-scrollbar-button:single-button {
	height: 16px;
}
#colored-rows > .content > div > .content > div::-webkit-scrollbar-thumb {
	border-radius: 12px;
}
#colored-rows > .content > div > .content > div > .scroll-bar {
	display: none;
	height: 360px;
	margin-left: 823px;
	position: fixed;
	width: 24px;
}
#colored-rows > .content > div > .content > div > .scroll-bar.show {
	display: table;
}
#colored-rows > .content > div > .content > div > .scroll-bar > .row {
	display: table-row;
}
#colored-rows > .content > div > .content > div > .scroll-bar > .row > div {
	display: table-cell;
}
#colored-rows > .content > div > .content > div > .scroll-bar > .row > .button {
	height: 16px;
}
#colored-rows > .content > div > .content > div > .scroll-bar > .row > .dragger {
	border-radius: 12px;
}
#colored-rows > .content > div > .content > div > .scroll-bar > .row > .dragger > img {
	display: block;
	height: 100%;
	opacity: 0;
	width: 100%;
}
#colored-rows > .content > div > .content.show > div a {
	text-decoration: none;
}
#colored-rows > .content > div > .content.show > div ul > li {
	margin-left: 1em;
}
#colored-rows > .content > div > .content.show > div .bold {
	font-weight: bold;
}
#colored-rows > .content > div > .content.show > div .clear {
	clear: both;
}
#colored-rows > .content > div > .content.show > div .dark-grey {
	color: #464646;
}
#colored-rows > .content > div > .content.show > div .magenta {
	color: #DF244B;
}


/*** GREEN SWOOSH (no content) ***/
#green {
	background-color: #B2B800;
	border-top: 5px solid #C9CD00;
}
#green > div {
	top: -17px;
	z-index: 2;
}
#green > .swoosh {
	background: url("/image/swoosh-green.png") no-repeat scroll left top transparent;
	height: 17px;
}
#green > .content {
	background-color: #B2B800;
}


/*** GROW PROJECTS (yellow row) ***/
#yellow {
	background-color: #F4BC2D;
	top: -26px;
}
#yellow > div {
	top: -13px;
	z-index: 3;
}
#yellow > .swoosh {
	background: url("/image/swoosh-yellow.png") no-repeat scroll left top transparent;
	height: 12px;
}
#yellow > .content {
	background-color: #F4BC2D;
}

#grow-projects {
	padding: 0 0 0 172px;
	top: 10px;
	width: 835px;
}
#grow-projects > div {
	background: url('/image/root-image-repeatable-grainy.png') repeat-y 0 0;
}
#grow-projects::-webkit-scrollbar-track {
	background-color: #E7A82B;
}
#grow-projects::-webkit-scrollbar-button:decrement {
	background: url("/image/scrollbar/arrow-up-yellow.png") 0 0 no-repeat #E7A82B;
}
#grow-projects::-webkit-scrollbar-button:increment {
	background: url("/image/scrollbar/arrow-down-yellow.png") 0 0 no-repeat #E7A82B;
}
#grow-projects::-webkit-scrollbar-thumb {
	background: url("/image/scrollbar/dragger-yellow.png") 0 0 repeat-y;
}
#grow-projects > .scroll-bar {
	background-color: #E7A82B;
}
#grow-projects > .scroll-bar > .row > .button.up {
	background: url("/image/scrollbar/arrow-up-yellow.png") 0 0 no-repeat #E7A82B;
}
#grow-projects > .scroll-bar > .row > .button.down {
	background: url("/image/scrollbar/arrow-down-yellow.png") 0 0 no-repeat #E7A82B;
}
#grow-projects > .scroll-bar > .row > .track {
	background-color: #E7A82B;
}
#grow-projects > .scroll-bar > .row > .dragger {
	background: url("/image/scrollbar/dragger-yellow.png") top center repeat-y;
	height: 30px;
}
#grow-projects .subsection {
	margin-bottom: 2em;
	padding: 70px 0 0 140px;
}
#grow-projects .subsection > div {
	display: table-cell;
	padding-right: 0.6em;
	vertical-align: top;
}
#grow-projects .subsection > .column-left {
	width: 410px;
}
#grow-projects .subsection > .column-right {
	width: 250px;
}
#grow-projects .subsection > .column-right > div {
	float: left;
}
#grow-projects .subsection > div > .video {
	height: 230px;
	width: 415px;
}
#grow-projects .subsection > div > .abstract > div {
	margin-top: 0.5em;
}


/*** GROW PROJECTS (yellow row) - INTRO ***/
#grow-projects-intro {
	height: 400px;
	padding: 0 !important;
}

#grow-projects-intro .anchorList {
	left: 0;
	height: 390px;
	list-style:none;
	position: absolute;
	top: 0;
	width: 100%;
}

#grow-projects-intro .anchorList li {
	height: 130px;
	position: absolute;
}
#grow-projects-intro .anchorList li a  {
	height: 130px;
	display:block;
	width: 100%;
}
#grow-projects-intro .anchorList li a span {display:none;}

#grow-projects-intro .anchorList li.grow-health-ornament {
	left: -15px;
	width: 140px;
	top: 0;
}
#grow-projects-intro .anchorList li.grow-literacy-ornament {
	left: -85px;
	width: 150px;
	top: 210px;
}
#grow-projects-intro .anchorList li.grow-rhythm-ornament {
	left: 210px;
	width: 160px;
	top: 260px;
}
#grow-projects-intro .anchorList li.grow-sisterhood-ornament {
	left: 170px;
	width: 190px;
	top: 100px;
}
#grow-projects-intro .anchorList li.grow-sole-ornament {
	height: 130px;
	left: 220px;
	width: 140px;
	top: -10px;
}

#grow-projects-intro > .background-ornaments {
	background:
		url("/image/grow-projects/grow-health-ornament.png") 60px 12px no-repeat,
		url("/image/grow-projects/grow-literacy-ornament.png") 0 220px no-repeat,
		url("/image/grow-projects/grow-rhythm-ornament.png") 287px 285px no-repeat,
		url("/image/grow-projects/grow-sisterhood-ornament.png") 259px 129px no-repeat,
		url("/image/grow-projects/grow-sole-ornament.png") 298px 0 no-repeat;
	height: 400px;
	left: -70px;
	position: absolute;
	top: -10px;
	width: 100%;
}
#grow-projects-intro > .abstract {
	padding: 10px 0 0 400px;
	width: 330px;
}
#grow-projects-intro > .abstract > .magenta {
	margin-top: 0.5em;
}


/*** GROW PROJECTS (yellow row) - GROW SOLE ***/
#grow-sole {
	background: url("/image/grow-projects/grow-sole/background.png") 0 0 no-repeat;
	height: 455px;
}
#grow-sole > .column-right > .like {
	background: url("/image/grow-projects/grow-sole/like-placeholder.png") 0 0 no-repeat;
	height: 95px;
	width: 125px;
}
#grow-sole > .column-right > .youtube {
	background: url("/image/grow-projects/grow-sole/youtube-placeholder.png") 0 0 no-repeat;
	height: 95px;
	width: 127px;
}
#grow-sole > .column-right > .postcard {
	background: url("/image/grow-projects/grow-sole/postcard-placeholder.png") 0 0 no-repeat;
	height: 95px;
	width: 105px;
}
#grow-sole > .column-right > .wall {
	background: url("/image/grow-projects/grow-sole/wall-placeholder.png") 0 0 no-repeat;
	height: 132px;
	width: 235px;
}
#grow-sole > .column-right > .poster {
	background: url("/image/grow-projects/grow-sole/poster-placeholder.png") 0 0 no-repeat;
	float: right !important;
	height: 174px;
	margin-right: 11px;
	width: 117px;
}
#grow-sole > .column-right > .share {
	background: url("/image/grow-projects/grow-sole/share-placeholder.png") 0 0 no-repeat;
	height: 105px;
	width: 111px;
}
#grow-sole > .column-right > .follow {
	background: url("/image/grow-projects/grow-sole/follow-placeholder.png") 0 0 no-repeat;
	height: 69px;
	width: 110px;
}


#grow-sole #grow-sole-wall{
	position:absolute;
	top: 350px;
	left: 350px;
	border:1px solid red;
	height: 135px;
	width: 235px;
	
}

#grow-projects .like a,
#grow-projects .postcard a,
#grow-projects .poster a,
#grow-projects .share a,
#grow-projects .follow a,
#grow-projects .wall a,
#grow-projects .fpo1 a,
#grow-projects .fpo2 a,
#grow-projects .fpo3 a,
#grow-projects .gallery a,
#grow-projects .emily a,
#grow-projects .venette a,
#grow-projects .ashley a,
#grow-rhythm .poster a,
#grow-projects .youtube a,
#grow-projects .sinaya a,
#grow-projects .jessikay a
{
width: 100%; height: 100%; display: block;
}



/*** GROW PROJECTS (yellow row) - GROW HEALTH ***/
#grow-health {
	background: url("/image/grow-projects/grow-health/background.png") 0 0 no-repeat;
	height: 883px;
}
#grow-health > .column-right > .fpo1 {
	background: url("/image/grow-projects/grow-health/fpo1-placeholder.png") 0 0 no-repeat;
	height: 110px;
	width: 118px;
}
#grow-health > .column-right > .fpo2 {
	background: url("/image/grow-projects/grow-health/fpo2-placeholder.png") 0 0 no-repeat;
	height: 110px;
	width: 112px;
}
#grow-health > .column-right > .poster {
	background: url("/image/grow-projects/grow-health/poster-placeholder.png") 0 0 no-repeat;
	height: 181px;
	width: 126px;
}
#grow-health > .column-right > .postcard {
	background: url("/image/grow-projects/grow-health/postcard-placeholder.png") 0 0 no-repeat;
	height: 90px;
	width: 105px;
}
#grow-health > .column-right > .gallery {
	background: url("/image/grow-projects/grow-health/gallery-placeholder.png") 0 0 no-repeat;
	height: 91px;
	width: 104px;
}
#grow-health > .column-right > .clear {
	margin-right: 15px;
}
#grow-health > .column-right > .clear > div {
	margin-top: 0.5em;
}


/*** GROW PROJECTS (yellow row) - GROW SISTERHOOD ***/
#grow-sisterhood {
	background: url("/image/grow-projects/grow-sisterhood/background.png") 0 0 no-repeat;
	height: 541px;
}
#grow-sisterhood > .column-right > .poster {
	background: url("/image/grow-projects/grow-sisterhood/poster-placeholder.png") 0 0 no-repeat;
	height: 184px;
	width: 125px;
}
#grow-sisterhood > .column-right > .sinaya {
	background: url("/image/grow-projects/grow-sisterhood/sinaya-placeholder.png") 0 0 no-repeat;
	height: 90px;
	width: 104px;
}
#grow-sisterhood > .column-right > .jessikay {
	background: url("/image/grow-projects/grow-sisterhood/jessikay-placeholder.png") 0 0 no-repeat;
	height: 91px;
	width: 105px;
}
#grow-sisterhood > .column-right > .gallery {
	background: url("/image/grow-projects/grow-sisterhood/gallery-placeholder.png") 0 0 no-repeat;
	height: 99px;
	width: 125px;
}
#grow-sisterhood > .column-right > .venette {
	background: url("/image/grow-projects/grow-sisterhood/venette-placeholder.png") 0 0 no-repeat;
	height: 100px;
	width: 104px;
}
#grow-sisterhood > .column-right > .emily {
	background: url("/image/grow-projects/grow-sisterhood/emily-placeholder.png") 0 0 no-repeat;
	height: 110px;
	width: 118px;
}
#grow-sisterhood > .column-right > .ashley {
	background: url("/image/grow-projects/grow-sisterhood/ashley-placeholder.png") 0 0 no-repeat;
	height: 120px;
	width: 110px;
}


/*** GROW PROJECTS (yellow row) - GROW LITERACY ***/
#grow-literacy {
	background: url("/image/grow-projects/grow-literacy/background.png") 0 0 no-repeat;
	height: 757px;
}
#grow-literacy > .column-right > .fpo1 {
	background: url("/image/grow-projects/grow-literacy/fpo1-placeholder.png") 0 0 no-repeat;
	height: 110px;
	width: 118px;
}
#grow-literacy > .column-right > .fpo2 {
	background: url("/image/grow-projects/grow-literacy/fpo2-placeholder.png") 0 0 no-repeat;
	height: 110px;
	width: 112px;
}
#grow-literacy > .column-right > .fpo3 {
	background: url("/image/grow-projects/grow-literacy/fpo3-placeholder.png") 0 0 no-repeat;
	height: 120px;
	width: 110px;
}
#grow-literacy > .column-right > .poster {
	background: url("/image/grow-projects/grow-literacy/poster-placeholder.png") 0 0 no-repeat;
	height: 159px;
	width: 234px;
}
#grow-literacy > .column-right > .gallery {
	background: url("/image/grow-projects/grow-literacy/gallery-placeholder.png") 0 0 no-repeat;
	height: 68px;
	width: 231px;
}


/*** GROW PROJECTS (yellow row) - GROW RHYTHM ***/
#grow-rhythm {
	background: url("/image/grow-projects/grow-rhythm/background.png") 0 0 no-repeat;
	height: 450px;
	margin-bottom: 0 !important;
}
#grow-rhythm > .column-right > .fpo1 {
	background: url("/image/grow-projects/grow-rhythm/fpo1-placeholder.png") 0 0 no-repeat;
	height: 110px;
	width: 118px;
}
#grow-rhythm > .column-right > .fpo2 {
	background: url("/image/grow-projects/grow-rhythm/fpo2-placeholder.png") 0 0 no-repeat;
	height: 110px;
	width: 112px;
}
#grow-rhythm > .column-right > .fpo3 {
	background: url("/image/grow-projects/grow-rhythm/fpo3-placeholder.png") 0 0 no-repeat;
	height: 120px;
	width: 110px;
}
#grow-rhythm > .column-right > .poster {
	background: url("/image/grow-projects/grow-rhythm/poster-placeholder.png") 0 0 no-repeat;
	height: 226px;
	width: 152px;
}
#grow-rhythm > .column-right > .gallery {
	background: url("/image/grow-projects/grow-rhythm/gallery-placeholder.png") 0 0 no-repeat;
	height: 120px;
	width: 120px;
}






/*** ABOUT GROW (orange row) ***/
#orange {
	background-color: #F4982D;
	top: -50px;
}
#orange > div {
	top: -15px;
	z-index: 4;
}
#orange > .swoosh {
	background: url("/image/swoosh-orange.png") no-repeat scroll left top transparent;
	height: 14px;
}
#orange > .content {
	background-color: #F4982D;
}

#about-grow {
	top: 10px;
	width: 833px;
}
#about-grow::-webkit-scrollbar-track {
	background-color: #F18320;
}
#about-grow::-webkit-scrollbar-button:decrement {
	background: url("/image/scrollbar/arrow-up-orange.png") 0 0 no-repeat #F18320;
}
#about-grow::-webkit-scrollbar-button:increment {
	background: url("/image/scrollbar/arrow-down-orange.png") 0 0 no-repeat #F18320;
}
#about-grow::-webkit-scrollbar-thumb {
	background: url("/image/scrollbar/dragger-orange.png") 0 0 repeat-y;
}
#about-grow > .scroll-bar {
	background-color: #F18320;
}
#about-grow > .scroll-bar > .row > .button.up {
	background: url("/image/scrollbar/arrow-up-orange.png") 0 0 no-repeat #F18320;
}
#about-grow > .scroll-bar > .row > .button.down {
	background: url("/image/scrollbar/arrow-down-orange.png") 0 0 no-repeat #F18320;
}
#about-grow > .scroll-bar > .row > .track {
	background-color: #F18320;
}
#about-grow > .scroll-bar > .row > .dragger {
	background: url("/image/scrollbar/dragger-orange.png") top center repeat-y;
	height: 30px;
}
#about-grow img  {
	display: block;
}
#about-grow .columns  {
	background: #F4982D url('/image/root-image-repeatable.png') repeat-y 0 0;
	display: table;
	height: 622px;
	width: 100%;
}
#about-grow .columns .pink  {
	color: #E42568;
}
#about-grow .columns > div {
	color: #464646;
	display: table-cell;
	vertical-align: top;
}

/*** LEFT COLUMN ***/
#about-grow .columns > .left {
	line-height: 15px;
	width: 590px;
}
#about-grow .columns > .left > div {
	margin-top: 0.8em;
	/*border:1px solid red;*/
	width: 530px;
}
#company-logos {
	height: 75px;
	position: relative;
}
#company-logos > div {
	display: inline-block;
	vertical-align: middle;
}
#company-logos #cb-logo {
	margin-right: 75px;
}
#company-logos #ev-logo {
	margin-right: 90px;
}
#company-logos p.ev  span {display:none;}

/*** RIGHT COLUMN ***/
#about-grow .columns > .right > div {
	width: 14em;

}
#twitter > .header {
	background-color: #ED2969;
	border-radius: 0.2em 0.2em 0 0;
	color: white;
	font: 1em/100% "BauerTopic Bold";
	padding: 0.4em 0.8em;
}
#twitter > .feed {
	background-color: #FDE7DC;
	border: 1px solid #ED2969;
	height: 10em;
	overflow: auto;
	margin-top: 0.15em;
}
#twitter > .feed > .post {
	padding: 0.2em 0.3em;
}
#twitter > .feed > .post:nth-child(n+2) {
	border-top: 1px dotted #C7BBB5;
}
#twitter > .footer {
	background: url("/image/about-grow/twitter-bird.png") no-repeat scroll 0.4em center #ED2969;
	padding: 0.4em 0.6em;
	text-align: right;
}
#twitter > .footer > a {
	color: white;
	text-decoration: none;
}

#about-grow .columns > .right > .flickr > div {
	background-color: #ED2969;
	color: white;
	font: 1em/100% "BauerTopic Bold";
	padding: 0.4em 0.8em;
	margin-top: 0.2em;
	width:180px;
}


/*** TAKE ACTION (pink row) ***/
#pink {
	background-color: #FC7E9F;
	top: -86px;
}
#pink > div {
	top: -9px;
	z-index: 5;
}
#pink > .swoosh {
	background: url("/image/swoosh-pink.png") no-repeat scroll left top transparent;
	height: 12px;
}
#pink > .content {
	background-color: #FC7E9F;
}
#take-action {
	padding-left: 360px;
	width: 833px;
}
#take-action::-webkit-scrollbar-track {
	background-color: #F55786;
}
#take-action::-webkit-scrollbar-button:decrement {
	background: url("/image/scrollbar/arrow-up-pink.png") 0 0 no-repeat #F55786;
}
#take-action::-webkit-scrollbar-button:increment {
	background: url("/image/scrollbar/arrow-down-pink.png") 0 0 no-repeat #F55786;
}
#take-action::-webkit-scrollbar-thumb {
	background: url("/image/scrollbar/dragger-pink.png") 0 0 repeat-y;
}
#take-action > .scroll-bar {
	background-color: #F55786;
}
#take-action > .scroll-bar > .row > .button.up {
	background: url("/image/scrollbar/arrow-up-pink.png") 0 0 no-repeat #F55786;
}
#take-action > .scroll-bar > .row > .button.down {
	background: url("/image/scrollbar/arrow-down-pink.png") 0 0 no-repeat #F55786;
}
#take-action > .scroll-bar > .row > .track {
	background-color: #F55786;
}
#take-action > .scroll-bar > .row > .dragger {
	background: url("/image/scrollbar/dragger-pink.png") top center repeat-y;
	height: 30px;
}
#take-action-body {
	margin-left: 112px;
	margin-top: -40px;
	width: 420px;
	padding-top:15px;
}
#take-action a {
	color: #DF244B;
}
#take-action h1 {
	color: #FCCFDB;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
#take-action p {
	color: #4A360B;
	margin-bottom: 15px;
}





/*** DARK-PINK ROW ***/
#dark-pink {
	background-color: #DF244B;
	top: -98px;
}
#dark-pink > div {
	top: -14px;
	z-index: 6;
}
#dark-pink > .swoosh {
	background: url("/image/swoosh-dark-pink.png") no-repeat scroll left top transparent;
	height: 11px;
}
#dark-pink > .content {
	background-color: #DF244B;
}
#dark-pink > .content > div li,
#dark-pink > .content > div ol,
#dark-pink > .content > div p {
	color: #FCCDD9;
}

/*** CONTACT US (dark-pink row) ***/
#contact-us {
	background: url("/image/contact-us/where-do-we-grow-from-here.png") no-repeat scroll 0 0 transparent;
	overflow: hidden;
	padding: 125px 210px 0 113px !important;
	margin: 0 0 0 190px;
}
#contact-us > p {
	color: #FCCDD9;
}
#contact-us > p:nth-child(n+2) {
	padding-top: 0.5em;
}
#contact-us > p .white {
	color: white;
}

/*** SITEMAP (dark-pink row) ***/
#sitemap {
	top: 1em;
}
#sitemal .title-sitemap{
	margin-bottom:20px;
}
#sitemap > .links {
	margin-top: 0.5em;
}
#sitemap > .links span {
	color: white;
	cursor: pointer;
	display: table;
	font-weight: bold;
	margin-bottom:15px;
}
#sitemap > .links > div > .subsections > span {
	font-weight: normal;
	padding-left: 1em;
}

#sitemap::-webkit-scrollbar-track {
	background-color: #CD1935;
}
#sitemap::-webkit-scrollbar-button:decrement {
	background: url("/image/scrollbar/arrow-up-dark-pink.png") 0 0 no-repeat #CD1935;
}
#sitemap::-webkit-scrollbar-button:increment {
	background: url("/image/scrollbar/arrow-down-dark-pink.png") 0 0 no-repeat #CD1935;
}
#sitemap::-webkit-scrollbar-thumb {
	background: url("/image/scrollbar/dragger-dark-pink.png") 0 0 repeat-y;
}
#sitemap > .scroll-bar {
	background-color: #CD1935;
}
#sitemap > .scroll-bar > .row > .button.up {
	background: url("/image/scrollbar/arrow-up-dark-pink.png") 0 0 no-repeat #CD1935;
}
#sitemap > .scroll-bar > .row > .button.down {
	background: url("/image/scrollbar/arrow-down-dark-pink.png") 0 0 no-repeat #CD1935;
}
#sitemap > .scroll-bar > .row > .track {
	background-color: #CD1935;
}
#sitemap > .scroll-bar > .row > .dragger {
	background: url("/image/scrollbar/dragger-dark-pink.png") top center repeat-y;
	height: 30px;
}

/*** PRIVACY POLICY, TERM AND CONDITIONS (dark-pink row) ***/
#privacy-policy h1,
#terms-and-conditions h1 {
	color: white;
	font-size: 1em;
	font-weight: bold;
}
#privacy-policy a,
#terms-and-conditions a {
	color: white;
}
#privacy-policy,
#terms-and-conditions {
	width: 833px;
}

#privacy-policy::-webkit-scrollbar-track {
	background-color: #CD1935;
}
#privacy-policy::-webkit-scrollbar-button:decrement {
	background: url("/image/scrollbar/arrow-up-dark-pink.png") 0 0 no-repeat #CD1935;
}
#privacy-policy::-webkit-scrollbar-button:increment {
	background: url("/image/scrollbar/arrow-down-dark-pink.png") 0 0 no-repeat #CD1935;
}
#privacy-policy::-webkit-scrollbar-thumb {
	background: url("/image/scrollbar/dragger-dark-pink.png") 0 0 repeat-y;
}
#privacy-policy > .scroll-bar {
	background-color: #CD1935;
}
#privacy-policy > .scroll-bar > .row > .button.up {
	background: url("/image/scrollbar/arrow-up-dark-pink.png") 0 0 no-repeat #CD1935;
}
#privacy-policy > .scroll-bar > .row > .button.down {
	background: url("/image/scrollbar/arrow-down-dark-pink.png") 0 0 no-repeat #CD1935;
}
#privacy-policy > .scroll-bar > .row > .track {
	background-color: #CD1935;
}
#privacy-policy > .scroll-bar > .row > .dragger {
	background: url("/image/scrollbar/dragger-dark-pink.png") top center repeat-y;
	height: 30px;
}

#privacy-policy-body {
	height: 850px;
	padding-top:15px;
}

#privacy-policy-body ol, li{
	margin-left:25px;
}

#privacy-policy-body p{
	margin-bottom:15px;
}

#privacy-policy-body h1{
	margin-bottom:15px;
}

#terms-and-conditions::-webkit-scrollbar-track {
	background-color: #CD1935;
}
#terms-and-conditions::-webkit-scrollbar-button:decrement {
	background: url("/image/scrollbar/arrow-up-dark-pink.png") 0 0 no-repeat #CD1935;
}
#terms-and-conditions::-webkit-scrollbar-button:increment {
	background: url("/image/scrollbar/arrow-down-dark-pink.png") 0 0 no-repeat #CD1935;
}
#terms-and-conditions::-webkit-scrollbar-thumb {
	background: url("/image/scrollbar/dragger-dark-pink.png") 0 0 repeat-y;
}
#terms-and-conditions > .scroll-bar {
	background-color: #CD1935;
}
#terms-and-conditions > .scroll-bar > .row > .button.up {
	background: url("/image/scrollbar/arrow-up-dark-pink.png") 0 0 no-repeat #CD1935;
}
#terms-and-conditions > .scroll-bar > .row > .button.down {
	background: url("/image/scrollbar/arrow-down-dark-pink.png") 0 0 no-repeat #CD1935;
}
#terms-and-conditions > .scroll-bar > .row > .track {
	background-color: #CD1935;
}
#terms-and-conditions > .scroll-bar > .row > .dragger {
	background: url("/image/scrollbar/dragger-dark-pink.png") top center repeat-y;
	height: 30px;
}

#terms-and-conditions-body {
	height: 1420px;
	padding-top:15px;
}

#terms-and-conditions-body h1{
	margin-bottom:15px;
}

#terms-and-conditions-body p{
	margin-bottom:15px;
}

/*** DEBUG ONLY ***/
.hotspot {
	border: 1px solid black;
}
