/* -------- color guide ----------
#323333 : main text color
#1a5494 : main blue (links)
#66CCEC : light blue (background)
#666666 : main grey (link rollover)
#F2F2F2 : very light grey (asides)
#FFC600 : yellow (header, nav links)
#FF0000 : red (poor)
*/

/*For sticky footer*/

html, body, form {
    height: 100%;
}


.ease-of-use {
     margin-bottom: 6px;
}

/*Outside wrapper for sticky footer*/
#wrapper, .wrapper {
    width: 1004px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
}.child-seat-details
/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

body {
    background-image: url(../images/background.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-color: #66CCEC;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 67.5%;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.clearfix, .clearIt, .clear {
    clear: both;
}

.append-half {
    padding-right: 20px;
}

.prepend-half {
    padding-left: 20px;
}

.push-half {
    margin: 0 -20px auto 20px;
}

.pull-half {
    margin: 0 20px auto -20px;
}
/* START global typography----------- */
p {
    font-size: 1.1em;
    margin: 0 0 .8em 0;
}

    p:empty {
        display: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h1 {
    font-size: 1.5em;
    margin-bottom: .4em;
}

h2 {
    font-size: 1.2em;
    margin-bottom: .4em;
}

h3 {
    font-size: 1.1em;
    margin-bottom: .4em;
}

h2 a {
    text-decoration: none !important;
}

table {
    width: auto;
    margin: 0;
    border-collapse: collapse;
}

th, td, caption {
    font-size: .9em;
}

strong {
    font-weight: 600;
    font-style: normal;
}

em, i {
    font-style: italic;
}

li {
    font-size: 1.1em;
}

    li li, li p {
        font-size: 1em;
    }

.smalltext {
    font-size: .9em;
    margin: 0 0 10px 0;
}

.justify {
    text-align: justify;
}

.TSP {
    font-style: italic;
    text-transform: uppercase;
}

.SR {
    font-style: italic;
}

.xhtml-content a:link, .xhtml-content a:visited {
    color: #1a5494;
    text-decoration: underline;
}

.xhtml-content a:active, .xhtml-content a:hover {
    color: #666666;
    text-decoration: underline !important;
}

a[href$=".pdf"], a[href$="_pdf"], a[href$=".doc"], a[href$=".xlsx"], a[href*=".pdf"], a[href*="masterfiledocs.ashx"] {
    background-position: right center;
    background-repeat: no-repeat;
    margin: -2px 0;
    padding: 2px 22px 2px 0;
}

a[href$=".pdf"], a[href$="_pdf"], a[href*=".pdf"], a[href*="masterfiledocs.ashx"] {
    background-image: url("../images/icons/pdf.png");
}

a[href$=".doc"] {
    background-image: url("../images/icons/doc.png");
}

a[href$=".xlsx"] {
    background-image: url("../images/icons/xls.png");
}

.light {
    color: #666666;
}

/* END ------------- global typography */

/*Header goes inside main wrapper: includes masthead, logo, main nav, search, breadcrumbs*/
/*-------- Start header --------------*/
.printheader, .printfooter {
    display: none;
}

#header-wrapper, .header-wrapper {
    width: 100%;
}

#header, .header {
    background-image: url(../images/masthead.png);
    background-repeat: no-repeat;
    overflow: visible;
    height: 140px;
    width: 980px;
    margin: 0 12px 0 12px;
    box-shadow: 0 5px 10px 0 #333;
}

.logo {
    padding: 12px 0 0 23px;
    font-size: 1px;
}

#tagline {
    color: #9c9c9c;
    float: right;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 1.7em;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.1em;
    margin: 50px 32px 0 0;
    text-align: right;
}

.header-navbar {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    padding-top: 1px;
    width: 748px;
}

    .header-navbar ul {
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
        margin-left: 0;
        padding-left: 0;
    }

    .header-navbar a:link, .header-navbar a:visited {
        color: #FFF;
        text-decoration: none;
    }

    .header-navbar a:hover, .header-navbar a:active, .header-navbar li.selected a {
        color: #FFCC33;
        text-decoration: none;
    }

    .header-navbar li {
        margin-top: 0;
    }

    .header-navbar .main-1 {
        float: left;
        margin: 0 0 0 84px;
    }

    .header-navbar .main-2 {
        float: left;
        margin: 0 0 0 53px;
    }

    .header-navbar .main-3 {
        float: left;
        margin: 0 0 0 53px;
    }

    .header-navbar .main-4 {
        float: left;
        margin: 0 0 0 53px;
    }

    .header-navbar .main-5 {
        float: left;
        margin: 0 0 0 53px;
    }

    .header-navbar .lastItem {
        float: left;
        margin: 0 0 0 53px;
    }

.searchRegion {
    width: 224px;
    height: 22px;
    float: left;
    margin: 2px 0 0 0;
    outline: none;
}

    .searchRegion input[type="text"] {
        float: left;
        padding: 0 0 0 0;
        margin: 1px 0 0 0;
        width: 185px;
        color: #FFF;
        background-color: transparent !important;
        border: none;
        font-size: 11px;
        font-weight: 600;
        height: 20px;
        outline: none;
        box-shadow: none;
    }

    .searchRegion input[type="button"], .searchRegion input[type="submit"] {
        float: left;
        padding: 0;
        margin: 1px 0 0 0;
        width: 24px;
        border: none;
        background-color: transparent !important;
        height: 20px;
    }

        .searchRegion input[type="button"]:hover, .searchRegion input[type="submit"]:hover {
            background-color: transparent !important;
        }

    .searchRegion input[type="text"]:hover {
        background-color: rgba(255, 255, 255, .2) !important;
    }



/* END ------- HEADER */

/* START ------- MAIN-CONTENT*/

#content-wrapper {
    padding-bottom: 325px;
    margin-top: 0;
}

.addthis_toolbox {
    float: right;
    margin: 12px 0 0 0;
    min-width: 85px !important;
}

.header-breadcrumb {
    color: #999999;
    font-size: 10px;
    padding: 10px 0 10px 0;
    margin: 0;
}

    .header-breadcrumb br {
        display: none;
    }

    .header-breadcrumb a {
        text-decoration: underline;
    }

.content-main {
    background-color: #fff;
    margin: 0 12px 0 12px;
    box-shadow: 0 5px 10px 0 #333;
    font-size: 1.1em;
    padding-bottom: 25px;
}

.main-content-header h1 {
    font-weight: 700;
    letter-spacing: -.5px;
    padding-top: 15px;
    font-size: 2.0em;
}

.content-main a {
    color: #1a5494;
    text-decoration: none;
}

.content-end-graphic {
    height: 25px !important;
    line-height: 25px !important;
    background-image: url(../images/mainBottom.png);
    background-repeat: no-repeat;
}

.main-content ul li, .xhtml-content ul li {
    margin: 9px 0;
}

.main-content a:hover {
    color: #666666;
    text-decoration: none;
}

.bodycopy a, .bodycopy a:hover {
    text-decoration: underline;
}
/* Start ---- JQUERY css styles */
.expand-all-activator {
    font-weight: 600;
    padding: 10px 0;
    margin-top: 10px;
    width: 100px;
    padding: 4px 6px;
    background-color: #CCC;
    border-radius: 8px;
}

a.expand-all-activator {
    color: white !important;
}

.expand-all-activator:hover {
    background-color: #FC3;
    cursor: pointer;
}

.contact-columns-x2-general > ul > li {
    list-style: none;
    padding: 5px 70px 0 5px;
}

.contact-columns-x2-general > ul > li {
    list-style: none;
}

.contact-columns-x2-general strong {
    display: block;
    padding: 15px 0 0 0;
}

.columns-x3 > ul, .columns-x2 > ul {
    margin: 0;
    padding: 0;
}

    .columns-x3 > ul > li, .columns-x2 > ul > li {
        list-style: none outside none;
        padding: 5px 20px 0 5px;
    }

.member > ul > li {
    margin-left: 30px !important;
    max-width: 255px;
}

    .member > ul > li:first-child {
        margin-left: 0px !important;
    }


.list-column-processed li {
    list-style: none outside none;
}

#initialMargin {
    background-color: red;
}

#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 1000px;
    z-index: 3000;
}

    #back-top a {
        width: 150px;
        display: inline-block;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        color: rgba(255,255,255,.5); /* background color transition 
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;*/
    }

        #back-top a:hover {
            color: #ffcc33;
            color: rgba(255,204,51,.8);
        }

    #back-top em {
        float: right;
        font-style: normal;
        padding-top: 15px;
        letter-spacing: 1px;
    }
    /* arrow icon (span tag) */

    #back-top span {
        width: 48px;
        height: 48px;
        display: inline-block;
        background-color: #ffffff;
        background-color: rgba(255,255,255,.3);
        background-image: url(../images/up-arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        /* rounded corners */
        border-radius: 10em;
        -moz-border-radius: 10px; /* background color transition 
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;*/
    }

    #back-top a:hover span {
        background-color: #ffcc33;
        background-color: rgba(255,204,51,.8);
    }

/* Tooltip hovers*/

.qtip {
    line-height: 16px;
}
/* START ------- About us, Misc pagees */

.about-below {
    float: left;
    background-color: #F2F2F2;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0px 15px 0px;
}

.about-aside {
    float: left;
    margin: 0px 0px 0px 25px;
    width: 190px;
    background-color: #F2F2F2;
    padding: 25px;
    border-radius: 6px;
    text-align: center;
}

    .about-aside h2 {
        font-size: 1.1em;
        margin: 6px 0px 0px 4px;
        text-align: left;
    }

    .about-aside p {
        font-size: 1.0em;
        font-weight: normal;
        margin: 0px 0px 15px 4px;
        color: #999999;
        text-align: left;
    }

        .about-aside p.last {
            font-size: 1.0em;
            font-weight: normal;
            margin: 0px 0px 0px 4px;
            color: #999999;
            text-align: left;
        }

li.aboutList, li.brochureList, li.bulletList {
    list-style-image: url(../images/list_arrow.png);
    margin: 14px 30px;
    padding-left: 6px;
}

.brochureEmphasis {
    font-weight: bold;
    color: #00aeef;
}

.brochureSmall {
    font-size: 0.9em;
    margin-bottom: 24px;
}

div.brochureBanner {
    width: 590px;
    max-width: 590px;
    height: 162px;
    background-image: url(../images/SFSC_banner.jpg);
    background-size: 590px 162px;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px 0px 20px;
}

div.brochureBanner2015 {
    width: 590px;
    max-width: 590px;
    height: 162px;
    background-image: url(../images/sfsc-banner-2015.jpg);
    background-size: 590px 162px;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px 0px 20px;
}

.presentations-aside {
    float: right;
    margin: 6px 0px 24px 24px;
    width: 270px;
    background-color: #F2F2F2;
    padding: 25px;
    border-radius: 6px;
}

    .presentations-aside h2 {
        font-size: 1.1em;
        margin: 6px 0px 6px 0px;
    }

    .presentations-aside p.text {
        font-size: 1.0em;
        font-weight: normal;
        margin-bottom: 10px;
        color: #999999;
    }

.vrc-nav > ul.tabs {
    margin-left: 18px;
    width: 200px;
}
/* -------------- Beginning of Tabs Section ------------*/

.horizontal-navbar > li, .horizontal-navbar > li {
    float: left;
}

.horizontal-navbar {
    display: block;
    height: 31px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    list-style: none outside none;
    padding-left: 0;
}

    .horizontal-navbar > li > a {
        padding: 8px 15px;
        margin: 0 4px 0 0;
        line-height: 14px;
        border: 1px solid transparent;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

.horizontal-navbar {
    border-bottom: 1px solid #ddd;
}

    .horizontal-navbar > li {
        margin-bottom: -1px !important;
    }

    .horizontal-navbar > .active > a, .horizontal-navbar > .active > a:hover {
        color: #555555;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 0, #ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        border-bottom-color: #fff;
        cursor: default;
    }

.horizontal-navbar {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

    .horizontal-navbar > li > a {
        display: block;
    }

        .horizontal-navbar > li > a:hover {
            text-decoration: none;
            background-color: #eeeeee;
            color: #555555;
        }

table.milestonesTable {
    border-collapse: collapse;
    margin: 24px 12px 12px;
}

    table.milestonesTable th {
        font-size: 1em;
        padding: 6px 12px 0 0;
        border-right: 1px solid #CCC;
        text-align: left;
        vertical-align: top;
    }

    table.milestonesTable td {
        font-size: 1em;
        padding: 6px 12px 16px 12px;
        vertical-align: top;
    }

        table.milestonesTable td.multientry {
            padding: 6px 12px 6px 12px;
        }

.press-room-address {
    float: right;
    margin-right: 80px;
}

    .press-room-address p {
        font-size: .9em !important;
    }

.press-room-columns-x3 > ul > li {
    padding: 0 !important;
    margin: 0 !important;
}

.social {
    display: block;
    height: 45px;
    border-bottom: 1px solid #CCC;
    padding: 10px 0 10px 0;
}

    .social img {
        padding: 0 10px 0 0;
    }

.staff-photo {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0;
    padding: 3px;
}

.staff-bio {
    float: left;
    margin: 0 100px 24px 12px;
    width: 600px;
}

.faq a {
    text-decoration: none !important;
    color: #1a5494 !important;
}

.presentations-list h3 {
    font-size: 1.2em;
    line-height: 1.25em;
    margin: 24px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}

.presentations-list p {
    padding-top: 2px;
    margin: 0;
}

.presentations-list-smalltext {
    display: inline-block;
    clear: right;
}

.presentations-list-img {
    display: block;
}

.presentations-list h3 a:hover {
    color: #666666;
}

.simple-link-list ul, ul.simple-link-list, .simple-link-list ul li ul {
    list-style-type: none;
}

    .simple-link-list ul li ul {
        padding-left: 0;
        margin-left: 0;
    }

    .simple-link-list ul ul {
        list-style-type: disc;
    }

.columnone-section .simple-link-list ul {
    padding-left: 0;
}

.topics-landing-header p, .topics-landing-header h1 {
    margin-left: 25px;
    width: 100%;
}

.topics-landing-list ul li, .research-landing-list ul li ul li {
    padding-bottom: 3px;
}

.topics-landing-list ul {
    width: 245px;
    padding-left: 45px;
    margin-left: auto;
    float: left;
    margin-bottom: 0;
}

.topics-landing-list {
    color: white;
    background-color: #016fa4;
    padding: 15px 15px 15px 35px;
    width: 930px;
}

    .topics-landing-list a {
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
    }

        .topics-landing-list a:hover {
            color: #FFCC33;
        }

.flyout-topics-activator {
    padding-bottom: 4px;
    text-align: right;
    border-bottom: 1px solid #CCC;
}

    .flyout-topics-activator a {
        font-size: .9em;
        background: url(../images/select_topic_pattern.png) no-repeat -33px -8px;
        padding: 10px 30px 4px 8px;
        color: #323333;
        text-transform: uppercase;
        border-radius: 4px 4px 0 0;
        border-bottom: 2px solid #FFCC33;
        margin: 0 20px 20px 0;
    }

.flyout-topics-activator-active a {
    background: url(../images/select_topic_pattern.png) no-repeat -33px -109px;
    border-bottom: 2px solid #656665;
}

.flyout-wrapper {
    margin: -28px 0 20px -15px;
    width: 980px;
}

.flyout-wrapper-landing {
    margin: 0 0 20px -15px;
    width: 980px;
}

.indepth-landing-list a {
    text-decoration: none;
    display: block;
    line-height: 25px;
    width: 100%;
    border-bottom: 1px dotted #666;
}

.topics-landing-border {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subsection {
    float: left;
    width: 45%;
    margin: 20px 0 0 25px;
    padding-right: 20px;
    display: block;
    border-right: 1px solid #999;
}

.column2 {
    margin-left: 35px;
    border: none;
    padding: 0;
}

.subsection a {
    text-decoration: none;
    display: block;
    line-height: 15px;
    border-bottom: 1px dotted #666;
}

.overview-videos .play-button {
    position: absolute;
    top: 45px;
    left: 84px;
    height: 38px;
    width: 60px;
    background-size: 60px 78px;
}
/*START --- styling general content*/
ul.lawsSubMenu {
    padding-left: 0;
    font-size: .9em;
}

.lawsSubMenu li {
    list-style: none outside none;
    display: inline;
    text-indent: 0;
    font-weight: 600;
}

.lawsSubMenu a {
    display: inline-block;
    /*max-width:150px;*/
    margin: 0 2px;
    padding: 4px 7px;
    color: #000;
    background-color: #eee;
    text-align: left;
    border-radius: 4px;
}

    .lawsSubMenu a.selected {
        background-color: #666;
        color: #FFF;
    }

    .lawsSubMenu a:hover {
        background-color: #FFCC66;
        color: #000;
    }

.lawsSubMenu {
    margin: 25px 0;
}

    .lawsSubMenu > li {
        margin-bottom: -24px !important;
    }

.OverviewBox {
    margin-top: 50px;
    border: 2px solid #F2f2f2;
    padding: 10px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
}

    .OverviewBox img {
        position: relative;
        overflow: hidden;
        margin-right: 15px;
        top: -35px;
    }

    .OverviewBox .imgLeft {
        float: left;
    }

    .OverviewBox h1 {
        font-size: 1.8em;
        font-weight: 700;
    }

    .OverviewBox h2 {
        font-size: 1.3em;
        line-height: 100%;
    }

    .OverviewBox a {
        font-weight: 600;
    }
/*styling general content---- END*/

/*styling content menu*/
.level-one-menu {
    margin: 0 0 0 -15px;
    padding: 0 15px 0 0;
    width: 125px;
    font-weight: 600;
}

    .level-one-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .level-one-menu ul li {
            text-decoration: none;
            line-height: 18px;
            margin: 6px 0;
            padding: 0;
            min-height: 22px;
        }

            .level-one-menu ul li:first-child {
                margin: 0 0;
            }

            .level-one-menu ul li a {
                display: block;
                color: #FFF;
                padding: 6px 15px 6px 15px;
                border-radius: 0 4px 4px 0;
                background: #016fa4;
                border-top: 1px solid #016fa4;
                border-right: 1px solid #016fa4;
                border-bottom: 1px solid #016fa4;
            }

                .level-one-menu ul li a:hover, .level-one-menu ul li a:active {
                    color: #1a5494;
                    border-top: 1px solid #EEE;
                    border-right: 1px solid #EEE;
                    border-bottom: 1px solid #EEE;
                    background: #eeeeee; /* Old browsers */
                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: -moz-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #eeeeee 0, #ffffff 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
                }

                .level-one-menu ul li a.selected {
                    color: #333;
                    border-top: 1px solid #FFCC33;
                    border-right: 1px solid #FFCC33;
                    border-bottom: 1px solid #FFCC33;
                    background: #FFCC33;
                }

                    .level-one-menu ul li a.selected:hover {
                        filter: none;
                        border-top: 1px solid #FFCC33;
                        border-right: 1px solid #FFCC33;
                        border-bottom: 1px solid #FFCC33;
                        background: #FFCC33 !important;
                    }

            .level-one-menu ul li.disabled {
                display: none;
            }
/*START ---- news pages */
.news-heading {
    display: inline-block;
    margin: 0 30px 0 0;
}

    .news-heading a {
        background: url(../images/f_rss.png) no-repeat center left;
        position: relative;
        top: -3px;
        display: inline;
        line-height: 25px;
        padding-left: 21px;
        background-size: 16px 16px;
        font-size: 1em;
        text-decoration: none;
    }

.news-header-image-caption {
    line-height: 1.45em;
    font-weight: 600;
    display: block;
    width: 560px;
    margin: 0 0 15px 0;
}

.news-header-image-credit {
    display: block;
    margin: -33px 5px 21px 0;
    width: 555px;
    text-align: right;
    color: #fff;
    font-size: 0.8em;
    font-style: italic;
}

.news-landing-items {
    display: block;
    border-bottom: 1px dotted #666;
    width: 100%;
    margin: 15px 0 15px 38px;
}

.news-topic-items {
    clear: both;
    border-bottom: 1px dotted #666666;
    display: block;
    margin: 15px 0 15px 0;
}

    .news-topic-items:first-child {
        margin-top: 0;
    }

    .news-landing-items:first-child, .news-topic-items:first-child {
        border-top: 1px dotted #666;
        padding-top: 15px;
    }

    .news-landing-items img, .news-topic-items img {
        float: left;
        margin: 0 0 10px 25px;
        width: 280px;
        height: 158px;
        -ms-interpolation-mode: bicubic;
    }

    .news-text, .news-topic-items .news-text {
        width: 500px;
        float: left;
        margin-left: 20px;
    }

    .news-topic-items .news-text {
        width: 430px;
    }

    .news-landing-items h6, .news-topic-items h6 {
        margin-bottom: .5em;
        font-weight: normal;
        line-height: 1.5em;
    }

    .news-landing-items h1, .news-landing-items p, .news-topic-items h1, .news-topic-items p {
        max-width: 570px;
        float: left;
    }

    .news-landing-items h1, .news-topic-items h1 {
        line-height: 1.3em;
    }


.moreLink {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
}

.entry:hover {
    background-color: #F2F2F2;
}

.entry {
    min-height: 163px;
    display: block;
    overflow: hidden;
    padding-top: 15px;
    margin-top: -15px;
    text-decoration: none;
    width: 100%;
}

.news-archive-contact {
    margin: 25px 0 25px 40px !important;
    width: 830px !important;
}

.news-archive-header {
    margin: 10px 0;
}

.news_archive_button {
    display: inline-block;
    vertical-align: top;
    margin: 0 55px 0 25px;
}
/*START ---- Google News Aggregator */

.in-the-news {
    font-size: 1.35em;
    margin: 35px 0 35px 100px;
    background-color: #EFEFEF;
    padding-bottom: 30px;
}

.in-the-news-header {
    display: block;
    background: url(../images/news-aggregator-banner_2x.png);
    background-repeat: no-repeat;
    background-size: 750px 134px;
    width: 750px;
    height: 134px;
    margin-left: -40px !important;
}

.in-the-news h1 {
    font-size: 1.1em;
    font-weight: 400;
    padding-top: 80px;
    padding-left: 95px;
    text-transform: uppercase;
    color: #FFF;
}

.in-the-news h3 {
    font-weight: 400;
    margin: 0;
    padding: 0 0 0px 175px;
    color: #FFF;
}

.in-the-news ul li {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px dotted #CCC;
}

.in-the-news ul {
    padding: 0;
    margin: 0;
}

.in-the-news table, .in-the-news div {
    padding: 0 !important;
    margin: 0;
}

.in-the-news tr:nth-child(odd), .in-the-news td, .in-the-news tr {
    background-color: #EFEFEF !important;
    padding: 0;
}

.in-the-news ul li tbody a {
    display: table-cell;
}

.in-the-news a {
    font-size: 13px !important;
}

.in-the-news ul li td:nth-child(2n+1) {
    display: none;
}

.in-the-news ul li a {
    display: none;
}

.in-the-news img {
    display: none;
}

.in-the-news br {
    display: none;
}
/*END Google News Aggregator ---- ---- */


.imagesright {
    float: right;
    width: 250px;
    margin: -20px -150px 24px 22px;
}

.news-item {
    margin: 0;
    padding: 0 30px 0 0;
    text-align: justify;
}

.videoplayer {
    margin-bottom: 20px;
}

.news-item h2 {
    margin-top: 18px;
}

.news-item p.footnote {
    font-size: .95em;
    line-height: 1.35em;
    margin-bottom: 18px;
}

.related-div {
    padding-top: 55px;
    clear: both;
}

.news-item p.related-DB {
    border-top: dotted 1px #999;
    margin-top: 5px;
    padding-top: 15px;
    font-weight: 600;
    font-size: 1.1em;
}

.news-item p.graphTitle {
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 600;
    margin: 24px 0 12px;
    text-align: left;
}

.news-item li {
    margin: 9px 0;
}

.news-item-date {
    display: inline-block;
    font-size: 1.0em;
    margin: 0 0 10px 0;
}

    .news-item-date a {
        background: url(../images/f_rss.png) no-repeat center left;
        font-size: .9em;
        line-height: 25px;
        position: relative;
        margin: 0 0 0 25px;
        padding-left: 20px;
        background-size: 15px 15px;
    }

.news-item-heading {
    line-height: 1.3em;
}

.newsitem img.news-header-image, .sr-article-container .main-content img.news-header-image {
    margin: 0 0 15px 0;
    width: 560px;
}
/*START ---- styling news aside */

.news-item-aside {
    margin: 0 0 30px 0;
    width: 280px;
    background-color: #F2F2F2;
    overflow: auto;
    padding: 20px;
    border-radius: 6px;
}

    .news-item-aside h1 {
        background-color: #00497E;
        line-height: 1.5em;
        text-align: center;
        color: #FFF;
        padding: 5px 10px;
        margin: -10px -10px 20px -10px;
    }

    .news-item-aside h2 {
        font-size: 1.2em;
    }

    .news-item-aside p {
        font-size: 1.0em;
        font-weight: normal;
        color: #999999;
        margin-bottom: .75em;
    }

.news-item-box h3 {
    margin-bottom: 5px;
    line-height: 1.5em;
}

.news-item-box .subtitle {
    font-size: 1.0em;
    font-weight: normal;
    color: #999999;
    margin-bottom: .75em;
}

.news-item-box {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

ul.news-item-box > li {
    font-size: 1em;
    width: 260px;
    padding: 10px 10px 0 10px;
    border: 1px solid #FFF;
    margin-bottom: 1em;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
}
/*END ---- news pages */
/*START ---- styling topics aside */

p.graphTitle {
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 600;
    margin: 24px 0 12px;
    text-align: left;
}

.topic-aside {
    font-weight: 600;
    margin-top: 50px;
    margin-left: 20px;
    background-color: #F2F2F2;
    overflow: auto;
    padding: 10px;
}

    .topic-aside a {
        text-decoration: none;
    }

    .topic-aside p {
        font-size: .9em;
        font-weight: normal;
        color: #999999;
    }

.topic-box {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

    .topic-box li {
        width: 170px;
        padding: 10px 10px 0 10px;
        border: 1px solid #FFF;
        margin-bottom: 1em;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,242,242,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
    }
/*END ---- styling topics aside */

/* START ---table styling*/

.laws-table {
    border-collapse: collapse;
    width: 100%;
}

    .laws-table th {
        padding: 4px 6px;
        text-align: left;
        vertical-align: bottom;
        border-bottom: 1px solid #CCC;
    }

        .laws-table th.Border {
            border: 1px solid #CCC;
        }

        .laws-table th.BorderLeft {
            border-left: 1px solid #CCC;
        }

        .laws-table th.BorderLeftTop {
            border-top: 1px solid #CCC;
            border-left: 1px solid #CCC;
        }

        .laws-table th.BorderRight {
            border-right: 1px solid #CCC;
        }

        .laws-table th.BorderTopRight {
            border-top: 1px solid #CCC;
            border-right: 1px solid #CCC;
        }

        .laws-table th.BorderTop {
            border-top: 1px solid #CCC;
        }

        .laws-table th.AlignCenter {
            text-align: center;
        }

        .laws-table th.NoBorder {
            border-style: none;
        }

    .laws-table td {
        padding: 9px 6px;
        text-align: left;
        vertical-align: top;
        border-left: 1px solid #CCC;
    }

        .laws-table td.Col1 {
            border-left: none;
        }

        .laws-table td.AlignCenter {
            text-align: center;
        }

        .laws-table td.left {
            float: none;
        }

tbody tr:nth-child(odd) td, tbody tr.odd td {
    background-color: #F2F2F2;
}

.tbody, .tbody tr:nth-child(2n) td, tbody tr.even td {
    background-color: #FFF;
}

.effectivedate {
    font-weight: 600;
}
/*	floated sticky tableheader styles*/

table.laws-table {
    border-collapse: collapse;
}

    table.laws-table th {
        padding: 5px; /* NOTE: th padding must be set explicitly in order to support IE */
    }

    table.laws-table thead th {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #000;
    }

/* Footnote Stuff*/
.footnotesList .footnoteBackReferenceGroup {
    display: none;
}

ul.footnotesList, ol.footnotesList {
    padding-left: 0;
    margin-left: 0;
    text-indent: 0;
    list-style-type: none;
}

.has-footnotes .footnote sup {
    display: inline;
    font-size: 9px;
}

.has-footnotes .footnote {
    font-size: .8em;
    display: inline-block;
    margin-left: -.4em;
}

.has-footnotes .seperator {
    margin-left: -2px;
}

.has-footnotes .footnote a {
    vertical-align: super;
    text-decoration: none;
    font-size: 9px;
}

.footnoteContent .xhtml-content {
    /*white-space: pre-line;*/
    word-wrap: break-word;
}

.has-footnotes th {
    vertical-align: bottom;
}

.has-footnote h1 {
    font-size: 1.3em;
    font-weight: 600;
}

.has-footnote table {
    font-size: 1.1em;
    border-collapse: collapse;
    margin-top: 10px;
}

.has-footnote th {
    border-bottom: 1px solid #ddd;
    width: 10%;
    padding: 0 10px 4px 0;
}

.has-footnote td {
    width: 10%;
    padding: 0 10px 4px 0;
}

.has-footnote tr {
    padding: 10px 0;
}

.footnotesList li, p.law-footnote {
    font-size: 1em;
    margin: 10px 0;
}

.law-footnote p:first-child {
    margin: 30px 0;
}

.law-footnote sup {
    margin-right: 3px;
}

body a.noicon {
    background: none repeat scroll 0 0 transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.qanda-answer {
    display: none;
}

    .qanda-answer p:last-child, .qanda-answer li:last-child {
        margin-bottom: 30px;
    }

    .qanda-answer p:first-child {
        margin-top: .4em;
    }

.qanda-section ol li {
    margin: 6px 0;
}

.qanda-section ol li {
    font-size: 1.1em;
}

    .qanda-section ol li ul li {
        list-style: disc outside url("../images/list_arrow.png");
        text-indent: 0;
        margin-left: 18px;
        font-size: 1em;
    }

    .qanda-section ol li a {
        font-size: 1em;
        line-height: 1.8em;
    }

.qanda-section .qanda-answer p a {
    line-height: 1.2em;
}

.qanda-footnote-reference {
    display: none;
}

p.figcaption {
    font-size: .9em;
    line-height: 1.4em;
    margin-bottom: 6px !important;
    text-align: left;
    color: #666;
    padding: 5px;
}
/* ----- Start of marquee styling ----- */
.mq-wrap {
    margin: 15px 0 25px 0;
    height: 350px;
}

.mq-panels {
    display: none;
}

.iihs-marquee {
    position: relative;
    overflow: hidden;
    border: 1px solid #666;
}

.iihs-slideshow {
    position: relative;
    border: none;
}

.mq-container {
    position: relative;
    padding: 0;
    /*border-radius: 8px; */
    -webkit-border-radius: 0px 0 0 0px;
    background: rgb(215,222,227); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(215,222,227,1) 0, rgba(242,242,242,1) 52%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(215,222,227,1)), color-stop(52%, rgba(242,242,242,1)), color-stop(100%, rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(215,222,227,1) 0, rgba(242,242,242,1) 52%, rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(215,222,227,1) 0, rgba(242,242,242,1) 52%, rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(215,222,227,1) 0, rgba(242,242,242,1) 52%, rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(215,222,227,1) 0, rgba(242,242,242,1) 52%, rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dee3', endColorstr='#f2f2f2', GradientType=1 ); /* IE6-8 */
}

.iihs-slideshow .mq-container {
    position: relative;
    border: 1px solid #666;
}

.ratings-marquee .mq-container {
    border-left: 1px solid #000;
}

.mq-photos {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
}

.iihs-slideshow .mq-photos {
    position: relative;
    float: left;
}

.mq-caption {
    position: absolute;
    width: 1000px;
    margin: 0;
    padding: 15px 0 10px 0;
    color: #fff;
    top: 340px;
    left: 0;
    background: url(../images/mq_caption.png) 0 0;
    background-repeat: no-repeat;
}

.iihs-slideshow .mq-caption {
    position: relative;
    margin-top: 15px;
    padding: 0;
    width: auto;
    top: auto;
    left: auto;
    background: none;
}

.mq-caption-content {
    min-height: 100px;
    width: 400px;
    padding: 0 0 0px 25px;
}



.iihs-slideshow .mq-caption-content {
    min-height: 54px;
    width: auto;
    padding: 0px 0px 10px 15px;
}

.mq-caption h2 {
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.iihs-slideshow .mq-caption h2 {
    display: none;
}

.mq-caption p {
    margin: 0 0 12px 0;
    color: #fff;
    width: 100%;
}

.iihs-slideshow .mq-caption p {
    color: #666;
    font-size: .95em;
    line-height: 1.4em;
}

.mq-caption a {
    color: #ffc600;
}

    .mq-caption a:hover {
        color: #fff;
    }

.mq_flag {
    float: left;
    margin-right: 10px;
}

.mq-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.iihs-slideshow .mq-nav {
    position: relative;
    text-align: left;
    width: auto;
    margin: 12px 0px 0px 5px;
}

.ratings-marquee .mq-nav {
    position: relative;
}

.mq-nav div {
    filter: none;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    background: url(../images/mq_buttons.png) 0 0 no-repeat;
    opacity: .4;
    filter: alpha(opacity=40);
}

.mq-nav a {
    display: block;
    width: 20px;
    height: 18px;
}

.iihs-slideshow .mq-nav a {
    display: inline-block;
    width: 102px;
    height: 56px;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.4;
}

.iihs-slideshow a {
    margin-bottom: 10px;
}

.iihs-slideshow .mq-nav a.selected {
    opacity: 1.0;
}

.mq-nav div:hover {
    background-position: -25px 0;
}

.mq-nav div.selected {
    background-position: -50px 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.loading-slideshow {
    width: 640px;
    height: 350px;
    border: 1px solid #000;
}
/* ----- Start of Video Marquee styling ----- */

.wrap-video-top {
    display: block;
    width: 950px;
    height: 370px;
    padding-top: 15px;
}

.youtube-player {
    position: absolute;
}

    .youtube-player .player {
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        border-bottom: 1px solid #666;
    }

.wrap-video-top .mq-player {
    position: absolute;
}

    .wrap-video-top .mq-player .play-button {
        position: absolute;
        display: none;
        left: 287px;
        top: 142px;
    }

.play-button {
    height: 57px;
    width: 85px;
    background: url(../images/play_button.png) no-repeat;
}

    .play-button:hover {
        background-position: bottom;
        cursor: pointer;
    }

.wrap-video-top .youtube-player .stop-button {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 30px;
    width: 30px;
    background: url(../images/close.png) center center no-repeat;
    background-size: 36px 36px;
    cursor: pointer;
    display: none;
}

.wrap-video-top .player-sidebar {
    display: inline;
    float: right;
    /* border-radius: 0 8px 8px 0; */
    border: 1px solid #666;
    height: 330px;
    width: 251px;
    padding: 20px 15px 20px 25px;
    overflow-y: auto;
    background: #45484d; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #45484d 0, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #45484d 0, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #45484d 0, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #45484d 0, #000000 100%); /* IE10+ */
    background: linear-gradient(to right, #45484d 0, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-8 */
    z-index: -1000;
}

.black-gradient {
    background: #45484d; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #45484d 0, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #45484d 0, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #45484d 0, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #45484d 0, #000000 100%); /* IE10+ */
    background: linear-gradient(to right, #45484d 0, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-8 */
}

.wrap-video-top .player-sidebar h1 {
    color: #FFF;
    margin: 12px 0 12px 17px;
}

.wrap-video-top .player-sidebar p {
    color: #FFF;
}

.wrap-video-top .player-sidebar a {
    color: #FC3;
}

    .wrap-video-top .player-sidebar a:hover {
        color: #FFF;
    }

.video-marquee-id-list {
    display: none;
}
/* -----  START CSS overides for Video marquee -----*/
.wrap-video-top .mq-caption {
    background: url(../images/videomq_caption2.png) 0 0;
}

    .wrap-video-top .mq-caption p {
        display: none;
    }

    .wrap-video-top .mq-caption h2 {
        margin: 0;
        padding: 0 0 20px 0;
    }

.wrap-video-top .mq-caption-content {
    min-height: 30px;
    width: 330px;
}
/* -----  END CSS overrides for Video marquee -----*/
.dvd-section {
    /*	padding-top: 20px;*/
}

.dvd-nav, .biblio-nav {
    float: left;
    position: relative;
    padding-top: 15px;
    width: 935px;
}
/* -------------- Beginning of Tabs Section ------------*/
ul.tabs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 235px;
    float: left;
}

    ul.tabs li {
        color: #1a5494;
        margin: 0;
        margin-bottom: 5px;
        padding-left: 15px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        border: 1px solid #eee;
        border-right: none;
        border-radius: 8px 0 0 8px;
    }

        ul.tabs li a {
            vertical-align: middle;
            display: inline-block;
            line-height: normal;
            text-decoration: none;
            font-weight: 600;
            color: inherit;
        }

        ul.tabs li:hover {
            color: #666666;
            cursor: pointer;
            background: #eeeeee; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* IE10+ */
            background: linear-gradient(to bottom, #eeeeee 0, #ffffff 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
        }

        ul.tabs li.selected, ul.tabs li.selected:hover { /*Make sure active tab doen't listen to hover*/
            background: #ffcc33;
            border-color: #ffcc33;
            color: #333;
            font-weight: 600;
            cursor: default;
            filter: none;
        }

            ul.tabs li.selected a {
                color: #333;
                cursor: default;
            }

.tab-content-wrapper {
    position: relative;
    min-height: 530px;
    float: left;
    border-left: 1px solid #ddd;
    padding: 10px 0 0 20px;
}

    .tab-content-wrapper p {
        width: auto;
        padding-right: 15px;
    }

.dvd-section .tab-content-wrapper .middle-content {
    float: inherit;
    padding: 0 40px 0 0;
    width: 400px;
}
/********** WATCH VIDEO BUTTON *************/
.watch-video-button {
    margin-top: 10px;
    width: 95px;
    padding: 6px;
    background-color: #323333;
    color: white;
    border-radius: 8px;
    vertical-align: middle;
    border-left-color: white;
}

    .watch-video-button:hover {
        color: #FC3;
    }

    .watch-video-button a, .watch-video-button a:hover {
        color: inherit;
    }

    .watch-video-button .arrow-right {
        float: right;
        width: 0;
        height: 0;
        margin: 2px;
        vertical-align: middle;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid;
        border-left-color: inherit;
    }
/*****************************************/
.video-purchase-section {
    background-color: #F2F2F2;
    margin: 30px 0 0 0;
    padding: 15px 10px 15px 15px;
    border-radius: 8px 0 0 8px;
    overflow: visible;
    width: 644px;
}

    .video-purchase-section a {
        text-decoration: underline;
    }

        .video-purchase-section a:hover {
            text-decoration: underline;
        }
/* -------------- End of Tabs Section ------------*/

/******** Bibliography ****************/
.bibliography ul, .bibliography {
    list-style-type: none;
}

.bibliography-sidebar {
    float: right;
    width: 20%;
    padding: 20px 25px;
    border-radius: 8px;
    background-color: #CCC;
}

.bibliography-list {
    color: white;
    background-color: #656665;
    padding: 15px 15px 15px 60px;
    width: 905px;
}

    .bibliography-list a {
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
    }

        .bibliography-list a:hover {
            color: #FFCC33;
        }

.biblio-section ul.tabs li {
    height: 25px;
    line-height: 25px;
}

.biblio-section ul.tabs {
    width: 270px;
}

.biblio-section .tab-content-wrapper .right-content {
    float: inherit;
    padding: 0 40px 0 0;
    width: 540px;
}

.bibliography h2 {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}

.bibliography h3 {
    margin-bottom: 0.2em;
}

.biblio-links a {
    text-decoration: underline;
}
/*****  Abstract Button   ******/
.abstract-button {
    margin-top: 10px;
    width: 75px;
    padding: 2px 6px;
    background-color: #CCC;
    color: white;
    border-radius: 8px;
    border-left-color: white;
}

    .abstract-button:hover {
        background-color: #FC3;
        cursor: pointer;
    }

    .abstract-button .arrow-right {
        float: right;
        margin-right: 4px;
        width: 0;
        height: 0;
        margin-top: 4px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid;
        border-left-color: inherit;
    }

    .abstract-button .arrow-down {
        display: none;
        float: right;
        margin-right: 3px;
        width: 0;
        height: 0;
        margin-top: 8px;
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top-color: inherit;
    }

.dontshow {
    display: none;
}
/* -----------START --- styling NEWS*/
.grey-box {
    border: 1px solid #DEDEDE;
    position: relative;
    background: #F6F6F6;
}

.news_contact {
    margin: 0 -80px 0 0;
    display: block;
    position: relative;
    float: right;
    height: 305px;
    width: 207px;
    /*	border-radius: 0 8px 8px 0;*/
    padding: 45px 0 0 40px;
    border: 1px solid #666;
    border-left: none;
    background: #45484d; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #45484d 0, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #45484d 0, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #45484d 0, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #45484d 0, #000000 100%); /* IE10+ */
    background: linear-gradient(to right, #45484d 0, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-8 */
}

    .news_contact h2 {
        color: #FFF;
        font-size: 1.1em;
        margin: 12px 0 0;
        text-transform: uppercase;
    }

    .news_contact p {
        color: #CCCCCC;
        font-size: 1em;
        color: #999999;
        margin-bottom: .75em;
        width: 100%;
        line-height: 1.4em;
    }

    .news_contact h3 {
        margin-bottom: 5px;
    }

.press_contact a {
    color: #ffc600;
}

    .press_contact a:hover {
        color: #fff;
    }

.news-year-dropdown .btn {
    padding: 8px 0;
    margin: 0 0 0 -10px;
    text-transform: uppercase;
    width: 200px;
    position: relative;
    z-index: 3000;
    background-color: #fff;
}

.news-year-dropdown ul {
    margin-left: -10px;
}

    .news-year-dropdown ul li {
        margin-top: 0;
        margin-bottom: 0;
    }

.landing_only .btn {
    border-color: #666;
    width: 150px;
}

.news-year-dropdown .btn:hover {
    background-color: rgb(234, 234, 234);
    color: #000;
}

.news-year-dropdown .btn:active {
    top: 1px;
    background-color: rgb(234, 234, 234);
}

.news-year-dropdown .btn {
    background-color: rgb(234, 234, 234);
}

.news-year-dropdown-menu ul {
    width: 65px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: block;
    color: #777777;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-left: -15px;
    padding: 10px;
    position: absolute;
    box-shadow: 2px 2px 5px #D8D8D8;
    background: #fff;
}

    .news-year-dropdown-menu ul li {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

.nav-dropdown-menu {
    border: 2px solid #dcdcdc;
    z-index: 5000;
    background: #fff;
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: -15px;
    margin-left: -10px;
}

    .nav-dropdown-menu ul {
        text-indent: 0;
        padding: 0;
        margin: 0;
    }

        .nav-dropdown-menu ul li.option {
            list-style: none;
            font-size: small;
            padding: 4px auto;
            margin: 4px 0;
        }

            .nav-dropdown-menu ul li.option:hover {
                background-color: #F0F2F3;
            }

        .nav-dropdown-menu ul li a {
            width: 100%;
        }

.year {
    list-style: none;
    padding-top: 2px;
    height: 20px;
    width: 65px;
    font-size: small;
}

    .year:hover {
        background-color: #F0F2F3;
        width: 85px;
        margin-left: -10px;
    }

.state_button {
    border-radius: 5px;
    border: 2px solid #666;
    font-weight: 600;
    padding: 8px 0 8px 60px;
    padding-left: 60px;
    margin: -20px 0 0 -15px;
    text-transform: uppercase;
    display: block;
    width: 125px;
    background: url(../images/usmap.png) 6px no-repeat;
    background-color: #fff;
}

    .state_button p {
        font-size: .9em;
    }

    .state_button:active {
        position: relative;
        top: 1px;
        background-color: #fff;
    }

    .state_button:hover {
        background-color: #fff;
    }

.StateLawsSummaryTable {
    font-size: 1.1em;
}

    .StateLawsSummaryTable th {
        padding-top: 25px;
        font-weight: 500;
        line-height: 1.4em;
        font-size: 1.1em;
    }

    .StateLawsSummaryTable td {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }

        .StateLawsSummaryTable td:nth-child(2) {
            border-left: 1px solid #CCC;
        }

        .StateLawsSummaryTable td:first-child {
            width: 250px;
        }

.state-laws-btn-wrap {
    margin: 50px 0 0 50px;
    width: 250px;
}

a.dropdown-toggle {
    text-transform: uppercase;
}
/* -----------START --- styling TOPICS*/

#fedregstable, #fedregsmenu {
    margin: -15px 0 0 0;
}

.fedregsmenu {
    font-size: 1.1em;
    padding: 10px 5px;
    text-transform: uppercase;
    text-align: center;
    color: #1A5494;
}

    .fedregsmenu #jumpMenu {
        margin: 15px;
    }

#fedregstable th {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 25px 0 2px 5px;
    border-bottom: 1px solid #DDD;
}

#fedregstable tr:first-child th {
    color: #323333 !important;
}

#fedregstable td {
    vertical-align: top;
    font-size: 1em;
    border-left: none !important;
}

    #fedregstable td:first-child {
        min-width: 100px;
    }

    #fedregstable td:nth-child(2) {
        min-width: 125px;
    }

.fatality-dropdown-box {
    margin: 15px 0 15px 35px;
    padding: 20px;
    background-color: #F2F2F2;
    border-radius: 6px 6px 6px 6px;
}

    .fatality-dropdown-box .btn {
        width: 200px;
    }

.fatalityContentTitle {
    margin: 40px 0 10px 0;
    padding: 5px 0 6px 15px;
    width: 785px;
    padding: 10px 0px;
}

.fatalityContentSection .well {
    padding-bottom: 10px;
}


.fatalityContentSection h2 {
    font-size: 1.3em;
    background-color: #FFCC66;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    padding: 4px 7px;
    display: inline;
}

    .fatalityContentSection h2 a:active, .fatalityContentTitle h2 a:active {
        color: red;
    }

.fatalityContentSection h1 {
    margin: 5px -74px 1.5em 0;
    display: inline-block;
    max-width: 415px;
    line-height: 1.2em;
}

.fatality-chart {
    text-align: left;
    margin: 25px 0 20px 0;
}

    .fatality-chart img {
        margin: 10px 0;
    }

    .fatality-chart p {
        font-weight: 700;
        margin-bottom: .3em;
        font-size: 1em;
    }

.fatality-table {
    border-collapse: collapse;
    margin: 15px auto 25px auto;
    max-width: 100%;
}

    .fatality-table table {
        width: 100%;
    }

    .fatality-table td.td-left {
        text-align: left;
    }

table.fatality-table {
    text-align: left;
}

.fatality-table td.left {
    float: none !important;
    vertical-align: middle;
    background: #FFF !important;
    text-align: left;
}

.fatality-table th, .fatality-table tr, .fatality-table td {
    border: 1px solid #EEEEEE;
    padding: 4px 2px;
    text-align: center;
    vertical-align: bottom;
}

    .fatality-table th.table-title {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        font-size: 1em;
        text-align: left;
    }

    .fatality-table th.table-title {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        font-size: 1em;
        text-align: center;
    }

.sizeTable td, .sizeTable th {
    border: 1px solid #EEEEEE;
    padding: 4px 2px;
    text-align: center;
    vertical-align: top;
}

.sizeTable th {
    vertical-align: bottom;
}

.sizeTable td, .sizeTable th {
    text-align: center;
}

    .sizeTable td.AlignLeft, .sizeTable th.AlignLeft {
        text-align: left;
    }

    table.sizeTable tbody tr td.noborder, .sizeTable th.noborder, .sizeTable tr.noborder {
        border: none !important;
    }

th.first-column, tr.first-column {
    text-align: left;
    vertical-align: middle;
}

.laws-table th, .laws-table tr, .laws-table td {
    text-align: left;
}

.data tr.even th, .data tr.odd th {
    padding: 4px;
    text-align: left;
}

td.table-footer {
    background: #FFF !important;
    text-align: left;
}
/**********  Map Pop-ups ***********/

table.roundedTable td {
    border-style: none;
    height: 16px;
    margin: 0;
    padding: 0;
}

table.roundedTable a {
    color: #333;
    text-decoration: none;
}

td.roundedTableTopLeft {
    width: 16px;
}

#map:before {
    display: block;
    content: " ";
    margin-top: -125px;
    height: 125px;
    visibility: hidden;
}

#tableData:before {
    display: block;
    content: " ";
    margin-top: -125px;
    height: 125px;
    visibility: hidden;
}

#tableData .state-break td {
    border-top: 1px solid #CCCCCC;
}

.mapPopupTitle, .mapPopupLabel, .mapPopupData {
    margin-right: 8px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1.1em;
}

.mapPopupData {
    margin-bottom: 10px;
}

.mapPopupTitle {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 17px;
}

#popupSummary strong {
    float: left;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

div span#MatrixData1 {
    margin: 0 5px 15px 0;
}

table.roundedTable {
    border-collapse: collapse;
    color: #000;
    border-radius: 4px;
    background-color: #66CCEC;
}

.fancybox-skin {
    background-color: #fff;
}

.fancybox-prev span {
    background-image: url(../images/fancy-prev-2x.png);
    background-size: 36px 36px;
}

.fancybox-next span {
    background-image: url(../images/fancy-next-2x.png);
    background-size: 36px 36px;
}

.fancybox-close {
    background-image: url(../images/fancy-close-2x.png);
    background-size: 36px 36px;
}

.chartOuter {
    margin: 15px;
    text-align: center;
}

.reference-title {
    text-decoration: none !important;
    font-size: 1.2em;
    font-weight: 600;
    color: #999 !important;
    display: block;
    margin: 5px auto;
}

a.reference-title {
    color: #1a5494 !important;
}

    a.reference-title:hover {
        color: #999 !important;
    }

.tab-content {
    min-height: 300px;
    overflow: visible;
}

    .tab-content h2 {
        margin: 20px 0 2px 0;
    }

    .tab-content ul, ul.tab-content, .tab-content ul li {
        list-style-type: none;
        padding-left: 0;
    }

        .tab-content ul li ul {
            margin: 0 0 auto 0;
        }

.tab-content-laws ul.sublist li {
    margin-top: -5px;
    text-indent: 15px;
}

    .tab-content-laws ul.sublist li:first-child {
        margin-top: 5px;
    }

.tab-content-laws ul li.list-column-processed:first-child {
    width: 240px !important;
}

.sublist li {
    list-style: disc inside url("../images/list_arrow.png");
}

.nav-tabs {
    margin-right: 0;
    padding-left: 0;
    font-weight: 600;
}

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
        color: #555555;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 0, #ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        border-bottom-color: #fff;
        cursor: default;
    }

.nav-tabs-research {
    min-height: 37px;
    padding-left: 0;
}

.main-content .nav-tabs {
    margin-left: -13px;
}

.qanda-link-list ul li ul li {
    text-indent: 0;
    list-style: disc inside url("../images/list_arrow.png");
}

.nav-tabs-research > li {
    margin-bottom: -24px !important;
}

.nav-tabs-research > .active > a, .nav-tabs-research > .active > a:hover {
    color: #555555;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
    cursor: default;
}

ul.nav-tabs li {
    margin-top: 0;
}

.fatality-list ul {
    width: 800px;
    min-height: 250px;
}

.fatality-list > ul > li {
    margin-left: 20px !important;
    max-width: 220px !important;
}

    .fatality-list > ul > li:first-child {
        margin-left: 0 !important;
        max-width: 266px !important;
    }

.tab-content-state-laws-buttons {
    float: left;
    margin: -20px 0 0 -80px;
}

.column-2-simple {
    float: right;
    width: 500px;
}

.state_button_topics {
    border-radius: 5px;
    border: 2px solid #CCC;
    color: #777777;
    font-weight: 600;
    padding: 8px 0 8px 60px;
    text-shadow: 1px 1px 0 #ffffff;
    padding-left: 60px;
    text-transform: uppercase;
    display: block;
    width: 125px;
    background: url(../images/usmap.png) 6px no-repeat #F2F2F2;
}

    .state_button_topics:active {
        position: relative;
        top: 1px;
        background-color: #fff;
    }

    .state_button_topics:hover {
        background-color: #fff;
    }

.Policy-column-one {
    width: 450px;
    float: left;
}

    .Policy-column-one p, .policy-aside p {
        width: 100%;
    }

.policy-aside {
    float: right;
    width: 350px;
}
/* ------------------------- START Status Report specific styles */

.sr-header-image {
    float: left;
}

.sr-button-container .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.SRmasthead img {
    margin: 14px 0;
    float: left;
    /*	border-radius: 8px 0 0 8px;*/
    height: 440px;
    width: 330px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 1em;
}

.SRmastheadText {
	height: 417px;
    margin: 14px 0;
    overflow: hidden;
   padding: 8px 20px 15px 30px;
    width: 568px;
	float: right;
    /*	border-radius: 0 8px 8px 0;*/
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #45484d; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #45484d 0, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #45484d 0, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #45484d 0, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #45484d 0, #000000 100%); /* IE10+ */
    background: linear-gradient(to right, #45484d 0, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-8 */
}

.SRmastheadText p.featureArticle {
    color: #FFF;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

.SRmastheadText .featureArticle span {
    display: block;
    line-height: 1.45;
	font-size: .9em;
}
.SRmastheadText span.featureArticleTitle {
    font-size: 1.2em;
    text-transform: uppercase;
}

.featureTeaser p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-top: 2px;
    margin-right: 35px;
    color: #CCC;
    margin-bottom: 10px; /*added for 5006*/
}

.SRmastheadText p.coverstory, .SRmastheadText p.special-issue-story {
    color: #FFCC33;
    text-transform: uppercase;
    font-size: 1.0em;
    padding: 6px 0 0px;
    margin-bottom: 2px;
}

.SRmastheadText p.special-issue-story {
    font-weight: bold;
    font-size: 1.3em;
    padding: 20px 0 0px;

}

.SRmastheadText p.featureArticle a:link, .SRmastheadText p.featureArticle a:visited {
    color: #FFF !important;
}

.SRmastheadText p.featureArticle a:active, .SRmastheadText p.featureArticle a:hover {
    color: #FC3 !important;
}

.SRmastheadText ul {
    list-style: url(../images/list_arrow.png);
    padding: 0 0 0 17px;
   margin-right: 32px;
}

.SRmastheadText li a:link {
    margin: .7em 0;
}

.SRmastheadText li a:link, .SRmastheadText li a:visited {
    color: #FFF !important;
}

.SRmastheadText li a:active, .SRmastheadText li a:hover {
    color: #FC3 !important;
}

.SRmastheadText ul li {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px; /*added for 5006*/
}
/*.SRmastheadText ul li:nth-child(2) {
margin-top:25px;

}*/
.SRmastheadText li.sub-article {
    list-style: none;
    margin: 0px 0px 13px 0px;
}

    .SRmastheadText li.sub-article .sub-article-label {
        color: #CCC;
        font-size: .85em;
    }

    .SRmastheadText li.sub-article p {
        list-style: none;
        margin-left: 63px;
        margin-bottom: 5px;
    }

.SRmastheadText li p {
    font-size: .9em;
    line-height: 1.4em;
    color: #CCC;
    margin-top: .2em;
}

.SRmastheadText p.issueDate {
    color: #CCC;
    font-size: 1.0em;
    margin-bottom: 22px; /*added for 4909*/
}

.SRmastheadText p.download {
    color: #CCC;
    padding-left: 17px;
    font-size: .85em;
    padding-top: 15px;
}

.SRmastheadText span.issueNumber {
    color: #9e9e9e;
    padding-left: 5px;
    margin-top: 1px;
    font-size: .85em;
    text-transform: capitalize;
    display: block;
    float: left;
}

.SRmastheadText p.download a:link, .SRmastheadText p.download a:visited {
    color: #CCC;
}

.SRmastheadText p.download a:active, .SRmastheadText p.download a:hover {
    color: #FC3;
}

/* SR Special Issue Masthead */

.SRmastheadSpc {
    padding: 26px 26px 2px 32px;
    height: 412px;
    width: 560px;
}

    .SRmastheadSpc p.featureArticle {
        font-size: 1.2em;
        line-height: 1.5em;
        margin: 0;
        padding: 0 0 0 0px;
    }


    .SRmastheadSpc .featureTeaser p {
        margin-right: 0px;
        padding-right: 0px;
    }

    .SRmastheadSpc li.sub-article {
        margin: 40px 0 0;
    }

    .SRmastheadSpc li p {
        color: #ccc;
        margin-top: 0.2em;
    }

.SR-sidebar {
    margin: 0;
    background-color: #F2F2F2;
    padding: 16px;
    border-radius: 8px;
}

    .SR-sidebar p {
        font-size: 1.0em;
        color: #999999;
        margin-bottom: .75em;
    }

.SRissue {
    padding: 15px 20px;
    border-bottom: 1px dotted #666;
    min-height: 150px;
}

.SRissue .sub-article-label {
    text-align: right;
}

.SRissue .sub-article {
    margin-left: -3px;
}

.SRissue span.SR-item-subtitle {
    display: block;
}
.SRissue span.SR-item-title {
    text-transform: uppercase;
}

.issueTeaser {
    margin: -8px 0 20px 0;
    font-size: .9em !important;
}

.SRissue:first-child {
    border-top: 1px dotted #666;
    padding-top: 15px;
}

.SRissue img {
    float: left;
    border: 1px solid #CCC;
}

.sr-heading {
    margin: 0;
    padding: 0;
}

.sr-heading-h1 {
    font-size: 1.5em;
    line-height: 1.3em;
    width: 560px;
}
.sr-heading span.sr-item-subtitle {
    display: block;
}
.sr-heading span.sr-item-title {
    text-transform: uppercase;
}

.SR-archive-header {
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.SRissue-header h1 {
    font-weight: 700;
    letter-spacing: -.5px;
    padding: 0 0 10px 0;
    font-size: 2em;
    margin-bottom: 0;
    border-bottom: 1px dotted #666;
}

.SRissue p.issueDate {
    color: #111;
    margin-top: 0;
    font-size: 1em;
}

.SRissue p.download {
    font-size: .85em;
    margin-top: 24px !important;
}

.SRissue span.download a:link, .SRissue span.download a:visited {
    color: #666;
}

.SRissue span.download a:active, .SRissue span.download a:hover {
    color: #1a5494;
}

.SR-subscribe {
    font-size: .9em;
    padding-left: 20px;
    background: url(../images/f_rss.png) no-repeat center left;
    margin: 0 0 0 5px;
    line-height: 25px;
    position: relative;
    background-size: 15px 15px;
    color: #000;
}

.SR_button {
    border: 2px solid #CCC;
    color: #777777;
    padding: 8px 0;
    text-transform: uppercase;
    width: 185px;
    outline: none;
}

.SR-archive-header {
    margin: 10px 0;
}

.SR-archive-heading {
    display: inline-block;
    margin: 0 30px 0 0;
}

    .SR-archive-heading a {
        background: url(../images/f_rss.png) no-repeat center left;
        position: relative;
        top: -3px;
        display: inline;
        padding-left: 21px;
        background-size: 16px 16px;
        font-size: 1.1em;
        text-decoration: none;
        margin-left: 10px;
    }

    .SR-archive-heading p {
        position: relative;
        display: inline;
        top: -3px;
        padding: 0 10px 0 0;
        font-size: 1.1em;
    }

.SRarticle {
    padding-top: 14px;
    width: 560px;
    float: left;
    width: 560px;
    text-align: justify;
}

.article-sidebar-content {
    display: block;
    margin: 0;
    width: 310px;
}
/*.SRarticle img{
	padding: 9px;
	margin: 9px 18px 9px 0;
	float: left;
	width: 450px;
	border: 1px solid #CCC;}*/

ul.sr-aside-article-list li {
    padding: 0;
}

.SR-footer {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    padding: 18px 0 0 25px;
    border-top: 2px solid #666;
}

.SRdropdown-column {
    margin: 18px 0;
}

.SRarticle-also ul {
    list-style: none;
}

.SR-related-documents {
    float: left;
}

    .SR-related-documents ul {
        list-style: none;
        padding-left: 0 !important;
    }

    .SR-related-documents li {
        margin: 0;
        padding: 0;
    }

.SRcontact {
    font-size: .9em;
    width: 240px;
    min-height: 188px;
}

    .SRcontact h2 {
        font-size: 1.3em;
    }

.SRvideoplayer {
    margin: 10px 0 10px 0;
    float: left;
}

.SRarticle h2 {
    margin-top: 18px;
}

.SRpullquoteCenter {
    font-size: 1.5em;
    color: #888;
    margin: 20px 0px;
    font-weight: 700;
    text-align: center;
}

.SRpullquoteLeft {
    font-size: 1.5em;
    color: #888;
    margin: 20px 0px;
    font-weight: 700;
}

.SRsidebarHeader, .SRmaincontentHeader {
    font-size: 1.3em;
    line-height: 1.4em;
    color: #333;
    font-weight: 700;
    text-align: left;
}

.s-bump {
    margin-top: 250px;
}

p.TSPwinnerlist {
    font-size: 1em;
    padding: 6px 0px 4px;
    font-weight: 600;
    border-bottom: 1px solid #CCC;
    color: #666;
}

ul.TSPwinnerlist {
    font-size: .85em;
    line-height: 1.4em;
    list-style: none;
    color: #666;
    margin-bottom: 12px;
}

    ul.TSPwinnerlist li {
        margin: 0px;
        padding: 3px 0px;
    }

/* END Status Report specific styles */



/*  START STATUS REPORT table styles */

.SRTable th, .SRTableNoStripe th {
    vertical-align: bottom;
    line-height: 1.3em;
    font-weight: 600;
}

    .SRTable th.center, .SRTable td.center, .SRTableNoStripe th.center, .SRTableNoStripe td.center {
        text-align: center;
    }

.SRTable td.alignTop, .SRTableNoStripe td.alignTop {
    vertical-align: top;
}

.SRTable tr.bottomborder td, .SRTable tr.bottomborder th, .SRTableNoStripe tr.bottomborder td, .SRTableNoStripe tr.bottomborder th {
    border-bottom: 1px solid #CCC;
}

.SRTable tr.topborder td, .SRTable tr.topborder th, .SRTableNoStripe tr.topborder td, .SRTableNoStripe tr.topborder th {
    border-top: 1px solid #CCC;
}

.SRTable th.rightborder, .SRTable td.rightborder, .SRTableNoStripe th.rightborder, .SRTableNoStripe td.rightborder {
    border-right: 1px solid #CCC;
}

.SRTable caption, .SRTableNoStripe caption {
    font-size: 1.0em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: left;
    background: #FFF;
    padding: 0 0 12px;
}

.SRTable td.SRTableNote, .SRTableNoStripe td.SRTableNote {
    font-size: .9em;
    line-height: 1.3em;
    font-style: italic;
    background: #FFF;
    text-align: left;
    padding-top: 18px;
}

.SRTable td.labelLeft, .SRTableNoStripe td.labelLeft {
    background: #FFF;
    font-weight: 600;
    text-align: left;
    padding-top: 18px;
}

.SRTable td.top-padding, .SRTable th.top-padding, .SRTableNoStripe td.top-padding, .SRTableNoStripe th.top-padding {
    padding-top: 18px;
}

.SRTableNoStripe.tbody, .SRTableNoStripe tbody tr:nth-child(odd) td, .SRTableNoStripe tbody tr.odd td {
    background-color: #FFF !important;
}

.SRTableNoStripe th.backgroundColor, .SRTableNoStripe td.backgroundColor, .SRTableNoStripe tr.backgroundColor td, .SRTableNoStripe tr.table-grey, .SRTableNoStripe tbody tr.table-grey, .SRTableNoStripe tbody tr.table-grey td {
    background-color: #F2F2F2 !important;
}


.SRTable td.LeftIndent, .SRTableNoStripe td.LeftIndent {
    padding-left: 12px;
    !important;
}

.SRTable th.LeftHeader, .SRTableNoStripe th.LeftHeader {
    font-size: 1.0em;
}

.SRTableNoStripe td.SBTA, .SRTableNoStripe tbody tr:nth-child(2n+1) td.SBTA, .SRTableNoStripe tbody tr.odd td.SBTA {
    background-color: #0C0 !important;
    text-align: center;
}

.SRTableNoStripe td.BTA, .SRTableNoStripe tbody tr:nth-child(2n+1) td.BTA, .SRTableNoStripe tbody tr.odd td.BTA {
    background-color: #9F9 !important;
    text-align: center;
}

.SRTableNoStripe td.AVG, .SRTableNoStripe tbody tr:nth-child(2n+1) td.AVG, .SRTableNoStripe tbody tr.odd td.AVG {
    background-color: #FF3 !important;
    text-align: center;
}

.SRTableNoStripe td.WTA, .SRTableNoStripe tbody tr:nth-child(2n+1) td.WTA, .SRTableNoStripe tbody tr.odd td.WTA {
    background-color: #F90 !important;
    text-align: center;
}

.SRTableNoStripe td.SWTA, .SRTableNoStripe tbody tr:nth-child(2n+1) td.SWTA, .SRTableNoStripe tbody tr.odd td.SWTA {
    background-color: #F00 !important;
    text-align: center;
}

.SRTableNoStripe td.EEE, .SRTableNoStripe tbody tr:nth-child(2n+1) td.EEE, .SRTableNoStripe tbody tr.odd td.EEE {
    background-color: #EEE !important;
    text-align: center;
}

.SRTableNoStripe td.DDD, .SRTableNoStripe tbody tr:nth-child(2n+1) td.DDD, .SRTableNoStripe tbody tr.odd td.DDD, th.DDD {
    background-color: #DDD !important;
    text-align: center;
}

.SRTableNoStripe td.blue, .SRTableNoStripe tbody tr:nth-child(2n+1) td.blue, .SRTableNoStripe tbody tr.odd td.blue, th.blue {
    background-color: #D5EAF4 !important;
}


.SRTableNoStripe td.DEF3DF, .SRTableNoStripe tbody tr:nth-child(2n+1) td.DEF3DF, .SRTableNoStripe tbody tr.odd td.DEF3DF {
    background-color: #DEF3DF !important;
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.table-white, .table-white td, .table-white tbody tr:nth-child(2n+1) td, .table-white tbody tr.odd td {
    background-color: #fff !important;
}

    .table-grey, .table-grey td, .table-grey tbody tr:nth-child(2n+1) td, .table-grey tbody tr.odd td, .table-white tr.table-grey, .table-white tr.table-grey td {
        background-color: #f2f2f2 !important;
    }

.whiteBorder tr.bottomborder td, .whiteBorder tr.bottomborder th, .whiteBorder tr.bottomborder td, .whiteBorder tr.bottomborder th {
    border-bottom: 1px solid #FFF !important;
}



/* START SR-NEWS RATING table style */

.table-RatingsGAMP, .table-RatingsGAMP td, .table-RatingsGAMP tbody tr:nth-child(2n+1) td, .table-RatingsGAMP tbody tr.odd td {
    background-color: #fff !important;
}

    .table-RatingsGAMP th {
        vertical-align: bottom;
        text-align: center;
        line-height: 1.3em;
        font-weight: 600;
    }

    .table-RatingsGAMP td {
        text-align: center;
        vertical-align: middle;
        padding: 6px 0px;
    }

        .table-RatingsGAMP td.vehicleName {
            text-align: left;
            vertical-align: middle;
            padding: 6px 0px;
        }

    .table-RatingsGAMP tr {
        border-bottom: 1px solid #DDD;
    }

        .table-RatingsGAMP tr td.noborder {
            border-bottom: 1px solid #FFF !important;
        }

        .table-RatingsGAMP tr td.noborder, .table-RatingsGAMP tr th.noborder {
            border-bottom: 2px solid #FFF !important;
        }

        .table-RatingsGAMP tr th {
            border-bottom: 2px solid #DDD;
        }

    .table-RatingsGAMP th.left, .table-RatingsGAMP td.left {
        text-align: left;
    }

    .table-RatingsGAMP div.rating-icon-block {
        line-height: 20px;
    }
/* END SR RATING table style */

/* END SR table styles */


/*  START news table styles */

.newsTable th, .newsTableNoStripe th {
    vertical-align: bottom;
    line-height: 1.3em;
    font-weight: 600;
}

    .newsTable th.center, .newsTable td.center, .newsTableNoStripe th.center, .newsTableNoStripe td.center {
        text-align: center;
    }

.newsTable td.alignTop, .newsTableNoStripe td.alignTop {
    vertical-align: top;
}

.newsTable tr.bottomborder td, .newsTable tr.bottomborder th, .newsTableNoStripe tr.bottomborder td, .newsTableNoStripe tr.bottomborder th {
    border-bottom: 1px solid #CCC;
}

.newsTable th.rightborder, .newsTable td.rightborder {
    border-right: 1px solid #CCC;
}

.newsTable caption, .newsTableNoStripe caption {
    font-size: 1.0em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: left;
    background: #FFF;
    padding: 0 0 12px;
}

.newsTable td.newsTableNote, .newsTableNoStripe td.newsTableNote {
    font-size: .9em;
    line-height: 1.3em;
    font-style: italic;
    background: #FFF;
    text-align: left;
    padding-top: 18px;
}

.newsTable td.labelLeft, .newsTableNoStripe td.labelLeft {
    background: #FFF;
    font-weight: 600;
    text-align: left;
    padding-top: 18px;
}

.newsTable td.top-padding, .newsTable th.top-padding, .newsTableNoStripe td.top-padding, .newsTableNoStripe th.top-padding {
    padding-top: 18px;
}

.newsTableNoStripe.tbody, .newsTableNoStripe tbody tr:nth-child(odd) td, .newsTableNoStripe tbody tr.odd td {
    background-color: #FFF !important;
}

.newsTableNoStripe th.backgroundColor, .newsTableNoStripe td.backgroundColor, .newsTableNoStripe tr.backgroundColor td, .newsTableNoStripe tr.table-grey, .newsTableNoStripe tbody tr.table-grey, .newsTableNoStripe tbody tr.table-grey td {
    background-color: #F2F2F2 !important;
}

.uppercase {
    text-transform: uppercase;
}

.table-white, .table-white td, .table-white tbody tr:nth-child(2n+1) td, .table-white tbody tr.odd td {
    background-color: #fff !important;
}

.chart {
    height: 300px;
}

.table-grey, .table-grey td, .table-grey tbody tr:nth-child(2n+1) td, .table-grey tbody tr.odd td, .table-white tr.table-grey {
    background-color: #f2f2f2 !important;
}
/* END news table styles */

.embeddedVideo {
    margin-top: 36px;
}

.article-nav {
    border-left: 1px solid #CCC;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.article-nav-title {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #A0A2A1;
}

.article-nav-footer-title {
    float: left;
    color: #A0A2A1;
    margin-top: 10px;
    margin-right: 10px;
}

.SR-related-documents ul.sub-articles {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    border-left: solid 1px #ccc;
}

    .SR-related-documents ul.sub-articles li {
        margin: 0;
        padding: 0;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 10px;
    }

.article-nav-item {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.article-name {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 600;
}

.sub-articles > li > .article-name {
    font-weight: 400;
    font-size: 1em;
}

.article-nav-item > .article-description {
    color: #A0A2A1;
    margin-top: 5px;
}

    .article-nav-item > .article-description > a {
        line-height: 1em;
        margin-top: -7px !important;
        display: block;
    }

.article-nav-item {
    margin-bottom: 10px;
}

.qanda-link-list ul > li {
    margin-bottom: 10px;
}

    .qanda-link-list ul > li ul li {
        margin-top: 4px;
        margin-bottom: 0;
        font-size: 1em;
    }
/* START ------- Footer with stickyfooter code -- must be outside of #wrapper. Includes avatar graphic, footer nav and social nav*/
#footer, .footer {
    position: relative;
    margin-top: -295px; /* negative value of footer height */
    height: 315px;
    background: url(../images/footerPat.png) repeat-x left top;
    min-width: 1004px;
}

#footer-content, .footer-content {
    font-size: 1.0em;
    color: #FFF;
    width: 980px;
    margin: 0 auto;
}

    #footer-content a:link, .footer-content a:link, #footer-content a:visited, .footer-content a:visited {
        text-decoration: none;
        color: inherit;
        font-size: 1em;
    }

    #footer-content a:hover, .footer-content a:hover, #footer-content a:active, .footer-content a:active {
        text-decoration: none;
        color: #FFCC33;
        font-size: 1em;
    }

.f1, .f2, .f3, .f4, .f5 {
    display: block;
    float: left;
    margin-right: 15px;
    line-height: 1.5em;
    list-style: none outside none;
    margin-top: 65px;
}

.f1 {
    width: 120px;
    line-height: 2em;
	 margin-right: 7px;
    font-size: 11px;
    font-weight: 400;
    margin-top: 60px;
	    border-right: 1px dotted #CCCCCC;
		padding-right:18px;
		


}
div#f1 ul.f1 li:first-child a{
	font-size:1.5em}
	

div#f1 ul.f1 li a{
    font-size: 12px;
}

.f2 {
    width: 157px;
    padding-left: 20px;
    margin-right: 0px;
}

.f3 {
    width: 125px;
}

.f4 {
    width: 125px;
}

.f5 {
    margin-top: 66px;
    width: 185px;
    font-size: .9em;
    display: block;
}

.f5-thumb {
    float: left;
    margin: -8px 10px 0 0;
    width: 32px;
}

    .f5-thumb img {
        max-width: 32px;
    }

.f5 p {
    display: block;
}

.footer-content h6 {
    font-weight: 300;
    display: block;
    color: #ccc;
    width: 980px;
    border-top: dotted 1px #CCC;
    padding-top: 7px;
}

.sad-dummy {
    display: none;
    padding-bottom: 250px;
    margin-top: -765px;
}
/* END --- footer */



.HLDI-topic-research ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

    .HLDI-topic-research ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 15px;
    }

.HLDI-topic-research .header {
    font-size: 1.1em;
    font-weight: bold;
}

.topic-status-reports ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

    .topic-status-reports ul li {
        padding: 0;
        list-style: none;
        margin: 30px 0 0 0;
        display: block;
    }

        .topic-status-reports ul li:first-child {
            margin: 6px 0 0 0;
        }

.topic-status-reports .status-report-header {
    font-size: 1.1em;
    font-weight: 600;
}

.topic-status-reports .special-issue-text {
    text-transform: uppercase;
}
/*Boosters*/
table.tablephotosBoosters {
    border-collapse: collapse;
    margin-right: 10px;
}

    table.tablephotosBoosters td {
        font: 12px/14px Arial, Helvetica, sans-serif;
        vertical-align: top;
        border-style: none;
        padding: 0 16px 6px 0;
        margin: 0;
    }

.imagesleftBoosters {
    margin: 3px 12px 24px 0;
    float: left;
}

table.tablephotosBoosterBets {
    border-collapse: collapse;
    width: 100%;
}

    table.tablephotosBoosterBets td {
        font: 10px Arial, Helvetica, sans-serif;
        color: #666666;
        vertical-align: top;
        padding: 12px 0 6px;
        border-style: none;
        text-align: center;
    }

        table.tablephotosBoosterBets td.photocellbottom {
            vertical-align: bottom;
            border-top: 1px solid #CCC;
        }

ul.tableBoosterRatings {
    left: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.tableBoosterRatings li .bestbet, ul.tableBoosterRatings li .goodbet {
        text-transform: uppercase !important;
    }

    ul.tableBoosterRatings li div.container {
        position: relative;
        float: left;
        margin-bottom: 10px;
        width: 100%;
        padding: 5px 0;
        background-color: #F2F2F2;
        vertical-align: middle; /*min-height: 100px;*/
    }

        ul.tableBoosterRatings li div.container h2 {
            margin: 0 !important;
            padding: 0 !important;
            font-weight: bold !important;
            font-size: 15px !important;
            margin-bottom: 5px !important;
        }

        ul.tableBoosterRatings li div.container p {
            margin: 0 !important;
            padding: 0 !important;
            margin-bottom: 3px !important;
        }

        ul.tableBoosterRatings li div.container .column1 .picture {
            display: inline-block;
            margin-top: 10px;
        }

        ul.tableBoosterRatings li div.container .seatType {
            font-weight: bold !important;
        }

        ul.tableBoosterRatings li div.container .column1 {
            float: left;
            position: relative;
            width: 30%;
            vertical-align: middle;
            text-align: center;
        }

        ul.tableBoosterRatings li div.container .column2 {
            float: left;
            vertical-align: middle;
            position: relative;
            width: 50%;
            margin: 0;
            padding: 0;
            padding-right: 5px;
        }

        ul.tableBoosterRatings li div.container .column3 {
            vertical-align: middle;
            text-align: center;
            float: left;
            position: relative;
            width: 20%;
            margin: 0;
            padding: 0;
        }

.BoosterListDisplay {
    border-collapse: collapse;
    margin: auto 0;
    width: 100%;
}

.BoosterContent h1 {
    font: bold 16px/19px Arial, Helvetica, sans-serif;
    margin: 10px 14px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    color: #C03;
}

.BoosterContent h2 {
    font: bold 13px/17px Arial, Helvetica, sans-serif;
    margin: 25px 14px 5px 14px;
    padding: 0px;
    color: #333;
}

.BoosterContent p {
    font: 12px/16px Arial, Helvetica, sans-serif;
    margin: 0px 14px 15px 14px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.BoosterContent .introtext {
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    margin: 25px 14px 15px 14px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.BoosterContent .MiniText {
    font: 10px/16px Arial, Helvetica, sans-serif;
    color: #666;
}

.BoosterContent li.normal {
    margin: 0px 14px 5px 40px;
    padding: 0px;
}

.BoosterContent li.about {
    font: 12px/16px Arial, Helvetica, sans-serif;
    margin: 0px 14px 15px 24px;
    padding: 0px;
}

.rounded {
    border-radius: 1ex;
    -webkit-border-radius: 1ex;
    -moz-border-radius: 1ex;
}

.booster-rating-rounded, a.booster-rating-rounded, a.booster-rating-rounded :hover {
    -moz-border-radius: .5ex;
    -webkit-border-radius: .5ex;
    border-radius: .5ex;
    color: black;
}

.booster-best-bet, .booster-good-bet, .booster-not-recommended, .booster-check-fit {
    font-size: 12px;
    text-align: center;
    width: 100px;
    text-shadow: none;
    font-weight: bold !important;
    color: Black;
    display: inline-block;
    padding: 5px 6px 5px 5px;
    margin: 0;
}

.booster-best-bet {
    text-transform: uppercase;
    background-color: #0c0;
}

.booster-good-bet {
    text-transform: uppercase;
    background-color: #ff3;
}

.booster-check-fit {
    background-color: #A0A0A0;
    font-style: normal !important;
}

.booster-not-recommended {
    font-weight: bold !important;
    font-size: 11px;
    background-color: #f00;
    white-space: nowrap !important;
    font-style: normal !important;
    white-space: nowrap;
}
/*.ratings-info-section h2{
	margin:30px 0 0 0;
	}*/

.CA_MenuKey {
    background: #f2f2f2;
}

div[data-style="nav-tabs"] ul {
    display: none;
}
/********* Rating Detail Page **********/

.vehicle-selector {
    height: 50px;
    background-color: #016fa4;
    padding-left: 30px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
}

.vehicle-landing .vehicle-selector {
    height: 120px;
    margin-bottom: 35px;
}

.vehicle-landing .header-label {
    color: #016FA4;
    font-size: 1.4em;
    padding: 52px 0 0 15px;
    float: left;
    margin-right: -1px;
    line-height: 14px;
    display: block;
    height: 68px;
    width: 155px;
    font-weight: 600;
    background-color: #F1C134;
    text-align: right;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #F1C134;
    margin-right: 15px;
}

.vehicle-landing .make-dropdown {
    margin-top: 20px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.vehicle-landing .select-label {
    margin-top: 23px;
    float: left;
    margin-left: 5px;
    color: white;
}

.vehicle-landing .class-dropdown {
    float: left;
    margin-left: 10px;
    width: 300px;
    margin-top: 15px;
}

    .vehicle-landing .class-dropdown a {
        width: 350px !important;
    }

.vehicle-landing .make-dropdown .dropdown-menu {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.vehicle-landing .series-dropdown {
    margin-top: 20px;
    float: left;
}

.vehicle-landing .other-info {
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: right;
    color: white;
    border-left: solid 1px;
    height: 100px;
    width: 260px;
    border-left-color: #C0C0C0;
}

    .vehicle-landing .other-info .where {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .vehicle-landing .other-info .where a {
            color: white;
            font-size: 1.2em;
        }

    .vehicle-landing .other-info .subscribe a {
        color: #dedede;
        background: url("../images/f_rss.png") no-repeat scroll left center / 16px 16px transparent;
        padding-left: 21px;
    }

.vehicle-landing .ratings-sidebar {
    padding-top: 15px;
    color: rgb(178, 178, 178);
}

    .vehicle-landing .ratings-sidebar h2 {
        margin-right: 24px;
        margin-top: 15px;
        font-weight: 400;
        color: white;
        font-size: 1.1em;
    }

    .vehicle-landing .ratings-sidebar hr {
        background-color: #8e8e8e;
    }

    .vehicle-landing .ratings-sidebar .sub-section {
        margin-left: 15px;
    }

    .vehicle-landing .ratings-sidebar a, .vehicle-landing .ratings-sidebar a:visited {
        color: rgb(241, 193, 52);
    }

    .vehicle-landing .ratings-sidebar ul {
        list-style-image: url("../images/list_arrow.png");
    }

.vehicle-selector .selector-container {
    float: right;
    padding-top: 10px;
    padding-right: 20px;
}

.vehicle-selector .make-dropdown a {
    width: 110px;
}

.vehicle-selector .class-dropdown a {
    width: 275px;
}

.vehicle-selector .series-dropdown a {
    width: 275px;
}

.vehicle-landing .vehicle-selector .series-dropdown a {
    width: 200px;
}

.vehicle-landing .vehicle-selector .series-dropdown .dropdown-menu {
    width: 275px;
}

.vehicle-selector .selector-container .selector {
    margin-right: 10px;
}

.vehicle-details .vehicle-heading {
    padding-left: 30px;
    margin-left: -15px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(204,204,204,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(204,204,204,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6cccccc', GradientType=0 ); /* IE6-9 */
    border-bottom: 1px;
    border-bottom-color: #BFBFBF;
    border-bottom-style: solid;
    padding-bottom: 10px;
    padding-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .vehicle-details .vehicle-heading:after {
        clear: both;
    }

.vehicle-details .vehicle-image-container {
    margin-top: 27px;
    margin-right: 50px;
    line-height: 0;
}

.vehicle-details .vehicle-print-link {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 0;
    width: 365px;
    text-align: center;
    text-transform: uppercase;
}

.vehicle-details .tsp-detail-icon {
    float: left;
    padding-right: 4px;
}

.vehicle-details .tsp-info-icon {
    margin-top: 5px;
    float: left;
    background-image: url("../images/info-icon-off-2x.png");
    background-repeat: no-repeat;
    -ms-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    width: 21px;
    height: 21px;
}

.vehicle-details .tsp-image:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.vehicle-details .vehicle-print-link a {
    background-image: url('../images/printreporticon.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
    font-weight: 700;
}

.vehicle-details .vehicle-image {
    /*    background-color: white;
    border: 1px solid #D7D7D7;
    padding: 10px;*/
    /*width: auto;*/
    vertical-align: middle;
}

    .vehicle-details .vehicle-image img {
        padding: 0;
        margin: 0;
        line-height: 0;
        -ms-interpolation-mode: bicubic;
    }

.vehicle-details .vehicle-image-container .photo-caption {
    margin-top: 7px;
    line-height: 1.5em;
    font-size: 1em;
    text-align: center;
}

ul.vehicle-videos li {
    margin: 0;
    padding: 15px 0; /* border-top: 1px dotted #666;*/
}

.vehicle-videos .play-button {
    position: absolute;
    top: 33px;
    left: 62px;
    height: 38px;
    width: 60px;
    background-size: 60px 78px;
}


.vehicle-videos .vehicle-video-info {
    float: left;
    padding: 5px 15px;
    width: 400px;
}

    .vehicle-videos .vehicle-video-info a {
        font-size: 1.1em;
        font-weight: 600;
    }

.vehicle-details .header-info {
    margin: 35px 0 0 50px;
    float: left;
}

.vehicle-details .header-info ul.rating-list {
    margin-top: 10px;
}

.vehicle-details .header-info ul.rating-list {
    
}

    .vehicle-details .header-info h1 {
        font-size: 2em;
        margin: 5px 0;
        max-width: 425px;
        min-width: 350px;
        font-weight: 700;
    }

.vehicle-details .vehicle-heading .header-info .sub-caption {
    color: #797979;
}

.sub-caption {
    font-size: 1.2em;
}

.vehicle-details .header-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.vehicle-details .header-info .disclaimer-caption {
    margin-top: 7px;
    line-height: 1.5em;
    font-size: .8em;
    text-align: left;
    width: 300px;
}

.vehicle-details .header-info ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
    color: black;
}

    .vehicle-details .header-info ul li .rating-caption, .vehicle-details .header-info .rating-caption {
        float: left;
        width: 250px;
        font-size: 1em;
        padding: 0px 0;
    }

    .vehicle-details .header-info ul li .rating-icon {
        float: left;
        margin: 3px 0;
    }

.vehicle-details ul.rating-image-stack {
    display: none;
    line-height: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: -90px;
}

    .vehicle-details ul.rating-image-stack li {
        float: left;
        /* position: relative;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    margin: 0px;
    padding: 0px;*/
        margin: 0;
        padding: 0;
    }

        .vehicle-details ul.rating-image-stack li:nth-of-type(1) {
            /*-webkit-transform: rotate(-8eg);
    -moz-transform: rotate(-8deg);*/
        }

        .vehicle-details ul.rating-image-stack li:nth-of-type(2) {
            /*-webkit-transform: rotate(-10eg);
    -moz-transform: rotate(-10deg);*/
        }

        .vehicle-details ul.rating-image-stack li:nth-of-type(3) {
            /*-webkit-transform: rotate(5eg);
    -moz-transform: rotate(5deg);*/
        }

.vehicle-details .rating-image-stack div {
    padding: 2px;
    background-color: white;
}

.vehicle-details .rating-image-stack div {
    padding: 3px;
    background-color: white;
}

.vehicle-body {
    padding-top: 20px;
}

    .vehicle-body tr, .vehicle-body th, .vehicle-body td {
        font-size: 13px;
    }

    .vehicle-body h3 {
        margin-top: 25px;
    }

    .vehicle-body .safety-features-label {
        margin-top: 20px;
        color: gray;
        margin-left: 20px;
    }

    .vehicle-body .tab-content-wrapper {
        width: 680px;
        border-left: none;
    }

ul.vehicle-gallary::before {
    clear: both;
}

ul.vehicle-gallary::after {
    clear: both;
}

ul.vehicle-gallary li {
    display: block;
    background: #000;
    margin: 0;
    padding: 0;
    margin-right: 6px;
    margin-bottom: 6px;
    float: left;
    position: relative;
    overflow: hidden;
}

    ul.vehicle-gallary li a.vehicle-image-thumbnail {
        display: block;
    }

        ul.vehicle-gallary li a.vehicle-image-thumbnail img {
            width: 200px;
            height: 167px;
        }

    ul.vehicle-gallary li img {
        display: block;
    }

ul.vehicle-gallary .slide-caption {
    pointer-events: none;
    position: absolute;
    padding: 10px;
    background: #000000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 11px;
}

.vehicle-body tr td {
    background: none !important;
}

.vehicle-body tr th.vehicle-break {
    text-align: center;
    font-size: 13px;
}

.vehicle-body tr th {
    font-weight: 600;
    max-width: 400px;
}

.vehicle-body tr td.sub-label {
    padding-left: 20px;
}

.vehicle-body tr td.measurement-data {
    text-align: center;
}

.vehicle-body .spec-list {
    margin-top: 15px;
}

.spec-list td:first-child {
    width: 100px;
}

.vehicle-body h2 {
    margin: 0 0 15px 0;
}

.vehicle-body > ul.tabs {
    width: 236px;
    border-right: 1px solid #EEEEEE;
}

    .vehicle-body > ul.tabs > li {
        height: 100%;
    margin-right: 0;
    min-width: 220px;
    overflow: visible;
    width: 219px;
    }
.vehicle-body > ul.tabs > li > a{
        margin: 7px auto
    }

        .vehicle-body > ul.tabs > li.sub-tab {
            line-height: 30px;
            margin-top: -5px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 8px;
            height: 100%;
            margin-left: 8px;
            min-width: 212px;
            max-width: 212px;
            width: 212px;
			overflow:visible;
        }

    .vehicle-body > ul.tabs a .sub-caption {
        font-size: 11px;
    }

    .vehicle-body > ul.tabs li.selected, .vehicle-body > ul.tabs > li.selected > a {
        background-color: #FFCC33;
    }

.vehicle-body .vehicle-history-data table tr th {
    text-align: center;
    width: 80px;
    line-height: 1.2em;
    font-size: .9em;
}

.vehicle-body .vehicle-history-data table tr td {
    text-align: center;
    line-height: 1em;
    vertical-align: middle;
    width: 80px !important;
}

.vehicle-body .vehicle-history-data table tr.currently-selected td, .vehicle-body .vehicle-history-data table tr.currently-selected tr {
    background-color: #f7fcf0 !important;
}

.vehicle-body .well {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 0;
}

.vehicle-body .tab-content a, .vehicle-body .tab-content a:hover {
    text-decoration: underline;
}

.vehicle-body .well .table, .vehicle-body .well .table th, .table td {
    padding: 4px 8px;
    font-size: .9em;
}

.series-dropdown ul li, .make-dropdown ul li {
    margin: 0;
}

.series-dropdown .variant-type {
    color: #9d9d9d;
}

.series-dropdown a:hover .variant-type {
    color: white;
}

.series-dropdown a.dropdown-toggle .variant-type {
    font-size: 70%;
}

.series-dropdown a.dropdown-toggle:hover .variant-type {
    color: black;
}


.feature-vehicle-selector {
    float: left;
    /*margin-left: 80px;*/
    padding-bottom: 25px;
}

    .feature-vehicle-selector .dropdown {
        float: left;
        margin-left: 10px;
    }

        .feature-vehicle-selector .dropdown .btn {
            width: 200px;
        }

    .feature-vehicle-selector .dropdown-menu {
        width: 200px;
        height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .feature-vehicle-selector .disabled {
        pointer-events: none;
    }

.vehicle-body .tab-content {
    padding-left: 13px;
}
/*End of Rating Detail Page*/

/*Start Class Summary Page*/

ul.rating-table {
    list-style: none;
    text-indent: 0;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
}

    ul.rating-table li {
        list-style: none;
        text-indent: 0;
        margin: 0;
        padding: 0;
    }

.rating-table .gamp-column {
    width: 88px;
    float: left;
    border-left: 2px solid #fff;
    text-align: center;
    margin: 5px 0;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

.rating-table .gamp-CA-column {
    width: 98px;
    float: left;
    text-align: center;
    margin-top: 5px;
}

.gamp-CA-column > .ca-rating {
    width: inherit;
    text-align: inherit;
}

.rating-table .rating-row-container {
    position: relative;
    margin-bottom: 7px;
}

.rating-table .rating-row {
    border-radius: 8px;
    list-style-type: none;
    overflow: hidden;
    min-height: 135px;
    width: 692px;
    height: 100%;
}

.rating-table .rating-row-silver {
    box-shadow: rgba(185, 188, 203, 1) 0px 0px 3px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,a3a3a3+100&amp;0+0,0.65+100 */

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(163,163,163,0.65) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(163,163,163,0.65) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(163,163,163,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6a3a3a3',GradientType=0 ); /* IE6-9 */


}

.rating-table .rating-row-gold {
    box-shadow: rgba(242, 228, 179, 1) 0px 0px 3px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmU0YjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,228,179,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2e4b3', GradientType=0 ); /* IE6-8 */
}

.rating-table .rating-row-grey {
    box-shadow: #e5e5e5 0px 0px 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(234,234,234,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6eaeaea', GradientType=0 ); /* IE6-8 */
    filter: none; /* IE9 */
}

.rating-table .rating-CA-column {
    position: absolute;
    margin: 0 0 0 709px;
    border-radius: 8px;
    padding-left: 0;
    list-style-type: none;
    height: 100%;
    width: 98px;
    overflow: hidden;
}

.rating-table .rating-cl-column {
    position: absolute;
    margin: 0 0 0 820px;
    border-radius: 8px;
    padding-left: 0;
    list-style-type: none;
    height: 100%;
    width: 98px;
    overflow: hidden;
    
}

.rating-table .rating-CA-grey {
    box-shadow: #e5e5e5 0px 0px 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(234,234,234,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6eaeaea', GradientType=0 ); /* IE6-8 */
    filter: none; /* IE9 */
}

.rating-table .rating-cl-grey {
    box-shadow: #e5e5e5 0px 0px 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(234,234,234,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6eaeaea', GradientType=0 ); /* IE6-8 */
    filter: none; /* IE9 */
}

.rating-table .rating-CA-gold {
    box-shadow: rgba(242, 228, 179, 1) 0px 0px 3px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmU0YjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,228,179,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,228,179,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2e4b3', GradientType=0 ); /* IE6-8 */
}

.rating-table .rating-CA-silver {
    box-shadow: #e5e5e5 0px 0px 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(234,234,234,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6eaeaea', GradientType=0 ); /* IE6-8 */
    filter: none; /* IE9 */
}

.rating-table .mfg_smalltext {
    font-size: 11px;
}

.rating-table .smalltext {
    margin-top: 2px;
    font-size: 10px;
}

.rating-table .test-title, .header-info .test-title {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: bold;
    color: #666;
	height: 36px;
	line-height: 12px;
}

div.header-info div div.test-title{
	height: auto;
	line-height: auto;}

.rating-table .test-subtitle {
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    text-transform: lowercase;
}

.rating-table .gamp-labels {
    margin-top: 8px;
}

.rating-table .tsp-swap {
    /*background: url(../images/tsp_2012.png) no-repeat; 
	background-size:145px 27px;*/
    /*text-indent:-3000px; */
    height: 27px;
    border: 0;
}

.rating-table .model-name {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    margin: 4px 0 2px 0;
}

    .rating-table .model-name .variant-type {
        display: block;
        font-weight: normal;
        font-size: 12px;
        color: #9d9d9d;
    }

    .rating-table .model-name a {
        color: #000;
    }

.rating-table .model-column {
    margin: 5px 10px 5px 10px;
    width: 220px;
    float: left;
}

.rating-table .rating-row-container a {
    color: #000;
}

.rating-table .ca-title {
    font-size: 0.7em;
    color: #666666;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    padding: 0 5px;
}

.ca-title .ca-noinformation {
    color: #bbb;
    width: 150px;
}

.rating-table .ca-subtitle {
    font-size: 0.7em;
    line-height: 1.0em;
    color: #666;
    font-weight: 600;
    margin-bottom: .2em;
}

.ca-rating {
    text-align: center;
    text-transform: lowercase;
}

.well .ca-rating {
    width: 150px;
    text-transform: none;
}

.ca-points {
    font-weight: 600;
    color: #666;
}

/*End Class Summary Page*/

.rating-icon-block {
    margin: 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    height: 20px;
    width: 20px;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    text-shadow: none;
}

    .rating-icon-block span {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 15px !important;
        padding-left: 0;
        padding-top: 0;
        margin-top: 0;
    }

.gamp-poor span {
    padding-left: 1px !important;
}

.gamp-good {
    background-color: #0c0;
    color: Black;
}

.gamp-acceptable {
    background-color: #ff3;
    color: Black;
}

.gamp-marginal {
    background-color: #f90;
    color: Black;
}

.gamp-poor {
    background-color: #f00;
    color: Black;
}

.gamp-none {
    font-size: 10px;
    text-align: center;
    line-height: 8px;
    padding-top: 2px;
    text-transform: lowercase;
    width: 25px;
    color: Black;
    background-color: #E4E4E4;
}

.gamp-good, .gamp-acceptable, .gamp-marginal, .gamp-poor {
    text-align: center;
}

.ratings-explained {
    display: block;
    margin-top: 35px;
}

.GAMP-list {
    width: 130px;
    position: absolute;
}

    .GAMP-list li {
        list-style: none outside none;
        font-weight: bold !important;
        font-size: 15px !important;
        font-family: Arial;
        display: block;
        padding: 5px 0 !important;
    }

    .GAMP-list img {
        margin: -4px 3px 0 0;
        vertical-align: middle;
    }

.crash-types-explained a {
    text-decoration: underline;
}

table.safety-features td {
    font-size: 1em;
    vertical-align: top;
}

    table.safety-features td .feature-number {
        width: 10px;
        height: 15px;
        margin: 2px;
        color: rgb(148, 148, 148);
        background-image: url(../images/list_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: top;
    }

        table.safety-features td .feature-number span {
            display: none;
        }
    /*    table.safety-features td .feature-value {
        width: 520px;
        vertical-align: middle;
        font-size: 13px;
        margin-bottom: 20px;
	}*/

    table.safety-features td .feature-value:after {
        clear: both;
    }

.rating-legend, .rating-legend-divs {
    border: 1px solid #CCCCCC;
    background-color: White;
    padding: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
    margin: 0;
    margin-top: 5px;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    height: auto;
    line-height: normal;
}
/*Removing background and border for legend*/
.rating-legend-divs {
    border: 0 none;
    background: none;
    padding-top: 8px;
    float: left;
}

    .rating-legend-divs .rating-icon-block {
        display: inline-block;
        left: auto;
        margin: 0;
        padding: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: normal;
        vertical-align: top;
    }

    .rating-legend-divs .text {
        color: white;
        vertical-align: middle;
        display: inline-block;
        font-weight: bold;
        padding-left: -2px;
        padding-right: 2px;
        font-size: 14px;
        margin-left: 3px;
        margin-right: 10px;
        margin-top: -1px;
        line-height: 25px;
    }

    .rating-legend ul li .rating-icon-block, .rating-legend-divs .rating-icon-block {
        display: inline-block;
        padding: 0;
        width: 20px;
        height: 20px;
        margin-top: 2px;
        line-height: 20px;
    }

.tsp-chooser-section {
    float: left;
    margin-bottom: 55px;
}

.TSPchooser {
    margin: 0;
    padding: 0;
    width: 218px;
    height: 420px;
    float: left;
    text-align: left;
}

    .TSPchooser li {
        height: 40px;
        margin: 3px 0 0 0 !important;
        padding-left: 25px;
    }

        .TSPchooser li.selected {
            background-image: url("../images/tsp/tsp-line.png");
            background-position: top left;
            background-repeat: no-repeat;
        }

    .TSPchooser a, .TSPchooser a:link, .TSPchooser a:visited {
        display: block;
        padding: 4px;
        font-size: 11px;
        text-decoration: none;
        margin-right: 10px;
        outline: none;
        padding-left: 10px;
        padding-right: 10px;
    }

        .TSPchooser a:active, .TSPchooser a:hover {
            background: #FFF;
            outline: none;
        }

    .TSPchooser li.selected a {
        border: 1px solid rgb(213, 213, 213) !important;
        color: rgb(112, 112, 112) !important;
        background: white !important;
        cursor: text;
        margin-right: 0;
        font-weight: 400;
        width: auto;
        float: left;
    }

.TSPchooserResults {
    width: 250px;
    height: 420px;
    margin-bottom: 20px;
    float: left;
    background: #FFF;
    color: #333;
    padding: 40px;
    font-size: 11px !important;
    overflow: auto;
    border: 1px solid rgb(213, 213, 213);
}

    .TSPchooserResults ul, .TSPchooser ul {
        padding: 0 !important;
        margin: 0 !important;
        list-style-type: none;
    }

        .TSPchooserResults ul li.tsp-plus {
            background: url(../images/tsp/tsp_plusflag_30x18.png) top left no-repeat;
            min-height: 20px;
            margin: 5px 0;
        }

        .TSPchooserResults ul li.tsp {
            background: url(../images/tsp/tsp_flag_30x18.png) top left no-repeat;
            min-height: 20px;
            margin: 5px 0;
        }

        .TSPchooserResults ul li div {
            margin: 0 0 0 35px;
        }
/* START CA lookup styles */

.standard {
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 24px;
    background-image: url('../images/StandardFeature.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.optional {
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 24px;
    background-image: url('../images/OptionalFeature.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.not-available {
    margin-left: auto;
    margin-right: auto; /*width: 24px;
    height: 24px;	
    background-image: url('../images/NotAvailableFeature.png');
    background-repeat: no-repeat;*/
}

.no-icon {
    background-image: none;
    margin-top: 4px;
    font-size: 12px;
}

.special-case {
    float: left;
    display: block;
    margin-left: 22px;
}

table.crashAvoidance th, table.motorcycle-table th {
    text-align: center;
    vertical-align: bottom;
}

table.crashAvoidance td, table.motorcycle-table td {
    text-align: center;
    vertical-align: middle;
}

.crashavoidance-results-pane {
    margin-top: 20px;
}

.CA_NoResults {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #999;
    font: bold 12px Arial, Helvetica, sans-serif;
    padding: 3px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
}

.CA_MenuKey {
    width: 702px;
    background: #EEE;
    margin: 0 auto 0;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #EEE;
    padding: 10px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255,255,255)), color-stop(50%, rgb(241,241,241)), color-stop(51%, rgb(225,225,225)), color-stop(100%, rgb(246,246,246))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-8 */
}

.KeyText ul {
    list-style-type: none;
    margin: 20px auto 0;
}

.KeyText li {
    display: inline;
    margin: 0 3px;
    margin: 0 9px !important;
    font-size: 11px !important;
    color: #666;
}

.KeyText img {
    vertical-align: middle !important;
    margin-top: -1px !important;
}
/* END CA lookup styles */


/* HR explanation page table */
table.HRratings {
    border-collapse: collapse;
    background-color: #FFF;
}

    table.HRratings th {
        font-size: 11px;
        padding: 4px;
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
        text-align: center;
        vertical-align: middle;
    }

    table.HRratings td {
        font-size: 11px;
        padding: 6px;
        text-align: center;
        vertical-align: middle;
    }

    table.HRratings tr.light td {
        background-color: #EEE;
    }

    table.HRratings tr.dark td {
        background-color: #CCC;
    }

.HR-icon-block-G {
    margin: 0;
    padding: 2px 0 0 !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    height: 18px;
    width: 20px;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px !important;
    font-family: Arial !important;
    background-color: #0c0;
    color: #000;
}

.HR-icon-block-A {
    margin: 0;
    padding: 2px 0 0 !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    height: 18px;
    width: 20px;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px !important;
    font-family: Arial !important;
    background-color: #ff3;
    color: #000;
}

.HR-icon-block-M {
    margin: 0;
    padding: 2px 0 0 !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    height: 18px;
    width: 20px;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px !important;
    font-family: Arial !important;
    background-color: #f90;
    color: #000;
}

.HR-icon-block-P {
    margin: 0;
    padding: 2px 0 0 !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    height: 18px;
    width: 20px;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px !important;
    font-family: Arial !important;
    background-color: #f00;
    color: #000;
}

.loading {
    height: 16px;
    width: 16px;
    background: url(../images/loading.gif) no-repeat;
}

.vehicle-landing .feature-list-content {
    margin-top: 40px;
}

    .vehicle-landing .feature-list-content > ul {
        margin: 0;
        padding: 0;
        text-indent: 0;
        list-style: none;
        float: left;
    }

        .vehicle-landing .feature-list-content > ul > li {
            margin: 0;
            padding: 0;
            text-indent: 0;
            list-style: none;
            clear: both;
            padding-bottom: 40px;
            float: left;
        }

            .vehicle-landing .feature-list-content > ul > li img {
                float: left;
                width: 100px;
                height: 100px;
                margin-right: 25px;
            }

            .vehicle-landing .feature-list-content > ul > li div {
                float: left;
                width: auto;
                width: 450px;
            }

                .vehicle-landing .feature-list-content > ul > li div:after {
                    clear: both;
                }

.vehicle-landing .about-vrc-section {
    margin-top: 40px;
    width: 310px;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}

    .vehicle-landing .about-vrc-section img {
        width: 300px;
        margin-bottom: 15px;
    }
/**********   Safety Features  ***********/
.feature-vehicle-selector {
    float: left;
}

.side-airbags-table, .esc-table, .motorcycle-table {
    clear: both;
    border: 1px solid #eee;
    width: 91%;
}

    .side-airbags-table th, .esc-table th, .motorcycle-table {
        text-align: center;
    }

    .side-airbags-table td, .esc-table td, .motorcycle-table {
        text-align: center;
    }
/******  Start of Error Pages *********/
.page-error {
    height: 475px;
    width: 980px;
    overflow: hidden;
    position: relative;
}

.dummyleft {
    overflow: hidden;
    margin: 0 0 -30px -15px;
}

/******  Start Homepage Text*********/

.homepageSlider h1 {
    font-size: 2.3em;
    text-transform: uppercase;
}

.homepageSlider a:link, .homepageSlider a:visited {
    font-weight: 600;
}

.homepageSlider a:hover, .homepageSlider a:focus, .homepageSlider a:active {
    font-weight: 600;
    color: #1e7ea6;
}


.homepageSliderWhite h1 {
    font-size: 2.3em;
    text-transform: uppercase;
    color: #FFF;
}

.homepageSliderWhite p {
    color: #FFF;
}


.homepageSliderWhite a:link, .homepageSliderWhite a:visited {
    font-weight: 600;
    color: #FFCC33;
}

.homepageSliderWhite a:hover, .homepageSliderWhite a:focus, .homepageSliderWhite a:active {
    font-weight: 600;
    color: #fbdb7a;
}




div.mission {
    padding: 20px 40px 0px;
}

.mission p {
    color: #FFF;
    line-height: 1.6em;
}

.mission a:link, .mission a:visited {
    color: #FFF;
    font-weight: 700;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 1px;
    text-decoration: none;
}

.mission a:hover, .mission a:active {
    color: #96DEEE;
    font-weight: 700;
    border-bottom: 1px dotted #96DEEE;
    padding-bottom: 1px;
    text-decoration: none;
}


.test-background-image {
    color: grey;
    font-size: 20px;
    width: 500px;
    height: 800px;
    min-height: 800px;
    min-width: 500px;
    background-image: url("/Renderers/ShowMedia.ashx?i=MediaArchive%3a%2ftesting.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.child-seat-details td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.child-seat-details th {
    padding-bottom: 0px;
}

table.child-seat-keys {
    width: 200px;
}

    table.child-seat-keys td {
        font-size: 12px;
    }


.child-seat-details .isBad{
    margin-top: 3px;
    margin-right: 3px;
    display: block;
    background-image: url("../images/bad.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: left;
}


.child-seat-details .isGood  {
    margin-top: 3px;
    margin-right: 3px;
    display: block;
    background-image: url("../images/good.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: left;
}

.figcaption  .isBad{
    margin-top: 1px;
    margin-right: 3px;
    display: block;
    background-image: url("../images/bad.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: left;
}

.figcaption .isGood  {
    margin-top: 1px;
    margin-right: 3px;
    display: block;
    background-image: url("../images/good.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: left;
}

.child-seat-details .isGood {
    
}

.child-seat-keys .green-square, 
.child-seat-keys .yellow-square, 
.child-seat-keys .orange-square, 
.child-seat-keys .red-square, 
.child-seat-keys .empty-square, 
.child-seat-keys .grey-square
{
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.child-seat-keys .tether-anchor-symbol, 
.child-seat-keys .lower-anchor-symbol,
.child-seat-keys .shared-lower-anchors-symbol {
    width: 20px;
    height: 20px;
}

.child-seat-keys .tether-anchor-symbol {
    background-image: url("../images/tetheranchor.png");
}
.child-seat-keys .lower-anchor-symbol {
    background-image: url("../images/loweranchors.png");
}
.child-seat-keys .shared-lower-anchors-symbol {
     background-image: url("../images/sharedanchors.png");
}

.child-seat-keys .green-square {
    background-color: #0c0;
}

.child-seat-keys .yellow-square {
    background-color: #ff3;
}

.child-seat-keys .orange-square {
    background-color: #f90;
}

.child-seat-keys .red-square {
    background-color: #f00;
}

.child-seat-keys .grey-square {
    background-color: #949594;
}

.child-seat-keys .empty-square {
    border-color: #cdccca;
    border-width: 1px;
    border-style: solid;
}

.child-seat-visualization {
    margin-top: 20px;
}

.child-seat-details {
    float: left;
}



/*========================= END styles ---- NOTHING FOR SCREEN STYLES BELOW HERE======================*/

.mobile-only {
    display: none;
}

.desktop-only {
}

.print-only {
    display: none;
}

.no-print {
}




@media print {
    body {
        font: fit-to-print;
        font-size: 13pt;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        color: #000;
        background: none;
    }

    p, li, ul, .news-item-aside p, .news-item-aside a, .sr-aside-article-list a {
        font-size: 13pt;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        color: #000;
    }
    /*#content-wrapper, .content-main, .container outside-container main-content-background, .span-24 main-content, .span-24, .main-content{
	width:100%;
	margin:0;
	padding:0}*/


    a:link, p, h1, h2, h3, li {
        color: #000;
    }

    .print-only {
        display: block;
    }

    .no-print {
        display: none;
    }

    .header-wrapper, .footer, .header-breadcrumb, .addthis_toolbox, .span-4 last, .videoplayer, .youtube-player, .wrap-video-top, .mq-wrap, .SR_button, .news_archive_button, .news_button, .news-heading a, .flyout-topics-activator, .level-one-menu, .ResearchLandingMarquee, .flyout-wrapper-landing, .news-item-date a, .SRmasthead, .NOprint, .wrap-video-top, .mq-player, .player-sidebar, .play-button, .dropdown, .vehicle-selector, .ratings-info-section ul.tabs, iframe {
        display: none;
    }

    .news-landing-items h6 {
        margin: 0px;
        padding: 0px;
    }

    .news-item-heading {
        width: auto;
    }

    .content-wrapper {
        padding-bottom: 0px;
    }

    .tab-content-wrapper {
        border-left: none;
    }

    aside {
        border-top: 1px dotted #bbb;
        margin-top: 30px;
        padding-top: 20px;
        display: block;
        width: auto;
    }

    .SRarticle, .news-item-aside {
        width: 100%;
    }

    .SRpullquoteLeft, .SRpullquote, p.expander {
        font-size: 18pt;
        line-height: 16pt;
        width: 100%;
    }

    .SRpullquoteLeft, .SRpullquote, .article-sidebar-content img {
        margin-top: 20px !important;
    }

    .nav-tabs > .active > a, .nav-tabs > .active {
        display: block;
        font-size: 14pt;
    }

    .gamp-good {
        -webkit-print-color-adjust: exact;
        background-color: #0c0 !important;
        background-repeat: repeat;
        color: Black;
    }

    .gamp-acceptable {
        -webkit-print-color-adjust: exact;
        background-color: #ff3 !important;
        color: Black;
    }

    .gamp-marginal {
        -webkit-print-color-adjust: exact;
        background-color: #f90 !important;
        color: Black;
    }

    .gamp-poor {
        -webkit-print-color-adjust: exact;
        background-color: #f00 !important;
        color: Black;
    }

    .rating-icon-block span {
        text-align: left;
    }

    .gamp-none {
        -webkit-print-color-adjust: exact;
        font-size: 10px;
        text-align: center;
        line-height: 8px;
        padding-top: 2px;
        text-transform: lowercase;
        width: 25px;
        color: Black;
        background-color: #E4E4E4;
    }

    #rating_navtabs, .rating_navtabs, .model_dropdown, #newtest-tabs {
        display: none;
    }

    #NavTabs li {
        display: none;
    }

        #NavTabs li.active {
            display: block;
        }

    ul.rating-table {
        width: 100%;
        margin: 0;
    }

    .rating-table .gamp-column {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .rating-row-container {
        width: 100%;
        border-bottom: 1px solid #999;
    }

    .rating-row-grey, .rating-row {
        box-shadow: none;
        border: none;
        background: none;
        border-radius: 0;
    }

    .gamp-labels {
        position: relative;
    }

    .crash-types-explained {
        margin-top: 30px;
    }

        .crash-types-explained p {
            font-weight: 400;
            margin: 10px;
        }

    .span-8, .span-6, .news-item-aside, .news-item-box, .ul.news-item-box > li, ul.news-item-box > li {
        width: auto;
        margin: 10px 0;
        padding: 0;
        background-color: #FFFFFF;
    }

    .dvd-section ul.tabs li {
        border: none;
        border-right: 1px solid #999;
        height: 100px;
        line-height: 50px;
        margin: 0 0 5px;
        overflow: visible;
        padding: 0 15px;
    }

    .dvd-section {
        padding: 0;
        margin-top: -50px;
    }

    .printheader {
        display: block;
        margin: 0 0 24pt 20pt;
        padding-bottom: 15pt;
        border-bottom: 1px solid #999;
    }

    .printfooter {
        display: block;
        font-size: 10pt;
        margin: 10pt 15pt;
        padding-top: 15pt;
        border-top: 1px solid #999;
        page-break-after: avoid;
    }

    .main-content, .main-content-header, .sr-heading-h1, .news-item-heading {
        margin-left: 15px;
    }

    .sr-article-container span {
        margin-left: 8px;
    }

    .content-main {
        display: block;
        box-shadow: none;
        /*	page-break-after:avoid; */
    }

    .main-content-header h1 {
        padding-bottom: 0;
    }

    .main-content-header p {
        padding-bottom: 35px;
    }

    .SRissue {
        page-break-inside: avoid;
    }

    .SRTableNoStripe {
        font-size: 12pt;
    }

    .news-item-aside {
        clear: both;
    }

    .fatalityContentSection table, .fatalityContentSection th, .fatalityContentSection tr {
        line-height: 1em;
        font-size: 11pt;
        border: thin;
        padding: 0;
        margin: 0;
    }

    .fatality-table, .fatality-table h2 {
        /*	page-break-before:always; */
    }

    .SRmastheadText {
        border: none;
    }

    #content-wrapper {
        padding: 0;
    }
    /* Related info sidebar */
    .sidebar-right {
        padding: 9px 12px 9px 12px;
        float: right;
        width: 180px;
        margin: 24px 0 15px 20px;
        background: #EEEEEE;
        border: 1px dotted #CCCCCC;
    }

    .article-sidebar-content {
        padding: 25px 0;
    }

    .span-8 {
        clear: both;
        margin: 25px;
    }

    .sidebar-right h2, .article-sidebar-content h2 {
        font: 14pt Verdana, Geneva, sans-serif;
        margin: 0 0 3px 0;
        padding: 0;
        color: #333;
    }

    .article-nav {
        padding-top: 20px;
        border: none;
    }

    .article-sidebar-content {
        width: 100%;
    }

        .sidebar-right p, .article-sidebar-content p {
            font: 13pt Verdana, Geneva, sans-serif !important;
            font-weight: 400;
            color: #333;
        }

            .sidebar-right p.facts {
                font: 11px/14px Verdana, Geneva, sans-serif;
                margin: 0 0 7px 0;
                padding: 0;
                color: #333;
            }

        .article-sidebar-content a:link, .article-sidebar-content a:hover, .article-sidebar-content a:active, .sidebar-right a:link, #SidebarRight a:hover, #SidebarRight a:active {
            text-decoration: none;
        }

    .SRcontact, .SR-related-documents {
        padding: 0 0 20px 0;
        float: none;
        width: 100%;
    }

    .biblio-print-record {
        page-break-inside: avoid;
    }

    .StateLawsSummaryTable {
        font-size: 1em;
        text-align: left;
    }

    #GDLTable {
        font-size: .8em;
        overflow: auto;
        height: 500px;
    }

    .GDLSummaryTable tr, .GDLSummaryTable td {
        page-break-inside: avoid;
    }

    .pagebreakafter {
        page-break-after: always !important;
        border-top: solid 3px red;
        width: 100%;
    }

    .gsc-input-box {
        padding-right: 2px;
    }

        .gsc-input-box input {
            border: none;
            padding-left: 3px;
            margin-right: 2px;
        }

    .fatality-table th, .fatality-table tr, .fatality-table td {
        border: 1px solid #AFAFAF;
    }
}
