﻿/*------*/

#FindJobHeroBlock h1 {
    margin-bottom: 0;
    margin-left: 25px;
    padding-top: 25px;
}

.recruitername,
.recruiterContainer p {
    font-weight: bold;
    color: #37576f;
}

#Application_Home_pageView #additionalinformationsectionslist_pageBlock .ulListItem,
#eaContainer .OfferSectionsSummaryBlockContainer .ulListItem,
#Application_Home_pageView #sectionslist_pageBlock .ulListItem {
    background-image: url(../images/card-carousel-dark-bg-img.png) !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-size: contain !important;
}

#quicksearch_pageBlockContainer {
    margin-bottom: 0;
}

html body .LinkedInMeettherecruiter a {
    background-position: -3199px -18px;
    background-size: auto;
    background-image: url(../images/sprites/sprite.svg);
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    width: 10%;
    margin: 0 auto;
}

#eaContainer .OfferSectionsSummaryBlockContainer .ulListItem,
#Application_Home_pageView #additionalinformationsectionslist_pageBlock .ulListItem,
#Application_Home_pageView #sectionslist_pageBlock .ulListItem,
#Application_Home_pageView #sectionslist_pageBlock .ulListItem.Section_SubmitAndDeclarations.ulListItem6.ulListItem_Even.ToDo {
    float: none;
    height: 130px;
    margin: 0 0 15px;
    padding: 0;
    width: 31%;
    font-weight: normal;
    float: left;
    margin: 1%;
    clear: right;
}

#eaContainer .OfferSectionsSummaryBlockContainer .ulListItem,
#Application_Home_pageView #sectionslist_pageBlock .ulListItem {
    background-position: 99% 97%;
}

html body .promo-section__btn.btn {
    background: white !important;
    width: 430px;
}

#eaContainer .OfferSectionsSummaryBlockContainer #sectionslist_pageBlock .ulList div.ulListItemLabel,
#eaContainer #Application_Home_pageView .ulList div.ulListItemLabel {
    text-align: left;
    font-size: 20px;
    text-transform: none;
    margin-top: 80px !important;
}

@media screen and (max-width: 991px) {
    #Application_Home_pageView #additionalinformationsectionslist_pageBlock .ulList li.Section_SubmitAndDeclarationsAdditionalInformation div.ulListItemLabel {
        margin-top: 46px !important;
    }
}

@media screen and (max-width:860px) {
    #eaContainer .OfferSectionsSummaryBlockContainer .ulListItem, #Application_Home_pageView #sectionslist_pageBlock .ulListItem {
        background-position: 99% 50%;
    }

    html body .promo-section__btn.btn {
        width: 100%;
    }

    #eaContainer .OfferSectionsSummaryBlockContainer .ulListItem,
    #Application_Home_pageView #additionalinformationsectionslist_pageBlock .ulListItem,
    #Application_Home_pageView #sectionslist_pageBlock .ulListItem {
        float: none;
        height: auto;
        padding: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 10px !important;
    }

    #Application_Home_pageView #additionalinformationsectionslist_pageBlock .ulList li.Section_SubmitAndDeclarationsAdditionalInformation div.ulListItemLabel {
        margin-top: 80px !important;
    }
}

#Application_Home_pageView #sectionslist_pageBlock .ulListItem.Section_SubmitAndDeclarations.ulListItem6.ulListItem_Even.ToDo {
    background-position: 99% 50%;
}

.textpage_meet_recruitment .fa, .textpage_meet_recruitment .far, .textpage_meet_recruitment .fas {
    font-family: "FontAwesome" !important;
    color: white !important;
}

.textpage_meet_grad_recruitment .fa, .textpage_meet_grad_recruitment .far, .textpage_meet_grad_recruitment .fas {
    font-family: "FontAwesome" !important;
    color: white !important;
}

.textpage_meet_recruitment .col-md-4,
.textpage_meet_grad_recruitment .col-md-4 {
    text-align: center !important;
    min-height: 460px;
}

.team {
    margin: 40px;
}

.team-member {
    margin: 15px 0;
    padding: 0;
}

    .team-member figure {
        position: relative;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

        .team-member figure img {
            min-width: 70%;
            float: none;
            margin: 0 auto;
        }

    .team-member figcaption p {
        font-size: 16px;
    }

@media screen and (max-width: 400px) {
    .team-member figcaption p {
        font-size: 9px;
    }
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .team-member figcaption ul li {
        display: inline-block;
        padding: 10px;
    }

.team-member h4 {
    margin: 10px 0 0;
    padding: 0;
}

.team-member figcaption {
    padding: 20px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(55, 87, 111, 0.8);
    /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .team-member figure:hover figcaption ul li a:hover {
        color: rgba(49, 49, 49, .97);
    }

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

html body .hero-text {
    text-align: center;
    background-size: auto !important;
    background-position: right !important;
    min-height: 500px !important;
}

html body .section-header.hero-text .promo-section__item {
    width: 40% !important;
    float: left !important;
}



html body .hero-text .section-content {
    padding-left: 15%;
    padding-right: 15%;
    text-align: left !important;
}

html body .promo-section__btn.btn {
    border: 2px solid #153a4a !important;
    border-radius: 0 !important;
    padding: 1.5rem 3.5rem;
    clear: left;
    margin-right: 10px;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #153a4a !important;
    background-color: white !important;
}

    html body .promo-section__btn.btn:hover {
        background-color: #e0a53a !important;
        border-color: #e0a53a !important;
        color: #000 !important;
    }

@media screen and (min-width:991px) {
    html body .section-header.hero-text .promo-section__item {
        width: 100% !important;
    }

    html body .promo-section__btn.btn {
        background: white !important;
    }
}

@media screen and (max-width:991px) {

    .textpage_meet_recruitment .col-md-4,
    .textpage_meet_grad_recruitment .col-md-4 {
        min-height: auto;
    }
}

/*Besi_Test*/

html body .promo-section__text {
    margin-bottom: 20px !important;
}

html body .hero-text {
    background-size: auto !important;
    background-position: right !important;
    min-height: 500px !important;
}


/*LinkedIn Icon*/

html body .LinkedInMeettherecruiter a {
    background-position: -3203px -18px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
}

.sticky-navigation {
    background: #e6e8ed;
    height: 125px;
    box-shadow: none !important;
}

    .sticky-navigation .navbar-brand img {
        height: 57px;
    }

/*-------------------------------------*/
.container {
    padding: 40px 0;
}

.navbar-brand {
    padding: 0 !important;
}


.main-navigation li {
    border-bottom: 2px solid #37576f;
    transition: all .3s ease-in-out;
}

    .main-navigation li:hover {
        border-bottom: 2px solid #8f5387;
        transition: all .3s ease-in-out;
    }

.main-navigation .menu-item-has-children > a::after {
    content: none;
}

.banner-main {
    margin-top: 110px;
    width: 100%;
    background-color: #f2f3f6;
}

.banner__heading--lg {
    font-size: 34px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

#FindJobContainer {
    padding-left: 0;
}

#FindJobHeroBlock {
    padding-bottom: 0;
}

a#JobsNearMe {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    text-align: center !important;
    float: none;
    margin: 0 auto;
    display: block;
}

#FindJobHeroBlock {
    border-radius: 0 !important;
    line-height: 50px !important;
}

a#JobsNearMe:hover {
    color: white !important;
    text-decoration: underline !important;
}

a#JobsNearMe::before {
    content: none;
}

.banner__heading--lg {
    font-size: 34px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    top: 70px !important;
    position: relative;
}

h1.strapline {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.33;
}

#content-main {
    padding: 0 28px;
}

.strapline {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ebebeb !important;
    width: 66.66667%;
}

#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower {
    background: #37576f;
}

.listItemTitleAnchor_Label {
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 22px !important;
}

.RightJobBox {
    background-color: #e6e8ed;
    padding: 20px;
}

#eaContainer #posdesc_pageBlock .posdescriptionPropertyBox, #eaContainer #posdesc_pageBlock .posrating, #eaContainer #posdesc_pageBlock .possharing, #eaContainer #posdesc_pageBlock .posAlerts {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    margin: 20px 0 55px 0;
}

#posdesc_pageBlock .posrightbox_info {
    text-align: left !important;
    line-height: 22px !important;
}

#posdesc_pageBlock .posrightbox_header {
    color: #37576f;
    text-align: left !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
}

#posdesc_pageBlock .posrightbox_info {
    padding: 0 !important;
}

#eaContainer #PosDescSharingItems {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px !important;
    width: 154px;
}

.jobValues {
    padding: 15px 15px 15px 40px !important;
    background-color: #fff !important;
    margin-bottom: 30px !important;
    border-left: 5px solid #b6bcc9 !important;
}

.RightJobBox .ApplyNowContainer.ApplyViaFormContainer {
    display: none !important;
}

.buttonsLeft button.buttonAnchor, .buttonsRight button.buttonAnchor, .buttonsLeft input.buttonSubmit, .buttonsRight input.buttonSubmit, .buttonsLeft a.buttonAnchor, .buttonsRight a.buttonAnchor {
    display: block;
    float: left;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    line-height: 50px !important;
    padding: 0 20px !important;
}

/*-----------*/

#posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock::before {
    content: '';
    width: 70px;
    height: 70px;
    margin: 0 auto 5px;
    display: block;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock {
    text-align: center !important;
    margin-bottom: 10px;
}

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.wealth::before {
        background-image: url(../Images/Benefit_1.png);
    }

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.lifestyle::before {
        background-image: url(../Images/Benefit_2.png);
    }

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.wellbeing::before {
        background-image: url(../Images/Benefit_3.png);
    }

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.help::before {
        background-image: url(../Images/Benefit_4.png);
    }

@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ @import url(//cloud.typography.com/6549736/7127812/css/fonts.css);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #37576f;
    font-family: "Gotham A","Gotham B",Arial,"Helvetica Neue","Droid Sans",Helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

    .h1.white,
    .h2.white,
    .h3.white,
    .h4.white,
    .h5.white,
    .h6.white,
    h1.white,
    h2.white,
    h3.white,
    h4.white,
    h5.white,
    h6.white {
        color: #fff
    }

.h1,
h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 20px
}

@media screen and (min-width:1544px) {
    .h1,
    h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.2
    }
}

.h2,
h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.33
}

@media screen and (min-width:1544px) {
    .h2,
    h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25
    }
}

.h3,
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.33
}

@media screen and (min-width:1544px) {
    .h3,
    h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.33
    }
}

.h4,
h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.33
}

@media screen and (min-width:1544px) {
    .h4,
    h4 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4
    }
}

html:lang(zh) .h4,
html:lang(zh) h4 {
    font-family: Georgia,"Times New Roman","Droid Serif",Times,STKaiti,华文楷体,FangSong,仿宋,STSong,华文宋体,KaiTi,楷体,"Microsoft YaHei","MS YaHei",微软雅黑体,"Hiragino Sans GB",冬青黑体,SimHei,黑体
}

html:lang(ar) .h4,
html:lang(ar) h4 {
    font-family: Georgia,"Times New Roman","Arabic Typesetting","Geeza Pro","Arial Unicode MS",sans-serif
}

.h5,
h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7px;
    line-height: 1.5
}

@media screen and (min-width:1544px) {
    .h5,
    h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5
    }
}

h5.no-results,
p.no-results {
    margin-bottom: 140px
}

.h6,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7px;
    line-height: 1.5
}

@media screen and (min-width:1544px) {
    .h6,
    h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5
    }
}

a {
    color: #1a7cbd;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700
}

.auxiliary-nav,
.footer-menu,
.footer-menu__sub-menu,
.footer-sub-menu,
.links-list,
.list-inline-unstyled,
.list-unstyled,
.pagination__container .pagination-js-disabled__list,
.pagination__container .pagination-js-enabled__list,
.people-profile__contact,
.primary-nav,
.primary-nav-child,
.primary-nav-grandchild,
.sitemap-ul,
.social-share-global,
.social-share-local {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0
}

    .auxiliary-nav li,
    .footer-menu li,
    .footer-menu__sub-menu li,
    .footer-sub-menu li {
        margin-left: 0;
        border-left: 0;
        padding-left: 0
    }

.rtl .footer-menu li,
.rtl .footer-menu__sub-menu li,
.rtl .footer-sub-menu li {
    padding-right: 0
}

.footer-menu li:before,
.footer-menu__sub-menu li:before,
.footer-sub-menu li:before {
    width: auto;
    height: auto
}


.footer-menu li a,
.footer-menu__sub-menu li a,
.footer-sub-menu li a {
    display: inline-block
}

.footer {
    margin: 0 auto
}

.africa-map__country-summary-footer {
    display: none;
    position: relative
}


.popup__footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 85px;
    padding: 20px;
    background-color: #54575a
}

.footer {
    background: #fff;
    color: #54575a;
    padding-top: 45px;
    border-top: 1px solid #54575a
}

.footer-logo {
    width: 180px;
    margin-bottom: 25px
}

@media screen and (min-width:760px) {
    .footer-logo {
        width: 195px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:1544px) {
    .footer-logo {
        width: 265px;
        margin-bottom: 0
    }
}

.blackberry .footer-logo {
    width: 180px;
    height: 80px
}

.footer-menu__heading {
    float: left;
    margin-right: 20px;
    color: #153a4a;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5;
    font-weight: 700;
    font-family: Arial,"Helvetica Neue","Droid Sans",Helvetica,sans-serif
}

@media screen and (min-width:760px) {
    .footer-menu__heading {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        line-height: 1.4
    }
}

.footer-menu__heading a {
    color: #153a4a;
    font-weight: 700
}

.footer-menu {
    margin-bottom: 0 !important
}

@media screen and (min-width:760px) {
    .footer-menu {
        display: table;
        table-layout: fixed;
        width: 100%
    }
}

.footer-menu > li:last-child {
    display: block;
    padding-right: 0;
    padding-bottom: 26px
}

@media screen and (min-width:760px) {
    .footer-menu > li:last-child {
        padding-bottom: 26px
    }
}

@media screen and (min-width:760px) {
    .footer-menu > li {
        display: table-cell
    }
}

.footer-menu__sub-menu li {
    margin-bottom: 0;
    font-weight: 400
}

    .footer-menu__sub-menu li a {
        display: inline-block;
        color: #153a4a;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400
    }

.footer-sub {
    color: #fff;
    background-color: #37576f;
    padding: 30px 0
}

@media screen and (min-width:760px) {
    .footer-sub {
        border-top: 2px solid #37576f;
        margin-top: 15px
    }

    .subsite .footer-sub {
        border-top: 2px solid #d65d50
    }
}

.footer-sub li {
    display: inline-block
}

.footer-sub-menu {
    font-size: 12px;
    font-size: 1.2rem;
    border-left: 0;
    margin-bottom: 30px
}

    .footer-sub-menu li {
        display: block;
        margin-left: 0
    }

        .footer-sub-menu li:nth-of-type(odd) {
            padding-right: 10px;
            clear: left
        }

        .footer-sub-menu li:nth-of-type(even) {
            padding-left: 10px
        }

.blackberry .footer-sub-menu li:nth-of-type(even) {
    padding-left: 0
}

.footer-sub-menu li:last-child {
    margin-bottom: 30px
}

@media screen and (min-width:760px) {
    .footer-sub-menu li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:759px) {
    .footer-sub-menu li {
        width: 50%;
        float: left
    }
}

@media screen and (min-width:760px) {
    .footer-sub-menu li {
        display: inline-block;
        margin-right: 20px;
        padding: 0
    }

        .footer-sub-menu li:nth-of-type(odd) {
            padding: 0;
            clear: none
        }

        .footer-sub-menu li:nth-of-type(even) {
            padding: 0
        }
}

.footer-sub-menu li a {
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem
}

    .footer-sub-menu li a,
    .footer-sub-menu li a:active,
    .footer-sub-menu li a:focus,
    .footer-sub-menu li a:hover,
    .footer-sub-menu li a:visited {
        color: #fff
    }

.footer-sub__copyright {
    margin-bottom: 0;
    position: relative;
    clear: left;
    font-size: 12px;
    font-size: 1.2rem
}

.error-500 .footer-logo {
    margin-bottom: 30px
}



/*-----------------------------*/
.social-share-global {
    clear: both;
    margin: 0 0 26px 0;
    overflow: hidden;
    position: relative;
    top: -7px;
    left: -2px
}

@media screen and (min-width:760px) {
    .social-share-global {
        margin: 0 0 20px 0;
        top: -6px
    }
}

.social-share-global li {
    display: inline-block;
    padding-right: 20px;
    float: left
}

@media screen and (min-width:1010px) {
    .social-share-global li {
        padding-right: 20px
    }
}

@media screen and (min-width:1010px) and (max-width:1046px) {
    .social-share-global li {
        padding-right: 20px
    }
}

.social-share-global li:last-child {
    padding-right: 0
}

.social-share-global li a {
    text-indent: -9999px;
    display: block;
    width: 32px;
    height: 32px;
    transition: background-color .2s ease-in-out
}

.social-share-global__item--linkedin {
    background-position: -3203px -18px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--linkedin {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--linkedin:hover {
    background-position: -3267px -18px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--linkedin:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--twitter {
    background-position: -8071px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--twitter {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--twitter:hover {
    background-position: -8138px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--twitter:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--facebook {
    background-position: -2208px -19px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--facebook {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--facebook:hover {
    background-position: -2275px -19px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--facebook:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--youtube {
    background-position: -8899px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--youtube {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--youtube:hover {
    background-position: -8968px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--youtube:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-local__container {
    margin-bottom: 30px;
    position: relative
}

.social-share-local {
    background-color: #e6e8ed;
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    visibility: hidden;
    pointer-events: none
}


/*--------*/

h2.recruiter-title {
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
    font-size: 16px;
}

.rec-img img {
    border-radius: 100%;
    max-width: 120px;
}

.chatBotWindow {
    position: fixed;
    bottom: 0;
    right: 15px;
    background: #fff;
    width: 300px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    transition: all .3s ease;
    height: 400px;
    z-index: 10;
    padding-left: 1px;
    padding-right: 1px;
}

    .chatBotWindow.closed {
        height: 53px;
    }

    .chatBotWindow .escb-hidden {
        display: none;
    }

    .chatBotWindow .chatBotHeader {
        padding: 10px;
        border-bottom: 2px solid #000;
        overflow: auto;
    }

        .chatBotWindow .chatBotHeader .chatBotIcon,
        .chatBotWindow .chatBotHeader h3 {
            float: left;
        }

        .chatBotWindow .chatBotHeader .chatBotIcon {
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

            .chatBotWindow .chatBotHeader .chatBotIcon img {
                width: 100%;
                height: 100%;
            }

        .chatBotWindow .chatBotHeader .chatBotBtn {
            width: 35px;
            height: 35px;
            float: right;
            cursor: pointer;
            text-align: center;
        }

            .chatBotWindow .chatBotHeader .chatBotBtn:before {
                content: '\f068';
                font-family: FontAwesome;
                font-size: 20px;
                transition: all .3s ease;
            }

    .chatBotWindow.closed .chatBotHeader .chatBotBtn:before {
        content: "\f067";
    }

    .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages {
        height: 345px;
        overflow: hidden;
    }

        .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages {
            overflow-x: hidden;
            top: 20px;
            bottom: 110px;
            overflow-y: auto;
            padding-bottom: 0 !important;
        }

            .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message {
                max-width: 100%;
                font-size: 14px;
            }

                .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message.escb-to img {
                    display: none;
                }

                .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message.escb-from {
                    background: #004f9f;
                }

    .chatBotWindow .chatBotBody #convForm {
        width: 100%;
        margin-bottom: 0;
        box-shadow: none;
        position: absolute;
        bottom: 0;
    }

        .chatBotWindow .chatBotBody #convForm * {
            font-size: 14px;
        }

        .chatBotWindow .chatBotBody #convForm .escb-dragscroll {
            cursor: default;
            position: relative;
            bottom: initial;
            transform: none;
            overflow-x: auto;
        }

            .chatBotWindow .chatBotBody #convForm .escb-dragscroll:after {
                display: none;
            }

        .chatBotWindow .chatBotBody #convForm #userInput {
            box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.4);
        }

        .chatBotWindow .chatBotBody #convForm button {
            color: #004f9f;
        }

            .chatBotWindow .chatBotBody #convForm button:hover {
                color: #fff;
                background: #004f9f;
            }

    .chatBotWindow.chrome .chatBotBody #convForm .escb-dragscroll {
        white-space: initial;
        max-height: 75px;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        bottom: 100%;
        transform: none;
    }

        .chatBotWindow.chrome .chatBotBody #convForm .escb-dragscroll .escb-option {
            float: left;
            display: block;
            margin-top: 0;
            color: #004f9f;
            border-color: #004f9f;
        }

    .chatBotWindow h3 {
        margin-bottom: 0 !important;
    }

    .chatBotWindow .chatBotHeader .chatBotIcon img {
        width: 70%;
    }

div.escb-conv-form-wrapper div#escb-messages div.escb-message.escb-to {
    background: #e6e8ed !important;
    color: #37576f !important;
}

div.escb-conv-form-wrapper div.escb-options div.escb-option {
    padding: 7px 12px;
    border: 2px solid #153a4a;
    display: inline-block;
    margin: 5px;
    background: white !important;
    color: #153a4a !important;
    cursor: pointer;
    border-radius: 0;
    font-size: 0.9rem;
}

    div.escb-conv-form-wrapper div.escb-options div.escb-option:hover {
        background-color: #e0a53a !important;
        border-color: #e0a53a !important;
        color: #000 !important;
    }


#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer {
    width: 30%;
    margin: 1.5% !important;
}

#content-main .container {
    padding: 0;
}

#breadcrumb {
    margin-top: 40px;
    text-align: left;
    color: #9a9b9c;
    margin-bottom: 20px !important;
}


    #breadcrumb #Home {
        display: block;
    }

.fa.fa-home {
    color: #37576f;
}

#posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton::before {
    font-family: FontAwesome;
    content: '\f067';
}

.filtersExpanderButtonLabel {
    padding-left: 10px;
}

#posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton.filtersExpanderButton_Expanded::before {
    content: '\f068';
}

.filtersSummaryTextContainer {
    display: none;
}

#posBrowser_Filter_pageBlock .filtersSummary .alternateViews {
    float: left;
}

#eaContainer #Pos_Description_pageView #posdesc_pageBlock a.right,
#eaContainer span.miniMapButton {
    background: transparent !important;
    color: #153a4a !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    width: 100% !important;
    text-align: center !important;
}

#eaContainer span.miniMapButton {
    margin-top: 10px !important;
    font-weight: bold !important;
    line-height: normal !important;
}

#posBrowser_Filter_pageBlock .filtersSummary .alternateViews .alternateViewsButton,
#eaContainer #Pos_Description_pageView #posdesc_pageBlock a.right,
#eaContainer span.miniMapButton {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    border: 2px solid #153a4a;
    display: block;
    padding: 15px;
    width: auto !important;
}

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews .alternateViewsButton:hover,
    #eaContainer #Pos_Description_pageView #posdesc_pageBlock a.right:hover,
    #eaContainer span.miniMapButton:hover {
        background-color: #e0a53a !important;
        border-color: #e0a53a !important;
        color: #000;
    }

.posAlerts {
    float: left;
}

.filtersSummary {
    margin-bottom: 20px;
}

.download {
    display: block;
    text-align: center;
}



#eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer {
    background-color: #37576f !important;
    background-image: url(../images/card-carousel-dark-bg-img.png) !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-size: contain !important;
    color: white !important;
}

    #eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer a {
        color: white !important;
        font-size: 20px !important;
    }

.pagingButtons img {
    display: none !important;
}

#eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover a {
    text-decoration: underline !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative !important;
}

.banner-main {
    margin-top: 0;
}

@media screen and (max-width: 380px) {
    .filtersExpander .filtersExpanderButton {
        padding: 10px !important;
        font-size: 13px;
    }

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews .alternateViewsButton, #eaContainer #Pos_Description_pageView #posdesc_pageBlock a.right, #eaContainer span.miniMapButton {
        font-size: 14px;
        padding: 10px;
    }

    #eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer a {
        font-size: 16px !important;
    }
}

/*-----------bm*/

.recruiterContainer {
    text-align: center !important;
}

#posdesc_pageBlock .posrightbox_header {
    color: #37576f;
    text-align: center !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

.content-warp.no-banner {
    margin-top: 0;
}

    .content-warp.no-banner #breadcrumb {
        margin-top: 0;
    }

.container-fluid,
.Home #content-main {
    padding: 0 48px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1544px;
}

/*-----------CV Aligment--------------*/

#eaContainer #fileupload_Files_formRow .labelContainer {
    text-align: center;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadrow {
    min-width: 10px;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadrow {
    min-width: 10px !important;
}

#eaContainer #fileupload_Files_formRow .controlContainer {
    margin-bottom: 10px;
    width: 100% !important;
    margin: 0 auto !important;
}

#fileupload_pageBlock .buttonsLeft {
    float: left;
    width: 100% !important;
    display: block !important;
    text-align: center;
}

    #fileupload_pageBlock .buttonsLeft ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100% !important;
        float: left;
        text-align: center !important;
    }

#fileupload_pageBlock .pageBlockInner .buttonsLeft li {
    float: left;
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    text-align: center;
    width: 100% !important;
    display: block !important;
}

#eaContainer .fileuploadbutton {
    margin: 0 auto;
    float: none;
}

/*decleration aligment radio button alignment*/

#SubmitForm_contactconsent_formRow .labelContainer {
    text-align: left !important;
    width: auto !important;
}

#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .controlContainer, #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .controlContainer {
    margin-top: 13px;
}

#eaContainer .pageBlockInner_FormBlock #fileupload_Files_formRow label.formLabel {
    text-align: center;
}

/*-----------CV Aligment--------------*/
#SubmitForm_contactconsent_formRow .labelContainer {
    float: left !important;
}

#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .controlContainer, #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .controlContainer {
    margin-top: 3px;
}

@media screen and (max-width:600px) {
    .kiketable-colsizable {
        table-layout: unset !important;
    }
}

.pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td, .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td {
    background-color: #37576f !important;
}

@media screen and (max-width:500px) {
    #dialogDialogContainer {
        max-height: 600px !important;
    }
}

.navbar-toggle {
    margin-right: 25px;
    padding: 13px 10px;
    padding: 23px 10px;
    margin-top: 0 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white !important;
    border-radius: 0 !important;
}

@media screen and (max-width:767px) {
    #FindJobHeroBlock {
        line-height: 30px !important;
    }

    #quicksearch_pageBlockContainer {
        margin-bottom: 0;
    }

    #FindJobHeroBlock div.pageBlockContent {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
        margin-left: 20%;
        margin-top: 15px;
    }

    .sticky-navigation {
        background: white !important;
    }

    .header.header-style-one.site-header .container {
        padding: 0 !important;
    }

    .sticky-navigation .navbar-brand img {
        height: 42px;
        margin-left: 15px !important;
    }

    #menu-primary {
        float: left;
    }

    .navbar-toggle {
        float: left;
    }

    .h1, h1 {
        font-size: 2rem !important;
    }

    .sticky-navigation {
        background: #e6e8ed;
        height: 90px;
    }

    .container {
        padding: 20px 0;
    }
}

@media screen and (max-width:1224px) {
    .banner__heading--lg {
        font-size: 34px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        top: -110px !important;
        position: relative;
        left: 15px !important;
    }

    .strapline {
        width: 100% !important;
        margin-top: 0 !important;
    }

    #JobDescriptionMap_vacancyMap_pageBlock #vacancyMap {
        background-size: cover !important;
    }

    #eaContainer .RightJobBox .posAlerts {
        text-align: center;
        width: 100% !important;
    }
}

@media screen and (max-width:980px) {
    #eaContainer #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer, #eaContainer #Home_pageView #CodeListCounts_pageBlock .listItemContainer {
        width: 100%;
        margin: 10px 0 !important;
    }

    h1.strapline {
        font-size: 17px !important;
    }

    html body .section-header.hero-text .promo-section__item {
        width: 100% !important;
    }

    html body .hero-text .section-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    html body .promo-section__btn.btn {
        padding: 15px;
        margin-right: 0px;
        font-size: 12px !important;
    }
}

@media screen and (max-width:500px) {
    .pageBlockInner_FormBlock .iconListStyle .iconValue {
        margin-left: 0;
        width: 100% !important;
        float: left;
    }

    #Welcome_pageView .iconLabel a {
        font-size: 20px;
    }
}

.chatBotWindow {
    z-index: 1000 !important;
}


#eaContainer .PosDescriptionText .ApplyNowContainer {
    display: block !important;
}

.navbar-toggle {
    margin-right: 25px;
    padding: 13px 10px;
    padding: 23px 10px;
    margin-top: 0 !important;
    background: #37576f !important;
    border-radius: 0 !important;
}

@media screen and (max-width:580px) {
    .navbar-inverse .navbar-brand {
        margin-left: 15%;
    }
}

@media screen and (max-width:490px) {
    .navbar-inverse .navbar-brand {
        margin-left: 10%;
    }
}

@media screen and (max-width:430px) {
    .navbar-inverse .navbar-brand {
        margin-left: 5%;
    }
}



#breadcrumb a {
    color: #153a4a !important;
    font-weight: 400;
    font-size: 16px !important;
}


/*-----------------*/

.pageBlockInner_FormBlock div.formRowFileUploadRow li.fileOuterContainer {
    width: 25% !important;
    margin: 0 auto !important;
    float: none !important;
}

@media screen and (max-width:980px) {
    .pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadbutton {
        margin-bottom: 4px;
        max-width: 100%;
    }

    .pageBlockInner_FormBlock div.formRowFileUploadRow li.fileOuterContainer {
        width: 220px !important;
        margin: 0 auto !important;
        float: none !important;
    }
}

#dialogDialogContainer {
    margin-top: 283px;
}


.Pos_Find_Results #eaContainer .pageBlockInner_GridBlock .gridTop a:hover {
    color: white !important;
    text-decoration: underline !important;
}




/*-------------*/

#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:hover .listItemContainerBorder .listItemImageContainer {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform .2s, -webkit-transform .2s;
}


/*--------------*/

.Home .desktop-banner {
    background-image: url('../Images/AG Banner_1.gif');
    margin-top: 0 !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 135%;
}

#FindJobContainer {
    position: absolute;
    right: 0;
    width: 50% !important;
    margin: 0 auto;
    float: none;
    right: 44.5% !important;
    top: 20%;
    margin-top: 20px;
}

#FindJobHeroBlock {
    border-radius: 0 !important;
    line-height: 50px !important;
    padding: 0;
    width: 100% !important;
}

body #FindJobHeroBlock input.buttonSubmit {
    padding: 5px 20px 3px 20px !important;
}


#FindJobHeroBlock {
    background: rgba(56, 88, 113, 0.61) !important;
}


#JobsNearMe {
    text-transform: uppercase !important;
}


    #JobsNearMe:hover {
        text-transform: uppercase !important;
        background: rgba(56, 88, 113, 0.85) !important;
    }

@media screen and (max-width:767px) {

    #FindJobContainer {
        position: relative;
        right: 0 !important;
        bottom: 0 !important;
        width: auto !important;
        margin: 0 auto;
        margin-bottom: 0px;
        float: none;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 50px !important;
        background: #37576f !important;
    }
}

/*-----*/


#eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li {
    border: 1px solid white !important;
    padding: 10px !important;
    border-radius: 1px !important;
    background: white !important;
}

    #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li.ValueItem_selected,
    #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li:hover {
        border: 1px solid white !important;
        background: #37576f !important;
    }

        #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li.ValueItem_selected a span,
        #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li:hover a span {
            color: white !important;
        }

#eaContainer #posBrowser_Filter_pageBlock .FilterContainer .label {
    text-transform: uppercase !important;
    padding: 0 !important;
}

#eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li {
    margin: 5px 5px 10px 5px !important;
}

@media screen and (max-width: 400px) {

    #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li {
        margin: 10px 0 !important;
    }
}

#posBrowser_Filter_pageBlock .FilterContainer .ValueList, #posBrowser_Filter_pageBlock .FiltersContainer .AvailableList {
    padding: 0 !important;
}

#posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel {
    padding: 10px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
}

.FiltersContainer.HideAddButton {
    background: #37576f !important;
}

/*-----*/

.col-sm-6.col-md-3.tiles-highlights__tile {
    width: 33% !important;
}

.tile-sections__link {
    flex: 1;
    display: block;
    padding: 20px !important;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    transition: background-color .5s ease,box-shadow .5s ease;
    height: 255px;
}

.tile-sections__link {
    text-align: center;
}

.tile-sections__title {
    text-align: center;
    color: #000;
}

#Three_blocks {
    display: block !important;
    width: 100% !important;
    padding: 50px 0 !important;
}

.tile-sections__link.active::before {
    display: block;
}

a.scrolldown {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: 50%;
    bottom: 28px;
    position: absolute;
    content: "";
    display: none;
    margin: 0 0 -24px -24px;
    background: url("//cdn2.hubspot.net/hubfs/493098/images/shared/arrow_right_white.png") no-repeat 50%/23px 18px,#8f5387;
    transform: rotate(90deg);
    position: relative;
    display: block;
    text-indent: -999999999999px !important;
}

.tile-sections__link {
    box-shadow: 0 36px 64px 0 rgba(0,0,0,.1);
}

    .tile-sections__link:hover .tile-sections__link-title {
        color: #8f5387;
    }


.tile-sections__link-title {
    margin-top: 15px;
    margin-bottom: 0 !important;
}


.tile-sections__link-image {
    height: 140px;
}


@media screen and (max-width:980px) {
    .col-sm-6.col-md-3.tiles-highlights__tile {
        width: 100% !important;
    }
}


.earcu_posdescriptionnote {
    font-size: 18px !important;
}


#eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer {
    display: block !important;
    float: left;
    width: 100% !important;
}

    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft,
    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft ul,
    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft ul li,
    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft ul li .buttonAnchor.right {
        width: 100% !important;
    }

#eaContainer #Pos_Description_pageView #posdesc_pageBlock .LeftJobBox a.right {
    width: 100% !important;
}


.download {
    background: #8f5387 !important;
    color: white !important;
}



.sticky-navigation {
    background: #e6e8ed;
    height: 125px;
    box-shadow: none !important;
}

    .sticky-navigation .navbar-brand img {
        height: 57px;
    }


.container {
    padding: 40px 0;
}

.navbar-brand {
    padding: 0 !important;
}


.main-navigation li {
    border-bottom: 2px solid #37576f;
    transition: all .3s ease-in-out;
}

    .main-navigation li:hover {
        border-bottom: 2px solid #8f5387;
        transition: all .3s ease-in-out;
    }

.main-navigation .menu-item-has-children > a::after {
    content: none;
}

.banner-main {
    margin-top: 110px;
    width: 100%;
    background-color: #f2f3f6;
}

.banner__heading--lg {
    font-size: 34px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

#FindJobContainer {
    padding-left: 0;
}

#FindJobHeroBlock {
    padding-bottom: 0;
}

a#JobsNearMe {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    text-align: center !important;
    float: none;
    margin: 0 auto;
    display: block;
}

#FindJobHeroBlock {
    border-radius: 0 !important;
    line-height: 50px !important;
}

a#JobsNearMe:hover {
    color: white !important;
    text-decoration: underline !important;
}

a#JobsNearMe::before {
    content: none;
}

.banner__heading--lg {
    font-size: 34px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    top: 70px !important;
    position: relative;
}

h1.strapline {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.33;
}

#content-main {
    padding: 0 28px;
}

.strapline {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ebebeb !important;
    width: 66.66667%;
}

#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower {
    background: #37576f;
}

.listItemTitleAnchor_Label {
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 22px !important;
}

.RightJobBox {
    background-color: #e6e8ed;
    padding: 20px;
}

#eaContainer #posdesc_pageBlock .posdescriptionPropertyBox, #eaContainer #posdesc_pageBlock .posrating, #eaContainer #posdesc_pageBlock .possharing, #eaContainer #posdesc_pageBlock .posAlerts {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    margin: 20px 0 55px 0;
}

#posdesc_pageBlock .posrightbox_info {
    text-align: left !important;
    line-height: 22px !important;
}

#posdesc_pageBlock .posrightbox_header {
    color: #37576f;
    text-align: left !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
}

#posdesc_pageBlock .posrightbox_info {
    padding: 0 !important;
}

#eaContainer #PosDescSharingItems {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px !important;
    width: 154px;
}

.jobValues {
    padding: 15px 15px 15px 40px !important;
    background-color: #fff !important;
    margin-bottom: 30px !important;
    border-left: 5px solid #b6bcc9 !important;
}

.RightJobBox .ApplyNowContainer.ApplyViaFormContainer {
    display: none !important;
}

.buttonsLeft button.buttonAnchor, .buttonsRight button.buttonAnchor, .buttonsLeft input.buttonSubmit, .buttonsRight input.buttonSubmit, .buttonsLeft a.buttonAnchor, .buttonsRight a.buttonAnchor {
    display: block;
    float: left;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    line-height: 50px !important;
    padding: 0 20px !important;
}

/*-----------*/

#posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock::before {
    content: '';
    width: 70px;
    height: 70px;
    margin: 0 auto 5px;
    display: block;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock {
    text-align: center !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.wealth::before {
        background-image: url(../Images/Benefit_1.png);
    }

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.lifestyle::before {
        background-image: url(../Images/Benefit_2.png);
    }

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.wellbeing::before {
        background-image: url(../Images/Benefit_3.png);
    }

    #posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer .benefitBlock.help::before {
        background-image: url(../Images/Benefit_4.png);
    }

#posdesc_pageBlock .posDescriptionContainer317 .benefitsContainer .benefitBlocksContainer a {
    text-transform: uppercase;
}

@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ @import url(//cloud.typography.com/6549736/7127812/css/fonts.css);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #37576f;
    font-family: "Gotham A","Gotham B",Arial,"Helvetica Neue","Droid Sans",Helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

    .h1.white,
    .h2.white,
    .h3.white,
    .h4.white,
    .h5.white,
    .h6.white,
    h1.white,
    h2.white,
    h3.white,
    h4.white,
    h5.white,
    h6.white {
        color: #fff
    }

.h1,
h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 20px
}

@media screen and (min-width:1544px) {
    .h1,
    h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.2
    }
}

.h2,
h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.33
}

@media screen and (min-width:1544px) {
    .h2,
    h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25
    }
}

.h3,
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.33
}

@media screen and (min-width:1544px) {
    .h3,
    h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.33
    }
}

.h4,
h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.33
}

@media screen and (min-width:1544px) {
    .h4,
    h4 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4
    }
}

html:lang(zh) .h4,
html:lang(zh) h4 {
    font-family: Georgia,"Times New Roman","Droid Serif",Times,STKaiti,华文楷体,FangSong,仿宋,STSong,华文宋体,KaiTi,楷体,"Microsoft YaHei","MS YaHei",微软雅黑体,"Hiragino Sans GB",冬青黑体,SimHei,黑体
}

html:lang(ar) .h4,
html:lang(ar) h4 {
    font-family: Georgia,"Times New Roman","Arabic Typesetting","Geeza Pro","Arial Unicode MS",sans-serif
}

.h5,
h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7px;
    line-height: 1.5
}

@media screen and (min-width:1544px) {
    .h5,
    h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5
    }
}

h5.no-results,
p.no-results {
    margin-bottom: 140px
}

.h6,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7px;
    line-height: 1.5
}

@media screen and (min-width:1544px) {
    .h6,
    h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5
    }
}

a {
    color: #1a7cbd;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700
}

.auxiliary-nav,
.footer-menu,
.footer-menu__sub-menu,
.footer-sub-menu,
.links-list,
.list-inline-unstyled,
.list-unstyled,
.pagination__container .pagination-js-disabled__list,
.pagination__container .pagination-js-enabled__list,
.people-profile__contact,
.primary-nav,
.primary-nav-child,
.primary-nav-grandchild,
.sitemap-ul,
.social-share-global,
.social-share-local {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0
}

    .auxiliary-nav li,
    .footer-menu li,
    .footer-menu__sub-menu li,
    .footer-sub-menu li {
        margin-left: 0;
        border-left: 0;
        padding-left: 0
    }

.rtl .footer-menu li,
.rtl .footer-menu__sub-menu li,
.rtl .footer-sub-menu li {
    padding-right: 0
}

.footer-menu li:before,
.footer-menu__sub-menu li:before,
.footer-sub-menu li:before {
    width: auto;
    height: auto
}


.footer-menu li a,
.footer-menu__sub-menu li a,
.footer-sub-menu li a {
    display: inline-block
}

.footer {
    margin: 0 auto
}

.africa-map__country-summary-footer {
    display: none;
    position: relative
}


.popup__footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 85px;
    padding: 20px;
    background-color: #54575a
}

.footer {
    background: #fff;
    color: #54575a;
    padding-top: 45px;
    border-top: 1px solid #54575a;
    width: 100% !important;
    display: block;
    float: left;
}

.footer-logo {
    width: 180px;
    margin-bottom: 25px
}

@media screen and (min-width:760px) {
    .footer-logo {
        width: 195px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:1544px) {
    .footer-logo {
        width: 265px;
        margin-bottom: 0
    }
}

.blackberry .footer-logo {
    width: 180px;
    height: 80px
}

.footer-menu__heading {
    float: left;
    margin-right: 20px;
    color: #153a4a;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5;
    font-weight: 700;
    font-family: Arial,"Helvetica Neue","Droid Sans",Helvetica,sans-serif
}

@media screen and (min-width:760px) {
    .footer-menu__heading {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        line-height: 1.4
    }
}

.footer-menu__heading a {
    color: #153a4a;
    font-weight: 700
}

.footer-menu {
    margin-bottom: 0 !important
}

@media screen and (min-width:760px) {
    .footer-menu {
        display: table;
        table-layout: fixed;
        width: 100%
    }
}

.footer-menu > li {
    display: none
}

    .footer-menu > li:last-child {
        display: block;
        padding-right: 0;
        padding-bottom: 0
    }

@media screen and (min-width:760px) {
    .footer-menu > li:last-child {
        padding-bottom: 0
    }
}

@media screen and (min-width:760px) {
    .footer-menu > li {
        display: table-cell
    }
}

.footer > .container-fluid {
    padding-bottom: 26px;
}

.footer-menu__sub-menu li {
    margin-bottom: 0;
    font-weight: 400
}

    .footer-menu__sub-menu li a {
        display: inline-block;
        color: #153a4a;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400
    }

.footer-sub {
    color: #fff;
    background-color: #37576f;
    padding: 30px 0
}

@media screen and (min-width:760px) {
    .footer-sub {
        border-top: 2px solid #37576f;
        margin-top: 15px
    }

    .subsite .footer-sub {
        border-top: 2px solid #d65d50
    }
}

.footer-sub li {
    display: inline-block
}

.footer-sub-menu {
    font-size: 12px;
    font-size: 1.2rem;
    border-left: 0;
    margin-bottom: 30px
}

    .footer-sub-menu li {
        display: block;
        margin-left: 0
    }

        .footer-sub-menu li:nth-of-type(odd) {
            padding-right: 10px;
            clear: left
        }

        .footer-sub-menu li:nth-of-type(even) {
            padding-left: 10px
        }

.blackberry .footer-sub-menu li:nth-of-type(even) {
    padding-left: 0
}

.footer-sub-menu li:last-child {
    margin-bottom: 30px
}

@media screen and (min-width:760px) {
    .footer-sub-menu li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:759px) {
    .footer-sub-menu li {
        width: 50%;
        float: left
    }
}

@media screen and (min-width:760px) {
    .footer-sub-menu li {
        display: inline-block;
        margin-right: 20px;
        padding: 0
    }

        .footer-sub-menu li:nth-of-type(odd) {
            padding: 0;
            clear: none
        }

        .footer-sub-menu li:nth-of-type(even) {
            padding: 0
        }
}

.footer-sub-menu li a {
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem
}

    .footer-sub-menu li a,
    .footer-sub-menu li a:active,
    .footer-sub-menu li a:focus,
    .footer-sub-menu li a:hover,
    .footer-sub-menu li a:visited {
        color: #fff
    }

.footer-sub__copyright {
    margin-bottom: 0;
    position: relative;
    clear: left;
    font-size: 12px;
    font-size: 1.2rem
}

.error-500 .footer-logo {
    margin-bottom: 30px
}

@media all and (max-width:759px) {
    .Intranet .footer-menu > li {
        display: block;
        clear: left;
    }
}

/*-----------------------------*/
.social-share-global {
    clear: both;
    margin: 0 0 26px 0;
    overflow: hidden;
    position: relative;
    top: -7px;
    left: -2px
}

@media screen and (min-width:760px) {
    .social-share-global {
        margin: 0 0 20px 0;
        top: -6px
    }
}

.social-share-global li {
    display: inline-block;
    padding-right: 20px;
    float: left
}

@media screen and (min-width:1010px) {
    .social-share-global li {
        padding-right: 20px
    }
}

@media screen and (min-width:1010px) and (max-width:1046px) {
    .social-share-global li {
        padding-right: 20px
    }
}

.social-share-global li:last-child {
    padding-right: 0
}

.social-share-global li a {
    text-indent: -9999px;
    display: block;
    width: 32px;
    height: 32px;
    transition: background-color .2s ease-in-out
}

.social-share-global__item--linkedin {
    background-position: -3203px -18px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--linkedin {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--linkedin:hover {
    background-position: -3267px -18px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--linkedin:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--twitter {
    background-position: -8071px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--twitter {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--twitter:hover {
    background-position: -8138px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--twitter:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--facebook {
    background-position: -2208px -19px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--facebook {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--facebook:hover {
    background-position: -2275px -19px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--facebook:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--youtube {
    background-position: -8899px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg)
}

.no-svg .social-share-global__item--youtube {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-global__item--youtube:hover {
    background-position: -8968px -16px;
    background-size: 9561px 115px;
    background-image: url(../images/sprites/sprite.svg);
    width: 32px;
    height: 32px
}

.no-svg .social-share-global__item--youtube:hover {
    background-image: url(../images/sprites/sprite.png)
}

.social-share-local__container {
    margin-bottom: 30px;
    position: relative
}

.social-share-local {
    background-color: #e6e8ed;
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    visibility: hidden;
    pointer-events: none
}


/*--------*/

h2.recruiter-title {
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
    font-size: 16px;
}

.rec-img img {
    border-radius: 100%;
    max-width: 120px;
}

.chatBotWindow {
    position: fixed;
    bottom: 0;
    right: 15px;
    background: #fff;
    width: 300px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    transition: all .3s ease;
    height: 400px;
    z-index: 10;
    padding-left: 1px;
    padding-right: 1px;
}

    .chatBotWindow.closed {
        height: 53px;
    }

    .chatBotWindow .escb-hidden {
        display: none;
    }

    .chatBotWindow .chatBotHeader {
        padding: 10px;
        border-bottom: 2px solid #000;
        overflow: auto;
    }

        .chatBotWindow .chatBotHeader .chatBotIcon,
        .chatBotWindow .chatBotHeader h3 {
            float: left;
        }

        .chatBotWindow .chatBotHeader .chatBotIcon {
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

            .chatBotWindow .chatBotHeader .chatBotIcon img {
                width: 100%;
                height: 100%;
            }

        .chatBotWindow .chatBotHeader .chatBotBtn {
            width: 35px;
            height: 35px;
            float: right;
            cursor: pointer;
            text-align: center;
        }

            .chatBotWindow .chatBotHeader .chatBotBtn:before {
                content: '\f068';
                font-family: FontAwesome;
                font-size: 20px;
                transition: all .3s ease;
            }

    .chatBotWindow.closed .chatBotHeader .chatBotBtn:before {
        content: "\f067";
    }

    .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages {
        height: 345px;
        overflow: hidden;
    }

        .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages {
            overflow-x: hidden;
            top: 20px;
            bottom: 110px;
            overflow-y: auto;
            padding-bottom: 0 !important;
        }

            .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message {
                max-width: 100%;
                font-size: 14px;
            }

                .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message.escb-to img {
                    display: none;
                }

                .chatBotWindow .chatBotBody .escb-conv-form-wrapper .escb-wrapper-messages #escb-messages .escb-message.escb-from {
                    background: #004f9f;
                }

    .chatBotWindow .chatBotBody #convForm {
        width: 100%;
        margin-bottom: 0;
        box-shadow: none;
        position: absolute;
        bottom: 0;
    }

        .chatBotWindow .chatBotBody #convForm * {
            font-size: 14px;
        }

        .chatBotWindow .chatBotBody #convForm .escb-dragscroll {
            cursor: default;
            position: relative;
            bottom: initial;
            transform: none;
            overflow-x: auto;
        }

            .chatBotWindow .chatBotBody #convForm .escb-dragscroll:after {
                display: none;
            }

        .chatBotWindow .chatBotBody #convForm #userInput {
            box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.4);
        }

        .chatBotWindow .chatBotBody #convForm button {
            color: #004f9f;
        }

            .chatBotWindow .chatBotBody #convForm button:hover {
                color: #fff;
                background: #004f9f;
            }

    .chatBotWindow.chrome .chatBotBody #convForm .escb-dragscroll {
        white-space: initial;
        max-height: 75px;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        bottom: 100%;
        transform: none;
    }

        .chatBotWindow.chrome .chatBotBody #convForm .escb-dragscroll .escb-option {
            float: left;
            display: block;
            margin-top: 0;
            color: #004f9f;
            border-color: #004f9f;
        }

    .chatBotWindow h3 {
        margin-bottom: 0 !important;
    }

    .chatBotWindow .chatBotHeader .chatBotIcon img {
        width: 70%;
    }

div.escb-conv-form-wrapper div#escb-messages div.escb-message.escb-to {
    background: #e6e8ed !important;
    color: #37576f !important;
}

div.escb-conv-form-wrapper div.escb-options div.escb-option {
    padding: 7px 12px;
    border: 2px solid #153a4a;
    display: inline-block;
    margin: 5px;
    background: white !important;
    color: #153a4a !important;
    cursor: pointer;
    border-radius: 0;
    font-size: 0.9rem;
}

    div.escb-conv-form-wrapper div.escb-options div.escb-option:hover {
        background-color: #e0a53a !important;
        border-color: #e0a53a !important;
        color: #000 !important;
    }


#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer {
    width: 30%;
    margin: 1.5% !important;
}

#content-main .container {
    padding: 0;
}

#breadcrumb {
    margin-top: 40px;
    text-align: left;
    color: #9a9b9c;
    margin-bottom: 20px !important;
}


    #breadcrumb #Home {
        display: block;
    }

.fa.fa-home {
    color: #37576f;
}

#posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton::before {
    font-family: FontAwesome;
    content: '\f067';
}

.filtersExpanderButtonLabel {
    padding-left: 10px;
}

#posBrowser_Filter_pageBlockContainer #posBrowser_Filter_pageBlock .filtersExpander a.filtersExpanderButton.filtersExpanderButton_Expanded::before {
    content: '\f068';
}

.filtersSummaryTextContainer {
    display: none;
}

#posBrowser_Filter_pageBlock .filtersSummary .alternateViews {
    float: left;
}

#eaContainer #Pos_Description_pageView #posdesc_pageBlock a.right,
#eaContainer span.miniMapButton {
    background: transparent !important;
    color: #153a4a !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    width: 100% !important;
    text-align: center !important;
}

#eaContainer span.miniMapButton {
    margin-top: 10px !important;
    font-weight: bold !important;
    line-height: normal !important;
}

#posBrowser_Filter_pageBlock .filtersSummary .alternateViews .alternateViewsButton,
#eaContainer #Pos_Description_pageView #posdesc_pageBlock a.right,
#eaContainer span.miniMapButton {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #153a4a;
    background: #fff;
    display: block;
    padding: 15px;
    width: auto !important;
}

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews .alternateViewsButton:hover,
    #eaContainer #Pos_Description_pageView #posdesc_pageBlock a.right:hover,
    #eaContainer span.miniMapButton:hover {
        background-color: #e0a53a !important;
        border-color: #e0a53a !important;
        color: #000;
    }

.posAlerts {
    float: left;
}

.filtersSummary {
    margin-bottom: 20px;
}

.download {
    display: block;
    text-align: center;
}



#eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer {
    background-color: #37576f !important;
    background-image: url(../images/card-carousel-dark-bg-img.png) !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-size: contain !important;
    color: white !important;
}

    #eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer a {
        color: white !important;
        font-size: 20px !important;
    }

.pagingButtons img {
    display: none !important;
}

#eaContainer #posBrowser_ResultsGrid_pageBlock .rowContainer:hover a {
    text-decoration: underline !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative !important;
}

.banner-main {
    margin-top: 0;
}

/*-----------bm*/

.recruiterContainer {
    text-align: center !important;
}

#posdesc_pageBlock .posrightbox_header {
    color: #37576f;
    text-align: center !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

.content-warp.no-banner {
    margin-top: 0;
}

    .content-warp.no-banner #breadcrumb {
        margin-top: 0;
    }

.container-fluid,
.Home #content-main {
    padding: 0 48px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1544px;
}

/*-----------CV Aligment--------------*/

#eaContainer #fileupload_Files_formRow .labelContainer {
    text-align: center;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadrow {
    min-width: 10px;
}

.pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadrow {
    min-width: 10px !important;
}

#eaContainer #fileupload_Files_formRow .controlContainer {
    margin-bottom: 10px;
    width: 100% !important;
    margin: 0 auto !important;
}

#fileupload_pageBlock .buttonsLeft {
    float: left;
    width: 100% !important;
    display: block !important;
    text-align: center;
}

    #fileupload_pageBlock .buttonsLeft ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100% !important;
        float: left;
        text-align: center !important;
    }

#fileupload_pageBlock .pageBlockInner .buttonsLeft li {
    float: left;
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    text-align: center;
    width: 100% !important;
    display: block !important;
}

#eaContainer .fileuploadbutton {
    margin: 0 auto;
    float: none;
}

/*decleration aligment radio button alignment*/

#SubmitForm_contactconsent_formRow .labelContainer {
    text-align: left !important;
    width: auto !important;
}

#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .controlContainer, #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .controlContainer {
    margin-top: 13px;
}

#eaContainer .pageBlockInner_FormBlock #fileupload_Files_formRow label.formLabel {
    text-align: center;
}

/*-----------CV Aligment--------------*/
#SubmitForm_contactconsent_formRow .labelContainer {
    float: left !important;
}

#Application_Section_Submit_pageView #SubmitForm_checkboxlegal_formRow .controlContainer, #Application_Section_Submit_pageView #SubmitForm_contactconsent_formRow .controlContainer {
    margin-top: 3px;
}

@media screen and (max-width:600px) {
    .kiketable-colsizable {
        table-layout: unset !important;
    }
}

.pageBlockInner_GridBlock table.gridTable tr.oddRow:hover td, .pageBlockInner_GridBlock table.gridTable tr.evenRow:hover td {
    background-color: #37576f !important;
}

@media screen and (max-width:500px) {
    #dialogDialogContainer {
        max-height: 600px !important;
    }
}

.navbar-toggle {
    margin-right: 25px;
    padding: 13px 10px;
    padding: 23px 10px;
    margin-top: 0 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white !important;
    border-radius: 0 !important;
}

@media screen and (max-width:767px) {
    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
        margin-left: 20%;
        margin-top: 15px;
    }

    .sticky-navigation {
        background: white !important;
    }

    .header.header-style-one.site-header .container {
        padding: 0 !important;
    }

    .sticky-navigation .navbar-brand img {
        height: 42px;
        margin-left: 15px !important;
    }

    #menu-primary {
        float: left;
    }

    .navbar-toggle {
        float: left;
    }

    .h1, h1 {
        font-size: 2rem !important;
    }

    .sticky-navigation {
        background: #e6e8ed;
        height: 90px;
    }

    .container {
        padding: 20px 0;
    }
}

@media screen and (max-width:1224px) {
    .banner__heading--lg {
        font-size: 34px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        top: -110px !important;
        position: relative;
        left: 15px !important;
    }

    .strapline {
        width: 100% !important;
        margin-top: 0 !important;
    }

    #JobDescriptionMap_vacancyMap_pageBlock #vacancyMap {
        background-size: cover !important;
    }

    #eaContainer .RightJobBox .posAlerts {
        text-align: center;
        width: 100% !important;
    }
}

@media screen and (max-width:980px) {
    #eaContainer #MyDetails_ConnectedServices_pageView #ConnectedServicesForm_pageBlock .serviceContainer, #eaContainer #Home_pageView #CodeListCounts_pageBlock .listItemContainer {
        width: 100%;
    }

    h1.strapline {
        font-size: 17px !important;
    }
}

@media screen and (max-width:500px) {
    .pageBlockInner_FormBlock .iconListStyle .iconValue {
        margin-left: 0;
        width: 100% !important;
        float: left;
    }

    #Welcome_pageView .iconLabel a {
        font-size: 20px;
    }
}

.chatBotWindow {
    z-index: 10000000 !important;
}


#eaContainer .PosDescriptionText .ApplyNowContainer {
    display: block !important;
}

.navbar-toggle {
    margin-right: 25px;
    padding: 13px 10px;
    padding: 23px 10px;
    margin-top: 0 !important;
    background: #37576f !important;
    border-radius: 0 !important;
}

@media screen and (max-width:580px) {
    .navbar-inverse .navbar-brand {
        margin-left: 15%;
    }
}

@media screen and (max-width:490px) {
    .navbar-inverse .navbar-brand {
        margin-left: 10%;
    }
}

@media screen and (max-width:430px) {
    .navbar-inverse .navbar-brand {
        margin-left: 5%;
    }
}



#breadcrumb a {
    color: #153a4a !important;
    font-weight: 400;
    font-size: 16px !important;
}


/*-----------------*/

.pageBlockInner_FormBlock div.formRowFileUploadRow li.fileOuterContainer {
    width: 25% !important;
    margin: 0 auto !important;
    float: none !important;
}

@media screen and (max-width:980px) {
    .pageBlockInner_FormBlock div.formRowFileUploadRow .fileuploadbutton {
        margin-bottom: 4px;
        max-width: 100%;
    }

    .pageBlockInner_FormBlock div.formRowFileUploadRow li.fileOuterContainer {
        width: 220px !important;
        margin: 0 auto !important;
        float: none !important;
    }
}

#dialogDialogContainer {
    margin-top: 283px;
}


.Pos_Find_Results #eaContainer .pageBlockInner_GridBlock .gridTop a:hover {
    color: white !important;
    text-decoration: underline !important;
}




/*-------------*/

#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer:hover .listItemContainerBorder .listItemImageContainer {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform .2s, -webkit-transform .2s;
}


/*--------------*/

.Home .desktop-banner {
    background-image: url('../Images/AG Banner_1.gif');
    background-size: cover;
    margin-top: 0 !important;
}


#FindJobContainer {
    position: absolute;
    right: 0;
    bottom: 55% !important;
    width: 50% !important;
    margin: 0 auto;
    float: none;
}

#FindJobHeroBlock {
    border-radius: 0 !important;
    line-height: 50px !important;
    padding: 0;
    width: 100% !important;
}

body #FindJobHeroBlock input.buttonSubmit {
    padding: 5px 20px 3px 20px !important;
}


#FindJobHeroBlock {
    background: rgba(56, 88, 113, 0.61) !important;
}


#JobsNearMe {
    text-transform: uppercase !important;
}


    #JobsNearMe:hover {
        text-transform: uppercase !important;
        background: rgba(56, 88, 113, 0.85) !important;
    }

@media screen and (max-width:767px) {

    .Home {
        overflow-y: scroll;
    }

    html body .hero-text {
        background-size: auto !important;
        background-position: right !important;
        min-height: 500px !important;
        display: block;
        float: left;
        width: 100% !important;
        position: relative;
        z-index: 99999;
    }

    .Home #content-main {
        display: block;
        width: 100%;
        float: left;
        clear: left;
    }

    .scrolldown {
        display: none !important;
    }

    #home-img {
        float: left;
        width: 100% !important;
        display: block;
    }

    #FindJobContainer {
        position: relative;
        right: 0 !important;
        bottom: 0 !important;
        width: auto !important;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 0px;
        float: none;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 0px !important;
        background: #37576f !important;
        float: left;
        width: 100% !important;
        display: block !important;
    }

    #FindJobHeroBlock {
        background: #37576f !important;
    }
}

/*-----*/


#eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li {
    border: 1px solid white !important;
    padding: 10px !important;
    border-radius: 1px !important;
    background: white !important;
}

    #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li.ValueItem_selected,
    #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li:hover {
        border: 1px solid white !important;
        background: #37576f !important;
    }

        #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li.ValueItem_selected a span,
        #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li:hover a span {
            color: white !important;
        }

#eaContainer #posBrowser_Filter_pageBlock .FilterContainer .label {
    text-transform: uppercase !important;
    padding: 0 !important;
}

#eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li {
    margin: 5px 5px 10px 5px !important;
}

@media screen and (max-width:500px) {
    #eaContainer #posBrowser_Filter_pageBlock .FilterContainer .ValueList li {
        margin: 5px 0 !important;
    }
}

#posBrowser_Filter_pageBlock .FilterContainer .ValueList, #posBrowser_Filter_pageBlock .FiltersContainer .AvailableList {
    padding: 0 !important;
}

#posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel {
    padding: 10px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
}

.FiltersContainer.HideAddButton {
    background: #37576f !important;
}

/*-----*/

.col-sm-6.col-md-3.tiles-highlights__tile {
    width: 33% !important;
}

.tile-sections__link {
    flex: 1;
    display: block;
    padding: 20px !important;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    transition: background-color .5s ease,box-shadow .5s ease;
    height: 255px;
}

@media screen and (max-width:767px) {
    .footer {
        background: #fff;
        color: #54575a;
        padding-top: 45px;
        border-top: 1px solid #54575a;
        float: left;
        display: block !important;
        width: 100% !important;
    }

    .tile-sections__link {
        height: auto;
    }


    .tile-sections__link {
        text-align: center;
    }

    .tile-sections__title {
        text-align: center;
        color: #000;
    }

    #Three_blocks {
        display: block !important;
        width: 100% !important;
        padding: 50px 0 !important;
    }

    .tile-sections__link.active::before {
        display: block;
    }

    a.scrolldown {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        left: 50%;
        bottom: 28px;
        position: absolute;
        content: "";
        display: none;
        margin: 0 0 -24px -24px;
        background: url("//cdn2.hubspot.net/hubfs/493098/images/shared/arrow_right_white.png") no-repeat 50%/23px 18px,#8f5387;
        transform: rotate(90deg);
        position: relative;
        display: block;
        text-indent: -999999999999px !important;
    }

    .tile-sections__link {
        box-shadow: 0 36px 64px 0 rgba(0,0,0,.1);
    }

        .tile-sections__link:hover .tile-sections__link-title {
            color: #8f5387;
        }


    .tile-sections__link-title {
        margin-top: 15px;
        margin-bottom: 0 !important;
    }


    .tile-sections__link-image {
        height: 140px;
    }
}

@media screen and (max-width:980px) {
    .col-sm-6.col-md-3.tiles-highlights__tile {
        width: 100% !important;
    }
}


.earcu_posdescriptionnote {
    font-size: 18px !important;
}


#eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer {
    display: block !important;
    float: left;
    width: 100% !important;
}

    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft,
    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft ul,
    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft ul li,
    #eaContainer .LeftJobBox .PosDescriptionText .ApplyNowContainer.ApplyViaFormContainer .buttonsLeft ul li .buttonAnchor.right {
        width: 100% !important;
    }

#eaContainer #Pos_Description_pageView #posdesc_pageBlock .LeftJobBox a.right {
    width: 100% !important;
}


.download {
    background: #8f5387 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 12px !important;
}

.addsomepadding {
    margin: 20px;
}

@media screen and (max-width:600px) {


    html body .section-header.hero-text .promo-section__item {
        width: 100%;
    }
}


@media screen and (max-width:767px) {
    .footer {
        float: left;
        display: block !important;
        width: 100% !important;
    }

    .chatBotWindow.closed .chatBotBody {
        display: none;
    }
}


@media screen and (max-width: 1148px) {
    #FindJobContainer {
        width: 100% !important;
        margin-top: 25px;
    }

    #FindJobHeroBlock h1 {
        font-size: 20px !important;
    }
}

@media screen and (max-width:767px) {
    #FindJobContainer {
        margin-top: 0px;
    }

    .mainheading {
        font-size: 20px !important;
        padding: 0 20px;
    }

    .MakeCenter,
    #scrollTo {
        padding: 0 20px;
    }

        #scrollTo .mainheading {
            padding: 0;
        }
}


@media screen and (max-width:1199px) {
    .team-member figcaption p {
        font-size: 11px;
    }
}

@media screen and (max-width:1224px) {
    html body .LinkedInMeettherecruiter a {
        width: 30px;
    }
}

.earcu_posdescriptionnote {
    text-align: left;
}

#eaContainer #MyDetails_pageView .editblocklink a:hover {
    color: white !important;
    text-decoration: none !important;
}

.MyDetails .pageBlockContainer_GridBlock.Renderer_ListWithEditButtons .pageBlockInner_GridBlock .ListGridContainer .rowLabel {
    text-align: center;
}

/*----join_interview-----*/

#eaContainer div.pageBlockInner_FormBlock div.formRow#interviewdetailform_videoLaunchButtons_formRow .videoContainer, #eaContainer div.pageBlockInner_FormBlock div.formRow#AssessmentCentreDetailForm_videoLaunchButtons_formRow .videoContainer {
    /*text-align: center;*/
    margin: 20px 0 20px 40%;
}

    #eaContainer div.pageBlockInner_FormBlock div.formRow#interviewdetailform_videoLaunchButtons_formRow .videoContainer a.videoLink, #eaContainer div.pageBlockInner_FormBlock div.formRow#AssessmentCentreDetailForm_videoLaunchButtons_formRow .videoContainer a.videoLink {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        background: #37576f !important;
        color: #fff;
        padding: 0px 20px;
        font-weight: 700 !important;
        line-height: 50px !important;
    }

@media screen and (max-width:980px) {
    #eaContainer div.pageBlockInner_FormBlock div.formRow#interviewdetailform_videoLaunchButtons_formRow .videoContainer, #eaContainer div.pageBlockInner_FormBlock div.formRow#AssessmentCentreDetailForm_videoLaunchButtons_formRow .videoContainer {
        text-align: left;
        margin: 20px 0 20px 0;
    }

        #eaContainer div.pageBlockInner_FormBlock div.formRow#interviewdetailform_videoLaunchButtons_formRow .videoContainer a.videoLink, #eaContainer div.pageBlockInner_FormBlock div.formRow#AssessmentCentreDetailForm_videoLaunchButtons_formRow .videoContainer a.videoLink {
            width: 100%;
        }
}

.Intranet #Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer.listItemContainer_Value171 {
    display: none;
}

.Intranet.Pos_Find_Results .banner-main-container {
    display: none;
}

.Intranet.Pos_Find_Results #content-main {
    position: relative;
}

    .Intranet.Pos_Find_Results #content-main:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../images/headers/abstract4.png);
        background-size: 1100px;
        background-position: 150% -200px;
        background-repeat: no-repeat;
        opacity: 0.5;
        z-index: -2;
    }

.Intranet #eaContainer #posdesc_pageBlock .possharing {
    display: none;
}


body #eaContainer #Home_pageView #CodeListCounts_pageBlockContainer .availableListsContainer {
    background-color: transparent;
}

#eaContainer #Home_pageView .CodeListCountsSummary.pageBlockContainer .pageBlockContent {
    .availableListsContainer {
        background-color: #FFF;
        ul {
            display: flex;
            justify-content: center;
        }

        li {
            a {
                background-color: #FFF;
                padding: 1rem 2rem;
                border-radius: 1rem;
                border: 2px solid #37576f;
                color: #37576f;
                transition: background-color .2s, color .2s;
                display: inline-block;
                font-weight: bold;
                &:hover {
                    color: #FFF;
                    background-color: #37576f;
                }
            }

            &.availableListsItemContainer_Selected {
                background-color: #FFF;
                a {
                    color: #FFF;
                    background-color: #37576f;
                }
            }

            &:hover {
                background-color: #FFF;
            }
        }
    }
}

#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer .listItemContainerBorder .codeListBlockLower {
    bottom: auto;
    top: 0;
}

#Home_pageView #CodeListCounts_pageBlock .listContainer_Option2 .listItemContainer {
    .listItemContainerBorder .codeListBlockLower {
        background-color: rgba(56, 88, 113, 0.61);
    }

    &:hover .listItemContainerBorder .codeListBlockLower {
        background-color: rgba(0, 0, 0, 0.7);
    }
}