.footer-col .ctct-form-header,.footer-col  .ctct-form-footer,.footer-col  .ctct-form-label, .footer-col  #gdpr_text{
	display:none !important;
}
.footer-col  .ctct-form-button 
{
	border: 2px solid #fff !important;
	background: none  !important;
	padding:10px 20px;
}
.footer-col  .ctct-form-button:hover {
    transition: all .5s ease-in-out;
    color: #006db2 !important  !important;
}
.footer-col  div.ctct-form-embed div.ctct-form-defaults {
	padding:10px 0 8px !important;
}
.footer-col  div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	margin-left:auto;
	margin-right:auto;
	text-transform: uppercase;
padding: 10px 20px !important;
font-size: .9em !important;
white-space: normal;
letter-spacing: 1px;
font-weight: bold;
color: #fff;
font-family: "Raleway", sans-serif;
}
.footer-col  div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif !important;
font-size: 15px !important;
display: block !important;
min-width: 130px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.footer-col  div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 0 15px 0 !important;
}


h5.section-title  {
    text-transform: capitalize;
    font-weight: bold;
    margin: 45px auto 25px;
    color: #f68b1f;
    position: relative;
    display: inline-block;

}

h5.section-title:after {

    content: '';
    height: 2px;
    background: #f68b1f;
    display: block;
    margin-top: 10px;

} 
@media (min-width:992px) {
	.row-offset-lg-1 > div:first-child{
		margin-left:12.5%;
	}	
	.row-offset-lg-3 > div:first-child {
		margin-left:37.5%;
	}	
}

#team .member .img-wrap {
	position: relative;
}
#team .member .desc {
	padding:6%;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display: flex;
	align-items: center;
}
#team .member .desc  p {
	line-height: 1.3rem;
	font-size: .7em;
}
