@charset "UTF-8";
/* Insert your custom CSS styles */
.front .nd-region {
	/*padding-bottom: 0px;*/
}
.nd-region.footer-bottom {
	margin-top: -69px;
}
.color-grey {
	background-color: #595959;
}
.text-white a,.sidebar .list li a,a {
	color: #F2C139;
}
a:hover{
	color:#065135;
}
.page-user-login .logo-img {
	width: 30% !important;
}
.logo-img {
	/* max-height: 100px; */
	width: 53% !important;
	max-height: 100% !important;
}

.views-exposed-widget.views-submit-button,
.views-exposed-widget.views-reset-button {
	/* display: inline-block; */
	width: 100%;
}
#leaflet-widget_field-geo {
	height: 500px !important;
}
.buttonBar {
	display: none;
}
#block-service-links-service-links,
#block-service-links-service-links-not-node {
	margin: 20px 0px;
}

.profile-image img {
	border-radius: 10px;
}
.leaflet-marker-icon img {
	/*border-radius: 25px;*/

  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
 /* -webkit-transform:rotate(-45deg)!important;
  transform: rotate(-45deg)!important;*/
}
/* Zoom In #1 */
.profile-image img,
.leaflet-marker-icon img  {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.profile-image img:hover,
.leaflet-marker-icon img:hover  {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.title-news-block {
	font-size: 17px;
}
.field.field-name-title.field-type-ds.field-label-hidden,
.field.field-name-post-date.field-type-ds.field-label-hidden {
	text-align: center;
}

.node.node-testimonial.node-teaser.view-mode-teaser img {
	border-radius: 35px;
}
.node.node-testimonial.node-teaser.view-mode-teaser {
	margin-bottom: 60px;
}
.field.field-name-field-testimonial-edition.field-type-entityreference.field-label-hidden {
	margin: 5px 0px;
	font-size: 11px;
	font-style: italic;
}
#block-views-testimonials-block-1 .row {
	margin-bottom: 20px;
}
#block-views-testimonials-block-1 .views-field.views-field-title {
	text-align: center;
}

.view-testimonials-edition {
	margin-top: 50px;
}
.font-15 {
	font-size: 15px;
}
a.white {
	color:#FFF;
}
a.white:hover {
	font-weight:bold !important;	
}
.actions .field-content {
	text-align: left;
	margin: 18px;
}
.col-md-3.col-sm-3.product.rotation {
	margin: 0px -1px 10px -2px;
}
.product .product-hover .product-image {
	background:none !important;
}
a.product-image:hover {
	text-decoration:none;
}

#block-views-leaflet-universities-block {
	margin-top: 150px;
}
.view-id-news .row {
	margin-bottom: 40px;
}
.field-name-body {
	margin: 20px 0px;
}
.views-field.views-field-body {
	margin: 20px 0px;
}
.copyright.col-xs-12.col-sm-5.col-md-5 {
	padding-top: 65px;
}
.logo-footer {
	height: 130px;
}
/****************************************
*			TESTIMONIALS				*
*****************************************/
.field.field-name-field-testimonial-long.field-type-text-long.field-label-hidden {
	margin: 20px 0px;
}
.field-item.service-linkedin {
	margin: 10px 0px !important;
}
.view-testimonials-career .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
	margin-bottom: 40px;
}