.level-two a:after {
      left:0;
}

.coral-text {
    color:#FA5C5C;
}

.body_text ul li p {
    margin-bottom:0;
}

.body_text a {
    font-size: 16px;
    
}

.card-menu-item .card-menu-section ul li a {
    transition: all 0.3s ease;
}

.card-menu-item .card-menu-section ul li a:hover {
       background: #f5f5f5;
}

.card-menu-item .card-menu-section ul li a.active:hover {
    background:#FC9D9D;
}

.blog-container p iframe {
    border: none;
    width: 100% !important;
}


.blog-button {
    float: right;
}

.blog-button .btn-primary {
    background: #51AEF9;
    border-radius: 2px;
    padding: 0.75rem 1.75rem;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
}

.blog-button .btn-primary:hover {
    background-color: #0099FF !important;
}