﻿/* Html */
html {min-height: 100%;}

body {
    min-height: 100%; 
    background-color: #efefef; 
    color: #000;
    font-family: "Arial", sans-serif;
}

a:link, a:visited, a:hover, a:active {
    color: #010101;
    text-decoration: none !important;
}

a:focus {
    outline: none !important;
}

label {
    font-weight: 500 !important;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 0px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-style: italic;
}

.btn {
    border-radius: 0 !important;
}


/* Layout */
/* Wrapper */
#wrapper {
    padding-top: 255px;
    padding-bottom: 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Header */
#header {
    margin-top: -255px;
    height: 255px;
}

#header > .container {
    background-color: #fff;
    position: relative;
    padding: 30px;
}

/* Branding */
#header .branding .logo {
    height: 140px;
    float: left;
}

.tagline {
    line-height: 1;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0 !important;
    float: left;
    margin-left: 30px;
}

#header .social-media {
    position: absolute; 
    bottom: 0;
    right: 164px;
}

#header .social-media .list-inline {
    margin-bottom: 0;
}

#header .social-media .list-inline > li {
    padding-right: 7px;
    padding-left: 7px;
}

/* Promo */
#header .current-issue {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Navbar */
#header .navbar-default {
    border-color: transparent;
    background-color: transparent;
}

#header .navbar {
    height: 55px;
}

#header .navbar .container {
    border-top: solid 1px #969696;
    border-bottom: solid 1px #969696;
    background-color: #fff;
    z-index: 999;
}

.navbar-default .navbar-nav > li > a {
    color: #010101;
    background-color: #fff;
    font-size: 18px;
    padding: 16px 25px;
    border-left: solid 1px #969696;
}

.navbar-default .navbar-nav > li:first-child > a {
    border-left: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li >a:hover
{
    color: #010101;
    background-color: #fff;
}

.navbar-default .navbar-nav >.active > a, .navbar-default .navbar-nav >.active >a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #da262e;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #010101;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}

.navbar-default .navbar-nav > .open + li a {
    border-color: #d5d5d5;
}

/* Mega Menu */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    border-radius: 0;
    box-shadow: none;
    webkit-box-shadow: none;
    /*Changed below to accomodate one column dropdown*/
    /*min-width: 450px;*/
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .yamm-content .list-unstyled li {
    padding-bottom: 10px;
    font-size: 14px;
}

.yamm .yamm-content .list-unstyled li a:hover {
    text-decoration: underline !important;
}

.yamm .yamm-content .list-unstyled li.dropdown-header {
    color: #000;
    padding-left: 0;
    font-size: 18px;
}

.yamm a {
    color: #000;
}

.navbar-toggle.left {
    float: left;
    margin-left: 15px;
    /*margin-left: 0;*/
    margin-right: 0px;
}

.navbar-brand {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
}

.navbar-brand .logo {
    height: 42px;
}

/* Site Search */
.navbar-form {
    border-color: transparent !important;
}

.search-toggle {
    color: #969696 !important;
    font-size: 24px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    margin-right: 15px;
    position: absolute;
    right: 15px;
}

.site-search {
    position: absolute;
    right: 72px;
    top: 1px;
    z-index: 9999;
}

.site-search .fa-search {
    color: #969696 !important;
}

.site-search .input-group-btn {
    left: -1px /* ios */
}

/* Content */
#content {
    min-height: 100%;
    padding: 30px 30px;
}

#content.container {
    background-color: #fff;
}

/* Footer */
#footer {
    margin-bottom: -180px;
    height: 180px;
    background-color: #d5d5d5;
}

#footer .top-bar {
    background-color: #a9a9a9;
}

#footer .top-bar .container {
    padding: 15px 30px;

}

#footer .logo {
    height: 70px;
    margin-right: 15px;
}

#footer .tagline {
    display: inline-block;
}

#footer .social-media {
    line-height: 60px;
}

#footer .container .row {
    padding-left: 30px;
    padding-right: 30px;
}

#footer h4 {
    margin-bottom: 5px;
}

#footer .list-unstyled li {
    padding-bottom: 3px;
    font-size: 14px;
}

#footer .footer-menu {
    font-size: 16px;
}

#footer .footer-menu .list-inline li {
    padding-left: 10px;
    padding-right: 10px;
}

#footer .list-unstyled li a, #footer .footer-menu .list-inline li a {
    color: #000;
}

/* Ads */
.ad-container {
    background-color: #ebebeb;
    padding: 15px;
    z-index: 1000;
}

.leaderboard { 
    max-height: 90px; 
    max-width: 728px;
}

.promo {
    max-height: 100px;
    max-width: 300px;
    background-color: #fff;
}

.promo img {
    margin-bottom: 15px;
}

.medium-rectangle { 
    max-height: 250px; 
    max-width: 300px; 
    background-color: #fff;
}

.medium-rectangle.visible-xs {
    margin: 15px 0 15px 0;
}

.half-page { 
    max-height: 600px; 
    max-width: 300px;
}

.sponsors {
    padding-bottom: 0;
}

.sponsors h4 {
    text-transform: uppercase;
}

.sponsor-button {
    max-height: 30px;
    max-width: 110px;
}

.sponsor-button img, .sponsor-button embed {
    margin-bottom: 15px;
}

.sponsor-button-large {
    max-height: 60px;
    max-width: 120px;
}

.sponsor-button-large img, .sponsor-button-large embed {
    margin-bottom: 15px;
}

.smartphone-static-wide-banner {
    position: fixed; width: 100%; bottom: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.smartphone-static-wide-banner img {
    margin: 0 auto;
}

.leaderboard .embed-responsive {
    padding-bottom: 12.36%;
}

.promo .embed-responsive {
    padding-bottom: 33%;
}

.medium-rectangle .embed-responsive {
    padding-bottom: 83.3%;
}

.half-page .embed-responsive { 
    padding-bottom: 50%;
}

.sponsor-button .embed-responsive {
    padding-bottom: 27.28%;
}

.sponsor-button-large .embed-responsive {
    padding-bottom: 50%;
}

.medium-rectangle.pull-left {
    margin: 15px 15px 15px 0;
}

/* Pages */
/* News */
.news-list article {
    border-bottom: solid 1px #cacaca;
    padding-bottom: 15px;
}

/* Magazine */
.current-issue .issue-container {
    background-color: #000;
    color: #fff;
}

.current-issue .issue-container h4 {
    padding-right: 10px;
}

.issue-contents h3.hidden-xs {
    color: #969696;
    border-bottom: solid 1px #969696;
}

.issue-contents ul li {
    font-size: 110%;
}

.carousel .issue-cover {
    cursor: pointer;
}

/* Classifieds */
.classified-list .category {
    background-color: #da262e;color: #fff;padding: 5px;
}

/* Search */
.search-results .result {
    border-bottom: solid 1px #cacaca;
    padding-bottom: 15px;
}

/* Article */
.article figure {
    display: table;
    table-layout: fixed;
    margin-bottom: 1px;
}

.article figcaption {
    display: table-caption;
    caption-side: bottom;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
}

.article figure.full {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.article figure.left {
    float: left;
    margin-right: 15px;
    max-width: 66%;
}

.article figure.right {
    float: right;
    margin-left: 15px;
    max-width: 66%;
}

.article aside {
    background-color: #e7e7e8;
    padding: 20px;
    clear: both;
    margin: 1em 0;
}

p.author-endnote {
    font-family: 'Open Sans', Arial, sans-serif !important;
    color: #7e7c7c;
}

/* Media Queries */
@media only screen and (min-width: 992px)
{
    /* Pages */
    #filter.collapse {display: block;}
}

@media only screen and (max-width : 991px) {
    /* Template */
    #wrapper {
        padding-top: 253px;
    }

    /* Header */
    #header {
        margin-top: -253px;
        height: 253px;
    }

    /* Navigation */
	.navbar-default .navbar-nav > li > a {
        padding: 16px 7px;
        border-left: none;
        font-size: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    /* Layout */
    #wrapper {
        padding-top: 52px;
        padding-bottom: 200px;
    }

    /* Header */
    #header {
        margin-top: -52px;
        height: 52px;
    }
	
	.navbar {
        border: none !important;
    }

    .navbar-default .navbar-collapse {
        border-color: #969696;
        margin-top: 0;
        padding-top: 0;
        box-shadow: none;
    }
    
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
	{
        background-color: #fff;
    }

    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
        position: relative;
        z-index: 999;
    }

    .yamm .yamm-content {
        padding-top: 0;
    }

    .yamm .dropdown-menu {
        background-color: #fff !important;
    }

    /* Site Search */
    .search-toggle {
        /*line-height: 1;*/
        font-size: 22px;
        position: relative;
        right: auto;
    }

    /*.site-search {
        top: -11px;
    }*/

    /* Footer */
    #footer {
        margin-bottom: -200px;
        height: 200px;
    }

    /*#footer .logo {
        height: inherit;
        max-width: 117px;
    }*/

    #footer .social-media .fa-stack {
        font-size: 16px !important;
    }

    #footer .footer-menu {
        font-size: 14px;
        line-height: 30px;
        margin-top: 12px;
    }

    .article-list-img h4 {
        font-size: 24px;
    }

    /* Ads */
    .ad-container {
        padding: 0;
        background-color: transparent;
    }

    .medium-rectangle.pull-left {
        float: none !important;
    }

    /* Site Search */
    .search-toggle {
        line-height: 1;
    }

    .site-search {
        left: 10px;

        top: -11px;
    }

    .site-search .input-group {
        width: auto;
    }

    .date.pull-left {
        float: none !important;
    }

    #share {
        text-align: left !important;
        margin-top: 10px;
    }
}

/* Helpers */
.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.v-group {
    position: relative;
}

.section-header {
    color: #969696;
    text-transform: uppercase;
    border-bottom: solid 1px #969696;
    margin-bottom: 15px;
}

.no-header .section-header {
    display: none;
}

.feature-articles ul li {
    margin-bottom: 30px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #272727;
    border-color: #272727;
}

.list-group-item {
    padding: 5px 10px;
}

.list-box {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #555;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.list-box .checkbox label, .list-box .radio label {
    font-weight: 300 !important;
}

.description {
    height: 41px;
    overflow: hidden;
}

.loading {
    display: none;
}

.feature-articles ul li:last-child {
    margin-bottom: 0 !important;
}

a.more {
    text-transform: lowercase;
    text-decoration: underline !important;
    white-space: nowrap;
}

.body {
    margin: 30px 0;
}

.date {
    font-family: "jaf-bernina-sans-condensed", Verdana !important;
    font-weight: 400;
    font-size: 114% !important;
}

.list-inline.date li {
    border-left: solid 1px #9b9b9b;
}

.list-inline.date li:nth-of-type(1)
{
    border-left: none;
}

.label.label-default {
    font-weight: normal;
    font-size: 14px !important;
    background-color: #f1f1f1;
    border-radius: 0;
    margin-right: 12px;
    color: #666666 !important;
}

.label.label-default a {
    color: #666666 !important;
    font-family: "nimbus-sans",sans-serif;
}

.caption, .caption a {
    color: #333;
    line-height: 1.273em;
}

.body, .caption, .date {
    font-size: 114%;
    font-family: "nimbus-sans",sans-serif;
}

.text-muted, .text-muted a {
    color: #9b9b9b !important;
}

.no-radius {
    border-radius: 0 !important;
}

/* Carousel */
.carousel-control {
    color: #fff !important;
}

#back-issues .carousel-control.left, #back-issues .carousel-control.right {
    background-image: none;
    width: auto;
    text-shadow: none;
    color: #010101 !important;
}

#back-issues .carousel-control.left {
    left: -12px;
}

#back-issues .carousel-control.right {
    right: -13px;
}

#back-issues .carousel-caption {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

#back-issues .carousel-indicators {
    bottom: -35px !important;
}

#back-issues .carousel-indicators li {
    border-color: #010101;
}

#back-issues .carousel-indicators li.active {
    background-color: #010101;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#most-shared ol {
    padding-left: 0 !important;
    list-style-position: inside !important;
}

#most-shared ol li {
    font-weight: normal;
    font-size: 1.2em;
}