<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    float: left;
    position: relative;
    width: 915px;
    height: 360px;
    overflow: hidden;
    border: 5px solid #FFF;
    z-index: 1;
}

#featPostsBig {
    float: left;
    font-size: 0;
    line-height: 18px;
    min-height: 440px;
    width: 620px;
}

.container {
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.slides {
    position: absolute;
    top: 0;
}

ul.slides li {
    z-index: 10;
}

ul.slides li a {
    color: white !important;
}

#featPostsBig div.cover {
    display: inline;
    float: left;
    margin-right: 15px;
}

.postcontent {
    position: absolute;
    top: 280px;
    height: 60px;
    left: 0;
    overflow: hidden;
    padding: 10px 15px;
    width: 600px;
    z-index: 15;
}

a.browse {
    position: absolute;
    width: 29px;
    height: 29px;
    display: block;
    cursor: pointer;
    font-size: 1px;
    z-index: 99;
    text-indent: -2000px;
    background: url("images/arrows.png") no-repeat 0 0;
    outline: none;
    border: none;
}

a.previous {
    position: absolute;
    top: 10px;
    left: 545px;
    background-position: 0 0;
}

a.previous:hover {
    background-position: 0 -30px;
}

a.next {
    position: absolute;
    top: 10px;
    left: 580px;
    background-position: -30px 0;
}

a.next:hover {
    background-position: -30px -30px;
}

#featPostsSmall {
    float: left;
    width: 275px;
    margin-left: 20px;
}

#featPostsSmall h3 {
    border-bottom: 1px solid #94A7BE;
    color: #556692;
    margin: 0 0 8px -5px;
    padding: 5px 5px 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.lang-en #featPostsSmall h3{
    /*background-color: #B55400;*/
}
.lang-es #featPostsSmall h3{
    /*background-color: #006B3F;*/
}
.lang-ca #featPostsSmall h3{
    /*background-color: #A32638;*/
}
#featPostsSmall ol, ul {
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
}

#featPostsSmall li a {
    float: left;
    width: 270px;
    clear: both;
    color: #5C79A4;
    font-weight: bold;
    padding: 7px 7px 10px 0;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #c9c9c9;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px;
}

.lang-en #featPostsSmall li a{
    /*background-color: #B55400;*/
}
.lang-es #featPostsSmall li a{
    /*background-color: #006B3F;*/
}
.lang-ca #featPostsSmall li a{
    /*background-color: #A32638;*/
}

#featPostsSmall li.active a,
#featPostsSmall li a:hover {

    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-left: 0;
    padding-left: 10px;


}
#featPostsSmall li.active a {
    color: #FFFFFF;
    background-color: #1982D1;
}

.lang-en #featPostsSmall li.active a{
    /*background-color: #B55400;*/
    background-color: #B55400;
}
.lang-es #featPostsSmall li.active a{
    /*background-color: #006B3F;*/
    background-color: #006B3F;
}
.lang-ca #featPostsSmall li.active a{
    /*background-color: #A32638;*/
}

.section_ {
    background-color: rgba(25, 130, 209, 0.8);
}

.section_3 {
    background-color: rgba(25, 130, 209, 0.8);
}

.section_4 {
    background-color: rgba(25, 130, 209, 0.8);
}

.section_5 {
    background-color: rgba(25, 130, 209, 0.8);
}
.lang-en .section_5{
    /*background-color: #B55400;*/
    background: rgba(181, 84, 0);
    background: rgba(181, 84, 0, 0.8);
}
.lang-es .section_5{
    /*background-color: #006B3F;*/
    background: rgba(0, 107, 63, 0.8);
}
.lang-ca .section_5{
    /*background-color: #A32638;*/
    /*background: rgba(163, 38, 56, 0.5);*/
}
.section_6 {
    background-color: rgba(85, 102, 146, 0.8);
}

.info.section_7 {
    background-color: rgba(85, 102, 146, 0.8);
}

.section_7 {
    background-color: rgba(85, 102, 146, 0.8);
}

.section_8 {
    background-color: rgba(85, 102, 146, 0.8);
}

.section_23 {
    background-color: rgba(85, 102, 146, 0.8);
}

.section_24 {
    background-color: rgba(85, 102, 146, 0.8);
}

.postcontent h2 {
    color: #556692;
    font-size: 18px;
    font-weight: normal;
    line-height: 115%;
    margin: 0 0 0.5em;
}

.postcontent h2 a {
    color: #FFFFFF;
}

.postcontent h2 a:hover {
    text-decoration: underline;
}

.postcontent span {
    font-size: 12px;
    color: #FFFFFF;
}

.clear {
    clear: both;
}

.pagination li {
    float: right;
}
.slider_bottom_bg{
    clear: both;
    width: 925px;
    height: 50px;
    background: url("images/slider-shadow.png") no-repeat;
}

</pre></body></html>