#content .franklin strong {
    font-weight: normal;
}
.map-attribution {
    z-index: 99 !important;
}

p.body.large {
    font-size: 15px;
    line-height: 1.4em;
}
#shell {
    overflow: hidden;
}
#social-tools-vertical {
    display: none !important;
}
#wp-graphics-social-tools {
    display: block !important;
}
/* fixed header styles */
/* likely needs height set in your project styles */
.wp-graphics-fixed-wrapper {
    position:relative;
    height:80px;
}

.wp-graphics-fixed {
    position:absolute;
    top:0;
}

.wp-graphics-fixed.fixed {
    position:fixed;
}

.wp-graphics-fixed.bottom {
    position:absolute;
}

.header-container {
    margin:20px -10px 0;
}

.header-wrap {
    z-index: 100;
    background: white;
    padding: 10px 0;
    width: 1012px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.header-wrap.bottom {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header-nav {
    margin:0 auto;
    width:810px;
    height: 58px;
    overflow:hidden;
}

#header-nav li {
    float:left;
    display:inline-block;
}

#header-nav a {
    text-align:center;
    width:170px;
    padding:10px 15px;
    font-size:22px;
    font-family:"FranklinITCProThin","Franklin Gothic","ITC Franklin Gothic",'Arial',sans-serif;
    text-decoration:none;
    display:block;
    background:#e8e8e8;
    -moz-text-shadow: 0 0 1px white;
    -webkit-text-shadow: 0 0 1px white;
    text-shadow: 0 0 1px white;
    -moz-box-shadow: 1px 1px 0 #efefef;
    -webkit-box-shadow: 1px 1px 0 #efefef;
    box-shadow: 1px 1px 0 #efefef;
    border: 1px solid #ccc; 
    color: #666;
    margin:0;
}
#header-nav a .date {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

#header-nav .last a {
}
#header-nav a:hover { color: #333; } 

#header-nav .active a {
    background-color: #FDFDFD;
    -webkit-box-shadow: inset 0px 0px 7px #CCC;
    -moz-box-shadow: inset 0px 0px 7px #ccc;
    box-shadow: inset 0px 0px 7px #CCC;
    border: 1px solid #a4a4a4;
    color: black;
}
#manhunt {
    margin: 10px 0 80px;
    position: relative;
}
#timeline-map {
    margin: 0 -10px;
    height: 400px;
}

#timeline-detail {
    text-align: center;
    position: relative;
}
#timeline-detail .camera-icon {
    display: inline-block;
    height: 20px;
    width: 17px;
    background: url(../images/camera-icon-small.png) 0 1px no-repeat;
    margin: 0 2px;
}
#timeline-detail .time {
    font-size: 22px;
}
#timeline-detail p.event {
}
.custom-box {
    position: absolute;
    font-family:"FranklinITCProBold","Arial",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    -khtml-text-shadow: 1px 1px 0 rgba(0,0,0,0.7), -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7);
    -moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.7), -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7);
    -webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.7), -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.7), -1px -1px 0 rgba(0,0,0,0.7), 1px -1px 0 rgba(0,0,0,0.7), -1px 1px 0 rgba(0,0,0,0.7);
    filter: glow(color=black,strength=1);
}
#map-overlay {
    display: none;
    position: absolute;
    left:-10px;
    bottom:0;
    border-right: 1px solid white;
    z-index: 50;
    background: white;
    height: 400px;
    -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
}
.map-video {
    width: 400px;
    margin: 70px 10px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
/* right/left flipped because pulling from marker offset side */
#map-overlay.right {
    float: none;
    left:-10px;
}
#map-overlay.left {
    float: none;
    right:-10px;
}
#map-overlay p.credit {
    position: absolute;
    bottom: 0;
    left:0;
    background: white;
    padding: 5px;
}
.timeline-wrapper { 
    margin: 10px auto 20px;
    display: none;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}


.timeline-wrapper .button { 
    display: block;
    text-align:left;
    width:10%;
    background:white;
    -moz-text-shadow: 0 0 1px white;
    -webkit-text-shadow: 0 0 1px white;
    text-shadow: 0 0 1px white;
    -moz-box-shadow: 0 0 2px white;
    -webkit-box-shadow: 0 0 2px white;
    box-shadow: 0 0 2px white;
    border: 1px solid #ccc; 
    margin:18px 0 0;
    float: left;
    text-align: center;
    cursor: pointer;
}

.timeline-wrapper .button p { 
    padding: 5px;
    font-size:15px;
    font-family:"FranklinITCStdLight","Franklin Gothic","ITC Franklin Gothic",'Arial',sans-serif;
    color: #057ce2;
}

.timeline-wrapper .button:hover p { 
    color: #000;
}


.timeline-wrapper .timeline-bar { 
    float: left;
    width: 79%;
}
.timeline-wrapper .time {
    height: 18px;
}

.timeline-wrapper .timeline { 
    height: 34px;
    background: #efefef;
    position: relative;
}

.timeline-wrapper .timeline ul.events li.event { 
    position: absolute;
    width: 7px;
    height: 33px;
    float: left;
    background: #707070;
    cursor: pointer;
}
.timeline-wrapper .timeline ul.events li.event:hover { 
    background: #333;
}
.timeline-wrapper .timeline ul.events li.event.selected { 
    background: #dc463f;
    
}

.timeline-wrapper .button .arrow { 
    background: url(../images/arrow.png) no-repeat 100% 0;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin: 0 3px -1px;
}
.timeline-wrapper .button.previous .arrow { 
    background-image: url(../images/arrow-prev.png);
    background-position: 0 0;
}
.timeline-wrapper .button:hover .arrow { 
    background-position: 100% -12px;
}
.timeline-wrapper .button.previous:hover .arrow { 
    background-position: 0 -12px;
}
/*
#manhunt .map-info {
    margin-top: 30px;
    width: 360px;
    float: left;
    margin-right: 20px;
}
#manhunt .map-info li {
    margin-bottom: 20px;
}
#manhunt .map-info p {
    font-size: 14px;
}
#manhunt .map {
    float: left;
    position: relative;
}
#manhunt .icon-marker {
    padding-left: 38px;
    padding-top: 6px;
    background: url(http://a.tiles.mapbox.com/v3/marker/pin-m+7e7e7e.png) no-repeat;
    min-height: 43px;
}
#manhunt .marker-1 {
    background: url(http://a.tiles.mapbox.com/v3/marker/pin-m-1+dc463f.png) no-repeat;
}
#manhunt .marker-2 {
    background: url(http://a.tiles.mapbox.com/v3/marker/pin-m-2+dc463f.png) no-repeat;
}
*/
#full-scene {
    position: relative;
    height: 800px;
}
#mini-map {
    background: url(../images/mini-map.png) no-repeat;
    width: 500px;
    height: 376px;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 20;
}
#mini-map .label {
    position: absolute;
    top: 15px;
    left: 25px;
    padding-left: 18px;
}
.label .box {
    width: 14px;
    height: 14px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    margin-right: 3px;
}
#model {
    height: 720px;
    overflow: hidden;
    margin: 0 -10px;
    position: relative;
}
#model-img {
    position: absolute;
    top: -415px;
    left:0;
    width: 3200px;
    height: 1104px;
}
#model-img img {
    width: 100%;
}
.btns {
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
}
.btns li {
    display: none;
    position: absolute;
    bottom:0;
    left:0;
}
.btns li.active {
    display: block;
}
.btns a {
    display: block;
    text-align:left;
    width:140px;
    padding:10px 15px;
    font-size:20px;
    font-family:"FranklinITCStdLight","Franklin Gothic","ITC Franklin Gothic",'Arial',sans-serif;
    text-decoration:none;
    background:white;
    -moz-text-shadow: 0 0 1px white;
    -webkit-text-shadow: 0 0 1px white;
    text-shadow: 0 0 1px white;
    -moz-box-shadow: 0 0 2px white;
    -webkit-box-shadow: 0 0 2px white;
    box-shadow: 0 0 2px white;
    border: 1px solid #057ce2; 
    color: #057ce2;
    margin:0;
}
.btns a:hover {
    color: black;
    background: #efefef;
    border: 1px solid #999;
}
.btns .arrow {
    display: inline-block;
    background: url(../images/arrow.png) no-repeat;
    height: 12px;
    width: 8px;
    margin-left: 3px;
}
.btns .arrow.prev {
    background: url(../images/arrow-prev.png) no-repeat;
}
.btns a:hover .arrow {
    background-position: 0 bottom;
}
.steps {
    position: absolute;
    right: -10px;
    top: 0;
}
.steps .step {
    display: none;
    padding: 30px 25px;
    width: 400px;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    height: 650px;
}
.steps .step.active {
    display: block;
}
.step .time {
    font-size: 16px;
}
.detail {
    padding: 20px 20px 5px;
    position: absolute;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 0 8px #222;
    -webkit-box-shadow: 0 0 8px #222;
    box-shadow: 0 0 8px #222;
}
.relative {
    position: relative;
}
#play-btn {
    top:0;
    left:0;
    z-index: 10;
    position: absolute;
    width: 400px;
    height: 225px;
}
#play-btn img {
    width: 100%;
}
#fbi-video {
    width: 400px;
    height: 225px;
}
#fbi-video>div {
    z-index: 9 !important;
}
#suspects {
    margin-bottom: 40px;
    position: relative;
    height: 580px;
}
#suspects .bg {
    position: absolute;
    width: 100%;
    height: 580px;
}
#suspects .detail {
    right: 20px;
    top: 55px;
    width: 600px;
    padding-bottom: 20px;
}
#suspects .leader {
    width: 242px;
    background: white;
    height: 2px;
    position: absolute;
    left: 90px;
    top: 85px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

#investigation {
    margin:40px -10px;
    background:url(../images/lord-taylor.jpg) no-repeat 0 40px;
    width:1012px;
    height:530px;
    position: relative;
}
.img-zoom {
    display: inline-block;
    background: #ccc url(../images/photo-icon.png) no-repeat 4px 3px;
    padding: 0 5px 0 28px;
    cursor: pointer;
}
.img-zoom:hover {
    background-color: #bbb;
}
.img-holder {
    display: none;
    position: absolute;
    right: 10px;
    top: 40px;
    height: 427px;
    border:1px solid white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    z-index: 10;
}
.img-holder .text {
    font-size: 14px;
    background: white;
    padding: 5px 7px;
    position: absolute;
    bottom:0;
    left:0;
    width: 386px;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
#investigation .detail {
    right: 320px;
    top: 130px;
    width: 225px;
}
#investigation p {
    margin-bottom: 15px;
}
/* Stepper template */
.tab-wrapper {
    margin:0 0 -1px;
    margin-left:auto;
    margin-right:auto;
    width:575px;
    padding:0 0 0 10px;
}

.tab-nav {
    float:left;
    margin-right:10px;
}

.tab-nav a {
    border:1px solid #ccc;
    padding:8px 10px 7px;
    margin:0 -1px 0 0;
    font-size:14px;
    color:#444;
    background:#e8e8e8;
    display:inline-block;
    text-decoration:none;
    font-family:"FranklinITCProBold","Arial",sans-serif;
}

.tab-nav a:hover {
    color:#057ec2;
}

.tab-nav a.activeSlide {
    border-bottom:1px solid #fff;
    color:#000;
    background:#fff;
}

.panel-line {
    border-top:1px solid #ccc;
    line-height:0;
}

#panel_graphic {
    margin:10px 0;
    background:url(../images/map-v3.jpg?v2);
    width:992px;
    height:580px;
}

#panel_graphic .panel {
    position:relative;
    display:none;
    width:100%;
    height:580px;
}

.marker {
    background:url(../images/marker.png?v2);
    background-repeat:no-repeat;
    height:38px;
    width:40px;
    position:absolute;
    text-align:center;
    color:#fff;
    font-weight:700;
    font-size:16px;
    padding-top:12px;
    padding-right:20px;
}

.marker.highlight {
    background:url(../images/marker-highlight.png?v2);
}

.marker.blue {
    background:url(../images/marker-blue.png?v2);
}

.info {
    position:absolute;
    padding:10px 13px;
    max-width:320px;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    border:1px solid #333;
    -moz-box-shadow:0 0 4px #444;
    -webkit-box-shadow:0 0 4px #444;
    box-shadow:0 0 4px #444;
}

.info img {
    max-width:100%;
}

#locator {
    position:absolute;
    top:10px;
    right:0;
    z-index:10;
    border:1px solid #fff;
    height:179px;
}

.panel-jfk {
    background:url(../images/map-pulledout.jpg);
    width:992px;
    height:580px;
}

/* infobox */
.rollovers {position: relative;font-family: Arial;z-index: 2000;}
#info-box {position: absolute;padding:7px 9px;background: white;border: 1px solid #aaa;text-align: left;font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;display: none;z-index: 2000;
    -khtml-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
#info-box p {
    font-size:16px;
    margin:0;
}