/******************HIGHLIGHTED BLOCK*****************/
.wp-block-parsons-blocks-highlighted {
    padding-left: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 35px !important;
    margin-top: 32px;
    border-width: 10px;
    border-style: solid;
    border-image: linear-gradient( to bottom, rgba(0,174,191), rgba(80, 191, 52) ) 1 100%;
    border-right: 0px;
    border-top: none;
    border-bottom: none;    
    font-family: roboto;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 12px;
    overflow:hidden;
}
.wp-block-parsons-blocks-highlighted p {
    margin-bottom:5px;
    font-size: 25px;
    line-height: 35px;
}
/******************END HIGHLIGHTED BLOCK*****************/

/******************AUTHOR BLOCK*****************/
.wp-block-parsons-blocks-author {    
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 75px;
    padding-top: 25px;
    padding-bottom: 22px;        
    position:relative;
    margin-bottom:25px;
    margin-top:25px;
}
.wp-block-parsons-blocks-author.no-image {
    padding-left:0px;
}
.wp-block-parsons-blocks-author.no-image img {
    display:none;
}

.wp-block-parsons-blocks-author h5 {
    margin-bottom:5px;
    margin-top: 0;
    text-transform: capitalize;
}

.wp-block-parsons-blocks-author .author-avatar {
    max-width: inherit !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: block;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;
    position:absolute;
    left:0px;
    top: 22px;
    margin-top: 0;
}

.wp-block-parsons-blocks-author .author-desc p {
    margin-bottom:5px;
}
/******************END AUTHOR BLOCK*****************/

/******************ICON-PLUS-TEXT BLOCK*****************/
.wp-block-parsons-blocks-icon-plus-text {    
    background-color:#efefef;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;    
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 126px;
    padding-right: 26px;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    position: relative;
    min-height: 128px;
    line-height: 24px;
    margin-bottom:20px;
}
 
.wp-block-parsons-blocks-icon-plus-text .block-icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: inherit !important;
    width: 82px !important;
    height: 82px;  
    display:block;
}

.wp-block-parsons-blocks-icon-plus-text.no-image {
    min-height: 110px;
    padding-left: 30px;
}
.wp-block-parsons-blocks-icon-plus-text.no-image img{
    display:none;
}
.wp-block-parsons-blocks-icon-plus-text p {
    margin-bottom: 10px;
    line-height: 23px;
}
 
@media (max-width: 589px){
    .wp-block-parsons-blocks-icon-plus-text{
        padding-top: 128px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .wp-block-parsons-blocks-icon-plus-text.no-image {
        padding-top:30px;
    }
    .wp-block-parsons-blocks-icon-plus-text .block-icon {
        left: 37.25%;
    }
}

@media (max-width: 386px){     
    .wp-block-parsons-blocks-icon-plus-text .block-icon {
        left: 34.15%;
    }
}

/******************END ICON-PLUS-TEXT BLOCK*****************/


.wp-block-parsons-blocks-related-links {     
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 30px;
} 



/******************INTRO BLOCK*****************/
.wp-block-parsons-blocks-intro.block-intro {
    display:none;
}
/******************END INTRO BLOCK*****************/



/******************ACCORDION BLOCK*****************/

.wp-block-parsons-blocks-accordion {
    margin-bottom: 25px;
}

.wp-block-parsons-blocks-accordion details > summary {
    background:url('https://parsonsecmpublic.s3.amazonaws.com/images/arrow-down.png') no-repeat;
    background-size: 13px;
    background-position-x: right;
    background-position-y: 10px;
    font-weight: 500;
    border-bottom:1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 6px;
    cursor:pointer;
}
.wp-block-parsons-blocks-accordion details[open] > summary {
    background:url('https://parsonsecmpublic.s3.amazonaws.com/images/arrow-up.png') no-repeat;
    background-size: 13px;
    background-position-x: right;
    background-position-y: 10px;
} 
.wp-block-parsons-blocks-accordion details > summary:hover {
    opacity: 0.6;
}  
.wp-block-parsons-blocks-accordion details > summary > * {
    display: inline;
}

  /******************ACCORDION BLOCK*****************/