@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
}
#content-core {
        font-size: 16px;
        font-weight: 300;
}

a, a:hover, a:active {
	text-decoration: none;
	color: #233e98;
}

.clr, .visualClear {
        clear: both;
}
.image-right {
        float: right;
        margin: 10px;
}
.image-left {
        float: left;
        margin: 10px;
}

.headBarContainer {
	background: #233e98;
	padding: 15px 0;
}

.footerStatus, .loginContainer {
	background: #ebebeb;
	color: #9d9d9d;
}
.footerStatus .container {
       padding-top: 15px;
       padding-bottom: 15px;
}
.loginBlurb {
       padding-top: 15px; 
}
.section-subscribe #loginform {
       padding-top: 15px;
       padding-bottom: 15px;
}
#contentContainer {
	margin-top: 40px;
}

.headSocial {
	color: #fff;
	text-align: right;
}
.headSocial img {
        width: 30px;
        height: 30px;
}
.headSocial a {
	display: inline-block;
	margin-left: 7px;
}

h1, h2, h3 {
	font-family: 'Slabo 13px', serif;
}
h1 {
	margin: 0 0 15px;
}

#portal-searchbox {
	position: relative;
}
.headBar .searchButton {
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.headBar .btn-lg {
	padding: 5px 10px;
	opacity: 0.4;
	transition: all 0.25s ease;
}
.headBar .btn-lg:hover {
	opacity: 0.8;
	transition: all 0.25s ease;
}

#homeBlocks {
        margin-top: 40px;
}
#homeBlocks img {
	width: 100%;
	height: auto;
}

.block p {
    margin: 0;
    padding: 0;
}

.portletHeader {
	font-family: 'Slabo 13px', serif;
	color: #fff;
	background: #233e98;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 15px;
}
.article-title {
	font-family: 'Slabo 13px', serif;
	font-size: 18px;
	margin-bottom: 10px;
}
.article-description {
	color: #777777;
	margin-bottom: 10px;
}
.article-date {
	text-align: right;
	color: #777;
	font-size: 12px;
	margin-bottom: 10px;
}

#projectBlocks img, #vidBlocks img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#vidBlocks, #projectBlocks {
	border-top: 1px solid #233e98;
	padding-top: 40px;
	margin-top: 40px;
}
#vidBlocks .listingBar {
        display: none;
}

.listingBar {
        display: table;
        margin: auto;
}

#footerContainer {
	margin-top: 40px;
	padding: 40px 0;
	background: #747474;
	color: #fff;
}

#hero .btn-default, #footerContainer .btn-default {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-family: 'Slabo 13px', serif;
        text-shadow: none;
}
#footerContainer .btn-default {
        margin-bottom: 15px;
}

.navbar-toggle .icon-bar {
	background: #000;
}
.headContainer .nav > li > a {
	padding: 10px;
	color: #bebebe;
}
.headContainer .nav > li > a:hover {
	color: #777
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
}
#footerContainer .nav > li > a {
	padding: 0 25px 0 0;
	color: #fff;
}
#footerContainer #portaltab-subscribe, #footerContainer #portaltab-contact-us {
        display: none;
}

.footerButtons {
	margin-bottom: 15px;
}

#hero {
	background: url(../images/hero.jpg) no-repeat;
	background-size: cover;
	display: table;
	height: 100vh;
	width: 100%;
	color: #fff;
}
.site-fsp.section-the-free-society-project #hero {
	background: url(../images/hero-fsp.jpg) no-repeat;
        background-size: cover;
}
.site-fsp.section-media-alert-service #hero {
	background: url(../images/hero-media-alert.jpg) no-repeat;
        background-size: cover;
}
.site-fsp.section-democracy-support-programme #hero {
	background: url(../images/hero-dsp.jpg) no-repeat;
        background-size: cover;
}
.site-fsp.section-civil-society-support-programme #hero {
	background: url(../images/hero-cssp.jpg) no-repeat;
        background-size: cover;
}
#hero h1 {
	font-size: 48px;
	margin: 0 0 15px;
}
#hero .documentDescription {
	font-size: 22px;
	margin: 0 0 45px;
}
#hero .container {
	display: table-cell;
	vertical-align: middle;
}
.heroLogo {
	display: inline-block;
	margin-bottom: 20px;
}

#contentContainer .documentDescription {
	font-size: 22px;
	margin-bottom: 15px;
        font-weight: 400;
}

#portal-footernav {
	margin: 0;
	padding: 0;
}
.navbar-collapse {
        
}
#portal-footernav .navTreeLevel1 {
        display: none !important;
}
#portal-footernav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0 12px 0 0;
	vertical-align: top;
}
#portal-footernav li a {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
#portal-footernav li a:hover {
        background: transparent;
}
#portal-footernav .submenu {
	display: block;
	padding-left: 4px;
	border-left: 2px solid #fff;
	position: relative;
	margin-top: 8px;
	max-width: 114px;
}
#portal-footernav .submenu li {
        display: block;
        line-height: 12px;
}
#portal-footernav .submenu li a {
        font-size: 10px;
        background: none;
        color: #a6a6a6;
        padding: 0 0 0 2px;
}
#portal-footernav .submenu li a:hover {
        text-decoration: underline;
        color: #c6c6c6;
}
#portal-footernav .submenu img, .site-fsp #portal-footernav {
        display: none;
}

/* Template views */

#vidBlocks, #homeBlocks {
	display: none;
}
.template-home_view #vidBlocks, .template-home_view #homeBlocks {
	display: block;
}

.template-home_view #contentContainer {
	display: none;
}

#hero, #projectBlocks {
	display: none;
}
.site-fsp #projectBlocks, .template-home_view #projectBlocks, .section-subscribe #projectBlocks {
        display: block;
}
.site-fsp #hero {
        display: table;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.loginContainer {
    display: none;
}
.section-subscribe .loginContainer {
    display: block;
}
.section-subscribe .footerStatus.loggedOut {
    display: none;
}

.subscribe-button {
	background: url(../images/contact-to-subscribe.jpg) no-repeat;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
}

.tileImage, .newsImageContainer {
        float: right;
        margin: 0 0 10px 10px;
}
.template-LI_view .tileItem, .template-folder_full_view .item {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #dedede;
}
.template-folder_full_view .item .description {
        margin-bottom: 20px;
        font-size: 18px;
}
.template-folder_full_view .item #socialtools {
        display: none;
}

.blockquote p {
        color: #233e98;
}

.copyright {
        text-align: center;
        font-size: 12px;
        color: #9d9d9d;
        padding-top: 15px;
}
.copyright a {
        color: #9d9d9d;
}

label, bold, strong, b {
        font-weight: 500;
}
.fieldErrorBox {
        display: none;
}
.field {
        margin: 0 0 20px;
}

#loginform .btn {
        background: #c41230;
        color: #fff;
}

#portal-breadcrumbs {
        font-size: 12px;
        color: #aeaeae;
        margin-bottom: 8px;
}
#portal-breadcrumbs a {
        color: #aeaeae;
}
.section-home #portal-breadcrumbs, #breadcrumbs-current, .site-fsp #portal-breadcrumbs, .site-cra #portal-breadcrumbs {
        display: none;
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
        box-shadow: none;
}
.listingBar .btn-default {
        background: #f5f5f5;
}

/* CRA site */

.site-cra #hero {
        display: table;
	background: url(../images/hero-fsp.jpg) no-repeat;
        background-size: cover;
}

.site-cra #contentContainer .documentFirstHeading, 
.site-cra #contentContainer .documentDescription, 
.site-cra.section-contact-us #hero,
.site-cra.section-contact-us #projectBlocks {
        display: none;
}

.site-cra .headBarContainer {
        background: #ebebeb;
}
.site-cra .headBarContainer .headSocial {
        color: #6a6a6a;
}

.site-cra .footerStatus {
        display: none;
}

.site-cra #projectBlocks {
        display: block;
}

.site-cra h1, .site-cra h2, .site-cra h3, .site-cra .btn {
	font-family: 'Roboto', sans-serif;
        font-weight: 100;
}
.site-cra h2 {
        color: #c41230;
}

/* Submenu styling */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.submenu > li > a {
    padding-left: 15px;
    white-space: unset;
}

.template-search #content-core #searchform, 
.template-search #content-core h1, 
.template-search #content-core .discreet,
.template-search #portal-breadcrumbs {
    display: none;
}

.searchResults a {
    font-size: 18px;
    font-weight: 300;
}
.searchResults dd {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.searchResults img {
    display: none;
}
