﻿.team-page .members .member {
	-webkit-transition: -webkit-transform .15s ease-in;
	transition: -webkit-transform .15s ease-in;
	transition: transform .15s ease-in;
	transition: transform .15s ease-in,-webkit-transform .15s ease-in;
}

.text-center {
	text-align: center !important;
}

.mb-4, .my-4 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.team-page .members .member .profile {
	width: 100%;
	max-width: 120px;
	/*border-radius: 16px;*/
	-webkit-filter: grayscale(.7);
	filter: grayscale(.7);
	-webkit-transition: -webkit-filter .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
	transition: -webkit-filter .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
	transition: filter .2s ease-in-out,box-shadow .2s ease-in-out;
	transition: filter .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-filter .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
	-webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
	box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
}

.content-section .section-text img {
	max-width: 100%;
	height: auto;
	margin: .625rem 0;
}

.member:hover {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2);
	transition: all 1s ease;
}




#who-we-are .bulle.hover:not(.disabled) {
	cursor: pointer;
}

#who-we-are .bulle.small-info {
	height: 135px;
	width: 135px;
}

#who-we-are .bulle {
	background: 0 0;
	cursor: default;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
}

	#who-we-are .bulle .bubble-wrapper {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	#who-we-are .bulle.hover:not(.disabled) .circle {
		transition: transform .1s linear;
		-webkit-transition: transform .1s linear;
		-moz-transition: transform .1s linear;
		-ms-transition: transform .1s linear;
		-o-transition: transform .1s linear;
	}

	#who-we-are .bulle .circle {
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		overflow: hidden;
		z-index: 1;
	}

	#who-we-are .bulle .text {
		color: #fff;
		font: 100 20px/20px Metric;
		position: relative;
		text-align: center;
		top: 50%;
		z-index: 2;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}


@media only screen and (min-width: 200px) and (max-width:374px) {

	.ml15 {
		font-size: 1.8em;
		text-transform: uppercase;
		text-align: center !important;
		font-weight: 900 !important;
		text-shadow: 0px 0px 0px, 0px 24px 2px rgba(0,0,0,0.1), 0px 24px 30px rgba(0,0,0,0.1);
		/*letter-spacing: 0.5em;*/
	}

	.ml5 {
		position: relative;
		font-weight: 300;
		font-size: 1.1em;
		text-align: center;
		color: #402d2d;
	}

		.ml5 .text-wrapper {
			position: relative;
			display: inline-block;
			padding-top: 0.1em;
			padding-right: 0.05em;
			padding-bottom: 0.4em;
			line-height: 1em;
		}

		.ml5 .line {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 3px;
			width: 100%;
			background-color: #402d2d;
			transform-origin: 0.5 0;
		}


		.ml5 .letters {
			display: inline-block;
			opacity: 0;
		}


	.image {
		display: block;
		border-radius: 50px;
		border: 1px solid #5b727a;
		height: auto;
		height: 130px !important;
	}

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #008CBA;
		border: 1px solid #0f546a;
		border-radius: 50px;
		height: 130px !important;
	}

	.textname {
		color: white;
		font-size: 11px;
		margin: 0px;
		margin-top: 19px;
		text-align: center !important;
	}

	.textrole {
		color: white;
		margin: 0px;
		font-size: 10px;
		text-align: center !important;
	}

	.textphone {
		color: white;
		margin: 0px;
		font-size: 10px;
		text-align: center !important;
	}

	.image2 {
		height: 40px !important;
	}

	.consultant2 {
		min-height: 130px !important;
	}
}

@media only screen and (min-width: 375px) and (max-width:424px) {
	.ml15 {
		font-size: 1.8em;
		text-transform: uppercase;
		text-align: center !important;
		font-weight: 900 !important;
		text-shadow: 0px 0px 0px, 0px 24px 2px rgba(0,0,0,0.1), 0px 24px 30px rgba(0,0,0,0.1);
		/*letter-spacing: 0.5em;*/
	}

	.ml5 {
		position: relative;
		font-weight: 300;
		font-size: 1.3em;
		text-align: center;
		color: #402d2d;
	}

		.ml5 .text-wrapper {
			position: relative;
			display: inline-block;
			padding-top: 0.1em;
			padding-right: 0.05em;
			padding-bottom: 0.4em;
			line-height: 1em;
		}

		.ml5 .line {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 3px;
			width: 100%;
			background-color: #402d2d;
			transform-origin: 0.5 0;
		}


		.ml5 .letters {
			display: inline-block;
			opacity: 0;
		}




	.image {
		display: block;
		border-radius: 50px;
		border: 1px solid #5b727a;
		height: auto;
		height: 140px !important;
	}

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #008CBA;
		border: 1px solid #0f546a;
		border-radius: 50px;
		height: 140px !important;
	}

	.textname {
		color: white;
		font-size: 11px;
		margin: 0px;
		margin-top: 10px;
		text-align: center !important;
	}

	.textrole {
		color: white;
		margin: 0px;
		font-size: 10px;
		text-align: center !important;
	}

	.textphone {
		color: white;
		margin: 0px;
		font-size: 10px;
		text-align: center !important;
	}

	.image2 {
		height: 50px !important;
	}

	.consultant2 {
		min-height: 140px !important;
	}
}


@media only screen and (min-width: 425px) and (max-width:767px) {
	.ml15 {
		font-size: 1.8em;
		text-transform: uppercase;
		text-align: center !important;
		font-weight: 900 !important;
		text-shadow: 0px 0px 0px, 0px 24px 2px rgba(0,0,0,0.1), 0px 24px 30px rgba(0,0,0,0.1);
	}

	.ml5 {
		position: relative;
		font-weight: 300;
		font-size: 1.5em;
		text-align: center;
		color: #402d2d;
	}

		.ml5 .text-wrapper {
			position: relative;
			display: inline-block;
			padding-top: 0.1em;
			padding-right: 0.05em;
			padding-bottom: 0.4em;
			line-height: 1em;
		}

		.ml5 .line {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 3px;
			width: 100%;
			background-color: #402d2d;
			transform-origin: 0.5 0;
		}


		.ml5 .letters {
			display: inline-block;
			opacity: 0;
		}





	.image {
		display: block;
		border-radius: 50px;
		border: 1px solid #5b727a;
		height: auto;
		height: 160px !important;
	}

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 70%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #008CBA;
		border: 1px solid #0f546a;
		border-radius: 50px;
		height: 160px !important;
	}

	.textname {
		color: white;
		font-size: 13px;
		margin: 0px;
		margin-top: 10px;
		text-align: center !important;
	}

	.textrole {
		color: white;
		margin: 0px;
		font-size: 12px;
		text-align: center !important;
	}

	.textphone {
		color: white;
		margin: 0px;
		font-size: 13px;
		text-align: center !important;
	}

	.image2 {
		height: 60px !important;
	}

	.consultant2 {
		min-height: 160px !important;
	}
}



@media only screen and (min-width: 768px) and (max-width:1023px) {
	.ml15 {
		font-size: 1.8em;
		text-transform: uppercase;
		text-align: center !important;
		font-weight: 900 !important;
		text-shadow: 0px 0px 0px, 0px 24px 2px rgba(0,0,0,0.1), 0px 24px 30px rgba(0,0,0,0.1);
		/*letter-spacing: 0.5em;*/
	}

	.ml5 {
		position: relative;
		font-weight: 300;
		font-size: 2em;
		text-align: center;
		color: #402d2d;
	}

		.ml5 .text-wrapper {
			position: relative;
			display: inline-block;
			padding-top: 0.1em;
			padding-right: 0.05em;
			padding-bottom: 0.4em;
			line-height: 1em;
		}

		.ml5 .line {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 2px;
			width: 100%;
			background-color: #402d2d;
			transform-origin: 0.5 0;
		}


		.ml5 .letters {
			display: inline-block;
			opacity: 0;
		}


	.image {
		display: block;
		border-radius: 50px;
		border: 1px solid #5b727a;
		height: auto;
		height: 200px !important;
	}

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 80%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #008CBA;
		border: 1px solid #0f546a;
		border-radius: 50px;
		height: 200px !important;
	}

	.textname {
		color: white;
		font-size: 15px;
		margin: 0px;
		margin-top: 20px;
		text-align: center !important;
	}

	.textrole {
		color: white;
		margin: 0px;
		font-size: 13px;
		margin-top: 2px;
		text-align: center !important;
	}

	.textphone {
		color: white;
		margin: 0px;
		font-size: 13px;
		margin-top: 2px;
		text-align: center !important;
	}

	.overlay a .fa {
		font-size: 18px;
	}

	.image2 {
		height: 80px !important;
	}

	.consultant2 {
		min-height: 200px !important;
	}
}


@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	.ml15 {
		font-size: 1.8em;
		text-transform: uppercase;
		text-align: center !important;
		font-weight: 900 !important;
		text-shadow: 0px 0px 0px, 0px 24px 2px rgba(0,0,0,0.1), 0px 24px 30px rgba(0,0,0,0.1);
	}

	.ml5 {
		position: relative;
		font-weight: 300;
		font-size: 2.5em;
		text-align: center;
		color: #402d2d;
	}

		.ml5 .text-wrapper {
			position: relative;
			display: inline-block;
			padding-top: 0.1em;
			padding-right: 0.05em;
			padding-bottom: 0.4em;
			line-height: 1em;
		}

		.ml5 .line {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 3px;
			width: 100%;
			background-color: #402d2d;
			transform-origin: 0.5 0;
		}


		.ml5 .letters {
			display: inline-block;
			opacity: 0;
		}


	.image {
		display: block;
		border-radius: 50px;
		border: 1px solid #5b727a;
		height: auto;
		height: 215px !important;
	}

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #008CBA;
		border: 1px solid #0f546a;
		border-radius: 50px;
		height: 215px !important;
	}

	.textname {
		color: white;
		font-size: 18px;
		margin: 0px;
		margin-top: 20px;
		text-align: center !important;
	}

	.textrole {
		color: white;
		font-size: 15px;
		margin: 0px;
		text-align: center !important;
	}

	.textphone {
		color: white;
		margin: 0px;
		font-size: 15px;
		margin: 0px;
		margin-top: 2px;
		text-align: center !important;
	}

	.overlay a .fa {
		font-size: 20px;
	}

	.image2 {
		height: 95px !important;
	}

	.consultant2 {
		min-height: 215px !important;
	}
}

@media only screen and (min-width: 1440px) {
	.ml5 {
		position: relative;
		font-weight: 300;
		font-size: 2.5em;
		text-align: center;
		color: #402d2d;
	}

		.ml5 .text-wrapper {
			position: relative;
			display: inline-block;
			padding-top: 0.1em;
			padding-right: 0.05em;
			padding-bottom: 0.4em;
			line-height: 1em;
		}

		.ml5 .line {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			height: 3px;
			width: 100%;
			background-color: #402d2d;
			transform-origin: 0.5 0;
		}


		.ml5 .letters {
			display: inline-block;
			opacity: 0;
		}

	.ml15 {
		font-weight: normal !important;
		font-size: 2.7em;
		text-transform: uppercase;
		text-align: center !important;
		font-weight: normal !important;
		text-shadow: 0px 3px 0px, 0px 14px 10px rgba(0,0,0,0.15), 0px 24px 2px rgba(0,0,0,0.1), 0px 24px 30px rgba(0,0,0,0.1);
		/*letter-spacing: 0.5em;*/
	}



	.image {
		display: block;
		border-radius: 50px;
		border: 1px solid #5b727a;
		height: auto;
		height: 250px !important;
	}

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #008CBA;
		border: 1px solid #0f546a;
		border-radius: 50px;
		height: 250px !important;
	}

	.overlay2 {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 1;
		transition: .5s ease;
		background-color: #008CBA;
		border: 1px solid #0f546a;
		border-radius: 50px;
		height: 250px !important;
	}

	.textname {
		color: white;
		font-size: 18px;
		margin: 0px;
		margin-top: 18px;
		text-align: center !important;
	}

	.textrole {
		color: white;
		font-size: 16px;
		margin: 0px;
		margin-top: 2px;
		text-align: center !important;
	}

	.textphone {
		color: white;
		margin: 0px;
		font-size: 15px;
		margin: 0px;
		margin-top: 2px;
		text-align: center !important;
	}

	.overlay a .fa {
		font-size: 20px;
	}

	.consultant2 {
		min-height: 252px !important;
	}
}













.center-outer {
	display: table;
	width: 100%;
	height: 100%;
}

.center-outer2 {
	display: table;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
.center-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.center-inner2 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	
}

/* Essential CSS - Makes the effect work */


.bubbles {
	display: inline-block;
	
	position: relative;
}


	.bubbles h1 {
		position: relative;
		margin: 1em 0 0;
		color: #ec0c6d !important;
		z-index: 2;
	}
	.bubbles h3 {
		position: relative;
		margin: 1em 0 0; 
		color: hotpink !important;
		z-index: 2;
	}
	.bubbles h2 a {
		position: relative;
		margin: 1em 0 0;
		color: #ed1313 !important;
		z-index: 2;
	}

	.bubbles h3 a {
		position: relative;
		margin: 1em 0 0;
		color: hotpink !important;
		z-index: 2;
	}





.individual-bubble2 {
	position: absolute;
	border-radius: 100%;
	bottom: 10px;
	background-color: #51a206;
	z-index: 1;
}

.individual-bubble {
	position: absolute;
	border-radius: 100%;
	bottom: 10px;
	background-color: #ec0c6d;
	z-index: 1;
}
















