/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: none;
    -webkit-backface-visibility: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-touch-action: none;
    touch-action: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    opacity: .001;
    will-change: opacity
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-touch-action: none;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.pswp__bg {
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    transition: opacity .15s
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important
}

.pswp__error-msg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -8px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ccc
}

.pswp__error-msg a {
    text-decoration: underline;
    color: #ccc
}

.pswp {
    top: 0;
    height: calc(100%);
    z-index: 99999
}

.grid .photo-gallery {
    position: relative;
    float: left;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

figure.primary {
    position: relative;
    width: 100%
}

.copy+.hidden-gallery {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden
}

figure.primary img {
    display: block
}

.grid .photo-gallery figure img {
    display: block;
    margin-bottom: 15px
}

#fotomoto_view_cart_float {
    top: initial !important;
    bottom: 10px !important
}

.photo-gallery figcaption {
    display: none
}

@media screen and (min-width:700px) {
    .grid .photo-gallery {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@media screen and (min-width:960px) {
    .grid .photo-gallery {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }
}

.pswp,
.pswp__caption__center {
    color: #000 !important
}

.pswp__bg {
    background-color: #fff
}

.photo-gallery img {
    width: 100%
}

.pswp__top-bar {
    background: transparent
}

.pswp__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    height: 44px
}

.pswp__counter {
    margin: 0 20px
}

.pswp__top-bar button {
    float: right;
    margin: 0 20px;
    font-size: 22px;
    line-height: 44px;
    border: none;
    background: transparent
}

.pswp__top-bar .pswp__counter {
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 22px;
    line-height: 44px
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 100px;
    margin-top: -50px;
    border: none;
    background: rgba(255, 255, 255, .5) none
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.pswp__caption--fake {
    display: none
}

.pswp__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    width: 100%
}

.pswp__caption__center {
    max-width: 640px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #ccc;
    background-color: rgba(255, 255, 255, .7)
}

.pswp__caption__center p {
    padding: 10px;
    margin: 0
}

#fotomoto {
    max-width: 420px;
    margin: 0 auto
}

.caption {
    text-align: left
}

.show-caption {
    display: none
}

.credit {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px
}

#fotomoto button,
button[class*="caption-"] {
    width: calc(33% - 12px);
    margin: 4px;
    color: #fff;
    border: none
}

.fa.gallery {
    position: absolute;
    right: 0;
    bottom: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 6px 6px 8px;
    color: rgba(237, 237, 237, .8) !important;
    font-family: inherit
}

body {
    color: #6d6d6d
}

header.page {
    background: #fff
}

header.page .navbar {
    background: #fff
}

.advertisement.leaderboard {
    background-color: #e2e2e3
}

main.page,
section.page {
    position: relative;
    background: #fff
}

footer.page {
    color: #fff;
    background: #bc0070
}

.event.card.inverse {
    color: #fff;
    border-bottom-color: #bc0070;
    background: #bc0070
}

.event.card.inverse * {
    color: #fff !important
}

.event.card.inverse p {
    padding: 0 15px
}

.event.card.inverse::before {
    border-color: #bc0070
}

.event.card.inverse::after {
    border-color: #bc0070
}

.event.card.inverse {
    color: #fff;
    border-bottom-color: #bc0070;
    background: #bc0070
}

.event.card.inverse * {
    color: #fff !important
}

.event.card.inverse p {
    padding: 0 15px
}

.event.card.inverse::before {
    border-color: #bc0070
}

.event.card.inverse::after {
    border-color: #bc0070
}

.card,
.list {
    border-color: #e2e2e3
}

.card::before,
.list::before {
    border-color: #e2e2e3
}

.card::after,
.list::after {
    border-color: #e2e2e3
}

.name {
    font-family: "Roboto Slab", serif;
    color: #000
}

.details {
    color: #bcbdc0
}

.tag {
    width: 90px;
    border-bottom: 4px solid #e2e2e3
}

.tag,
.tag a,
.tag a:visited,
.tag a:link,
.load-more,
.load-more a,
.load-more a:visited,
.load-more a:link {
    color: #bcbbc0
}

.tag a:hover,
.tag a:active,
.load-more a:hover,
.load-more a:active {
    color: #6d6d6d
}

.email-product h3 {
    margin: 0
}

.title {
    color: #000
}

.featured.wrapper.news article.block.card .copy {
    margin: 0
}

@media screen and (max-width:1024px) {
    .horizontal.card .copy .name {
        font-size: 24px
    }
}

aside.embedded {
    display: inline-block;
    width: 100%;
    padding: 0 0 .5em 0;
    color: #888;
    border: 1px solid #eee;
    border-right-width: 0;
    border-left-width: 0;
    background: transparent
}

aside.embedded[align=left] {
    float: left;
    width: 50%;
    width: calc(50% - 1em);
    margin-right: 1em
}

aside.embedded[align=right] {
    float: right;
    width: 50%;
    width: calc(50% - 1em);
    margin-left: 1em
}

aside.embedded img {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

.primary-image .caption,
.primary-image .credit,
aside.embedded .caption,
aside.embedded .credit {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: .25em;
    font-size: .9em;
    line-height: 1.5;
    text-align: left
}

.primary-image .credit,
aside.embedded .credit {
    font-style: italic
}

.advertisement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center
}

.ad-container {
    margin: 0 auto;
    overflow: hidden
}

.advertisement.leaderboard {
    width: 100%;
    padding: 20px 0 20px;
    margin: 0 auto;
    position: relative
}

.advertisement.super-leaderboard {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 0;
    transition: height .25s
}

.fixed .advertisement.super-leaderboard {
    height: 60px;
    background-color: #e2e2e3;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #d2d2d2;
    transition: height .25s
}

/* .advertisement.super-leaderboard+footer {
    padding-bottom: 99px
} */

.advertisement.leaderboard .ad-container {
    width: 300px;
    margin: 0 auto
}

.super-leaderboard-ad,
.leaderboard-ad {
    display: none
}

.super-leaderboard-ad.ad-300x50,
.leaderboard-ad.ad-300x50 {
    display: block
}

.advertisement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
}

.ad-300x250 {
    height: 290px
}

.ad-300x600 {
    height: 600px
}

.ad-970x90 {
    width: 970px;
    height: 90px
}

.ad-970x250 {
    width: 970px;
    max-height: 250px;
    min-height: 15px;
    position: relative
}

.ad-300x50 {
    width: 300px;
    height: 50px
}

#shade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: #000;
    opacity: 0.5;
    z-index: 101
}

#background_ad_unit {
    display: none
}

#ad_hug {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none
}

header~.advertisement.leaderboard {
    padding-top: 159px
}

header.bravo~.advertisement.leaderboard {
    padding-top: 124px;
    padding-bottom: 0
}

header.page.bravo~.leaderboard {
    background-color: #fff
}

#ad_hug_left {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer
}

#ad_hug_right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer
}

.welcome-ad {
    top: -200%;
    position: fixed;
    left: 50%;
    padding: 20px;
    margin-left: -305px;
    margin-top: -270px;
    z-index: 1000;
    width: 590px;
    height: 520px;
    background-color: #000;
    border-radius: 10px;
    -webkit-transition-duration: 800ms;
    -moz-transition-duration: 800ms;
    -ms-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -ms-transition-property: top;
    -o-transition-property: top;
    transition-property: top
}

.welcome-ad.ad-loaded {
    top: 50%
}

.welcome-ad.ad-640x480 {
    margin-left: -330px;
    width: 640px
}

.welcome-ad .welcome-ad-close {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #000000;
    border-radius: 15px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 30px;
    line-height: 32px;
    height: 30px;
    width: 30px;
    text-align: center
}

.welcome-ad-close-text {
    display: block;
    position: absolute;
    top: 0;
    right: 27px;
    color: #FFF;
    font-size: 0.9em;
    cursor: pointer
}

@media screen and (min-width:728px) {
    .fixed .advertisement.super-leaderboard {
        height: 90px
    }
    .advertisement.super-leaderboard .ad-container,
    .advertisement.leaderboard .ad-container {
        width: 728px
    }
    .leaderboard-ad.ad-300x50,
    .leaderboard-ad.ad-970x250,
    .leaderboard-ad.ad-970x90,
    .super-leaderboard-ad.ad-300x50,
    .super-leaderboard-ad.ad-970x250,
    .super-leaderboard-ad.ad-970x90 {
        display: none
    }
    .leaderboard-ad.ad-728x90,
    .super-leaderboard-ad.ad-728x90 {
        display: block
    }
}

@media screen and (min-width:970px) {
    .advertisement.super-leaderboard .ad-container,
    .advertisement.leaderboard .ad-container {
        width: 970px
    }
    .super-leaderboard-ad.ad-300x50,
    .super-leaderboard-ad.ad-728x90,
    .leaderboard-ad.ad-300x50,
    .leaderboard-ad.ad-728x90 {
        display: none
    }
    .super-leaderboard-ad.ad-970x250,
    .super-leaderboard-ad.ad-970x90,
    .leaderboard-ad.ad-970x250,
    .leaderboard-ad.ad-970x90 {
        display: block
    }
}

.page-peel {
    position: fixed;
    top: 144px;
    right: 0;
    z-index: 10;
    height: 0;
    overflow: visible
}

.fixed .page-peel {
    top: 49px
}

.bravo~.page-peel {
    top: 104px
}

#peel_small_tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px
}

#peel_big_tr {
    position: absolute;
    top: -1000px;
    right: 0;
    width: 650px;
    height: 650px
}

.page-peel.show #peel_small_tr {
    top: -1000px
}

.page-peel.show #peel_big_tr {
    top: 0
}

.content.page>article {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 10px
}

.content.page>article>.copy {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0
}

header.content {
    position: relative;
    width: 100%
}

header.content>.name {
    width: 100%
}

header.content>figure.content+.name {
    margin-top: 15px
}

aside.content .details span {
    display: block
}

section.content .body>aside.primary-image {
    width: 100%;
    margin: 20px auto
}

section.content .body>aside.primary-image.landscape {
    float: left;
    width: 100%;
    margin: 0 0 20px 0
}

.content .body .teaser {
    margin: 16px 0;
    font-size: 17.5px;
    font-style: italic;
    line-height: 24px
}

.content .contacts {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(0, 0, 0)
}

.content .contacts .tag {
    border-bottom: 0 none transparent
}

.related.list {
    position: relative;
    float: left;
    width: 100%;
    min-height: unset;
    margin: 0 auto
}

.content .related.recent .listings {
    display: none
}

.related.list~.advertisement {
    float: left;
    margin-top: 20px
}

.featured.wrapper.news:not(.split) {
    border-bottom: 1px solid #e2e2e3
}

.featured.wrapper.news .card {
    border-bottom: 0 none transparent
}

.featured.wrapper.news .horizontal.card {
    height: auto;
    min-height: 230px;
    margin-top: 23px;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e3
}

.featured.wrapper.news .horizontal.card .thumb {
    width: calc(50% - 15px);
    max-width: 305px;
    max-width: none;
    max-height: 210px
}

.featured.wrapper.news .horizontal.card .copy {
    width: 50%;
    margin-left: 15px
}

.featured.wrapper.news .list.item.card {
    position: relative;
    float: left;
    width: calc(100%);
    height: 110px;
    min-height: 110px;
    margin-top: 15px;
    border-bottom: 1px solid #e2e2e3
}

.featured.wrapper.news:not(.split) .list.item.card+.list.item.card {
    margin-top: 0;
    margin-bottom: 15px
}

.featured.wrapper.news.split .list.item.card:nth-child(odd) {
    margin-right: 15px
}

.featured.wrapper.news.split .list.item.card:nth-child(even) {
    margin-left: 15px
}

.featured.wrapper.news .list.item.card:last-of-type {
    border-bottom-width: 0
}

.featured.wrapper.news .list.item.card .thumb {
    float: left;
    width: 75px !important;
    height: 75px !important;
    margin: 15px 0
}

.featured.wrapper.news .list.item.card .name {
    font-size: 24px;
    line-height: 25px;
    max-height: 52px;
    padding-bottom: 2px
}

.featured.wrapper.news .list.item.card .copy {
    margin: 15px 0
}

.featured.wrapper.news .list .copy {
    height: 80px
}

.featured.wrapper.news .block.card .details,
.featured.wrapper.news .list.item.card .details {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 18px
}

.featured.wrapper.news .list.item.card .details .tag {
    max-height: 26px;
    overflow: hidden
}

.featured.wrapper.news .block.card {
    float: left;
    width: calc(100%);
    height: 220px;
    padding: 15px;
    margin: 15px 0
}

.featured.wrapper.news .block.card .tag {
    display: block;
    float: left;
    width: auto;
    padding: 5px;
    margin-bottom: 8px;
    background-color: #fff
}

.featured.wrapper.news .block.card .name {
    max-height: 132px;
    font-size: 36px;
    line-height: 44px;
    color: #fff
}

.featured.wrapper.news .block.card .name a,
.featured.wrapper.news .block.card .name a:hover,
.featured.wrapper.news .block.card .name a:visited,
.featured.wrapper.news .block.card .name a:link {
    color: #fff
}

.featured.wrapper.news .block.card .copy {
    width: 100%;
    margin: 15px 0
}

.featured.wrapper.news .block.card:nth-of-type(1) {
    float: right
}

.featured.wrapper.news .block.card .thumb,
.featured.wrapper.news .block.card .teaser {
    display: none
}

.vertical.list article.featured .copy .details span.share {
    margin: 10px 10px 20px 0
}

@media screen and (min-width: 780px) {
    .featured.wrapper.news .list.item.card,
    .featured.wrapper.news .block.card {
        width: calc(50% - 15px)
    }
}

section.content .body {
    float: left;
    width: calc(100% - 40px);
    width: 100%;
    margin: 0 20px;
    margin: 0
}

section.content .body ul li {
    position: relative;
    left: 1em;
    padding-right: 1em
}

section.content .body ul {
    padding-left: 0
}

@media screen and (min-width:525px) {
    section.content .body>aside.primary-image {
        float: left;
        width: 50%;
        margin: 0 15px 15px 0
    }
    .content.page>article>.copy {
        margin: 0 10px 10px 0
    }
    section.content .body {
        height: auto
    }
}

@media screen and (min-width:700px) {
    .related.list {
        width: 50%
    }
    .related.list~.advertisement {
        float: right;
        width: 50%;
        margin-top: 0
    }
    section.content .body {
        width: calc(100% - 110px);
        width: -webkit-calc(100% - 110px);
        margin-left: 110px
    }
    section.content .body>aside.primary-image.landscape {
        float: left;
        width: calc(100% + 110px);
        margin: 0 0 20px -110px
    }
    section.content .body>aside.primary-image.landscape+aside.content {
        top: 397px
    }
}

@media screen and (min-width:840px) {
    .related.list {
        float: right;
        width: 305px
    }
    .related.list~.advertisement {
        float: right;
        width: 305px;
        margin-top: 20px
    }
    section.content .body {
        width: calc(100% - 445px);
        margin-left: 110px
    }
    section.content .body>aside.primary-image {
        width: 100%
    }
    .content.page>article>.copy {
        margin: 0 10px 10px 0
    }
}

@media screen and (min-width:920px) {
    section.content .body>aside.primary-image {
        width: 50%
    }
}

@media screen and (min-width:980px) {
    .related.list {
        display: inline-block
    }
    header.content {
        float: left;
        width: calc(100% - 330px);
        width: -webkit-calc(100% - 330px)
    }
}

figure.content {
    width: 100%;
    height: 0;
    overflow: hidden
}

aside.content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    height: 90px;
    margin: 0 20px 20px 0;
    border-bottom: 1px solid #e2e2e3
}

aside.content .details {
    float: left;
    margin: 0 20px 8px 20px;
    margin-left: 0;
    line-height: 23px
}

aside.content .details span {
    position: relative;
    float: left
}

aside.content .details .date {
    padding-top: 7px
}

aside.content .social {
    display: none;
    width: 100%;
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

aside.content .social .share {
    width: 42px;
    height: 42px;
    clear: left;
    text-align: center;
    border: 1px solid #bcbbc0;
    border-radius: 50%;
    background-color: #bcbbc0
}

section.content .body h1 {
    margin-top: 0
}

section.content .body h2,
section.content .body h3,
section.content .body h4,
section.content .body h5,
section.content .body h6 {
    margin-bottom: 0;
    font-size: 17.5px;
    line-height: 24px
}

section.content address {
    line-height: 24px
}

section.content address strong {
    position: relative;
    display: inline;
    float: left;
    width: 80px
}

section.content address .btn {
    margin-left: 12px;
    border: 0 none;
    border-radius: 0;
    background-color: #e2e2e4
}

aside.content {
    display: none
}

.content .body>#platformComments {
    clear: both
}

.list .social .share,
.card .social .share {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin: 5px;
    font-size: 25px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e2e2e3
}

.share-buttons .share {
    border-radius: 50%
}

.list .social .share:last-child,
.card .social .share:last-child {
    margin-right: 0
}

.details .social {
    position: absolute;
    top: 35px;
    left: 75px;
    display: block;
    width: 225px;
    height: 45px;
    padding: 0;
    font-size: 36px;
    line-height: 50px;
    color: #e2e2e3;
    border-radius: initial;
    background-color: #fff
}

.sidebar {
    position: relative;
    float: left;
    width: 100%;
    padding: 12px;
    clear: left;
    background: #e2e2e3
}

@media screen and (min-width:700px) {
    section.content .body {
        min-height: 850px
    }
    aside.content {
        display: block
    }
    aside.content {
        position: absolute;
        left: 0;
        width: 110px;
        height: auto;
        margin: 0 0 20px;
        flex-direction: column;
        border-bottom: 0 solid transparent;
        -webkit-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-direction: column
    }
    aside.content .social {
        display: block;
        width: 90px
    }
    aside.content .social .share {
        display: block;
        float: left;
        margin: 2.5px auto;
        cursor: pointer
    }
    header.content>.name {
        padding-left: 110px
    }
    section.content .body .ad-300x250 {
        float: right;
        margin: 0 0 40px 40px
    }
}

@media screen and (min-width:840px) {
    section.content .body {
        min-height: 720px
    }
}

.social-links {
    margin-bottom: 1em
}

.social-links .social-link {
    min-width: 10px;
    min-height: 10px;
    padding: 5px
}

.social-links .social-link {
    text-decoration: none !important
}

.social-link[data-provider="Facebook"] {
    color: #3a5795 !important
}

.social-link[data-provider="Twitter"] {
    color: #50a5e6 !important
}

.social-link[data-provider="Google+"] {
    color: #d82f27 !important
}

.social-link[data-provider="Pinterest"] {
    color: #c93836 !important
}

.social-link[data-provider="Instagram"] {
    color: #6292b3 !important
}

.social-link[data-provider="LinkedIn"] {
    color: #007bb6 !important
}

.social-link[data-provider="Youtube"] {
    color: #e32524 !important
}

.body .tags-list {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #eee
}

.body .tags-list a {
    padding-right: 5px
}

.body .tags-list a,
.body .tags-list a:hover,
.body .tags-list a:link,
.body .tags-list a:visited {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #959595
}

.body .tags-list a:after {
    content: ","
}

.body .tags-list a:last-of-type:after {
    width: 0;
    content: ""
}

aside[data-embed-type] {
    display: inline-block;
    width: 100%;
    padding: 0 0 .5em 0;
    color: #888;
    border: 1px solid #eee;
    border-right-width: 0;
    border-left-width: 0;
    background: transparent
}

aside[data-embed-type][data-embed-align=left] {
    float: left;
    width: 50%;
    width: calc(50% - 1em);
    margin-right: 1em
}

aside[data-embed-type][data-embed-align=right] {
    float: right;
    width: 50%;
    width: calc(50% - 1em);
    margin-left: 1em
}

aside[data-embed-type] img {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

aside[data-embed-type] .caption,
aside[data-embed-type] .credit {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: .25em;
    font-size: .9em;
    line-height: 1.5;
    text-align: left
}

aside[data-embed-type] .credit {
    font-style: italic
}

[data-embed-invalid] {
    display: none !important
}

ul.categories {
    padding: 0;
    margin: 0
}

ul.categories li a {
    display: block;
    margin: 0;
    text-align: left;
    border-top: 1px solid #e2e2e3;
    padding: 7.5px;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden
}

ul.categories li.active>a,
ul.categories li.active-parent>a {
    color: #ffffff
}

.listings .copy {
    padding: 12px
}

.listings .copy a {
    color: #ffffff
}

ul.categories li li a {
    padding-left: 15px
}

ul.categories li li li a {
    padding-left: 30px
}

ul.categories li li li a {
    padding-left: 45px
}

ul.categories li:first-child a {
    border-top: 1px solid #ffffff
}

ul.filters li span {
    font-size: 10px
}

.directory-nav {
    display: none
}

@media screen and (min-width: 768px) {
    .directory .advertisement.ad-300x250 {
        width: 305px
    }
    .directory-nav {
        display: block;
        /* height: 440px; */
        /* width: 305px; */
        overflow-y: hidden
    }
    .content .directory-nav {
        height: 318px
    }
}

footer.page {
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%
}

footer.page .title {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 17.5px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    border-top-width: 0
}

p.footer {
    margin: 0 0 .75em;
    font-size: 12px;
    width: 50%;
    display: block;
    float: left
}

.footer-social {
    clear: left
}

.footer-email {
    margin-bottom: 49px;
    font-size: 72px;
    font-weight: 100;
    letter-spacing: 0;
    color: #000;
    border-bottom: 1px solid #000
}

footer .list,
footer .list:before,
footer .list:after,
footer .list:not(.recent):not(.related) {
    height: auto !important;
    min-height: initial;
    border: none
}

.subscribe-call {
    margin-left: 7px;
    font-size: 12px
}

.links a:link.footer-link,
a:visited.footer-link,
a:hover.footer-link {
    color: #fff
}

a.footer-icon {
    margin-right: 28px;
    color: #fff
}

a.footer-icon,
a:hover.footer-icon,
a:visited.footer-icon,
a:link.footer-icon {
    color: #fff
}

footer .list {
    float: left;
    width: 100%
}

@media screen and (min-width:700px) {
    footer .list {
        width: calc(50% - 30px);
        min-width: calc(50% - 30px);
        margin: 0 15px
    }
}

@media screen and (min-width:1050px) {
    .links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    footer .list {
        float: initial;
        min-width: initial
    }
}

textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
.form-control[type="text"],
.form-control[type="password"],
select.form-control {
    border-color: #666
}

.row {
    padding-top: 10px;
    padding-bottom: 10px
}

select.form-control,
form label {
    color: #000
}

.form-control::-webkit-input-placeholder {
    color: #000
}

.form-control:-moz-placeholder {
    color: #666
}

.form-control::-moz-placeholder {
    color: #666
}

.form-control:-ms-input-placeholder {
    color: #666
}

form .form-row {
    position: relative;
    float: left;
    width: 100%;
    margin: 6px 0
}

.form-advertisement {
    margin-top: 20px
}

textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
.form-control[type="text"],
.form-control[type="password"],
select.form-control {
    min-height: 38px;
    padding: 0 6px;
    border: 1px solid #e2e2e3;
    box-shadow: none
}

.contact-us .form,
.inquiry .form {
    float: left;
    width: 100%;
    height: 100%
}

.inquiry .section .body {
    width: 100%;
    margin: 0
}

@media screen and (min-width: 780px) {
    .inquiry .section .body {
        width: 50%
    }
}

@media screen and (min-width: 1025px) {
    .inquiry .section .body {
        width: calc(100% - 335px)
    }
}

.contact-us .horizontal.card {
    height: 100%
}

.ugc .form {
    min-height: 850px
}

@media screen and (min-width:780px) {
    .contact-us .form,
    .inquiry .form {
        width: 305px
    }
    .contact-us .horizontal.card {
        width: calc(100% - 365px)
    }
}

.contact-us .list+.list {
    width: calc(100% - 30px)
}

.contact-us .list figure~.copy {
    padding-left: 0
}

.contact-us .list .copy .name {
    font-size: 36px;
    font-weight: lighter;
    line-height: 42px
}

.contact-us .card.horizontal figure+.copy .name {
    height: auto;
    max-height: none;
    margin: 0;
    font-size: 36px;
    line-height: 43px
}

.contact-us .contact-info,
.contact .contact-info,
.contact-us .contact-info a,
.contact .contact-info a {
    color: #6d6d6d
}

.contact-us .contact-info,
.contact-us .contact-info+.teaser,
.contact .contact-info p {
    margin: 0
}

.contact-us .horizontal.card .image+.copy {
    float: left;
    width: calc(100% - 175px);
    margin-left: 15px
}

.contact-us .list:not(.recent):not(.related),
.contact-us .list article,
.contact-us .list figure~.copy,
.ugc .list:not(.recent):not(.related),
.ugc .list article,
.ugc .list figure~.copy {
    height: auto;
    max-height: auto;
    min-height: 0
}

.ugc .title+p {
    margin-top: 1em
}

#form_submit {
    margin-bottom: 10px
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 10px
}

form label {
    display: inline-block;
    margin: 0 0 0 10px;
    font-weight: 300;
    line-height: 37px;
    color: #6d6d6d
}

option[value=""] {
    color: #bbb
}

.horizontal.card {
    float: left;
    height: auto;
    margin-bottom: 20px
}

.ugc.page .recent.list {
    height: auto
}

@media screen and (min-width:700px) {
    .contact-us .list .teaser {
        display: block
    }
    .contact-us .horizontal.card figure+.copy {
        padding-left: 0
    }
}

@media screen and (min-width:980px) {
    .contact-us .list,
    .ugc .list {
        width: calc(66% - 30px)
    }
    .contact-us .list+.list,
    .ugc .list+.list {
        width: calc(33% - 30px)
    }
}

header.page {
    position: fixed;
    z-index: 9999;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #ccc
}

.fixed header.page {
    position: fixed;
    top: -95px;
    right: 0;
    left: 0
}

header.page .wrap {
    max-width: initial;
    min-height: 44px;
    padding: 0 40px
}

header.page .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 95px;
    padding-top: 10px;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

#nav-page {
    letter-spacing: .5px
}

#nav-page.oversized {
    overflow-y: auto
}

#nav-page ul.nav.primary {
    display: none;
    white-space: nowrap;
    text-transform: uppercase
}

#nav-page.oversized ul.nav li,
#nav-page.oversized .nav,
.bravo #nav-page.oversized ul.nav li,
.bravo #nav-page.oversized .nav {
    display: block;
    width: 100%;
    margin: 0
}

#nav-page ul.nav.secondary {
    width: calc(100% + 110px);
    margin: 0 0 0 -55px;
    font-size: 11px;
    text-transform: uppercase;
    color: #636363;
    border-top: solid 1px #ccc
}

#nav-page.oversized ul.nav.secondary,
.bravo #nav-page.oversized ul.nav.secondary {
    border-top: none
}

#nav-page.oversized ul.nav.secondary li,
#nav-page.oversized.alpha ul.nav.secondary li {
    border-top: solid 1px #ccc
}

#nav-page ul.nav.secondary a {
    color: #777
}

.fixed #nav-page.oversized,
.bravo #nav-page.oversized {
    width: 100%;
    min-height: 0;
    clear: left
}

#nav-page.oversized ul.nav.secondary,
.fixed #nav-page.oversized ul.nav.secondary,
.bravo #nav-page.oversized ul.nav.secondary,
.fixed .bravo #nav-page.oversized ul.nav.secondary {
    position: initial;
    top: initial;
    right: initial;
    width: 100%;
    margin: 0
}

.fixed #nav-page ul.nav.secondary {
    width: calc(100% + 270px);
    margin: 0 -65px 0 -205px
}

.fixed #nav-page {
    float: left;
    width: calc(100% - 160px);
    min-height: 43px
}

.fixed .navbar-header {
    position: relative;
    float: left;
    width: 150px
}

.fixed #nav-page {
    float: left
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 transparent
}

.oversized {
    background-color: #ffffff
}

.navbar .nav,
.navbar .nav>li {
    display: inline-block;
    float: none;
    margin: 0 12.5px;
    vertical-align: top
}

.fixed .navbar .nav,
.fixed .navbar .nav>li {
    margin: 0 1px 0 0
}

.nav li {
    border-bottom: 4px solid #000
}

.nav.secondary li {
    border-bottom: none
}

.nav.secondary,
.nav.primary {
    display: none
}

.nav.primary {
    margin-top: 10px
}

.fixed .nav.primary {
    margin-top: 0
}

.navbar-nav>li>a {
    padding: 12px 8px 6px;
    font-size: 12.5px;
    line-height: 12.5px
}

.bravo .oversized .navbar-nav>li>a {
    line-height: 28px
}

.navbar-nav.secondary>li>a {
    padding-bottom: 12px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent
}

.nav.primary .active a:hover {
    color: #fff
}

.nav.primary .child {
    position: relative;
    left: 0;
    display: none;
    width: 168px;
    padding: 6.75px 14px;
    margin: 4px -175px 4px 0;
    overflow: hidden;
    font-size: 11.5px;
    line-height: 28px;
    text-transform: initial
}

.nav.primary li:hover>.child {
    display: block
}

.nav.primary .child li {
    display: block;
    clear: left
}

.nav li[class*="section-"]:hover a,
.bravo .oversized .nav.primary a,
.bravo .oversized .nav.primary li[class*="section-"]:hover>a,
.bravo .oversized .nav.primary li[class*="section-"].active>a .bravo .nav.primary li[class*="section-"]:hover a>li[class*="section-"] a,
.bravo .nav.primary li[class*="section-"].active a>li[class*="section-"] a,
.nav li[class*="section-"].active a {
    color: #fff
}

.navbar {
    position: initial
}

.fixed .navbar-nav.primary>li>a {
    padding: 14px 8px 14px
}

.bravo .oversized .navbar-nav>li>a {
    padding: 14px 0
}

.navbar-inner {
    text-align: center
}

.brand {
    position: relative;
    display: none;
    float: left;
    width: 120px;
    height: 34px;
    margin: 4px 7px 0 7px;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center
}

.brand img {
    max-width: 120px;
    max-height: 34px;
    padding: 0;
    margin: 0
}

.fixed .navbar-header,
.fixed .navbar-header .brand {
    display: block;
    margin-right: 0;
    margin-left: 0
}

.header-search {
    position: absolute;
    top: 107px;
    right: 20px;
    font-size: 10px
}

.header-menu {
    position: absolute;
    top: 109px;
    left: 0;
    width: 40px;
    font-size: 17.5px;
    line-height: 0;
    cursor: pointer;
    text-align: center
}

.header-menu span {
    padding: 0;
    margin: 0;
    clear: both;
    font-size: 7.5px
}

.header-search a,
.header-search a:visited,
.header-search a:hover,
.header-search a:active,
.header-search a:link {
    color: #666
}

.header-social {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    color: #bcbbc0
}

.header-social .header-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 7px;
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #bcbbc0;
    border-radius: 50px
}

a.header-icon,
a:hover.header-icon,
a:visited.header-icon,
a:link.header-icon {
    color: #bcbbc0
}

.header-icon.facebook:hover,
.content .social .facebook:hover,
.card .social span.facebook:hover {
    color: #fff;
    border-color: #3a5795;
    background-color: #3a5795
}

.header-icon.google-plus:hover,
.content .social .google-plus:hover,
.card .social span.google-plus:hover {
    color: #fff;
    border-color: #d82f27;
    background-color: #d82f27
}

.header-icon.twitter:hover,
.content .social .twitter:hover,
.card .social span.twitter:hover {
    color: #fff;
    border-color: #50a5e6;
    background-color: #50a5e6
}

.header-icon.pinterest:hover,
.content .social .pinterest:hover,
.card .social span.pinterest:hover {
    color: #fff;
    border-color: #c93836;
    background-color: #c93836
}

.header-icon.instagram:hover,
.content .social .instagram:hover,
.card .social span.instagram:hover {
    color: #fff;
    border-color: #6292b3;
    background-color: #6292b3
}

.header-icon.linkedin:hover,
.content .social .linkedin:hover,
.card .social span.linkedin:hover {
    color: #fff;
    border-color: #007bb6;
    background-color: #007bb6
}

.header-icon.youtube:hover,
.content .social .youtube:hover,
.card .social span.youtube:hover {
    color: #fff;
    border-color: #ce2727;
    background-color: #ce2727
}

.nav *:hover {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

header.page.bravo {
    position: fixed;
    right: 0;
    left: 0
}

.fixed header.page.bravo {
    top: 0
}

.bravo .header-search,
.bravo .header-menu {
    top: 60px
}

.bravo .header-menu {
    display: none
}

header.page.bravo {
    height: 104px;
    background-color: #e2e2e3
}

header.page.bravo .navbar {
    height: 104px;
    background-color: transparent
}

header.page.bravo .navbar {
    position: relative;
    width: 100%;
    height: 103px;
    max-width: 970px;
    margin: 0 auto
}

header.page.bravo .container-fluid {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto
}

header.page.bravo #nav-page {
    position: relative;
    display: block;
    float: left;
    width: 735px
}

header.page.bravo #nav-page.oversized {
    width: calc( 100% + 80px);
    margin: 0 -40px
}

header.page.bravo #nav-page ul.nav.primary {
    position: absolute;
    top: 60px;
    left: 30px;
    width: 735px;
    margin: 0;
    overflow: hidden;
    text-align: left;
    letter-spacing: -.5px
}

header.page.bravo #nav-page ul.nav.primary>li {
    font-size: 12.5px;
    font-weight: 700
}

header.page.bravo #nav-page ul.nav.primary>li .child {
    font-weight: 300
}

header.page.bravo #nav-page.oversized ul.nav.primary {
    position: initial;
    top: initial;
    left: initial;
    width: 100%
}

.bravo .nav.primary a {
    color: #000
}

.bravo #nav-page ul.nav.secondary {
    position: absolute;
    top: 29px;
    left: 30px;
    width: 735px;
    margin: initial;
    text-align: left;
    text-transform: initial;
    border: none
}

.bravo #nav-page ul.nav.secondary a {
    font-size: 11.5px
}

.bravo .nav.secondary li[class*="section-"] a {
    color: #000
}

header.page.bravo .nav.secondary li,
header.page.bravo .nav.primary li {
    margin: 0
}

header.page.bravo #nav-page ul.nav.primary li {
    margin-right: 20px
}

header.page.bravo #nav-page.oversized ul.nav.primary li {
    margin-right: 0;
    text-align: center
}

header.page.bravo #nav-page.oversized ul.nav.primary li {
    border-top: solid 1px #cccccc
}

header.page.bravo #nav-page.oversized ul.nav.primary li:first-of-type {
    border-top: none 0
}

header.page.bravo #nav-page ul.nav.secondary li {
    margin-right: 24px
}

header.page.bravo #nav-page.oversized ul.nav.secondary {
    border-bottom: solid 1px #ccc
}

header.page.bravo #nav-page.oversized ul.nav.secondary li {
    margin-right: 0;
    text-align: center;
    background-color: #fff
}

header.page.bravo .logo {
    display: none
}

header.page.bravo .navbar-header,
header.page.bravo .brand {
    display: block;
    float: left;
    width: initial;
    height: 100px;
    max-width: 225px;
    max-height: initial;
    padding: 0;
    margin: 0;
    line-height: 100px
}

header.page.bravo .brand img {
    max-width: initial;
    max-height: initial;
    height: initial;
    width: initial
}

.bravo .nav li {
    border-bottom: none !important
}

.bravo #nav-page ul.nav.secondary a {
    color: #777
}

.bravo .header-social {
    top: 15px;
    color: #9e9fa0
}

.bravo .header-social .header-icon {
    width: 30px;
    height: 30px;
    padding: 3px;
    font-size: 10px
}

.bravo .nav li a,
.fixed .bravo #nav-page:not(.oversized) .nav li a {
    padding: 0
}

.bravo .nav li[class*="section-"]:hover,
.bravo .nav li[class*="section-"] a:hover,
.bravo .nav li[class*="section-"].active {
    background-color: initial
}

ul.nav.primary ul.nav.child {
    border-bottom-color: #000;
    background-color: #000
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #nav-page ul.nav.primary {
        display: inline block
    }
    header.page .wrap {
        max-width: none
    }
}

@media screen and (min-width:700px) {
    .header-social {
        display: block
    }
    #nav-page.oversized ul.nav li,
    .bravo #nav-page.oversized ul.nav li {
        float: left;
        width: 50%
    }
    header.page.bravo #nav-page.oversized ul.nav.primary li {
        border-right: solid 1px #ccc
    }
    header.page.bravo #nav-page.oversized ul.nav.primary li:first-of-type+li {
        border-top: none 0
    }
    header.page.bravo #nav-page.oversized ul.nav.primary li:nth-child(2n) {
        border-right: none 0
    }
}

@media screen and (min-width:825px) {
    .navbar-header .brand,
    .navbar-header {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .fixed #nav-page {
        width: calc(100% - 300px)
    }
}

.issues.list .issues {
    max-height: 513px;
    overflow: hidden
}

.list .issues {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.list .issues .issue {
    float: left;
    width: 90px;
    height: 156px;
    margin-bottom: 15px
}

.list .issues .issue .name {
    float: left;
    font-size: 14.5px;
    line-height: 20px
}

.list .issue-card .name {
    float: left;
    clear: left;
    font-size: 36px;
    line-height: 65px;
    max-height: 65px;
    overflow: hidden
}

.list .issues .issue figure {
    width: 90px;
    height: 120px;
    margin: 0
}

.issue .cover img {
    float: left;
    width: 182px
}

.issue .cover img+.name {
    width: 100%
}

.magazine .issue .cover img {
    width: calc(100% - 123px);
    max-width: 147px
}

.magazine .issues .issue figure.cover,
.issues .issue figure.cover,
.issues .issue .cover img {
    width: 100%
}

.list.issue .issue-card {
    min-height: 315px;
    margin-top: 15px
}

.list.issue .cover img {
    max-width: initial
}

.list.issue>.copy {
    height: 200px
}

.issue .issue-link {
    float: left;
    width: 115px;
    margin-left: -12px;

    /* added */
   position: absolute;
   right: 10px;
   top: 210px;
}

.issue .issue-link span {
    display: block;
    width: 100%;
    padding: 5px 8px
}

.arrow-over {
    width: 0;
    height: 0;
    border-top: 12px solid #000;
    border-left: 12px solid transparent
}

.featured.issue .card {
    width: 100%
}

.featured.issue .card figure.cover {
    width: 100%;
    height: auto
}

.featured.issue .card figure.cover+.copy {
    width: 100%;
    margin-left: 0
}

.featured.issue article.issue-details {
    height: auto
}

.issue .teaser {
    display: block
}

.issue .copy {
    padding: 0;
    margin-top: 10px
}

.issue .issue-link {
    float: left;
    width: 135px;
    margin-left: -12px
}

.issue .issue-link span {
    display: block;
    width: 100%;
    padding: 5px 8px
}

.magazine>.card.issue {
    width: 100%;
    height: auto
}

.magazine .issues .title span {
    position: absolute;
    right: 6px;
    font-size: 12.5px
}

.magazine>.card.issue .card {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.magazine .issue .horizontal.card.image:first-child .thumb {
    width: 270px
}

.issue-link span a,
.issue-link span a:visited,
.issue-link span a:hover,
.issue-link span a:focus {
    font-size: 12px;
    letter-spacing: .125em;
    text-transform: uppercase;
    color: #fff
}

.magazine>.card.issue,
.magazine>.card.issue:before,
.magazine>.card.issue:after,
.list.issue .featured.card:before,
.list.issue .featured.card:after {
    border: none
}

.magazine>.card .horizontal.card {
    min-height: 290px
}

.list.issue .featured.card {
    width: 100%
}

.list.issue .card .cover+.copy {
    width: 100% !important;
    margin-left: 0;
    clear: left
}

.list.issue .featured.card:not(.image-9x16) .teaser {
    display: block;
    height: 240px
}

.magazine-archives .standard.card {
    width: calc(50% - 30px);
    height: auto;
    min-width: initial;
    margin: 15px
}

.magazine-archives .card:nth-child(2n+0) {
    clear: left
}

.magazine-archives .standard.card img {
    width: 100%;
    margin-bottom: 12px
}

.magazine-archives .standard.card:not(.image-9x16) .teaser {
    height: 150px
}

.magazine.card .issue {
    position: relative;
    float: left;
    width: 45%;
    height: 100%;
    max-width: 269px;
    overflow: hidden
}

.horizontal.magazine.card.image .issue .cover {
    position: relative;
    float: left;
    width: calc(100% - 12px);
    height: auto;
    max-width: calc(100% - 12px);
    min-width: calc(100% - 12px)
}

.magazine .featured.wrapper {
    width: calc(100% - 30px);
    height: 600px
}

@media screen and (min-width: 1025px) {
    .magazine .featured.wrapper {
        width: 640px;
        margin: 15px
    }
}

.magazine.card .issue .issue-link {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 160px;
}

.magazine.card .issue .banner {
    position: relative;
    float: right;
    width: 145px;
    margin-bottom: 12px
}

.magazine.card .issue .banner:after {
    position: absolute;
    right: 0;
    bottom: -12px;
    float: right;
    width: 0;
    height: 0;
    content: "";
    border-top: 12px solid #000;
    border-right: 12px solid rgba(0, 0, 0, 0)
}

.magazine.card .issue+.copy {
    float: left;
    width: 55%;
    height: 100%;
    padding: 0 0 0 15px
}

@media screen and (min-width: 400px) {
    .magazine>.card.issue {
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 550px) {
    .magazine .issue .horizontal.card.image:first-child .thumb+.copy {
        width: calc(100% - 270px)
    }
    .magazine-archives .standard.card {
        width: calc(25% - 30px)
    }
    .magazine-archives .card:nth-child(2n+0) {
        clear: initial
    }
    .magazine-archives .card:nth-child(4n+2) {
        clear: left
    }
}

@media only screen and (max-width:659px) {
    .featured.card.issue-details {
        width: 100%;
        height: auto
    }
    .featured.issue {
        height: auto
    }
    .featured.card.issue-details figure+.copy {
        height: auto;
        max-height: 160px;
        overflow: hidden
    }
}

@media screen and (min-width:780px) {
    .magazine>.card.issue {
        width: calc(100% - 365px);
        height: 600px
    }
    .magazine>.card.issue+.issues.list {
        width: 305px
    }
}

@media screen and (min-width:1025px) {
    .magazine>.card.issue {
        width: 640px
    }
    .magazine .issue figure.cover {
        width: 50%
    }
    .magazine-archives .card:nth-child(2n+0) {
        clear: initial
    }
    .magazine-archives .card:nth-child(4n+2) {
        clear: left
    }
}

@media screen and (min-width: 685px) {
    .issue .card figure.cover {
        width: 305px
    }
    .issue .card .cover+.copy {
        float: left;
        width: calc(100% - 285px) !important;
        margin-left: 15px
    }
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

main.page.style-guide .preview {
    float: left;
    width: 40%;
    padding: 10px 20px
}

.styles {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    width: 50%;
    padding: 50px;
    margin-right: calc(-50% + 50px);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}

.styles:hover {
    margin-right: 0
}

.styles style {
    position: relative;
    display: block;
    height: 100%;
    padding: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    font: 12px/1.5 Monaco, Mono-Space;
    white-space: pre;
    letter-spacing: initial;
    color: #fff;
    background: #333
}

.img-responsive {
    min-width: 100%
}

.wrap {
    width: 100%;
    max-width: 1025px;
    padding: 10px;
    margin: 0 auto;
}
footer .wrap{
   margin-bottom: 20px
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    line-height: 37.5px;
    border: none;
    border-radius: 0;
    background-image: none
}

.img-responsive {
    margin: 0 auto
}

@media screen and (min-width:400px) {
    main.page {
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        padding: 20px
    }
}

.load-more {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
    clear: left;
    text-align: center;
    text-transform: uppercase
}

.load-more a {
    position: relative;
    height: 24px;
    font-size: 11px;
    line-height: 24px
}

.load-more i {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    font-size: 24px
}

main.page {
    width: 100%
}

.card {
    width: 100%;
    padding: 0;
    margin: 0 auto
}

.list {
    width: 100%;
    padding: 0;
    margin: 0 auto
}

a {
    text-decoration: none;
    color: #000
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #000
}

.card,
.list,
.section-name .title {
    position: relative
}

.section-name {
   padding-top: 20px;
   clear: left;
   text-align: center;
   text-transform: uppercase
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%
}

@media screen and (min-width: 700px) {
    .video-wrapper {
        padding-top: 60px
    }
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

video {
    width: 100% !important;
    height: auto !important
}

#component-comments .comments {
    margin-top: 23px
}

@media print {
    header .wrap,
    .header-search,
    .header-menu,
    .header-social,
    section.content .related,
    section.content .advertisement,
    section.content .section-name,
    section+section,
    main.content~section.section,
    .content .section-name,
    header~.advertisement.leaderboard,
    header~.advertisement,
    section~.fixed .advertisement.super-leaderboard,
    section~.load-more,
    footer {
        display: none;
        border: 0 none
    }
    header.page,
    .fixed header.page,
    header .logo {
        display: block !important;
        left: 0;
        top: 0;
        position: relative
    }
    a[href]:after {
        content: none !important
    }
    main.content.page>article {
        float: none
    }
}

html {
    box-sizing: border-box
}

html,
body {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

*,
*:before,
*:after {
    box-sizing: inherit
}

.section-logo {
    margin: 0 15px
}

.advertisement.leaderboard {
    display: block
}

.section>.ad-300x250 {
    height: 290px
}

.section>.ad-300x600 {
    height: 600px
}

.section.page {
    width: 100%;
    padding: 10px
}

.section>.card,
.section>.list,
.section>.advertisement {
    float: left;
    width: 100%;
    min-width: 300px;
    margin: 15px 0
}

.section.latest-news> :not(:last-child).card {
    margin-bottom: 0
}

@media screen and (min-width: 400px) {
    .section>.card,
    .section>.list,
    .section>.advertisement {
        float: left;
        width: calc(100% - 30px);
        margin: 15px
    }
}

.card {
    padding-bottom: 15px
}

.card .thumb {
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
    padding: 0;
    margin: 0;
    background: url() no-repeat center center / cover
}

.card.video .thumb:after,
.list .video.featured figure:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    font-family: "FontAwesome";
    font-size: 80px;
    line-height: 80px;
    content: "\f144";
    text-align: center;
    opacity: .6;
    color: #fff
}

.list .featured figure,
.list .video .thumb .image {
    position: relative
}

.list .video .thumb .image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 40px;
    content: "\f144";
    text-align: center;
    opacity: .6;
    color: #fff
}

.card .copy {
    float: left;
    width: 100%;
    overflow: hidden
}

.card .thumb+.copy {
    width: calc(100% - 75px)
}

.details {
    float: left;
    width: 90px;
    margin: 0 30px 8px 0
}

.no-image.card .details,
.horizontal.card .details {
    width: auto;
    margin-right: 0
}

.no-image.card .details span,
.horizontal.card .details span {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.details .social {
    position: absolute;
    top: -15px;
    left: 75px;
    display: none;
    width: 225px;
    height: 45px;
    padding: 0;
    font-size: 36px;
    line-height: 50px;
    color: rgb(226, 226, 227);
    border-radius: initial;
    background-color: rgb(255, 255, 255)
}

.details .share:hover .social {
    display: block
}

.details span {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px
}

.details span.tag {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .5px
}

.card.image .details span {
    display: none
}

.card .details span.tag,
.card.image .details span.tag {
    display: block
}

.card .name {
    max-height: 76px;
    overflow: hidden;
    clear: left;
    clear: left;
    font-size: 24px;
    line-height: 36px
}

.card.image .name {
    max-height: 50px;
    overflow: hidden;
    font-size: 17.5px;
    line-height: 24px
}

.card .teaser {
    max-height: 100px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px
}

.card:not(.image) .teaser {
    max-height: 140px
}

.card.image .teaser {
    height: 0
}

.standard.card.image .thumb {
    /*width: 100%*/
    width: 100%;
    display: block;
    float: none;
}

.standard.card.image .thumb+.copy {
    width: 100%;
    height: auto;
    padding: 15px 0 0
}

.standard.card.image .thumb+.copy .name {
    max-height: 74px;
    overflow: hidden;
    clear: none;
    clear: none
}

.standard.card.image .details span {
    display: block
}

.standard.card.image.image-9x16 .thumb {
    float: left;
    width: 45%;
    height: 100%
}

.standard.card.image.image-9x16 .thumb+.copy {
    float: left;
    width: 55%;
    height: 100%;
    padding: 0 0 0 15px
}

.latest-news .horizontal.feed.card.image .copy {
    width: 73%
}

.standard.card.image.image-9x16 .thumb+.copy .name {
    clear: left
}

.standard.card.image.image-9x16 .thumb+.copy .teaser {
    height: 100%;
    max-height: 145px
}

.standard.card.image.image-9x16 .details .date,
.standard.card.image.image-9x16 .details .share {
    display: none
}

.horizontal.card {
    height: 305px
}

.horizontal.feed.card {
    float: left;
    width: 100%;
    height: initial
}

.horizontal.feed.card.image .thumb {
    display: none
}

.horizontal.feed.card.image .copy {
    width: 100% !important
}

@media screen and (min-width: 400px) {
    .horizontal.feed.card {
        width: calc(100% - 30px)
    }
    .horizontal.feed.card.image .thumb {
        display: block;
        width: 140px;
        height: 140px
    }
    .horizontal.feed.card.image .copy {
        width: calc(100% - 140px) !important
    }
}

.horizontal.feed.card .name {
    max-height: 136px;
    overflow: hidden;
    font-size: 36px;
    line-height: 34px
}

.featured.card .thumb {
    width: 100%;
    height: 360px
}

.featured.card .thumb+.copy {
    width: 100%;
    height: auto;
    padding: 15px 0 0
}

.featured.card .details span {
    display: block
}

.featured.card .name {
    max-height: 116px;
    overflow: hidden;
    clear: none;
    font-size: 24px;
    line-height: 36px
}

.horizontal.card .teaser {
    height: 100%;
    max-height: 72px
}

.featured.card.image.image-9x16 {
    height: 420px
}

.horizontal.card.image .thumb,
.featured.card.image.image-9x16 .thumb {
    float: left;
    width: 45%;
    height: 100%;
    max-width: 269px
}

.horizontal.card.image .thumb+.copy,
.featured.card.image.image-9x16 .thumb+.copy {
    float: left;
    width: 55%;
    height: 100%;
    padding: 0 0 0 15px
}

.featured.card.image.image-9x16 .thumb+.copy .name {
    clear: left
}

.featured.card .teaser {
    height: 100%;
    max-height: 75px
}

.featured.wrapper {
    width: calc(100% - 30px);
    margin: 15px
}

.featured.wrapper .featured.card,
.featured.wrapper .horizontal.card {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.full.featured.card {
    width: 100%;
    height: auto !important
}

.full.featured.card .teaser {
    height: auto !important
}

.award-categories {
    margin: 0 15px
}

.award-categories .title {
    margin: 15px 0
}

.section.award .wrapper.large {
    margin: 15px
}

.section.award>.title {
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px
}

.full.featured.card .name~.name {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

.event.card .date+.copy {
    float: left;
    width: calc(100% - 90px);
    margin-left: 15px
}

.event.card .date {
    float: left;
    width: 75px;
    margin: 15px 0;
    font-size: 12px;
    text-align: center;
    color: #bcbbc0;
    border-right: 1px solid rgb(226, 226, 227)
}

.event.card .date .month {
    margin: 8px 0 0;
    font-size: 12px
}

.event.card .date .day {
    margin: 0;
    font-size: 56px;
    font-weight: 400;
    line-height: 50px
}

.event.card .venue {
    border-bottom: 0 none transparent
}

.event.card .dates {
    clear: left;
    font-style: italic
}

.horizontal.event.card .date {
    float: left;
    width: 75px;
    margin: 15px 0;
    text-align: center;
    border-right: 1px solid #e2e2e3
}

.horizontal.event.card .date .month {
    margin: 8px 0 0
}

.horizontal.event.card .date .day {
    margin: 0;
    font-size: 56px;
    line-height: 50px;
    border: 0 none transparent
}

.horizontal.event.card .copy {
    width: calc(100% - 105px);
    height: 115px;
    max-height: 115px;
    padding: 15px 0 0 15px;
    overflow: hidden
}

.horizontal.event.card .name {
    font-size: 17.5px;
    line-height: 24px
}

.horizontal.event.card .teaser {
    height: 28px;
    margin-top: 0
}

.ugc>.horizontal.card {
    height: auto
}

@media screen and (min-width:780px) {
    .section>.card,
    .section>.ad-300x250,
    .section>.ad-300x600 {
        float: left;
        width: calc(50% - 30px);
    }
    .section>.list {
        float: left;
        width: calc(40% - 30px)
    }
    .issues.vertical.list {
        width: calc(40% - 30px) !important;
    }
    .latest-news .horizontal.feed.card.image .copy {
        width: calc(100% - 255px) !important
    }
    .latest-news .feed.card.image .thumb {
        width: 240px;
        height: 240px
    }
    .section>.list {
        height: 600px
    }
    .list.recent {
        width: 305px;
        height: 500px
    }
    .list.recent+.ad-300x250 {
        float: right;
        width: 305px;
        height: 285px
    }
    .section>.ad-300x250,
    .standard.card,
    .event.card {
        height: 375px
    }
    .horizontal.card {
        width: calc(100% - 365px);
        height: 285px
    }
    .featured.card.image.image-9x16,
    .featured.card {
        width: calc(100% - 365px);
        height: 500px
    }
    .featured.card .details span {
        display: block
    }
    .featured.wrapper {
        width: calc(100% - 365px);
        height: 820px
    }
    .featured.wrapper .featured.card,
    .featured.wrapper .featured.card.image.image-9x16,
    .featured.wrapper .horizontal.card {
        width: 100%;
        margin-bottom: 15px
    }
}

@media screen and (min-width:1025px) {
    .section>.list,
    .section>.card,
    .section>.ad-300x250,
    .section>.ad-300x600 {
        width: 305px
    }
    .list.recent+.ad-300x250 {
        height: 290px
    }
    .section>.ad-300x250,
    .standard.card,
    .event.card {
        height: 285px
    }
    .horizontal.card {
        width: 640px;
        height: 290px
    }
    .featured.card {
        width: 640px
    }
    .featured.card:not(.image-9x16) .teaser {
        height: 0
    }
    .horizontal.card .name,
    .featured.card .name {
        max-height: 90px;
        overflow: hidden;
        font-size: 36px;
        line-height: 44px
    }
    .featured.wrapper {
        width: 640px;
        margin: 15px
    }
    .featured.wrapper .featured.card,
    .featured.wrapper .horizontal.card {
        width: 100%;
        margin-bottom: 15px;
        padding-top: 15px;
    }
}

.list {
    width: 100%;
    width: calc(100% - 20px);
    border-bottom: 1px solid #e2e2e3
}

.list .thumb {
    float: left;
    width: 75px;
    height: 75px;
    margin: 15px 0
}

.list .thumb .image {
    float: left;
    width: 75px;
    height: 75px;
    padding: 0;
    margin: 0;
    background: url() no-repeat center center / cover
}

.list .content:not(.featured) .tag {
    width: 100%;
    border-bottom: 0 none rgba(0, 0, 0, 0)
}

.list .copy {
    height: 75px;
    margin: 17px 0;
    overflow: hidden
}

.list .featured {
    min-height: 315px;
    margin-top: 15px
}

.list .featured .details span {
    display: block
}

.list .event .date+.copy,
.list .thumb+.copy {
    float: left;
    width: calc(100% - 90px);
    padding-left: 15px
}

.list .event .date {
    float: left;
    width: 90px;
    margin: 15px 0;
    font-size: 12px;
    text-align: center;
    color: #bcbbc0;
    border-right: 1px solid rgb(226, 226, 227)
}

.list .event .date .month {
    margin: 8px 0 0;
    font-size: 12px
}

.list .event .date .day {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 50px
}

.featured .title,
.list .title {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 24px;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    border-top: 8px solid #000
}

.list article {
    float: left;
    width: 100%;
    min-height: 110px;
    border-bottom: 1px solid #e2e2e3
}

.list article:last-of-type {
    border-bottom: 0 solid transparent
}

.list .teaser {
    display: none;
    height: 56px
}

.calendar.card.featured {
    height: auto
}

@media screen and (min-width: 685px) and (max-width: 1024px) {
    .calendar.page .list.recent {
        width: calc(100% - 365px)
    }
    .calendar.page .list.recent+.ad-300x250 {
        float: right;
        width: 305px;
        height: 290px
    }
    .calendar.page .calendar.card.featured,
    .calendar.page .event-block {
        width: calc(100% - 30px)
    }
}

.calendar.featured .controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.calendar.featured .controls span {
    margin: 0 15px
}

.calendar.featured .legend {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    font-size: 16px;
    color: #bcbbc0;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.calendar.featured .legend .day {
    width: 14%;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    border-top-width: 0;
    border-bottom-width: 0
}

.calendar.featured .legend .day:first-of-type {
    border-left-width: 0
}

.calendar.featured .legend .day:last-of-type {
    border-right-width: 0
}

.calendar.featured .month {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.calendar.featured .week {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.calendar.featured .day {
    position: relative;
    width: 14%;
    font-size: 22px;
    font-weight: 300;
    line-height: 70px;
    text-align: center;
    border: 1px solid #e2e2e3
}

.calendar.featured .date {
    font-size: 22px;
    font-weight: 300;
    line-height: 70px;
    color: rgb(109, ​ 109, ​ 109)
}

@media screen and (min-width: 550px) {
    .calendar.featured .date {
        font-size: 32px
    }
}

@media screen and (max-width: 600px) {
    .calendar.featured .title .previous .mobile,
    .calendar.featured .title .next .mobile {
        display: none
    }
}

.calendar.featured .day div[class*="date-"]:hover {
    font-weight: 300;
    cursor: pointer
}

.calendar.featured .day a.active,
.calendar.featured .day div.active {
    font-weight: 300
}

.calendar.featured .day .count {
    position: absolute;
    right: 6px;
    bottom: -24px;
    font-size: 10.5px
}

.calendar.featured .week:first-of-type .day {
    border-top-width: 0
}

.calendar.featured .week:last-of-type .day {
    border-bottom-width: 0
}

.calendar.featured .week .day:first-of-type {
    border-left-width: 0
}

.calendar.featured .week .day:last-of-type {
    border-right-width: 0
}

.card.horizontal.event {
    height: 115px
}

.calendar.page .submit {
    text-align: right
}

.card.calendar,
.card.calendar:before,
.card.calendar:after {
    background: none;
    border: none
}

.cse input.gsc-input,
input.gsc-input {
    background-image: none !important
}

.search .card figure {
    float: left;
    width: 134px
}

.search .card .name {
    font-size: 17.5px;
    line-height: 24px
}

.search .card figure+.name {
    width: 100%;
    width: calc(100% - 134px);
    width: -webkit-calc(100% - 134px);
    padding-left: 16px;
    clear: initial
}

.search .card .copy .teaser {
    display: block
}

.search #gsc-iw-id1 {
    height: 40px
}

.search #gsc-iw-id1:focus {
    box-shadow: none
}

.search .gsib_a {
    padding: 0
}

.search .gsib_a input {
    padding: 0 0 0 12px !important
}

.search input.gsc-search-button-v2 {
    width: 80px;
    min-width: 3px;
    padding: 13px 33px;
    margin-top: 2px
}

.search .gsc-search-button {
    height: 40px !important;
    padding-top: 7px;
    margin: 0 !important;
    border: none
}

.search .gsib_b {
    display: none
}

.search .gsc-option-menu,
.search .gsc-selected-option,
.search .gsc-selected-option-container {
    width: auto !important;
    height: auto;
    padding: none !important;
    font-size: 13px;
    font-weight: inherit;
    background-color: #fff;
    background-image: none;
    box-shadow: none
}

.search .gsc-control-cse .gsc-table-result,
.search b,
.search strong {
    margin-bottom: 15px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 28px !important
}

.search .gs-webResult.gs-result a.gs-title:link,
.search .gs-webResult.gs-result a.gs-title:link b,
.search .gs-imageResult a.gs-title:link,
.search .gs-imageResult a.gs-title:link b,
.search .gsc-control-cse,
.search .gs-title {
    height: auto !important;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none !important
}

.search .gsc-control-cse .gs-spelling,
.search .gsc-control-cse .gs-result .gs-title,
.search .gsc-control-cse .gs-result .gs-title * {
    font-size: 18px !important
}

.search .gsc-table-result,
.search .gsc-thumbnail-inside,
.search .gsc-url-top {
    padding: 0
}

.search .gs-webResult .gs-visibleUrl-long,
.search .gs-promotion .gs-visibleURl-long {
    color: #bcbbc0 !important
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
    border: none !important;
    background-color: #e2e2e3 !important
}

@media screen and (min-width:400px) {
    .calendar.featured .day {
        font-size: 32px
    }
    .section.page,
    main.page {
        padding: 10px 10px 20px
    }
}

.advertise .featured.card,
.advertise .list,
.about-us .featured.card,
.about-us .list {
    height: auto
}

.award-categories {
    float: left;
    width: 640px
}

.award-option {
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgb(188, 187, 192)
}

body {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 24px
}

.capitalize {
    text-transform: capitalize
}

.uppercase {
    text-transform: uppercase
}

.list article .wrap {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1
}

.name {
    margin-top: 0;
    font-size: 36px;
    font-weight: 300
}

.list .name,
.page.static h2.name {
    margin: 0;
    font-size: 17.5px;
    line-height: 24px
}

.teaser {
    margin-top: 10px;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 28px
}

.list .wrap {
    display: inline;
    float: left
}

.card .teaser,
.list .teaser {
    font-size: 14.5px
}

.details {
    font-size: 11px;
    font-weight: 700;
    line-height: 12px
}

.tag,
.date {
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgb(188, 187, 192)
}

.details .date {
    margin-top: 10px
}

.title {
    padding: 15px 0;
    margin: 0;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0;
    border-top: 10px solid #000;
    border-bottom: 1px solid #e2e2e3
}

section.content .body h6 {
    font-size: 11px;
    font-style: italic;
    line-height: 18px
}

section.content .body p+h6 {
    margin-top: 48px
}

.fa-email::before {
    content: "";
}

.header-icon.email:hover,
.content .social .email:hover,
.card .social span.email:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}


/* updates 2020 */
#closeAds {
    position: absolute;
    right: 10px;
    font-family: arial;
    cursor: pointer;
    background: #c9c9c9;
    padding: 0px 9px;
    border-radius: 100%;
}
