@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013ΓÇô2014 thoughtbot, inc.
 * MIT License */
/*$sans-serif: $helvetica;
$serif: $georgia;*/
@import url(http://fonts.googleapis.com/css?family=Antic+Didone);
/* Font-face ripped from bourbon.
 * Order of the includes matters, and it is: normal, bold, italic, bold+italic.
 * Example: @include font-face(SourceSansPro, "/fonts/Source_Sans_Pro/SourceSansPro-Italic", normal, italic);
*/
/*CSS triangle
 *First direction ('u','d','l','r')
 *Color of triangle
 *one parameter for equilateral triangle
 *two for isocles
 *three all different
*/
/* line 1, ../sass/base/_typography.scss */
#worldofpossibleWrapper {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
/* line 9, ../sass/base/_typography.scss */
#worldofpossibleWrapper h1,
#worldofpossibleWrapper h2,
#worldofpossibleWrapper h3,
#worldofpossibleWrapper h4,
#worldofpossibleWrapper h5,
#worldofpossibleWrapper h6 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}
/* line 21, ../sass/base/_typography.scss */
#worldofpossibleWrapper h1 {
  font-size: 2.25em;
}
/* line 25, ../sass/base/_typography.scss */
#worldofpossibleWrapper h2 {
  font-size: 2em;
}
/* line 29, ../sass/base/_typography.scss */
#worldofpossibleWrapper h3 {
  font-size: 1.75em;
}
/* line 33, ../sass/base/_typography.scss */
#worldofpossibleWrapper h4 {
  font-size: 1.5em;
}
/* line 37, ../sass/base/_typography.scss */
#worldofpossibleWrapper h5 {
  font-size: 1.25em;
}
/* line 41, ../sass/base/_typography.scss */
#worldofpossibleWrapper h6 {
  font-size: 1em;
}
/* line 45, ../sass/base/_typography.scss */
#worldofpossibleWrapper p {
  margin: 0 0 0.75em;
}
/* line 49, ../sass/base/_typography.scss */
#worldofpossibleWrapper a {
  /*@include transition(color 0.1s linear);*/
  color: #477DCA;
  text-decoration: none;
}
/* line 54, ../sass/base/_typography.scss */
#worldofpossibleWrapper a:hover {
  color: #2c5999;
}
/* line 58, ../sass/base/_typography.scss */
#worldofpossibleWrapper a:active, #worldofpossibleWrapper a:focus {
  color: #2c5999;
  outline: none;
}
/* line 64, ../sass/base/_typography.scss */
#worldofpossibleWrapper hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
/* line 72, ../sass/base/_typography.scss */
#worldofpossibleWrapper img,
#worldofpossibleWrapper picture {
  margin: 0;
  max-width: 100%;
}
/* line 78, ../sass/base/_typography.scss */
#worldofpossibleWrapper blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}
/* line 85, ../sass/base/_typography.scss */
#worldofpossibleWrapper cite {
  color: #737373;
  font-style: italic;
}
/* line 89, ../sass/base/_typography.scss */
#worldofpossibleWrapper cite:before {
  content: "\2014 \00A0";
}

/* line 2, ../sass/base/_forms.scss */
#worldofpossibleWrapper fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}
/* line 9, ../sass/base/_forms.scss */
#worldofpossibleWrapper input,
#worldofpossibleWrapper label,
#worldofpossibleWrapper select {
  display: block;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
}
/* line 17, ../sass/base/_forms.scss */
#worldofpossibleWrapper label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 21, ../sass/base/_forms.scss */
#worldofpossibleWrapper label.required:after {
  content: "*";
}
/* line 25, ../sass/base/_forms.scss */
#worldofpossibleWrapper label abbr {
  display: none;
}
/* line 31, ../sass/base/_forms.scss */
#worldofpossibleWrapper select[multiple=multiple] {
  /*  @include box-sizing(border-box);*/
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../sass/base/_forms.scss */
#worldofpossibleWrapper select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../sass/base/_forms.scss */
#worldofpossibleWrapper select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}
/* line 55, ../sass/base/_forms.scss */
#worldofpossibleWrapper textarea {
  resize: vertical;
}
/* line 59, ../sass/base/_forms.scss */
#worldofpossibleWrapper input[type="search"] {
  /*  @include appearance(none);*/
}
/* line 63, ../sass/base/_forms.scss */
#worldofpossibleWrapper input[type="checkbox"],
#worldofpossibleWrapper input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
/* line 69, ../sass/base/_forms.scss */
#worldofpossibleWrapper input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}
/* line 74, ../sass/base/_forms.scss */
#worldofpossibleWrapper select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 2, ../sass/base/_tables.scss */
#worldofpossibleWrapper table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
/* line 9, ../sass/base/_tables.scss */
#worldofpossibleWrapper th {
  /* border-bottom: 1px solid darken($base-border-color, 15);*/
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}
/* line 16, ../sass/base/_tables.scss */
#worldofpossibleWrapper td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}
/* line 21, ../sass/base/_tables.scss */
#worldofpossibleWrapper tr,
#worldofpossibleWrapper td,
#worldofpossibleWrapper th {
  vertical-align: middle;
}

/* line 2, ../sass/base/_lists.scss */
#worldofpossibleWrapper ul,
#worldofpossibleWrapper ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 21, ../sass/base/_lists.scss */
#worldofpossibleWrapper dl {
  margin-bottom: 0.75em;
}
/* line 24, ../sass/base/_lists.scss */
#worldofpossibleWrapper dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 29, ../sass/base/_lists.scss */
#worldofpossibleWrapper dl dd {
  margin: 0;
}

/* line 1, ../sass/base/_buttons.scss */
button,
input[type="submit"] {
  /* @extend %button;*/
  /*@include appearance(none);*/
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1, ../sass/base/_basic.scss */
.floatLeft {
  float: left;
}

/* line 2, ../sass/base/_basic.scss */
.floatRight {
  float: right;
}

/* line 3, ../sass/base/_basic.scss */
a {
  outline: 0 !important;
}

/* line 4, ../sass/base/_basic.scss */
.rel {
  position: relative;
}

/* line 5, ../sass/base/_basic.scss */
.abs {
  position: absolute;
}

/* line 6, ../sass/base/_basic.scss */
.autoMargin {
  margin: auto;
}

/* line 7, ../sass/base/_basic.scss */
.bold {
  font-weight: bold;
}

/* line 8, ../sass/base/_basic.scss */
.center {
  text-align: center;
}

/* line 9, ../sass/base/_basic.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 10, ../sass/base/_basic.scss */
.hundred {
  width: 100%;
}

/* line 11, ../sass/base/_basic.scss */
.pointer {
  cursor: pointer;
}

/* line 12, ../sass/base/_basic.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 17, ../sass/base/_basic.scss */
.cssTxt {
  text-indent: -10000px;
}

/* line 18, ../sass/base/_basic.scss */
.block {
  display: block;
}

/* line 21, ../sass/base/_basic.scss */
.blockLink {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 24, ../sass/base/_basic.scss */
.blockLink:hover {
  background-position: left bottom;
}

/* line 26, ../sass/base/_basic.scss */
a.blockLink:hover {
  background-position: left bottom;
}

/* line 27, ../sass/base/_basic.scss */
.clear {
  clear: both;
}

@font-face {
  font-family: "museo sans 100";
  src: url('../fonts/museosans_100.eot?1409685758');
  src: url('../fonts/museosans_100.eot?&1409685758#iefix') format('embedded-opentype'), url('../fonts/museosans_100.woff?1409685758') format('woff'), url('../fonts/museosans_100.ttf?1409685758') format('truetype'), url('../fonts/museosans_100.svg?1409685758') format('svg');
}
@font-face {
  font-family: "museo sans 100";
  src: url('../fonts/museosans_100_italic.eot?1409688220');
  src: url('../fonts/museosans_100_italic.eot?&1409688220#iefix') format('embedded-opentype'), url('../fonts/museosans_100_italic.woff?1409688221') format('woff'), url('../fonts/museosans_100_italic.ttf?1409688221') format('truetype'), url('../fonts/museosans_100_italic.svg?1409688221') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "museo sans 300";
  src: url('../fonts/museosans_300.eot?1403532554');
  src: url('../fonts/museosans_300.eot?&1403532554#iefix') format('embedded-opentype'), url('../fonts/museosans_300.woff?1403532557') format('woff'), url('../fonts/museosans_300.ttf?1403532557') format('truetype'), url('../fonts/museosans_300.svg?1403532556') format('svg');
}
@font-face {
  font-family: "museo sans 500";
  src: url('../fonts/museosans_500.eot?1409685758');
  src: url('../fonts/museosans_500.eot?&1409685758#iefix') format('embedded-opentype'), url('../fonts/museosans_500.woff?1409685758') format('woff'), url('../fonts/museosans_500.ttf?1409685758') format('truetype'), url('../fonts/museosans_500.svg?1409685758') format('svg');
}
@font-face {
  font-family: "museo sans 500";
  src: url('../fonts/museosans_500_italic.eot?1409685758');
  src: url('../fonts/museosans_500_italic.eot?&1409685758#iefix') format('embedded-opentype'), url('../fonts/museosans_500_italic.woff?1409685758') format('woff'), url('../fonts/museosans_500_italic.ttf?1409685758') format('truetype'), url('../fonts/museosans_500_italic.svg?1409685758') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "museo sans 700";
  src: url('../fonts/museosans_700.eot?1409685758');
  src: url('../fonts/museosans_700.eot?&1409685758#iefix') format('embedded-opentype'), url('../fonts/museosans_700.woff?1409685758') format('woff'), url('../fonts/museosans_700.ttf?1409685758') format('truetype'), url('../fonts/museosans_700.svg?1409685758') format('svg');
}
@font-face {
  font-family: "museo sans 900";
  src: url('../fonts/museosans_900.eot?1409685758');
  src: url('../fonts/museosans_900.eot?&1409685758#iefix') format('embedded-opentype'), url('../fonts/museosans_900.woff?1409685758') format('woff'), url('../fonts/museosans_900.ttf?1409685758') format('truetype'), url('../fonts/museosans_900.svg?1409685758') format('svg');
}
@font-face {
  font-family: "museo 500";
  src: url('../fonts/museo_500.eot?1404744216');
  src: url('../fonts/museo_500.eot?&1404744216#iefix') format('embedded-opentype'), url('../fonts/museo_500.woff?1404744250') format('woff'), url('../fonts/museo_500.ttf?1404744242') format('truetype'), url('../fonts/museo_500.svg?1404744231') format('svg');
}
@font-face {
  font-family: "museo 300";
  src: url('../fonts/museo_300.eot?1404744111');
  src: url('../fonts/museo_300.eot?&1404744111#iefix') format('embedded-opentype'), url('../fonts/museo_300.woff?1404744132') format('woff'), url('../fonts/museo_300.ttf?1404744127') format('truetype'), url('../fonts/museo_300.svg?1404744122') format('svg');
}
@font-face {
  font-family: "museo 700";
  src: url('../fonts/museo_700.eot?1409751692');
  src: url('../fonts/museo_700.eot?&1409751692#iefix') format('embedded-opentype'), url('../fonts/museo_700.woff?1409751692') format('woff'), url('../fonts/museo_700.ttf?1409751692') format('truetype'), url('../fonts/museo_700.svg?1409751692') format('svg');
}
@font-face {
  font-family: "museo 900";
  src: url('../fonts/museo_900.eot?1409751703');
  src: url('../fonts/museo_900.eot?&1409751703#iefix') format('embedded-opentype'), url('../fonts/museo_900.woff?1409751703') format('woff'), url('../fonts/museo_900.ttf?1409751703') format('truetype'), url('../fonts/museo_900.svg?1409751703') format('svg');
}
/* line 3, ../sass/partials/_scholastic.scss */
#schlPageContent,
#schlPageWrapper,
#schlMainContent,
#schl3o {
  width: 100% !important;
  background: transparent !important;
}

/* line 10, ../sass/partials/_scholastic.scss */
#schlLegacy {
  width: 100% !important;
}
/* line 12, ../sass/partials/_scholastic.scss */
#schlLegacy img.dBlock {
  display: none !important;
}

/* line 16, ../sass/partials/_scholastic.scss */
#schlPageContent,
#schlMainContent,
#universal4o {
  width: 100% !important;
}

/* line 21, ../sass/partials/_scholastic.scss */
#schlHeader,
#header {
  width: 100% !important;
  margin-bottom: 0 !important;
}

/* line 26, ../sass/partials/_scholastic.scss */
#schlSearchBox {
  display: none !important;
}

/* line 29, ../sass/partials/_scholastic.scss */
#schlLegacy {
  width: 100% !important;
}

/* line 32, ../sass/partials/_scholastic.scss */
.box743Borders {
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
}

/* line 8, ../sass/worldofpossible.scss */
html, body {
  height: 100% !important;
}

/* line 12, ../sass/worldofpossible.scss */
body {
  background: url("../images/worldofpossible_bkg.jpg") center 674px no-repeat !important;
  background-size: 100%;
}

/* line 17, ../sass/worldofpossible.scss */
#worldofpossibleWrapper {
  height: 100%;
  min-width: 942px;
  background: transparent;
}
/* line 25, ../sass/worldofpossible.scss */
#worldofpossibleWrapper img {
  border: 0 none;
}
/* line 26, ../sass/worldofpossible.scss */
#worldofpossibleWrapper h2, #worldofpossibleWrapper h3 {
  color: #4d4d4d;
  text-align: center;
}
/* line 30, ../sass/worldofpossible.scss */
#worldofpossibleWrapper header {
  margin: 0 auto;
  height: 128px;
  width: 100%;
  max-width: 1600px;
}
/* line 35, ../sass/worldofpossible.scss */
#worldofpossibleWrapper header h1 {
  font-family: "museo 300";
  color: #ec1d25;
  font-size: 47px;
  font-weight: normal;
}
/* line 41, ../sass/worldofpossible.scss */
#worldofpossibleWrapper header p {
  font-family: "museo sans 300";
  font-size: 18px;
  line-height: 24px;
  color: #848484;
}
/* line 48, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .centering {
  width: 942px;
  margin: 0 auto;
}
/* line 51, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .centering .mainWorldHeading {
  width: 628px;
  float: left;
  margin-bottom: 8px;
}
/* line 55, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .centering .mainWorldHeading h1 {
  margin-bottom: 0;
}
/* line 61, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundHeader .socialMediaIcons {
  float: right;
  height: 41px;
  margin-top: 40px;
}
/* line 65, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundHeader .socialMediaIcons section {
  width: 41px;
  height: 41px;
  float: right;
}
/* line 70, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundHeader .socialMediaIcons .facebook {
  background: url(../images/facebookIcon.png) 0 0 no-repeat;
  margin-right: 2px;
}
/* line 74, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundHeader .socialMediaIcons .pinterest {
  background: url(../images/pinterestIcon.png) 0 0 no-repeat;
  margin-right: 2px;
}
/* line 78, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundHeader .socialMediaIcons .twitter {
  background: url(../images/twitterIcon.png) 0 0 no-repeat;
}
/* line 83, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carousel-indicators {
  z-index: 100 !important;
  left: 323px !important;
}
/* line 87, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer {
  width: 100%;
  max-width: 1600px;
  height: 444px;
}
/* line 91, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer #carousel-example-generic {
  width: 100%;
  max-width: 1600px;
  position: relative;
}
/* line 96, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer #carousel-example-generic ol li {
  margin-right: 2px;
  width: 18px !important;
  height: 18px !important;
  background-color: #fff;
}
/* line 102, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer #carousel-example-generic ol .active {
  background-color: #4d4d4d;
  border: 1px solid #fff;
  width: 18px !important;
  height: 18px !important;
}
/* line 109, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer #carousel-example-generic img {
  width: 1600px;
  height: 444px;
}
/* line 114, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-control {
  z-index: 100;
  background: transparent !important;
  height: 444px !important;
  opacity: 1 !important;
}
/* line 119, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-control .glyphicon {
  color: #fff;
  font-size: 50px;
}
/* line 124, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-inner {
  height: 444px !important;
  position: absolute !important;
  width: 100% !important;
}
/* line 128, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-inner .headerGirlImg {
  background: url(../images/headerGirl.jpg) 0 0 no-repeat;
}
/* line 131, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-inner .headerChildrenGroupImg {
  background: url(../images/headerChildrenGroup.jpg) 0 0 no-repeat;
}
/* line 134, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-inner .headerBoyImg {
  background: url(../images/headerBoy.jpg) 0 0 no-repeat;
}
/* line 137, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-inner .headerBoyReadingImg {
  background: url(../images/headerBoyReading.jpg) 0 0 no-repeat;
}
/* line 141, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-caption {
  font-size: 29px !important;
  text-align: left !important;
  top: 30%;
  width: 549px !important;
  height: 97px !important;
}
/* line 147, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-caption .carouselText {
  font-family: "museo sans 100" !important;
}
/* line 150, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-caption p {
  font-size: 25px !important;
  text-shadow: none !important;
  color: #fff !important;
}
/* line 155, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-caption .learnMoreBlue {
  background-color: #00afc2;
  color: #fff;
  width: 209px;
  height: 57px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  margin: 25px 0 0 0;
}
/* line 164, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .carouselContainer .carousel-caption .learnMoreBlue p {
  font-family: "museo sans 900" !important;
}
/* line 170, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .active {
  z-index: 99;
}
/* line 173, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #previous, #worldofpossibleWrapper #next {
  margin-top: 204px;
  width: 44px;
  height: 44px;
  border-right: 10px solid;
  border-bottom: 10px solid;
  color: #fff;
}
/* line 181, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #previous {
  margin-left: 20px;
  float: left;
  transform: rotate(142deg);
}
/* line 186, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #next {
  margin-right: 20px;
  float: right;
  transform: rotate(-45deg);
}
/* line 191, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundInfo {
  margin: 70px 0 48px 0;
  width: 100%;
  height: 290px;
}
/* line 195, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundInfo h2 {
  font-family: "museo sans 500";
  margin-bottom: 51px;
  font-size: 44px;
}
/* line 200, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundInfo div {
  width: 50%;
  float: left;
}
/* line 203, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundInfo div p {
  font-family: "museo sans 300";
  text-align: left;
  font-size: 19px;
  line-height: 26px;
}
/* line 211, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundInfo .col-1 .blackLink {
  color: #00afc2;
}
/* line 213, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundInfo .col-1 .blackLink:hover {
  border-bottom: 2px solid #00afc2;
  padding-bottom: 1px;
}
/* line 219, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .possibleFundInfo .col-2 {
  padding-left: 10px;
}
/* line 223, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .blkPageBreak {
  width: 100%;
  height: 10px;
  background-color: #000;
}
/* line 228, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .donationsAction {
  width: 100%;
  height: 60px;
  margin: 54px 0 60px 0;
}
/* line 232, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .donationsAction h3 {
  font-family: "museo sans 700";
  font-size: 27px;
  margin-bottom: 3px;
}
/* line 237, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .donationsAction p {
  font-family: "museo sans 300";
  font-size: 20px;
  text-align: center;
}
/* line 243, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages {
  width: 100%;
}
/* line 245, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .topRowImages {
  height: 200px;
  cursor: pointer;
}
/* line 248, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .topRowImages div {
  width: 294px;
  height: 165px;
  float: left;
}
/* line 253, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .topRowImages div:hover .caption {
  text-decoration: underline;
}
/* line 258, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .topRowImages p {
  font-family: "museo sans 700";
  margin-top: 10px;
  font-size: 15px;
  color: #4d4d4d;
}
/* line 264, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .topRowImages #reachOut {
  background: url(../images/reachOutRead.png) 0 0 no-repeat;
  margin-right: 29px;
}
/* line 268, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .topRowImages #saveChildren {
  background: url(../images/saveTheChildren.jpg) 0 0 no-repeat;
  margin-right: 29px;
}
/* line 272, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .topRowImages #kidsInNeed {
  background: url(../images/kidsInNeed.jpg) 0 0 no-repeat;
}
/* line 276, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .bottomRowImages {
  height: 200px;
  margin-top: 19px;
  position: relative;
  cursor: pointer;
}
/* line 281, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .bottomRowImages div {
  width: 294px;
  height: 165px;
  float: left;
}
/* line 286, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .bottomRowImages div:hover .caption {
  text-decoration: underline;
}
/* line 291, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .bottomRowImages p {
  font-family: "museo sans 700";
  margin-top: 10px;
  font-size: 15px;
  color: #4d4d4d;
}
/* line 297, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .bottomRowImages #investWithUs {
  background: url(../images/investWithUs.png) 0 0 no-repeat;
  margin-right: 29px;
}
/* line 301, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .bottomRowImages #pajamaParty {
  background: url(../images/pajamaParty.jpg) 0 0 no-repeat;
  margin-right: 29px;
}
/* line 305, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .actionImages .bottomRowImages #disasterResponse {
  background: url(../images/longTermDisasterResponse.jpg) 0 0 no-repeat;
}
/* line 310, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #triangle-top, #worldofpossibleWrapper #triangle-bottom {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ec1d25;
  position: absolute;
}
/* line 318, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top, #worldofpossibleWrapper #descriptionContainer-bottom {
  background-color: #4d4d4d;
  position: relative;
  width: 100%;
  height: 363px;
  margin-top: 37px;
  border-top: 10px solid #ec1d25;
  display: none;
}
/* line 327, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top ul li, #worldofpossibleWrapper #descriptionContainer-bottom ul li {
  font-size: 15px;
}
/* line 331, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #xBtnTop, #worldofpossibleWrapper #descriptionContainer-top #xBtnBottom, #worldofpossibleWrapper #descriptionContainer-bottom #xBtnTop, #worldofpossibleWrapper #descriptionContainer-bottom #xBtnBottom {
  color: #fff;
  font-size: 22px;
  float: right;
  margin-right: 5px;
  cursor: pointer;
}
/* line 338, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionImage-top, #worldofpossibleWrapper #descriptionContainer-top #descriptionImage-bottom, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionImage-top, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionImage-bottom {
  width: 334px;
  height: 292px;
  margin: 35px 0 37px 40px;
  position: absolute;
}
/* line 344, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom {
  width: 482px;
  height: 278px;
  color: #fff;
  float: right;
  margin: 35px 36px 37px 28px;
}
/* line 350, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top h5, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom h5, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top h5, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom h5 {
  font-family: "museo sans 700";
  font-size: 16px;
  margin-bottom: 6px;
}
/* line 354, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top h5 .thinFont, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom h5 .thinFont, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top h5 .thinFont, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom h5 .thinFont {
  font-family: "museo sans 300";
}
/* line 358, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top .blueText, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom .blueText, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top .blueText, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom .blueText {
  color: #00afc2;
  font-size: 16px;
  font-weight: bold;
}
/* line 363, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top .reliefList, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom .reliefList, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top .reliefList, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom .reliefList {
  margin-bottom: 10px;
  font-family: "museo sans 300";
}
/* line 367, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top p, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom p, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top p, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom p {
  font-family: "museo sans 300";
}
/* line 370, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top a, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom a, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top a, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom a {
  font-family: "museo sans 900";
  font-size: 16px;
  font-weight: bold;
  color: #00afc2;
}
/* line 375, ../sass/worldofpossible.scss */
#worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-top a:hover, #worldofpossibleWrapper #descriptionContainer-top #descriptionInfo-bottom a:hover, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-top a:hover, #worldofpossibleWrapper #descriptionContainer-bottom #descriptionInfo-bottom a:hover {
  text-decoration: underline;
}
/* line 381, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .largeFontFirstPara {
  font-size: 18px;
  line-height: 23px;
}
/* line 385, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .regParaFont {
  font-size: 15px;
}
/* line 388, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages {
  background-color: #e5e5e5;
  padding: 0px 20px 20px 20px;
  position: relative;
  clear: both;
  margin: 34px 0 46px 0;
}
/* line 394, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages h3 {
  font-family: "museo sans 900";
  padding: 23px 0 16px 0;
  font-size: 20px;
}
/* line 399, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .topRowBooksDonated {
  height: 227px;
  position: relative;
}
/* line 402, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .topRowBooksDonated div {
  width: 225px;
  height: 227px;
  float: left;
}
/* line 407, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .topRowBooksDonated .girlReading {
  background: url(../images/girlDesk.jpg) 0 0 no-repeat;
}
/* line 410, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .topRowBooksDonated .twoBoysReading {
  background: url(../images/twoBoysReading.jpg) 0 0 no-repeat;
}
/* line 413, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .topRowBooksDonated .boyChickenBook {
  background: url(../images/boyChickenBook.jpg) 0 0 no-repeat;
}
/* line 416, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .topRowBooksDonated .boyWithDad {
  background: url(../images/fatherSon.jpg) 0 0 no-repeat;
}
/* line 420, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .bottomRowBooksDonated {
  height: 227px;
  position: relative;
}
/* line 423, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .bottomRowBooksDonated div {
  width: 225px;
  height: 227px;
  float: left;
}
/* line 428, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .bottomRowBooksDonated .wavingMarines {
  background: url(../images/wavingMarines.jpg) 0 0 no-repeat;
}
/* line 431, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .bottomRowBooksDonated .kidsRedShirts {
  background: url(../images/kidsRedShirts.jpg) 0 0 no-repeat;
}
/* line 434, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .bottomRowBooksDonated .girlWithBook {
  background: url(../images/girlWithBook.jpg) 0 0 no-repeat;
}
/* line 437, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .dataKidsImages .bottomRowBooksDonated .groupKidsBooks {
  background: url(../images/kidsWithBooks.jpg) 0 0 no-repeat;
}
/* line 442, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .worldPossibleLink {
  text-align: center;
}
/* line 444, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .worldPossibleLink a {
  color: #00afc2;
  font-family: "museo sans 300";
}
/* line 447, ../sass/worldofpossible.scss */
#worldofpossibleWrapper .worldPossibleLink a:hover {
  border-bottom: 2px solid #00afc2;
  padding-bottom: 2px;
}

/*# sourceMappingURL=worldofpossible.css.map */
