.item-list li {
    display: list-item;
    list-style: none;
    text-align: -webkit-match-parent;
    border: 1px solid #CCC;
    padding: 2%;
    margin-bottom: 3%;
    margin-left: -2.2%;
    border-radius: 10px;
}

.field-wrapper {
  margin-bottom: 1%;
}

.file-wrapper {
  width: 20%;
  white-space: nowrap;
 
}

.file {
    display: table;
    font-size: 105%;
    margin: 5px 0 -12px -7%;
}

.file>span:last-child {
    border-right: none; 
}

.file>span:first-child {
    border-left: none; 
}

.file>span {
    background: #fff;
    color: #337ab7;
    border-bottom: none;
    border-top: none;
}

.file-size {
  display:none;
}

.display {
 
  font-weight: bold;
}

.links li {
border: none !important;
padding: 0%;
margin-bottom: 0% !important;
margin-left: 0%;
margin-top: 1%;
}

.item-list li {
    display: list-item;
    list-style: none;
    text-align: -webkit-match-parent;
    border: 1px solid #CCC;
    padding: 0%;
    margin-bottom: 3%;
    margin-left: -2.2%;
    border-radius: 10px;
}

.linksTitle {
  margin-top: .2%;
     border-bottom: 1px solid #CCC;
      display: inline-block;
      width: 100%;
      font-weight: bold;
}

.views-field-webform-submission-value-12 {
      float: left;
    width: 20%;
    margin-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
}






.links-wrapper {
    display: inline-block;
    margin-top: 1%;
    width: 95%;
    margin-left: 1%;
    margin-bottom: 1%;
}

.title {
  color: white;
  padding: 20px;
}

.views-field-webform-submission-value-11 {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #004974;
  background-color: #004974;
  
}



.name {
  padding-right: 1%;
  padding-left: 1%;
  padding-top: 1%;
  padding-bottom:  1%;
  min-height: 200px;
}

.webform-image-file img {
  max-width: 200px;
}

.bioEmail a {
  color: white;

}

span.mailto {
  display:none;
}

img.webform-image-file {
    max-width: 200px !important;
    height: auto !important;
}



.email a {
    color: #FFF;
    text-decoration: none;
}

.email a:hover {
    color: #FFF;
    text-decoration: underline;
}


svg.mailto {
    width: 20px;
    height: 14px;
    padding-right: 0.2em;
    padding-left: 0.2em;
    fill: white;
}