/* RTE Mods */
body#tinymce, .mce-menu {
    background-color: #eee !important;
}

/**umb_name:Colour White*/
.col-white {
    color: #ffffff;
}

/**umb_name:Colour Black*/
.col-black {
    color: #000000;
}

/**umb_name:Colour Dark*/
.col-dark {
    color: #645753;
}

/**umb_name:Colour Darker*/
.col-darker {
    color: #332E2C;
}

/**umb_name:Heading (H1)*/
h1 {
}
/**umb_name:Heading (H2)*/
h2 {
}
/**umb_name:Heading (H3)*/
h3 {
}
/**umb_name:Heading (H4)*/
h4 {
}
/**umb_name:Heading (H5)*/
h5 {
}

/**umb_name:Button Style*/
.btn {
}

/**umb_name: CTA Dark */
a.btn--enquire btn--dark {
}

/**umb_name: CTA Light */
a.btn--enquire btn--light {
}

/**umb_name: Font Weight 800 */
.txt-fw-800 {
    font-weight: 800;
}

/**umb_name: Font Weight 600 */
.txt-fw-600 {
    font-weight: 600;
}

/**umb_name: Font Weight 500 */
.txt-fw-500 {
    font-weight: 500;
}

/**umb_name: Font Weight 400 */
.txt-fw-400 {
    font-weight: 400;
}

/**umb_name: Font Weight 300 */
.txt-fw-300 {
    font-weight: 300;
}

.pod--rich-text .btn--enquire {
    display: inline-block;
    width: fit-content;
}