/**
 * @env: lumsites
 * @customerName: G4S
 * @customerId: 6094735027208192
 * @account: steve.bowpitt@g4s.com
 *
 * @instanceName: thehub
 * @instanceId: 5855364520869888
 *
 * @styleName: Default
 * @styleId: 5691874745253888
 * @styleType: Global site
 * @kind: custom
 *
 * @url: https://sites.lumapps.com/a/g4s/Home
 *
 * Client: G4S
 * Designer: teddy@lumapps.com
 * Version: 1.2
 * Updated On: 06/20/2019
 * NGI version:
 * Updated On: November 18th, 2022
 */

/* *************************************** */
/* Font imports
/* *************************************** */

/* *************************************** */
/* Theme material styles (replaced by CSS variables)
/* *************************************** */

/*--- BASE STYLES */

body.theme-material {
    background-color: #ffffff;
}

/*--- NATIVE UI ELEMENTS OVERRIDES */

/*--- GLOBAL STYLES */

/* *************************************** */
/* Theme lumapps styles
/* *************************************** */

/*--- BASE STYLES */
:root {
    --lumx-app-background: #ffffff;
}

/*--- NATIVE UI ELEMENTS OVERRIDES */

/*--- GLOBAL STYLES */
.theme-lumapps .widget-title {
    --lumx-typography-custom-title1-font-size: 40px;
    --lumx-widget-title-text-transform: uppercase;
    --lumx-widget-title-theme-light-color: #000000;
}

/*--- FIX */

/* *************************************** */
/* Common styles (both themes) */
/* *************************************** */

/*--- BASE STYLES */

/*--- NATIVE UI ELEMENTS OVERRIDES */

/*--- GLOBAL STYLES */
.header-top__post {
    display: none !important;
}

/* content list function */
.widget--shared-default-spec-functions .widget-slideshow__block {
    background-color: #f2f2f2;
}

.widget-slideshow--group-by-3 .widget-slideshow__block {
    margin: 7px;
    max-width: 32%;
    border-radius: 0;
}

/* Widget Titles */
.widget--shared-default-main-title .widget-title__title {
    color: #000 !important;
    font-size: 40px;
    text-transform: uppercase;
}

/* Widget content list */
.widget--m .widget-slideshow--controls .content-block--default-style.content-block--view-mode-cover.content-block--background-thumbnail .content-block__fields,
.widget--shared-default-main-newssliderblack .widget--l .widget-slideshow--controls .content-block--default-style.content-block--view-mode-cover.content-block--background-thumbnail .content-block__fields {
    padding: 3px 32px 20px;
}

.widget--m .content-block--default-style.content-block--view-mode-cover.content-block--background-thumbnail .content-block__fields,
.widget--shared-default-main-newssliderblack .widget--l .content-block--default-style.content-block--view-mode-cover.content-block--background-thumbnail .content-block__fields {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    background-color: #000;
}

.widget--shared-default-main-newssliderblack .widget-content-list--view-mode-cover.widget-content-list--background-thumbnail.widget--l .widget-slideshow__pager,
.widget-content-list--view-mode-cover.widget-content-list--background-thumbnail.widget--m .widget-slideshow__pager {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

/* *************************************** */
/* Miscellaneous */
/* *************************************** */

/* *************************************** */
/* Header */
/* *************************************** */

.header-main-nav {
    box-shadow: none;
}

.header-main-nav .main-nav__root > .main-nav__child > .main-nav__link-wrapper {
    border-bottom: 4px solid transparent !important;
}

.header-main-nav .main-nav__root > .main-nav__child > .main-nav__link-wrapper > .main-nav__link {
    color: #fff !important;
    text-transform: uppercase !important;
}

.main-nav-item--primary .lumx-list-item__link, .main-nav-item--primary .lumx-list-item__wrapper {
    text-transform: uppercase;
}

.header-main-nav .main-nav__root > .main-nav__child > .main-nav__link-wrapper:hover,
.header-main-nav .main-nav__root > .main-nav__child--is-active > .main-nav__link-wrapper {
    border-bottom-color: #fff !important;
    font-weight: bold;
}

.header-main-nav .main-nav__root > .main-nav__child > .main-nav__link-wrapper:hover > .main-nav__link,
.header-main-nav .main-nav__root > .main-nav__child--is-active > .main-nav__link-wrapper > .main-nav__link {
    color: #fff !important;
    font-weight: bold;
}

/***************G4S change Paul lumapps*************/
.searchbox__submit-btn {
    background: #e4002b !important;
}
#main-nav {
    border-bottom: solid var(--lumx-button-emphasis-high-state-default-theme-light-background-color);
}
/* Change the text color when not hovered or active */
.main-nav-item:hover>a {
    color: #e4002b !important;
}
.main-nav-item--is-hovered    {
    color: #e4002b !important;
}

.main-nav-item .main-nav-item--primary  {
    color: #e4002b !important;
}

/* Change the text color when hovered or active */

ul.main-nav__root li.main-nav-item--primary.main-nav-item--is-hovered > .main-nav-item__link > span  { 
    color: #e4002b !important;

}

/* item with no sub menu nav hover colored */
ul.main-nav__root li.main-nav-item--primary:not(.main-nav-item--has-children):hover > .main-nav-item__link > .main-nav-item__label,
ul.main-nav__root li.main-nav-item--primary:not(.main-nav-item--has-children):hover > .main-nav-item__link > .main-nav-item__indicator {
    color: #e4002b !important;
}

.searchbox__submit-btn .lumx-icon {
    color: white !important;
}

.footer .wrapper.mainsection .column ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    transition: all .3s ease-in-out;
    line-height: 3px !important;
}

/* welcome font  */
.widget--welcome {
    font-weight: 600
}


@media (min-width: 1024px) {
    .footer .wrapper.mainsection {
        width: 960px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
@media (min-width: 1280px) {
    .footer .wrapper.mainsection {
        width: 1128px !important;
    }
}
.footer .wrapper.mainsection {
    padding: 20px 0 !important;
}


.header-top__contribution .lumx-button--size-m.lumx-button--emphasis-high.lumx-button--variant-button
 {
    border-radius: 50px;
     padding-left: 24px;
     padding-right: 24px
}
.header-top__contribution .lumx-button--size-m.lumx-button--emphasis-high.lumx-button--variant-button:hover
 {
background: black
}


/***************G4S change Paul lumapps*************/

/* *************************************** */
/* Footer */
/* *************************************** */

.footer {
    padding: 0 !important;
    background-color: #e4002b;
}

.footer .wrapper.mainsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}

@media (min-width: 1280px) {
    .footer .wrapper.mainsection {
        width: 1128px !important;
    }
}

@media (min-width: 1024px) {
    .footer .wrapper.mainsection {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1023px) {
    .footer .wrapper.mainsection {
        flex-direction: column;
        margin: 0 24px;
    }
}

.footer .wrapper.mainsection .column {
    width: 33.333%;
}

.footer .wrapper.mainsection .column .column_title {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.footer .wrapper.mainsection .column ul {
    list-style: none;
}

.footer .wrapper.mainsection .column ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    transition: all .3s ease-in-out;
    line-height: 32px;
}

.footer .wrapper.mainsection .column ul li a:hover {
    color: rgba(255, 255, 255, .5);
}

.footer .footerNav {
    background-color: #000000;
}

.footer .footerNav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}

@media (min-width: 1280px) {
    .footer .footerNav .wrapper {
        width: 1128px !important;
    }
}

@media (min-width: 1024px) {
    .footer .footerNav .wrapper {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1023px) {
    .footer .footerNav .wrapper {
        flex-direction: column;
        margin: 0 24px;
    }
}

.footer .footerNav .wrapper .column a {
    margin-right: 16px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footer .footerNav .wrapper .column a.social {
    margin-right: 0;
    margin-left: 16px;
    font-weight: normal;
}

.footer .footerNav .wrapper .column a:hover {
    color: rgba(255, 255, 255, .6);
}

.footer .footerNav .wrapper p {
    width: 100%;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    text-align: right;
}

@media screen and (max-width: 480px) {
    .footer .wrapper.mainsection {
        flex-wrap: wrap;
    }

    .footer .wrapper.mainsection .column {
        width: 100%;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 480px) {
    .footer .footerNav .wrapper {
        flex-wrap: wrap;
    }

    .footer .footerNav .wrapper .column a.social {
        margin-top: 16px;
        margin-left: 0;
    }
}
