
.chemistry-wrap {
  display: grid;
  grid-template-columns: minmax(460px, auto);
  grid-gap: 2em;
}
@media screen and (max-width: 580px) {
  .chemistry-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 2em;
    width: minmax(480px, auto);
  }
  .chemistry-wrap .profile-box.profile-left {
    display: flex;
    align-content: center;
    align-items: cetner;
  }
  .chemistry-wrap .profile-left {
    width: 100%;
    padding: 0;
  }
  .chemistry-wrap .profile-right {
    width: 100%;
    padding-left: 15px;
  }
  .chemistry-wrap img {
    width: 80%;
    padding-bottom: 1em;
  }
}
.chemistry-wrap #member-profile-title {
  font-size: 24px;
}

.profile-name a {
  color: #1D3F6E !important;
}

.profile-link {
  color: #1D3F6E;
}

/*# sourceMappingURL=members.css.map */

/* CHEMISTRY */
.chemistry-container {
	margin-top: 2em;
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.chemistry-col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.col-line-heading {
   width: 100%;
  margin-top: 2em;
}

.col-line-title {
  text-align: center;
 /* margin-left:19.5em;
  margin-top: -2.6em; */
  font-size: 1em;
  font-family: "Arimo";
  font-weight: 700;
  background: #FFF;
  color: #1D3F6E;
  border-radius: 0.1em;
  padding-left: 0;
  padding-right: 0;
}

.chemistry-topbox {
  width: 100%;
  float: left;
  font-size: 100%;
  text-align: left;
  line-height: 1.6em;
  height: 150px;
  margin-bottom: 3em;
}

.chemistry-middlebox {
  width: 100%;
  float: left;
  font-size: 100%;
  text-align: left;
  line-height: 1em;
  height: 10px;
  margin-bottom: 2em;
}

.chemistry-box {
  width: 100%;
  float: left;
  font-size: 100%;
  text-align: left;
  line-height: 1.6em;
  /* min-height: 150px;*/
  margin-bottom: 3em;
}

.chemistry-name {
  font-size: 1.4em;
}

.chemistry-name a {
  color: #000 !important;
}

.chemistry-title {
  font-size: 0.8em;
  color: #666;
  text-transform: uppercase;
}

.chemistry-box img {
  border-radius: 0;
  margin-top: 0;
}

.chemistry-main {
  /* min-height: 150px;*/
  width: 199%;
  float: center;
  padding-left: 15px;
  border-left: 2px solid #1D3F6E;
}
.chemistry-left {
  /* min-height: 150px;*/
  width: 33.3333%;
  float: right;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8em;
  padding-right: 15px;
}

.chemistry-center {
  /* min-height: 150px;*/
  width: 33.3333%;
  float: center;
  padding-left: 15px;
/*  border-left: 2px solid #1D3F6E; */
}

.chemistry-right {
  min-height: 150px;
  width: 33.3333%;
  float: right;
  padding-left: 15px;
  border-left: 2px solid #1D3F6E;
}

.chemistry-right p {
  font-size: 90%;
  line-height: 1.5;
}

.chemistry-right a {
  text-decoration: none;
}

.line-center-heading {
  display: inline-block;
  width: 50%;
  margin-top: 2em;
  margin-left: 14em;
}

.line-center-title {
  display: inline-block;
  float: center;
  text-align: center;
 /* margin-left:19.5em;
  margin-top: -2.6em; */
  font-size: 1em;
  font-family: "Arimo";
  font-weight: 700;
  background: #FFF;
  color: #1D3F6E;
  border-radius: 0.1em;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}