
.editable__container--inner a{
    text-decoration: underline !important;
}
.section .component__title:not(.staff-member__name), .section .form__title {
    font-size: 25px;
}

/* FOR REMOVING TABLE BORDER */
.table-border-none td{
        border: 0px solid black !important;
}


/* SECTION FORMS */
.section__form .leadForm form{
    justify-content: center !important;
}

.section__form .form__title{
    text-align: center !important;
}
/* END OF SECTION FORMS */



/* THEME h1 and h2 */
.section--light .editable__container--inner h1,
.section--light .editable__container--inner h2 {
    color: #0384d7 !important; 
}

.section--dark .editable__container--inner h1,
.section--dark .editable__container--inner h2 {
    color: #fff !important; 
}

.sedona .section--light .component__title:not(.staff-member__name), .sedona .section--light .form__title {
    color: #388dc6;
}
/* end of THEME h1 and h2 */




@media(max-width:575px){

    /* for tri-column table */
    .m-td-100{
        float: none !important;
        display:block !important;
        width: 100% !important;
        height:auto !important;
    }

    .m-center{
        float: none !important;
        display:block !important;
        margin-inline: auto !important;

    }

    .m-text-center{
        text-align: center !important;
    }

    .article__content iframe{
    	width:100% !important;
    }

    .dd-video-wrapper iframe{
    	width:100% !important;
    }

    .m-text-center{
        text-align:center;
    }
}