/*
  
  gray: #444
  gold: rgba(199, 166, 82)
  light yellow: #f8f3d5

*/

@font-face {
  font-family:'graphik';
  src:url("https://static.propublica.org/v3/assets/fonts/Graphik-Light-Web.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/Graphik-Regular-Web.woff") format("woff");
  font-weight:200;
  font-style:normal }

@font-face {
  font-family:'graphik';
  src:url("https://static.propublica.org/v3/assets/fonts/Graphik-Lightitalic-Web.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/Graphik-Regularitalic-Web.woff") format("woff");
  font-weight:200;
  font-style:italic }


@font-face {
  font-family:'graphik';
  src:url("https://static.propublica.org/v3/assets/fonts/Graphik-Regular-Web.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/Graphik-Regular-Web.woff") format("woff");
  font-weight:normal;
  font-style:normal }

@font-face {
  font-family:'graphik';
  src:url("https://static.propublica.org/v3/assets/fonts/Graphik-Regularitalic-Web.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/Graphik-Regularitalic-Web.woff") format("woff");
  font-weight:normal;
  font-style:italic }

@font-face {
  font-family:'graphik';
  src:url("https://static.propublica.org/v3/assets/fonts/Graphik-Semibold-Web.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/Graphik-Semibold-Web.woff") format("woff");
  font-weight:bold;
  font-style:normal }

@font-face {
  font-family:'graphik';
  src:url("https://static.propublica.org/v3/assets/fonts/Graphik-Semibolditalic-Web.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/Graphik-Semibolditalic-Web.woff") format("woff");
  font-weight:bold;
  font-style:italic
  }

@font-face {
  font-family:'Tiempos Text';
  src:url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Regular.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Regular.woff") format("woff");
  font-weight:normal;
  font-style:normal }

@font-face {
  font-family:'Tiempos Text';
  src:url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Semibold.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Semibold.woff") format("woff");
  font-weight:600;
  font-style:normal }

@font-face {
  font-family:'Tiempos Text';
  src:url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-RegularItalic.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-RegularItalic.woff") format("woff");
  font-weight:normal;
  font-style:italic }

@font-face {
  font-family:'Tiempos Text';
  src:url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Bold.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Bold.woff") format("woff");
  font-weight:bold;
  font-style:normal }

@font-face {
  font-family:'Tiempos Text';
  src:url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-BoldItalic.woff2") format("woff2"),url("https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-BoldItalic.woff") format("woff");
  font-weight:bold;
  font-style:italic}

html,
body {
  margin: 0;
}

body {
  background: none !important;
  background-color: #444;
}

* {
  font-family: "Tiempos Text", "serif";
  font-size: 12pt; 
}

h1 {
  font-family: "Tiempos Text", "serif";
  font-weight: normal;
  /*font-family: "ff-meta-serif-web-1","ff-meta-serif-web-2","Georgia",serif;*/
}

h2, h3, h4, h5, h6 {
  font-family: "Tiempos Text", "serif";
  font-weight: normal;
  /*font-family: "ff-meta-serif-web-1","ff-meta-serif-web-2","Georgia",serif;*/
}

.river h2 { font-weight: normal; }


.clear:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: rgb(199, 166, 82);
}

p a {
    color: inherit;
    border-bottom: 3px solid rgba(199, 166, 82, .5);
}

a:hover {
  color: rgb(199, 166, 82);
  text-decoration: none;
}

section {
  width: 100%;
  background-color: white;
  padding: 30px 0;
}

nav {
  z-index: 1;
}

.dark {
  background-color: #444;
  padding: 0;
  padding-bottom: 30px;
}

.dark p {
  color: #dcdcdc;
}

.yellow {
  background-color: #f8f3d5;
}

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

img {
  width: 100%;
}

small {
  font-size: 85%;
}

#topper h1 {
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    padding: 10px 0px 20px;
    /*text-transform: uppercase;*/
    font-size: 30px;
    /*letter-spacing: .25em;*/
}

#hate_x {
    width: 35%;
    opacity: .2;
    left: 30%;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.article section p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 95%;
}

/*

  buttons

*/

.btn {
  border: none;
  padding: 20px 22px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.buttons {
    display: block;
}

.article .buttons h5 {
    display: inline-block;
    transition: all 0.10s ease-in-out;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    cursor: pointer;
    width: 95%;
    border: 2px solid rgba(199, 166, 82, .7);
    border-radius: 5px;
    line-height: 1.4em;
    min-width: 215px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 400;
    margin: 0;
}

.article .buttons h5 a {
  /*font-family: 'Tiempos Text', serif;*/
  font-family: 'Tiempos Text', serif;
  display: block;
}

.article .buttons h5 a:hover {
  color: black;
}

.article .signup-button {
    color: #fff;
    cursor: pointer;
    margin: 20px 0 0;
    border-radius: 5px;
}

.article .signup-button span {
    display: block;
    font-size: 13px;
    color: #444;
    text-transform: none;
    letter-spacing: 0em;
    font-weight: normal;
    line-height: 1em;
    font-family: "graphik", sans-serif;
}


.article .see-all-stories h5:hover,
.article .signup-button h5:hover {
  background: rgba(199, 166, 82, .2);
  color: black;
}

.article .inline-button {
  display: inline-block;
}

.article .buttons.inline-buttons h5 {
  min-width: auto;
  width: auto;
}

.article .buttons.inline-buttons {
  text-align: center;
}

.article .buttons.inline-buttons .btn {
  padding: 10px 15px;
}

.article .see-all-stories {
  margin-top: 15px;
}

.article .see-all-stories h5 a:hover {
  color: black;
}

/*

  end buttons

*/


.lead {
  margin: 1.5rem 0 !important;
  font-size: 100%;
}

.yellow .section-head {
  color: black;
}

.page-head {
    padding: 20px 0 30px;
    text-align: center;
}
.section-head {
    text-align: center;
    padding: 15px 0;
    color: rgb(199, 166, 82);
    background: rgba(0,0,0,0);
}

.featured-stories {
  margin-top: 15px;
}

.featured-stories > h2 {
    text-align: center;
    font-weight: normal;
    font-size: 18pt;
}

.story {
    display: block;
    background-color: white;
    border: 1px solid rgba(199, 166, 82, .3);
}

.story.featured {
  color: black;
}

.story.featured h2 {
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  font-size: 18pt;
  margin-bottom: 0;
}

.story.featured:hover .feature-img {
  opacity: .9;
}

.story.featured > div:first-of-type {
  width: 100%;
}
.story.featured > div:last-of-type {
    width: 90%;
    margin: 0 auto 0;
    background-color: white;
    transform: translateY(-30px);
    padding: 1rem 1rem 0 1rem;
}

section p.date,
section .story p {
  margin-bottom: 0;
}

.featured img {
  /*margin-bottom: .5rem;*/
  /*border: 1px solid rgba(199, 166, 82, .3);*/
}


#stories-table a {
  /*font-weight: bold;*/
  display: block;
}

/*#stories-table .river {
  text-align: center;
}*/

#stories-table .river div {
  width: 100%;
  border-top: 1px solid rgba(199, 166, 82, .2);
}

#stories-table .river > div:first-of-type {
  margin-top: 1rem;
}

#stories-table .river:not(.main-page) > div:first-of-type {
  border-top: 0;
}

#stories-table .river h2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  letter-spacing: initial;
}


#stories-table .river h2 a {
  font-family: inherit;
  color: rgb(199, 166, 82);
}

#stories-table .river p {
    margin-bottom: 10px;
}

#stories-table .river p.lede {
  text-align: left;
  display: inline-block;
}

.border-top {
  border-top: 1px solid rgba(199, 166, 82, .2);
}

.gray {
  color: #444 !important;
}

/*

  Partner list

*/

.photo-caption {
  display: none;
}

.partner-list {
  display: flex;
  padding-top: 10px;
  margin: -10px 0 0 -10px;
  flex-wrap: wrap;
}
.partner-list > div {
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
    background: #fff;
    border-radius: 5px;
    opacity: .9;
        transition: all 0.10s ease-in-out;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner-list > div a {
  display: inline-block;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.partner-list > div:hover {
  opacity: 1;
}

.partner-list > div.short a {
  padding-top: 10px
}

.partner-list > div.shorter a {
  padding-top: 13px
}

.partner-list img {
  width: 100%;
  max-width: 300px;
}

.partner-list img.top {
  padding-top: 10%
}

.partner-list img.top-small {
  padding-top: 5%
}

.partner-list img.top-med {
  padding-top: 7%
}
.school-list {
  display: inline-block;
  width: 100%;
  margin-top: 40px
}
.school-list > div {
  margin-bottom: 50px;
  float: left;
  width: 45%;
  margin-right: 5%
}

.school-list h3 {
  font-weight: bold;
}

.school-list > div:last-child{
  margin-right: 0px
}

.article {
  position: relative;
}

#footer-logo {
    color: #575757;
    float: left;
    padding: 15px 10px 0;
    width: 140px;
    min-height: 100px;
}

#hatecrime > div, #hatecrime > div#hatecrime-home > div {
  width: 100%;
  max-width: 760px;
  margin: auto;
  text-align: center;
  padding:50px 0px;
  border-bottom: 2px solid #000;
}

.hate-banner {
  position: relative;
  height: 500px
}

#hatecrime .signupbox {
    margin-bottom: 10px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #cecece;
}

#hatecrime > div#hatecrime-home {
    max-width: 100%;
    padding: 15% 0px 50px;
    background-size: 100%;
    margin: 0px;
    border: 0px;
    position: relative;
}
#hatecrime > div#hatecrime-home > div {
  text-align: left;
  padding: 0px 0px 100px;
  text-align: center;
}

.article #hatecrime #hatecrime-home p.source {
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 11px;
    width: 100%;
}

#hatecrime p.source a {
color: #61a3bf;
}


#hatecrime p b {
  font-weight: 600;
}

#hatecrime {
  font-family: 'Tiempos Text', serif;
  color: #cecece;
  background: url(http://propublica.s3.amazonaws.com/projects/graphics/hatecrimes/hate_background_2000.gif) #1d1d1d;
  background-size: 100%;
  padding:10px;
}

#hatecrime > div:last-child {
  border: 0px
}

.article #hatecrime p, .article #hatecrime ul {
  line-height: 1.5em;
  max-width:750px;
  margin: 0px auto 1em;
  text-align: left;
  clear: both;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.article #hatecrime ul li {
  font-size: 1em;
  list-style: circle;
}


.contact-container > div {
  float: left;
  margin: 0px 30px 20px 0px;
  text-align: left;
}


/* Footer */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.coalition img {
  width: 110px;
/*  padding:15px 15px 15px 0px;
  margin-right: 10px*/
}

.coalition a:last-child img {
  margin-right: 0px;
  padding-right: 0px
}



.support {
  display: inline-block;
  width: 100%;
  margin-top: 20px
}


img.logo {
  max-width: 760px
}

.biglist {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.biglist > div {
  float: left;
  display: inline-block;
}

.biglist.three-column > div {
  width: 30%;
  margin-right: 3%
}

.article #hatecrime .biglist p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 8px;
}





/*#stories-table {
    background: rgba(143, 130, 95, 0.2);
    padding:10px 20px 20px 20px;
}*/


#stories-table > div > div {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 10px 5px 0;
    display: inline-block;
    width: 100%;
}

.article #hatecrime #stories-table p {
  margin-bottom: 0px;
  font-size: 15px;
  font-family: "graphik", Helvetica, sans-serif;
  color:#fff;
}

.article #hatecrime #stories-table .featured div div p {
  font-size: 18px;
  float: left;
  clear: none;
  max-width: 80%;
}


.article #hatecrime #stories-table p.tagline {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.article #hatecrime #stories-table .featured div div p.story-title {
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Tiempos Text', serif;
}

#stories-table .featured img {
  max-width: 80px;
  float: left;
  margin: 10px 20px 0px 0px
}

body #footer {
    background: #000;
}

.story-logo {
    height: 20px !important;
    background-size: cover;
    display: inline-block;
    width: auto;
    vertical-align: sub;
    margin-right: 5px;
    mix-blend-mode: multiply;
}

.feature-img {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.top .feature-img {
  background-position: top;
}

.bottom .feature-img {
  background-position: bottom;
}

#about {
  background-color: #444;
}

#topper {
    padding: 60px 0 0 0;
    border-bottom: 1px solid rgba(199, 166, 82, .2);
    z-index: 1;
}

.section-head h2 {
  font-weight: normal;
  font-size: 18pt;
  padding-bottom: 0;
}

header[role="banner"] {
  z-index: 0;
}

header[role="banner"]>h1 {
      height: 40px !important;
  }

@media (min-width: 768px) {

  header ul.navigation {
    margin-right: 140px;
  }

  

  #about {
    background-color: transparent;
  }


  #hate_x {
    top: -15%;
  }

  .nav.sub {
    padding: 0 0 0 2rem;
  }

  .nav.sub li {
    float: left;
  }

  .burger {
    display: none;
  }

  .navigation {
    overflow: hidden;
    max-height: 200px;
    position: relative;
  }

  section {
    padding: 30px 0 80px;
  }

  #topper {
    padding: 60px 0;
    
  }

  #topper .col {
    padding-bottom: 0;
  }

  .page-head {
      padding: 45px 0;
  }

  .center {
    margin: 0 auto;
    float: none;
  }

  .dark {
    margin: 0 auto;
    padding: 0 1.5em 2em;
  }

  .featured-stories {
    position: relative;
    margin-top: 0;
  }

  .featured-stories > h2 {
    text-transform: uppercase;
    font-size: 9pt;
    padding: 10px;
    background: rgb(199, 166, 82);
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 40px;
    z-index: 1;
    font-family: "graphik", sans-serif;
    color: white;
  }

  .feature-img {
    height: 220px;
  }

  #topper h1 {
    text-align: left;
  }

  .page-head h1 {
    color: black;
  }

  .section-head {
    padding: 30px 0;
    margin-top: 
  }

  .section-head h2 {
    padding-bottom: 0;
    font-size: 20pt;
    /*text-transform: none;*/
    /*letter-spacing: normal;*/
  }

  #stories-table {
      margin-top: 1rem;
      padding-top: 1rem;
  }

  #stories-table.no-margin {
    margin-top: 0;
    padding-top: 0;
  }

  #stories-table .river div {
    width: 85%;
    margin: 10px auto 0;
    padding: 10px 0;
    display: block;
    text-align: center;
  }

  .partner-list > div {
      width: calc(33.333% - 10px);
  }

  .tabcontent {
      padding: 60px;
  }
}



@media (min-width: 992px) {
    
    .article .signup-button {
      width: calc(50% - 5px);
      border-radius: 5px;
      display: inline-block;
    }
    .btn {
      display: inline-block;
    }
    .article .butons h5 {
      float: left;
    }
    .partner-list > div {
        width: calc(25% - 10px);
    }
    #stories-table .river > div:first-of-type {
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) {
  

}






/*








        OLD STYLES








*/




header ul.navigation li.active, header ul.navigation li.active:hover {
    color: white;
    cursor: default;
    position: relative;
}

#hatecrime h1, #hatecrime h2, #hatecrime h3, .article #hatecrime h4 {
  font-family: 'Tiempos Text', serif;
  font-weight: 200;
  color: rgba(199, 166, 82, .7);
}

#content {
  padding: 0px !important;
}
#content .wrapper, .content-full, .wrapper, #content {
  max-width: none;
  width: 100%;
  min-width: 100%;
}

#content .article {
  margin-top: 0px
}

/*header ul.navigation {
  float: left;
  margin-left: 20px;
}*/

header ul.navigation li a {
  color: inherit;
  font-family: inherit;
}

header ul.navigation li {
    padding: 9px 10px;
    font-size: 13px;
}

nav a {cursor: pointer;}

.article .titles {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


 #hatecrime > div.story-callout {
        position: absolute;
    top: 20px;
    padding: 10px 5px 10px 15px ;
    border-radius: 5px;
    border:2px solid #b0720d;
    width: auto;
    text-align: center;
    right: 0px;
    cursor: pointer;
      transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
  opacity: .8;
  right: 10px
}

#hatecrime > div.story-callout:hover {
  background: #f4edc3;
}

.article #hatecrime div.story-callout > div {
  float: left;
}


.article #hatecrime div.story-callout > div img {
    width: 35px;
    padding: 11px 10px 5px 10px;
    display: inline-block;
    opacity: .5
}

.article #hatecrime div.story-callout p {
  font-family: "graphik", sans-serif;
  color: #b0720d;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
}

.article #hatecrime div.story-callout h4 {
    font-family: "graphik", sans-serif;
    color: #b0720d;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    text-align: right;
    letter-spacing: .06em
}

.article #hatecrime div.story-callout p span {
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
    display: inline-block;
}

#hatecrime > div.story-callout:hover p span {
  color: #000
}

@media (max-width: 800px) {
  #hatecrime h1 {
    font-size: 30px

  }

   header[role="banner"] nav, header ul.navigation li.active {
    display: none;
  }

/*  header ul.navigation li {
    padding: 8px 6px;
    font-size: 13px;
  }*/

}

@media (max-width: 680px) {

  #hate_x {
      width: 60%;
      left: 20%;
  }

  .article #hatecrime #hatecrime-home p.bigger-text {
      font-size: 18px
  }

  header[role="banner"] ul.navigation {
      margin-left: 150px;
      position: absolute;
  }

  .c-header header[role="banner"]>h1 {
      margin-left: 0px;
      width: auto;
      overflow: hidden;
      height: 40px;
      margin-right: 10px;
  }
 

/*  header ul.navigation {
    margin-left: 20px
  }*/

   .hate-banner {
    height: 400px
  }

  .article .buttons h5 {
    width: 100%;
    margin: 0px
  }

  .article .signup-button {
    width: 100%;
    margin-bottom:0px;
  }

/*  header ul.navigation li:last-child {
   display: none;
  }*/

}


@media (max-width: 480px) {

  html body {
    background-color: #000;
  }

/*    .c-header {
      position: fixed;
      left: 0;
      right: 0;
      z-index: 9999;
    }*/

  #hatecrime {
    background: url(http://static.propublica.org/projects/graphics/hatecrimes/hate_background_800.gif) #1d1d1d;
  }

/*  .article {
    padding-top: 40px;
  }*/

  #topper {
      padding-top: 3rem !important;
      padding-bottom: 0;
  }

  #topper .container {
    padding-bottom: 0;
  }

  #topper .content {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .content {
    margin-bottom: 0;
  }

  li.resources-link {
      display: none;
  }

  html body #content .article img#hate_x {
    max-width: 100%;
    width: 100%;
    left: 0%;
    top:5%;
  }

  html body #content .article .partner-list > div img {
    max-width: 220px
  }

  .partner-list img.top {
    padding-top: 6%
  }

  html body #content h1 {
    font-size: 18pt;
  }

  .article #hatecrime #hatecrime-home p.bigger-text {
    font-size: 1.5em
  }

  .hate-banner {
    height: 300px
  }

  html body #content .wrapper, #hatecrime > div#hatecrime-home {
    width: 100%;
    min-width: 100%;
  }
  html body #content .article>* {
    max-width: 100%;
  }

  html body #content .article > section {
    padding-top: 1rem;
  }

  html body #content .article > section .container {
    padding-top: 0;
  }

  html body #content .article > #hatecrime > div {
    max-width: 300px;
    margin: auto
  }

/*  #hatecrime h1, html body #content h1 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: .2em;
    margin-top: 50%
  }
*/

  .article #hatecrime #hatecrime-home p {
    font-size: 1.2em;
    max-width: 300px;
  }

  .article #hatecrime p, .article #hatecrime ul {
        font-size: 1.3em;
  }

  #hatecrime h2 {
    font-size: 20px;
    /*letter-spacing: .15em;*/
    line-height: 1.4em
  }

  ./*article #hatecrime .buttons {
    max-width: 300px
  }*/
}
