﻿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 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
body {
}
.cover {
    background-color: #fff;
    margin: 80px 0 190px;
    width: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1060px;
    padding: 85px 0 50px;
    width: 80%;
}
.right-column {
    float: right;
    margin-bottom: 0;
    width: 300px;
}
.left-column {
    margin-right: 300px;
}
.topic-title {
    color: #fff;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}
.body {
    margin: 50px 0;
}
.rail-list {
    background-color: #f2f2f2;
    display: block;
    padding: 17px 20px 20px;
    width: auto;
}
.navigation-top {
    background-color: #2f5373;
    color: #fff;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.875em;
    height: 80px;
    left: 0;
    line-height: 1.175em;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: -10;
}
.navigation-sticky {
    background-color: #2f5373;
    border-top: 1px solid #6e879c;
    color: #fff;
    height: 35px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.navigation-sticky ul {
    display: inline;
    margin-left: 14px;
    text-align: left;
}
.navigation-sticky ul li {
    cursor: pointer;
    display: inline-block;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 1.25em;
    margin: 8px 7px 0 0;
    position: relative;
    text-transform: uppercase;
}
.navigation-sticky ul li:hover {
}
.navigation-sticky ul li ul {
    background-color: #2f5373;
    border-bottom: 4px solid #6e879c;
    box-shadow: none;
    display: none;
    margin-left: 0;
    opacity: 0;
    padding-top: 7px;
    position: absolute;
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
    width: 200px;
}
.navigation-sticky ul li ul li {
    color: #fff;
    display: block;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.75em;
    margin: 0 auto;
    padding: 10px;
}
.navigation-sticky ul li ul li:hover {
    background-color: #6e879c;
}
.navigation-sticky ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.navigation-sticky ul li a img {
    width: 16px;
}
.navigation-sticky ul li a img:hover {
    opacity: 0.7;
}
.fixed {
    border-bottom: 1px solid #6e879c;
    border-top: 0 none;
    position: fixed;
    top: 0;
}
.navigation-top a:hover {
    text-decoration: underline;
}
.logo {
    left: 14px;
    position: relative;
    top: 14px;
}
.options {
    float: right;
    position: relative;
    right: 14px;
    text-align: right;
    top: 17px;
}
.nav-search {
    background-color: #6e879c;
    border: 0 none;
    color: #fff;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.875em;
    height: 18px;
    line-height: 1.175em;
    padding: 0 5px;
    text-transform: uppercase;
    width: 140px;
}
.nav-search:focus {
    border: 0 none;
}
.nav-search:-moz-placeholder {
    color: #fff;
}
.nav-search::-moz-placeholder {
    color: #fff;
}
.nav-search-go {
    background-color: transparent;
    background-image: url("assets/search-03.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0 none;
    cursor: pointer;
    height: 18px;
    width: 18px;
}
.hp-hero-1 {
    background-color: #f25d50;
    color: #fff;
    display: inline;
    font-family: "adelle",serif;
    font-size: 3.75em;
    line-height: 1.3em;
}
.hp-hero-2 {
    color: #fff;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.1em;
}
.recommended-headline {
    color: #fff;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.1em;
}
.hp-hero-list {
    color: #fff;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 1.25em;
}
.homepage-hero .subhead {
    color: #ffffff;
}
.homepage-hero ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 0;
    width: 50%;
}
.homepage-hero ul li:last-child {
    border-bottom: medium none;
    padding: 6px 0;
}
.hp-hero-1:hover, .hp-hero-2 a:hover, .homepage-hero ul li a:hover, .homepage-hero .topic-title a:hover, .homepage-hero .subhead a:hover, .recommended-headline a:hover {
    cursor: pointer;
    opacity: 0.7;
}
.hp-headline {
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 1.875em;
    font-weight: 600;
}
.hp-description {
    font-family: "calluna",serif;
    font-size: 1em;
    line-height: 1.25em;
}
.hp-story {
    display: inline-block;
    height: 340px;
    margin-right: 3%;
    overflow: hidden;
    vertical-align: top;
    width: 46%;
}
.hp-story .image {
    background-image: url("http://dailyxtra.com/sites/default/files/styles/440px_wide/public/Gay_Pride_Madrid_2013_-_130706_202133_1.jpg?itok=Ds8PL5PO");
    background-size: cover;
    display: block;
    height: 190px;
    width: 100%;
}
.hp-headline a:hover {
    color: #6d6e70;
    cursor: pointer;
}
.hp-story .image:hover, .hp-description a:hover {
    cursor: pointer;
}
.rail-header {
    background-color: #f1c141;
    color: #fff;
    display: inline-block;
    font-family: "adelle",serif;
    font-size: 1.25em;
    margin-left: 10px;
    padding: 5px 5px 4px;
    text-transform: uppercase;
    transition: all 0.1s ease 0s;
}
.rail-header:hover {
    cursor: pointer;
    display: inline-block;
    opacity: 0.7;
    transition: all 0.1s ease 0s;
    vertical-align: middle;
}
.rail-more {
    background-color: #f1c141;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.9em;
    margin-right: 10px;
    padding: 3px 5px;
    text-transform: uppercase;
}
.rail-more:hover {
    cursor: pointer;
    opacity: 0.7;
}
.rail-list li {
    color: #000;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    margin: 15px 0;
}
.rail-list li a:hover {
    color: #6d6e70;
}
.rail-list li:first-child {
    margin-top: 0;
}
.rail-list li:last-child {
    margin-bottom: 0;
}
.rail-list h5 {
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tags a {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.8em;
    margin: 1px;
    padding: 3px 5px;
    text-transform: uppercase;
    transition: all 0.1s ease 0s;
}
.tags a:hover {
    background-color: #e1e1e1;
    transition: all 0.1s ease 0s;
}
.related img {
    display: inline-block;
    width: 130px;
}
.related p {
    display: inline-block;
    font-size: 1em;
    line-height: 1.1em;
    margin-left: 10px;
    vertical-align: top;
    width: 110px;
}
.tabs {
    border-bottom: 1px solid #999;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.75em;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.tabs li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    list-style-type: none;
    padding: 6px;
    white-space: nowrap;
}
.active {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
}
.recommended-story .recommended-headline {
    color: #000;
}
.recommended-stories {
    padding: 0;
    width: 100%;
}
.recommended-story {
    background-color: #f2f2f2;
    border-right: 1px solid #fff;
    display: inline-block;
    height: auto;
    min-height: 270px;
    vertical-align: top;
    width: 25%;
}
.recommended-story:last-child {
    border-right: 0 none;
}
.recommended-story .image {
    display: block;
    height: 160px;
    width: 100%;
}
.article-headline {
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 4.375em;
    font-weight: 600;
    letter-spacing: -2px;
    margin: 20px 0;
}
.subhead {
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    margin: 20px 0;
}
.byline {
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 1em;
    font-weight: 300;
}
.byline a {
    color: #f25d50;
    font-weight: 600;
    text-transform: uppercase;
}
.byline a:hover {
    text-decoration: underline;
}
figure img {
    height: auto;
    margin-bottom: 2px;
    width: 100%;
}
figcaption {
    color: #666666;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.875em;
    line-height: 1.4em;
    margin-top: 2px;
}
.credit {
    font-weight: 600;
}
.credit a:hover {
    text-decoration: underline;
}
.article-body {
    margin: 0 0 60px 50px;
}
.article-body p {
    font-family: "calluna";
    font-size: 1.125em;
    line-height: 1.75em;
    margin: 15px 0;
}
.article-body blockquote {
    color: #f25d50;
    display: inline-block;
    float: left;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 1.75em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.25em;
    margin: 5px 30px 0 -50px;
    width: 225px;
}
.article-body a {
    border-bottom: 1px solid #f25d50;
}
.article-body a:hover {
    border-bottom: 2px solid #f25d50;
}
.article-h2 {
    color: #666;
    display: block;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 20px 0 -10px;
    text-transform: uppercase;
}
.article-h3 {
    color: #666;
    display: block;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 1.75em;
    font-weight: 600;
    margin: 20px 0 -10px;
}
.article-h4 {
    color: #666;
    display: block;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 1.35em;
    font-weight: 600;
    margin: 20px 0 -10px;
    text-transform: uppercase;
}
.article-h5 {
    color: #666;
    display: block;
    font-family: "adelle";
    font-size: 1.25em;
    font-weight: 600;
    margin: 20px 0 -10px;
}
.comments-header {
    background-color: #666;
    color: #fff;
}
.comments-header h4 {
    display: inline-block;
    font-family: "adelle",serif;
    font-size: 1.25em;
    font-weight: 600;
    padding: 5px 5px 4px;
}
.login {
    display: inline-block;
    float: right;
}
.comments-section h5 {
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 1em;
    font-weight: 400;
    padding: 7px 7px 4px 5px;
}
.comments-section h5 a:hover {
    text-decoration: underline;
}
.comment {
}
.comment-body {
    border-bottom: 1px solid #999;
    float: right;
    margin-left: 80px;
    padding-bottom: 20px;
    vertical-align: top;
}
.comment-body h5 {
    font-weight: 600;
    padding: 0;
}
.comment-body {
    color: #000;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}
.comment-author, .comment-actions {
    color: #999;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.9em;
    line-height: 1.1em;
}
.comment-author {
    float: left;
}
.comment-author a {
    font-weight: 600;
}
.comment-author a:hover {
    text-decoration: underline;
}
.comment-actions {
    float: right;
}
.comment-actions a:hover {
    text-decoration: underline;
}
.comment-actions a:first-child {
    margin-right: 15px;
}
.comment-photo {
    background-image: url("http://a1.s6img.com/cdn/0009/p/2250559_9176873_lz.jpg");
    background-size: cover;
    height: 65px;
    width: 65px;
}
textarea {
    background-color: #f2f2f2;
    border: 0 none;
    height: 150px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
}
button {
    background-color: #f25d50;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.9em;
    padding: 8px 15px;
    text-transform: uppercase;
}
.comments-section button {
    float: right;
    margin-right: 10px;
}
button:hover {
    cursor: pointer;
    opacity: 0.7;
}
button:focus {
    background-color: #999;
}
.footer {
    background-color: #2f5373;
    bottom: 0;
    color: #fff;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: -10;
}
.footer .main {
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.875em;
    line-height: 1.175em;
    margin: 0 auto;
    padding: 20px 0;
    width: 1080px;
}
.footer ul {
    display: inline-block;
    font-family: "franklin-gothic-urw",sans-serif;
    margin: 0 auto;
    padding: 0 1%;
    vertical-align: top;
    width: 16%;
}
.footer ul:first-child {
    font-weight: 600;
    text-align: right;
}
.footer ul:nth-child(2) {
    border-left: 1px solid #fff;
}
.footer ul li:first-child {
    font-weight: 600;
}
.footer ul li {
    padding: 2px 0;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer .copyright {
    background-color: #2f5373;
    color: #fff;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.875em;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.footer .copyright a:hover {
    text-decoration: underline;
}
.sponsored-highlight {
    background-color: #05a688;
    display: inline-block;
    padding: 3px 4px 2px 6px;
}
.sponsored-highlight:hover {
    background-color: #49b7a0;
}
.sponsored-image {
    background-blend-mode: multiply;
    background-color: rgba(5, 166, 136, 0.6);
}
.dark-blue-highlight {
    background-color: #2f5373;
    display: inline-block;
    padding: 3px 4px 2px 6px;
}
.dark-blue-highlight:hover {
    background-color: #5a768e;
}
.yellow-highlight {
    background-color: #f1c141;
    display: inline-block;
    padding: 1px 3px;
}
.m0 {
    margin: 0;
}
.vt-m-10 {
    margin-top: -10px;
}
.vt-m0 {
    margin-top: 0;
}
.vt-m5 {
    margin-top: 5px;
}
.vt-m10 {
    margin-top: 10px;
}
.vt-m20 {
    margin-top: 20px;
}
.vt-m30 {
    margin-top: 30px;
}
.vt-m35 {
    margin-top: 35px;
}
.vt-m40 {
    margin-top: 40px;
}
.vt-m50 {
    margin-top: 50px;
}
.vt-m60 {
    margin-top: 60px;
}
.vt-m100 {
    margin-top: 100px;
}
.vb-m-10 {
    margin-bottom: -10px;
}
.vb-m0 {
    margin-bottom: 0;
}
.vb-m5 {
    margin-bottom: 5px;
}
.vb-m10 {
    margin-bottom: 10px;
}
.vb-m20 {
    margin-bottom: 20px;
}
.vb-m30 {
    margin-bottom: 30px;
}
.vb-m40 {
    margin-bottom: 40px;
}
.vb-m50 {
    margin-bottom: 50px;
}
.vb-m60 {
    margin-bottom: 60px;
}
.vt-m100 {
    margin-top: 100px;
}
.vl-m-5 {
    margin-left: -5px;
}
.vl-m-10 {
    margin-left: -10px;
}
.vl-m0 {
    margin-left: 0;
}
.vl-m5 {
    margin-left: 5px;
}
.vl-m10 {
    margin-left: 10px;
}
.vl-m20 {
    margin-left: 20px;
}
.vl-m30 {
    margin-left: 30px;
}
.vr-m-10 {
    margin-right: -10px;
}
.vr-m0 {
    margin-right: 0;
}
.vr-m5 {
    margin-right: 5px;
}
.vr-m10 {
    margin-right: 10px;
}
.vr-m20 {
    margin-right: 20px;
}
.vr-m30 {
    margin-right: 30px;
}
.lc-310m {
    margin-right: 330px;
}
.play-button-large .round {
    background-color: #f25d50;
    border-radius: 13px;
    height: 26px;
    width: 26px;
}
.play-button-large .round .triangle {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11.3px;
    height: 0;
    left: 9px;
    position: relative;
    top: 7px;
    width: 0;
}
.play-button-medium .round {
    background-color: #f25d50;
    border-radius: 9px;
    height: 18px;
    width: 18px;
}
.play-button-medium .round .triangle {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    height: 0;
    left: 6px;
    position: relative;
    top: 5px;
    width: 0;
}
.play-button-small .round {
    background-color: #f25d50;
    border-radius: 7px;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.play-button-small .round .triangle {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    height: 0;
    left: 5px;
    position: relative;
    top: 4px;
    width: 0;
}
.play-button-small, .play-button-medium, .play-button-large {
    display: inline-block;
    margin: 2px 0 0 5px;
}
.breakdown {
    width: 100%;
}
.colors {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.colors div {
    display: inline-block;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    margin: 10px;
    padding: 40px 10px;
    width: 100px;
}
.orange {
    background-color: #f25d50;
    color: #fff;
}
.nav-blue {
    background-color: #2f5373;
    color: #fff;
}
.yellow {
    background-color: #f1c141;
    color: #fff;
}
.sponsored-green {
    background-color: #05a688;
    color: #fff;
}
.promoted-blue {
    background-color: #19b6e1;
    color: #fff;
}
.background-grey {
    background-color: #f2f2f2;
    color: #000;
}
.dark-grey {
    background-color: #666;
    color: #fff;
}
.light-grey {
    background-color: #999;
    color: #fff;
}

.footer-container,
.header-container
{
    background-color: #2f5373;
    color: white;
    padding: 20px;
}

.footer-container
{
    text-align: center;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
}
