/*----------------------------------------------------------------------------*/
/* SENTENCING: theme styles - Please do not edit this code                    */
/*----------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Rozha+One&.css);
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   BOOTSTRAP: Internet Explorer 10 in Windows 8 and Windows Phone 8
   ========================================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   SENTENCING: Variables
   ========================================================================== */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog {
  top: 25px;
}
.modal .modal-dialog .modal-content {
  background-color: #5d606b;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  color: #FFF;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-left: 60px;
  padding-right: 60px;
}
.loadmore {
  cursor: pointer;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  clear: both;
  float: left;
  background-color: #f7f7f7;
}
.loadmore span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
  background: #5d606b;
  padding: 10px 40px;
  text-decoration: none;
}
.footnote_tooltip {
  z-index: 100;
  font-weight: normal;
}
.modal-backdrop.in {
  opacity: 0.3;
  height: 1000%;
  z-index: auto;
}
@font-face {
  font-family: "TGN_Regular";
  src: url("../fonts/TGN_regular.eot");
  src: url("../fonts/TGN_regular.eot#iefix") format("embedded-opentype"), url("../fonts/TGN_regular.woff") format("woff"), url("../fonts/TGN_Regular.ttf") format("truetype"), url("../fonts/TGN_regular.svg") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "TGN_Bold";
  src: url("../fonts/TGN_Bold.eot");
  src: url("../fonts/TGN_Bold.eot#iefix") format("embedded-opentype"), url("../fonts/TGN_Bold.woff") format("woff"), url("../fonts/TGN_Bold.ttf") format("truetype"), url("../fonts/TGN_Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TGN_BoldItalic";
  src: url("../fonts/TGN_BoldItalic.eot");
  src: url("../fonts/TGN_BoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/TGN_BoldItalic.woff") format("woff"), url("../fonts/TGN_BoldItalic.ttf") format("truetype"), url("../fonts/TGN_BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "TGN_Italic";
  src: url("../fonts/TGN_Italic.eot");
  src: url("../fonts/TGN_Italic.eot#iefix") format("embedded-opentype"), url("../fonts/TGN_Italic.woff") format("woff"), url("../fonts/TGN_Italic.ttf") format("truetype"), url("../fonts/TGN_Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "TGN_Heavy";
  src: url("../fonts/TGN_Heavy.eot");
  src: url("../fonts/TGN_Heavy.eot#iefix") format("embedded-opentype"), url("../fonts/TGN_Heavy.woff") format("woff"), url("../fonts/TGN_Heavy.ttf") format("truetype"), url("../fonts/TGN_Heavy.svg") format("svg");
  font-style: normal;
}
.interface {
  font-family: "TGN_Regular", Arial, Helvetica, sans-serif;
}
.rozhaOne {
  font-family: 'Rozha One', Times New Roman, serif;
}
.floatnone {
  float: none!important;
}
.padding0 {
  padding-left: 0;
  padding-right: 0;
}
.fullwidth {
  width: 100%;
}
.footnote_plugin_tooltip_text {
  font-size: x-small !important;
}
.text_deco_none {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
.upper {
  text-transform: uppercase;
}
.float-left {
  float: left;
}
.font-w900 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.clearfix2 {
  float: left;
  width: 100%;
  clear: both;
  height: 5px;
}
.borders {
  border-left: 4px solid #c6c6c6;
  border-right: 4px solid #c6c6c6;
  float: left;
}
.abstract i,
.inner-content i {
  font-style: italic;
}
.style_loop_notes .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.style_loop_notes .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.style_loop_notes .filter li:first-child {
  padding-left: 40px;
}
.style_loop_notes .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.style_loop_notes .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.style_loop_notes .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.style_loop_notes .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.style_loop_notes .posts .divisor:last-child {
  display: none;
}
.style_loop_notes .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.style_loop_notes .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.style_loop_notes .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.style_loop_notes .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.style_loop_notes .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.style_loop_notes .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.style_loop_notes .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.style_loop_notes .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.style_loop_notes .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.style_loop_notes .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.style_loop_notes .posts .col-sm-24 .story-issues {
  margin: 0;
}
.style_loop_notes .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.style_loop_notes .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.style_loop_notes .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.style_loop_notes .posts .post {
  color: #0270cd;
  padding: 35px;
}
.style_loop_notes .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.style_loop_notes .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.style_loop_notes .posts .post a {
  color: #0270cd;
}
.style_loop_notes .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.style_loop_notes .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.style_loop_notes .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.style_loop_notes .posts .post .actions {
  margin-bottom: 25px;
}
.style_loop_notes .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.style_loop_notes .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.style_loop_notes .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.style_loop_notes .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.style_loop_notes .posts .style-color2 {
  color: #cd0240;
}
.style_loop_notes .posts .style-color2 .type {
  border-color: #cd0240;
}
.style_loop_notes .posts .style-color2 a {
  color: #cd0240;
}
.style_loop_notes .posts .style-color2 .actions a {
  color: #cd0240;
}
.style_loop_notes .posts .style-color2 .divider {
  background: #cd0240;
}
.style_loop_notes .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.style_loop_notes .posts .style-color3 {
  color: #af57d4;
}
.style_loop_notes .posts .style-color3 .type {
  border-color: #af57d4;
}
.style_loop_notes .posts .style-color3 a {
  color: #af57d4;
}
.style_loop_notes .posts .style-color3 .actions a {
  color: #af57d4;
}
.style_loop_notes .posts .style-color3 .divider {
  background: #af57d4;
}
.style_loop_notes .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.style_loop_notes .posts .style-color4 {
  color: #5d606b;
}
.style_loop_notes .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.style_loop_notes .posts .style-color4 a {
  color: #5d606b;
}
.style_loop_notes .posts .style-color4 .actions a {
  color: #5d606b;
}
.style_loop_notes .posts .style-color4 .divider {
  background: #5d606b;
}
.style_loop_notes .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.style_loop_notes .posts .style-color5 {
  color: #8dcd02;
}
.style_loop_notes .posts .style-color5 .type {
  border-color: #8dcd02;
}
.style_loop_notes .posts .style-color5 a {
  color: #8dcd02;
}
.style_loop_notes .posts .style-color5 .actions a {
  color: #8dcd02;
}
.style_loop_notes .posts .style-color5 .divider {
  background: #8dcd02;
}
.style_loop_notes .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.style_page-intro {
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.style_page-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.style_page-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.style_page-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.style_page-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.style_page-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.style_page-intro .actions {
  margin-bottom: 25px;
}
.style_page-intro .actions li {
  padding: 0 30px;
}
.style_page-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.style_page-intro .issues li {
  padding: 0 25px;
}
.style_page-intro .issues li a {
  color: #9a9a9a;
}
.style_page-intro .issues li a:hover {
  text-decoration: underline;
}
.social-share {
  margin-left: 0;
}
.social-share li {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding-left: 0;
  padding-right: 0;
  color: #909298;
}
.social-share li a {
  color: #909298;
}
.social-share li a:hover {
  color: #FFFFFF;
}
.list-inline {
  word-wrap: break-word;
}
blockquote {
  width: 105%!important;
  float: left!important;
  clear: both;
  margin: 0 -3% 25px -3% !important;
  border-top: 1px solid #5d606b !important;
  border-bottom: 1px solid #5d606b !important;
  font-family: 'Rozha One', Times New Roman, serif !important;
  text-indent: 0!important;
  padding: 22px 0 12px !important;
  background: none!important;
  font-size: 1.1em;
}
blockquote p {
  margin-top: 0px !important;
  margin-right: 0 !important;
  margin-left: 2% !important;
  margin-bottom: 10px !important;
  line-height: 140%;
}
blockquote p a:hover {
  text-decoration: underline !important;
  border-bottom: none !important;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
.simplePullQuote {
  width: 300px!important;
  margin: 0 0 0 20px !important;
  border-top: 1px solid #5d606b !important;
  border-bottom: 1px solid #5d606b !important;
  font-family: 'Rozha One', Times New Roman, serif !important;
  text-indent: 0!important;
  padding: 10px!important;
  background: none!important;
  font-size: 1.1em;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}
.simplePullQuote p {
  margin: 0!important;
}
.simplePullQuote p:before {
  content: open-quote;
}
.simplePullQuote p:after {
  content: close-quote;
}
.style_related_title .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.h3_style_line_trough h3 {
  position: relative;
  margin-bottom: 15px;
}
.h3_style_line_trough h3 span {
  color: #fdc532;
  font-weight: 900;
  font-size: 1.1em;
  padding: 0 14px;
  text-transform: uppercase;
  background: #5d606b;
  position: relative;
}
.h3_style_line_trough h3 strong {
  display: block;
  height: 1px;
  width: 100%;
  background: #fdc532;
  position: absolute;
  top: 50%;
  left: 0;
}
/* ==========================================================================
   SENTENCING: General Styles
   ========================================================================== */
.Iframe .content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Iframe .page-extra {
  padding-left: 80px !important;
  padding-right: 35px !important;
}
.Iframe .iframe-content {
  padding-bottom: 35px;
  display: block;
  width: 100%;
  overflow-x: hidden;
}
.Iframe .iframe-content iframe {
  width: 100%;
  height: 800px;
  overflow-x: hidden;
}
.Iframe .iframe-content-donate {
  padding-bottom: 25px;
  display: block;
  width: 100%;
  overflow-x: hidden;
}
.Iframe .iframe-content-donate iframe {
  width: 100%;
  height: 2880px;
  overflow-x: hidden;
}
body {
  font-family: "TGN_Regular", Arial, Helvetica, sans-serif;
  color: #5d606b;
}
hr {
  border-color: #C6C6C6 !important;
}
em {
  font-style: italic;
}
.page-header {
  margin-bottom: 0px;
  margin-top: 0px;
  border: none;
}
.modal-dialog {
  top: 100px;
}
.social_styles li {
  padding: 0 7px;
}
.social_styles li a {
  color: #9a9a9a;
  font-size: 32px;
}
.social_styles li a:hover {
  color: #9a9a9a;
}
.social_styles li:last-child {
  padding-right: 0;
}
.social_styles .list-inline {
  margin: 0;
}
.social_styles .list-inline a:hover {
  text-decoration: none;
  color: #fdc532;
}
img[class*="wp-image-"] {
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
div.wp-caption:not(.alignleft):not(.alignright),
.wp-caption.alignnone {
  width: 100% !important;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 120%;
}
.sentencing_widget_latest_fixed {
  padding-top: 20px;
}
/* ==========================================================================
   SENTENCING: Submenu Styles
   ========================================================================== */
.submenu-default {
  background: #fdc532;
  padding: 30px 0 10px 0;
  border-bottom: 4px solid #d9a82b;
}
.submenu-default .container {
  padding: 0 25px;
  position: relative;
}
.submenu-default .container ul {
  padding-left: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.submenu-default .container ul li {
  margin-bottom: 13px;
}
.submenu-default .container ul li a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.submenu-default .container ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.submenu-default .container ul li.active {
  text-decoration: none;
}
.submenu-default .container ul li.active a {
  color: #FFFFFF;
}
.submenu-default .container ul li.active a:hover,
.submenu-default .container ul li.active a:focus {
  text-decoration: none;
}
.submenu-default .container:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 20px;
  border-color: transparent transparent #fdc532 transparent;
  position: absolute;
  top: -63px;
}
.issues-submenu {
  background: #fdc532;
  padding: 30px 0 10px 0;
  border-bottom: 4px solid #d9a82b;
}
.issues-submenu .container {
  padding: 0 25px;
  position: relative;
}
.issues-submenu .container ul {
  padding-left: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.issues-submenu .container ul li {
  margin-bottom: 13px;
}
.issues-submenu .container ul li a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.issues-submenu .container ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.issues-submenu .container ul li.active {
  text-decoration: none;
}
.issues-submenu .container ul li.active a {
  color: #FFFFFF;
}
.issues-submenu .container ul li.active a:hover,
.issues-submenu .container ul li.active a:focus {
  text-decoration: none;
}
.issues-submenu .container:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 20px;
  border-color: transparent transparent #fdc532 transparent;
  position: absolute;
  top: -63px;
}
.issues-submenu .container {
  padding: 0 25px;
  position: relative;
}
.issues-submenu .container .issues {
  padding-left: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.issues-submenu .container .issues li {
  margin-bottom: 13px;
}
.issues-submenu .container .issues li a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.issues-submenu .container .issues li a:hover,
.issues-submenu .container .issues li a.active {
  text-decoration: none;
  color: #FFFFFF;
}
.issues-submenu .container:before {
  left: 238px;
}
.facts-submenu {
  background: #fdc532;
  padding: 30px 0 10px 0;
  border-bottom: 4px solid #d9a82b;
}
.facts-submenu .container {
  padding: 0 25px;
  position: relative;
}
.facts-submenu .container ul {
  padding-left: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.facts-submenu .container ul li {
  margin-bottom: 13px;
}
.facts-submenu .container ul li a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.facts-submenu .container ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.facts-submenu .container ul li.active {
  text-decoration: none;
}
.facts-submenu .container ul li.active a {
  color: #FFFFFF;
}
.facts-submenu .container ul li.active a:hover,
.facts-submenu .container ul li.active a:focus {
  text-decoration: none;
}
.facts-submenu .container:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 20px;
  border-color: transparent transparent #fdc532 transparent;
  position: absolute;
  top: -63px;
}
.facts-submenu .container {
  padding: 0 25px;
  position: relative;
}
.facts-submenu .container .issues {
  padding-left: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.facts-submenu .container .issues li {
  margin-bottom: 13px;
}
.facts-submenu .container .issues li a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.facts-submenu .container .issues li a:hover,
.facts-submenu .container .issues li a.active {
  text-decoration: none;
  color: #FFFFFF;
}
.facts-submenu .container:before {
  left: 363px;
}
.action-submenu {
  background: #fdc532;
  padding: 30px 0 10px 0;
  border-bottom: 4px solid #d9a82b;
}
.action-submenu .container {
  padding: 0 25px;
  position: relative;
}
.action-submenu .container ul {
  padding-left: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.action-submenu .container ul li {
  margin-bottom: 13px;
}
.action-submenu .container ul li a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.action-submenu .container ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.action-submenu .container ul li.active {
  text-decoration: none;
}
.action-submenu .container ul li.active a {
  color: #FFFFFF;
}
.action-submenu .container ul li.active a:hover,
.action-submenu .container ul li.active a:focus {
  text-decoration: none;
}
.action-submenu .container:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 20px;
  border-color: transparent transparent #fdc532 transparent;
  position: absolute;
  top: -63px;
}
.action-submenu .container:before {
  left: 537px;
}
.about-submenu {
  background: #fdc532;
  padding: 30px 0 10px 0;
  border-bottom: 4px solid #d9a82b;
}
.about-submenu .container {
  padding: 0 25px;
  position: relative;
}
.about-submenu .container ul {
  padding-left: 40px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.about-submenu .container ul li {
  margin-bottom: 13px;
}
.about-submenu .container ul li a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.about-submenu .container ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.about-submenu .container ul li.active {
  text-decoration: none;
}
.about-submenu .container ul li.active a {
  color: #FFFFFF;
}
.about-submenu .container ul li.active a:hover,
.about-submenu .container ul li.active a:focus {
  text-decoration: none;
}
.about-submenu .container:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 20px;
  border-color: transparent transparent #fdc532 transparent;
  position: absolute;
  top: -63px;
}
.about-submenu .container:before {
  left: 728px;
}
/* ==========================================================================
   SENTENCING: Header Styles
   ========================================================================== */
.main-header {
  padding-top: 25px;
}
.main-header .container {
  padding: 0 25px;
}
.main-header .margintop {
  margin-top: 15px;
}
.main-header .social-header {
  text-align: right;
}
.main-header .social-header li {
  padding: 0 7px;
}
.main-header .social-header li a {
  color: #9a9a9a;
  font-size: 32px;
}
.main-header .social-header li a:hover {
  color: #9a9a9a;
}
.main-header .social-header li:last-child {
  padding-right: 0;
}
.main-header .social-header .list-inline {
  margin: 0;
}
.main-header .social-header .list-inline a:hover {
  text-decoration: none;
  color: #fdc532;
}
.main-header .logo {
  margin-top: 23px;
  float: left;
}
.main-header .trending-issues {
  font-family: "TGN_BoldItalic", "TGN_Regular", Arial, Helvetica;
  font-style: italic;
  font-weight: 500;
}
.main-header .trending-issues a {
  color: #5d606b;
}
.main-header .trending-issues a:hover,
.main-header .trending-issues a.active {
  color: #fdc532;
}
.main-header .navbar {
  margin-bottom: 12px!important;
}
.main-header .navbar,
.main-header .navbar-default {
  margin-top: 15px;
  border-radius: 0;
  background: none;
  border-color: transparent;
}
.main-header .navbar .navbar-nav > li a,
.main-header .navbar-default .navbar-nav > li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.6em;
  color: #5d606b;
  padding: 0 25px;
}
.main-header .navbar .navbar-nav > li a:hover,
.main-header .navbar-default .navbar-nav > li a:hover,
.main-header .navbar .navbar-nav > li a.active,
.main-header .navbar-default .navbar-nav > li a.active {
  color: #fdc532;
}
.main-header .navbar .navbar-nav > li:first-child a,
.main-header .navbar-default .navbar-nav > li:first-child a {
  padding-left: 0;
}
.main-header .navbar .navbar-nav > li.active a,
.main-header .navbar-default .navbar-nav > li.active a {
  color: #fdc532;
  background: none!important;
}
.main-header .navbar .navbar-collapse,
.main-header .navbar-default .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.main-header .navbar .navbar-collapse .navbar-nav,
.main-header .navbar-default .navbar-collapse .navbar-nav {
  margin-top: 20px!important;
}
.main-header .navbar-form .input-group {
  border-bottom: 4px solid #9a9a9a;
}
.main-header .navbar-form .input-group .form-control {
  width: 140px;
  height: 40px;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.5em;
  color: #9a9a9a;
  border-radius: 0;
  background: #e2e0d8;
  border-color: transparent;
  box-shadow: none;
}
.main-header .navbar-form .input-group .form-control:focus {
  box-shadow: none!important;
}
.main-header .navbar-form .input-group .input-group-btn .btn-default {
  background: #e2e0d8 !important;
  color: #9a9a9a;
  border-radius: 0;
  padding: 0 8px;
  height: 40px;
  border-color: transparent;
}
.main-header .navbar-form .input-group .input-group-btn .btn-default .fa {
  color: #9a9a9a;
  font-size: 21px;
}
.main-header .navbar-form #closed .btn-default {
  background: #FFFFFF !important;
}
/* ==========================================================================
   SENTENCING: Footer Styles
   ========================================================================== */
footer {
  background: #e2e0d8;
  border-top: 4px solid #c6c6c6;
  padding: 50px 0 100px 0;
  font-size: 0.8em;
}
footer .container {
  padding: 0 40px;
}
footer .col0 {
  border-right: 1px solid #c6c6c6;
  margin-right: 15px;
  text-align: right;
  padding-right: 30px;
}
footer .col0 .logo img {
  max-width: 160px;
  margin-bottom: 15px;
  float: right;
}
footer .col0 p {
  line-height: 150%;
}
footer .col0 a {
  color: #5d606b;
  text-decoration: underline;
  margin-top: 10px;
  width: 100%;
  float: right;
  text-align: right;
}
footer h4 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .menu {
  margin-bottom: 25px;
}
footer .menu li {
  line-height: 150%;
  margin-bottom: 5px;
}
footer .menu li a {
  color: #5d606b;
}
footer .social-footer {
  position: relative;
  float: right;
}
footer .social-footer li {
  padding: 0 7px;
}
footer .social-footer li a {
  color: #9a9a9a;
  font-size: 32px;
}
footer .social-footer li a:hover {
  color: #9a9a9a;
}
footer .social-footer li:last-child {
  padding-right: 0;
}
footer .social-footer .list-inline {
  margin: 0;
}
footer .social-footer .list-inline a:hover {
  text-decoration: none;
  color: #fdc532;
}
footer .social-footer li a {
  color: #5d606b !important;
}
footer .social-footer li:last-child {
  padding-right: 0!important;
}
footer .divider {
  margin: 40px 0 30px 0;
  width: 100%;
  clear: both;
  height: 1px;
  float: left;
  background: #c6c6c6;
}
footer .copyright a {
  color: #5d606b;
  text-decoration: underline;
}
/* ==========================================================================
   SENTENCING: Sidebar Styles
   ========================================================================== */
aside.col-sm-7 {
  padding: 0;
}
aside .sidebar-content .sentencing_widget_actions_state {
  background-color: #9a9a9a !important;
}
aside .sidebar-content .sentencing_widget_actions_state h4 {
  color: #fdc532 !important;
  font-size: 1.5em !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}
aside .sidebar-content .sentencing_widget_actions_state p {
  color: #FFFFFF !important;
  margin-bottom: 10px;
}
aside .sidebar-content .sentencing_widget_actions_state .state-selector-section {
  margin-bottom: 55px;
}
aside .sidebar-content .sentencing_widget_actions_state .state-selector-section select {
  width: 100%;
  background: #e3e0db;
  margin-top: 5px;
  border: 0;
  border-bottom: 4px solid #5d606b;
  box-shadow: none;
  font-size: 1.1em;
  height: 40px;
  padding: 5px 10px;
}
aside .sidebar-content .widget_mc4wp_widget {
  padding-top: 25px;
  clear: both;
}
aside .sidebar-content .mc4wp-form {
  margin-bottom: 60px;
  padding: 0 40px;
}
aside .sidebar-content h4 {
  color: #5d606b;
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 20px;
  padding: 0 40px;
}
aside .sidebar-content .input-group {
  border-bottom: 4px solid #9a9a9a;
}
aside .sidebar-content .input-group .btn-default {
  background: #e2e0d8 !important;
  border-color: transparent;
  border-radius: 0;
  color: #9a9a9a;
  height: 40px;
  padding: 0 8px;
}
aside .sidebar-content .input-group .btn-default .fa {
  font-size: 28px;
}
aside .sidebar-content input[type="email"],
aside .sidebar-content input[type="text"] {
  background: #e2e0d8;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #9a9a9a;
  height: 40px!important;
  width: 100%;
  padding: 0 15px!important;
  margin-bottom: 0;
  font-size: 1.05em;
}
aside .sidebar-content .sentencing_widget_bannermap {
  background-image: url('../img/image-bg-map.jpg');
  border-bottom: 4px solid #7fb902;
  padding: 25px 0 55px 0;
  color: #FFFFFF;
}
aside .sidebar-content .sentencing_widget_bannermap h4 {
  color: #FFFFFF;
  line-height: 120%;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 1.6em;
}
aside .sidebar-content .sentencing_widget_bannermap a {
  display: block;
  margin: 0 40px;
  text-align: center;
}
aside .sidebar-content .sentencing_widget_bannermap a .btn-default {
  border-radius: 0!important;
  border: 0!important;
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1em;
}
aside .sidebar-content .sentencing_widget_bannermap a .btn-default:after {
  content: " ";
  display: inline;
  color: #FFFFFF;
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 5px;
}
aside .sidebar-content .sentencing_widget_latest {
  padding-top: 20px;
}
aside .sidebar-content .sentencing_widget_latest h4 {
  margin-left: 40px;
  padding: 0;
}
aside .sidebar-content .sentencing_widget_factsheets,
aside .sidebar-content .sentencing_widget_latest_sheets_fixed {
  border-bottom: 4px solid #cdcdcd;
  padding: 25px 40px;
}
aside .sidebar-content .sentencing_widget_factsheets .widgettitle,
aside .sidebar-content .sentencing_widget_latest_sheets_fixed .widgettitle {
  color: #cd0240;
  background: url('../img/ico-PDF.png') right 4px no-repeat;
  padding: 0;
  padding-right: 42px;
  margin: 0;
  margin-bottom: 20px;
}
aside .sidebar-content .sentencing_widget_factsheets .factsheets .item,
aside .sidebar-content .sentencing_widget_latest_sheets_fixed .factsheets .item {
  border-top: 1px solid #5d606b;
  padding: 25px 30px 25px 0;
  color: #5d606b;
  position: relative;
}
aside .sidebar-content .sentencing_widget_factsheets .factsheets .item:after,
aside .sidebar-content .sentencing_widget_latest_sheets_fixed .factsheets .item:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 45%;
  color: #cd0240;
}
aside .sidebar-content .sentencing_widget_factsheets .factsheets .item:last-child,
aside .sidebar-content .sentencing_widget_latest_sheets_fixed .factsheets .item:last-child {
  border-bottom: 1px solid #5d606b;
}
aside .sidebar-content .sentencing_widget_factsheets .factsheets .item h4,
aside .sidebar-content .sentencing_widget_latest_sheets_fixed .factsheets .item h4 {
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
aside .sidebar-content .inthenews .item {
  padding: 20px 40px;
  background: #FFFFFF;
  float: left;
  width: 100%;
  clear: both;
}
aside .sidebar-content .inthenews .item h4 {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 5px;
  letter-spacing: 0;
  margin-left: 0;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
}
aside .sidebar-content .inthenews .item p {
  text-align: right;
}
aside .sidebar-content .inthenews .item p:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 5px;
}
aside .sidebar-content .inthenews .item a {
  color: #5d606b;
  text-decoration: underline;
}
aside .sidebar-content .inthenews .item:nth-child(2n+1) {
  background: #e2e0d8;
}
aside .sidebar-content .widget_text {
  padding: 25px 40px 50px 40px;
  border-bottom: 4px solid #c0bfb8;
  background-color: #FFF !important;
  clear: both;
}
aside .sidebar-content .widget_text h4 {
  padding: 0;
  margin: 0 0 30px 0 !important;
  font-family: TGN_Heavy, TGN_Regular, Arial, Helvetica, sans-serif;
  font-size: 1.5em !important;
  color: #5d606b !important;
}
aside .sidebar-content .widget_text a {
  display: block;
  margin-top: 0;
}
aside .sidebar-content .widget_text a button {
  color: #FFF;
}
aside .sidebar-content .widget_text a .btn-default {
  background-color: #CCC;
  color: #5d606b;
  font-size: 1.1em;
  letter-spacing: 0.035em;
  width: 100%;
  border-radius: 0px;
  text-align: left;
}
aside .sidebar-content .widget_text a .btn-default:after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 150px;
}
aside .sidebar-content .sentencing_widget_actions_state,
aside .sidebar-content #text-3,
aside .sidebar-content #text-4,
aside .sidebar-content .sentencing_widgets_facts {
  border-bottom: 4px solid #c0bfb8;
  background: #e2e0d8;
  padding: 25px 40px 50px 40px;
  line-height: 140%;
  clear: both;
}
aside .sidebar-content .sentencing_widget_actions_state h4,
aside .sidebar-content #text-3 h4,
aside .sidebar-content #text-4 h4,
aside .sidebar-content .sentencing_widgets_facts h4 {
  color: #8dcd02;
  font-weight: 100;
  font-size: 5em;
  line-height: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}
aside .sidebar-content .sentencing_widget_actions_state .link,
aside .sidebar-content #text-3 .link,
aside .sidebar-content #text-4 .link,
aside .sidebar-content .sentencing_widgets_facts .link {
  text-align: right;
  display: block;
}
aside .sidebar-content .sentencing_widget_actions_state .link:after,
aside .sidebar-content #text-3 .link:after,
aside .sidebar-content #text-4 .link:after,
aside .sidebar-content .sentencing_widgets_facts .link:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 5px;
}
aside .sidebar-content .sentencing_widget_actions_state a,
aside .sidebar-content #text-3 a,
aside .sidebar-content #text-4 a,
aside .sidebar-content .sentencing_widgets_facts a {
  color: #5d606b;
  text-decoration: underline;
}
aside .sidebar-content .sentencing_widget_donate {
  color: #FFFFFF;
  line-height: 120%;
}
aside .sidebar-content .sentencing_widget_donate h4 {
  color: #FFFFFF !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.5em !important;
  line-height: 100%;
  margin-bottom: 15px!important;
}
aside .sidebar-content .sentencing_widget_donate p {
  font-size: 1.1em;
}
aside .sidebar-content .sentencing_widget_donate .text {
  margin: 0 40px 20px 40px;
}
aside .sidebar-content .sentencing_widget_donate a {
  margin: 0 40px 55px 40px;
  display: block;
}
aside .sidebar-content .sentencing_widget_donate a:hover {
  text-decoration: none;
}
aside .sidebar-content .sentencing_widget_donate .btn-default {
  display: block;
  width: 100%;
  border: 0!important;
  border-radius: 0!important;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
aside .sidebar-content .sentencing_widget_donate .btn-default:hover {
  background: #FFFFFF;
}
aside .sidebar-content .sentencing_widget_donate .border {
  height: 4px;
  width: 100%;
  float: left;
  background: #666;
  opacity: 0.4;
}
aside .sidebar-content .sentencing_widget_donate .donate {
  padding: 25px 0 0 0;
  float: left;
}
aside .sidebar-content .sentencing_widget_donate .donate-color1 {
  background: #0270cd;
}
aside .sidebar-content .sentencing_widget_donate .donate-color1 .btn-default {
  color: #0270cd;
}
aside .sidebar-content .sentencing_widget_donate .donate-color2 {
  background: #cd0240;
}
aside .sidebar-content .sentencing_widget_donate .donate-color2 .btn-default {
  color: #cd0240;
}
aside .sidebar-content .sentencing_widget_donate .donate-color3 {
  background: #af57d4;
}
aside .sidebar-content .sentencing_widget_donate .donate-color3 .btn-default {
  color: #af57d4;
}
aside .sidebar-content .sentencing_widget_donate .donate-color4 {
  background: #fdc532;
}
aside .sidebar-content .sentencing_widget_donate .donate-color4 .btn-default {
  color: #fdc532;
}
aside .sidebar-content .sentencing_widget_donate .donate-color5 {
  background: #8dcd02;
}
aside .sidebar-content .sentencing_widget_donate .donate-color5 .btn-default {
  color: #8dcd02;
}
aside .sidebar-content .takeaction {
  background: #9a9a9a;
  color: #FFFFFF;
  text-align: center;
  padding: 25px 20px 55px 20px;
  border-bottom: 4px solid #838383;
}
aside .sidebar-content .takeaction .text-center {
  font-size: 1.1em;
  line-height: 120%;
  margin-bottom: 15px;
}
aside .sidebar-content .takeaction h4 {
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.5em !important;
  margin-bottom: 15px!important;
}
aside .sidebar-content .takeaction .divider {
  height: 24px;
  width: 100%;
  float: left;
  clear: both;
  background: url('../img/bg_zigzag.png') left top repeat-x;
  margin-bottom: 10px;
}
aside .sidebar-content .takeaction .button {
  margin: 0 20px;
}
aside .sidebar-content .takeaction .button a {
  display: block;
}
aside .sidebar-content .takeaction .button a .btn-warning {
  width: 100%;
  border-radius: 0!important;
  border: 0!important;
  background: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #9a9a9a;
}
aside .sidebar-content .takeaction .button a .btn-warning:hover {
  background: #fdc532;
}
aside .sidebar-content .takeaction:hover,
aside .sidebar-content .takeaction:focus {
  text-decoration: none;
}
/* ==========================================================================
   SENTENCING: Home Styles
   ========================================================================== */
.HomePage .welcome-message {
  background: #e2e0d8;
  padding: 20px 0 10px 0;
  border-bottom: 4px solid #9a9a9a;
}
.HomePage .welcome-message .intro {
  text-align: right;
  padding: 15px 20px 40px 20px;
  border-right: 1px solid #9a9a9a;
  font-size: 1.4em;
  font-weight: 900;
}
.HomePage .welcome-message .message {
  line-height: 150%;
  padding: 15px 50px 0 20px;
  position: relative;
}
.HomePage .welcome-message .message .welcome-close {
  position: absolute;
  border-radius: 50px;
  background: #9a9a9a;
  padding: 2px 3px 4px 4px;
  right: 25px;
  top: 0;
  line-height: 100%;
  height: 17px;
  width: 17px;
  text-decoration: none;
}
.HomePage .welcome-message .message .welcome-close .fa-close {
  color: #e2e0d8;
  font-weight: 100;
  font-size: 12px;
  display: block;
}
.HomePage .welcome-message .message p a {
  font-weight: bold;
  color: #5d606b;
}
.HomePage .welcome-message .message p a:after {
  font-family: FontAwesome;
  color: #5d606b;
  content: "\f0da";
  margin-left: 5px;
}
.HomePage .page-header {
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.HomePage .page-header .flexslider {
  background: none!important;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.HomePage .page-header .flexslider li {
  text-align: center;
}
.HomePage .page-header .flexslider li.download a:hover {
  text-decoration: underline;
}
.HomePage .page-header .flexslider li.read a:hover {
  text-decoration: underline;
}
.HomePage .page-header .flexslider a {
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.8em;
}
.HomePage .page-header .flexslider a:hover {
  text-decoration: none;
}
.HomePage .page-header .flexslider a.title_link {
  font-size: inherit;
  font-weight: initial;
  color: #FFFFFF !important;
}
.HomePage .page-header .flexslider a.title_link h1 {
  color: #FFFFFF !important;
  text-transform: none !important;
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em !important;
  line-height: 100% !important;
  margin-bottom: 20px !important;
}
.HomePage .page-header .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.HomePage .page-header h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.HomePage .page-header .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.HomePage .page-header .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.HomePage .page-header .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.HomePage .page-header .actions {
  margin-bottom: 25px;
}
.HomePage .page-header .actions li {
  padding: 0 30px;
}
.HomePage .page-header .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.HomePage .page-header .issues li {
  padding: 0 25px;
}
.HomePage .page-header .issues li a {
  color: #9a9a9a;
}
.HomePage .page-header .issues li a:hover {
  text-decoration: underline;
}
.HomePage .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.HomePage .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.HomePage .filter li:first-child {
  padding-left: 40px;
}
.HomePage .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.HomePage .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.HomePage .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.HomePage .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.HomePage .posts .divisor:last-child {
  display: none;
}
.HomePage .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.HomePage .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.HomePage .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.HomePage .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.HomePage .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.HomePage .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.HomePage .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.HomePage .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.HomePage .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.HomePage .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.HomePage .posts .col-sm-24 .story-issues {
  margin: 0;
}
.HomePage .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.HomePage .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.HomePage .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.HomePage .posts .post {
  color: #0270cd;
  padding: 35px;
}
.HomePage .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.HomePage .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.HomePage .posts .post a {
  color: #0270cd;
}
.HomePage .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.HomePage .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.HomePage .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.HomePage .posts .post .actions {
  margin-bottom: 25px;
}
.HomePage .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.HomePage .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.HomePage .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.HomePage .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.HomePage .posts .style-color2 {
  color: #cd0240;
}
.HomePage .posts .style-color2 .type {
  border-color: #cd0240;
}
.HomePage .posts .style-color2 a {
  color: #cd0240;
}
.HomePage .posts .style-color2 .actions a {
  color: #cd0240;
}
.HomePage .posts .style-color2 .divider {
  background: #cd0240;
}
.HomePage .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.HomePage .posts .style-color3 {
  color: #af57d4;
}
.HomePage .posts .style-color3 .type {
  border-color: #af57d4;
}
.HomePage .posts .style-color3 a {
  color: #af57d4;
}
.HomePage .posts .style-color3 .actions a {
  color: #af57d4;
}
.HomePage .posts .style-color3 .divider {
  background: #af57d4;
}
.HomePage .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.HomePage .posts .style-color4 {
  color: #5d606b;
}
.HomePage .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.HomePage .posts .style-color4 a {
  color: #5d606b;
}
.HomePage .posts .style-color4 .actions a {
  color: #5d606b;
}
.HomePage .posts .style-color4 .divider {
  background: #5d606b;
}
.HomePage .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.HomePage .posts .style-color5 {
  color: #8dcd02;
}
.HomePage .posts .style-color5 .type {
  border-color: #8dcd02;
}
.HomePage .posts .style-color5 a {
  color: #8dcd02;
}
.HomePage .posts .style-color5 .actions a {
  color: #8dcd02;
}
.HomePage .posts .style-color5 .divider {
  background: #8dcd02;
}
.HomePage .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
/* ==========================================================================
   SENTENCING: Issues Styles
   ========================================================================== */
.Issues .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.Issues .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.Issues .filter li:first-child {
  padding-left: 40px;
}
.Issues .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.Issues .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.Issues .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.Issues .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.Issues .posts .divisor:last-child {
  display: none;
}
.Issues .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.Issues .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.Issues .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.Issues .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.Issues .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.Issues .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.Issues .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.Issues .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.Issues .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.Issues .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.Issues .posts .col-sm-24 .story-issues {
  margin: 0;
}
.Issues .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.Issues .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.Issues .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.Issues .posts .post {
  color: #0270cd;
  padding: 35px;
}
.Issues .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.Issues .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.Issues .posts .post a {
  color: #0270cd;
}
.Issues .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.Issues .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.Issues .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.Issues .posts .post .actions {
  margin-bottom: 25px;
}
.Issues .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.Issues .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.Issues .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.Issues .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.Issues .posts .style-color2 {
  color: #cd0240;
}
.Issues .posts .style-color2 .type {
  border-color: #cd0240;
}
.Issues .posts .style-color2 a {
  color: #cd0240;
}
.Issues .posts .style-color2 .actions a {
  color: #cd0240;
}
.Issues .posts .style-color2 .divider {
  background: #cd0240;
}
.Issues .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.Issues .posts .style-color3 {
  color: #af57d4;
}
.Issues .posts .style-color3 .type {
  border-color: #af57d4;
}
.Issues .posts .style-color3 a {
  color: #af57d4;
}
.Issues .posts .style-color3 .actions a {
  color: #af57d4;
}
.Issues .posts .style-color3 .divider {
  background: #af57d4;
}
.Issues .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.Issues .posts .style-color4 {
  color: #5d606b;
}
.Issues .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.Issues .posts .style-color4 a {
  color: #5d606b;
}
.Issues .posts .style-color4 .actions a {
  color: #5d606b;
}
.Issues .posts .style-color4 .divider {
  background: #5d606b;
}
.Issues .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.Issues .posts .style-color5 {
  color: #8dcd02;
}
.Issues .posts .style-color5 .type {
  border-color: #8dcd02;
}
.Issues .posts .style-color5 a {
  color: #8dcd02;
}
.Issues .posts .style-color5 .actions a {
  color: #8dcd02;
}
.Issues .posts .style-color5 .divider {
  background: #8dcd02;
}
.Issues .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.Issues .issue-facts {
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
}
.Issues .issue-facts h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 30px;
}
.Issues .issue-facts h3 {
  position: relative;
  margin-bottom: 15px;
}
.Issues .issue-facts h3 span {
  color: #fdc532;
  font-weight: 900;
  font-size: 1.1em;
  padding: 0 14px;
  text-transform: uppercase;
  background: #5d606b;
  position: relative;
}
.Issues .issue-facts h3 strong {
  display: block;
  height: 1px;
  width: 100%;
  background: #fdc532;
  position: absolute;
  top: 50%;
  left: 0;
}
.Issues .issue-facts .ico-expand {
  margin-top: 35px;
}
.Issues .issue-facts .issue-facts-close {
  color: #e2e0d8;
  border: 1px solid #e2e0d8;
  border-radius: 50px;
  font-size: 1.4em;
  padding: 5px 10px;
}
.Issues .issue-facts .facts-two-columns .col-sm-8,
.Issues .issue-facts .facts-three-columns .col-sm-8,
.Issues .issue-facts .facts-two-columns .col-sm-16,
.Issues .issue-facts .facts-three-columns .col-sm-16 {
  border-right: 1px solid #9a9a9a;
}
.Issues .issue-facts .facts-two-columns .col-sm-8:last-child,
.Issues .issue-facts .facts-three-columns .col-sm-8:last-child,
.Issues .issue-facts .facts-two-columns .col-sm-16:last-child,
.Issues .issue-facts .facts-three-columns .col-sm-16:last-child {
  border-right: 0;
}
.Issues .issue-facts .facts-two-columns .col-sm-8 figure img,
.Issues .issue-facts .facts-three-columns .col-sm-8 figure img,
.Issues .issue-facts .facts-two-columns .col-sm-16 figure img,
.Issues .issue-facts .facts-three-columns .col-sm-16 figure img {
  float: none;
  margin: 0 auto 20px auto;
}
.Issues .issue-facts .facts-two-columns .col-sm-8 p.pull-right,
.Issues .issue-facts .facts-three-columns .col-sm-8 p.pull-right,
.Issues .issue-facts .facts-two-columns .col-sm-16 p.pull-right,
.Issues .issue-facts .facts-three-columns .col-sm-16 p.pull-right {
  color: #FFFFFF;
  margin-bottom: 55px;
}
.Issues .issue-facts .facts-two-columns .col-sm-8 p.pull-right a,
.Issues .issue-facts .facts-three-columns .col-sm-8 p.pull-right a,
.Issues .issue-facts .facts-two-columns .col-sm-16 p.pull-right a,
.Issues .issue-facts .facts-three-columns .col-sm-16 p.pull-right a {
  text-decoration: underline;
}
.Issues .issue-facts .facts-two-columns .col-sm-8 p.pull-right:after,
.Issues .issue-facts .facts-three-columns .col-sm-8 p.pull-right:after,
.Issues .issue-facts .facts-two-columns .col-sm-16 p.pull-right:after,
.Issues .issue-facts .facts-three-columns .col-sm-16 p.pull-right:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 5px;
  color: #FFFFFF;
}
.Issues .issue-facts .facts-two-columns .col-sm-8 .inner-publications,
.Issues .issue-facts .facts-three-columns .col-sm-8 .inner-publications,
.Issues .issue-facts .facts-two-columns .col-sm-16 .inner-publications,
.Issues .issue-facts .facts-three-columns .col-sm-16 .inner-publications {
  color: #FFFFFF;
}
.Issues .issue-facts .facts-two-columns .col-sm-8 .inner-publications a,
.Issues .issue-facts .facts-three-columns .col-sm-8 .inner-publications a,
.Issues .issue-facts .facts-two-columns .col-sm-16 .inner-publications a,
.Issues .issue-facts .facts-three-columns .col-sm-16 .inner-publications a {
  color: #FFFFFF;
  position: relative;
  padding-right: 50px;
  display: block;
}
.Issues .issue-facts .facts-two-columns .col-sm-8 .inner-publications a:after,
.Issues .issue-facts .facts-three-columns .col-sm-8 .inner-publications a:after,
.Issues .issue-facts .facts-two-columns .col-sm-16 .inner-publications a:after,
.Issues .issue-facts .facts-three-columns .col-sm-16 .inner-publications a:after {
  position: absolute;
  right: 0;
  top: 30%;
  font-family: FontAwesome;
  content: "\f0da";
  color: #FFFFFF;
}
.Issues .issue-facts .facts-two-columns h3,
.Issues .issue-facts .facts-three-columns h3 {
  text-align: center;
  margin-bottom: 25px;
}
.Issues .issue-facts .facts-two-columns .divider-inner,
.Issues .issue-facts .facts-three-columns .divider-inner {
  margin: 10px 0;
}
.Issues .issue-facts .facts-two-columns .inner-publications a,
.Issues .issue-facts .facts-three-columns .inner-publications a {
  color: #FFFFFF;
}
.Issues .issue-facts .facts-two-columns .more,
.Issues .issue-facts .facts-three-columns .more {
  display: inline;
}
.Issues .issue-facts .facts-two-columns .more a,
.Issues .issue-facts .facts-three-columns .more a {
  text-transform: none!important;
  color: #FFFFFF;
  text-decoration: underline;
}
.Issues .issue-facts .facts-two-columns .more a i,
.Issues .issue-facts .facts-three-columns .more a i {
  margin-left: 3px;
}
.Issues .issue-facts #facts-columns-2 {
  display: none;
}
.Issues .issue-facts .divider,
.Issues .issue-facts .divider-inner {
  display: none;
  width: 100%;
  float: left;
  height: 1px;
  background: #9a9a9a;
  margin: 40px 0 30px 0;
}
.Issues .issue-facts .divider-inner {
  display: block;
}
/* ==========================================================================
   SENTENCING: Search Styles
   ========================================================================== */
.Search .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.Search .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.Search .filter li:first-child {
  padding-left: 40px;
}
.Search .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.Search .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.Search .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.Search .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.Search .posts .divisor:last-child {
  display: none;
}
.Search .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.Search .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.Search .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.Search .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.Search .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.Search .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.Search .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.Search .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.Search .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.Search .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.Search .posts .col-sm-24 .story-issues {
  margin: 0;
}
.Search .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.Search .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.Search .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.Search .posts .post {
  color: #0270cd;
  padding: 35px;
}
.Search .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.Search .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.Search .posts .post a {
  color: #0270cd;
}
.Search .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.Search .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.Search .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.Search .posts .post .actions {
  margin-bottom: 25px;
}
.Search .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.Search .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.Search .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.Search .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.Search .posts .style-color2 {
  color: #cd0240;
}
.Search .posts .style-color2 .type {
  border-color: #cd0240;
}
.Search .posts .style-color2 a {
  color: #cd0240;
}
.Search .posts .style-color2 .actions a {
  color: #cd0240;
}
.Search .posts .style-color2 .divider {
  background: #cd0240;
}
.Search .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.Search .posts .style-color3 {
  color: #af57d4;
}
.Search .posts .style-color3 .type {
  border-color: #af57d4;
}
.Search .posts .style-color3 a {
  color: #af57d4;
}
.Search .posts .style-color3 .actions a {
  color: #af57d4;
}
.Search .posts .style-color3 .divider {
  background: #af57d4;
}
.Search .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.Search .posts .style-color4 {
  color: #5d606b;
}
.Search .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.Search .posts .style-color4 a {
  color: #5d606b;
}
.Search .posts .style-color4 .actions a {
  color: #5d606b;
}
.Search .posts .style-color4 .divider {
  background: #5d606b;
}
.Search .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.Search .posts .style-color5 {
  color: #8dcd02;
}
.Search .posts .style-color5 .type {
  border-color: #8dcd02;
}
.Search .posts .style-color5 a {
  color: #8dcd02;
}
.Search .posts .style-color5 .actions a {
  color: #8dcd02;
}
.Search .posts .style-color5 .divider {
  background: #8dcd02;
}
.Search .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.Search .posts {
  width: 100%;
}
.Search .posts .type-stories {
  position: relative;
  padding: 0!important;
}
.Search .posts .type-stories .content-story {
  padding: 0 35px;
}
.Search .posts .type-stories .type {
  position: absolute;
  top: 35px;
  left: 39%;
  z-index: 99;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.Search .posts .type-stories .type.no-image {
  position: relative;
  float: left;
  left: 0;
  padding: 8px;
  margin-left: 35px;
  top: 0;
}
.Search .posts .type-stories .type.no-image.style-color1 {
  border-color: #0270cd !important;
  color: #0270cd !important;
}
.Search .posts .type-stories .type.no-image.style-color2 {
  border-color: #cd0240 !important;
  color: #cd0240 !important;
}
.Search .posts .type-stories .type.no-image.style-color3 {
  border-color: #af57d4 !important;
  color: #af57d4 !important;
}
.Search .posts .type-stories .type.no-image.style-color4 {
  border-color: #fdc532 !important;
  color: #fdc532 !important;
}
.Search .posts .type-stories .type.no-image.style-color5 {
  border-color: #8dcd02 !important;
  color: #8dcd02 !important;
}
.Search .posts .type-stories figure {
  position: relative;
  top: -35px;
}
.Search .posts .type-stories figure img {
  width: 100%;
}
.Search .posts .type-stories figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.Search .posts .type-stories {
  padding: 0 0 70px !important;
  margin-top: 35px;
}
/* ==========================================================================
   SENTENCING: Single Action Styles
   ========================================================================== */
.SingleAction .action-intro-details h3 {
  margin-bottom: 15px;
  position: relative;
}
.SingleAction .action-intro-details h3 strong {
  background: #fdc532 none repeat scroll 0 0;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.SingleAction .action-intro-details h3 span {
  background: #5d606b none repeat scroll 0 0;
  color: #fdc532;
  font-size: 1.1em;
  font-weight: 900;
  padding: 0 14px;
  position: relative;
  text-transform: uppercase;
}
.SingleAction .action-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.SingleAction .action-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.SingleAction .action-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.SingleAction .action-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleAction .action-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.SingleAction .action-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.SingleAction .action-intro .actions {
  margin-bottom: 25px;
}
.SingleAction .action-intro .actions li {
  padding: 0 30px;
}
.SingleAction .action-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.SingleAction .action-intro .issues li {
  padding: 0 25px;
}
.SingleAction .action-intro .issues li a {
  color: #9a9a9a;
}
.SingleAction .action-intro .issues li a:hover {
  text-decoration: underline;
}
.SingleAction .action-intro .action-intro-details {
  position: relative;
}
.SingleAction .action-intro h1 {
  margin-top: 10px;
}
.SingleAction .action-intro .abstract {
  line-height: 120%;
}
.SingleAction .action-intro .type {
  padding: 7px 55px;
  border: 0!important;
  letter-spacing: 1px;
}
.SingleAction .action-intro .date {
  color: #FFFFFF !important;
}
.SingleAction .action-intro a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.SingleAction .action-intro a:hover {
  text-decoration: none;
}
.SingleAction .action-intro .social-share {
  position: absolute;
  right: 15px;
  top: 0;
}
.SingleAction .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.SingleAction .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.SingleAction .filter li:first-child {
  padding-left: 40px;
}
.SingleAction .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.SingleAction .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.SingleAction .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.SingleAction .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.SingleAction .posts .divisor:last-child {
  display: none;
}
.SingleAction .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.SingleAction .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.SingleAction .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.SingleAction .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.SingleAction .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.SingleAction .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.SingleAction .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleAction .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.SingleAction .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleAction .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.SingleAction .posts .col-sm-24 .story-issues {
  margin: 0;
}
.SingleAction .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.SingleAction .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.SingleAction .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.SingleAction .posts .post {
  color: #0270cd;
  padding: 35px;
}
.SingleAction .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.SingleAction .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.SingleAction .posts .post a {
  color: #0270cd;
}
.SingleAction .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.SingleAction .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.SingleAction .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleAction .posts .post .actions {
  margin-bottom: 25px;
}
.SingleAction .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.SingleAction .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.SingleAction .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.SingleAction .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.SingleAction .posts .style-color2 {
  color: #cd0240;
}
.SingleAction .posts .style-color2 .type {
  border-color: #cd0240;
}
.SingleAction .posts .style-color2 a {
  color: #cd0240;
}
.SingleAction .posts .style-color2 .actions a {
  color: #cd0240;
}
.SingleAction .posts .style-color2 .divider {
  background: #cd0240;
}
.SingleAction .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.SingleAction .posts .style-color3 {
  color: #af57d4;
}
.SingleAction .posts .style-color3 .type {
  border-color: #af57d4;
}
.SingleAction .posts .style-color3 a {
  color: #af57d4;
}
.SingleAction .posts .style-color3 .actions a {
  color: #af57d4;
}
.SingleAction .posts .style-color3 .divider {
  background: #af57d4;
}
.SingleAction .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.SingleAction .posts .style-color4 {
  color: #5d606b;
}
.SingleAction .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.SingleAction .posts .style-color4 a {
  color: #5d606b;
}
.SingleAction .posts .style-color4 .actions a {
  color: #5d606b;
}
.SingleAction .posts .style-color4 .divider {
  background: #5d606b;
}
.SingleAction .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.SingleAction .posts .style-color5 {
  color: #8dcd02;
}
.SingleAction .posts .style-color5 .type {
  border-color: #8dcd02;
}
.SingleAction .posts .style-color5 a {
  color: #8dcd02;
}
.SingleAction .posts .style-color5 .actions a {
  color: #8dcd02;
}
.SingleAction .posts .style-color5 .divider {
  background: #8dcd02;
}
.SingleAction .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.SingleAction .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.SingleAction .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.SingleAction .inner-content p {
  margin-bottom: 25px;
}
.SingleAction .inner-content p img {
  float: right;
  margin: 20px 0 10px 15px;
}
.SingleAction .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
}
.SingleAction .inner-content .issues li {
  padding: 0 25px;
}
.SingleAction .inner-content .issues li a {
  color: #9a9a9a;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.SingleAction .inner-content .inner-thumbnail img {
  width: 100%;
}
.SingleAction .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.3em;
}
.SingleAction .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.SingleAction .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.SingleAction .inner-content .col-xs-24 {
  margin-top: 40px;
  padding: 35px 35px 35px 80px;
}
.SingleAction .inner-content .col-xs-24 a {
  color: #cd0240;
  text-decoration: underline dotted #cd0240;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #cd0240;
}
.SingleAction .takeaction-cta {
  clear: both;
  background: #fdc532 url('../img/bg_saw_tooth_inverse.png') left top repeat-x;
  padding: 40px;
  text-align: center;
}
.SingleAction .takeaction-cta a {
  text-decoration: none;
}
.SingleAction .takeaction-cta a h4 {
  color: #5d606b;
}
.SingleAction .takeaction-cta h4 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  line-height: 120%;
}
.SingleAction .takeaction-cta .takeaction-form {
  width: 245px;
  margin: 0 auto;
}
.SingleAction .takeaction-cta .takeaction-form .input-group {
  border-bottom: 4px solid #d9a82c;
}
.SingleAction .takeaction-cta .takeaction-form .input-group .form-control {
  background: #FFFFFF;
  border-radius: 0!important;
  border: 0!important;
  font-size: 1.1em;
  color: #5d606b;
  width: 135px!important;
  height: 40px;
  margin-right: 1px;
}
.SingleAction .takeaction-cta .takeaction-form .input-group .btn-default {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #d9a82b !important;
  border-radius: 0!important;
  border: 0!important;
  width: 109px!important;
  height: 40px;
}
.SingleAction .takeaction-cta .takeaction-form .input-group .btn-default:hover {
  background: #FFFFFF;
}
/* ==========================================================================
   SENTENCING: Archive Events Styles
   ========================================================================== */
.ArchiveEvents .page-intro {
  background-color: #5d606b;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.ArchiveEvents .page-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.ArchiveEvents .page-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.ArchiveEvents .page-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.ArchiveEvents .page-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.ArchiveEvents .page-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.ArchiveEvents .page-intro .actions {
  margin-bottom: 25px;
}
.ArchiveEvents .page-intro .actions li {
  padding: 0 30px;
}
.ArchiveEvents .page-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.ArchiveEvents .page-intro .issues li {
  padding: 0 25px;
}
.ArchiveEvents .page-intro .issues li a {
  color: #9a9a9a;
}
.ArchiveEvents .page-intro .issues li a:hover {
  text-decoration: underline;
}
.ArchiveEvents .page-intro h3 {
  position: relative;
  margin-bottom: 15px;
}
.ArchiveEvents .page-intro h3 span {
  color: #fdc532;
  font-weight: 900;
  font-size: 1.1em;
  padding: 0 14px;
  text-transform: uppercase;
  background: #5d606b;
  position: relative;
}
.ArchiveEvents .page-intro h3 strong {
  display: block;
  height: 1px;
  width: 100%;
  background: #fdc532;
  position: absolute;
  top: 50%;
  left: 0;
}
.ArchiveEvents .page-content {
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
}
.ArchiveEvents .page-content .inner-header {
  background: #fdc532 url('../img/bg_saw_tooth.png') left bottom repeat-x;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 25px 0 45px 40px;
}
.ArchiveEvents .page-content .events {
  padding: 45px 40px 0;
}
.ArchiveEvents .page-content .events .event {
  border-bottom: 4px solid #e2e0d8;
  margin-bottom: 30px;
  padding: 0 0 55px;
}
.ArchiveEvents .page-content .events .event:last-child {
  border-bottom: 0!important;
}
.ArchiveEvents .page-content .events .event a,
.ArchiveEvents .page-content .events .event div {
  color: #5d606b;
}
.ArchiveEvents .page-content .events .event a h3,
.ArchiveEvents .page-content .events .event div h3 {
  font-size: 1.8em;
  margin-bottom: 5px;
  font-family: 'Rozha One', Times New Roman, serif;
}
.ArchiveEvents .page-content .events .event .date {
  margin-bottom: 4px;
}
.ArchiveEvents .page-content .events .event .location {
  margin-bottom: 10px;
}
.ArchiveEvents .page-content .events .event .location .location-inner {
  margin-top: 4px;
}
.ArchiveEvents .page-content .events .event .abstract {
  line-height: 120%;
  font-size: 1.2em;
  margin-bottom: 25px;
}
.ArchiveEvents .page-content .events .event .list-inline {
  margin: 0;
  border-top: 1px solid #9a9a9a;
  padding-top: 25px;
  clear: both;
  float: left;
  width: 100%;
}
.ArchiveEvents .page-content .events .event .list-inline li {
  padding-left: 0px;
  padding-right: 40px;
  margin-bottom: 10px;
}
.ArchiveEvents .page-content .events .event .list-inline li a {
  color: #5d606b;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.ArchiveEvents .page-content .events .event .takeaction {
  float: right;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #fdc532;
  border-radius: 50%;
  border: 4px solid #fdc532;
  padding: 30px 10px;
  text-align: center;
  line-height: 130%;
}
.ArchiveEvents .page-content .events .event .takeaction .fa {
  font-size: 25px;
}
.ArchiveEvents .page-content .events .event .takeaction .one {
  opacity: 0.5;
}
.ArchiveEvents .page-content .events .event .takeaction .two {
  opacity: 0.8;
}
.ArchiveEvents .page-content .events .event .takeaction:hover,
.ArchiveEvents .page-content .events .event .takeaction:focus {
  text-decoration: none;
}
.ArchiveEvents .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.ArchiveEvents .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.ArchiveEvents .filter li:first-child {
  padding-left: 40px;
}
.ArchiveEvents .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.ArchiveEvents .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.ArchiveEvents .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.ArchiveEvents .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.ArchiveEvents .posts .divisor:last-child {
  display: none;
}
.ArchiveEvents .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.ArchiveEvents .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.ArchiveEvents .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.ArchiveEvents .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.ArchiveEvents .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.ArchiveEvents .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.ArchiveEvents .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.ArchiveEvents .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.ArchiveEvents .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.ArchiveEvents .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.ArchiveEvents .posts .col-sm-24 .story-issues {
  margin: 0;
}
.ArchiveEvents .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.ArchiveEvents .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.ArchiveEvents .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.ArchiveEvents .posts .post {
  color: #0270cd;
  padding: 35px;
}
.ArchiveEvents .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.ArchiveEvents .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.ArchiveEvents .posts .post a {
  color: #0270cd;
}
.ArchiveEvents .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.ArchiveEvents .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.ArchiveEvents .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.ArchiveEvents .posts .post .actions {
  margin-bottom: 25px;
}
.ArchiveEvents .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.ArchiveEvents .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.ArchiveEvents .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.ArchiveEvents .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.ArchiveEvents .posts .style-color2 {
  color: #cd0240;
}
.ArchiveEvents .posts .style-color2 .type {
  border-color: #cd0240;
}
.ArchiveEvents .posts .style-color2 a {
  color: #cd0240;
}
.ArchiveEvents .posts .style-color2 .actions a {
  color: #cd0240;
}
.ArchiveEvents .posts .style-color2 .divider {
  background: #cd0240;
}
.ArchiveEvents .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.ArchiveEvents .posts .style-color3 {
  color: #af57d4;
}
.ArchiveEvents .posts .style-color3 .type {
  border-color: #af57d4;
}
.ArchiveEvents .posts .style-color3 a {
  color: #af57d4;
}
.ArchiveEvents .posts .style-color3 .actions a {
  color: #af57d4;
}
.ArchiveEvents .posts .style-color3 .divider {
  background: #af57d4;
}
.ArchiveEvents .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.ArchiveEvents .posts .style-color4 {
  color: #5d606b;
}
.ArchiveEvents .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.ArchiveEvents .posts .style-color4 a {
  color: #5d606b;
}
.ArchiveEvents .posts .style-color4 .actions a {
  color: #5d606b;
}
.ArchiveEvents .posts .style-color4 .divider {
  background: #5d606b;
}
.ArchiveEvents .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.ArchiveEvents .posts .style-color5 {
  color: #8dcd02;
}
.ArchiveEvents .posts .style-color5 .type {
  border-color: #8dcd02;
}
.ArchiveEvents .posts .style-color5 a {
  color: #8dcd02;
}
.ArchiveEvents .posts .style-color5 .actions a {
  color: #8dcd02;
}
.ArchiveEvents .posts .style-color5 .divider {
  background: #8dcd02;
}
.ArchiveEvents .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.ArchiveEvents .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.ArchiveEvents .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.ArchiveEvents .inner-content p {
  margin-bottom: 25px;
}
.ArchiveEvents .inner-content p img {
  float: right;
  margin: 20px 0 10px 15px;
}
.ArchiveEvents .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
}
.ArchiveEvents .inner-content .issues li {
  padding: 0 25px;
}
.ArchiveEvents .inner-content .issues li a {
  color: #9a9a9a;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.ArchiveEvents .inner-content .inner-thumbnail img {
  width: 100%;
}
.ArchiveEvents .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.3em;
}
.ArchiveEvents .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.ArchiveEvents .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.ArchiveEvents .inner-content .col-xs-24 {
  margin-top: 40px;
}
.ArchiveEvents .inner-content .col-xs-24 a {
  color: #cd0240;
  text-decoration: underline dotted #cd0240;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #cd0240;
}
/* ==========================================================================
   SENTENCING: State Contacts Styles
   ========================================================================== */
.StateContacts .action-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.StateContacts .action-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.StateContacts .action-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.StateContacts .action-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.StateContacts .action-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.StateContacts .action-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.StateContacts .action-intro .actions {
  margin-bottom: 25px;
}
.StateContacts .action-intro .actions li {
  padding: 0 30px;
}
.StateContacts .action-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.StateContacts .action-intro .issues li {
  padding: 0 25px;
}
.StateContacts .action-intro .issues li a {
  color: #9a9a9a;
}
.StateContacts .action-intro .issues li a:hover {
  text-decoration: underline;
}
.StateContacts .action-intro .action-intro-details {
  position: relative;
}
.StateContacts .action-intro .type {
  padding: 7px 55px;
}
.StateContacts .action-intro .date {
  color: #FFFFFF !important;
}
.StateContacts .action-intro a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.StateContacts .action-intro a:hover {
  text-decoration: none;
}
.StateContacts .action-intro .social-share {
  position: absolute;
  right: 15px;
  top: 0;
}
.StateContacts .action-intro h3 {
  position: relative;
  margin-bottom: 15px;
}
.StateContacts .action-intro h3 span {
  color: #fdc532;
  font-weight: 900;
  font-size: 1.1em;
  padding: 0 14px;
  text-transform: uppercase;
  background: #5d606b;
  position: relative;
}
.StateContacts .action-intro h3 strong {
  display: block;
  height: 1px;
  width: 100%;
  background: #fdc532;
  position: absolute;
  top: 50%;
  left: 0;
}
.StateContacts .action-intro .abstract {
  line-height: 130%;
}
.StateContacts .page-content {
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
}
.StateContacts .page-content .inner-header {
  background: #fdc532 url('../img/bg_saw_tooth.png') left bottom repeat-x;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 25px 0 45px 40px;
}
.StateContacts .page-content .states-section {
  padding: 45px 40px 0 40px;
  line-height: 120%;
}
.StateContacts .page-content .states-section .state-selector-section {
  margin-bottom: 55px;
}
.StateContacts .page-content .states-section .state-selector-section select {
  width: 100%;
  background: #e3e0db;
  margin-top: 5px;
  border: 0;
  border-bottom: 4px solid #5d606b;
  box-shadow: none;
  font-size: 1.1em;
  height: 40px;
  padding: 5px 10px;
}
.StateContacts .page-content .states-section .state-detail {
  padding: 0 0 40px 0;
  clear: both;
}
.StateContacts .page-content .states-section .state-detail:last-child {
  border-bottom: 0!important;
}
.StateContacts .page-content .states-section .state-detail a {
  color: #5d606b;
}
.StateContacts .page-content .states-section .state-detail a h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
  font-family: 'Rozha One', Times New Roman, serif;
}
.StateContacts .page-content .states-section .state-detail h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.StateContacts .page-content .states-section .state-detail .name {
  font-weight: 700;
  margin-bottom: 10px;
}
.StateContacts .page-content .states-section .state-detail .phone {
  margin-top: 10px;
}
.StateContacts .page-content .states-section .state-detail .fax {
  margin-bottom: 10px;
}
.StateContacts .page-content .states-section .state-detail .one-contact {
  margin-bottom: 25px;
}
.StateContacts .page-content .states-section .state-detail .one-contact a {
  word-wrap: break-word;
}
.StateContacts .page-content .states-section .state-detail .abstract {
  line-height: 120%;
  font-size: 1.2em;
  margin-bottom: 25px;
}
.StateContacts .page-content .states-section .state-detail .list-inline {
  margin: 0;
  border-top: 1px solid #9a9a9a;
  padding-top: 25px;
  clear: both;
  float: left;
  width: 100%;
}
.StateContacts .page-content .states-section .state-detail .list-inline li {
  padding: 0 20px;
}
.StateContacts .page-content .states-section .state-detail .list-inline li a {
  color: #5d606b;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.StateContacts .page-content .states-section .top {
  color: #5d606b;
  margin-bottom: 30px;
  float: left;
}
.StateContacts .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.StateContacts .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.StateContacts .filter li:first-child {
  padding-left: 40px;
}
.StateContacts .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.StateContacts .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.StateContacts .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.StateContacts .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.StateContacts .posts .divisor:last-child {
  display: none;
}
.StateContacts .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.StateContacts .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.StateContacts .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.StateContacts .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.StateContacts .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.StateContacts .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.StateContacts .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.StateContacts .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.StateContacts .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.StateContacts .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.StateContacts .posts .col-sm-24 .story-issues {
  margin: 0;
}
.StateContacts .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.StateContacts .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.StateContacts .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.StateContacts .posts .post {
  color: #0270cd;
  padding: 35px;
}
.StateContacts .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.StateContacts .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.StateContacts .posts .post a {
  color: #0270cd;
}
.StateContacts .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.StateContacts .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.StateContacts .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.StateContacts .posts .post .actions {
  margin-bottom: 25px;
}
.StateContacts .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.StateContacts .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.StateContacts .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.StateContacts .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.StateContacts .posts .style-color2 {
  color: #cd0240;
}
.StateContacts .posts .style-color2 .type {
  border-color: #cd0240;
}
.StateContacts .posts .style-color2 a {
  color: #cd0240;
}
.StateContacts .posts .style-color2 .actions a {
  color: #cd0240;
}
.StateContacts .posts .style-color2 .divider {
  background: #cd0240;
}
.StateContacts .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.StateContacts .posts .style-color3 {
  color: #af57d4;
}
.StateContacts .posts .style-color3 .type {
  border-color: #af57d4;
}
.StateContacts .posts .style-color3 a {
  color: #af57d4;
}
.StateContacts .posts .style-color3 .actions a {
  color: #af57d4;
}
.StateContacts .posts .style-color3 .divider {
  background: #af57d4;
}
.StateContacts .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.StateContacts .posts .style-color4 {
  color: #5d606b;
}
.StateContacts .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.StateContacts .posts .style-color4 a {
  color: #5d606b;
}
.StateContacts .posts .style-color4 .actions a {
  color: #5d606b;
}
.StateContacts .posts .style-color4 .divider {
  background: #5d606b;
}
.StateContacts .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.StateContacts .posts .style-color5 {
  color: #8dcd02;
}
.StateContacts .posts .style-color5 .type {
  border-color: #8dcd02;
}
.StateContacts .posts .style-color5 a {
  color: #8dcd02;
}
.StateContacts .posts .style-color5 .actions a {
  color: #8dcd02;
}
.StateContacts .posts .style-color5 .divider {
  background: #8dcd02;
}
.StateContacts .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.StateContacts .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.StateContacts .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.StateContacts .inner-content p {
  margin-bottom: 25px;
}
.StateContacts .inner-content p img {
  float: right;
  margin: 20px 0 10px 15px;
}
.StateContacts .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
}
.StateContacts .inner-content .issues li {
  padding: 0 25px;
}
.StateContacts .inner-content .issues li a {
  color: #9a9a9a;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.StateContacts .inner-content .issues li a:hover {
  text-decoration: underline!important;
}
.StateContacts .inner-content .inner-thumbnail img {
  width: 100%;
}
.StateContacts .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.3em;
}
.StateContacts .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.StateContacts .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.StateContacts .inner-content .col-xs-24 {
  margin-top: 40px;
}
.StateContacts .inner-content .col-xs-24 a {
  color: #cd0240;
  text-decoration: underline dotted #cd0240;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #cd0240;
}
/* ==========================================================================
   SENTENCING: Archive Action Styles
   ========================================================================== */
.ArchiveAction .action-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.ArchiveAction .action-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.ArchiveAction .action-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.ArchiveAction .action-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.ArchiveAction .action-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.ArchiveAction .action-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.ArchiveAction .action-intro .actions {
  margin-bottom: 25px;
}
.ArchiveAction .action-intro .actions li {
  padding: 0 30px;
}
.ArchiveAction .action-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.ArchiveAction .action-intro .issues li {
  padding: 0 25px;
}
.ArchiveAction .action-intro .issues li a {
  color: #9a9a9a;
}
.ArchiveAction .action-intro .issues li a:hover {
  text-decoration: underline;
}
.ArchiveAction .action-intro .action-intro-details {
  position: relative;
}
.ArchiveAction .action-intro .type {
  padding: 7px 55px;
}
.ArchiveAction .action-intro .date {
  color: #FFFFFF !important;
}
.ArchiveAction .action-intro a {
  text-transform: uppercase;
  font-size: 0.9em;
}
.ArchiveAction .action-intro a:hover {
  text-decoration: none;
}
.ArchiveAction .action-intro .social-share {
  position: absolute;
  right: 15px;
  top: 0;
}
.ArchiveAction .action-intro h3 {
  position: relative;
  margin-bottom: 15px;
}
.ArchiveAction .action-intro h3 span {
  color: #fdc532;
  font-weight: 900;
  font-size: 1.1em;
  padding: 0 14px;
  text-transform: uppercase;
  background: #5d606b;
  position: relative;
}
.ArchiveAction .action-intro h3 strong {
  display: block;
  height: 1px;
  width: 100%;
  background: #fdc532;
  position: absolute;
  top: 50%;
  left: 0;
}
.ArchiveAction .action-intro .abstract {
  line-height: 130%;
}
.ArchiveAction .page-three-columns .col {
  border-right: 1px solid #9a9a9a;
  padding: 25px 40px;
  text-align: center;
  line-height: 130%;
  font-size: 1.1em;
  min-height: 400px;
}
.ArchiveAction .page-three-columns .col h3 {
  font-size: 1.7em;
  font-family: 'Rozha One', Times New Roman, serif;
  line-height: 120%;
  height: 70px;
}
.ArchiveAction .page-three-columns .col .text .equal {
  min-height: 110px;
}
.ArchiveAction .page-three-columns .col:last-child {
  border-right: 0;
}
.ArchiveAction .page-three-columns .col figure img {
  float: none;
  margin: 0 auto 15px auto;
  height: 129px;
}
.ArchiveAction .page-three-columns .col .more {
  display: inline;
}
.ArchiveAction .page-three-columns .col .more a {
  text-transform: none!important;
  color: #FFFFFF;
  text-decoration: underline;
}
.ArchiveAction .page-three-columns .col .more a i {
  margin-left: 3px;
}
.ArchiveAction .page-two-columns .col {
  border-right: 1px solid #9a9a9a;
  padding: 25px 40px;
  text-align: center;
  line-height: 130%;
  font-size: 1.1em;
}
.ArchiveAction .page-two-columns .col h3 {
  font-size: 1.7em;
}
.ArchiveAction .page-two-columns .col:last-child {
  border-right: 0;
}
.ArchiveAction .page-two-columns .col figure img {
  float: none;
  margin: 0 auto 15px auto;
  height: 129px;
}
.ArchiveAction .page-two-columns .col .more {
  display: inline;
}
.ArchiveAction .page-two-columns .col .more a {
  text-transform: none!important;
  color: #FFFFFF;
  text-decoration: underline;
}
.ArchiveAction .page-two-columns .col .more a i {
  margin-left: 3px;
}
.ArchiveAction .page-content {
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
}
.ArchiveAction .page-content .inner-header {
  background: #fdc532 url('../img/bg_saw_tooth.png') left bottom repeat-x;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 25px 0 45px 40px;
}
.ArchiveAction .page-content .actions {
  padding: 10px 35px 35px 65px;
}
.ArchiveAction .page-content .actions .action {
  border-bottom: 4px solid #e2e0d8;
  padding: 25px 0 55px 0;
}
.ArchiveAction .page-content .actions .action:last-child {
  border-bottom: 0!important;
}
.ArchiveAction .page-content .actions .action a {
  color: #5d606b;
}
.ArchiveAction .page-content .actions .action a h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
  font-family: 'Rozha One', Times New Roman, serif;
}
.ArchiveAction .page-content .actions .action .abstract {
  line-height: 120%;
  font-size: 1.2em;
  margin-bottom: 25px;
}
.ArchiveAction .page-content .actions .action .list-inline {
  margin: 0;
  border-top: 1px solid #9a9a9a;
  padding-top: 25px;
  clear: both;
  float: left;
  width: 100%;
}
.ArchiveAction .page-content .actions .action .list-inline li {
  padding: 0 20px;
  margin-bottom: 10px;
}
.ArchiveAction .page-content .actions .action .list-inline li a {
  color: #5d606b;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
}
.ArchiveAction .page-content .actions .action .takeaction {
  float: right;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #fdc532;
  border-radius: 50%;
  border: 4px solid #fdc532;
  padding: 30px 10px;
  padding-top: 35px;
  text-align: center;
  line-height: 130%;
  height: 148px;
  width: 148px;
}
.ArchiveAction .page-content .actions .action .takeaction .fa {
  font-size: 25px;
}
.ArchiveAction .page-content .actions .action .takeaction .one {
  opacity: 0.5;
}
.ArchiveAction .page-content .actions .action .takeaction .two {
  opacity: 0.8;
}
.ArchiveAction .page-content .actions .action .takeaction:hover,
.ArchiveAction .page-content .actions .action .takeaction:focus {
  text-decoration: none;
}
.ArchiveAction .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.ArchiveAction .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.ArchiveAction .filter li:first-child {
  padding-left: 40px;
}
.ArchiveAction .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.ArchiveAction .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.ArchiveAction .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.ArchiveAction .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.ArchiveAction .posts .divisor:last-child {
  display: none;
}
.ArchiveAction .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.ArchiveAction .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.ArchiveAction .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.ArchiveAction .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.ArchiveAction .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.ArchiveAction .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.ArchiveAction .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.ArchiveAction .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.ArchiveAction .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.ArchiveAction .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.ArchiveAction .posts .col-sm-24 .story-issues {
  margin: 0;
}
.ArchiveAction .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.ArchiveAction .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.ArchiveAction .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.ArchiveAction .posts .post {
  color: #0270cd;
  padding: 35px;
}
.ArchiveAction .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.ArchiveAction .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.ArchiveAction .posts .post a {
  color: #0270cd;
}
.ArchiveAction .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.ArchiveAction .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.ArchiveAction .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.ArchiveAction .posts .post .actions {
  margin-bottom: 25px;
}
.ArchiveAction .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.ArchiveAction .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.ArchiveAction .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.ArchiveAction .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.ArchiveAction .posts .style-color2 {
  color: #cd0240;
}
.ArchiveAction .posts .style-color2 .type {
  border-color: #cd0240;
}
.ArchiveAction .posts .style-color2 a {
  color: #cd0240;
}
.ArchiveAction .posts .style-color2 .actions a {
  color: #cd0240;
}
.ArchiveAction .posts .style-color2 .divider {
  background: #cd0240;
}
.ArchiveAction .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.ArchiveAction .posts .style-color3 {
  color: #af57d4;
}
.ArchiveAction .posts .style-color3 .type {
  border-color: #af57d4;
}
.ArchiveAction .posts .style-color3 a {
  color: #af57d4;
}
.ArchiveAction .posts .style-color3 .actions a {
  color: #af57d4;
}
.ArchiveAction .posts .style-color3 .divider {
  background: #af57d4;
}
.ArchiveAction .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.ArchiveAction .posts .style-color4 {
  color: #5d606b;
}
.ArchiveAction .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.ArchiveAction .posts .style-color4 a {
  color: #5d606b;
}
.ArchiveAction .posts .style-color4 .actions a {
  color: #5d606b;
}
.ArchiveAction .posts .style-color4 .divider {
  background: #5d606b;
}
.ArchiveAction .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.ArchiveAction .posts .style-color5 {
  color: #8dcd02;
}
.ArchiveAction .posts .style-color5 .type {
  border-color: #8dcd02;
}
.ArchiveAction .posts .style-color5 a {
  color: #8dcd02;
}
.ArchiveAction .posts .style-color5 .actions a {
  color: #8dcd02;
}
.ArchiveAction .posts .style-color5 .divider {
  background: #8dcd02;
}
.ArchiveAction .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.ArchiveAction .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.ArchiveAction .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.ArchiveAction .inner-content p {
  margin-bottom: 25px;
}
.ArchiveAction .inner-content p img {
  float: right;
  margin: 20px 0 10px 15px;
}
.ArchiveAction .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
}
.ArchiveAction .inner-content .issues li {
  padding: 0 25px;
}
.ArchiveAction .inner-content .issues li a {
  color: #9a9a9a;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.ArchiveAction .inner-content .inner-thumbnail img {
  width: 100%;
}
.ArchiveAction .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.3em;
}
.ArchiveAction .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.ArchiveAction .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.ArchiveAction .inner-content .col-xs-24 {
  margin-top: 40px;
}
.ArchiveAction .inner-content .col-xs-24 a {
  color: #cd0240;
  text-decoration: underline dotted #cd0240;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #cd0240;
}
/* ==========================================================================
   SENTENCING: The Archive Staff Styles
   ========================================================================== */
.ArchiveStaff .positions .description,
.SingleStaff .positions .description {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 30px;
}
.ArchiveStaff .positions .position,
.SingleStaff .positions .position {
  margin-bottom: 50px;
}
.ArchiveStaff .positions .position .staff-container-card,
.SingleStaff .positions .position .staff-container-card {
  padding: 5px 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.ArchiveStaff .positions .position .staff-container-card .staff-img,
.SingleStaff .positions .position .staff-container-card .staff-img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ArchiveStaff .positions .position .staff-container-card .staff-img,
  .SingleStaff .positions .position .staff-container-card .staff-img {
    height: 300px;
    width: 100%;
  }
}
.ArchiveStaff .positions .position .name,
.SingleStaff .positions .position .name {
  letter-spacing: normal!important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 12px;
  color: #5d606b;
  overflow: visible !important;
  height: auto !important;
}
.ArchiveStaff .positions .position .name a,
.SingleStaff .positions .position .name a {
  text-decoration: none!important;
}
.ArchiveStaff .positions .position .position-name,
.SingleStaff .positions .position .position-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px!important;
}
.ArchiveStaff .positions .position .detail,
.SingleStaff .positions .position .detail {
  font-size: 16px;
  line-height: 120%;
}
.ArchiveStaff .positions .modal,
.SingleStaff .positions .modal {
  background: rgba(0, 0, 0, 0.8) !important;
}
.ArchiveStaff .positions .modal-staff .modal-content,
.SingleStaff .positions .modal-staff .modal-content {
  background-color: #FFFFFF;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header,
.SingleStaff .positions .modal-staff .modal-content .modal-header {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .ArchiveStaff .positions .modal-staff .modal-content .modal-header,
  .SingleStaff .positions .modal-staff .modal-content .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .ArchiveStaff .positions .modal-staff .modal-content .modal-header,
  .SingleStaff .positions .modal-staff .modal-content .modal-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header .close,
.SingleStaff .positions .modal-staff .modal-content .modal-header .close {
  color: #5d606b;
  cursor: pointer;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header .header-container-title-arrow,
.SingleStaff .positions .modal-staff .modal-content .modal-header .header-container-title-arrow {
  padding: 3px;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header .header-container-title-arrow h4,
.SingleStaff .positions .modal-staff .modal-content .modal-header .header-container-title-arrow h4 {
  margin: 0;
  cursor: pointer;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header .header-container-title-arrow svg,
.SingleStaff .positions .modal-staff .modal-content .modal-header .header-container-title-arrow svg {
  margin: 0;
  cursor: pointer;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header .bi-arrow-left,
.SingleStaff .positions .modal-staff .modal-content .modal-header .bi-arrow-left {
  height: 3em;
  width: 3em;
  color: #5d606b;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header .modal-backstaff,
.SingleStaff .positions .modal-staff .modal-content .modal-header .modal-backstaff {
  color: #5d606b;
  font-size: 13pt;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-header .modal-backstaff:hover,
.SingleStaff .positions .modal-staff .modal-content .modal-header .modal-backstaff:hover {
  cursor: pointer;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-body,
.SingleStaff .positions .modal-staff .modal-content .modal-body {
  margin-bottom: 3vh;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-body .staff-img-modal,
.SingleStaff .positions .modal-staff .modal-content .modal-body .staff-img-modal {
  width: 100%;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-body .modal-staff-name span,
.SingleStaff .positions .modal-staff .modal-content .modal-body .modal-staff-name span {
  font-weight: normal;
  font-family: "TGN_Regular";
}
@media only screen and (max-width: 767px) {
  .ArchiveStaff .positions .modal-staff .modal-content .modal-body .modal-staff-name,
  .SingleStaff .positions .modal-staff .modal-content .modal-body .modal-staff-name {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-body .modal-staff-description,
.SingleStaff .positions .modal-staff .modal-content .modal-body .modal-staff-description {
  text-align: justify;
  font-size: 13pt;
  line-height: normal!important;
}
.ArchiveStaff .positions .modal-staff .modal-content .modal-footer,
.SingleStaff .positions .modal-staff .modal-content .modal-footer {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .ArchiveStaff .positions .col-directors-names,
  .SingleStaff .positions .col-directors-names {
    margin-bottom: 4vh!important;
  }
}
@media only screen and (max-width: 768px) {
  .ArchiveStaff .positions .col-directors-description,
  .SingleStaff .positions .col-directors-description {
    padding: 0!important;
  }
}
.ArchiveStaff .positions .ul-directors-names,
.SingleStaff .positions .ul-directors-names {
  list-style: none!important;
  padding: 0!important;
  border-bottom: none!important;
}
.ArchiveStaff .positions .ul-directors-names li,
.SingleStaff .positions .ul-directors-names li {
  font-family: "TGN_Regular";
  margin-bottom: 0px!important;
  font-size: 14pt;
  width: 100%;
  max-width: 100%;
}
.ArchiveStaff .positions .ul-directors-names li a,
.SingleStaff .positions .ul-directors-names li a {
  color: #5d606b !important;
  text-decoration: none;
}
.ArchiveStaff .positions .ul-directors-names li a:hover,
.SingleStaff .positions .ul-directors-names li a:hover {
  background-color: transparent!important;
  border: none!important;
  text-decoration: underline!important;
}
.ArchiveStaff .positions .ul-directors-names .active a,
.SingleStaff .positions .ul-directors-names .active a {
  font-weight: bold;
  border: none;
  background-color: transparent;
  font-size: 16pt;
}
.ArchiveStaff .positions .ul-directors-names .active a:hover,
.SingleStaff .positions .ul-directors-names .active a:hover {
  background-color: transparent!important;
  border: none!important;
  text-decoration: none!important;
}
.ArchiveStaff .positions .p-director-description,
.SingleStaff .positions .p-director-description {
  text-align: justify!important;
  font-size: 16pt;
}
.ArchiveStaff .positions .h3-director-name-description span,
.SingleStaff .positions .h3-director-name-description span {
  font-weight: normal;
  font-style: italic;
  font-family: "TGN_Regular";
}
.ArchiveStaff .positions .nopadding,
.SingleStaff .positions .nopadding {
  padding: 0!important;
}
.ArchiveStaff .positions .divider,
.SingleStaff .positions .divider {
  height: 1px !important;
  margin-top: 0 !important;
}
.ArchiveStaff .positions .back,
.SingleStaff .positions .back {
  color: #5d606b;
  font-size: 16px;
  text-decoration: underline;
}
.ArchiveStaff .positions .back i,
.SingleStaff .positions .back i {
  margin-right: 10px !important;
}
/* ==========================================================================
   SENTENCING: The SingleStaff Styles
   ========================================================================== */
.SingleStaff .news-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.SingleStaff .news-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.SingleStaff .news-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.SingleStaff .news-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleStaff .news-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.SingleStaff .news-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.SingleStaff .news-intro .actions {
  margin-bottom: 25px;
}
.SingleStaff .news-intro .actions li {
  padding: 0 30px;
}
.SingleStaff .news-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.SingleStaff .news-intro .issues li {
  padding: 0 25px;
}
.SingleStaff .news-intro .issues li a {
  color: #9a9a9a;
}
.SingleStaff .news-intro .issues li a:hover {
  text-decoration: underline;
}
.SingleStaff .news-intro .news-intro-details {
  position: relative;
}
.SingleStaff .news-intro .type {
  padding: 7px 55px;
  border: none;
}
.SingleStaff .news-intro .date {
  color: #FFFFFF !important;
}
.SingleStaff .news-intro a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.SingleStaff .news-intro a:hover {
  text-decoration: none;
}
.SingleStaff .news-intro .social-share {
  position: absolute;
  right: 15px;
  top: 0;
}
.SingleStaff .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.SingleStaff .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.SingleStaff .filter li:first-child {
  padding-left: 40px;
}
.SingleStaff .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.SingleStaff .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.SingleStaff .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.SingleStaff .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.SingleStaff .posts .divisor:last-child {
  display: none;
}
.SingleStaff .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.SingleStaff .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.SingleStaff .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.SingleStaff .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.SingleStaff .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.SingleStaff .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.SingleStaff .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleStaff .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.SingleStaff .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleStaff .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.SingleStaff .posts .col-sm-24 .story-issues {
  margin: 0;
}
.SingleStaff .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.SingleStaff .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.SingleStaff .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.SingleStaff .posts .post {
  color: #0270cd;
  padding: 35px;
}
.SingleStaff .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.SingleStaff .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.SingleStaff .posts .post a {
  color: #0270cd;
}
.SingleStaff .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.SingleStaff .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.SingleStaff .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleStaff .posts .post .actions {
  margin-bottom: 25px;
}
.SingleStaff .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.SingleStaff .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.SingleStaff .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.SingleStaff .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.SingleStaff .posts .style-color2 {
  color: #cd0240;
}
.SingleStaff .posts .style-color2 .type {
  border-color: #cd0240;
}
.SingleStaff .posts .style-color2 a {
  color: #cd0240;
}
.SingleStaff .posts .style-color2 .actions a {
  color: #cd0240;
}
.SingleStaff .posts .style-color2 .divider {
  background: #cd0240;
}
.SingleStaff .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.SingleStaff .posts .style-color3 {
  color: #af57d4;
}
.SingleStaff .posts .style-color3 .type {
  border-color: #af57d4;
}
.SingleStaff .posts .style-color3 a {
  color: #af57d4;
}
.SingleStaff .posts .style-color3 .actions a {
  color: #af57d4;
}
.SingleStaff .posts .style-color3 .divider {
  background: #af57d4;
}
.SingleStaff .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.SingleStaff .posts .style-color4 {
  color: #5d606b;
}
.SingleStaff .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.SingleStaff .posts .style-color4 a {
  color: #5d606b;
}
.SingleStaff .posts .style-color4 .actions a {
  color: #5d606b;
}
.SingleStaff .posts .style-color4 .divider {
  background: #5d606b;
}
.SingleStaff .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.SingleStaff .posts .style-color5 {
  color: #8dcd02;
}
.SingleStaff .posts .style-color5 .type {
  border-color: #8dcd02;
}
.SingleStaff .posts .style-color5 a {
  color: #8dcd02;
}
.SingleStaff .posts .style-color5 .actions a {
  color: #8dcd02;
}
.SingleStaff .posts .style-color5 .divider {
  background: #8dcd02;
}
.SingleStaff .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.SingleStaff .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.SingleStaff .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.SingleStaff .inner-content p {
  margin-bottom: 25px;
}
.SingleStaff .inner-content p img {
  float: right;
  margin: 20px 0 10px 15px;
}
.SingleStaff .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
}
.SingleStaff .inner-content .issues li {
  padding: 0 25px;
}
.SingleStaff .inner-content .issues li a {
  color: #9a9a9a;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.SingleStaff .inner-content .inner-thumbnail img {
  width: 100%;
}
.SingleStaff .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.3em;
}
.SingleStaff .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.SingleStaff .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.SingleStaff .inner-content .col-xs-24 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.SingleStaff .inner-content .col-xs-24 a {
  color: #cd0240;
  text-decoration: underline dotted #cd0240;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #cd0240;
}
/* ==========================================================================
   SENTENCING: The Facts Styles
   ========================================================================== */
.TheFacts .news-intro-details h3 {
  margin-bottom: 15px;
  position: relative;
}
.TheFacts .news-intro-details h3 strong {
  background: #fdc532 none repeat scroll 0 0;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.TheFacts .news-intro-details h3 span {
  background: #5d606b none repeat scroll 0 0;
  color: #fdc532;
  font-size: 1.1em;
  font-weight: 900;
  padding: 0 14px;
  position: relative;
  text-transform: uppercase;
}
.TheFacts .news-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.TheFacts .news-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.TheFacts .news-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.TheFacts .news-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.TheFacts .news-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.TheFacts .news-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.TheFacts .news-intro .actions {
  margin-bottom: 25px;
}
.TheFacts .news-intro .actions li {
  padding: 0 30px;
}
.TheFacts .news-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.TheFacts .news-intro .issues li {
  padding: 0 25px;
}
.TheFacts .news-intro .issues li a {
  color: #9a9a9a;
}
.TheFacts .news-intro .issues li a:hover {
  text-decoration: underline;
}
.TheFacts .news-intro .news-intro-details {
  position: relative;
}
.TheFacts .news-intro .type {
  padding: 7px 55px;
  border: none;
}
.TheFacts .news-intro .date {
  color: #FFFFFF !important;
}
.TheFacts .news-intro a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.TheFacts .news-intro a:hover {
  text-decoration: none;
}
.TheFacts .news-intro .social-share {
  position: absolute;
  right: 15px;
  top: -21px;
  z-index: 1;
}
.TheFacts .facts-subheader {
  background-image: url(../img/image-bg-map-big.jpg);
  background-size: cover;
  background-position: top center;
  border-top: 4px solid #fdc532;
  border-bottom: 4px solid #7fb903;
  padding: 30px 0;
  line-height: 150%;
  clear: both;
}
.TheFacts .facts-subheader h3 {
  color: #FFFFFF;
  font-size: 1.6em;
  margin-bottom: 5px;
  text-align: right;
}
.TheFacts .facts-subheader .text {
  font-size: 1.2em;
  text-align: right;
  padding: 0;
}
.TheFacts .facts-subheader .title {
  padding-right: 0;
}
.TheFacts .facts-subheader .view-button {
  padding-right: 40px;
  text-align: right;
}
.TheFacts .facts-subheader .view-button .btn-default {
  border-radius: 0;
  border: 0;
  background: #5d606b;
  color: #FFFFFF;
  padding: 10px 35px 10px 10px;
  position: relative;
  font-size: 1.1em;
  margin-top: 17px;
}
.TheFacts .facts-subheader .view-button .btn-default:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 14px;
  top: 12px;
}
.TheFacts .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.TheFacts .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.TheFacts .filter li:first-child {
  padding-left: 40px;
}
.TheFacts .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.TheFacts .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.TheFacts .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.TheFacts .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.TheFacts .posts .divisor:last-child {
  display: none;
}
.TheFacts .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.TheFacts .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.TheFacts .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.TheFacts .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.TheFacts .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.TheFacts .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.TheFacts .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.TheFacts .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.TheFacts .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.TheFacts .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.TheFacts .posts .col-sm-24 .story-issues {
  margin: 0;
}
.TheFacts .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.TheFacts .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.TheFacts .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.TheFacts .posts .post {
  color: #0270cd;
  padding: 35px;
}
.TheFacts .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.TheFacts .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.TheFacts .posts .post a {
  color: #0270cd;
}
.TheFacts .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.TheFacts .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.TheFacts .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.TheFacts .posts .post .actions {
  margin-bottom: 25px;
}
.TheFacts .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.TheFacts .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.TheFacts .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.TheFacts .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.TheFacts .posts .style-color2 {
  color: #cd0240;
}
.TheFacts .posts .style-color2 .type {
  border-color: #cd0240;
}
.TheFacts .posts .style-color2 a {
  color: #cd0240;
}
.TheFacts .posts .style-color2 .actions a {
  color: #cd0240;
}
.TheFacts .posts .style-color2 .divider {
  background: #cd0240;
}
.TheFacts .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.TheFacts .posts .style-color3 {
  color: #af57d4;
}
.TheFacts .posts .style-color3 .type {
  border-color: #af57d4;
}
.TheFacts .posts .style-color3 a {
  color: #af57d4;
}
.TheFacts .posts .style-color3 .actions a {
  color: #af57d4;
}
.TheFacts .posts .style-color3 .divider {
  background: #af57d4;
}
.TheFacts .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.TheFacts .posts .style-color4 {
  color: #5d606b;
}
.TheFacts .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.TheFacts .posts .style-color4 a {
  color: #5d606b;
}
.TheFacts .posts .style-color4 .actions a {
  color: #5d606b;
}
.TheFacts .posts .style-color4 .divider {
  background: #5d606b;
}
.TheFacts .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.TheFacts .posts .style-color5 {
  color: #8dcd02;
}
.TheFacts .posts .style-color5 .type {
  border-color: #8dcd02;
}
.TheFacts .posts .style-color5 a {
  color: #8dcd02;
}
.TheFacts .posts .style-color5 .actions a {
  color: #8dcd02;
}
.TheFacts .posts .style-color5 .divider {
  background: #8dcd02;
}
.TheFacts .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.TheFacts .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.TheFacts .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.TheFacts .inner-content p {
  margin-bottom: 25px;
}
.TheFacts .inner-content p img {
  float: right;
  margin: 20px 0 10px 15px;
}
.TheFacts .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
}
.TheFacts .inner-content .issues li {
  padding: 0 25px;
}
.TheFacts .inner-content .issues li a {
  color: #9a9a9a;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.TheFacts .inner-content .inner-thumbnail img {
  width: 100%;
}
.TheFacts .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.5em;
  line-height: 120%;
  margin-bottom: 15px;
  clear: both;
}
.TheFacts .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  clear: both;
}
.TheFacts .inner-content h4 {
  font-family: "TGN_Regular";
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  clear: both;
}
.TheFacts .inner-content h5 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-weight: bold;
  font-size: 0.95em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  clear: both;
}
.TheFacts .inner-content h6 {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 120%;
  clear: both;
}
.TheFacts .inner-content ul {
  padding-left: 30px;
  list-style-type: square;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.TheFacts .inner-content ul li {
  margin-bottom: 10px;
  display: list-item;
}
.TheFacts .inner-content ol {
  padding-left: 30px;
  list-style-type: decimal;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.TheFacts .inner-content ol li {
  margin-bottom: 10px;
  display: list-item;
}
.TheFacts .inner-content table {
  margin-bottom: 25px;
}
.TheFacts .inner-content table tbody {
  border-bottom: 1px solid #000000;
}
.TheFacts .inner-content table th {
  border-bottom: 2px solid #000000;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.TheFacts .inner-content table td {
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.TheFacts .inner-content table tr:nth-child(odd) td {
  background: #DEDEDE;
}
.TheFacts .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin: 0 auto 15px auto;
}
.TheFacts .inner-content .col-xs-24 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.TheFacts .inner-content .col-xs-24 a {
  color: #cd0240;
  text-decoration: underline dotted #cd0240;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #cd0240;
}
.row-social-graph {
  margin-top: 4vh;
}
/* ==========================================================================
   SENTENCING: News Styles
   ========================================================================== */
.SingleNews .news-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.SingleNews .news-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.SingleNews .news-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.SingleNews .news-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleNews .news-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.SingleNews .news-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.SingleNews .news-intro .actions {
  margin-bottom: 25px;
}
.SingleNews .news-intro .actions li {
  padding: 0 30px;
}
.SingleNews .news-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.SingleNews .news-intro .issues li {
  padding: 0 25px;
}
.SingleNews .news-intro .issues li a {
  color: #9a9a9a;
}
.SingleNews .news-intro .issues li a:hover {
  text-decoration: underline;
}
.SingleNews .news-intro .news-intro-details {
  position: relative;
}
.SingleNews .news-intro .type {
  padding: 7px 55px;
}
.SingleNews .news-intro .date {
  color: #FFFFFF !important;
}
.SingleNews .news-intro a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.SingleNews .news-intro a:hover {
  text-decoration: none;
}
.SingleNews .news-intro.style-color1 {
  border-bottom: 5px solid #0270cd;
}
.SingleNews .news-intro.style-color1 .type {
  color: #80b7e6 !important;
  border: 4px solid #80b7e6 !important;
}
.SingleNews .news-intro.style-color1 .issues {
  border-top: 1px solid #80b7e6 !important;
}
.SingleNews .news-intro.style-color2 {
  border-bottom: 5px solid #cd0240;
}
.SingleNews .news-intro.style-color2 .type {
  color: #e6809f !important;
  border: 4px solid #e6809f !important;
}
.SingleNews .news-intro.style-color2 .issues {
  border-top: 1px solid #e6809f !important;
}
.SingleNews .news-intro.style-color3 {
  border-bottom: 5px solid #af57d4;
}
.SingleNews .news-intro.style-color3 .type {
  color: #d7abe9 !important;
  border: 4px solid #d7abe9 !important;
}
.SingleNews .news-intro.style-color3 .issues {
  border-top: 1px solid #d7abe9 !important;
}
.SingleNews .news-intro.style-color4 {
  border-bottom: 5px solid #fdc532;
}
.SingleNews .news-intro.style-color4 .type {
  color: #fdc532 !important;
  border: 4px solid #fdc532 !important;
}
.SingleNews .news-intro.style-color4 .issues {
  border-top: 1px solid #fdc532 !important;
}
.SingleNews .news-intro.style-color5 {
  border-bottom: 5px solid #8dcd02;
}
.SingleNews .news-intro.style-color5 .type {
  color: #c6e680 !important;
  border: 4px solid #c6e680 !important;
}
.SingleNews .news-intro.style-color5 .issues {
  border-top: 1px solid #c6e680 !important;
}
.SingleNews .news-intro .social-share {
  position: absolute;
  right: 15px;
  top: 0;
}
.SingleNews .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.SingleNews .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.SingleNews .filter li:first-child {
  padding-left: 40px;
}
.SingleNews .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.SingleNews .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.SingleNews .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.SingleNews .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.SingleNews .posts .divisor:last-child {
  display: none;
}
.SingleNews .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.SingleNews .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.SingleNews .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.SingleNews .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.SingleNews .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.SingleNews .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.SingleNews .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleNews .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.SingleNews .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleNews .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.SingleNews .posts .col-sm-24 .story-issues {
  margin: 0;
}
.SingleNews .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.SingleNews .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.SingleNews .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.SingleNews .posts .post {
  color: #0270cd;
  padding: 35px;
}
.SingleNews .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.SingleNews .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.SingleNews .posts .post a {
  color: #0270cd;
}
.SingleNews .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.SingleNews .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.SingleNews .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleNews .posts .post .actions {
  margin-bottom: 25px;
}
.SingleNews .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.SingleNews .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.SingleNews .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.SingleNews .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.SingleNews .posts .style-color2 {
  color: #cd0240;
}
.SingleNews .posts .style-color2 .type {
  border-color: #cd0240;
}
.SingleNews .posts .style-color2 a {
  color: #cd0240;
}
.SingleNews .posts .style-color2 .actions a {
  color: #cd0240;
}
.SingleNews .posts .style-color2 .divider {
  background: #cd0240;
}
.SingleNews .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.SingleNews .posts .style-color3 {
  color: #af57d4;
}
.SingleNews .posts .style-color3 .type {
  border-color: #af57d4;
}
.SingleNews .posts .style-color3 a {
  color: #af57d4;
}
.SingleNews .posts .style-color3 .actions a {
  color: #af57d4;
}
.SingleNews .posts .style-color3 .divider {
  background: #af57d4;
}
.SingleNews .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.SingleNews .posts .style-color4 {
  color: #5d606b;
}
.SingleNews .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.SingleNews .posts .style-color4 a {
  color: #5d606b;
}
.SingleNews .posts .style-color4 .actions a {
  color: #5d606b;
}
.SingleNews .posts .style-color4 .divider {
  background: #5d606b;
}
.SingleNews .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.SingleNews .posts .style-color5 {
  color: #8dcd02;
}
.SingleNews .posts .style-color5 .type {
  border-color: #8dcd02;
}
.SingleNews .posts .style-color5 a {
  color: #8dcd02;
}
.SingleNews .posts .style-color5 .actions a {
  color: #8dcd02;
}
.SingleNews .posts .style-color5 .divider {
  background: #8dcd02;
}
.SingleNews .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.SingleNews .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.SingleNews .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.SingleNews .inner-content em {
  font-style: italic;
}
.SingleNews .inner-content strong {
  font-weight: bold;
}
.SingleNews .inner-content p {
  margin-bottom: 25px;
}
.SingleNews .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
  padding: 35px !important;
}
.SingleNews .inner-content .issues li {
  padding: 0 25px;
  margin-bottom: 10px;
  display: block;
}
.SingleNews .inner-content .issues li a {
  color: #9a9a9a !important;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none!important;
}
.SingleNews .inner-content .issues li a:hover {
  text-decoration: underline!important;
  border-bottom: 0px !important;
}
.SingleNews .inner-content .inner-thumbnail img {
  width: 100%;
}
.SingleNews .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.5em;
  line-height: 120%;
  margin-bottom: 15px;
  clear: both;
}
.SingleNews .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  clear: both;
}
.SingleNews .inner-content h4 {
  font-family: "TGN_Regular";
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  clear: both;
}
.SingleNews .inner-content h5 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-weight: bold;
  font-size: 0.95em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  clear: both;
}
.SingleNews .inner-content h6 {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 120%;
  clear: both;
}
.SingleNews .inner-content ul {
  padding-left: 30px;
  list-style-type: square;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SingleNews .inner-content ul li {
  margin-bottom: 10px;
  display: list-item;
}
.SingleNews .inner-content ol {
  padding-left: 30px;
  list-style-type: decimal;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SingleNews .inner-content ol li {
  margin-bottom: 10px;
  display: list-item;
}
.SingleNews .inner-content table {
  margin-bottom: 25px;
}
.SingleNews .inner-content table tbody {
  border-bottom: 1px solid #000000;
}
.SingleNews .inner-content table th {
  border-bottom: 2px solid #000000;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.SingleNews .inner-content table td {
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.SingleNews .inner-content table tr:nth-child(odd) td {
  background: #DEDEDE;
}
.SingleNews .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.SingleNews .inner-content .col-xs-24 {
  padding: 35px;
  padding-left: 80px;
}
.SingleNews .inner-content .col-xs-24 p a,
.SingleNews .inner-content .col-xs-24 li a {
  color: #cd0240;
}
.SingleNews .inner-content .col-xs-24 p a:hover,
.SingleNews .inner-content .col-xs-24 li a:hover {
  border-bottom: 1px dotted #cd0240;
  text-decoration: none;
  cursor: pointer;
}
.SingleNews .inner-content .col-xs-24 ul {
  padding-left: 30px;
  list-style-type: square;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SingleNews .inner-content .col-xs-24 ul li {
  margin-bottom: 10px;
  display: list-item;
}
.SingleNews .posts {
  margin: 0!important;
}
/* ==========================================================================
   SENTENCING: Stories Styles
   ========================================================================== */
.SingleStory .story-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.SingleStory .story-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.SingleStory .story-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.SingleStory .story-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleStory .story-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.SingleStory .story-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.SingleStory .story-intro .actions {
  margin-bottom: 25px;
}
.SingleStory .story-intro .actions li {
  padding: 0 30px;
}
.SingleStory .story-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.SingleStory .story-intro .issues li {
  padding: 0 25px;
}
.SingleStory .story-intro .issues li a {
  color: #9a9a9a;
}
.SingleStory .story-intro .issues li a:hover {
  text-decoration: underline;
}
.SingleStory .story-intro .story-intro-details {
  position: relative;
}
.SingleStory .story-intro .type {
  padding: 7px 55px;
}
.SingleStory .story-intro .date {
  color: #FFFFFF !important;
}
.SingleStory .story-intro a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.SingleStory .story-intro a:hover {
  text-decoration: none;
}
.SingleStory .story-intro.style-color1 {
  border-bottom: 5px solid #0270cd;
}
.SingleStory .story-intro.style-color1 .type {
  color: #80b7e6 !important;
  border: 4px solid #80b7e6 !important;
}
.SingleStory .story-intro.style-color1 .issues {
  border-top: 1px solid #80b7e6 !important;
}
.SingleStory .story-intro.style-color2 {
  border-bottom: 5px solid #cd0240;
}
.SingleStory .story-intro.style-color2 .type {
  color: #e6809f !important;
  border: 4px solid #e6809f !important;
}
.SingleStory .story-intro.style-color2 .issues {
  border-top: 1px solid #e6809f !important;
}
.SingleStory .story-intro.style-color3 {
  border-bottom: 5px solid #af57d4;
}
.SingleStory .story-intro.style-color3 .type {
  color: #d7abe9 !important;
  border: 4px solid #d7abe9 !important;
}
.SingleStory .story-intro.style-color3 .issues {
  border-top: 1px solid #d7abe9 !important;
}
.SingleStory .story-intro.style-color4 {
  border-bottom: 5px solid #fdc532;
}
.SingleStory .story-intro.style-color4 .type {
  color: #fdc532 !important;
  border: 4px solid #fdc532 !important;
}
.SingleStory .story-intro.style-color4 .issues {
  border-top: 1px solid #fdc532 !important;
}
.SingleStory .story-intro.style-color5 {
  border-bottom: 5px solid #8dcd02;
}
.SingleStory .story-intro.style-color5 .type {
  color: #c6e680 !important;
  border: 4px solid #c6e680 !important;
}
.SingleStory .story-intro.style-color5 .issues {
  border-top: 1px solid #c6e680 !important;
}
.SingleStory .story-intro .social-share {
  position: absolute;
  right: 15px;
  top: 0;
}
.SingleStory .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.SingleStory .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.SingleStory .filter li:first-child {
  padding-left: 40px;
}
.SingleStory .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.SingleStory .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.SingleStory .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.SingleStory .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.SingleStory .posts .divisor:last-child {
  display: none;
}
.SingleStory .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.SingleStory .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.SingleStory .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.SingleStory .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.SingleStory .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.SingleStory .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.SingleStory .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SingleStory .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.SingleStory .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleStory .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.SingleStory .posts .col-sm-24 .story-issues {
  margin: 0;
}
.SingleStory .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.SingleStory .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.SingleStory .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.SingleStory .posts .post {
  color: #0270cd;
  padding: 35px;
}
.SingleStory .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.SingleStory .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.SingleStory .posts .post a {
  color: #0270cd;
}
.SingleStory .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.SingleStory .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.SingleStory .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.SingleStory .posts .post .actions {
  margin-bottom: 25px;
}
.SingleStory .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.SingleStory .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.SingleStory .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.SingleStory .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.SingleStory .posts .style-color2 {
  color: #cd0240;
}
.SingleStory .posts .style-color2 .type {
  border-color: #cd0240;
}
.SingleStory .posts .style-color2 a {
  color: #cd0240;
}
.SingleStory .posts .style-color2 .actions a {
  color: #cd0240;
}
.SingleStory .posts .style-color2 .divider {
  background: #cd0240;
}
.SingleStory .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.SingleStory .posts .style-color3 {
  color: #af57d4;
}
.SingleStory .posts .style-color3 .type {
  border-color: #af57d4;
}
.SingleStory .posts .style-color3 a {
  color: #af57d4;
}
.SingleStory .posts .style-color3 .actions a {
  color: #af57d4;
}
.SingleStory .posts .style-color3 .divider {
  background: #af57d4;
}
.SingleStory .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.SingleStory .posts .style-color4 {
  color: #5d606b;
}
.SingleStory .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.SingleStory .posts .style-color4 a {
  color: #5d606b;
}
.SingleStory .posts .style-color4 .actions a {
  color: #5d606b;
}
.SingleStory .posts .style-color4 .divider {
  background: #5d606b;
}
.SingleStory .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.SingleStory .posts .style-color5 {
  color: #8dcd02;
}
.SingleStory .posts .style-color5 .type {
  border-color: #8dcd02;
}
.SingleStory .posts .style-color5 a {
  color: #8dcd02;
}
.SingleStory .posts .style-color5 .actions a {
  color: #8dcd02;
}
.SingleStory .posts .style-color5 .divider {
  background: #8dcd02;
}
.SingleStory .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.SingleStory .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.SingleStory .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
}
.SingleStory .inner-content em {
  font-style: italic;
}
.SingleStory .inner-content strong {
  font-weight: bold;
}
.SingleStory .inner-content p {
  margin-bottom: 25px;
}
.SingleStory .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
  padding: 35px !important;
}
.SingleStory .inner-content .issues li {
  padding: 0 25px;
  margin-bottom: 10px;
  display: block;
}
.SingleStory .inner-content .issues li a {
  color: #9a9a9a !important;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.SingleStory .inner-content .issues li a:hover {
  text-decoration: underline !important;
  border-bottom: 0px !important;
}
.SingleStory .inner-content .inner-thumbnail img {
  width: 100%;
}
.SingleStory .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.5em;
  line-height: 120%;
  margin-bottom: 15px;
  clear: both;
}
.SingleStory .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  clear: both;
}
.SingleStory .inner-content h4 {
  font-family: "TGN_Regular";
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  clear: both;
}
.SingleStory .inner-content h5 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-weight: bold;
  font-size: 0.95em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  clear: both;
}
.SingleStory .inner-content h6 {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 120%;
  clear: both;
}
.SingleStory .inner-content ul {
  padding-left: 30px;
  list-style-type: square;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SingleStory .inner-content ul li {
  margin-bottom: 10px;
  display: list-item;
}
.SingleStory .inner-content ol {
  padding-left: 30px;
  list-style-type: decimal;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SingleStory .inner-content ol li {
  margin-bottom: 10px;
  display: list-item;
}
.SingleStory .inner-content table {
  margin-bottom: 25px;
}
.SingleStory .inner-content table tbody {
  border-bottom: 1px solid #000000;
}
.SingleStory .inner-content table th {
  border-bottom: 2px solid #000000;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.SingleStory .inner-content table td {
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.SingleStory .inner-content table tr:nth-child(odd) td {
  background: #DEDEDE;
}
.SingleStory .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.SingleStory .inner-content .col-xs-24 {
  padding: 35px;
  padding-left: 80px;
}
.SingleStory .inner-content .col-xs-24 p a,
.SingleStory .inner-content .col-xs-24 li a {
  color: #cd0240;
}
.SingleStory .inner-content .col-xs-24 p a:hover,
.SingleStory .inner-content .col-xs-24 li a:hover {
  border-bottom: 1px dotted #cd0240;
  text-decoration: none;
  cursor: pointer;
}
.SingleStory .inner-content .col-xs-24 ul {
  padding-left: 30px;
  list-style-type: square;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SingleStory .inner-content .col-xs-24 ul li {
  margin-bottom: 10px;
  display: list-item;
}
.SingleStory .posts {
  margin: 0!important;
}
/* ==========================================================================
   SENTENCING: Publications Styles
   ========================================================================== */
.SinglePublication .news-intro {
  text-align: center;
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.SinglePublication .news-intro .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.SinglePublication .news-intro h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.SinglePublication .news-intro .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SinglePublication .news-intro .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.SinglePublication .news-intro .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.SinglePublication .news-intro .actions {
  margin-bottom: 25px;
}
.SinglePublication .news-intro .actions li {
  padding: 0 30px;
}
.SinglePublication .news-intro .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.SinglePublication .news-intro .issues li {
  padding: 0 25px;
}
.SinglePublication .news-intro .issues li a {
  color: #9a9a9a;
}
.SinglePublication .news-intro .issues li a:hover {
  text-decoration: underline;
}
.SinglePublication .news-intro .news-intro-details {
  position: relative;
}
.SinglePublication .news-intro .type {
  padding: 7px 55px;
}
.SinglePublication .news-intro a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}
.SinglePublication .news-intro a:hover {
  text-decoration: underline;
}
.SinglePublication .news-intro .download {
  margin: 15px 0 25px 0;
}
.SinglePublication .news-intro.style-color1 {
  border-bottom: 5px solid #0270cd;
}
.SinglePublication .news-intro.style-color1 .type {
  color: #80b7e6 !important;
  border: 4px solid #80b7e6 !important;
}
.SinglePublication .news-intro.style-color1 .date {
  color: #80b7e6 !important;
}
.SinglePublication .news-intro.style-color1 .issues {
  border-top: 1px solid #80b7e6 !important;
}
.SinglePublication .news-intro.style-color1 .download a {
  color: #80b7e6;
}
.SinglePublication .news-intro.style-color2 {
  border-bottom: 5px solid #cd0240;
}
.SinglePublication .news-intro.style-color2 .type {
  color: #e6809f !important;
  border: 4px solid #e6809f !important;
}
.SinglePublication .news-intro.style-color2 .date {
  color: #e6809f !important;
}
.SinglePublication .news-intro.style-color2 .issues {
  border-top: 1px solid #e6809f !important;
}
.SinglePublication .news-intro.style-color2 .download a {
  color: #e6809f;
}
.SinglePublication .news-intro.style-color3 {
  border-bottom: 5px solid #af57d4;
}
.SinglePublication .news-intro.style-color3 .type {
  color: #d7abe9 !important;
  border: 4px solid #d7abe9 !important;
}
.SinglePublication .news-intro.style-color3 .date {
  color: #d7abe9 !important;
}
.SinglePublication .news-intro.style-color3 .issues {
  border-top: 1px solid #d7abe9 !important;
}
.SinglePublication .news-intro.style-color3 .download a {
  color: #d7abe9;
}
.SinglePublication .news-intro.style-color4 {
  border-bottom: 5px solid #fdc532;
}
.SinglePublication .news-intro.style-color4 .type {
  color: #fdc532 !important;
  border: 4px solid #fdc532 !important;
}
.SinglePublication .news-intro.style-color4 .date {
  color: #fdc532 !important;
}
.SinglePublication .news-intro.style-color4 .issues {
  border-top: 1px solid #fdc532 !important;
}
.SinglePublication .news-intro.style-color4 .download a {
  color: #fdc532;
}
.SinglePublication .news-intro.style-color5 {
  border-bottom: 5px solid #8dcd02;
}
.SinglePublication .news-intro.style-color5 .type {
  color: #c6e680 !important;
  border: 4px solid #c6e680 !important;
}
.SinglePublication .news-intro.style-color5 .date {
  color: #c6e680 !important;
}
.SinglePublication .news-intro.style-color5 .issues {
  border-top: 1px solid #c6e680 !important;
}
.SinglePublication .news-intro.style-color5 .download a {
  color: #c6e680;
}
.SinglePublication .news-intro .social-share {
  position: absolute;
  right: 15px;
  top: 0;
}
.SinglePublication .filter {
  background: #e2e0d8;
  padding: 30px 0;
  margin: 0;
}
.SinglePublication .filter li {
  text-transform: uppercase;
  padding: 0 25px;
}
.SinglePublication .filter li:first-child {
  padding-left: 40px;
}
.SinglePublication .filter li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #5d606b;
}
.SinglePublication .filter li a .fa {
  color: #5d606b;
  font-size: 14px;
  margin-right: 5px;
}
.SinglePublication .posts {
  background: #f7f7f7 url('../img/bg_post_line.gif') center center repeat-y;
  float: left;
  width: 100%;
}
.SinglePublication .posts .divisor {
  width: 100%;
  float: left;
  clear: both;
  height: 4px;
  background: #c6c6c6;
}
.SinglePublication .posts .divisor:last-child {
  display: none;
}
.SinglePublication .posts .col-sm-24 {
  /* border-bottom:4px solid @gris-bordes;*/
  padding: 0;
  text-align: center;
  color: #0270cd;
}
.SinglePublication .posts .col-sm-24 figure {
  position: relative;
  clear: both;
}
.SinglePublication .posts .col-sm-24 figure figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-size: 1.1em;
}
.SinglePublication .posts .col-sm-24 figure figcaption span {
  border: 4px solid #FFFFFF;
  padding: 6px 8px;
}
.SinglePublication .posts .col-sm-24 figure .overlay_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 112, 205, 0.5);
}
.SinglePublication .posts .col-sm-24 .story-content {
  padding: 25px 0 35px 0;
  background: #f7f7f7;
  border-bottom: 4px solid #c6c6c6 !important;
}
.SinglePublication .posts .col-sm-24 .date {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.SinglePublication .posts .col-sm-24 h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.SinglePublication .posts .col-sm-24 .abstract {
  line-height: 130%;
  margin-bottom: 20px;
}
.SinglePublication .posts .col-sm-24 .divider {
  height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background: #0270cd;
}
.SinglePublication .posts .col-sm-24 .story-issues {
  margin: 0;
}
.SinglePublication .posts .col-sm-24 .story-issues li {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding: 0 15px;
}
.SinglePublication .posts .col-sm-24 .story-issues li a {
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
}
.SinglePublication .posts .col-sm-24:last-child {
  border-bottom: 0;
}
.SinglePublication .posts .post {
  color: #0270cd;
  padding: 35px;
}
.SinglePublication .posts .post .type {
  border: 4px solid #0270cd;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 8px;
  float: left;
  margin-bottom: 15px;
}
.SinglePublication .posts .post .date {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.SinglePublication .posts .post a {
  color: #0270cd;
}
.SinglePublication .posts .post h3 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 2em;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.SinglePublication .posts .post .author {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.SinglePublication .posts .post .abstract {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 20px;
}
.SinglePublication .posts .post .actions {
  margin-bottom: 25px;
}
.SinglePublication .posts .post .actions a {
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  color: #0270cd;
  font-size: 0.9em;
}
.SinglePublication .posts .post .divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #0270cd;
  margin-bottom: 15px;
}
.SinglePublication .posts .post .post-issues li {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  min-height: 30px;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.SinglePublication .posts .post .post-issues li a {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
}
.SinglePublication .posts .style-color2 {
  color: #cd0240;
}
.SinglePublication .posts .style-color2 .type {
  border-color: #cd0240;
}
.SinglePublication .posts .style-color2 a {
  color: #cd0240;
}
.SinglePublication .posts .style-color2 .actions a {
  color: #cd0240;
}
.SinglePublication .posts .style-color2 .divider {
  background: #cd0240;
}
.SinglePublication .posts .style-color2 .overlay_img {
  background: rgba(205, 2, 64, 0.5) !important;
}
.SinglePublication .posts .style-color3 {
  color: #af57d4;
}
.SinglePublication .posts .style-color3 .type {
  border-color: #af57d4;
}
.SinglePublication .posts .style-color3 a {
  color: #af57d4;
}
.SinglePublication .posts .style-color3 .actions a {
  color: #af57d4;
}
.SinglePublication .posts .style-color3 .divider {
  background: #af57d4;
}
.SinglePublication .posts .style-color3 .overlay_img {
  background: rgba(175, 87, 212, 0.5) !important;
}
.SinglePublication .posts .style-color4 {
  color: #5d606b;
}
.SinglePublication .posts .style-color4 .type {
  border-color: #fdc532;
  color: #fdc532;
}
.SinglePublication .posts .style-color4 a {
  color: #5d606b;
}
.SinglePublication .posts .style-color4 .actions a {
  color: #5d606b;
}
.SinglePublication .posts .style-color4 .divider {
  background: #5d606b;
}
.SinglePublication .posts .style-color4 .overlay_img {
  background: rgba(253, 197, 50, 0.5) !important;
}
.SinglePublication .posts .style-color5 {
  color: #8dcd02;
}
.SinglePublication .posts .style-color5 .type {
  border-color: #8dcd02;
}
.SinglePublication .posts .style-color5 a {
  color: #8dcd02;
}
.SinglePublication .posts .style-color5 .actions a {
  color: #8dcd02;
}
.SinglePublication .posts .style-color5 .divider {
  background: #8dcd02;
}
.SinglePublication .posts .style-color5 .overlay_img {
  background: rgba(141, 205, 2, 0.5) !important;
}
.SinglePublication .posts h5 {
  background: #5d606b;
  color: #FFFFFF;
  font-size: 1.8em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  padding: 30px 0 30px 40px;
  margin-left: -4px;
}
.SinglePublication .inner-content {
  line-height: 120%;
  background: #f7f7f7;
  float: left;
  width: 100%;
}
.SinglePublication .inner-content em {
  font-style: italic;
}
.SinglePublication .inner-content strong {
  font-weight: bold;
}
.SinglePublication .inner-content p {
  margin-bottom: 25px;
}
.SinglePublication .inner-content .issues {
  border-top: 1px solid #5d606b;
  padding-top: 25px;
  clear: both;
  float: left;
  margin: 20px 0 55px 0;
  padding: 35px !important;
}
.SinglePublication .inner-content .issues li {
  padding: 0 25px;
  margin-bottom: 10px;
  display: block;
}
.SinglePublication .inner-content .issues li a {
  color: #9a9a9a !important;
  font-size: 0.9em !important;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.SinglePublication .inner-content .issues li a:hover {
  text-decoration: underline !important;
  border-bottom: 0px !important;
}
.SinglePublication .inner-content .inner-thumbnail img {
  width: 100%;
}
.SinglePublication .inner-content h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 1.5em;
  line-height: 120%;
  margin-bottom: 15px;
  clear: both;
}
.SinglePublication .inner-content h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  clear: both;
}
.SinglePublication .inner-content h4 {
  font-family: "TGN_Regular";
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  clear: both;
}
.SinglePublication .inner-content h5 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-weight: bold;
  font-size: 0.95em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  clear: both;
}
.SinglePublication .inner-content h6 {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 120%;
  clear: both;
}
.SinglePublication .inner-content ul {
  padding-left: 30px;
  list-style-type: square;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SinglePublication .inner-content ul li {
  margin-bottom: 10px;
  display: list-item;
}
.SinglePublication .inner-content ol {
  padding-left: 30px;
  list-style-type: decimal;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.SinglePublication .inner-content ol li {
  margin-bottom: 10px;
  display: list-item;
}
.SinglePublication .inner-content table {
  margin-bottom: 25px;
}
.SinglePublication .inner-content table tbody {
  border-bottom: 1px solid #000000;
}
.SinglePublication .inner-content table th {
  border-bottom: 2px solid #000000;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.SinglePublication .inner-content table td {
  vertical-align: middle;
  padding: 10px;
  font-size: 0.9em;
}
.SinglePublication .inner-content table tr:nth-child(odd) td {
  background: #DEDEDE;
}
.SinglePublication .inner-content .aligncenter {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.SinglePublication .inner-content .col-xs-24 {
  padding: 35px;
  padding-left: 80px;
}
.SinglePublication .inner-content .col-xs-24 p a,
.SinglePublication .inner-content .col-xs-24 li a {
  color: #cd0240;
}
.SinglePublication .inner-content .col-xs-24 p a:hover,
.SinglePublication .inner-content .col-xs-24 li a:hover {
  border-bottom: 1px dotted #cd0240;
  text-decoration: none;
  cursor: pointer;
}
.SinglePublication .inner-content .download {
  margin: 40px auto 20px auto;
  width: 100%;
  text-align: center;
  clear: both;
  float: left;
}
.SinglePublication .inner-content .download a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 0.9em;
  background: #5d606b;
  padding: 10px 40px;
  text-decoration: none;
}
.SinglePublication .posts {
  margin: 0!important;
}
/* ==========================================================================
   SENTENCING: Search Styles
   ========================================================================== */
.Search {
  border-top: 4px solid #fdc532;
}
.Search .search-details {
  background: #5d606b;
  color: #FFFFFF;
  padding: 28px 0;
}
.Search .search-details h3 {
  position: relative;
  margin-bottom: 15px;
}
.Search .search-details h3 span {
  color: #fdc532;
  font-weight: 900;
  font-size: 1.1em;
  padding: 0 14px;
  text-transform: uppercase;
  background: #5d606b;
  position: relative;
}
.Search .search-details h3 strong {
  display: block;
  height: 1px;
  width: 100%;
  background: #fdc532;
  position: absolute;
  top: 50%;
  left: 0;
}
.Search .search-details h3 {
  margin-bottom: 30px!important;
}
.Search .search-details .related_issues {
  text-align: right;
  font-family: "TGN_BoldItalic", "TGN_Regular", Arial, Helvetica;
  font-style: italic;
  font-weight: 500;
  padding-top: 10px;
}
.Search .search-details .related_issues a {
  color: #FFFFFF;
}
.Search .search-details .form-group {
  margin-bottom: 0!important;
}
.Search .search-details .input-group {
  border-bottom: 4px solid #9a9a9a;
}
.Search .search-details .input-group .btn-default {
  background: #FFFFFF !important;
  border-color: transparent;
  border-radius: 0;
  color: #9a9a9a;
  height: 40px;
  padding: 0 8px;
}
.Search .search-details .input-group .btn-default .fa {
  font-size: 28px;
}
.Search .search-details input[type="email"],
.Search .search-details input[type="text"] {
  background: #FFFFFF;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #9a9a9a;
  height: 40px!important;
  width: 100%;
  padding: 0 15px!important;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: bold;
}
.Search .search-details .filter {
  background: none;
}
.Search .search-details .filter li a {
  color: #FFFFFF;
}
.Search .search-details .filter li a .fa {
  color: #FFFFFF;
}
.Search .search-details .filter li a:hover,
.Search .search-details .filter li a:focus {
  text-decoration: none;
}
.Search .search-details .filter li:first-child {
  padding-left: 0;
}
.Search .padding0 .filter {
  padding-left: 35px;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.6em;
  letter-spacing: 1px;
}
/* ==========================================================================
   SENTENCING: Generic and About Styles
   ========================================================================== */
@media only screen and (max-width: 992px) {
  .about-page-content {
    max-width: 100%;
  }
  .about-page-content .page-extra {
    width: 100%;
    max-width: 100%;
  }
  .about-page-content .page-extra .content {
    width: 100%;
    max-width: 100%;
    text-align: justify;
    padding: 0 5px;
  }
  .about-page-content .page-extra .content iframe {
    width: 100%;
    max-width: 100%;
  }
}
.GenericPage .page-header {
  background: #5d606b;
  color: #FFFFFF;
  padding: 60px 0;
  width: 100%;
  float: left;
  clear: both;
}
.GenericPage .page-header .type {
  text-transform: uppercase;
  color: #fdc532;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  border: 4px solid #fdc532;
  padding: 7px 28px;
  margin-bottom: 20px;
  display: inline-block;
}
.GenericPage .page-header h1 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 0 8%;
}
.GenericPage .page-header .date {
  color: #fdc532;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.GenericPage .page-header .author {
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.GenericPage .page-header .abstract {
  font-size: 1.3em;
  margin-bottom: 20px;
  padding: 0 9%;
  line-height: 130%;
}
.GenericPage .page-header .actions {
  margin-bottom: 25px;
}
.GenericPage .page-header .actions li {
  padding: 0 30px;
}
.GenericPage .page-header .issues {
  border-top: 1px solid #fdc532;
  padding-top: 25px;
  float: none;
  margin: 0 auto;
}
.GenericPage .page-header .issues li {
  padding: 0 25px;
}
.GenericPage .page-header .issues li a {
  color: #9a9a9a;
}
.GenericPage .page-header .issues li a:hover {
  text-decoration: underline;
}
.GenericPage .page-header h3 {
  position: relative;
  margin-bottom: 15px;
}
.GenericPage .page-header h3 span {
  color: #fdc532;
  font-weight: 900;
  font-size: 1.1em;
  padding: 0 14px;
  text-transform: uppercase;
  background: #5d606b;
  position: relative;
}
.GenericPage .page-header h3 strong {
  display: block;
  height: 1px;
  width: 100%;
  background: #fdc532;
  position: absolute;
  top: 50%;
  left: 0;
}
.GenericPage .page-header .abstract {
  line-height: 130%;
}
.GenericPage .page-extra {
  background: #f7f7f7;
  padding: 45px 0;
}
.GenericPage .page-extra p {
  line-height: 120%;
  margin-bottom: 15px;
}
.GenericPage .page-extra .content,
.GenericPage .page-extra .page-two-columns,
.GenericPage .page-extra .page-three-columns {
  padding: 0 40px;
  float: left;
  clear: both;
}
.GenericPage .page-extra .content strong {
  font-weight: 700;
}
.GenericPage .page-extra .content em {
  font-style: italic;
}
.GenericPage .page-extra .content ul {
  list-style: square;
  margin: initial;
  padding: 0 0 0 30px;
}
.GenericPage .page-extra .content li {
  display: list-item;
  margin-bottom: 10px;
}
.GenericPage .page-extra .divider {
  width: 100%;
  height: 4px;
  background: #c6c6c6;
  float: left;
  clear: both;
  margin: 30px 0;
}
.GenericPage .page-extra h2 {
  font-family: 'Rozha One', Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.GenericPage .page-extra h3 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  font-size: 1.6em;
  margin-bottom: 15px;
}
.GenericPage .page-extra h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
.GenericPage .page-extra .col-sm-24 h3 {
  text-align: left!important;
  margin-bottom: 30px;
}
.GenericPage .page-extra h6 {
  font-size: 0.75em;
  margin-bottom: 25px;
  margin-top: 10px;
  clear: both;
}
.GenericPage .page-extra .page-two-columns .col {
  padding: 15px;
}
.GenericPage .page-extra .page-two-columns .col h3 {
  float: none;
}
.GenericPage .page-extra .page-two-columns .col1 {
  border-right: 1px solid #9a9a9a;
}
.GenericPage .page-extra .page-three-columns {
  text-align: center;
}
.GenericPage .page-extra .page-three-columns .col {
  padding-bottom: 15px;
}
.GenericPage .page-extra .page-three-columns .col h3 {
  float: none;
  font-family: 'Rozha One', Times New Roman, serif;
  min-height: 60px;
}
.GenericPage .page-extra .page-three-columns .col .equal {
  min-height: 130px;
}
.GenericPage .page-extra .page-three-columns .col .more {
  font-size: 0.9em;
  margin-top: 0px;
}
.GenericPage .page-extra .page-three-columns .col .more span {
  font-weight: normal;
}
.GenericPage .page-extra .page-three-columns .col1,
.GenericPage .page-extra .page-three-columns .col2 {
  border-right: 1px solid #9a9a9a;
}
.GenericPage .page-extra .page-three-columns figure img {
  float: none;
  margin: 0 auto 10px auto;
  height: 90px;
}
.GenericPage .page-extra .page-two-columns,
.GenericPage .page-extra .page-three-columns {
  font-size: 1.1em;
}
.GenericPage .page-extra .page-two-columns figure img,
.GenericPage .page-extra .page-three-columns figure img {
  margin-bottom: 20px;
}
.GenericPage .page-extra .page-two-columns .pull-right,
.GenericPage .page-extra .page-three-columns .pull-right,
.GenericPage .page-extra .page-two-columns .more,
.GenericPage .page-extra .page-three-columns .more {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.GenericPage .page-extra .page-two-columns .pull-right a,
.GenericPage .page-extra .page-three-columns .pull-right a,
.GenericPage .page-extra .page-two-columns .more a,
.GenericPage .page-extra .page-three-columns .more a {
  color: #5d606b;
}
.GenericPage .page-extra .page-two-columns .pull-right a span,
.GenericPage .page-extra .page-three-columns .pull-right a span,
.GenericPage .page-extra .page-two-columns .more a span,
.GenericPage .page-extra .page-three-columns .more a span {
  text-decoration: underline;
  font-weight: bold;
}
.GenericPage .page-extra .page-two-columns .pull-right a fa,
.GenericPage .page-extra .page-three-columns .pull-right a fa,
.GenericPage .page-extra .page-two-columns .more a fa,
.GenericPage .page-extra .page-three-columns .more a fa {
  color: #5d606b;
}
.GenericPage form.wpcf7-form {
  background: #5d606b;
  color: #FFFFFF;
  padding: 25px 20px;
  float: left;
  width: 100%;
}
.GenericPage form.wpcf7-form h2 {
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  margin-bottom: 15px;
  font-size: 1.6em;
}
.GenericPage form.wpcf7-form .wpcf7-form-control {
  width: 100%;
  border-radius: 0;
  border: 0;
  height: 40px;
  color: #5d606b;
  box-shadow: none;
  border-bottom: 4px solid #9a9a9a;
  padding: 5px 10px;
  margin-top: 5px;
}
.GenericPage form.wpcf7-form .wpcf7-textarea {
  height: 130px;
}
.GenericPage form.wpcf7-form .wpcf7-submit {
  max-width: 225px;
  text-transform: uppercase;
  font-family: "TGN_Heavy", "TGN_Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  font-size: 1.1em;
  background: #909298;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
.GenericPage form.wpcf7-form a {
  color: #FFFFFF;
  text-decoration: underline;
}
.GenericPage form.wpcf7-form p {
  margin-bottom: 25px;
}
.GenericPage form.wpcf7-form p strong {
  font-size: 1.1em;
}
.GenericPage form.wpcf7-form .address {
  text-align: center;
  line-height: 150%;
  margin-bottom: 25px;
}
.GenericPage form.wpcf7-form div.wpcf7-validation-errors {
  border: 2px solid #fdc532;
  color: #fdc532;
  text-align: center;
  padding: 10px;
}
.About .page-two-columns h4 {
  color: #8dcd02;
  font-weight: 100;
  font-size: 5em;
  line-height: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}
/* ==========================================================================
   SENTENCING: Employment & Internship Styles
   ========================================================================== */
.Internship .content .job {
  margin-top: 30px;
  margin-bottom: 30px;
}
.Internship .divider {
  height: 1px !important;
  margin-left: 4% !important;
  width: 92% !important;
}
/* ==========================================================================
   SENTENCING: Employment & Internship Styles
   ========================================================================== */
.ReportsNewsletters .content {
  float: initial !important;
}
.ReportsNewsletters .content h3 .ico-pdf {
  background-image: url(../img/ico-PDF.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 38px;
  width: 38px;
  margin-left: 20px;
}
.ReportsNewsletters .content .files {
  margin-top: 20px;
}
.ReportsNewsletters .content .files .file {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: -1px;
}
.ReportsNewsletters .content .files .file i {
  float: right;
  color: #e51c1f;
}
.ReportsNewsletters .content .files .file a {
  color: #000000;
}
.ReportsNewsletters .divider {
  height: 0px !important;
  margin-left: 4% !important;
  width: 92% !important;
}
/* ==========================================================================
   SENTENCING: Responsive styles
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .social-header li {
    padding: 0 3px;
  }
  .main-header .navbar .navbar-nav li a {
    padding: 0 6px;
    padding-right: 30px;
    font-size: 1.4em;
  }
  .main-header .navbar-form .input-group .form-control {
    font-size: 1em;
    width: 80px;
    font-weight: 500;
  }
  aside .sidebar-content #text-3 h4,
  aside .sidebar-content #text-4 h4,
  aside .sidebar-content .sentencing_widget_actions_state h4,
  aside .sidebar-content .sentencing_widgets_facts h4 {
    font-size: 4.8em;
  }
  .widget_text a .btn-default:after {
    margin-left: 95px !important;
  }
  .SingleNews .news-intro h1,
  .SingleNews .story-intro h1,
  .SinglePublication .news-intro h1,
  .SinglePublication .story-intro h1,
  .SingleStory .news-intro h1,
  .SingleStory .story-intro h1,
  .style_page-intro h1 {
    font-size: 4em;
  }
  .SingleNews .posts,
  .SingleStaff .posts,
  .SinglePublication .posts,
  .SingleStory .posts {
    background-image: none!important;
  }
  .SingleNews .posts .post,
  .SingleStaff .posts .post,
  .SinglePublication .posts .post,
  .SingleStory .posts .post {
    border-top: 4px solid #c6c6c6;
  }
  .SingleNews .posts .divisor,
  .SingleStaff .posts .divisor,
  .SinglePublication .posts .divisor,
  .SingleStory .posts .divisor {
    display: none;
  }
  .issues-submenu .container::before {
    left: 194px;
  }
  .facts-submenu .container::before {
    left: 305px;
  }
  .action-submenu .container::before {
    left: 445px;
  }
  .about-submenu .container::before {
    left: 605px;
  }
  .Iframe .iframe-content-donate iframe {
    height: 2990px !important;
    overflow-x: hidden;
  }
  .HomePage .filter li {
    padding: 0 15px;
  }
  aside .sidebar-content .takeaction .button {
    font-size: 1em;
  }
  .about-submenu .container ul li,
  .action-submenu .container ul li,
  .facts-submenu .container .issues li,
  .facts-submenu .container ul li,
  .issues-submenu .container .issues li,
  .issues-submenu .container ul li,
  .submenu-default .container ul li {
    margin-bottom: 20px;
    height: 23px;
    display: block;
  }
  .TheFacts .posts {
    background: #f7f7f7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header .social-header {
    margin-top: 20px;
  }
  .main-header .social-header li {
    padding: 0 3px;
  }
  .main-header .navbar .navbar-nav li a {
    padding: 0 14px;
    font-size: 1.5em;
  }
  .main-header .navbar-form .input-group .form-control {
    font-size: 1em;
    width: 110px;
    font-weight: 500;
  }
  .about-submenu .container ul li a,
  .action-submenu .container ul li a,
  .facts-submenu .container .issues li a,
  .facts-submenu .container ul li a,
  .issues-submenu .container .issues li a,
  .issues-submenu .container ul li a,
  .submenu-default .container ul li a {
    font-size: 1em;
    display: inline-block;
  }
  .style_page-intro h1 {
    font-size: 3em;
  }
  .issues-submenu .container::before {
    left: 2px;
    top: -60px;
  }
  .facts-submenu .container::before {
    left: 104px;
    top: -60px;
  }
  .action-submenu .container::before {
    left: 244px;
    top: -60px;
  }
  .about-submenu .container::before {
    left: 408px;
    top: -60px;
  }
  .SinglePublication .news-intro,
  .SingleNews .news-intro,
  .SingleStory .news-intro,
  .SingleAction .news-intro,
  .SinglePublication .story-intro,
  .SingleNews .story-intro,
  .SingleStory .story-intro,
  .SingleAction .story-intro {
    padding: 20px 0;
  }
  .SinglePublication .news-intro h1,
  .SingleNews .news-intro h1,
  .SingleStory .news-intro h1,
  .SingleAction .news-intro h1,
  .SinglePublication .story-intro h1,
  .SingleNews .story-intro h1,
  .SingleStory .story-intro h1,
  .SingleAction .story-intro h1 {
    font-size: 3em;
  }
  .SinglePublication .news-intro .social-share,
  .SingleNews .news-intro .social-share,
  .SingleStory .news-intro .social-share,
  .SingleAction .news-intro .social-share,
  .SinglePublication .story-intro .social-share,
  .SingleNews .story-intro .social-share,
  .SingleStory .story-intro .social-share,
  .SingleAction .story-intro .social-share {
    float: none!important;
    right: auto!important;
    position: relative!important;
    margin-bottom: 15px;
  }
  .SinglePublication .inner-content .col-xs-24,
  .SingleNews .inner-content .col-xs-24,
  .SingleStory .inner-content .col-xs-24,
  .SingleAction .inner-content .col-xs-24 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
  .SingleNews .posts,
  .SingleStaff .posts,
  .SinglePublication .posts,
  .SingleStory .posts {
    background-image: none!important;
  }
  .SingleNews .posts .post,
  .SingleStaff .posts .post,
  .SinglePublication .posts .post,
  .SingleStory .posts .post {
    border-top: 4px solid #c6c6c6;
  }
  .SingleNews .posts .divisor,
  .SingleStaff .posts .divisor,
  .SinglePublication .posts .divisor,
  .SingleStory .posts .divisor {
    display: none;
  }
  .Iframe .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .Iframe .page-extra {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .Iframe .iframe-content {
    padding-left: 35px !important;
  }
  .Iframe .iframe-content iframe {
    height: 800px;
  }
  .Iframe .iframe-content-donate iframe {
    height: 3130px !important;
    overflow-x: hidden;
  }
  aside .sidebar-content #text-2,
  aside .sidebar-content #text-3,
  aside .sidebar-content #text-4,
  aside .sidebar-content .sentencing_widget_actions_state,
  aside .sidebar-content .sentencing_widgets_facts,
  aside .sidebar-content .widget_text {
    padding: 25px;
  }
  aside .sidebar-content #text-2 h4,
  aside .sidebar-content #text-3 h4,
  aside .sidebar-content #text-4 h4,
  aside .sidebar-content .sentencing_widget_actions_state h4,
  aside .sidebar-content .sentencing_widgets_facts h4,
  aside .sidebar-content .widget_text h4 {
    font-size: 3.9em;
  }
  aside .sidebar-content .takeaction .button {
    margin: 0px;
    font-size: 0.8em;
  }
  aside .sidebar-content h4 {
    padding: 0 15px;
  }
  aside .sidebar-content .text,
  aside .sidebar-content a {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .SinglePublication .inner-content table th {
    padding: 5px;
    font-size: 0.7em;
  }
  .SinglePublication .inner-content table td {
    padding: 5px;
    font-size: 0.7em;
  }
  .HomePage .filter li {
    padding: 0 5px;
  }
  .HomePage .filter li:first-child {
    padding-left: 10px;
  }
  .HomePage .filter li a {
    font-size: 1em!important;
  }
  aside .sidebar-content a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .widget_text {
    padding: 25px 40px 50px 40px;
    border-bottom: 4px solid #c0bfb8;
    clear: both;
  }
  .widget_text h4 {
    padding: 0;
    margin: 0 0 30px 0 !important;
    font-family: TGN_Heavy, TGN_Regular, Arial, Helvetica, sans-serif;
    font-size: 1.5em !important;
  }
  .widget_text a {
    display: block;
    margin-top: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .widget_text a button {
    color: #FFF;
  }
  .widget_text a .btn-default {
    background-color: #CCC;
    color: #5d606b;
    font-size: 1.1em;
    letter-spacing: 0.035em;
    width: 100%;
    border-radius: 0px;
    text-align: left;
  }
  .widget_text a .btn-default:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 60px !important;
  }
  .TheFacts .facts-subheader .view-button .btn-default {
    font-size: 0.8em;
  }
  .TheFacts .posts {
    background: #f7f7f7 !important;
  }
  aside .sidebar-content .mc4wp-form {
    padding: 0 20px!important;
  }
  aside .sidebar-content .sentencing_widget_factsheets {
    padding: 25px 20px!important;
  }
  aside .sidebar-content .sentencing_widget_latest_sheets_fixed {
    padding: 25px 20px!important;
  }
  .about-submenu .container ul li,
  .action-submenu .container ul li,
  .facts-submenu .container .issues li,
  .facts-submenu .container ul li,
  .issues-submenu .container .issues li,
  .issues-submenu .container ul li,
  .submenu-default .container ul li {
    margin-bottom: 20px;
    height: 23px;
    display: block;
  }
  .modal .modal-dialog .modal-content .modal-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden!important;
  }
  aside.col-sm-7 {
    clear: both;
  }
  aside .sidebar-content .sentencing_widget_factsheets .widgettitle {
    margin: 0;
    padding: 10px 42px 15px 0;
  }
  aside .sidebar-content .sentencing_widget_factsheets {
    padding: 25px 20px;
  }
  aside .sidebar-content .sentencing_widget_latest_sheets_fixed .widgettitle {
    margin: 0;
    padding: 10px 42px 15px 0;
  }
  aside .sidebar-content .sentencing_widget_latest_sheets_fixed {
    padding: 25px 20px;
  }
  aside .sidebar-content .mc4wp-form {
    padding: 0 20px;
  }
  .container {
    clear: both;
    width: 100%;
  }
  .style_page-intro h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    padding: 0;
  }
  .style_page-intro .date {
    font-size: 0.8em;
  }
  .style_page-intro .author {
    font-size: 1em;
    line-height: 120%;
  }
  .style_page-intro .abstract {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
  }
  .style_page-intro .actions {
    margin-bottom: 15px!important;
    margin-left: 0!important;
  }
  .style_page-intro .actions li {
    padding: 0 15px!important;
  }
  .style_page-intro .issues {
    padding-top: 15px!important;
    margin-left: 0!important;
  }
  .style_page-intro .issues li {
    padding: 0 10px!important;
    margin-bottom: 5px!important;
  }
  .style_page-intro .container {
    width: 100%!important;
    margin: 0!important;
    float: left;
    overflow: hidden;
  }
  .table-outter {
    overflow-x: scroll;
  }
  .TheFacts .news-intro,
  .SingleAction .action-intro,
  .StateContacts .action-intro {
    padding: 20px 0;
  }
  .TheFacts .news-intro h1,
  .SingleAction .action-intro h1,
  .StateContacts .action-intro h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    padding: 0;
  }
  .TheFacts .news-intro .abstract,
  .SingleAction .action-intro .abstract,
  .StateContacts .action-intro .abstract {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
  }
  .wrap_filter {
    padding: 20px;
    float: left;
    width: 100%;
  }
  .wrap_filter .filter {
    padding: 0;
    float: left;
    width: 90%;
    height: 40px;
    overflow: hidden;
  }
  .wrap_filter .filter li {
    height: 40px;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .wrap_filter .filter li:first-child {
    border-bottom: 4px solid #838383;
    padding: 0!important;
  }
  .wrap_filter .filter li a {
    padding: 10px 0 0 15px;
    display: block;
    text-transform: none;
    font-family: "TGN_Regular";
    font-weight: 100;
    color: #9a9a9a;
  }
  .wrap_filter .filter li a .fa {
    display: none!important;
  }
  .wrap_filter .filter li:active a,
  .wrap_filter .filter li a:hover,
  .wrap_filter .filter li a:focus,
  .wrap_filter .filter li a.active {
    color: #fdc532;
  }
  .wrap_filter #toggle-filter {
    background: #e2e0d8;
    display: block;
    height: 40px;
    border-bottom: 4px solid #838383;
    width: 9.9%;
    float: right;
    text-align: center;
    border-left: 1px solid #9a9a9a;
    padding-top: 5px;
    cursor: pointer;
  }
  .wrap_filter #toggle-filter .fa {
    color: #9a9a9a;
    font-size: 25px;
    cursor: pointer;
  }
  .Search .wrap_filter {
    padding: 20px 0 0 0!important;
  }
  .Search .wrap_filter .filter {
    background: #e2e0d8 !important;
  }
  .Search .wrap_filter .filter li a {
    color: #9a9a9a !important;
  }
  .Search .borders .filter {
    padding: 15px;
  }
  .Search .posts .type-stories {
    padding-bottom: 25px!important;
  }
  .Search .posts .type-stories .type {
    top: 0!important;
  }
  .simplePullQuote {
    width: 100%!important;
    margin: 0px 0 10px 0 !important;
  }
  .borders {
    border: 0!important;
    width: 100%!important;
  }
  .padding-xs {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .row-xs {
    margin: 0!important;
  }
  .posts {
    background-image: none!important;
  }
  .posts .post {
    padding: 15px 15px 25px 15px!important;
    border-top: 4px solid #c6c6c6;
    float: left!important;
    clear: both!important;
  }
  .posts .post h3 {
    font-size: 1.4em !important;
  }
  .posts .post .divider {
    margin: 0 0 15px 0 !important;
  }
  .posts .post figure img {
    clear: both!important;
    margin: 0 auto!important;
  }
  .posts .divisor {
    display: none!important;
  }
  .posts h5 {
    padding: 15px 0 15px 15px!important;
    margin-left: 0!important;
  }
  .posts .col-sm-24 {
    border-bottom: 0!important;
    border-top: 4px solid #c6c6c6 !important;
  }
  .issues-submenu,
  .submenu {
    background: #5d606b;
    border-bottom: 0;
    padding: 10px;
  }
  .issues-submenu .container,
  .submenu .container {
    padding-left: 0;
    padding-right: 0;
    background: #FFFFFF;
  }
  .issues-submenu .container:before,
  .submenu .container:before {
    display: none;
  }
  .issues-submenu .container .issues,
  .submenu .container .issues,
  .issues-submenu .container .menu,
  .submenu .container .menu {
    padding-left: 0;
    padding-right: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    float: left;
    width: 90%;
    height: 40px;
    overflow: hidden;
  }
  .issues-submenu .container .issues li,
  .submenu .container .issues li,
  .issues-submenu .container .menu li,
  .submenu .container .menu li {
    height: 40px;
    margin: 0;
    width: 100%;
  }
  .issues-submenu .container .issues li:first-child,
  .submenu .container .issues li:first-child,
  .issues-submenu .container .menu li:first-child,
  .submenu .container .menu li:first-child {
    border-bottom: 4px solid #fdc532;
  }
  .issues-submenu .container .issues li a,
  .submenu .container .issues li a,
  .issues-submenu .container .menu li a,
  .submenu .container .menu li a {
    padding: 10px 0 0 15px;
    display: block;
    text-transform: none;
    font-family: "TGN_Regular";
    font-weight: 100;
  }
  .issues-submenu .container .issues li:active a,
  .submenu .container .issues li:active a,
  .issues-submenu .container .menu li:active a,
  .submenu .container .menu li:active a,
  .issues-submenu .container .issues li a:hover,
  .submenu .container .issues li a:hover,
  .issues-submenu .container .menu li a:hover,
  .submenu .container .menu li a:hover,
  .issues-submenu .container .issues li a:focus,
  .submenu .container .issues li a:focus,
  .issues-submenu .container .menu li a:focus,
  .submenu .container .menu li a:focus,
  .issues-submenu .container .issues li a.active,
  .submenu .container .issues li a.active,
  .issues-submenu .container .menu li a.active,
  .submenu .container .menu li a.active {
    color: #fdc532;
  }
  .issues-submenu .container #toggle-submenu,
  .submenu .container #toggle-submenu,
  .issues-submenu .container #toggle-action-submenu,
  .submenu .container #toggle-action-submenu {
    display: block;
    height: 40px;
    background: #FFFFFF;
    border-bottom: 4px solid #fdc532;
    width: 9.9%;
    float: right;
    text-align: center;
    border-left: 1px solid #fdc532;
    padding-top: 5px;
    cursor: pointer;
  }
  .issues-submenu .container #toggle-submenu .fa,
  .submenu .container #toggle-submenu .fa,
  .issues-submenu .container #toggle-action-submenu .fa,
  .submenu .container #toggle-action-submenu .fa {
    color: #fdc532;
    font-size: 25px;
    cursor: pointer;
  }
  .issues-submenu .container.open .issues li:first-child,
  .submenu .container.open .issues li:first-child,
  .issues-submenu .container.open #menu-take-action-menu li:first-child,
  .submenu .container.open #menu-take-action-menu li:first-child {
    border-bottom: 4px solid #9a9a9a;
  }
  .issues-submenu .container.open #toggle-submenu,
  .submenu .container.open #toggle-submenu,
  .issues-submenu .container.open #toggle-action-submenu,
  .submenu .container.open #toggle-action-submenu {
    border-bottom: 4px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
  }
  .issues-submenu .container.open #toggle-submenu .fa,
  .submenu .container.open #toggle-submenu .fa,
  .issues-submenu .container.open #toggle-action-submenu .fa,
  .submenu .container.open #toggle-action-submenu .fa {
    color: #9a9a9a;
  }
  .main-header {
    padding-top: 6px;
    padding-bottom: 15px;
    position: relative;
  }
  .main-header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header .navbar-header {
    position: relative;
    float: left;
  }
  .main-header .navbar-header .navbar-toggle {
    background: none!important;
    float: left;
    margin: 0 15px 0 0;
  }
  .main-header .navbar-header .navbar-toggle .icon-bar {
    background: #5d606b;
    width: 34px;
    height: 4px;
  }
  .main-header .row {
    margin: 0;
  }
  .main-header .margintop {
    margin: 0!important;
  }
  .main-header .logo {
    float: left;
    margin-top: 9px;
  }
  .main-header .logo img {
    max-height: 50px;
  }
  .main-header .navbar-form {
    position: absolute;
    right: 0;
    top: -6px;
    width: 60px;
    max-width: 320px;
    margin: 0;
    background: none;
    padding: 15px 15px 0 15px;
    height: 80px;
    overflow: hidden;
  }
  .main-header .navbar-form .input-group {
    border-bottom: 0;
  }
  .main-header .navbar-form .input-group .form-control {
    border-bottom: 4px solid #9a9a9a;
    width: 90%;
  }
  .main-header .navbar-form .input-group .input-group-btn {
    cursor: pointer;
    float: left;
  }
  .main-header .navbar-form .input-group .input-group-btn .btn-default .fa-search {
    color: #5d606b !important;
  }
  .main-header .navbar-form .input-group .input-group-btn #close {
    display: none;
  }
  .main-header .navbar-form #open {
    display: none;
  }
  .main-header .navbar-default {
    overflow: auto;
    display: none;
    margin: 0;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background: #fdc532;
    width: 100%;
    max-width: 300px;
    padding: 0!important;
  }
  .main-header .navbar-default .navbar-collapse {
    box-shadow: none;
    border-color: transparent;
    overflow: visible!important;
  }
  .main-header .navbar-default .navbar-collapse .navbar-nav {
    margin: 0!important;
    margin-left: 25px!important;
  }
  .main-header .navbar-default .navbar-collapse .navbar-nav li {
    margin-bottom: 25px;
  }
  .main-header .navbar-default .navbar-collapse .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header .navbar-default .navbar-collapse .navbar-nav li.active a,
  .main-header .navbar-default .navbar-collapse .navbar-nav li a:focus,
  .main-header .navbar-default .navbar-collapse .navbar-nav li a:hover {
    color: #FFFFFF !important;
  }
  .main-header .navbar-default #close-menu {
    background: none!important;
    border: 0!important;
    margin: 25px 0 25px 25px;
  }
  .main-header .navbar-default #close-menu.collapsed {
    display: none!important;
  }
  .main-header .navbar-default #close-menu .fa-close {
    font-size: 30px;
    color: #5d606b;
    cursor: pointer;
  }
  .main-header .navbar-default #close-menu .fa-close:hover {
    color: #FFFFFF;
  }
  .main-header .navbar-default .social-header {
    padding-left: 25px;
    text-align: left!important;
  }
  .main-header .navbar-default .social-header .list-inline {
    margin-bottom: 28px!important;
  }
  .main-header .navbar-default .social-header .list-inline li a {
    color: #5d606b;
  }
  .main-header .navbar-default .social-header .list-inline li a:hover,
  .main-header .navbar-default .social-header .list-inline li a:focus {
    color: #FFFFFF;
  }
  .main-header .navbar-default .social-header .list-inline li:first-child {
    padding-left: 0;
  }
  .main-header .navbar-default .social-header .header-address {
    font-size: 0.9em;
    line-height: 120%;
  }
  .main-header .navbar-default .social-header .header-address a {
    color: #5d606b;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
  }
  footer {
    padding-top: 15px!important;
  }
  footer .container {
    padding: 0 15px!important;
  }
  footer .divider {
    margin: 15px 0;
  }
  .HomePage .page-header {
    padding: 20px 0 35px 0;
  }
  .HomePage .page-header h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    padding: 0;
  }
  .HomePage .page-header .date {
    font-size: 0.8em;
  }
  .HomePage .page-header .author {
    font-size: 1em;
    line-height: 120%;
  }
  .HomePage .page-header .abstract {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
  }
  .HomePage .page-header .actions {
    margin-bottom: 15px!important;
    margin-left: 0!important;
  }
  .HomePage .page-header .actions li {
    padding: 0 15px!important;
  }
  .HomePage .page-header .issues {
    padding-top: 15px!important;
    margin-left: 0!important;
  }
  .HomePage .page-header .issues li {
    padding: 0 10px!important;
    margin-bottom: 5px!important;
  }
  .HomePage .page-header .container {
    width: 100%!important;
    margin: 0!important;
    float: left;
    overflow: hidden;
  }
  .HomePage .page-header .flexslider a.title_link h1 {
    font-size: 2em!important;
  }
  .HomePage .posts .col-sm-24 .abstract {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Issues .issue-facts {
    padding: 0 0 20px 0;
  }
  .Issues .issue-facts h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
  .Issues .issue-facts h3 {
    text-align: center;
  }
  .Issues .issue-facts .facts-two-columns .col-sm-8,
  .Issues .issue-facts .facts-two-columns .col-sm-16 {
    border-right: 0;
  }
  .Issues .issue-facts .facts-three-columns .col-sm-8,
  .Issues .issue-facts .facts-three-columns .col-sm-16 {
    border-right: 0;
    clear: both;
    border-top: 1px solid #9a9a9a;
    padding: 20px 0;
  }
  .Issues .issue-facts .facts-three-columns .col-sm-8 p.pull-right,
  .Issues .issue-facts .facts-three-columns .col-sm-16 p.pull-right {
    margin-bottom: 30px;
  }
  .Issues .issue-facts .facts-three-columns .col3 .divider {
    background: #FFFFFF;
    margin: 20px 0;
  }
  .Issues .issue-facts .facts-three-columns .col3 h3 span {
    font-size: 1em;
  }
  .Issues .issue-facts .facts-three-columns .col3 .inner-publications .col-xs-24 a {
    position: relative;
    padding-right: 15px;
    display: block;
  }
  .Issues .issue-facts .facts-three-columns .col3 .inner-publications .col-xs-24 a:after {
    position: absolute;
    top: 0;
    right: -15px;
    width: 30px;
    height: 100%;
    content: " ";
    font-family: FontAwesome;
    content: "\f0da";
    color: #e2e0d8;
    font-size: 20px;
  }
  .Issues .issue-facts .facts-two-columns .col-xs-24 {
    padding: 20px 0;
  }
  .Issues .issue-facts .facts-two-columns .inner-publications .col-xs-24 {
    padding: 0px 15px;
  }
  .ArchiveAction .action-intro {
    padding: 0 0 20px 0;
  }
  .ArchiveAction .action-intro h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    padding: 0;
  }
  .ArchiveAction .action-intro .date {
    font-size: 0.8em;
  }
  .ArchiveAction .action-intro .author {
    font-size: 1em;
    line-height: 120%;
  }
  .ArchiveAction .action-intro .abstract {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
  }
  .ArchiveAction .action-intro .actions {
    margin-bottom: 15px!important;
    margin-left: 0!important;
  }
  .ArchiveAction .action-intro .actions li {
    padding: 0 15px!important;
  }
  .ArchiveAction .action-intro .issues {
    padding-top: 15px!important;
    margin-left: 0!important;
  }
  .ArchiveAction .action-intro .issues li {
    padding: 0 10px!important;
    margin-bottom: 5px!important;
  }
  .ArchiveAction .action-intro .container {
    width: 100%!important;
    margin: 0!important;
    float: left;
    overflow: hidden;
  }
  .ArchiveAction .page-content {
    float: left;
  }
  .ArchiveAction .page-content .actions .action {
    padding: 15px 0 25px 0;
    margin: 0;
  }
  .ArchiveAction .page-content .actions .action .takeaction {
    font-size: 0.9em;
    padding: 25px 8px;
    padding-top: 29px;
    margin-bottom: 15px;
    height: 125px;
    width: 125px;
  }
  .ArchiveAction .page-content .actions .action .abstract {
    font-size: 1em;
    margin-bottom: 15px;
  }
  .ArchiveAction .page-content .actions .action .list-inline {
    padding-top: 15px;
    text-align: center;
  }
  .ArchiveAction .page-content .actions .action .list-inline li {
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .ArchiveAction .page-content .actions .action:last-child {
    border-bottom: 0!important;
  }
  .ArchiveAction .page-content .actions .action a h3 {
    font-size: 1.5em;
  }
  .ArchiveAction .page-three-columns .col {
    border-right: 0;
    border-top: 1px solid #9a9a9a;
    padding: 35px 15px 55px;
  }
  .ArchiveAction .page-three-columns .row {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ArchiveAction .page-three-columns .col figure img,
  .ArchiveAction .page-two-columns .col figure img {
    height: auto!important;
  }
  .SingleAction .action-intro {
    padding: 0 0 20px 0;
  }
  .SingleAction .action-intro h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    padding: 0;
  }
  .SingleAction .action-intro .date {
    font-size: 0.8em;
  }
  .SingleAction .action-intro .author {
    font-size: 1em;
    line-height: 120%;
  }
  .SingleAction .action-intro .abstract {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
  }
  .SingleAction .action-intro .actions {
    margin-bottom: 15px!important;
    margin-left: 0!important;
  }
  .SingleAction .action-intro .actions li {
    padding: 0 15px!important;
  }
  .SingleAction .action-intro .issues {
    padding-top: 15px!important;
    margin-left: 0!important;
  }
  .SingleAction .action-intro .issues li {
    padding: 0 10px!important;
    margin-bottom: 5px!important;
  }
  .SingleAction .action-intro .container {
    width: 100%!important;
    margin: 0!important;
    float: left;
    overflow: hidden;
  }
  .SingleAction .action-intro .social-share {
    float: none!important;
    right: auto!important;
    position: relative!important;
  }
  .SingleAction .takeaction-cta {
    padding: 30px 15px 25px;
  }
  .GenericPage .page-header {
    padding: 20px 0;
  }
  .GenericPage .page-header h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    padding: 0;
  }
  .GenericPage .page-header .date {
    font-size: 0.8em;
  }
  .GenericPage .page-header .author {
    font-size: 1em;
    line-height: 120%;
  }
  .GenericPage .page-header .abstract {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
  }
  .GenericPage .page-header .actions {
    margin-bottom: 15px!important;
    margin-left: 0!important;
  }
  .GenericPage .page-header .actions li {
    padding: 0 15px!important;
  }
  .GenericPage .page-header .issues {
    padding-top: 15px!important;
    margin-left: 0!important;
  }
  .GenericPage .page-header .issues li {
    padding: 0 10px!important;
    margin-bottom: 5px!important;
  }
  .GenericPage .page-header .container {
    width: 100%!important;
    margin: 0!important;
    float: left;
    overflow: hidden;
  }
  .GenericPage .page-header .container {
    padding: 0 30px!important;
  }
  .GenericPage .dataset-tabs {
    margin-top: 0!important;
  }
  .GenericPage .page-extra {
    float: left;
  }
  .GenericPage .page-extra .content,
  .GenericPage .page-extra .page-two-columns,
  .GenericPage .page-extra .page-three-columns {
    padding: 0 20px;
  }
  .GenericPage .page-extra .page-two-columns .col1 {
    border-right: 0;
  }
  .GenericPage .page-extra .page-three-columns .col1,
  .GenericPage .page-extra .page-three-columns .col2 {
    border-right: 0;
    border-bottom: 1px solid #9a9a9a;
  }
  .GenericPage .page-extra .page-three-columns .col {
    clear: both;
    padding: 30px 0 50px 0;
  }
  .GenericPage .issues-submenu .container.open #toggle-submenu,
  .GenericPage .submenu .container.open #toggle-submenu,
  .GenericPage .issues-submenu .container.open #toggle-action-submenu,
  .GenericPage .submenu .container.open #toggle-action-submenu {
    border-left: 1px solid #fdc532;
    border-bottom: 4px solid #fdc532;
  }
  .GenericPage .issues-submenu .container.open #toggle-submenu .fa,
  .GenericPage .submenu .container.open #toggle-submenu .fa,
  .GenericPage .issues-submenu .container.open #toggle-action-submenu .fa,
  .GenericPage .submenu .container.open #toggle-action-submenu .fa {
    color: #fdc532;
  }
  .TheFacts .submenu .container.open #toggle-action-submenu,
  .Issues .submenu .container.open #toggle-action-submenu,
  .HomePage .submenu .container.open #toggle-action-submenu,
  .ArchiveAction .submenu .container.open #toggle-action-submenu,
  .GenericPage .submenu .container.open #toggle-action-submenu,
  .StateContacts .submenu .container.open #toggle-action-submenu,
  .TheFacts .issues-submenu .container.open #toggle-submenu,
  .Issues .issues-submenu .container.open #toggle-submenu,
  .HomePage .issues-submenu .container.open #toggle-submenu,
  .ArchiveAction .issues-submenu .container.open #toggle-submenu,
  .GenericPage .issues-submenu .container.open #toggle-submenu,
  .StateContacts .issues-submenu .container.open #toggle-submenu {
    border-left: 1px solid #fdc532;
    border-bottom: 4px solid #fdc532;
  }
  .TheFacts .submenu .container.open #toggle-action-submenu .fa,
  .Issues .submenu .container.open #toggle-action-submenu .fa,
  .HomePage .submenu .container.open #toggle-action-submenu .fa,
  .ArchiveAction .submenu .container.open #toggle-action-submenu .fa,
  .GenericPage .submenu .container.open #toggle-action-submenu .fa,
  .StateContacts .submenu .container.open #toggle-action-submenu .fa,
  .TheFacts .issues-submenu .container.open #toggle-submenu .fa,
  .Issues .issues-submenu .container.open #toggle-submenu .fa,
  .HomePage .issues-submenu .container.open #toggle-submenu .fa,
  .ArchiveAction .issues-submenu .container.open #toggle-submenu .fa,
  .GenericPage .issues-submenu .container.open #toggle-submenu .fa,
  .StateContacts .issues-submenu .container.open #toggle-submenu .fa {
    color: #fdc532;
  }
  .TheFacts .issues-submenu .container.open .issues li:first-child,
  .Issues .issues-submenu .container.open .issues li:first-child,
  .HomePage .issues-submenu .container.open .issues li:first-child,
  .ArchiveAction .issues-submenu .container.open .issues li:first-child,
  .GenericPage .issues-submenu .container.open .issues li:first-child,
  .StateContacts .issues-submenu .container.open .issues li:first-child,
  .TheFacts .submenu .container.open #menu-take-action-menu li:first-child,
  .Issues .submenu .container.open #menu-take-action-menu li:first-child,
  .HomePage .submenu .container.open #menu-take-action-menu li:first-child,
  .ArchiveAction .submenu .container.open #menu-take-action-menu li:first-child,
  .GenericPage .submenu .container.open #menu-take-action-menu li:first-child,
  .StateContacts .submenu .container.open #menu-take-action-menu li:first-child {
    border-bottom: 4px solid #fdc532;
  }
  .SinglePublication .news-intro,
  .SingleNews .news-intro,
  .SingleStory .news-intro,
  .SingleAction .news-intro,
  .TheFacts .news-intro,
  .SinglePublication .story-intro,
  .SingleNews .story-intro,
  .SingleStory .story-intro,
  .SingleAction .story-intro,
  .TheFacts .story-intro {
    padding: 20px 0;
  }
  .SinglePublication .news-intro h1,
  .SingleNews .news-intro h1,
  .SingleStory .news-intro h1,
  .SingleAction .news-intro h1,
  .TheFacts .news-intro h1,
  .SinglePublication .story-intro h1,
  .SingleNews .story-intro h1,
  .SingleStory .story-intro h1,
  .SingleAction .story-intro h1,
  .TheFacts .story-intro h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    padding: 0;
  }
  .SinglePublication .news-intro .date,
  .SingleNews .news-intro .date,
  .SingleStory .news-intro .date,
  .SingleAction .news-intro .date,
  .TheFacts .news-intro .date,
  .SinglePublication .story-intro .date,
  .SingleNews .story-intro .date,
  .SingleStory .story-intro .date,
  .SingleAction .story-intro .date,
  .TheFacts .story-intro .date {
    font-size: 0.8em;
  }
  .SinglePublication .news-intro .author,
  .SingleNews .news-intro .author,
  .SingleStory .news-intro .author,
  .SingleAction .news-intro .author,
  .TheFacts .news-intro .author,
  .SinglePublication .story-intro .author,
  .SingleNews .story-intro .author,
  .SingleStory .story-intro .author,
  .SingleAction .story-intro .author,
  .TheFacts .story-intro .author {
    font-size: 1em;
    line-height: 120%;
  }
  .SinglePublication .news-intro .abstract,
  .SingleNews .news-intro .abstract,
  .SingleStory .news-intro .abstract,
  .SingleAction .news-intro .abstract,
  .TheFacts .news-intro .abstract,
  .SinglePublication .story-intro .abstract,
  .SingleNews .story-intro .abstract,
  .SingleStory .story-intro .abstract,
  .SingleAction .story-intro .abstract,
  .TheFacts .story-intro .abstract {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
  }
  .SinglePublication .news-intro .actions,
  .SingleNews .news-intro .actions,
  .SingleStory .news-intro .actions,
  .SingleAction .news-intro .actions,
  .TheFacts .news-intro .actions,
  .SinglePublication .story-intro .actions,
  .SingleNews .story-intro .actions,
  .SingleStory .story-intro .actions,
  .SingleAction .story-intro .actions,
  .TheFacts .story-intro .actions {
    margin-bottom: 15px!important;
    margin-left: 0!important;
  }
  .SinglePublication .news-intro .actions li,
  .SingleNews .news-intro .actions li,
  .SingleStory .news-intro .actions li,
  .SingleAction .news-intro .actions li,
  .TheFacts .news-intro .actions li,
  .SinglePublication .story-intro .actions li,
  .SingleNews .story-intro .actions li,
  .SingleStory .story-intro .actions li,
  .SingleAction .story-intro .actions li,
  .TheFacts .story-intro .actions li {
    padding: 0 15px!important;
  }
  .SinglePublication .news-intro .issues,
  .SingleNews .news-intro .issues,
  .SingleStory .news-intro .issues,
  .SingleAction .news-intro .issues,
  .TheFacts .news-intro .issues,
  .SinglePublication .story-intro .issues,
  .SingleNews .story-intro .issues,
  .SingleStory .story-intro .issues,
  .SingleAction .story-intro .issues,
  .TheFacts .story-intro .issues {
    padding-top: 15px!important;
    margin-left: 0!important;
  }
  .SinglePublication .news-intro .issues li,
  .SingleNews .news-intro .issues li,
  .SingleStory .news-intro .issues li,
  .SingleAction .news-intro .issues li,
  .TheFacts .news-intro .issues li,
  .SinglePublication .story-intro .issues li,
  .SingleNews .story-intro .issues li,
  .SingleStory .story-intro .issues li,
  .SingleAction .story-intro .issues li,
  .TheFacts .story-intro .issues li {
    padding: 0 10px!important;
    margin-bottom: 5px!important;
  }
  .SinglePublication .news-intro .container,
  .SingleNews .news-intro .container,
  .SingleStory .news-intro .container,
  .SingleAction .news-intro .container,
  .TheFacts .news-intro .container,
  .SinglePublication .story-intro .container,
  .SingleNews .story-intro .container,
  .SingleStory .story-intro .container,
  .SingleAction .story-intro .container,
  .TheFacts .story-intro .container {
    width: 100%!important;
    margin: 0!important;
    float: left;
    overflow: hidden;
  }
  .SinglePublication .news-intro .social-share,
  .SingleNews .news-intro .social-share,
  .SingleStory .news-intro .social-share,
  .SingleAction .news-intro .social-share,
  .TheFacts .news-intro .social-share,
  .SinglePublication .story-intro .social-share,
  .SingleNews .story-intro .social-share,
  .SingleStory .story-intro .social-share,
  .SingleAction .story-intro .social-share,
  .TheFacts .story-intro .social-share {
    float: none!important;
    right: auto!important;
    position: relative!important;
    margin-bottom: 15px;
  }
  .SinglePublication .inner-content .col-xs-24,
  .SingleNews .inner-content .col-xs-24,
  .SingleStory .inner-content .col-xs-24,
  .SingleAction .inner-content .col-xs-24,
  .TheFacts .inner-content .col-xs-24 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .TheFacts .news-intro {
    padding-top: 0;
  }
  .TheFacts .news-intro .social-share {
    top: auto;
  }
  .SinglePublication .inner-content {
    width: 100%;
  }
  .SinglePublication .inner-content .col-xs-24 {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .Iframe .page-extra {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .Iframe .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .Iframe .iframe-content {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .Iframe .iframe-content iframe {
    height: 1100px;
    overflow-x: hidden !important;
  }
  .Iframe .iframe-content-donate {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .Iframe .iframe-content-donate iframe {
    height: 3840px;
  }
  .TheFacts .posts {
    background: #f7f7f7 !important;
  }
  .modal .modal-dialog .modal-content .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wp-caption {
    width: 100% !important;
  }
  .TheFacts .facts-subheader .title {
    padding: 0 15px;
  }
  .TheFacts .facts-subheader h3,
  .TheFacts .facts-subheader .text,
  .TheFacts .facts-subheader .view-button {
    text-align: center;
    padding: 0;
  }
  .ArchiveEvents .page-content .events {
    padding: 30px 5px;
  }
  .GenericPage .page-extra .page-two-columns .col {
    clear: both;
  }
  .GenericPage .page-extra .page-two-columns .more a {
    margin-bottom: 10px;
  }
  .GenericPage .page-extra .page-three-columns .col .equal {
    min-height: auto;
  }
  .row.map-detailed .col-xs-24 {
    padding-left: 0;
    padding-right: 0;
  }
  .row.map-detail-combos .col-sm-18.col-sm-offset-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .row.map-detail-combos .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sentencing-select.left,
  .sentencing-select.right {
    font-size: 12px;
    padding-left: 5px !important;
    color: #666;
  }
  .staff-photo {
    margin-bottom: 15px;
  }
  .visualizer-responsive-container {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    overflow-x: auto;
    min-height: 0.01%;
  }
  .visualizer-responsive {
    width: 500px;
  }
  .map-detail-top {
    margin-top: 20px;
  }
  .map-detail-top .container-sentencing_chart_div {
    margin-left: 0;
    padding: 0;
  }
  .row.map-detail-state_contact {
    padding: 15px;
  }
  .row.map-detail-state_contact #state1_selector,
  .row.map-detail-state_contact #state2_selector {
    padding-left: 0;
  }
}
.li-for-campain {
  font-size: 11pt;
  text-transform: uppercase;
}
.li-camp-last {
  display: inline;
}
.campaing-prinsongment {
  width: 100%;
  max-width: 100%;
}
.campaing-prinsongment h3 {
  margin-bottom: 10px!important;
  font-family: "TGN_Heavy";
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .campaing-prinsongment h3 {
    font-size: 16pt;
  }
}
.campaing-prinsongment p {
  text-align: center;
  margin-bottom: 5px;
  font-size: 12pt;
}
@media only screen and (min-width: 992px) {
  .campaing-prinsongment p {
    text-align: justify;
    margin-bottom: 5px;
  }
}
.campaing-prinsongment .boton-leermas {
  border: 1px solid #5d606b;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  color: #5d606b;
  padding: 0;
}
.campaing-prinsongment .boton-leermas a {
  width: 100%;
  height: 6vh;
  display: flex!important;
  justify-content: center;
  align-items: center;
  color: #5d606b;
  font-weight: bold;
}
.iphoneisue a {
  font-size: 11pt!important;
}
@media only screen and (min-width: 359px) {
  .iphoneisue a {
    font-size: 13pt!important;
  }
}
