.masthead-hp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pa-search-results-container {
    position: relative;
    z-index: 9999;
    cursor: initial;
}

.pa-search-results-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-search-result-modal {
    width: 100%;
    max-width: 1200px;
    background-color: #f5f5f5;
    border-radius: 3px;
    text-align: left;
}

.pa-search-results-heading {
    padding: 10px;
    border-bottom: 1px #ccc solid;
    background-color: #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pa-search-results-the-heading {
    font-size: 1.4em;
}

.close-search-pa-modal {
    font-size: 1.6em;
    cursor: pointer;
}

.close-search-pa-modal:hover {
    color: tomato;
}

.pa-search-results-body {
    padding: 15px;
    max-height: 85vh;
    overflow-y: scroll;
}

.pa-search-result-body-content {
    display: flex;
    flex-direction: column;
}

.pa-search-result {
    display: flex;
    flex-direction: row;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px #ddd solid;
}

.pa-search-result:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.pa-result-photo {
    flex-basis: 200px;
    margin-right: 20px;
}

.pa-result-the-photo {
    background-size: cover;
    width: 200px;
    height: 133px;
    display: block;
    background-repeat: no-repeat;
}

.pa-result-anchor {
    font-size: 1em;
}

.pa-result-date {
    color: #808080;
    font-size: 0.8em;
}

.pa-result-body {
    font-family: "Domine", serif;
    font-size: 0.85em;
    line-height: 1.6em;
    padding: 10px 0;
}


.pa-search-results-loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-search-results-loading img {
    width: 64px !important;
    margin: 0px !important;
}

.pa-search-no-result {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-search-no-result p {
    font-size: 2em;
    font-weight: 300;
}

.modal-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 30px 10px;
}

.modal-search-container .modal-search-input {
    border: 1px #aaa solid;
    width: 100%;
    height: 30px;
    background: url(/asset/img/grey-mag.png) no-repeat scroll 5px 50% transparent;
    padding-left: 25px;
    color: #333;
}

.pa-search-pagination {
    margin: 0px 0px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pa-search-pagination-item {
    padding: 5px 10px;
    border: 1px #ccc solid;
}

.pa-search-pagination-item:hover {
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #333;
}

.pa-search-pagination-item.active {
    cursor: no-drop;
    background-color: #666;
    border: #666 1px solid;
    color: #ffe;
}

.site-nav .mobile-menu {
    display: none;
}

.learn-more-container {
    display: flex;
    justify-content: center;
}

.learn-more-container .pa-home-learn-more {
    border-radius: 0px;
    padding: 10px;
    font: 600 13.33333px Arial;
    font-size: 1.2em;
}

/*@media only screen and (max-width: 1179px) and (min-width: 768px){

    .site-search {
        display: inline-block;
    }
}*/

.mobile-menu ul {
    width: 200px;
    position: absolute;
    top: 60px;
    right: -95px;
    margin: 0px;
    background-color: #fff;
    border: 1px #ccc solid;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    z-index: 1000;
}

.article .mobile-menu ul,
.author .mobile-menu ul,
.static .mobile-menu ul {
    right: 0px;
}

.article-top {
    margin-top: 0px !important;
}

.socialBar-top-counts {
    display: none !important;
}

.mobile-menu ul:after,
.mobile-menu ul:before {
    bottom: 100%;
    left: 96%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mobile-menu ul:after {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #ccc;
    border-width: 6px;
    margin-left: -6px;
}

.mobile-menu ul:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #ccc;
    border-width: 8px;
    margin-left: -8px;
}

.mobile-menu ul li {
    padding: 10px 0px;
    margin: 0px;
    width: 100%;
    flex-basis: 100%;
    text-align: left;
    border-bottom: 1px #ccc solid;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

li.mobile-search-container {
    padding: 0px;
}

li.mobile-search-container .site-search {
    display: block;
}

li.mobile-search-container .site-search input[type="text"] {
    width: 167px;
    margin-right: 0px;
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
    background: url("/asset/img/grey-mag.png") no-repeat scroll 5px 50% transparent;
}

@media only screen and (max-width: 768px) {

    .hamburger {
        display: inline-block;
    }

    .beta-wrapper {
        display: block;
        right: 0;
    }

    .beta-wrapper {
        display: block;
        right: 0;
    }

    .hamburger {
        top: 9px;
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .pa-result-photo {
        flex-basis: 100px;
        margin-right: 20px;
    }

    .pa-result-the-photo {
        width: 100px;
        height: 67px;
    }

    .site-nav .desktop-menu {
        display: none;
    }

    .site-nav .mobile-menu,
    .site-nav ul li {
        display: block;
        position: relative;
    }
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}


/* WIDGET STYLES */

/* recommeded widget */
.widget_slot.loaded {
    overflow: hidden;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
}

/*.widget_slot.loaded.overlay:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: url(/asset/img/ajax-grey-lg.gif) no-repeat scroll center center;
    background-color: rgba(0, 0, 0, 0.5);
}*/
.rec-widget-header {
    height: 55px;
    background-repeat: no-repeat;
}

.rec-widget-header {
    background-color: #013220;
}

.rec-title {
    display: inline-block;
    padding: 20px 0px 0px 15px;
    width: auto;
    color: #FFFFFF;
    float: left;
}

.rec-title .title_icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
}

.rec-site {
    background: url('/asset/img/white-bg-chev.png') no-repeat scroll right 10px top 20px;
    /*display:inline-block;*/
    width: 35%;
    height: 100%;
    color: #FFFFFF;
    float: right;
    position: relative;
    /*padding:23px 14px 22px 15px;*/
}

.rec-site .name {
    font-size: 0.75em;
    font-weight: normal;

    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    padding-top: 23px;
    padding-left: 0px;
    padding-right: 0px;
    /*position: absolute;*/
    top: 0px;
    bottom: 0px;
    right: 0px;
    float: right;
    height: 100%;
}

.rec-site .name .buffer {
    padding: 0 55px 0 15px;
    white-space: nowrap;
}

.rec-site .menu {
    display: inline-block;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 18px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.rec-site-tab {
    border-bottom: 10px solid #ebebeb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    height: 0;
    right: 13px;
    position: absolute;
    width: 0;
    display: none;
    z-index: 1111;
}


.rec-image {
    height: 175px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rec-image .centered {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rec-site-list {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 2px #000000;
    display: none;
    left: -48px;
    position: absolute;
    top: 55px;
    width: 180px;
    z-index: 111;
}

.rec-site-list ul {
    padding: 0;
    margin: 0;
}

.rec-site-list ul li:hover {
}

.rec-site-list ul li span {
    color: #000000;
    font-size: 1em;
    padding-left: 15px;
    display: block;
    line-height: 2.3em;
    background-color: #fff;
}

.rec-site-list ul li span {
    cursor: pointer;
    font-size: 0.9em;
    padding-left: 15px;
    display: block;
    line-height: 2.3em;
}

.rec-site-list ul li span:hover {
    text-decoration: underline;
}

.rec-image {
    position: relative;
    line-height: 0.9em;
}

.rec-featured-category {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #329CE8;
    color: #FFFFFF;
    font-size: 0.75em;
    padding: 9px 15px;
    font-weight: normal;
}

.rec-link-body {
    border-bottom: 1px solid #EBEBEB;
    /*padding:0 0 10px 0; */
    overflow: auto;
    position: relative;
    background-color: #fff;
}

.rec-link-body .race_title {
    background-color: #EBEBEB;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
}

.rec-link-body .race_nav {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

.rec-link-body .race_nav .left_arrow {
    border-right: 1px solid #ddd;
    width: 39px;
    padding-top: 12px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.rec-link-body .race_nav .left_arrow:hover {
    background: #EBEBEB;
}

.rec-link-body .race_nav .date {
    color: #999;
    padding-top: 12px;
    height: 30px;
}

.rec-link-body .race_nav .right_arrow {
    border-left: 1px solid #ddd;
    width: 39px;
    padding-top: 12px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.rec-link-body .race_nav .right_arrow:hover {
    background: #EBEBEB;
}

.rec-link-body > ul {
    padding: 0;
    margin: 0;
}

.rec-link-body > ul > li {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    padding: 0 15px 0 15px;
    border-bottom: none;
}

.rec-link-body > ul > li .item_date {
    font-size: 12px;
    padding-bottom: 4px;
}

.rec-link-body > ul > li .item_date {
    color: #013220;
}


.rec-link-body > ul > li .title.item_left {
    float: right;
    width: 56%;
}

.rec-link-body > ul > li .byline.item_left {
    float: right;
    width: 61%;
}

.rec-link-body > ul > li .image.item_left {
    float: left;
    width: 40%;
}

.rec-link-body > ul > li .image.item_left .content_img {
    padding-top: 0;
}

.rec-link-body > ul > li .img_container.full_width {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.rec-link-body > ul > li .img_container.full_width img.content_img {
    width: 100%;
}

.rec-link-body > ul > li .title a {
    font-size: 0.9em;
}

.rec-link-body > ul > li .title .sponsored {
    font-size: 0.8em;
    color: #777;
    background: #eee;
    padding: 2px 4px;
    margin-bottom: 5px;
    font-weight: normal;
}

.rec-link-body > ul.icons li {
    padding-left: 45px;
}

.rec-link-body > ul.icons li.poll,
.rec-link-body > ul.icons li.photo {
    background: transparent url("/asset/img/red-stream-timeline-icon.png") no-repeat scroll 12px 12px;
}

.rec-link-body > ul.icons li.video {
    background: transparent url("/asset/img/red-stream-camera.png") no-repeat scroll 12px 12px;
}

.rec-link-body > ul.icons li.article,
.rec-link-body > ul.icons li.entry,
.rec-link-body > ul.icons li.list {
    background: transparent url("/asset/img/red-stream-text-icon.png") no-repeat scroll 12px 15px;
}

.rec-link-body > ul.icons li.tweet {
    background: transparent url("/asset/img/red-stream-tweet-icon.png") no-repeat scroll 12px 15px;
}

.rec-link-body > ul > li .content_img {
    padding-top: 10px;
    max-width: 100%;
}

.rec-link-body > ul > li .content_wrapper {
    padding: 10px 0 5px 0;
    border-bottom: 2px solid #EBEBEB;
    overflow: hidden;
    position: relative;
}

.rec-link-body > ul > li:last-child .content_wrapper {
    border-bottom: none;
}

.rec-link-body > ul.scroll li:last-child {
    padding-bottom: 50px;
}

.rec-link-body > ul.race li {
    padding: 0;
    margin: 0;
    border: none;
    height: 50px;
    display: block;
    overflow: auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

.rec-link-body > ul.race li:first-child {
    border-top: none;
}

.rec-link-body > ul.race li .dot {
    padding-top: 19px;
    padding-left: 14px;
    width: 25px;
    height: 31px;
    float: left;
    border-right: 1px solid #ddd;
}

.rec-link-body > ul.race li .dot .inner_dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.rec-link-body > ul.race li .candidate {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    width: auto;
    float: left;
}

.rec-link-body > ul.race li .candidate .image {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    float: left;
}

.rec-link-body > ul.race li .candidate .image img {
    display: block;
    width: 100%;
}

.rec-link-body > ul.race li .candidate .name {
    padding-left: 10px;
    padding-top: 5px;
    float: left;
}

.rec-link-body > ul.race li .percentage {
    padding-top: 14px;
    padding-left: 15px;
    width: 40px;
    float: right;
    border-left: 1px solid #ddd;
    text-align: right;
    padding-right: 19px;
    height: 40px;
    background-color: #EBEBEB;
}

.rec-link-body .category {
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 5px 0 0;
}

.rec-link-body .byline {
    font-size: 1.1em;
}

.rec-link-body .byline a {
    color: #000000;
    font-size: 0.7em;
}

.rec-link-body .byline a.rec-auth {
    color: #919191;
}

.rec-link-body .white-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    pointer-events: none;
}

/* RCP Averages Widget */
.rec-link-body .rcp_averages {
    overflow: auto;
}

.rec-link-body .rcp_averages .spread {
    clear: left;
    padding: 0;
    float: right;
}

.rec-link-body .rcp_averages .spread a {
    color: #360;
    font-size: 12px;
    font-weight: normal;
}

.rec-link-body .rcp_averages .byline {
    color: #919191;
    font-size: 0.8em;
    display: none;
}

.rec-link-body .rcp_averages ul.candidates {
    margin: 5px 0 0;
    padding: 0 0 5px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    overflow: auto;
}

.rec-link-body .rcp_averages ul.candidates > li {
    margin: 0 10px 0 0;
    padding: 0;
    display: block;
    color: #666;
    overflow: auto;
    background: none;
    font-weight: normal;
}

.rec-link-body .rcp_averages ul.candidates > li .name {
    float: left;
}

.rec-link-body .rcp_averages ul.candidates > li .score {
    float: right;
}


/* Latest Polls Widget */
.rec-link-body .latest_polls {
    overflow: auto;
}

.rec-link-body .latest_polls .spread {
    clear: left;
    padding: 5px 0px 0px;
    float: right;
    padding-right: 10px;
}

.rec-link-body .latest_polls .spread a {
    color: #666;
    font-weight: normal;
    font-size: 12px;
}

.rec-link-body .latest_polls .spread a.dem {
    color: #013BFF;
}

.rec-link-body .latest_polls .spread a.gop {
    color: #d30015;
}

.rec-link-body .latest_polls ul.candidates {
    margin: 5px 0 0;
    padding: 0 0 5px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    overflow: auto;
}

.rec-link-body .latest_polls ul.candidates > li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    width: 79px;
    max-width: 79px;
}

.rec-link-body .latest_polls ul.candidates > li a {
    color: #666;
    font-weight: normal;
}

.rec-link-body .latest_polls ul.candidates > li a .name {
    width: 60px;
    text-align: right;
    display: inline-block;
}

.rec-link-body .latest_polls ul.candidates > li a .score {
    width: 19px;
    text-align: right;
    display: inline-block;
}

.widget_slot.loaded .more {
    text-align: center;
    font-size: 0.75em;
    background-color: #fff;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.widget_slot.loaded .more a {
    color: #000000;
    display: block;
    padding: 10px 0;
    font-size: 1.25em;
}

.race-wrapper {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.widget_slot.loaded .head_to_head_candidates {
    background-color: #F0F0F0;
    padding: 15px;
}

.widget_slot.loaded .head_to_head_candidates .menu {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.widget_slot.loaded .head_to_head_candidates .menu img {
    width: 21px;
}

.widget_slot.loaded .head_to_head_candidates .names {
}

.widget_slot.loaded .head_to_head_candidates .names a {
}

.widget_slot.loaded .head_to_head_candidates .names span.approve {
    color: #013BFF;
}

.widget_slot.loaded .head_to_head_candidates .names span.disapprove {
    color: #d30015;;
}

.widget_slot.loaded .head_to_head_candidates .names span.dem {
    color: #013BFF;
}

.widget_slot.loaded .head_to_head_candidates .names span.gop {
    color: #d30015;
}

.widget_slot.loaded .head_to_head_candidates .names span.other {
    color: #000000;
}

.widget_slot.loaded .head_to_head_candidates .names span.ind {
    color: #47B37F;
}

.widget_slot.loaded .head_to_head_candidates .names .versus {
    color: #808080;
}

.race-wrapper .photos {
    text-align: center;
    padding: 25px 0;
}

.race-wrapper .photos .candidate {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.race-wrapper .photos .candidate img.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.race-wrapper .photos .candidate img.c_photo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.race-wrapper .photos .vert-separator {
    height: 100px;
    width: 1px;
    background-color: #EBEBEB;
    display: inline-block;
}

.race-wrapper .photos .candidate.approve {
    width: 100px;
    height: 100px;
    border-radius: 0px;
    display: inline-block;
    margin: 0 22px;
}

.race-wrapper .photos .candidate.approve img.c_photo {
    width: auto;
}

.race-wrapper .photos .candidate.disapprove {
    width: 100px;
    height: 100px;
    border-radius: 0px;
    display: inline-block;
    margin: 0 22px;
}

.race-wrapper .photos .candidate.disapprove img.c_photo {
    width: auto;
}

.race-wrapper .photos .dem {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 22px;
    background-color: #013BFF;
}

.race-wrapper .photos .gop {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 22px;
    background-color: #d30015;
}

.race-wrapper .photos .ind {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 22px;
    background-color: #47B37F;
}

.race-wrapper .photos .other {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 22px;
    background-color: #000000;
}

/*.race-wrapper .photos img { width:100px; height:100px; border-radius:50px; }*/

.race-wrapper .scores {
    text-align: center;
    width: 299px;
}

.race-wrapper .scores div {
    float: left;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.5em;
    width: 149px;
    font-weight: 900;
}

.race-wrapper .scores .approve-score {
    color: #013BFF;
}

.race-wrapper .scores .disapprove-score {
    color: #d30015;;
}

.race-wrapper .scores .dem-score {
    color: #013BFF;
}

.race-wrapper .scores .gop-score {
    color: #d30015;
}

.race-wrapper .scores .other-score {
    color: #000000;
}

.race-wrapper .scores .ind-score {
    color: #47B37F;
}

.race-wrapper .score-bar {
    position: relative;
    display: inline-block;
    padding: 0 15px 25px
}

.race-wrapper .score-bar .approve-bar {
    background-color: #013BFF;
    height: 20px;
    border-right: 1px solid #FFFFFF;
    float: left;
}

.race-wrapper .score-bar .disapprove-bar {
    background-color: #d30015;
    height: 20px;
    float: left;
}

.race-wrapper .score-bar .dem-bar {
    background-color: #013BFF;
    height: 20px;
    border-right: 1px solid #FFFFFF;
    float: left;
}

.race-wrapper .score-bar .gop-bar {
    background-color: #d30015;;
    height: 20px;
    float: left;
}

.race-wrapper .score-bar .other-bar {
    background-color: #000000;
    width: 26px;
    height: 20px;
    border-right: 1px solid #FFFFFF;
    float: left;
}

.race-wrapper .score-bar .ind-bar {
    background-color: #47B37F;
    width: 241px;
    height: 20px;
    float: left;
}

.race-wrapper .score-bar .marker {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFFFFF;
    position: absolute;
    top: 0;
    left: 143px;
}

.head_to_head_race_dropdown {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 2px #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 103px;
    z-index: 111;
}

.head_to_head_race_dropdown ul {
    padding: 0;
    margin: 0;
}

.head_to_head_race_dropdown ul li:hover {
}

.head_to_head_race_dropdown ul li span {
    color: #000000;
    font-size: 1em;
    padding-left: 15px;
    display: block;
    line-height: 2.3em;
    background-color: #fff;
}

.head_to_head_race_dropdown ul li span {
    cursor: pointer;
    font-size: 0.9em;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    line-height: 2.3em;
}

.head_to_head_race_dropdown ul li span:hover {
    text-decoration: underline;
}

/* poll stream widget */
.poll-stream-widget {
    overflow: hidden;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 40px;
}

.poll-stream-widget .title {
    display: inline-block;
    padding: 20px 40px;
    width: 100%;
    color: #FFFFFF;
}

.poll-stream-widget .title {
    background: url('/asset/img/stream-widget-icon.png') no-repeat scroll 15px 51% #013220;
}


.poll-stream-body {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 25px 10px 15px;
}

.poll-stream-body ul {
    padding: 0;
}

.poll-stream-body ul li {
    border-bottom: 2px solid #EBEBEB;
    padding: 13px 0 15px 30px;
    background: url('/asset/img/stream-timeline-icon.png') no-repeat scroll 0 15px transparent;
}

.poll-stream-body ul li:last-child {
    border: none;
}

.poll-stream-body .timeline-recent {
    font-size: 0.8em;
    font-weight: normal;
}

.poll-stream-body .timeline-recent {
    color: #013220;
}

.poll-stream-body .timeline {
    color: #919191;
    font-size: 0.8em;
    font-weight: normal;
}

.poll-stream-body .title {
    background: none;
    padding: 0;
}

.poll-stream-body .title {
    color: #013220;
}

.poll-stream-body .visual {
    padding-top: 10px;
}

.poll-stream-widget .more {
    text-align: center;
    font-size: 0.75em;
    background-color: #fff;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.poll-stream-widget .more a {
    color: #000000;
    display: block;
    padding: 10px 0;
}

/* congressional bill tracker widget */
.cbt-widget {
    overflow: hidden;
    font-weight: bold;
    font-size: 0.9em;
    margin: 30px 0;
}

.cbt-widget .filter-box {
    width: 100%;
    display: inline-block;
    background-color: #EBEBEB;
}

.cbt-widget .filter-box .filter {
    background: url("/asset/img/cbt-cog.png") no-repeat scroll 20px 15px transparent;
    border-right: 1px solid #afafaf;
    cursor: pointer;
    float: left;
    height: 40px;
    width: 50px;
}

.cbt-widget .filter-box .search {
    display: inline-block;
    height: 40px;
    width: 249px;
}

.cbt-widget .filter-box .search input {
    background: url("/asset/img/grey-mag.png") no-repeat scroll 225px 14px transparent;
    border: medium none;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    font-size: 0.8em;
    color: #9D9D9D;
}

#form_state_select {
    display: none;
}

.cbt-widget .filter-box .search select {
    height: 40px;
    border: none;
    height: 40px;
    width: 100%;
    background-color: #E4E4E4;
    color: #9D9D9D;
    font-size: 0.8em;
    padding-left: 10px;
}

.cbt-widget .filter-box .search select option {
    background-color: #FFFFFF;
    color: #000000;
}

.cbt-widget .title {
    display: inline-block;
    padding: 20px 15px 20px 40px;
    width: 100%;
    color: #FFFFFF;
    float: left;
}

.cbt-widget .title {
    background: url('/asset/img/cbt-widget-icon.png') no-repeat scroll 10px 17px #013220;
}

.cbt-widget .link-body {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 15px 10px;
}

.cbt-widget .link-body ul {
    padding: 0;
    margin: 0;
}

.cbt-widget .link-body ul li {
    border-bottom: 2px solid #EBEBEB;
    padding: 10px 0;
    display: inline-block;
}

.cbt-widget .link-body ul li .title {
    background-color: #FFFFFF;
    padding: 0;
}

.cbt-widget .link-body ul li .status {
    color: #808080;
    font-size: 0.75em !important;
    font-weight: normal;
}

.cbt-widget .link-body ul li .status .label {
    color: #000000;
    font-size: 1.1em !important;
    font-weight: bold;
}

.cbt-widget .link-body ul li:last-child {
    border: none;
}

.cbt-widget .more {
    text-align: center;
    font-size: 0.75em;
    background-color: #fff;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.cbt-widget .more a {
    color: #000000;
    display: block;
    padding: 10px 0;
}

/* CBT SELECT MENU STYLES */
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: none;
    position: relative;
    font: normal 11px/22px Arial, Sans-Serif;
    color: #000000;
    border: 0px solid #ccc;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ebebeb;
    padding: 10px;
    font-weight: bold;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 10px;
}

.styledSelect:active, .styledSelect.active {
    background-color: #eeeeee;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 310px;
    overflow-y: scroll;
}

.options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px;
}

.options li:hover {
    background-color: #39f;
    color: #FFFFFF;
}


#load_more_wrapper #load_more {
    background-color: #013220;
}

#masthead-wrapper .hamburger {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1001;
}

#masthead-wrapper .hamburger .bar1,
#masthead-wrapper .hamburger .bar2,
#masthead-wrapper .hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
#masthead-wrapper .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
#masthead-wrapper .change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
#masthead-wrapper .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


.article .beta-wrapper,
.author .beta-wrapper,
.static .beta-wrapper {
    margin-left: -800px;
}

.article #masthead-wrapper .hamburger,
.author #masthead-wrapper .hamburger,
.static #masthead-wrapper .hamburger {
    top: 23px;
}

.article .site-search,
.author #masthead-wrapper .hamburger,
.static #masthead-wrapper .hamburger {
    display: inline-block;
}

/*PA Video Embed Features*/
.public-affairs-landing .overlay {
    background: rgba(71, 71, 71, 0.77) none repeat scroll 0 0;
    display: block;
    z-index: 0;
}

.asset .embed-wrapper {
    position: fixed;
    top: 30%;
    left: 50%;
    box-shadow: none !important;
    border-radius: 5px;
    transform: translate(-50%);
    z-index: 1 !important;
    /*height: 315px;*/
    border: solid 4px #013120;
    box-shadow: 0px 0px 8px 2px #424242 !important;
}

.asset .close-modal {
    position: absolute;
    right: -14px;
    top: -14px;
    color: #fff;
    padding: 5px 5px;
    font-size: 1.3em;
}

.asset .img-embed {
    cursor: pointer;
}

.asset .embed-wrapper .embed {
    margin-bottom: -4px;
}

.verticals-menu {
    top: 35px;
    left: 425px;
    margin-left: 0.5%;
    position: absolute;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .asset .embed-wrapper {
        width: 94%;
    }

    .asset .embed-wrapper > .embed > iframe {
        width: 100%;
    }

    .verticals-menu {
        left: 310px;
        top: 25px;
    }
}

@media only screen and (max-width: 900px) {

    .article ul.desktop-menu,
    .author ul.desktop-menu,
    .static ul.desktop-menu {
        display: none;
    }

    .article .site-search.mobile,
    .author .site-search.mobile,
    .static .site-search.mobile {
        display: none;
    }

    .article .mobile-search-container .site-search.mobile,
    .author .mobile-search-container .site-search.mobile,
    .static .mobile-search-container .site-search.mobile {
        display: block;
    }

    .article .site-nav .mobile-menu,
    .article .site-nav ul li,
    .author .site-nav .mobile-menu,
    .author .site-nav ul li,
    .static .site-nav .mobile-menu,
    .static .site-nav ul li {
        display: block;
        position: relative;
    }

    .article .mobile-menu ul,
    .author .mobile-menu ul,
    .static .mobile-menu ul {
        right: -40px;
        top: 40px;
    }
}

@media only screen and (max-width: 767px) {

    .article #masthead-wrapper .hamburger,
    .author #masthead-wrapper .hamburger,
    .static #masthead-wrapper .hamburger {
        top: 9px;
        right: 5px;
    }

    .article .mobile-menu ul,
    .author .mobile-menu ul,
    .static .mobile-menu ul {
        right: 0px;
        top: 61px;
        z-index: 1;
    }

    .article .verticals-menu,
    .author .verticals-menu,
    .static .verticals-menu {
        left: 310px;
    }

    .verticals-menu {
        top: 22px;
        left: 312px;
    }
}

@media only screen and (max-width: 410px) {
    .verticals-menu {
        display: none;
    }
}

@media only screen and (max-width: 375px) {

    .article .verticals-menu,
    .author .verticals-menu,
    .static .verticals-menu {
        left: 305px;
    }

    .article #masthead-wrapper .hamburger,
    .author #masthead-wrapper .hamburger,
    .static #masthead-wrapper .hamburger {
        right: 2px;
    }

    .article .mobile-menu ul,
    .author .mobile-menu ul,
    .static .mobile-menu ul {
        right: -3px;
    }
}

body.article .alpha .body-photo-inline {
    max-width: 100%;
}

#msabo_contact p {
    position: relative;
    top: -55px;
}

.drop_caps:first-letter {
    color: #000;
    font-size: 4.4em;
    float: left;
    line-height: 0.6;
    padding-right: 8px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
}

/* Donations Widget CSS */
.donations_footer {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 1em;
    clear: both;
}

.donations_footer p {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 0.9em;
    color: #333;
    line-height: 1.2em !important;
    font-style: italic;
}

.donations_footer p.small {
    font-size: 0.9em;
    color: #555;
    padding: 0 10px 20px;
}

.donations_footer .button {
    background-color: yellow;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    font-size: .9em;
}

.donations_footer img {
    height: 40px;
    vertical-align: middle;
    margin: 0 10px;
}

.pa-issue-link.pa-longform {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
    font-style: italic;
}

/* FOOTER STYLES */
.footer-links ul li.politics {  }
.footer-links ul li a.investigations:hover { border-bottom:5px solid #5D5D5D; padding-top:0; }
.footer-links ul li a.politics:hover { color:#FFFFFF; padding-top:0; color:#FFFFFF; padding-top:0;  border-bottom:5px solid #D30015;}
.footer-links ul li a.markets:hover { border-bottom:5px solid #669933; padding-top:0; }
.footer-links ul li a.world:hover { border-bottom:5px solid #0C124D; padding-top:0; }
.footer-links ul li a.science:hover { border-bottom:5px solid #37414A; padding-top:0; }
.footer-links ul li a.sports:hover { border-bottom:5px solid #003399; padding-top:0; }
.footer-links ul li a.history:hover { border-bottom:5px solid #CC6600;  padding-top:0; }
.footer-links ul li a.future:hover { border-bottom:5px solid #004952; padding-top:0; }
.footer-links ul li a.religion:hover { border-bottom:5px solid #81C0C8; padding-top:0; }
.footer-links ul li a.energy:hover { border-bottom:5px solid #70AA42; padding-top:0; }
.footer-links ul li a.education:hover { border-bottom:5px solid #8D0000; padding-top:0; }
.footer-links ul li a.defense:hover { border-bottom:5px solid #485228; padding-top:0; }
.footer-links ul li a.policy:hover { border-bottom:5px solid #65198e; padding-top:0; }
.footer-links ul li a.books:hover { border-bottom:5px solid #017ba8; padding-top:0; }
.footer-links ul li a.health:hover { border-bottom:5px solid #DBB706; padding-top:0; }
.footer-links ul li a.life:hover { border-bottom:5px solid #FFFFFF; padding-top:0; }
.footer-links ul li a.foundation:hover { border-bottom:5px solid #D30015; padding-top:0; }
.footer-links ul li a.florida:hover { border-bottom:5px solid #a80534; padding-top:0; }
.footer-links ul li a.pennsylvania:hover { border-bottom:5px solid #002a86; padding-top:0; }

.footer-info a.copyright-button { background-color: #013220; }
.footer-info a.copyright-button:hover { color: #013220; }