/* start of ec-resp fix */
.nav-pills > li + li {
    margin-left: 0px;
}
.mainPicture form{
    display:none;
}
section .mainContent fieldset{
    float:left;
    width:100%;
    overflow:auto;
    border:solid 1px #cbe7fc;
    border-radius:5px;
    background-color:#e3f5ff;
    margin-top:5px;
}

section .mainContent form legend{
    padding-top:2px;
    padding-bottom:5px;
    border-bottom:0;
    margin-bottom:-30px;
}
#subscribe tr.odd .form-item,
#subscribe tr.even .form-item {
    white-space: normal;
}
#tabbedContent #block-system-main .view-content .views-row{
    padding-top:0;
}
.taxonomy-term-description{
    margin-top:0;
}
#block-system-main .view-content .views-row{
    border:0;
    margin:0;
}

.item-list .pager li{
    margin:0 0 10px 0px;
    display:inline-block;
    padding:0 0.3em;
}
.panel .panel-body .list-group {
    margin: 0px;
}
.panel .panel-body .list-group a{
    display:inline;
    padding:0;
}

.field-name-field-shared-main-image .field-label{
    display:none;
}

.panel .panel-body li,
.panel .panel-body label{
    color:#555;
}


#sidebarRight .block-multisite-twitterblock .panel-body{
    padding:0 10px;
}

#quicktabs-blogs_twitter ul.quicktabs-tabs.quicktabs-style-nostyle{
	padding:0px !important;
}

div.more-link > a, div.more-link > a:visited, div.more-link > a:hover{
	color:#074a8a !important;
}

#block-system-main .view-header h2 {
    background-color: transparent;
    border-radius: 0;
    margin:0 0 10px;
    padding: 0 0 10px;
}
.field-label{
	text-transform:none;
}

.field-image-caption, .field-name-field-caption {
	float:none;
	font-family:Verdana;
	font-size:100%;
	font-style:normal;
	margin-bottom:0;
	width:auto;
}
/* end of ec-resp fix */




*+html .region,
*+html .comment-wrapper .comment .comment-text,
*+html .clearfix{
    min-height: 1%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.region:after,
.comment-wrapper .comment .comment-text:after,
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

body{
    color: #333333;
    font-family: Verdana,Arial,Helvetica,"DejaVu Sans",sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
	border: 0 none;
	min-width: 320px;

    background: #ebf6fc;
    background: -moz-linear-gradient(top,  #ebf6fc 0%, #b3e0f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf6fc), color-stop(100%,#b3e0f7));
    background: -webkit-linear-gradient(top,  #ebf6fc 0%,#b3e0f7 100%);
    background: -o-linear-gradient(top,  #ebf6fc 0%,#b3e0f7 100%);
    background: -ms-linear-gradient(top,  #ebf6fc 0%,#b3e0f7 100%);
    background: linear-gradient(to bottom,  #ebf6fc 0%,#b3e0f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf6fc',endColorstr='#b3e0f7',GradientType=0)
}

legend{
    font-size:inherit;
}

table{
    clear:both;
}
td,th{
    vertical-align:top;
    border:solid 1px #eee;
    padding:5px 2%;
}
th{
	background:#f4f6f9;
	border:solid 1px #ddd;
}
td h2,td h3,td h4,td h5,
th h2,th h3,th h4,th h5{
    margin-top:5px;
}

li>p{
    padding-top:0;
    margin-top:0;
}

/* layout */
.layout{
    background:url(../images/theme/bg_dashes.png);
    min-height:900px;
}
#sidebarLeft{
    float:left;
    width:23%;
    margin-right:2%;
}
#sidebarRight{
    float:right;
    width:23%;
}
#pageCenter{
    float:left;
    width:50%;
    margin-bottom:60px;
}
.layout-noleft #pageCenter,
.layout-noright #pageCenter{width:75%;}

.layout-noleft.layout-noright #pageCenter{width:100%;}

#banner a,
#messages a,
.mainContentSection a{
    text-decoration:underline;
}

.panel{
    padding:0;
    margin:0;
    background:transparent;
    box-shadow:0 0 0;
    border:0;
}
.panel .panel-heading{
    color:#252525;
    padding:10px 0;
    margin:0 12px 5px;
    font-size:16px;
    background:transparent;
    border-top:0;
    border-bottom:solid 2px #e2e5ea;
}
.panel .panel-body{
    padding:5px 0 10px;
    margin:0 12px;
    color:#555555;
}

#sidebarRight .panel{
    padding:0;
    margin:0;
}
#sidebarRight .panel-head{
    padding:0;
    margin:0;
}
#sidebarRight .panel-heading{
    margin-right:10px;
    margin-left:10px;
}
#sidebarRight .panel-body{
    padding:0;
    margin:0;
}

.panel .panel-body>p{
    margin-bottom:0;
}

footer{
    min-height:60px;
    padding:10px 0 20px;
    background:#fff;
    border-top:solid 2px #999;
    color:#555;
}
footer .region-footer{
    width:50%;
    margin-left:25%;
}
footer .region-footer{
    width:50%;
    margin-left:25%;
}
.layout-noleft footer .region-footer{
    width:75%;
    margin-left:0%;
}
.layout-noright footer .region-footer{
    width:75%;
    margin-left:25%;
}
.layout-noleft.layout-noright footer .region-footer{
    width:100%;
    margin-left:0%;
}
footer .region-footer .panel{
    border-radius:0;
}
footer a{
    text-decoration:underline;
}

#path{
	padding:1px 0 1px;
}

/* /layout */



.container{
    max-width:1200px;
}

.showWhenSmall{display:none;}


h1{margin:0;}


img{
    border:0;
}

header{
    display:block;
    width:100%;
    position:relative;
    line-height: 14px;
}
header .region-header-top{
    padding-right:140px;
}
header .region-header-top .region-header-top{
    padding-right:0px;
}
header ul{
    margin:0;
    padding:0;
}

header .utility-nav,
header .administrative-nav{
    float:right;
    margin:3px 0 0px 0px;
    font-size:11px;
}
header .utility-nav a,
header .administrative-nav a{
    border-left: 1px solid #939393;
    color: #777777;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
}
header .utility-nav a:hover,
header .administrative-nav a:hover{
    text-decoration:underline;
}
header .utility-nav li:first-child a{
    border-left: 0;
}
header .administrative-nav li:first-child a{
    border-left: 2px solid #777;
}
header .utility-nav li,
header .administrative-nav li{
    list-style:none;
    float:left;
}
#block-system-user-menu li a{
    font-size:11px;
}
#block-system-user-menu{
    float:left;
}
header .utility-nav .username{
    display:inline-block;
    float: left;
}
header #block-system-user-menu li{
    padding:0;
}

/*main menu*/
#main-navigation{
    border-bottom:solid 1px #9fb7c3;
    border-top:solid 1px #002e4a;
    margin-bottom:20px;

    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #d3e5f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3e5f0));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d3e5f0 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#d3e5f0 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#d3e5f0 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#d3e5f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3e5f0',GradientType=0 );
}
#main-navigation .panel{
    border-radius:0;
}
#main-navigation .panel-heading{
    display:none;
}
#main-navigation .panel,
#main-navigation .panel .panel-body{
    padding:0;
    margin:0;
    background:transparent;
    border:0;
}

.menu-name-main-menu .glyphicon-home{
    margin-top:5px;
}

#main-navigation .chunck-1,
#main-navigation .chunck-2{
    display:block;
}

#main-navigation .list-group-item:last-child,
#main-navigation .list-group-item:first-child{
    border-radius:0px;
}

#main-navigation ul{
    padding:0;
    margin:0;
}
#main-navigation ul li{
    float:left;
    list-style:none;
    padding:0;
    border-right:solid 1px #9fb7c3;
    border-bottom:solid 1px #9fb7c3;
    margin-bottom:-1px;
    margin-left:0;
}
#main-navigation ul li a{
    background:transparent;
    border:0;
    border-radius:0;
    margin-bottom:0;

    float:left;
    padding:5px 20px 0;
    height:39px;
    line-height:14px;
    border-right:solid 1px #fff;
}
#main-navigation ul li a .glyphicon-home{
    display:block;
    text-align:center;
    width:auto;
}
#main-navigation ul li a:hover{
    text-decoration:underline;
}
#main-navigation ul li ul{
    display:none;
}

#main-navigation ul li.active-trail,
#main-navigation ul li.active{
    background: #074a8a;
    background: -moz-linear-gradient(top,  #074a8a 0%, #073977 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074a8a), color-stop(100%,#073977));
    background: -webkit-linear-gradient(top,  #074a8a 0%,#073977 100%);
    background: -o-linear-gradient(top,  #074a8a 0%,#073977 100%);
    background: -ms-linear-gradient(top,  #074a8a 0%,#073977 100%);
    background: linear-gradient(to bottom,  #074a8a 0%,#073977 100%);
}
#main-navigation ul li.active-trail>a,
#main-navigation ul li.active>a{
    color:#fff;
    background: transparent;
}
#main-navigation ul li a{
    color:#074a8a;
}

#main-navigation .menu_search_form{
    display:none;
}

/*/main menu*/

/* content blocks */
#banner .region>.block,
#layout-body .region>.block{
    background:#fff;
    border-radius:5px;
    border:solid 3px #fff;
    box-shadow:0px 1px 3px rgba(0,0,0,0.3);
    margin-bottom:20px;
}
#layout-body .region.region-content-bottom>.block,
#layout-body .region.region-sidebar-right>.block{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f7fb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f7fb));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f7fb 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f4f7fb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f7fb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f7fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f7fb',GradientType=0 );
}
#layout-body .mainContentSection{
    background:#fff;
    border-radius:5px;
    box-shadow:0px 1px 3px rgba(0,0,0,0.3);
    margin-bottom:20px;
}
#layout-body .mainContentSection .region>.block{
    background:transparent;
    border-radius:0;
    border:0;
    box-shadow:0 0 0;
    margin-bottom:0;
}
#layout-body .mainContentSection .region>.block .panel .panel-heading,
#layout-body .mainContentSection .region>.block .panel .panel-body{
    margin-left:15px;
    margin-right:15px;
}
/* /content blocks */

/* search block */

/* homepage search */
#block-boxes-homepage-intro #block-search-form{
    float:right;
    width:350px;
    max-width:35%;
    margin:20px 15px 20px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* /homepage search */

#main-navigation .menu_search_form,
#search-block-form{
    position:relative;
    padding-right:44px;
}
#main-navigation .menu_search_form .form-item,
#search-block-form .form-item{
    width:100%;
    float:none;
}
#main-navigation .menu_search_form .input-group,
#search-block-form .input-group{
    position:static;
    display: block;
}
#main-navigation .menu_search_form .input-group-btn,
#search-block-form .input-group-btn{
    width:44px;
    position:absolute;
    right:0px;
    top:0px;
}
#main-navigation .menu_search_form .form-item input,
#search-block-form .form-item input{
    border-color:#bbbbbb;
    display:block;
}
#main-navigation .menu_search_form,
#sidebarRight #block-search-form,
#block-boxes-homepage-intro #block-search-form{
    border:0;
    padding:4px;
    background: #074b8c;
    background: -moz-linear-gradient(top, #074b8c 0%, #0065a2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074b8c), color-stop(100%,#0065a2));
    background: -webkit-linear-gradient(top, #074b8c 0%,#0065a2 100%);
    background: -o-linear-gradient(top, #074b8c 0%,#0065a2 100%);
    background: -ms-linear-gradient(top, #074b8c 0%,#0065a2 100%);
    background: linear-gradient(to bottom, #074b8c 0%,#0065a2 100%);
	filter:none;
}
#main-navigation .menu_search_form  #search-block-form--2 .btn-default,
#block-search-form .btn-default{
    padding:6px 12px;
    border-color:#bbbbbb;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
    border-radius:0;
}
#search-block-form--2 .form-item {
    margin: 0;
}
.form-control {
    border-radius:0;
}
/* /search block */



/* nav L2 */
#sidebarLeft .block.block-menu-block{
    background: #ebf2f8;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebf2f8 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#ebf2f8));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ebf2f8 25%);
    background: -o-linear-gradient(top, #ffffff 0%,#ebf2f8 25%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ebf2f8 25%);
    background: linear-gradient(to bottom, #ffffff 0%,#ebf2f8 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf2f8',GradientType=0 );

    box-shadow:0px 2px 2px -2px rgba(0,0,0,0.3);

    overflow:hidden;
    padding:5px 10px 5px;
    border:solid 1px #d3e0e7;
}
#sidebarLeft .block.block-menu-block .panel-heading{
    color:#252525;
    font-size:15px;
    font-weight:normal;
    border-bottom:solid 2px #d2e3ed;
    margin:0;
    padding:3px 0 8px;
}
#sidebarLeft .block.block-menu-block a:hover{
    text-decoration:underline;
}
#sidebarLeft .block.block-menu-block .panel-heading a{
    color:#252525;
}
#sidebarLeft .block.block-menu-block .panel-body{
    margin:0;
    padding:0;
}
#sidebarLeft .block.block-menu-block .nav-pills li{
    float: none;
    display:block;
    border:none;
    background:transparent;
    padding:0;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #cde0eb;
}
#sidebarLeft .block.block-menu-block .nav-pills>li a{
    float: none;
    display:block;
    border:none;
    background:transparent;
    padding:6px 8px 8px 0;
    line-height:14px;
    color:#074a8a;
    margin:0;
    border-radius:0;
    white-space: normal;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active-trail{
    background:url(../images/theme/sprite.png) no-repeat 100% 12px;
    border-bottom:0px;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active{
    border:0px;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active-trail>a{
    color:#252525;
}
#sidebarLeft .block.block-menu-block .nav-pills li.active>a{
    color:#fff;
    background:#074a8b url(../images/theme/sprite.png) no-repeat 100% -188px;
    padding:6px 10px 8px;
    margin:0 -10px;
}
#sidebarLeft .block.block-menu-block .nav-pills li.last{
    border-bottom:0px;
}
#sidebarLeft .block.block-menu-block .nav-pills>li.active-trail .dropdown-menu{
    display:block;
    background-color: #FFFFFF;
    border: 1px solid #b9cdd7;
    border-right:0;
    border-radius: 0px;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.1);
    float: none;
    font-size: inherit;
    margin: 0 -10px 5px -1px;
    padding: 0 10px 0px;
    position: static;
    min-width:50px;
}
/*v2*/
#sidebarLeft .block.block-menu-block .nav-pills>li.active-trail .dropdown-menu .dropdown-menu{
    border-left:solid 3px #6daed0;
    border-bottom:solid 1px #9aaeb8;
    background-color: #f1f6fa;
}
#sidebarLeft .block.block-menu-block .nav-pills>li.active-trail .dropdown-menu .dropdown-menu .dropdown-menu{
    background-color: #fff;
}
/*v2*/

/* /nav L2 */

/* tabs */
.tabTitle{
    display:none;
}
#tabbedContent.tabIsSet .tabbedTab{
    display:none;
}
#tabbedContent.tabbed0 .tabbedTab0,
#tabbedContent.tabbed1 .tabbedTab1,
#tabbedContent.tabbed2 .tabbedTab2,
#tabbedContent.tabbed3 .tabbedTab3,
#tabbedContent.tabbed4 .tabbedTab4,
#tabbedContent.tabbed5 .tabbedTab5,
#tabbedContent.tabbed6 .tabbedTab6{
    display:block;
}

#tabbedContent .tabsList{
    display:block;
    margin:10px 0;
    padding:0 5px;
    font-size:12px;

    border-bottom:solid 1px #bec9cf;

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e8f1f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f1f7));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e8f1f7 100%);
}
#tabbedContent  .tabsList.tabsListBot{
    border-bottom:0px;
    background: transparent;
    height:0px;
}
#tabbedContent .tabsList .tab{
    color:#0065b1;
    list-style:none;
    display:inline-block;
    padding:3px 10px 5px;
    margin:0 5px;
    cursor:pointer;
}
#tabbedContent.tabbed0 .tabsList .tab0,
#tabbedContent.tabbed1 .tabsList .tab1,
#tabbedContent.tabbed2 .tabsList .tab2,
#tabbedContent.tabbed3 .tabsList .tab3,
#tabbedContent.tabbed4 .tabsList .tab4,
#tabbedContent.tabbed5 .tabsList .tab5,
#tabbedContent.tabbed6 .tabsList .tab6{
    background:#fff;
    color:#333;
    border:solid 1px #bec9cf;
    margin-right:4px;
    margin-left:4px;
}
#tabbedContent .tabsList .tab{
    margin-bottom:-1px;
    border-bottom:0px !important;
    position:relative;
}
#tabbedContent  .tabsList.tabsListBot .tab{
    height:28px;
    margin-bottom:-28px;
    border-top:0px !important;
}
#tabbedContent.tabbed0 .tabsList.tabsListBot .tab0,
#tabbedContent.tabbed1 .tabsList.tabsListBot .tab1,
#tabbedContent.tabbed2 .tabsList.tabsListBot .tab2,
#tabbedContent.tabbed3 .tabsList.tabsListBot .tab3,
#tabbedContent.tabbed4 .tabsList.tabsListBot .tab4,
#tabbedContent.tabbed5 .tabsList.tabsListBot .tab5,
#tabbedContent.tabbed6 .tabsList.tabsListBot .tab6{
    box-shadow:0px 3px 3px rgba(0,0,0,0.3);
}

#tabbedContent .tabsList .tab .statsItems{
    position:absolute;
    top:-3px;
    right:-5px;
    color:#fff;
    background:#777;
    border-radius:2px;
    font-size:9px;
    line-height:12px;
    padding:0 2px;
    font-family:Arial;
}
#tabbedContent .tabsList .tab .statsItems.newItems{
    background:#af772b;
}
/* /tabs */



/* quicktabs */
ul.quicktabs-tabs{
    height:24px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e8f1f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f1f7));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e8f1f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e8f1f7 100%);
}
ul.quicktabs-tabs li {
    display: inline-block;
    height:24px;
    line-height:16px;
    margin:1px 1px 0;
}
ul.quicktabs-tabs li.active{
    border:1px solid #CCCCCC;
    border-bottom:#fff;
    background:#fff;
    margin:0;
}


/* /quicktabs */



/* content */



.mainContentSection{
    padding-top:15px;
    margin-bottom:30px;
}
.mainContentSection h1#page-title{
    color:#333;
    font-size:24px;
    margin:0 15px 15px;
    padding:0;
}
section h2{
    color:#222;
    font-size:18px;
    border-bottom:solid 2px #e2e5ea;
    padding-bottom:10px;
    margin-top:40px;
}
section h2:first-child{
    margin-top:0px;
}
section h3{
    color:#222;
    font-size:16px;
    padding-bottom:7px;
    border-bottom:solid 1px #eef0f5;
    margin-top:32px;
}
section h4{
    color:#222;
    font-size:14px;
    padding-bottom:5px;
    border-bottom:solid 1px #f3f6ff;
    margin-top:25px;
}
section h5{
    color:#444;
    font-size:13px;
    margin-top:20px;
}
section h6{
    color:#444;
    font-size:12px;
    margin-top:20px;
}

section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child,
section h2+h3,
section h3+h4,
section h4+h5,
section h5+h6{
    margin-top:0px;
}

.mainContentSection blockquote,
.mainContentSection .node .content blockquote{
    font-size:110%;
	font-style:italic;
    padding:0 20px;
	margin:10px 0;
	position:relative;
	border:0;
	color:#777;
	line-height:1.4em;
}
.mainContentSection blockquote:before,
.mainContentSection .node .content blockquote:before{
	content:"“";
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:50px;
	line-height:1em;
	color:#ccc;
	font-family:Arial;
}

.mainContentSection ul>li,
.mainContentSection ul ul ul>li,
.mainContentSection ul ul ul ul ul>li{
    list-style-type:disc;
}
.mainContentSection ul ul>li,
.mainContentSection ul ul ul ul>li,
.mainContentSection ul ul ul ul ul ul>li{
    list-style-type:circle;
}

.contentAutoscroll{
    width:100%;
	max-height:80vh;
    overflow:auto;
	border:solid 2px #ccc;
}
.contentAutoscroll table{
	max-width:50000px;
}
.contentAutoscroll td,
.contentAutoscroll th{
	padding:5px 5px;
}

#block-boxes-homepage-intro .panel-heading{
    font-size:18px;
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:0;
}
#block-boxes-homepage-intro .panel-body{
    padding-right:40%;
}


.region-content .mainPicture{
    float:right;
    width:250px;
    max-width:40%;
    background:#fff;
    border:solid 1px #e5e5e5;
    padding:2px;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
    margin:-6px -5px 15px 3%;
    position:relative;
    z-index:5;
}
.region-content .mainPicture figure{
	background:#e5e5e5;
}
.region-content .mainPicture figure .picContainer{
    position:relative;
    border-bottom: 1px solid #F3F3F3;
	text-align:center;
}
.region-content .mainPicture figure .picContainer img{
	width:100%;
}
.region-content .mainPicture figure .picContainer .zoomIcon{
    display:none;
}
.region-content .mainPicture figure .picContainer.zoomable{
    cursor:pointer;
}
.region-content .mainPicture figure .picContainer.zoomable .zoomIcon{
    display:block;
    position:absolute;
    bottom:0px;
    right:0px;
    width:28px;
    height:27px;
    background:url(../images/theme/sprite.png) no-repeat 0px -1350px;
}
.region-content .mainPicture figure figcaption{
    padding-bottom:5px;
    text-align:center;
	background:#fff;
}
.region-content .mainPicture figure figcaption .legend{
    font-size:11px;
    line-height:12px;
    padding:5px 6px 3px;
    color:#555;
    display:inline-block;
    text-align:left;
}
.region-content .mainPicture figure figcaption .copyright{
    font-size:10px;
    line-height:11px;
    padding:3px 6px 0px;
    color:#999;
    display:block;
    text-align:right;
}
.region-content .mainPicture figure figcaption .copyright a{
    color:#999;
}

/* share this */
.region-content .shareThis{
    float:right;
    width:40%;
	min-width:185px;
	max-width:230px;
    clear:right;
    background:#e6f5fd;
    background:#f3faff;
    padding:5px 10px 5px 10px;
    margin:0 -4px 10px 5%;
    box-shadow:0 2px 2px rgba(0,0,0,0.2);
    border:solid 2px #fff;
    border-radius:5px;
    position:relative;
    z-index:5;

    background: #f3faff;
    background: -moz-linear-gradient(top, #e6f5fd 0%, #f3faff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f5fd), color-stop(100%,#f3faff));
    background: -webkit-linear-gradient(top, #e6f5fd 0%,#f3faff 100%);
    background: -o-linear-gradient(top, #e6f5fd 0%,#f3faff 100%);
    background: -ms-linear-gradient(top, #e6f5fd 0%,#f3faff 100%);
    background: linear-gradient(to bottom, #e6f5fd 0%,#f3faff 100%);
}
.region-content .shareThis .title{
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:10px;
    text-align:center;
}
.region-content .shareThis .ec-widget-share-inline span {
    padding: 0 2px 10px 2px;
}
.region-content .shareThis div.share_individual a#share_button_link.share_icon_more.share_individual{
    width:160px;
    font-size:11px;
}
div.share_size_24 a#share_button_link{
    min-height:24px;
}



	/*v2 - expandable*/
	.region-content .shareThis{
		overflow:hidden;
		max-height:32px;
		color:#0065b1;
		box-shadow:0 1px 1px rgba(0,0,0,0.2);
		background: #cbe6f5;
		
		-moz-transition:all 0.5s;
        -webkit-transition:all 0.5s;
        -o-transition:all 0.5s;
        transition:all 0.5s;
	}
	.region-content .shareThis:hover{
		max-height:75px;
		color:inherit;
		box-shadow:0 2px 2px rgba(0,0,0,0.2);
		background: #f3faff;
		margin-top:-15px;
		margin-bottom:-18px;
	}
	.region-content .shareThis div.share_individual a#share_button_link.share_icon_more.share_individual{
		display:none;
	}
	.region-content .shareThis .ec-widget-share-inline{
		text-align:center;
	}
	.region-content .shareThis .ec-widget-share-inline span {
		display:inline-block;
		float:none;
	}

/* /share this */


.region-content .mainTeaser{
    background:#fff6ea;
    color:#333333;
    border:solid 1px #ecdac2;
    padding:5px 8px 8px;
    margin:0px -8px 15px;
}
.region-content .mainContent iframe{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    border:solid 1px #e5e5e5;
}
.region-content .mainContent img,
.region-content .mainContent table img{
    max-width:100%;
    height:auto !important;
}

.node .field-name-body {
    border-bottom: 0;
    margin-bottom:40px;
}

.node .field-type-taxonomy-term-reference{
    background:#f3f3f3 url(../images/theme/bg_dashes.png);
    border:solid 1px #eee;
    font-size:12px;
    float: left;
    width: 100%;
    padding:5px 10px 10px;
    margin:0 0 20px;
    border-radius:3px;
}
.node .field-type-taxonomy-term-reference h3{
    margin:0 10px 0 0;
	border-bottom:0px;
	padding:0;
}
.node .field-type-taxonomy-term-reference .field-label{
    font-size:12px;
    line-height:18px;
}
.node .field-type-taxonomy-term-reference ul.links li {
    padding: 0 1.5em 0 0;
    list-style:none;
}
.node .field-type-taxonomy-term-reference .links{
    float:left;
    width:90%;
}
.node .field-type-taxonomy-term-reference .links a{
    color:#074a8b;
}


#subscriptions-ui-node-form .collapsible,
#subscriptions-ui-node-form--2 .collapsible,
#subscriptions-ui-node-form--3 .collapsible,
#subscriptions-ui-node-form--4 .collapsible{
    padding:5px 10px;
    border:solid 1px #eee;
    border-radius:5px;
    background-color:#e3f5ff;
    margin-top:5px;
    margin-bottom:15px;
    float:left;
    width:100%;
}
#subscribe{
    min-height:35px;
    margin-top:0;
}
#subscriptions-ui-node-form .collapsible legend{
    border:0;
    margin-bottom:10px;
    position: absolute;
    width:auto;
}
#subscriptions-ui-node-form tr.odd .form-item,
#subscriptions-ui-node-form tr.even .form-item {
    white-space:normal;
    line-height:inherit;
}


/* pillars */
.field-name-field-pilar-and-action-image {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    float: right;
    margin: -6px -5px 15px 10px;
    max-width: 40%;
    padding: 2px;
}
.field-name-field-pilar-and-action-image img{
    height: auto;
    max-width: 100%;
}

.view-action-content .item-list>ul{
    margin:0 0 20px;
    padding:0;
}
.view-action-content .item-list>ul>li{
    margin:0;
    padding:0 0 5px 15px;
    list-style:none;
    background:url("../images/theme/sprite.png") no-repeat 0 -591px;
}
.view-action-content .item-list>ul>li a{
    text-decoration:none;
}
.view-action-content .item-list>ul>li a:hover{
    text-decoration:underline;
}
/* /pillars */


/*DAEThumbnailsMenu*/
/*common*/
.DAEThumbnailsMenu{
	clear:both;
	margin:0px !important;
	padding:0px !important;
}
.DAEThumbnailsMenu li{
    float:left;
    width:32%;
    margin:0 1% 10px 0 !important;
    min-width:120px;
    height:105px;
    padding:1px !important;
    border:solid 1px #cdcdcd;
    border-radius:3px;
    position:relative;
    background:#eee !important;
	list-style:none !important;
}
.DAEThumbnailsMenu li .legend{
    position:absolute;
    top:110px;
    width:120%;
    left:-15%;
    display:none;
    border:solid 2px #cdcdcd;
    background:#fff !important;
    border-radius:5px;
    padding:10px;
    font-size:0.9em;
    line-height:1.1em;
    color:#444;
}
.DAEThumbnailsMenu li .legend p{
    padding:0 !important;
}
.DAEThumbnailsMenu li .thumbnailPreview,
.DAEThumbnailsMenu li a{
    float:left;
    width:100%;
    height:105px;
}
.DAEThumbnailsMenu li .thumbnailPreview span,
.DAEThumbnailsMenu li a span{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    background:#fff;
    opacity:0.9;
    text-align:center;
    padding:5px 0;
}
.DAEThumbnailsMenu li:hover .legend{
    display:block;
    z-index:10;
}
.DAEThumbnailsMenu li .legend .arrow{
    position:absolute;
    top:-15px;
    left:49%;
    width:21px;
    height:15px;
    background:url(../images/content/arrow_up_down.png) 0 0 no-repeat;
}
/*/common*/
/*DAEThumbnailsMenu*/


/* div accordion */
div#accordion {
    margin-top: 2em;
}
div#accordion h3 {
    cursor:pointer;
    color:#0065A2;
    clear:left;
}
div#accordion h3:before {
    content: " + ";
    border:solid 1px #ccc;
    border-radius:5px;
    float:left;
    background:#eee;
    font-size:10px;
    color:#333;
    font-weight:bold;
    padding:0px 2px 2px;
    margin:3px 7px 0 0;
}
/* /div accordion */

.meta.submitted{
    color:#999;
    margin-bottom:10px;
}

/* newsroom page */
.field-name-field-newsroom-documents .field-items{
    padding:0 0 15px 25px;
}
.field-name-field-newsroom-documents .field-items .field-item{
    display:list-item;
    list-style:disc;
}
.field-name-field-newsroom-item-contact-text,
.field-name-field-newsroom-item-main-link,
.group-recommended-reading{
    margin-bottom:15px;
}
/* /newsroom page */

/* /content */

/* newsroom */
#layout-body .mainContentSection .region > .block.block-newsroom{
    background:#e6f5fd;
    margin:-7px 3px;
}
#layout-body .mainContentSection .region > .block.block-newsroom .panel-body{
    padding:5px 3px 5px;
}
#layout-body .region.region-content-bottom>.block-newsroom{
    background:#e6f5fd;
    border:solid 3px #fff;
}
.mainContentSection .block-newsroom a{
    text-decoration:none;
}
.block-newsroom .panel-heading{
    display:none;
}
.block-newsroom .newsroom_item_container{
    border:solid 1px #bad6f0;
    border-radius:5px;
    background:#fff;
    float:left;
    width:49%;
    margin-bottom:20px;
    clear:left;
    padding:8px 9px 14px;
    min-height: 220px;
}
.block-newsroom .newsroom_item_container:nth-child(even){
    margin-left:2%;
    clear:none;
}

.block-newsroom .newsroom_item_container h3.newsroom_title,
.block-newsroom .newsroom_item_container h3.newsroom_title a{
    color:#333;
    font-size:13px;
    font-weight:bold;
    margin-top:0;
    padding:0;
}
.block-newsroom .newsroom_item_container h3.newsroom_title{
    border-bottom:solid 2px #e2e5ea;
    padding-bottom:10px;
    margin-bottom:10px;
}
.block-newsroom .newsroom_item_container .view-content .views-row{
    font-size:12px;
    margin:0 0 12px;
    padding-left:15px;
    line-height:16px;
    background:url(../images/theme/sprite.png) no-repeat 0px -593px;
}
.block-newsroom .newsroom_item_container .view-content .views-row .newsroom_item_metadata{
    color:#777777;
    font-size:11px;
    line-height:14px;
}
.block-newsroom .newsroom_item_container .view-content .views-row .newsroom_type{
    font-size:11px;
    font-style:italic;
    color:#333;
}
.block-newsroom .newsroom_item_container .newsroom_more{
    padding:5px 0 5px;
    font-size:12px;
    color:#074a8b;
    text-decoration:underline;
}
.block-newsroom .newsroom_item_container .newsroom_more a{
    color:#074a8b;
    text-decoration:underline;
}
.block-newsroom .newsroom_item_container .newsroom_more a em{
    font-style:normal;
}

.block-newsroom .newsroom_item_container:nth-child(1),/*just for test --- to remove*/
.block-newsroom .newsroom_item_container:nth-child(2),/*just for test --- to remove*/
.block-newsroom .newsroom_item_container.highlighted{
    box-shadow:0px 2px 3px rgba(0,0,0,0.3);
    border-width:3px;
    padding:6px 7px 12px;
}

.block-newsroom .newsroom_item_container .view-content .views-row.newItem .newsroom_title,
.block-newsroom .newsroom_item_container .view-content .views-row.newItem .newsroom_title a{
    color:#a3620a;
}

.block-newsroom .newsroom_item_container .view-content .views-row.newItem {
    background-position:0 -392px;
}

.newsroom_rss{
    text-align:right;
    padding:0;
    margin:0 0 10px;
}
.newsroom_rss a.feed-icon{
    margin:0 7px 0 0;
    padding:0;
}


/* /newsroom */

/* table of content*/
.tableOfContent{
    padding:10px 10px 10px;
}
.tableOfContent>h3{
    font-size:16px;
    padding:0 0 10px;
    margin:0 0 10px;
    border-bottom:solid 2px #b9cdd7;
}
.tableOfContent>ul{
    padding:0 0 15px;
    border-bottom:solid 2px #b9cdd7;
}
.mainContentSection .tableOfContent li,
.tableOfContent li{
    list-style:none;
    background:url(../images/theme/sprite.png) no-repeat 0 -791px;
    padding:0 0 0 16px;

}
.tableOfContent li a{
    text-decoration:none;
    color:#0065b1;
}
.tableOfContent li a:hover{
    text-decoration:underline;
}
/* /table of content*/

/* discussions */
.discussions_container{
    background:#e6f5fd;
    padding:2px;
    margin:-7px 3px -4px;
    font-size:12px;
}
.discussions_container>h2{
    display:none;
}
.discussions_container .discussions_group{
    border:solid 1px #bad6f0;
    background:#fff;
    margin-bottom:15px;
    border-radius:5px;
    padding:10px;
}
.discussions_container .discussions_group h3{
    padding:10px 0 19px 0;
    margin:0 0 10px;
    border-bottom:solid 2px #e2e5ea;
    font-weight:bold;
    font-size:13px;
}
.discussions_container .discussions_group h3 a{
    color:#333;
    text-decoration:none;
}
.discussions_container .discussions_group .discussion_teaser{
	margin:0 0 10px;
    padding: 0;
	max-height:2.95em;
	overflow:hidden;
	position:relative;
}
.discussions_container .discussions_group .discussion_teaser:after{
	content:"...";
	position:absolute;
	right:0px;
	top:1.5em;
	background:#fff;
	padding-left:2px;
}
.discussions_container .discussion_item{
    border-bottom:solid 1px #e2e5ea;
    margin:0 0 10px 15px;
    padding: 0 0 15px;
    line-height:16px;
}
.discussions_container .discussions_group .discussion_teaser+.discussion_item{
	border-top:solid 1px #e2e5ea;
	padding-top:10px;
}
.discussions_container .discussion_item .discussion_title{
    float:left;
    width:64%;
    margin:0 3% 0 -15px;
    padding:0 0 0 15px;
    background:url(../images/theme/sprite.png) no-repeat 0px -592px;
}
.discussions_container .discussion_item.newItem .discussion_title{
    background-position:0px -392px;
}
.discussions_container .discussion_item .discussion_title a{
    text-decoration:none;
    color:#0065A2;
}
.discussions_container .discussion_item .discussion_title a:hover{
    text-decoration:underline;
}
.discussions_container .discussion_item.newItem .discussion_title a{
    color: #A3620A;
}
.discussions_container .discussion_item .discussion_title .itemFlag{
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    font-size:8px;
    font-family:Arial;
    padding:1px 3px;
    border-radius:2px;
    margin-top:2px;
    vertical-align:top;
    line-height:10px;
}
.discussions_container .discussion_item .discussion_title .itemFlag.flagHot{
    background-color:#9e0039;
}
.discussions_container .discussion_item .discussion_title .itemFlag.flagEditorChoice{
    background-color:#406618;
}
.discussions_container .discussion_item .discussion_title .itemFlag.flagPopular{
    background-color:#72008f;
}
.discussions_container .discussion_item .discussion_techInfo{
    float:left;
    width:35%;
    font-size:11px;
    color:#777;
}
.discussions_container .discussion_item .discussion_techInfo .discussion_created_date{

}
.discussions_container .discussion_item .discussion_techInfo .discussion_created_user{

}
.discussions_container .discussion_item .discussion_techInfo .discussion_created_user a{
    color:#074a8b;
    text-decoration:underline;
}
.discussions_container .discussion_item .discussion_techInfo .discussion_comments{
    color:#555;

}
.discussions_container .discussion_item .discussion_techInfo .discussion_comments .itemsCount{
    color:#000;
}
.discussions_container .discussion_item .discussion_techInfo .discussion_comments .newItemsCount{
    color:#a3620a;
    font-size:10px;
}

.discussions_container .discussion_moreLink{
    padding:5px 0 10px 5px;
}
.discussions_container .discussion_moreLink a{
    color:#074a8b;
}

/* /discussions */

/* blogs */
.view-blog-home .view-content ul,
.view-blog-home .view-content blog-home-container{
	margin:0!important;
    padding:0!important;
	float:left;
	width:100%;
}
.view-blog-home .view-content ul li,
.view-blog-home .view-content .blog_post_item{
    list-style:none !important;
    border-bottom:solid 1px #e2e5ea !important;
    margin:0 0 30px 0 !important;
    padding: 0 0 10px !important;
    line-height:16px !important;
    color:#555 !important;
    float:left;
    width:100%;
}
.view-blog-home .view-content li h3 a,
.view-blog-home .view-content h3 a{
	text-decoration:none;
}
.view-blog-home .view-content li h3 a:hover,
.view-blog-home .view-content h3 a:hover{
	text-decoration:underline;
}
.view-blog-home .view-content li .views-field-picture,
.view-blog-home .view-content .authorPicture {
    float:right;
    margin:0 0 5px 10px;
    padding:2px;
    border:solid 1px #eee;
    background:#fff;
    text-align:center;
    width:95px;
}
.view-blog-home .view-content li .views-field-picture img,
.view-blog-home .view-content .authorPicture img{
    width:100%;
    height:auto;
}
.view-blog-home .view-content li .views-field-name,
.view-blog-home .view-content .authorName{
    float:right;
    margin:-6px 0 5px 10px;
    padding:2px;
    border:solid 1px #eee;
    background:#fff;
    text-align:center;
    width:95px;
    text-align:center;
    font-size:10px;
    line-height:14px;
    clear:right;
}
.view-blog-home .view-content li .views-field-name a,
.view-blog-home .view-content .authorName a{
    text-decoration:none;
}
.view-blog-home .view-content li .views-field-name strong,
.view-blog-home .view-content .authorName strong{
    font-weight:normal;
}
.view-blog-home .view-content li .posted-comment,
.view-blog-home .view-content .posted-comment{
    font-size:85%;
    color:#777;
    margin-bottom:5px;
}


.blog_posts_container{
    padding:2px;
    margin:-7px 3px -4px;
    font-size:12px;
}
.blog_posts_container h2{
    display:none;
}
.blog_posts_container .blog_post_items{
    padding:10px;
    font-size:12px;
}
.blog_posts_container .blog_post_items .blog_post_item{
    border-bottom:solid 1px #e2e5ea;
    margin:0 0 10px 15px;
    padding: 0 0 15px;
    line-height:16px;
    color:#555;
}
.blog_posts_container .blog_post_items .blog_post_item .blog_author {
    float:right;
    margin:0 0 5px 10px;
    padding:2px;
    border:solid 1px #eee;
    background:#fff;
    text-align:center;
    max-width:25%;
}
.blog_posts_container .blog_post_items .blog_post_item .blog_author .authorPicture img{
    width:100%;
    max-width:80px;
}
.blog_posts_container .blog_post_items .blog_post_item .blog_author .authorName{
    margin:2px 3px;
    font-size:10px;
    line-height:14px;
}
.blog_posts_container .blog_post_items .blog_post_item .blog_author .authorName .authorFirstName,
.blog_posts_container .blog_post_items .blog_post_item .blog_author .authorName .authorLastName{
    display:block;
    font-style:italic;
}


.blog_posts_container .blog_post_items .blog_post_item .blog_title a{
    margin:0 3% 0 -15px;
    padding:0 0 5px 15px;
    background:url(../images/theme/sprite.png) no-repeat 0px -594px;
    text-decoration:none;
    color:#0065A2;
    display:block;
}
.blog_posts_container .blog_post_items .blog_post_item .blog_title a:hover{
    text-decoration:underline;
}
.blog_posts_container .blog_post_items .blog_post_item .blog_teaser{
    font-size:11px;
    line-height:14px;
}
/* /blogs */


/* blogs sidebarRight */
#sidebarRight .view-join-in-latest-posts .item-list ul{
    margin:0;
}
#sidebarRight .view-join-in-latest-posts .item-list li{
    /*used on homepage*/
    list-style:none;
    background:url(../images/theme/sprite.png) no-repeat 0px -594px;
    padding:0 0 10px 15px;
    margin:0 0 5px;
    min-height:55px;
    border-bottom:solid 1px #eee;
    line-height:14px;
}
#sidebarRight .view-join-in-latest-posts .item-list li .views-field-picture a{
    float:right;
    border:solid 1px #ccc;
    margin-left:10px;
}
/* /blogs */


/* homepage slideshow */
.front #block-views-home-block-1{
    margin:-13px 2px -10px 2px;
    overflow:hidden;
    width:100%;
    height:256px;
    position:relative;
    border-radius:5px;
}
.front #block-views-home-block-1 .attachment-after{
    position:absolute;
    top:0px;
    left:0px;
    height:256px;
    width:45%;
    border-radius:3px 0 0 3px;
    border-right:solid 2px #fff;

    background: #e3f5ff;
    background: -moz-linear-gradient(left, #cbe7fc 0%, #e3f5ff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cbe7fc), color-stop(100%,#e3f5ff));
    background: -webkit-linear-gradient(left, #cbe7fc 0%,#e3f5ff 100%);
    background: -o-linear-gradient(left, #cbe7fc 0%,#e3f5ff 100%);
    background: -ms-linear-gradient(left, #cbe7fc 0%,#e3f5ff 100%);
    background: linear-gradient(to right, #cbe7fc 0%,#e3f5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe7fc', endColorstr='#e3f5ff',GradientType=1 );
}
.front #block-views-home-block-1 .attachment-after .custom-controls{
    margin:0;
    padding:0;
}
.front #block-views-home-block-1 .attachment-after .custom-controls li{
    margin:0;
    list-style:none;
    display:block;
    width:100%;
    position:relative;
    border-bottom:solid 2px #fff;
}
.front #block-views-home-block-1 .attachment-after .custom-controls li a{
    margin:0 auto;
    width:100%;
    height:62px;
    display:table;
    text-decoration:none;
    color:#0065b1;
    font-size:13px;
    line-height:14px;
}
.front #block-views-home-block-1 .attachment-after .custom-controls li a h2{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:100%;
    padding:0 15px 5px;
    margin:0;
    color:#0065b1;
    font-size:13px;
    border-bottom:0;
}
.front #block-views-home-block-1 .attachment-after .custom-controls li.flex-active{
    background:#fff;
    box-shadow:0 2px 2px rgba(0,0,0,0.1);
}
.front #block-views-home-block-1 .attachment-after .custom-controls li.flex-active:after{
    background:url(../images/theme/sprite.png) no-repeat 0px -1408px;
    content:" ";
    width:14px;
    height:31px;
    display:block;
    float:left;
    position:absolute;
    right:-14px;
    top:20px;
}
.front #block-views-home-block-1 .view-content .slide-wrapper{
    position:relative;
    margin:-5px -11px 0 44%;
    overflow:hidden;
    height:254px;
    border-radius:0 3px 3px 0;
}
.front #block-views-home-block-1 .view-content .slide-wrapper .slides{
    position:relative;
    margin:0;
    padding:0;
    height:254px;
}
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .slide-item{
    height:254px;
}

.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-illustrative-image,
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-newsroom-item-image,
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-image-field{
    position:absolute;
    top:0px;
    left:50%;
}
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-illustrative-image .field-content,
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-newsroom-item-image .field-content,
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-image-field .field-content{
    position:relative;
    left:-50%;
}
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-illustrative-image .field-content img,
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-newsroom-item-image .field-content img,
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-image-field .field-content img{
    height:254px;
    width:auto;
}
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-shared-teaser{
    position:absolute;
    bottom:0px;
    right:0px;
    width:100%;
    background:rgba(230,245,255,0.90);
    border-top:solid 2px #fff;
    padding:5px 15px 10px;
}
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-shared-teaser a{
    color:#333;
    text-decoration:none;
}
.front #block-views-home-block-1 .view-content .slide-wrapper .slides .views-field-field-shared-teaser p{
    margin:0;
    padding:0;
}

/* /homepage slideshow */




/* social box */
#block-boxes-social-media-box h2{
    display: none;
}

.block-social-network-links .socialLinks4 {
	margin-top:-7px;
	border-top:2px solid #e2e5ea;
}
.block-social-network-links .socialLinks4  .list-group-item{
	border:0;
}

.socialLinks4{
    display:block;
    padding:10px 0 3px;
    margin:0;
    background:#e6f5fd;
}
.socialLinks4 li{
    float:left;
    text-align:center;
    width:25%;
    min-width:54px;
    margin-bottom:5px;
    list-style:none;
}
.socialLinks4 li a{
    display:inline-block;
    width:48px;
    height:48px;
    overflow:hidden;
    text-indent:-5000px;
    background:no-repeat 0 0;
}
.socialLinks4 li a.facebookLink{background-image:url(../images/social/facebook_4inarow.png);}
.socialLinks4 li a.linkedinLink{background-image:url(../images/social/linkedin_4inarow.png);}
.socialLinks4 li a.youtubeLink{background-image:url(../images/social/youtube_4inarow.png);}
.socialLinks4 li a.pinterestLink{background-image:url(../images/social/pinterest_4inarow.png);}
.socialLinks4 li a.twitterLink{background-image:url(../images/social/twitter_4inarow.png);}



.block-social-network-links .socialLinks{
	margin-top:-7px;
	border-top:2px solid #e2e5ea;
}
.block-social-network-links .socialLinks  .list-group-item{
	border:0;
}

.socialLinks{
    display:block;
    padding:10px 0 3px;
    margin:0;
    background:#e6f5fd;
}
.socialLinks li{
    float:left;
    text-align:center;
    width:20%;
    min-width:42px;
    margin-bottom:5px;
    list-style:none;
}
.socialLinks li a{
    display:inline-block;
    width:38px;
    height:38px;
    overflow:hidden;
    text-indent:-5000px;
    background:no-repeat 0 0;
}
.socialLinks li a.facebookLink{background-image:url(../images/social/facebook_5inarow.png);}
.socialLinks li a.linkedinLink{background-image:url(../images/social/linkedin_5inarow.png);}
.socialLinks li a.youtubeLink{background-image:url(../images/social/youtube_5inarow.png);}
.socialLinks li a.pinterestLink{background-image:url(../images/social/pinterest_5inarow.png);}
.socialLinks li a.twitterLink{background-image:url(../images/social/twitter_5inarow.png);}


#block-boxes-social-media-box ul.quicktabs-tabs{
    background:#e6f5fd;
}

/* social box */


/* promoted links */

.promotedLinks,
.not-front .slide-wrapper{

}
.promotedLinks ul,
.not-front .slide-wrapper ul{
    margin:0;
    padding:0;
}
.promotedLinks ul li,
.not-front .slide-wrapper ul li{
    margin:0 -5px 5px;
    padding:0 15px 15px;
    list-style:none;
    border-top:solid 3px #ced9e4;
    background:#eff5fa;
}
.promotedLinks ul li span.listVisual{
    float:right;
    margin:10px 0px 10px 10px;
    border:solid 1px #e5e5e5;
    padding:3px;
    background:#fff;
    width:30%;
}
.promotedLinks ul li span.listVisual img{
    width:100%;
    height:auto;
    float:left;
}
.promotedLinks ul li h2,
.promotedLinks ul li h2 a{
    color:#0065b1;
    text-decoration:none;
    display:block;
    margin:0;
    padding:0;
    border:0;
}
.promotedLinks ul li h2{
    padding:8px 0 8px;
    font-size:16px;
}
.promotedLinks ul li span.teaser,
.promotedLinks ul li span.teaser a{
    color:#333;
    text-decoration:none;
    display:block;
}
.promotedLinks ul li span.teaser{
    padding-right:34%;
    padding-bottom:8px;
    font-size:12px;
}
a.moreLink,
.promotedLinks ul li a.moreLink{
    color:#074a8b;
    font-size:12px;
    text-decoration:underline;
    display:block;
    padding-right:22%;
}

/* /promoted links */


.btn.btn-info,
.btn.btn-default{
    border:solid 1px #b9cdd7;
    border-radius:30px;
    box-shadow:0px 2px 3px rgba(0,0,0,0.09);
    color:#0065b1 !important;
    font-size:14px !important;
    text-decoration:none !important;

    padding:6px 12px 8px;

    background: #ecf3f9;
    background: -moz-linear-gradient(top, #dae8f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae8f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #dae8f5 0%,#ffffff 100%);
}
.btn.btn-info:hover,
.btn.btn-default:hover{
    color:#074a8a !important;
}

.btn-mini{
    font-size:11px;
    display:inline-block;
    margin:0 10px;
}



/* users */
.userProfile{
    margin:0 auto;
    max-width:600px;
    padding-bottom:20px;
}

.userProfile .userSideInfo{
    float:right;
    max-width:30%;
    border:solid 1px #eee;
    padding:2px;
    margin:-10px 0 10px 15px;
    background:#fff;
    text-align:center;
    box-shadow:0px 1px 2px rgba(0,0,0,0.09);
}
.userProfile .userSideInfo .userPicture img{
    max-width:100%;
    height:auto;
    border-bottom:solid 1px #eee;
    margin-bottom:2px;
}
.userProfile .userPicture:last-child img{
    border:0;
    margin-bottom:0;
}
.userProfile .userContactBtn .btn{
    margin:10px 0;
    max-width:90%;
    white-space:normal;
    border:solid 1px #b9cdd7;
    border-radius:20px;
    box-shadow:0px 2px 3px rgba(0,0,0,0.09);
    color:#0065b1 !important;
    font-size:100% !important;
    text-decoration:none !important;

    padding:6px 12px 8px;

    background: #ecf3f9;
    background: -moz-linear-gradient(top, #dae8f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae8f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #dae8f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #dae8f5 0%,#ffffff 100%);
}

.userProfile .userDetails h3{
    border:0;
}
.userProfile .userDetails dl,
.userProfile .userDetails .field{
    margin-bottom:10px;
    padding-top:10px;
    border-top:solid 1px #f3f3f3;
}
.userProfile .userDetails .field.clearfix:after,
.userProfile .userDetails .field.clearfix:before{
    display:none;
}

.userProfile .userDetails dl dt,
.userProfile .userDetails .field .field-label{
    float:none;
    display:inline-block;
    min-width:22%;
    vertical-align:top;
    padding-bottom:5px;
}
.userProfile .userDetails dl dd,
.userProfile .userDetails .field .field-items,
.userProfile .userDetails .field .links{
    float:none;
    display:inline-block;
    padding-left:5%;
    margin:0;
}

.userProfile .userDetails .field .links li{
    padding:0;
}
.userProfile .userDetails .field h3.field-label{
    display:inline-block;
    vertical-align:top;
    padding-bottom:5px;
    margin:0;
    font-size:inherit;
    color:#555;
}

.view-tab-user-comments .item-list>h3{
	padding:5px 0 7px 35px;
	background:url(../images/communities/medium_icon.png) no-repeat 0 0;
	border-bottom-width:2px;
	margin-top:15px;
}
.view-tab-user-comments .item-list>ul{
	margin:0 0 0 20px;
	padding:0;
}
.view-tab-user-comments .item-list>ul>li.views-row{
	list-style:none;
	border-bottom:solid 1px #ddd;
	padding:0 0 10px;
	margin:0;
}
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject{
	font-size:110%;
	padding: 0 0 7px;
	margin:13px 0 2px;
	border-bottom:solid 1px #eef0f5;
}
.view-tab-user-comments .item-list>ul>li.views-row-first .views-field-subject{
	margin-top:0px;
}
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject a{
	text-decoration:none;
}
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject a:hover{
	text-decoration:underline;
}
.view-tab-user-comments .item-list>ul>li.views-row .views-field-subject a .itemDate{
	font-size:80%;
	color:#777;
}
.view-tab-user-comments .item-list>ul>li.views-row .views-field-title{
	padding:4px 0 0 16px;
}


/* /users */


/* country pages */
.country-page .tabbed0 .tabbedTab0{
	background:#e6f5fd;
	margin:-7px 3px;
	padding:7px 12px;
}
.country-page #block-system-main{
    margin:0 -12px 15px!important;
	clear:both;
    background:#fff !important;
}

#block-connect-country-scoreboard,
#block-connect-country-champion,
#block-connect-country-going{
    float:left !important;
    width:49% !important;
    margin:0 0.5% 15px !important;

    border:solid 1px #bad6f0 !important;
    background:#fff !important;
    border-radius:5px !important;
}
#block-connect-country-scoreboard .mainTeaser,
#block-connect-country-champion .mainTeaser,
#block-connect-country-going .mainTeaser{
	margin:0;
	padding:0;
	background:transparent;
	border:0;
	color:inherit;
}
#block-connect-country-scoreboard .node .field-name-body,
#block-connect-country-champion .node .field-name-body,
#block-connect-country-going .node .field-name-body{
	margin-bottom:0;
}

#block-connect-country-scoreboard .node-teaser .content,
#block-connect-country-champion .node-teaser .content,
#block-connect-country-going .node-teaser .content,
#block-connect-country-whatwedo .node-teaser .content{
	line-height: 18px;
}
#block-connect-country-whatwedo h2{
	font-size:110%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #eef0f5;
}
#block-connect-country-whatwedo h2 a{
	text-decoration:none;
}
#block-connect-country-whatwedo h2 a:hover{
	text-decoration:underline;
}
#block-connect-country-whatwedo .mainContent{
	margin-bottom:5px;
	padding-left:3%;
}
#block-connect-country-whatwedo .node-teaser{
	margin-bottom:15px;
	padding-left:2%;
	border-bottom:solid 1px #ddd;
}
#block-connect-country-whatwedo .link-wrapper a {
    background: url("../images/theme/sprite.png") no-repeat scroll -5px -593px rgba(0, 0, 0, 0);
    padding-left: 10px;
    text-decoration: underline;
	font-size: 85%;
}

#block-connect-country-champion .digital_champion_name h2{
	font-size:110%;
	border-bottom-width:1px;
	clear:none;
}

#block-connect-country-going{
}



.page-country .node-teaser{
    border-bottom:solid 1px #e2e5ea;
    padding-bottom:15px;
    margin-bottom:15px;
}
.page-country .node-teaser h2,
.page-country .node-teaser h2 a,
.page-country .node-teaser h3,
.page-country .node-teaser h3 a{
    text-decoration:none;
    padding:0;
    margin:0;
    font-size:14px;
    border:0;
}
.page-country .node-teaser h2,
.page-country .node-teaser h3{
    margin-bottom:5px;
}
.page-country .node-teaser .field-name-field-shared-teaser{
    font-size:12px;
    padding:5px 0 0 10px;
    line-height:16px;
}
.page-country .node-teaser .field-name-field-shared-teaser p{
    margin:0 0 5px;
    padding:0;
}
.page-country .node-teaser .link-wrapper.right{
    width:auto;
    max-width:100%;
    font-size:11px;
    padding:0;
}
.page-country .node-teaser .link-wrapper.right a{
    padding-left:8px;
    background:url(../images/theme/sprite.png) no-repeat -5px -593px;
}
.page-country .node-teaser .link-wrapper.right li{
    padding: 0 0 0 10px;
}

.page-country .node-teaser .link-wrapper.right li.nodequeue-ajax-toggle{
    display:block;
}
.page-country .node-teaser .link-wrapper.right li.nodequeue-ajax-toggle a{
    color:#777;
}

/* fix */
#block-connect-country-scoreboard .meta,
#block-connect-country-champion .meta,
#block-connect-country-going .meta,
#block-connect-country-scoreboard h3,
#block-connect-country-champion h3,
#block-connect-country-going h3{
    display:none;
}
/* /fix */


/* /country pages */





/* CTA's */
#layout-body .block.callToAction{
    border:0;
    padding:0;
    margin:0 0 20px;
    background:transparent;
    border-radius:20px;
}
#layout-body .block.callToAction .boxes-box-controls ul{
    margin:0;
}

.joinFollowDAE_CTA{ /*homepage CTA*/

}

.joinFollowDAE_CTA a,
.joinFollowDAE_CTA a.list-group-item:first-child{
    background:#0065a2 url(../images/CTAs/follow-discuss.jpg) no-repeat 50% -3px;
    height:85px;
    overflow:hidden;
    font-weight:bold;
    color:#074a8b;
    line-height:15px;
    border-radius:18px;
    border:solid 2px #fff;
    padding:0;
    display:block;
}
.joinFollowDAE_CTA a span{
    display:inline;
}
.joinFollowDAE_CTA a .small{
    font-size:12px;
    font-weight:normal;
}
.joinFollowDAE_CTA a span.line1{
    color:#fff;
    padding-top:15px;
    font-size:16px;
}
.joinFollowDAE_CTA a:hover span.line1{
    text-decoration:underline;
}
.joinFollowDAE_CTA a span.line2{
    padding-top:5px;
    font-size:15px;
}
.joinFollowDAE_CTA a span.line1,
.joinFollowDAE_CTA a span.line2,
.joinFollowDAE_CTA a span.line2 .small{
    display:block;
    text-align:center;
}

.CTAjoinAGroup{
    background:#cbe1ef url(../images/CTAs/join_com_group_cbe1ef.png) no-repeat 12% 0;
    float:left;
    width:100%;
    border-radius:18px;
    border: 3px solid #FFF;
}
.CTAjoinAGroup a,
.CTAjoinAGroup a.list-group-item{
    padding:10px 10px 10px 30%;
    min-height:80px;
    display:block;
    background:transparent;
    border:0;
    margin:0;
    border-radius:0;
}
.CTAjoinAGroup .textPart1,
.CTAjoinAGroup .textPart2{
    color:0065b1;
    font-size:20px;
}
.CTAjoinAGroup .textPart1{
    font-weight:bold;
}
.CTAjoinAGroup .textPart3{
    color:#333;
    font-size:12px;
    display:block;
    line-height: 14px;
}


.CTAnewsletter{
    background:#cbe1ef url(../images/CTAs/newsletter_cbe1ef.png) no-repeat 11% 0;
    padding:2px 10px 5px 28%;
    min-height:90px;
    float:left;
    width:100%;
    border-radius:18px;
}
.CTAnewsletter .title{
    font-size:14px;
    margin-bottom:5px;
}
.CTAnewsletter .inputMail{
    margin-bottom:5px;
}
.CTAnewsletter .inputMail input{
    width:100%;
    min-width:50px;
}
.CTAnewsletter .inputSubscribe{
    float:left;
}
.CTAnewsletter .inputSubscribe input{
    border-radius:50px;
    border:solid 1px #b9cdd7;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    padding: 1px 8px 3px;
    color:#0065b1;
    font-size:12px;

    background: #ededed;
    background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}
.CTAnewsletter .linkPreviousIssues{
    float:right;
}
.CTAnewsletter .linkPreviousIssues a,
.CTAnewsletter .linkPreviousIssues a.list-group-item{
    background:transparent;
    border:0;
    margin:0;
    border-radius:0;
    display:inline;
    font-size:11px;
    color:#074a8b;
    text-decoration:underline;
    padding:0;
}



/* /CTA's */


/* form confirmation */
form.confirmation .form-submit{
    display:inline-block;
    border-radius:50px;
    border:solid 1px #b9cdd7;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    padding: 5px 15px 8px 15px;
    margin-right:15px !important;
    color: #0065A2;

    text-decoration:none;

    background: #dae8f5;
    background: -moz-linear-gradient(top,  #dae8f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae8f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #dae8f5 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #dae8f5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #dae8f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #dae8f5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae8f5', endColorstr='#ffffff',GradientType=0 );
}
form.confirmation .form-submit:hover,
form.confirmation .form-submit:focus{
    background: #dbf4fc;
    background: -moz-linear-gradient(top,  #dbf4fc 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbf4fc), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #dbf4fc 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #dbf4fc 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #dbf4fc 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #dbf4fc 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf4fc', endColorstr='#ffffff',GradientType=0 );

    box-shadow:0px 1px 2px rgba(0,0,0,0.2);
}
form.confirmation .form-actions{
    margin-top:10px !important;
    margin-bottom:20px !important;
}
/* /form confirmation */


/* dateItemFormat */
.dateItemFormat{
    float:left;
    width:14%;
    min-width:30px;
    margin-right:3%
}
.dateItemFormat span{
    display:block;
    text-align:center;
}
.dateItemFormat .dateItemFormat_day{
    color:#362f2d;
    font-size:18px;
}
.dateItemFormat .dateItemFormat_month{
    color:#362f2d;
    font-size:10px;
    text-transform:uppercase;
    line-height:11px;
}
.dateItemFormat .dateItemFormat_year{
    color:#777;
    font-size:10px;
    line-height:11px;
    font-family:Arial;
}
/* /dateItemFormat */



/* rate widget */
.rate-widget.rate-widget-thumbs_up{
    float:right;
    clear:both;
    width: 120px;
    height:30px;
    margin-bottom: 30px;
    padding: 5px;
    position:relative;
    border: 1px solid #CDCDCD;
    border-radius:5px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -ms-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(top,#fff,#f2f2f2);
}
.rate-widget .rate-button.rate-thumbs-up-btn-up{
    background: url(../images/communities/com_sprite.png) no-repeat -8px -319px;
    height:18px;
    width:120px;
    padding: 0 0 0 20px;
}
.rate-widget.rate-widget-thumbs_up .rate-description {
    left: 28px;
    position: absolute;
    top: 5px;
}
.rate-widget.rate-widget-thumbs_up .rate-info {
    left: 0px;
    position: absolute;
    top: 30px;
    line-height:12px;
}
.rate-thumbs-up-btn-up {
    text-indent: 0px;
}

/* /rate widget */


/* TOC */
#toc-wrapper{
    padding:3px 12px;
    border-top:1px solid #e1ecf3;
    border-bottom:2px solid #e1ecf3;
    border-radius:0px;
    min-width:61%;
    margin:5px -12px 15px;
    background:#f2f6f9 url(../images/theme/bg_dashes.png);
    font-style: italic;
}
#toc-wrapper>h3{
    margin:0px;
    padding:5px 0px 0px;
    color:#6a6a6a;
    border-bottom:0px;
}
#toc-wrapper #toc{
    margin:0;
    padding:5px 0 5px 0;
    box-shadow: 0 0 0;
    background:transparent;
    border:0 transparent;
    border-radius:0;
}
#toc-wrapper #toc ul{
    margin:0;
    padding:5px 0 0 0;
}
#toc-wrapper #toc li{
    list-style:none;
    padding:0 0px 3px 13px;
    background:url("../images/theme/sprite.png") no-repeat -2px -592px;
    border-top:1px dashed #e1ecf3;
}
#toc-wrapper #toc li a{
    text-decoration:none;
    color:#0086ba;
}
#toc-wrapper #toc li a:hover{
    text-decoration:underline;
}
/* /TOC */


/* comments */
.comment-wrapper{

}
.comment-wrapper .indented{
    margin-left:0px;
    padding-left:3%;
    border-left: 3px solid #ddd;
}
.comment-wrapper .comment .attribution{
    float:left;
    width:90px;
    margin-top:20px;
}
.comment-wrapper .comment .attribution .user-picture{
    float:left;
    border:solid #ddd 1px;
    padding:2px;
}
.comment-wrapper .comment .attribution .user-picture img{
    width:80px;
}
.comment-wrapper .comment .comment-text{
    margin-left:100px;
    padding:10px 10px 0;
    border:solid #ccc 1px;
    margin-top:20px;
    border-radius:0px 5px 5px 5px;
    position:relative;
}
.comment-wrapper .comment .comment-text h3 a{
	text-decoration:none;
}
.comment-wrapper .comment .comment-text .links.inline{
	display:block;
}
.comment-wrapper .comment .comment-text .comment-arrow{
    position:absolute;
    top:-6px;
    left:-7px;
    background:url("../images/theme/reply_quote.png") no-repeat 0px 0px;
    width:25px;
    height:23px;
}
.comment-wrapper .comment .comment-text h3{
    margin-top:0;
}
.comment-wrapper .comment .comment-text .label-info{
	position:absolute;
	top:-5px;
	left:18px;
	background:#a3610a;
}
/* /comments */


/* highlights block */
.newsroom_highlights{
    padding:0 10px 5px;
}
.newsroom_highlights .item{
    background: url("../images/theme/sprite.png") no-repeat scroll 0 -592px rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 12px;
    padding-left: 15px;
}
.newsroom_highlights .item .title{

}
.newsroom_highlights .item .date,
.newsroom_highlights .item .speaker{
    color: #777777;
    font-size: 11px;
    line-height: 14px;
}
/* /highlights block */


/* Our Actions bloc */
#our-actions .view-content ul,
#our-actions .view-content ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#our-actions .view-content ul li{
    position:relative;
    float:left;
    width:49%;
    padding:5px 0 0 20px;
    margin-bottom:10px;
    border-top:solid 1px #eee;
}
#our-actions .view-content ul li:nth-child(odd){
    margin-right:2%;
    clear:left;
}
#our-actions .view-content ul li a{
    text-decoration:none;
}

#our-actions .view-footer{
    float:right;
    width:40%;
    padding:7px 10px 10px;
    margin:10px;
    color:#555;
    background:#eee;
    border:solid 1px #ccc;
}
#our-actions .view-footer .views-field-field-actions-status{
    position:relative;
    padding:0 0 0 20px;
}

#our-actions .Completed,
#our-actions .On-track,
#our-actions .At-risk-of-delay,
#our-actions .Delayed{
    width:15px;
    height: 18px;
    background:no-repeat 50% 50%;
    display:inline-block;
    overflow:hidden;
    text-indent:-5000px;
    position:absolute;
    top:7px;
    left:0px;
}
#our-actions .Completed{background-image:url(../images/content/target_tick.png);}
#our-actions .On-track{	background-image:url(../images/content/target_green.png);}
#our-actions .At-risk-of-delay{	background-image:url(../images/content/target_yellow.png);}
#our-actions .Delayed{background-image:url(../images/content/target_red.png);}

.tabbedTab>#our-actions{
	padding:5px 12px 10px;
}
#our-actions .view-footer .Completed,
#our-actions .view-footer .On-track,
#our-actions .view-footer .At-risk-of-delay,
#our-actions .view-footer .Delayed{
    top:1px;
}

.view-action-progress-report .view-content{
    padding:0 10px 10px;
}
.view-action-progress-report .view-content .views-label-field-actions-status{
    display:none;
}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content{
    margin:3px 0 3px;
    padding:0 0 0 20px;
}
.view-action-progress-report .view-content .views-field-field-actions-contact{
    margin-top:10px;
}
.view-action-progress-report .view-content .views-field-field-actions-contact a{
    text-decoration:underline;
}

.view-action-progress-report .view-content .views-field-field-actions-status .field-content.On-track 			{background: url("../images/content/target_green.png") no-repeat 5px 7px;}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content.Delayed 			{background: url("../images/content/target_red.png") no-repeat 5px 7px;}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content.At-risk-of-delay 	{background: url("../images/content/target_yellow.png") no-repeat 5px 7px;}
.view-action-progress-report .view-content .views-field-field-actions-status .field-content.Completed 		{background: url("../images/content/target_tick.png") no-repeat 5px 3px;}

/* /Our Actions bloc */


/* views-field-field-shared-chapter */
.panel .panel-body .views-field-field-shared-chapter ul.list-group{
    margin:0 10px 10px;
}
.panel .panel-body .views-field-field-shared-chapter ul.list-group li{
    background: url("../images/theme/sprite.png") no-repeat -5px -593px;
    line-height: 14px;
    list-style: none;
    margin: 0;
    padding: 0 0 7px 11px;
}
/* /views-field-field-shared-chapter */



/* CORDIS tab */
#quicktabs-container-cordis_projects .view-projects>.view-content>.views-row{
    margin-bottom: 10px;
    padding-bottom:10px;
    border-bottom:solid 1px #E2E5EA;
}
#quicktabs-container-cordis_projects .attachment>.view-projects>.view-content>.views-row{
    border-bottom:0;
}
#quicktabs-container-cordis_projects .views-row a h2:first-child{
    font-size:14px;
    color:#0065A2;
    border-bottom:0;
    padding-bottom:0;
    margin-top:20px;
}
/* /CORDIS tab */

/* CORDIS project list */
	ul.cordis-project-list{
		margin:0 0 20px;
		padding:0;
	}
	ul.cordis-project-list li{
		margin:0;
		list-style:none;
		border-bottom: 1px solid #ddd;
		padding: 0 0 10px;
	}
	ul.cordis-project-list li h3{
		border-bottom: 1px solid #eef0f5;
		font-size: 110%;
		margin: 20px 0 5px;
		padding-bottom: 7px;
		line-height: 1.1;
	}
	ul.cordis-project-list li h3 a{
		text-decoration:none;
	}
	ul.cordis-project-list li h3 a:hover{
		text-decoration:underline;
	}
	ul.cordis-project-list li abbr{
		color:#222;
		font-style:italic;
		display:block;
	}
	ul.cordis-project-list li .more-link a{
		font-size: 85%;
		background: url("../images/theme/sprite.png") no-repeat scroll -5px -593px rgba(0, 0, 0, 0);
		padding-left: 10px;
		color:#0065a2 !important;
	}
/* /CORDIS project list */



/* fancy box */
.fancybox-inner{
    border-radius:5px;
    border:solid 5px #fff;
    background:#0a142e url(../images/theme/loading.gif) no-repeat 50% 50%;
}
.fancybox-inner .fancybox-image{
	background:#fff;
}
/* /fancy box */



/* identityBox */
/*Static Box that goes in sidebarRight to illustrate a section; it is visually connected to content*/
.identityBox{
    position:relative;
    z-index:0;
    margin:25px 0 25px -8.75% !important;
    border-radius:0px 10px 10px 0 !important;
    background:#fff !important;
    filter:none !important;
    border:solid 1px #e9e9e9 !important;
    border-left:none !important;
    padding:13px !important;
    box-shadow:none !important;
}
.identityBox img{
    width:100%;
    height:auto;
}
.identityBox:before{
    content:".";
    text-indent:-50px;
    width:8px;
    height:8px;
    background:url(../images/theme/connected_box_corners.png) no-repeat 0 0;
    position:absolute;
    top:-8px;
    left:0;
    overflow:hidden;
}
.identityBox:after{
    content:".";
    text-indent:-50px;
    width:8px;
    height:8px;
    background:url(../images/theme/connected_box_corners.png) no-repeat 0 -18px;
    position:absolute;
    bottom:-8px;
    left:0;
    overflow:hidden;
    visibility:visible;
}
.identityBox p:last-child{
    margin:0px !important;
    padding:0px !important;
}

/* /identityBox */


/* glossary */
.glossaryLink{
    position:relative;
    white-space:nowrap;
    margin-right:15px;
}
.glossaryLink:after{
    content:"";
    font-size:70%;
    font-family: 'Glyphicons Halflings';
    position:absolute;
    right:-13px;
    top:0px;
    color:#b47a47;
}
.glossaryLink>span{
    display:none;
}
.glossaryLink:hover{
    z-index:500;
}
.glossaryLink:hover>span{
    display:block;
    position:absolute;
    top:30px;
    left:-10px;
    white-space:normal;
    background:#fbecde;
    border:solid 2px #b47a47;
    border-radius:5px;
    padding:10px 15px 15px;
    width:250px;
    color:#333;
    box-shadow:0 2px 2px rgba(0,0,0,0.3);
}
.glossaryLink:hover>span:before{
    position:absolute;
    top:-10px;
    left:30px;
    width:23px;
    height:10px;
    content:".";
    text-indent:-50px;
    overflow:hidden;
    background:url(../images/theme/sprite.png) no-repeat 0px -1549px;
}
/* /glossary */



/* displayContentInPopup */
	.displayContentInPopup .thumbnailPreview{
		display:none;
	}
	.displayContentInPopup.displayContentInPopupIsSet .thumbnailPreview{
		display:inline-block;
		cursor:pointer;
	}
	.displayContentInPopup.displayContentInPopupIsSet h5{
		font-size:100%;
		display:inline-block;
		text-decoration:underline;
		color:#0065a2;
		cursor:pointer;
		margin:0 15px 0 0;
	}
	.displayContentInPopup.displayContentInPopupIsSet h5:hover{
		color:#003556;
	}
	.displayContentInPopup.displayContentInPopupIsSet .contentInPopup{
		display:none;
	}
	.displayContentInPopup_popbg{
		position:fixed;
		top:0px;
		left:0px;
		width:100vw;
		height:100vh;
		padding:10vh 5vw;
		background:rgba(0,0,0,0.8);
		z-index:5550;
	}
	.displayContentInPopup_pop{
		position:relative;
		z-index:5;
		max-height:100%;
		max-width:100%;
		overflow:auto;
		border: 5px solid #fff;
		border-radius: 5px;
		background:#fff;
	}
	.displayContentInPopup_pop>.contentInPopup>iframe{
		width:100%;
		height:75vh;
	}
	.displayContentInPopup_close{
		position:absolute;
		top:0px;
		left:0px;
		width:100vw;
		height:100vh;
		z-index:0;
	}
	.displayContentInPopup_close:after{
		position:fixed;
		top:5px;
		right:0px;
		cursor: pointer;
		height: 36px;
		width: 40px;
		z-index: 5;
		content:"";
		background: url(//ec.europa.eu/digital-agenda/sites/all/libraries/fancybox/fancybox_sprite.png) no-repeat 0 0;
	}
/* /displayContentInPopup */















/* --- RESPONSIVE PART --- */




@media(min-width:992px){

    .front #block-views-home-block-1 .attachment-after .custom-controls li a,
    .front #block-views-home-block-1 .attachment-after .custom-controls li a h2{
        font-size:14px;
        line-height:16px;
    }

}

@media(min-width:500px){
    #main-navigation ul.nav-pills li:hover>ul.dropdown-menu{
        display:block;
        background:#e9f2fa;
        border-radius: 0 0 5px 5px;
        left:-1px;
        border-top:0px;
        padding:5px 0 7px;
        box-shadow:0 2px 2px rgba(0,0,0,0.2);
        top:40px;
    }
	#main-navigation.scrollFollowNav{
		filter:none;
	}
    #main-navigation ul.nav-pills li:hover>ul.dropdown-menu .dropdown-menu{
        display:none;
    }
    #main-navigation ul.nav-pills>li:hover:not(.first){
        background:#e9f2fa;
        border-bottom:solid 1px #e9f2fa;
    }
    #main-navigation ul.nav-pills li.active-trail:hover{
        background:#0065a2;
    }

    #main-navigation ul.nav-pills li:hover>ul>li,
    #main-navigation ul.nav-pills li:hover>ul>li>a{
        display:block;
        border:0;
        padding:0;
        margin:0;
        height:auto;
        float:none;
    }
    #main-navigation ul.nav-pills li:hover>ul>li>a{
        padding:7px 20px 8px;
        font-size:12px;
    }
    #main-navigation ul.nav-pills li.last:hover>ul.dropdown-menu{
        left:auto;
        right:-1px;
    }

    .container {
        width: auto;
    }

}

@media (max-width:767px){
    #main-logo #banner-flag{display:none;}
    #main-logo{width:129px;height:89px;background:url(../images/theme/eulogo_mini.png) no-repeat 0 0;position:absolute;top:0px;left:10px;}
    #layout-header{background:#fff;height:auto;}
    #layout-header .container{padding:0;}
    #layout-header nav.region-header-top{position:relative;display:block;}
    #layout-header #main-title{left:0px;line-height:16px;top:40px;text-transform: uppercase;font-size:18px !important;height:20px;width:100%;padding:0 10px 0 0;position:absolute;margin:0;}
    #layout-header #main-title span{position:absolute;left:148px;bottom:0px;}
    #layout-header #sub-title{background-color:#0065a2;position:static;padding:5px 0 10px 148px;font-size:13px !important;line-height:13px;}
    #layout-header .headerBannerContainer{position:relative;padding-top:64px;}

    header .region-header-top{padding:0px 10px 0px;}
    .language-selector-close, .language-selector-open{
        position:relative;
        float:right;
        clear:right;
        padding:0;
    }
    #layout-header .headerBannerContainer{margin-top:-15px;}


    .container{
        padding-left: 5px;
        padding-right: 5px;
    }

    #sidebarLeft {margin-right: 1%;}
    #pageCenter {width: 52%;	}

    #sidebarLeft .block.block-menu-block{
        padding-left: 5px;
        padding-right: 5px;
    }
    #sidebarLeft .block.block-menu-block .nav-pills li.active > a{
        margin: 0 -5px;
    }
    #sidebarLeft .block.block-menu-block .panel-heading{
        font-size:13px;
    }

    .community-section .region-content-bottom>.panel,
    .block-newsroom .newsroom_item_container{
        width:100%;
        min-height:50px;
    }
    .block-newsroom .newsroom_item_container:nth-child(even){
        margin-left:0px;
    }

    .identityBox{
        margin-left:-4.75% !important;
    }
}
@media(min-width:768px) and (max-width:991px){
    #layout-header #banner-flag{left:20px;}
    #layout-header #main-title,
    #layout-header #sub-title{left:210px;}

    .container{
        width:auto;
    }
    #block-menu-block-main-navigation ul li a{
        padding:5px 12px 0;
    }
}

@media(min-width:500px) and (max-width:860px){
    #main-navigation ul li a{
        padding:5px 8px 0;
    }
    #main-navigation>.container{
        padding:0;
    }

    .CTAjoinAGroup{background-position:100% 0;}
    .CTAjoinAGroup a,.CTAjoinAGroup a.list-group-item{padding:10px;}
    .CTAnewsletter{background-position:100% 0;padding:2px 10px 5px;}

}

@media(max-width:860px){
    body{
        font-size:11px;
        line-height: 16px;
    }
    .shareThis{
        display:none;
    }
    .node .field-type-taxonomy-term-reference,
    .node .field-type-taxonomy-term-reference .field-label,
    #main-navigation ul.nav-pills li>ul>li>a,
    #main-navigation ul.nav-pills li:hover>ul>li>a,
    #tabbedContent .tabsList,
    .promotedLinks ul li span.teaser,
    .promotedLinks ul li a.moreLink,
    .language-selector-close,
    .language-selector-open{
        font-size:11px;
    }
    .front #block-views-home-block-1 .attachment-after .custom-controls li a,
    .front #block-views-home-block-1 .attachment-after .custom-controls li a h2,
    .promotedLinks ul li h2{
        font-size:12px;
    }

    .front #block-views-home-block-1 .attachment-after .custom-controls li a{
        padding:0 5px 5px;
        line-height:12px;
    }
    section h2 {font-size: 14px;}
    section h3 {font-size: 13px;}


    .language-selector-close,
    .language-selector-open{
        top:1px !important;
    }
}

@media(min-width:500px) and (max-width:595px){
    body{
        overflow-x:auto;
        width:595px;
    }
    .container{
        width:595px;
    }
}


@media(max-width:499px){
    .hideWhenSmall{display:none;}
    .showWhenSmall{display:block;}
    body{
        background: #ebf6fc;
    }
    #main-logo{width:86px;height:59px;background:url(../images/theme/eulogo_micro.png) no-repeat 0 0;position:absolute;top:22px;left:10px;}
    #layout-header #main-title span{left:105px;}
    #layout-header #sub-title{padding-left:105px;}
    .layout{background:transparent;}



    /* main navigation */
    #main-navigation{
        background:#fff;
    }
    #main-navigation .container{
        padding:0;
        margin:0;
    }
    #main-navigation .panel-heading{
        display: block;
        margin:0;
        padding:5px 0 7px 30px;
        border-radius:0px;
        background:url(../images/theme/sprite.png) no-repeat 5px -1294px;
        text-transform:uppercase;
        font-size:11px;
        font-weight:bold;
        cursor:pointer;

        background-color:#E5F0F6;
        color:#074A8A;

        -moz-transition:background-color 0.3s, color 0.3s;
        -webkit-transition:background-color 0.3s, color 0.3s;
        -o-transition:background-color 0.3s, color 0.3s;
        transition:background-color 0.3s, color 0.3s;
    }
    #main-navigation .showMenu .panel-heading{
        background-color:#074a8b;
        color:#fff;
    }
    #main-navigation .panel-body{
        margin:0 -15px;
        display:none;
    }
    #main-navigation .showMenu .panel-body{
        display:block;
    }
    #main-navigation ul{
        margin:0;
    }
    #main-navigation ul li{
        float:none;
        display:block;
        padding:0 0 1px 5px;
        border-top:solid 1px #acc4d1;
    }
    #main-navigation ul li a{
        float:none;
        display:block;
        padding:10px 15px 10px 10px;
        height:auto;
        border-right:0;
        border-top:solid 1px #fff;
        margin:0 0 0 -5px;
    }
    #main-navigation ul li.active{
        background:transparent;
    }
    #main-navigation ul li.active a{
        color:#0065a2;
    }
    #main-navigation ul li a .chunck-1,
    #main-navigation ul li a .chunck-2{
        float:none;
        display:inline;
    }
    #main-navigation ul li ul.dropdown-menu {
        position:static;
        float:none;
        display: none;
        margin:0;
        border-left:solid 2px #9fb7c3;
        margin-bottom:5px;
        box-shadow:0px 2px 2px rgba(0,0,0,0.2);
        font-size:12px;
    }

    #main-navigation ul li.active-trail>ul.dropdown-menu{
        display:block;
    }

    #main-navigation ul li.active-trail{
        background: #d0e0f0;
    }
    #main-navigation ul li.active-trail>a{
        color:#252525;
        background: url("../images/theme/sprite.png") no-repeat 95% 15px;
    }
    #main-navigation ul li.active{
        background: #074A8A;
    }
    #main-navigation ul li.active>a{
        color:#fff;
        background:transparent;
    }


    /* search block */
    #main-navigation .menu_search_form{
        display:block;
        float: left;
        width: 100%;
    }
    #main-navigation .menu_search_form .form-item{
        padding-right: 44px;
        float:left;
    }
    #main-navigation .menu_search_form .input-group{
    }
    #main-navigation .menu_search_form .input-group-btn{
        right:5px;
        top:4px;
    }
    #main-navigation .menu_search_form .input-group-btn input{
        border-radius:0 5px 5px 0;
    }
    #main-navigation .menu_search_form .form-item input{
        border-radius:5px 0 0 5px;
    }
    #main-navigation .menu_search_form{
    }
    #main-navigation .menu_search_form .btn-default{
    }
    /* /search block */
    /* /main navigation */

    #sidebarRight #block-search-form{
        display:none;
    }

    #pageCenter,
    .layout-noleft #pageCenter,
    .layout-noright #pageCenter,
    #sidebarRight,
    #sidebarLeft{
        float:left;
        width:100%;
        margin:0 0 20px;
    }


    .front #block-views-home-block-1 .attachment-after{
        width:100%;
        border-right:0;
        background: #e3f5ff;
        margin:0 -4px;
    }
    .front #block-views-home-block-1 .view-content .slide-wrapper{
        display:none;
    }
    .front #block-views-home-block-1 .attachment-after .custom-controls li.flex-active{
        background:transparent;
        box-shadow:0 0 0;
    }
    .front #block-views-home-block-1 .attachment-after .custom-controls li.flex-active:after{
        display:none;
    }

    #block-boxes-homepage-intro .panel-body{
        padding-right:15px;
    }

    .comment-wrapper .comment .attribution{
        width:100%;
        float:none;
    }
    .comment-wrapper .comment .attribution:after{
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }
    .comment-wrapper .comment .attribution .user-picture{
        margin-right:10px;
    }
    .comment-wrapper .comment .attribution .user-picture img{
        width:40px;
    }
    .comment-wrapper .comment .comment-text {
        margin-left: 0px;
    }


    .identityBox{
        display:none;
    }
}

@media(max-width:320px){
    body{
        overflow-x:auto;
        width:320px;
    }
}



/** TAMAS **/


/* listing newsroom */
.node-sticky{
    background: inherit;
    border: inherit;
    padding: inherit;
}
.page-newsroom{

}

.page-newsroom .mainContentSection #block-system-main .view-content .views-row{
    border-bottom:solid 1px #eee !important;

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 80%, #f9f9ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#ffffff), color-stop(100%,#f9f9ff));
    background: -webkit-linear-gradient(top, #ffffff 80%,#f9f9ff 100%);
    background: -o-linear-gradient(top, #ffffff 80%,#f9f9ff 100%);
    background: -ms-linear-gradient(top, #ffffff 80%,#f9f9ff 100%);
    background: linear-gradient(to bottom, #ffffff 80%,#f9f9ff 100%);

	padding:0 20px 10px 27px;
	margin:0 -12px;
}
.page-newsroom .mainContentSection #block-system-main .view-content .views-row:first-child{
	border-top:solid 1px #eee !important;
}

.page-newsroom .views-row .views-field-field-newsroom-item-short-title{
    font-size:14px;
    margin:3px 0 4px -10px;
}
.page-newsroom .views-row .views-field-field-newsroom-item-date{
    margin-bottom:2px;
    font-size:11px;
    color: #999999;
}
.page-newsroom .views-row .views-field-field-newsroom-item-venue{
    font-size:11px;
    color:#704a21;
    line-height:13px;
    font-style:italic;
    margin-bottom:2px;
}
.page-newsroom .views-row .views-field-field-shared-teaser a{
    font-size:11px;
    margin:-3px 0 5px;
    display:inline-block;
}
.page-newsroom .views-row .views-field-field-newsroom-item-type{
    font-size:11px;
    margin:5px 0 -3px -10px;
}
.page-newsroom .views-row .views-field-field-newsroom-item-type a{
    color:#5797bd;
}
.page-newsroom .views-row .views-field-field-illustrative-image{
    float:right;
    width:20%;
    min-width:90px;
    margin:0 0 5px 4%;
    border:solid 1px #d9d9d9;
    border-radius:0px;
    padding:1px;
    overflow:hidden;
}
.page-newsroom .views-row .views-field-field-illustrative-image img{
    float:left;
    width:100%;
    height:auto;
}

.page-newsroom #pageCenter section #block-system-main{
    background:transparent;
    border-radius:0;
    box-shadow:none;
}
.page-newsroom section a.feed-icon {
    float:right;
    padding:0;
    margin:10px 0 20px;
}
.page-newsroom .view-newsroom .view-footer{
    padding:5px 0 8px;
}

/* /listing newsroom */



/* Newsroom item */
#pageCenter section .field-name-field-newsroom-item-quote-box{
    color:#444;
    padding:7px 15px 12px 20px !important;
    position:relative;
    font-style:italic;
    float:right;
    width:35%;
    margin:0 0 10px 10px !important;
    clear:right;
    border-bottom:solid 2px #ddd !important;
    background:#f3f3f3 !important;
}
#pageCenter section .field-name-field-newsroom-item-quote-box:before{
    position:absolute;
    top:8px;
    left:0px;
    font-size:30px;
    content:"“";
    font-family:Times;
    font-weight:bold;
    color:#999;
}

#pageCenter section .group-event-info{
    padding:5px 10px 8px;
    margin:0 0px 10px;
    background:#F3F6F9;
}
#pageCenter section .group-event-info .field-label-inline{
    padding:0;
}
#pageCenter section .group-event-info .field-label-inline .field-label{
	float:none;
	font-size: 100%;
	margin-bottom:0;
}
#pageCenter section .group-event-info .field-label-inline.clearfix:after{
	clear:none;
}
#pageCenter section .group-event-info .field-label-inline .field-items{
    padding:0px 0 10px 10px;
    line-height:14px;
	float:none;
}
#pageCenter section .field-label-inline .field-label,
#pageCenter section .field-label-above .field-label{
    font-size:100%;
    font-weight:bold;
    margin-right:5px;
    color:#444;
}
#pageCenter section .field-label-inline .field-items,
#pageCenter section .field-label-above .field-items{
    margin-bottom:10px;
}
#pageCenter section  .field-label-inline .mainPicture .field-items,
#pageCenter section  .field-label-above .mainPicture .field-items{
    margin-bottom:0px;
}
#pageCenter section .field-name-field-newsroom-documents .field-item,
#pageCenter section .field-name-field-theme .field-item,
#pageCenter section .field-name-field-external-links .field-item{
    display:block;
    padding:0 0 0 15px;
    background:url(../images/spriteUtils.png) no-repeat -7px -1454px;
}
/* /Newsroom item */



/** /TAMAS **/

/** NIKOLAY **/
#layout-body .region-tools > .block {
    box-shadow: none;
    border: none;
    background: none;
}
.tabs {
    clear: both;
    height: auto;
}
.region-tools ul {
    height: auto;
    clear: both;
    list-style-type: none;
}
.region-tools .utility-nav ul li{
    float: left;
}
#messages {
    height: auto;
    clear: both;
}
.programme-image {
    float: left;
    margin: 5px 10px;
}

.authorFirstName,
.authorLastName {
    display: block;
}