/* MOBILE FIRST!! */

html {
  height: 100%;
  background: #000;
  font-size: 0.9em;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; /* maxvoltar.com/archive/-webkit-font-smoothing */
}
body {
  height: 100%;
  min-width: 266px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif; 
  font-weight: 400;
  line-height: 1.3;
}
h1 {
  margin-bottom: 16px;
  color: #b10837;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  font-weight: 600;
  text-shadow: 0 0 1px #555;
}
h2 {
  margin-bottom: 0.4em;
  color: #b10837;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-shadow: 0 0 3px #222;
}
p {
  xmargin-bottom: 0.8em;
  margin-bottom: 0.65em;
  color: #fff;
  font-weight: bold;
}
.section p {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: justify;
  xline-height: 1.45;
  line-height: 1.4;
  text-shadow: 0 0 6px #000;
}
a, a:active, a:visited {
  color: #b10837;
  text-decoration: none;
}
  a:hover {
    color: #ef4271;
    text-decoration: underline;
  }
  a:hover, a:active {
    outline: none;
  }


.section a {
  text-shadow: 0 0 1px #f9f3dd;
}
.section a.buttonlike {
  margin-top: 1em;
  padding: 0.3em 0.7em 0.4em;
  border: solid 1px #f9f3dd;
  display: inline-block;
  background: #b10837;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
          box-shadow: 1px 1px 3px #333;
        -webkit-border-radius: 5px;
      	   -moz-border-radius: 5px;
      	        border-radius: 5px;
}
  .section a.buttonlike:hover {
    color: #b10837;
    background: #fff;
    text-shadow: none;
  }



#menu,
#promos,
#footer,
.section,
.article {
  display: block;
}


/* Background */
#background,
#background-outgoing {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#background-outgoing {
  z-index: 1;
}
#background.inactive,
#background-outgoing.inactive {
  display: none;
}
#background-loading {
  display: none;
}


/* Splash */
#splash {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  background: #000;
}
  #splash img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 40%;
    left: 40%;
    display: none;
  }



/* Navigation */
#menu {
  width: 100%;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  xfont-size: 18px;
  xfont-size: 1.8rem;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 1px 1px 2px #333;
  xtop: 0;
  top: 10px;
  left: 0;
  z-index: 20;
}
#menu.inactive {
  margin-left: -150%;
}
  #menu ul {
    padding: 16px 16px 0;
  }
    #menu li {
      margin-bottom: 12px;
    }
    
      #menu-board-members-subnav {
        padding: 8px 0;
      }
      #menu-board-members-subnav.inactive {
        display: none;
      }
    
      #menu ul ul {
        padding: 16px 10px 0 0;
      }
    
      .board-members-list {
        width: 100%;
        overflow-y: auto;
        font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif; 
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400;
      }
        .board-members-list ul {
          width: 185px;
          padding: 16px 10px 0 0;
          float: left;
        }
          #menu .board-members-list li,
          .board-members-list li {
            margin-bottom: 12px;
          }
    
  #menu a {
    color: #fff;
    text-decoration: none;
  }
  #menu a:hover {
    color: #b10837;
    text-shadow: 1px 1px 1px #74263c;
  }
    .board-members-list a {
      color: #fff;
      text-decoration: none;
      text-shadow: none;
    }
      #menu .board-members-list a:hover,
      .board-members-list a:hover {
        color: #b10837;
        text-shadow: 1px 1px 1px #333;
      }
    .board-members-list a span {
      display: none;
    }
      .board-members-list a:hover span {
        display: inline;
      }
  
#menu-link {
  padding: 3px 10px 6px 25px;
  background: url(../images/rsp-sprites.png) no-repeat 9px -46px #fff;
  position: fixed;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif; 
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  top: 30px;
  left: 0;
  z-index: 30;
  box-shadow: 0 0 2px #555;
}
.no-js #menu-link {
  left: auto;
  right: 0;
}
#menu-link:hover {
  background: url(../images/rsp-sprites.png) no-repeat 9px -96px #b10837;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#menu-link.inactive {
  margin-left: -150%;
}
  #menu-link p {
    margin: 0;
    padding-top: 1px;
    color: #b10837;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: normal;
    text-shadow: none;
  }
  .js #menu-link:hover p {
    color: #fff; 
  }
  .no-js #menu-link a:hover {
    color: #fff; 
    display: none;
  }


/* Promos */
#promos {
  width: 90%;
  padding: 0 16px 100px;
  left: 0;
  top: 0;
  z-index: 20;
}
#promos.inactive {
  margin-left: 150%;
}
  #promos img {
    display: block;
    xwidth: 80%;
    width: 90%;
    height: auto;
  }


/* What makes us tick section */
#what {
  width: 100%;
  top: 100px;
  z-index: 20;
}
#what.inactive {
  display: none;
}
  #what .article {
    width: 90%;
    max-width: 540px;
    margin: 35px auto 100px;
    xpadding: 20px 30px 30px;
    padding: 20px 15px 30px;
    background: #fff;
    font-weight: 600; 
    box-shadow: 1px 1px 6px #555;
  }

  #what .article:first-child {
    margin-bottom: 35px;
  }
  
  #what h1 {
    margin-bottom: 0.3em;
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: none;
  }
  #what p {
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: justify;
    font-weight: 400;
    text-shadow: none;
  }


/* Board members section */
#board-members {
  width: 100%;
  top: 20px;
  z-index: 20;
}
#board-members.inactive {
  display: none;
  margin-left: -150%;
}
  #board-members-nav {
    padding-left: 100px;
    font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif; 
    font-weight: 600;
    line-height: 1.3;
    xfont-size: 13px;
    xfont-size: 1.3rem;
    font-size: 17px;
    font-size: 1.7rem;
  }
    #board-members-nav ul {
      xwidth: 195px;
      xwidth: 100%;
      width: auto;
    }
      #board-members-nav a {
        text-shadow: 0 0 3px #000;
      }
    #board-members .article {
      width: 84%;
      max-width: 700px;
      margin-top: 1em;
      padding: 1em 3% 100px;
      overflow-y: auto;
    }
    #board-members .article.inactive {
      display: none;
      margin-left: -150%;
    }
      #board-members .article p {
        font-size: 15px;
        font-size: 1.5rem;
      }
    

/* Ping script section */
#ping {
  width: 100%;
  top: 80px;
  z-index: 20;
}
#ping.inactive {
  display: none;
}
  #ping h1,
  #ping .article {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 0.5em;
  }
  #ping .article {
    margin-bottom: 100px;
    padding: 1em;
  }
  
  #script-form.inactive {
    display: none;
  }

  #script-form {
    font-size: 0.9em;
  }
    #script-form label {
      width: 140px;
      display: none;
    }
    
    p.disclaimer {
      margin-top: 5em;
    }
  

/* Subscribe section */
#subscribe {
  width: 100%;
  top: 100px;
  margin: 0 auto;
  padding-bottom: 100px;
  z-index: 20;
}
#subscribe.inactive,
#subscribe .inactive {
  display: none;
}
  #subscribe h1 {
    width: 55%;
    max-width: 600px;
    margin: 0 auto 16px 37%;
    padding-left: 14px;
  }
  #subscribe .intro {
    width: 55%;
    max-width: 600px;
    margin: 0 auto 0 37%;
    padding: 14px;
  }
    #subscribe .intro p {
      text-align: justify;
    }
    a#subscribe-form {
      white-space: nowrap;
    }
  #subscribe .main {
    width: 90%;
    max-width: 600px;
    margin: 1.5em auto 0;
  }
  #subscribe-form-feedback {
    margin-left: 37%;
  }


/* 'Extra' section */
#extra {
  width: 90%;
  top: 20%;
  left: 5%;
  z-index: 20;
}
#extra.inactive {
  margin-left: -150%;
  display: none; /* possibly apply initially with js */
}
  #extra .article {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 100px;
  }
  #extra label {
    display: block;
    
  }


/* Contact section */
#contact {
  width: 90%;
  left: 5%;
  top: 80px;
  z-index: 20;
}
#contact.inactive {
  margin-left: -150%;
  display: none;
}
#contact h1 {
  margin-bottom: 1em;
  padding-left: 4px;
}
#contact-form {
  max-width: 100%;
  margin-bottom: 100px;
}
  #contact-form p {
    width: 96%;
    color: #fff;
    xfont-size: 12px;
    xfont-size: 1.2rem;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 0 0 1px #000;
    padding: 5px;
    text-align: left;
    background-color: rgba(27,27,27,.4);
  }
  #contact-form a {
    text-shadow: none;
  }
    #contact a:hover {
      color: #cc1c4d;
      text-shadow: none;
    }

  form ul {
    
  }
    form li {
      margin-bottom: 16px;
    }
      label {
        width: 110px;
        color: #fff;
        font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif; 
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400;
        vertical-align: top;
        text-shadow: 0 0 6px #222;
        
        display: none;
      }
        label span {
          color: #f00;
          font-size: 0.8em;
        }
      input[type='checkbox'] {
        display: inline-block;
        width: auto;
        min-width: 0;
        max-width: 20px;
      }
      input,
      textarea {
        display: inline-block;
        min-width: 100px;
        max-width: 400px;
        width: 95%;
        padding: 3px 6px;
        border: solid 1px #f9f3dd;
        background: #666;
        color: #fff;
        font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 400; 
        box-shadow: 1px 1px 3px #333;
        -webkit-border-radius: 5px;
      	   -moz-border-radius: 5px;
      	        border-radius: 5px;
      }
      textarea {
        height: 90px;
      }

      input:focus,
      textarea:focus,
      tel:focus,
      email:focus {
        background: #111 !important;
      }
      input[type="checkbox"] {
        vertical-align: bottom;
        *vertical-align: baseline;
      }

      button {
        margin-top: 10px;
        padding: 5px 10px;
        border: solid 1px #f9f3dd;
        background: #b10837;
        color: #fff;
        cursor: pointer;
        font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
        font-size: 16px;
        font-size: 1.6rem;
        box-shadow: 1px 1px 3px #333;
        -webkit-border-radius: 5px;
      	   -moz-border-radius: 5px;
      	        border-radius: 5px;
      }
        button:hover {
          background: #860327;
        }
        button:focus {
          background: #222;
        }
        
      li.upload {
        position: relative;
      }
        #document-psf,
        .fauxupload input {
          position: absolute;
          top: 0;
          left: 0;
        }
        #document-psf {
            /* start of transparency styles */
            opacity:0;
            -moz-opacity:0;
            filter:alpha(opacity:0);
            /* end of transparency styles */
        
            z-index:2; /* bring the real upload interactivity up front */
        }


.highlight {
  padding: 6px;
  border: solid 3px #B10837;
}

#contact-form-feedback {
  margin-left: 0;
}
.form-feedback {
  min-height: 3em;
  max-width: 450px;
  margin: 0 auto 4em;
  padding: 1em;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 2px #000000;
  background-color: rgba(27, 27, 27, 0.5);
}

.section .form-feedback p {
  text-align: left;
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-shadow: 0 0 2px #000000;
}
  .form-feedback a {
    color: #ea1f57;
    text-shadow: 0 0 2px #000;
    text-decoration: none;
  }
    .form-feedback a:hover {
      color: #ef4271;
      text-decoration: underline;
    }
.loading {
  height: 22px;
  width: 126px;
  margin: 0 auto;
  background: url(../images/loading-ajax.gif) no-repeat;
	display: none;
}

.section p.ajax-feedback {
	margin: 0 auto;
	font-weight: 400;
	line-height: 1.4;
	display: none;
}
.section p.disclaimer a {
  text-shadow: none;
}

  
/* Footer */
#footer {
  width: 228px;
  height: 82px;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  bottom: 0;
  right: 0;
  z-index: 30;
  font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif; 
  font-weight: 400; 
  font-style: normal;
}
#footer.inactive {
  margin-bottom: -200px;
}

  #logo {
    float: left;
  }
  #footer-content {
    height: 71px;
    width: 130px;
    margin-left: 87px;
    padding: 5px 5px 6px;
    overflow: hidden;
    background-color: #333;
    background-color: rgba(27, 27, 27, 0.5);
  }
    #footer-content span {
      white-space: nowrap;
    }
    
  #footer ul {
    list-style: none;
  }
  #footer #legal {
    float: left;
  }
    #footer #legal li {
      float :left;
    }
  #footer a {
    color: #fff;
    text-decoration: none;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  
  #footer #credits p {
    text-shadow: none;
    font-weight: 400;
  }
 
  #footer .sociallinks {
    margin: 4px 0 0 -81px;
    float: left;
    width: 81px;
  }
    .sociallinks li {
      float: left;
      width: 38px;
      height: 38px;
      text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
    }
    .sociallinks li a {
      display: block;
      width: 38px;
      height: 38px;
    }
    #facebook a {
      background: url(../images/rsp-sprites.png) -40px 0;
    }
    #twitter a {
      background: url(../images/rsp-sprites.png) -78px 0;  
    }
    #instagram a {
      background: url(../images/rsp-sprites.png) -116px 0;     
    }
    #youtube {
      width: 39px;
    }
    #youtube a {
      background: url(../images/rsp-sprites.png) -154px 0;     
    }
    #vimeo a {
      background: url(../images/rsp-sprites.png) -154px -40px;     
    }


/* */
.section p.text-right {
  text-align: right;
}

  
  
  
  
  
  
  
/* Updated rules for larger displays */
/* --------------------------------- */

@media only screen and (min-width: 320px) {
    
  #footer h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  
  #footer-content {
  }
    #what h1 {
      font-size: 20px;
      font-size: 2rem;
      text-align: justify;
    }
}



@media only screen and (min-width: 400px) {
 
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  
  #menu {
    font-size: 22px;
    font-size: 2.2rem;
  }
    #menu ul {
      padding: 16px 16px 0 30px;
    }
  
  #promos {
    padding-left: 30px;
  }

  #what .article {
    width: 80%;
    padding: 20px 30px 30px;  
  }
  
  
  #what h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  #board-members .article p {
    text-align: justify;
  }
  
  #subscribe .main {
    width: 90%;
    max-width: 600px;
    margin: 1.5em auto 0 37%;
  }

  #extra {
    left: 23%;
  }
  
  #contact {
    left: 20%;
  }
  #contact {
    max-width: 80%;
    top: 80px;
    z-index: 20;
  }
    #contact-form {
      max-width: 350px;
    }
      input,
      textarea {
        width: 200px;
      }
      #contact-form p {
        width: 204px;
      }

  #footer {
    width: 228px;

  }
    #facebook {
      margin-bottom: 0;
    }
    #footer .sociallinks {
      margin: 46px 0 0 -166px;
      float: left;
      width: 166px;
    }
    #footer .sociallinks li {
      display: inline-block;
      float: none;
    }

}


@media only screen and (min-width: 480px) {
  
  h1 {
    font-size: 31px;
    font-size: 3.1rem;
    text-shadow: 0 0 3px #444;
  }
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  
  #menu {
    font-size: 25px;
    font-size: 2.5rem;
  }
    #menu li {
      margin-bottom: 15px;
    }
      #menu-board-members-subnav ul {
        padding: 24px 0 8px;
      }
      
  .section p {
    font-size: 18.5px;
    font-size: 1.85rem;
    text-shadow: 0 0 4px #000;
    text-shadow: 0 0 8px #222;
  }
    
  #what h1 {
    font-size: 29px;
    font-size: 2.9em;
  }
  
  #board-members-nav {
    line-height: 1.3;
    xfont-size: 16px;
    xfont-size: 1.6rem;
  }
  #board-members .article p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  #promos img {
    width: 80%;
    max-width: 410px;
    margin: 20px 0;
  }
  #promos img.larger {
    max-width: 500px;
  }

  #promos img.larger-fs {
    max-width: 450px;
  }
  
  #subscribe .main {
    width: 75%;
    margin-left: 20%;
    margin-right: 5%;
  }
  
  #extra {
    left: 0;
  }
  
  #contact {
    left: 5%;
    max-width: 95%;
  }
    label,
    #extra label {
      display: inline-block;
      padding-right: 10px;
      text-align: right;
    }
    #contact-form p,
    button {
      margin-left: 125px;
    }

}


@media only screen and (min-width: 640px) {
  
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2 {
    font-size: 38px;
    font-size: 3.8rem;
    text-shadow: 0 0 5px #222;
  }
  
  #menu {
    font-size: 35px;
    font-size: 3.5rem;
  }
    #menu li {
      margin-bottom: 0;
    }
      .board-members-list {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1;
      }
        .board-members-list ul {
          /*width: 205px;*/
          width: 220px;
        }
        #board-members-nav ul {
          /*width: 195px;*/
          width: 210px;
        }
    #board-members-nav {
      padding-left: 120px;
    }
    
    #board-members .article p {
      font-size: 16px;
      font-size: 1.6rem;
    }

  #what h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
   
  #script-form label {
    display: inline-block;
  }
  #script-form button {
    margin-left: 153px;
  }
  p.disclaimer {
    margin-top: 3em;
  }
    
  #contact {
    left: 10%;
    max-width: 90%;
  }
  
  #document-psf,
  .fauxupload input {
    position: absolute;
    top: 0;
    left: 153px;
  }

}


@media only screen and (min-width: 800px) {

  h2 {
    font-size: 45px;
    font-size: 4.5rem;
    text-shadow: 0 0 6px #222;
  }
  #menu {
    font-size: 45px;
    font-size: 4.5rem;
  }
    .board-members-list {
      line-height: 1;
    }
      .board-members-list ul {
        /*width: 205px;*/
        width: 220px;
      }
      #board-members-nav ul {
        /*width: 225px;*/
        width: 240px;
      }
        #menu .board-members-list li,
        .board-members-list li {
          margin-bottom: 6px;
        }

  #board-members-nav {
    padding-left: 160px;
    line-height: 1.2;
    font-size: 21.5px;
    font-size: 2.15rem;
  }
  #board-members .article p {
    font-size: 21.5px;
    font-size: 2.15rem;
  }

  #subscribe .main {
    width: 50%;
    margin-left: 37%;
    margin-right: auto;
  }

  #contact {
    left: 15%;
    max-width: 85%;
  }

}



@media only screen and (min-width: 960px) {

  h1 {
    font-size: 44px;
    font-size: 4.4rem;
  }
  
  #menu {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.1;
  }
    .board-members-list {
      line-height: 1.1;
    }
      #menu .board-members-list li,
      .board-members-list li {
        margin-bottom: 3px;
      }

}



@media only screen and (min-width: 1100px) {
  
  h1 {
    font-size: 46px;
    font-size: 4.6rem;
  }

  #menu {
    font-size: 60px;
    font-size: 6rem;
  }

    .board-members-list ul {
      width: 220px;
    }
}



.aligncenter,
#what .aligncenter {
  text-align: center;
}


.embeds {
  margin-top: 3em;
}