/******************* STYLES ADDED AND ALTERED BY S.L. *************************/

/* Mean Nav and Menu. */
.mean-container .mean-nav {
    background-color: #4C5EA3;   
}

.mean-container .mean-bar {
  position: fixed;
  background-color: #4C5EA3;
  padding: 0px;
  min-height: 42px;
  z-index: 10;
  top: 0px;
}

.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0px;
    text-align: left;
    color: #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: #534698;
}


#menu-bar {
    background-color: #4C5EA3;        
}

#menu-bar .menu-wrapper li span {
    display: block;
    line-height: 2.5em;
    padding: 0px 2em;
    white-space: nowrap;
}

/* Logo bar below the main menu (visible on non-front pages). */
#logo-min {
    position: relative;
    left: 0px;
    //top: 42px; 
    width: 100%;
    height: 99px;   
    background: #582e8f url(/images/banner-purple.png) top center no-repeat;	
    -webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.5);
}


/* Login and search bar in the menu. */
.login {
    z-index: 11;
    display: inline-block;
    position: fixed;
    top: 7px;
    right: 10px;
}

.search_head {
    top: 3px;
    right: 130px;
    width: 120px;
    position: fixed;
    z-index: 11;
    display: inline-block;
}

/* Site slogan shown below the menu in the front page. */
.site-slogan {
    padding: 10px;
    font-family: 'Exo', sans-serif;
    font-size: 2.5vmin;
    font-weight: bold;
    line-height: 110%;
    text-align: center;
}

.image-frame {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.float-right {
    float: right;
}

.block .row.cyan {
    background-color: #39A5C4;
    color: #fff;
    padding: 20px;
}

.block .row.cyan a {
    color: #fff;
    text-decoration: none;
}

/* Currently hot banner in front page below the slider. */
.currently-hot {
    padding: 10px;
    font-family: 'Exo', sans-serif;
    font-size: 3.0vmin;
    font-weight: bold;
    line-height: 110%;
    text-align: center;   
    color: #fff;
    text-decoration: none;
}

#block-views-events-block-1,
#block-views-past-events-block-1 {
    background-color: #fff;
    width: 83.3333%;
    margin-left: auto;
    margin-right: auto;
}

/* TWITTER FEED ON FRONT PAGE */
#block-twitter-block-1 {
    width: 35%;
    /*display: inline-block;*/   
    float: left;
    background: #fff;
}

#twitter-widget-1 {
    width: 35%;
}


.view-front-page {
    background-color: #39A5C4;
}
 

/* SLIDESHOW ON FRONTPAGE */

/* No margins for frontpage slideshow images. */
.slick-slide img {
    margin: 0px;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.slick--skin--fullwidth .slide__title {
    font-size: 6vmin;
}

.slick--skin--fullwidth .slide__caption {
    font-size: 2.5vmin;
    line-height: 110%;
    padding-left: 5px;
    padding-right: 5px;
}

.slick--skin--fullwidth .slide__constrained {
    //width: 100%;
    min-height: 10px;
}

.slick--skin--classic .slick__slide .slide__caption {
    /*background: rgba(57, 165, 196, 0.8) !important; */
    background: rgba(76, 94, 163, 0.8) !important;
}

.slide__caption {
    //background: rgba(0, 0, 0, 0.2);
    background: rgba(57, 165, 196, 0.6);
    //background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFElEQVQImWNggIK4uLj/OBgMDAwAeAkGTCAIHXgAAAAASUVORK5CYII=) repeat;
}

.slick__arrow {
    display: block !important;
}

.slide__title, .slide__description {
    color: #fff;
    max-width: 62.5em;
    padding-left: 10px;
    padding-right: 10px;
    font: Exo, sans-serif;
}

.slide__description {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* DO NOT SHOW CAPTION ON FIRST SLIDE, BECAUSE IT IS THE PROSECCO-LOGO SLIDE. */
.slide--0 .slide__caption {
    display: none;
}


/* Fix front page tertiary content so that twitter feed and recent changes 
    are shown correctly 
*/
.front .region-tertiary-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5em;
    min-height: 510px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.front .region-tertiary-content .region-inner {
    width: 65%;
    float: left;
}

#block-views-recent-changes-block {
    width: 100%;
    float: left;
    min-height: 500px;
    max-height: 500px;
    overflow: scroll;
    background: #fff !important;
    padding-bottom: 10px;
}

#block-views-recent-changes-block a {
    color: #582e8f;
}

#block-views-recent-changes-block h2 {
    color: #4C5EA3;
}

body.front {
    background: #fff;
}

.views-row {
    padding: 5px 5px 10px;
    border-bottom: solid 1px #ccc;
}

#engagements_row {
    padding-top: 120px;
    padding-bottom: 0px;
}


.region-two-33-66-first .field-content {
    margin-right: 10px;
}

/* Force blog page to show white background where it needs to, otherwise block's
    background color will show through. */
.page-blog .block .large-12, 
.page-blog .block .large-8,
.page-blog .block .large-4,
.page-blog .block .row,
#block-views-blog-archive-block,
#block-tagclouds-4,
#block-views-recent-blog-posts-block,
#block-views-exp-searchb-page
{
    background-color: #fff !important;
}

/* Fix ill placed search button. */
.page-blog #edit-submit-searchb {
    margin-top: 3px;
}

body p, body li, body ul {
    font-family: Exo, sans-serif;
    font-weight: 300;
    /*text-align: justify;*/
}

.node {
    margin-bottom: 0px !important;
}

*::-webkit-input-placeholder {
    color: #534698;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #534698;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #534698;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #534698;
}

/************************** ORIGINAL THEME STYLING ****************************/

/*div.sidebar {
    clear: none
	display:block;
	position:inline;	
}



div.region-sidebar-second
 {
	float: right;
    margin-right: 15%;
    position: absolute;
    right: 0;
    top: 420px;
	
}

.contextual-links-region {
    outline: medium none;
    position: static;
}*/




div.region-sidebar-second
 {
	width:100%;
	margin-left: 0;
	float:none;
	
}

body {
	font-family: Exo, sans-serif;
        font-weight: 300;
	line-height: 1.5em;
	color: #2B1B17;
	height: 100%;
        top: 0px;
        background-color:#39A5C4;
}
h1 {
	font-family: Exo, sans-serif;
	font-size: 3em;
	line-height: 1.2em;
	color: #fff;
}


div#registration-form.block form#user-register-form.user-info-from-cookie div.row div.large-7 input#edit-field-photo-und-0-upload-button.form-submit
{
	display:none;
}


div#content {
   /*min-height: 600px;*/

}


body.page-home div#content {
  //min-height: 450px !important;
  background-color:#534698;
}

div#front_content.block div.row div.large-8 div.item
{
	margin-top:10px;
}

body.page-node-talk div.block div.row
{
  min-height: 650px !important;
}

body.page-search form#search-form.search-form div div#edit-basic.container-inline
{
	padding:30px;
}
.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-bottom: 0;
    width: 30px;
    word-break: normal;
}



.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    background: none repeat scroll 0 0 #B2B2B2;
    border-radius: 0 5px 5px 0;
    /*height: 1.9em;*/
    padding-left: 6px;
    position: absolute;
    right: 0 !important;
    text-align: left;
    width: 10px;
    z-index: 1;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
    background: none repeat scroll 0 0 #B2B2B2;
    color: #FFFFFF;
    /*height: 1.9em;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.calendar-calendar .week-view .full div.single-day div.weekview, .calendar-calendar .day-view .full div.single-day div.dayview {
    background: none repeat scroll 0 0 #B2B2B2;
    overflow: hidden;
    padding: 0 3px;
    width: auto;
}

div.arbt,
div.monthview,
div.monthview div.cutoff

 
{
	background-color: #B2B2B2 !important;	
    color: #FFFFFF;
    /*height: 1.9em;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

div.monthview a,
div.weekview a {
    color: #FFFFFF;
	/*text-decoration:none;*/
}

div.monthview a:visited,
div.monthview a:hover,
div.weekview a:hover,
div.weekview a:visited

 {
    color: #32BECF;
}

body.page-user-add div#content
{
	min-height: 600px !important;
}

div#block-views-exp-searchb-page
{
	min-height:0px;
}
body.page-calendar div#content,
body.page-calendar-day div#content
{
	/*min-height: 680px;*/
}



body.page-blog div#content,
body.node-type-blog div#content,
body.page-taxonomy-term div#content,
body.node-type-wiki div#content


 {
    min-height: 0px !important;
	margin-bottom: -30px;
}


body.page-blog div#block-block-2
{
	padding-bottom:40px;
}
body.page-taxonomy-term  a.feed-icon
{
	display:none;
	visibility:hidden;
}

body.page-blog .block-block,
body.node-type-blog .block-block,
body.page-blog .block-system,
body.node-type-blog .block-system,
body.page-taxonomy-term .block-block,
body.page-taxonomy-term .block-system
 {
    background-color: #E7E5E3;
	
}

body.page-blog div#block-block-2,
body.page-blog div#block-system-main.block,
body.node-type-blog article.node-blog div.block,
body.node-type-blog div#block-block-2,
body.page-taxonomy-term div#block-block-2,
body.node-type-wiki div#block-block-4,
body.node-type-wiki div#block-system-main
 
{
	background-color: #FFFFFF;
}

body.page-taxonomy-term .block-system
{
	min-height:550px !important;
	background-color: #FFFFFF;
}

body.page-blog div#block-block-2.block h2,
body.node-type-blog div#block-block-2.block h2,
body.page-taxonomy-term div#block-block-2.block h2,
body.node-type-blog article.node-blog section#comments h2.comment-title,
body.page-blog div#block-block-2.block h2 a,
body.node-type-blog div#block-block-2.block h2 a ,
body.page-taxonomy-term div#block-block-2.block h2 a,
body.page-blog div#block-block-2.block h2 a:visited,
body.node-type-blog div#block-block-2.block h2 a:visited ,
body.page-taxonomy-term div#block-block-2.block h2 a:visited,
body.node-type-blog article.node-blog section#comments h2.comment-title,
body.node-type-wiki div#block-block-4.block p a,
body.node-type-wiki div#block-block-4.block p a:visited

{
	text-align: left;
	color:#4C5EA3;
}

body.node-type-wiki div#block-block-4.block p a,
body.node-type-wiki div#block-block-4.block p a:visited
{
    font-family: Exo,sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
}

body.page-blog div#block-block-2.block h2,
body.node-type-blog div#block-block-2.block h2,
body.page-taxonomy-term div#block-block-2.block h2

{
	margin-bottom:0px;
}

body.page-blog div.view-id-blog div.views-row,
body.node-type-blog  div.node-content,
body.page-blog-archive div.node-content,
body.page-taxonomy-term div.view-id-blog div.views-row,
body.page-taxonomy-term div.node-content
{
margin-top:40px;
}

body.node-type-blog article.node-blog section#comments h2.comment-title
{
	font-size:0.85em;
}

body.page-blog nav.clearfix ul.links a,
body.page-blog nav.clearfix ul.links a:visited,
body.node-type-blog nav.clearfix ul.links a,
body.node-type-blog nav.clearfix ul.links a:visited,
body.page-taxonomy-term nav.clearfix ul.links a,
body.page-taxonomy-term nav.clearfix ul.links a:visited,
body.node-type-wiki nav.clearfix ul.links a,
body.node-type-wiki nav.clearfix ul.links a:visited
{
	/* color: #2BA6CB;
    background-color: #E7E5E3;*/
	background-color: #39A5C4;
    border: 1px solid #39A5C4;
    color: #FFFFFF;
	/*padding-bottom: 0.2625em;
    padding-top: 0.325em;*/
	padding: 0.325em 5px 0.2625em;
    
}



body.page-blog nav.clearfix ul.links a:hover,
body.page-blog nav.clearfix ul.links a:active,
body.node-type-blog nav.clearfix ul.links a:hover,
body.node-type-blog nav.clearfix ul.links a:active,
body.page-taxonomy-term nav.clearfix ul.links a:hover,
body.page-taxonomy-term nav.clearfix ul.links a:active,
/*a.views-more-link:active,
a.views-more-link:hoover*/

{
   background-color: #32BECF;
    border: 1px solid #32BECF;
    text-decoration: none;
	padding-bottom: 0.2625em;
    padding-top: 0.325em;
	}

a.views-more-link,
a:visited.views-more-link,
#linksres div.form-type-bef-link a
{
	/* color: #2BA6CB;
    background-color: #E7E5E3;*/
	background-color: #39A5C4;
    border: 1px solid #39A5C4;
    color: #FFFFFF;
	/*padding-bottom: 0.2625em;
    padding-top: 0.325em; */
	padding: 0.325em 5px 0.2625em;
	text-decoration: none;
}	

a:active.views-more-link,
a:hover.views-more-link,
#linksres div.form-type-bef-link a:active,
#linksres div.form-type-bef-link a:hover,
body.page-pub div#biblio-header a:hover,
body.node-type-biblio ul.links  a:hover


{
   background-color: #32BECF;
    border: 1px solid #32BECF;
    text-decoration: none;
	padding-bottom: 0.2625em;
    padding-top: 0.325em;
	color: #FFFFFF;
	  text-decoration: none;
	
	}


body.page-pub   legend span.fieldset-legend
{
margin-left: -5px;
}

#linksres div.form-type-bef-link a,
body.page-pub  div#biblio-header a,
body.node-type-biblio ul.links  a
{
	/* color: #2BA6CB;
    background-color: #E7E5E3;*/
    background-color: #4C5EA3;
    border: 1px solid #4C5EA3;
    color: #FFFFFF;
    padding-bottom: 0.2625em;
    padding-top: 0.325em; 
    /*padding: 0.325em 5px 0.2625em;*/
    text-decoration: none;
}	


body.page-pub div#block-system-main.block div#biblio-header.clear-block a.active,
#linksres div.form-type-bef-link a,
body.page-pub  div.biblio-export a
{
    padding: 0.325em 5px 0.2625em;
}




body.node-type-biblio ul.links
{
    margin-bottom:20px;	
}

body.node-type-biblio div#biblio-node table
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-bottom: 3.25em;
}

body.node-type-biblio div#biblio-node table tr
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.1em 0.6em;
}
	
body.node-type-biblio div#biblio-node table tbody {
    border-top: 1px solid #FFFFFF;
}

body.page-resources form#views-exposed-form-resources-page div div.views-exposed-form
{	
    margin-left: 182px;
    border-bottom: thick solid #4C5EA3;
    border-style: none none solid;	
}



#linksres div.form-type-bef-link
{
    padding-right: 10px;
    height:auto;
    float:left;
}

#linksres div.form-type-bef-link.selected a,
body.page-pub  div#biblio-header a
{
	/* color: #2BA6CB;
    background-color: #E7E5E3;*/
    background-color: #39A5C4;;
    border: 1px solid #39A5C4;;
}	

body.page-blog div#block-block-2.block h2 img,
body.node-type-blog div#block-block-2.block h2 img,
body.page-taxonomy-term div#block-block-2.block h2 img,
body.node-type-wiki div#block-block-4.block p img

{
    margin-bottom:0px;
}

body.node-type-wiki.views-exposed-form div.views-exposed-widget {
    float: left;
    padding: 0;
}

body.node-type-wiki div#block-tableofcontents-block-tableofcontents-block.block a span
{
    margin-left:10px;	
}

body.page-taxonomy-term div#block-block-2.block,
body.page-taxonomy-term article.node-blog div.block
{
    min-height:0px  !important;
}


body.node-type-blog .comment {
    border: 1px solid #32BECF;
    border-radius: 3px;
    height: auto !important;
    margin-bottom: 1.5em;
    min-height: 80px;
    padding: 20px;
    position: relative;
}

body.page-blog header.node-header h1.node-title,
body.page-taxonomy-term-6 header.node-header h1.node-title {
    color: #4C5EA3;
    font-family: Exo, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
}

section.pane-tagclouds-4 div.block-content,
section#block-tagclouds-4 div.block-content
{
	float: right;
    margin-right: -10px;
    max-width: 250px;
    text-align: center;
	font-size: 0.8em;
}


div#edit-search-api-views-fulltext-wrapper.views-exposed-widget label
{
	visibility:hidden;
	display:none;
}
/*h1.node-title a 
{
     font-family: 'Ubuntu', sans-serif;
	font-size: 3em;
	line-height: 1.2em;
    color: #582E8F;
}

h1.node-title a:visited 
{
     font-family: 'Ubuntu', sans-serif;
	font-size: 3em;
	line-height: 1.2em;
    color: #582E8F;
}*/

h1 a, h1 a:visited {
	color: #fff;	
}
h1 a:hover, h1 a:active {
	color: #fff;
	text-decoration: underline;
}

h1#page-title {
    font-family: Exo, sans-serif;
    color: #582e8f;
    font-size: 2em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: center;  
   
}

h1, h2, h3, #page-title {
	font-family: Exo, sans-serif;
	color: #582e8f;
	font-size: 1.25em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.5em;
	text-align: center;
}








h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
}

body.page-newsletters h3 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
}

a, a:visited {
	color: #32becf;
}
a:hover, a:active {
	color: #32becf;
	text-decoration: underline;
}
p {
	margin-bottom: 1.5em;	
}
p.bigger {
	font-size: 1.125em;
}
p.smaller {
	font-size: 0.875em;
	margin-bottom: 1.2em;
}
.clearfloat {
	clear: both;
	height: 0px;	
}

/* topbar
*/
#topbar {
	background-color: #fff;
}
ul#topmenu {
	float: left;
	position: relative;
	margin: 0;
	margin-top: 3px;
	padding:0;
	list-style: none;
}
ul#topmenu li {
	display: inline-block;
	margin-right: 15px;
}
ul#topmenu li a {
	font-size: 0.75em;
	font-weight: 700;
}
#topbar .login {
	margin-top: 10px;
	float: right;	
}

/* logo
*/
#logo {
	background-color: #fff;
}
#logo .row {
	height: 240px;
	overflow: hidden;	
}
#logo canvas {
	max-height: 500px;
	/*margin: 0 auto;*/
	margin: -180px auto 0 -20px;
	margin-top: -180px;
}

#logo iframe {
	max-height: 500px;
	margin: 0 auto;
	/*margin-top: -180px;*/
	border:none;
	border-color:#FFFFFF;
}

#logo-mobile {
	display: none;	
	height: 100px;
	background: url(../img/logo.mobile.png) top left no-repeat;
	//margin-top:20px;
}


/* header-min
*/
#header-min {
	position: fixed;
	width: 100%;
	top: -105px;
	height: 99px;
	background: #582e8f url(/images/banner-purple.png) top center no-repeat;	
	z-index: 201;
	-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.5);
}

#header-min .large-12, #logo-min .large-12 {
	height: 99px;
}
#menu-padding {
	height: 0;
}

/* menubar mobile
*/
#menubar-mobile {
	display: none;	
	color: #fff;
	background-color: #4c5ea3;
	height: 50px;
}
#menubar-mobile .menuicon {
	margin-top: 6px;
}
#menubar-mobile .menuicon a {
	color: #fff;
}
#menubar-mobile .menuicon a:hover,
#menubar-mobile .menuicon a:active {
	text-decoration: none;
}

/* menu 
*/
#menu, #menu_fix {
	z-index: 200;
	width: 100%;
	background-color: #4c5ea3;
	height: 50px;
}
ul#mainmenu {
	position: relative;
	margin: 0;
	padding:0;
	list-style: none;
	margin-top: 10px;
}
ul#mainmenu li {
	display: inline-block;
	font-size: 0.8125em;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 5px;
}
ul#mainmenu li a {
	display: block;
	color: #fff;
	height: 50px;
}
ul#mainmenu li a:hover,
ul#mainmenu li a:active,
ul#mainmenu li a.selected {
	color: #32becf;
	text-decoration: none;
}
ul#mainmenu li a.selected {
	background: url(../img/menu.selected.png) center 36px no-repeat;
}

/* footer
*/
#footer {
	width: 100%;
	background-color: #32becf;
	padding: 30px 0 20px 0;
	text-align:center;	
}
ul#social {
	position: relative;
	margin: 0;
	padding:0;
	list-style: none;
        display: inline-block;
}
ul#social li {
	display: inline-block;
	font-size: 1.25em;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 8px;
}
ul#social li a {
	display: block;
	color: #fff;
	height: 30px;
	width: 30px;
	-webkit-transition: all .250s ease;
    -moz-transition: all .250s ease;
    -o-transition: all .250s ease;
    -ms-transition: all .250s ease;    
    transition: all .250s ease;
}
ul#social li a:hover,
ul#social li a:active {
	background-color: #582e8e;
	text-decoration: none;
}

section.pane-blog-archive ul
{
	list-style:none;
}

section.pane-node-title  div.block-inner h2.pane-title
{
	display:none;
	visibility:hidden;
}


.form-submit {
    background-color: #39A5C4;
    border: 1px solid #39A5C4;
    color: #FFFFFF;
}


legend a.fieldset-title {
	color:#32BECF;
}

.js fieldset.collapsible legend a:hover, .js fieldset.collapsible legend a:focus, .js fieldset.collapsible legend a:active {
    /*background-image: url("/sites/all/themes/prosecco/css_s/images/black.png");*/
    color: #534698;
}

html.js fieldset.collapsed {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-left: 0 solid #E6E4E2;
    border-right: 0 solid #E6E4E2;

    border-top: 0px solid #E6E4E2;
	border-bottom: 0px solid #534698;
    height: 2em;
}

.blogbigtitle
{
    color: #32BECF;
    font-size: 1.375em;
    font-weight: 700;
    text-transform: uppercase;

}

header.comment-header p.submitted
{
	font-size: 0.675em;
}

header.comment-header h3.comment-title
{	
	text-align: left;
	font-size: 0.95em;
	color: #32BECF;
}

section.field-name-comment-body div.field-items
{
	margin-top: 10px;
}

article.comment nav.clearfix ul.links
{
	margin-left: -5px;
}

section.field-name-field-blogtags ul.field-items
{
	list-style-type:none;
}


#footer .powered {
	margin-top: 10px;
	font-size: 0.75em;
	color: #fff;	
}

/* content blocks
*/
.block {
	background-color: #39a5c4; 
}

/*body.not-front .block {
	background-color: #39a5c4; 
}*/




body.not-front div.block div.row,
div.intropanel div.row,
body.page-user div#login div.row
{
	padding-top: 120px;
}





body.not-front div.view div.row,
body.not-front  div.node-content div.block div.row,
body.not-front  div.node-content div.row,
body.page-user div.block div.row,
body.page-engagements div.block div.row
{ 
	padding-top: 0px
}


#rowmin
{
 background-color: #FFFFFF;
    min-height: 0;
    padding-top: 120px;

}

body.page-user #rowmin
{
 background-color: #FFFFFF;
    min-height: 0;
    padding-top: 220px;

}
/*body.not-front .block-views
{
margin-top:0px;
}*/


div#content div#block-system-main.block,  #block-views, .pane-node,
article.node-blog nav.clearfix, section.block-calendar
{
	background-color:#FFF; 
}

.block .row {
/*	padding: 30px 0;*/
	background-color: #fff;	
}

body.page-calendar div.legend  {
    border-collapse: separate;
    float: left;
    margin: 0px 10px 0;
    width: 185px;
}


body.page-calendar-year div.legend,
body.page-calendar-week div.legend,
body.page-calendar-day div.legend
{
	visibility:hidden;
	display:none;
}





body.page-calendar section#block-calendar-calendar-legend h2,
body.page-calendar section#block-calendar-calendar-legend th
{
	visibility:hidden;
	display:none;
}

body.page-calendar div.calendar table.mini tbody tr,
body.page-calendar div.calendar table.mini tbody td,
div.calendar table.mini tbody,
div.calendar table.mini thead
{
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

body.page-calendar div.month-view table.full
{
	border: 1px solid #DDDDDD;
}



/*body.page-calendar div.contents a,
body.page-calendar div.contents 
{
	background: none repeat scroll 0 0 #FFFFFF !important;
	
}*/

/**/

/*.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background:url(../images/event-bg.png) bottom repeat-x;
  border-radius:10px;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  top:2px;
}
.calendar-calendar .item {
  color:#333333;
}
.calendar-calendar .item a {
  color:#333333;
  text-shadow:1px 1px 0px #ffffff;
}
.calendar-calendar .item .continues {
  color:#333333;
}*/

/**/
table.calendar-legend {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 solid #FFFFFF;
}

/*.view-calendar .view-footer #legend {
  color:#aaaaaa;
  background-color:rgba(0, 0, 0, 0.3);
  line-height:3em;
  width:350px;
  padding-left:10px;
  float:right;
}*/

.block.blue, div.views-row-odd div span a div.front_events,
div.views-row-odd div.front_events {
	background-color: #32becf;
	color: #fff;
}
.block.blue .row, div.views-row-odd div span a div.front_events .row,
div.views-row-odd div.front_events .row {
	padding: 0;
	background: none;
}

div.view-calendar
{
	padding: 30px;
}

div#block-system-main.block div.biblio-category-section,

{
	padding: 30px;
	margin-top: -50px;
}

div.biblio-entry,
div.biblio-separator-bar
{
	margin-left: 30px;
	margin-right: 30px;
}

ul.secondary {
    border-top: 0px solid #E6E4E2;
    line-height: 4ex;
    margin: 0 0 1em;
    padding: 1em 1em 0 0;
    position: relative;
}

.biblio-export {
    float: right;
    margin-top: 0px;
    text-align: right;
    text-decoration: none;
	z-index: 9999;
}
div#biblio-header fieldset#edit-search-form
{
	margin-left: -10px;
	z-index:10;
}

.front_events.block .row, div.front_events div.row
 {
	padding: 20px 0 10px 0;	
}
.block .purple, div.views-row-even div span a div.front_events,
div.views-row-even div.front_events,
div.views-row-even div.front_events div.row
 {
	background-color: #582e8e;
	color: #fff;
}
.block.purple2{
	background-color: #534698;
	color: #fff;
}


.biblio-separator-bar {
    background-color: #FFFFFF;
    border: 0 solid #CCCCCC;
	border-bottom:5px solid #534698;
    color: #534698;
    font-weight: bold;
    margin: 1em 0;
    padding: 0.5em;
}

#biblio-header {
    display: block;
    padding:30px;
	margin-top: -30px;
}

.block.purple .row,
.block.purple2 .row, div.views-row-even div span a div.front_events .row,
div.views-row-even div.front_events .row
  {
	background: none;	
}
.block#login {
	background-color: #fff;
	margin-top: 100px;	
}
.block.purple.login-forms {
	padding: 30px 0;
}
.block.purple.login-forms .row {
	padding: 0;
}
.block img {
	margin-bottom: 20px;	
}

.slick-slide img {
        margin: 0px;
}

/* content blocks specific styling
*/
.front_events {
	padding: 0;	
}
.front_events .item {
	padding-bottom: 0;	
}
.front_events h1 a {
	font-family: Exo, sans-serif;
}
.front_events h1 {
	font-weight: bold;
}

.front_banner {
    padding: 20px;
}



/* intro panel
*/
.intropanel {
	padding-top: 20px;
	background-color: #32becf;	
	color: #fff;
}

/* login, reg and rec forms
*/
#login {
	z-index: 100;
	text-align: center;
}

form#user-login
 {
    margin: 0 0 0;
}

#login a {
	font-size: 0.75em;
	font-weight: 700;
}
#registration-form,
#recovery-form {
	position: relative;	
}
#registration-form .arrow,
#recovery-form .arrow {
	width: 21px;
	height: 16px;
	position: absolute;
	top: -16px;
	left: 46%;
	background: url(../img/panel.open.png) no-repeat;
}
#recovery-form .arrow {
	left: 52.6%;
}
#registration-form .row {
	margin-bottom: 20px;	
	
}
#registration-form .row .columns,
#recovery-form .row .columns {
	font-size: 0.75em;	
}
.instructions {
	margin-top: 2em;	
}

/* up
*/
#up {
	position: fixed;
	right: 20px;
	bottom: -20px;
	width: 40px;
	height: 40px;	
	z-index: 300;
}
#up a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 2.5em;
	color: #fff;
	background-color: #32becf;
	border: 1px solid #fff;
	opacity: .5; 
	-webkit-transition: opacity .250s ease;
    -moz-transition: opacity .250s ease;
    -o-transition: opacity .250s ease;
    -ms-transition: opacity .250s ease;    
    transition: opacity .250s ease;
}
#up a:hover, #up a:active {
	opacity: 1;
	text-decoration: none; 
}

/* events
*/
.event {
	padding-bottom: 40px;	
}
.event p {
	font-size: 0.875em;	
}
.event .picture  {
	position: relative;	
}
.event .picture .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #39a5c4;
	opacity: .5;
}

/* common
*/
.item {
	padding-bottom: 30px;	
}
.quote {
	text-align: center;
	font-size: 	0.875em;
	line-height: 2em;
	margin-bottom: 40px;
	font-style: italic;
}

div.prosecco-user-login-form-wrapper div.form-item, 
div.prosecco-user-login-form-wrapper div.form-item,
div.prosecco-user-login-form-wrapper div#edit-actions.form-actions,
div.prosecco-user-login-form-wrapper div#edit-actions--3.form-actions
 {
  margin: 0;
  padding: 0;
}

button, .button {
	margin: 0;
	box-shadow: none;
}
button.small, 
.button.small {
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
}
a.button {
	border: 1px solid #39a5c4;
	background-color: #39a5c4;
	color: #fff;
}
a.button:hover,
a.button:active {
	border: 1px solid #32becf;
	background-color: #32becf;
	text-decoration: none;
}
a.button.white {
	border: 1px solid #fff;
	background-color: #fff;
	color: #582e8e;
}
a.button.white:hover,
a.button.white:active {
	border: 1px solid #dedede;
	background-color: #dedede;
}
.readmore {
	margin-top: 20px;
}
.area_title {
	font-size: 	1.125em;
	font-weight: 300;
	text-transform: uppercase;
}
a.biglink,
biglink a { 
	color: #32becf;
	font-size: 1.375em;
	text-transform: uppercase;
	font-weight: 700;
}
a.biglink:hover,
a.biglink:active,
biglink a:hover,
biglink a:active {
	text-decoration: underline;
}
.tag {
	color: #32becf;
	font-size: 0.9375em;
	text-transform: uppercase;
}
.area, 
.dates {
	font-size: 0.8125em;
	text-transform: uppercase;
	font-weight: 700;
}
.caption {
	font-size: 	0.75em;
	line-height: 1.4em;
}
.caption .title {
	color: #582e8f;	
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* forms
*/

 

input[type="text"],input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -moz-box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);;
    display: block;
    font-family: inherit;
    font-size: 0.75em;
    height: 30px;
    margin: 0 0 1em;
    padding: 0.5em;
    transition: background-color 0.45s ease-in-out 0s;
    width: 100%;
	text-align: left;
}


input#edit-search-api-views-fulltext.form-text,
input#edit-search-block-form--2.form-text,
div.search_head input#edit-search-block-form--2.form-text
{
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-width: 1px 0 1px 1px !important;
	/*border: 1px solid #E6E4DE !important;; */
	width: 120px;
	color: rgba(0, 0, 0, 0.75);
	font-size: 0.8em;
	 margin-top: 15px;
	  height: 29.5px;
    margin-top: 3px;
}

form#views-exposed-form-searchb-page div div.views-exposed-form div.views-exposed-widgets,
form#views-exposed-form-search-wiki-page div div.views-exposed-form
{
	float:right;
}



div.views-exposed-widget input#edit-submit-searchb.form-submit,
div.views-exposed-widget input#edit-submit-search-wiki.form-submit,
/*div#edit-actions.form-actions input#edit-submit--2.form-submit,
div#edit-actions.form-actions input#edit-submit--3.form-submit,*/
div.search_head .form-submit
{
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 0 3px 3px 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
	background: url("/images/btn-submit_f.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
    font-size: 0;
    height: 29.5px;
    width: 30px;
	display:inline;
	margin-left: -16px;
}

div.views-exposed-widget input#edit-submit-search-wiki.form-submit
{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 0 3px 3px 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
	background: url("/images/btn-submit_f.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
    font-size: 0;
    height: 30px;
    width: 30px;
	display:inline;
	margin-left: -16px;
}


div#topbar div.search_head form#search-block-form div div.container-inline div#edit-actions.form-actions,
div.search_head  div.form-actions 
{
    position: fixed;
    right: 100px;
    top: 6px;
}

form#views-exposed-form-search-wiki-page div div.views-exposed-form div.views-exposed-widgets
{
	 margin: 0 -16px 0 0;
}


form#views-exposed-form-search-wiki-page  div.views-exposed-form div.form-type-textfield
{
	margin-top: -9px;
	  float: left;

	  
 
	
	
}


body.page-newsletters section.field-name-field-date-newsletter,
body.page-newsletters section.field-name-field-summary-newsletter,
body.node-type-wiki h1#page-title

{
	visibility:hidden;
	display:none;
}


body.node-type-wiki div.field-item h3
/*body.page-search div#content div#block-system-main.block ol.search-results li.search-result div.search-snippet-info p.search-info*/
{
border-bottom: thick solid #4C5EA3;
border-style: none none solid;
padding-bottom:10px;
margin-top: 0px;
}


body.page-search div#content div#block-system-main.block ol.search-results li.search-result h3,
body.page-search div#content div#block-system-main.block ol.search-results li.search-result p.search-snippet

{
	 margin-bottom: 0;
}

body.page-search  .search-results .title
{
	font-size: 1em;
}

form#views-exposed-form-search-wiki-page div.views-exposed-form  div.views-submit-button
{
	margin-top: -9px;
	
}



#topbarrow
{
    height: 42px;
    position: relative;
    width: 100%;
	z-index:99;
}

body.page-home #topbarrow
{
    height: 20px;
    position: relative;
    width: 100%;
	z-index:99;
}

html.js body.html div#topbar  div.search_head form#search-block-form div div.container-inline div.form-item
{
	  float: left;
    margin-top: -9px;
}

div.prosecco-user-login-form-wrapper input[type="text"],
div.prosecco-user-login-form-wrapper input[type="password"], 
div.prosecco-user-login-form-wrapper textarea {
    -moz-box-sizing: border-box;
    background-color: #32becf;
    border: 1px solid #32becf;
    box-shadow: none;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 0.75em;
    height: 30px;
    margin: 0 0 1em;
    padding: 0.5em;
    transition: background-color 0.45s ease-in-out 0s;
    width: 100%;
	text-align: center;
}

div.prosecco-user-login-form-wrapper .form-item input.error
 {
    border: 2px solid #000000;

	
}
/*input[type="text"],input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -moz-box-sizing: border-box;
    background-color: #32becf;
    border: 1px solid #32becf;
    box-shadow: none;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 0.75em;
    height: 30px;
    margin: 0 0 1em;
    padding: 0.5em;
    transition: background-color 0.45s ease-in-out 0s;
    width: 100%;
	text-align: center;
}*/




input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background-color: #fff;
    border-color: #CCCCCC;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.75);
}

div.prosecco-user-login-form-wrapper input[type="text"]:focus, 
div.prosecco-user-login-form-wrapper input[type="password"]:focus, 
div.prosecco-user-login-form-wrapper input[type="date"]:focus,
div.prosecco-user-login-form-wrapper  input[type="datetime"]:focus,
div.prosecco-user-login-form-wrapper input[type="datetime-local"]:focus, 
div.prosecco-user-login-form-wrapper input[type="month"]:focus, 
div.prosecco-user-login-form-wrapper input[type="week"]:focus, 
div.prosecco-user-login-form-wrapper input[type="email"]:focus, 
div.prosecco-user-login-form-wrapper input[type="number"]:focus, 
div.prosecco-user-login-form-wrapper input[type="search"]:focus, 
div.prosecco-user-login-form-wrapper input[type="tel"]:focus, 
div.prosecco-user-login-form-wrapper input[type="time"]:focus, 
div.prosecco-user-login-form-wrapper input[type="url"]:focus, 
div.prosecco-user-login-form-wrapper textarea:focus { 
    background-color: #39a5c4;
    border-color: #39a5c4;
	box-shadow: none;
}

button.login, .button.login {
    background-color: #534698;
    border: 1px solid #534698;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0.75em;
	font-weight: 700;
    line-height: 1;
    margin: 0 0 1em;
    padding: 0.5em;
	height: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
button.registration, .button.registration {
    background-color: #fff;
    border: 1px solid #fff;
    color: #582e8e;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0.8125em;
	font-weight: 700;
    line-height: 1;
    margin: 0 0 1em;
    padding: 0.5em 2em;
	height: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
}
.login-forms input[type="text"], .login-forms input[type="password"], .login-forms input[type="date"], .login-forms input[type="datetime"], .login-forms input[type="datetime-local"], .login-forms input[type="month"], .login-forms input[type="week"], .login-forms input[type="email"], .login-forms input[type="number"], .login-forms input[type="search"], .login-forms input[type="tel"], .login-forms input[type="time"], .login-forms input[type="url"], .login-forms textarea {
    -moz-box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    color: #582e8e;
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 30px;
    margin: 0 0 1em;
    padding: 0.5em;
    width: 100%;
	text-align: left;
	border-radius: 5px;
}

body.page-contact div#block-system-main
{
	margin-left:100px;
}

body.page-contact div.block div.row,
body.page-contact div.block,
body.page-contact div#content div#block-system-main.block
/*body.page-comment form#comment-form*/
{
    background-color: #582E8E;
    color: #FFFFFF;

}


/*
body.page-contact input#edit-keys,
body.page-contact input#edit-name,
body.page-contact input#edit-mail,
body.page-contact input#edit-subject,
body.page-contact textarea#edit-message
{
-moz-box-sizing: border-box;
    background-color: #32BECF;
    border: 1px solid #32BECF;
    box-shadow: none;
    color: #FFFFFF;
    display: block;
    font-family: inherit;
    font-size: 0.75em;
    height: 30px;
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: left;
    transition: background-color 0.45s ease-in-out 0s;
    width: 40%;
}*/

body.page-contact input#edit-keys,
body.page-contact input#edit-name,
body.page-contact input#edit-mail,
body.page-contact input#edit-subject,
body.page-contact textarea#edit-message
{
    width: 40%;
}

body.page-contact textarea#edit-message
{
  width: 90%;
  height: 200px;
}

body.page-contact div.grippie
{
	width: 90%;
}
/*input#edit-keys:focus,
input#edit-name:focus,
input#edit-mail:focus,
input#edit-subject:focus,
textarea#edit-message:focus

{
    background-color: #39A5C4;
    border-color: #39A5C4;
    box-shadow: none;
}*/
/*input#edit-keys
{
    -moz-box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    color: #582e8e;
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 30px;
    margin: 0 0 1em;
    padding: 0.5em;
    width: 100%;
	text-align: left;
	border-radius: 5px;
}*/

body.page-resources table.sticky-enabled thead
{
	visibility:hidden;
	display:none;
}

.toc {
    background-color: #FFFFFF;
    border: 0px solid #B5C9D8;
    font-size: 95%;
    text-align: left;
}

body.page-resources table.sticky-enabled tbody tr,
body.node-type-travel-mission div.field-item.even,
body.node-type-travel-mission div.field-item.odd,
body.node-type-engagements table.sticky-enabled tbody tr,
/*div.block div.row div.large-12 div.large-4 div.region,*/
body.node-type-wiki div#toc.toc div.toc-list li,
body.node-type-event div.field-item.even,
body.node-type-event div.field-item.odd,
body.node-type-resource div.field-item.even,
body.node-type-resource div.field-item.odd

{
	background-color:#39A5C4;
}

body.node-type-wiki div#block-block-4 a,
body.node-type-wiki div#block-block-4 a:visited
{
	color:#4C5EA3;
	
}



body.page-wiki-search  span.field-content a,
body.page-wiki-search div.views-field-changed

{
	color: #32BECF;
    font-size: 1.375em;
    font-weight: 700;
    text-transform: uppercase;
	
	}

body.page-search div#content ol.search-results li.search-result h3.title a
{
	color: #32BECF;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;

}
body.page-wiki-search div.views-field-changed
{
	color: #4C5EA3;
	margin-top:10px;
}

body.page-wiki-search div.block div.row div#content
{
	padding-left:100px;
}

body.page-wiki-search div.views-field-changed
{
	 font-size: 0.65em;
}

body.node-type-wiki div#block-block-4 h2
{
text-align: left !important;
}

body.node-type-wiki div#toc.toc div.toc-title span.toc-toggle-message,
html.js body.html div.block div.row div.large-12 div.large-4 div.region div#block-tableofcontents-block-tableofcontents-block.block div.block-inner div.block-content div#toc.toc div.toc-title span.toc-toggle-message a.toc-toggle
{
	margin-left:10px;
}

body.page-wiki div#block-system-main
{
	padding:30px;	
	

}


body.node-type-wiki div#toc.toc div.toc-list a


{
	color:#FFFFFF;
}

body.node-type-wiki div#toc.toc div.toc-list li
{
 border-bottom: 6px solid #FFFFFF;
}

body.node-type-travel-mission div.field-item.even,
body.node-type-travel-mission div.field-item.odd
{
	margin-bottom: 10px;
}

body.page-resources table.sticky-enabled tbody a,
body.page-resources table.sticky-enabled tbody td,
body.node-type-travel-mission div.field-item.even a,
body.node-type-travel-mission div.field-item.odd a,
body.node-type-engagements table.sticky-enabled tbody a,
body.node-type-engagements table.sticky-enabled tbody td
body.node-type-event div.field-item.odd a,
body.node-type-event div.field-item.even a,
body.node-type-resource div.field-item.odd a,
body.node-type-resource div.field-item.even a,
body.node-type-engagements table.sticky-enabled tbody tr.odd td


{
	color:#FFFFFF;
}



body.node-type-event div.field-item span.file img.file-icon,
body.node-type-resource div.field-item span.file img.file-icon
{
    vertical-align: middle;
}




body.page-resources table.sticky-enabled tbody td,
body.node-type-engagements table.sticky-enabled tbody td,
body.node-type-resource div.field-item.odd a,
body.node-type-resource div.field-item.even a
{
font-size: 0.75em;
}

body.node-type-engagements table.sticky-enabled tbody img,
body.node-type-resource div.field-item span.file img.file-icon
{
margin-bottom: 0px;
}

body.page-resources table.sticky-enabled tbody a
body.node-type-engagements table.sticky-enabled tbody a
{
font-size: 1em;
}

body.page-search li.search-result h3.title
{
	text-align: left;
	margin-left: 16px;
}

body.page-contact h1#page-title
{
	color: #FFFFFF;
    font-family: Exo, sans-serif;
    font-size: 0.95em;
    line-height: 1.5em;
}

form#search-form.search-form div div#edit-basic.container-inline div.form-item label,
body.page-contact label
{
	color: #FFFFFF;
    font-family: Exo, sans-serif;
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: left;
}


body.page-search div#block-system-main.block ol.search-results
{
	padding:40px;

}
#recovery-form input[type="text"] {
	border-radius: 0;	
	font-weight: 700;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

section.pane-views-recent-blog-posts-block,
section.pane-blog-archive,
section#block-views-recent-blog-posts-block.block,
section#block-views-blog-archive-block.block
{
	margin-bottom:30px;
}




div.view-blog-archive ul.views-summary {
    list-style: none outside none;
}


ul.tabs li a, ul.tabs li a:visited {
	background-color: #EFEDEB;
    color: #111111;
	border-radius: 5px 5px 0 0;
	
}

ul.tabs li a:hover, ul.tabs li a:focus, ul.tabs li a:active, ul.tabs li a.active, ul.tabs li a.active:visited {
    /*background-color: #FF0000;
    color: #111111;*/
	background-color: #32BECF;
    color: #fff;
	border-radius: 5px 5px 0 0;
}



ul.primary {
	margin-left:5px;
    font-size: 0.9em;
    height: 4ex;
    line-height: 4ex;
    margin-top: 1em;
}

body.node-type-simplenews table,
body.page-newsletters table
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-bottom: 1.25em;
}

body.node-type-simplenews section.field-name-field-date-newsletter,
body.node-type-simplenews h1#page-title,
body.page-newsletters h1#page-title,
#newsheader img#imgnews,
body.node-type-resource h1#page-title
{
	visibility:hidden;
	display:none;
}

body.node-type-simplenews h2, 
/*body.node-type-simplenews h3,
body.node-type-simplenews h4*/
{

	font-family: Exo, sans-serif;
	color: #582e8f;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.5em;
	text-align: left;
}

body.node-type-simplenews h2
{font-size: 16px;}

body.node-type-simplenews h3
{font-size: 18px;}

body.node-type-simplenews h4
{font-size: 20px;}



body.node-type-simplenews table th,
body.node-type-simplenews table td,
body.page-newsletters table th,
body.page-newsletters table td

 {
    
    border: 1px solid #FFFFFF;
   
}

section.pane-recent-blog-posts div.block-inner h2,
section.pane-blog-archive  div.block-inner h2,
section.pane-tagclouds-4 h2,
section#block-views-recent-blog-posts-block.block h2,
section#block-views-blog-archive-block.block h2,
section#block-tagclouds-4.block h2,
section#block-views-all-newsletters-block h2,
section#block-simplenews-1 h2
{
	color: #4C5EA3;
    font-family: Exo,sans-serif;
    line-height: 1.5em;
	font-size: 0.95em;
	text-align:right;
}

body.node-type-wiki div.node-content
{
	padding-top:40px;
}


body.node-type-wiki div.node-content div.field-item h3
{
	color: #4C5EA3;
    font-family: Exo, sans-serif;
    line-height: 1.5em;
	font-size: 0.95em;
	text-align:left;
}

section.pane-recent-blog-posts div.block-inner a,
section.pane-blog-archive  div.block-inner a,
section.pane-tagclouds-4 a,
/*section#block-views-recent-blog-posts-block.block a,
section#block-views-blog-archive-block.block a,*/
section#block-views-all-newsletters-block a,
section#block-simplenews-1 a,
section#block-simplenews-1 p,
section.pane-blog-archive  div.block-inner li,
section#block-views-blog-archive-block.block li
/*section#block-tagclouds-4.block a*/
{
	color: #32BECF;
    font-family: Exo, sans-serif;
    line-height: 1.5em;
	font-size: 0.85em;
	
	
}

section.pane-recent-blog-posts,
section.pane-blog-archive,
section.pane-tagclouds-4,
section#block-views-recent-blog-posts-block.block,
section#block-views-blog-archive-block.block,
section#block-tagclouds-4.block,
section#block-views-all-newsletters-block,
section#block-simplenews-1

{
	text-align: right;	
}



section.pane-blog-archive,
section.pane-tagclouds-4,
section.pane-recent-blog-posts,
section#block-views-recent-blog-posts-block.block,
section#block-views-blog-archive-block.block,
section#block-tagclouds-4.block h2,
section#block-views-all-newsletters-block,
section#block-simplenews-1
{
    margin-right: 2%;
	}
	

ul, ol {
    margin-left: 20px;
}


/*comments*/
ul.links a.active,
form#comment-form.comment-form input#edit-submit.form-submit,
section#block-simplenews-1 input#edit-submit.form-submit
{

    background-color: #39A5C4;
    border: 1px solid #39A5C4;
    color: #FFFFFF;
}

form#comment-form.comment-form div div#edit-actions.form-actions input#edit-submit.form-submit
{
	margin-left: 30px;
}

form#comment-form.comment-form .form-textarea-wrapper textarea {
    -moz-box-sizing: border-box;
    display: block;
    margin: 0 0 0 30px;
    width: 80%;
	color: rgba(0, 0, 0, 0.75);
}

form#comment-form.comment-form input[type="text"] {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 2.3125em;
    margin: 0 0 1em 30px;
    padding: 0.5em;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 80%;
}




#nodenews
{

border-style:none none solid;
border-bottom:5px solid #32becf;
padding-bottom:10px;
margin-top: -60px;
}



body.page-user form#user-register-form
{
	margin-top:20px;
}

body.page-user-register div#registration-form
{
	display:list-item !important;
	 margin-top: -10px !important;
}


body.page-travel  div.view-footer p
{
text-align:left;
}


article.node-simplenews div.field-name-field-simplenews-term
{
	visibility:hidden;
	display: none;
}

#footernews
{
 margin-left: -20px;

}


body.node-type-event header#main-content-header #page-title,
body.node-type-books header#main-content-header #page-title,
body.node-type-engagements header#main-content-header #page-title,
body.node-type-travel-mission header#main-content-header #page-title
{
	visibility:hidden;
}



body.page-comment fieldset,
body.node-type-blog fieldset
 {
    border: 1px solid #FFFFFF;
   /* margin: 1.125em 0;
    padding: 1.25em;*/
}

body.page-comment div.block .row .row
{
    padding: 0;
	margin: 0 0;
    max-width: none;
    width: auto;
}


body.node-type-blog div.block-system
{
	background-color:#FFF;
}

#topnews,
article.node-blog nav.clearfix
{
	 border-bottom: thick solid #4C5EA3;
    border-style: none none solid;
	padding-bottom:10px;
	margin-top: 0px;
}

body.page-blog-search div.view-searchb div.views-field-title
{
color: #32BECF;
    font-size: 1.375em;
    font-weight: 700;
    text-transform: uppercase;
	
	}


body.page-blog-search div.view-searchb div.views-field-created span.field-content
{
	color: #4C5EA3;
	margin-top:10px;
	 font-size: 0.75em;
	  text-transform: uppercase;
}

div#block-system-main.block  h2.field-label
{
	visibility:hidden;
	display:none;
}


div.submitted
 {
 	font-size: 0.80em;
 }
 
div#block-system-main.block form#comment-form.comment-form,
body.not-front div.block div.row div#content div#block-system-main.block article

{
	margin-left:30px;
	margin-right:30px;

}





body.not-front div#content div#block-system-main.block
{
	margin-left:30px;
	margin-right:30px;
}



body.page-user div#content div#block-system-main.block
{
	margin-left:0px;
	margin-right:0px;
}
/*body.page-comment div#block-system-main.block form#comment-form.comment-form,
body.page-comment div.block div.row div#content div#block-system-main.block article
{
	margin-left:0px;
}*/


 section.field-name-field-control
 {
 	visibility:hidden;
	display:none;
 
 }
 form#comment-form.comment-form  label
 {
 	font-size: 0.90em;
	color: #582E8F; 
 }
 
 article header.node-header a,
 article header.node-header a:active,
 article header.node-header a:hover
 {
 	color: #582E8F;
 }
 
 .row .evrs {
    margin: 0 0em;
    max-width: none;
    width: auto;
}



div.view-resources img
{
	margin-bottom: 0px;
}
body.page-resources table.sticky-enabled tbody tr th,
body.page-resources table.sticky-enabled tbody tr th
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 0 0 10px;
    padding: 10px 0;
	vertical-align: middle;
	text-align: right;
	border-bottom:20px;
}

div.view-resources img.file-icon
{
	vertical-align: middle;
	margin-bottom: 0px;
	
}

body.page-resources table.sticky-enabled tbody tr th span.file,
body.page-resources table.sticky-enabled tbody tr th span.file
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 0 0 10px;
    padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	border-bottom:20px;
}

/*arbt*/
body.page-travel div.view-content table.views-table tbody tr.odd td div.row.item,
body.node-type-travel-mission div#content div#block-system-main.block div.node-content div.large-8 div.row,
body.page-engagements div.block div.row div.large-8 div#content div#block-system-main.block div.view div.view-content table.views-table tbody tr td.views-field div.row,
body.node-type-engagements div.block div.row div#content div#block-system-main.block  div.node-content div.large-8 div.row
{
    margin: 0 -3.9375em;
    max-width: none;
    width: auto;
}

table.sticky-enabled thead tr th
{
	color:#4C5EA3;
}


div#errorlogin.errorlogin p,
div#errorreco.errorlogin p
{
	color:#534698;
}

div.view-resources span.dates
{
	font-size:0.85em;
}
 
 thead th:last-child, tr td:last-child
  {
    border-right: 0 solid #E4E2E0;
}


tr.even, tr.odd {
    
    border-bottom: 0 solid #CCCCCC;
    
}

body.page-resources table.sticky-enabled tbody tr
{
	border-bottom: 16px solid #FFFFFF;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.view-id-engagements a.views-more-link,
body.page-books td a.views-more-link
{
	float:right;
}


body.page-books td a.views-more-link
{
	margin-top: -40px;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) { 
	h1 {
		font-size: 2em;
	}
	#topbar div.search_head,
	#header-min,
	#menu-padding, 
	#up {
		display: none;	
	}
	#logo .row {
		height: auto;
	}
	
	#logo-min
	{
		display:none;
	}
	
	#logo canvas {
		display: none;
	}
	#logo iframe {
		display: none;
	}
	#logo-mobile {
		display: none;	
	}
	#menubar-mobile {
		display: block;	
	}	
	#menu, #menu_fix {
		display: none;
		height: auto;
		position: relative !important;
		top: 0 !important;
	}
	
	ul#mainmenu {
		margin-top: 0;
		padding-bottom: 10px;
		border-top: 1px solid #fff;
	}
	ul#mainmenu li {
		display: block;
		font-size: 1em;
		line-height: 2em;
		text-align: left;
		padding: 0;
		padding-left: 5px;
		border-bottom: 1px solid #fff;
	}
	ul#mainmenu li a {
		color: #fff;
		height: auto;
	}
        
        body.not-front div.block div.row,
        div.intropanel div.row,
        body.page-user div#login div.row
        {
                padding-top: 60px;
        }

	div.block div.row 
	{
	padding-top: 0px;
	}
        
        #menu-bar {
            display: none;
        }
        
        #menu-padding {
            width: 100%;
            height: 42px;
        }
        
        .region-tertiary-content .region-inner {
            width: 100%;
        }
        
        #block-twitter-block-1 {
            width: 100%;
            /*display: inline-block;*/   
            background: #fff;
        }
        
        #twitter-widget-0 {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        
        .front .region-tertiary-content .region-inner {
            width: 100%;
        }
        
        #block-views-recent-changes-block {
            width: 100%;
            margin-bottom: 20px;
        }
}

@media handheld, only screen and (max-width: 980px) { 
	#menu, #menu_fix {
		height: auto;
		text-align: center;
	}
	ul#mainmenu li a {
		height: 30px;
	}
	ul#mainmenu li a.selected {
		background: none;
	}
	
	
}