<!DOCTYPE html>
<html>
<body><p>header .intro-text {
  padding-top: 100px;
  padding-bottom: 0px!important;
}

.team-member img {width: initial; float: none; margin-top: 40px; }
.team-member p { margin: 20px 50px; font-size:16px; text-align: justify; }

@media (min-width: 768px) {
.team-member img { width:initial;  float: left; margin-top: 0; }
section#team .team-member { text-align:inherit; } 
.team-member p { margin: 20px 50px; font-size:16px; }
section#team .col-sm-12:nth-child(2n+1) { text-align:left; }
section#team .col-sm-12:nth-child(2n) { text-align:right; }

section#team .col-sm-12:nth-child(2n+1) img{ float: left; margin-right: 40px; }
section#team .col-sm-12:nth-child(2n) img{ float: right; margin-left: 40px; }
 }

section#team .col-sm-12 { margin:40px 0; }



.team-member h4 { padding-top: 20px; }

.c-forms-form { margin: 0 auto; }

.control-label {
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
	text-align:left; }
	
#license_text {
	position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 10;
    text-align: center;
    width: 50%;
    min-width: 250px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 3px;
    border: thin solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#license_label {
    line-height: 34px;
    margin: 4px;
}

#license {
	color: #f16047;
	cursor: pointer;
}

#license:hover {
	color: #bd4b37;
	text-decoration: underline;
}

#license_close {
	color: #ccc;
	position:absolute;
	top:0;
	right:0;
	cursor: pointer;
	padding: 2px 5px 0 0;
}</p></body>
</html>
