.blog-header{
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-content{
    margin-top:-50px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.blog-content h3 {
    font-size: 14pt;
}

.blog-content img {
    margin: 20px 0;
}

.blog-tag{
    display: inline-block;
    padding: 3px 10px;
    background: #2c7a48;
    color: white;
    border-radius: 10px;
}

.blog-tag:hover{
    color:white;
    opacity: .8;
}

.archive-post-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
}

.btn-categ {
    color: #2c7a48;
    border-color: #2c7a48;
}

.btn-categ:hover {
    color: white;
    background-color: #2c7a48;
}

.active {
    color: white;
    background-color: #2c7a48;
}

.trix-content {
    width: 100% !important;
    height: auto !important;
}
.trix-content img {
    /*height: auto !important;*/
    /*width: auto !important;*/
    max-width: 100% !important;
    /*margin: 20px auto 5px auto !important;*/
}
.trix-content figcaption {
    margin: 0 auto 20px auto !important;
    text-align: center !important;
}

.trix-content blockquote {
    border-left: solid #2c7a48 5px;
    font-size: large;
    padding: 10px 10px 10px 25px;
    margin: 0 0 0 0;
    font-style: italic;
    font-weight: 600;
}

.trix-content ul {
    list-style-type: square;
}

.trix-content figcaption {
    display: none;
}

.trix-content figure a {
    pointer-events: none;
}

.trix-content strong a {
    background-color: #2c7a48;
    display: inline-block;
    margin: 20px auto 0px;
    padding: 0.3em 1em !important;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    font-weight: normal;
    border: 0;
    transition: all 0.2 ease-in-out;
    line-height: 1.7em !important;
}

.trix-content a strong {
    background-color: #2c7a48;
    display: inline-block;
    margin: 20px auto 0px;
    padding: 0.3em 1em !important;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    font-weight: normal;
    border: 0;
    transition: all 0.2 ease-in-out;
    line-height: 1.7em !important;
}

.blog-cta {
    display: flex;
    justify-content: center;
}

.blog-cta a {
    margin-bottom: 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
