body {
  border-top: solid 16px #9fcc47;
  background-color: #003764;
  margin: 0;
  padding: 0;
  font-family: proxima-nova, sans-serif;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
a {
  transition: all 0.5s;
}
.modal,
.blocker {
  z-index: 99 !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes TRACKING {
  0% {
    letter-spacing: 0.05em;
  }
  100% {
    letter-spacing: 1em;
  }
}
@keyframes ROTATE {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes ROTATECC {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-25deg);
  }
}
@keyframes BGSCALE {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 125% 125%;
  }
}
header {
  background-image: url(../images/welcome-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
header .logo {
  width: 302px;
  padding: 45px 0;
  margin: auto;
}
header .title {
  text-align: center;
  color: #9fcc47;
  text-transform: uppercase;
}
header .title h1 {
  font-weight: 500;
  font-size: 1.05em;
  animation: TRACKING 5s;
  animation-iteration-count: 1;
  letter-spacing: 1em;
}
header .welcome {
  background-image: url(../images/welcome-image.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-bottom: 50px;
}
header .welcome .left-col {
  width: 50%;
  margin-left: 10%;
  color: white;
}
header .welcome .left-col h2 {
  color: white;
  font-size: 4.5em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 85px 0 35px;
}
header .welcome .left-col p {
  font-size: 1.25em;
  line-height: 1.5em;
  width: 100%;
  max-width: 590px;
}
header .welcome .left-col .name {
  font-size: 2.35em;
  font-weight: 300;
  padding: 20px 0 8px;
}
header .welcome .left-col .title {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 0.95em;
}
header .welcome .right-col {
  display: none;
}
#programs {
  background: #005cb9;
  color: white;
}
#programs h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.5em;
  margin: 0;
  padding: 50px;
  letter-spacing: 0.05em;
}
#programs h3 strong {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
}
#programs ul.stats {
  list-style: none;
  padding: 0;
  width: 90%;
  margin: 0 5%;
}
#programs ul.stats li {
  float: left;
  width: 29%;
  margin: 0 2%;
  display: inline-block;
}
#programs ul.stats li .icon {
  margin: auto;
  width: 100%;
  text-align: center;
  min-height: 205px;
}
#programs ul.stats li .icon img {
  text-align: center;
}
#programs ul.stats li .grants img {
  margin-top: 15px;
}
#programs ul.stats li p {
  text-align: center;
  font-weight: 800;
  font-size: 2.25em;
  letter-spacing: 0.05em;
}
#programs .caption {
  width: 100%;
  clear: both;
  padding: 25px 0 50px;
}
#programs .caption p {
  text-align: center;
  margin: auto;
  padding: 0;
  max-width: 625px;
  color: #9fcc47;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.065em;
}
#community {
  position: relative;
  overflow: hidden;
}
#community .headline {
  position: absolute;
  border-bottom: dotted 5px #9fcc47;
  z-index: 1;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  font-size: 2.65em;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1000px;
  line-height: 1.45em;
  padding: 85px 40px 45px;
}
#community ul.slides li {
  padding: 340px 0 0;
}
#community ul.slides li .image {
  width: 30%;
  padding: 0 0 0 15%;
  margin: 0 3% 0 0;
  float: left;
}
#community ul.slides li .image img {
  border: solid 2px white;
}
#community ul.slides li .description {
  width: 38%;
  float: left;
  min-height: 430px;
}
#community ul.slides li .description h4 {
  color: #9fcc47;
  font-weight: 800;
  font-size: 2.1em;
  letter-spacing: 0.025em;
  padding: 0 0 15px 0;
  margin: 0;
}
#community ul.slides li .description p {
  color: white;
  font-size: 1.1em;
  line-height: 1.45em;
  margin: 0;
  padding: 0;
}
#community ul.slides li.slide2 {
  background: rgba(0, 55, 100, 0.8);
}
#community ul.slides li.slide1 {
  background: rgba(0, 92, 185, 0.8);
}
#community ul.slides li.slide1 .description h4 {
  color: white;
}
#community ul.slides li.slide3 {
  background: rgba(76, 156, 46, 0.8);
}
#community ul.slides li.slide3 .description h4 {
  color: #003764;
}
#community .flex-control-nav {
  display: none;
}
#community .custom-navigation {
  position: absolute;
  top: 57%;
  width: 100%;
}
#community .custom-navigation a {
  position: absolute;
  opacity: 0.5;
  transition: all 0.5s;
  color: white;
  font-weight: 600;
  text-decoration: none;
}
#community .custom-navigation a .text {
  clear: both;
  display: block;
  float: left;
  margin-top: 10px;
}
#community .custom-navigation a:hover {
  opacity: 1.0;
}
#community .custom-navigation a.flex-prev {
  left: 7%;
}
#community .custom-navigation a.flex-next {
  right: 7%;
}
#community .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -9999;
}
#youth {
  background: white;
  position: relative;
  overflow: hidden;
}
#youth:after {
  content: "";
  display: table;
  clear: both;
}
#youth .content {
  float: left;
  margin-left: 435px;
  background-image: url(../images/youth-maser-photo.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 525px;
}
#youth .content h3 {
  color: #003764;
  font-size: 3.25em;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0;
  padding: 50px 0 0 0;
}
#youth .content p {
  font-size: 1.15em;
  width: 60%;
  color: #003764;
  line-height: 1.65em;
}
#youth .content .pullquote {
  width: 38%;
  position: relative;
  padding: 0 80px;
  margin-top: 30px;
}
#youth .content .pullquote:before {
  width: 67px;
  height: 55px;
  content: '';
  background-image: url(../images/left-quote.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#youth .content .pullquote:after {
  width: 67px;
  height: 55px;
  content: '';
  background-image: url(../images/right-quote.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#youth .content .pullquote .quote {
  font-size: 1.1em;
  color: #003764;
  font-weight: 600;
  line-height: 1.45em;
}
#youth .content .pullquote .attribution {
  font-weight: 700;
  margin-top: 15px;
  color: #003764;
  font-size: 1.1em;
}
#youth .content .pullquote .attribution span.sub {
  font-weight: 400;
  font-size: 0.9em;
}
#youth .grants-bar {
  float: left;
  margin-left: 405px;
  width: 100%;
  background: #4c9c2e;
  padding: 60px 30%;
  color: white;
  text-transform: uppercase;
  font-size: 2.35em;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.45em;
}
#youth .grants-bar strong {
  font-size: 1.85em;
  display: block;
  font-weight: 800;
}
#youth .grants-content {
  float: left;
  position: relative;
}
#youth .grants-content .image {
  position: absolute;
  z-index: 1;
  left: 330px;
  bottom: -83px;
}
#youth .grants-content ul.stats {
  float: left;
  margin-left: 750px;
  list-style: none;
  width: 580px;
  margin-top: 25px;
}
#youth .grants-content ul.stats li {
  float: left;
  width: 40%;
  margin: 0 5%;
}
#youth .grants-content ul.stats li .icon {
  margin: auto;
  width: 100%;
  text-align: center;
  min-height: 150px;
}
#youth .grants-content ul.stats li .icon img {
  text-align: center;
}
#youth .grants-content ul.stats li p {
  font-weight: 700;
  color: #003764;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 10px;
}
#youth .grants-content ul.stats li a {
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #9fcc47;
  text-decoration: none;
  transition: all 0.5s;
}
#youth .grants-content ul.stats li a:hover {
  color: #4c9c2e;
}
#youth:before {
  display: block;
  content: '';
  background-image: url(../images/youth-sidebar.png);
  background-size: cover;
  position: absolute;
  left: -100px;
  top: 0;
  height: 1070px;
  width: 528px;
}
#dinsdale {
  background-image: url(../images/dinsdale-background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#dinsdale .content {
  width: 56%;
  margin: 0 22%;
  padding: 70px 0;
  color: white;
  position: relative;
}
#dinsdale .content h4 {
  padding: 0 0 30px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 4.15em;
  letter-spacing: 0.15em;
}
#dinsdale .content h4 strong {
  font-weight: 800;
  font-size: 0.7em;
  display: block;
}
#dinsdale .content p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 25px 0 0;
  padding: 0;
}
#dinsdale .content:before {
  width: 171px;
  height: 380px;
  content: '';
  background-image: url(../images/dinsdale-left-illus.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  left: -25%;
  top: 150px;
  animation: ROTATECC 1s infinite;
  animation-direction: alternate;
}
#dinsdale .content:after {
  width: 270px;
  height: 285px;
  content: '';
  background-image: url(../images/dinsdale-right-illus.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  right: -35%;
  top: 350px;
  animation: ROTATE 1s infinite;
  animation-direction: alternate;
}
#dinsdale-subs .button {
  width: 50%;
  position: relative;
}
#dinsdale-subs .button a {
  color: white;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2.5em;
  min-height: 200px;
  padding: 100px 125px 0;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#dinsdale-subs .button a .image {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  opacity: 0.25;
  transition: all 0.5s;
  z-index: -9999;
}
#dinsdale-subs .button a:hover {
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.75);
}
#dinsdale-subs .button a:hover .image {
  opacity: 1.0;
}
#dinsdale-subs .button a span.cta {
  display: block;
  font-weight: normal;
  font-size: 0.4em;
  letter-spacing: 0.025em;
}
#dinsdale-subs .glass {
  float: left;
  background-color: #003764;
}
#dinsdale-subs .glass .image {
  background-image: url(../images/dinsdale-feature-glass.png);
}
#dinsdale-subs .openspace {
  float: right;
  background-color: #4c9c2e;
}
#dinsdale-subs .openspace .image {
  background-image: url(../images/dinsdale-feature-openspace.png);
}
#nei-area {
  background: url(../images/nei-background.png) no-repeat center top;
  background-size: cover;
  padding: 62px 0;
  height: 700px;
}
#nei-area .content {
  width: 42%;
  margin-left: 5%;
  float: left;
}
#nei-area .content h4 {
  font-weight: 800;
  color: #9fcc47;
  text-transform: uppercase;
  font-size: 4em;
  letter-spacing: 0.05em;
  margin: 45px 0 25px;
  padding: 0;
  line-height: 1em;
  float: left;
}
#nei-area .content p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 15px 0 0;
  padding: 0;
  color: white;
}
#nei-area .photo {
  float: right;
  width: 50%;
  background: url(../images/nei-image.png) no-repeat center center;
  background-size: cover;
  height: 523px;
  position: relative;
}
#nei-area .photo .link {
  width: 273px;
  height: 156px;
  content: '';
  background-image: url(../images/nei-bbbs-link.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  left: -20%;
  top: 35px;
}
#nei-area .photo .link a {
  display: block;
  width: 100%;
  height: 156px;
}
#gbg-area {
  background-color: white;
  position: relative;
  min-height: 675px;
}
#gbg-area:after {
  content: "";
  display: table;
  clear: both;
}
#gbg-area .eec-bar {
  position: absolute;
  bottom: -1px;
  width: 100%;
  background: rgba(0, 55, 100, 0.85);
  z-index: 2;
}
#gbg-area .eec-bar .container {
  max-width: 1080px;
}
#gbg-area .eec-bar a {
  display: block;
  text-align: center;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  font-size: 3.4em;
  padding: 24px 0;
  text-decoration: none;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  letter-spacing: 0.1em;
}
#gbg-area .eec-bar a .button {
  font-size: 0.25em;
  margin: 18px 0 0;
  float: right;
  letter-spacing: normal;
  display: inline-block;
  border: solid 2px white;
  font-weight: 400;
  opacity: 0.75;
  padding: 8px 16px;
  transition: all 0.5s;
}
#gbg-area .eec-bar a:hover {
  color: #9fcc47;
}
#gbg-area .eec-bar a:hover .button {
  color: white;
  opacity: 1.0;
}
#gbg-area .left-col {
  float: left;
  background-color: #4c9c2e;
  width: 30%;
}
#gbg-area .left-col .photo {
  position: relative;
}
#gbg-area .left-col .photo img {
  position: absolute;
  top: -89px;
  left: -30%;
  z-index: 1;
}
#gbg-area .left-col .photo:before {
  display: block;
  content: '';
  width: 200%;
  height: 675px;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #4c9c2e;
  z-index: 0;
}
#gbg-area .left-col .photo:after {
  display: block;
  content: '';
  width: 200px;
  height: 675px;
  position: absolute;
  top: 0;
  left: 67%;
  background-color: #005cb9;
  z-index: 0;
}
#gbg-area .right-col {
  float: right;
  width: 60%;
}
#gbg-area .right-col h4 {
  color: #9fcc47;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 4.5em;
  margin: 55px 0 0 0;
  padding: 0;
  letter-spacing: 0.025em;
  line-height: 1em;
  max-width: 725px;
}
#gbg-area .right-col p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 15px 0 0;
  padding: 0;
  color: #003764;
  float: left;
  width: 70%;
}
#gbg-area .right-col .photo {
  float: right;
  width: 25%;
  margin-top: 10px;
}
#gbg-area .right-col .photo img {
  width: 100%;
  height: auto;
}
#gbg-area .right-col ul.stats {
  float: left;
  list-style: none;
  margin: 25px 0 0 -4%;
  padding: 0;
}
#gbg-area .right-col ul.stats li {
  float: left;
  width: 27%;
  padding: 20px 3%;
  min-height: 110px;
  margin: 0;
  text-align: center;
  border-right: solid 2px #4c9c2e;
}
#gbg-area .right-col ul.stats li h5 {
  color: #003764;
  font-size: 2.5em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#gbg-area .right-col ul.stats li .caption {
  color: #005cb9;
  font-weight: 600;
  font-size: 1.1em;
  margin-top: 5px;
  display: inline-block;
}
#gbg-area .right-col ul.stats li:last-child {
  border: none;
}
#densel {
  background: url(../images/densel-bg.png) #ffffff no-repeat center center;
  padding: 75px;
  background-size: cover;
}
#densel:after {
  content: "";
  display: table;
  clear: both;
}
#densel .container {
  width: 90%;
  margin: 0 5%;
}
#densel .content {
  float: left;
  width: 62%;
}
#densel .content h4 {
  margin: 0;
  padding: 0;
  color: #003764;
  text-transform: uppercase;
  font-size: 5.5em;
  line-height: 1.1em;
  font-weight: 300;
}
#densel .content p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 15px 0 0;
  padding: 0;
  color: #003764;
  float: left;
  max-width: 640px;
}
#densel .content a {
  display: inline-block;
  clear: both;
  padding: 16px 30px 15px;
  border: solid 2px #003764;
  background: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5em;
  text-decoration: none;
  color: #003764;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
#densel .content a:hover {
  background: #003764;
  color: white;
}
#densel .photo {
  float: right;
  width: 33%;
}
#densel .photo img {
  width: 100%;
  height: auto;
  border: solid 8px white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
#footer {
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  padding-bottom: 25px;
  background-size: cover;
  background-position: right bottom;
  border-bottom: solid 16px #9fcc47;
}
#footer .container {
  width: 80%;
  margin: 0 10%;
}
#footer .left-col {
  float: left;
  width: 70%;
}
#footer .left-col h3 {
  color: #003764;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 6.5em;
  letter-spacing: 0.025em;
  line-height: 1.1em;
  margin: 100px 0 20px;
  padding: 0;
  max-width: 750px;
}
#footer .left-col p {
  font-size: 1.25em;
  line-height: 1.6em;
  margin: 30px 0 0;
  padding: 0;
  color: #003764;
  float: left;
  max-width: 680px;
}
#footer .left-col .cta-btns {
  float: left;
  clear: both;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
}
#footer .left-col .cta-btns .cta {
  padding-top: 50px;
  float: left;
  padding: 10px;
}
#footer .left-col .cta-btns .cta a {
  text-decoration: none;
  border-radius: 8px;
  display: block;
  padding: 10px;
}
#footer .left-col .cta-btns .cta a .icon {
  text-align: center;
  padding-bottom: 15px;
  width: 60%;
  margin: 0 20%;
}
#footer .left-col .cta-btns .cta a .icon img {
  height: 90px;
  width: auto;
}
#footer .left-col .cta-btns .cta a .text {
  text-align: center;
  font-weight: 800;
  color: #003764;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.2em;
}
#footer .left-col .cta-btns .cta a .text span.sub {
  display: block;
  font-size: 0.65em;
  text-transform: none;
  color: #003764;
  font-weight: 500;
  letter-spacing: normal;
}
#footer .left-col .cta-btns .cta a:hover {
  background: rgba(255, 255, 255, 0.45);
}
#footer .credits {
  float: left;
  clear: both;
  width: 100%;
}
#footer .credits .left-col {
  color: #003764;
  width: 70%;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 150px;
}
#footer .credits .right-col {
  float: right;
  width: 20%;
  position: relative;
}
#footer .credits .right-col img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -170px;
  right: 0;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1370px) {
  #youth:before {
    left: -250px;
  }
  #youth .content {
    margin-left: 360px;
  }
  #youth .grants-content .image {
    left: 75px;
  }
  #youth .grants-content ul.stats {
    margin-left: 400px;
  }
  #youth .grants-bar {
    margin-left: 100px;
  }
  #nei-area .photo {
    background: url(../images/nei-image.png) no-repeat center left;
    background-size: 122%;
  }
  #nei-area .content p {
    font-size: 1.1em;
  }
  #densel .content h4 {
    font-size: 5em;
  }
  #footer {
    background-position: 75% bottom;
  }
  #footer .left-col h3 {
    font-size: 5.5em;
  }
  #footer .left-col .cta-btns .cta {
    width: 30%;
    margin: 0 0 0 3%;
    padding: 0;
  }
  #footer .left-col .cta-btns .cta a .text {
    line-height: normal;
  }
}
@media only screen and (max-width: 1140px) {
  #community .custom-navigation a.flex-prev {
    left: 5%;
  }
  #community .custom-navigation a.flex-next {
    right: 5%;
  }
  #community ul.slides li .description {
    min-height: 500px;
  }
  #youth .content {
    margin-left: 200px;
  }
  #youth:before {
    left: -344px;
  }
  #youth .grants-content .image {
    left: 0;
  }
  #nei-area .photo {
    background: url(../images/nei-image.png) no-repeat center left;
    background-size: 132%;
  }
  #nei-area .content {
    max-height: 523px;
    overflow: hidden;
  }
  #gbg-area .right-col {
    width: 66%;
  }
  #gbg-area .right-col h4 {
    font-size: 3.5em;
  }
  #gbg-area .right-col p {
    font-size: 1.15em;
    width: 60%;
  }
  #gbg-area .right-col .eec-bar a {
    letter-spacing: normal;
  }
  #gbg-area .left-col .photo img {
    left: -90%;
  }
  #gbg-area .left-col .photo:after {
    display: none;
  }
  #densel .content h4 {
    font-size: 3.5em;
  }
  #densel .content p {
    font-size: 1.1em;
  }
  #footer .left-col h3 {
    font-size: 5em;
  }
}
@media only screen and (max-width: 1024px) {
  header .welcome {
    background-image: none;
    padding-bottom: 0;
  }
  header .welcome .left-col {
    width: 80%;
    margin: 0 10%;
  }
  header .welcome .left-col p {
    max-width: 100%;
  }
  header .welcome .right-col {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  #programs ul.stats li p {
    font-size: 1.75em;
  }
  #programs ul.stats li .icon img {
    width: 50%;
  }
  #programs ul.stats li .grants img {
    width: 80%;
  }
  #community .headline {
    width: 90%;
    max-width: 100%;
    padding: 85px 0 45px;
    font-size: 2em;
  }
  #community ul.slides li .image {
    width: 70%;
    margin: 0 15%;
    padding: 0 0 25px 0;
  }
  #community ul.slides li .description {
    width: 70%;
    margin: 0 15% 0;
  }
  #youth:before {
    display: none;
  }
  #youth .content {
    width: 80%;
    margin: 0 10%;
    background-image: none;
  }
  #youth .content h3 {
    font-size: 3em;
  }
  #youth .content p {
    width: 100%;
  }
  #youth .content .pullquote {
    width: 80%;
    padding: 0 10%;
  }
  #youth .content .pullquote:before {
    left: -5%;
  }
  #youth .content .pullquote:after {
    right: -5%;
  }
  #youth .grants-bar {
    width: 100%;
    padding: 30px 20px;
    margin-left: 0;
  }
  #youth .grants-content ul.stats {
    margin-left: 0;
  }
  #youth .grants-content .image {
    display: none;
  }
  #dinsdale .container {
    overflow: hidden;
  }
  #dinsdale .content {
    width: 80%;
    margin: 0 10%;
  }
  #dinsdale .content h4 {
    font-size: 3.5em;
    letter-spacing: normal;
  }
  #dinsdale .content:before {
    left: -75%;
  }
  #dinsdale .content:after {
    right: -75%;
  }
  #dinsdale-subs .button {
    width: 100%;
  }
  #nei-area {
    height: 999px;
  }
  #nei-area .content {
    width: 90%;
    margin: 0 5%;
  }
  #nei-area .photo {
    display: none;
  }
  #gbg-area .right-col {
    width: 90%;
    margin: 0 5%;
  }
  #gbg-area .left-col .photo {
    display: none;
  }
  #gbg-area .eec-bar a {
    letter-spacing: normal;
    font-size: 2.4em;
  }
  #densel .content {
    width: 90%;
    margin: 0 5%;
  }
  #densel .photo {
    width: 60%;
    margin: 40px 20%;
  }
}
@media only screen and (max-width: 770px) {
  header .title h1 {
    letter-spacing: 0.25em;
  }
  header .welcome .left-col h2 {
    font-size: 3.5em;
  }
  header .welcome .left-col p {
    font-size: 1.15em;
  }
  header .welcome .right-col img {
    width: 100%;
    height: auto;
  }
  #programs ul.stats li {
    width: 60%;
    margin: 20px 20%;
  }
  #programs h3 {
    font-size: 1.5em;
  }
  #programs .caption p {
    width: 80%;
    margin: 0 10%;
    letter-spacing: normal;
  }
  #youth .grants-bar {
    font-size: 1.5em;
  }
  #youth .content {
    padding-bottom: 50px;
  }
  #youth .content .pullquote:before {
    left: -15%;
  }
  #youth .content .pullquote:after {
    right: -15%;
  }
  #youth .grants-content ul.stats {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #youth .grants-content ul.stats li {
    width: 90%;
    margin: 20px 5% 40px;
  }
  #gbg-area {
    padding-bottom: 100px;
  }
  #gbg-area .right-col p {
    width: 100%;
  }
  #gbg-area .right-col img {
    width: 60%;
    margin: 20px 20% 0;
  }
  #gbg-area .right-col ul.stats {
    margin: 0;
    padding: 0;
  }
  #gbg-area .right-col ul.stats li {
    width: 80%;
    margin: 0 10%;
    border-right: none;
    border-bottom: solid 2px #4c9c2e;
  }
  #gbg-area .eec-bar a {
    font-size: 1.4em;
  }
  #gbg-area .eec-bar a .button {
    display: block;
    width: 100%;
    font-size: 0.7em;
    border-left: none;
    border-bottom: none;
    border-right: none;
  }
  #densel {
    padding: 75px 0;
  }
  #footer {
    background-position: left bottom;
  }
  #footer .left-col {
    width: 90%;
    margin: 0 5%;
  }
  #footer .left-col h3 {
    font-size: 4em;
  }
  #footer .left-col .cta-btns .cta {
    width: 90%;
    margin: 20px 5%;
  }
  #footer .credits .left-col {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #footer .credits .right-col {
    width: 100%;
  }
  #footer .credits .right-col img {
    position: relative;
    bottom: 0;
    width: 80%;
    margin: 15px 10%;
  }
}
@media only screen and (max-width: 480px) {
  header .title h1 {
    animation: none;
  }
  #programs ul.stats li .icon {
    min-height: 130px;
  }
  #community .headline {
    border: none;
    font-size: 1.5em;
  }
  #community .custom-navigation {
    top: 33%;
  }
  #community .custom-navigation a {
    opacity: 1;
  }
  #community .custom-navigation a.flex-prev {
    left: 2%;
  }
  #community .custom-navigation a.flex-next {
    right: 2%;
  }
  #community ul.slides li .image,
  #community ul.slides li .description {
    width: 64%;
    margin: 0 18%;
  }
  #youth .content h3 {
    font-size: 2em;
  }
  #dinsdale .content:before {
    display: none;
  }
  #dinsdale .content:after {
    display: none;
  }
  #dinsdale-subs .button a {
    font-size: 1.75em;
    padding: 100px 60px 0;
  }
  #dinsdale-subs .button a span.cta {
    display: block;
    font-weight: normal;
    font-size: 0.6em;
  }
  #nei-area {
    height: 1419px;
  }
  #nei-area .content h4 {
    font-size: 2.75em;
  }
  #nei-area .photo {
    display: inline;
    width: 100%;
    background-size: contain;
    height: 600px;
  }
  #nei-area .photo .link {
    left: 0;
  }
  #gbg-area .right-col h4 {
    margin: 0;
  }
  #gbg-area .right-col ul.stats li {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #densel .content a {
    font-size: 1em;
  }
  #footer .left-col .cta-btns .cta {
    width: 100%;
    margin: 20px 0;
  }
  #footer .left-col .cta-btns .cta a .text {
    font-size: 1.5em;
  }
}
