@import url(normalize.css);
@keyframes headline_animation {
  from {
    opacity: 0;
    bottom: 0; }
  to {
    opacity: 1;
    bottom: 30px; } }
@media (min-width: 1200px) {
  .animate_submenu {
    animation: navIn .25s; } }

@keyframes navIn {
  0% {
    transform: translateY(10%);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.scroll_offset_01 {
  scroll-margin-top: 60px; }

.scroll_offset_02 {
  scroll-margin-top: 60px; }

.img-thumbnail {
  margin-bottom: 1.5em; }

.family-photo {
  transform: rotate(3.2deg); }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

button.hamburger:focus {
  outline: none;
  /* outline: -webkit-focus-ring-color auto 5px; */ }

.no-select {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */ }

img.family, img.jab {
  transform: rotate(-0.5deg); }

img.peaceCorps, img.bike {
  transform: rotate(2deg); }

figure {
  margin-bottom: 1.5em; }
  figure figcaption {
    font-style: italic;
    color: gray; }

.btn-primary {
  color: #fff;
  background-color: #337dc0;
  border-color: #337dc0; }

.btn-primary:hover, .btn-primary:active {
  background-color: #4c91d0;
  border-color: #4c91d0; }

@font-face {
  font-family: 'eastmangrotesque-extrabold';
  src: url("../fonts/eastmangrotesque-extrabold-webfont.woff2") format("woff2"), url("../fonts/eastmangrotesque-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Open Sans", sans-serif;
  color: #333333; }

h1, h2 {
  color: #337dc0;
  font-weight: normal;
  font-family: 'eastmangrotesque-extrabold';
  letter-spacing: -.05rem; }

h3 {
  color: #337dc0;
  font-weight: bold;
  font-size: 1.4rem; }

.center {
  text-align: center; }

.punch {
  color: #329c43; }

.pull-quote {
  text-align: center;
  color: #171243;
  padding-bottom: .25em; }

.dropcap {
  font-family: "eastmangrotesque-extrabold";
  font-size: 7em;
  color: #251d6b;
  float: left;
  margin: 0em 0.15em 0 0;
  line-height: 1em;
  padding: 0em 0 .15em 0; }

.eyebrow {
  display: none; }

header {
  background-color: #171243;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000; }
  header a {
    width: 160px; }
    header a .logo {
      max-width: 160px;
      height: auto;
      display: block; }
    header a:link, header a:visited {
      opacity: 1; }
    header a:hover {
      opacity: .8; }
    header a:active {
      opacity: .65; }
  header a.logo-collapsed,
  header a.logo-homepage {
    display: none; }
  header .menu-icon-holder {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1em; }
    header .menu-icon-holder .menu-icon {
      color: white;
      cursor: pointer; }

header.collapsed {
  border-bottom: none;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000; }
  header.collapsed a .logo {
    display: none; }
  @media (min-width: 1200px) {
    header.collapsed {
      background-color: rgba(23, 20, 66, 0.9); }
      header.collapsed a.logo {
        display: none; }
        header.collapsed a.logo .logo {
          display: none; }
      header.collapsed a.logo-collapsed {
        display: block; }
        header.collapsed a.logo-collapsed .logo-collapsed {
          display: block;
          height: 42px;
          width: auto;
          margin-left: 1em; }
      header.collapsed a.logo-homepage {
        display: none !important; } }

/*----------- BREAKPOINTS ------------ */
@media (min-width: 768px) {
  header {
    background-color: #171243;
    text-align: center; }
    header a .logo {
      max-width: 200px;
      height: auto;
      margin: .5em auto; }
    header .menu-icon-holder {
      justify-content: flex-end; } }
@media (min-width: 1200px) {
  .eyebrow {
    display: flex;
    background-color: #337dc0;
    height: 130px;
    flex-flow: row wrap;
    justify-content: flex-end; }
    .eyebrow .languages {
      display: none;
      flex-flow: row wrap;
      align-items: center;
      height: 30px;
      margin-right: 1em; }
      .eyebrow .languages a:link, .eyebrow .languages a:visited {
        color: white;
        text-decoration: none; }
      .eyebrow .languages a:hover, .eyebrow .languages a:active {
        color: white;
        text-decoration: underline; }
      .eyebrow .languages a.english {
        margin-right: 1em; }
      .eyebrow .languages a.english::before {
        content: url(../images/flag-en.png);
        padding-right: 4px;
        top: 10px; }
      .eyebrow .languages a.espanol {
        margin-right: 1em; }
      .eyebrow .languages a.espanol::before {
        content: url(../images/flag-es.png);
        padding-right: 4px;
        top: 10px; }
    .eyebrow .social-media-icons {
      display: flex;
      flex-flow: row wrap; }
      .eyebrow .social-media-icons a img.social-media-logo {
        width: 26px;
        height: auto;
        margin-right: 10px;
        opacity: .85; }
      .eyebrow .social-media-icons a:link, .eyebrow .social-media-icons a:visited {
        opacity: .85; }
      .eyebrow .social-media-icons a:hover {
        opacity: 1; }
      .eyebrow .social-media-icons a:active {
        opacity: .6; }

  header {
    top: 30px;
    height: 100px;
    position: fixed;
    z-index: 6000;
    width: 100%; }
    header a.logo {
      width: 160px;
      margin-left: 1em; }
    header .menu-icon-holder {
      display: none; }

  html#home header a.logo {
    visibility: hidden; }
  html#home header a.logo-homepage {
    display: block;
    width: 286px;
    height: auto;
    position: absolute;
    left: 1em;
    top: -1em;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); }
    html#home header a.logo-homepage:link, html#home header a.logo-homepage:visited, html#home header a.logo-homepage:hover, html#home header a.logo-homepage:active {
      opacity: 1; } }
footer {
  padding: 1em 0;
  text-align: center;
  border-top: 3px solid #337dc0; }
  footer img.logo {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto 1em auto; }
  footer p {
    color: white; }
  footer a:link, footer a:visited {
    color: white;
    text-decoration: none; }
  footer a:hover, footer a:active {
    color: white;
    text-decoration: underline; }
  footer p {
    font-size: .64em; }
  footer p.auth-line {
    font-size: .5em; }
  footer .social-media-links {
    margin-bottom: 2em; }
    footer .social-media-links img.social-media-logo {
      width: 24px;
      height: auto;
      margin-right: .5em;
      opacity: .8; }
    footer .social-media-links a:link img.social-media-logo, footer .social-media-links a:visited img.social-media-logo {
      opacity: .8; }
    footer .social-media-links a:hover img.social-media-logo, footer .social-media-links a:active img.social-media-logo {
      opacity: 1; }

#main .hero.homepage {
  background-image: url("../images/houseFloor_MOBILE.jpg");
  height: 300px; }

#main .hero.meet {
  background-image: url("../images/meetRobbyn_MOBILE.jpg");
  height: 300px; }

#main .hero.story {
  background-image: url("../images/robbynStory_MOBILE.jpg");
  height: 300px; }

#main .hero.priorities {
  background-image: url("../images/priorities_MOBILE.jpg");
  height: 300px; }

.parallax_01 {
  background-image: url("../images/curtisBay_MOBILE_duoTone.jpg"); }

.parallax_02 {
  background-image: url("../images/robbyn_linwood_MOBILE.jpg"); }

.parallax_03 {
  background-image: url("../images/federalHillDoors_MOBILE.jpg"); }

@media (min-width: 768px) {
  #main .hero.homepage {
    background-image: url("../images/houseFloor_TABLET.jpg");
    height: 350px; }

  #main .hero.meet {
    background-image: url("../images/meetRobbyn_TABLET.jpg");
    height: 400px; }

  #main .hero.priorities {
    background-image: url("../images/priorities_TABLET.jpg");
    height: 400px !important; }

  #main .hero.story {
    background-image: url("../images/robbynStory_TABLET.jpg");
    height: 400px; } }
@media (min-width: 1200px) {
  #main .hero.homepage {
    background-image: url("../images/houseFloor_DISPLAY.jpg");
    height: 700px !important; }

  #main .hero.meet {
    background-image: url("../images/meetRobbyn_DISPLAY.jpg");
    height: 400px; }

  #main .hero.priorities {
    background-image: url("../images/priorities_DISPLAY.jpg");
    height: 600px !important; }

  #main .hero.story {
    background-image: url("../images/robbynStory_DISPLAY.jpg");
    height: 600px !important; }

  .parallax_01 {
    background-image: url("../images/curtisBay_DISPLAY.jpg"); }

  .parallax_02 {
    background-image: url("../images/robbyn_linwood_DISPLAY.jpg"); }

  .parallax_03 {
    background-image: url("../images/federalHillDoors_DISPLAY.jpg"); } }
html {
  scroll-behavior: smooth; }

body {
  background-color: #171243; }

.hide {
  display: none; }

a {
  color: #337dc0; }

html.home article {
  padding-top: 1.4em;
  padding-bottom: 1.4em; }
  html.home article .fas {
    color: #337dc0;
    padding-bottom: .25em; }

#main {
  background-color: white;
  padding-top: 120px;
  padding-bottom: 5em;
  position: relative; }
  #main .hero {
    position: relative;
    text-align: center;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 1em; }
    #main .hero .lockup {
      position: absolute;
      bottom: 3%;
      left: 0;
      width: 100%; }
      @media (min-width: 768px) {
        #main .hero .lockup {
          animation-name: headline_animation;
          animation-duration: 1s;
          animation-timing-function: ease-out; } }
      #main .hero .lockup h2 {
        color: white;
        width: 100%;
        margin: 0;
        margin-bottom: .5em;
        font-size: 2em;
        line-height: 1em;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        display: inline-block; }
      #main .hero .lockup .buttons {
        width: 100%;
        display: flex;
        justify-content: center; }
        #main .hero .lockup .buttons a.button {
          margin-right: 1em;
          text-transform: uppercase;
          color: white;
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          font-weight: bold;
          padding: .5em 1em;
          border-radius: 5px; }
          #main .hero .lockup .buttons a.button:link, #main .hero .lockup .buttons a.button:visited {
            color: white;
            text-decoration: none; }
          #main .hero .lockup .buttons a.button:hover, #main .hero .lockup .buttons a.button:active {
            color: white;
            text-decoration: none; }
        #main .hero .lockup .buttons a.button.join:link, #main .hero .lockup .buttons a.button.join:visited {
          background-color: #337dc0; }
        #main .hero .lockup .buttons a.button.join:hover {
          background-color: #408acc; }
        #main .hero .lockup .buttons a.button.join:active {
          background-color: #2e70ac; }
        #main .hero .lockup .buttons a.button.donate:link, #main .hero .lockup .buttons a.button.donate:visited {
          background-color: #329c43; }
        #main .hero .lockup .buttons a.button.donate:hover {
          background-color: #38af4b; }
        #main .hero .lockup .buttons a.button.donate:active {
          background-color: #2c893b; }
      #main .hero .lockup p.photo-credit {
        text-align: right;
        color: white;
        padding-right: 3em;
        padding-top: .5em;
        font-size: .6em;
        opacity: .5;
        /* display: none; */
        margin-bottom: 0; }
  #main .grabber {
    text-align: center;
    padding-bottom: 2em; }
    #main .grabber h2 {
      font-size: 2em; }
      #main .grabber h2 .emph {
        color: #171243; }
    #main .grabber .copy p {
      text-align: center; }
  #main section {
    margin-top: 2.4em;
    scroll-behavior: smooth; }
    #main section h2 {
      margin-bottom: .65em; }
  #main section.issues h3 {
    padding-bottom: 1em;
    border-bottom: 1px solid #cdcdcd; }
  #main .section-divider {
    margin-bottom: 2em;
    position: relative;
    text-align: center;
    color: white; }
    #main .section-divider h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-transform: uppercase;
      font-size: 2.4em; }
  #main .sectionHeader {
    width: 100%;
    position: relative;
    margin-bottom: 2em;
    border-bottom: 3px solid #337dc0; }
    #main .sectionHeader .parallax {
      height: 200px;
      background-attachment: scroll;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0; }
    #main .sectionHeader h2.header {
      position: absolute;
      z-index: 1000;
      top: 70px;
      color: white;
      text-align: center;
      display: inline-block;
      width: 100%;
      font-size: 1.6em; }

section.callouts .callout {
  display: block;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 1em;
  justify-content: center;
  align-items: center;
  position: relative; }
  section.callouts .callout .block {
    width: 100%;
    height: 25%;
    background-color: rgba(51, 126, 192, 0.9);
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 1500;
    align-items: center;
    justify-content: center; }
    section.callouts .callout .block h3 {
      color: white;
      font-weight: normal;
      text-transform: uppercase;
      border: 1px solid white;
      display: inline-block;
      padding: .36em .85em;
      border-radius: 5px;
      margin-bottom: 0; }
      section.callouts .callout .block h3:hover {
        background-color: #408dd1; }
      section.callouts .callout .block h3:active {
        background-color: #2a72b1; }
section.callouts .meet-robbyn {
  background-image: url("../images/placeholder.jpg"); }
section.callouts .donate {
  background-image: url("../images/placeholder2.jpg"); }

section.contact p {
  text-align: center; }
section.contact .col-sm {
  padding-top: 1em;
  text-align: center; }
  section.contact .col-sm a:link, section.contact .col-sm a:visited {
    color: #337dc0;
    text-decoration: none; }
  section.contact .col-sm a:hover, section.contact .col-sm a:active {
    color: #1e1757;
    text-decoration: none; }
  section.contact .col-sm a .social-media-link {
    border: 1px solid #cdcdcd;
    border-radius: 1em;
    padding: 1em; }
    section.contact .col-sm a .social-media-link .fal, section.contact .col-sm a .social-media-link .fab {
      margin-top: .5em;
      margin-bottom: .35em; }

h2.pull-quote {
  color: #337dc0; }
  h2.pull-quote span.pop {
    color: #171243; }

.friends-robbyn-lewis {
  margin-top: 2em; }

/*------------------- ============= BREAKPOINTS =============== ------------ */
@media (min-width: 768px) {
  #main .hero .lockup {
    bottom: 20px; }
    #main .hero .lockup h2 {
      font-size: 3.6em;
      margin-bottom: .25em; }
    #main .hero .lockup .buttons {
      top: 250px; }
  #main .grabber {
    display: flex;
    flex-flow: wrap row; }
    #main .grabber h2 {
      font-size: 3em;
      line-height: .95em;
      margin-bottom: .35em;
      text-align: right;
      width: 45%;
      margin-right: 5%; }
    #main .grabber .copy {
      width: 50%;
      display: flex;
      flex-flow: column wrap;
      justify-content: center; }
      #main .grabber .copy p {
        padding-bottom: 1em;
        text-align: left; }
  #main .section-divider {
    margin-bottom: 2em;
    position: relative;
    text-align: center;
    color: white; }
    #main .section-divider h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-transform: uppercase;
      font-size: 3.6em; }
  #main .sectionHeader {
    width: 100%;
    position: relative;
    margin-bottom: 1em; }
    #main .sectionHeader .parallax {
      height: 360px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0; }
    #main .sectionHeader h2.header {
      position: absolute;
      top: 144px;
      font-size: 2.6em; }
  #main section.callouts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; }
    #main section.callouts .callout {
      display: flex;
      background-position: top;
      background-size: cover;
      width: 48%;
      height: 250px;
      margin-bottom: 1em;
      justify-content: center;
      align-items: center;
      position: relative; }
      #main section.callouts .callout .block {
        width: 100%;
        height: 25%;
        background-color: rgba(51, 126, 192, 0.9);
        position: absolute;
        bottom: 0;
        display: flex;
        z-index: 1500;
        align-items: center;
        justify-content: center; }
        #main section.callouts .callout .block h3 {
          color: white;
          font-weight: normal;
          text-transform: uppercase;
          border: 1px solid white;
          display: inline-block;
          padding: .36em .85em;
          border-radius: 5px;
          margin-bottom: 0; }
          #main section.callouts .callout .block h3:hover {
            background-color: #408dd1; }
          #main section.callouts .callout .block h3:active {
            background-color: #2a72b1; }

  #main.collapsed {
    top: 60px !important; } }
@media (min-width: 1200px) {
  #main {
    position: relative;
    padding-top: 0; }
    #main .hero .lockup {
      bottom: 28px; }
      #main .hero .lockup h2 {
        font-size: 6em; }
      #main .hero .lockup .buttons {
        width: 100%;
        display: flex;
        justify-content: center; }
        #main .hero .lockup .buttons a.button {
          margin-right: 1em;
          text-transform: uppercase;
          color: white;
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          font-weight: bold;
          padding: .5em 1em;
          border-radius: 5px;
          font-size: 1.4em; }
          #main .hero .lockup .buttons a.button:link, #main .hero .lockup .buttons a.button:visited {
            color: white;
            text-decoration: none; }
          #main .hero .lockup .buttons a.button:hover, #main .hero .lockup .buttons a.button:active {
            color: white;
            text-decoration: none; }
        #main .hero .lockup .buttons a.button.join:link, #main .hero .lockup .buttons a.button.join:visited {
          background-color: #337dc0; }
        #main .hero .lockup .buttons a.button.join:hover {
          background-color: #408acc; }
        #main .hero .lockup .buttons a.button.join:active {
          background-color: #2e70ac; }
        #main .hero .lockup .buttons a.button.donate:link, #main .hero .lockup .buttons a.button.donate:visited {
          background-color: #329c43; }
        #main .hero .lockup .buttons a.button.donate:hover {
          background-color: #38af4b; }
        #main .hero .lockup .buttons a.button.donate:active {
          background-color: #2c893b; }
    #main .grabber {
      margin-top: 2em; }
      #main .grabber h2 {
        font-size: 4.6em;
        line-height: 1em;
        margin-bottom: .25em; }
      #main .grabber p {
        font-size: 1.36em; }
    #main section {
      margin-top: 4em; }
      #main section h2 {
        font-size: 3em;
        margin-bottom: .65em; }
    #main #main.collapsed {
      top: 60px !important; }
    #main .sectionHeader {
      width: 100%;
      position: relative;
      margin-bottom: 1em; }
      #main .sectionHeader .parallax {
        height: 436px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0; }
      #main .sectionHeader h2.header {
        position: absolute;
        top: 164px;
        font-size: 3.6em; }
    #main section.callouts {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-evenly; }
      #main section.callouts .callout {
        display: flex;
        background-position: top;
        background-size: cover;
        width: 33%;
        height: 300px;
        margin-bottom: 1em;
        justify-content: center;
        align-items: center;
        position: relative; }
        #main section.callouts .callout .block {
          width: 100%;
          height: 25%;
          background-color: rgba(51, 126, 192, 0.9);
          position: absolute;
          bottom: 0;
          display: flex;
          z-index: 1500;
          align-items: center;
          justify-content: center; }
          #main section.callouts .callout .block h3 {
            color: white;
            font-weight: normal;
            text-transform: uppercase;
            border: 1px solid white;
            display: inline-block;
            padding: .36em .85em;
            border-radius: 5px; }
            #main section.callouts .callout .block h3:hover {
              background-color: #408dd1; }
            #main section.callouts .callout .block h3:active {
              background-color: #2a72b1; }
      #main section.callouts .meet-robbyn {
        background-image: url("../images/placeholder.jpg"); }
      #main section.callouts .donate {
        background-image: url("../images/placeholder2.jpg"); }
    #main .section-divider {
      margin-bottom: 3em; } }
.add_red_border {
  border: 2px solid red !important; }

.menu_visible {
  display: block !important; }

@media (min-width: 1200px) {
  .submenu_open {
    display: block !important; } }

@media (min-width: 1200px) {
  .submenu_close {
    display: none; } }

.menu_header_collapsed {
  top: 60px !important; }
  @media (min-width: 1200px) {
    .menu_header_collapsed {
      top: 0 !important; } }

@keyframes slidein {
  from {
    right: -800px; }
  to {
    right: 0px; } }
@keyframes slideout {
  from {
    right: 0; }
  to {
    right: -800px; } }
.open_menu {
  animation-name: slidein;
  animation-duration: .25s;
  animation-timing-function: ease-out;
  right: 0px; }

.close_menu {
  animation-name: slideout;
  animation-duration: .2s;
  animation-timing-function: ease-in; }

/* Hide scrollbar for Chrome, Safari and Opera */
#nav-holder::-webkit-scrollbar {
  display: none; }

#nav-holder {
  /* Hide scrollbar for IE, Edge and Firefox */
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  position: absolute;
  z-index: 6000;
  height: 2400px;
  width: 100%;
  top: 120px;
  overflow-x: hidden;
  overflow-y: auto; }
  #nav-holder nav.menu {
    display: none;
    z-index: 5000;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #337dc0;
    font-family: 'eastmangrotesque-extrabold';
    height: 2400px;
    text-align: left; }
    #nav-holder nav.menu ul {
      list-style-type: none;
      text-transform: uppercase;
      padding-left: 0; }
      #nav-holder nav.menu ul li {
        line-height: 2em;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
        #nav-holder nav.menu ul li:first-child {
          margin-top: 0; }
        #nav-holder nav.menu ul li a {
          font-size: 1.1em;
          color: white;
          text-decoration: none;
          padding: 1em 0;
          display: block;
          padding-left: 1.2em;
          width: 100%; }
          #nav-holder nav.menu ul li a:hover {
            background-color: #4c91d0; }
          #nav-holder nav.menu ul li a:active {
            background-color: #2e70ac; }
        #nav-holder nav.menu ul li a.donate {
          background-color: #339c44; }
          #nav-holder nav.menu ul li a.donate:hover {
            background-color: #40ab51; }
          #nav-holder nav.menu ul li a.donate:active {
            background-color: #268836; }
        #nav-holder nav.menu ul li ul.submenu li {
          line-height: 1.32em;
          margin-top: 0;
          border: 0; }
          #nav-holder nav.menu ul li ul.submenu li:first-child {
            margin-top: -.5em; }
          #nav-holder nav.menu ul li ul.submenu li a {
            padding-left: 2.5em;
            font-family: "Open Sans", sans-serif;
            text-transform: capitalize; }
        #nav-holder nav.menu ul li ul.submenu li.endorsements {
          display: none; }
      #nav-holder nav.menu ul li.media {
        display: none !important; }
    #nav-holder nav.menu .social-media-links {
      text-align: center; }
      #nav-holder nav.menu .social-media-links a img {
        max-width: 50px;
        height: auto;
        margin: 1em .75em 0 .75em; }
    #nav-holder nav.menu .languages {
      display: none;
      margin-top: 3em; }
      #nav-holder nav.menu .languages ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        font-family: "Open Sans", sans-serif; }
        #nav-holder nav.menu .languages ul li {
          border-top: none; }
          #nav-holder nav.menu .languages ul li a:link, #nav-holder nav.menu .languages ul li a:visited {
            background-color: #337dc0; }
          #nav-holder nav.menu .languages ul li a:hover, #nav-holder nav.menu .languages ul li a:active {
            background-color: #337dc0; }
          #nav-holder nav.menu .languages ul li a.english::before {
            content: url(../images/flag-en.png);
            padding-right: 6px;
            top: 10px; }
          #nav-holder nav.menu .languages ul li a.espanol::before {
            content: url(../images/flag-es.png);
            padding-right: 6px;
            top: 10px; }

/*----------- BREAKPOINTS ------------ */
@media (min-width: 768px) {
  #nav-holder nav.menu {
    z-index: 2000;
    position: absolute;
    width: 45%;
    background-color: #337dc0;
    font-family: 'eastmangrotesque-extrabold';
    box-shadow: -3px 2px 2px 1px rgba(0, 0, 0, 0.4);
    opacity: .97; }
    #nav-holder nav.menu ul {
      list-style-type: none;
      text-transform: uppercase;
      padding-left: 0; }
      #nav-holder nav.menu ul li {
        text-align: center;
        line-height: 2em;
        border-top: 1px solid #7dafdc; }
        #nav-holder nav.menu ul li:first-child {
          border-top: 0; }
        #nav-holder nav.menu ul li a {
          font-size: 1.1em;
          color: white;
          text-decoration: none; } }
@media (min-width: 1200px) {
  header {
    position: auto;
    justify-content: space-between !important; }
    header #nav-holder {
      display: inline-block;
      position: relative;
      padding-right: 1em;
      width: 60%;
      height: 700px;
      top: 0;
      pointer-events: none; }
      header #nav-holder nav.menu {
        display: flex;
        height: 100%;
        position: auto;
        width: 100%;
        background-color: rgba(255, 255, 255, 0);
        font-family: "Open Sans", sans-serif;
        box-shadow: none;
        justify-content: flex-end;
        align-items: center;
        padding-right: 2em;
        opacity: 1; }
        header #nav-holder nav.menu ul {
          display: flex;
          flex-flow: row wrap;
          justify-content: flex-end;
          list-style-type: none;
          text-transform: uppercase;
          padding-left: 0;
          margin-bottom: 0;
          position: absolute;
          text-align: center;
          pointer-events: auto; }
          header #nav-holder nav.menu ul li {
            width: 175px;
            line-height: 2em;
            border-top: 0;
            display: flex;
            flex-flow: column wrap; }
            header #nav-holder nav.menu ul li:first-child {
              margin-top: 0; }
            header #nav-holder nav.menu ul li a {
              font-size: 1.1em;
              color: white;
              text-decoration: none;
              padding: auto;
              display: block;
              padding-left: 0;
              padding: .25em .75em .35em .75em;
              text-align: center;
              width: 100%; }
              header #nav-holder nav.menu ul li a:hover {
                background-color: rgba(255, 255, 255, 0);
                text-decoration: underline; }
              header #nav-holder nav.menu ul li a:active {
                background-color: rgba(255, 255, 255, 0); }
            header #nav-holder nav.menu ul li a.donate {
              background-color: #339c44;
              border-radius: 3px;
              width: 100%; }
              header #nav-holder nav.menu ul li a.donate:hover {
                background-color: #40ab51;
                text-decoration: none; }
              header #nav-holder nav.menu ul li a.donate:active {
                background-color: #268836;
                text-decoration: none; }
            header #nav-holder nav.menu ul li ul.submenu {
              display: none;
              width: 175px;
              flex-flow: column wrap;
              position: auto;
              top: 50px;
              align-items: center;
              text-align: center; }
              header #nav-holder nav.menu ul li ul.submenu li {
                line-height: 1.32em;
                margin-top: 0;
                text-align: center;
                width: 175px; }
                header #nav-holder nav.menu ul li ul.submenu li:first-child {
                  margin-top: -.5em; }
                header #nav-holder nav.menu ul li ul.submenu li a {
                  background-color: #2f73b0;
                  padding: 0;
                  padding: 1em;
                  font-family: "Open Sans", sans-serif;
                  text-transform: capitalize;
                  border-bottom: 1px solid #408acc;
                  width: 100%; }
                  header #nav-holder nav.menu ul li ul.submenu li a:hover {
                    background-color: #5496d2;
                    text-decoration: none;
                    opacity: 1; }
                  header #nav-holder nav.menu ul li ul.submenu li a:active {
                    background-color: #286398;
                    opacity: 1; }
          header #nav-holder nav.menu ul li.home {
            display: none; }
          header #nav-holder nav.menu ul li.donate {
            width: 120px; }
        header #nav-holder nav.menu .social-media-links {
          text-align: center;
          display: none; }
          header #nav-holder nav.menu .social-media-links a img {
            max-width: 50px;
            height: auto;
            margin: 1em .75em 0 .75em; }
        header #nav-holder nav.menu .languages {
          display: none; } }
html#inside #main article {
  margin-top: 2em; }
  html#inside #main article h2 {
    margin-bottom: 1em; }
html#inside #main #priorities .intro {
  background-color: #337dc0;
  padding: 2em 1em 2.4em 1em;
  font-family: Georgia, 'Times New Roman', Times, serif, Times, serif;
  color: rgba(255, 255, 255, 0.85);
  text-align: left; }
html#inside #main #priorities .article {
  padding-bottom: 4em; }
html#inside #main #priorities .transit, html#inside #main #priorities .livable-row {
  border-top: 1px solid rgba(185, 185, 185, 0.5); }
html#inside #main #priorities img {
  margin-bottom: 1em; }
html#inside #main #priorities .emph {
  font-weight: bold;
  color: #337dc0;
  font-size: 1.2em;
  line-height: 1.3em; }
html#inside #main #priorities .container .row h4.priority {
  color: grey;
  font-weight: normal;
  margin-bottom: -.25em;
  margin-top: 1em; }
html#inside #main #priorities .container .row h3 {
  font-family: 'eastmangrotesque-extrabold';
  text-transform: uppercase;
  color: #337dc0;
  font-size: 3em;
  line-height: 1em; }
@media (min-width: 768px) {
  html#inside #main #priorities .intro {
    font-size: 1.2em; }
  html#inside #main #priorities .emph {
    font-weight: bold;
    color: #337dc0;
    font-size: 1.6em;
    line-height: 1.25em; }
  html#inside #main #priorities .container .row h4.priority {
    color: grey;
    font-weight: normal;
    margin-bottom: -.25em;
    margin-top: 1em; }
  html#inside #main #priorities .container .row h3 {
    font-family: 'eastmangrotesque-extrabold';
    text-transform: uppercase;
    color: #337dc0;
    font-size: 4.4em;
    line-height: 1em; } }
@media (min-width: 1200px) {
  html#inside #main #priorities .transit {
    border-top: none; }
  html#inside #main #priorities .clear-row {
    margin-top: 12em; } }
html#inside #main section.callouts .priorities {
  background-image: url("../images/priorities_callout.jpg"); }
html#inside #main section.callouts .story {
  background-image: url("../images/story_callout.jpg"); }
html#inside #main section.callouts .donate {
  background-image: url("../images/placeholder2.jpg"); }

h2.grid-header {
  text-align: center;
  margin-top: 1.36em;
  text-transform: uppercase; }

.grid article {
  border: 1px solid #dbdbdb;
  margin: 0.35em;
  margin-bottom: 1em;
  padding: .75em;
  padding-bottom: 3em !important; }
  .grid article img {
    margin-bottom: 1em; }
  .grid article h3 {
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 1em; }
  .grid article a:link, .grid article a:visited {
    text-decoration: none; }
  .grid article a:hover, .grid article a:active {
    text-decoration: underline;
    color: #4c91d0; }
  .grid article a img:link, .grid article a img:visited {
    opacity: 1; }
  .grid article a img:hover, .grid article a img:active {
    opacity: .9; }
  .grid article time {
    display: block; }
  .grid article time[datetime] {
    font-weight: bold; }
  .grid article time[datetime]:last-of-type {
    padding-bottom: 1em; }
  .grid article p:last-of-type {
    margin-bottom: 2em; }

@media only screen and (min-width: 768px) {
  .grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .grid article {
      width: 45%;
      max-width: 640px;
      margin-bottom: 2em; } }

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