#spec img {
    width: 100%;
}


#top-links ul.featured { display: none;}
#tocd .head, #tocm .head,
#tocd2 .head {
    overflow: hidden;
    white-space: nowrap;
}
.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
p.quote, .indent {
    padding-left: 5%;
    padding-right: 5%;
}

.noscroll {
    overflow: hidden;
}

/*#tocm ul li, #left .body ul li {
    clear: both;
}*/
.face-image {
    width: 320px;
    margin: 0 auto 60px auto;
    display: block;
}

.pull-quote {
    color: #777;
    font-size: 2.0em;
    line-height: 1.3em;
    width: 85%;
    margin: 32px auto 12px auto;
    text-align: center;
}

h3 {
    margin-top: 50px;
}

.pl4 {
    padding-left: 40px;
}

.table-row {
    display: table;
    margin-top: 25px;
}

.table-row > * {
    display: table-cell;
    padding: 0 20px 30px 40px;
}

.table-row a {
    display: block;
    margin-bottom: 16px;
    text-decoration: underline;
}

.card {
    margin-bottom: 30px;
}

.subscribe-link span {
    color: #9e1a33;
}

.subscribe-link {
    font-weight: bold;
    position: relative;
    top: 2px;
}

.subscribe-link:hover {
    text-decoration: underline;
}

.media-ethics-title {
    font-family: "jost", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.0em;
    padding-top: 2%;
    width: 50% !important;
    font-weight: bold;
    position: relative;
    display: block;
    left: 1px;
}

#highlights {
    overflow: visible !important;
}

.banner {
    height: 97px;
    overflow: visible !important;
    margin-top: -1px;
    cursor: pointer;
    float: right !important;
}

#highlights .banner {
    float: right !important;
    padding-right: 108px;
}

.banner-inner {
    position: relative;
    height: 100%;
    /*
    background: url(/theme/images/hbo-title.png) 0 18px no-repeat;
    background-size: auto 64px;
    */
}

.banner .featured {
    position: absolute;
    right: -64px;
    width: 368px;
    top: -41px;
    padding-bottom: 14px;
    background: url(/images/featured-head.min.png) center right no-repeat;
    background-size: contain;
    padding-top: 55px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .featured div {
    background: url(/images/red_quote_marks.png) 0 0px no-repeat;
    background-size: 30px;
    padding-left: 44px;
    font-size: 14px;
    margin-top: -14px;
}

.banner .featured div:after {
    background-image: url(/images/red_quote_marks_low.png);
    background-size: 30px;
    position: absolute;
    content: "";
    height: 27px;
    width: 30px;
    bottom: 6px;
    right: 180px;
}

.mobile-phone-only {
    display: none;
}

#logo {
    height: 72px;
}

@media (max-width: 960px) {
    #logo {
        position: relative;
        top: -11px;
    }
    .media-ethics-title {
        visibility: hidden;
    }
    .media-ethics-title.mobile-phone-only,
    .mobile-phone-only {
        display: block;
        visibility: visible;
    }
}

#logo {
    position: relative;
}

#logo .sublogo-title {
    position: absolute;
    top: 100%;
    padding-top: 0;
    margin-top: -10px;
    width: 100% !important;
    font-size: 1.2em;
    margin-left: 12px;
}

.banner .arrow-down {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: none;
    border-top: 13px solid #7e0a13;
    position: absolute;
    z-index: 1;
    left: -12px;
    bottom: 0;
}

.banner a.red-label {
    position: absolute;
    margin-top: 36px;
    top: 41px;
    right: -66px;
    display: block;
    background: #9e1a33;
    color: white !important;
    font-family: Arial, Verdana;
    font-size: 12px;
    padding: 8px 53px 7px 52px;
    z-index: 2;
}

#top-tools {
    position: relative;
    right: 167px;
}
.label {
    pointer-events: none;

}

.article {
    padding-left: 20px;
}

.article.hidden {
    display: none;
}

#tocd .head {
    background: #640006;
}
#tocd2 .head {
    background: #640006;
    border-bottom: 1px solid #ddd;
}

#tocd .head.phase-2 {
    background: url(/images/hbo-left-title.jpg) 0 0 no-repeat;
    background-size: contain;
    height: 60px;
}

#tocd .head h4 {
    padding-left: 17px;
}
#tocd2 .head h4 {
    padding-left: 17px;
}

#tocd .head h4 a {
    color: #fafafa;
}

#tocd .head.phase-2 h4 {
    display: none;
}

#tocd .body {
    background: rgba(255, 255, 255, 0.8);
}
#tocd2 .body {
    background: rgba(255, 255, 255, 0.8);
}
#tocd2 .body ul>li{
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 1em;
}

.hbo-title-sidebar {
    width: 80%;
    margin: 30px 0 30px 20px;
}

#top-search-bar {
    z-index: 10;
}

.hbo-left-sidebar-ad {
    margin: 20px 0 30px 0;
    padding: 10px 0 0 0;
    cursor: pointer;
    background-color: rgba(200, 200, 200, 0);
    transition: background-color .3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit--transition: background-color .3s cubic-bezier(0.19, 1, 0.22, 1);
}

.hbo-left-sidebar-ad:hover {
    background-color: rgba(169, 194, 197, 0.3);
}

.hbo-left-sidebar-ad > img {
    padding: 0 0.85rem;
}

.hbo-left-sidebar-ad h2,
.hbo-left-sidebar-ad .red-color.good-font {
    padding-left: 0.85rem;
}

.accent-red,
.red-color {
    color: #9e1a33 !important;
}

.good-font {
    font-family: 'Zilla Slab',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: bold;
}

.other-wrapper {
    max-width: 67.8125em;
    min-width: 320px;
    margin: 0 auto 40px auto;
}

.dev-tool {
    position: fixed;
    right: 10px;
    top: 86px;
    padding: 5px 10px;
    background: rgba(238, 238, 238, 0.3);
    opacity: 0.6;
    cursor: pointer;
    outline: 2px solid #ccc;
}

.dev-tool:hover {
    opacity: 1;
}

.share-right {
    text-align: right;
}

.share-right .addthis_toolbox > a {
    display: inline-block;
    margin-left: 8px;
    width: 38px;
    height: 38px;
}

#content {
    position: relative;
}

.share-float {
    position: absolute;
    top: -35px;
    right: 54px;
}

/*.controls {
    display: none;
}
*/
.twitter-bird {
    display: block;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}

.twitter-bird:hover {
    color: #666;
}

.twitter-bird:before {
    line-height: 2.25;
}

ul.main-listing {
    list-style-type: disc;
    margin-left: 1.2em;
}

ul.main-listing li {
    padding-left: 0.25em;
    margin-bottom: 1em;
}



#left #tocd .body>ul li.feature,
#left #tocd .body>ul li.article,
#left #tocd .body>ul>li.feature,
#left #tocd .body>ul>li.article {
    cursor: pointer;
    padding-right: 5px;
    margin-right: -5px;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#left #tocd .body>ul>li.feature {
    padding-left: 10px;
    margin-left: -10px;
    padding-top: 8px;
    margin-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

#left #tocd .body>ul li.feature:hover,
#left #tocd .body>ul li.article:hover,
#left #tocd .body>ul>li.feature:hover,
#left #tocd .body>ul>li.article:hover {
    background: #eee;
}

.hbo-reverse-callout-block {
    font-family: 'Zilla Slab',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: bold;
    color: white;
    background: black;
    padding: 30px;
    text-align: center;
    margin: 2em 0;
}

@media (max-width: 990px) {
    .responsive h1 {
        line-height: 1.4em;
        font-size: 2.1em;
    }
}
@media (max-width: 860px) {
    .responsive h1 {
        font-size: 2.0em;
    }
}
@media (max-width: 834px) {
    .responsive h1 {
        font-size: 1.9em;
    }
}
@media (max-width: 780px) {
    .responsive h1 {
        font-size: 1.8em;
    }
}
@media (max-width: 719px) {
    .responsive h1 {
        line-height: 1.4em;
        font-size: 1.8em;
    }
}
@media (max-width: 645px) {
    .responsive h1 {
        font-size: 1.7em;
    }
}
@media (max-width: 594px) {
    .responsive h1 {
        font-size: 1.6em;
    }
}
@media (max-width: 560px) {
    .responsive h1 {
        font-size: 1.6em;
    }
}
@media (max-width: 520px) {
    .responsive h1 {
        font-size: 1.6em;
    }
}
@media (max-width: 479px) {
    .responsive .l10 {
        width: 100%;
    }
}

@media (max-width: 960px) {
    /* the rest of the freedom site has this */
    #top-tools {
        display: none;
    }
}

.mobile-subheadline {
    background: #333;
    color: #fff;
    display: none;
}

@media (max-width: 719px) {
    .mobile-subheadline {
        display: block;
    }
    #top-links {
        width: 255px;
    }
}

@media (max-width: 430px) {
    #top-links {
        width: 160px;
        white-space: nowrap;
    }
    #tocd .head {
        display: none;
    }
}

/**
@from media queries from http://stephen.io/mediaqueries/
*/

/* iPad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .responsive h1 {
        line-height: 1.3em;
        font-size: 1.6em;
    }
    .responsive h2 {
        line-height: 1.3em;
        font-size: 1.4em;
    }
    .nn-share .addthis_toolbox .icon-facebook:before {
        top: -13px;
    }
    .nn-share .addthis_toolbox .icon-google-plus:before {
        top: -10px;
    }
    .nn-share .addthis_toolbox .icon-envelop:before {
        top: -12px;
    }
    .nn-share .addthis_toolbox .icon-twitter:before {
        top: -11px;
    }

}

/* iPad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .responsive h1 {
        line-height: 1.3em;
        font-size: 1.9em;
    }
    .responsive h2 {
        line-height: 1.3em;
        font-size: 1.8em;
    }
    .nn-share .addthis_toolbox .icon-facebook:before {
        top: -13px;
    }
    .nn-share .addthis_toolbox .icon-google-plus:before {
        top: -10px;
    }
    .nn-share .addthis_toolbox .icon-envelop:before {
        top: -12px;
    }
    .nn-share .addthis_toolbox .icon-twitter:before {
        top: -11px;
    }
}

/* iPhone 6 landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
}

/* 5 & 5S */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
}

/* 2G-4S */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
}

/* iPhone 6 portrait */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
}

/* 5 & 5S */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
}

/* 2G-4S */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
}

/* iPhone+ 6 landscape */
@media only screen and (min-device-width : 540px) and (max-device-width : 960px) and (orientation : landscape) {
}

/* iPhone+ 6 portrait */
@media only screen and (min-device-width : 540px) and (max-device-width : 960px) and (orientation : portrait) {
}



.mobile-menu {
    display: none;
    position: absolute;
    font-family: 'Zilla Slab',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 18px;

    color: #000;
    /*
    font-weight: bold;
    background: #640006;
    color: #FAFAF9;
    */
    white-space: nowrap;

    margin-top: 6px;

    cursor: pointer;
    z-index: 3;
    line-height: 1.0em;
    border: 1px solid #bfbfbf;
    left: 36px;
    padding: 8px 20px 4px 70px;
    width: calc(100% - 70px);
    background: white;
}

.mobile-menu:hover {
    opacity: 0.8;
}

#wrapper.mobile-show .mobile-menu {
    opacity: 1;
}

/*
@media (min-width: 720px) {
    .mobile-menu {
        width: 247px;
        right: auto;
        left: 50%;
        margin-left: -20px;
        margin-top: -52px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
*/

@media (max-width: 820px) {
    #tocd .head,
    #left > article,
    #left .header,
    #left #issues, #left #related-publications {
        display: none;
    }
}

@media (max-width: 800px) {
    .mobile-menu {
        display: block;
    }
    #wrapper {
        position: relative;
    }
    #wrapper #left {
        /*max-height: 0;*/
        overflow: hidden;
        float: none;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        transition: max-height .6s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit--transition: max-height .6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    #wrapper #right {
        width: 100%;
    }
    #wrapper.mobile-show #left {
        max-height: 1400px;
        margin-bottom: 40px;
    }
    #wrapper #content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        float: none;
    }

}

@media (max-width: 720px) {

    .mobile-subheadline .media-ethics-title {
        visibility: visible;
        font-size: 1.2em;
        left: 8px;
        padding-top: 2px;
    }
    .mobile-subheadline .subscribe-link {
        position: absolute;
        top: 59px;
        color: white;
        font-family: "jost", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        right: 20px;
        font-size: 1.2em;
        color: #CA3B56;
    }
    #tocm {
        display: none;
    }
    .mobile-menu {
        margin-top: 6px;
        margin-left: 0;
    }
    #tocd {
        display: block;
    }
    /*
    .share-float {
        top: -75px;
    }
    */
    #wrapper.mobile-show #left {
        margin-bottom: 60px;
    }

    /*
    .nn-share .addthis_toolbox .icon-facebook:before {
        top: -13px;
    }
    .nn-share .addthis_toolbox .icon-google-plus:before {
        top: -10px;
    }
    .nn-share .addthis_toolbox .icon-envelop:before {
        top: -12px;
    }
    .nn-share .addthis_toolbox .icon-twitter:before {
        top: -11px;
    }
    */

    .responsive h2 {
        line-height: 1.3em;
        font-size: 1.6em;
    }
    #wrapper #content h1 {
        padding: 0 !important;
    }

    .hbo-letter.responsive h1 br {
        display: none;
    }

    .share-float {
        top: -41px;
        right: 20px;
    }

}
@media (max-width: 800px) {
    #wrapper {
        padding-top: 25px;
    }
}

@media (max-width: 550px) {
    .share-float {
        position: static;
        text-align: left;
        margin-bottom: 10px;
    }
    .share-float .nn-share {
        padding: 0;
    }
    .share-right .addthis_toolbox > a {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 30px;
        height: 30px;
        font-size: 1.0em;
    }
    .addthis_toolbox .non_button {
        padding-left: 0 !important;
    }
    .addthis_toolbox .addthis_button_twitter > span {
        display: none;
    }
    .nn-share .addthis_toolbox .icon-twitter:before {
        left: 7px;
    }
    #wrapper {
        padding-top: 25px;
    }
    .mobile-menu {
        margin-top: 6px;
    }
    #wrapper .letter-body {
        padding-left: 10px;
        padding-right: 10px;
    }
    #wrapper #left {
        padding-left: 0;
        padding-right: 0;
    }
    #wrapper #content {
        padding: 0;
    }
}

.play-button-overlay:after {
    content: url(/images/going-clear/play-button.png);
    position: absolute;
    left: 50%;
    margin-left: -54px;
    top: 50%;
    margin-top: -54px;
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
}

.play-button-overlay:hover:after {
    opacity: 0.9;
}

.play-button-overlay:after {
    transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
}


.video-container {
    width: 100%;
    max-width: 864px;
    margin: 0 auto;
}

.video-aspect {
    position: relative;
    padding-bottom: 56.25%;
}

.video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* TODO remove these from above instead of overriding */

#tocd .head h4 {
  padding-left: 60px;
}
#tocd .head {
  background: white;
}
#tocd .head img {
  display: block !important;
}
#tocd .head h4 a {
  color: #000;
}

#tocd2 .head h4 {
  padding-left: 60px;
}
#tocd2 .head {
  background: white;
}
#tocd2 .head img {
  display: block !important;
}
#tocd2 .head h4 a {
  color: #000;
}




#published {
  margin-top: 2em;
}

#wrapper {
  margin-bottom: 40px;
}



@media (max-width: 1080px) {
    #top-links .contact {
        display: none !important
    }
}

@media (max-width: 940px) {
    #tocd .head h4 {
        font-size: 16px;
    }
}

@media (max-width: 830px) {
    #tocd .head h4 {
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .mobile-menu {
        left: 15px;
        width: calc(100% - 28px);
    }
}






/* video header stuff  */

#video-header {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(/images/background-noise.jpg) center center;
    background-size: 100% 100%;
}

.video-container {
    width: 100%;
    max-width: 864px;
    margin: 0 auto;
}

.video-aspect {
    position: relative;
    padding-bottom: 56.25%;
}

.video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.vjs-default-skin .vjs-volume-level,
.vjs-default-skin .vjs-play-progress {
    background: #9e1a33;
}

.hover-liner:hover {
    text-decoration: underline;
}


#footer-band {
    position: relative;
}

@media (max-width: 800px) {
    .footer-share-floater {
        padding-right: 20px;
    }
}

@media (max-width: 550px) {
    .footer-share-floater .link {
        font-size: 18px;
        margin-right: 5px;
    }
    .landing .hbo-reverse-callout-block {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.blanked {
    background: black;
    white-space: pre;
}

/* customize triangle pointer thing */
/*.icon-triangle-right:before {
    top: 1px;
}

.icon {
    position: relative;
    padding-right: 1em;
    padding-left: 0.5em;
}
.icon:before {
    position: absolute;
}
*/


@media (max-width: 400px) {
    #ultra {
        padding-left: 0
    }
    #top #top-links {
        width: 145px;
    }
    #content #video-thumbnails > div.l8 {
        clear: both;
        width: 100%;
    }
    #wrapper #content .hbo-letter h1 {
        font-size: 23px;
    }
    #wrapper .ctl-btn {
        display: none;
    }
    #wrapper.mobile-show .ctl-btn {
        display: block;
    }

}


