@charset "UTF-8";

/*
 *  1. Web Fonts
 *  2. Common Tags
 *  3. Common Rules

 * Templates
 *  4.1. Header
 *  4.2. Footer

 * Pages
 *  5.1. Front
 *  5.2. Projects
 *  5.3. ProjectHome
 *  5.4. FoundationHome
 *  5.5. NetworkHome
 *  5.6. FoundationHome, NetworkHome (edit)
 *  5.7. HowItWorks
 *  5.8. UserPaymentPromises
 *  5.9. Donation, Loan
 *  5.10. UserFoundationLoanDocs
 *  5.11. DonationComplete
 *  5.12. FinancialReporting
 *  5.13. UserFinancialReporting
 *  5.14. UserProjectNewBase, UserProjectHomeEdit
 *  5.15. UserFoundationDashboard
 *  5.16. UserCustomerData
 *  5.17. UserSponsorship
 *  5.18. UserSponsorship (edit)
 *  5.19. News

 * Component
 *  6.1. UserPaymentPromises

 * Modal
 *  7.1. Registration
 *  7.2. ImageModify
 *  7.3. FirstRequestApproval
 *  7.4. ProjectDocumentsDownload
 *  7.5. TestimonialComplete
 *  7.6. TestimonialRanking

 * Common
 *  8.1. Section
 *  8.2. PageIntro
 *  8.3. ContentText
 *  8.4. DonationsManageList
 *  8.5. CampaignsManageList
 *  8.6. CampaignEditTable

 * Form
 *  9.1. Form

 * UI
 * 10.1. Collapse
 * 10.2. Tabs
 * 10.3. Modal
 * 10.4. Swiper
 * 10.5. Croppie, Slider, Flickity
 * 10.6. DatePicker
 * 10.7. CKEditor
 * 10.8. Pagination
 * 10.9. Menu
 * 10.10. SelectMenu
 * 10.11. Morris


/* 1. Web Fonts ==================================================================================================================================  */

@font-face {
	font-family: icons;
	src: url(../fonts/icons.eot);
	src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"),
		url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf)
		format("truetype"), url(../fonts/icons.svg#icons) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: new-icons;
	src: url(../fonts/new-icons.eot);
	src: url(../fonts/new-icons.eot?#iefix) format("eot"),
		url(../fonts/new-icons.woff) format("woff"),
		url(../fonts/new-icons.ttf) format("truetype"),
		url(../fonts/symbols.svg#symbols) format("svg");
	font-weight: 400;
	font-style: normal
}

/* 2. Common Tags ================================================================================================================================  */

html {
	background: #232323;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width:1023px) {
	html.menu-open {
		height: 100% !important;
		overflow-y: scroll !important
	}
	html.menu-open body {
		height: 100% !important;
		overflow: hidden !important
	}
}

.foundations {
	overflow:hidden;
}

html.off-canvased {
	overflow-y: hidden
}

strong {
	font-weight: 600
}

img:not([data-new-tpl]) {
	display: block;
	max-width: 100%
}

svg:not([data-new-tpl]):not([data-exclude]){
	width: 65%;
	/* centro orizzontalmente l'svg nel div .region-map */
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* fix della posizione */
	position: relative;
	bottom: 38px;
}

.data-exclude{
	width: 100% !important;
}
a {
	color: inherit;
	text-decoration: underline
}

ol, ul {
	list-style: none
}

.organization-details ul {
	list-style: inherit
}

.hero3__content p ul li {
	list-style-type: disc;
	display: list-item;
}

em {
	font-style: italic
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

:focus {
	outline: 0
}

/* 3. Common Rules ===============================================================================================================================  */

body[data-status="loading"] .hide-if-loading {
	display: none !important;
}

svg:not([data-new-tpl]) path:hover {
	fill: rgb(110, 110, 110);
}

svg:not([data-new-tpl]) path.selected {
	fill: #2b8804;
}

.cut-250 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
}

.r180 {
	transform: rotate(180deg);
}

.no-border-bottom {
	border-bottom: none!important;
}

.box-lg {
  border: 1px solid #eee;
  margin-top: 48px;
  padding: 16px;
}

.min-w-24 {
	min-width: 24px !important;
}

.ff0 {  
	display: none;
	opacity: 0;
}

.ff1 {
  animation: visible .5s;   
}

@keyframes visible {
 from {
   opacity: 0;
 }
 to {
   opacity: 1;
 }
}

article {
	border-top: 2px solid #3f9702;
}

.simple-text h1 {
    margin-bottom: 36px !important;
}

.common-text p {
	margin-bottom: 20px;
}

.common-text.center {
	text-align: center;
}

.csplinks {
    cursor: pointer;
}

.color-green {
	color: #2b8804
}

.color-orange {
	color: #f18904
}

.grey-link,
.grey-link:visited {
	color: #888;
}

.img-circle {
	border-radius: 100%;
	border: 1px solid #eee;
	padding: 16px;
}

.img-circle > img {
	width: 100%;
}

@media (max-width: 768px){
	.img-circle {
		padding: 6px;
	}
}

@media (max-width: 991px){
	
	.float-sm-left {
		float: left;
	}
	
	.float-sm-right {
		float: right;
	}

}

@media (min-width: 991px){
	
	.text-lg-left {
		text-align: left !important;
	}
	
	.float-lg-left {
		float: left;
	}
	
	.float-lg-right {
		float: right;
	}
	
	.img-circle {
		max-height: 300px;
	}

}

@media only screen and (min-width:1024px) {

	.content-text h1,
	.content-text h2,
	.content-text h3,
	.content-text h4,
	.content-text h5,
	.content-text h6 {
		font-size: 18px;
		line-height: 1.2
	}

	.content-text figure {
		margin: 3em 0
	}

	.content-text figure figcaption {
		padding: 25px 30px
	}

	.content-text .video {
		margin: 3em 0
	}
}

@media only screen and (min-width:768px) {

	.content-text h1,
	.content-text h2,
	.content-text h3,
	.content-text h4,
	.content-text h5,
	.content-text h6 {
		font-size: 16px;
		line-height: 1.2;
	}

	.content-text figure {
		margin: 25px 0;
	}

	.content-text figure figcaption {
		padding: 15px 20px;
	}

	.content-text .video {
		margin: 25px 0;
	}
}

.no-padding {
	padding-top: 70px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mr-8 {
	margin-right: 8px !important;
}

.mt-20.no-margin {
	margin-top: 0;
}

.lh-24 {
	line-height: 24px !important;
}

.lh-36 {
	line-height: 36px !important;
}

@media (max-width: 991px){
	
	.px-sm-0 {
	  padding-left: 0 !important;
	  padding-right: 0 !important;
	}
}

@media only screen and (max-width:767px) {

	.mb-s-25 {
		margin-bottom: 25px !important;
	}
}

@media only screen and (min-width:1024px) {
	.mb-xl-55 {
		margin-bottom: 55px !important;
	}
}

@media only screen and (min-width:768px) {
	.mb-l-35 {
		margin-bottom: 35px !important;
	}
}

.mutable {
	position: relative
}

#nprogress {
	pointer-events: none
}

#nprogress .bar {
	background: #2b8804;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}

#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #2b8804, 0 0 5px #2b8804;
	opacity: 1;
	-ms-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-top-color: #2b8804;
	border-left-color: #2b8804;
	border-radius: 50%;
	animation: .4s linear infinite nprogress-spinner
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
	position: absolute
}

@keyframes nprogress-spinner {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}

.mutable:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: opacity .5s ease-out;
	pointer-events: none
}

.mutable.muted:after {
	opacity: 1;
	z-index: 100;
	pointer-events: auto
}

#page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	z-index: 1000;
	display: none
}

#notification {
	background: #f18904;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 15px 0
}

#feedback {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 10;
	color: #fff;
	background: rgba(241, 137, 4, .95);
	padding: 10px 50px 10px 20px;
}

#feedback .close {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 30px;
	height: 30px;
	opacity: .5;
	cursor: pointer;
	transition: opacity .2s ease;
}

#feedback .close:before {
	content: "\e005";
	font-family: icons;
	font-size: 20px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	text-align: center;
	width: 100%;
}

#feedback .close:hover {
	opacity: 1;
}

@media only screen and (min-width:768px) {

	#feedback {
		top: 20px;
		right: 20px;
		left: auto;
		bottom: auto;
		max-width: 250px;
	}

	#feedback .close {
		top: 7px;
		right: 7px;
	}
}

.organization-logo {
	display: inline-block;
	width: 100px;
	height: 100px;
	left: 50%;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center
}

/* Fix immagine sponsor troppo grande nella lista delle donazioni nella parte privata dell'utente */
	.sponsor > img {
    max-height: 30px;
}

.table-wrap .bottom-link {
	margin-top: 10px;
	padding-left: 10px;
	display: block;
	text-align: left
}

.break-all {
  word-break: break-all;
}

/* 4.1. Header ===========================================================================================================================  */

header#header {
  z-index: 100;
}

@media (min-width: 992px){
	header ul.menu.sub {
		position: absolute;
		top: 120px;
		right: 0;
		width: 100%;
		background: #fff;
		padding-top: 0;
		z-index: 99;
		padding-left: 24px;
		padding-right: 24px;
		max-width: 310px;
	}
	header ul.menu.sub li:last-child {
		border-bottom: none;
	}
	header ul.menu.sub li {
		display: block;
		text-align: right;
		border-bottom: 1px solid #d6d6d6;
		margin-left: 0;
		margin-right: 0;
	}
	header ul.menu.sub li a {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: inline-block;
	}
	header nav ul.menu.sub li:hover a::after {
		display: none;
	}
	header.menu-profile-open ul.menu.sub {
		display:block;
		transition: all .3s ease;
	}
	header ul.menu.sub, header.menu-open ul.menu.sub {
		display: none;
		transition: all .3s ease;
	}
	header.transparent.loggedin.menu-profile-open ul.menu.sub {
		background-color: rgba(25, 25, 25, 0.5);
		transition: all .3s ease;
	}
	header.transparent.loggedin.menu-profile-open ul.menu.sub li {
      border-bottom: 1px solid #595959;
	}
	header.transparent.loggedin .profile span {
    	color: #fff;
	}
	header.transparent.loggedin svg.menu-profile-open-button line {
		stroke: #fff;
	}
}

@media (max-width: 349.98px) {
	header .container-fluid .row>* {
    	padding-left: 4px!important;
    	padding-right: 4px!important;
	}
}

@media ( max-width :399.98px) {
	header .menu-wrapper {
    	flex-basis: 0;
    	flex-grow: 0;
    	padding-left: 0!important;
    	padding-right: 0!important;
	}
}

@media (max-width :991.98px) {
	header {
		z-index: 99;
	}
	header ul.menu.sub {
		opacity: 1;
	}
	header.menu-profile-open ul.menu.sub {
		transform: translateX(0);
		transition: all .3s ease;
		overflow-y: auto;
	}
	header.menu-open ul.menu.sub {
		opacity: 0;
		pointer-events: none;
		position: absolute;
	}
}

/* 4.2. Footer ==============================================================================================================================  */

footer .footer__share a.share-link {
	display: initial;
}

footer .footer__share .lang-switcher select > option, 
#lang-select-0, #lang-select-1, #lang-select-2, #lang-select-3,
footer .footer__share .lang-switcher select > option:hover, 
#lang-select-0:hover, #lang-select-1:hover, #lang-select-2:hover, #lang-select-3:hover {
	background: linear-gradient(#ffffff, #ffffff) !important;
	color: black !important;
}

footer .footer__share .lang-switcher select,
footer .footer__share .lang-switcher select:hover,
footer .footer__share .lang-switcher select > option:checked, 
#lang-select-0:checked, #lang-select-1:checked, #lang-select-2:checked, #lang-select-3:checked {
	background: linear-gradient(#4c4c4c, #4c4c4c) !important;
/* 	color: white !important; */
}
@media (min-width: 491.99px) and (max-width: 991px){
	.footer__copy-policies {
		padding-bottom: 100px;
	}
	
}
@media (max-width :491.98px) {
	.footer__copy-policies__links{
		font-size: 7px;
		padding-bottom: 35px;	
	}
}
/* 5.1. Front ===============================================================================================================================  */

.project-card__user img:not([data-new-tpl]) {
  display: inline-block;
}

/* 5.2. Projects ============================================================================================================================  */

#projects__main p {
	margin: 0;
	padding: 0;
}

#projects__main li {
	list-style: none;
}

#projects__main a:not(.btn):not(.active) {
	color: #7f7f7f;
}

#projects__main .placeholder {
	color: #7f7f7f;
	cursor: pointer;
	min-height: initial;
	vertical-align: initial;
	background-color: #fff;
	font-style: normal;
	text-transform: none;
	opacity: 1;
}

#projects__main .active .placeholder {
	color: #2b8804;
}

#projects__main .projects-filters__trigger-mobile {
	color: #fff;
}

#projects__main .filter>span {
	cursor: initial;
}

#territory-filter, #projects__main .filter .SumoSelect.open>.search>span,
	#projects__main .filter label {
	display: none;
}

.modal__wrapper.modal-filter-territory .modal__content .actions {
    background-color: white;
}

#projects__main .projects-filters__types a::after {
	bottom: -8px;
}

#projects__main .projects-filters__types a.active::after {
	display: block;
}

#projects__main .SumoSelect {
	width: auto;
	outline: 0;
	position: relative;
}

#projects__main .SumoUnder, #campaing-filters-modal .SumoUnder {
	max-height: 0;
	border-width: 0;
}

#projects__main .optWrapper {
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	box-shadow: none;
	display: none;
	left: -17px;
	max-width: 300px;
	padding: 30px;
	top: calc(100% + 22px);
	z-index: 102;
}

#projects__main .open .optWrapper {
	position: absolute;
}

#projects__main .open .optWrapper, 
#campaing-territory-filters .optWrapper,
#campaing-filters-modal .optWrapper {
	display: block;
}

#projects__main .options, 
#campaing-territory-filters .options,
#campaing-filters-modal .options {
	-ms-overflow-style: none;
	padding: 0;
	scrollbar-width: none;
}

#projects__main .opt, 
#campaing-territory-filters .opt {
	font-size: 15px;
	text-align: left;
	line-height: 18px;
	margin: 0 0 8px;
}

#projects__main .opt {
  font-weight: normal;
  color: #666;
}

#projects__main .opt, 
#campaing-territory-filters .opt,
#campaing-filters-modal .opt {
	padding: 0 0 0 24px;
	position: relative;
}

#projects__main .opt label,
#campaing-territory-filters .opt label {
	cursor: default;
	color: #7f7f7f;
}

#campaing-territory-filters .opt {
  font-size: 16px;
  font-weight: 600;
  cursor: default;
  margin-bottom: 12px;
}

#campaing-territory-filters .select-other-nation {
	margin-bottom: 36px;
}

#campaing-filters-modal .opt label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #666;
  margin: 0 0 8px;
}

#campaing-territory-filters #ul-territory-filters .selected label {
	color: black;
}

.modal__wrapper.modal-filters .filter-group-mobile .field:last-child {
  margin-bottom: -24px;
}

#projects__main .SumoSelect>.CaptionCont, 
#projects__main  .opt label {
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	display: block;
}

#projects__main .opt span, #campaing-territory-filters .opt span {
	height: 20px;
	width: 20px;
}

#projects__main .opt span, #campaing-territory-filters .opt span,
	#campaing-filters-modal .opt span {
	bottom: 0;
	display: block;
	margin-left: -28px;
	position: absolute;
	top: 0;
}

#projects__main .opt span i, 
#campaing-territory-filters .opt span i,
#campaing-filters-modal .opt span i {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #ddd;
	height: 18px;
	width: 18px;
}

#campaing-filters-modal .opt span i {
	top: 2px;
}

#projects__main .opt span i, #campaing-territory-filters .opt span i {
	top: 0;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}

#projects__main .opt span i::after, 
#campaing-territory-filters .opt span i::after,
#campaing-filters-modal .opt span i::after {
	content: "";
	width: 0;
	height: 0;
	left: 8px;
	top: 8px;
	background: #2b8804;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#projects__main .opt.selected span i::after,
	#campaing-territory-filters .opt.selected span i::after,
	#campaing-filters-modal .opt.selected span i::after {
  opacity: 1;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#projects__main .MultiControls {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: space-between !important;
}

#projects__main .MultiControls p {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	color: #2b8804;
	font-size: 12px;
	font-weight: 600;
	margin-top: 30px;
	padding: 0;
	text-transform: uppercase;
}

#projects__main .MultiControls p.btnCancel {
	color: #7f7f7f;
}

#projects__main #button-territory-filter {
	margin: 0;
	padding: 0;
}

#projects__main a#button-territory-filter {
	color: #7f7f7f;
}

#projects__main .active a#button-territory-filter {
	color: #2b8804;
}

#projects__main a#button-territory-filter:hover {
	text-decoration: none;
}

#projects__main .SumoSelect.open>.optWrapper {
	min-width: 200px;
}

#projects__main .SumoSelect>.CaptionCont, #projects__main .opt label {
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	display: block;
}

#projects__main #campaing-filters .CaptionCont {
	text-align: center;
}

#campaing-territory-filters .CaptionCont, #campaing-filters-modal .CaptionCont,
	#campaing-filters-modal .marker {
	display: none;
}

#projects__main .opt label {
	cursor: default;
}

#campaing-territory-filters .map .region {
	cursor: pointer;
}

#campaing-territory-filters .placeholder,
#campaing-filters-modal .placeholder,
#campaing-territory-filters .actions a:not(.btnCancel) {
	display: none;
}

#campaing-filters-modal ul {
	padding: 0;
}

#campaing-territory-filters .filter, #campaing-filters-modal .filter
	{
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 768px) {
	#campaing-filters-modal .field label {
		font-size: 14px;
	}
}

#campaing-territory-filters .MultiControls, #campaing-filters-modal .MultiControls {
	display: none;
}

#campaing-territory-filters .optWrapper.territory-map {
	border: none;
}

#campaing-territory-filters #ul-territory-filters {
	padding-left: 0;
}

/* 5.3. ProjectHome =========================================================================================================================  */

#project_home__main .details-status .project-details .pending,
#project_home__main .details-status .project-details .pending h2,
#project_home__main .details-status .project-details .pending h4,
#project_home__main .details-status .project-details .pending .rendicontazione__value {
	color: #999;
}

#project_home__main .project-hero {
	min-height: initial;
}

#project_home__main .btn--empty-blue svg path {
  stroke: initial;
}

#project_home__main a.modal-trigger:hover svg path {
  fill: #ffffff;
}

#project_home__main a.modal-trigger:active svg path {
  fill: #000000;
}

#project_home__main isp-project-status {
	width: 100%;
}

#project_home__main .status.mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 200;
  background: #fff;
  padding: 16px 24px;
  box-shadow: 0 -8px 16px rgba(0,0,0,.16);
  pointer-events: all;
  opacity: 0;
  margin-bottom: 0;
}

#project_home__main .status.mobile.active {
  opacity: 1;
}

@media (max-width: 991px){
	#project_home__main .status {
		margin-bottom: 16px;
	}
	
	
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	#project_home__main .details-status .project-details__tab-triggers .project-tab-trigger {
		width: 100%;
		padding: 6px;
	}
}

@media only screen and (max-width: 767px){
	.details-status .project-details img{
		height: auto !important;
	}
}

@media only screen and (max-width: 767px){
	#project_home__main .details-status .project-details__tab-triggers .project-tab-trigger {
		padding: 13px 24px;
	}
}

@media only screen and (max-width:767px) {
	#project_home__main #campaign-project.tab-content.active {
		display: block;
		margin-bottom: 7rem;
		margin-top: 0rem;
	}
}

#project_home__main .details-status .project-support .project__testimonials {
	display: flex;
}

#project_home__main .details-status .project-support .project__testimonial {
	margin-right: 50px;
}

.project-card__user img {
	margin-right: 0!important;
}
/** aggiunto syile per icone sostenitori */
#campaign-sponsors .testimonials .avatars .avatar {
	vertical-align: middle;
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #eee;
	border-radius: 100%;
	overflow: hidden;
	margin-left: -18px
}

.voucherImg {
	max-width: 35%;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
}

.voucheDescr {
	min-width: 60%;
}

#campaign-sponsors .testimonials .avatars .avatar:first-child {
	margin-left: 0
}

@media only screen and (min-width: 1024px) {
	#campaign-sponsors .testimonials .avatars .avatar {
	  width: 64px;
	  height: 64px;
	  margin-left: -25px;
	}
}

#campaign-testimonial {
	text-align: center;
	padding-bottom: 0
}


#campaign-testimonial .avatar {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-bottom: 10px
}

#campaign-testimonial .title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px
}

#campaign-testimonial .title strong {
	display: block;
	color: #2b8804;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: .1em
}

#campaign-testimonial .quote {
	margin-bottom: 20px
}

#campaign-testimonial .numbers {
	position: relative;
	padding: 5px 0
}

#campaign-testimonial .numbers:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#campaign-testimonial .numbers:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #b2b2b2
}

#campaign-testimonial .numbers p {
	float: left;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box
}

#campaign-testimonial .numbers p strong {
	display: block;
	color: #2b8804;
	font-size: 18px;
	font-weight: 700;
	margin-top: 2px
}

@media only screen and (min-width:768px) {
	#campaign-testimonial .title {
		font-size: 22px;
		margin-bottom: 20px
	}
	#campaign-testimonial .title strong {
		font-size: 26px
	}
	#campaign-testimonial .numbers p strong {
		font-size: 21px
	}
}

#campaign-testimonial .progressBar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

#campaign-testimonial .between, #campaign-testimonial .end,
	#campaign-testimonial .start {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#campaign-testimonial .end, #campaign-testimonial .start {
	-ms-flex-positive: 0;
	flex-grow: 0
}

#campaign-testimonial .between {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

#campaign-testimonial .gray-bar-container {
	height: 7px;
	background: #f2f2f2;
	margin: 0 10px;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#campaign-testimonial .green-bar-container {
	height: 7px;
	background: #2b8804
}

/* 5.4. FoundationHome ======================================================================================================================  */

#fh__main .organization-details a>img {
	margin-bottom: 6px;
}

#fh__main .organization-expired-projects-carousel {
	overflow: hidden;
}

#fh__main .organization-expired-projects-carousel h2 {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1em;
	font-weight: 600;
}

/* 5.5. NetworkHome =========================================================================================================================  */

#network-projects .campaign-content {
	position: relative
}

#network-projects .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #dcdcdc
}

#network-projects .progress-fill {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	height: 5px;
	background-color: #2b8804
}

#net__main ol {
	list-style-type: decimal;
}

#net__main ul {
	list-style-type: disc;
}

/* 5.6. FoundationHome, NetworkHome (edit) ==================================================================================================  */

.manage-toolbar .title {
	background: #f5f4f4;
	margin: 0 -16px;
	padding: 18px 16px;
	font-size: 22px;
	color: #2b8804;
	line-height: 24px
}


@media only screen and (min-width:768px) {
	.manage-toolbar .title {
		height: 40px;
		margin: 8px 0 0;
		padding: 0;
		float: left
	}
}

.manage-toolbar .actions {
	padding-top: 15px
}

@media only screen and (min-width:768px) {

	.manage-toolbar {
		padding: 10px 0px 50px 0px;
		height: 40px;
		background: #f5f4f4
	}

	.manage-toolbar:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
}

@media only screen and (min-width:768px) {
	.manage-toolbar .actions {
		padding-top: 0;
		float: right;
		margin-right: 53px;
		padding-right: 20px;
		border-right: 1px solid rgba(0, 0, 0, .1);
		margin-top: 3px;
		height: 34px
	}

	.manage-toolbar .actions .lang-selector {
		width: 150px
	}

	.manage-toolbar .actions .lang-selector .ui-selectmenu-button {
		height: 34px;
		padding: 7px 12px
	}
}

.manage-toolbar .container {
	position: relative
}

.manage-toolbar .nav-handle {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer
}

@media only screen and (min-width:768px) {
	.manage-toolbar .nav-handle {
		top: 0;
		right: 20px
	}
}

.manage-toolbar .nav-handle span {
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -1px;
	position: absolute;
	background: #999;
	border-radius: 2px;
	height: 3px;
	width: 26px;
	transition: background .2s ease;
	transform: translate3d(0, 0, 0);
	border: 0
}

.manage-toolbar .nav-handle span:after,
.manage-toolbar .nav-handle span:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #999;
	border-radius: 2px;
	transition: all .4s ease
}

.manage-toolbar .nav-handle span:before {
	top: -8px
}

.manage-toolbar .nav-handle span:after {
	top: 8px
}

.manage-toolbar .nav {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -80%;
	width: 80%;
	background: #fff;
	z-index: 10000;
	transform: translate3d(0, 0, 0);
	transition: transform .3s ease
}

html.off-canvased .manage-toolbar .nav {
	transform: translate3d(-100%, 0, 0)
}

.manage-toolbar .nav .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer
}

.manage-toolbar .nav .close:before {
	content: "\e005";
	font-family: icons;
	font-size: 30px;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal
}

.manage-toolbar .nav .overlay {
	position: absolute;
	top: 0;
	height: 100%;
	right: 100%;
	width: 0;
	background: rgba(0, 0, 0, .7);
	transition: opacity .3s ease;
	opacity: 0;
	cursor: pointer
}

html.off-canvased .manage-toolbar .nav .overlay {
	width: calc(100vw);
	opacity: 1
}

.manage-toolbar .nav .content {
	padding: 65px 20px 25px;
	max-height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.manage-toolbar .nav .content .menu {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 30px
}

@media only screen and (min-width:768px) {
	.manage-toolbar .nav {
		right: -400px;
		width: 400px
	}

	html.off-canvased .manage-toolbar .nav {
		transform: translate3d(-400px, 0, 0)
	}

	.manage-toolbar .nav .content {
		padding: 80px 30px 30px
	}

	.manage-toolbar .nav .content .menu {
		font-size: 15px
	}
}

.manage-toolbar .nav .content .menu li {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.manage-toolbar .nav .content .menu li a,
.manage-toolbar .nav .content .menu li span {
	display: inline-block;
	padding: 5px 0
}

.manage-toolbar .nav .content .menu li a {
	font-weight: 600;
	transition: color .2s ease;
	color: #2b8804
}

.manage-toolbar .nav .content .menu li a:hover {
	color: #2b8804
}

.manage-toolbar .nav .content .translate {
	margin-top: 30px;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 20px
}

.manage-toolbar .nav .content .translate .menu {
	margin-bottom: 30px
}

.manage-toolbar .nav .content .translate .menu li:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.manage-toolbar .nav .content .translate .menu li span {
	float: left
}

.manage-toolbar .nav .content .translate .menu li a {
	float: right
}

.manage-toolbar .nav .content .translate .translate-title {
	font-size: 18px;
	line-height: 1;
	margin-bottom: .5em
}

@media only screen and (min-width:768px) {
	.manage-toolbar .nav .content .translate {
		margin-top: 40px
	}

	.manage-toolbar .nav .content .translate .translate-title {
		font-size: 21px
	}
}

.manage-toolbar .nav .content .translate .translate-subtitle {
	font-size: 16px;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: .8em
}

/* 5.7. HowItWorks ==========================================================================================================================  */

#cf__main .cf-details__tab__number {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width:1024px) {
	#cf__main .cf-details__tab .outer {
		position: relative;
	}
	
	#cf__main .cf-details__tab .inner {
		position:absolute;
		z-index:5000;
	}
}

/* 5.8. UserPaymentPromises =================================================================================================================  */

.list-toolbar {
	background: #f5f4f4;
	text-align: center;
	padding: 15px 0 20px
}

.list-toolbar .field {
	margin-bottom: 0;
	margin-top: 20px
}

.list-toolbar .field:first-child {
	margin-top: 0
}

.list-toolbar .field .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px
}

.list-toolbar .field .control-checkbox {
	margin-top: 9px
}

@media only screen and (min-width:768px) {

	.list-toolbar {
		padding: 15px 0
	}

	.list-toolbar:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}

	.list-toolbar .field {
		float: left;
		margin-top: 0
	}

	.list-toolbar .field.right {
		float: right
	}

	.list-toolbar .field.right .field-control,
	.list-toolbar .field.right .label {
		margin-right: 0;
		margin-left: 20px
	}

	.list-toolbar .field.right .label {
		margin-right: 10px
	}

	.list-toolbar .field .label {
		float: left;
		margin-right: 30px;
		line-height: 34px
	}

	.list-toolbar .field .field-control {
		float: left;
		margin-right: 20px
	}

	.list-toolbar .field .control-checkbox {
		margin-top: 6px
	}
}

.list-toolbar .field .control-checkbox label {
	font-size: 13px !important
}

.list-toolbar .field .control-select {
	margin-top: 4px
}

.list-toolbar .field .control-select .ui-selectmenu-button {
	height: 34px;
	padding: 7px 20px 7px 12px
}


@media only screen and (min-width:768px) {
	.list-toolbar .field .control-select {
		margin-top: 0;
		max-width: 230px
	}
}

/* 5.9. Donation, Loan ======================================================================================================================  */

.donate-area-header {
	text-align: center;
	position: relative;
	margin-bottom: 28px
}

@media only screen and (min-width:768px) {
	.donate-area-header {
		margin-bottom: 40px
	}
}

@media only screen and (min-width:1024px) {

	.donate-area-header {
		margin-bottom: 50px
	}
}

.donate-area-header .back {
	position: relative;
	display: inline-block;
	color: #888;
	padding-left: 22px
}

.donate-area-header .back:before {
	content: "\e009";
	font-family: icons;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0
}



/* PAGES Donation - Loan ############################################################################################# */

#donate-account {
	text-align: center
}

#donate-account .field {
	border-top: 1px solid #e8e8e8;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 20px
}

#donate-account .field label.error {
	display: block;
	max-width: 820px;
	margin: 10px auto 0;
	text-align: left
}

#donate-account .field .field-content {
	max-width: 820px;
	margin: 0 auto
}

#donate-account .field .field-content:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#donate-account .field.account-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	text-align: center
}

#donate-account .field.account-type .control-radio {
	display: inline-block;
	margin: 0 20px
}

#donate-account .field .field-options {
	margin: 12px 0 8px
}

#donate-account .field .field-options:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#donate-account .field .field-options .control-checkbox,
#donate-account .field .field-options .control-radio {
	float: left;
	margin-right: 20px
}

#donate-account .field.consenso,
#donate-account .field.newsletter {
	border-top: 0;
	margin-top: 20px;
	padding-top: 0
}

#donate-account .field.account {
	text-align: center
}

#donate-account .field.account .field-wrap .field-control {
	margin-top: 20px
}

#donate-account .field.account .field-wrap .field-control:first-child {
	margin-top: 0
}

@media only screen and (min-width:768px) {
	#donate-account .field {
		margin-top: 40px;
		padding-top: 40px
	}

	#donate-account .field.account .field-wrap {
		margin-left: -10px;
		margin-right: -10px
	}

	#donate-account .field.account .field-wrap:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}

	#donate-account .field.account .field-wrap .field-control {
		margin-top: 0;
		float: left;
		width: 33.3333%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	#donate-account .field.account .field-wrap.azienda .field-control {
		float: left;
		width: 50%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

#donate-account .field.account.logged .link {
	display: inline-block;
	margin-top: 10px;
	font-weight: 700;
	text-decoration: underline
}

#donate-account .field.account .facebook .button {
	box-sizing: border-box;
	text-transform: none;
	font-weight: 700;
	background: #4565a0;
	display: inline-block
}

#donate-account .field.account .facebook .button:hover {
	background: #364f7c
}

#donate-account .field.account .or {
	margin: 20px 0;
	display: block
}

#donate-account .field.options {
	margin-bottom: 20px
}

#donate-account .field.options .control-checkbox {
	box-sizing: border-box
}

@media only screen and (min-width:768px) {
	#donate-account .field.account.logged .link {
		margin-top: 20px
	}

	#donate-account .field.account .facebook .button {
		line-height: 35px;
		font-size: 16px;
		padding: 15px 30px
	}

	#donate-account .field.options {
		margin-bottom: 40px
	}

	#donate-account .field.options .control-checkbox {
		float: right;
		width: 40%
	}

	#donate-account .field.options .control-checkbox:first-child {
		float: left
	}
}

#lending-payment-method .lending-area-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

#lending-payment-method .lending-area-header .back {
	-ms-flex-order: 3;
	order: 3;
	top: 7px
}

#lending-payment-method .lending-area-header .section-title {
	-ms-flex-order: 2;
	order: 2;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

#lending-payment-method .lending-area-header .lending-amount {
	-ms-flex-order: 1;
	order: 1;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.1em;
	color: rgba(0, 0, 0, .5)
}


@media only screen and (min-width:768px) {
	#lending-payment-method .lending-area-header {
		display: block
	}

	#lending-payment-method .lending-area-header .lending-amount {
		margin-bottom: 40px
	}
}

#lending-payment-method .lending-area-header .lending-amount strong {
	font-weight: 700
}

#lending-payment-method .main-form {
	margin: 0 auto;
	width: 90%
}

#lending-payment-method .main-form .radio-blocks {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px
}

#lending-payment-method .main-form .radio-blocks label {
	box-sizing: border-box;
	padding-right: 30px
}

#lending-payment-method .main-form .radio-blocks label .radio-text {
	display: block;
	max-width: 75%
}

#lending-payment-method .main-form .radio-blocks .availableMethods {
	list-style: disc;
	margin-top: 10px;
	padding-left: 24px
}

#lending-payment-method .main-form .radio-blocks .control-radio {
	box-sizing: border-box;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	padding: 15px
}

@media only screen and (min-width:1024px) {
	#lending-payment-method .main-form {
		width: 979px
	}

	#lending-payment-method .main-form .radio-blocks .control-radio {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	#lending-payment-method .main-form .radio-blocks .control-radio label {
		height: 100%
	}
}

#lending-payment-method .main-form .radio-blocks .smartphone {
	position: absolute;
	top: 20px;
	right: 40px;
	background: url(../img/icon-smartphone.svg) center/cover no-repeat;
	width: 17px;
	height: 31px
}

#lending-payment-method .main-form .radio-blocks .laptop {
	position: absolute;
	top: 24px;
	right: 30px;
	background: url(../img/icon-laptop.svg) center/cover no-repeat;
	width: 36px;
	height: 23px
}

#lending-payment-method .main-form .radio-blocks .copy {
	display: block;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #ddd
}


@media only screen and (min-width:768px) {
	#lending-payment-method .main-form .radio-blocks label .radio-text {
		max-width: 100%
	}
}

#lending-added-donation .lending-area-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

#lending-added-donation .lending-area-header .subtitle {
	-ms-flex-order: 1;
	order: 1;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

#lending-added-donation .lending-area-header .section-title {
	-ms-flex-order: 2;
	order: 2;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding-top: 20px
}

#lending-added-donation .lending-area-header .back {
	-ms-flex-order: 3;
	order: 3
}

#lending-added-donation .main-form {
	margin: 0 auto;
	width: 80%;
	max-width: 645px
}

#lending-added-donation .main-form .control-radio {
	margin-top: 20px
}

#lending-added-donation .main-form .control-radio .hiddenRadio:checked+label {
	background: rgba(43, 136, 4, .05);
	border-color: #ddd
}

#lending-added-donation .field-controls.radio-blocks .control-radio,
#lending-payment-method .field-controls.radio-blocks .control-radio {
	float: none
}

#lending-added-donation .field-controls.radio-blocks .control-radio .hiddenRadio:checked+label,
#lending-payment-method .field-controls.radio-blocks .control-radio .hiddenRadio:checked+label {
	background: rgba(43, 136, 4, .05);
	border-color: #ddd
}

#lending-added-donation .field-controls.radio-blocks .control-radio .hiddenRadio:checked+label strong,
#lending-payment-method .field-controls.radio-blocks .control-radio .hiddenRadio:checked+label strong {
	font-weight: 700
}

#lending-added-donation .field-controls.radio-blocks .control-radio label,
#lending-payment-method .field-controls.radio-blocks .control-radio label {
	display: block
}

#lending-added-donation .field-controls.radio-blocks .control-radio label strong,
#lending-payment-method .field-controls.radio-blocks .control-radio label strong {
	margin: 0;
	font-weight: 400;
	font-size: 16px
}

#lending-added-donation .field-controls.radio-blocks .control-radio label .additional-input,
#lending-payment-method .field-controls.radio-blocks .control-radio label .additional-input {
	position: relative;
	margin-top: 25px;
	width: 150px;
	height: 46px;
	line-height: 46px;
	background-color: #fff;
	border: 1px solid #dcdcdc
}

#lending-added-donation .field-controls.radio-blocks .control-radio label .additional-input .inside-input,
#lending-payment-method .field-controls.radio-blocks .control-radio label .additional-input .inside-input {
	position: static;
	width: 100%;
	height: 100%;
	padding: 0 45px 0 15px;
	opacity: 1
}

#lending-added-donation .field-controls.radio-blocks .control-radio label .additional-input .inside-input+span,
#lending-payment-method .field-controls.radio-blocks .control-radio label .additional-input .inside-input+span {
	position: absolute;
	right: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:768px) {
	#lending-added-donation .lending-area-header .section-title {
		padding-top: 40px
	}

	#lending-added-donation .main-form .field-controls.radio-blocks .control-radio label.with-input {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	#lending-added-donation .main-form .field-controls.radio-blocks .control-radio label.with-input:before {
		top: 34px
	}

	#lending-added-donation .main-form .field-controls.radio-blocks .control-radio label.with-input:after {
		top: 38px
	}

	#lending-added-donation .main-form .field-controls.radio-blocks .control-radio label.with-input .additional-input {
		margin-top: 0
	}

	#lending-recap .form-heading {
		margin-bottom: 35px
	}
}


#lending-recap .main-form {
	margin: 0 auto;
	width: 90%;
	max-width: 571px
}

#lending-recap .form-heading {
	font-size: 21px;
	margin: 0 0 10px;
	text-align: center
}


#lending-recap .submit-block {
	text-align: center
}

#lending-recap .recap-list {
	margin: 0;
	padding-top: 20px
}

#lending-recap .recap-list .recap-item {
	padding: 15px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	border-top: 1px solid #ddd
}

#lending-recap .recap-list .recap-item:first-child:not(.border-top) {
	border-top: none
}

#lending-recap .recap-list .recap-item.bold {
	border-top: 1px solid #000;
	font-weight: 700
}

#lending-recap .recap-list .recap-item .show-md-inline {
	display: none
}

@media only screen and (min-width:768px) {
	#lending-recap .recap-list {
		padding-top: 40px
	}

	#lending-recap .recap-list .recap-item {
		font-size: 16px
	}

	#lending-recap .recap-list .recap-item .show-md-inline {
		display: inline
	}
}

#lending-recap .recap-list .recap-item .value {
	text-align: right
}

#lending-recap .recap-list .recap-item .value .note {
	display: block;
	margin-top: 5px;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, .5)
}

#lending-recap .copy {
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 1.5em
}

#lending-recap .copy strong {
	font-weight: 700
}

#lending-recap .copy.muted {
	color: rgba(0, 0, 0, .5);
	margin-bottom: 15px;
	font-size: 12px
}

#lending-recap .copy.muted.normal-size {
	font-size: inherit
}

#lending-recap .copy.publish {
	padding-top: 30px;
	margin-bottom: 24px
}

#lending-recap .copy.publish+.control-checkbox {
	margin-bottom: 15px
}

#lending-recap .copy.publish+.control-checkbox+.control-checkbox {
	margin-bottom: 60px
}

#lending-recap .policy {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .03);
	color: rgba(0, 0, 0, .5);
	font-size: 15px;
	line-height: 1.5em;
	max-height: 4.5em;
	overflow-y: scroll
}

#lending-recap .control-checkbox {
	margin-bottom: 30px
}

#lending-choose-amount {
	text-align: center
}

#lending-choose-amount ul:not(.recap-list) {
	margin-left: -10px;
	margin-right: -10px
}

#lending-choose-amount ul:not(.recap-list):after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#lending-choose-amount li:not(.recap-item) {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px
}

#lending-choose-amount li:not(.recap-item)>label {
	display: block;
	position: relative;
	overflow: hidden
}

#lending-choose-amount li:not(.recap-item)>label input[type=radio] {
	position: absolute;
	top: -20px;
	left: -20px;
	opacity: 0;
	width: 20px;
	height: 20px
}

#lending-choose-amount li:not(.recap-item)>label .label {
	display: block;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding: 28px 20px;
	color: #2b8804;
	cursor: pointer;
	transition: background .2s ease, border .2s ease
}

#lending-choose-amount li:not(.recap-item)>label input:checked+.label {
	background: #cce2a1;
	border-color: #cce2a1
}

#lending-choose-amount li:not(.recap-item).custom {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0
}

#lending-choose-amount li:not(.recap-item).custom .field-control {
	max-width: 150px;
	margin: 30px auto 0
}

#lending-choose-amount li:not(.recap-item).custom input {
	text-align: right
}

#lending-choose-amount li:not(.recap-item).custom label.error {
	display: block;
	color: red;
	font-weight: 400;
	margin-top: 10px;
	font-size: 14px;
	overflow: visible
}

#lending-choose-amount .amount-form ul {
	margin-bottom: 60px
}

#lending-choose-amount .amount-form .section-title {
	color: #000
}

#lending-choose-amount .amount-form .rate-box {
	padding: 80px 0 40px;
	border: 1px solid #ddd
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block {
	max-width: 474px;
	margin: 0 auto
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control {
	-ms-flex: 0 0 17.5%;
	flex: 0 0 17.5%;
	max-width: 17.5%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.minus {
	text-align: center
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.minus .control-icon {
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 5px
}

@media only screen and (min-width:768px) {
	#lending-account .control-radio {
		margin-top: 0
	}

	#lending-choose-amount li:not(.recap-item) {
		float: left;
		width: 25%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control {
		display: block
	}

	#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.minus {
		text-align: left
	}

	#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.minus .control-icon {
		margin-bottom: 0;
		margin-right: 15px
	}
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.plus {
	text-align: center
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.plus .control-icon:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	border-radius: 1px;
	background-color: #2b8804;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control .control-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border: 1px solid #2b8804;
	border-radius: 50%;
	cursor: pointer
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control .control-icon:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 1px;
	border-radius: 1px;
	background-color: #2b8804;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control .control-value {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #757575;
	margin-bottom: 5px
}

#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-bar {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%
}

#lending-choose-amount .amount-form #loan-rate {
	background: #ddd;
	border: none;
	height: 5px;
	border-radius: 3px
}

#lending-choose-amount .amount-form #loan-rate .ui-slider-range {
	background: #2b8804;
	border-radius: 3px
}

#lending-choose-amount .amount-form #loan-rate .ui-slider-handle {
	top: -12px;
	margin-left: -15px;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	background-color: #2b8804;
	border: 3px solid rgba(43, 136, 4, .5);
	border-radius: 50%;
	background-clip: padding-box
}

#lending-choose-amount .amount-form #loan-rate #custom-handle .handle-container {
	position: relative
}

#lending-choose-amount .amount-form #loan-rate #custom-handle .handle-text {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 21px;
	font-weight: 700
}

#lending-choose-amount .amount-form .recap-list {
	margin: 0 20px;
	padding-top: 40px
}

#lending-choose-amount .amount-form .recap-list .recap-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 12px
}

@media only screen and (min-width:768px) {
	#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.plus {
		text-align: right
	}

	#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control.plus .control-icon {
		margin-left: 15px
	}

	#lending-choose-amount .amount-form .rate-box .loan-rate-block .slider-control .control-value {
		margin-bottom: 0
	}

	#lending-choose-amount .amount-form .recap-list {
		margin: 0
	}

	#lending-choose-amount .amount-form .recap-list .recap-item {
		font-size: 16px
	}
}

#lending-choose-amount .amount-form .recap-list .recap-item:last-child {
	margin-bottom: 0
}

#lending-choose-amount .amount-form .submit-block {
	margin: 40px 0
}

#lending-choose-amount .notes {
	margin-top: 20px
}

#lending-choose-amount .side-notes {
	color: rgba(0, 0, 0, .5);
	font-size: 12px
}

@media only screen and (min-width:1024px) {

	#lending-choose-amount {
		padding-bottom: 150px
	}
}

.lending-area-header {
	text-align: center;
	position: relative;
	margin-bottom: 28px
}

.lending-area-header .section-title {
	color: #000;
	margin-bottom: 15px
}

@media only screen and (min-width:768px) {

	.lending-area-header {
		margin-bottom: 40px
	}

	.lending-area-header .section-title {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:1024px) {

	.lending-area-header {
		margin-bottom: 50px
	}

	.lending-area-header .section-title {
		margin-bottom: 30px
	}

}

.lending-area-header .copy {
	margin: 0 auto;
	width: 80%;
	max-width: 550px
}

.lending-area-header .back,
.lending-area-header .subtitle {
	position: relative;
	display: inline-block;
	color: #888
}

.lending-area-header .back {
	padding-left: 22px
}

.lending-area-header .back:before {
	content: "\e009";
	font-family: icons;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (min-width:768px) {

	.lending-area-header .back,
	.lending-area-header .subtitle {
		position: absolute;
		top: 0;
		font-size: 16px;
		line-height: 20px
	}

	.lending-area-header .back {
		left: 20px
	}

	.lending-area-header .subtitle {
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	#lending-stepper .wrap {
		margin-top: 40px
	}
}


#lending-stepper .wrap {
	max-width: 650px;
	margin: 20px auto 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 6px 20px
}

#lending-stepper .wrap .steps {
	padding: 0 10%;
	height: 5px;
	background: #e5e5e5;
	border-radius: 2px;
	position: relative
}

#lending-stepper .wrap .steps.completed {
	background: #2b8804
}

#lending-stepper .wrap .steps:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: #2b8804;
	height: 5px;
	border-radius: 2px
}

#lending-stepper .wrap .step {
	display: block;
	height: 5px;
	float: left;
	width: 20%;
	position: relative
}

#lending-stepper .wrap .step:before {
	content: "";
	position: absolute;
	right: 50%;
	width: 100%;
	height: 5px;
	top: 0;
	margin-right: -7px;
	background: #e5e5e5
}

#lending-stepper .wrap .point {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #e5e5e5;
	box-sizing: border-box;
	z-index: 1
}

#lending-stepper .wrap .point:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #e5e5e5
}

#lending-stepper .wrap .step.active:before {
	background: #2b8804
}

#lending-stepper .wrap .step.active .point {
	border-color: #2b8804
}

#lending-stepper .wrap .step.active .point:before {
	background: #2b8804
}

#lending-account form {
	margin: 0 auto;
	width: 90%;
	max-width: 474px
}

#lending-account .control-radio {
	margin-top: 5px
}


#donate-choose-amount {
	text-align: center
}

#donate-choose-amount ul {
	margin-left: -10px;
	margin-right: -10px
}

#donate-choose-amount ul:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#donate-choose-amount li {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px
}

@media only screen and (min-width:768px) {
	.donate-area-header .back {
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 0;
		font-size: 16px;
		line-height: 20px
	}

	#donate-choose-amount li {
		float: left;
		width: 25%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

#donate-choose-amount li>label {
	display: block;
	position: relative;
	overflow: hidden
}

#donate-choose-amount li>label input[type=radio] {
	position: absolute;
	top: -20px;
	left: -20px;
	opacity: 0;
	width: 20px;
	height: 20px
}

#donate-choose-amount li>label .label {
	display: block;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding: 28px 20px;
	color: #2b8804;
	cursor: pointer;
	transition: background .2s ease, border .2s ease
}

#donate-choose-amount li>label input:checked+.label {
	background: #cce2a1;
	border-color: #cce2a1
}

#donate-choose-amount li.custom {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0
}

#donate-choose-amount li.custom .field-control {
	max-width: 150px;
	margin: 30px auto 0
}

#donate-choose-amount li.custom input {
	text-align: right
}

#donate-choose-amount li.custom label.error {
	display: block;
	color: red;
	font-weight: 400;
	margin-top: 10px;
	font-size: 14px;
	overflow: visible
}

/* 5.10. UserFoundationLoanDocs =============================================================================================================  */

#ddd-in-corso .copy {
	margin-bottom: 40px
}

#ddd-da-firmare .doc-list .doc {
	padding: 14px 0;
	border-bottom: 1px solid #ddd
}

#ddd-da-firmare .doc-list .doc:last-child {
	border: none
}

#ddd-da-firmare .doc-list .doc a,
#ddd-da-firmare .doc-list .doc a:visited {
	color: #2b8804;
	text-decoration: none;
	font-size: 12px
}

#ddd-da-firmare .doc-list .doc .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px
}

#ddd-da-firmare .doc-list .doc .icon.pencil {
	background: url(../img/icon-pencil.svg) 0 0/cover no-repeat
}

#ddd-da-firmare .doc-list .doc .icon.download {
	background: url(../img/icon-download.svg) 0 0/cover no-repeat
}

#ddd-da-firmare .doc-list .doc .icon.arrow {
	background: url(../img/icon-arrow.svg) 0 0/cover no-repeat
}

#ddd-attesa-firma .copy .link,
#ddd-attesa-firma .copy .link:visited {
	color: #2b8804
}

#ddd-attesa-firma .copy.has-margin {
	margin-bottom: 50px
}

#ddd-attesa-firma .button.wrap {
	white-space: normal;
	text-align: center;
	line-height: 1.2em;
	margin: 30px 0 50px
}

#ddd-attesa-firma .doc-list .doc {
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ddd
}

#ddd-attesa-firma .doc-list .doc:last-child {
	margin-bottom: 0
}

#ddd-attesa-firma .doc-list .doc.heading {
	display: none
}

@media only screen and (min-width:768px) {
	#ddd-da-firmare .doc-list .doc a,
	#ddd-da-firmare .doc-list .doc a:visited {
		font-size: 18px
	}

	#ddd-da-firmare .doc-list .doc .icon {
		width: 30px;
		height: 30px
	}

	#ddd-attesa-firma .doc-list .doc {
		margin: 0;
		padding: 15px 0;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #ddd;
		border-left: none;
		display: -ms-flexbox;
		display: flex
	}

	#ddd-attesa-firma .doc-list .doc:last-child {
		margin: 0
	}

	#ddd-attesa-firma .doc-list .doc .content.name {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%
	}

	#ddd-attesa-firma .doc-list .doc .content.amount,
	#ddd-attesa-firma .doc-list .doc .content.rate {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%
	}

	#ddd-attesa-firma .doc-list .doc .content.status {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%
	}

	#ddd-attesa-firma .doc-list .doc .content.download {
		-ms-flex: 0 0 10%;
		flex: 0 0 10%
	}

	#ddd-attesa-firma .doc-list .doc.heading {
		display: -ms-flexbox;
		display: flex
	}

	#ddd-attesa-firma .doc-list .doc.heading .content {
		font-weight: 700 !important;
		color: #000 !important
	}

	#ddd-attesa-firma .doc-list .doc .content .tab-heading {
		display: none
	}
}

#ddd-attesa-firma .doc-list .doc .content {
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5em;
	font-size: 16px
}

#ddd-attesa-firma .doc-list .doc .content .text {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

#ddd-attesa-firma .doc-list .doc .content.name {
	font-weight: 700
}

#ddd-attesa-firma .doc-list .doc .content.download,
#ddd-attesa-firma .doc-list .doc .content.download:visited {
	color: #2b8804
}

#ddd-attesa-firma .doc-list .doc .content.name,
#ddd-attesa-firma .doc-list .doc .content.status {
	margin-bottom: 10px
}

#ddd-attesa-firma .load-more,
#ddd-attesa-firma .load-more:visited {
	display: block;
	margin-top: 20px;
	color: #2b8804;
	font-weight: 700
}

#ddd-firma .inline-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

#ddd-firma .inline-form input {
	margin-right: 5px;
	height: 42px
}


@media only screen and (min-width:768px) {
	#ddd-attesa-firma .doc-list .doc .content.name {
		font-weight: 400
	}

	#ddd-attesa-firma .doc-list .doc .content.name,
	#ddd-attesa-firma .doc-list .doc .content.status {
		margin: 0
	}
}

/* 5.11. DonationComplete ===================================================================================================================  */

#donate-stepper .wrap {
	max-width: 650px;
	margin: 20px auto 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 6px 20px
}

#donate-stepper .wrap .steps {
	padding: 0 12.5%;
	height: 5px;
	background: #e5e5e5;
	border-radius: 2px;
	position: relative
}

#donate-stepper .wrap .steps.completed {
	background: #2b8804
}

#donate-stepper .wrap .steps:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: #2b8804;
	height: 5px;
	border-radius: 2px
}

#donate-stepper .wrap .step {
	display: block;
	height: 5px;
	float: left;
	width: 33.3333%;
	position: relative
}

#donate-stepper .wrap .step:before {
	content: "";
	position: absolute;
	right: 50%;
	width: 100%;
	height: 5px;
	top: 0;
	margin-right: -7px;
	background: #e5e5e5
}

#donate-stepper .wrap .point {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #e5e5e5;
	box-sizing: border-box;
	z-index: 1
}

#donate-stepper .wrap .point:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #e5e5e5
}

#donate-stepper .wrap .step.active:before {
	background: #2b8804
}

#donate-stepper .wrap .step.active .point {
	border-color: #2b8804
}

#donate-stepper .wrap .step.active .point:before {
	background: #2b8804
}

@media only screen and (min-width:768px) {
	#donate-stepper .wrap {
		margin-top: 40px
	}
}


/* PAGE donationComplete ############################################################################################# */

@media only screen and (min-width:768px) {

	#donate-feedback .wrap {
		margin-left: -10px;
		margin-right: -10px
	}

	#donate-feedback .wrap:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}

	#donate-feedback .content {
		float: left;
		width: 58.3333%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width:1024px) {
	#donate-feedback .content {
		float: left;
		width: 66.6667%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

#donate-feedback .content .section-title {
	margin-bottom: 15px
}

#donate-feedback .content .intro {
	margin-bottom: 20px;
	font-size: 14px
}

#donate-feedback .content .intro p {
	margin-bottom: .5em
}

#donate-feedback .content .intro strong {
	font-weight: 700
}

@media only screen and (min-width:768px) {
	#donate-feedback .content .section-title {
		text-align: left;
		margin-bottom: 20px
	}

	#donate-feedback .content .intro {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px
	}
}

#donate-feedback .content .message label {
	font-size: 14px;
	color: #2b8804;
	margin-bottom: 10px;
	font-weight: 600
}

#donate-feedback .content .note {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 15px
}

@media only screen and (min-width:768px) {
	#donate-feedback .content .note {
		margin-bottom: 25px
	}
}

#donate-feedback .content .button {
	margin-top: 10px
}

@media only screen and (max-width:767px) {
	#donate-feedback .content .field {
		margin-bottom: 10px
	}
}

#donate-feedback .side {
	margin-top: 30px
}

@media only screen and (min-width:768px) {
	#donate-feedback .side {
		margin-top: 0;
		float: left;
		width: 41.6667%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:1024px) {
	#donate-feedback .side {
		float: left;
		width: 33.3333%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

#donate-feedback .project {
	position: relative;
	margin-bottom: 30px
}

@media only screen and (min-width:768px) {
	#donate-feedback .project {
		margin-bottom: 40px;
		padding-left: 65px
	}
}

#donate-feedback .project .organization-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	padding: 5px
}

@media only screen and (min-width:1024px) {
	#donate-feedback .project {
		padding-left: 82px
	}

	#donate-feedback .project .organization-logo {
		width: 65px;
		height: 65px;
		padding: 6px
	}
}

#donate-feedback .project .title {
	margin-bottom: 16px;
	padding-left: 62px
}

#donate-feedback .project .title strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 3px
}

#donate-feedback .project p {
	margin-bottom: .4em
}

#donate-feedback .project strong {
	font-weight: 700
}

#donate-feedback .project a {
	text-decoration: underline;
	font-weight: 700
}

#donate-feedback .become-testimonial p {
	margin-bottom: .4em
}

#donate-feedback .become-testimonial p strong {
	font-weight: 700
}

#donate-feedback .become-testimonial p a {
	text-decoration: underline;
	font-weight: 700
}

#donate-feedback .become-testimonial .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: #2b8804;
	margin-bottom: 16px
}

#donate-feedback .become-testimonial strong {
	font-weight: 700
}

#donate-feedback .become-testimonial .button {
	margin-top: 20px
}


@media only screen and (min-width:768px) {
	#donate-feedback .project .title {
		padding-left: 0
	}

	#donate-feedback .project .title strong {
		font-size: 24px
	}

	#donate-feedback .become-testimonial {
		padding-left: 65px
	}

	#donate-feedback .become-testimonial .title {
		font-size: 24px
	}

	#donate-feedback .wrap {
		margin-left: -10px;
		margin-right: -10px
	}

	#donate-feedback .wrap:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}

	#donate-feedback .content {
		float: left;
		width: 58.3333%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:1024px) {
	#donate-feedback .content {
		float: left;
		width: 66.6667%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	#donate-feedback .become-testimonial {
		padding-left: 82px
	}
}

#donate-feedback .content .section-title {
	margin-bottom: 15px
}

#donate-feedback .content .intro {
	margin-bottom: 20px;
	font-size: 14px
}

#donate-feedback .content .intro p {
	margin-bottom: .5em
}

#donate-feedback .content .intro strong {
	font-weight: 700
}

@media only screen and (min-width:768px) {
	#donate-feedback .content .section-title {
		text-align: left;
		margin-bottom: 20px
	}

	#donate-feedback .content .intro {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px
	}
}

#donate-feedback .content .message label {
	font-size: 14px;
	color: #2b8804;
	margin-bottom: 10px;
	font-weight: 600
}

#donate-feedback .content .note {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 15px
}

@media only screen and (min-width:768px) {
	#donate-feedback .content .note {
		margin-bottom: 25px
	}
}

#donate-feedback .content .button {
	margin-top: 10px
}

@media only screen and (max-width:767px) {
	#donate-feedback .content .field {
		margin-bottom: 10px
	}
}

#donate-feedback .side {
	margin-top: 30px
}

@media only screen and (min-width:768px) {
	#donate-feedback .side {
		margin-top: 0;
		float: left;
		width: 41.6667%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:1024px) {
	#donate-feedback .side {
		float: left;
		width: 33.3333%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

#donate-feedback .project {
	position: relative;
	margin-bottom: 30px
}

@media only screen and (min-width:768px) {
	#donate-feedback .project {
		margin-bottom: 40px;
		padding-left: 65px
	}
}

#donate-feedback .project .organization-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	padding: 5px
}

@media only screen and (min-width:1024px) {
	#donate-feedback .project {
		padding-left: 82px
	}

	#donate-feedback .project .organization-logo {
		width: 65px;
		height: 65px;
		padding: 6px
	}
}

#donate-feedback .project .title {
	margin-bottom: 16px;
/*	padding-left: 62px */
}

#donate-feedback .project .title strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 3px
}

#donate-feedback .project p {
	margin-bottom: .4em
}

#donate-feedback .project strong {
	font-weight: 700
}

#donate-feedback .project a {
	text-decoration: underline;
	font-weight: 700
}

#donate-feedback .become-testimonial p {
	margin-bottom: .4em
}

#donate-feedback .become-testimonial p strong {
	font-weight: 700
}

#donate-feedback .become-testimonial p a {
	text-decoration: underline;
	font-weight: 700
}

#donate-feedback .become-testimonial .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: #2b8804;
	margin-bottom: 16px
}

#donate-feedback .become-testimonial strong {
	font-weight: 700
}

#donate-feedback .become-testimonial .button {
	margin-top: 20px
}

/* 5.12. FinancialReporting =================================================================================================================  */

.uploadFileInput {
	display: block;
	position: relative;
	overflow: hidden;
}

.uploadFileInput .button {
	position: relative;
	z-index: 1;
}

.uploadFileInput .uploadInput {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 300px;
	direction: ltr;
	cursor: pointer;
	z-index: 100;
}

/* fix descrizione rendicontazione sovrapposta al bottone */
.uploadFileInput {
	overflow: visible;
}

/* 5.13. UserFinancialReporting =============================================================================================================  */

#report-project .field,
#report-save .field {
	margin: 0 0 40px
}

@media only screen and (min-width:768px) {

	#report-project .field.report-field.project-phase .field-label,
	#report-save .field.report-field.project-phase .field-label {
		margin-top: 78px
	}

	#report-project .field.report-field.project-phase .field-label.no-margin,
	#report-save .field.report-field.project-phase .field-label.no-margin {
		margin-top: 0
	}
}

#report-project .project-phase .phase-status,
#report-save .project-phase .phase-status {
	margin: 20px 0 0;
	padding: 20px;
	color: #fff;
	font-weight: 700
}

#report-project .project-phase .phase-status.green,
#report-save .project-phase .phase-status.green {
	background-color: #2b8804
}

#report-project .project-phase .phase-status.orange,
#report-save .project-phase .phase-status.orange {
	background-color: #f18904
}

#report-project .project-phase .phase-status.red,
#report-save .project-phase .phase-status.red {
	background-color: red
}

#report-project .project-phase .phase-status.gray,
#report-save .project-phase .phase-status.gray {
	background-color: #888
}

#report-project .project-phase .field-label .label-text,
#report-save .project-phase .field-label .label-text {
	display: block
}

#report-project .project-phase .field-label .indicator,
#report-save .project-phase .field-label .indicator {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 15px
}

#report-project .project-phase .field-label .indicator .mark,
#report-save .project-phase .field-label .indicator .mark {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#report-project .project-phase .field-label .indicator.alert,
#report-save .project-phase .field-label .indicator.alert {
	color: red
}

#report-project .project-phase .field-label .indicator.alert .mark,
#report-save .project-phase .field-label .indicator.alert .mark {
	background-image: url(../img/circled-alert.svg)
}

#report-project .project-phase .field-label .indicator.ok,
#report-save .project-phase .field-label .indicator.ok {
	color: #2b8804
}

#report-project .project-phase .field-label .indicator.ok .mark,
#report-save .project-phase .field-label .indicator.ok .mark {
	background-image: url(../img/circled-check.svg)
}

#report-project .project-phase .field-label .indicator.waiting,
#report-save .project-phase .field-label .indicator.waiting {
	color: #888
}

#report-project .project-phase .field-label .indicator.waiting .mark,
#report-save .project-phase .field-label .indicator.waiting .mark {
	background-image: url(../img/circled-wait.svg)
}

#report-project .project-phase .field-label .indicator.waiting.orange,
#report-save .project-phase .field-label .indicator.waiting.orange {
	color: #f18904
}

#report-project .project-phase .field-label .indicator.waiting.orange .mark,
#report-save .project-phase .field-label .indicator.waiting.orange .mark {
	background-image: url(../img/circled-wait-orange.svg)
}

#report-project .submit-block,
#report-save .submit-block {
	padding-top: 40px;
	border-top: 1px solid #ddd;
	text-align: left
}

#report-project .submit-block.centered,
#report-save .submit-block.centered {
	padding-left: calc(33.33% + 12px)
}

.report-fields .report-field:last-child {
	margin-bottom: 0
}

.report-fields-buttons {
	margin-bottom: 40px;
	padding: 40px 0 40px calc(33.33% + 8px);
	border-bottom: 1px solid #ddd
}

.report-field .over-input {
	margin-bottom: 10px;
	font-weight: 700
}

@media only screen and (min-width:768px) {

	#report-project .project-phase .phase-status,
	#report-save .project-phase .phase-status {
		margin-left: calc(33.33% + 12px);
		margin-right: 13px
	}

	.report-fields-buttons+.button-area {
		padding-left: 12px
	}
}

/* 5.14. UserProjectNewBase, UserProjectHomeEdit ============================================================================================  */

@media only screen and (min-width:768px) {
	#campaign-edit-date .field-controls:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}

	#campaign-edit-date .field-control {
		float: left;
		max-width: 250px;
		width: 50%;
		padding-right: 30px;
		box-sizing: border-box
	}
}

/* 5.15. UserFoundationDashboard ============================================================================================================  */

@media only screen and (max-width:767px) {
	#organization-dashboard {
		padding-top: 0
	}
}

#organization-dashboard .results {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc
}

#organization-dashboard-graph {
	overflow: hidden;
	display: none
}

@media only screen and (min-width:768px) {
	#organization-dashboard .results {
		padding-bottom: 30px
	}

	#organization-dashboard-graph {
		display: block
	}
}

#organization-dashboard-graph .graph {
	height: 250px
}

#organization-dashboard-graph .wrap {
	overflow: visible;
	border: 1px solid #dcdcdc;
	padding: 10px 20px;
	border-radius: 10px
}


@media only screen and (min-width:1024px) {

	#organization-dashboard-graph .graph {
		height: 370px
	}

	#organization-dashboard-graph .wrap {
		padding: 20px 30px
	}
}

.results-list {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	position: relative;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #bdbdbd;
	color: #3e3e3e
}

@media only screen and (max-width:1023px) {
	.results-list {
		font-size: 10px;
		line-height: 1
	}
}

@media only screen and (max-width:767px) {
	.results-list {
		font-size: 9px
	}
}


@media only screen and (min-width:768px) {
	.results-list {
		margin-left: -12px;
		margin-right: -12px;
		border-bottom: 0;
		margin-top: 35px
	}

	.results-list:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
}


@media only screen and (min-width:1024px) {

	.results-list {
		margin-top: 50px;
		margin-bottom: 20px;
	}
}


.results-list .item {
	border-top: 1px solid #bdbdbd;
	position: relative;
	margin: 0 -16px;
	padding-top: 52px;
	padding-bottom: 18px
}

.results-list .item:before {
	content: "\e000";
	font-family: icons;
	font-size: 34px;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #2b8804;
	position: absolute;
	top: 11px;
	left: 50%;
	width: 34px;
	height: 34px;
	text-align: center;
	margin-left: -17px
}

.results-list .item.organizations:before {
	content: "\e00d";
	margin-left: -100px;
    margin-top: 10px;
}

.results-list .item.campaigns:before {
	content: "\e00e"
}

.results-list .item.funds-raised:before {
	content: "\e00f";
	margin-left: -100px;
    margin-top: 10px;
}

.results-list .item.funds-raised-network:before {
	content: "\e00f";
    margin-top: 10px;
}

.results-list .item.users:before {
	content: "\e013"
}

.results-list .item.donors:before {
	content: "\e010";
	margin-left: -100px;
    margin-top: 10px;
}

.results-list .item.donors-network:before {
	content: "\e010";
	margin-top: 10px;
}

.results-list .item.supporters:before {
	content: "\e00e";
	margin-left: -100px;
    margin-top: 10px;
}

.results-list .item strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: .2em
}

@media only screen and (min-width:768px) {
	.results-list .item:before {
		top: 0;
		margin-left: -30px;
		font-size: 60px;
		line-height: 1;
		width: 60px;
		height: 60px
	}

	.results-list .item {
		border-top: 0;
		float: left;
		width: 23%;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		padding: 80px 12px 0
	}

	.results-list .item strong {
		margin-bottom: .5em;
		font-size: 24px
	}

	.results-list .item span {
		text-transform: lowercase;
		color: black;
	}
}

@media only screen and (min-width:1024px) {
	.results-list .item:before {
		margin-left: -37px;
		font-size: 75px;
		width: 75px;
		height: 75px
	}

	.results-list .item {
		padding-top: 100px
	}

	.results-list .item strong {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.results-list .item span {
		text-transform: lowercase;
		color: black;
	}
}

.results-list.no-icon .item {
	padding-top: 20px
}

.results-list.no-icon .item strong {
	color: #2b8804
}


@media only screen and (min-width:768px) {
	.results-list.has-1 .item {
		float: left;
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	.results-list.has-2 .item {
		float: left;
		width: 50%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	.results-list.has-3 .item {
		float: left;
		width: 33.3333%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	.results-list.has-4 .item {
		float: left;
		width: 25%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	.results-list.has-5 .item {
		float: left;
		width: 20%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	.results-list.no-icon .item {
		padding-top: 0
	}
}

@media only screen and (max-width:767px) {

	.results-list {
		border-bottom: 0px solid #bdbdbd;
	}

	.results-list .item {
		float: left;
	}

	.results-list .item.funds-raised {
		width: 45%;
	}

	.results-list .item.users {
		width: 45%;
	}

	.results-list .item.donors {
		width: 45%;
	}

	.results-list .item.supporters {
		width: 45%;
	}

	.results-list .item.organizations {
		width: 45%;
	}

	.results-list .item.funds-raised:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.users:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.donors:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.supporters:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.organizations:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

}

@media only screen and (min-width:768px) and (max-width:1024px) {

	.results-list .item.funds-raised {
		width: 22%;
	}

	.results-list .item.users {
		width: 22%;
	}

	.results-list .item.donors {
		width: 22%;
	}

	.results-list .item.supporters {
		width: 22%;
	}

	.results-list .item.organizations {
		width: 22%;
	}

	.results-list .item.funds-raised:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.users:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.donors:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.supporters:before {
		margin-left: -45%;
		margin-top: 0rem;
	}

	.results-list .item.organizations:before {
		margin-left: -45%;
		margin-top: 0rem;
	}
}

/* 5.16. UserCustomerData ===================================================================================================================  */

.social-connection {
	font-size: 16px;
	line-height: 1.2;
	color: #2b8804;
	position: relative
}

.social-connection.connected {
	font-weight: 700;
	padding-left: 65px
}

.social-connection .button {
	margin-top: 10px
}

.social-connection .avatar {
	position: absolute;
	top: 10px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%
}

@media only screen and (min-width:768px) {

	.social-connection {
		font-size: 18px;
		padding-top: 12px
	}

	.social-connection.connected {
		padding-left: 75px
	}

	.social-connection .button {
		margin-top: 15px
	}

	.social-connection .avatar {
		top: 12px;
		width: 50px;
		height: 50px
	}
}

@media only screen and (min-width:1024px) {
	.social-connection {
		padding-top: 20px;
	}

	.social-connection .avatar {
		top: 20px;
	}

}
/* style per img sponsor nella pagina progetti */
#campaign-sponsors .sponsors .items  {
	display: flex;
	margin-bottom: 1.5em;
}

#campaign-sponsors .sponsors .items .item  {
	margin-right: 1em;
}

#campaign-sponsors .sponsors .item img {
	display: inline-block;
	margin-bottom: .5em;
	max-height: 60px;
	max-width: 150px;
}

@media only screen and (min-width:1024px) {
	#campaign-sponsors .sponsors .item img {
		display: inline-block;
		margin-bottom: .5em;
		max-height: 80px;
		max-width: 200px;
	}
}

/* 5.17. UserSponsorship ====================================================================================================================  */

.sponsorships-manage-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 0 -13px
}

.sponsorships-manage-list>.col {
	min-width: 33.3%;
	max-width: 33.4%;
	padding: 20px 12px 20px 13px;
	box-sizing: border-box
}

@media only screen and (max-width:978px) {
	.sponsorships-manage-list>.col {
		min-width: 50%;
		max-width: 50.1%;
	}
}

@media only screen and (max-width:479px) {

	.sponsorships-manage-list>.col {
		min-width: 100%
	}
}

.sponsorships-manage-list .sponsorship {
	height: 100%;
	padding-top: 25px;
	position: relative;
	box-sizing: border-box
}

.sponsorships-manage-list .sponsorship .type {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.sponsorships-manage-list .sponsorship .box {
	border: 1px solid #dcdcdc;
	position: relative;
	height: 100%
}

.sponsorships-manage-list .sponsorship .image {
	position: relative
}

.sponsorships-manage-list .sponsorship .image a {
	display: block;
	position: relative;
	z-index: 1
}

.sponsorships-manage-list .sponsorship .image img {
	display: block;
	width: 100%
}

.sponsorships-manage-list .sponsorship .image .label {
	position: absolute;
	right: -10px;
	top: 15px;
	display: block;
	z-index: 2;
	background: #2b8804;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding: 0 15px
}

.sponsorships-manage-list .sponsorship .image .label:after {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid #1b5603;
	border-bottom: 3px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid #1b5603;
	position: absolute;
	right: 0;
	top: 100%
}

.sponsorships-manage-list .sponsorship .image .label.pending {
	background: #f18904
}

.sponsorships-manage-list .sponsorship .image .label.pending:after {
	border-top-color: #bf6c03;
	border-left-color: #bf6c03
}

.sponsorships-manage-list .sponsorship .content {
	padding: 15px 15px 81px;
	position: relative;
	z-index: 1
}

.sponsorships-manage-list .sponsorship .title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
	height: 55px;
	overflow: hidden;
}

@media only screen and (min-width:1024px) {
	.sponsorships-manage-list .sponsorship .content {
		padding: 20px 20px 86px
	}

	.sponsorships-manage-list .sponsorship .title {
		font-size: 21px
	}
}

.sponsorships-manage-list .sponsorship .title>a {
	color: #2b8804;
	text-decoration: none
}

.sponsorships-manage-list .sponsorship .data {
	font-size: 13px;
	border-collapse: collapse
}

.sponsorships-manage-list .sponsorship .data td,
.sponsorships-manage-list .sponsorship .data th {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0
}

.sponsorships-manage-list .sponsorship .data th {
	text-align: left
}

.sponsorships-manage-list .sponsorship .data td {
	font-weight: 700;
	text-align: right;
	width: 55%
}

.sponsorships-manage-list .sponsorship .actions {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	z-index: 2
}

.sponsorships-manage-list .sponsorship .actions .button {
	display: block;
	text-align: center;
	line-height: 16px
}

@media only screen and (max-width:767px) {
	.sponsorships-manage-list>.col {
		width: 50%
	}
}

@media only screen and (min-width:1024px) {
	.sponsorships-manage-list .sponsorship .actions {
		left: 20px;
		bottom: 20px;
		right: 20px
	}
}

/* 5.18. UserSponsorship (edit) =============================================================================================================  */

.edit-rewards-block .reward-block {
	padding: 15px 0;
}

.edit-rewards-block .reward-block .h {
	position: relative;
	padding-right: 30px;
	margin-bottom: 15px;
}

.edit-rewards-block .reward-block .h .remove {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.edit-rewards-block .reward-block .h .remove:before {
	content: "\e005";
	font-family: icons;
	font-size: 24px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.edit-rewards-block .reward-block .box {
	background: #fbfbfb;
	border: 1px solid #e4e4e4;
	padding: 0 20px;
}

.edit-rewards-block .reward-block .box:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.edit-rewards-block .reward-block .box .label {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}

.edit-rewards-block .reward-block .box .field-preview {
	float: none;
}

.edit-rewards-block .reward-block .row {
	margin-left: -12px;
	margin-right: -12px;
}

.edit-rewards-block .reward-block .row:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.edit-rewards-block .reward-block .row .col {
	padding-top: 30px;
	padding-bottom: 30px;
}

.edit-rewards-block .reward-block .row .col-1 {
	float: left;
	width: 25%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}

.edit-rewards-block .reward-block .row .col-2 {
	float: left;
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}

.edit-rewards-block .reward-block .row .col-4 {
	float: left;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width:1023px) {
	.edit-rewards-block .reward-block .row .t2 {
		width: 50%;
	}

	.edit-rewards-block .reward-block .row .t4 {
		width: 100%;
	}

	.edit-rewards-block .reward-block .row .hidden-t {
		display: none;
	}
}

.edit-rewards-block .add-reward {
	margin-top: 15px;
}

@media only screen and (max-width:479px) {
	.edit-rewards-block .add-reward {
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width:767px) {

	.edit-rewards-block .reward-block .box {
		padding-top: 10px;
	}

	.edit-rewards-block .reward-block .row .col {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* 5.19. News ===============================================================================================================================  */

.news-card:hover .featured {
	background-size: 110% auto
}

.news-card:hover .title .underline {
	background-size: 100% 100%
}

.news-card .featured {
	width: 100%;
	padding-top: 53.2%;
	background-size: 100% auto;
	background-position: center;
	transition: background-size .5s
}

.news-card .date,
.news-card .excerpt {
	font-size: 12px;
	color: black;
	font-weight: 600;
}

.news-card .date {
	margin: 20px 0 15px
}

.news-card .title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none
}

.news-card .title .underline {
	width: calc(100%);
	background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .5s
}

#news-grid .cards-wrapper .news-card {
	box-sizing: border-box;
	padding: 20px
}

#news-grid .cards-wrapper {
	margin: -20px -20px 30px
}

@media only screen and (min-width:768px) {
	#news-grid .cards-wrapper {
		margin: -12px -12px 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (min-width:768px) {
	#news-grid .cards-wrapper .news-card {
		padding: 12px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media only screen and (min-width:1024px) {

	#news-grid .cards-wrapper .news-card {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%
	}
}

@media only screen and (max-width:767px) {

	.news-card .date {
		margin: 5px 0 5px;
	}
}

/* 6.1. UserPaymentPromises =================================================================================================================  */

.donations-tabs {
	padding-bottom: 50px;
	overflow: hidden
}

.donations-tabs .list {
	margin: 0 -20px;
	font-size: 0;
	white-space: nowrap;
	border-bottom: 1px solid #dcdcdc
}

.donations-tabs .item {
	display: inline-block;
	padding: 0 20px 22px
}

.donations-tabs .tab-title {
	font-size: 24px;
	line-height: 1.4;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #bebebe;
	position: relative;
	transition: color .2s ease;
	font-weight: 400
}

.donations-tabs .tab-title:hover {
	color: #ccc
}

.donations-tabs .tab-title.active {
	color: #2b8804
}

.donations-tabs .tab-title.active:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 3px;
	background: #2b8804;
	position: absolute;
	left: 0;
	bottom: -23px
}

@media only screen and (max-width:339px) {

	.donations-tabs .tab-title {
		font-size: 15px
	}
}


@media only screen and (max-width:479px) {
	.donations-tabs .list {
		margin: 0 -10px
	}

	.donations-tabs .item {
		display: inline-block;
		padding: 0 10px 15px
	}

	.donations-tabs .tab-title {
		font-size: 16px
	}

	.donations-tabs .tab-title.active:after {
		bottom: -16px
	}
}

@media only screen and (max-width:767px) {
	.donations-tabs {
		padding-bottom: 30px
	}

	.donations-tabs .tab-title {
		font-size: 18px
	}
}


@media only screen and (min-width:1024px) {
	.donations-tabs .tab-title {
		font-size: 30px
	}
}

/* 7.1. Registration ========================================================================================================================  */

#register .tab-nav {
	font-size: 16px;
	font-weight: 300;
	margin: 0 -20px 30px;
	border-bottom: 1px solid #2b8804
}

#register .tab-nav:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#register .tab-nav li {
	float: left;
	width: 50%
}

#register .tab-nav li a {
	line-height: 30px;
	padding: 10px;
	display: block;
	border-bottom: 5px solid transparent;
	transition: background .2s ease, border .2s ease, color .2s ease;
	text-decoration: none
}

@media only screen and (min-width:768px) {
	#register{
		position: relative;
	}

	#register .tab-nav {
		font-size: 21px;
		margin: 0 -50px 40px
	}

	#register .tab-nav li a {
		padding: 15px
	}

	#register-onp {
		width: 600px
	}
}

#register .tab-nav li.active a {
	background: #dbe4d7;
	border-bottom: 5px solid #2b8804;
	color: #2b8804;
	font-weight: 400
}

#register .field-options {
	margin: 10px 0 8px
}

/* 7.2. ImageModify =========================================================================================================================  */

#avatar-croppie-modal {
	width: 350px;
}

#avatar-croppie-modal .wrap {
	height: 250px;
	width: 250px;
	margin-bottom: 80px;
}

/* 7.3. FirstRequestApproval ================================================================================================================  */

.formal-heading {
	margin-bottom: 20px;
}

.formal-heading .logo {
	width: 50%;
	max-width: 300px;
}

/* 7.4. ProjectDocumentsDownload ============================================================================================================  */

.files-list {
	margin-bottom: 30px
}

.files-list .file-item {
	padding: 10px 0;
	border-top: 1px solid #888;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.files-list .file-item:last-child {
	border-bottom: 1px solid #888
}

.files-list .file-item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 10px
}

.files-list .file-item .icon.pdf {
	background: url(../img/pdf-file.svg) no-repeat
}

.files-list .file-item .name {
	vertical-align: middle
}

.files-list .file-item .file-date {
	display: inline-block;
	vertical-align: middle
}

/* 7.5. TestimonialComplete =================================================================================================================  */

#feedback-ambassador .field:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#feedback-ambassador .input {
	padding-right: 159px;
	position: relative
}

#feedback-ambassador .input .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 46px;
	padding: 0;
	line-height: 44px;
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #000
}

#feedback-ambassador .input .button:hover {
	background: #eee
}

#feedback-ambassador .url-link {
	float: right;
	width: 160px;
	margin-top: 7px;
	text-align: center;
	font-size: 12px;
	color: #2f2f2f
}

#feedback-ambassador .url-link a {
	text-decoration: underline
}

#feedback-ambassador .share {
	text-align: left;
	margin-top: 20px
}

#feedback-ambassador .share .buttons {
	font-size: 0;
	margin: 5px -5px 0
}

#feedback-ambassador .share .buttons .button {
	margin: 5px
}

@media only screen and (min-width:768px) {
	#feedback-ambassador {
		width: 650px
	}
}

/* 7.6. TestimonialRanking ==================================================================================================================  */

 #ambassador-ranking table tbody td.ranking {
	font-size: 1.25em;
	font-weight: 600
}

#ambassador-ranking table tbody td.avatar {
	width: 65px
}

#ambassador-ranking table tbody td.avatar img {
	display: block;
	width: 65px;
	height: 65px;
	max-width: none;
	border-radius: 100%
}

@media only screen and (max-width:479px) {
	#ambassador-ranking table tbody td.avatar img {
		width: 40px;
		height: 40px
	}

	.sponsorships-manage-list>.col {
		width: 100%
	}
}

@media only screen and (min-width:768px) {

	#ambassador-ranking {
		width: 650px
	}
}

@media only screen and (max-width:767px) {

	#ambassador-ranking table thead th {
		font-size: 10px;
		text-align: left
	}
}

@media only screen and (max-width:339px) {

	#ambassador-ranking table tbody td.ranking,
	#ambassador-ranking table thead th.ranking {
		display: none
	}
}

/* 8.1. Section =============================================================================================================================  */

.main-section {
    padding: 25px 0;
}

@media only screen and (min-width: 768px) {
	.main-section {
	    padding: 40px 0;
	}
}

@media only screen and (min-width: 1024px) {
	.main-section {
	    padding: 60px 0;
	}
}

.main-section.painted {
	background: #f6f5f5
}

.main-section.continue {
	padding-top: 0
}

.section-title {
	color: #2b8804;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 700
}

@media only screen and (min-width:1024px) {
	.section-title {
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 0.4em
	}
}

.section-title a {
	font-size: .6em;
	margin-left: 10px;
	white-space: nowrap;
	display: inline-block
}

.subsection-title {
	color: #2b8804;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: .5em
}

@media only screen and (min-width:768px) {

	.section-title.left {
		text-align: left
	}

	.section-title.padding {
		padding-left: 18px
	}
}

@media only screen and (min-width:1024px) {
	.subsection-title {
		font-size: 20px
	}
}

/* 8.2. PageIntro ===========================================================================================================================  */

#page-intro .bg:before,
.above-header-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, .5) 0,
			transparent 100%);
	z-index: 1
}


#page-intro .bg:after,
.above-header-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .2) 0,
			transparent 75%);
	z-index: 1
}


#page-intro {
	padding: 130px 0 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 98;
}

#page-intro .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden
}

#page-intro .bg span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

#page-intro .title {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff
}

#page-intro .content {
	margin: 0 auto;
	color: #fff
}

#page-intro .content .title {
	margin-bottom: 10px
}

#page-intro .content.center {
	text-align: center
}


#page-intro .content .button {
	margin-top: 20px
}

#page-intro.long .content {
	min-height: 115px;
	max-width: 400px;
	margin: 0 auto;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

#page-intro.long .content.short {
	min-height: 0
}

#page-intro.long .content .title {
	margin-bottom: 10px
}

#page-intro.actions {
	padding-top: 100px;
	padding-bottom: 0
}

#page-intro.actions .content {
	padding-bottom: 24px
}

#page-intro.actions .content:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

@media only screen and (min-width:768px) {

	#page-intro {
		padding-top: 150px;
		padding-bottom: 60px;
		margin-bottom: 30px;
	}

	#page-intro .title {
		font-size: 32px
	}

	#page-intro.long .content {
		min-height: 165px
	}

	#page-intro.long .content.short {
		min-height: 0
	}

	#page-intro.actions .content {
		padding-bottom: 0;
		height: 79px
	}
}

@media only screen and (min-width:1024px) {

	#page-intro {
		text-align: left;
		padding-top: 180px;
		padding-bottom: 70px;
		margin-bottom: 30px;
	}

	#page-intro .title {
		font-size: 40px
	}

	#page-intro.long .content {
		min-height: 210px;
		max-width: 50%;
		margin: 0
	}

	#page-intro.long .content.short {
		min-height: 0
	}

	#page-intro.actions .content {
		margin: 0 -999em;
		padding: 0 999em
	}

	#page-intro.actions {
		padding-top: 150px;
		padding-bottom: 0
	}
}

#page-intro.actions .title {
	font-size: 20px;
	line-height: 1.2;
	padding-top: 25px
}

@media only screen and (min-width:768px) {
	#page-intro.actions .title {
		padding-top: 27px;
		float: left;
		font-size: 22px
	}
}

@media only screen and (min-width:1024px) {
	#page-intro.actions .title {
		padding-top: 25px;
		font-size: 25px
	}
}

#page-intro.actions .actions {
	display: none;
	float: right;
	padding-top: 16px
}

@media only screen and (min-width:768px) {
	#page-intro.actions .actions {
		display: block
	}
}

#page-intro.actions .button {
	float: left;
	margin-top: 0
}

#page-intro.actions .link {
	float: left;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 13px;
	line-height: 20px;
	margin-left: 30px;
	margin-top: 11px;
	font-weight: 600
}

#page-intro .container {
	position: relative;
	z-index: 2
}

.page-intro {
	text-align: left !important;
}

.page-intro .title {
	text-align: left !important;
	justify-content: left !important;
}

@media only screen and (max-width: 1023.99px) {
	.page-intro .title {
		text-align: left !important;
		justify-content: center !important;
	}
}

#page-intro .before-title {
	font-size: 21px;
	margin-bottom: 12px
}

.organization-logo.no-padding {
	padding: 0 !important
}

#page-intro .bg.bg-position-top span {
	background-position: top
}


.page-intro-text {
	margin-bottom: 20px
}

@media only screen and (min-width:1024px) {
	.page-intro-text {
		margin-bottom: 40px
	}
}

@media only screen and (min-width:768px) {
	.page-intro-text {
		margin-bottom: 40px
	}
}

@media (max-width: 767px) {
	.project-hero__by .org .org__name.long-label {
		font-size: 13px;
		padding-top: 5px;
	}
}

.project-hero__by .org .org__logo {
	width: 54px;
	flex-shrink: 0;
}

.project-hero__tags a{
	color:#ffffff;
	text-decoration: none;
}

.project-hero__tags a:hover {
	text-decoration: underline
}

@media (max-width: 991px) {
    .project-hero__tags a{
		color: #000000;
		vertical-align: middle;
		margin-top: 16px;
    }
}

@media (max-width: 991px) {
    .project-hero__tags>a span.icon {
		margin-left: 8px;
	}
}

@media (max-width: 991px) {
    .project-hero__formula {
		display: none !important;
  }
}

/* 8.3. ContentText =========================================================================================================================  */

.content-text ol {
	list-style-type: decimal
}

.content-text ol li {
	margin-bottom: .6em
}


.content-text>:first-child {
	margin-top: 0
}

.content-text a {
	color: #2b8804
}

.content-text strong {
	font-weight: 700
}

.content-text p {
	margin-bottom: .6em
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: .8em;
	margin-top: 1.8em
}

.content-text ul {
	list-style-type: disc;
	margin-bottom: .8em;
	margin-left: 18px
}

.content-text ul li {
	position: relative;
	margin-bottom: .6em
}

.content-text figure {
	background: #f5f4f4;
	margin: 22px -16px
}

.content-text figure img {
	width: 100%
}

.content-text figure figcaption {
	padding: 13px 16px
}

.content-text .video {
	background: #f5f4f4;
	margin: 20px 0;
	position: relative;
	height: 0;
	padding-top: 56.25%
}

.content-text .video iframe,
.content-text .video object,
.content-text .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width:1024px) {
	.content-text h1,
	.content-text h2,
	.content-text h3,
	.content-text h4,
	.content-text h5,
	.content-text h6 {
		font-size: 18px;
		line-height: 1.2;
	}

	.content-text figure {
		margin: 3em 0;
	}

	.content-text figure figcaption {
		padding: 25px 30px;
	}

	.content-text .video {
		margin: 3em 0;
	}

}

/* 8.4. DonationsManageList =================================================================================================================  */

.donations-manage-list {
	font-size: 14px;
	line-height: 1.4
}

.donations-manage-list li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px;
	min-height: 45px
}

.donations-manage-list li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 3px solid #2b8804;
	border-radius: 100%;
	box-sizing: border-box
}

.donations-manage-list li strong {
	font-weight: 700
}

.donations-manage-list li .name {
	font-weight: 700;
	font-size: 1.1em
}

.donations-manage-list li .actions {
	margin-top: 12px;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #2b8804
}

.donations-manage-list li .actions .button {
	margin-right: 10px;
	margin-bottom: 10px;
	font-style: normal
}

.donations-manage-list li .bank-transfer-info {
	margin-top: 30px
}

@media only screen and (max-width:479px) {

	.donations-manage-list li .actions .button {
		display: block;
		text-align: center
	}
}

@media only screen and (max-width:767px) {
	.donations-manage-list li .bank-transfer-info {
		margin-top: 20px
	}
}

.donations-manage-list li .bank-transfer-info .title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

.donations-manage-list li .bank-transfer-info b {
	font-weight: 700
}

.donations-manage-list li .bank-transfer-info .red {
	color: #f18904
}

.donations-manage-list li .amount {
	font-size: 18px;
	font-weight: 700;
	color: #2b8804;
	display: block;
	margin-bottom: 2px
}

.donations-manage-list li .amount em {
	font-size: 13px;
	color: #000;
	font-weight: 400
}

@media only screen and (min-width:768px) {
	.donations-manage-list+.pagination {
		margin-top: 50px
	}

	.donations-manage-list {
		font-size: 15px
	}

	.donations-manage-list li {
		padding-left: 35px;
		padding-right: 140px;
		margin-bottom: 35px
	}

	.donations-manage-list li.no-right {
		padding-right: 0
	}

	.donations-manage-list li:before {
		width: 18px;
		height: 18px
	}

	.donations-manage-list li .amount {
		font-size: 20px;
		margin-bottom: 0;
		position: absolute;
		top: -2px;
		right: 0;
		text-align: right
	}

	.donations-manage-list li .amount em {
		margin-top: 2px;
		display: block
	}

	.donations-manage-list li img {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -2px;
		margin-right: 4px
	}
}

.donations-manage-list li a {
	text-decoration: underline;
	font-weight: 600;
	font-style: italic
}

.donations-manage-list li a.action {
	display: block;
	font-style: normal;
	font-weight: 400
}

.donations-manage-list li .time {
	display: block;
	font-size: .875em;
	margin-top: .2em
}

.donations-manage-list li .comment {
	font-size: .875em;
	font-weight: 600;
	font-style: italic;
	margin-top: 1em
}

.donations-manage-list li .sponsor {
	font-size: .875em;
	font-weight: 600;
	margin-top: 1em
}

@media only screen and (min-width:1024px) {
	.donations-manage-list {
		font-size: 16px
	}
}

/* aggiunto per eliminare i br */
.donations-manage-list li a.action {
	font-style: normal;
	font-weight: 400;
	display: block;
}

/* 8.5. CampaignsManageList =================================================================================================================  */

.campaigns-manage-list .campaign {
	margin-bottom: 25px
}

@media only screen and (min-width:768px) {
	.campaigns-manage-list .campaign {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 40px
	}

	.campaigns-manage-list .campaign:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
}

.campaigns-manage-list p {
	margin-bottom: .2em
}

.campaigns-manage-list .image {
	margin-bottom: 10px
}

@media only screen and (min-width:768px) {
	.campaigns-manage-list .image {
		float: left;
		width: 33.3333%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0
	}
}

.campaigns-manage-list .image a {
	display: block;
	padding-top: 51.7%;
	height: 0;
	position: relative
}

.campaigns-manage-list .image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.campaigns-manage-list .content {
	margin-bottom: 10px
}

.campaigns-manage-list .content strong {
	font-weight: 700
}

.campaigns-manage-list .content .title {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
	color: #2b8804;
	margin-bottom: 7px
}

@media only screen and (min-width:768px) {
	.campaigns-manage-list .content {
		float: left;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0
	}

	.campaigns-manage-list .content .title {
		font-size: 19px;
		margin-bottom: 12px
	}
}

@media only screen and (min-width:1024px) {
	.campaigns-manage-list .content .title {
		font-size: 21px
	}
}

.campaigns-manage-list .content .title a {
	text-decoration: none
}

.campaigns-manage-list .content .title a:hover {
	text-decoration: underline
}

.campaigns-manage-list .content .stats {
	margin-top: 10px
}

.campaigns-manage-list .content .raised {
	font-size: 1.1em
}

.campaigns-manage-list .content .note {
	margin-top: 12px
}

.campaigns-manage-list .content .transfer {
	font-size: .9em;
	margin-top: -4px
}

.campaigns-manage-list .content .transfer a {
	text-decoration: underline
}

.campaigns-manage-list .content .label {
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff
}

.campaigns-manage-list .content .label.inline {
	display: inline-block;
	margin-right: 3px
}

.campaigns-manage-list .content .label span {
	background: #2b8804;
	display: inline-block;
	padding: 0 7px
}

.campaigns-manage-list .content .label span.pending {
	background: #f18904
}

.campaigns-manage-list .actions .actions-list {
	position: relative
}

.campaigns-manage-list .actions .actions-list:hover ul {
	display: block
}

.campaigns-manage-list .actions .actions-list:hover .handle {
	background: #fff
}

.campaigns-manage-list .actions .handle {
	display: block;
	border: 1px solid #dcdcdc;
	height: 46px;
	color: #000;
	font: 14px/18px "Open Sans", Arial, Helvetica, sans-serif;
	padding: 13px 18px;
	width: 100%;
	box-sizing: border-box;
	background: #fcfcfc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	position: relative;
	text-decoration: none
}

.campaigns-manage-list .actions .handle:before {
	content: "\e006";
	font-family: icons;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	pointer-events: none
}

.campaigns-manage-list .actions .handle:hover {
	background: #fff
}

.campaigns-manage-list .actions ul {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	list-style: none;
	border: 1px solid #dcdcdc;
	border-top: 0;
	background: #fff;
	padding: 5px 0;
	box-sizing: border-box
}

.campaigns-manage-list .actions ul li a {
	display: block;
	padding: 5px 17px;
	text-decoration: none
}

.campaigns-manage-list .actions ul li a:hover {
	background: #affc8f
}

@media only screen and (min-width:768px) {
	.campaigns-manage-list .content .label {
		margin-top: -4px
	}

	.campaigns-manage-list .actions {
		float: left;
		width: 16.6667%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}

	.campaigns-manage-list.no-action .content {
		float: left;
		width: 66.6667%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
}

.campaigns-manage-list .control-button a,
.campaigns-manage-list .control-button a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	border: 1px solid #dcdcdc;
	padding: 13px 18px;
	font-size: 100%;
	text-align: left
}

.campaigns-manage-list .control-button:not(:first-child) a {
	border-top: none
}

/* fix lista azioni sopra alle immagini(lista tuoi progetti e testimonial) */
.campaigns-manage-list .actions ul {
    z-index: 1;
}

/* 8.6. CampaignEditTable ===================================================================================================================  */

.campaign-edit-table {
	background: #fbfbfb;
	border: 1px solid #e4e4e4;
	padding: 15px 20px 20px;
}

.campaign-edit-table .project-phase-title {
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
}

.campaign-edit-table .max-import-title {
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 10px;
}

.campaign-edit-table .max-import-field {
	max-width: 150px;
}

.campaign-edit-table .table-wrap {
	margin: 0 -20px;
	padding: 0 20px;
	overflow: auto;
}

.campaign-edit-table .table-field {
	margin-bottom: 20px;
}

.campaign-edit-table .table-field:last-child {
	margin-bottom: 0;
}

.campaign-edit-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 500px;
}

.campaign-edit-table table td,
.campaign-edit-table table th {
	vertical-align: top;
	padding: 0 10px 20px;
}

.campaign-edit-table table td:first-child,
.campaign-edit-table table th:first-child {
	padding-left: 0;
}

.campaign-edit-table table td:last-child,
.campaign-edit-table table th:last-child {
	padding-right: 0;
}

.campaign-edit-table table th {
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 10px;
}

.campaign-edit-table .actions {
	white-space: nowrap;
	vertical-align: top;
	padding-top: 7px;
	padding-left: 5px;
}

.campaign-edit-table .actions span {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: relative;
}

.campaign-edit-table .actions span:before {
	content: "\e005";
	font-family: icons;
	font-size: 24px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}


.report-field .campaign-edit-table {
	position: relative;
	background: #fff;
	margin-bottom: 40px
}

.report-field .campaign-edit-table.no-margin {
	margin-bottom: 0
}

.report-field .campaign-edit-table .actions {
	padding: 0;
	position: absolute;
	top: 12px;
	right: 12px
}

.report-field .campaign-edit-table .field-control {
	margin-bottom: 20px
}

.report-field .campaign-edit-table .field-control input:disabled,
.report-field .campaign-edit-table .field-control input:disabled:not([type=checkbox])+label {
	background-color: #f0f0f0
}

.report-field .campaign-edit-table .field-control input[type=checkbox]:disabled+label {
	color: #888
}

.report-field .campaign-edit-table .field-control input[type=checkbox]:disabled+label:before {
	background-color: #f0f0f0
}

@media only screen and (min-width:768px) {

	.report-field .campaign-edit-table .field-control.input-small {
		max-width: 50%
	}
}

@media only screen and (min-width:1024px) {

	.report-field .campaign-edit-table .field-control.input-small {
		max-width: 33.33%
	}
}


.report-field .campaign-edit-table .field-control:last-child {
	margin-bottom: 0
}

.report-field .campaign-edit-table .field-control input {
	height: 46px
}

.report-field .campaign-edit-table .field-control .add-attachment {
	-ms-flex-align: center;
	align-items: center
}

.report-field .campaign-edit-table .field-control .add-attachment .button {
	margin-right: 20px
}

.report-field .campaign-edit-table .field-control .add-attachment .description {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #888
}

.report-field .campaign-edit-table .field-control .attachment-list {
	margin: 0;
	padding: 0
}

.report-field .campaign-edit-table .field-control .attachment-list .attachment {
	border-top: 1px solid #ddd;
	line-height: 46px;
	font-size: 15px
}

.report-field .campaign-edit-table .field-control .attachment-list .attachment:last-child {
	border-bottom: 1px solid #ddd
}

@media only screen and (min-width:992px) {
	.report-field .campaign-edit-table .field-control .attachment-list .attachment {
		display: -ms-flexbox;
		display: flex;
		height: 46px
	}

	.report-field .campaign-edit-table .field-control .attachment-list .attachment>* {
		box-sizing: border-box;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

.report-field .campaign-edit-table .field-control .attachment-list .attachment .filename {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.report-field .campaign-edit-table .field-control .attachment-list .attachment .filename .delete {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	margin-right: 5px
}

.report-field .campaign-edit-table .field-control .attachment-list .attachment .filename .delete:before {
	content: "\e005";
	font-family: icons;
	font-size: 24px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal
}

@media only screen and (min-width:768px) {
	.report-field .campaign-edit-table .field-control.input-medium {
		max-width: 66.66%
	}

	.report-field .campaign-edit-table .field-control .add-attachment {
		display: -ms-flexbox;
		display: flex
	}

	.report-field .campaign-edit-table .field-control .add-attachment .description {
		margin: 0
	}
}

@media only screen and (min-width:1024px) {
	.report-field .campaign-edit-table .field-control.input-medium {
		max-width: 40%
	}
}

/* 9.1. Form ================================================================================================================================  */

 form label.error {
	color: #842029;
	font-size: 13px;
}

/* fix messaggio di errore rosso */
.field-row label.error, .main-form label.error {
	clear: both;
	margin-bottom: 0;
	padding-top: .4em;
	color: #d00;
	font-size: 14px;
}

.control-file, .input-group, .ui-selectmenu-button, input[type=date]:not(.form-control):not([data-new-tpl]),
	input[type=email]:not(.form-control):not([data-new-tpl]), input[type=password]:not(.form-control):not([data-new-tpl]),
	input[type=tel]:not(.form-control):not([data-new-tpl]), input[type=text]:not(.form-control):not([data-new-tpl]),
	select:not(.form-select):not([data-new-tpl]), textarea:not(.form-control):not([data-new-tpl])
	{
	display: block;
	border: 1px solid #dcdcdc;
	height: 46px;
	color: #000;
	font: 14px/18px "Open Sans", Arial, Helvetica, sans-serif;
	padding: 13px 18px;
	width: 100%;
	box-sizing: border-box;
	background: #fcfcfc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

.control-file.focus, .control-file:focus, .input-group.focus,
	.input-group:focus, .ui-selectmenu-button.focus, .ui-selectmenu-button:focus,
	input[type=date]:not(.form-control):not([data-new-tpl]).focus, input[type=date]:not(.form-control):not([data-new-tpl]):focus,
	input[type=email]:not(.form-control):not([data-new-tpl]).focus, input[type=email]:not(.form-control):not([data-new-tpl]):focus,
	input[type=password]:not(.form-control):not([data-new-tpl]).focus,
	input[type=password]:not(.form-control):not([data-new-tpl]):focus,
	input[type=tel]:not(.form-control):not([data-new-tpl]).focus, input[type=tel]:not(.form-control):not([data-new-tpl]):focus,
	input[type=text]:not(.form-control):not([data-new-tpl]).focus, input[type=text]:not(.form-control):not([data-new-tpl]):focus,
	select:not(.form-control):not([data-new-tpl]).focus, select:not(.form-control):not([data-new-tpl]):focus,
	textarea:not(.form-control):not([data-new-tpl]).focus, textarea:not(.form-control):not([data-new-tpl]):focus
	{
	background: #fff
}

.control-file:disabled, .input-group:disabled, .ui-selectmenu-button:disabled,
	input[type=date]:not(.form-control):not([data-new-tpl]):disabled, input[type=email]:not(.form-control):not([data-new-tpl]):disabled,
	input[type=password]:not(.form-control):not([data-new-tpl]):disabled,
	input[type=tel]:not(.form-control):not([data-new-tpl]):disabled, input[type=text]:not(.form-control):not([data-new-tpl]):disabled,
	select:not(.form-select):not([data-new-tpl]):disabled, textarea:not(.form-control):not([data-new-tpl]):disabled
	{
	background: #eee;
	color: #888
}

select:not(.form-control):not([data-new-tpl]) {
	padding: 0 15px
}

select::-ms-expand {
	display: none
}

input[type=date]:not(.form-control):not([data-new-tpl]), input[type=email]:not(.form-control):not([data-new-tpl]),
	input[type=password]:not(.form-control):not([data-new-tpl]), input[type=tel]:not(.form-control):not([data-new-tpl]),
	input[type=text]:not(.form-control):not([data-new-tpl]) {
	line-height: 1 !important
}

input[type=date]:not(.form-control):not([data-new-tpl])::-webkit-input-placeholder,
	input[type=email]:not(.form-control):not([data-new-tpl])::-webkit-input-placeholder,
	input[type=password]:not(.form-control):not([data-new-tpl])::-webkit-input-placeholder,
	input[type=tel]:not(.form-control):not([data-new-tpl])::-webkit-input-placeholder,
	input[type=text]:not(.form-control):not([data-new-tpl])::-webkit-input-placeholder
	{
	line-height: normal;
	color: #888
}

input[type=date]:not(.form-control):not([data-new-tpl]):-ms-input-placeholder,
	input[type=email]:not(.form-control):not([data-new-tpl]):-ms-input-placeholder,
	input[type=password]:not(.form-control):not([data-new-tpl]):-ms-input-placeholder,
	input[type=tel]:not(.form-control):not([data-new-tpl]):-ms-input-placeholder,
	input[type=text]:not(.form-control):not([data-new-tpl]):-ms-input-placeholder
	{
	line-height: normal;
	color: #888
}

input[type=date]:not(.form-control):not([data-new-tpl])::placeholder,
	input[type=email]:not(.form-control):not([data-new-tpl])::placeholder,
	input[type=password]:not(.form-control):not([data-new-tpl])::placeholder,
	input[type=tel]:not(.form-control):not([data-new-tpl])::placeholder,
	input[type=text]:not(.form-control):not([data-new-tpl])::placeholder {
	line-height: normal;
	color: #888
}

textarea:not(.form-control):not([data-new-tpl]) {
	height: 100px;
	padding: 14px 18px;
	line-height: 1.4;
	resize: none
}

.button, a.button {
	border-radius: 0;
	background: #2b8804;
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 15px 30px;
	display: inline-block;
	transition: background .3s ease, color .3s ease, border .3s ease;
	white-space: nowrap;
	border: 0;
	cursor: pointer
}

.reverse-button {
	border-radius: 0;
	background: #fff;
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	color: #2b8804;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 13px 30px;
	display: inline-block;
	transition: background .3s ease, color .3s ease, border .3s ease;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	border-color: #2b8804;
    border-width: 2px;
    border-style: solid;
    margin-left: 10px;
}

.button:hover {
	background: #236f03
}

.button.disabled,
.button:disabled {
	background: #e5e5e5;
	cursor: not-allowed
}

.button.more-padding {
	padding: 22px 30px
}

.button.border {
	border: 1px solid #2b8804;
	background: 0 0;
	color: #2b8804
}

.button.border:hover {
	background: #2b8804;
	border-color: transparent;
	color: #fff
}

.button.border.disabled,
.button.border.disabled:hover,
.button.border:disabled,
.button.border:disabled:hover {
	background: #fff;
	border: 2px solid #ddd;
	color: #ddd
}

.button.border.opaque {
	background-color: #206a01
}

.button.white {
	color: #fff;
	border: 1px solid #fff;
	background: 0 0
}

.button.white:hover {
	background: #fff;
	border-color: transparent;
	color: #000
}

.button.facebook {
	color: #fff;
	background: #3a5898
}

.button.facebook:hover {
	background: #334d86
}

.ui-selectmenu-button {
	cursor: pointer
}

.uploaded-file {
	padding-top: 4px
}

.uploaded-file strong {
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #2b8804;
	margin-bottom: 10px
}

@media only screen and (min-width:768px) {
	.manage-toolbar .nav .content .translate .translate-subtitle {
		font-size: 17px
	}
	.uploaded-file {
		padding-top: 8px
	}
	.uploaded-file strong {
		font-size: 20px
	}
}

.uploaded-file a {
	margin-right: 10px
}

.control-select {
	position: relative
}

.control-select:before {
	content: "\e006";
	font-family: icons;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	pointer-events: none
}

.control-select.has-custom-control select {
	position: absolute;
	display: block !important;
	width: 1px;
	height: 1px;
	top: -10px;
	left: -10px;
	opacity: 0;
	pointer-events: none;
	padding: 0
}

.control-count {
	position: relative
}

.control-count .counter {
	position: absolute;
	bottom: 13px;
	right: 16px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	opacity: .5
}

.control-count input {
	padding-right: 75px
}

.control-file {
	cursor: pointer;
	position: relative;
	overflow: hidden
}

.control-file label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	font-size: 14px !important;
	line-height: 1
}

.control-file label .filename {
	display: block;
	padding: 14px 18px 15px;
	white-space: nowrap;
	margin-right: 110px;
	overflow: hidden;
	text-overflow: ellipsis
}

.control-file label .button {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 7px 0;
	line-height: 20px;
	width: 100px;
	text-align: center;
	border: 1px solid #d8d8d8;
	background: #f5f5f5;
	color: #000;
	border-radius: 2px
}

.control-file input {
	height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
	cursor: pointer
}

.field {
	text-align: left;
	margin-bottom: 18px
}

.field:not([data-new-tpl]) label {
	display: block;
/* 	font-size: 14px; */
	line-height: 1.1;
	margin-bottom: .4em
}

.field label.error {
	clear: both;
	margin-bottom: 0;
	padding-top: .4em;
	color: #d00;
	font-size: 14px
}

.form-heading {
	margin-bottom: 60px
}

.form-heading .title {
	font-size: 21px;
	line-height: 29px;
	margin-bottom: 10px
}

.form-heading .copy {
	font-size: 14px;
	line-height: 22px
}

.form-heading-report {
	margin: 0;
	padding: 0 12px 40px 30px
}

.form-heading-report.inner {
	padding-left: 0
}

@media only screen and (min-width:768px) {
	.field label {
		font-size: 16px
	}
	.form-heading-report.inner {
		padding-left: 16px
	}
}

.form-heading-report .form-title {
	font-size: 21px;
	margin-bottom: 10px
}

.form-heading-report .copy {
	margin: 0;
	font-size: 14px;
	line-height: 1.6em
}

.control-checkbox {
	position: relative
}

.control-checkbox label {
	position: relative;
	padding-left: 35px;
/*	font-size: 14px !important; */
	line-height: 22px;
	cursor: pointer;
	display: inline-block
}

.control-checkbox label.less-padding {
	padding-left: 33px
}

.control-checkbox label:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 22px;
	height: 22px;
	background: #fcfcfc;
	border: 1px solid #dcdcdc;
	box-sizing: border-box
}

.control-checkbox label:after {
	content: "\e012";
	font-family: icons;
	font-size: 16px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	display: none;
	text-align: center;
	color: #2b8804
}

.control-checkbox label a {
	text-decoration: underline
}

.control-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0
}

.control-checkbox input:focus+label:before {
	background: #fff
}

.control-checkbox input:checked+label:after {
	display: block
}

.top-label {
	margin: 30px 0;
	font-size: 16px;
	line-height: 22px
}

.field-control.checkbox-array {
	max-width: 544px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.field-control-autocomplete {
	position: relative;
}

.field-control.code-csv-uploaded .status-standard {
    color: #2b8804
}

.field-control-autocomplete>.autocomplete-wrapper {
	position: absolute;
	left: 0;
	top: 100%;
}

.field-control.checkbox-array .control-checkbox {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.field-control.checkbox-array .control-checkbox label {
	margin-bottom: 15px
}

.field-controls.radio-blocks .control-radio {
	margin-right: 0
}

.field-controls.radio-blocks .control-radio .hiddenRadio {
	display: none
}

.field-controls.radio-blocks .control-radio .hiddenRadio:checked+label:after
	{
	top: 24px;
	left: 24px
}

.field-controls.radio-blocks .control-radio .hiddenRadio:checked+label {
	border-color: #2b8804;
	background-color: rgba(43, 136, 4, .05)
}

.field-controls.radio-blocks .control-radio label {
	padding: 20px 20px 20px 62px;
	border: 1px solid #dcdcdc
}

.field-controls.radio-blocks .control-radio label:before {
	top: 20px;
	left: 20px
}

.field-controls.radio-blocks .control-radio .radio-text {
	font-size: 14px;
	line-height: 22px
}

.field-controls.radio-blocks .control-radio .radio-text strong {
	display: block;
	font-size: 21px;
	font-weight: 500;
	color: #2b8804;
	margin-bottom: 6px
}

.field-control.code-csv-upload {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 15px 0 0
}

.field-control.code-csv-upload .control-file {
	margin: 0;
	padding: 0;
	border: 0;
	width: 194px;
	height: 42px
}

.field-control.code-csv-upload .control-file label {
	margin-bottom: 0
}

.field-control.code-csv-upload .control-file-button {
	background: 0 0;
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 14px 30px;
	display: inline-block;
	transition: background .3s ease, color .3s ease, border .3s ease;
	white-space: nowrap;
	border: 1px solid #2b8804;
	cursor: pointer;
	color: #2b8804
}

.field-control.code-csv-upload .info-text {
	padding: 14px 0 15px;
	color: #848484;
	font-size: 13px
}

.field-control.code-csv-uploaded {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 15px 0 0
}

.field-control.code-csv-uploaded .ccu-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.field-control.code-csv-uploaded .ccu-status {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 15px
}

.field-control.code-csv-uploaded .status-alert {
	color: red
}

.field-control.code-csv-uploaded .status-warning {
	color: #f18904
}

.field-control.code-csv-uploaded .ccu-spacer {
	-ms-flex: auto;
	flex: auto
}

.field-control.code-csv-uploaded .ccu-delete {
	margin-left: 15px;
	background: url(../img/bin.svg) no-repeat;
	width: 20px;
	height: 24px
}

.control-radio {
	position: relative
}

.control-radio label {
	position: relative;
	padding-left: 35px;
	font-size: 14px !important;
	line-height: 22px;
	cursor: pointer;
	display: inline-block
}

.control-radio label:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 22px;
	height: 22px;
	background: #fcfcfc;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 100%
}

.control-radio label:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
	display: none;
	text-align: center;
	background: #2b8804;
	border-radius: 100%
}

.control-radio label a {
	text-decoration: underline
}

.control-radio input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0
}

.control-radio input:focus+label:before {
	background: #fff
}

.control-radio input:checked+label:after {
	display: block
}

.main-form .fieldset-intro, .main-form fieldset {
	margin-bottom: 20px
}

div.field-control.fieldWithIcon {
	position: relative;
}

div.field-control.fieldWithIcon .iconField {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

@media only screen and (max-width:1023px) {
	div.field-control.fieldWithIcon .iconField {
		top: 10px;
		right: 10px;
	}
}

@media only screen and (min-width:1024px) {
	.main-form .fieldset-intro {
		margin-bottom: 30px
	}
}

.main-form .button-area {
	font-size: 0
}

.main-form .button-area .wrap.border-box * {
	box-sizing: border-box
}

@media only screen and (min-width:768px) {
	.main-form .button-area {
		margin-left: -12px;
		margin-right: -12px
	}
	.main-form .button-area:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
	.main-form .button-area .wrap {
		width: 66.6667%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		float: right
	}
}

.main-form .button-area .button {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px
}

.main-form .button-area .button.muted {
	padding-top: 13px;
	padding-bottom: 13px;
	border: 2px solid #2b8804;
	background-color: #fff;
	color: #2b8804
}

.main-form .field {
	margin-bottom: 25px
}

.main-form .field-row {
	margin-bottom: 30px
}

@media only screen and (min-width:768px) {
	.main-form .field {
		margin-left: -12px;
		margin-right: -12px;
		margin-bottom: 35px;
	}
	.main-form .field-row {
		margin-bottom: 45px;
	}
	.main-form .field:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
}

.main-form .field .field-label {
	display: block;
	margin-bottom: .5em;
	font-size: 15px;
	line-height: 1.4
}

@media only screen and (min-width:768px) {
	.main-form .field .field-label {
		float: left;
		width: 33.3333%;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		padding-left: 30px;
		font-size: 18px;
		line-height: 1.4;
		padding-top: 10px
	}
	.main-form .field .field-label.no-padding-top {
		padding-top: 0
	}
	.main-form .field.block .field-label {
		float: left;
		width: 100%;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:1024px) {
	.main-form .field {
		margin-bottom: 55px
	}
	.main-form .field .field-label {
		font-size: 21px;
		padding-top: 18px;
		padding-left: 30px
	}
	.main-form .field .field-label.no-padding-top {
		padding-top: 0
	}
}

.main-form .field .note {
	margin-top: 12px
}

.main-form .field .note p {
	margin-top: 8px
}

.main-form .field .note a {
	text-decoration: underline
}

.main-form .field .note.muted a, .main-form .field .note.muted p {
	color: rgba(0, 0, 0, .5)
}

.main-form .field .subfield {
	margin-bottom: 20px
}

.main-form .field-control.medium {
	max-width: 400px
}

.main-form .field-control.small {
	max-width: 250px
}

.main-form .copy+.control-options {
	margin-top: 10px
}

@media only screen and (min-width:768px) {
	.main-form .field.block .field-controls {
		float: left;
		width: 100%;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px
	}
	.main-form .field .field-controls {
		float: left;
		width: 66.6667%;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
	.main-form .field .subfield label {
		margin-bottom: .6em
	}
	.main-form .field .subfield {
		margin-bottom: 25px
	}
	.main-form .control-radio {
		float: left;
		margin-right: 25px;
		margin-top: 12px
	}
	.main-form .control-options {
		margin-bottom: 12px
	}
	.main-form .control-options:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
}

@media only screen and (min-width:1024px) {
	.main-form .control-file, .main-form .input-group, .main-form .ui-selectmenu-button,
		.main-form input[type=date]:not(.form-control):not([data-new-tpl]),
		.main-form input[type=email]:not(.form-control):not([data-new-tpl]),
		.main-form input[type=password]:not(.form-control):not([data-new-tpl]),
		.main-form input[type=text]:not(.form-control):not([data-new-tpl]),
		.main-form select:not(.form-select):not([data-new-tpl]), .main-form textarea:not(.form-control):not([data-new-tpl])
		{
		font-size: 15px;
		line-height: 20px;
		height: 64px;
		padding: 21px 22px
	}
	.main-form textarea:not(.form-control):not([data-new-tpl]) {
		padding: 17px 22px;
		height: 180px
	}
	.main-form .control-count input {
		padding-right: 75px !important
	}
	.main-form .control-radio {
		margin-top: 20px
	}
	.main-form .input-group {
		display: table;
		padding: 0;
		border-collapse: separate;
		border-spacing: 0;
		position: relative;
		width: 100%
	}
	.main-form .input-group .addon {
		font-size: 15px;
		line-height: 20px;
		padding: 21px 22px 21px 8px
	}
	.main-form .input-group .addon:first-child {
		padding: 21px 8px 21px 22px
	}
	.main-form .input-group input {
		height: 62px;
		padding: 0 5px
	}
	.main-form .input-group input:first-child {
		padding-left: 22px
	}
	.main-form .input-group input:last-child {
		padding-right: 22px
	}
	.main-form .input-group-toggle .toggle2, .main-form .input-group-toggle2 .toggle1
		{
		display: none
	}
	.main-form .input-group-toggle2 .toggle2 {
		display: table-cell
	}
	.main-form .control-file .filename {
		padding: 25px 22px;
		margin-right: 120px;
		font-size: 15px
	}
	.main-form .control-file .button {
		top: 10px;
		right: 10px;
		padding: 10px 0
	}
	.main-form .field-control.input-small .control-file, .main-form .field-control.input-small .input-group,
		.main-form .field-control.input-small .ui-selectmenu-button,
		.main-form .field-control.input-small input[type=date], .main-form .field-control.input-small input[type=email],
		.main-form .field-control.input-small input[type=password], .main-form .field-control.input-small input[type=text],
		.main-form .field-control.input-small select, .main-form .field-control.input-small textarea
		{
		font-size: 14px;
		line-height: 18px;
		height: 46px;
		padding: 13px 18px
	}
	.main-form .field-control.input-small .input-group {
		padding: 0
	}
	.main-form .field-control.input-small .input-group .addon {
		font-size: 14px;
		line-height: 1;
		padding: 6px 18px 6px 5px
	}
	.main-form .field-control.input-small .input-group .addon:first-child {
		padding: 6px 5px 6px 18px
	}
	.main-form .field-control.input-small .input-group input {
		height: 44px;
		padding: 14px 5px;
		background: 0 0
	}
	.main-form .field-control.input-small .input-group input:first-child {
		padding-left: 18px
	}
	.main-form .field-control.input-small .input-group input:last-child {
		padding-right: 18px
	}
	.main-form .field-control.input-small .control-file .filename {
		padding: 14px 18px 15px;
		font-size: 14px;
		margin-right: 110px
	}
	.main-form .field-control.input-small .control-file .button {
		top: 4px;
		right: 4px;
		padding: 7px 0
	}
	.main-form .field-preview-wrap:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
	.main-form .field-preview-wrap .field-control, .main-form .field-preview-wrap .note
		{
		margin-right: 302px
	}
}

.main-form .field-preview-wrap .field-preview {
	float: right;
	width: 282px;
	display: none
}

@media only screen and (min-width:1024px) {
	.main-form .field-preview-wrap .field-preview {
		display: block
	}
}

.main-form .field-preview-wrap .field-preview .label {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	display: block;
	margin-bottom: 10px
}

.main-form .field-preview-wrap .field-preview .preview {
	display: block;
	height: 210px;
	border: 1px solid #e0e0e0;
	background: #fcfcfc;
	position: relative
}

.main-form .field-preview-wrap .field-preview .preview span {
	position: absolute;
	background: center/cover no-repeat #2b8804;
	background-image: linear-gradient(-180deg, #5ac028 4%, #319302 98%)
}

.main-form .field-preview-wrap .field-preview .preview:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.main-form .field-preview-wrap .field-preview .preview.image-top:before
	{
	background: url(../img/window-preview-image-top.png)
}

@media ( -webkit-min-device-pixel-ratio :2) , ( min-resolution :192dpi)
	{
	.main-form .field-preview-wrap .field-preview .preview.image-top:before
		{
		background-image: url(../img/window-preview-image-top@2x.png);
		background-size: 280px 210px
	}
}

.main-form .field-preview-wrap .field-preview .preview.image-top span {
	top: 0;
	left: 0;
	width: 100%;
	height: 118px
}

.main-form .field-preview-wrap .field-preview .preview.image-top-organization:before
	{
	background: url(../img/window-preview-image-top-org.png)
}

@media ( -webkit-min-device-pixel-ratio :2) , ( min-resolution :192dpi)
	{
	.main-form .field-preview-wrap .field-preview .preview.image-top-organization:before
		{
		background-image: url(../img/window-preview-image-top-org@2x.png);
		background-size: 280px 210px
	}
}

.main-form .field-preview-wrap .field-preview .preview.image-top-organization span
	{
	top: 0;
	left: 0;
	width: 100%;
	height: 106px
}

.main-form .field-preview-wrap .field-preview .preview.image-list:before
	{
	background: url(../img/window-preview-image-list.png)
}

@media ( -webkit-min-device-pixel-ratio :2) , ( min-resolution :192dpi)
	{
	.main-form .field-preview-wrap .field-preview .preview.image-list:before
		{
		background-image: url(../img/window-preview-image-list@2x.png);
		background-size: 280px 210px
	}
}

.main-form .field-preview-wrap .field-preview .preview.image-list span {
	top: 43px;
	left: 7px;
	width: 130px;
	height: 118px
}

.main-form .field-preview-wrap .field-preview .preview.image-reward:before
	{
	background: url(../img/window-preview-image-reward.png)
}

.main-form .field-preview-wrap .field-preview .preview.image-reward span
	{
	top: 40px;
	left: 60px;
	width: 160px;
	height: 80px
}

.main-form .field-preview-wrap .field-preview .preview.logo span {
	display: block;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: auto;
	height: auto;
	background-size: contain;
	background-image: none;
	background-color: transparent
}

.input-group {
	display: table;
	padding: 0;
	border-collapse: separate;
	position: relative;
	width: 100%
}

.input-group .addon {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 6px 18px 6px 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	display: table-cell;
	width: 1px
}

.input-group .addon:first-child {
	padding: 6px 5px 6px 18px
}

.input-group input {
	width: 100%;
	display: table-cell;
	border: 0;
	height: 44px;
	padding: 14px 5px;
	background: 0 0
}

.button-block {
	margin: 20px 0;
	text-align: center
}

.submit-block {
	text-align: center
}

.input-group input:first-child {
	padding-left: 18px
}

.input-group input:last-child {
	padding-right: 18px
}


.main-form .field-group {
	margin-bottom: 60px
}

.main-form .field-group .group-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	line-height: 24px;
	text-align: left
}

.main-form label.on-top {
	display: block;
	margin-bottom: 5px;
	text-align: left;
	font-size: 15px
}

.main-form .field-row:last-child {
	margin-bottom: 0
}

.main-form .multi-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -12px
}

.main-form .multi-row .field-control {
	box-sizing: border-box;
	padding: 12px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.main-form .field-preview-wrap .field-preview .preview.image-top-organization.network-logo:before {
	background: 0 0
}

.main-form .field-preview-wrap .field-preview .preview.image-top-organization.network-logo span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.main-form .field-control.smaller {
	max-width: 180px
}

.main-form .field-control.smaller span {
	font-size: 12px
}

.main-form .field.no-margin-bottom {
	margin-bottom: 0
}

.main-form .field.short .field-label {
	padding-top: 10px
}

.main-form .field.short .ui-selectmenu-button {
	height: 45px;
	padding: 12px 22px
}

.main-form .field.margin-top {
	margin-top: 25px
}

.main-form #organization-dashboard {
	padding-top: 17px;
	padding-bottom: 100px
}

.main-form #organization-dashboard .results {
	border: none
}

.main-form .field-control .notes {
	margin: 10px 0 0;
	color: rgba(0, 0, 0, .5);
	text-align: left;
	font-size: 12px
}

.main-form .date-group {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px
}

.main-form .date-group .date-box {
	box-sizing: border-box;
	padding: 0 5px;
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%
}

.main-form .date-group .date-box:last-child {
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
	max-width: 42%
}

.main-form .date-group .date-box input {
	padding-left: 12px !important;
	padding-right: 12px !important;
	text-align: center
}

.main-form .control-checkbox.left-align label,
.main-form .control-select {
	text-align: left
}

@media only screen and (min-width:768px) {

	.main-form .field-control.push-right {
		margin-left: auto
	}

	.main-form .field.margin-top {
		margin-top: 55px
	}

	.main-form .multi-row .field-control {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.main-form .multi-row .field-control.larger {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%
	}

	.main-form .multi-row .field-control.larger+.field-control {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%
	}
}

@media only screen and (min-width:1024px) {

	.main-form .field.margin-top {
		margin-top: 80px
	}
}

/* 10.1. Collapse ===========================================================================================================================  */

[data-collapse-wrapper]:not([data-collapse-mobile-only]) [data-collapse-content] {
	max-height: 0 !important;
}

@media only screen and (max-width:991.98px) {
	[data-collapse-wrapper] [data-collapse-content] {
		max-height: 0 !important;
	}
}

[data-collapse-wrapper].open [data-collapse-content] {
	max-height: initial !important;
}

[data-collapse-wrapper].open [data-collapse-toggle] svg {
	transform: translateY(-50%) rotate(180deg);
}

/* 10.2. Tabs ===============================================================================================================================  */

.tab-content {
	display: none
}

.tab-content:not([data-new-tpl]).active {
	display: block;
	margin-top: 2rem;
}

.tab-content:not([data-new-tpl]).active {
	margin-bottom: 7rem;
}

/* 10.3. Modal ==============================================================================================================================  */

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000px;
	z-index: 100;
	padding: 50px 20px 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .75);
	text-align: center
}

.blocker [data-new-tpl] {
	text-align: initial;
}

.blocker:before {
	content: "";
	height: 100%;
	margin-right: -.05em
}

.blocker .modal {
	display: block
}

.blocker.behind {
	background-color: transparent
}

.modal:not([data-new-tpl]) {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	min-height: 100%;
	text-align: center;
	z-index: 101;
	background: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
}

.modal[data-new-tpl].modal--open {
	display: block !important;
}

.modal:not([data-new-tpl]) a.close-modal {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	color: #000
}

.modal:not([data-new-tpl]) a.close-modal:before {
	content: "\e005";
	font-family: icons;
	font-size: 24px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 2px;
	right: 0;
	text-align: center
}

.modal.projects a.close-modal:before {
	content: "\e005";
	font-family: icons;
	font-size: 24px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: -10px;
	right: -10px;
	text-align: center;
	background-color: lightgrey;
	border-radius: 50%;
	color: black;
	width: 40px;
	height: 32px;
	padding-top: 40%;
	z-index: 102;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background:
		url(data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==)
		center center no-repeat #111;
	border-radius: 8px
}

.modal-section-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #2b8804;
	margin-top: 1.2em;
	margin-bottom: 1em
}

.modal:not([data-new-tpl]) .modal-text ul {
	margin-bottom: .8em
}

.modal:not([data-new-tpl]) .modal-text ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: .6em
}

.modal:not([data-new-tpl]) .modal-text ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #6c6c6c;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modal:not([data-new-tpl]) .modal-text blockquote {
	text-align: center;
	font-style: italic;
	font-weight: 600;
	margin: 15px 0
}

@media only screen and (min-width:1024px) {
	.modal:not([data-new-tpl]) .modal-text h2 {
		font-size: 18px;
		line-height: 1.2
	}
	.modal:not([data-new-tpl]) .modal-text ul li {
		padding-left: 26px
	}
	.modal:not([data-new-tpl]) .modal-text ul li:before {
		width: 8px;
		height: 8px;
		top: 7px
	}
	.modal:not([data-new-tpl]) .video {
		margin-bottom: 3em
	}
}

@media only screen and (min-width:768px) {
	.blocker .modal {
		display: inline-block
	}
	.modal:not([data-new-tpl]):not(.modal-fullscreen) {
		overflow: visible;
		min-height: 0;
		width: 550px;
		height: initial;
		box-sizing: border-box;
		padding: 45px 50px;
		box-sizing: border-box;
	}
	.modal:not([data-new-tpl]):not(.modal-fullscreen):not(#register) {
		position: fixed;
		left: 50%;
		top: 0;
		transform: translate(-50%);
	}
	.modal:not([data-new-tpl]) a.close-modal {
		top: 6px;
		right: 16px;
	}
	.modal:not([data-new-tpl]).mobile-only {
		display: block;
		position: static;
		width: auto;
		padding: 0
	}
	.modal:not([data-new-tpl]).big {
		width: 700px
	}
	.modal-title {
		font-size: 26px;
		margin-bottom: 1.3em
	}
	.modal:not([data-new-tpl]) .modal-intro-text {
		font-size: 16px;
		margin-top: -15px;
		margin-bottom: 30px
	}
	.modal:not([data-new-tpl]) .modal-text h2 {
		font-size: 16px;
		line-height: 1.2
	}
	.modal:not([data-new-tpl]) .table-wrap {
		margin: 0 -50px;
		padding: 0 50px
	}
	.modal-section-title {
		font-size: 22px
	}
	.modal:not([data-new-tpl]) .video {
		margin-bottom: 25px
	}
	.modal:not([data-new-tpl]) .modal-text blockquote {
		text-align: right;
		margin: 20px 0
	}
	.modal:not([data-new-tpl]) .columned-fields {
		margin-left: -10px;
		margin-right: -10px
	}
	.modal:not([data-new-tpl]) .columned-fields:after {
		content: "\2e";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
	.modal:not([data-new-tpl]) .columned-fields .field {
		float: left;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0
	}
	.modal:not([data-new-tpl]) .modal-footer {
		font-size: 16px;
		margin: 30px -50px -50px
	}
	.modal:not([data-new-tpl]) .modal-footer p {
		float: left;
		height: 42px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.modal:not([data-new-tpl]) .modal-footer .button {
		float: right
	}
	.modal:not([data-new-tpl]) .modal-text figure {
		margin: 25px 0
	}
	.modal:not([data-new-tpl]) .modal-text figure figcaption {
		padding: 15px 20px
	}
	.modal:not([data-new-tpl]) .modal-text .video {
		margin: 25px 0
	}
	.modal:not([data-new-tpl]) #notification {
		margin: -45px -50px 30px
	}
	.button-block.only-mobile {
		display: none
	}
}

.modal:not([data-new-tpl]) .modal-text blockquote .source {
	font-weight: 400;
	font-style: normal;
	margin-top: -.2em
}

.modal:not([data-new-tpl]) .modal-text figure {
	background: #f5f4f4;
	margin: 20px
}

.modal:not([data-new-tpl]) .modal-text figure img {
	width: 100%
}

.modal:not([data-new-tpl]) .modal-text figure figcaption {
	padding: 13px 16px
}

.modal:not([data-new-tpl]) .modal-text figure .flickity-viewport {
	transition: height .3s ease
}

.modal:not([data-new-tpl]) .modal-text .video {
	background: #f5f4f4;
	margin: 20px 0;
	position: relative;
	height: 0;
	padding-top: 56.25%
}

.modal:not([data-new-tpl]) .modal-text .video iframe, 
.modal:not([data-new-tpl]) .modal-text .video object,
.modal:not([data-new-tpl]) .modal-text .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modal:not([data-new-tpl]) .account-or {
	font-size: 12px;
	font-weight: 600;
	display: block;
	margin: 24px 0
}

.modal:not([data-new-tpl]) .links {
	margin-top: 20px
}

.modal:not([data-new-tpl]) .links a {
	text-decoration: underline
}

.modal:not([data-new-tpl]) .links p {
	margin-top: 14px
}

.modal:not([data-new-tpl]) .links p:first-child {
	margin-top: 0
}

.modal:not([data-new-tpl]) form .button {
	margin: 15px 0
}

.modal:not([data-new-tpl]) form .links {
	margin-top: 0;
	font-size: 12px
}

.modal:not([data-new-tpl]) form .field .note {
	margin-top: 8px;
	font-size: .9em;
	line-height: 1.3;
	color: #666
}

.modal:not([data-new-tpl]) form .field-options:after {
	content: "\2e";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.modal:not([data-new-tpl]) form .field-options .control-checkbox, 
.modal:not([data-new-tpl]) form .field-options .control-radio
	{
	float: left;
	margin-right: 20px
}

.modal:not([data-new-tpl]) .modal-intro-text {
	margin-top: -10px;
	color: #5a5a5a;
	font-size: 15px;
	margin-bottom: 25px
}

.modal:not([data-new-tpl]) .modal-intro-text small {
	font-size: .9em
}

.modal:not([data-new-tpl]) .modal-intro-text small.smaller {
	font-size: .7em;
	line-height: .9em
}

.modal:not([data-new-tpl]) .modal-intro-text strong {
	font-weight: 700
}

.modal:not([data-new-tpl]) .modal-text {
	text-align: left
}

.modal:not([data-new-tpl]) .modal-text.button-array {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.modal:not([data-new-tpl]) .modal-text.button-array .button {
	margin-right: 10px
}

.modal:not([data-new-tpl]) .modal-text.button-array .button:last-child {
	margin-right: 0
}

.modal:not([data-new-tpl]) .modal-text.button-array .centered-link {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 10px;
	text-align: center
}

.modal:not([data-new-tpl]) .modal-text p {
	margin-bottom: .6em
}

.modal:not([data-new-tpl]) .modal-text h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: .8em;
	margin-top: 1.8em
}

.modal:not([data-new-tpl]) .table-wrap {
	overflow-x: auto;
	margin: 0 -20px;
	padding: 0 20px
}

.modal:not([data-new-tpl]) .video {
	background: #f5f4f4;
	margin-bottom: 20px;
	position: relative;
	height: 0;
	padding-top: 56.25%
}

.modal:not([data-new-tpl]) .modal-footer {
	background: #cae1c0;
	margin: 25px -20px -30px;
	padding: 20px 30px;
	overflow: hidden;
	font-size: 15px
}

.modal:not([data-new-tpl]) .modal-footer p {
	margin-bottom: 20px
}

.modal:not([data-new-tpl]) .video iframe, 
.modal:not([data-new-tpl]) .video object, .modal .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modal:not([data-new-tpl]) table {
	width: 100%;
	border-collapse: collapse
}

.modal:not([data-new-tpl]) table thead th {
	font-size: 18px;
	font-weight: 600;
	color: #2b8804;
	text-align: center;
	padding: 0 10px 10px;
	white-space: nowrap
}

.modal:not([data-new-tpl]) table thead th.a-left {
	text-align: left
}

.modal:not([data-new-tpl]) table thead th.a-right {
	text-align: right
}

.modal:not([data-new-tpl]) table tbody td {
	vertical-align: middle;
	padding: 10px
}

.modal:not([data-new-tpl]) table tbody td.nowrap {
	white-space: nowrap
}

.modal:not([data-new-tpl]) table tbody td.a-left {
	text-align: left
}

.modal:not([data-new-tpl]) table tbody td.a-right {
	text-align: right
}

.modal:not([data-new-tpl]) table tbody td.ranking {
	font-size: 1.25em;
	font-weight: 600
}

.modal:not([data-new-tpl]) table tbody td.avatar {
	width: 65px
}

.modal:not([data-new-tpl]) table tbody td.avatar img {
	display: block;
	width: 65px;
	height: 65px;
	max-width: none;
	border-radius: 100%
}

.modal-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #2b8804;
	margin-bottom: 1.1em
}

.modal-size {
	width: 50% !important;
	padding: 0 0 0 0;
}

.modal:not([data-new-tpl]).modal-fullscreen {
	width: 100% !important;
	padding: 0 0 0 0;
	transform: initial;
}

.modal:not([data-new-tpl]).account-modal.modal-size {
	background: none;
	background-color: white;
}

.modal-size a.close-modal:before {
	content: "\e005";
	font-family: icons;
	font-size: 24px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 20px;
	right: -10px;
	text-align: center;
	background-color: lightgrey;
	border-radius: 50%;
	color: black;
	width: 40px;
	height: 32px;
	padding-top: 40%;
}

.modal-size .container {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	max-width: 100%;
}

.modal-size .marginAuto {
	margin: 0 auto !important;
}

.modal:not([data-new-tpl]) #notification {
	padding: 20px;
	margin: 30px -20px 20px
}

.modal.account-modal {
	background: url(../img/account-modal-bg.jpg) center top/100% auto
		no-repeat #fefefe
}

.modal:not([data-new-tpl]).account-modal .modal-section-title, 
.modal:not([data-new-tpl]).account-modal .modal-title
	{
	color: #000;
	font-weight: 400
}

/* 10.4. Swiper =============================================================================================================================  */

.swiper__next.swiper-button-disabled, .swiper__prev.swiper-button-disabled
	{
	opacity: .4;
	pointer-events: none;
}

.swiper__next, .swiper__prev {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: #e5e5e5;
	line-height: 48px;
	text-align: center;
	z-index: 102;
	cursor: pointer;
	margin-left: 16px;
}

.swiper__prev::after {
	transform: rotate(-180deg);
}

.swiper__prev::after, .swiper__next::after {
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.121' height='17.414' viewBox='0 0 10.121 17.414'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-1532,8l-8-8,8,8,.306-.306L-1532,8l.306.306L-1532,8l-8,8Z' transform='translate(1540.707 0.707)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
}

.swiper__main>div>div {
	margin-top: 16px;
}

.organization-exp-projects-carousel h2 {
   font-size: 24px;
   line-height: 1em;
   font-weight: 600
}
.organization-exp-projects-carousel {
   overflow: hidden
}
@media (max-width:991px) {
   .organization-exp-projects-carousel {
      overflow: visible
   }
}
.organization-exp-projects-carousel>.container {
   padding: 0
}

.organization-exp-projects-carousel .flickity-viewport {
   overflow: visible
}

.organization-exp-projects-carousel h2 {
   display: inline-block;
   margin-right: 30px;
   margin-bottom: 0
}

.organization-exp-projects-carousel__next,
.organization-exp-projects-carousel__prev {
   display: inline-block;
   width: 48px;
   height: 48px;
   border-radius: 48px;
   background: #e5e5e5;
   line-height: 48px;
   text-align: center;
   z-index: 10;
   cursor: pointer;
   margin-left: 16px
}

@media (max-width:991px) {

   .organization-exp-projects-carousel__next,
   .organization-exp-projects-carousel__prev {
      display: none
   }
}

.organization-exp-projects-carousel__next.swiper-button-disabled,
.organization-exp-projects-carousel__prev.swiper-button-disabled {
   opacity: .4;
   pointer-events: none
}

.organization-exp-projects-carousel__next:after,
.organization-exp-projects-carousel__prev:after {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.121' height='17.414' viewBox='0 0 10.121 17.414'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-1532,8l-8-8,8,8,.306-.306L-1532,8l.306.306L-1532,8l-8,8Z' transform='translate(1540.707 0.707)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   height: 100%;
   display: block;
   content: ""
}

.organization-exp-projects-carousel__prev:after {
   transform: rotate(-180deg)
}

.organization-exp-projects-carousel__slider {
   margin-top: 16px
}


/* 10.5. Croppie, Slider, Flickity  =========================================================================================================  */

.croppie-container {
	width: 100%;
	height: 100%
}

.croppie-container .cr-image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	max-height: none;
	max-width: none
}

.croppie-container .cr-boundary {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	height: 100%
}

.croppie-container .cr-viewport {
	position: absolute;
	border: 2px solid #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
	z-index: 0
}

.croppie-container .cr-original-image {
	display: none
}

.croppie-container .cr-vp-circle {
	border-radius: 50%
}

.croppie-container .cr-overlay {
	z-index: 1;
	position: absolute;
	cursor: move
}

.croppie-container .cr-slider-wrap {
	width: 75%;
	margin: 15px auto;
	text-align: center
}

.croppie-result {
	position: relative;
	overflow: hidden
}

.croppie-result img {
	position: absolute
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.cr-slider {
	-webkit-appearance: none;
	width: 300px;
	max-width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: transparent
}

.cr-slider::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	background: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top: -6px
}

.cr-slider:focus {
	outline: 0
}

.cr-slider::-moz-range-track {
	width: 100%;
	height: 3px;
	background: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 3px
}

.cr-slider::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top: -6px
}

.cr-slider:-moz-focusring {
	outline: #fff solid 1px;
	outline-offset: -1px
}

.cr-slider::-ms-track {
	width: 100%;
	height: 5px;
	background: 0 0;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent
}

.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px
}

.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px
}

.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top: 1px
}

.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, .5)
}

.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, .5)
}

.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1
}

.cr-rotate-controls button {
	border: 0;
	background: 0 0
}

.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px
}

.cr-rotate-l i:before {
	content: ' '
}

.cr-rotate-r i:before {
	content: ' '
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.flickity-page-dots,
.slider-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 7px 0 15px;
	margin: 0;
	height: auto;
	text-align: center;
	font-size: 0;
	line-height: 0;
	pointer-events: none
}

@media only screen and (min-width:1024px) {

	.flickity-page-dots,
	.slider-dots {
		padding: 15px 0 25px
	}
}

.flickity-page-dots .dot,
.slider-dots .dot {
	border: 1px solid rgba(255, 255, 255, .5);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform-origin: center;
	transform-origin: center;
	background: 0 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	margin: 0 8px;
	cursor: pointer;
	transition: all .2s ease;
	pointer-events: auto
}

.flickity-page-dots .dot.current,
.flickity-page-dots .dot.is-selected,
.slider-dots .dot.current,
.slider-dots .dot.is-selected {
	background: #fff;
	border-color: #fff
}

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-enabled.is-draggable {
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	/*width: 40px;
	height: 60px;*/
	border: none;
	cursor: pointer;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	/*background: 0 0;*/
	border-radius: 50%;
	background-color: whitesmoke;
	width: 70px;
	height: 70px;
	padding: 20px;
}

.flickity-prev-next-button:before {
	width: 40px;
	text-align: center;
	vertical-align: middle;
	content: "\e00b";
	font-family: icons;
	font-size: 18px;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: bold;
	font-style: normal
}

.flickity-prev-next-button.previous {
	left: 20px;
	background-color: lightgrey;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 5px;
	padding: 5px;
	color: black;
}

.flickity-prev-next-button.next {
	right: 20px;
	background-color: lightgrey;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 5px;
	padding: 5px;
	color: black;
}

.flickity-prev-next-button.next:before {
	content: "\e00c"
}

.flickity-prev-next-button svg {
	display: none;
}

/* 10.6. DatePicker =========================================================================================================================  */

.ui-datepicker {
	width: 17em;
	padding: 12px 12px 0;
	display: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	z-index: 10
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-header select {
	height: 32px;
	width: 45%;
	float: left;
	padding: 0 10px;
	font-size: 13px;
	margin-top: -3px;
	background-image: url(../img/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 7px center
}

.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
	float: right
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 25px;
	height: 25px;
	cursor: pointer
}

.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "\e009";
	font-family: icons;
	font-size: 16px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\e00a"
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	color: #2b8804
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}


.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker table th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker table td {
	border: 0;
	padding: 1px;
	font-weight: 600
}

.ui-datepicker table td a,
.ui-datepicker table td span {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none
}

.ui-datepicker table td a.ui-state-active,
.ui-datepicker table td span.ui-state-active {
	background: #2b8804;
	color: #fff;
	border-radius: 2px
}

.ui-datepicker table td a.ui-state-hover,
.ui-datepicker table td span.ui-state-hover {
	background: #affc8f;
	border-radius: 2px
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

/* 10.7. CKEditor ===========================================================================================================================  */

/* Fix allineamento immagini ckeditor*/
.ckeditor-container img[style~="float:left"] {
    max-width: calc(50% - 20px);
    margin: 3em 40px 3em 0;
}

.ckeditor-container img[style~="float:right"] {
    max-width: calc(50% - 20px);
    margin: 3em 0 3em 40px;
}

.ckeditor-container img {
    display: initial;
    margin-bottom: 0 !important;
}

.ckeditor-container figcaption {
	background: #f5f4f4;
    padding: 10px 20px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 0.85em;
}

/*DON-1633 allineamento immagine con didascalia*/
.ckeditor-container figure {
	text-align: center;
	background: #f5f4f4;
}

/*fix elenchi puntati testo ckeditor*/
.ckeditor-container ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 2em;
}

.ckeditor-container ul ul {
	list-style: circle;
	list-style-position: outside;
	margin-left: 1em;
}

.ckeditor-container ul ul ul {
	list-style: square;
	list-style-position: outside;
	margin-left: 1em;
}

.ckeditor-container ol {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 2em;
}

.ckeditor-container ul li, .ckeditor-container ol li {
	padding-left: 0 !important;
	position: inherit !important;
}

.ckeditor-container ul li h2, .ckeditor-container ol li h2 {
	display: inline !important;
}

/* 10.8. Pagination =========================================================================================================================  */

.pagination {
	text-align: center;
	font-size: 0;
	margin-top: 20px
}

.pagination li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0 3px
}

.pagination li a,
.pagination li span {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: inherit
}

.pagination li a:hover {
	text-decoration: underline
}

.pagination li.current {
	font-weight: 700
}

.pagination li.next a,
.pagination li.previous a {
	text-indent: -999em;
	width: 30px;
	height: 30px;
	padding: 0;
	position: relative
}

.pagination li.next a:before,
.pagination li.previous a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	content: "\e009";
	font-family: icons;
	font-size: 30px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal
}
@media only screen and (min-width:768px) {
	.pagination li.previous {
		margin-right: 50px
	}

	.pagination li.next {
		margin-left: 50px
	}
}
@media only screen and (max-width:768px) {
	.pagination li.previous {
		margin-right: 10px
	}

	.pagination li.next {
		margin-left: 1s0px
	}
}

.pagination li.next a:before {
	content: "\e00a"
}

@media only screen and (max-width:768px) {
	.pagination {
		margin-top: 30px;
/* 		margin-left: 25%; */
	}
}

@media only screen and (min-width:768px) {
	.pagination {
		margin-top: 30px;
/* 		margin-left: 45%; */
	}
}

/* 10.9. Menu ===============================================================================================================================  */

.ui-menu {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	display: block;
	outline: 0;
	border: 1px solid #dcdcdc;
	border-top: 0;
	background: #fff;
	max-height: 200px
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer
}

.ui-menu .ui-menu-item-wrapper {
	padding: 5px 17px;
	line-height: 18px
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	background: #affc8f
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

/* 10.10. SelectMenu ========================================================================================================================  */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden
}

.ui-selectmenu-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0;
	height: auto;
	border: 0
}


.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-menu {
	z-index: 2000
}


/* fix combo rimane sotto il pannello di edit del progetto*/
.ui-selectmenu-menu {
	z-index: 15000;
}


/* 10.11. Morris ============================================================================================================================  */

.morris-hover {
	position: absolute;
	z-index: 1000;
	color: #000;
	font-size: 14px;
	text-align: center;
	white-space: nowrap
}

.morris-hover:before {
	content: "";
	position: absolute;
	top: -999em;
	bottom: -999em;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	background: #2b8804
}

.morris-hover .box {
	border-radius: 3px;
	box-shadow: 0 2px 21px 0 rgba(0, 0, 0, .1);
	padding: 20px 20px 15px;
	background: #fff;
	position: relative
}

.morris-hover p {
	margin-bottom: 8px
}

.morris-hover strong {
	color: #2b8804
}

.faq-select,
.faq-select .select2-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.faq-select[style*="position: fixed"] {
  width: 100%;
}
