@font-face {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: 400;
  src: local("Garamond Regular"), local("Garamond-Regular"), url("fonts/EBGaramond-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url("fonts/Montserrat_400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"), url("fonts/Montserrat_700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: local("Montserrat-Light"), url("fonts/Montserrat-Light.woff") format("woff"); }
/* colors */
/* fonts */
/* breakpoints */
/* mixins */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  vertical-align: baseline; }

body {
  background: white;
  color: black;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  padding: 0; }
  @media screen and (min-width: 48rem) {
    body {
      font-size: 18px;
      line-height: 1.5; } }

article,
header,
section {
  display: block; }

a {
  color: #D64000;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    color: #1d2b35;
    opacity: 0.7; }

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5 {
  color: black;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  padding: 1.3rem 0 0.3rem; }
  @media screen and (max-width: 26rem) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      line-height: 1;
      padding: 0; } }

h1 {
  font-size: 35px;
  padding: 1rem 0 0; }
  @media (min-width: 48rem) {
    h1 {
      font-size: 47px; } }

h2 {
  font-size: 2.1rem;
  margin: 1rem 0 1rem; }
  @media (min-width: 48rem) {
    h2 {
      font-size: 2.8rem; } }

h3 {
  font-size: 1.7rem;
  line-height: 1.25;
  padding-top: 0; }
  @media (min-width: 48rem) {
    h3 {
      font-size: 2.4rem;
      margin: 1rem 0 0.7rem; } }

h4 {
  font-size: 1.5rem;
  margin: 1.4rem 0; }
  @media (min-width: 48rem) {
    h4 {
      font-size: 2rem; } }

h5 {
  font-size: 1.4rem;
  margin: 1.2rem 0 1rem; }

p {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0 0 0 1rem;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 26rem) {
    p {
      font-size: 16px;
      margin: 0 4% 1rem; } }
  @media screen and (max-width: 48rem) {
    p {
      font-size: 18px; } }

ul {
  margin: 0 0 1rem 2rem; }
  ul li {
    line-height: 26px;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

ol {
  list-style-type: decimal;
  margin: 0;
  margin-left: 3rem;
  padding: 0 0 2rem; }
  ol li {
    margin-bottom: 1rem;
    padding: 0.2rem 0 0 0.5rem;
    position: relative; }

blockquote {
  border-left: 0.7rem solid #1d2b35;
  margin-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 3rem; }

hr {
  border: 1px solid #e15119;
  width: 70%; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.no-scroll {
  height: 100%;
  margin: 0;
  overflow: hidden; }

.container {
  margin-right: auto;
  margin-left: auto;
  min-width: 300px;
  padding: 1% 0; }
  @media screen and (min-width: 48rem) {
    .container {
      width: 750px; } }
  @media screen and (min-width: 66rem) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 80rem) {
    .container {
      width: 1170px; } }

.ar-button {
  background: #e15119;
  background: linear-gradient(to bottom, #fcb14e 0%, #e15119 100%);
  -webkit-text-fill-color: white;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1; }
  .ar-button:before {
    position: absolute;
    background: linear-gradient(to bottom, #e15119 0%, #fcb14e 100%);
    border-radius: 4px;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.15s linear;
    z-index: -1; }
  .ar-button:hover {
    border-radius: 4px;
    opacity: 1; }
  .ar-button:hover::before {
    border-radius: 4px;
    opacity: 1; }

section {
  padding: 2rem 0 0; }
  @media screen and (min-width: 48rem) {
    section {
      padding: 4rem 0; } }
  section h2.section-heading {
    background: #e15119;
    background: linear-gradient(to bottom, #fcb14e 0%, #e15119 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 48rem) {
      section h2.section-heading {
        font-size: 3.5rem; } }
  section h3.section-subheading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none; }
    @media screen and (max-width: 48rem) {
      section h3.section-subheading {
        font-size: 21.6px;
        line-height: 1.65;
        padding: 0; } }
  section h4.section-subheading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: -125px;
    text-transform: none; }
    @media screen and (max-width: 48rem) {
      section h4.section-subheading {
        font-size: 21.6px; } }

.bg-intro {
  background-image: url("images/bg-blue.jpg"); }

.bg-cindy {
  background-image: url("images/bg-gold.jpg");
  background-size: 550px 300px; }
  @media screen and (min-width: 48rem) {
    .bg-cindy {
      background-size: 1100px 600px; } }

.bg-section2,
.bg-section4,
.bg-section6,
.bg-section8,
.bg-numbers,
.bg-about {
  background-image: url("images/bg-blue.jpg");
  background-size: 550px 300px; }
  @media screen and (min-width: 48rem) {
    .bg-section2,
    .bg-section4,
    .bg-section6,
    .bg-section8,
    .bg-numbers,
    .bg-about {
      background-size: 1100px 600px; } }
  .bg-section2 h4,
  .bg-section4 h4,
  .bg-section6 h4,
  .bg-section8 h4,
  .bg-numbers h4,
  .bg-about h4 {
    font-size: 18px; }
    @media screen and (max-width: 48rem) {
      .bg-section2 h4,
      .bg-section4 h4,
      .bg-section6 h4,
      .bg-section8 h4,
      .bg-numbers h4,
      .bg-about h4 {
        font-size: 21.6px; } }

.bg-section1,
.bg-section3,
.bg-section5,
.bg-section7,
.bg-financials,
.bg-thanks {
  background-image: url("images/bg-gold.jpg");
  background-size: 550px 300px; }
  @media screen and (min-width: 48rem) {
    .bg-section1,
    .bg-section3,
    .bg-section5,
    .bg-section7,
    .bg-financials,
    .bg-thanks {
      background-size: 1100px 600px; } }
  .bg-section1 h4,
  .bg-section3 h4,
  .bg-section5 h4,
  .bg-section7 h4,
  .bg-financials h4,
  .bg-thanks h4 {
    font-size: 18px; }
    @media screen and (max-width: 48rem) {
      .bg-section1 h4,
      .bg-section3 h4,
      .bg-section5 h4,
      .bg-section7 h4,
      .bg-financials h4,
      .bg-thanks h4 {
        font-size: 21.6px; } }

.section-box {
  background: white;
  max-width: 768px;
  padding: 1rem;
  position: relative;
  width: 90%; }
  @media screen and (min-width: 66rem) {
    .section-box {
      padding: 2rem;
      width: 100%; } }

.article-description {
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0; }
  @media screen and (min-width: 26rem) {
    .article-description {
      margin-left: 10%;
      margin-right: 10%; } }

.article-highlight {
  border: 0;
  margin: 30px 10px; }
  .article-highlight h5 {
    max-width: 500px; }

.article-box {
  height: 100%;
  margin: 0;
  max-width: 800px;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 48rem) {
    .article-box {
      margin: 0 6%; } }
  .article-box:before {
    border-bottom: 2px solid #e15119;
    bottom: 0;
    content: "";
    height: 15px;
    left: 10%;
    position: absolute;
    width: 80%; }

.article-highlight:last-child .article-box:before {
  border: 0; }

.article-caption {
  height: auto;
  padding: 1rem 0 4rem;
  width: 100%; }
  @media screen and (min-width: 48rem) {
    .article-caption {
      padding: 1rem 1rem 4rem; } }

.article-graphic {
  display: block;
  height: auto;
  margin: 10px auto 0;
  max-width: 28%;
  min-width: 100px;
  padding: 0 auto; }

.summary-heading {
  font-size: 27px;
  margin: 0;
  text-transform: none; }

.donate-break {
  display: inline;
  /* line break above donate message on mobile */ }
  @media (min-width: 480px) {
    .donate-break .donate-break {
      display: none; } }

#director-intro {
  height: 749px; }

.ed-letter {
  margin: 2% auto 0;
  max-width: 600px;
  padding: 1.5rem;
  text-align: center; }

.ed-highlight {
  background-color: white;
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
  padding: 0 5% 3rem;
  text-align: left; }
  .ed-highlight h3 {
    background: #fcb14e;
    background: linear-gradient(to bottom, #fcb14e 0%, #e15119 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center; }
    @media screen and (min-width: 48rem) {
      .ed-highlight h3 {
        font-size: 40px;
        margin-bottom: 2rem;
        margin-top: 1.5rem; } }

.ed-photo {
  float: right;
  height: auto;
  margin: 0.5rem 0 0 3%;
  max-width: 30%;
  padding: 0; }

.ed-holderbox {
  background-color: white;
  margin: 0;
  max-width: 600px; }

.ed-quote p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left; }
  @media screen and (min-width: 48rem) {
    .ed-quote p {
      font-size: 21.6px; } }

.ed-lettertext {
  text-align: left; }

#numbers-intro h3 {
  color: #e15119;
  font-size: 35px;
  font-weight: 600;
  margin: 3rem 0 0;
  padding: 0;
  text-align: center; }
  @media (min-width: 48rem) {
    #numbers-intro h3 {
      font-size: 47px; } }
  #numbers-intro h3 .small {
    font-size: 18px; }
#numbers-intro h3.short {
  margin: -1rem 0 0; }
#numbers-intro p {
  font-weight: 600;
  margin-top: 0;
  text-align: center; }

.socialmedia {
  display: block;
  margin: 15px 0; }
  @media screen and (min-width: 26rem) {
    .socialmedia {
      display: inline;
      margin-left: 56%; } }
  .socialmedia img {
    margin: 32px 3% 0;
    max-width: 50px; }
    .socialmedia img:hover {
      opacity: 0.8; }
  .socialmedia input {
    display: none; }
  .socialmedia .copied {
    margin-left: 1rem;
    width: 15%; }
    @media screen and (min-width: 26rem) {
      .socialmedia .copied {
        margin-left: 56%; } }

.pullquote {
  background: #D60068;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 25.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  max-width: 800px;
  padding: 1rem;
  text-align: center; }
  @media screen and (min-width: 48rem) {
    .pullquote {
      font-size: 30.6px;
      line-height: 1.4;
      margin: 0;
      padding: 1rem 3rem; } }

.memberquote {
  background: #D60068;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 25.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  max-width: 800px;
  padding: 1rem;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 48rem) {
    .memberquote {
      font-size: 30.6px;
      line-height: 1.4;
      margin: 0;
      padding: 1rem 3rem; } }
  @media screen and (min-width: 48rem) {
    .memberquote {
      font-size: 1.4rem;
      margin: 3rem 0;
      padding: 0 3rem; } }
  .memberquote:before {
    background-image: url("/images/quotes.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 2rem;
    left: -1rem;
    position: absolute;
    top: 3rem;
    width: 2rem; }
    @media screen and (min-width: 48rem) {
      .memberquote:before {
        height: 3.25rem;
        left: -0.25rem;
        top: 2rem;
        width: 3.25rem; } }
  .memberquote span {
    display: block;
    text-align: right; }

@media screen and (min-width: 48rem) {
  #ed-letter-modal .memberquote,
  .article-description .memberquote {
    padding: 1rem 3rem; } }

footer {
  background-color: black; }
  footer > div {
    max-width: 800px; }
  footer .CClicense {
    margin: 1rem 0 1rem 4.5rem;
    padding: 0;
    text-align: left; }
    @media screen and (min-width: 26rem) {
      footer .CClicense {
        margin: 0 0 -2rem 0; } }
  footer ul.quicklinks {
    font-size: 12px;
    font-weight: bold;
    margin-left: 2rem;
    text-align: left; }
    @media screen and (min-width: 26rem) {
      footer ul.quicklinks {
        text-align: right; } }
    footer ul.quicklinks li {
      display: block; }
      @media screen and (min-width: 26rem) {
        footer ul.quicklinks li {
          display: inline;
          line-height: 3;
          padding-left: 1rem; } }
      footer ul.quicklinks li a {
        text-decoration: none;
        text-transform: uppercase; }
        footer ul.quicklinks li a:hover {
          color: #fcb14e; }

body {
  margin-top: 48px; }
  @media screen and (min-width: 66rem) {
    body {
      margin-top: 80px; } }

nav {
  background-color: black;
  display: block;
  height: 48px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 66rem) {
    nav {
      height: 80px; } }
  nav a {
    border: 0;
    display: inline-block;
    font-weight: 400;
    text-decoration: none; }
    nav a:hover {
      color: inherit;
      text-decoration: underline; }
    nav a:visited {
      color: inherit; }
  nav a.donate-button {
    background: #fcb14e;
    background: linear-gradient(to bottom, #fcb14e 0%, #e15119 100%);
    -webkit-text-fill-color: white;
    border: 0;
    border-radius: 4px;
    margin: -1rem 0 0;
    padding: 0.2rem 2.7rem; }
    nav a.donate-button:hover {
      background: linear-gradient(to bottom, #e15119 0%, #fcb14e 100%);
      border: 0 !important;
      text-decoration: none !important; }
  nav ul {
    background: linear-gradient(to right, #FFD500 0%, #FF9500 100%);
    border: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 2rem;
    line-height: 1rem;
    list-style: none;
    margin: 0.9rem auto 0; }
    @media screen and (min-width: 66rem) {
      nav ul {
        display: flex;
        justify-content: space-around;
        max-width: 1024px; } }
    nav ul > li {
      color: #fcb14e;
      display: none;
      font-size: 1.1rem;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      width: 12rem; }
      @media screen and (min-width: 66rem) {
        nav ul > li {
          display: inline-block;
          flex-grow: 1;
          margin: 0.8rem auto 0;
          text-align: center; } }
      nav ul > li a {
        padding: 0 1rem; }
        nav ul > li a:hover:not(.donate), nav ul > li a:hover:not(.menu-logo) {
          left: 0 !important;
          opacity: 1;
          text-decoration: underline; }
      nav ul > li.logo-li {
        display: inline-block;
        margin: 0 1rem 0;
        text-align: left; }
    nav ul a.menu-logo {
      background-image: url("images/logos/EFF-red-logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 6rem;
      left: 3%;
      opacity: 1;
      position: absolute;
      top: 0.5rem;
      width: 6rem; }
      @media screen and (min-width: 66rem) {
        nav ul a.menu-logo {
          height: 9rem;
          left: 0;
          margin-top: 0;
          position: relative;
          width: 9rem; } }
    nav ul .close-menu {
      display: none !important; }
  nav .dropdowns {
    /*  nav dropdown */
    margin-top: 0; }
    nav .dropdowns ul {
      background: transparent;
      border-radius: 0;
      display: inline-block;
      list-style: none;
      margin: 0;
      padding-left: 0; }
      nav .dropdowns ul li:active {
        cursor: pointer; }
      nav .dropdowns ul li:last-child {
        padding-bottom: 1rem; }
      nav .dropdowns ul li ul {
        background: black;
        display: none;
        height: auto;
        left: 0 !important;
        top: 0 !important;
        transition: all 0.5s ease;
        width: 12rem; }
        nav .dropdowns ul li ul li {
          clear: both; }
          nav .dropdowns ul li ul li a {
            -webkit-background-clip: none;
            -webkit-text-fill-color: #fcb14e;
            font-size: 1rem; }
            nav .dropdowns ul li ul li a:active {
              cursor: pointer; }
    nav .dropdowns > ul li:hover {
      -webkit-text-fill-color: #fcb14e; }
  nav .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0; }

.navbar-activate {
  background: #fcb14e;
  color: black !important;
  height: 3.2rem;
  padding: 0 1rem;
  margin-top: -1rem;
  line-height: 3.2rem; }
  @media screen and (min-width: 720px) and (max-width: 800px) {
    .navbar-activate {
      margin-top: 0;
      line-height: 1rem; } }

header {
  background: url("images/bg-blue.jpg");
  background-size: 550px 300px;
  padding-bottom: 27px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 48rem) {
    header {
      background-size: 1100px 600px; } }
  header .container {
    padding: 1rem 0 0; }
    @media screen and (min-width: 48rem) {
      header .container {
        padding: 4rem 0; } }
  header:after {
    background-attachment: scroll;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  header .header-bg {
    background: linear-gradient(to bottom, white 0%, white 65%, transparent 35%, transparent 100%);
    display: block;
    height: 30rem;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 48rem) {
      header .header-bg {
        background: white;
        height: 24rem;
        margin: 1.5rem auto;
        padding: 1.5rem 0;
        width: 700px; } }
    @media screen and (min-width: 66rem) {
      header .header-bg {
        height: 30rem;
        width: 850px; } }
  header .headerimage {
    background-image: url("images/header/2022-header.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30rem;
    position: relative;
    margin: 1rem auto 0;
    padding: 0;
    width: 380px;
    z-index: 1; }
    @media screen and (min-width: 48rem) {
      header .headerimage {
        background-image: url("images/header/2022-header.jpg");
        height: 24rem;
        width: 500px; } }
    @media screen and (min-width: 66rem) {
      header .headerimage {
        width: 600px; } }
  header h4 {
    color: black;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    margin: -15rem auto 1.5rem;
    padding: 0;
    position: relative;
    text-align: center;
    width: 380px;
    z-index: 1; }
    @media screen and (min-width: 48rem) {
      header h4 {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        margin-top: -7rem;
        width: 675px; } }
    @media screen and (min-width: 66rem) {
      header h4 {
        font-size: 1.4rem;
        margin-bottom: 3rem;
        margin-top: -9rem;
        width: 824px; } }

#mobile-menu {
  background-color: black;
  color: gray;
  display: block;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.3s ease;
  width: 0;
  z-index: 100; }
  #mobile-menu ul {
    list-style-type: none;
    margin-left: 2.5rem;
    margin-top: 2.5rem; }
    #mobile-menu ul li {
      font-size: 0.9rem;
      line-height: 1.1;
      margin-bottom: 0.5rem; }
      #mobile-menu ul li .menu-logo {
        display: none; }
    #mobile-menu ul li.tall {
      margin-bottom: 1rem; }
  #mobile-menu a {
    border: 0;
    color: white;
    text-decoration: none; }
    #mobile-menu a:hover {
      text-decoration: underline; }
  #mobile-menu .close-menu a {
    text-decoration: none; }
  #mobile-menu .social-media {
    margin-left: 2.5rem; }
    #mobile-menu .social-media img {
      height: auto;
      margin-right: 0.7rem;
      width: 30px; }

#mobile-menu:target {
  width: 260px; }

#mobile-menu:target + .page-wrapper {
  margin-top: -60px;
  position: absolute;
  right: 260px; }
  #mobile-menu:target + .page-wrapper a.open-menu {
    display: none; }
  #mobile-menu:target + .page-wrapper .close-menu {
    display: block; }
  #mobile-menu:target + .page-wrapper .main-nav {
    position: relative; }

#mobile-menu:not(:target) + .page-wrapper {
  position: relative;
  right: 0; }

nav a.open-menu {
  background: linear-gradient(to bottom, #fcb14e 0%, orange 100%);
  border: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 2.5rem;
  position: absolute;
  right: 0.5rem;
  top: -0.4rem;
  z-index: 1000; }
  nav a.open-menu:hover {
    cursor: pointer;
    text-decoration: none; }
  @media screen and (min-width: 66rem) {
    nav a.open-menu {
      display: none; } }

.close-menu {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.5rem;
  position: absolute;
  right: 0.5rem;
  top: -0.4rem; }
  .close-menu:hover {
    cursor: pointer; }

/**
* CSS Modal
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
*/
/**
* CSS Modal Configuration
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
*/
html {
  overflow-y: auto; }

.has-overlay {
  height: auto;
  overflow: hidden; }
  .has-overlay > body {
    height: 100%;
    overflow: hidden; }

.modal--fade {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: auto;
  color: #2b2b2b;
  display: block;
  height: 0;
  left: 0;
  line-height: 1.3;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: auto;
  top: 0;
  transition: opacity 1ms .25s;
  width: 0;
  z-index: 999; }
  @media screen and (min-width: 26rem) {
    .modal--fade {
      transition: opacity 0.4s; } }
  @media screen and (min-width: 48rem) {
    .modal--fade {
      bottom: 0;
      display: none;
      right: 0;
      transform: translate3d(0, 100%, 0); } }
  .modal--fade .modal-inner {
    background: white;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 0;
    position: initial;
    right: 0;
    top: 0;
    transition: max-width 0.25s linear, margin-left 0.125s linear;
    width: auto;
    z-index: 20; }
    @media screen and (min-width: 26rem) {
      .modal--fade .modal-inner {
        height: 87%;
        left: 0;
        margin-left: 0;
        overflow: hidden;
        position: absolute;
        right: 20px;
        top: 3.9rem; } }
    @media screen and (min-width: 48rem) {
      .modal--fade .modal-inner {
        right: 0;
        width: 97%; } }
    .modal--fade .modal-inner > img {
      background-color: #fcb14e;
      max-width: 100%;
      width: auto; }
  .modal--fade .modal-wrap {
    color: black;
    margin: auto; }
  .modal--fade .modal-content {
    border: 0;
    box-shadow: none;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 1.2em;
    position: relative; }
    @media screen and (min-width: 26rem) {
      .modal--fade .modal-content {
        hyphens: auto;
        max-height: 600px;
        max-height: 90vh; } }
    .modal--fade .modal-content > * {
      max-width: 800px; }
  .modal--fade .modal-close {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    right: auto;
    text-decoration: none; }
    @media screen and (min-width: 26rem) {
      .modal--fade .modal-close {
        display: block; } }
    .modal--fade .modal-close:after {
      content: attr(data-close);
      font-size: 1em;
      margin-right: 0 !important;
      padding: 0.5em 1em;
      right: 20px; }
      @media screen and (min-width: 48rem) {
        .modal--fade .modal-close:after {
          right: 0; } }
    .modal--fade .modal-close:focus:after {
      left: auto;
      margin-left: 0;
      outline: 1px dotted;
      outline: -webkit-focus-ring-color auto 5px;
      right: 5px;
      top: 5px !important; }
    .modal--fade .modal-close:before {
      content: '';
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 20; }
      @media screen and (min-width: 26rem) {
        .modal--fade .modal-close:before {
          bottom: 0;
          left: 0;
          position: absolute;
          z-index: 10; } }
  .modal--fade a.modal-close:hover {
    opacity: 1; }

.modal--fade:target,
.is-active.modal--fade {
  height: auto;
  opacity: 1;
  transform: translate(0, 0);
  width: auto; }

.is-active.modal--fade {
  display: block\9;
  height: 100% \9;
  width: 100% \9; }

.modal--fade:target,
.is-active.modal--fade {
  display: block; }
  @media screen and (min-width: 26rem) {
    .modal--fade:target,
    .is-active.modal--fade {
      height: 100%;
      width: 100%; }
      .modal--fade:target > .modal-close,
      .is-active.modal--fade > .modal-close {
        display: block\9; } }

[class*="close-modal"] {
  background-color: #fcb14e;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 24px;
  top: 16px;
  width: 35px;
  z-index: 300; }
  [class*="close-modal"] .lr {
    background-color: white;
    height: 27px;
    margin-left: 16px;
    margin-top: 4px;
    position: absolute;
    transform: rotate(45deg);
    width: 4px;
    z-index: 1051; }
    [class*="close-modal"] .lr .rl {
      background-color: white;
      height: 27px;
      transform: rotate(90deg);
      width: 4px;
      z-index: 1052; }

.close-modal2 {
  display: none; }
  @media screen and (min-width: 66rem) {
    .close-modal2 {
      border-radius: 4px;
      bottom: 2rem;
      display: block;
      left: 0.5rem;
      line-height: 1.9;
      right: 0;
      top: unset;
      width: 5rem; } }

.no-scroll {
  height: 100%;
  margin: 0;
  overflow: hidden; }

.modal-content .banner img {
  background-color: #fcb14e;
  height: auto;
  margin-top: 10px;
  width: 100%; }

.modal-body {
  font-family: Garamond, "Times New Roman", serif;
  padding: 1rem 0 2rem;
  position: relative; }
  @media screen and (min-width: 48rem) {
    .modal-body {
      padding: 1rem 1rem 5rem; } }
  .modal-body h1 {
    color: black;
    margin: 0 auto 30px;
    text-align: center; }
  .modal-body a {
    color: #D64000; }
    .modal-body a:hover {
      color: black;
      opacity: 1; }
  .modal-body sup a {
    text-decoration: none; }

.lettertext {
  font-family: "Garamond", "Times New Roman", serif;
  font-size: 21.6px;
  line-height: 1.8;
  max-width: 800px;
  padding: 0;
  text-align: left; }
  @media screen and (min-width: 48rem) {
    .lettertext {
      padding: 0 0.8rem 2rem; } }
  .lettertext h4 {
    color: black;
    margin-top: 0;
    padding: 2rem 0 0 1rem; }
  .lettertext img {
    margin-left: 1.2rem; }
  .lettertext p {
    padding-left: 1rem; }
  .lettertext .large {
    font-size: 2.1rem;
    margin: 0;
    padding: 0 0 0 1rem; }

.lettercolumn {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 26rem) {
    .lettercolumn {
      float: left;
      margin-bottom: 0;
      margin-right: 30px;
      max-width: 200px; } }
  .lettercolumn img {
    margin-top: 0.5rem; }

.letterattribution {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21.6px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0 0 0 1rem;
  text-align: center; }
  @media (min-width: 26rem) {
    .letterattribution {
      text-align: left; } }

.letterattributiontitle {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 26rem) {
    .letterattributiontitle {
      text-align: left; } }

.letterphoto {
  display: inline-block;
  filter: grayscale(1);
  margin: 0;
  max-width: 200px; }

.modal-body h1#financial-intro {
  margin: 2rem auto 0; }
.modal-body #financials .pie-chart {
  margin-top: 5vh; }
.modal-body .financials-table {
  border: 0;
  margin-left: 1rem;
  padding: 0 0.8rem; }
  .modal-body .financials-table td {
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .modal-body .financials-table h3,
  .modal-body .financials-table h4 {
    color: black; }
  .modal-body .financials-table .indent {
    padding-left: 4rem; }
.modal-body .financials-image {
  padding: 0; }
.modal-body .no-gutter {
  clear: left; }

.no-gutter > [class*='col-'] {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.financials-chart {
  margin: 4%; }

.Financialsubtext h5 {
  color: #000000;
  font-weight: normal;
  text-transform: none; }

.mobile-rotate {
  color: #fcb14e;
  display: inline-block; }
  @media screen and (min-width: 26rem) {
    .mobile-rotate {
      display: none; } }

.numbers {
  text-align: right; }

td.left-3 {
  padding-left: 3rem; }

.left-6 {
  padding-left: 6rem !important; }

.modal-body .img-responsive {
  background-color: #fcb14e;
  float: left;
  width: 50%; }
  @media screen and (max-width: 30rem) {
    .modal-body .img-responsive {
      width: 100%; } }

@media screen and (max-width: 30rem) {
  .modal--fade,
  .modal--show {
    bottom: auto;
    display: block;
    right: auto;
    transform: translate3d(0, 100%, 0);
    transition: opacity 1ms .25s; }

  .modal--fade:target,
  .modal--show:target,
  .is-active.modal--fade,
  .is-active.modal--show {
    height: 100%;
    width: 100%; }

  .modal--fade:target .modal-close,
  .modal--show:target .modal-close,
  .is-active.modal--fade .modal-close,
  .is-active.modal--show .modal-close {
    display: block; }

  .modal--fade .modal-inner,
  .modal--show .modal-inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    position: initial;
    right: 0;
    top: 0; }

  .modal--fade .modal-content,
  .modal--show .modal-content {
    hyphens: auto;
    max-height: none; }

  .modal--fade .modal-close,
  .modal--show .modal-close {
    display: none;
    right: auto; }

  .modal--fade .modal-close:before,
  .modal--show .modal-close:before {
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20; }

  .modal--fade .modal-close:after,
  .modal--show .modal-close:after {
    left: auto;
    margin-left: 0;
    right: 5px;
    top: 5px !important; } }
#ed-letter-modal .img-responsive {
  margin: 0 1rem 1rem 0; }

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