/* Sitewide Custom Styles */

/* BEGIN SLIDESHOW SIZE B DO NOT CHANGE UNLESS INSTRUCTED TO DO SO */
.camera_wrap {
    display: none;
    position: relative;
    z-index: 1000;
}

/* orange - touch44/11 -serves 320x480 portrait */
@media screen and (min-width: 320px) and (max-width: 479px) {
    .camera_wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
@media screen and (min-width: 480px) and (max-width: 639px) {
    .camera_wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* yellow - touch44/11 -serves ??? screens */
@media screen and (min-width: 640px) and (max-width: 799px) {
    .camera_wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* green - U9/5 - serves 800x600 screens */
@media screen and (min-width: 800px) and (max-width: 995px) {
    .camera_wrap {
        width: 100%;
        float: left;
    }
    #news {
        display: none;
    }
    .camera_thumbs_cont {
        *width: 95.5%;
    }

    .span8 {
        width: 67%;
    }
}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (min-width: 996px) {
    .camera_wrap {
        width: 60%;
        float: left;
        height: 342px !important;
    }

}
/* END SLIDESHOW SIZE B DO NOT CHANGE UNLESS INSTRUCTED TO DO SO */

#news2 {
    height: 300px;
}

#news2 a:hover {
    text-decoration: none;
    color: #173B8D;
}

/* NEWS AREA AND PARAGRAPH STYLES */
.news_date {
    font-style: italic;
    text-align: left;
    display: block;
    color: #4a3728;
    font-size: 12px;
}

/* orange - touch44/11 -serves 320x480 portrait */
@media screen and (min-width: 320px) and (max-width: 479px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }

    .span8 {
        width: 100%;
    }

}

/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
@media screen and (min-width: 480px) and (max-width: 639px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }
    .span8 {
        width: 100%;
    }
}

/* yellow - touch44/11 -serves ??? screens */
@media screen and (min-width: 640px) and (max-width: 799px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .span8 {
        width: 100%;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
    }

    .span3OD {
        width: 240px;
    }

}

/* green - U9/5 - serves 800x600 screens */
@media screen and (min-width: 800px) and (max-width: 995px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
        font-size: 12px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
        font-size: 12px;
    }

    #mcauser_cont1_full {
        margin-left: 25px;
        width: 700px;
    }

    .span3OD {
        width: 166px;
    }

}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (min-width: 996px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }
    #mcauser_cont1_full {
        width: 100%;
        margin: auto;
        /**margin-left:        0px;*/
        background-image: url("/images/dart-bg.png");
        background-repeat: no-repeat;
    }

    .span8 {
        width: 58.5%;
    }
    .row {
        margin-right: 8px !important;
    }

}

/* ===============================*/

.news_wrapper .news_desc {
    display: none;
}

.news_wrapper {
    margin-bottom: 10px;
    margin-left: 10px;
}

/* NEWS CONTAINER ON THE HOMEPAGE */
#news.Readmore a {
    background: none repeat scroll 0 0 #173B8D;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 15px;
    margin-top: 5px;
    margin-right: 8px;
    float: right;
    clear: both;
}

#news {
    color: #173B8D;
}

/* ===============Smaller Than 320================*/
/*
 /*
 /*================================================*/
@media screen and (max-width: 320px) {
    #news {
        display: none;
    }
}

/* orange - touch44/11 -serves 320x480 portrait */
@media screen and (min-width: 320px) and (max-width: 479px) {
    #news {
        display: none;
    }
}

/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
@media screen and (min-width: 480px) and (max-width: 639px) {
    #news {
        display: none;
    }
}

@media screen and (max-width: 995px) {
    #CLF_ON section H3, #CLF_ON section H4, #CLF_ON section H5, #CLF_ON section H6 {
        font-size: 1em;
        line-height: 1.2em;
    }

}
/* ================================================*/
/*  Columns                                               */
/*                                                 */
/*=================================================*/
/* yellow - touch44/11 -serves ??? screens */
@media screen and (min-width: 640px) and (max-width: 799px) {
    #news {
        display: none;
    }
}

/* green - U9/5 - serves 800x600 screens */
@media screen and (min-width: 800px) and (max-width: 995px) {
    #news {

        float: right;
        width: 218px;
        height: 255px;
        margin: 0px 0px 0 0px;
    }
}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (min-width: 996px) {
    #news {

        float: left;
        width: 370px;
        height: 310px;
        margin: 0px 0px 0px 10px;
    }
}

#news2 {
    color: #173B8D;
}

/* orange - touch44/11 -serves 320x480 portrait */
@media screen and (min-width: 320px) and (max-width: 479px) {
    #news2 {
        margin-top: 10px;
    }
}

/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
@media screen and (min-width: 480px) and (max-width: 639px) {
    #news2 {
        margin-top: 10px;
    }
}

/* yellow - touch44/11 -serves ??? screens */
@media screen and (min-width: 640px) and (max-width: 799px) {
    #news2 {
        margin-top: 20px;
    }
}

/* green - U9/5 - serves 800x600 screens */
@media screen and (min-width: 800px) and (max-width: 995px) {
    #news2 {
        display: block;
    }
}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (min-width: 996px) {
    #news2 {
        display: none;
    }
}

#news2 a, #news2 a:link, #news2 a:active, #news2 a:visited {
    text-decoration: underline;
    color: #000;
}

#news2 a:hover {
    text-decoration: none;
    color: #173B8D;
}

/* NEWS AREA AND PARAGRAPH STYLES */
.news_date {
    font-style: italic;
    text-align: left;
    display: block;
    color: #4a3728;
    font-size: 12px;
}

/* orange - touch44/11 -serves 320x480 portrait */
@media screen and (min-width: 320px) and (max-width: 479px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }
    .gt-reset {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 120%;
        text-decoration: underline;
        cursor: pointer;
    }
    .gt-reset a {
        cursor: pointer;
    }

    .gt-help {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 120%;
        text-decoration: underline;
    }

}

/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
@media screen and (min-width: 480px) and (max-width: 639px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }

    .gt-reset {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 100%;
        text-decoration: underline;
        cursor: pointer;
    }
    .gt-help {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 100%;
        text-decoration: underline;
    }

}

/* yellow - touch44/11 -serves ??? screens */
@media screen and (min-width: 640px) and (max-width: 799px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }
    .gt-reset {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 100%;
        text-decoration: underline;
        cursor: pointer;
    }
    .gt-help {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 100%;
        text-decoration: underline;
    }

}

/* green - U9/5 - serves 800x600 screens */
@media screen and (min-width: 800px) and (max-width: 995px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
        font-size: 12px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }

    .gt-reset {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 100%;
        text-decoration: underline;
        cursor: pointer;
    }

    .gt-help {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 100%;
        text-decoration: underline;
    }

}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (min-width: 996px) {
    .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
        display: block;
        text-align: left;
        text-decoration: underline;
        padding-bottom: 0px;
    }

    .news_title a:hover {
        color: #173B8D;
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 0px;
    }
    .gt-reset {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 90%;
        text-decoration: underline;
        cursor: pointer;
    }

    .gt-help {
        background: none repeat scroll 0 center transparent;
        border: 0 none;
        font-size: 90%;
        text-decoration: underline !important;
        color: #000000 !important;
    }

}

.news_wrapper .news_desc {
    display: none;
}

.news_wrapper {
    margin-bottom: 10px;
    margin-left: 10px;
}

/*News.Delaware.gov Import*/
/*.news_wrapper span{display:block;margin-bottom:2px;}
 .news_wrapper .news_date{font-weight:bold;padding-right:5px;}
 .news_wrapper .news_title{display:block;}*/

/* LAYOUT DIVS (ADDED BY MATT C.) */

.table-wrap {
    width: 100%;
}
.table-wrap div {
    margin: 0;
}
.clear {
    clear: both;
}

.left-td {
    float: left;
    width: 25%;
    padding: 2%;
}
.right-td {

    float: left;
    width: 40%;
    padding: 2%;
}

.left-td2 {
    float: left;
    width: 45%;
    padding: 2%;
}
.right-td2 {
    float: left;
    width: 23%;
    padding: 2%;
}

* HOMEPAGE NAV BAR STYLE-Template B */
#home_nav {
}

/* orange - touch44/11 -serves 320x480 portrait */
@media screen and (min-width: 320px) and (max-width: 479px) {
    #home_nav {
        display: none;
    }
}

/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
@media screen and (min-width: 480px) and (max-width: 639px) {
    #home_nav {
        display: none;
    }
}

/* yellow - touch44/11 -serves ??? screens */
@media screen and (min-width: 640px) and (max-width: 799px) {
    #home_nav {
        display: none;
    }
}

/* green - U9/5 - serves 800x600 screens */
@media screen and (min-width: 800px) {
    #home_nav {
        background-image: url('/usr/img/but_bkground2.jpg');
        background-repeat: repeat-x;
        width: 727px;
        height: 75px;
        display: inline-block;
    }
}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (min-width: 996px) {
    .gt-submit {
        font-size: 110%;
        margin: 15px;
        padding: 0 10%;
    }
    #home_nav {
        background-image: url('/usr/img/but_bkground.jpg');
        background-repeat: repeat-x;
        width: 971px;
        height: 102px;
        display: inline-block;
    }
}

/* Horizontal Nav Bar Icons-template-B */
#mainnav_icons {

}

/* orange - touch44/11 -serves 320x480 portrait */
@media screen and (min-width: 320px) and (max-width: 479px) {

    .gt-submit {
        font-size: 120%;
        margin: 10px 25px !important;
        padding: 0 30px;
    }

    #mainnav_icons {
        display: none;
    }
    .span3 {
        width: 100%;
    }
    #news2 .Readmore a {
        color: #000000;
        font-size: 75%;
        font-weight: bold;
        float: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        width: 85%;
    }

}

/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
@media screen and (min-width: 480px) and (max-width: 639px) {
    .gt-submit {
        font-size: 120%;
        margin: 10px 25px !important;
        padding: 0 10%;
    }

    #mainnav_icons {
        display: none;
    }
    .span3 {
        width: 100%;
    }
    #news2 .Readmore a {
        background: none repeat scroll 0 0 #173B8D;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 8px 15px;
        margin-top: 5px;
        margin-right: 8px;
        float: right;
        clear: both;
    }

}

/* yellow - touch44/11 -serves ??? screens */
@media screen and (min-width: 640px) and (max-width: 799px) {

    .gt-submit {
        font-size: 120%;
        margin: 10px 25px !important;
        padding: 0 10%;
    }
    #mainnav_icons {

        display: none;
    }
    .span3 {
        width: 290px;
    }
    .HPmiddle {
        margin: auto;
    }
    #news2 .Readmore a {
        background: none repeat scroll 0 0 #173B8D;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 8px 15px;
        margin-top: 5px;
        margin-right: 8px;
        float: right;
        clear: both;
    }

}

/* green - U9/5 - serves 800x600 screens */
@media screen and (min-width: 800px) and (max-width: 995px) {
    #mainnav_icons {
        margin-left: 20px;
        height: 75px;
    }
    .HPmiddle {
        margin-left: 2%;
        margin-right: 1%;
    }
    .span3 {
        width: 166px;
    }

    .gt-submit {
        font-size: 120%;
        margin: 10px 25px !important;
        padding: 0 30%;
    }
    #CLF_nav {
        display: none;
    }
    #news2 .Readmore a {
        background: none repeat scroll 0 0 #173B8D;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 8px 15px;
        margin-top: 5px;
        margin-right: 8px;
        float: right;
        clear: both;
    }

}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (min-width: 996px) {
    #mainnav_icons {
        margin-left: 20px;
        height: 102px;
    }

    #tp img, #as img, #ns img {
        vertical-align: middle;
        width: 25px;
        height: 25px;
        margin: 3px;
    }
    #tp, #as, #ns {
        padding-top: 5px;
    }
    #CLF_nav {
        display: none;
    }

    #news2 .Readmore a {
        background: none repeat scroll 0 0 #173B8D;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 8px 15px;
        margin-top: 5px;
        margin-right: 8px;
        float: right;
        clear: both;
    }
    .tripPlanner {/*background: url("/images/google-transit.png") no-repeat scroll 2% 98% / auto transparent; *//*height: 245px;*/
    }
    .span3 {
        width: 23.9%;
        margin-right: 0px;
    }
}

/* blue - U12/7 - serves 1024x768 screens */
@media screen and (max-width: 996px) {
    .sideTabs {
        margin-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    .feedburnerFeedBlock {
        border-bottom: 1px #E6E6E6 solid !important;
        height: 45px;
    }

}

.barnavigation-wrap {
    margin: 0;
    display: inline-block;
    width: 100%;
}

/******************CLF ON HOME PAGE over rides***************************/

#mcauser_hdr4 {
    padding: 10px 10px;
    background: linear-gradient(to bottom, #D8D8D8 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;/*background:#D8D8D8;*/
}

#mcauser_hdr1_full {
    margin-left: 0px;
    margin-right: 0px;
}

#CLF_ON section a, #CLF_ON section a:link, #CLF_ON section a:active, #CLF_ON section a:visited {
    color: #000;
    text-decoration: none;
}

#CLF_OFF section P {
    font-size: 0.9em;
    line-height: .0 .8em;
    margin-bottom: 5px;
}

/*****************/
#agencyID {
    margin-top: 1%;
}

/**********************Trip Planner*******************/
.tripPlanner {
    margin: 5px 5px 0 0;
    padding: 5px;
}

.stage {
    background: #173B8D;
    padding: 0.2em;
    border-radius: .8em;
    color: #FFF;
}

.examptxt {
    color: #173B8D;
    font-size: 75%;
    margin: 3px 10px;
}
.vspace {
    height: 0.6em;
    *height: 1px;
    clear: both;
}
.vspace1 {
    height: 0.6em;
    *height: 1px;
    clear: both;
}

.tripPlanner form {
    margin: 2px;
}
/**************Column***********/

.HPcolumn {
    margin-bottom: 10px;
    text-align: center;
}
.HPcolumn H1 {
    color: #173B8D;
    font-weight: 500;
    font-size: 120%;
}
.HPcolumn img {
    float: left;
    padding: 1px 5px;
    vertical-align: middle;
}
.bottom {/*vertical-align:bottom;*/
    bottom-margin: 5px;
    text-align: center;
}
.bottom img {
    max-width: 95%;
    padding: 5px 3px;
}
.b-right {
    background: linear-gradient(to bottom, #D8D8D8 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border-radius: 5px;
    padding: 1px 2px 10px;
}
.spaced {
    color: #FFF;
    background: #173B8D;
    padding: 5px;
}
#news .ac .Readmore a {
    display: none;
    text-align: center;
}
.Readmore {
    text-align: center;
}

/*********************************/
#CLF_ON section H2 {
    color: #FFF;
}

.row {
    /*margin: 0px 0 10px;*/
}

#CLF_ON section H1 {
    line-height: 1.5em;
    margin-top: 5px;
}
/******Alerts*************/
#news .Readmore a {
    background: none repeat scroll 0 0 #173B8D;
    clear: both;
    color: #FFFFFF;
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
}

#as-2 ul, #ns-3 ul {
    margin-top: 5px;
    padding: 0 0 0 0;
    list-style: none outside none;
    font-size: 12px;
}
.rideralerts ul li div:nth-child(1) {
    float: left;
    min-height: 20px;/* margin:5px;*/
    font-weight: 600;
    color: #173B8D;
}
.rideralerts ul li {
    border-bottom: 1px dotted #173B8D;
    clear: both;
    font-size: 12px;
    margin: 5px;
    min-height: 30px;
    padding: 5px;
    list-style: none outside none;
}
/*.rideralerts ul li:nth-of-type(n+5) {display: none;} /* display only 4 */
.dartnews ol li {
    font-size: 12px;
    border-bottom: 1px dotted #173B8D;
    clear: both;
}
.rideralerts ul li div {
    margin: 5px;
}
.dartnews ol li div {
    margin: 5px 0;
    padding: 0;
}
#news2 ul {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}
.dartnews  ol {
    margin: 5px;
    padding: 0px;
    list-style-type: none;
}
#news2 .rideralerts ul li {
    min-height: 50px;
}

.marginTop {
    margin-top: 5px;
    text-align: center;
}
/*.dartnews  ol > li:before {
 content: counter(customlistcounter, decimal) " ";
 display: inline-block;
 float: left;
 font-size: 1.75em;
 font-weight: bold;
 margin-top: 2px;
 width: 30px;
 min-height: 30px;
 color:#173B8D;
 }*/

.dartnews  ol > li {
    counter-increment: customlistcounter;
    padding: 10px 5px;
    min-height: 30px;
}

.rideralerts .Readmore  .readLink {
    color: #FFF;
    font-weight: 400;
}
.dartnews   .Readmore  .readLink {
    color: #FFF;
    font-weight: 400;
}

h6.newsHeader {
    margin-bottom: 0;
    text-transform: uppercase;
}
.camera_caption a {
    font-weight: 600;
    border-bottom: dashed 1px #fff;
}
#nav_bar ul li {
    list-style-type: none;
}

.whitewash {
    background: #FFF;
}
.greenwash {
    background: #98CA3D;
    border-radius: 5px;
}

#tabber {
    height: 245px;
}

.camera_caption > div {
    background: none repeat scroll 0 0 rgba(23, 59, 141,  0.9);
}
#tp {
    width: 42%;
    min-height: 40px;
    border-radius: 3px;
}

#as {
    width: 27%;
    min-height: 40px;
    border-radius: 3px;
}
#ns {
    width: 26.5%;
    min-height: 40px;
    border-radius: 3px;
}

.socialtray ul li {
    display: inline;
}
.socialtray {
    text-align: center;
}
.socialtray ul {
    padding: 0;
    margin: 0;
}
#nav_quick_links, #nav_badges {
    display: none;
}
.nav_callout_sub {
    color: #555555;
    font-weight: bold;
}

.CLF_nav .nav_quick_links, .CLF_nav .nav_visit_us, .CLF_nav.nav_badges {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin-bottom: 0;
    margin-top: 1em;
}

#pie_0 {
    position: absolute;
    z-index: 3000;
}
.tabImage img {
    vertical-align: middle;
}
.resp-tabs-list li {
    border-radius: 5px 5px 0 0;
    /*margin: 0 1px;*/
    min-width: 43%;
    font-size: 0.9 em;
    padding: 8px !important;
    text-align: left;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    background-color: #98CA3D;!important;
}
.topics {
    min-height: 215px;
}
.spaced {
    border-radius: 5px;
}

#alertHeader {
    font-size: 1.3em;
    /*margin: 0 5px!important;*/
    padding: 10px !important;
    font-weight: 700 !important;
    color: #FFF !important;
    background-color: #D60000;
    float: left;
}

.date {
    border-right: 1px dotted #000;
    margin-right: 5px;
    float: left;
    font-weight: 900;
    line-height: 1.2em !important;
    padding-right: .5em;
    min-width: 2.5em;
    text-transform: uppercase;
    padding-top: 5px;
}

.route {
    border-right: 1px dotted #000;
    margin-right: 5px;
    float: left;
    font-size: 120% !important;
    font-weight: bold;
    line-height: 1.2em !important;
    padding-right: .5em;
    min-width: 2.5em;
    text-transform: uppercase;
    padding-top: 5px;
    margin: 5px;
    width: 75px;
    min-height: 45px;
    text-align: center;
}

.routeNo {
    font-weight: 400
}

.date {
    border-right: 1px dotted #000;
    margin-right: 5px;
    float: left;
    font-weight: 900;
    line-height: 1.2em !important;
    padding-right: .5em;
    min-width: 2.5em;
    text-transform: uppercase;
    padding-top: 2px;
    margin: 5px;
    height: 45px;
}

.ticker .date {
    border-right: 1px dotted #000;
    margin-right: 5px;
    float: left;
    line-height: 1.2em !important;
    padding-right: .5em;
    min-width: 2.5em;
    text-transform: uppercase;
    /*padding-top: 5px;*/
    margin: 0px 5px;
    height: 40px;
}

.feedburnerFeedBlock {
    border-bottom: 1px #E6E6E6 solid !important;
    /*height: 45px!important;*/
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    padding-bottom: 10px;
}

.newsheadlines .feedburnerFeedBlock {
    border-bottom: 1px #E6E6E6 solid !important;
    height: 38px !important;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    padding-bottom: 5px;
}

.newsheadlines{}

.topics .Readmore{float:right!important; margin-top:24px;}

#staList, .sta, .pwheadlines {
    color: #000 !important;
    line-height: 1.0 !important;
    padding-left: 10px !important;
    padding-right: 20px !important;
    list-style: none;
}

#alerts {
    height: 43px;
    margin-bottom: 10px;
    background: #fff;
    margin-right: 2px;
}

.resp-tabs-list li:nth-child(2) {margin-right: 0px;}
.resp-arrow {margin-top: 10px;}
h2.resp-accordion img {vertical-align: middle;}
h2.resp-accordion { padding: 5px 15px;}
.headline, .headliner {position: relative;top: 5px;}

.blue {color: #173b8d !important;}
.red {color: #db0707 !important;}
    
h5{margin-top:5px!important;}
.effective{font-weight:bold;}
.connectHeader{color:#173B8D!important; font-size:1.2em!important;}