
@font-face {
    font-family: 'open_sans_light';
    font-weight: 200;
    font-style: normal;

    src: url('../../../../styles/fonts/OpenSans-Light-webfont.eot');
    src: url('../../../../styles/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../styles/fonts/OpenSans-Light-webfont.woff') format('woff'), url('../../../../styles/fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../../../../styles/fonts/OpenSans-Light-webfont.svg#open_sansLight') format('svg');
}
@font-face {
    font-family: 'open_sans_regular';
    font-weight: 400;
    font-style: normal;

    src: url('../../../../styles/fonts/OpenSans-Regular-webfont.eot');
    src: url('../../../../styles/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../styles/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../../../../styles/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../../../../styles/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
    font-family: 'open_sans_semibold';
    font-weight: 600;
    font-style: normal;

    src: url('../../../../styles/fonts/OpenSans-Semibold-webfont.eot');
    src: url('../../../../styles/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../styles/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../../../../styles/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../../../../styles/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}
body
{
    font-family: open_sans_regular, open_sans,'Open Sans', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
}


a
{
    text-decoration: none;

    color: #0071bc;
}



.main-container
{
    position: relative;
    z-index: 100;

    float: left;

    width: 100%;
    padding-bottom: 2em;

    background: white;
}

.right {
    float: right !important;
}

.submenu
{
    float: left;

    width: 100%;
    padding: .5em 0 0 0;

    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}


.submenu ul
{
    float: left;

    margin-left: 1em;
    padding-right: 1em;
    padding-bottom: .5em;
}

.submenu ul li
{
    display: inline;
}

.submenu ul li a.selected {
    background: black;
    color: white;
}
.submenu ul li a {
    padding: .5em 1em .5em 1em;
    font-size: .89em;
    color: black;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px;
    border: none;
    line-height: 2.5;
}



.vertical-menu{
    background: white;
    padding-top: 1.5em;
    width: 20%;
    -webkit-border-radius: 0px 0px 0px 7px;
    -moz-border-radius: 0px 0px 0px 7px;
    border-radius: 0px 0px 0px 7px;
    padding-bottom: 1.5em;
    float: left;
}

.vertical-menu ul{
    margin-left: 1.5em;
    margin-bottom: .5em;
}

.vertical-menu ul+ul{
    padding-top: .5em;
    /* border-top: 1px solid gray; */
}

.vertical-menu ul li{
    margin-top: .5em;
}


.vertical-menu ul li a{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: .25em .5em;
    border: none;
    font-size: .89em;
}




.vertical-menu ul li a.selected{
    color: black;
    font-weight: bold;
}

.news-all-main .main-container{
    padding: 1em;
    padding-bottom: 0 !important;
    box-sizing: border-box;
}


.vertical-menu ul li a span{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: silver;
    color: white;
    padding: .25em .5em;
    font-weight: bold;
    font-size: .75em;
}


.vertical-menu p{
    font-size: .75em;
    margin-left: 2.5em;
    border-top: 1px solid silver;
    padding-top: 1em;
}

.central-content{
    min-height: 600px;
    padding-top: 5em;
    margin-bottom: 50px;
    float: left;
    width: 74%;
}

.news-item{
    margin-left: 4em;
    float: left;
    width: 100%;
}
.news-item a h2{
    text-decoration: underline;
}

.news-item a h3{
    font-weight: normal;
    color: gray;
}

.timeline-block{
    float: left;
    width: 15%;
    min-height: 2em;
}

.timeline-block span.right{
    font-weight: normal;
    color: silver;
}

.timeline-block p.date, p.date_s{
    color: gray;
    font-size: .75em;
}

.news-marks{
    float: right;
    width: 20%;
    padding-top: 1em;
    margin-left: 2em;
    font-size: .75em;
}

.item-mark{
    padding: .25em .5em;
    font-weight: bold;
    color: white;
}

.new-item-mark{
    background: #cc373c;
    border-bottom: 1px solid #8e262a;
    border-top: 1px solid #f94349;
}

.unread-item-mark{
    background: #0071BC;
    border-bottom: 1px solid #1b4660;
    border-top: 1px solid #b5e2ff;
}

.read-item-mark{
    color: silver;
    padding: .25em .5em;

}


.news-item-title{
    float: left;
    width: 55%;
    border-left: 1px solid silver;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}



.tweet-item-mark{
    float: left;
    width: 16px;
    height: 16px;
    padding-right: 16px;
    margin-top: 8px;
    background: url(../../../resources/images/twitter_small.png) no-repeat !important;
}

.tweet-item-mark:hover{
    float: left;
    width: 16px;
    height: 16px;
    padding-right: 16px;
    margin-top: 8px;
    background: url(../../../resources/images/twitter_small_hover.png) no-repeat !important;
}




ul.news-categories-list li.selected{
    background: #eee;
}
ul.news-categories-list li:hover {
    background: silver;
}
img.pdf-small{
    float:left;
    margin-bottom: 100%;
}

.cso-news .timeline-block{
    position: relative;

}
h4+.date{
    line-height: 1.2;}

#me_viz{
    position: relative;

}

#video_block{
    /* border-left: 1px solid silver; */
    padding-left: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    background: hsla(120,0%,85%,.2);
    width: 20%;
    margin-top: 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

#samples{
    margin-left: 20%;
}

.news-item-content img {max-width: 99% !important;}


/************ ARTICLE *************/
.central-content {
    min-height: 600px;
    padding-top: 5em;
    float: left;
    width: 74%;
}
.news-item-content {
    margin-left: 4em;
    float: left;
    width: 60%;
    padding-bottom: 3em;
}
h1 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 1em;
}
.news-item-content p {
    margin-bottom: 2em;
}
.news-item-content p + ul {
    margin-top: -1em;
}
.news-item-content ul {
    margin-left: 1.25em;
}
ol, ul {
    list-style: none;
}
.news-item-content ul li {
    list-style: url(../resources/images/list-arr.png);
    margin-bottom: .75em;
    line-height: 1.2;
    color: #842d1a;
}
.sidebar {
    float: left;
    width: 200px;
    margin-left: 4em;
    margin-bottom: 5em;
}
.sd-block {
    float: left;
    width: 100%;
}
.sd-readings div {
    margin-top: .75em;
}
.sd-readings div + h3 {
    margin-top: 2em;
}
.timeline-block p.date, p.date_s {
    color: gray;
    font-size: .75em;
}
.sd-readings a {
    font-size: .89em;
    line-height: 1.4;
}
.news-item-content p {
    margin-bottom: 2em;
}
hr {
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid silver;
    margin-top: 2em;
    margin-bottom: 2em;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adaptive to Screens Sizes Styles */

@media only screen and (max-width: 1150px) {
    .vertical-menu ul:first-child {
        display: none;
    }
    .vertical-menu {
        padding-top: 0.5em;
    }
    .vertical-menu ul + ul {
        padding-top: .5em;
        border-top: none;
    }
    .vertical-menu {
        width: 100%;
    }
    .vertical-menu ul li {
        display: block;
        float: left;
        width: 250px;
        border-right: none;
    }
    ul.news-categories-list li.selected {
        background: #eee;
    }
    ul.news-categories-list li:hover {
        background: silver;
    }

    .vertical-menu ul li {
        margin-top: .5em;
    }
    .central-content {
        min-width: 320px;
        padding-top: 1em !important;
        width: 97% !important;
    }
    .news-item {
        width: 90%;
        margin-left: 2em;
    }
    .news-item-title {
        width: 70%;
    }
    .news-marks {
        width: 5%;
    }
    .news-item-content {
        margin-left: 0.5em;
        float: left;
        width: 98%;
        padding-bottom: 3em;
    }
}
@media only screen and (max-width: 880px) {
    .news-item-content {
        float: left;
        width: 90% !important;
        margin-left: 1.6em !important;
    }
    .sidebar {
        width: 90% !important;
    }
}
@media only screen and (max-width: 720px) {
    .timeline-block{width: 100%;}
    .news-item-title {
        width: 80%;
        padding-left: 1em;
        padding-top: 0;
        padding-bottom: 0;
        float: left;
    }
    .news-marks {
        width: 10%;
        padding: 0;
    }
    textarea{width: 90% !important;}
}
@media only screen and (max-width: 540px) {
    .news-item {
        width: 100%;
    }
    .news-marks {
        width: 90%;
    }
}