/**************************************/
/* Default styles for news extension */
/**************************************/

.news {
    width: 100%;
    display: block;
}

.news .clear {
    clear: both;
}

.news .nav ul {
    float: left;
    display: inline;
    margin: 0;
}

.news .nav li {
    float: left;
}

.news .nav a {
    float: left;
    display: block;
}

.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article {
    padding-bottom: 17px;
    margin-bottom: 15px;
}

.news .article:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0;
    background: #fff;
    display: block;
    max-width: 100%;
}

.news .article .news-img-wrap a {
    display: block;
    float: left;
    padding: 4px;
    /*border: 1px solid #ddd;*/
    background: #fff;
    max-width: 100%;
}

.news .article .news-img-wrap img {
    float: left;
    height: auto;
}

.news .news-list-view .article h3 a ,
.news .news-list-view .article h3 {
    font-size: 1em;
    color: #B62125;
}

.news .teaser-text p{
    font-size: 1em;
    color: #203A6B;
}

.news .teaser-text p a{
    font-size: 1em;
    color: #203A6B;
    text-decoration: underline;
}

.news .teaser-text p a:hover{
    text-decoration: none;
    color: #2795B6;
}

.news .footer .read a{
    font-size: 1em;
    font-weight: 600;
    color: #B62125;
    text-decoration: underline;
}

.news .article .teaser-text {
    margin: 0 0 10px 0;
}

.news .news-list-view .footer {
    clear: both;
    padding: 15px 0 25px 0;
    border-bottom: 1px dotted #B62125;
    margin-top: 15px;
    color: #6D7097;
}

.news .news-list-view .article:last-child  .footer  {
    border: none;
}

.news .news-list-view  .footer p {
    line-height: 1em;
}

.news .news-list-view  .footer span {
    border-right: 1.5px solid #B62125;
    float: left;
    height: 20px;
    padding: 2px 0;
    text-align: center;
    width: 28%;
}


.news .news-list-view  .footer span.tweetThis  iframe{
    display: block;
    margin: -2px 0 0 55px;
}

.news .news-list-view  .footer span:first-child {
    padding-left: 3px;
    //width: 22%;
    text-align: left;
}

.news .news-list-view  .footer span:last-child {
    border-right: 0;
    padding-right: 3px;
    //float:right;
    //width: 15%;
}

.news .footer .news-category a {
    text-transform: uppercase;
}

/* category menu view */
.news-category-view ul li {
    padding: 5px 8px;
}

.news-category-view ul li li {
    padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

.news-browsebox {
    margin: 15px 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.news-browsebox ul li {
    margin: 0 5px;
}

.news-browsebox ul .prev {
    margin-right: 20px;
    margin-left: 0;
}

.news-browsebox ul .current-page a {
    font-weight: bold;
}

.news-browsebox ul .next {
    margin-left: 20px;
    margin-right: 0;
}



/* single view */

.news-single .footer {
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 18px 0;
    border-bottom: 0;
    display: block;
}

.news-single .article .header h3 {
    color: #203A6B;
    font-size: 1.4em;
}

.news-single .footer span:last-child ,
.news-single .footer span {
    border-right: 1.5px solid #203A6B;
    float: left;
    height: 20px;
    padding: 2px 0;
    text-align: center;
    width: 40%;
    font-size: 103%;
}

.news-single .footer span:first-child {
    padding-left: 3px;
    width: 20%;
    text-align: left;
}

.news-single .footer span:last-child {
    border-right: 0;
    padding-right: 3px;
}

.news-single .article .news-img-wrap {
    float: right;
    width: auto;
    margin: 0 0 0 25px;
}

.news-single .teaser-text {
    font-size: 15px;
    color: #888;
}

.news-text-wrap {
    margin-bottom: 10px;
}

.news-text-wrap  ul li,
.news-text-wrap  p{
    color: #203A6B;
}


.news-text-wrap  p a{
    color: #07a39f;
    text-decoration: underline;
}
.news-text-wrap  p a:hover{ text-decoration: none; }

.news-single .article .news-img-wrap  a,
.news-single .article .news-img-wrap img {
    float: right;
    margin-bottom: 10px;
}

.news-img-caption {
    color: #888;
}

.facebook {
    margin: 20px 0;
    float:left;
}
.facebook div {
    float:left;
}

.facebook div.like {
    width: 45%;
}
.facebook div.share ,
.facebook div.twitter {
    width: 20%;
}




/* related news + files */
.news-related-wrap {
    display: table;
    margin-top: 20px;
    width: 100%;
}

.news-related {
    width: 50%;
    padding: 15px;
    border: 1px solid #eee;
    display: table-cell;
}

.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
}

.news-related h4 {
    margin-bottom: 10px;
}

.news-related ul li span {
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
}

.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0;
}

.news-related-files ul li {
    margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
    background-position: 0 0;
}

.news .page-navigation {
    height: 30px;
    display: block;
}

.news .page-navigation p {
    float: left;
}

.news .page-navigation ul {
    float: left;
    margin-bottom: 0;
}

.news .page-navigation ul li {
    float: left;
    display: inline-block;
    padding: 0 1px;
    background: none;
    color: #203a6b;
}

.news .page-navigation ul li.current:first-child span, .news .page-navigation ul li.current:first-child  {
    padding-left: 0;
}
.news .page-navigation ul li:.current:before {
    content: "/&nbsp;";
}
.news .page-navigation ul li:before {
    content: "/";
}
.news .page-navigation ul li:first-child:before {
    content: " ";
}

.news .page-navigation ul li a {
    display: inline-block;
    padding: 1px 2px;
    text-decoration: underline;
    color: #203a6b;
}

.news .page-navigation ul li.current{
    display: inline-block;
    padding: 1px 2px 1px 5px;
    text-decoration: none;
}

.news-clear {
    clear: both;
}

.news .no-news-found {
    color: #DB0202;
    font-style: italic;
    min-height: 200px;
    margin: 20px 20px 20px 40px;
}


/*** Block News Sidebar ***/

.content .columns{
    padding: 0;
}

.news .block-side,
.wt_twitter_newsticker .block-side-2{
    overflow: auto;
    width: 96%;
    display: block;
}

.news .block-side .article{
    margin-bottom: 0px;
    width: 98%;
}

ul.wttwitter_feed li a.title,
.news .block-side .article  h3 a,
.news .block-side .article  h3{
    margin: 0 0 5px 0;
    font-size: 0.95em;
    color: #B62125;
}

ul.wttwitter_feed li a.title{ font-weight: bold; font-family: "MyriadProBold",Arial,sans-serif; }

.news .block-side .teaser-text{
    margin-bottom: 5px;
}

.news .block-side .teaser-text p{
    font-size: 0.95em;
    color: #203A6B;
    line-height: 18px;
}

.news .block-side .teaser-text p a{
    font-size: 1em;
    color: #B62125;
    text-decoration: underline;
}


.news .block-side .footer {
    clear: both;
    padding: 0;
    border-bottom: 1px dotted #203A6B;
    color: #B62125;
    display: block;
    height: 25px;
}

.news .block-side .article:last-child  .footer  {
    border: none;
}

.news .block-side .footer p {
    line-height: 0em;
    margin: 0;
    float: left;
    width: 100%;
}

.news .block-side .footer span {
    float: left;
    height: 20px;
    padding: 2px 0;
    width: 50%;
    font-size: 11px;
}


/* twitter block property */

a.twitter-icon{
    background: url("../Images/icons/dariah-red.png") no-repeat scroll center center #FFFFFF;
    display: block;
    height: 25px;
    position: relative;
    float: right;
    right: 1px;
    top: -25px;
    width: 27px;
}

ul.wttwitter_feed li {
    padding: 0px 10px 10px 10px;
    min-height: 50px;
    margin-bottom: 10px;
}

ul.wttwitter_feed li:last-child .line-border{
    border: none;
    margin-bottom: 0;
}

ul.wttwitter_feed li .line-border{
    width: 100%;
    height: 2px;
    display: block;
    border-bottom: 1px dotted #203A6B;
    margin-top: 10px;

}

ul.wttwitter_feed li p{
    color: #203A6B;
    font-size: 0.9em;
    line-height: 20px;
    margin-bottom: 10px;
}

ul.wttwitter_feed li p a{
    color: #203A6B;
    text-decoration: underline;
}

ul.wttwitter_feed li p a:hover{
    text-decoration: none;
}

span.tw_date{
    color: #B62125;
    font-size: 11px;
}

.news .block-side .footer .read a{
    font-size: 1em;
    font-weight: 600;
    color: #B62125;
    text-decoration: underline;
}


.news  .link-block-head {
    background: url("../Images/icons/rss.png") no-repeat scroll center center #FFFFFF;
    display: block;
    height: 25px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 26px;
}

.four .csc-default .csc-header{
    background: #b5242b;
    width: 100%;
    height: 25px;
    padding: 5px 0 5px 40px;
    display:block;
}


.four .csc-default .csc-header h1{
    font-size: 1em;
    color: #FFF;
}


.four .csc-default .news .page-navigation{
    display: none;
}


@media only screen and (max-width: 1015px) {

    .news .news-list-view  .footer span {
        border-right: 1px solid #B62125;
        padding: 1% 0;
        text-align: center;
        width: 23%;
        font-size: 85%;
    }


    .news .news-list-view  .footer span.tweetThis  iframe{
        margin: -2px 0 0 20%;
    }

    .news .news-list-view  .footer span:first-child {
        padding-left: 1%;
        width: 25%;
        text-align: left;
        font-size: 85%;
    }

    .news .news-list-view  .footer span:last-child {
        border-right: 0;
        padding-right: 0;
        width: 15%;
        font-size: 85%;
    }


}

@media only screen and (max-width: 860px) {

    .news .news-list-view  .footer span {
        border-right: 1px solid #B62125;
        padding: 1% 0;
        text-align: center;
        width: 24%;
        font-size: 80%;
    }


    .news .news-list-view  .footer span.tweetThis  iframe{
        margin: -2px 0 0 15%;
    }

    .news .news-list-view  .footer span:first-child {
        padding-left: 1%;
        width: 28%;
        text-align: left;
        font-size: 80%;
    }

    .news .news-list-view  .footer span:last-child {
        border-right: 0;
        padding-right: 0;
        width: 15%;
        font-size: 80%;
    }


}

@media only screen and (max-width: 767px) {
    .wt_twitter_newsticker news,
    .news .block-side{
        padding: 0;
        overflow: auto;
        margin: 15px;
        width: 99%;
        display: block;
    }

    .news .block-side .article{
        width: 90%;
        display: block;
        overflow: hidden;
    }

    ul.wttwitter_feed,
    ul.wttwitter_feed li{
        width: 98%;
        display: block;
        overflow: hidden;
    }

    .news .news-list-view  .footer span {
        border-right: 1px solid #B62125;
        padding: 1px 0;
        text-align: center;
        width: 28%;
        font-size: 80%;
    }


    .news .news-list-view  .footer span.tweetThis  iframe{
        display: block;
        margin: -2px 0 0 55px;
    }

    .news .news-list-view  .footer span:first-child {
        padding-left: 1%;
        width: 22%;
        text-align: left;
        font-size: 80%;
    }

    .news .news-list-view  .footer span:last-child {
        border-right: 0;
        padding-right: 1%;
        width: 15%;
        font-size: 80%;
    }
}


@media only screen and (max-width: 500px) {

    .news .news-list-view  .footer span {
        border-right: 1px solid #B62125;
        padding: 1% 0;
        text-align: center;
        width: 36%;
        font-size: 80%;
    }


    .news .news-list-view  .footer span.tweetThis  iframe{
        margin: -2px 0 0 10%;
    }

    .news .news-list-view  .footer span:nth-child(3) {
        border-right: none;
        width: 28%;
    }

    .news .news-list-view  .footer span:first-child {
        padding-left: 1%;
        width: 34%;
        text-align: left;
        font-size: 80%;
    }

    .news .news-list-view  .footer span:last-child {
        border-right: 0;
        padding-right: 0;
        margin: 20px 0 ;
        width: 100%;
        font-size: 100%;
    }

    .news .news-list-view .footer {
        border-bottom: 1px dotted #B62125;
        clear: both;
        color: #6D7097;
        margin-top: 15px;
        padding: 15px 0 50px;
    }

    .facebook div.share, .facebook div.twitter {
        margin-right: 8%;
    }
    .facebook div.like {
        float: none;
        margin-top: 45px;
        display: block;
    }

    .news-single .footer span {
        display: block;
        text-align: center;
        border: none;
        padding-bottom: 25px;
    }

    .news-single .footer span:last-child {
        padding: 40px 0 10px 0;
        margin: 15px 0;
        width: 100%;
        float: none;
        display: block;
        border: none;
    }

    .news-single .footer span:first-child {
        padding-left: 3px;
        width: 35%;
        text-align: center;
        border-bottom: 1px solid #6D7097;
    }
    .news-single .footer span:nth-child(2){
        text-align: center;
        width: 65%;
        border-bottom: 1px solid #6D7097;

    }

}
.tx-rssdisplay-list {
    list-style: none;
}
.tx-rssdisplay-list .tx-rssdisplay-item-title {
    font-weight: bold;
    font-family: "MyriadProBold",Arial,sans-serif;
    margin: 0 0 5px 0;
    font-size: 0.95em;
    color: #B62125;
}
.tx-rssdisplay-list .tx-rssdisplay-item-title a{
    font-weight: bold;
    font-family: "MyriadProBold",Arial,sans-serif;
    margin: 0 0 5px 0;
    font-size: 0.95em;
    color: #B62125;
}