/*additional stylization additions and changes by Turbo*/
#contact-form > label:first-child {
    padding-top: 0px;
}

.ajaxLoader {
    display:block;
    margin: 1.5rem auto;
}

.foundPartTemplate {
    display:none;
}

.foundPartItem {
    
}

.person-info__name_first {
    font-weight: bold;
}

.person-info {
    overflow: hidden;
}

.person-info__job {
    font-size: .9rem;
    padding-top: 0.1rem;
}

.profile-container {
    margin-bottom: 1.5rem;
}

h5.leadership-team {
    margin-top: .7rem;
}
.check-container {
    padding: 0px;
    margin:0.25rem;
    display:inline-block;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    width:100%;
}

.check-wrapper {
  background-color: white;
  border: solid 1px #d7d7d7;
  border-radius: 3px;
  color: #696969;
  display: block;
  padding: 0px;
  margin: .25rem 0; 
  position: relative;
  width: 100%; 
}
.check-wrapper:after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-size: 1.3rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 0; 
}

.check-wrapper > label {
    margin:0.25rem;
    width:97%;
    cursor: pointer;
}
.check-container li {
    padding-left:.25rem;
    white-space: nowrap;
    overflow: hidden;
}
.check-container label {
    margin-bottom: 0.1rem;
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
}

.modal__content input {
    margin-right:.2rem;
}

.profile_founder .profile_founder__img{
    background-image: url("/images/employees/IH-large.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    @media only screen and (min-width: 768px) {
    .profile_founder .profile_founder__img picture{
      display: none; } }
