body, html {
    font-family: Helvetica-Light, Arial, Verdana;
    height: 100%;
    background: #FFF;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

h1, h2, h3, h4, h5, h6{
    font-family: Helvetica, Arial, Verdana;
    font-weight: 400;
}

.containerRightColumn hr {
    margin: 0;
}

h2 a{
    font-family: Helvetica-Light, Arial, Verdana;
}

.header {
   /* margin-top: 35px;*/
}

.page-header-container{
    background: url(/img/headerBg.png) no-repeat center right;
    background-size: 55% 90%;
}

.header-links{
    width: 85px;
}

.navbar-header > button > i {
    color: #fff;
    font-size: 1.2em;
}

/* Common Styles */

.container-wrapper {
    background: #fff;
}

select.common-select {
    border-radius: 0;
    box-shadow: none;
    border-color: #eaeaea;
    padding: 0 5px;
    font-size: 14px;
    height: 28px;
    color: #4f4f4f;
    min-width: 250px;
}

.btn-load-more,
.btn-load-more:hover {
    background: #2556a2;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    outline: none;
}

img.bordered {
    border: solid 1px #d8d8d8;
}

hr {
    border-color: #f0f0f0;
}

h1 {
    font-size: 36px;
    margin: 0 0 10px 0;
}

h1.page-title {
    color: #2556a2;
}

h1.page-title a:hover{
    text-decoration: none;
}

h2 {
    font-size: 34px;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

h3.paragraph-title {
    margin-top: 0;
    color: #4f4f4f;
}

h4.page-subtitle {
    color: #4f4f4f;
    font-size: 20px;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 18px;
    padding: 0;
}

h6 {
    font-size: 14px;
    padding: 0;
}

.notes {
    font-size: 14px;
    color: #505050;
}

.orange {
    color: #ff8200;
}

.accent-blue {
    color: #2556a2;
}
.accent-blue:hover {
    color: #2556a2;
}

.accent-black {
    color: #000;
}

.text-dark-gray {
    color: #505050;
}

.nomargin {
    margin: 0;
}

.margin-20 {
    margin: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-rigth-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.inline {
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}
.no-uppercase {
    text-transform: none !important;
}

.page-body {
    color: #505050;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.page-body a strong,
.page-body strong a,
.page-body a b,
.page-body b a{
    font-weight: 400;
}

.page-body img{
    float: left;
    margin: 0 15px 0 0;
}

.page-body.nomargin-bottom {
    margin-bottom: 0;
}

.page-body h3 {
    margin-top: 30px;
}

.page-body h3.paragraph-title {
    margin-top: 0;
}

.page-body ul {
    list-style: none;
    padding: 0 0 10px 5px;
    margin: 0;
}

.page-body ul li {
    padding: 3px 0;
    text-indent: -.7em;
}

.page-body ul li:before {
    content: '\2022 ';
    font-size: 40px;
    line-height: 20px;
    color: #2556a2;
    vertical-align: middle;
    margin: 0 15px 0 10px;
}


.page-body .collapsible-content-button{
    margin-bottom: 10px;
}

.img_in_content{
    float: left;
    width: 35%;
    margin: 0 15px 10px 0;
}
.img_in_content img{
    width: 100%;
}

.page-image {
    margin: 0 30px 20px 0;
    overflow-y: hidden;
}

.page-image > img {
    width: 100%;
}

.page-image > iframe {
    width: 100%;
}

.page-section-block {
    margin-top: 30px;
}

.page-section-block.bg-gray {
    background: #f0f0f0;
    padding: 0 20px;
    margin-top: 30px;
}

.page-section-block-border-top {
    margin: 20px 10px;
    border-top: solid 6px #ff8200;
}

.page-section-block-border-top.first {
    margin-left: 0;
}

.page-section-block-border-top.last {
    margin-right: 0;
}

.page-section-block-border-top > .title {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    height: 60px;
}

.page-section-block-border-top > .body {
    margin-top: 10px;
    font-size: 16px;
}

.page-section-title {
    color: #2556a2;
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 0;
}

.page-section-title a {
    font-size: 14px;
    color: #ff8200;
    text-transform: none;
    cursor: pointer;
}

.page-section-items-group {
    margin: 20px 10px 0 0;
}


.page-section-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    color: #2556a2;
    margin: 0 0 5px 0;
}

.research-opportunities .page-section-subtitle{
    color: #ff8200;
}

.page-section-date {
    font-size: 12px;
    color: #505050;
    margin: 0 0 2px 0;
}

.page-section-description {
    font-size: 14px;
    color: #505050;
    margin: 2px 0;
    padding-bottom: 15px;
}

.member-image {
    float: left;
    width: 16.66%;
    overflow-y: hidden;
}

.member-image img {
    margin: 0 auto;
    width: 100%;
}

.member-thumbnail {
    width: 121px;
    height: 120px;
}

.members-page-title{
    margin-top: 30px;
}

.page-body a,
.page-body a:hover {
    color: #ff8200;
    text-decoration: none;
    outline: none;
    border-bottom: solid 1px #f0f0f0;
}

.page-body a.view-all {
    font-size: 14px;
    text-transform: lowercase;
}

.page-body a:hover {
    text-decoration: underline;
    border-color: transparent;
    
    /*border-color: #ff8200;*/
}

a.body-link,
a.body-link:hover {
    color: #ff8200;
    text-decoration: none;
    outline: none;
    border-bottom: solid 1px #f0f0f0;
}

a.body-link.view-all {
    font-size: 14px;
    text-transform: lowercase;
}

a.body-link:hover {
    text-decoration: underline;
    border-color: transparent;
    
    /*border-color: #ff8200;*/
}

.news-archive-label {
    line-height: 30px;
    padding-left: 15px;
}

a.no-highlight,
a.no-highlight:hover {
    text-decoration: none;
}

span.highlight-orange:hover {
    border-bottom: 1px solid #ff8200;
}

.bordered-swatch {
    border-left: 2px solid #ff8200;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.bordered-swatch h5 {
    font-size: 18px;
    margin: 0;
    color: #ff8200;
}

.bordered-swatch > p {
    margin: 5px 0;
    font-size: 16px;
    color: #505050;
}

.inner-nav-dropdown-header {
    margin: 10px;
    padding: 15px;
    border: solid 1px #f0f0f0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    color: #505050;
}

.inner-nav-dropdown-content {
    padding: 0;
}

.contacts-swatch {
    background: #ff8200;
    color: #fff;
    padding: 1px 4px;
    border: none;
    outline: none;
    margin-right: 10px;
}

.contacts-swatch > i {
    margin: 0 5px;
}

.carousel-pagination-info {
    position: relative;
    height: 14px;
}

.carousel-pagination-info > .line {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #dcdcdc;
}

.carousel-pagination-info > .pagination-info-text {
    color: #b4b4b4;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -3px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.list-inline.nobullets {
    padding: 0;
}

.list-inline.nobullets li {
    float: none;
    background: none;
    padding: 0;
}

.generic-list {
    border-top: solid 1px #f0f0f0;
    color: #505050;
}

.generic-list .generic-list-row {
    cursor: pointer;
    padding: 6px 0;
    border-bottom: solid 1px #f0f0f0;
}

.generic-list .generic-list-row:hover {
    background: #f0f0f0;
}

.date-selector {
    height: 21px;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    color: #505050;
    padding: 0 6px;
}
/* End Common Styles */

/*Header*/

.header .header-logo {
    display: block;
    outline: none;
    text-decoration: none;
    position: relative;
    max-width: 360px;
    max-height: 115px;
    /*background: url('/img/ictp_head_logo.png') top left no-repeat transparent;*/
    margin: 10px;
}
.header .header-logo img {
    width: 100%;
}

.header .icon1 {
    display: block;
    outline: none;
    text-decoration: none;
    /*margin: 10px 5px;*/
    width: 83px;
    height: 65px;
    background: url('/img/icon1.png') top left no-repeat transparent;
    background-size: 100%;
    background-position: 0 -5px;
}

.header .icon2 {
    display: block;
    outline: none;
    text-decoration: none;
    margin: 0 0 0 5px;
    width: 69px;
    height: 65px;
    background: url('/img/icon2.png') top left no-repeat transparent;
    background-size: 100%;
    background-position: 0 -5px;
}

.header .main-menu {
    background: #2556a2;
    margin: 1px 0 0 0;
    text-align: right;
    float: right;
    z-index: 10;
    position: relative;
    height: 37px;
}

.header .main-menu-container{
   position: relative;
}

.header .main-menu-container .menu-bottom-border{
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header .main-menu .menu-item {
    font-size: 1.2em;
    color: #fff;
    padding: 5px 25px 8px 25px;
    cursor: pointer;
}

.header .main-menu .menu-item-active{
    background: #b4b4b4;
}

.header .main-menu .menu-item:hover {
    background: #b4b4b4;
}

.header .main-menu .menu-item ul {
    position: absolute;
    top: 37px;
    left: 0;
    min-width: 100%;
    list-style-type: none;
    background: #505050;
    padding: 10px;
    display: none;
    min-width: 148px;
    width: auto;
    background: #fff;
    color: #4f4f4f;
}

.five-columns-menu{
    width: 20%;
    float: left;
    border-left: 1px solid #dcdcdc;
}
.five-columns-menu:first-child{
    border: 0;
}
.menu-dropdown-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 10px;    
}
.menu-dropdown-container ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #dcdcdc;
}

.menu-dropdown-container ul li a{
    color: #505050;
}

.menu-dropdown-container ul.first-menu-element{
    margin: 0;
    background: #f0f0f0;    
}
.menu-dropdown-container ul.first-menu-element li{
    margin: 0 10px;
    border: 0;
}

.menu-dropdown-container ul.first-menu-element li a{
    color: #2556a2;
    text-transform: uppercase;
    white-space: pre-line;
}

.header .main-menu .menu-item:hover ul {
    display: block;
}

.header .main-menu .menu-item > a > .fa-sort-down,
.header .main-menu .menu-item > a > .fa-sort-up {
    vertical-align: top;
    font-size: 1.2em;
    line-height: 15px;
    margin: 0 5px 0 10px;
}
.header .main-menu .menu-item > a > .fa-sort-up {
    vertical-align: bottom;
    font-size: 1.2em;
}
.header .main-menu .menu-item > a {
    color: #fff;
}
.header .main-menu .menu-item > a:hover {
    text-decoration: none;
}

.dropdown-menu-ps{
    display: none;
    margin-top: 31px;
    position: absolute;
    z-index: 99999;
    background: #fff;
    width: 100%;
    border-bottom: 6px solid;
    border-left: 1px solid;
    border-right: 1px solid;      
    border-color: #e4e4e4;
    border-top: 7px solid #b4b4b4;
}

.dropdown-menu-ps .researchSectionItemsContainer .researchSectionItem{
    border-left: 1px solid #dcdcdc;
    padding: 15px 12px;
    margin-bottom: 0;
}

.researchMenu .researchSectionItemsContainer{
    padding-bottom: 0;
}

.researchMenu .researchSectionItemsContainer .col-sm-2:first-child .researchSectionItem {
    border-left: 0;
}

.researchMenu{
    /*padding: 10px 10px 0 10px;*/
}

.header .header-slideshow {
    position: relative;
   
    overflow: hidden;
}

.bannerBasePage{
    /*border-top: solid 7px #2556a2;
    margin-top: -7px;*/
    border-bottom: solid 7px #dcdcdc
}

.header .header-bottom-border {
    position: relative;    
}

.header .header-slideshow .image {
    /*border: 1px solid #ccc;*/
    border-top: 0;
    width: 100%;
    z-index: 10;
}

.header .header-slideshow .image img {
   width: 100%;
}

.header .header-slideshow .title {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 10px 75px 10px 15px;
    font-size: 29px;
    color: #fff;
    z-index: 20;
    background: rgba(13,13,13,0.65);
    /* height: 67px; */
    line-height: 29px;
}

.header #slideshowHeaderHomePage {
    /*border-top: solid 7px #2556a2;*/
    /*margin-top: -1px;*/
    border-bottom: solid 7px #dcdcdc;
}
.header #slideshowHeaderHomePage .carousel-indicators{
    bottom: 2px;
    right: 0;
    padding: 0 10px;
    z-index: 21;
    width: auto;
    left: auto;
}

.header #slideshowHeaderHomePage .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #fff;
    border-radius: 10px;
}

.header #slideshowHeaderHomePage .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #ff890f;
    border: 1px solid #ff890f;
}

.header #slideshowHeaderHomePage .header-slideshow img{
    /*border: 1px solid #dcdcdc;*/
}

.header .bannerBasePage .image{
    max-height: 200px;
    overflow: hidden;
}

.header .bannerBasePage .image img {
    width: 100%;
}

.clearZero{
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.center {
    display:table-cell;
    vertical-align:middle;
    float:none;
}

.quickLinksMenu,
.searchMenu {   
    background: #2556a2;
    display: none;
}
.quicklinksActive{
    background: #2556a2;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.quicklinksNavbar li:hover{
    background: #b4b4b4;
}

.quickLinksMenu .quicklinks{
    margin: 0;
    padding: 0;
    float: right;
}

.quickLinksMenu .quicklinks li{
    color: #fff;
    list-style: none;
    height: 48px;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    float:none;
    cursor: pointer;
    padding: 0 12px;
}

.quickLinksMenu .quicklinks li:hover{
    background: #b4b4b4;
}
.quickLinksMenu .quicklinks li a:hover{
    text-decoration: underline;
}
.quickLinksMenu .quicklinks li:hover a{
    text-decoration: underline;
}

.quickLinksMenu .quicklinks li a,
.quickLinksMenu .quicklinks li a:hover,
.quickLinksMenu .quicklinks li a:active {
    color: #fff;
    display: inline-block;
}
.quickLinksMenu .quicklinks img {
    margin: -3px 10px 0 0;
    width: 21px;
}
.quickLinksMenu .quicklinks span{
    margin: 0 10px;
    width: 21px;
}

.social-navbar{
    float: left;
}

.social-navbar > li > a {
    padding: 0 1em;
}


.searchMenu .searchMenuContainer{
    float: right;
    margin: 10px 5px;
}

.searchMenu .searchMenuContainer input{
    padding: 2px 4px;
}
.searchMenu .searchMenuContainer a{
    background: #505050;
    color: #FFF;
    padding: 5px;
    text-decoration: none;
    margin-left: 4px;
    border: 1px solid #b4b4b4;
}

li.searchMenuContainer input{
    height: 31px;
    margin-top: 3px;
    border: 0;
    padding: 0 10px;
    margin-left: 5px;
    width: 220px;
}

li.searchMenuContainer{
    display: none;
}

li.searchMenuContainer:hover,
li.searchMenuButton:hover{
    background: #505050;
}


.searchinput{
    color: #505050;
    padding: 2px 5px;
    margin-right: 6px;
    min-width: 234px;
}

.hidden-responsive-menu{
    display: none;
}

/*Activities*/
.eventsCategory{
    color: #b4b4b4;
    margin: 0;
    font-size: 16px;
}
.activityItem {
    margin-bottom: 20px;
    color: #505050;
}

.leftColumnContainer .col-xs-12:last-child .activityItem{
    margin-bottom: 0;
}

.activityType {
    color: #ff8200;
    text-transform: uppercase;
    font-size: 16px;
}
.activityPeriod{
    color: #585858;
    font-size: 14px;
    text-transform: uppercase;
}
.activityDescription{
    font-size: 16px;
}

.leftColumnExternalContainer {    
    margin-top: 10px;    
}
.borderBottom{
    margin: 0 10px 0 10px;
    border-bottom: 7px solid #dcdcdc;
}
.leftColumnContainer {
    margin: 20px 10px;
    padding-bottom: 10px;
    border-left: 2px solid #dcdcdc;
    padding-left: 7px;
}
/*END Activities*/

/* Highlights */

.subtitleColumn{
    padding-left: 10px;
    color: #2556a2;
    text-transform: uppercase;
    font-size: 24px;
}
.leftColumnExternalContainer .subtitleColumn,
.containerRightColumn .subtitleColumn{    
    margin-top: 20px;
}

.containerRightColumn.borderless {
    border: none;
    padding: 0 0 0 30px;
}

.containerRightColumn.paddingZero{
    padding: 0 0 0 0;
}

.fullWidthContainer .subtitleColumn{    
    margin-top: 0;
}

.full-width-page {
    margin: 20px 0;
}

.nextDeadlinesContainer .subtitleColumn{    
    padding: 0;
}

.subtitleColumn a{
    font-size: 14px;
    color: #ff8200;
    text-transform: none;
    cursor: pointer;
}

.subtitleColumn span{
    font-size: 16px;
    color: #505050;
    text-transform: none;
}
.highlightItem {    
    overflow: hidden;
    padding: 20px 15px 5px 15px;
    height: 315px;
}

.hidden-description {    
    height: 250px;
}

.highlightItem a{
    position: relative;
}

a .multimediaVideoPlay,
a .multimediaGalleryOpen {
    position: absolute;
    top: 25%;
    left: 41%;
    font-size: 4em;
    border: 0;
    cursor: pointer;
    opacity: 0.5;
    color: #FFF;
}

a:hover .multimediaVideoPlay,
a:hover .multimediaGalleryOpen {
    opacity: 1;
}

.highlightItem .highlightImageContainer{
    width: 100%;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
    display: block;
}
.highlightItem img {
    border: 1px solid #dcdcdc;
    width: 100%;
    margin-bottom: 5px;
}

.highlightItem h3 {    
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.highlightItem h3 a{
    color: #ff8200;
    cursor: pointer;
    line-height: 18px;
}

.highlightItem p,
.activityItem p
{
    color: #505050;
    margin: 0;
    padding: 0;
}

.highlightItem span
{
    color: #505050;
}

.highlightItem p
{    
    font-size: 16px;
    line-height: 19px;
}

.containerRightColumn{
    border-left: 2px solid #dcdcdc;
    margin-top: 10px;
}

.highlightImageContainer .highlightTypeBadge,
.all-highlights-container .all-highlights-media .all-highlights-item a .highlightTypeBadge
{
    position: absolute;
    right: 5px;
    bottom: 10px;
    border: 0;
    width: auto;
}

.highlightLink{
    background-color: rgb(240,240,240);
    padding: 0;
    margin: 20px 15px 5px 15px;
}

.highlightLink span,
.highlightLink h3,
.highlightLink p{
    margin: 0 7px;
}

/* End Highlights */

/*research sections / next deadlines / visit ICTP*/
.fullWidthContainer{
    margin-top: 30px;    
}


.nextDeadlinesCarousel{
    background: #f0f0f0;
}

.nextDeadlinesCarousel .carousel-indicators{
    bottom: -40px;
}

.deadlinesExternalContainer{
    padding-bottom: 25px;
}

.visitIctpItemsContainer,
.researchSectionItemsContainer,
.nextDeadlinesContainer{
    margin: 0 10px;
    padding-bottom: 5px;
    
}

.researchSectionItemsContainer .col-sm-2{
    width: 14.28%;
}

.researchSectionItem,
.visitIctpItem,
.nextDeadlineItem {    
    cursor: pointer;
    display: block;
    border-left: 2px solid #ff8200;
    padding: 5px 12px;
    margin-bottom: 10px;
}

.nextDeadlineItem {    
    margin-bottom: 0; 
    border-left: 0;
}

.researchSectionItem:hover,
.visitIctpItem:hover,
.nextDeadlineItem:hover {
    text-decoration: none;
}

.visitIctpItem,
.nextDeadlineItem
{
    padding: 5px 3px 5px 10px;
}


.researchSectionItem h5,
.visitIctpItem h5,
.nextDeadlineItem h5,
.about-ictp-swatch h5 {
    font-size: 16px;
    margin: 0;
    
}

.nextDeadlineItem h5{
    margin: 5px 0;
}

.researchSectionItem p,
.visitIctpItem p,
.nextDeadlineItem p{   
   margin: 5px 0 0 0;
    font-size: 16px;
    color: #505050;
    line-height: 19px;
}

p.nextDeadlineDate{
    font-size: 14px;
}

/* END research sections / next deadlines / visit ICTP*/

/* Footer */

.footer {
    width: 100%;
    margin-top: 0;
}

.footer .multimedia {
    background: #f0f0f0;
    padding-top: 15px;
}

.footer .multimedia .container .content {    
    margin: 0 10px 0 10px;
}
    
.footer .multimedia .section-title {
    color: #2556a2;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 0;
}

.footer .ictp-details {
    background: #505050;
    font-size: 12px;
    padding-bottom: 0;
    color: #fff;
}

.footer .ictp-details .container .content {
    margin: 20px 10px;
}

.footer .ictp-details .contacts {
    font-size: 16px;
}

.footer .ictp-details .contacts span {
    margin-right: 25px;
}

.footer .ictp-details .contacts i {
    margin: 0 5px;
}

.footer .contact-footer-link{
    color: #FFF;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.footer .ictp-details a{
    color: #FFF;
}

.footer .ictp-details a i:hover{
    color: #ff8200;
}

.searchinputCalendar {
    background: url('/img/arrowDown.png') #fff no-repeat;
    border: 1px solid #dcdcdc;
    background-position: 97% 50%;
    cursor: pointer;
    width: 100%;
}

.footer .ictp-details .blue {
    /*color: #2556a2;*/
    line-height: 18px;
}

.footer .ictp-details .gray {
    color: #787878;
}

.footer .unesco_ft, .footer .iaea_ft {
    background: url('/img/footerLinks6.png');
    display: block;
    height: 49px;
    text-decoration: none;
    background-size: 174px 120px;
    float: right;
    margin: 4px 10px;
}


.footer .unesco_ft {
    width: 55px;
    height: 50px;
    background-position: -5px -12px;
}

.footer .iaea_ft {
    width: 55px;
    height: 50px;
    background-position: 104px -12px;   
}

.row .address,
.row .phone-and-email{
    padding: 0 18px 0 0;
}
.row .governed-by{
    margin-top: 20px;
    color: #FFF;
    font-size: 14px;
}
.row .saifr a{
    display: block;
    color: #FFF;
    line-height: 22px;
    font-size: 14px;
}

.salamButton,
.ictpButton{
    display: block;
    background: #2556a2;
    color: #fff;
    height: 95px;    
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 90px;
    padding-top: 25px;
    font-size: 15px;
    max-width: 210px; 
}

.salamButton:hover,
.ictpButton:hover{
    color: #fff;
}
.salamButton{
    background-image: url('/img/abdus.png');
    margin-bottom: 10px;    
    background-position: left center;
    padding-top: 15px;
}
.ictpButton{
    background-image: url('/img/ictpCircle.png');
    
    background-position: left center;
}

.multimediaContainer{
    margin-bottom: 75px;
}
.multimediaItem{
    max-width: 200px;
    text-align: center;
    overflow: hidden;
    margin: 0 8px;
    position: relative;
}

.multimediaItem a {
    display: block;
}

.multimediaItem img{
    width: 100%;
    border: solid 1px #f0f0f0;
}

.multimediaGalleryDescription{
    position: absolute;
    width: 100%;
    min-height: 40px;
    max-height: 100px;
    padding: 10px 5px;
    background: #2556a2;
    bottom: -45px;
    font-size: 18px;
    display: none;
}

.multimediaItem:hover .multimediaGalleryDescription {
    display: block;
    bottom: 0;
}

.multimediaGalleryDescription a{
    color: #fff;
}
.multimediaGalleryDescription a:hover{
    color: #fff;

}

.multimediaItem .multimediaVideoPlay,
.multimediaItem .multimediaGalleryOpen{
    position: absolute;
    top: 35%;
    left: 35%;
    font-size: 4em;
    border: 0;
    cursor: pointer;
    opacity: 0.7;
}


/* End Footer */


/* Side Menu */

.sidemenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #505050;
    font-size: 16px;
}



.sidemenu li {
    border-bottom: solid 1px #f0f0f0;
}

.sidemenu li.parent {
    text-transform: uppercase;
}

.sidemenu li.parent > a {
    padding: 5px 10px;
    border-right: none;
    border-bottom: 1px;
}

.sidemenu li.active a,
.sidemenu li.active a:hover {
    background: #f0f0f0;
    border-right: solid 4px #ff8200;
}

.sidemenu li a {
    display: block;
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    color: #505050;
    text-decoration: none;
    border: none;
    outline: none;
    border-right: solid 1px #f0f0f0;
    padding-left: 25px;
}

.sidemenu li a:hover {
    background: #fcfcfc;
    border-right: solid 1px #ff8200;
}

.without-title li a{
    padding: 5px 10px;
}

/* End Side Menu */


/* Side Links */

.side-links {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    
}

.side-links.first {
    margin-top: 50px;
}

.side-links > li {
    
}

.side-links > li.header {
    padding: 5px 2px;
    font-size: 16px;
    color: #2556a2;
    text-transform: uppercase;
    border-bottom: 3px solid #f0f0f0;
}

.side-links > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 2px;
    color: #505050;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    border: none;
    border-bottom: solid 1px #f0f0f0;
}

.linksWidgetBottom{
    margin-bottom: 20px;
}

.linksWidgetBottom > li > a {
    width: 94%;
    margin-left: 3%;
}

.side-links > li > a:hover {
    color: #505050;
    background: #fcfcfc;
}

/* End Side Links */


/* About ICTP Section */

.about-ictp-swatch {
    margin-bottom: 35px;
}

.about-ictp-swatches.first {
    margin-top: 30px;
}

.about-ictp-swatch {
    /*margin: 30px 20px 15px 20px;*/
    /*width: 50%;*/
    height: 227px;
    overflow: hidden;
}

.about-ictp-swatch > div {
    margin: 0 10px;
}

.about-ictp-swatch.pin-left > div {
    margin: 0 20px 0 0;
}

.about-ictp-swatch.pin-right > div {
    margin-right: 0;
}

.about-ictp-swatch > .image {
    /*width: 100%;*/
    max-height: 120px;
    overflow-y: hidden;
}

.about-ictp-swatch > .image img {
    width: 100%;
}

.about-ictp-swatch > .bordered-swatch {
    margin-top: 10px;
}

.about-ictp-swatch > .bordered-swatch p {
    height: 90px;
    overflow: hidden;
}

.bordered-swatch > a {
    color: #333;
}

/* End About ICTP Section */


/* Seminars Section */

.seminar-row {
    margin: 20px 0 5px 0;
}

.seminars-section,
.activities-section {
    margin-bottom: 40px;
}

.seminar-item,
.activity-item {
    float: left;
    width: 50%;
}

.event-item{
    margin-right: 15px;
}

.seminar-item-content .body-link:hover{
    text-decoration: none;
}

.seminar-item > .seminar-item-content,
.activity-item > .activity-item-content {
    margin: 0 15px;
}

.seminar-item.left > .seminar-item-content,
.activity-item.left > .activity-item-content {
    margin: 0 15px 0 0;
}

.seminar-row .seminar-date {
    font-size: 14px;
    color: #505050;
}

.seminar-row .seminar-location {
    font-size: 12px;
    color: #505050;
}

.seminar-row .bordered-swatch > p.seminar-details-paragraph {
    font-size: 14px;
}

#carousel-seminars {
    margin-bottom: 40px;
}

#carousel-seminars > ol {
    bottom: -30px;
}

/* End Seminars Section */


/* PrePHD Section */

.degree-programme-table {
    color: #505050;
    font-size: 14px;
    margin-bottom: 20px;
}

.degree-programme-table > .row {
    padding: 8px 10px;
}

.degree-programme-table > .row.row-gray {
    background: #f0f0f0;
}

.degree-programme-table > .row > div {
    padding: 0 15px;
}

/* End PrePHD Section */



/* Research Section */

.research-swatches {
    margin: 10px 0;
}

.research-swatch {
    float: left;
    width: 33.33%;
}

.research-swatch > .research-swatch-content {
    margin: 10px;
}

.research-swatch.clear-sm {
    clear: both;
}

.research-swatch.pin-left-3 .research-swatch-content {
    margin-left: 0;
}

.research-swatch.center-swatch {
    margin-right: 0;
}

.research-swatch.pin-right-3 .research-swatch-content {
    margin-right: 0;
}

.research-swatch .image {
    width: 100%;
    height: 120px;
    overflow-y: hidden;
}

.research-swatch .image img {
    width: 100%;
}

.research-swatch .bordered-swatch {
    min-height: 200px;
    margin-top: 10px;
}

/* End Research Section */


/* Picture Galleries Item */

.picture-galleries-row {
    margin: 40px 0;
}

.picture-galleries-item:hover {
    background: #f0f0f0;
}

.picture-galleries-item > div {
    /*margin: 0 auto;
    width: 85%;*/
    margin: 5px 5px 10px 5px;
}

.picture-galleries-item > .image {
    overflow-y: hidden;
}

.picture-galleries-item > .image img {
    width: 100%;
}

.picture-galleries-item > .caption {
    margin-top: 10px;
    min-height: 50px;
}

/* End Picture Galleries Item */


/* Media Highlights Section */

.media-highlights-row {
    margin: 40px 0 10px 0;
}

.media-highlights-row > .media-highlights-item {
    float: left;
    width: 33.33%;
}

.media-highlights-row > .media-highlights-item > div {
    margin: 10px;
}

.media-highlights-row > .media-highlights-item.left-3 {
    clear: both;
}

.media-highlights-row > .media-highlights-item.left-3 > div {
    margin-left: 0;
}

.media-highlights-row > .media-highlights-item.right-3 > div {
    margin-right: 0;
}

.media-highlights-row > .media-highlights-item > .image {
    position: relative;
    overflow-y: hidden;
}

.media-highlights-row > .media-highlights-item > .image img {
    width: 100%;
}

.media-highlights-row > .media-highlights-item > .image > .highlight-details-button {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 28px;
    height: 27px;
    background: url('/img/item_details_button.png') top left no-repeat;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
}

.media-highlights-row > .media-highlights-item > .summary {
    margin-top: 10px;
}

.media-highlights-row > .media-highlights-item > .summary > .date {
    margin: 0;
    font-size: 14px;    
}

.media-highlights-row > .media-highlights-item > .summary > .title {
    margin: 0;
    font-size: 16px;
}



/* End Media Highlights Section */


/* News Detail Section */

.page-body.news-highlight-body {
    margin-top: 0;
}

.news-detail-image {
    width: 100%;    
}

.news-detail-image-desc {
    font-size: 14px;
    color: #505050;
    float: left;
    width: 35%;
    margin: 10px 15px 10px 0;
}

.news-detail-image-desc img {
    margin-bottom: 10px;
}

.page-body #content_text .date_and_place{
    margin-top: 20px;
}

.news-detail-content {
    margin-top: 20px;
    font-size: 16px;
    color: #505050;
}

/* End News Detail Section */


/* Search Section */

.search-panel {
    background: #dcdcdc;
    margin-top: 30px;
    padding: 20px 30px;
}

.search-panel.side {
    padding: 5px;
    margin-top: 0;
}

.search-panel .search-input-container {
    margin-right: 45px;
}

.search-panel .search-input-container .search-input {
    float: left;
    background: #fff;
    color: #4f4f4f;
    border: none;
    padding: 3px 12px;
    font-size: 14px;
    width: 100%;
}

.search-panel .search-button {
    float: right;
    background: #2556a2;
    color: #fff;
    width: 45px;
    height: 25px;
    border: none;
    outline: none;
    text-align: center;
}

.search-panel .search-button img {
    vertical-align: top;
    margin-top: 3px;
}

/* End Search Section */


/* HECAP Section */

/*.hecap-news-row {
    margin: 10px 0;
}

.hecap-news-item {
    float: left;
    width: 25%;
}*/

.hecap-news-item > div {
    margin: 10px;
}

/*.hecap-news-item.left-4 > div {
    margin-left: 0;
}

.hecap-news-item.right-4 > div {
    margin-right: 0;
}*/

.hecap-news-item > div > .image {
    max-height: 140px;
    overflow-y: hidden;
}

.hecap-news-item > div > .image img {
    width: 100%;
}

.hecap-news-item > div >.summary .date{
    margin-top: 5px;
}

.hecap-news-item .title{
    font-size: 16px;
}

/*#carousel-hecap-news .carousel-indicators {
    bottom: -20px;
}*/

/* End HECAP Section */


/* HECAP Members Section */

.hecap-member-row {
    margin: 10px 0;
}

.hecap-member-row > div {
    min-height: 150px;
}

.hecap-member-row .member-field {
    vertical-align: top;
    float: none;
    margin-top: 10px;
}

.member-data {
    max-width: 210px
}

.hecap-member-row .member-details {
    position: relative;
    height: auto;
}

.hecap-member-row .hecap-member-image {
    float: none;
    height: 100px;
}

.hecap-member-row .member-details .member-roles {
    font-size: 11px;
    color: #737373;
}

.hecap-member-row .member-details .member-name {
    margin: 0 0 4px 0;
}

.hecap-member-row .member-details .member-actions {
    margin-top: 5px;   
    min-width: 100px;
}

.hecap-member-row .member-details .member-actions .member-action {
    display: block;
    margin: 0 1px;
}

.hecap-member-row .member-details .member-actions .member-action .js_emailLink{
    margin-left: 3px;
}

.hecap-member-row .member-details .member-actions .member-action a,
.hecap-member-row .member-details .member-actions .member-action span {
    margin-left: 8px;
}

.hecap-member-row .member-details .member-actions .member-action span {
    font-size: 13px;
    color: #737373;
}

.standardpage-members-description-container{
    color: #505050;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.standard-page-members .member-name{
    color: #2556a2;
}

/* End HECAP Members Section */


/* HECAP Member Details Section */

.member-details-text-container {
    float: left;
    width: 70%;
}

.member-details-image-container {
    float: left;
    width: 30%;
}

.member-details-image-container.top {
    width: 100%;
    display: none;
}

.member-details-text {
    margin: 0 20px 0 0;
}

.member-details-image > img {
    min-width: 150px;
    max-width: 400px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    display: block;
}

.member-details-image > .contact-info {
    margin: 10px 5px;
    padding-bottom: 10px;
    border: none;
    border-bottom: solid 4px #f0f0f0;
}

/* End HECAP Member Details Section */



/* Winners Section */

.generic-list .generic-list-row .year {
    margin: 0 30px 0 10px;
}

.winner-name{
    color: #505050;
}

/* End Winners Section */


/* 404 Page */

.header-404 {
    background: url('/img/404_header.jpg') top left no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 290px;
}

.header-404 .header-404-inner {
    margin-top: 110px;
}

.title-and-description-404 {
    margin: 0 0 0 20px;
}

.code-and-description-404 {
    margin: 30px 20px 0 0;
    text-align: center;
}

h1.file-not-found-code {
    font-size: 90px;
    line-height: 75px;
    margin: 0;
}

h6.file-not-found-desc {
    font-size: 14px;
    margin: 0;
}

/* End 404 Page */


/* HostLab Section */

.hostlab-filter-title {
    margin-right: 30px;
}

.hostlab-map-container {
    margin-top: 10px;
}

.generic-list .generic-list-row.hostlab-list-row {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAYAAADJ7fe0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDQzNGN0ZEQzE5NERFMzExQjNBQjgwMEIzQTcxOThCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NjZCNDdFMzFENEQxMUU0QUMzNUQ3RUU3NTQyOEVBNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NjZCNDdFMjFENEQxMUU0QUMzNUQ3RUU3NTQyOEVBNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwOTRBQzgwMzMxN0U0MTE5NjY4QzM2MzJGMzFCRTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDM0Y3RkRDMTk0REUzMTFCM0FCODAwQjNBNzE5OEI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+e0FhrwAAAPVJREFUeNpi/N/EQAqQBuIoIH4KxMtggixEaJSDagwEYjOo2GViDFEB4nAgDgFiAyzyukCsBcTXQBwmLApsgHgXELfgMAAGQmAMbIYcAWJVIE4H4hfkGgICf4F4FhCH4jFEF4pxGgID+QTk/QgZYgCNEXTwAhrFDNDAx2kIGxBPBmJmLHIp0DDLBWJRUEwy4TBgBTSW0AEoaW4F4u9APAWIlUBsFmgq9Abi19CElQwLMDTQCsT1aGIgw56yQP33DoiXAjEnFs2vodG9HlfgwbyzBogdgPggEP+Cip0C4m6o/9fjiyLkZH8KahAz1EVfiM2VAAEGAIxIKUiCItpOAAAAAElFTkSuQmCC') /*/img/arrow_orange.png*/;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

/* End HostLab Section */


/* Programmes Section */

.programmes-row {
    margin: 10px 0;
}

.programme-col {
    /*float: left;*/
    margin-top: 20px;
    width: 20%;
    /*min-height: 300px;*/
}

.programme-col > .summary {
    margin: 0 10px;
}

.programme-col > .summary.first {
    margin-left: 0;
}

.programme-col > .summary.last {
    margin-right: 0;
}

.programme-col > .summary > .image {
    width: 100%;
    height: 60%;
    overflow-y: hidden;
}

.programme-col > .summary > .image img {
    display: block;
    width: 100%;
}

.programme-col > .summary > .title {
    padding: 0 10px;
}

/* End Programmes Section */



/* Scientific Calendar Section */

.archive-menu {
    font-size: 16px;
    color: #505050;
}

.archive-menu .years {
    border-top: solid 1px #f0f0f0;
}

.archive-menu .years .year-row {
    border-bottom: solid 1px #f0f0f0;
    padding: 4px 20px;
}

.archive-menu .years .year-row a {
    color: #ff8200;
    font-size: 16px;
    text-decoration: none;
    border: none;
    outline: none;
}

.archive-menu .years .year-row a:hover {
    text-decoration: underline;
}

.filter-by-keyword-menu,
.filter-by-date-menu {
    margin-top: 40px;
}

.filter-by-date-menu .filter-by-date-menu-row {
    margin-top: 1px;
    padding: 6px 10px;
    background: #dcdcdc;
    font-size: 16px;
    color: #505050;
}

.filter-by-date-menu .filter-by-date-menu-row .btn-apply {
    background: #2556a2;
    border-radius: 0;
    color: #fff;
    padding: 0 10px;
}

.calendar-trigger {
    margin-left: 5px;
    cursor: pointer;
}

.scientific-calendar-right-column {
    margin-top: 0;
}

/*on the html there is <logo> tag which must be hidden*/
logo{
    display: none;
}

/* End Scientific Calendar Section */

/* google search*/

.gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a {
    color: #36c;
    padding-top: 6px;
}

.gsc-input-box {
    height: 34px !important;
}

.gsib_a {
    height: 32px;
}

input.gsc-search-button-v2 {
    height: 30px !important;
}

.gsst_a {
    padding-top: 5px;
}

/* END google search*/

/* all highlights page*/

.all-highlights-header-container .subtitleColumn{
    margin-top: 10px;
}

.all-highlights-header-container .all-highlights-archive-slider{
    margin-top: 10px;
}

.all-highlights-header-container .all-highlights-archive-slider .btn{
    border-radius: 0;
    /*border: solid 1px #f0f0f0;*/
    border: none;
}

.all-highlights-header-container .all-highlights-archive-slider .btn:hover{
    background: #f0f0f0;
}

.all-highlights-header-container .all-highlights-archive-slider .btn-archive-carousel {
    padding: 7px 3px;
}



.all-highlights-header-container .all-highlights-archive-slider .pagination{
    margin: 0;
    padding: 0;
}

.all-highlights-header-container .all-highlights-archive-slider .menu-carousel{
    padding: 0 10px;
}

.all-highlights-container .border-right-gray{
    border-right: 2px solid #dcdcdc;
}

.all-highlights-container .gray-background{
    background: #f2f2f2;
    padding-bottom: 10px;
}

.all-highlights-container .all-highlights-media .all-highlights-item{    
    margin: 10px 15px;
}
.all-highlights-container .all-highlights-media .all-highlights-item a img{
    width: 100%;
}
.all-highlights-container .all-highlights-media .all-highlights-item a{
    position: relative;
    display: block;
}

.all-highlights-container .all-highlights-media .all-highlights-item a .all-highlights-videoplay{
    position: absolute;
    top: 35%;
    left: 35%;
    font-size: 4em;
    border: 0;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
}

.all-highlights-container .all-highlights-media .all-highlights-item:hover a .all-highlights-videoplay{
    opacity: 1;
}


.all-highlights-container .all-highlights-media .all-highlights-item .all-highlights-item-description{
    padding:7px;
    height: 58px;
    overflow: hidden;
}
.all-highlights-container .all-highlights-media .all-highlights-item .all-highlights-item-description h3{
    
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.all-highlights-container .all-highlights-media .all-highlights-item .all-highlights-item-description a{
    color: #ff8200;
    line-height: 18px;
    color: #000;
}

/* end all highlights page*/

/* widgets*/
.widgetsContainer{
    margin-top: 50px;
}

.widgetsContainer .visitIctpItem{
    margin: 5px 6px;
}

.widgetsContainer .col-xs-12{
    padding:0;
}
.col-sm-12 .visitIctpItem{
    margin-left: 10px;
}

.widgetsContainer .subtitleColumn{
    font-size: 16px;
    color: #2556a2;
    text-transform: uppercase;
}


/*widgets*/

#news-carousel .owl-buttons {
    display: none;
}


.subsiteHomeColumnTextWrapper {
    margin-top: 50px;
    background: #f2f2f2;
    padding: 15px;
}

.galleryPage {
    width: 98%;
    min-height: 500px;
    margin-bottom: 50px;
}


/* problema popover: arrow sfasata con risoluzioni minori di 1300*/
.popover .arrow{
    display: none;
}

/* LIBRARY PAGE*/

.contact-form textarea{
    margin-top: 10px;
    padding: 4px 7px;
}
.contact-form input{
    padding: 4px 7px;
}

.subsiteHomeQuicklinksInnerWrapper,
.suggestionFormContainer .form-box{
    background: #f2f2f2;
}

.suggestionFormContainer .form-box{
    background: #f2f2f2;
    margin-right: 20px;
}

.subsiteHomeQuicklinksOuterWrapper .side-links > li a {
    border-bottom:1px solid #fcfcfc;
}

.subsiteHomeQuicklinksOuterWrapper .subsiteHomeQuicklinksInnerWrapper,
.subsiteHomeQuicklinksOuterWrapper .page-section-title {
    padding: 1px 10px 0 10px;

}

.subsiteHomeQuickLinksReadMore > li{
    text-align: right;
    list-style: none;
    padding: 10px 10px 0 0;
}

.subsiteHomeQuicklinksList{
    margin: 0;
}

.news-widget-library{
    margin-left: 15px;
    margin-top: 10px;
}


.newArrivalsInnerContainer {
    padding-top: 15px;
    padding-right: 0;
}

.insideNewArrival{
    padding: 0 10px;
    border-right: 1px solid #f2f2f2;
}

.insideNewArrival .imgContainer{
    text-align: center;
}

.newArrivalText{
    text-align: center;
}

.newArrivalText h4{
    font-size: 16px;
    height: 51px; 
}

.subsiteHomeQuickLinksReadMore{
    min-height: 38px;
}
.subsiteHomeQuickLinksReadMore{
    position: relative;
}
.subsiteHomeQuickLinksReadMore li{
    position: absolute;
    bottom: 7px;
    right: 0;
}

.suggestionFormContainer .page-section-title{
    padding: 10px 10px 0 10px;
}

.formContainer  .form-box{
    padding: 10px;
}

.subsiteHomeQuicklinksOuterWrapper .page-section-title,
.formContainer .page-section-title{
    font-size: 16px;
    text-transform: none;
    margin: 0;
    margin-top: 5px;
    padding-bottom: 10px;
    background: #f2f2f2;
    margin-right: 20px;
    padding-top: 10px;
    border-bottom: 4px solid #FFF;
    text-transform: capitalize;
}

.subsiteHomeQuicklinksOuterWrapper .page-section-title{
    margin-right: 0px;
}

.formContainer  .form-box label{
    font-weight: 400;
    margin: 0;
}

.formContainer  .form-box input,
.formContainer  .form-box textarea{
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    border: 1px solid #fff;
}

.contact-form fieldset p{
    font-size: 14px;
    margin: 0; 
    margin-top: 10px;
}

.contact-form fieldset input[type="submit"]{
    margin-top: 10px;
    padding: 5px 0;
    background: #2556a2;
    border: 1px solid #2556a2;
    color: #fff;
}

.error,
.captchaErrMsgPlaceholder{
    color: red;
    font-size: 12px;
}

.note{
    color: #2556a2;
    font-size: 12px;
}

.libraryRssRow{
    padding: 0 10px;
    border-left: 2px solid #ff8200;
}

.libraryRssRow .rssDate{
    color: #b2b2b2;
    display: block;
    margin-top: 4px;
}

.libraryRssRow a:hover{
    text-decoration: none;
}

.search-library-container{
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
}

.search-library-container input{
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 10px;
    width: 80%;
}

.search-library-container button{ 
    max-width: 88px;
    width: 30%;
}

.library-options-search-container{
    max-width: 120px;
    display: inline;
    text-align: right;
}

.library-advanced-search{
    /*margin-right: 5px;*/
}

.library-help{
    margin-right: 5px;
    width: 110px;

}

.input-library-container{
    display: inline-block;
    width: 75%;
}

.library-teasers{
    background: #f2f2f2;
}

.library-teasers .page-section-title{
    margin: 0;
    padding: 10px 0 0 10px;
}

/* FEEDBACK FORM*/

.feedbackFormContainer .note{
	color: red;
}

.suggestionFormTitle{
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #d9d9d9;
	font-size: 15px;
	padding-bottom: 5px;
}


.feedbackFormContainer label{
	color: #FFF;
	font-size: 12px;
}

#fpi_content{
	font-size: 12px;
}




#fpi_feedback {
    z-index: 999999;
    position: fixed;
    width: 60px;
    height: 380px;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: white;
}

#fpi_title {
    position: absolute;
    left: 0;
    top: 80px;
    background-color: #2556a2;
    cursor: pointer;
}
#fpi_title h2 {
	font-size: 18px;
	padding: 4px 10px 10px 10px;
	margin: 0;
}

#fpi_content {
    position: absolute;
    left: 60px;
    top: 0;
    width: 275px;
    min-height: 330px;
    padding: 10px 15px 10px 15px;
    background-color: #2556a2;
}


.feedbackFormContainer .row  input[type='submit'] {
	width: 80px;
	height: 30px;
	background: #f2f2f2;
	outline-style: none;
	outline-width: medium;
	border: 2px solid #FFF;
	text-transform: uppercase;
	font-weight: bolder;
	color: #224695;
	opacity: .90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	filter: alpha(opacity = 90);
	margin-top: 10px;
    float: right;
}

.feedbackFormContainer .row  input[type='submit']:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: alpha(opacity = 100);
	cursor: pointer;
}


.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* END Feedback Form*/

/*request article document form*/

.form-box-requestArticle{
	margin: 15px 0;
	border: 1px #ccc solid;
	padding: 20px;
    width: 100%;
	max-width: 320px;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    background: #FFF;
}

.form-box-requestArticle label{
    display: block;
}

.form-box-requestArticle .error{
	color: #ff0000;
}
.form-box-requestArticle .note{
	color: #204594;
}

p .captchaNum1,
p .captchaNum2
{
	color: #C03021;
	font-weight: bold;
}

.form-box-requestArticle #email-req{
	width: 80%;
}
.form-box-requestArticle #message-req{
	width: 100%;
}
.form-box-requestArticle .rowForm{	
	min-height: 30px;
}

rowForm

.form-box-requestArticle p.sumQuestion{	
	/*line-height: 26px;*/	
}
.form-box-requestArticle p input{
	width: 43px;
	float: right;
	margin-right: 3px
}
.form-box-requestArticle .rowForm input[type="submit"]{	
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 6px;
}

.form-box-requestArticle .rowHeightAuto{
	height: auto;
}
.rowForm label{
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
}

.form-box-requestArticle input{
    font-size: 12px;
    padding: 2px 5px;
    width: 100%;
}

.txtCaptchaAnswer{
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
}

/*END request article document form*/


/* Subsite custom layout KFAS*/

.subsite-custom-layout .marginLg {
    top: 0 !important;
}

.subsite-logo{
    float: right;
    height: 50px;
    margin-top: 10px;
}

.hidden-responsive-menu .subsite-logo{
    height: 40px;
    margin-top: 4px;
}

.header .subsite-logo{
    margin-top: 15px;
    height: 100px;
}

/* END Subsite custom layout KFAS*/

/* gallery video detail page*/

.video-gallery-container {
    padding-left: 15px;
}

.video-gallery-container .video-galery-page-content{
    padding-right: 15px;
}

.video-galery-page-content h1{
    color: #2556a2;
}

/* END gallery video detail page*/


/* opportunities standard page in about ictp link widget*/

.title-post-opportunity{
    margin-top: 0;
    font-size: 18px;
}

/* END opportunities standard page in about ictp link widget*/

/* SITEMAP PAGE*/

.full-width-page .sitemap-column{
    padding-bottom: 30px;
}
.sitemap-block {
    list-style: none;
    padding-left: 10px;
}
/* end SITEMAP PAGE*/

/* Library eResources page*/
.resourcePropertiesLegendsWrapper{
    border-left: 3px solid #ff8200;
}

.resourceRightContent h3{
    font-size: 18px;
    margin: 0 0 5px 0;
}

.resourceLegendsRightContent,
.resourceRightContent,
.resourceLeftIcons{
    float: left;
}


.resourceLeftIcons img{
    display: block;
    margin-top: 10px;
    padding-left: 10px;
}

.resourceLeftIcons{
    width: 5%;
}

.resourceLegendsRightContent,
.resourceRightContent{
    width: 95%;
}

.withoutLeftIcons{
    width: inherit;
    margin-left: 5%;
    float: none;
}

.tabs_noJs .subtitleColumn{
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.resourceLink{
    border-left: 3px solid #ff8200;
    margin-bottom: 15px;
}

/* END Library eResources page*/