﻿/* BESPOKE KOB-20 */

.uc_text_block span,
.uc_text_block h1 strong,
.uc_text_block h2 strong,
.uc_text_block h3 strong {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}


.uc_text_block h1 strong,
.uc_text_block h2 strong,
.uc_text_block h3 strong,
.uc_text_block h4 strong,
.uc_text_block h5 strong,
.uc_text_block h6 strong {
    font-weight: normal;
}
/*----------------------------------------------------
    Handles footer copyright and terms of use links
----------------------------------------------------*/
.uc_text_block .footer-row-4 {
    text-align: center;
}

.uc_text_block .footer-row-4 a,
.uc_text_block .footer-row-4 h5  {
    color: #5a6771 !important;
}

.uc_text_block .footer-row-4 h5 {
    margin-bottom: 5px;
}

.uc_text_block .footer-row-4 a,
.uc_text_block .footer-row-4 h5,
.uc_text_block .footer-row-4 p {
    font-size: 16px;
}

.uc_text_block .footer-row-4 p {
    color: #d2d2d2 !important;
}

.uc_text_block .footer-row-4 ul {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.uc_text_block .footer-row-4 li {
    padding: 0 10px;
    border-left: 1px solid #adadad;
}

.uc_text_block .footer-row-4 li:first-child {
    border-left: none;
    padding-left: 0;
}

/*----------------------------------------------------
    Handles footer orange call us text block
----------------------------------------------------*/

.uc_text_block .phone-nr h2 {
    display: block;
    line-height: 20px;
}

/* END BESPOKE KOB-20 */