@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 */
/**
* Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* base styles, using foundation 6 defaults */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: baseline; }

*, *::before, *::after {
  box-sizing: inherit; }

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

article,
header,
section {
  display: block; }

a {
  color: #26D1D1;
  text-decoration: underline; }

a:hover,
a:focus,
a:active {
  color: #26D1D1;
  opacity: 0.7; }

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

h1 {
  font-size: 47px;
  line-height: 60px;
  padding: 1rem 0; }

h2 {
  font-size: 37px;
  line-height: 50px;
  padding: 1.3rem 0 0.3rem 0;
  text-transform: uppercase; }

h3 {
  font-size: 29px;
  line-height: 40px;
  padding: 1.3rem 0 0.3rem 0; }

h4 {
  font-size: 23px;
  line-height: 32px;
  padding: 1.3rem 0 0.3rem 0; }

h5 {
  font-size: 18px;
  line-height: 25px;
  padding: 1rem 0; }

h1,
h2,
h3,
h4,
h5 {
  color: #26D1D1;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (max-width: 34em) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      line-height: -moz-block-height;
      padding: 0;
      transform: scaleX(0.8) scaleY(0.8); } }

p {
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0; }
  @media screen and (max-width: 34em) {
    p {
      line-height: -moz-block-height;
      transform: scaleX(0.9) scaleY(0.9); } }

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 {
  counter-reset: li-counter;
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0 0 2rem; }
  ol li {
    margin-bottom: 1rem;
    padding: 0.2rem 0 0 0.5rem;
    position: relative; }
    ol li:before {
      color: black;
      content: counter(li-counter);
      counter-increment: li-counter;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1;
      position: absolute;
      top: 0.4rem;
      left: -0.6rem;
      text-align: right; }

ol.ol-decimal {
  list-style-type: decimal; }
  ol.ol-decimal li:before {
    content: " "; }

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

.js-no {
  display: inline-block; }

.js-yes {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.centered {
  margin: 0 auto; }

code {
  display: inline-block;
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-all; }

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

.hidden {
  display: none; }

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

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

.ar-button {
  background-color: #EB1414;
  border: 1px solid #EB1414;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .ar-button:hover {
    background-color: #1D2B35;
    border-color: #1D2B35;
    color: white;
    opacity: 1; }

.flex-parent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin: 3rem 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .flex-parent {
      flex-direction: row; } }

.flex-child {
  height: auto;
  margin: 2rem auto 0;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .flex-child {
      margin: 0;
      width: 30%; } }

.large {
  font-size: 2.5rem; }

header {
  background: #1D2B35;
  position: relative;
  z-index: 1; }
  header:after {
    background-attachment: scroll;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain; }
  header .headerimage {
    margin: 1.5rem auto 0; }
    @media screen and (min-width: 48em) {
      header .headerimage {
        max-width: 600px; } }
    header .headerimage img {
      height: auto;
      width: 100%; }

section {
  padding: 2rem 0; }
  @media screen and (min-width: 48em) {
    section {
      padding: 4rem 0; } }
  section h2.section-heading {
    color: #DDCA58;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 4rem;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      section h2.section-heading {
        font-size: 4rem;
        line-height: 4rem;
        margin-top: 3rem; } }
  section h3.section-subheading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none; }
    @media screen and (max-width: 48em) {
      section h3.section-subheading {
        font-size: 21.6px;
        line-height: 1.65;
        padding: 0; } }
  section h3.section-subheading-explanation {
    color: #26D1D1;
    font-size: 23.4px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto 2rem;
    max-width: 768px;
    padding-top: 0;
    text-align: left;
    text-transform: none; }
    section h3.section-subheading-explanation a {
      text-decoration: underline; }
    @media screen and (max-width: 48em) {
      section h3.section-subheading-explanation {
        font-size: 16.2px;
        margin: 0 5%;
        padding: 1rem;
        transform: none; } }
  section h4.section-subheading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: -125px;
    text-transform: none; }

.bg-intro {
  background-color: #1D2B35; }

.bg-cindy {
  background-color: black; }

.bg-section1 {
  background-color: #1D2B35; }
  .bg-section1 h2.section-heading {
    color: #DDCA58; }

.bg-section2 {
  background-color: black; }

.bg-thanks {
  background-color: #1D2B35; }

#financials h2.section-heading {
  color: #DDCA58; }
#financials h3.section-subheading {
  color: #DDCA58; }

#milestones {
  background-color: #1D2B35; }
  #milestones p {
    color: #26D1D1; }

.article-header {
  color: #DDCA58;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  padding: 0; }

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

.article-highlight {
  color: #FFF;
  margin: 30px 10px; }
  .article-highlight h5 {
    max-width: 500px; }

.article-box {
  height: 100%;
  margin: 0 6% 0;
  max-width: 800px;
  padding: 0;
  position: relative; }

.article-caption {
  background-color: black;
  border: 1px solid #26D1D1;
  height: auto;
  padding: 4% 5%;
  width: 100%; }

.bg-section2 .article-caption {
  background-color: #1D2B35; }
.bg-section2 .article-caption h3,
.bg-section2 .article-caption h5 {
  color: #26D1D1; }

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

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

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

.ed-letter .ed-caption {
  background-color: #1D2B35;
  color: #26D1D1;
  margin: 2% auto 0;
  max-width: 600px;
  padding: 1.5rem;
  text-align: center; }
  .ed-letter .ed-caption h4 {
    color: #26D1D1; }

.ed-highlight {
  background-color: white;
  border: 0;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 0 3rem;
  overflow: hidden;
  text-align: left; }

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

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

.ed-quote p {
  color: black;
  font-size: 21.6px;
  line-height: 1.5;
  padding: 1rem 5%;
  text-align: left; }
  @media screen and (min-width: 34em) {
    .ed-quote p {
      padding: 2.5rem 10%; } }

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

footer {
  background-color: #1D2B35; }
  footer .row {
    margin: 0 5%; }
    @media screen and (min-width: 34em) {
      footer .row {
        margin: 0; } }
  footer > div {
    max-width: 800px; }
  footer .flex-child {
    width: 90%; }
    @media screen and (min-width: 34em) {
      footer .flex-child {
        width: 50%; } }
  footer .CClicense {
    padding: 0;
    text-align: left; }
  footer ul.quicklinks {
    font-size: 12px;
    font-weight: bold;
    text-align: right; }
    @media screen and (mind-width: 34em) {
      footer ul.quicklinks {
        text-align: center; } }
    footer ul.quicklinks li {
      display: block; }
      @media screen and (min-width: 34em) {
        footer ul.quicklinks li {
          display: inline;
          padding-left: 0.5rem; }
          footer ul.quicklinks li a {
            text-decoration: none; } }

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

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

nav {
  background-color: black;
  display: block;
  height: 48px;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 48em) {
    nav {
      height: 80px; } }
  nav a {
    background-color: transparent;
    border: none;
    color: #26D1D1;
    display: inline-block;
    text-decoration: none; }
    nav a:hover {
      text-decoration: underline; }
    nav a:visited {
      color: inherit; }
  nav a.donate-button {
    background-color: #26D1D1;
    border: 1px solid #26D1D1;
    border-radius: 4px;
    color: black !important;
    margin: -1rem 0 0;
    padding: 0.2rem 2.7rem; }
    nav a.donate-button:hover {
      background-color: black;
      border: 1px solid black !important;
      color: #26D1D1 !important;
      text-decoration: none !important; }
    @media screen and (min-width: 48em) and (max-width: 66em) {
      nav a.donate-button {
        padding: 0.2rem; } }
  nav ul {
    display: inline-block;
    font-size: 0.75rem;
    height: 2rem;
    list-style: none;
    line-height: 1rem;
    margin: 0.9rem auto 0;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      nav ul {
        display: flex;
        justify-content: space-around;
        max-width: 1024px; } }
    @media screen and (min-width: 48em) and (max-width: 66em) {
      nav ul {
        width: 91%; } }
    nav ul:after {
      content: ""; }
    nav ul li {
      color: #26D1D1;
      display: none;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-weight: 400; }
      nav ul li a {
        padding: 0 1rem; }
        nav ul li a:hover {
          color: #26D1D1; }
          nav ul li a:hover:not(.donate), nav ul li a:hover:not(.menu-logo) {
            opacity: 1;
            text-decoration: underline; }
      nav ul li a.menu-logo:hover {
        opacity: 0.7; }
      @media screen and (min-width: 48em) and (max-width: 66em) {
        nav ul li {
          font-size: 1rem;
          line-height: 1rem; } }
      @media screen and (min-width: 48em) {
        nav ul li {
          display: inline-block;
          font-size: 1.1rem;
          margin: 0.9rem auto 0;
          text-align: center;
          flex-grow: 1; } }
      @media screen and (min-width: 48em) and (max-width: 66em) {
        nav ul li {
          padding: 0.2rem; } }
      nav ul li.logo-li {
        display: inline-block;
        margin: 0;
        text-align: left; }
    nav ul .menu-logo {
      background-image: url("img/logos/EFF-red-logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 8rem;
      left: 0.5rem;
      opacity: 1;
      position: absolute;
      top: 0.5rem;
      transition: all 0.2s;
      width: 8rem; }
      @media screen and (min-width: 48em) {
        nav ul .menu-logo {
          height: 9rem;
          width: 9rem;
          left: 0.5rem;
          margin-top: 0;
          position: relative; } }
      @media screen and (min-width: 66em) {
        nav ul .menu-logo {
          left: 0; } }
    nav ul li.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 {
        padding: 0;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s; }
        nav .dropdowns ul li:active {
          cursor: pointer; }
        nav .dropdowns ul li ul {
          background: #1D2B35;
          display: none;
          height: auto;
          left: -2rem;
          margin-left: 0.3rem;
          margin-top: 1rem;
          padding: 0 0.3rem;
          position: absolute;
          transition: all 0.5s ease;
          width: 14rem; }
          nav .dropdowns ul li ul li {
            clear: both;
            width: 100%; }
            nav .dropdowns ul li ul li a {
              border: none;
              color: white; }
              nav .dropdowns ul li ul li a:active {
                cursor: pointer; }
    nav .dropdowns > ul:hover {
      background: #1D2B35;
      height: 3.5rem; }
    nav .dropdowns ul li:active > ul,
    nav .dropdowns ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block; }
  nav .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  nav .navbar-activate {
    background: #DDCA58;
    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) {
      nav .navbar-activate {
        margin-top: 0;
        line-height: 1rem; } }

#off-canvas {
  background-color: black;
  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; }
  #off-canvas ul {
    margin-top: 2.5em;
    margin-left: 2.5em;
    list-style-type: none; }
    #off-canvas ul li {
      margin-bottom: 0.5em; }
    #off-canvas ul li.menu-logo {
      display: none; }
  #off-canvas a {
    border: 0;
    color: white;
    text-decoration: none; }
    #off-canvas a:hover {
      text-decoration: underline; }
  #off-canvas .close-menu a {
    text-decoration: none; }
  #off-canvas .social-media {
    margin-left: 2.5rem; }
    #off-canvas .social-media img {
      height: auto;
      width: 30px;
      margin-right: 0.7em; }

#off-canvas:target {
  width: 260px; }

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

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

nav a.open-menu {
  color: white;
  display: inline-block;
  font-size: 42px;
  position: absolute;
  right: 2.5rem;
  top: -10px;
  z-index: 1000; }
  nav a.open-menu:hover {
    cursor: pointer;
    text-decoration: none; }
  @media screen and (min-width: 48em) {
    nav a.open-menu {
      display: none; } }

.close-menu {
  position: absolute;
  right: 45px;
  top: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px; }
  .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;
  -webkit-overflow-scrolling: touch; }

.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: 34em) {
    .modal--fade {
      transition: opacity 0.4s; } }
  @media screen and (min-width: 48em) {
    .modal--fade {
      display: none\9;
      bottom: 0;
      right: 0;
      transform: translate3d(0, 100%, 0); } }
  .modal--fade .modal-inner {
    background: #edf1f4;
    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;
    -webkit-overflow-scrolling: touch;
    width: auto;
    z-index: 20; }
    @media screen and (min-width: 34em) {
      .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: 48em) {
      .modal--fade .modal-inner {
        right: 0;
        width: 97%; } }
    .modal--fade .modal-inner > img {
      width: auto;
      max-width: 100%; }
  .modal--fade .modal-wrap {
    color: black;
    margin: auto; }
  .modal--fade .modal-content {
    border: none;
    box-shadow: none;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 1.2em;
    position: relative;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 34em) {
      .modal--fade .modal-content {
        hyphens: auto;
        max-height: 600px;
        max-height: 90vh; } }
    .modal--fade .modal-content > * {
      max-width: 800px; }
  .modal--fade .modal-close {
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    right: auto;
    text-decoration: none; }
    @media screen and (min-width: 34em) {
      .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: 48em) {
        .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: 34em) {
        .modal--fade .modal-close:before {
          position: absolute;
          left: 0;
          bottom: 0;
          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: 34em) {
    .modal--fade:target,
    .is-active.modal--fade {
      width: 100%;
      height: 100%; }
      .modal--fade:target > .modal-close,
      .is-active.modal--fade > .modal-close {
        display: block\9; } }

.close-modal {
  background-color: #1D2B35;
  border-radius: 30px;
  height: 35px;
  right: 24px;
  top: 16px;
  width: 35px;
  z-index: 300;
  color: white;
  cursor: pointer;
  position: absolute; }
  .close-modal .lr {
    background-color: white;
    height: 27px;
    margin-left: 16px;
    margin-top: 4px;
    position: absolute;
    width: 4px;
    transform: rotate(45deg);
    z-index: 1051; }
    .close-modal .lr .rl {
      background-color: white;
      height: 27px;
      transform: rotate(90deg);
      width: 4px;
      z-index: 1052; }
  @media screen and (min-width: 48em) {
    .close-modal {
      background-color: #EB1414; } }

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

.modal-content .banner img {
  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: 48em) {
    .modal-body {
      padding: 1rem 1rem 5rem; } }
  .modal-body h1 {
    color: black;
    margin: 0 auto 30px;
    text-align: center; }
  .modal-body a {
    color: #1D2B35; }

.letterwriting {
  margin: 0 auto 3rem;
  max-width: 800px; }

.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: 48em) {
    .lettertext {
      padding: 0 0.8rem 2rem; } }
  .lettertext h4 {
    color: black;
    margin-top: 0;
    padding-top: 0; }

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

.letterattribution {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 1rem 0 0;
  text-align: center; }

.letterattributiontitle {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  padding-bottom: 2rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 34em) {
    .letterattributiontitle {
      padding: 0; } }

.letterattributiontitlelong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0;
  max-width: 200px;
  padding-bottom: 2rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 34em) {
    .letterattributiontitlelong {
      padding: 0; } }

.letterphoto {
  display: inline-block;
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  margin: 0 0 0 0;
  max-width: 200px; }

.letterbottom {
  align-content: center;
  text-align: center; }

.pullquote {
  color: #1D2B35;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 25.2px;
  font-weight: 700;
  max-width: 800px;
  padding: 0 1rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .pullquote {
      font-size: 30.6px;
      padding: 0 3rem; } }

.modal-body .Financialstable {
  word-wrap: break-word; }
  .modal-body .Financialstable td {
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .modal-body .Financialstable h3,
  .modal-body .Financialstable h4 {
    color: black; }
.modal-body .Financialsimage {
  padding: 0; }

.modal-body .no-gutter {
  clear: left; }

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

.Financialschart {
  margin: 4%; }

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

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

.numbers {
  text-align: right; }

.table-responsive {
  border: none; }

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

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

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

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

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

  .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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    height: 100%;
    overflow: auto;
    position: initial;
    right: 0;
    top: 0; }

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

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

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

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

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