/*------------------------------------*\
    CORE BLOCK STYLE CUSTOM
\*------------------------------------*/

/*main fix*/
body.homepage .our-impact .wrapp-card-content--impact .card-content--impact:last-of-type{
    border: none;
}
.upcoming-trainings .desc .desc__inner h2{
  color: #27273f;
}

/*========== WP STYLE FIX ===========*/
.wp-block-image figcaption {
    font-family: 'Doctrine-Regular';
    font-size: 15px;
    line-height: 29px;
    text-align: left;
}


.card-attorneys.no-image{
  margin-top: 0;
}
.col-lg-6 .card-attorneys.no-image  {
    margin-top: 100px;
}
.card-attorneys.no-image .card-attorneys__body{
  padding-top: 40px;
}


.the-content .wp-block-image .alignleft{
    padding-left: 120px;
    margin: 0 30px 30px 0;
}
.the-content .wp-block-image .alignright{
    padding-right: 120px;
    margin: 0 0 30px 30px;
}
.the-content .wp-block-image .aligncenter{
    padding-right: 120px;
    padding-left: 120px;
    margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .the-content p {
    padding: 0 120px; 
  } 
}
.the-content .wp-block-quote p{
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  color: #27273f;
  margin-bottom: 0.8rem;
  font-family: 'Doctrine-Bold';
}
.the-content .wp-block-quote cite{
  font-family: 'eb_garamond08_italic';
  font-size: 20px;
  line-height: 22px;
  color: #4c5c73;
  margin-bottom: 1.5em;
  display: inline-block;
}
.the-content .wp-block-quote cite:before{
  content:"\002212 \0020";
}
.content-column__quotes{
    margin: 0;
    padding: 0;
    border: none;
}
.content-column__quotes h5 {
    float: left;
    padding-top: 25px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 6px solid #fbb200;
    margin: 0 30px 30px;
    
}
@media (min-width: 992px){
    .wp-block-file{
        padding: 0 120px;
    }    
}
.wp-block-file {
    color: #505c71;
    margin-bottom: 1.5em;
    line-height: 28px;
    font-size: 22px;
}
.wp-block-file a{
    box-shadow: none;
}
a.wp-block-file__button {
    background: #599f7a !important;
    color: #ffffff !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0 !important;
    font-family: 'Doctrine-Bold';
    padding: 6px 23px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
a.wp-block-file__button:hover,
a.wp-block-file__button:focus{
    background: #27273f !important;
    color: #ffffff;
    opacity: 1 !important;
}
/*  */

.main-detail ol li{
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 29px;
}

@media (min-width: 992px){
    .the-content ul, .the-content ol{
        padding: 0 145px;
    }

    .the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5{
        clear: both;
        padding: 0 120px;
    }
}

.link,
.main-detail a,
.sidebar a,
nav#rolodex,
.attorneys__email {
    font-weight: bold;
}


.card-attorneys__body a.absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    text-indent: -9999px;
}
.card-attorneys__body p.attorneys__email{
    z-index: 999;
    position: relative;
}