body {
    margin: 0px auto 0px auto;
    padding: 0;
    font-family: Calibri, Arial, Verdana, Sans-Serif;
    font-size: 16pt;
}

img {
    border: none
}

h1 {
    margin: 0px 0px 10px 0px;
    font-size: xx-large;
}

h2 {
    margin: 0px 0px 10px 0px;
    font-size: larger;
}

h3 {
    margin: 0px 0px 10px 0px;
    font-size: large;
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: #10376b;
    cursor: pointer
}

a:active,
a:hover {
    font-weight: bold;
}

table {
    border: none
}

table td {
    vertical-align: top
}

blockquote {
    margin: 10px auto;
    padding: 5px 25px;
    outline: solid 4px;
    outline-offset: -4px;
}

hr {
    border: none;
    height: 2px;
    background: rgba(0, 0, 0, .25);
}

#aspnetForm {
    background: transparent !important
}

#header {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 85px;
    text-align: center;
    overflow: hidden;
}

#header a,
#header a:visited,
#header a:active {
    text-decoration: none;
}

#header .logo {
    margin: 10px auto 10px auto;
    height: 40px;
    display: block;
}

#header .logo img {
    margin: auto;
    width: auto;
    height: 100%;
    display: block;
}

#header .menuBTN,
#header .menuCBTN {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#header .menuBTN img,
#header .menuCBTN img {
    width: 100%;
    height: 100%;
}

#header .themeB {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
}

#header .themeB img {
    width: 100%;
    height: 100%;
}

#header .links {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 0px 2px 0px;
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

#header .links a {
    margin-left: 10px;
    vertical-align: middle;
}

#header .links a:nth-child(1) {
    margin-left: 0px;
}

.menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999;
}

.menu .wrapper {
    padding: 1%;
}

.menu .links {
    border-top: solid 1px #e6e6e6;
}

.menu .links a {
    display: block;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    border-bottom: solid 1px #e6e6e6;
}

.menu .moreLinks {
    margin-top: 20px;
    font-size: medium;
    font-weight: bold;
}

.menu .moreLinks .header {
    margin-bottom: 10px;
    color: #808080;
}

.menu .moreLinks .linkList {
    display: inline-block;
    width: 49%;
}

.menu .moreLinks .linkList a {
    display: block;
}

.menu .social {
    margin-top: 20px;
    font-weight: bold;
}

.menu .social .header {
    margin-bottom: 10px;
    color: #808080;
}

.menu .social img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu .sisterSites {
    display: grid;
    grid-gap: 10px;
    padding: 10px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    background: #7f7f7f;
}

.menu .sisterSites .header {
    padding: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, .25);
}

.menu .sisterSites .wrapper {
    background: none;
    text-align: center;
}

.menu .sisterSites a,
.menu .otherSites a:active,
.menu .otherSites a:hover,
.menu .otherSites a:visited {
    color: #fff;
}

.menu .sisterSites .site img {
    display: block;
    width: 100%;
    height: auto;
}

.menu .userbar {
    float: right;
    padding: 10px 20px;
    max-width: 50%;
    text-align: center;
}

.menu .userbar input {
    margin-bottom: 10px;
    width: 100%;
    font-size: large;
}

.menu .userbar input[type=checkbox] {
    margin: auto;
    width: auto;
}

#header .attention {
    position: absolute;
    top: -55px;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-animation: avAlert .5s infinite alternate;
}

@-webkit-keyframes avAlert {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

#header .attention .avatar {
    width: 100%;
    height: 100%;
}

.menu #searchForm {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border: none;
    overflow: hidden;
}

.menu #searchForm .gsc-control-cse {
    background: none;
    border: none;
}

#middle {
    margin: 10px auto 0px auto;
    width: 100%;
    overflow: visible;
}

#middle img {}

#middle embed {}

#middle object {}

#middle iframe {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#middle #left .content {
    padding: 10px 20px;
}

#middle #right .content {
    padding: 10px 20px 10px 0px;
}



#middle .social {
    padding: 10px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    background: #bfbfbf;
}

#middle .social .header {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .75);
}

#middle .social .socialLinks {
    margin: auto;
    display: block;
}

#middle .social img {
    margin: 0px;
    width: calc((100% - 20px) / 9);
    height: calc((100% - 20px) / 9);
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #bfbfbf;
}

#left {
    width: inherit;
}

#right {
    width: 320px;
}

#right {}

#right .social {
    margin-bottom: 0px;
    width: 300px;
}

#right .social .link {
    display: inline-block;
    width: 49%;
    height: 49px;
}

#right .social .link img {
    width: 100%;
    height: 100%;
}

#right .headline h2,
#right .headline h3 {
    font-size: medium;
}

#right .pHeadlines,
#right .hotHeadlines {
    width: 300px;
}

#right .ad {
    margin: 10px auto 10px auto;
    width: 300px;
    text-align: center;
}

#right .hot,
#right .popular {
    margin: 0px 0px 10px 0px;
    padding: 10px;
}

#right .headlines {
    padding: 0px;
}

#right .headlines .title {
    font-size: large;
    text-shadow: none;
}

.headlines {
    margin: 0px;
    padding: 10px;
    overflow: auto
}

#left .headlines {
    padding: 0px 10px;
}

.headlines .grid .headline {
    padding: 10px;
}

.headlines a,
.headlines a:active,
.headlines a:hover,
.headlines a:visited {}

.headlines .header {
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 5px 0px;
    overflow: auto;
}

.headlines .header h2 {
    margin: 0px;
    color: rgba(0, 0, 0, .5);
}

.headlines .header .text {
    display: inline-block;
    font-size: x-large;
    font-weight: bold;
}

.headlines .header .view {
    float: right;
    display: inline-block;
    width: 42px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

#left .otherSites .headlines:nth-of-type(odd) {
    background: none;
}

#left .otherSites .headlines:nth-of-type(even) {
    background: #efefef;
}

#left .otherSites .dhMore {
    margin-right: 0px;
}

#left .dMore {
    text-align: center;
}

#left .dhMore {
    margin: 0px 10px 20px 0px;
    text-align: right;
}

#left .dhMore .link {
    font-weight: bold;
    white-space: nowrap;
    color: #10376b;
}

.headlines .headline {
    position: relative;
}

.headlines .headline h1 {
    margin: inherit;
    font-size: inherit
}

.headlines .headline h2,
.headlines .headline h3 {
    font-size: large;
}

.headlines .headline .title {
    margin: 0px;
    font-weight: bold
}

.headlines .headline .imgWrap {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.headlines .headline .imgWrap:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    pointer-events: none;
}

.headlines .headline .image {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: url(/images/loading.gif) no-repeat center;
}

.headlines .headline .summary {
    display: none;
}

.headlines .headline .details {
    margin-bottom: 0px;
    width: 100%;
    display: block;
    font-size: small;
    overflow: hidden;
}

.headlines .headline .author {
    width: 50%;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.headlines .headline .time {
    width: 45%;
    text-align: right;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.headlines .grid {
    display: grid;
    grid-gap: 0px;
    word-wrap: break-word;
}

.headlines .grid .separator {
    display: none
}

.headlines .grid .headline:hover,
.headlines .grid .headline:active {
    opacity: 1;
}

.headlines .grid .headline {
    word-break: break-word;
}

.headlines .grid .headline .info {}

.headlines .grid .headline .info .title h2,
.headlines .grid .headline .info .title h3 {
    margin-bottom: 5px;
}

.headlines .grid .headline .category {
    display: block;
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    margin: 5px 5px 0px 0px;
    width: fit-content;
    max-width: 120px;
    font-size: smaller;
    font-weight: bold;
}

.headlines .grid .headline .category a {
    display: block;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headlines .grid .headline .info .title {
    display: block;
    word-break: break-word;
}

.headlines .grid .headline .info .summary {
    display: none;
}

.headlines .grid .headline .info .details {}

.homepage {
    padding: 0px 10px;
}

#DHeadlinesHome {
    margin: auto;
    max-width: 1280px;
}

.H1Home {
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.hot,
.popular {
    margin: 10px;
    color: #10376b;
    outline: 1px solid #8f8f8f;
    outline-offset: -1px;
    background: #efefef;
}

.hot .headlines a,
.hot .headlines a:active,
.hot .headlines a:hover,
.hot .headlines a:visited,
.popular .headlines a,
.popular .headlines a:active,
.popular .headlines a:hover,
.popular .headlines a:visited {
    font-weight: bold;
    color: #10376b;
}

.hot .headlines .header,
.popular .headlines .header {
    text-align: right;
    color: #000;
    border-bottom: 1px solid #000;
}

.hot .headlines .header img {
    width: 20px;
    height: 30px;
    vertical-align: bottom;
    border: none;
    background: url(/images/icons/flameicon.svg) no-repeat center top;
}

.hot .headlines .header h2,
.popular .headlines .header h2,
.hot .headlines .header h3,
.popular .headlines .header h3 {
    margin: 0px;
    font-size: unset;
    color: #000;
}

.hot .headlines .headline h2,
.popular .headlines .headline h2,
.hot .headlines .headline h3,
.popular .headlines .headline h3 {
    font-size: large;
    text-shadow: none;
}

/*.hot .headlines .grid .headline:nth-child(5n+1) .info .title h2, .popular .headlines .grid .headline:nth-child(5n+1) .info .title h2,
        .hot .headlines .grid .headline:nth-child(5n+1) .info .title h3, .popular .headlines .grid .headline:nth-child(5n+1) .info .title h3 {font-size: large;}*/
.hot .headlines .grid {
    display: grid;
    grid-template-columns: unset;
}

.hot .headlines .grid .headline {
    display: grid;
    grid-template-columns: 80px auto;
}

.hot .headlines .grid .details {
    display: none;
}

.hot .headlines .headline .imgWrap,
.popular .headlines .headline .imgWrap {
    display: none;
}

.hot .content,
.popular .content {
    padding: 10px;
}

.hot .header h2 {}

.hot .count {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: x-small;
    background: url(/images/buttons/chatbubble.svg) no-repeat;
    background-size: cover;
}

.hot .count span {
    display: block;
    margin: 10px 0px -5px 0px;
    font-size: large;
    font-weight: bold;
}

.popular .headline {
    margin-bottom: 10px;
}

.popular .headline .title {
    display: flex;
}

.popular .headline .title::before {
    flex: none;
    counter-increment: none;
    content: '';
    margin: 5px 5px 0px 0px;
    width: 15px;
    height: 15px;
    clip-path: circle(50%);
    background: #f68a2c;
}

#footer {
    clear: both;
    margin: 0px auto 0px auto;
    width: 100%;
    font-size: smaller;
    color: #fff;
    background: #595959;
}

#footer a,
#footer .content a:visited {
    text-decoration: none;
}

#footer .links {
    padding: 10px;
}

#footer .links a,
#footer .links a:visited {
    color: #fff;
}

#footer .copyright {
    padding: 10px;
}

#footer .copyright a {
    color: #f68a2c;
    text-decoration: underline;
}

.viewRecorder {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 1px;
    height: 1px;
}

.article {
    overflow: hidden;
}

.article .summary {
    margin: 0px auto 10px auto;
    height: fit-content;
    display: block;
    overflow: auto;
}

.article .summary .picture {
    margin: 8px 5px 5px 0px;
    width: 160px;
    height: 90px;
    float: left;
}

.article .summary .picture img {
    width: 100%;
    height: 100%;
}

.article .details {
    margin: 10px 0px;
    min-height: 40px;
    max-height: 60px;
    font-size: medium;
    display: block;
}

.article .details .category {}

.article .details .author {}

.article .content .imgWrap {
    position: relative;
    margin: 0px auto 0px auto;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    background: url(/images/loading.gif) no-repeat center;
}

.article .content .imgWrap .dBannerImg {
    position: absolute;
    top: 0;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article .content .imgWrap .mBannerImg {
    position: absolute;
    top: 0;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article .content .body .imgWrap {
    padding: 0px;
    display: block;
}

.article .content .body .imgWrap img {
    margin: 10px auto;
    display: block;
    width: 100% !important;
    height: auto !important;
}

.article .details .source {
    display: block;
}

.article .details .type {
    margin-top: 5px;
    float: right;
    display: block;
}

.article .details .type .name {
    padding: 5px 10px;
    color: #fff;
    font-size: larger;
    background: #f68a2c;
    border-radius: 5px;
}

.article .details .type .opinion {
    padding: 5px 10px;
    color: #fff;
    font-size: larger;
    color: #f68a2c;
    border: solid 1px #f68a2c;
    border-radius: 5px;
}

.article .body {
    clear: both;
    overflow: auto;
    display: block;
}

.article .body iframe,
.article .body .instagram-media,
.article .body .twitter-tweet {
    margin-left: auto !important;
    margin-right: auto !important;
}

.article .recArticle {
    margin: 20px 0px;
    padding: 10px;
    text-align: left;
    line-height: normal;
    overflow: auto;
}

.article .recArticle img {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 33%;
    height: auto;
}

.article .recArticle .header {
    font-size: smaller;
    font-weight: bold;
    text-transform: uppercase;
    color: #f68a2c;
}

.article .recArticle h2 {
    font-size: large;
}

.article .disclaimer {
    clear: both;
    margin: 10px 0px;
    padding: 10px;
    font-size: smaller
}

.article .disclaimer h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: large;
}

.article .disclaimer h4 a {
    text-decoration: underline;
}

.article .related {
    clear: both;
}

.article .morePosts .paging {
    margin: 10px auto 10px auto;
}

.article .morePosts .paging .button {
    font-size: smaller;
}

.article .imgWrap {
    outline: none;
    background: none;
}

.article #adInhouse {
    margin: 0px auto 10px auto;
    text-align: center;
}

.article #adInhouse .header {
    margin-bottom: 5px;
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
}

.article #adInhouse .ad {
    display: inline-block;
    width: 200px;
    height: 83px;
}

.article #adInhouse .ad img {
    width: 200px;
    height: 83px;
}

.ListButtons {
    margin: 0px auto 30px auto;
    text-align: center;
}

.ListButtons .button {
    display: inline-block;
}

.article .share {
    padding: 5px;
    text-align: center;
    outline-offset: -2px;
    background: #bfbfbf;
}

.article .share #FBiFrame {
    margin: 0px 0px 10px 5px;
    display: inline-block;
    vertical-align: middle;
}

.newsletterForm {
    margin-top: 20px;
    outline-offset: -2px;
    outline: none !important;
}

.share .button {
    float: right;
    margin: 15px 5px 10px 10px;
    border: solid 2px rgba(0, 0, 0, .5);
}

.share .button:hover {
    margin-top: 10px;
    margin-bottom: 15px;
}

.share .button a {
    color: #fff;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    padding: 0px 10px 0px 10px;
    display: block;
}

.PrevNext {
    margin: 20px auto 0px auto;
    padding: 0px 50px 0px 50px;
    clear: both;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    display: block;
}

.PrevNext a,
.PrevNext a:visited,
.PrevNext a:active {
    text-decoration: underline;
}

.catNav {
    margin-bottom: 10px;
    width: 100%;
    overflow: auto;
    font-weight: bold;
    border-bottom: solid 2px #000;
}

.catNav a,
.catNav a:visited,
.catNav a:hover {
    padding: 5px 10px;
    color: #fff;
    display: block;
    background: #000;
    float: left;
}

.catNav a.active,
.catNav a:hover {
    color: #bf0000;
    background: transparent;
}

.catInfo {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    overflow: auto;
}

.categories {
    margin-top: 20px;
}

.category {
    white-space: nowrap;
    display: inline;
}

.catImage {
    margin: 0px 0px 5px 10px;
    float: right;
}

.catDescription {
    display: block;
}

.pictures {
    width: 100%;
}

.pictures .picture {
    padding: 10px;
    text-align: center;
}

.pictures .picture:hover {
    background: rgba(0, 0, 0, 0.1);
}

.pictures .picture img {
    width: 146px;
    max-height: 146px;
    display: block;
}

.pictures .picture .name {
    font-weight: bold;
    display: block;
}

.pictures .picture .category {
    font-size: smaller;
    display: block;
    white-space: normal;
}

.picture .image {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.picture .info {
    clear: both;
    margin-bottom: 10px;
    padding-top: 10px
}

.picture .info .description {
    display: block;
    margin: 0px 0px 10px 0px;
}

.picture .info .button {
    display: inline-block;
    color: #fff;
}

.picture .nextLNK {
    margin-bottom: 10px;
    float: right
}

.picture .prevLNK {
    margin-bottom: 10px;
}

.videos {
    width: 100%;
}

.videos .seperator {
    display: inline-block;
}

.videos .video {
    margin-bottom: 10px;
    width: 216px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
}

.videos .video:hover {
    background: rgba(0, 0, 0, 0.1);
}

.videos .video img {
    width: 216px;
    height: 122px;
    display: block;
}

.videos .video .name {
    font-weight: bold;
    display: block;
}

.videos .video .category {
    font-size: smaller;
    display: block;
}

.video .player iframe,
.video .player embed,
.video .player object {
    width: 670px;
    height: 377px;
}

.video .info {
    margin-bottom: 10px;
    overflow: auto;
}

.video .info .description {
    display: block;
    margin: 10px 0px 10px 0px;
}

.video .info .date {
    margin: 10px 0px 20px 0px;
}

.video .info .button {
    display: inline-block;
    color: #fff;
}

.video .relatedVideos {
    clear: both;
    margin: 10px 0px 10px 0px;
    width: 100%
}

.video .relatedVideos .header {
    margin: 0px 0px 5px 0px;
    height: 22px;
    border-bottom: solid 2px #bfbfbf;
}

.video .relatedVideos .header .text {
    float: left;
    display: inline-block;
    font-size: large;
    font-weight: bold;
    color: #bfbfbf;
    background: #fff;
}

.video .relatedVideos .videos .seperator {
    display: inline-block;
}

.video .relatedVideos .video {
    margin-bottom: 5px;
    padding: 5px;
    width: 210px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}

.video .relatedVideos .video img {
    width: 210px;
    height: 118px;
    display: block;
}

.video .relatedVideos .video .name {
    font-weight: bold;
    display: block;
}

.wallpapers {
    width: 100%;
}

.wallpapers .wallpaper {
    margin-bottom: 10px;
    width: 216px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
}

.wallpapers .wallpaper:hover {
    background: rgba(0, 0, 0, 0.1);
}

.wallpapers .wallpaper .name {
    font-weight: bold;
    display: block;
}

.wallpapers .wallpaper .category {
    font-size: smaller;
    display: block;
}

.wallpaper .picture {
    width: 210px;
    display: inline-block;
    vertical-align: top;
}

.wallpaper .info {
    width: 455px;
    display: inline-block;
    vertical-align: top;
}

.wallpaper .info .name {
    font-weight: bold;
}

.wallpaper .info .description {
    display: block;
    margin: 10px 0px 10px 0px;
}

.wallpaper .info .button {
    display: inline-block;
    color: #fff;
}

.wallpaper .image {
    margin: 0px auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.video .share,
.wallpaper .share,
.picture .share {
    clear: both;
    margin-top: 10px;
    padding-top: 5px;
    border: solid 1px rgba(0, 0, 0, .5);
    border-left: none;
    border-right: none;
    overflow: auto
}

.comments {
    position: relative;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
}

.comments table {
    width: 100%;
}

.comments a {
    padding: 5px;
}

.comments .paging {}

.comments .paging span {
    margin-bottom: 20px;
    width: 100%;
    font-weight: bold;
    font-size: larger;
    vertical-align: middle;
    color: #f68a2c;
}

.comments .paging a {
    vertical-align: middle;
}

.comments .comment {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    word-break: break-word;
}

.comments .comment .cWrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.comments .comment .content {
    margin-top: 5px;
    flex: 1;
    word-wrap: break-word;
}

.comments .comment .content a {
    word-break: break-word;
}

.comments .comment .content img {
    display: block;
    margin: auto;
    max-width: 100%
}

.comments .comment .content embed {
    display: block;
    margin: auto;
    max-width: 100%
}

.comments .comment .content object {
    display: block;
    margin: auto;
    max-width: 100%
}

.comments .comment .content iframe {
    display: block;
    margin: auto;
    max-width: 100%
}

.comments .commentsSort {
    position: absolute;
    top: 18px;
    right: 0px;
}

.commentsCount {
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: larger;
    font-weight: bolder;
    display: block
}

.commentsCount a,
.commentsCount a:active,
.commentsCount a:hover,
.commentsCount a:visited {
    color: #f68a2c;
}

.commentsCount img.showComments {
    background: #f68a2c;
    mask-image: url(/images/buttons/chatbubblewdots.svg);
    -webkit-mask-image: url(/images/buttons/chatbubblewdots.svg);
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.commentsCount img.hideComments {
    background: #f68a2c;
    mask-image: url(/images/buttons/chatbubblewdots.svg);
    -webkit-mask-image: url(/images/buttons/chatbubblewdots.svg);
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.comments .manage {
    text-align: right;
    right: 0;
    font-size: smaller;
}

.comments .manage a {
    margin-left: 5px;
}

.comments .edit {
    margin-top: 10px
}

.comments .edit textarea {
    width: 99%;
    height: 150px;
}

.comments .user {
    font-size: smaller;
    color: gray;
}

.comments .comment .avatar {
    margin-right: 5px;
    flex: none;
    text-align: center;
    overflow: hidden
}

.comments .comment .avatar img {
    margin-top: 27px;
    width: 60px;
    height: 60px;
}

.comments .reply {
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 10px 20px;
    display: flex;
    flex-direction: row;
    word-break: break-word;
}

.comments .reply .cWrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.comments .reply .content {
    margin-top: 5px;
    flex: 1;
    word-wrap: break-word;
}

.comments .reply .content a {
    word-break: break-word;
}

.comments .reply .content img {
    display: block;
    margin: auto;
    max-width: 100%
}

.comments .reply .content embed {
    max-width: 100%
}

.comments .reply .content object {
    max-width: 100%
}

.comments .reply .content iframe {
    max-width: 100%
}

.comments .reply .avatar {
    margin-right: 5px;
    flex: none;
    text-align: center;
    overflow: hidden
}

.comments .reply .avatar img {
    margin-top: 27px;
    width: 50px;
    height: 50px;
}

.comments .comment .likeBTN,
.comments .reply .likeBTN,
.comments .comment .dislikeBTN,
.comments .reply .dislikeBTN {
    vertical-align: middle;
    display: inline-block;
}

.comments .comment .likeBTN svg,
.comments .reply .likeBTN svg {
    display: inline-block;
    width: 20px;
    height: auto;
}

.comments .comment .dislikeBTN svg,
.comments .reply .dislikeBTN svg {
    margin-top: 15px;
    display: inline-block;
    width: 20px;
    height: auto;
}

.comments .blockUser {
    margin-top: 2px;
}

.comments .abuseTypes {
    margin: 5px 0px 0px 0px
}

.comments .abuseTypes a {
    color: #f00;
    font-weight: bold
}

.comments .abuseTypes img {
    padding: 5px;
    max-width: 35px
}

.comments .row {
    overflow: auto
}

.comments .rowAlternate {
    overflow: auto
}

.comments .abuseLink {
    margin-top: 5px;
    font-size: smaller;
    float: right
}

.comments .abuseReport {
    margin: 5px;
    padding: 5px;
    border: solid 2px #000;
    width: 500px;
    color: #fff;
    background: #f00
}

.comments .abuseReport .commentInput {
    width: 100%;
    height: 100px
}

.comments .abuseReport .buttons .button {
    background: #fff;
}

.comments .commentInput {
    width: 100%;
    height: 100px
}

.comments .cFooter {
    margin-top: 5px;
}

.comments .cFooter .interact {}

.comments .cFooter .interact span {
    vertical-align: middle;
}

.comments .cFooter .interact a {
    display: inline-block;
    margin-right: 5px
}

.comments .cFooter .replyInput textarea {
    width: 99%;
    height: 80px;
}

.comments .reply .cFooter {
    margin-top: 5px;
}

.comments .buttons {
    margin: auto;
    width: fit-content;
}

.comments .buttons .button {
    display: inline-block;
}

.comments .buttons .processing {
    margin: auto;
    padding: 2px 6px;
    width: fit-content;
    font-weight: bold;
    color: #f68a2c;
    box-shadow: none;
    background: none;
    border: solid 2px #f68a2c;
    display: none;
}

.commentsOff {
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color: #f68a2c;
}

.paging {
    margin-top: 10px;
    text-align: center;
    font-size: large;
    overflow: auto
}

.paging .disabled {
    opacity: 0.5
}

.paging .status {
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
}

.paging a {
    margin-right: 5px;
    padding: 0px 5px;
    min-width: 20px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #8f8f8f;
    display: inline-block;
    border: solid 1px #8f8f8f;
}

.headlines .paging a,
.headlines .paging a:visited {
    color: #8f8f8f
}

.paging a:hover {
    color: #8f8f8f;
}

.headlines .paging a:hover {
    color: #8f8f8f;
}

.paging .active {
    color: #fff;
    background-color: #f68a2c;
    border-color: #f68a2c;
}

.headlines .paging .active,
.headlines .paging .active:hover {
    color: #fff;
}

.paging .prev {
    min-width: 10px;
    border: none;
}

.paging .prev:before {
    content: "\276E";
}

.paging .next {
    margin-right: 0px;
    min-width: 10px;
    border: none;
}

.paging .next:after {
    content: "\276F";
}

.paging .noPage {
    border: none;
    background: none;
}

.paging .noPage:before {
    content: "...";
}

.comments .paging a {
    margin: 0px;
    padding: 3px;
    border: none;
    min-width: unset;
}

.ageGate {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    border: solid 4px #f00;
}

.ageGate .select {
    margin: 20px auto 20px auto;
}

.ageGate .error {
    font-size: x-large;
}

.success {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -320px;
    width: 600px;
    padding: 20px;
    text-align: center;
    border: solid 4px rgba(0, 0, 0, .5);
    background: #fff;
    box-shadow: rgba(0, 0, 0, .25) 5px 5px 10px;
}

.success h2 {
    color: green;
}

.error {
    font-weight: bold;
    color: #f00;
    display: block;
}

.polls .questions {
    padding: 10px;
    border: solid 2px #e6e6e6;
}

.polls .questions td {
    padding: 5px;
}

.polls .questions .question {
    width: 100%;
    font-weight: bold;
}

.poll .picture {
    margin-bottom: 10px;
}

.polls .questions .alternate {
    background: rgba(0, 0, 0, .25);
}

.poll .picture {
    width: 100%;
    margin-bottom: 10px;
}

.poll .question {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e6e6e6;
    border-left: none;
    border-right: none;
    display: block;
}

.poll .link {
    font-size: large;
}

.poll .answers {
    margin-bottom: 10px;
}

.poll .results {
    border: solid 4px #e6e6e6;
    padding: 20px;
}

.BOSPoll {
    padding: 20px;
    width: 75%;
    border: solid 4px #e6e6e6;
    background: #fff;
    overflow: auto;
}

.BOSPoll .PollQuestion {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
}

.BOSPoll .PollAnswers td {
    padding-bottom: 5px;
}

.BOSPoll .PollResults a {
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    opacity: 0.75;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
    display: inline-block;
    background: #1e5da9;
    background: -moz-linear-gradient(top, #1e5da9 0%, #0b284d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5da9), color-stop(100%, #0b284d));
    background: -webkit-linear-gradient(top, #1e5da9 0%, #0b284d 100%);
    background: -o-linear-gradient(top, #1e5da9 0%, #0b284d 100%);
    background: -ms-linear-gradient(top, #1e5da9 0%, #0b284d 100%);
    background: linear-gradient(to bottom, #1e5da9 0%, #0b284d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5da9', endColorstr='#1e5da9', GradientType=0)
}

.userProfile {}

.userProfile .avatar {
    float: left;
    margin: 0px 10px 5px 0px
}

.userProfile .info {
    margin-bottom: 20px;
}

.userProfile .info .button {
    margin: 10px 0px 10px 0px;
}

.userProfile .bio {
    margin-top: 10px;
    display: block;
}

.userProfile .social {
    display: block;
    margin-top: 10px
}

.userProfile .social .facebook {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: url(/images/sprites/base.png) -10px -54px no-repeat;
}

.userProfile .social .twitter {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: url(/images/sprites/base.png) -10px -84px no-repeat;
}

.userProfile .social .google {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: url(/images/sprites/base.png) -10px -114px no-repeat;
}

.activities {
    margin-bottom: 20px
}

.activities .header {
    margin: 0px auto 5px auto;
    width: 670px;
    height: 22px;
    border-bottom: solid 2px #bfbfbf;
    overflow: auto;
}

.activities .header .text {
    float: left;
    display: inline-block;
    font-size: large;
    font-weight: bold;
    color: #bfbfbf;
    background: #fff;
}

.activities .item {
    overflow: auto;
    padding-bottom: 10px;
}

.categoryList {
    width: 100%
}

.categoryList .seperator {
    display: none;
}

.categoryList .item {
    padding: 10px;
    overflow-wrap: anywhere;
}

.categoryList .item:nth-of-type(even) {
    background: rgba(0, 0, 0, .1);
}

.categoryList .item .image img {
    margin: 0px 10px 0px 0px;
    max-width: 120px;
    max-height: 120px;
    float: left;
}

.categoryList .item .name {
    font-size: larger;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.categoryList .item .description {
    display: block;
}

.categoryList .item .children {
    margin-top: 10px;
    font-size: larger;
}

.breadcrumb {
    text-transform: uppercase;
    font-size: large;
    margin: 10px 20px 0px 20px;
}

.breadcrumb a,
.breadcrumb a:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    color: #404040;
}

.breadcrumb a:active,
.breadcrumb a:hover {
    text-decoration: underline;
    color: #f68a2c;
}

.breadcrumb a:before {
    display: inline-block;
    margin-right: 5px;
    content: "\25B8";
    color: #404040;
}

.breadcrumb a:nth-child(1):before {
    margin: 0px;
    content: none;
}

.textSmall {
    font-size: small;
}

.center {
    text-align: center;
}

.learnLink {
    font-size: small;
}

.learnLink p {
    margin: 0px;
    padding: 0px;
}

.mobile .ad {
    margin: 10px auto;
    width: 300px;
    min-height: 250px;
    text-align: center;
}

.blsnet {
    text-align: center;
}

.blsnet div {
    margin: 10px;
    padding: 10px;
    width: 400px;
    height: 54px;
    display: inline-block;
    outline: 2px solid rgba(0, 0, 0, .5);
    outline-offset: -2px;
    background: #bfbfbf;
}

.mv-ad-box {
    background-color: #fff !important;
    overflow: hidden !important;
}

.mv-ad-box .mv-rail-frame-400 {
    background-color: #fff !important;
}

.mv-ad-box .mv-rail-slide-600 {
    background-color: #fff !important;
}

.twitter-tweet,
.twitter-tweet-rendered {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}


body {
    color: #404040;
}

#middle {
    background: #fff;
}

#header {
    color: #fff;
    background: #fff;
    /* background: linear-gradient(0deg, #fff 50%, #50719C 150%);*/
}

#header a,
#header a:visited,
#header a:active {
    color: #fff;
}

#header .themeB .themeB0 {
    fill: #50719C;
}

#header .themeB .themeB1 {
    fill: #50719C;
}

#header .menuBTN .menuB0 {
    fill: #50719C;
}

#header .menuCBTN .closeB0 {
    fill: #50719C;
}

#header .menuCBTN .closeB1 {
    fill: #50719C;
}

#header .links {
    background: #000;
}

#header .links {
    background: #50719C;
}

.menu .wrapper {
    padding: 1%;
    background: #fff;
}

.menu a,
menu a:visited,
menu a:active {
    color: #1a1a1a;
}

.menu .userbar {
    float: right;
    padding: 10px 20px;
    max-width: 50%;
    text-align: center;
    background: #fff;
}

.menu .links {
    border-top: solid 1px #e6e6e6;
}

.menu .links a {
    display: block;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    border-bottom: solid 1px #e6e6e6;
}

.headlines a,
.headlines a:active,
.headlines a:hover,
.headlines a:visited {
    color: #1a1a1a;
}

.headlines .header {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.headlines .header .text {
    color: #bfbfbf;
}

.headlines .header a,
.headlines .header a:active,
.headlines .header a:hover,
.headlines .header a:visited {
    color: #bfbfbf;
}

.headlines .headline .imgWrap:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33%);
}

#left .otherSites .headlines:nth-of-type(even) .headline .imgWrap:before {
    background: linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 33%);
}

.headlines .grid .headline .category {
    color: #50719C;
    background: #FFF;
}

.categoryList .item:nth-of-type(even) {
    background: rgba(255, 255, 255, .1);
}

.article .summary {
    color: rgba(0, 0, 0, .50);
}

.article blockquote {
    background: rgba(0, 0, 0, .1);
    outline-color: rgba(0, 0, 0, .5);
}

.article .recArticle {
    background: rgba(0, 0, 0, .10);
    border-left: solid 10px #50719C;
}

.article .recArticle .header {
    font-size: smaller;
    font-weight: bold;
    text-transform: uppercase;
    color: #50719C;
}

.article .recArticle a,
.article .recArticle a:visited,
.article .recArticle a:hover,
.article .recArticle a:active {
    color: rgba(0, 0, 0, .75);
}

.article .newsletterForm {
    outline: solid 2px #50719C;
}

.article .share {
    outline: solid 2px #50719C;
}

.comments .paging a,
.comments .paging a:visited {
    color: #50719C;
}

.comments table {
    width: 100%;
}

.comments .row .comment .content {
    border: solid 1px rgba(0, 0, 0, .25);
}

.comments .rowAlternate .comment .content {
    background: rgba(0, 0, 0, .1);
}

.comments .row .reply .content {
    border: solid 1px rgba(0, 0, 0, .25);
}

.comments .rowAlternate .reply .content {
    background: rgba(0, 0, 0, .1);
}

.comments .reply {
    border-left: 1px dashed rgba(0, 0, 0, .25);
}

.comments .comment .likeBTN .themeB0,
.comments .reply .likeBTN .themeB0,
.comments .comment .dislikeBTN .themeB0,
.comments .reply .dislikeBTN .themeB0 {
    fill: #50719C;
}

.comments .comment .likeBTN .active .themeB0,
.comments .reply .likeBTN .active .themeB0,
.comments .comment .dislikeBTN .active .themeB0,
.comments .reply .dislikeBTN .active .themeB0 {
    fill: #f68a2c;
}

.siteAlert {
    background: #f3fbfb;
    outline: solid 4px #a5e3de;
}

.siteAlert .closeButton img {
    background: url(/images/themes/light/buttons/close.svg) no-repeat;
}

.learnContent .content {
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .1);
}


.loading {
    clear: both;
    position: relative;
    display: block;
    margin: 10px auto 10px auto;
    width: 32px;
    height: 32px;
    background: url(/images/loading.gif) no-repeat center;
}

.chevron:before {
    content: "\25BC";
    font-size: small;
}

.active .chevron:before {
    content: "\25B2";
    font-size: small;
}

@keyframes loadRotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loadDash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@media only screen and (max-width: 340px) {
    #header .logo {
        height: 35px;
    }

    #header .logo img {
        margin: 20px auto 0px auto;
        width: 170px;
        height: auto;
    }

    #middle #left .content {
        padding: 10px;
    }

    #middle #left .headlines {
        padding: 0px;
    }

    #middle #left .popular .headlines,
    #middle #left .hot .headlines {
        padding: 10px;
    }

    #middle #left .otherSites .headlines {
        padding: 10px;
    }

    #middle #left .dhMore .link {
        white-space: normal;
    }

    .article .content .imgWrap .dBannerImg {
        display: none;
    }

    .article .content .imgWrap .mBannerImg {
        display: block;
    }

    .twitter-tweet iframe,
    .twitter-tweet-rendered iframe {
        width: 300px !important;
    }
}

@media only screen and (max-width: 800px) {
    #right {
        display: none;
    }

    #left {
        display: block;
    }

    .headlines .grid {
        grid-template-columns: unset;
    }

    /*.mobile {display: block;}
        .desktop {display: none;}*/

    #left .headlines .grid .headline:nth-child(3n+1) {
        grid-column: unset;
    }

    #left .hot .headlines .grid .headline:nth-child(3n+1) {
        grid-column: unset;
    }

    .article .content .imgWrap .dBannerImg {
        display: none;
    }

    .article .content .imgWrap .mBannerImg {
        display: block;
    }

    .twitter-tweet iframe,
    .twitter-tweet-rendered iframe {
        width: 300px !important;
    }
}

@media only screen and (min-width: 500px) {
    /*.headlines .grid .headline:nth-child(5n+1) .info .title h2, .headlines .grid .headline:nth-child(5n+1) .info .title h3 {font-size: x-large;}*/

    .headlines .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #left .headlines .grid .headline:nth-child(3n+1) {
        grid-column: unset;
    }

    #left .hot .headlines .grid .headline:nth-child(3n+1) {
        grid-column: unset;
    }

    .article .content .imgWrap .dBannerImg {
        display: none;
    }

    .article .content .imgWrap .mBannerImg {
        display: block;
    }

    .twitter-tweet iframe,
    .twitter-tweet-rendered iframe {
        width: 300px !important;
    }
}

@media only screen and (min-width: 800px) {
    #left {
        display: table-cell;
        vertical-align: top;
    }

    #right {
        display: table-cell;
        vertical-align: top
    }

    /*.mobile {display: none;}
        .desktop {display: block;}*/

    #header {
        height: 100px;
    }

    #header .menuBTN {
        width: 25px;
        height: 20px;
    }

    #header .logo {
        height: 50px;
    }

    #header .themeB {
        width: 35px;
        height: 35px;
    }

    #header .links {
        font-size: inherit;
    }

    .menu .sisterSites .header {
        grid-column: 1 / span 2
    }

    /*.headlines .grid .headline:nth-child(5n+1) .info .title h2, .headlines .grid .headline:nth-child(5n+1) .info .title h3 {font-size: xx-large;}*/

    .commentsCount {
        font-size: xx-large
    }

    .commentsCount img.showComments,
    .commentsCount img.hideComments {
        margin-right: 10px;
        width: 48px;
        height: 48px;
    }

    .headlines .grid {
        grid-template-columns: repeat(4, 1fr);
    }

    #left .headlines .grid .headline:nth-child(3n+1) {
        grid-column: unset;
    }

    .homepage .headlines .grid .headline:nth-child(1),
    #left .headlines .grid .headline:nth-child(6n+1) {
        margin: 0px;
        grid-column: 1 / span 2;
        overflow: hidden;
    }

    .homepage .headlines .grid .headline:nth-child(1) .imgWrap,
    #left .headlines .grid .headline:nth-child(6n+1) .imgWrap {
        max-width: unset;
    }

    .homepage .headlines .grid .headline:nth-child(2),
    #left .headlines .grid .headline:nth-child(6n+2) {
        margin: 0px;
        grid-column: 3 / span 2;
        overflow: hidden;
    }

    .homepage .headlines .grid .headline:nth-child(2) .imgWrap,
    #left .headlines .grid .headline:nth-child(6n+2) .imgWrap {
        max-width: unset;
    }

    .headlines .grid .headline:nth-child(6n+1) .info .title h2,
    .headlines .grid .headline:nth-child(6n+1) .info .title h3,
    .headlines .grid .headline:nth-child(6n+2) .info .title h2,
    .headlines .grid .headline:nth-child(6n+2) .info .title h3 {
        font-size: unset;
    }

    .headlines .grid .headline:nth-child(6n+1) .category,
    .headlines .grid .headline:nth-child(6n+2) .category {
        max-width: 225px;
        font-size: large;
    }

    #left .hot,
    #left .popular {
        display: none;
    }

    /*#left .hot .headlines .grid .headline:nth-child(6n+1) {grid-column: unset; grid-row: unset;}
        #left .hot .headlines .grid .headline:nth-child(6n+2) {grid-column: unset; grid-row: unset;}*/

    .article .share {
        display: block;
    }

    .article .content .imgWrap .dBannerImg {
        display: none;
    }

    .article .content .imgWrap .mBannerImg {
        display: block;
    }

    .twitter-tweet iframe,
    .twitter-tweet-rendered iframe {
        width: 400px !important;
    }
}

@media only screen and (min-width: 1000px) {
    #header .logo a {
        display: inline-block;
        width: fit-content;
    }

    /*.homepage .desktopHeadlines .headlines .grid .headline:nth-child(5n+1) .info .title h2 {font-size: xxx-large;}*/

    .headlines .grid .headline {
        opacity: .85;
    }

    .hot .headlines .headline h2,
    .popular .headlines .headline h2,
    .hot .headlines .headline h3,
    .popular .headlines .headline h3 {
        font-size: larger;
    }

    /*.hot .headlines .grid .headline:nth-child(5n+1) .info .title h2, .popular .headlines .grid .headline:nth-child(5n+1) .info .title h2,
            .hot .headlines .grid .headline:nth-child(5n+1) .info .title h3, .popular .headlines .grid .headline:nth-child(5n+1) .info .title h3 {font-size: larger;}*/

    .article .recArticle h2 {
        font-size: xx-large;
    }

    .article .content .imgWrap .dBannerImg {
        display: block;
    }

    .article .content .imgWrap .mBannerImg {
        display: none;
    }

    .twitter-tweet iframe,
    .twitter-tweet-rendered iframe {
        width: 550px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #top {
        position: relative;
        margin: 0px auto;
        max-width: 1280px;
    }

    #middle {
        max-width: 1280px;
    }

    #footer {
        max-width: 1280px;
    }

    #left {
        width: 960px;
        display: table-cell;
        vertical-align: top;
    }

    #right {
        display: table-cell;
        vertical-align: top
    }

    /*.headlines .grid .headline:nth-child(5n+1) .imgWrap {width: 70%; max-width: 600px;}*/
    .headlines .grid .headline .details {
        font-size: medium;
    }

    .article .content .imgWrap .dBannerImg {
        display: block;
    }

    .article .content .imgWrap .mBannerImg {
        display: none;
    }
}

#adATF300x250 {
    max-width: 300px;
    height: 261px;
    margin: 0px auto 20px auto;
    text-align: center;
    overflow: hidden
}

#adBTF300x250 {
    max-width: 300px;
    min-height: 61px;
    max-height: 261px;
    margin: 10px auto 10px auto;
    text-align: center;
    overflow: hidden
}

#adBTF2300x250 {
    max-width: 300px;
    min-height: 61px;
    max-height: 261px;
    margin: 10px auto 10px auto;
    text-align: center;
    overflow: hidden
}

#adATF728x90 {
    margin: 10px auto 0px auto;
    max-width: 320px;
    min-height: 61px;
    max-height: 620px;
    text-align: center;
    overflow: hidden
}

#adBTF728x90 {
    margin: 10px auto 10px auto;
    max-width: 320px;
    min-height: 61px;
    max-height: 620px;
    text-align: center;
    overflow: hidden
}

#videoAd {
    margin-bottom: 10px;
    width: 100%;
    height: 211px;
}

#adInhouse {
    margin-top: 20px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    font-size: smaller;
    border-top: solid 1px rgba(0, 0, 0, .25)
}

#adInhouse .ad {
    margin-top: 10px;
    min-height: 100px;
    max-height: 125px
}

#fContainer {
    width: 100%;
    overflow: auto
}

.zergnet {
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    font-size: smaller;
    border-top: solid 1px rgba(0, 0, 0, .25)
}

.button {
    display: block;
    margin: auto;
    padding: 2px 6px;
    width: fit-content;
    font-weight: bold;
    box-shadow: none;
    background: none;
    border: solid 2px #f68a2c;
}

a.button,
a.button:active,
a.button:hover,
a.button:visited {
    color: #f68a2c;
}

.siteAlert {
    margin: 20px;
    padding: 20px;
    text-align: center;
}

.siteAlert .closeButton img {
    display: block;
    margin: 20px auto 0px auto;
    width: 30px;
    height: 30px;
}

.headlines .gemini-loaded {
    padding: 5px 0px 10px 0px;
    background: rgba(0, 0, 125, .1)
}

.headlines .list .gemini-loaded .image {
    margin-right: 5px;
    width: 120px !important;
    height: 68px !important;
    float: left;
}

.headlines .grid .gemini-loaded .image {
    margin: 0px auto 5px auto;
    width: 160px !important;
    height: 90px !important
}

.gemini-loaded .title {
    color: rgba(0, 0, 0, .75)
}

.hidden {
    display: none
}

.pwVPlayer {
    width: 340px !important;
    height: 191px !important;
}

.trendi {
    width: 300px;
    margin: 20px auto 0px auto;
    text-align: center;
    overflow: auto;
}

.pw-in-article {
    width: 300px !important;
    margin: auto;
}

div.pw-ad-tag.pw-in-article {
    width: 100% !important;
}

.is-sticky-right-bottom {
    bottom: 100px !important;
}

.close-btn-right-bottom {
    bottom: 140px !important;
}

.b-lazy {
    opacity: 0;
    transition: all 500ms;
}

.b-loaded {
    opacity: 1;
}

.bTB {
    display: none;
}

/* Mediavine Ad CSS */
@media only screen and (min-width: 800px) {
    #right.desktop {
        max-width: 320px !important;
    }
}

/* Mediavine CSS Ends */


.gsc-control-cse {
    font-family: arial, sans-serif
}

.gsc-control-cse .gsc-table-result {
    font-family: arial, sans-serif
}

.gsc-refinementsGradient {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.gsc-control-cse {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #D9D9D9
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF
}

.gsc-tabHeader.gsc-tabhActive,
.gsc-refinementHeader.gsc-refinementhActive {
    color: #FFF;
    border-color: #FFF;
    background-color: #FF9900
}

.gsc-tabHeader.gsc-tabhInactive,
.gsc-refinementHeader.gsc-refinementhInactive {
    color: #FF9900;
    border-color: #FF9900;
    background-color: #FFF
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

.gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
    color: #0000CC
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
    color: #0000CC
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
    color: #0000CC
}

.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
    color: #0000CC
}

.gsc-cursor-page {
    color: #0000CC
}

a.gsc-trailing-more-results:link {
    color: #0000CC
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gs-fileFormatType {
    color: #000000
}

.gs-webResult div.gs-visibleUrl {
    color: #008000
}

.gs-webResult div.gs-visibleUrl-short {
    color: #008000
}

.gs-webResult div.gs-visibleUrl-short {
    display: none
}

.gs-webResult div.gs-visibleUrl-long {
    display: none
}

.gs-webResult div.gs-visibleUrl-breadcrumb {
    display: block
}

.gs-promotion div.gs-visibleUrl-short {
    display: none
}

.gs-promotion div.gs-visibleUrl-long {
    display: block
}

.gs-promotion div.gs-visibleUrl-breadcrumb {
    display: none
}

.gsc-cursor-box {
    border-color: #FFFFFF
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #FF9900;
    background-color: #FFF;
    color: #FF9900
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FFF;
    background-color: #FF9900;
    color: #FFF
}

.gsc-webResult.gsc-result.gsc-promotion {
    border-color: #336699;
    background-color: #FFFFFF
}

.gsc-completion-title {
    color: #0000CC
}

.gsc-completion-snippet {
    color: #000000
}

.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
    color: #0000CC
}

.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
    color: #0000CC
}

.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
    color: #0000CC
}

.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
    color: #0000CC
}

.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000
}

.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
    color: #008000
}

.gcsc-find-more-on-google {
    color: #0000CC
}

.gcsc-find-more-on-google-magnifier {
    fill: #0000CC
}


.gscb_a {
    display: inline-block;
    font: 27px/13px arial, sans-serif
}

.gsst_a .gscb_a {
    color: #a1b9ed;
    cursor: pointer
}

.gsst_a:hover .gscb_a,
.gsst_a:focus .gscb_a {
    color: #36c
}

.gsst_a {
    display: inline-block
}

.gsst_a {
    cursor: pointer;
    padding: 0 4px
}

.gsst_a:hover {
    text-decoration: none !important
}

.gsst_b {
    font-size: 16px;
    padding: 0 2px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap
}

.gsst_e {
    vertical-align: middle;
    opacity: 0.55;
}

.gsst_a:hover .gsst_e,
.gsst_a:focus .gsst_e {
    opacity: 0.72;
}

.gsst_a:active .gsst_e {
    opacity: 1;
}

.gsst_f {
    background: white;
    text-align: left
}

.gsst_g {
    background-color: white;
    border: 1px solid #ccc;
    border-top-color: #d9d9d9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: -1px -3px;
    padding: 0 6px
}

.gsst_h {
    background-color: white;
    height: 1px;
    margin-bottom: -1px;
    position: relative;
    top: -1px
}

.gsib_a {
    width: 100%;
    padding: 4px 6px 0
}

.gsib_a,
.gsib_b {
    vertical-align: top
}

.gssb_c {
    border: 0;
    position: absolute;
    z-index: 989
}

.gssb_e {
    border: 1px solid #ccc;
    border-top-color: #d9d9d9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: default
}

.gssb_f {
    visibility: hidden;
    white-space: nowrap
}

.gssb_k {
    border: 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: 988
}

.gsdd_a {
    border: none !important
}

.gsq_a {
    padding: 0
}

.gssb_a {
    padding: 0 7px
}

.gssb_a,
.gssb_a td {
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px
}

#gssb_b {
    font-size: 11px;
    color: #36c;
    text-decoration: none
}

#gssb_b:hover {
    font-size: 11px;
    color: #36c;
    text-decoration: underline
}

.gssb_g {
    text-align: center;
    padding: 8px 0 7px;
    position: relative
}

.gssb_h {
    font-size: 15px;
    height: 28px;
    margin: 0.2em;
    -webkit-appearance: button
}

.gssb_i {
    background: #eee
}

.gss_ifl {
    visibility: hidden;
    padding-left: 5px
}

.gssb_i .gss_ifl {
    visibility: visible
}

a.gssb_j {
    font-size: 13px;
    color: #36c;
    text-decoration: none;
    line-height: 100%
}

a.gssb_j:hover {
    text-decoration: underline
}

.gssb_l {
    height: 1px;
    background-color: #e5e5e5
}

.gssb_m {
    color: #000;
    background: #fff
}

.gssb_a {
    padding: 0 9px
}

.gsib_a {
    padding: 5px 9px 4px 9px
}

.gscb_a {
    line-height: 27px
}

.gssb_e {
    border: 0
}

.gssb_l {
    margin: 5px 0
}

input.gsc-input::-webkit-input-placeholder {
    font-size: 14px
}

input.gsc-input:-moz-placeholder {
    font-size: 14px
}

input.gsc-input::-moz-placeholder {
    font-size: 14px
}

input.gsc-input:-ms-input-placeholder {
    font-size: 14px
}

input.gsc-input:focus::-webkit-input-placeholder {
    color: transparent
}

input.gsc-input:focus:-moz-placeholder {
    color: transparent
}

input.gsc-input:focus::-moz-placeholder {
    color: transparent
}

input.gsc-input:focus:-ms-input-placeholder {
    color: transparent
}

.gssb_c .gsc-completion-container {
    position: static
}

.gssb_c {
    z-index: 5000
}

.gsc-completion-container table {
    background: transparent;
    font-size: inherit;
    font-family: inherit
}

.gssb_c>tbody>tr,
.gssb_c>tbody>tr>td,
.gssb_d,
.gssb_d>tbody>tr,
.gssb_d>tbody>tr>td,
.gssb_e,
.gssb_e>tbody>tr,
.gssb_e>tbody>tr>td {
    padding: 0;
    margin: 0;
    border: 0
}

.gssb_a table,
.gssb_a table tr,
.gssb_a table tr td {
    padding: 0;
    margin: 0;
    border: 0
}