::-moz-selection {
    color: white;
    background: #A62336;
  }
  
  ::selection {
    color: white;
    background: #A62336;
  }
  /*begin skip link and related styles*/
  .skip-link {
    background: #1d1d1c;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-110%);
  }
  
  .skip-link:focus {
  transform: translateY(0%);
  z-index:1002;
  }
  #main:focus{
    outline-style:none;
  }
  /*end skip link and related styles*/
  
  #logo .logo.image img {
     width: 500px;
     max-width: 900px;
   }
  a:focus { 
    outline-style: solid;
    outline-color: #A62336;
    outline-width: 3px;
  }
  .splash-image-credit{
    color:white;
    text-align:center;
    text-shadow:1px 1px 5px #1d1d1c;
  }
  
  h2, h1{
    hyphens: none;
    -webkit-hyphens: none;
   -moz-hyphens: none;
  }
  
  h2 a, h1 a, h3 a{  
    color:#A62336;
  }
  
  h2 a.banner-link{
  
    color:white;
  
  }
  
  footer.Footer h3 a{
    color:white; 
  }
  
  .div-section{
    position:static;
  }
  
  
  .Header--top {
    box-shadow: 2px 2px 5px #1d1d1c;
  }
  
  .factsheet-ref-link{
    overflow:wrap;
    word-break:all;
}

#preload-message{
  
  margin:auto;
  width:80%;
  padding-top:30px;

  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
   -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
       animation: fadein 3s;
}

    @keyframes fadein {
      0% { opacity: 0; }
      96% {opacity:0;}
      100% { opacity: 1; }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
      0% { opacity: 0; }
      96% {opacity:0;}
      100% { opacity: 1; }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
    0% { opacity: 0; }
    96% {opacity:0;}
    100% { opacity: 1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
      0% { opacity: 0; }
      96% {opacity:0;}
      100% { opacity: 1; }
    }

    /* Opera < 12.1 */
    @-o-keyframes fadein {
      0% { opacity: 0; }
      96% {opacity:0;}
      100% { opacity: 1; }
    }


  /* begin mobile bar breakpoint modification
  
      WARNING TO FUTURE: if you change the Mobile Breakpoint
      in Squarespace's Design page, make it match the media
      query here!!!
  
  */
  
  @media screen and (max-width:779px){
  
    .div-section{
      position:relative;
      bottom:90px;
      /*this creates spacing so anchor links scroll properly when the
      top part of the screen has the mobile bar*/
    }  
  
  }
  
  
  
  /*
  
  end mobile bar breakpoint modification
  
  Begin Banner Headers and Text Definitions
  
  */
  
  .redHighlightBanner{
  
      font-size:36px;
      color:white;
      background-color:rgba(166,35,54,.85);
      padding:1%;
      line-height:normal;
  
  }
  .highlightSpanNormal{
    font-family:Futura-PT;
  }
  .highlightSpanBold{
    font-family:Futura-PT-Bold;
  }
  
  .highlightP{
  
    background-color:rgba(255,255,255,0.85);
    color:black;
    padding:1%;
  
  }

  .data-citation{
    font-size:0.8em;
  }
  .data-citation a{
    color:#a62336;
  }
  
   /*
  
  End Banner Headers and Text Definitions
  
  */
  
  #upButtonContainer{
  
          display:none;   
  
      }
  
  #upButton{
  
          background-color:white;
          color:#A62336;;
          border-radius:50%;
          position:fixed;
          bottom:20px;
          right:15px;
          height:56px;
          width:56px;
          z-index:300;
          cursor: pointer;   
          border:0;
          font-size:35px;  
          font-family:proxima-nova;
        padding:0;
      }
  
  @media only screen and (max-width:1240px){
  
    #upButton{
  
      background-color:#A62336;
      color:white;
      border-radius:50%;
      position:fixed;
      bottom:20px;
      right:15px;
      height:56px;
      width:56px;
      z-index:300;
      cursor: pointer;   
      border:0;
      font-size:35px;
      box-shadow: 1px 1px 5px #1d1d1c;      
      font-family:proxima-nova;
    padding:0;
  }
  
  #upButton:hover{
  
  background-color:#b75056;   
  
  }
  
  }
  
  @media only print{
  
    #upButton{
      display:none;
    }
  
  }
  
  
  #secondaryNavSelectorContainer{
          z-index:10;
          position:fixed;
          bottom: 20px;
          right:20px;
  
      }
  
  #secondaryNavSelector{
          border-radius: 17px;
          border: 0;
          padding: 10px;
          color: #A62336;
          background-color: white;
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          -webkit-appearance: none;
          cursor: pointer;
          text-align-last:right;
          max-width:190px;
          z-index:10;
      }
  
  @media only screen and (max-width:1544px){
  
    #secondaryNavSelector{
      border-radius: 17px;
      border: 5px #1d1d1d;
      padding: 5px 10px 5px;
      color: white;
      background-color:  #A62336;
      font-family: "Montserrat", sans-serif;
      font-weight:700;
      box-shadow: 1px 1px 5px #1d1d1c;
      -webkit-appearance: none;
      cursor: pointer;
  }
  
  
  }
  
  @media only print{
  
    #secondaryNavSelector{
      display:none;
    }
  
  }
  
  
  .Mobile-bar{
    box-shadow:0 4px 8px -6px #9d9d9c;
  }
  
  @media only screen and (max-width:700px){
  
      h1.BlogItem-title{
  
          font-size:24px;
          hyphens:none;
  
      }
  
  
  }
  
  @media only print{
  
    .Mobile-bar{
  
      display:none;
  
    }
  
  }
  
  /* begin "superzoom" formatting */
  
  @media only screen and (max-height:400px){
  
  
    .Mobile-bar{
  
      display:block;
      position:static !important;
    }
    #secondaryNavSelector{
      display:none;
    }
    /*scroll to top FAB is done in JavaScript*/
  
  }
  
  /* end "superzoom" formatting */
  
  footer.Footer p{
    
    font-size:15px;
    
  }
  
  footer.Footer h3{
    
    font-size:16px;
    
  }
  
  .hiddenAnchorDiv{
    position:relative;
    top:-85px;
    height:0;
  }
  
  .header-shadow{
    text-shadow:2px 2px 5px #1d1d1c;
    hyphens: none;
  }
  
  /*begin SQSP only EA code*/
  
  .ea-container{
    border-radius:20px; 
    background-color:white;
  }
  
  .ea-container-outer{
    box-shadow:2px 2px 5px black; 
    border-radius:20px; 
    background-color:white;
  }
  
  @media screen and (max-width: 640px){
  
    .ea-after-container{
      margin:30px;
      padding-bottom:30px;
    }
  }
  
  @media screen and (min-width: 641px){
  
    .ea-after-container{
      margin:0px 55px;
      padding-bottom:55px;
    }
  }
  
  .ea-after-container p a{
    color:#a62336!important;
  }
  
  #donate-thank-you-container{
    margin:25px;
  }
  
  /*end SQSP only EA code*/