@font-face {
    font-family: 'CircularBlack';
    src: url('../fonts/circularstd-black-webfont.woff2') format('woff2'),
        url('../fonts/circularstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CircularBold';
    src: url('../fonts/circularstd-bold-webfont.woff2') format('woff2'),
        url('../fonts/circularstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CircularBook';
    src: url('../fonts/circularstd-book-webfont.woff2') format('woff2'),
        url('../fonts/circularstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CircularLight';
    src: url('../fonts/circularstd-light-webfont.woff2') format('woff2'),
        url('../fonts/circularstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CircularMedium';
    src: url('../fonts/circularstd-medium-webfont.woff2') format('woff2'),
        url('../fonts/circularstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
}

body,
html {
    height: auto;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'CircularMedium', arial;
    font-size: 14px;
    line-height: 1.4;
}

.path-user .contextual-region.profile {
    display: none !important;
}

body.fixed {
    position: fixed;
}

p {
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.6;
    color: #6a6a6a;
    font-family: 'CircularLight', arial;
}

p a {
    color: #AB1236;
    text-decoration: none;
}

section {
    display: block;
    margin: 0;
    padding: 200px 0 150px;
    width: 100%;
    position: relative;
}

.container {
    display: block;
    width: 100%;
    max-width: 1180px;
    clear: both;
    margin: 0 auto;
    position: relative;
}

.heroService .container {
    display: block;
    width: 100%;
    max-width: 1400px;
    clear: both;
    top: 45px;
    margin: 0 auto;
    position: relative;
}

header > .container {
    max-width: 100%;
}

.container.narrow {
    display: block;
    width: 100%;
    max-width: 1000px;
    clear: both;
    margin: 0 auto;
    position: relative;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1.page-title {
    color: green;
}

#topBar {
    float: left;
    width: 100%;
}

#bottomBar {
    float: left;
    width: 100%;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: 300ms ease all;
}

.featherlight-iframe .featherlight-content {
    border: 1px solid #AB1236 !important;
}

.featherlight .featherlight-close-icon {
    line-height: 35px !important;
    width: 35px !important;
    background: #AB1236 !important;
    color: #fff !important;
    font-size: 22px !important;
}

#header.sticky_header {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.page-node-type-case-study .field--name-field-scroller-image {
    display: none !important;

}

#header #topBar {
    float: left;
    width: 100%;
    padding: 1px 8%;
    border-bottom: 1px solid #fff;
}

#header.sticky_header #topBar {
    padding: 1px 8%;
}

#header.sticky_header #topBar {
    border-bottom: 1px solid #d9d9d9;
}

#header #bottomBar {
    float: left;
    width: 100%;
    padding: 0 8%;
}

#header #topBar p {
    float: right;
    margin: 7px 0 0 0;
    color: #fff;
    position: relative;
    font-size: 13px;
    font-family: 'CircularLight', arial;
}

#header #topBar p a {
    margin: 0 6px 0 10px;
    text-decoration: none;
    color: #fff;
}

#header #topBar p a:last-child {
    margin: 0 0 0 12px;
    text-decoration: none;
    color: #fff;
}

#header.sticky_header #topBar p,
#header.sticky_header #topBar p a {
    color: #6a6a6a;
}

#header #topBar p img {
    width: 16px;
    position: relative;
    top: 6px;
    left: 7px;
    float: none;
    height: auto;
    margin: 0;
}

#header #topBar p img.phone {
    width: auto;
    height: 16px;
    top: 4px;
}

#header #topBar p img.mail {
    top: 3px;
    width: 18px;
}

#header #topBar ul {
    margin: 3px 0 0 0;
    padding: 0;
    width: auto;
    float: left;
}

#header #topBar ul li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: auto;
    float: left;
    position: relative;
}

#header #topBar ul li svg path {
    fill: #fff;
}

#header.sticky_header #topBar ul li svg path {
    fill: #6a6a6a;
}

#header.sticky_header #bottomBar .search {
    margin: 28px 0 0 0;
}

#header #bottomBar .search {
    float: right;
    line-height: initial;
    margin: 35px 0 0 0;
    height: 22px;
}

#header #bottomBar .search svg path {
    fill: #fff;
}

#header.sticky_header #bottomBar .search svg path {
    fill: #6a6a6a;
}

#header ul.menu {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}

#header ul.menu ul {
    position: absolute;
    top: 124%;
    left: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.85);
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    transition: 300ms ease all;
    mix-blend-mode: multiply;
    padding: 30px 0;
    max-width: 350px;
}

#header ul.menu > li:nth-of-type(2) ul,
#header ul.menu > li:nth-of-type(3) ul {
    min-width: 350px;
}

#header ul.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

#header ul.menu ul:before {
    border-right: none;
    border-bottom: 25px solid rgba(0, 0, 0, 0.85);
    border-left: 25px solid transparent;
    top: -25px;
    left: 0;
    position: absolute;
    content: '';
    transform: rotate(90deg);
}

#header ul.menu li {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#header ul.menu li:last-child {
    margin-right: 0;
}

#header ul.menu > li:nth-of-type(2) ul li,
#header ul.menu > li:nth-of-type(3) ul li {
    white-space: normal;
}

#header ul.menu > li:nth-of-type(2) ul li a,
#header ul.menu > li:nth-of-type(3) ul li a {
    line-height: 1.6;
    padding: 5px 45px;
    text-align: left;
    border-top: none;
}

#header ul.menu ul li {
    margin: 0 0 0 0;
    clear: both;
    white-space: nowrap;
}

.menu-item.menu-item--expanded span:hover {
    border-top: #AB1236 solid 3px;
    opacity: 1;
}

#header.sticky_header .menu-item.menu-item--expanded span {
    line-height: 57px;
    color: #6a6a6a;
    padding-top: 13px;
}

.menu-item.menu-item--expanded span {
    color: #fff;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    border-top: rgba(0, 0, 0, 0) solid 3px;
    transition: 300ms ease all;
    font-family: 'CircularBook', arial;
    font-size: 12.5px;
    letter-spacing: 0.4px;
    line-height: 57px;
    padding-top: 13px;
}

#header ul.menu li a {
    color: #fff;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    border-top: rgba(0, 0, 0, 0) solid 3px;
    transition: 300ms ease all;
    font-family: 'CircularBook', arial;
    font-size: 12.5px;
    letter-spacing: 0.4px;
    line-height: 57px;
    padding-top: 13px;
}

#header ul.menu li a:hover {
    opacity: 0.6;
}

#header ul.menu ul li a {
    line-height: 1;
    padding: 10px 45px;
    text-align: left;
    border-top: none;
    border-left: rgba(0, 0, 0, 0) solid 3px;
}


#header.sticky_header ul.menu li a {
    line-height: 57px;
    color: #6a6a6a;
    padding-top: 13px;
}

#header.sticky_header ul.menu li ul li a {
    line-height: 1.6;
    color: #fff;
    padding-top: 5px;

}

#header.sticky_header ul.menu li ul li a:hover {
    color: #de0044;

}

#header ul.menu li > a.is-active,
#header ul.menu li:hover > a {
    border-top: #AB1236 solid 3px;
    opacity: 1;
}

.menu-item.menu-item--active-trail a,
.menu-item.menu-item--expanded.menu-item--active-trail span,
#header ul.menu > li:nth-of-type(2) .menu-item.menu-item--active-trail,
#header ul.menu > .menu-item.menu-item--active-trail .menu > .menu-item.menu-item--active-trail,
#footer .menu-item.menu-item--active-trail {
    border-top: #AB1236 solid 0px !important;
    opacity: 1;
}

.menu-item.menu-item--active-trail {
    border-top: #AB1236 solid 3px;
    opacity: 1;
}

#header ul.menu ul li > a.is-active,
#header ul.menu ul li:hover > a {
    border-top: none;
    border-left: #de0044 solid 3px;
    color: #de0044;
}

#header img {
    float: left;
    height: 33px;
    width: auto;
    margin: 26px 0 14px;
}

#header.sticky_header img {
    margin: 26px 0 14px;
}

.bgImg {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    background-position-x: 55px;
}

.bgImg.careersImg {
    position: absolute;
    right: 0;
    width: 47%;
    height: 337px;
    background-repeat: no-repeat;
    background-position: center -90px;
    background-size: cover;
    top: 550px;
}

.bgImg.left {
    position: absolute;
    right: auto;
    left: 0;
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
}

/*#service3 .bgImg.left {
    height: 700px;
}*/

.hero {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 13% 0 0;
}

.hero h1 {
    font-size: 58px;
    margin: 0;
    line-height: 1.1;
    color: #fff;
    width: 730px;
    font-family: 'CircularBold', arial;
    position: relative;
}

.hero ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
}

.hero ul li {
    list-style: none;
    float: left;
    width: 25%;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 2% 50px 2% 50px;
    position: relative;
    transition: 300ms ease all;
}

.hero ul li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero ul li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.hero ul li:first-child {
    padding: 2% 50px 2% 60px;
}

.hero ul li:nth-child(2) {
    padding: 2% 80px 2% 50px;
}

.hero ul li:nth-child(2) h4 {
    width: 65%;
}

.hero ul li:nth-child(3) {
    padding: 2% 80px 2% 50px;
}

.hero ul li:nth-child(3) h4 {
    width: 65%;
}

.hero ul li:nth-child(4) {
    padding: 2% 80px 2% 50px;
}

.hero ul li:nth-child(4) h4 {
    width: 65%;
}

.hero ul li:last-child {
    border-right: none;
}

.hero ul li img {
    height: 66px;
    width: auto;
}

.hero ul li h4 {
    font-size: 21px;
    margin: 25px 0 20px;
    line-height: 1.3;
    color: #fff;
    font-family: 'CircularMedium', arial;
    letter-spacing: 0.5px;
}

.hero ul li p {
    font-size: 16px;
    margin: 0 0 0;
    line-height: 1.4;
    color: #fff;
    font-family: 'CircularLight', arial;
}

/*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/overlay.png');
    opacity: 0.5;
}*/
.overlay {
    position: absolute;
    opacity: 0.5;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../../images/overlay-block.png");
}

.fullBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/home.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.half {
    float: left;
    width: 50%;
    padding: 0 0 0 55px;
}

.half.first {
    padding: 0 15px 0 0;
}

#service2 .container .half,
#service3 .container .half {
    float: left;
    width: 45%;
    padding: 0;
}

#service2 .container .half.first,
#service3 .container .half.first {
    padding: 0 80px 0 0;
    width: 55%;
}

#home3 .half.first {
    padding: 0 55px 0 0;
}

#home3 .btn {
    bottom: -72px;
}

#block-homecontent1right-3 .btn {
    top: 20px;
}

.region.region-home-content-1-right {
    padding: 10px 0 0 40px;
}

.content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.content h3 {
    font-size: 29px;
    margin: 0 0 25px 0;
    line-height: 1.3;
    color: #6a6a6a;
}

#block-ourstorycontent1left h3 {
    font-size: 39px;
    margin: 0 0 25px 0;
    line-height: 1.3;
    color: #6a6a6a;
}

.content h2 {
    font-size: 53px;
    margin: 0;
    line-height: 1.2;
    color: #6a6a6a;
    font-family: 'CircularMedium', arial;
}

#sector2.content h2 {
    font-size: 46px;
}

#policies2.content h2 {
    margin: 0 0 100px 0;
}

.content h2 span {
    color: #AB1236;
}

#careers2.content h2 {
    margin: 0 0 75px 0;
    font-size: 48px;
}

#careers2.content h3 {
    font-size: 27px;
    margin: 0 0 30px 0;
    line-height: 1.2;
    color: #6a6a6a;
}

#careers2.content h3 span {
    color: #AB1236;
}

#careers2 {
    min-height: 950px;
	padding: 200px 0 100px;
}

#service3.content h3 {
    font-size: 30px;
    margin: 0 0 30px 0;
    line-height: 1.3;
    color: #6a6a6a;
}

#service3.content h3 span {
    color: #AB1236;
}

#contactArea form #edit-actions .btn {
	background-color: #AB1236;
    color: white;
	padding: 18px 40px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.btn {
    background-color: #AB1236;
    color: white;
    font-family: 'CircularBold', arial;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    appearance: none;
    border: none;
    cursor: pointer;
    padding: 18px 35px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.2px;
    @media (max-device-width : 768px) and (orientation: portrait) {
        font-size: 12px;
        padding: 15px 23px;
    }
    @media only screen and (max-device-width : 1024px) and (orientation: portrait) {
        font-size: 12px;
        padding: 15px 20px;
    }
    @media only screen and (max-device-width : 844px) and (orientation: landscape) {
        font-size: 12px;
        padding: 15px 23px;
    }
}

.btn.pdf img {
    height: 24px;
    float: left;
    width: auto;
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
}

.btn.light {
    font-size: 14px;
    background-color: #AB1236;
    color: #fff;
    padding: 18px 35px;
    border-radius: 5px;
    @media (max-device-width : 768px) and (orientation: portrait) {
        font-size: 12px;
        padding: 15px 23px;
    }
    @media only screen and (max-device-width : 1024px) and (orientation: landscape) {
        font-size: 12px;
        padding: 15px 23px;
    }
    @media only screen and (max-device-width : 1024px) and (orientation: portrait) {
        font-size: 12px;
        padding: 15px 23px;
    }
    @media only screen and (max-device-width : 667px) and (orientation: landscape) {
        padding: 10px;
        font-size: 10px;
    }
}

.form-item-field-filter-tags-target-id {
    text-align: center;
    margin-bottom: 80px;
}

.view-case-studies-listing .views-exposed-form .form-item {
    float: none;
    margin-right: 0;
    margin-top: 0;
}
.view-case-studies-listing .views-exposed-form label {
    font-size: 24px;
    margin: 0 0 0 0;
    line-height: 1.4;
    color: #6a6a6a;
}
.view-case-studies-listing .views-exposed-form .form-select {
    appearance: none;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 15px 35px 15px 22px;
    border-radius: 0;
    min-width: 300px;
    margin: 0 0 0 10px;
    background-color: #fff;
    font-family: 'CircularLight', arial;
    color: #575756;
    @media (max-width: 600px) {
            min-width: 100%;
            max-width: 100%;
        } 
    @media (max-width: 950px) {
            margin: 30px 0 0 0px; 
        }
}
.form-item-field-filter-tags-target-id::after {
    content: '';
    width: 17px;
    height: 26px;
    margin-left: -30px;
    top: 12px;
    position: absolute;
    background-image: url(../../images/select.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    @media (max-width: 950px) {
            top: 74px;
    }
    @media only screen and (width: 344px) {
        top: 108px;
    }
}

#contactArea form #edit-actions .btn:hover,
.btn.light:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.btn:hover {
    opacity: 0.65;
}

.views-view-responsive-grid--horizontal {
    display: grid;
}

.view-case-studies-listing h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #6a6a6a;
    margin-bottom: 1.5rem;
    margin-top: auto;
}

.views-view-responsive-grid__item {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    padding: 0 1.5rem 1.5rem 0;
    justify-content: space-between;;
}

.views-view-responsive-grid__item-inner {
    height: 100%;
    display: grid;
    flex-grow: 1;
}

.views-field-field-scroller-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 20px;
}
.views-field-title {
    width: 100%;
    margin-bottom: 30px;
}
.views-field-field-overview {
    width: 100%;
    margin-bottom: 20px;
}

.views-view-responsive-grid__item-inner .views-field-title .field-content a {
    font-size: 30px;
    line-height: 1.2;
    color: #6a6a6a;
    text-decoration: none;
}

.views-view-responsive-grid__item-inner .views-field-title .field-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #6a6a6a;
    font-family: 'CircularLight', arial;
    margin: 0px 0px 50px;
}

.views-field-view-node {
    margin-top: auto;
    text-align: center;
    margin-bottom: 20px;
}

.views-field-nothing {
    display: none;
}

#news h4 a:hover {
    color: #AB1236;
}

#footer .colOne ul li a:hover,
#footer .copy ul li:hover,
#footer .colTwo ul li a:hover,
#footer .copy p a:hover {
    opacity: 0.65;
}

/* .btn:after {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #AB1236;
} */

.fader {
    height: 763px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms ease all;
}
#footer .colOne ul li {
margin: 0 0 5px 0!important;
}
.fader.short {
    height: 500px;
    margin-bottom: 175px;
}

.fader ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

.fader ul li {
    list-style: none;
    float: left;
    width: 25%;
    border-right: 1px solid #ffffff;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    max-width: 1400px;
    cursor: pointer;
    transition: 300ms ease all;
}

.fader.short ul li {
    width: 25%;
}

.fader ul li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.fader ul li div {
    padding: 100px 50px 50px 50px;
    position: absolute;
    bottom: 0;
    width: 25%;
}

.fader ul li:last-of-type {
    border-right: 0px solid #ffffff;
}

.fader ul li img {
    height: 60px;
    width: auto;
}

.fader ul li h4 {
    font-size: 22px;
    margin: 25px 0 40px;
    line-height: 1.5;
    color: #fff;
}

.fader ul li p {
    color: #fff;
    visibility: hidden;
    height: 0px;
    margin: 0;
    transition: 300ms ease all;
}

.fader ul li p.active {
    margin: -20px 0 30px;
    visibility: visible;
    height: auto;
    transition: 300ms ease all;
}

.titleBlock {
    padding: 0;
}

.titleBlock h3 {
    font-size: 55px;
    margin: 0 0 40px 0;
    line-height: 1.4;
    color: #6a6a6a;
}

.titleBlock.case {
    text-align: center;
}

.titleBlock.case h4 {
    font-size: 24px;
    margin: 0 0 0 0;
    line-height: 1.4;
    color: #6a6a6a;
}

#csSelect {
    position: relative;
    display: inline-block;
}

#csSelect:after {
    content: '';
    width: 17px;
    height: 26px;
    right: 14px;
    top: 12px;
    position: absolute;
    background-image: url('../../images/select.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.titleBlock.case select {
    appearance: none;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 15px 0px 15px 22px;
    border-radius: 0;
    min-width: 300px;
    margin: 0 0 0 10px;
    background-color: #fff;
    font-family: 'CircularLight', arial;
    color: #575756;
}

#careers {
    height: auto;
    padding: 70px 0 120px;
}

#careers {
    overflow: hidden;
}

#careers div.img {
    width: 140%;
    max-width: 140%;
    height: 586px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

#careers .textHolder {
    position: absolute;
    top: 40px;
    left: 60px;
}

#careers .textHolder h3 {
    color: #fff;
    font-size: 65px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

#news {
    padding: 125px 0 150px;
}

.page-node-type-service #news {
    padding: 0 0 75px 0;
}

#news h3 {
    font-size: 55px;
    margin: 0 0 45px 0;
    line-height: 1.4;
    color: #6a6a6a;
}

#news ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#news ul li {
    list-style: none;
    float: left;
    width: 30.5%;
    margin: 0 4.25% 0 0;
}

#news ul li:last-child {
    margin-right: 0;
}

#news ul li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

#news h4,
.path-frontpage .views-field-entity-label > span,
.page-node-type-service #news .views-field-entity-label > span {
    font-size: 28px;
    margin: 40px 0 20px 0;
    line-height: 1.3;
    color: #6a6a6a;
}

.page-node-type-sector #news {
    display: none !important;
}

.page-node-type-vacancies #news {
    display: none !important;
}

.page-node-type-case-study #news {
    display: none !important;
}

#news h4 a {
    color: #6a6a6a;
    text-decoration: none;
}

#clients {
    padding: 0 0 0 0;
}

#home3 {
    margin-bottom: 180px;
    padding: 102px 0 47px;
}

#story.groupStructure {
    margin: 200px 0 0 0;
    padding: 0 80px;
}

#news2 .btn {
    display: flex;
    justify-content: center;
    justify-self: center;
    position: relative;
    top: 40px;
}

#news {
    padding-top: 0;
}

#clients h3 {
    font-size: 55px;
    margin: 0 20px 65px 0;
    line-height: 1.4;
    color: #6a6a6a;
    float: left;
    width: auto;
}

#clients ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#clients ul li,
#clients .views-row {
    list-style: none;
    float: left;
    width: 17.6%;
    margin: 0 3% 39px 0;
    border: 1px solid #d9d9d9;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#clients .view-content {
    float: left;
    width: 100%;
}

#clients ul li:nth-of-type(5n+5),
#clients .view-content .views-row:nth-of-type(5n+5) {
    margin-right: 0;
}

#clients ul li img,
#clients .views-row img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    width: 90%;
    opacity: 0.7;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 300ms ease all;
    cursor: pointer;
}

#clients ul li img:hover,
#clients .views-row img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}

#clients .btn {
    position: relative;
    left: 50px;
    top: 10px;
}

#footer {
    display: block;
    margin: 0;
    padding: 0 0 15px;
    width: 100%;
    position: relative;
    border-bottom: 13px solid #AB1236;
}

.copy {
    float: left;
    width: 100%;
}

#footer .colOne {
    float: left;
    width: 50%;
    @media (width:1024px) {
        width: 47%;
    }
}

#footer .colOne img {
    margin: 0 0 40px 0;
}


#footer .colOne li img {
    width: 17px;
    position: relative;
    top: 6px;
    margin: 0 20px 0 0;
}

#footer .colTwo {
    float: left;
    width: 25%;
    @media (width:1024px) {
        width: 23%;
    }
}

#footer .colThree {
    float: left;
    width: 25%;
    @media (width:1024px) {
        width: 30%;
    }
}

.lineOne {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    background-color: #ddd;
    height: 1px;
}

.lineTwo {
    float: left;
    width: 100%;
    margin: 50px 0 10px 0;
    background-color: #ddd;
    height: 1px;
}

#footer .colOne svg path {
    fill: #AB1236;
}

#footer .colThree svg path {
    fill: #6a6a6a;
}

#footer h4 {
    font-size: 28px;
    margin: 0 0 30px 0;
    line-height: 1.4;
    color: #6a6a6a;
}

#footer svg:not(:root) {
    overflow: hidden;
    width: auto;
    height: 40px;
}

#footer .colOne h4 {
    margin: 0 0 20px 35px;
}

#footer .colOne ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

#footer .colOne ul li {
    list-style: none;
    margin: 0 0 17px 0;
    padding: 0;
    width: 100%;
    float: left;
}

#footer .colOne ul li a {
    font-size: 17px;
    margin: 0 0 0;
    line-height: 1.6;
    color: #6a6a6a;
    text-decoration: none;
    font-family: 'CircularLight', arial;
}

#footer .colOne ul li:nth-child(3) a {
    font-size: 14px;
    font-family: 'CircularLight', arial;
}

#footer .colOne ul li a svg {
    width: 15px;
    position: relative;
    top: 6px;
    margin: 0 8px 0 0;
}

#footer .colTwo ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

#footer .colTwo ul li {
    list-style: none;
    margin: 4px 0;
    padding: 0 0 0 20px;
    width: 100%;
    float: left;
    position: relative;
}

#footer .colTwo ul li:before {
    content: '';
    position: absolute;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #AB1236;
    top: 8px;
    border-radius: 50%;
}

#footer .colTwo ul li a {
    font-size: 16px;
    margin: 0 0 0;
    line-height: 1.6;
    color: #6a6a6a;
    text-decoration: none;
    font-family: 'CircularLight', arial;
}

#footer .colThree ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

#footer .colThree ul li {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
    width: auto;
    float: left;
    position: relative;
}

#footer .copy ul {
    float: left;
    width: 100%;
    margin: 30px 0 20px;
    padding: 0;
}

#footer .copy ul li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

#footer .copy ul li:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 6px;
    height: 10px;
    width: 1px;
    background-color: #1D1D1B;
}

#footer .copy ul li:last-child:after {
    content: none;
}

#footer .copy ul li a {
    color: #1D1D1B;
    text-decoration: none;
    font-size: 12px;
    font-family: 'CircularBook', arial;
}

#footer .copy p {
    color: #575756;
    text-decoration: none;
    font-size: 12px;
}

#footer .copy p strong {
    color: #1D1D1B;
    text-decoration: none;
    font-size: 12px;
    font-family: 'CircularBook', arial;
    font-weight: normal;
}

#footer .copy p a {
    color: #1D1D1B;
    text-decoration: none;
    font-size: 12px;
}

#scrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #AB1236;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    display: block;
    z-index: 999999999999999;
    transition: 300ms ease all;
}

#scrollTop:hover,
#scrollTop:focus {
    opacity: 0.65;
}

#scrollTop svg {
    width: 8px;
    height: 50px;
}

#scrollTop svg path {
    fill: #ffffff;
}

.heroService {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 190px 0 0;
}

.heroService h1,
.heroService h2 {
    font-size: 57px;
    margin: 0;
    line-height: 1.15;
    color: #fff;
    width: 60%;
    max-width: 100%;
    letter-spacing: -0.5px;
}


.heroService .container img {
    height: 90px;
    width: auto;
    margin: 0 0 30px 0;
}

.heroService ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
}

.heroService ul li {
    list-style: none;
    float: left;
    width: 56%;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 70px 5% 70px 14%;
}

.heroService ul li:nth-child(2) {
    list-style: none;
    float: left;
    width: 44%;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 100px 50px 100px 50px;
}

.heroService ul li:last-child {
    border-right: none;
}

.heroService ul li h4 {
    font-size: 23px;
    margin: 0px 0 20px;
    line-height: 1.3;
    color: #fff;
}

.heroService ul li p {
    font-size: 16px;
    margin: 0 0 0;
    line-height: 1.4;
    color: #fff;
}

.acc {
    margin: 0 auto;
    max-width: 800px;
}

.acc__card {
    margin: 0 0 10px 0;
    position: relative;
}

.acc__title {
    background: #fff;
    box-shadow: none;
    color: #AB1236;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    position: relative;
    text-align: left;
    font-size: 16px;
}

.acc__title span {
    background-color: #fff;
    padding: 10px 10px 0 0;
    position: relative;
}

.acc__title::before {
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    background-color: #999;
    left: 0;
    bottom: 16px;
    content: '';
}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    color: #6a6a6a;
    display: none;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
}

/* Accordion styles */
.tabs {
    border-radius: 0;
    overflow: hidden;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab [type="radio"] {
    display: none;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: none;
    color: #AB1236;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    position: relative;
    text-align: left;
    font-size: 23px;
    /* Icon */
}

.tab-label:hover {}

.tab-label span {
    background-color: #fff;
    padding: 10px 10px 0 0;
    position: relative;
}

.tabs a.btn {
    font-size: 14px;
    background-color: #AB1236;
    color: #fff;
    padding: 18px 35px;
    border-radius: 5px;
}

.tab-label::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #101010;
    border-bottom: 1px solid #101010;
    position: absolute;
    right: 10px;
    content: " ";
    top: 20px;
    transform: rotate(45deg);
    transition: all 300ms ease-in-out;
}

.tab-label::before {
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    background-color: #D2D2D2;
    left: 0;
    bottom: 19px;
    content: '';
}

.tab-content {
    max-height: 0;
    padding: 0 0;
    color: #2c3e50;
    background: white;
    transition: all 300ms ease-in-out;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {}

.page-node-type-service .titleBlock {
    padding: 150px 0 0 0;
}

input:checked + .tab-label {}

input:checked + .tab-label::after {
    transform: rotate(225deg);
}

input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 20px 0;
}

#caseStudies .left {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
}

#caseStudies #sync2 .item {
    background-image: url("../../images/fallback.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#caseStudies .right {
    position: absolute;
    left: 37%;
    margin: 0 0 0 0;
    width: 130%;
}

#caseStudies .right img {
    min-height: 630px
}

#caseStudies h3 {
    font-size: 50px;
    margin: 0 0 50px 0;
    line-height: 1.4;
    color: #6a6a6a;
}

#caseStudies h4 {
    font-size: 25px;
    margin: 0 0 30px 0;
    line-height: 1.4;
    color: #6a6a6a;
}

#caseStudies h4 a {
    color: #6a6a6a;
    text-decoration: none;
}

#caseStudies .owl-theme .owl-dots {
    margin-top: 10px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0px;
}

#caseStudies .owl-theme .owl-dots .owl-dot span {
    margin: 0px 5px;
    background: #B1B1B1;
    border-radius: 0;
    width: 8px;
    height: 8px;
}

#caseStudies .owl-theme .owl-dots .owl-dot.active span {
    background: #AB1236;
}

#history.owl-carousel .owl-stage {
    height: 620px;
}

#history.owl-carousel .owl-item {
    height: 310px;
}

#history.owl-carousel .owl-item p {
    text-align: center;
}

#history.owl-carousel .owl-item h3 {
    margin: 0;
    text-align: center;
    border: 10px solid #AB1236;
    width: 130px;
    height: 130px;
    line-height: 110px;
    border-radius: 50%;
    position: absolute;
    top: 330px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 30px;
}

#history.owl-carousel .owl-item h3:before {
    content: '';
    position: absolute;
    top: -170px;
    left: 50%;
    width: 2px;
    height: 160px;
    background: #AB1236;
}

#history.owl-carousel .owl-item:nth-of-type(odd) h3:before {
    top: 110px;
    background: #6a6a6a;
}

#history.owl-carousel .owl-item > .item {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#history.owl-carousel .owl-item:nth-of-type(odd) {
    position: relative;
    top: calc(50% - 20px);
    border-top: 20px solid #6a6a6a;
}

#history.owl-carousel .owl-item:nth-of-type(odd) h3 {
    top: -400px;
    border-color: #6a6a6a;
}

#history.owl-carousel .owl-item:nth-of-type(even) {
    border-bottom: 20px solid #AB1236;
}

#history.owl-carousel .owl-item:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: #6a6a6a;
    top: -14px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -12px;
}

#history.owl-carousel .owl-item:nth-of-type(even):after {
    background: #AB1236;
    top: 277px;
}

#timeline .title {
    text-align: center;
    margin: 0 0 75px 0;
}

#block-ourstorycontent1left .imageHolder3 {
    text-align: left;
}

.imageHolder3 {
    float: left;
    width: 100%;
    text-align: center;
}

.imageHolder3 img {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    height: auto;
    margin: 10px 3% 0 0;
}
.owl-theme .owl-nav .disabled {
opacity: 0;
cursor: default;
}
#timeline .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    padding: 0 !important;
    margin: 0 !important;
    background: #6a6a6a;
    width: 45px;
    height: 45px;
    border-radius: 0;
    transform: rotate(90deg);
    margin-top: -35px !important;
}

#timeline .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    padding: 0 !important;
    margin: 0 !important;
    background: #6a6a6a;
    width: 45px;
    height: 45px;
    border-radius: 0;
    transform: rotate(-90deg);
    margin-top: -35px !important;
}

#timeline .owl-carousel .owl-nav button.owl-next svg {
    width: 9px;
    position: relative;
    top: 1px;
}

#timeline .owl-theme .owl-nav {
    margin-top: 0;
}

#timeline .owl-carousel .owl-nav button.owl-next svg path {
    fill: #fff;
}

#timeline .owl-carousel .owl-nav button.owl-prev svg {
    width: 9px;
    position: relative;
    top: 1px;
}

#timeline .owl-carousel .owl-nav button.owl-prev svg path {
    fill: #fff;
}

#timeline .title h3 {
    margin: 0 0 20px 0;
    font-size: 50px;
    color: #6a6a6a;
}

section#caseStudies,
section#contactArea {
    overflow: hidden;
}

.path-node.page-node-type-sector #sector2 {
    padding: 200px 0 180px;
}

.path-node.page-node-type-sector #sector3 {
    padding: 100px 0;
}

.path-node.page-node-type-sector section {
    padding: 200px 0 0px;
}

section#service3 {
    padding: 0;
}

.heroSector {
    min-height: 71vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 205px 0 0;
    margin-bottom: 210px;
}

.heroSector h1 {
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
    color: #fff;
    width: 680px;
}

.heroSector .container {
    padding: 50px 130px 50px 13%;
    background-color: #AB1236;
    position: absolute;
    top: 100%;
    width: 53%;
    z-index: 1;
    max-width: 1100px
}

.heroSector .titleGroup img {
    height: auto;
    width: 90px;
    margin: auto 30px auto 0;
    float: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.heroSector .titleGroup {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53%;
    padding: 58px 50px 38px 13%;
    background: rgba(171, 18, 54, 0.60);
    max-width: 1100px;
}

.greenBody .heroSector .titleGroup {
    background: rgba(115, 150, 67, 0.8);
}

.heroSector .titleGroup h1 {
    position: relative;
    z-index: 2;
    float: left;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    width: auto;
    margin: 0 0 0 130px;
    max-width: 80%;
}

.heroSector .overlay {
    position: absolute;
    opacity: 0.5;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../../images/overlay-block.png");
}

.heroSector .container h4 {
    margin: 20px 0;
    color: #fff;
    font-size: 20px;
    float: left;
    width: 100%;
}

.heroSector .container p {
    margin: 0 0 20px 0;
    color: #fff;
    line-height: 1.3;
    float: left;
    width: 100%;
}

.greenBody .heroSector .container,
.greenBody #scrollTop,
.greenBody #caseStudies .owl-theme .owl-dots .owl-dot.active span,
.greenBody .btn:after,
.greenBody #footer .colTwo ul li:before {
    background-color: #77B52A;
}

.greenBody .content h2 span {
    color: #77B52A;
}

.greenBody #footer {
    border-bottom: 10px solid #77B52A;
}

.greenBody #footer .colOne svg path {
    fill: #77B52A;
}

.heroPeople {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 315px 0 80px;
    min-height: 715px;
}

.heroPeople .container {
    display: block;
    width: 100%;
    max-width: 1400px;
    clear: both;
    margin: 0 auto;
    position: relative;
    padding: 0 40% 0 0;
}

#people2 {
    padding: 200px 0 50px;
}

#people3 {
    padding: 100px 0 50px;
}

.heroPeople h1 {
    font-size: 60px;
    margin: 0 0 60px 0;
    line-height: 1.1;
    color: #fff;
    width: 680px;
}

.heroPeople .container h4 {
    font-size: 23px;
    margin: 0px 0 20px;
    line-height: 1.3;
    color: #fff;
}

.heroPeople .container p {
    margin: 0 0 0 0;
    color: #fff;
}

.people {
    padding-bottom: 0;
}

.people ul {
    margin: 0 -60px;
    padding: 0;
    text-align: left;
    width: calc(100% + 180px);
    position: relative;
}

.people ul li,
.people .views-row {
    list-style: none;
    float: left;
    vertical-align: top;
    margin: 0 5% 100px 0;
    width: 30%;
    text-align: left;
}

.people .views-row:nth-of-type(3n+3) {
    margin-right: 0;
}

.people .views-field.views-field-entity-label,
.people .views-field.views-field-created,
.people .views-field.views-field-body {
    float: right;
    width: 100%;
}

.people .views-field-field-name,
.people ul li h3,
.people .views-field-body h3 {
    font-size: 30px;
    margin: 0 0 35px 0;
    line-height: 1.1;
    color: #6a6a6a;
}

.people .views-field-field-linkedin svg path,
.people ul li svg path,
.people .views-field-body svg path {
    fill: #C6C6C6;
}

.people ul li h3 a,
.people .views-field-body h3 a {
    text-decoration: none;
    color: #6a6a6a;
}

.people .views-field-field-role .field-content,
.people ul li h4,
.people .views-field-body h4 {
    font-size: 16px;
    margin: 0 0 35px 0;
    line-height: 1.3;
    color: #6a6a6a;
    padding: 0 0 0 30px;
    position: relative;
}

.people .views-field-field-role .field-content img,
.people ul li h4 img,
.people .views-field-body h4 img {
    height: 17px;
    position: absolute;
    top: -1px;
    left: 0;
    margin: 0 10px 0 0;
    line-height: 1.4;
}

.heroCS {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 315px 0 80px;
    min-height: 715px;
}

.heroCS .container {
    display: block;
    width: 100%;
    max-width: 1400px;
    clear: both;
    margin: 0 auto;
    position: relative;
    padding: 0 40% 0 0;
}

.heroCS h1 {
    font-size: 60px;
    margin: 0 0 60px 0;
    line-height: 1.1;
    color: #fff;
    width: 680px;
}

.heroCS .container h4 {
    font-size: 23px;
    margin: 0px 0 20px;
    line-height: 1.3;
    color: #fff;
}

.heroCS .container p {
    margin: 0 0 0 0;
    color: #fff;
}

.singleCS h4 {
    color: #AB1236;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px;
    font-family: 'CircularMedium', arial;
    font-size: 16px;
}

.singleCS h3 {
    font-size: 30px;
    margin: 0 0 50px 0;
    color: #6a6a6a;
}

.singleCS .half {
    padding: 0 0 0 50px;
}

.singleCS .half .field--type-text-long.field--label-hidden.field__item {
    padding: 0 0 30px 0;
}

.singleCS .half.first {
    padding: 0 50px 0 0;
}

.singleCS img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.singleCS ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

.singleCS ul li {
    font-size: 16px;
    margin: 0 0 0;
    line-height: 1.6;
    color: #6a6a6a;
    list-style: none;
    position: relative;
    font-family: 'CircularLight', arial;
    padding: 0 0 10px 0;
}

.singleCS ul li:before {
    width: 5px;
    content: '';
    height: 1px;
    background-color: #6a6a6a;
    position: absolute;
    top: 11px;
    left: -19px;
}

.singleCS h5 {
    color: #AB1236;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 25px;
    font-family: 'CircularMedium', arial;
    font-size: 16px;
}

.heroContact {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 315px 0 80px;
    min-height: 715px;
}

.heroContact .container {
    display: block;
    width: 100%;
    max-width: 1400px;
    clear: both;
    margin: 0 auto;
    position: relative;
    padding: 0 40% 0 0;
}

.heroContact h1 {
    font-size: 60px;
    margin: 0 0 60px 0;
    line-height: 1.1;
    color: #fff;
    width: 680px;
}

.heroContact .container h4 {
    margin: 0 0 20px 0;
    color: #fff;
}

.heroContact .container p {
    margin: 0 0 0 0;
    color: #fff;
}

#contactArea .left {
    float: left;
    width: 35%;
    margin: 0 5% 0 0;
}

#contactArea .right {
    position: absolute;
    left: 42%;
    margin: 0 0 0 0;
    width: 100%;
}

#contactArea h4 {
    font-size: 16px;
    margin: 0 0 30px 0;
    color: #AB1236;
    text-transform: uppercase;
}

#contactArea h4:nth-child(1) {
    margin: 0 0 5px 0;
}

#contactArea p {
    margin: 0 0 40px 0;
}

#contactArea h3 {
    font-size: 30px;
    margin: 0 0 30px 0;
    color: #6a6a6a;
}

#contactArea form {
    float: left;
    width: 100%;
}

#contactArea form input[type="text"],
#contactArea form input[type="email"] {
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #9a9a9a;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: 'CircularLight', arial;
}

#contactArea form textarea {
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #9a9a9a;
    float: left;
    width: 100%;
    font-family: 'CircularLight', arial;
    margin: 0 0 40px 0;
    height: 100px;
}

.locations {
    padding: 50px 0 75px 0;
}

.locations ul {
    padding: 0;
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.locations ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 20px 120px 20px 0px;
    width: 310px;
    text-align: left;
}

.locations ul li:nth-child(3),
.locations ul li:nth-child(6) {
    margin: 20px 0px 20px 0px;

}

.locations ul li h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 1.1;
    color: #6a6a6a;
}

#csScroll .item {
    padding: 0 0 20px 0;
}

#csScroll .item h3 {
    font-size: 30px;
    line-height: 1.2;
}

#csScroll .item h3 a {
    text-decoration: none;
    color: #6a6a6a;
}

#csScroll .slick-slide img {
    display: block;
    height: auto;
    width: 100%;
}

#csScroll {
    overflow: hidden;
    padding: 120px 0 75px;
}

#csScroll .slider {
    width: 130%;
    position: relative;
    left: -15%;
}

#csScroll .slick-slide {
    margin: 0 27px;
}

#csScroll .slick-list {
    margin: 0 -27px;
}

#csScroll .slick-dots {
    margin-top: 50px;
    text-align: center;
    position: absolute;
    bottom: auto;
    right: auto;
}

#csScroll .slick-dots li button {
    margin: 0px 5px;
    background: #B1B1B1;
    border-radius: 0;
    width: 8px;
    height: 8px;
    padding: 0;
}

#csScroll .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

#csScroll .slick-dots li button:before {
    content: none;
}

#csScroll .slick-dots li.slick-active button {
    background: #AB1236;
}

.heroPage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 315px 0 80px;
    min-height: 715px;
}

.page-node-type-default-page .heroPage {
    min-height: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 185px 0 70px;
}

.page-node-type-default-page .heroPage .container {
    display: block;
    width: 100%;
    max-width: 1180px;
    clear: both;
    margin: 0 auto;
    position: relative;
}

.page-node-type-default-page section {
    padding: 150px 0 100px;

}

.heroPage .container {
    display: block;
    width: 100%;
    max-width: 1400px;
    clear: both;
    margin: 0 auto;
    position: relative;
    padding: 0 500px 0 0;
}

.heroPage h1 {
    font-size: 60px;
    margin: 0 0 60px 0;
    line-height: 1.1;
    color: #fff;
    width: 680px;
}

.heroPage .container h4 {
    margin: 0 0 20px 0;
    color: #fff;
}

.heroPage .container p {
    margin: 0 0 0 0;
    color: #fff;
}

.contentPage p {
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 1.6;
    color: #6a6a6a;
}

.contentPage .first-para {
    font-size: 20px;
    line-height: 1.7;
}

.contentPage h6 {
    color: #AB1236;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 15px;
    font-family: 'CircularMedium', arial;
    font-size: 16px;
}

b,
strong {
    font-weight: normal;
    font-family: 'CircularMedium', arial;
}

.contentPage p br {
    font-size: 18px;
    line-height: 1.6;
}

.contentPage ul,
.contentPage ol {
    margin: 0 0 20px;
}

.contentPage li {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.6;
    color: #6a6a6a;
    font-family: 'CircularLight', arial;
}

.contentPage .lower-alpha li {
    list-style-type: lower-alpha;
}

.contentPage ul.roman li {
    list-style: lower-roman;
}

.heroPolicies {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 315px 0 80px;
    min-height: 715px;
}

#timeline{
    padding-bottom:75px;
}

#hsqe2 {
    padding: 130px 0 75px;
}

.heroPolicies .container {
    display: block;
    width: 100%;
    max-width: 1400px;
    clear: both;
    margin: 0 auto;
    position: relative;
    padding: 0 500px 0 0;

}

#careers1 .container {
    padding: 0 47% 0 0;
}

.path-node.page-node-type-vacancies #careers1 .container {
    padding: 0 500px 0 0;
}

.heroPolicies h1 {
    font-size: 60px;
    margin: 0 0 60px 0;
    line-height: 1.1;
    color: #fff;
}

.heroPolicies .container h4 {
    margin: 0 0 20px 0;
    color: #fff;
}

.heroPolicies .container p {
    margin: 0 0 0 0;
    color: #fff;
}

.heroPolicies h4 {
    font-size: 23px;
    margin: 0px 0 0;
    line-height: 1.3;
    color: #fff;
}

.heroPolicies p {
    margin: 0px 0 0;
    line-height: 1.2;
    color: #fff;
}

.heroNews {
    min-height: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 275px 0 140px;
}

.heroNews h4 {
    font-size: 23px;
    margin: 0px 0 0;
    line-height: 1.3;
    color: #fff;
}

.heroContact h4 {
    font-size: 23px;
    margin: 0px 0 0;
    line-height: 1.3;
    color: #fff;
}

.heroPage h4 {
    font-size: 23px;
    margin: 0px 0 0;
    line-height: 1.3;
    color: #fff;
}

.heroPage p {
    margin: 0px 0 0;
    line-height: 1.2;
    color: #fff;
}

.heroNews .container {
    width: 100%;
    padding: 0 500px 0 0;
}

.heroNews h1 {
    font-size: 60px;
    margin: 0 0 60px 0;
    line-height: 1.1;
    color: #fff;
    width: 680px;
}

.heroNews .container h4 {
    margin: 0 0 20px 0;
    color: #fff;
}

.heroNews .container p {
    margin: 0 0 0 0;
    color: #fff;
}

#tablePolicies {
    border-collapse: collapse;
    text-align: left;
    width: 500px;
    max-width: 100%;
    margin: 30px 0 0 0;
    font-size: 17px;
}

#tablePolicies th {
    padding: 15px 10px 15px 0;
    text-align: left;
    font-weight: bold;
}

#tablePolicies td {
    padding: 15px 10px 15px 0;
    text-align: left;
}

#tablePolicies td:first-child {
    color: #AB1236;
    font-weight: normal;
    background-image: url('../../images/pdf2.svg');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 15px 10px 15px 40px;
}

#policies {
    position: relative;
    display: inline-block;
}

#policies:after {
    content: '';
    width: 15px;
    height: 15px;
    right: 10px;
    top: 71px;
    position: absolute;
    background-image: url('../../images/select.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#policies select {
    appearance: none;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px 50px 10px 10px;
    border-radius: 0;
    min-width: 380px;
    margin: 0;
    display: block;
}

#policies h6 {
    font-size: 25px;
    margin: 0 0 30px;
    line-height: 1.1;
    color: #6a6a6a;
}

.accreditations ul,
.view-id-hsqe_block .view-content {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accreditations ul li,
.view-id-hsqe_block .view-content .views-row {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
    list-style: none;
}

.accreditations ul li:last-child {
    margin: 0 0 0 0;
}

.accreditations ul li .imageHolder,
.views-field-field-accreditation-logo {
    float: left;
    width: 27%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 70px;
    border: 1px solid #ddd;
    line-height: 0;
    margin: 0 6% 0 0;
    min-height: 200px;
}

.accreditations ul li .imageHolder img,
.views-field-field-accreditation-logo img {
    float: none;
    width: auto;
    max-width: 100%;
    max-height: 110px;
    display: block;
    margin: 0 auto;
    height: auto;
}

.accreditations ul li .textHolder,
.view-hsqe-block .views-field-title,
.view-hsqe-block .views-field-body {
    float: left !important;
    width: 67% !important;
}

.accreditations ul li .textHolder h3,
.view-hsqe-block .views-field-title .field-content {
    font-size: 25px;
    margin: 0 0 30px;
    line-height: 1.1;
    color: #6a6a6a;
    float: left;
}

.accreditations ul li .textHolder a {
    color: #AB1236;
    text-decoration: none;
    font-size: 16px;
}

.accreditations ul li .textHolder span {
    color: #AB1236;
}

.heroNews {
    min-height: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 185px 0 70px;
}

.heroNews .container {
    width: 100%;
    padding: 0 400px 0 0;
}

.heroNews h1 {
    font-size: 60px;
    margin: 0 0 30px 0;
    line-height: 1.1;
    color: #fff;
    width: 680px;
}

.heroNews .container h4 {
    margin: 0 0 20px 0;
    color: #fff;
}

#news2 {
    padding: 150px 0 75px;

}

.news ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.news ul li {
    float: left;
    width: 100%;
    margin: 0 0 150px 0;
    list-style: none;
}

.news ul li:last-child {
    margin: 0 0 0 0;
}

.views-row {
    float: left;
    width: 100%;
    margin: 0 0 150px 0;
    list-style: none;
}

.path-frontpage .views-row {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    list-style: none;
}

.page-node-type-service #news .views-row {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    list-style: none;
}

.views-row:last-of-type {
    margin-bottom: 0 !important;
}

.path-frontpage #news .views-row:nth-of-type(3n+3) {
    margin-right: 0 !important;
}

.page-node-type-service #news .views-row:nth-of-type(3n+3) {
    margin-right: 0 !important;
}

.news ul li .imageHolder,
.views-field-field-news-image {
    float: left;
    width: 47%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    line-height: 0;
    margin: 0 8% 0 0;
}

.views-field-field-summary {
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.6;
    color: #6a6a6a;
    font-family: 'CircularLight', arial;
}

.path-frontpage .views-field-field-news-image {
    margin: 0 0 0 0;
    width: 100%;
}

.page-node-type-service #news .views-field-field-news-image {
    margin: 0 0 0 0;
    width: 100%;
}

.news ul li .imageHolder img,
.views-field-field-news-image img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.news ul li .textHolder {
    float: left;
    width: 50%;
    padding-left: 50px;
}

.news ul li .textHolder p strong,
.views-field-body p strong {
    font-size: 20px;
    font-family: 'CircularLight', arial;
}

.views-field.views-field-entity-label,
.views-field.views-field-created,
.views-field.views-field-body {
    float: right;
    width: 45%;
}

.path-frontpage .views-field.views-field-entity-label,
.path-frontpage .views-field.views-field-created,
.path-frontpage .views-field.views-field-body {
    float: right;
    width: 100%;
}

.page-node-type-service #news .views-field.views-field-entity-label,
.page-node-type-service #news .views-field.views-field-created,
.page-node-type-service #news .views-field.views-field-body {
    float: right;
    width: 100%;
}

.news ul li .textHolder h3,
.views-field-entity-label > span {
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 1.1;
    color: #6a6a6a;
    display: block;
}

.news ul li .textHolder span,
.views-field-created > span {
    color: #AB1236;
    text-decoration: none;
    margin: 0 0 20px 0;
    display: block;
    font-size: 16px;
}

.views-field-body p {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.6;
    color: #6a6a6a;
    font-family: 'CircularLight', arial;
    font-weight: 300;
}

.heroService ul li h4 {
    font-size: 23px;
    margin: 0px 0 20px;
    line-height: 1.3;
    color: #fff;
}

.singleCareer {
    padding-bottom: 0;
}

.singleCareer h4 {
    font-size: 16px;
    margin: 0 0 25px;
    color: #AB1236;
    text-transform: uppercase;
}

.singleCareer h3 {
    font-size: 25px;
    margin: 0 0 30px 0;
    color: #6a6a6a;
}

.singleCareer h2 {
    font-size: 50px;
    margin: 0 0 30px 0;
    color: #6a6a6a;
}

.singleCareer .details ul {
    float: left;
    width: 100%;
    margin: 20px 0 50px 0;
    padding: 0;
}

.singleCareer .details ul li {
    float: left;
    width: 50%;
    list-style: none;
}

.singleCareer .details ul li h4,
.singleCareer .details h4 {
    margin: 0 0 5px !important;
}

.singleCareer .description ol,
.singleCareer .description ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
}

.singleCareer .description ul li {
    font-size: 16px;
    margin: 0 0 0;
    line-height: 1.6;
    color: #6a6a6a;
    list-style: none;
    position: relative;
    font-family: 'CircularLight', arial;
    padding: 0 0 10px 0;
}

.singleCareer .description ul li:before {
    width: 5px;
    content: '';
    height: 1px;
    background-color: #6a6a6a;
    position: absolute;
    top: 11px;
    left: -19px;
}

#home3 ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
}

#home3 ul ul {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
}

#story ul li {
    font-size: 16px;
    margin: 0 0 0;
    line-height: 1.6;
    color: #6a6a6a;
    list-style: none;
    position: relative;
    line-height: 1.6;
    font-family: 'CircularLight', arial;
}

#story ul li:before {
    width: 5px;
    content: '';
    height: 1px;
    background-color: #6a6a6a;
    position: absolute;
    top: 11px;
    left: -19px;
}

#careersAdditional {
    padding: 0 0 75px 0;
}

#careersAdditional h3 {
    text-align: left;
    font-size: 20px;
    color: #AB1236;
    margin: 0 0 25px 0;
}

#careers2 .acc__title {
    padding: 0;
    font-size: 21px;
}

#careersAdditional p {
    margin-bottom: 60px;
}

#careersAdditional p:last-of-type {
    margin-bottom: 0px;
}

#careers2 .acc__title::before {
    bottom: 10px;
}

#careers2 .acc__title::after {
    top: 4px;
}

#careers2 .acc__panel {
    padding: 10px 0 50px 0
}

#careers2 .acc__panel p strong {
    font-size: 17px;
}

.defaultContent {
    color: #fff;
    text-align: center;
}

.defaultContent input[type="text"],
.defaultContent input[type="password"] {
    padding: 10px;
    background-color: #fff !important;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}

.defaultContent .user-login-form {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.defaultContent .user-login-form #edit-submit {
    color: #fff;
    font-family: 'CircularBold', arial;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    appearance: none;
    border: none;
    background: #AB1236;
    cursor: pointer;
    padding: 10px 30px;
}

.hamburger {
    display: none;
}

nav.navigation {
    float: none;
    display: block;
    margin: 0 auto;
    width: max-content;
}

footer nav.navigation {
    float: left;
    display: block;
    width: 100%;
}

.mobileMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    left: -100%;
    transition: 300ms ease all;
    top: 108px;
    display: none;
	border-top: 1px solid #d9d9d9;
}

.mobileMenu ul li svg {
    float: right;
    position: relative;
    top: 4px;
    transform: rotate(60deg);
    transition: 300ms ease all;
    cursor: pointer;
}

.mobileMenu ul li svg.rotated {
    transform: rotate(0deg);
}

.mobileMenu nav > ul.menu {
    padding: 0;
    margin: 50px 0;
    float: left;
    width: 100%;
}

.mobileMenu nav > ul.menu ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    float: left;
    width: 100%;
    position: relative;
    top: -6px;
    transition: 300ms ease all;
    margin: 0 0 0 0;
}

.mobileMenu nav > ul.menu ul.active {
    opacity: 1;
    visibility: visible;
    max-height: 10000px;
    margin: 10px 0 0 20px;
}

.mobileMenu * {
    list-style: none;
}

.mobileMenu ul.menu li {
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    width: 100%;
}

.mobileMenu ul.menu ul li {
    border: none;
}

.mobileMenu ul.menu ul li a {
 font-size: 14px;
padding: 10px 0;
}

.mobileMenu ul ul.menu ul li a {
    line-height: 1.4;
}

.mobileMenu p {
    float: left;
    width: 100%;
    font-size: 18px;
    display: none;
}

.mobileMenu p a {
    color: #6a6a6a;
}

.mobileMenu p svg path {
    fill: #AB1236;
}

.mobileMenu p svg {
    position: relative;
    top: 5px;
    margin: 0 0px 0 10px;
}

.mobileMenu ul.social {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.mobileMenu ul.social li {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}

.mobileMenu ul.social svg {
    transform: rotate(0deg);
}

#contact-message-contact-page-form label {
    display: none !important;
}

.mobileMenu ul.menu li a {
    color: #6a6a6a;
    font-size: 20px;
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
}

ul.social a,
.colThree ul li a,
#topBar ul li a {
    transition: 300ms ease all;
}

#topBar ul li a:hover,
#topBar ul li a:focus,
.colThree ul li a:hover,
.colThree ul li a:focus,
ul.social a:hover,
ul.social a:focus {
    opacity: 0.65;
}

.mobileMenu ul.menu li a.is-active,
.mobileMenu ul.menu li:hover > a {
    color: #AB1236;
}

.mobileMenu.is-active {
    left: 0;
}

#sectorScroller {
    display: block;
    clear: both;
    padding: 200px 0 160px;
}

#sectorScroller img {
    min-height: 576px;
}

#sectorScroller .left {
    float: left;
    width: 70%;
    margin: 0 5% 0 0;
}

#sectorScroller .right {
    float: right;
    width: 26%;
    margin: 0 0 0 0;
    height: 590px;
}

#sectorScroller .right h3 {
    margin: 30px 0 20px 0;
    font-size: 50px;
    color: #6a6a6a;
}

#sectorScroller .right p {
    margin: 0 0 20px;
    line-height: 1.6;
    color: #6a6a6a;
}

#sectorScroller .right ul {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
}

#sectorScroller .right ul li {
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.4;
    color: #6a6a6a;
    list-style: none;
    position: relative;
    transition: 300ms ease all;
    cursor: pointer;
    font-family: 'CircularLight', arial;
}

#sectorScroller .right ul li a {
    color: #6a6a6a;
    text-decoration: none;
}

#sectorScroller .right ul li:hover {
    font-size: 26px;
    font-family: 'CircularMedium', arial;
    line-height: 1.2;
}

#sectorScroller .right ul li:before {
    width: 5px;
    content: '';
    height: 1px;
    background-color: #AB1236;
    position: absolute;
    top: 11px;
    left: -19px;
    transition: 300ms ease all;
}

#sectorScroller .right ul li:hover:before {
    width: 70px;
    height: 2px;
    top: 50%;
    left: -89px;
}

#sectorScroller .left {
    position: absolute;
    right: 29%;
    width: 129%;
}

.field--name-field-imageurl {
    display: none !important;
}

.contextual-region .contextual .contextual-links li:nth-of-type(2),
.contextual-region .contextual .contextual-links li:nth-of-type(1) {
    display: none !important;
}

.copy .contextual-region {
    float: left;
    width: 100%;
}

section#testimonials {
    padding: 0 0 75px !important;
    text-align: center !important;
}

.path-frontpage section#testimonials {
    margin-top: 0;
}

section#testimonials .owl-theme .owl-dots .owl-dot.active span,
section#testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #AB1236 !important;
}

section#testimonials h3 {
    margin: 20px 0 20px 0;
    font-size: 30px;
    color: #6a6a6a;
}

section#testimonials .lineOne{
    display: none !important;
}

.block-views-blocktestimonials-carousel-home-block-1,
.block-views-blocktestimonials-carousel-block-1,
#block-views-block-jobs-block-block-1,
.csLinks,
.block-views-blockcase-studies-slider-block-1,
.block-views-blocktimeline-block-1,
.page-node-type-service .field.field--name-field-banner-video,
.page-node-type-sector #careers,
.page-node-type-service .field--name-field-case-studies-services,
.page-node-type-sector .field--name-field-case-studies,
.page-node-type-default-page #careers,
.page-node-type-service #careers,
.page-node-type-default-page .field.field--name-field-banner__image.field--type-image,
.page-node-type-vacancies .field.field--name-field-bannerimage.field--type-image,
.page-node-type-case-study .field.field--name-field-banner-image.field--type-image,
.page-node-type-case-study .file--mime-application-pdf,
.page-node-type-sector .field--name-field-main-image-2,
.page-node-type-sector .field--name-field-banner-image-2,
.page-node-type-service .field--name-field-main-image-3,
.page-node-type-service .field--name-field-banner-image-3,
.views-field-field-linkedin .field-content {
    display: none !important;
}

#block-homevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#block-servicevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#block-homevideo video {
    position: absolute;
    width: 100%;
    height: 110vh;
    object-fit: cover;
    top: -10%;
}

#block-servicevideo video {
    position: absolute;
    width: 100%;
    height: 110vh;
    object-fit: cover;
    top: -10%;
}
.mobileMenu ul ul.menu > li {
	position: relative;
}
.mobileMenu ul ul.menu > li:before {
	content: "-";
	position: absolute;
    left: -15px;
    top: 7px;
}

.field--type-text-with-summary .container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;

    @media (max-width:430px) {
        display: block; 
        text-align: center;
        margin-top: 100px;
    }
}

.left-section-img img {
    height: 250px;
    width: 250px;
    @media (max-width:430px) {
        height: 150px;
        width: 150px;
    }
}

.right-section-content h1 {
    font-size: 102px;
    font-weight: 500;
    color: #6a6a6a;
    margin-top: 0;
    margin-bottom: -20px;
    text-align: center;
    @media (max-width:430px) {
        font-size: 50px;
        margin-bottom: 0px;
    }
}
.right-section-content h2 {
    font-size: 29px;
    font-weight: 500;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    @media (max-width:430px) {
        font-size: 15px;
        line-height: 1rem;
    }
}

.right-section-content p{
    font-size: 16px;
    font-weight: 500;
    color: #6a6a6a;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    @media (max-width:430px) {
        font-size: 12px;
    }
}

.right-section-content button {
    border: 1px solid #AB1236;
    color: #AB1236;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 5px;
    text-align: center;
}

div#block-headerlinks .clearfix::after {
    display: unset;
}

#block-contactcontent1left.contextual-region {
    overflow: hidden;
    width:100%;
}