/** aumentare grandezza font nel content **/
section#content {
	font-size: 13.5px;
}

.view--front-home-institute .views-row {
	border-bottom: 1px solid #ccc;
}

.view--front-home-institute .views-row-last {
	border-bottom: none;
}

.applied-for-membership a {
	display: block;
	border: 2px solid #005d25;
	width: 240px;
	padding: 5px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

.apply-for-membership a {
	display: block;
	border: 2px solid #005d25;
	width: 120px;
	padding: 5px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

#regions-sortable .country-network-other-countries a {
	color: #005d25;
	font-weight: 700;
}

.page-network #breadcrumbs,
.network #breadcrumbs {
	visibility: hidden;
}

#country .accordion .country-other {
	height: 90px;
}

.page-network:not(.page-network-asia-pacific-other):not(.page-network-africa-other):not(.page-network-arab-countries-other):not(.page-network-latin-america-caribbean-other):not(.page-network-other-countries-other) {
	padding-top: 245px;
}

body.toolbar.page-network:not(.page-network-asia-pacific-other):not(.page-network-africa-other):not(.page-network-arab-countries-other):not(.page-network-latin-america-caribbean-other):not(.page-network-other-countries-other) {
	padding-top: 245px !important;
}

.field-name-field-submit-application {
	display: none;
}

.create-member-from-user.view-profile a {
	background: #ffc200;
	margin-top: 10px;
	color: #525252;
}

#create_success_story {
	display: inline-block;
	background: #005d25;

	padding: 5px 8px;
}

#create_success_story a {
	color: #fff;
}

.node-type-member-profile-alumna #cboxLoadedContent {
	overflow: hidden !important;
	margin-bottom: 2em;
}

.node-type-member-profile-alumna #cboxTitle,
.node-type-member-profile-alumna #cboxCurrent,
.node-type-member-profile-alumna #cboxPrevious,
.node-type-member-profile-alumna #cboxNext {
	display: none !important;
}

.node-type-member-profile-alumna .short-summary {
	margin: 0 0 2em;
}

#cboxLoadedContent img.cboxPhoto {
	width: 100% !important;
	height: auto !important;
}

#cboxPrevious {
	margin: 0 1em;
}

#cookieChoiceInfo {
	padding: 1em;
}

#cookieChoiceInfo>span {
	padding: 1em;
	display: block;
}


#content p.become-member {
	padding: 0;
}

.become-member a {
	color: #ffffff;
	padding: .5em;
	text-transform: uppercase;
	background-color: #005d25;
	border: 1px solid #005d25;
}

.become-member a:hover {
	color: #ffffff;
	border: 1px solid silver;
}

#country .accordion dt {
	overflow: hidden;
}

#country .accordion dt .member-accordion .reverse-icon:after {
	content: '';
	background: url(http://owsd.net/sites/all/themes/owsd/images/award_type-icon-2.png) no-repeat;
	width: 32px;
	height: 43px;
	position: absolute;
	top: -5px;
	right: -45px;
}


#content .pager li.pager-current {
	background-color: silver;
	color: white;
}

.member-short {
	overflow: hidden;
}

.page-full-members #edit-search {
	height: 27px;
}

.logged-in.page-user-edit .field-name-field--name,
.logged-in.page-user-edit .field-name-field--surname {
	display: none;
}


.page-node-44 .view-front-news-events-focus .views-exposed-form .description {
	display: none;
}


@media only screen and (max-width: 959px) {

	.main nav .first-level {
		display: none;
	}

	#country .accordion .country-other {
		width: 95%;
		height: auto;
	}

}

@media only screen and (max-width: 750px) {

	#country .accordion dt .member-accordion .reverse-icon {
		display: none;
	}

}



#youtube-owsd-vision {

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#youtube-owsd-vision .item {

	float: left;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;


}

#youtube-owsd-vision .item img {
	max-width: 100%;
	width: 100%;
}

#youtube-owsd-vision .link-box {
	padding: 15px 10px;
	margin-top: -4px;
	width: 100%;
	text-align: center;
	background: rgba(82, 82, 82, .1);
	flex-grow: 1;
}

#youtube-owsd-vision .data-wrapper,
#youtube-owsd-vision h3 {
	font-weight: 400;
	transition: all .2s ease-in-out;
	display: block;
	color: #333;
	text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

#youtube-owsd-vision h3:after {
	content: "\f054";
	font-family: FontAwesome;
	margin-left: 15px;
	font-weight: 300;
	color: #333;
}

#youtube-owsd-vision p {
	font-size: 85%;
	padding-bottom: 0;
	font-size: 11px;
    padding-bottom: 4px !important;
}