@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("/css/responsive-2016/gridation.min.css");

header.theautochannel .masthead {
    background: black;
    color: white;
    display: table;
    width: 100%;
}

header.theautochannel .masthead .masthead-1 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100px;
}

@media (min-width: 640px) {
    header.theautochannel .masthead .masthead-1 {
        width: 150px;
    }
}

header.theautochannel .masthead .masthead-1 img {
    width: 100%;
}

header.theautochannel .masthead .masthead-2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 1em;
    font-size: x-small;
}

@media (min-width: 640px) {
    header.theautochannel .masthead .masthead-2 {
        font-size: small;
    }
}

header.theautochannel .masthead .masthead-2 .text-tagline {
    display: block;
}

header.theautochannel .masthead .masthead-2 .image-tagline {
    display: none;
}

@media (min-width: 800px) {
    header.theautochannel .masthead .masthead-2 .text-tagline {
        display: none;
    }

    header.theautochannel .masthead .masthead-2 .image-tagline {
        display: block;
    }
}

header.theautochannel .masthead .masthead-2 img {
    width: 100%;
    max-width: 740px;
}

header.theautochannel .masthead .masthead-3 {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 60px;
}

@media (min-width: 640px) {
    header.theautochannel .masthead .masthead-3 {
        width: 86px;
    }
}

header.theautochannel .masthead .masthead-3 img {
    width: 100%;
}

header.theautochannel .masthead .masthead-4 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

header.theautochannel .masthead .tappable a {
    display: block;
    color: white;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

header.theautochannel .masthead .tappable a:before,
header.theautochannel .masthead .tappable a:after {
    content: "\0000a0";
}

header.theautochannel .masthead .tappable a:hover {
    text-decoration: none !important;
}

header.theautochannel>nav {
    background: #3c863c;
}

@media (max-width: 639.9375px) {
    header.theautochannel>nav {
        position: fixed;
        top: 0;
        right: -75%;
        z-index: 100;
        width: 75%;
        box-sizing: border-box;
        padding: 0.5em;
        transition: right 250ms;
    }

    header.theautochannel>nav.shown {
        right: 0;
    }

    header.theautochannel>nav>ul {
        list-style-type: none;
        margin: 0.5em 0;
        padding: 0;
        width: 100%;
    }

    header.theautochannel>nav>ul>li {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    header.theautochannel>nav>ul>li>a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        padding: 0.5em;
        display: block;
        padding: 0.5em 0.25em !important;
        font-weight: bold !important;
        padding: 0.25em 0.5em;
        background: #3b833b;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #459945 0%, #306c30 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#459945, endColorstr=#306c30, GradientType=0)";
        /* IE6-9 */
        border-top: 0;
        border-bottom: 0;
        border-right: 1px solid #306c30;
        border-left: 1px solid #459945;
        color: white;
        text-shadow: 0px -1px 0px #0a360a;
        text-decoration: none !important;
    }

    header.theautochannel>nav>ul>li>a:hover {
        background: #99cc99;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c2e4c2 0%, #70b370 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c2e4c2, endColorstr=#70b370, GradientType=0)";
        /* IE6-9 */
        border-right: 1px solid #70b370;
        border-left: 1px solid #c2e4c2;
        color: #030;
        text-shadow: 0px 1px 0px #9fd59f;
        text-decoration: none !important;
    }

    header.theautochannel>nav div.close-button {
        text-align: right;
        font-size: 200%;
        color: white;
    }

    header.theautochannel>nav div.close-button a {
        color: white;
        text-decoration: none;
    }
}

@media (min-width: 640px) {
    header.theautochannel>nav>ul {
        text-align: center;
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 0;
        /* remove spacing between <li> elements. */
    }

    header.theautochannel>nav>ul>li {
        display: inline-block;
        font-size: medium;
        /* font-size must be absolute here. */
    }

    header.theautochannel>nav>ul>li>a {
        padding: 0.25em 0.5em;
        background: #3b833b;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #459945 0%, #306c30 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#459945, endColorstr=#306c30, GradientType=0)";
        /* IE6-9 */
        border-top: 0;
        border-bottom: 0;
        border-right: 1px solid #306c30;
        border-left: 1px solid #459945;
        color: white;
        text-shadow: 0px -1px 0px #0a360a;
        text-decoration: none !important;
        padding: 0.5em 0.25em;
        font-weight: bold;
        display: inline-block;
    }

    header.theautochannel>nav>ul>li>a:hover {
        background: #99cc99;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c2e4c2 0%, #70b370 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c2e4c2, endColorstr=#70b370, GradientType=0)";
        /* IE6-9 */
        border-right: 1px solid #70b370;
        border-left: 1px solid #c2e4c2;
        color: #030;
        text-shadow: 0px 1px 0px #9fd59f;
        text-decoration: none !important;
    }

    header.theautochannel>nav div.close-button {
        display: none;
    }

    header.theautochannel>nav div.nav-search {
        display: none;
    }
}

header.theautochannel .search {
    max-height: 0;
    overflow: hidden;
    text-align: right;
    background: black;
    padding: 0 8px;
}

@media (min-width: 640px) {
    header.theautochannel .search {
        transition: max-height 250ms, padding 250ms;
    }

    header.theautochannel .search.shown {
        max-height: 3em;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

header.theautochannel .search-tappable {
    display: none;
}

@media (min-width: 640px) {
    header.theautochannel .search-tappable {
        display: block;
    }
}

@media (min-width: 640px) {
    header.theautochannel .hamburger-tappable {
        display: none;
    }
}

header.theautochannel .ad-slot-top-728x90 {
    background: #666 url("/images/2011/fade.png") repeat-x;
    padding: 8px 0 0 0;
}

article.news-article {
    /* content from external sources */
}

article.news-article>h1:first-child {
    margin-top: 0;
}

article.news-article table[summary='photo'][align="right"] {
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

article.news-article table[summary='photo'][align="left"] {
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

article.news-article table[summary='photo'][align] {
    width: auto !important;
    /* overrides width="..." attribute that the CMS puts in */
    max-width: 40%;
}

article.news-article table[summary='photo']:not([align]) {
    width: auto !important;
    /* overrides width="..." attribute that the CMS puts in */
    max-width: 80%;
}

article.news-article table[summary='photo'] img {
    width: 100% !important;
    /* in case max-width of table triggers downsizing of it */
    height: auto !important;
    /* in case max-width of table triggers downsizing of it */
}

article.news-article table[summary='photo'] a img {
    padding: 1px;
    border: 1px solid #99c;
    box-sizing: border-box;
    /* helps prevent the padding and border rules from resizing these images slightly which makes them blurry */
}

article.news-article table[summary='photo'] a img.no-border {
    padding: 0;
    border-width: 0;
}

article.news-article table.prntblns {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

article.news-article table.prntblns>*>*>td,
article.news-article table.prntblns>*>*>th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 2px;
}

article.news-article table.prntblns p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

article.news-article .ad-slot-in-content {
    margin-top: 1em;
    margin-bottom: 1em;
}

.below-the-article {
    margin-top: 2em;
    padding: 0.5em;
}

.share-block {
    text-align: center;
    padding: 8px;
}

.share-block>.inner {
    display: inline-block;
    width: auto;
}

.livefyre-comments {
    max-width: 600px;
    margin: 0 auto;
}

/* the "yellow box" */
aside.yellow-box {
    box-sizing: border-box;
    padding: 0.5em;
}

.linktonewcarbuyersguide {
    background-color: #ffffcc;
    border: 2px solid #ffff00;
    border-radius: 1em;
    padding: 1em;
    font-size: smaller;
}

.linktonewcarbuyersguide p,
.linktonewcarbuyersguide ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.ad-slot-lower-300x250-1 {
    margin: 8px auto;
}

.ad-slot-lower-300x250-2 {
    margin: 8px auto;
}

.ad-slot-bottom-chitika {
    margin: 8px auto;
    text-align: center;
}

footer.theautochannel {
    padding: 1em;
    background: #eee;
    font-size: smaller;
}

footer.theautochannel p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

footer.theautochannel p:first-child {
    margin-top: 0;
}

footer.theautochannel p:last-child {
    margin-bottom: 0;
}

#footer-search-boxes {
    text-align: center;
}

.front-page-green-background {
    background-color: #0c360c;
    color: white;
}

.front-page-green-background a {
    color: inherit;
}

.front-page-green-background hr {
    border: 0;
    border-bottom: 1px solid #114c11;
    border-top: 1px solid #0a2d0a;
    width: 80%;
}

section.front-page-section {
    padding: 8px;
}

@media (min-width: 640px) {
    section.front-page-section {
        padding: 8px 16px;
    }
}

@media (min-width: 1024px) {
    section.front-page-section {
        padding: 16px 32px;
    }
}

section.front-page-section .column>h2:first-child,
section.front-page-section .columns>h2:first-child {
    margin-top: 0;
}

section.front-page-features-opinions a.article-link {
    text-decoration: none;
}

section.front-page-features-opinions a.article-link img {
    width: 100%;
}

.front-page h2 a {
    text-decoration: none;
    color: inherit;
}

section.articles-section img {
    max-width: 100%;
}

section.articles-section p.article-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

section.articles-section p.article-title a {
    text-decoration: none;
}

section.articles-section p.article-date {
    font-size: smaller;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

section.articles-section p.article-description {
    font-size: smaller;
    margin-top: 0.5rem;
}

.pagination {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.pagination .prev {
    float: left;
    text-align: left;
    width: 50%;
}

.pagination .next {
    float: right;
    text-align: right;
    width: 50%;
}

.pagination:after {
    display: table;
    content: "";
    clear: both;
}

table.calendar {
    table-layout: fixed;
    border-spacing: 3px;
    width: 16em;
    margin: 0 auto;
}

table.calendar>*>*>td {
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

table.calendar>*>*>td.no-articles {
    color: #888;
    background-color: #ddd;
}

table.calendar>*>*>td.has-articles {
    background-color: #cbd0de;
}

table.calendar>*>*>td a {
    display: block;
    text-decoration: none;
    color: black;
}

#tach-test-site-header {
    padding: 0.25em 1em;
    background: #334166;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #526493 0%, #131d39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#526493, endColorstr=#131d39, GradientType=0)";
    /* IE6-9 */
    text-align: center;
    color: white;
}

#tach-test-site-header:hover {
    background: #8f97aa;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9fa9c1 0%, #7f8492 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9fa9c1, endColorstr=#7f8492, GradientType=0)";
    /* IE6-9 */
}

#tach-test-site-header p {
    margin: 0;
    text-shadow: 0px -1px 0px #000;
}

#tach-test-site-header a {
    color: yellow;
    text-decoration: none;
}

#tach-test-site-header em {
    text-transform: uppercase;
}

/* Ads */
.ad-slot {
    text-align: center;
}

.ad-slot-matched-content {
    margin: 8px auto;
    text-align: center;
}

.disable-google-auto-placed .google-auto-placed {
    display: none;
}

.youtube-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 1em;
}

.youtube-video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-article-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-gap: 1rem;
    gap: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.news-article-wrapper,
.news-article-wrapper::before,
.news-article-wrapper::after,
.news-article-wrapper *,
.news-article-wrapper *::before,
.news-article-wrapper *::after {
    box-sizing: border-box;
}

.news-article-wrapper .news-page-left-column {
    display: none;
}

.news-article-wrapper .news-page-right-column {
    display: none;
}

.news-article-wrapper .news-page-main-column {
    flex: 0 1 100%;
}

@media (min-width: 640px) {
    .news-article-wrapper {
        flex-direction: row;
    }

    .news-article-wrapper .news-page-right-column {
        display: block;
        flex: 1 0 160px;
    }
}

@media (min-width: 1024px) {
    .news-article-wrapper .news-page-left-column {
        flex: 1 0 160px;
    }

    .news-article-wrapper .news-page-right-column {
        flex: 1 0 350px;
    }
}

.news-article-wrapper .ad-slot {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.powered-by-bing-custom-search {
    font-size: 12px;
    color: #008976;
}

.bing-logo,
.bing-logo-white {
    font-size: 200%;
    display: inline-block;
    height: 1.5em;
    width: 3.75em;
    background-image: url("/images/bing-custom-search/bing-logo-2016.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

form.bing-custom-search .bing-logo {
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    font-size: 100%;
    margin-left: 0.25em;
    vertical-align: -55%;
}

.bing-logo-white {
    background-image: url("/images/bing-custom-search/bing-logo-2016-white.png");
}

header.theautochannel .search .bing-logo,
header.theautochannel .nav-search .bing-logo {
    background-image: url("/images/bing-custom-search/bing-logo-2016-white.png");
}

html {
    background: #491717 url("/images/2011/body-bg.jpg") fixed;
    margin: 0;
    padding: 0;
}

html body {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    background: white;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    box-shadow: 0px 0px 24px #000;
    -webkit-text-size-adjust: 100%;
    /* prevent safari mobile from increasing font size in landscape mode */
}

a img {
    border: 0;
}

a:hover {
    text-decoration: underline !important;
}

a.with-fa-caret-right-after::after {
    font-family: "FontAwesome";
    content: "\00a0\00a0\f0da";
    /* fa-caret-right */
}

input,
select,
textarea,
button {
    font-size: 100%;
    font-family: inherit;
}

input,
textarea,
button {
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 0.25em 0.5em;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
a.button,
html .cse input.gsc-search-button,
html input.gsc-search-button {
    padding: 0.25em 0.5em;
    background: #3b833b;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #459945 0%, #306c30 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#459945, endColorstr=#306c30, GradientType=0)";
    /* IE6-9 */
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #306c30;
    border-left: 1px solid #459945;
    color: white;
    text-shadow: 0px -1px 0px #0a360a;
    text-decoration: none !important;
    -webkit-decoration: none;
    border-radius: 0;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
a.button:hover,
html .cse input.gsc-search-button:hover,
html input.gsc-search-button:hover {
    background: #99cc99;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c2e4c2 0%, #70b370 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c2e4c2, endColorstr=#70b370, GradientType=0)";
    /* IE6-9 */
    border-right: 1px solid #70b370;
    border-left: 1px solid #c2e4c2;
    color: #030;
    text-shadow: 0px 1px 0px #9fd59f;
    text-decoration: none !important;
}

html .cse input.gsc-search-button,
html input.gsc-search-button {
    /* overrides */
    font-size: 100%;
    border-radius: 0;
    font-weight: inherit;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.333333em;
}

h3 {
    font-size: 1.166667em;
}

h4,
h5,
h6 {
    font-size: 1em;
}

/* normalize block level element vertical margins */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

ul.half-spaced>li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

ul.full-spaced>li {
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen and (max-width: 639.9375px) {
    .hide-for-small {
        display: none;
    }
}

@media screen and (max-width: 1023.9375px) {
    .hide-for-medium-down {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .show-for-medium-down {
        display: none;
    }
}

@media screen and (min-width: 640px) {
    .show-for-small {
        display: none;
    }
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-1em {
    margin-bottom: 1em !important;
}

.margin-bottom-2em {
    margin-bottom: 2em !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-1em {
    margin-top: 1em !important;
}

.margin-top-2em {
    margin-top: 2em !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

button[data-toggle] {
    display: block;
    text-align: left;
    width: 100%;
}

button[data-toggle]::before {
    float: right;
    font-family: "FontAwesome";
    content: "\f0da";
    /* fa-caret-right */
    display: inline-block;
    padding-left: 0.333333em;
    width: 1em;
    text-align: center;
}

button[data-toggle].shown::before {
    content: "\f0d7";
    /* fa-caret-down */
}

button[data-toggle]::after {
    clear: both;
}

@media screen and (min-width: 640px) {
    button[data-toggle].show-for-small {
        display: none;
    }
}

.toggled-for-small {
    overflow: hidden;
    transition: max-height 250ms;
    max-height: 0;
}

.toggled-for-small.shown {
    max-height: 30em;
}

@media screen and (min-width: 640px) {
    .toggled-for-small {
        max-height: none;
        display: block;
    }
}

.row button[data-toggle] {
    font-size: 150%;
    margin-left: calc(-0.625rem - 8px);
    margin-right: calc(-0.625rem - 8px);
    width: calc(100% + 1.25rem + 16px);
}

@media screen and (min-width: 640px) {
    .row button[data-toggle] {
        margin-left: calc(-0.9375rem - 16px);
        margin-right: calc(-0.9375rem - 16px);
        width: calc(100% + 1.875rem + 32px);
    }
}

@media screen and (min-width: 1024px) {
    .row button[data-toggle] {
        margin-left: calc(-0.9375rem - 32px);
        margin-right: calc(-0.9375rem - 32px);
        width: calc(100% + 1.875rem + 64px);
    }
}
/*# sourceMappingURL=tach.css.map */