* {
	padding: 0px;
	margin: 0px;
}

a {
	display: inline-block;
	color: inherit;
	cursor: pointer;
}

ul, li, ol {
	list-style-position: inside;
}

html, body {
	height: 100%;
	width: 100%;
	position: relative;
	font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
	background-color: #F4F4F4;
	line-height: 20px;
	color: #AAA;
}

img {
	max-width: 100%;
}

header,
footer,
#content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	max-width: 1170px;
	margin: 0px auto;
	position: relative;
}

#content > div {
	margin: -10px;
}

#content > div > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content > div > div > #main {
	-ms-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	min-width: 200px;
	width: 100%;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content > div > div > aside {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

#column-one {
	width: 420px;
	min-width: 420px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

#column-two {
	display: none;
	width: 0px;
	min-width: 0px;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}

header,
footer {
	max-width: 1170px;
	margin: 0px auto;
	background-color: #FFF;
}

h1, h2, h3, h4, h5 {
	font-family: 'officina', Arial, san-serif;
	font-weight: normal;
	color: #F06200;
}

h1 {
	font-size: 25px;
	margin-right: 140px;
	padding-right: 10px;
	border-right: 1px solid #F4F4F4;
}

/*______ HEADER ______*/

.header-content {
	margin-bottom: 20px;
	position: relative;
}

.header-inner {
	width: 100%;
	padding-top: 20%;
	position: relative;
}

.header-inner .background-profile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.header-inner .change-bkg-box {
	top: 5px;
}

.project-icon {
	font-size: 0px;
	position: absolute;
	top: 0px;
	left: 20px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
	height: 136px;
	z-index: 1;
}

.title-holder {
	padding: 20px;
	min-height: 55px;
	position: relative;
}

.webtype-identifier {
	color: #FFF;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #F06200;
	display: inline-block;
	text-align: center;
	font: 42px 'Segoe UI', Helvetica, Verdana, san-serif;
	float: left;
}

.webtype-identifier img{
	width: 100%;
}

.title-holder h1,
.title-holder h5 {
	position: relative;
	margin-left: 68px;
}

.header-inner .project-icon {
	font-size: 0px;
	position: absolute;
	top: 0px;
	left: 20px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
	height: 136px;
}

.switch-button {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 120px;
}


.switch-button input[type="checkbox"]:not(:checked), 
input[type="checkbox"]:checked { /* :checked here acting as a filter for older browsers */
	position: absolute;
	opacity: 0;
}

.switch-button label {
	position: relative;
	display: inline-block;
	font: 20px 'officina', Arial, san-serif;
	color: #F06200;
	width: 100%;
}      

.switch-button input[type="checkbox"].switch + span + div {
	width: 40px;
	height: 18px;
	border-radius: 9px;
	background: #FFF;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2) inset;
	background-origin: border-box;
	background-clip: border-box;
	overflow: hidden;
	transition-duration: .4s;
	transition-property: padding,width;
	float: right;
	margin-top: 4px;
}

.switch-button input[type="checkbox"].switch:checked + span + div {
	padding-left: 22px;
	width: 18px;
}

.switch-button input[type="checkbox"].switch + span + div:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin: 1px;
	border-radius: inherit;
	background: #F06200;
}

.switch-button input[type="checkbox"].switch:checked + span + div:before {
	background: #52D921;
}

.switch-button input[type="checkbox"].switch:active + span + div:before {
	background-color: #aaa;
}

/*______ GENERAL ______*/

h4, h5 {
	padding-bottom: 10px;
}

h4 a,
h5 a {
	text-decoration: none;
}

h4 {
	font-size: 18px;
	color: #FF781C;
}

h5 a:hover,
h4 a:hover {
	color: #ffb481;
}

h5 {
	font-size: 16px;
	color: #AAA;
}

.widget-content p {
	margin-bottom: 10px;
}

.panel-img-left {
	overflow: hidden;
	margin-bottom: 20px;
}

.panel-img-left:last-child {
	margin-bottom: 0px;
}

.panel-info {
	position: relative;
	margin-left: 90px;
}

.panel-img-left img {
	float: left;
}

/*______ WIDGETS GENERAL ______*/

.widget-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #FFF;
	margin-bottom: 20px;
	position: relative;
}

.widget-content h2 {
	padding-bottom: 15px;
}

.widget-content a:hover {
	color: #FF781C;
}

i {
	font-size: 18px;
}

a i {
	color: inherit;
}

.send-mail i {
	font-size: 20px;
	color: #F06200;
}

/*______ WIDGET ACTIONS ______*/

.widget-edit .widget-actions {
	display: none;
}

.widget-edit:hover .widget-actions {
	display: block;
}

.widget-actions {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
}

.widget-actions i {
	margin-left: 5px;
	padding: 4px;
	display: block;
	border-radius: 50%;
	color: #F06200;
}

.widget-actions i:hover {
	color: #ffb481;
}

/*_______ ADD INFO ______*/

.ch-profile-custom-info .bold {
	font-weight: bold;
}
.ch-profile-custom-info .italic {
	font-style: italic;
}
.ch-profile-custom-info a {
	color: #FF781C;
}
.ch-profile-custom-info a:hover {
	color: #ffb481;
}

.ch-profile-custom-info > div {
	background: #FFF;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}

.ch-profile-custom-info > div div:first-child {
	font-family: 'officina', Arial, san-serif;
	font-weight: normal;
	color: #F06200;
	padding-bottom: 15px;
	font-size: 21px;
}

[data-editable="1"] > div div:first-child {
	cursor: move;
}

.ch-add-profile-custom-info {
	text-align: center;
	border: 1px dashed #FF781C;
	padding: 5px 10px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}

.ch-add-profile-custom-info:hover {
	color: #FF781C;
}

.self-boxes .widget-content {
	background: transparent;
	padding: 0px;
}

/*______ FLEXBOX PANEL ______*/

.flexbox-panel {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
.flexbox-hero {
	ms-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	min-width: 122px;
	margin-right: 10px;
}    
.flexbox-info {
	position: relative;
	-ms-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	min-width: 200px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flexbox-info .summary p {
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 54px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0px;
}

.flexbox-info h4 a span {
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 42px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* DOCS */

.doc-panel .flexbox-hero {
	min-width: 70px;
	border: 1px solid #D7D7D7;
}

/* MEMBERS */

.member-panel .flexbox-hero {
	min-width: 80px;
}

.member-panel .flexbox-hero img {
	display: block;
}

.member-panel h4 a {
	display: block;
}

.member-panel h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 38px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0px;
}

/****************   NEWS    ******************/

.news-panel .panel-info {
	margin-left: 132px;
	max-height: 112px;
	overflow: hidden;
}

/*______ EVENTS ______*/

.event-panel {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}

.event-panel:last-child {
	margin-bottom: 0px;
}

.event-panel .date {
	width: 86px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FF781C;
	color: #FFF;
	font: 28px/38px 'officina', Arial, san-serif;
	text-align: center;
	padding: 2px;
}

.event-panel span {
	display: block;
}

.event-panel .month {
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
}

.event-info {
	width: 100%;
	position: relative;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*______ COORDINATOR ______*/

.project-coordinator-contact {
	position: relative;
	margin-left: 110px;
	min-height: 100px;
}

.project-coordinator-contact h2 {
	padding-bottom: 10px;
}

.coordinator-img {
	float: left;
}

/*______ FOOTER ______*/

footer {
	border-top: 1px solid #333;
}

footer p {
	background: #F4F4F4;
	font-size: 13px;
	padding: 0px;
}

@media only screen and (max-width: 980px) {
	#column-one {
		width: 300px !important;
		min-width: 300px !important;
	}
}

@media only screen and (max-width: 770px) {
	.project-icon {
		width: 18%;
		height: auto;
		font-size:0px;
		box-shadow: none;
	}
	.project-icon img {
		width: 100%;
		height: 100%;
		font-size:0px;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	}

}

@media only screen and (max-width: 600px) {
	#content > div > div {
		flex-direction: column;
	}
	#column-one {
		width: 100% !important;
		min-width: 100% !important;
	}
}

/*______ VIDEOS ______*/

img[data-role=embed]{
	width: 100%;
}