/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Required */
/* Set up flexible containers */
/* line 5, ../sass/_base-page.scss */
.interactive-container,
.cnn-outbrain,
#comments,
#disqus_thread {
  margin: 0 auto;
  width: 95%;
  max-width: 980px;
}

/* social buttons to right */
/* line 12, ../sass/_base-page.scss */
.c_share_container {
  float: right;
}

/*
    HEADER
*/
/* line 5, ../sass/_header-footer.scss */
.cnn-skinny-header {
  background-color: #ca0002;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 35px;
}

/* line 13, ../sass/_header-footer.scss */
.header-container {
  width: 95%;
  max-width: 980px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 100%;
}

/* line 23, ../sass/_header-footer.scss */
a.header-link {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
/* line 33, ../sass/_header-footer.scss */
a.header-link:hover, a.header-link:active, a.header-link:visited {
  color: #fff;
}

/* line 39, ../sass/_header-footer.scss */
.logo-link img {
  width: 51px;
  height: 35px;
}

/*
    FOOTER
*/
/* line 49, ../sass/_header-footer.scss */
.footer {
  clear: both;
  margin: 20px 0 0 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* line 57, ../sass/_header-footer.scss */
.footer-container {
  width: 95%;
  max-width: 980px;
  border-top: 10px solid #ca0002;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-align: left;
}
/* line 67, ../sass/_header-footer.scss */
.footer-container p {
  display: inline-block;
  color: #666666;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
/* line 75, ../sass/_header-footer.scss */
.footer-container p.footer-links {
  float: right;
  display: block;
}
@media screen and (max-width: 640px) {
  /* line 57, ../sass/_header-footer.scss */
  .footer-container {
    width: 100%;
    border: 0;
    background-color: #e6e1df;
    padding-top: 20px;
    margin-bottom: 0;
  }
  /* line 88, ../sass/_header-footer.scss */
  .footer-container p, .footer-container p.footer-links {
    display: block;
    font-size: 12px;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

.OUTBRAIN .AR_9 .ob_container_recs .item-container {
  box-sizing: content-box; }

.OUTBRAIN .AR_10 .ob_container_recs .item-container {
  box-sizing: content-box; }

/* Optional (uncomment if needed) */
/* @import "buttons"; */
/* line 14, ../sass/project.scss */
h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 15px;
}

/* line 21, ../sass/project.scss */
span.cnnint-timestamp {
  display: block;
  padding: 0;
  margin: 0;
}

/* line 27, ../sass/project.scss */
p {
  font-size: 14px;
  margin: 1em 0;
  line-height: 20px;
}

/* line 33, ../sass/project.scss */
p.source {
  font-size: 12px;
  color: #666;
}

/* line 38, ../sass/project.scss */
.prototools-table {
  clear: both;
}

/* line 42, ../sass/project.scss */
h3 {
  font-weight: bold;
  font-size: 21px;
  margin: 16px 0 10px;
}

/* line 48, ../sass/project.scss */
.state-law {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
/* line 54, ../sass/project.scss */
.state-law thead tr,
.state-law tbody tr {
  border-bottom: 1px solid #eee;
}
/* line 58, ../sass/project.scss */
.state-law tbody tr:nth-child(even) {
  background-color: #fff;
}
/* line 62, ../sass/project.scss */
.state-law td, .state-law th {
  padding: 5px;
}
/* line 65, ../sass/project.scss */
.state-law th {
  width: 20%;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 0 2px 5px;
  font-weight: bold;
}
/* line 71, ../sass/project.scss */
.state-law th.first-cell {
  width: 40%;
}
/* line 75, ../sass/project.scss */
.state-law thead tr {
  border-bottom: 3px solid #ccc;
}
/* line 79, ../sass/project.scss */
.state-law tfoot {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 640px) {
  /* line 85, ../sass/project.scss */
  .state-law {
    font-size: 12px;
  }
  /* line 87, ../sass/project.scss */
  .state-law tfoot {
    font-size: 10px;
  }
}
