/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */


.editor-styles-wrapper p, .wp-block-paragraph p {
    font-family: 'Proxima-Nova', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em!important;    
}

.wp-block-paragraph.is-style-intro {
    font-family: 'Proxima-Nova', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em!important;    
}

.wp-block-heading h2 {
    font-family: 'Proxima-Nova', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 12px 27px 10px;
    background: #fdda23;
    color: #000;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.wp-block-paragraph.grey, .wp-block-paragraph.is-style-grey, .wp-block-columns.grey, .wp-block-columns.is-style-grey {
    background-color: #efefef;   
}

.is-style-people-list h3 {
    font-size: 1.15em;
    font-family: 'Proxima-Nova', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 0 5% 5% 0;
    margin-bottom: 2%;
    color: #3c3c3c;    
}
.is-style-people-list h3::after {
	content: "";
	display: block;
	/*margin: 0;*/
	/*width: 50px;*/
	padding-top: 10px;
	border-bottom: 2px solid #fdda23;
}
.is-style-people-list h4 {
    font-family: 'Proxima-Nova', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #222222;
	margin-bottom:0.5em;    
}
.small {
    background: #efefef;
    list-style-type:none;
}
.small .date {
    font-family: 'proxima-nova', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #3c3c3c;
    display: inline-block;
}
.small .descriptor {
    display: inline-block;    
}
.timeline-image {
    width: 300px;
}

.editor-styles-wrapper .small p {
    margin:10px 0 10px 0;
}
.small .date.block, .small .descriptor.block {
    margin-right: 10px;
}


