.home-top,
.talk-grid {
    clear: both
}

.home-header {
    border-bottom: 2px solid #D6D6D6
}

.home-header__intro {
    display: none
}

@media only screen and (min-width:1024px) {
    .home-header {
        border-bottom: none
    }
    .js .home-header__intro {
        display: block;
        padding: 20px 0;
        position: relative
    }
    .js .home-header__logo,
    .js .home-header__motto {
        float: left
    }
    .js .home-header__motto {
        color: #888;
        font-size: 42px;
        font-weight: 100;
        line-height: 52px;
        margin-left: 10px
    }
    .js .home-header .banner,
    .js .home-header .banner__account,
    .js .home-header .nav__link {
        line-height: 49px
    }
    .js .home-header__motto__asterisk {
        color: #E62B1E;
    }
    .js .home-header__annotation {
        display: table;
        float: right;
        min-height: 52px;
        width: 300px
    }
    .js .home-header__annotation__content {
        display: table-cell;
        vertical-align: middle;
        font-size: 11px;
        font-size: .7857142857rem;
        color: #666;
        font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
        font-style: italic;
        text-align: right
    }
    .js .home-header__annotation__asterisk {
        color: #E62B1E
    }
    .js .home-header .banner {
        border-top: 1px solid #fff;
        border-bottom: 2px solid #e62b1e;
        border-bottom: 2px solid #e0e0e0;
        height: 50px
    }
    .js .home-header .banner__container {
        padding-left: 18px
    }
    .js .home-header .banner__logo {
        display: none
    }
    .js .home-header .banner__account__image {
        margin-top: 10px
    }
    .js .home-header .banner__account .nav__link--placeholder,
    .js .home-header .banner__account .nav__menu .nav__item .banner__account__link--profile {
        height: 50px
    }
    .js .home-header .nav__item {
        border-top: 1px solid #F5F5F5;
        border-top: 1px solid #fff;
        height: 50px;
        margin-top: -1px;
        font-size: 15px
    }
    .js .home-header .nav__item--active {
        border-color: #DDD
    }
    .js .home-header .nav__item--deactivating {
        border-color: transparent
    }
    .js .home-header .nav__folder {
        top: 49px
    }
}

@media only screen and (min-width:1200px) {
    .js .home-header .banner__container {
        padding-left: 38px
    }
}

.list {
    margin: 20px 0;
    padding: 0
}

.list__item {
    border-top: 1px dotted #CCC;
    margin-top: 20px;
    padding-top: 20px
}

.list__item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.section {
    margin: 20px 0
}

.section:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURf///7+/v6NDdjkAAAAQSURBVAjXY2hgEGBQYHAAAAR4APGA2fwfAAAAAElFTkSuQmCC);
    content: " ";
    display: block;
    height: 8px;
    margin-bottom: 20px;
    width: 100%
}

.section--space,
.section>:last-child,
.section>:last-child>:last-child,
.section>:last-child>:last-child>:last-child {
    margin-bottom: 0
}

.section--except-first:first-child:before,
.section--minor:before,
.section--space:before {
    display: none
}

.section--minor {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px
}

.section--except-first:first-child {
    border-top: none;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:1024px) {
    .section--except-first:first-child:before,
    .section--space:before {
        display: none
    }
    .section--space {
        margin-bottom: 0;
        margin-top: 30px
    }
    .section--except-first:first-child {
        border-top: none;
        margin: 0;
        padding: 0
    }
}

@media only screen and (min-width:1200px) {
    .section {
        margin: 20px 0
    }
    .section:before {
        margin-bottom: 10px
    }
    .section--minor {
        margin: 30px 0;
        padding-top: 30px
    }
    .section--space {
        margin: 30px 0 0
    }
    .section--except-first:first-child {
        border-top: none;
        margin: 0;
        padding: 0
    }
    .section--except-first:first-child:before {
        display: none
    }
}

.spotlight {
    margin: 20px 0
}

.spotlight__item {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #B2B2B2;
    font-weight: 400;
    text-decoration: none
}

.spotlight__image img {
    height: auto;
    width: 80px;
    max-width: none
}

.spotlight__item__description {
    line-height: 1.2
}

.spotlight__rule {
    border: 0
}

.spotlight__arrow {
    display: none
}

@media only screen and (min-width:768px) {
    .spotlight {
        margin: 26px 0
    }
    .spotlight__item {
        text-align: center;
        position: relative;
        margin-bottom: 0;
        border-bottom: none;
        padding: 10px
    }
    .spotlight__image img {
        height: 100px;
        width: auto
    }
    .spotlight__rule {
        padding: 12px 0 0 0;
        border-bottom: 2px solid #e8e8e8
    }
}

@media only screen and (min-width:1024px) {
    .spotlight__item {
        text-align: left;
        background: #f7f7f7;
        padding-right: 34px;
        border-radius: 2px
    }
    .spotlight__item:hover .spotlight__arrow {
        color: #888
    }
    .spotlight__image img {
        height: 80px;
        max-width: none;
        display: block
    }
    .spotlight__arrow {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 10px;
        top: 44px;
        color: #AAA;
        width: 18px;
        height: 18px;
        line-height: 19px;
        font-size: 18px
    }
    .spotlight__rule {
        border: 0;
        padding: 0
    }
}

.home-about,
.home-features__ad,
.page-nav,
.spotlight-custom__links {
    text-align: center
}

.spotlight-custom__container {
    cursor: pointer;
    background-image: url(/temp/spotlight-custom/knight/knight-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    position: relative
}

.spotlight-custom__title__image {
    padding-bottom: 10px;
    max-width: 75%
}

.spotlight-custom__intro__content {
    display: block;
    margin: 0 0 25px 0
}

.spotlight-custom__tie {
    color: #ef4d58;
    color: #fff;
    padding-bottom: 13px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.0714285714rem;
}

.spotlight-custom__links {
    display: block
}

.spotlight-custom__button {
    color: #fff;
    background-color: #f47b6a;
    border-radius: 4px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding: 5px 10px;
    text-transform: uppercase
}

.spotlight-custom__flair-1,
.spotlight-custom__flair-2,
.spotlight-custom__flair-3,
.spotlight-custom__flair-4 {
    display: none
}

@media only screen and (min-width:768px) {
    .spotlight-custom__container {
        padding: 10px 0
    }
    .spotlight-custom__button,
    .spotlight-custom__title__image {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
    .spotlight-custom__tie {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 48px 17px 12px;
        text-align: center;
        background-image: url(/temp/spotlight-custom/knight/knight-burst-small.png);
        background-position: right bottom;
        color: #ef4d58
    }
    .spotlight-custom__title {
        position: absolute;
        left: 28%;
        height: 145px
    }
    .spotlight-custom__title__image {
        max-width: none;
        -ms-transform: translateY(-50%)
    }
    .spotlight-custom__links {
        height: 145px;
        padding-right: 30px;
        float: right
    }
    .spotlight-custom__links__content {
        position: relative
    }
    .spotlight-custom__button {
        margin: 0;
        -ms-transform: translateY(-50%)
    }
    .spotlight-custom__flair-3 {
        display: block;
        background-image: url(/temp/spotlight-custom/knight/knight-immunity.png);
        background-repeat: no-repeat;
        width: 136px;
        height: 112px;
        position: absolute;
        bottom: 0;
        left: 20px
    }
}

@media only screen and (min-width:1024px) {
    .spotlight-custom__flair-1,
    .spotlight-custom__flair-2,
    .spotlight-custom__flair-3 {
        display: block;
        background-repeat: no-repeat
    }
    .spotlight-custom__title {
        left: 186px
    }
    .spotlight-custom__flair-1 {
        background-image: url(/temp/spotlight-custom/knight/knight-mood.png);
        width: 136px;
        height: 112px;
        position: absolute;
        bottom: 0;
        left: 20px
    }
    .spotlight-custom__flair-2 {
        background-image: url(/temp/spotlight-custom/knight/knight-burst.png);
        width: 160px;
        height: 160px;
        position: absolute;
        bottom: -2px;
        left: 457px
    }
    .spotlight-custom__flair-3 {
        background-image: url(/temp/spotlight-custom/knight/knight-immunity.png);
        width: 117px;
        height: 132px;
        position: absolute;
        bottom: 0;
        left: 624px
    }
}

@media only screen and (min-width:1200px) {
    .spotlight-custom__flair-4 {
        display: block;
        background-image: url(/temp/spotlight-custom/knight/knight-digestion.png);
        background-repeat: no-repeat;
        width: 134px;
        height: 154px;
        position: absolute;
        bottom: 0;
        left: 750px
    }
}

.page-nav {
    font-size: 16px;
    height: 40px;
    line-height: 20px
}

.page-nav__dot__link,
.page-nav__next,
.page-nav__prev {
    display: inline-block;
    vertical-align: middle;
    color: #BBB;
    padding: 10px 5px
}

.page-nav__dot__link:hover,
.page-nav__next:hover,
.page-nav__prev:hover {
    color: #666
}

.page-nav__next,
.page-nav__prev {
    color: #CCC;
    margin: 0 5px;
    text-decoration: none
}

.page-nav__next__icon,
.page-nav__prev__icon {
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 14px
}

.page-nav__dot,
.page-nav__dots {
    display: inline
}

.page-nav__dot--active .page-nav__dot__link {
    color: #666
}

.page-nav__dot--active .page-nav__dot__icon:before {
    content: "\e047"
}

.page-nav__dot__icon {
    width: 12px;
    height: 12px;
    line-height: 13px;
    font-size: 12px
}

@media only screen and (min-width:768px) {
    .page-nav__next,
    .page-nav__prev {
        margin: 0 15px
    }
}

.talk-grid {
    -webkit-tap-highlight-color: transparent
}

.talk-grid {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: none;
    margin: 0 auto;
    max-width: 1240px;
    max-width: 1160px
}

.talk-grid:after {
    content: "";
    display: table;
    clear: both
}

.talk-grid__container {
    filter: alpha(enabled=false);
    opacity: 1;
    -webkit-animation-name: grid-in;
    animation-name: grid-in;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.talk-grid--loading .talk-grid__container {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-animation-name: grid-out;
    animation-name: grid-out;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    visibility: hidden
}

.talk-grid__expander {
    margin: -1px
}

.talk-grid__inner {
    height: 0;
    width: 100%;
    padding-top: 84.375%;
    position: relative
}

.talk-grid__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.talk-grid__flipper {
    display: none
}

.talk-grid__page__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.talk-grid__page__content {
    width: 100%;
    height: 100%;
    position: relative
}

.talk-grid__tile {
    float: left;
    width: 50%
}

.talk-grid__page--page-1 .talk-grid__tile--tile-1 {
    width: 100%
}

.talk-grid__tile__inner {
    padding-top: 56.25%;
    position: relative
}

.talk-grid__tile__marker {
    background: #E62B1E;
    color: #FFF;
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 20px
}

.talk-grid__tile__frame {
    padding: 1px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.talk-grid__tile__content {
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative
}

.talk-grid__tile--placeholder,
.talk-grid__tile__details__speaker {
    display: none
}

.talk-grid__tile__thumb {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.talk-grid__tile__overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#000));
    background-image: linear-gradient(to bottom, transparent 20%, #000);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.no-cssgradients .talk-grid__tile__overlay {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%
}

.talk-grid__tile__details {
    font-size: 15px;
    font-size: 1.0714285714rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
    color: #FFF;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0
}

.talk-grid__tile__details__title {
    line-height: 1.1;
    max-height: 4.4em;
    overflow: hidden;
    font-size: 18px;
}

.talk-grid__tile__supplementary {
    display: none;
    text-shadow: none
}

.talk-grid__tile--hero {
    width: 100%
}

.talk-grid__tile__dummy {
    background: #333;
    width: 100%;
    height: 100%
}

.talk-grid__footer {
    margin-top: 10px
}

@-webkit-keyframes grid-in {
    0%,
    10% {
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        filter: alpha(enabled=false);
        opacity: 1
    }
}

@keyframes grid-in {
    0%,
    10% {
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        filter: alpha(enabled=false);
        opacity: 1
    }
}

@-webkit-keyframes grid-out {
    0% {
        filter: alpha(enabled=false);
        opacity: 1;
        visibility: visible
    }
    90% {
        filter: alpha(Opacity=0);
        opacity: 0;
        visibility: visible
    }
    100% {
        visibility: hidden
    }
}

@keyframes grid-out {
    0% {
        filter: alpha(enabled=false);
        opacity: 1;
        visibility: visible
    }
    90% {
        filter: alpha(Opacity=0);
        opacity: 0;
        visibility: visible
    }
    100% {
        visibility: hidden
    }
}

@media only screen and (min-width:600px) {
    .talk-grid__tile__details {
        line-height: 1.5;
        padding: 4%
    }
    .talk-grid__tile__marker {
        left: 4%
    }
    .talk-grid__tile__details__speaker {
        display: block;
    font-size: 14px;
   font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    font-weight: 400!important;
    text-transform: uppercase;
    }
    .talk-grid__tile__details__title {
        line-height: 1.2;
        max-height: 4.8em
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__title {
        font-size: 23px;
        font-size: 1.6428571429rem
    }
}

@media only screen and (min-width:768px) {
    .talk-grid__tile,
    .talk-grid__tile--deco .talk-grid__tile__supplementary,
    .talk-grid__tile--hover {
        -webkit-animation-duration: 200ms;
        animation-duration: 200ms
    }
    .talk-grid__expander {
        margin: -2px
    }
    .talk-grid__content .swipeview-active,
    .talk-grid__inner {
        z-index: 1
    }
    .talk-grid__page__content {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        filter: alpha(Opacity=20);
        opacity: .2;
        cursor: pointer
    }
    .talk-grid__page__content:hover {
        filter: alpha(Opacity=45);
        opacity: .45
    }
    .talk-grid__page--current .talk-grid__page__content {
        filter: alpha(enabled=false);
        opacity: 1;
        cursor: default
    }
    .talk-grid__inner {
        padding-top: 56.25%
    }
    .talk-grid__tile__overlay {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    .talk-grid__tile__details {
        font-size: 13px;
        font-size: .9285714286rem;
        filter: alpha(Opacity=30);
        opacity: .3;
        min-height: 0;
        -webkit-transition: min-height 200ms ease-out;
        transition: min-height 200ms ease-out
    }
    .talk-grid__tile__details__title {
        max-height: none;
        overflow: visible;
        font-weight: 700;
		    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    }
    .talk-grid__tile__meta {
        font-size: 11px;
        font-size: .7857142857rem;
        color: #AAA;
        margin: 4px 0
    }
    .talk-grid__tile__description {
        font-size: 12px;
        font-size: .8571428571rem;
        font-weight: 300;
        margin-right: 10px;
        padding-right: 20px;
		font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    }
    .talk-grid__tile__frame {
        padding: 2px;
        box-sizing: border-box;
    }
    .talk-grid__tile {
        position: absolute;
        width: 25%;
        -webkit-transition-property: width, top, left;
        transition-property: width, top, left;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-animation-name: tile-hover-out;
        animation-name: tile-hover-out;
        z-index: auto
    }
    .talk-grid__page--current .talk-grid__tile__details {
        filter: alpha(enabled=false);
        opacity: 1
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1,
    .talk-grid__tile--tile-1,
    .talk-grid__tile--tile-2 {
        width: 50%
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__title,
    .talk-grid__tile--tile-1 .talk-grid__tile__details__title,
    .talk-grid__tile--tile-2 .talk-grid__tile__details__title {
        font-size: 28px;
        font-size: 2rem;
        line-height: 1.1
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__description,
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__meta,
    .talk-grid__tile--tile-1 .talk-grid__tile__description,
    .talk-grid__tile--tile-1 .talk-grid__tile__meta,
    .talk-grid__tile--tile-2 .talk-grid__tile__description,
    .talk-grid__tile--tile-2 .talk-grid__tile__meta {
        font-size: 13px;
        font-size: .9285714286rem
    }
    .talk-grid__tile--hover {
        -webkit-animation-name: tile-hover-in;
        animation-name: tile-hover-in;
        z-index: 1
    }
    .talk-grid__tile--hover .talk-grid__tile__content {
        -webkit-box-shadow: rgba(30, 30, 30, .8)0 0 30px;
        box-shadow: rgba(30, 30, 30, .8)0 0 30px
    }
    .talk-grid__tile--hover .talk-grid__tile__overlay {
        height: 200%;
        top: -100%
    }
    .talk-grid__tile--hover .talk-grid__tile__details {
        min-height: 100%
    }
    .talk-grid__tile--deco .talk-grid__tile__details {
        top: 0;
        bottom: auto
    }
    .talk-grid__tile--deco .talk-grid__tile__supplementary {
        -webkit-animation-name: tile-supplementary-deco-in;
        animation-name: tile-supplementary-deco-in;
        display: block;
        filter: alpha(enabled=false);
        opacity: 1
    }
    .talk-grid__tile--marked .talk-grid__tile__details {
        padding-top: 50px
    }
    @-webkit-keyframes tile-hover-in {
        0% {
            z-index: auto
        }
        100%,
        90% {
            z-index: 2
        }
    }
    @keyframes tile-hover-in {
        0% {
            z-index: auto
        }
        100%,
        90% {
            z-index: 2
        }
    }
    @-webkit-keyframes tile-hover-out {
        0%,
        90% {
            z-index: 1
        }
        100% {
            z-index: auto
        }
    }
    @keyframes tile-hover-out {
        0%,
        90% {
            z-index: 1
        }
        100% {
            z-index: auto
        }
    }
    @-webkit-keyframes tile-supplementary-deco-in {
        0% {
            display: block;
            filter: alpha(Opacity=0);
            opacity: 0
        }
        10% {
            filter: alpha(Opacity=0);
            opacity: 0
        }
        100% {
            filter: alpha(enabled=false);
            opacity: 1
        }
    }
    @keyframes tile-supplementary-deco-in {
        0% {
            display: block;
            filter: alpha(Opacity=0);
            opacity: 0
        }
        10% {
            filter: alpha(Opacity=0);
            opacity: 0
        }
        100% {
            filter: alpha(enabled=false);
            opacity: 1
        }
    }
}

@media only screen and (min-width:1024px) {
    .talk-grid__expander {
        margin: -2px
    }
    .talk-grid__inner {
        padding-top: 56.25%
    }
    .talk-grid__tile__frame {
        padding: 2px;
        box-sizing: border-box;
    }
    .talk-grid__tile {
        cursor: pointer;
        width: 20%
    }
    .talk-grid__tile__details {
        font-size: 15px;
        font-size: 1.0714285714rem
    }
    .talk-grid__tile__meta {
        font-size: 13px;
        font-size: .9285714286rem;
        margin: 5px 0
    }
    .talk-grid__tile__description {
        font-size: 14px;
        font-size: 1rem
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__description,
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__meta,
    .talk-grid__tile--tile-1 .talk-grid__tile__description,
    .talk-grid__tile--tile-1 .talk-grid__tile__meta,
    .talk-grid__tile--tile-2 .talk-grid__tile__description,
    .talk-grid__tile--tile-2 .talk-grid__tile__meta,
    .talk-grid__tile--tile-3 .talk-grid__tile__description,
    .talk-grid__tile--tile-3 .talk-grid__tile__meta {
        font-size: 15px;
        font-size: 1.0714285714rem;
		    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    }
    .talk-grid__tile--tile-2,
    .talk-grid__tile--tile-3 {
        width: 40%
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1,
    .talk-grid__tile--tile-1 {
        width: 60%
    }
    .talk-grid__tile--placeholder {
        display: block
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__speaker,
    .talk-grid__tile--tile-1 .talk-grid__tile__details__speaker {
        font-size: 14px;
   font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    font-weight: 500!important;
    text-transform: uppercase;

    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__title,
    .talk-grid__tile--tile-1 .talk-grid__tile__details__title {
    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    font-size: 2rem!important;
    line-height: 2.8rem!important;
	font-weight: 700!important;
	
    }
    .talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__meta,
    .talk-grid__tile--tile-1 .talk-grid__tile__meta {
        margin: 12px 0
    }
    .talk-grid__tile--tile-2 .talk-grid__tile__details__title,
    .talk-grid__tile--tile-3 .talk-grid__tile__details__title {
    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    font-size: 2rem!important;
    line-height: 2.8rem!important;
	font-weight: 700!important;
    }
    .talk-grid__tile--tile-2 .talk-grid__tile__meta,
    .talk-grid__tile--tile-3 .talk-grid__tile__meta {
        margin: 8px 0
    }
}

@media only screen and (min-width:1278px) {
    .talk-grid__next .icon,
    .talk-grid__prev .icon {
        width: 36px;
        height: 36px;
        line-height: 37px;
        font-size: 36px
    }
    .talk-grid__flipper {
        color: #555;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -20px
    }
    .talk-grid__prev {
        left: -48px
    }
    .talk-grid__next {
        right: -48px
    }
}

@media only screen and (min-width:1300px) {
    .talk-grid__prev {
        left: -60px
    }
    .talk-grid__next {
        right: -60px
    }
}

.home-stack {
    margin: 20px 0
}

.home-stack--highlight {
    background: #F3F3F3;
    margin: 0;
    padding: 20px 0
}

.home-grid__filters--small {
    margin-bottom: 20px
}

.home-grid__filters--large {
    display: none
}

.home-features__ad {
    margin: 10px 0 0;
    padding-top: 20px;
    border-top: 1px solid #DDD
}

.home-features__ad .ad__text {
    font-size: 13px;
    font-size: .9285714286rem;
    line-height: 1.6923076923;
    color: #666;
    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    font-style: italic;
    margin-bottom: 20px
}

.home-playlists__playlist-item {
    margin-bottom: 20px
}

.home-conference__postcard {
    width: 100%
}

.home-conference__theme {
    font-size: 22px;
    font-size: 1.5714285714rem;
    line-height: 1.4
}

.home-conference__meta {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: 300;
    line-height: 1.2;
    color: #666
}

.explore__arrow {
    display: inline-block;
    margin-left: 6px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    font-size: 18px
}

.home-top__alpha,
.home-top__omega {
    margin: 20px 0 0
}

.flexbox .home-top,
.flexboxlegacy .home-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexbox .home-top__alpha,
.flexbox .home-top__omega,
.flexboxlegacy .home-top__alpha,
.flexboxlegacy .home-top__omega {
    width: 100%
}

.flexbox .home-top__alpha,
.flexboxlegacy .home-top__alpha {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.flexbox .home-top__omega,
.flexboxlegacy .home-top__omega {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:768px) {
    .home-grid__filters--small {
        display: none
    }
    .home-grid__filters--large {
        font-size: 16px;
        font-size: 1.1428571429rem;
        color: #CCC;
        display: block;
        margin-bottom: 20px
    }
    .home-grid__filter {
        font-size: 15px;
        font-size: 1.0714285714rem;
        color: #888;
        font-weight: 400;
        margin: 0 10px;
        text-decoration: none
    }
    .home-grid__filter:hover {
        color: #333
    }
    .home-grid__filter:last-child {
        margin-right: 0
    }
    .home-grid__filter--outbound {
        border-left: 1px solid #CCC;
        padding-left: 20px
    }
    .home-grid__filter--current {
        color: #E62B1E;
    }
    .home-grid__filter--label {
        font-weight: 400;
        color: #333;
        font-style: italic;
        display: block
    }
    .home-about__container {
        padding: 0 50px
    }
    .home-playlists__playlist-item {
        margin-bottom: 0
    }
    .flexbox .home-top__alpha,
    .flexboxlegacy .home-top__alpha {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 20px 0 0
    }
    .flexbox .home-top__omega,
    .flexboxlegacy .home-top__omega {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width:1024px) {
    .home-grid__filter--label {
        display: inline
    }
    .home-grid__filters {
        margin-left: 2px
    }
    .home-grid__filter {
        margin: 0 10px
    }
    .home-stack {
        margin: 20px 0
    }
    .home-stack--highlight {
        margin: 0;
        padding: 40px 0
    }
    .home-features__title {
        font-size: 18px;
        font-size: 1.2857142857rem;
        line-height: 1.2222222222
    }
    .home-features__ad {
        margin: 0;
        padding-top: 0;
        border-top: none
    }
}

@media only screen and (min-width:1200px) {
    .home-features__ad {
        border-left: 1px solid #DDD;
        padding-left: 40px;
        width: 340px
    }
    .home-about__container {
        padding: 0 100px
    }
}

#main_nav ul li a {
    display: block;
    text-decoration: none;
    float: left;
    padding-top: 0px;
    padding-right: 22px;
    padding-bottom: 14px;
    padding-left: 22px;
    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif!important;
    color: #333;
    font-size: 2.06rem;
    letter-spacing: 0.04rem;
    outline: 0;
}

H3{ font-weight:normal!important;}
/*# sourceMappingURL=home.css.map */