/*** Block Settings ***/
.priorities_crosslink_variable_width .framed_desktop {
    padding-top: 150px;
    padding-bottom: 120px;
    margin-top: 60px;
}
.priorities_crosslink_variable_width h6.block_heading {
    margin-bottom: 80px;
    text-align: center;
}

/* Box flex settings */
.priorities_crosslink_variable_width .box_flex_setting {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.priorities_crosslink_variable_width .box_flex_setting .box {
    margin-bottom: 30px;
    padding: 30px 35px;
    margin-left: 15px;
    margin-right: 15px;
}
.priorities_crosslink_variable_width .box_flex_setting .box h6 {
    margin-bottom: 60px;
}
.priorities_crosslink_variable_width .box_flex_setting .box p {
    margin-bottom: 30px;
}

/* 1 column */
.priorities_crosslink_variable_width .box_flex_setting.box_1_column {
    flex-direction: column;
    margin: 0;
}
.priorities_crosslink_variable_width .box_flex_setting.box_1_column .box {
    width: 100%;
    padding: 45px 45px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.priorities_crosslink_variable_width .box_flex_setting.box_1_column .box h6 {
    margin-bottom: 30px;
}
.priorities_crosslink_variable_width .box_flex_setting.box_1_column .box h4 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.priorities_crosslink_variable_width .box_flex_setting.box_1_column .box p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* 2 column */
.priorities_crosslink_variable_width .box_flex_setting.box_2_column {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.priorities_crosslink_variable_width .box_flex_setting.box_2_column .box {
    width: calc(50% - 30px);
}
.priorities_crosslink_variable_width .box_flex_setting.box_2_column .box p {
    width: 80%;
}

/* 3 column */
.priorities_crosslink_variable_width .box_flex_setting.box_3_column {
    flex-direction: row;
    justify-content: center;
}
.priorities_crosslink_variable_width .box_flex_setting.box_3_column .box {
    width: calc(33.3333% - 30px);
}


@media(max-width: 1599.98px) {
    .priorities_crosslink_variable_width .framed_desktop {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .priorities_crosslink_variable_width h6.block_heading {
        margin-bottom: 50px;
    }
    .priorities_crosslink_variable_width .box_flex_setting .box h6 {
        margin-bottom: 30px;
    }
}

@media(max-width: 1399.98px) {
    .priorities_crosslink_variable_width .box_flex_setting.box_3_column .box {
        width: calc(50% - 30px);
    }
    .priorities_crosslink_variable_width .box_flex_setting.box_2_column,
    .priorities_crosslink_variable_width .box_flex_setting.box_3_column {
        justify-content: flex-start;
    }
    .priorities_crosslink_variable_width .framed_desktop {
        padding-bottom: 60px;
    }
}

@media(max-width: 1199.98px) {
    .priorities_crosslink_variable_width .box_flex_setting.box_1_column .box h4 {
        width: 80%;
    }
    .priorities_crosslink_variable_width .box_flex_setting.box_1_column .box p {
        width: 80%;
    }
}
@media(max-width: 991.98px) {
    .priorities_crosslink_variable_width .framed_desktop {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .priorities_crosslink_variable_width .box_flex_setting.box_1_column .box h6 {
        margin-bottom: 10px;
    }
    .priorities_crosslink_variable_width h6.block_heading {
        margin-bottom: 40px;
    }
}
@media(max-width: 767.98px) {
    .priorities_crosslink_variable_width .box_flex_setting.box_1_column .box h4 {
        width: 100%;
    }
    .priorities_crosslink_variable_width .box_flex_setting.box_1_column .box p {
        width: 100%;
    }
    .priorities_crosslink_variable_width .box_flex_setting.box_2_column .box p {
        width: 100%;
    }
    .priorities_crosslink_variable_width .box_flex_setting.box_2_column .box,
    .priorities_crosslink_variable_width .box_flex_setting.box_3_column .box {
        width: 100%;
    }
    .priorities_crosslink_variable_width .box_flex_setting.box_1_column .box,
    .priorities_crosslink_variable_width .box_flex_setting.box_2_column .box,
    .priorities_crosslink_variable_width .box_flex_setting.box_3_column .box {
        padding: 30px 20px;
    }
    .priorities_crosslink_variable_width .box_flex_setting .box h6 {
        margin-bottom: 15px;
    }
}
@media(max-width: 575.98px) {
    .priorities_crosslink_variable_width h6.block_heading {
        margin-bottom: 20px;
    }
}

/*** Block Colors ***/

/*** Multicoloured preset boxes - grey block background ***/
.priorities_crosslink_variable_width .multicoloured_preset_options {
    background-color: #f7f7f7;
}

/*** labour red block background ***/
.priorities_crosslink_variable_width .block_labour-red_background {
    background-color: var(--labour-red);
}
.priorities_crosslink_variable_width .block_labour-red_background h6.block_heading {
    color: var(--white);
}

/*** custom block background color ***/
.priorities_crosslink_variable_width .color_picker_background h6.block_heading {
    color: var(--white);
}