/*
* membership.css
*
*/
/* --------------------------------
  membership
-------------------------------- */
.l-section-bg-light-blue {
  padding: 40px 0;
}

.card-with-image-small:hover .card-with-image-bg {
  background-size: 100%;
}

.card-with-image-small:hover .card-with-image-title:after {
  width: 0;
}

.section_lead {
  margin-bottom: 25px;
  text-align: center;
}

p.stepTxt {
  margin-bottom: 1.3em; 
  margin-left: 4em;
  text-indent: -4em;
}
p.stepTxt-last {
  margin-bottom: 28px;
}
p.stepTxt + .generic-html-content-title {
  padding-top: 100px;
}
p.stepTxt-info {
  margin-bottom: 0; 
  margin-left: 3em;
  text-indent: -3em;
}

.textBlue {
  color: #003a70;
}

.generic-html-content strong {
  color: #000;
}

.margin-b {
  margin-bottom: 28px;
}

.post-type-content + p {
  margin-top: 45px;
}

.post-type-content + .generic-html-content-title {
  padding-top: 100px;
}

.post-type-content table th {
  padding: 13px 0; 
  width: 33%;
  background: #e6e6e6;
  text-align: center;
  font-weight: bold;
}
.post-type-content table th + th {
  border-left: 1px solid #cacaca;
}

.post-type-content table td + td {
  border-left: 1px solid #cacaca;
}

.post-type-content table td:last-child {
  width: 68%;
  text-align: center;
}

p.emmargin {
  margin-bottom: 1em;
}

p.nomargin {
  margin-bottom: 0;
  margin-left: 1em; 
  text-indent: -1em;
}
p.nomargin-last {
  margin-bottom: 28px;
}

p.wp-caption-lead {
  width: auto;
  font-size: 20px;
}

.wp-caption {
  margin-top: 24px;
  margin-bottom: 16px;
}

.img-l {
  margin-bottom: 28px; 
  width: 100%;
}

sup {
  position: relative;
  top: -4px; 
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  sup {
    top: -2px;
  }
}

p.boxtext {
  line-height: 35px;
}
p.boxtext span {
  display: inline-block;
  margin-right: 0.5em;
  border: 1px solid #000;
  width: 130px;
  height: 35px;
  text-align: center; 
  vertical-align: top;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  p.boxtext {
    line-height: 24px;
  }
  p.boxtext span {
    width: 90px;
    height: 24px;
    font-size: 12px; 
    line-height: 24px;
  }
}