﻿.logo-au {
    display: block;
    width: 210px;
    height: 80px;
    margin: 0 0 0px 0;
    background-size: 100% auto;
    background-image: url(../images/logo-au.svg);
    background-position: -15px -10px !important;
}

.logo-nz {
    display: block;
    width: 192px;
    height: 80px;
    margin: 0 0 6px 0;
    background-size: 100% auto;
    background-image: url(../images/logo-nz.svg);
    background-position: -5px 6px !important;
}

.header_navigation_account {
    width: 20px;
    width: clamp(20px,1.66667vw,32px);
    height: 20px;
    height: clamp(20px,1.66667vw,32px);
    background: url(../images/altrad_account_red.png) no-repeat center/100%;
    opacity: 1;
    margin-left:10px;
}

    .header_navigation_account:hover {
        opacity: .5
    }

@media only screen and (max-width: 1280px) {
    .header_navigation_account {
        position: relative;
        top: 4px
    }
}

@media only screen and (max-width: 768px) {
    .header_navigation_account {
        top: -24px
    }
}

.header_navigation_nonuser {
    width: 20px;
    width: clamp(20px,1.66667vw,32px);
    height: 20px;
    height: clamp(20px,1.66667vw,32px);
    background: url(../images/altrad_nonuser_red.png) no-repeat center/100%;
    opacity: 1;
    margin-left: 10px;
}

    .header_navigation_nonuser:hover {
        opacity: .5
    }

@media only screen and (max-width: 1280px) {
    .header_navigation_nonuser {
        position: relative;
        top: 4px
    }
}

@media only screen and (max-width: 768px) {
    .header_navigation_nonuser {
        top: -24px
    }
}


.titleicon {
    width: 48px;
    height: 48px;
    content: url("/content/images/LocusHUB_Icons/AltradLocusHUB256.png");
    display: inline-block;
    vertical-align: middle;
    border: hidden;
    cursor: pointer;
}

    .titleicon:hover {
        content: url("/content/images/LocusHUB_Icons/AltradLocusHUB256On.png");
    }

.page-grid .iconitem {
    height: 256px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

/*.blog .page-grid .iconitem, .post-type-archive-applications .page-grid .item, .post-type-archive-products .page-grid .item, .post-type-archive-projects .page-grid .item, .post-type-archive-sectors .page-grid .item, .search.search-results .page-grid .item, .tax-type .page-grid .item {
    height: 275px
}*/

@media only screen and (max-width:1080px) {
    .page-grid .iconitem {
        height: 256px
    }
}

.page-grid .iconitem:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all .3s ease-out
}

/*.page-grid .iconitem:hover:before {
    background: #ec6500
}*/

.page-grid .iconitem .text {
    padding: 0 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 50;
    text-shadow: 0 0 15px rgba(0,0,0,.2)
}

    .page-grid .iconitem .text h3 {
        margin: 0
    }

.page-grid .item .iconitem .slide-text {
    max-width: 600px;
    margin: 0 auto;
    display: none
}

.page-grid .iconitem .text .slide-text p {
    color: #fff;
    font-weight: 500
}

    .page-grid .iconitem .text .slide-text p:first-child {
        padding-top: 15px
    }

    .page-grid .iconitem .text .slide-text p:last-child {
        margin: 0
    }

.datatable {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

    .datatable th {
        padding: 5px;
        font-weight: bold;
    }

    .datatable td {
        padding: 5px;
    }

    .datatable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .datatable a {
        cursor: pointer;
    }


input {
    padding: 6px 10px;
    margin: 2px 0;
    box-sizing: border-box;
}

    input:focus {
        background-color: lightblue;
    }

    input:read-only {
        background-color: gray;
    }

select {
    padding: 6px 10px;
    margin: 2px 0;
    box-sizing: border-box;
}

    select:focus {
        background-color: lightblue;
    }

.buttonorange {
    position: relative;
    width: 100%;
    background-color: #e20a17;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

    .buttonorange:hover {
        background-color: #e20a17;
    }

    .buttonorange:disabled {
        color: lightgray;
        background-color: gray;
        pointer-events: none;
    }

    .buttonorange:enabled {
        color: white;
        pointer-events: all;
    }

.minihero {
    background-color: #00132b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative
}

    .minihero:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(65,65,65,.67) 100%)
    }

    .minihero .container {
        z-index: 10
    }

    .minihero .headline {
        height: 256px;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        position: relative
    }

@media only screen and (max-width:1024px) {
    .minihero .headline {
        height: 256px
    }
}

@media only screen and (max-width:768px) {
    .minihero .headline {
        height: 256px
    }
}

@media only screen and (max-width:460px) {
    .minihero .headline {
        height: 256px;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: column
    }
}

.minihero .headline h1 {
    margin: 0;
    padding: 0 0 32px 0;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.2);
    font-weight: 300;
    font-size: 48px;
    line-height: 48px
}

@media only screen and (max-width:768px) {
    .minihero .headline h1 {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 32px
    }
}

@media only screen and (max-width:460px) {
    .minihero .headline h1 {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 32px
    }
}

.minihero .headline a {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.2);
    font-weight: 300;
    font-size: 48px;
    line-height: 48px
}

@media only screen and (max-width:1024px) {
    .minihero .headline a {
        font-size: 32px;
        line-height: 32px;
        bottom: 18px
    }
}

@media only screen and (max-width:768px) {
    .minihero .headline a {
        font-size: 32px;
        line-height: 32px;
        bottom: 10px
    }
}

@media only screen and (max-width:460px) {
    .minihero .headline a {
        position: static;
        display: block;
        margin: -10px 0 20px 0
    }
}

.minihero .headline a:hover {
    color: #ec6500
}

.minihero .headline a .orange-arrow {
    float: right;
    position: relative;
    top: 12px;
    margin-left: 10px;
    transition: transform .3s ease-out;
    width: 50px;
    height: 25px;
    background-image: url(../images/orange-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 25px;
    -webkit-animation: arrow-bob 2s ease infinite;
    animation: arrow-bob 2s ease infinite
}

@media only screen and (max-width:1024px) {
    .minihero .headline a .orange-arrow {
        width: 40px;
        height: 20px;
        background-size: 40px 20px
    }
}

@media only screen and (max-width:768px) {
    .minihero .headline a .orange-arrow {
        width: 20px;
        height: 10px;
        background-size: 20px 10px;
        top: 11px;
        margin-left: 5px
    }
}

/*DIGITAL ENGINEERING*/

.home-digital-engineering-tabs {
    margin: 50px 0
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs {
        margin: 20px 0
    }
}

.home-digital-engineering-tabs .tab-nav {
    padding: 40px 40px 80px 40px;
    background: #cdcdcd;
    display: flex;
    flex-wrap: Wrap;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs .tab-nav {
        padding: 20px
    }
}

.home-digital-engineering-tabs .tab-nav h3 {
    margin-bottom: 60px;
    width: 100%
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs .tab-nav h3 {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:360px) {
    .home-digital-engineering-tabs .tab-nav h3 .wrap:before {
        display: none
    }
}

.home-digital-engineering-tabs .tab-nav a {
    width: 170px;
    height: 170px;
    display: block;
    border-radius: 170px;
    background-color: #e20a17;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

@media only screen and (max-width:1600px) {
    .home-digital-engineering-tabs .tab-nav a {
        width: 120px;
        height: 120px;
        background-size: 75px auto
    }
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs .tab-nav a {
        width: 80px;
        height: 80px;
        background-size: 80px auto
    }
}

@media only screen and (max-width:620px) {
    .home-digital-engineering-tabs .tab-nav a {
        width: 60px;
        height: 60px;
        background-size: 60px auto
    }
}

@media only screen and (max-width:520px) {
    .home-digital-engineering-tabs .tab-nav a {
        width: 40px;
        height: 40px;
        background-size: 40px auto
    }
}

@media only screen and (max-width:360px) {
    .home-digital-engineering-tabs .tab-nav a {
        width: 30px;
        height: 30px;
        background-size: 30px auto
    }
}

.home-digital-engineering-tabs .tab-nav a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 120px 10px;
    border-color: transparent transparent #e20a17 transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    transition: all .3s ease-out;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs .tab-nav a:before {
        border-bottom-width: 40px
    }
}

.home-digital-engineering-tabs .tab-nav a.active:before {
    opacity: 1;
    visibility: visible
}

.home-digital-engineering-tabs .tab-nav a:nth-child(odd) {
    background-color: #e20a17
}

    .home-digital-engineering-tabs .tab-nav a:nth-child(odd):before {
        border-color: transparent transparent #e20a17 transparent
    }

.home-digital-engineering-tabs .tab {
    margin-top: 40px;
    display: none;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    color: #fff
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs .tab {
        padding: 20px;
        margin-top: 20px;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:360px) {
    .home-digital-engineering-tabs .tab .line-animate .wrap:before {
        display: none
    }
}

.home-digital-engineering-tabs .tab.blue {
    background: #e20a17
}

.home-digital-engineering-tabs .tab.orange {
    background: #e20a17
}

    .home-digital-engineering-tabs .tab.orange .line-animate span.wrap:before {
        background: #e20a17
    }

.home-digital-engineering-tabs .tab.active {
    display: flex
}

.home-digital-engineering-tabs .tab .text {
    width: 48%;
    margin-right: auto
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs .tab .text {
        width: 100%
    }
}

.home-digital-engineering-tabs .tab .image {
    width: 48%;
    margin-right: 0
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-tabs .tab .image {
        width: 100%
    }
}

.home-digital-engineering-tabs .tab .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.home-digital-engineering-area {
    margin-bottom: 40px
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-area {
        margin-bottom: 20px
    }
}

.home-digital-engineering-area .title {
    width: 100%;
    margin-bottom: 24px
}

.home-digital-engineering-area .grid {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-area .grid {
        margin: 0 -10px
    }
}

.home-digital-engineering-area .grid .item {
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-area .grid .item {
        padding: 0 10px
    }
}

@media only screen and (max-width:767px) {
    .home-digital-engineering-area .grid .item {
        width: 100%;
        margin: 0 0 20px 0
    }

        .home-digital-engineering-area .grid .item:last-child {
            margin: 0
        }
}

.home-digital-engineering-area .grid .item.full {
    width: 100%
}

.home-digital-engineering-area .block {
    width: 100%;
    height: 100%
}

    .home-digital-engineering-area .block .image {
        margin-bottom: 20px;
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

@media only screen and (max-width:959px) {
    .home-digital-engineering-area .block .image {
        height: 280px
    }
}

@media only screen and (max-width:767px) {
    .home-digital-engineering-area .block .image {
        height: 180px
    }
}

.home-digital-engineering-area .block .image img {
    display: block;
    width: 100%;
    height: auto
}

.home-digital-engineering-area .block .btn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff
}

.home-digital-engineering-area .block .download {
    width: 100%;
    height: 100%;
    background-color: #828282;
    background-image: url(../../Content/images/home/digital-engineering/locus-eye-app.png);
    background-repeat: no-repeat;
    background-position: 120% 50%;
    background-size: 62.5% auto;
    display: flex;
    align-items: center;
    position: relative
}

@media only screen and (max-width:1220px) {
    .home-digital-engineering-area .block .download {
        background-size: 48% auto
    }
}

@media only screen and (max-width:767px) {
    .home-digital-engineering-area .block .download {
        height: 180px;
        background-position: right center;
        background-size: auto 80%
    }
}

.home-digital-engineering-area .block .download .text {
    max-width: 500px;
    padding: 0 50px;
    text-align: center
}

@media only screen and (max-width:1220px) {
    .home-digital-engineering-area .block .download .text {
        padding: 0 25px
    }
}

@media only screen and (max-width:767px) {
    .home-digital-engineering-area .block .download .text {
        padding: 0 20px
    }
}

.home-digital-engineering-area .block .download .text p {
    color: #003477;
    font-size: 26px;
    line-height: 30px;
    margin: 0
}

@media only screen and (max-width:1220px) {
    .home-digital-engineering-area .block .download .text p {
        font-size: 22px;
        line-height: 28px
    }
}

@media only screen and (max-width:767px) {
    .home-digital-engineering-area .block .download .text p {
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (max-width:360px) {
    .home-digital-engineering-area .block .download .text p {
        font-size: 14px;
        line-height: 20px
    }
}

.home-digital-engineering-area .block .download .text p strong {
    color: #ec6500;
    display: block;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 7px
}

@media only screen and (max-width:1220px) {
    .home-digital-engineering-area .block .download .text p strong {
        font-size: 60px;
        line-height: 60px
    }
}

@media only screen and (max-width:767px) {
    .home-digital-engineering-area .block .download .text p strong {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width:360px) {
    .home-digital-engineering-area .block .download .text p strong {
        font-size: 36px;
        line-height: 36px
    }
}

.home-digital-engineering-area .block .download .text .blue-arrow {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-top: 4px;
    margin-left: 0;
    transition: transform .3s ease-out;
    width: 40px;
    height: 20px;
    background-image: url(../../Content/images/blue-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 20px;
    -webkit-animation: arrow-bob 2s ease infinite;
    animation: arrow-bob 2s ease infinite
}

@media only screen and (max-width:1024px) {
    .home-digital-engineering-area .block .download .text .blue-arrow {
        width: 30px;
        height: 15px;
        background-size: 30px 15px;
        left: 2px;
        top: -2px
    }
}

@media only screen and (max-width:768px) {
    .home-digital-engineering-area .block .download .text .blue-arrow {
        width: 20px;
        height: 10px;
        background-size: 20px 10px;
        left: 2px;
        top: -1px
    }
}

.home-digital-engineering-area .icon-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-area .icon-list {
        margin: 0 -10px
    }
}

.home-digital-engineering-area .icon-list li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100px;
    padding-left: 150px;
    position: relative
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-area .icon-list li {
        padding: 0 10px;
        padding-left: 88px;
        justify-content: flex-start;
        min-height: 58px
    }
}

@media only screen and (max-width:768px) {
    .home-digital-engineering-area .icon-list li {
        width: 100%
    }
}

.home-digital-engineering-area .icon-list li .icon {
    width: 100px;
    height: 100px;
    background-color: #e20a17;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 30px
}

@media only screen and (max-width:959px) {
    .home-digital-engineering-area .icon-list li .icon {
        width: 58px;
        height: 58px;
        background-size: 30px auto;
        left: 10px
    }
}

.home-digital-engineering-area .icon-list.full li {
    width: 100%
}

.home-digital-engineering-area .text-box {
    background: #828282;
    color: #fff;
    padding: 20px
}

    .home-digital-engineering-area .text-box p:last-child {
        margin: 0
    }

.home-digital-engineering-area .centre-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .home-digital-engineering-area .centre-image img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto
    }


.span-top {
    width: 36px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 12px 0 0;
    border: solid 1.25px #000;
}

.flag-au {
    background: url(../../Content/images/flags/au.png);
}

.flag-bh {
    background: url(../../Content/images/flags/bh.png);
}

.flag-cl {
    background: url(../../Content/images/flags/cl.png);
}

.flag-cl-en {
    background: url(../../Content/images/flags/cl-en.png);
}

.flag-gu {
    background: url(../../Content/images/flags/gu.png);
}

.flag-hk {
    background: url(../../Content/images/flags/hk.png);
}

.flag-in {
    background: url(../../Content/images/flags/in.png);
}

.flag-om {
    background: url(../../Content/images/flags/om.png);
}

.flag-nz {
    background: url(../../Content/images/flags/nz.png);
}

.flag-ph {
    background: url(../../Content/images/flags/ph.png);
}

.flag-qa {
    background: url(../../Content/images/flags/qa.png);
}

.flag-sa {
    background: url(../../Content/images/flags/sa.png);
}

.flag-ae {
    background: url(../../Content/images/flags/ae.png);
}

.flag-gb {
    background: url(../../Content/images/flags/gb.png);
}

.flag-us {
    background: url(../../Content/images/flags/us.png);
}

.global-on {
    background: url(../../Content/images/header-globe.png);
}

.global-off {
    background: url(../../Content/images/header-globe.png);
}

red-text{
    color:red;
}

green-text{
    color: green;
}