* {
	outline: none;
}

.DurabilityPage .main_wrapper {
	background-color: #f3f3f3;
}

.logo1 {
    width: 40px;
    margin-left: 5px;
}

.partner_provider {
	/*background-image: url(../images/pp_logo.png), url(../images/hima.png) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: top right, center right 90px !important;
	background-size: auto, 40px auto !important;*/
	padding-right: 0px !important;
}

.lang {
	border-radius: 3px;
}

	.lang.linkedin {
		border-color: #0068a2;
		color: #0068a2;
		font-size: 18px;
		padding: 3px 5px;
		right: 80px;
	}

.contact-list {
	border-bottom: solid 1px black;
	margin: 0 0 40px;
	padding: 0 0 40px;
}

	.contact-list > li {
		display: inline-block;
		font-size: 16px;
		line-height: 30px;
		margin-right: 10px;
		padding-right: 15px;
		position: relative;
	}

	.contact-list > li::after {
		background-color: #0093d6;
		content: "";
		display: block;
		height: 15px;
		position: absolute;
		right: 0;
		top: 8px;
		width: 1px;
	}

	.contact-list > li:last-of-type::after {
		display: none;
	}

	.contact-list + p {
		margin-bottom: 40px;
	}

.staff-members {
	margin-top: 40px;
}

	.staff-member {
		margin-bottom: 50px;
		min-height: 300px;
	}

	.staff-member .image {
		background-image: url('../images/portait.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 200px;
		box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.5);
		display: block;
		height: 150px;
		width: 150px;
		margin-bottom: 10px;
	}

	.staff-member .image + p > a {
		border-bottom: none;
		color: black;
		text-decoration: none;
	}

	.staff-member > p {
		font-size: 14px;
		line-height: 1.35;
		margin-bottom: 5px;
	}

	.staff-member a {
		border-bottom: solid 1px black;
		color: black;
	}

.filters h4 {
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

#select_section,
#search_name {
	background-color: #868686;
	background-image: url('../images/blue_arrow.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	border: solid 1px black;
	border-radius: 0;
	color: white;
	height: auto;
	padding: 10px 40px;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

	#select_section option {
		background-color: white;
		color: black;
	}

	#select_section option:hover,
	#select_section option:active,
	#select_section option:focus {
		background-color: #eee;
		color: black;
	}

#search_name::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.6;
}

#search_name::-moz-placeholder {
	color: #fff;
	opacity: 0.6;
}

#search_name:-ms-input-placeholder {
	color: #ccc;
}

.row.no-staff {
	display: none;
	font-size: 14px;
	padding: 40px 0;
}

.about_mission {
	position: relative;
	overflow: hidden;
}

#subscribe {
	background-color: #0093d6;
	border-radius: 10px 0 0 10px;
	top: 265px;
	min-height: 400px;
	padding-left: 40px;
	position: absolute;
	right: -440px;
	transition: transform 0.4s ease;
	-webkit-transition: -webkit-transform 0.4s ease;
	width: 480px;
	z-index: 50;
}

	#subscribe.open {
		right: 0;
	}

	#subscribe .title {
		color: white;
		cursor: pointer;
		font-size: 20px;
		height: 40px;
		left: -180px;
		line-height: 40px;
		position: absolute;
		text-align: center;
		top: 181px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 400px;
	}

	#subscribe .content {
		background-color: white;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
		height: 100%;
		padding: 10px;
	}

	#subscribe .inner {
		background-color: #f3f3f3;
		background-image: url('../images/logo.png');
		background-position: bottom 20px right 20px;
		background-repeat: no-repeat;
		background-size: 100px auto;
		height: 100%;
		padding: 20px 20px 20px 40px;
		position: relative;
	}

	#subscribe .close {
		background-image: url('../images/close.png');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		height: 15px;
		opacity: 1;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 15px;
	}

	#subscribe a {
		color: #428bca;
	}

	#subscribe h3 {
		color: #0093d6;
	}

	#subscribe .validate h3 {
		margin-bottom: 5px;
	}

	#subscribe form {
		margin-bottom: 0;
	}

	#subscribe label {
		display: block;
	}

	#subscribe input {
		display: block;
		padding: 0 10px;
	}

	#subscribe input[type="text"],
	#subscribe input[type="email"] {
		background-color: white;
		border: solid 1px black;
		border-radius: 0;
		margin-bottom: 15px;
	}

	#subscribe input[type="submit"] {
		background-color: #0093d6;
		border-radius: 0;
		box-shadow: inset 5px 5px 4px rgba(0, 0, 0, 0.2);
		font-size: 14px;
		height: auto;
		margin-bottom: 0;
		padding: 10px 20px;
		text-transform: capitalize;
	}

	#subscribe input::-webkit-input-placeholder {
		opacity: 0;
	}

	#subscribe input::-moz-placeholder {
		opacity: 0;
	}

	#subscribe input:-ms-input-placeholder {
		color: #fff;
	}

	#subscribe #mce-responses {
		margin-bottom: 15px;
	}

	#subscribe .response {
		font-size: 12px;
	}

	#subscribe #mce-success-response {
		color: green;
	}

	#subscribe #mce-error-response {
		color: red;
	}

@media ( min-width: 768px ) {

#subscribe h3 br {
	display: none;
}

}

@media ( max-width: 768px ) {

.about_mission {
	overflow-x: visible;
	position: static;
}

	.about_mission .container {
		position: static;
	}

#subscribe {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	border-radius: 10px 10px 0 0;
	bottom: -345px;
	left: 0;
	margin: 0 auto;
	max-width: 450px;
	min-height: auto;
	padding-left: 0;
	position: fixed;
	right: 0;
	width: 90%;
}

	#subscribe.open {
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#subscribe .title {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		position: static;
		transform: none;
		-webkit-transform: none;
		width: 100%;
	}

	#subscribe .content {
		box-shadow: none;
		height: auto;
	}

	#subscribe .inner {
		height: auto;
		padding: 20px;
	}

	#subscribe .close {
		background-size: cover;
		height: 12px;
		right: 10px;
		top: 10px;
		z-index: 99999;
		width: 12px;
	}

	#subscribe h3 {
		font-size: 18px;
		line-height: 1.3;
		padding-right: 40px;
	}

	#subscribe label {
		display: none;
	}

	#subscribe input[type="text"],
	#subscribe input[type="email"] {
		margin-bottom: 20px;
	}

	#subscribe input::-webkit-input-placeholder {
		opacity: 0.2;
	}

	#subscribe input::-moz-placeholder {
		opacity: 0.2;
	}

	#subscribe input:-ms-input-placeholder {
		color: #ccc;
	}

.staff-member {
	margin-bottom: 50px;
}

}

@media ( max-width: 740px ) {

#subscribe {
	bottom: -370px;
	top: auto;
	/*height: 400px;*/
	max-width: 350px;
}

}

@media ( max-width: 330px ) {

#subscribe {
	bottom: -416px;
}

}

@media ( min-width: 665px ) and ( max-width: 750px ) {

#subscribe {
	bottom: -318px;
	height: auto;
	top: auto;
	max-width: 450px;
}

#subscribe h3 {
	font-size: 16px;
	padding-right: 0;
}

#subscribe br {
	display: none;
}

}

@media ( min-width: 560px ) and ( max-width: 767px ) {

.staff-member {
	float: left;
	width: 50%;
}

#subscribe.open {
	-webkit-transform: translateY(-40%) scale(0.5);
	-moz-transform: translateY(-40%) scale(0.5);
	-ms-transform: translateY(-40%) scale(0.5);
	transform: translateY(-40%) scale(0.5);
    z-index: 1000000;
}

}

@media ( max-width: 380px ) {

#subscribe .inner {
    background-position: bottom 25px right 20px;
	background-size: 80px auto;
}

#subscribe input[type="submit"] {
	padding-left: 10px;
	padding-right: 10px;
}

}

@media (min-width: 760px ) and ( max-width: 768px ) {
	#subscribe {
		bottom: -375px;
		top:auto;
	}
}


.ln_desc_content {
    overflow-y: scroll;
    overflow-x: hidden;
}

.ln_list {
    overflow-y: scroll;
    overflow-x: hidden;
}