@font-face {
    font-family: "Pressura";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GT-Pressura-Mono-Regular.eot");
    src: url("../fonts/GT-Pressura-Mono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Pressura-Mono-Regular.woff") format("woff"), url("../fonts/GT-Pressura-Mono-Regular.ttf") format("truetype"), url("../fonts/GT-Pressura-Mono-Regular.svg#Pressura") format("svg"); }

@font-face {
    font-family: "PressuraLight";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GT-Pressura-Mono-Light.eot");
    src: url("../fonts/GT-Pressura-Mono-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Pressura-Mono-Light.woff") format("woff"), url("../fonts/GT-Pressura-Mono-Light.ttf") format("truetype"), url("../fonts/GT-Pressura-Mono-Light.svg#PressuraLight") format("svg"); }

/* core */

body {
	margin: 0;
    font-family: PressuraLight;
    line-height: 1.65em;
    font-size: 16px;
    background-color: #ececea;
}

.dpe-container {
	max-height: 400px;
}

.dpe-arrow {
    position: fixed;
    background-color: #111111;
    height: 400px;
    color: #ffffff;
    webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; 
    z-index: 1;
}

.dpe-arrow:hover {
    background-color: #ff0b3a;
    cursor: pointer;
    webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; 
}

.dpe-arrow span {
    margin-top: calc(200px - 12px);
    font-size: 24px;
    text-align: center;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dpe-arrow-left {
    left: 0;
}

.dpe-arrow-right {
    right: 0;
}

.dpe-measure {
    max-width: 600px;
    margin: 0 auto;
    height: 0px;
}

.dpe-content-spacer, 
.dpe-content {
    height: 400px;
    float: left;
}

.dpe-content {
    position: relative;
}

.dpe-content p {
    margin-top: 0;
}

.dpe-content-inner {
    padding: 30px;
}

.dpe-slide {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 260px;
}

.dpe-slide-top {
    position: absolute;
    top: 0;
    max-height: 260px;
}

.dpe-slide-bottom {
    position: absolute;
    bottom: 0;
}


/* typography and buttons */

.dpe-lead {
    font-family: Pressura;
}

.dpe-link a {
    color: #ff0b3a; 
    webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;  
}

.dpe-link a:hover {
    color: #111111;
    webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;  
}

.dpe-link:before {
    content: '→ ';
}

.dpe-label {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 3px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.dpe-container.animate {
    webkit-transition: margin-left 0.25s ease-in-out;
    -moz-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
    -webkit-transition: margin-left 0.25s ease-in-out;
    transition: margin-left 0.25s ease-in-out;
}

.dpe-button { 
    background-color: #ff0b3a;
    padding: 4px 7px 5px 7px;
    color: #ffffff;
    border-radius: 4px;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    webkit-transition: background-color 0.25s ease-in-out;
        -moz-transition: background-color 0.25s ease-in-out;
        -o-transition: background-color 0.25s ease-in-out;
        -webkit-transition: background-color 0.25s ease-in-out;
        transition: background-color 0.25s ease-in-out;
}

.dpe-button:hover { 
    background-color: #111;
    webkit-transition: background-color 0.25s ease-in-out;
        -moz-transition: background-color 0.25s ease-in-out;
        -o-transition: background-color 0.25s ease-in-out;
        -webkit-transition: background-color 0.25s ease-in-out;
        transition: background-color 0.25s ease-in-out;
}

.dpe-button, .dpe-button:hover {
    text-decoration: none !important;
}

.dp-key {
    display: inline-block;
}

.dp-key:before {
    font-size: .9em;
    content: '■ ';
}


/* slide header */

.dpe-header {
    padding-bottom: 11px;
    border-bottom: 1px solid #111;
    margin-bottom: 20px;
    height: 48px;
}

.dpe-partner {
    position: absolute;
    right: 30px;
    top: 30px;
}

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

.dpe-tmp-logo {
    float: left;
    margin-right: 10px;
}

.dpe-tmp-logo svg polygon { 
    fill: #111111;
    webkit-transition: fill 0.25s ease-in-out;
    -moz-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; 
}

.dpe-tmp-logo svg:hover polygon {
    fill: #ff0b3a !important;
    webkit-transition: fill 0.25s ease-in-out;
    -moz-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; 
}

.dpe-partner span {
    font-size: 8px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    line-height: 6px;
    margin-bottom: 12px;
}

.dpe-partner-logo {
    float: left;
}

.dpe-partner-logo img {
    height: 20px;
}

.dpe-project-logo svg path {
    webkit-transition: fill 0.25s ease-in-out;
    -moz-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; 
}

.dpe-project-logo svg:hover path {
    fill: #ff0b3a !important;
    webkit-transition: fill 0.25s ease-in-out;
    -moz-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; 
}

.dpe-opener-partner-logo svg path, .dpe-opener-partner-logo svg polygon, .dpe-partner-logo svg path, .dpe-partner-logo svg polygon, .dpe-tmp-mobile-logo svg polygon, .dpe-tmp-logo-national svg polygon {
    webkit-transition: fill 0.25s ease-in-out;
    -moz-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; 
}

.dpe-opener-partner-logo svg:hover path, .dpe-opener-partner-logo svg:hover polygon, .dpe-partner-logo svg:hover path, .dpe-opener-partner-logo svg:hover circle, .dpe-partner-logo svg:hover circle, .dpe-partner-logo svg:hover polygon, .dpe-tmp-mobile-logo svg:hover polygon, .dpe-tmp-logo-national svg:hover polygon {
    fill: #ff0b3a !important;
    webkit-transition: fill 0.25s ease-in-out;
    -moz-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; 
}

/* opener */

.dpe-countdown {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.dpe-title {
    position: absolute;
    top: 150px;
    left: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: Pressura;
    font-size: 20px;
    line-height: 18px;
    word-spacing: -3px;
    letter-spacing: -1px;
}

.dpe-title span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 6px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 12px;
    font-family: PressuraLight;
    word-spacing: 0;
}

.dpe-title a {
    text-decoration: none;
    color: #111;
}

.dpe-title a:hover {
    text-decoration: none;
    color: #ff0b3a;
}

.dpe-title a:hover span {
    text-decoration: none !important;
}

.dpe-opener-partner {
    position: absolute;
    right: 30px;
    top: 30px;    
}

.dpe-opener-partner span {
    font-family: PressuraLight;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 3px;
    line-height: 10px;
    margin-bottom: 14px;
}

.dpe-opener-partner-logo img {
    margin-top: 8px;
    height: 25px;
}

.dpe-opener-tmp-logo svg path, .dpe-opener-tmp-logo svg polygon {
    webkit-transition: fill 0.25s ease-in-out;
        -moz-transition: fill 0.25s ease-in-out;
        -o-transition: fill 0.25s ease-in-out;
        -webkit-transition: fill 0.25s ease-in-out;
        transition: fill 0.25s ease-in-out;
}

.dpe-opener-tmp-logo svg:hover path, .dpe-opener-tmp-logo svg:hover polygon  {
    fill: #ff0b3a;
    webkit-transition: fill 0.25s ease-in-out;
        -moz-transition: fill 0.25s ease-in-out;
        -o-transition: fill 0.25s ease-in-out;
        -webkit-transition: fill 0.25s ease-in-out;
        transition: fill 0.25s ease-in-out;
}


/* credit slide */

.dpe-menu {
    font-family: Pressura;
    text-transform: uppercase;
    font-size: 14px;
}

.dpe-menu .dpe-label {
    font-family: PressuraLight;
}

.dpe-menu a {
    color: #111111;
    webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;  
}

.dpe-menu a:hover {
    color: #ff0b3a;
    webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;  
}

.dpe-menu-active {
    color: #ff0b3a !important;
}

.dpe-menu-active:hover {
    color: #ff0b3a !important;
}

.dpe-menu-list {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding-left: 0px;
}

.dpe-menu-list li {
    margin-right: 5px;
    display: inline;
}

/* race and method charts */

.dp-chart-race, .dp-chart-method{
    max-width: 800px;
}

/* from stateblock/color_swatch.html */
.dp-chart-race-white, .dp-key-race-white{
    fill:rgb(223, 36, 77);
    color:rgb(223, 36, 77);;
}

.dp-chart-race-black, .dp-key-race-black{
    fill:rgb(159, 87, 116);
    color:rgb(159, 87, 116);
}

.dp-chart-race-latino, .dp-key-race-latino{
    fill:rgb(95, 138, 155);
    color:rgb(95, 138, 155);
}

.dp-chart-race-other, .dp-key-race-other{
    fill:rgb(63, 164, 175);
    color:rgb(63, 164, 175);
}

.dp-chart-method-lethal-injection, .dp-key-method-lethal-injection{
    fill:rgb(223, 36, 77);
    color:rgb(223, 36, 77);
}

.dp-chart-method-electrocution, .dp-key-method-electrocution{
    fill:rgb(159, 87, 116);
    color:rgb(159, 87, 116);
}

.dp-chart-method-gas-chamber, .dp-key-method-gas-chamber{
    fill:rgb(95, 138, 155);
    color:rgb(95, 138, 155);
}

.dp-chart-method-hanging, .dp-key-method-hanging{
    fill:rgb(63, 164, 175);
    color:rgb(63, 164, 175);
}

.dp-chart-method-firing-squad, .dp-key-method-firing-squad{
    fill:rgb(31, 190, 195);
    color:rgb(31, 190, 195);
}
.dp-logline {
    shape-rendering: geometricPrecision;
    fill:none;
}

.dp-logline-minor {
    shape-rendering: geometricPrecision;
    stroke-width:1px;
    stroke: #111;
    fill:none;  
    opacity:.1;
}

.dp-axis path,
.dp-axis line {
    fill: none;
    stroke: #111;
    shape-rendering: crispEdges;
}

.dp-axis > .domain{
    stroke: none;
}

.dp-axis text {
    font-family: PressuraLight;
    font-size: 10px;
    fill:#111;
}

.dp-key-2013 { color: rgb(255, 11, 58);}
.dp-key-2010 { color: rgb(252, 78, 111);}
.dp-key-2000 { color: rgb(249, 145, 164);}
.dp-key-before-2000 { color: rgb(248, 178, 190);}

.stateblock_legend { display: none; }



.dp-chart-national-bar, .dp-key-national-bar{
    fill:rgb(223, 36, 77);
    color:rgb(223, 36, 77);
}

.dp-chart-state-bar, .dp-key-state-bar{
    fill:rgb(63, 164, 175);
    color:rgb(63, 164, 175);
}

.dpe-tmp-mobile-logo { display: none; }

@media (max-width: 661px) {
    .dpe-opener-partner { right: auto; left: 30px; top: 110px; }
    .dpe-title { top: 30px; left: 85px;}
    .dpe-opener-partner-logo img { margin-top: 0; height: 20px; }
    .dpe-opener-partner span { margin-bottom: 15px; }
    .dpe-measure { margin-left: 30px; margin-right: 30px; }
    .dpe-menu { display: none; }
    .dpe-credit-button { display: inline-block; margin-bottom: 10px;}
    .dpe-proj-logo-mobile svg { width: 40px; height: 40px; }
    .dpe-links { display: none; }
}

@media (max-width: 500px) {
    body { font-size: 14px; line-height: 1.6em; }
}

@media (max-width: 450px) {

    .dpe-partner-logo, .dpe-tmp-logo, .dpe-partner span { display: none; }
    .dpe-tmp-mobile-logo { display: block; }
}


/* state maps */

.dp-land {
    fill:#bebebe;
    /*fill:none;*/
}

.dp-dark .dp-land {
    fill:#efefef;
    /*fill:none;*/
}

.dp-state-circle{
    fill:rgb(223, 36, 77);
    opacity:.5;
    shape-rendering: geometricPrecision;
    /*color:rgb(223, 36, 77);*/
}
