/*

	INTO Global 23  Stylesheet
	Created: 03/10/23
	Author: CFRONT (SN)
*/

html {
  scroll-behavior: smooth;
}

body {
	margin:0;
	background-color:#FFFFFF;
    font-family: open-sans, sans-serif;
	color: #333333;
	overflow-y:scroll;
	font-size:16px;
	width: 100%;
	font-weight:400;
}

body.hidden_scroll {
	overflow-y:hidden;
}

main {
    overflow:hidden;
}

a {
	text-decoration:none;
	color:#ED1C24;
}

a:hover {
	color:#A0262A;
	transition:all ease 0.7s;
}

* {
    box-sizing:border-box;
    outline:none;
}

em {
    font-size:inherit;
}

a {
    color:#000000;
    text-decoration:underline;
}

a:hover {
    color:#E2001A;
}

li, p {
    line-height: 1.875rem;
    font-size:1.125rem;
}

.intro li,
.intro p {
    line-height: 2.125rem;
    font-size:1.313rem;
}

.news-page.intro p {
    line-height: 1.875rem;
    font-size:1.125rem;
}

.grid-section .container,
.inner {
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
}

.grid-section .white-container .container {
    position:relative;
    background:#FFFFFF;
    z-index:3;
}

.uac-videos,
.grid-section .grey-container .container > .row, 
.grid-section .white-container .container > .row {
    position:relative;
}

.uac-videos {
    z-index:10;
}

.grid-section .white-container .container::before {
    position:absolute;
    top:0;
    left:-100%;
    height:100%;
    content:"";
    background:#FFFFFF;
    width:200%;
}

.grid-section .grey-container .container::before {
    position:absolute;
    top:70%;
    left:-100%;
    height:100%;
    content:"";
    background:#ECF3FC;
    width:150%;
    z-index:1;
}

.desktop-view {
    display:block;
}

.mobile-view {
    display:none;
}

.grid-section .centre-indent .container {
    max-width: 900px;
}

.case-studies ul:not(.splide__list),
.grid-section ul:not(.splide__list) {
    list-style: none;
    margin: 32px 0;
    padding-left: 0;
}

.case-studies ul:not(.splide__list) li,
.grid-section ul:not(.splide__list) li  {
    padding-left: 1.5rem;
	margin-bottom: 2rem;
    position: relative;
}

.case-studies ul:not(.splide__list) li::before,
.grid-section ul:not(.splide__list) li::before,
.case-studies ul:not(.splide__pagination) li::before,
.grid-section ul:not(.splide__pagination) li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(/media/a15ltoj5/bullet.svg);
}

.grid-section ul.splide__pagination li::before,
ul.splide__pagination li::before, 
.grid-section ul:not(.splide__list) ul.splide__pagination li::before {
    content:unset;
}

.col-md-12.column .centre-indent {
    max-width: 900px;
    margin:0 auto;
}

.flex-container {
    display:flex;
    flex-wrap:wrap;
}


h1, h2, h3, h4, h5 {
    font-family: neo-sans, sans-serif;
    font-weight: 500;
    color: #E2001A;
}

h1 {font-size:3rem;line-height: 3.6rem;}
h2 {font-size:1.875rem;}
h3 {font-size:1.188rem;}
h4 {font-size:1.125rem;}
h5 {font-size:1rem;}

h3 {
    line-height: 1.6rem;
}

.grid-section h3.red,
h3.red {
    color:#E2001A;
}

.strapline {
    font-weight: Normal;
    color: #333333;
    font-size: 1.25rem;
    line-height: 1.6rem;
}

.sections-row h2 {
    padding:1rem 0;
}

.sections-row.separated .inner {
    padding:1rem 0;
    border-bottom:1px solid #CCCCCC;
}

.sections-row.separated-top .inner {
    padding:1rem 0;
    border-top:1px solid #CCCCCC;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.blockquote {
	display:block;
	margin:1rem 0;
	padding:1rem 2rem;
	background:#ecf0f5;
	color:#124074;
	font-size:1.1rem;
}

.quote-name {
	display:block;
    text-align:right;
	font-size:1rem;
	font-weight:200;
	font-style:italic;
}

/*
    HEADER
*/

header {
    position:sticky;
    top:0;
    z-index:100001;
    background:#FFFFFF;
}

header::after {
    content:"";
    position:absolute;
    bottom:-2px;
    width:0;
    height:2px;
    background:#E2001A;
    left:0;
    opacity:0;
    transition:0.7s;
}

.controls {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}

.controls a.info-link {
    margin-right:16px;
}

.controls.insight a {
    margin-top:6px;
    margin-bottom:6px;
}

.insight-social {
    margin:16px 0;
    position:relative;
    z-index:1001;
}

header.stuck {

    width: 100%;
    top:0;
    left:0;
}

header.stuck::after {
    width:100%;
    opacity:1;
}

nav {
    display:flex;
    font-family: open-sans, sans-serif;
    align-items:center;
}

nav > div {
    padding: 16px 32px 16px 0;
}

nav a, 
nav a:link, 
nav a:visited,
nav > span {
    display: block;
    color: #E2001A;
    text-decoration: none;
    position: relative;
    margin: 0 10px;
    font-weight: 500;
    letter-spacing: -0.25px;
    cursor:pointer;
    text-align: center;
    transition: unset;
    font-size: 1rem;
}

nav a:hover,
nav a.current {
    font-weight: 900;
    transition:unset;
    letter-spacing: -0.75px;
}

nav >:nth-child(1) {width:94px;}
nav >:nth-child(2) {width:96px;}
nav >:nth-child(3) {width:130px;}
nav >:nth-child(4) {width:66px;}
nav >:nth-child(5) {width:68px;}
nav >:nth-child(6) {width:58px;}
nav >:nth-child(7) {width:44px;}
nav >:nth-child(8) {width:79px;}
nav >:nth-child(9) {width:20px;}

nav > span.has-sub {
    display:flex;
    align-items:center;
}

nav > span.has-sub svg {
    display:block;
    width:16px;
    height:8px;
    margin-left:6px;
    transform: scaleY(-1);
    fill:#E2001A;
}

nav > span.has-sub.active svg {
    transform: scaleY(1);
}

nav > span.has-sub {

}

.header-logo svg {
    display:block;
    width:98px;
    height:25px;
}

.header-top {
    padding:17px 0;
}

.header-top .flex-container {
    justify-content:space-between;
    align-items: center;
}

.search-link svg {
    display:block;
    width:20px;
    height:20px;
}

nav .dropdown-content a::after {
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#FFFFFF;
    position:absolute;
    bottom:-4px;
    opacity:1;
    transition:0.7s;
}

nav .dropdown-content a:hover::after {
    opacity:1;
}

nav .dropdown-content a:last-child::after {
    display:none;
}

.ext-nav {
    display:flex;
    font-size:0.8rem;
}

.ext-nav a {
    color:#E2001A;
    text-decoration:none;  
    display:block;
    padding:8px 16px 8px 0;   
    font-size: 0.875rem;
}

.nav-icon {
    width: 46px;
    margin: auto auto auto 10px;
    display: none;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 7px 6px 7px;
    justify-content: flex-end;
    flex-wrap: wrap;
    transition: 0.7s;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.nav-icon:hover {
    border: 2px solid #FEDD0A;
}

.nav-icon-bar {
    width:24px;
    margin:4px auto;
    height:3px;
    background:#E2001A;
}

.ni {
    position: relative;
}

.floating-links {
    position: fixed;
    z-index: 1001;
    right: 0;
    top: 50vh;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    margin-top:-150px;
}

.floating-links a {
    display: inline-block;
    background: #1A1A1A;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 12px;
    margin: 0 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.floating-links a:hover {
    background:#E2001A;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #E2001A;
    min-width: 162px;
    z-index: 1;
    top: 40px;
    left: -25px;
    padding-bottom:8px;
}

nav .dropdown-content a,
nav .dropdown-content a:link,
nav .dropdown-content a:visited {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.mobile-header-bar {
    background:#E2001A;
    width:100%;
    height:0px;
    display:none;
}

.gap-above {
    margin-top:32px;
}

.dropdown-content a:hover {
    background-color: #E2001A;
    text-decoration:none;
}

.ni:hover .dropdown-content {
    display: block;
}

nav .dropdown-content a::after {
    width: calc(100% - 32px);
    bottom: 0;
    left: 16px;
    height:1px;
}

.mobile-nav {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#E2001A;
    color:#FFFFFF;
    padding:1.5rem;
    font-family: neo-sans, sans-serif;
    display:none;
    z-index: 10;
    height:100vh;
    overflow: auto;
}

.mn-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:1.5rem;
}

.mn-group {
    margin-top:1rem;
    padding-top:1rem;
    border-top:2px solid #FFFFFF;
}

.mn-group.mng-main {
    border-top: 0;
    width: 80%;
    margin-left:auto;
}

a.mni {
    text-decoration:none;
    color:#FFFFFF;
    padding:0.25rem 0;
    display:block;
    font-family: open-sans, sans-serif;
}

.mn-group.mng-main a.mni {
    font-family: open-sans, sans-serif;
    font-size:0.875rem;
    letter-spacing:0;
    padding: 10px 0px;
    border-bottom: 1px solid #FFFFFF;
}

a.mni:hover {
    text-decoration:none;
}

.nav-close {
    cursor:pointer;
}

.uac-videos {
    padding:64px 0px;
}

.uac-video-grid {
    display:flex;
    flex-wrap:wrap;
    gap: 32px;
    margin:16px 0;
    justify-content: space-between;
}

.gr-slideshow {
    margin-top:22px;
}

.partner-map-slideshow {
    margin: 0 0 32px 0;
    position: relative;
    z-index: 11;
}

.meet-partners {
    background:#FFE15A;
    padding-bottom: 100px;
}

.grid-section h3.red.globe-slide-title {
    margin:0 0 32px 0;
}

.grid-section .uac-video-grid a.info-link {
    margin: 6px 0 6px 30px;
}

.grid-section .uac-video-grid > * {
    display:block;
    width:calc(20% - 32px);
    overflow:hidden;
    text-decoration:none;
    position:relative;
}

.grid-section .uac-video-grid > *:nth-of-type(2) {
    top:84px;
    left: -14px;
}

.grid-section .uac-video-grid > *:nth-of-type(3) {
    top:8px;
    left:-52px;
}

.grid-section .uac-video-grid > *:nth-of-type(4) {
    top:124px;
    left:-116px;
}

.grid-section .uac-video-grid > *:nth-of-type(5) {
    top:47px;
    left:-134px;
}

.grid-section .uac-video-grid > *:nth-of-type(6) {
    top:-36px;
    left:24px;
}

.grid-section .uac-video-grid > *:nth-of-type(7) {
    top:16px;
    left:48px;
}

.grid-section .uac-video-grid > *:nth-of-type(8) {
    left:90px;
    top:64px;
}

.grid-section .uac-video-grid > *:nth-of-type(9) {
    top:-31px;
    left:14px;
}

.grid-section .uac-video-grid > a .uac-name {
    font-family: open-sans, sans-serif;
    padding:8px;
    color:#000000;
    font-size:0.75rem;
}

.grid-section .uac-video-grid img {
    display:block;
    width:100%;
    margin:0 auto 24px auto;
    outline:none;
    max-width:160px;
}

.hasSlideshow .col-md-6.column {
    align-self:flex-start;
}

/*
    // HEADER    
*/



/*
    HERO
*/

.hero {
    background-color: #EDEDED;
    background-attachment: fixed;
    z-index: 0;
    background-size: 100%;
    background-position: 0 59px;
    position: relative;
}

section {
    background:#FFFFFF;
}
/*
.hero-section {
    background-attachment:fixed;
    height:100%;
    position: relative;
    background-size:cover;
    background-position:50%;
}
*/

.hero img {
    opacity: 0;
    width: 100%;
    z-index: 0;
    position: relative;
}

.intro {
    text-align:left;
}

.intro-content {
    margin: 0 0 0 95px;
}

.about-us-page .intro-content {
    margin: 0 0 0 85px;
}

.contact-cta {
    max-width:680px;
    margin: 0 auto;
}

.intro h1 {
    color:#000000;
    margin: 64px 0 24px 0;
}

.intro.red h1 {
    color:#E2001A;
}

.intro h2 {
    font-size:3rem;
    margin: 0 0 16px 0;
}

.intro.insight h2 {
    font-size: 1.875rem;
    margin: 0 0 16px 0;
}

.rounded img {
    border-radius:8px;
}

.partner-logo-grid .desktop-view {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.col-md-12.column {
    width:100%;
}

.meet-partners .col-md-12.column {
    width:100%;
	position:relative;
	z-index:11;
}

.grid-section .partner-logo-grid .desktop-view > img {
    display:block;
    width:calc(20% - 64px);
    margin:32px;
    max-height:72px;
}

.offset-left-up .container > .row > div:first-of-type {
    position:relative;
    top:-150px;
}

.grid-section .partner-logo-grid.recognition {
    padding-bottom: 24px;
    position: relative;
    top: -110px;
}

.grid-section .partner-logo-grid.recognition .desktop-view > img {
    display:block;
    width:calc(16.667% - 64px);
    margin:32px;
    max-height:72px;
}

.grid-section .partner-logo-grid .desktop-view > img.London {
    max-height:68px;
}

.grid-section .partner-logo-grid .desktop-view > img.Hofstra {
    max-height:88px;
}

.grid-section .partner-logo-grid .desktop-view > img.Oklahoma {
    max-height: 58px;
    width: calc(20% - 12px);
    margin: 6px;
}

.image-caption {
    padding:16px;
    background:rgba(51, 107, 155, 0.1);
    font-style:italic;
}

.sign-posts {
    display:flex;
    width:45%;
    transition:0.7s;
}

.sign-post {
    display:flex;
    flex-direction:column;
    width:33.333%;
    background:#FFFFFF;
    color:#555555;
    justify-content:space-between;
    text-decoration:none;
    transition:0.3s;
    position:relative;
}

.sign-post:hover {
    text-decoration:none;
    -moz-box-shadow:0 2px 2px rgba(189, 189, 189, 0.2);
     -webkit-box-shadow: 0 2px 2px rgba(189, 189, 189, 0.2);
     box-shadow: 0 2px 2px rgba(189, 189, 189, 0.2);
     -webkit-backface-visibility: hidden;
     -webkit-font-smoothing: antialiased;
    -webkit-transform: translate3d(0, -2px, 0) scale(1.0, 1.0);
    transform: translate3d(0, -2px, 0);
    font-smoothing: antialiased !important;
    transition: 0.3s;
}

.m-page-name {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight:700;
    color:#E2001A;
    font-size:1rem;
}

.sign-post > .sign-post-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sign-post-title {
    color:#FFFFFF;
    font-size:12px;
    padding:6px 12px;
    background:#000000;
}

.sign-post:nth-of-type(1) .sign-post-title {
    background:#BF3F6E;
}

.sign-post:nth-of-type(2) .sign-post-title {
    background:#1976D2;
}

.sign-post:nth-of-type(3) .sign-post-title {
    background:#854785;
}

.sign-post-title span {
    text-transform:uppercase;
    display:block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
}

.sign-post-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding:12px;
}

.sign-post svg {
    position:relative;
    top:2px;
    margin-left: 3px;
}

.sign-post svg circle {
    fill:#000000;
}

.sign-post:nth-of-type(1) svg circle {
    fill:#BF3F6E;
}

.sign-post:nth-of-type(2) svg circle {
    fill:#1976D2;
}

.sign-post:nth-of-type(3) svg circle {
    fill:#854785;
}

.sign-post-link {
    display:inline-block;
    text-transform:uppercase;
    text-decoration:none;
    font-family: neo-sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin:12px 0 0 0;
    color: #444444;
}

.sign-posts.mobile {
    display:none;
}

/*
    BUTTONS / LINKS
*/

a.link-box-green,
span.link.box,
a.link.box {
    font-family: neo-sans, sans-serif;
    border:2px solid #FFFFFF;
    padding: 0.75rem 1.5rem;
    color:#FFFFFF;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    align-self: flex-start;
    transition:0.7s;
    cursor:pointer;
    line-height:1rem;
    margin: 0.5rem 1rem 0.5rem 0;
}

.hero-content a.link.box {
    margin: 1rem 0 0 0;
}

a.link.box.white {
    border:2px solid #FFFFFF;
    color:#FFFFFF;
}

a.link-box-green,
span.link.box.green,
a.link.box.green {
    border: 2px solid #000000;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    display: -webkit-flex;
    width: fit-content;
}

a.link.box svg {
    display:block;
    width:16px;
    height:16px;
    margin-left:12px;
}

a.link.box.green-box {
    border:2px solid #000000;
    color:#000000;
    background:#FFFFFF;
}

a.link.box.white:hover {
    border:2px solid #FFFFFF;
    color:#000000;
    background:#FFFFFF;
}

a.link-box-green:hover,
a.link.box.green:hover {
    background:#003739;
    border-color:#003739;
}

a.link.box.green-box:hover {
    border:2px solid #000000;
    color:#FFFFFF;
    background:#000000;
}

.partner-page .link.box {
    margin-top:1rem;
}

.col-1-1 p {
    width:75%;
}

/* 
    NEWS ARTICLES
*/

article .article-hero img {
    display:block;
    max-width:100%;
}

article .widget-section {
    background:#FFFFFF;
    padding: 0;
}

article .grid-section .col-md-6 img {
    display:block;
    max-width:100%;
}

article.page-intro {
    padding-bottom:2rem;
}

article a.link {
    margin-top:1rem;
}

.grid-section .container > .row .col-md-6:nth-of-type(1) {
    padding:1rem 2rem 1rem 0;
}

.grid-section .gtmy .container > .row .col-md-6:nth-of-type(1) {
    padding:80px 2rem 80px 0;
}

.grid-section .insight-row .container > .row .col-md-6:nth-of-type(1) {
    padding:0rem 2rem 0rem 0;
}

.grid-section .container > .row .col-md-6:nth-of-type(2) {
    padding:1rem 0 1rem 2rem;
}

.grid-section .container > .row .col-md-6:nth-of-type(1) {
    position: relative;
}

.grid-section .smarter .container > .row .col-md-6:nth-of-type(1),
.grid-section .smarter .container > .row .col-md-6:nth-of-type(2) {
    z-index:11;
}

.grid-section .p-guiding .container > .row .col-md-6:nth-of-type(1) {
    width: 66.667%;
}

.grid-section .p-guiding .container > .row .col-md-6:nth-of-type(2) {
    width: 33.333%;
}

.col-9-3 .col-md-8 {width:75%}

.col-9-3 .col-md-4 {width:25%;}

article p {	
	margin: 1.5rem 0;
    	text-align: justify;
    	width: 95%;
}

.partner-page .call-to-action,
.grid-section .call-to-action .container > .row .col-md-12 {
    width:100%;
    background:#000000;
    color:#FFFFFF;
    text-align:center;
    padding:1.5rem;
    margin: 2rem 0 1rem 0;
}

.partner-page .row.cta .inner {
    border-top: 1px solid #CCCCCC;
    padding: 1rem 0;
    margin: 1rem auto;
}

.partner-page {
    padding: 2rem 0;
}

.partner-page .call-to-action {
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 1.5rem;
    margin: 2rem 0 1rem 0;
}

.partner-page .call-to-action h2,
.grid-section .call-to-action .container > .row .col-md-12 h2 {
    color:#FFFFFF;
    margin-bottom:1rem;
}

.partner-page .call-to-action a,
.grid-section .call-to-action .container > .row .col-md-12 a {
    font-family: neo-sans, sans-serif;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    align-self: flex-start;
    transition: 0.7s;
    cursor: pointer;
    line-height: 1rem;
    margin-top:1rem;
}

.partner-page .call-to-action a:hover,
.grid-section .call-to-action .container > .row .col-md-12 a:hover {
    border: 2px solid #FFFFFF;
    color: #000000;
    background: #FFFFFF;
}

.last-row {
    margin-bottom:3rem;
}

.page-hero img {
    display:block;
    width:100%;
}

.media-section .items {
    display: flex;
}

.media-section .overview-text .precis {
    line-height: 1.5rem;
}

.media-section .items h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.media-section .items > div {
    border:1px solid #CCCCCC;
    box-shadow: 0px 2px 10px 0px #CCCCCC4D;
}

.media-section.col-1-2 {
    display: flex;
    flex-direction: column;
}

.media-section .items {
    display: flex;
    flex-grow: 1;
}

.media-section .item {
    display: flex;
    flex-direction: column;
}

.media-section .items .overview-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.media-contact {
    display: flex;
    align-items: center;
}

.media-contact img {
    width: 140px;
    display: block;
    border-radius: 50%;
    height: 140px;
    margin: 0 auto 1rem auto;
}

.media-contact-text {
    padding:2rem;
    line-height:1.5rem;
}

.media-contact-text h5 {
    margin:0;
    font-size:1rem;
    font-family: Lato, Verdana, 'sans-serif';
    font-weight:600;
}

.media-contact-text span,
.media-contact-text span a {
    display:block;
}

.media-contact-text span a {
    display:inline-block;
}

.blog-item-grid.items,
.news-item-grid.items {
    padding:1rem 0;
    display:none;
    flex-wrap:wrap;
    gap: 1.4rem;
}

.news-item-grid.items.home {
    display:flex;
    justify-content: space-between;
    background:none;
    gap:32px;
    text-align:left;
}

.col-10-indented {
    margin-left:190px;
}

.col-7 {
    width:630px;
    position: relative;
    z-index: 1;
    padding-right: 32px;
}

.contact-home .flex-container {
    align-items: flex-end;
}

.news-item-grid.items.home .info-link {    
    margin: 8px 0;
}

.row.active .blog-item-grid.items, 
.row.active .news-item-grid.items {
    display:flex;
}

.blog-item-grid,
.blog-page .news-item-grid,
.news-page .news-item-grid {
    padding:1rem 0 2rem 0;
}

.blog-page h2,
.news-page h2 {
    cursor:pointer;
}

.blog-page > div:nth-of-type(3) h2,
.news-page > div:nth-of-type(3) h2 {
    border:none;
    padding-top:2rem;
}

.blog-post .author {
    margin: 0 0 32px 0;
}

.author-name {
    font-weight:600;
}

.author-role {
    font-weight:500;
    font-style:italic;
}

.media-section .article-date {
    display:block;
    margin:1rem 0;
    font-weight:700;
    font-size:0.875rem;
}

.grey-bg {
    background: #EDEDED;
    overflow: auto;
}

.blue-bg {
    background:#ECF3FC;
}

.blue-bg.manage-risk .col-md-6 {
    position:relative;
    z-index:11;
}

.blog-item-grid .item,
.news-item-grid .item {
    width: calc(25% - 17px);
    border-radius:6px;
    background:#FFFFFF;
    display: flex;
    flex-direction: column;
    text-decoration:none;
    color:#333333;
    position: relative;
}

.blog-item-grid .item p,
.news-item-grid .item p {
    font-size:0.875rem;
    line-height:1.125rem;

}

.blog-item-grid .item h3,
.news-item-grid .item h3 {
    font-size:1.125rem;
    line-height:1.5rem;

}

.news-item-grid.home .item {
    width: calc(33.333% - 32px);
    border-radius:7px;
    background:#FFFFFF;
    display: flex;
    flex-direction: column;
    text-decoration:none;
    color:#333333;
    position: relative;
    border: none;
    overflow: hidden;
    z-index: 12;
}

.blog-item-grid .overview-image img,
.news-item-grid .overview-image img {
    border-radius:6px 6px 0 0;
}

.news-item-grid.home .feature-image img {
    display:block;
    width:100%;
}

.media-section .article-controls {
    margin:1.5rem 0 0.5rem 0;
}

.blog-item-grid h4,
.news-item-grid h4 {
    margin:0 0 1rem 0;
}

.blog-item-grid .overview-text,
.news-item-grid .overview-text {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    flex-grow: 1;
}

.blog-item-grid .overview-text > *,
.news-item-grid .overview-text > * {
    
}

.news-feature-grid .precis,
.blog-item-grid .overview-text .precis,
.news-item-grid .overview-text .precis {
    line-height:1.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.blog-item-grid .item .article-tag,
.news-item-grid .item .article-tag {
    display: inline-block;
    padding: 4px 8px;
    font-size: 0.825rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 4px;
    background: #000000;
}

.blog-item-grid .item .article-tag.press-release,
.news-item-grid .item .article-tag.press-release {
    background:#000000;
    width:125px;
}

.blog-item-grid .item .article-tag.blog,
.news-item-grid .item .article-tag.blog {
    background:#B39011;
    width:100px;
}

.news-item-grid .item .article-tag.news {
    background:#B39011;
    width:60px;
}

article h1,
.blog-page h1,
.news-page h1,
.media-section h2 {

}

article h1 {
    margin:1rem 0;
}

article.blog-post h1,
.blog-page h1 {
    margin: 32px 0 8px 0;
}

.blog-post .col-2-3 img {
    display:block;
    max-width:100%;
    border-radius: 8px;
}

.media-section.ms-blog h2 {
    background: rgba(80, 55, 145, 0.1);
    border-left:8px solid #503791;
}

.media-section.ms-coverage h2 {
    background: rgba(0, 93, 95, 0.1);
    border-left: 8px solid #000000;
}

article .col-1-3 {
    padding-left:2rem;
    margin-top: 16px;
}

article .article-date {
    padding:0.75rem 1rem;
    background:#000000;
    color:#FFFFFF;
    margin:1rem 0;
    text-align:center;
    font-family: neo-sans, sans-serif;
    font-size: 1.2rem;
    border-radius:8px;
}

article.news-article .article-date {
    background:#000000;
}

.blog-page h1,
.news-page h1 {
    width:50%;
}

.blog-page h2,
.news-page h2 {
    margin:0;
    padding:2rem 0 1rem 0;
    border-top: 1px solid #cccccc;
}

.news-grid {
    margin-bottom:3rem;
}

.news-grid > div.col-1-2 {
    width:calc(50% - 1rem);
}

.news-grid > div:nth-of-type(1) {
    margin-right:1rem;
}

.news-grid > div:nth-of-type(2) {
    margin-left:1rem;
}

.article-controls > a {
    margin-right:1rem;
}

.overview-text {
    padding:1rem;
}

.overview-text .precis {
    line-height:2rem;
}

.slider-item {
    display:flex;
    flex-wrap: wrap;
}

.slider-item-image {
    position:relative;
}

.slider-item-image img {
    display:block;
    width:100%;
}

.slider-item-image .country-flag {
    position:absolute;
    top: -1px;
    right: -1px;
    width: 51px;
}

.slider-item-image .country-flag svg,
.slider-item-image .country-flag img {
    display:block;
    width:100%;
}

.slider-item > div {
    width:50%;
}

.slider-item-content {
    padding:1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.slider-item .link.box {
    margin-top:1.5rem;
}

.col-1-2 img {
    display:block;
    max-width:100%;
}

.grey-bg .slider-item-content {
    background:#FFFFFF;
    flex-grow: 1;
}

/* UAC Slider items */

.slider-item.sli-uac {
    border-radius: 6px;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    margin:0 10px;
    box-shadow: 0px 4px 10px 2px rgb(204 204 204 / 30%);
    border: 1px solid #CCCCCC;
}

.slider-item.sli-uac > div {
    width: 100%;
}

.splide-2 {
    position:relative;
    padding-bottom: 5rem;
    padding-top: 2rem;
}

.globe-slideshow .splide-2 {
    padding-bottom:0;
}

.splide-3 {
    position:relative;
}

.splide-uacs .splide__track {
    box-shadow:unset;
    border:none;
    z-index:10;
}

.splide-uacs {
    width: calc(100% + 20px);
    margin-left: -10px;
    overflow: hidden;
}

.splide-uacs ul.splide__list li {
    padding: 10px 0;
}

.narrow-feature {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}

.cs-content {
    position: relative;
    z-index: 11;
}

.contact-container {
    display:flex;
    align-items:center;
}

.contact-container .contact-image {
    margin-right:24px;
}

.contact-container .contact-image img {
    width:60px;
    height:60px;
    border-radius:50%;
    display:block;
}

.photo-gallery {
    margin:2rem 0;
}

.splide-3 .splide__track {
    border:none;
    box-shadow:unset;
}

.splide-3 .splide__arrows {
    position: absolute;
    width: calc(100% + 126px);
    bottom: unset;
    top: 50%;
    margin-top: -40px;
    margin-left: -63px;
}

.splide__arrows button disabled {
    pointer-events:none;
}

.splide-3 .splide__slide img {
    display: block;
    width: 100%;
}

.splide-3 .splide__arrow--prev {
    left: 20px;
}

.splide-3 .splide__arrow--next {
    right: 20px;
}

.splide-3 .splide__arrow {
    transform: unset;
    height:unset;
}

.splide-3 .splide__arrow svg {
    fill: #5e5e5e;
    height: 80px;
    width: 26px;
    transition:fill 0.5s;
}

.splide-3 .splide__arrow:hover svg {
    fill: #212121;
}

.splide-3 .splide__arrow:disabled svg,
.splide-3 .splide__arrow:disabled:hover svg {
    fill: #CCCCCC;
    opacity:1;
}

.splide-uac-articles ul.splide__list li {
    padding: 0;
}

iframe body {
    background:#FFFFFF;
}

/*
    Share - If I could turn back time!
*/

.share {
    padding:1rem;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}

.share h4 {
    margin: 0 0 1rem 0;
}

.share-icons {
    display:flex;
    align-items:center;
}

.share a {
    display:block;
    margin-right:20px;
    text-decoration:none;
}

.share a:hover {
    text-decoration:none;
}

.share a svg {
    display:block;
    width:30px;
    height:30px;
    transition:0.5s;
}

.share a.facebook svg {
    fill:#1877F2;
}

.share a.linkedin svg {
    fill:#0072b1;
}

.share a:hover svg,
.share a.facebook:hover svg,
.share a.linkedin:hover svg {
    fill:#E2001A;
}


/*
    Related articles
*/

.related {
    margin:1rem 0;
}

.related a {
    text-decoration:underline;
}

.related a:hover {
    color:#003739;
    text-decoration:underline;
}

.related h5 {
    margin:0 0 0.75rem 0;
}

.related .item-date {
    font-family: Lato;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.related-item {
    margin: 0 0 1rem 0;
    padding: 1rem 0 0rem 0;
    border-top: 1px solid #CCCCCC;
}

.related > div.related-item:first-of-type {
    border-top: 1px solid #CCCCCC;
    padding-top:0;
    border:none;
}

.link.box.green svg.back-arrow {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-right: 0.75rem;
}

/*

    Search styles

*/

.search-options form {
    display:flex;
    align-items:center;
}

.search-options input {
    padding:4px 8px;
    font-family: open-sans, sans-serif;
    width:100%;
    outline:none;
    border:1px solid #CCCCCC;
    height:41px;
    transition:0.5s;
    border-radius:4px;
}

.search_input_container {
    margin: 0 16px;
}

.search-options input:focus {
    border:1px solid #E2001A;
}
  
.search-options {
    padding:1rem 0;
}

.search-options span {
    align-self: center;
    margin-right:0.5rem;
}

/*

    WIDGET STYLES

*/

.widget-section {
    background:#EDEDED;
    padding: 2rem 0;
}

.widget-section.white-bg {
    background:#FFFFFF;
}

.widget-section.overview-page {
    background:#FFFFFF;
    padding: 2rem 0;
}

.grid-section .container > .row {
    display:flex;
}

.grid-section .align-center .container > .row,
.grid-section .centre-indent .container > .row {
    align-items:center;
}

.grid-section .slideshow-row .container > .row {
    display:block;
}

.grid-section .insight-row .container > .row {
    display:flex;
    align-items:center;
    margin:0;
}

.intro.insight img {
    margin-top:64px;
}

.grid-section iframe {
    margin:1rem 0;
}

.col-md-4 {
    width:33.333%;
    padding: 1rem 2rem;
}

.col-md-6 {
    width:50%;
    padding: 1rem 2rem;
}

.col-md-8 {
    width:66.667%;
    padding: 1rem 2rem;
}

.intro img,
.grid-section img {
    display:block;
    max-width:100%;
    margin:2rem 0;
}

.grid-section .insight-row img {
    margin:0;
}

.insight-image {
    width: 50vw;
    position: absolute;
    top: -17vw;
    overflow: hidden;
    margin-bottom: 0;
    right: 25px;
}

.insight-page .insight-image {
    width: 50vw;
    position: absolute;
    top: -9vw;
    right: 1px;
    margin-bottom: -9vw;
    left:unset;
}

.case-study-item img.quote-photo,
.grid-section img.quote-photo {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    float: left;
    margin: 10px 12px 2px 0;
}

.protect-container.up-to-r-drop {
    padding-bottom:50px;
}

.quotation p {
    /*font-family: "open-sans-condensed", sans-serif;*/
    font-weight: 300;
    font-style: italic;
    margin-bottom:16px;
    font-size: 1.25rem;    
    letter-spacing: 0.25px;
}

.quotation .quote-name {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    font-style: normal;
}

.quotation .quote-role {
    font-size:0.75rem;
}

.reputation-section-container {
    padding-bottom: 93px;
}

.reputation-section > div:nth-of-type(1) {
    position: relative;
    left:40px;
}

.reputation-section > div:nth-of-type(2) {
    position: relative;
    top: 72px;
    left: -246px;
    z-index: 100;
}

.flexible-partnership > div:nth-of-type(2) {
    position: relative;
    left: 25%;
}

.flexible-partnership > div:nth-of-type(2) p {
    max-width:340px;
}

.flexible-partnership > img {
    width:80%;
    margin-left:auto;
}

.flexible-partnership-container .indent-1col {
    width: 110%;
    margin-top: 48px;
    margin-bottom: 48px;
}

.flexible-partnership-container.up-l-to-r-descent {
    padding-top:100px;
}

.flexible-partnership-container.up-l-to-r-descent::before {
    top:-22px;
}

.reputation-section > div p {
    max-width: 400px;
}

.influence-image {
    width: 51vw;
    position: absolute;
    top: -6vw;
    right: 1px;
    margin-bottom: -15vw;
    z-index: 1;
}

.grid-section .t-curve-50 img,
.grid-section .t-curve-t img {
    display: block;
    max-width: unset;
    margin: 2rem 0;
    width: 100%;
    position:relative;
}

.grid-section .round-window img {
    border-radius:50%;
    margin:0 32px;
    width:100%;
}

.grid-section .nile-section .round-window img:nth-of-type(2) {
    border-radius:0;
    margin:0 auto;
    width:80%;
}

.grid-section .nile-section .round-window {
    flex-direction: column;
    gap: 64px;

}

.grid-section .nile-section .nile-logo {
    width:170px;
    height:132px;
}

p.ref {
    font-size:0.75rem;
}

.reputation-section img:nth-of-type(2) {
    position: relative;
    top: 16px;
    left: -46%;
}

.enrollment-bg {
    background-image:url(/media/a4fc2tve/gr-enrollment-background.jpg);
    background-size:cover;
}

.grid-section .gtmy .container .row .col-md-6:nth-of-type(2),
.grid-section .t-curve-50 .container .row .col-md-6:nth-of-type(2),
.grid-section .t-curve-t .container .row .col-md-6:nth-of-type(2) {
    position: relative;
}

.grid-section .t-curve-t .clipped {
    position: absolute;
    top: -3.5vw;
    left: 0;
    width: 67vw;
    overflow: hidden;
}

.grid-section .gtmy .clipped,
.grid-section .t-curve-50 .clipped {
    top: -0.5vw;
    width: 56vw;
    position: absolute;
}

.grid-section .gtmy .clipped,
.grid-section .t-curve-50.gtmy .clipped {
    top: -0.5vw;
    width: 56vw;
}

.enhance-container {
    padding-bottom: 130px;
}

.gtmy-why .col-md-6,
.enhance-container .col-md-6 {
    position:relative;
}

.grid-section .full-image.clipped {
    top: -13.5vw;
    width: 50vw;
    position: absolute;
    margin-bottom: 0;
    left: 0;
}

.with-icon {
    display:flex;
    align-items:center;
    max-width: 860px;
    width: 70%;
}

.with-icon img,
.with-icon svg {
    display:block;
    height:64px;
    margin-right:12px;
}

.with-icon img {
    width:64px;
    margin-right:24px;
}

.without-icon {
    margin-left:88px;
}

.max-w-50 {
    width:50%;
    position: relative;
    z-index: 11;
}

.top-pad-64 {
    padding-top:64px;
}

.bottom-pad-64 {
    padding-bottom:64px;
}

.green-links a {
    color:#007d73;
}

.green-links a:hover {
    color:#E2001A;
}

.grid-section .gtmy-why .full-image.clipped {
    top: -7.5vw;
    width: 71vw;
    position: absolute;
    margin-bottom: 0;
    left: 0;
}

.grid-section .gtmy .clipped,
.grid-section .t-curve-50.gtmy .clipped {
    overflow:hidden;
}

.homegr-slideshow > div {
    left: -4%;
}

.round-window {
    display: flex;
    align-items: center;
}

.round-window a,
a.info-link {
    display: block;
    padding: 0px 8px;
    font-weight: 600;
    color: #FFFFFF;
    background: #B39011;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 25px;
    width:fit-content;
    margin:32px 0;
    white-space: nowrap;
    line-height: 24px;
    font-size:0.875rem;
}

a.info-link.git,
a.info-link.more.git {
    font-size:1.125rem;
    padding: 10px 36px 10px 14px;
}

a.info-link:hover {
    background:#E2001A;
    color:#FFFFFF;
}

.il-less a.info-link {
    margin-top:16px;
    margin-bottom:16px;
}

.contact-home {
    padding-bottom: 32px;
}

.outline-title {
    position:relative;
    top:-30px;
    margin-bottom: -63px;
}

.contact-page .outline-title,
.news-page .outline-title {
    top: -2px;
    margin-bottom: 20px;
}

.contact-home .outline-title {
    top: -172px;
    margin-bottom: -146px;
}

.blog .outline-title {
    position: relative;
    top: -7px;
    margin-bottom: 34px;
}

.blog .intro-content {
    position:relative;
    z-index:1001;
}

.blog.blog-insight-page .outline-title {
    z-index: unset;
    position: relative;
}

.blog.blog-insight-page .intro-content {
    z-index: unset;
    position: relative;
    top: 0;
    margin-bottom: 0;
    margin-left:0;
}

.blog.blog-insight-page .intro-content p {
    position:relative;
    z-index:10;
}

.latest-news .outline-title {
    margin-bottom: 7px;
}

.outline-title svg {
    display:block;
    width:400px;
}

.umb-grid {
    overflow:hidden;
}

.contact-home .outline-title svg {
    width:503px;
}

.insight a.info-link {
    display: inline-block;
    margin:8px 16px 8px 0;
}

a.info-link.more {
    position:relative;
    padding-right: 30px;
    z-index: 11;
}

a.info-link.back {
    position:relative;
    padding-left: 30px;
}

a.info-link.more::after {
    position: absolute;
    right: 8px;
    top: 2px;
    content: url(/images/icons/arrow-right.svg);
    width: 14px;
    height: 14px;
}

a.info-link.more.bigger-btn {
    margin: 24px auto;
    padding: 6px 36px 7px 16px;
    font-size: 1.1rem;
}

a.info-link.more.bigger-btn::after {
    right: 10px;
    top: 8px;
    width: 16px;
    height: 16px;
}

.quick-link-container h3 {
    color:#000;
    margin:24px 0 24px 0;
    border:none;
}

.quick-links {
    margin:0;
    padding:0;
    list-style-type:none;
}

.quick-links a {
    margin:8px 0;
}

.nile-accreds {
    position:relative;
    z-index:11;
}

a.info-link.more.git::after {
    right: 12px;
    top: 15px;
    width: 16px;
    height: 16px;
}

a.info-link.back::after {
    position: absolute;
    left: 8px;
    top: 5px;
    content: url(/images/icons/arrow-right.svg);
    width: 14px;
    height: 14px;
    transform:scaleX(-1);
}

.page-global-recruitment h1 {
    display:inline-block;
}

.centred a.info-link {
    margin:32px auto;
}

.centred .col-10 a.info-link,
.col-10 a.info-link {
    margin:32px 0 32px 190px;
}

.globe .row.clearfix > div:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.globe .row.clearfix > div:nth-of-type(1) {
    z-index:12;
    width: 65%;
    margin-top: 68px;
}

.globe .row.clearfix > div:nth-of-type(2) > div {
    display: flex;
    justify-content:flex-end;
}

.globe .row.clearfix > div:nth-of-type(2) > div video {
    width: 100%;
    max-width: 75%;
    margin: 0 0 0 auto;
}

/* BACKGROUND LINES */

.u-curve {
    position:relative;
    padding-top:100px;
    margin-top: 32px;
}

.u-curve.aqf {
    padding-top:180px;
}


.u-curve.close-top {
    margin-top: -16px;
}

.u-curve::before {
    content:"";
    background-image:url(/images/backgrounds/u-curve.svg);
    background-repeat:no-repeat;
    background-size:100%;
    background-position:0 bottom;
    position:absolute;
    top:0;
    left:0;
    height:100px;
    width:100%;
    z-index: 10
}

.u-curve-up-r-b {
    position:relative;
    padding-bottom:100px;
    margin-top: 32px;
}

.u-curve-up-r-b::after {
    content:"";
    background-image:url(/images/backgrounds/u-curve-up-r-b.svg);
    background-repeat:no-repeat;
    background-size:100%;
    background-position:0 bottom;
    position:absolute;
    bottom:0;
    left:0;
    height:100px;
    width:100%;
    z-index: 10
}

.u-curve-up-r-t {
    position:relative;
    padding-bottom:100px;
    margin-top: 32px;
}

.u-curve-up-r-t::before {
    content:"";
    background-image:url(/images/backgrounds/u-curve-up-r-b.svg);
    background-repeat:no-repeat;
    background-size:100%;
    background-position:0 bottom;
    position:absolute;
    top:0;
    left:0;
    height:100px;
    width:100%;
    z-index: 10
}

.u-curve-wh-t {
    position: relative;
    padding-top: 61px;
    margin-top: 32px;
}

.u-curve-wh-t::before {
    content: "";
    background-image: url(/images/backgrounds/u-curve-wh-t.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    top: -97px;
    left: 0;
    height: 245px;
    width: 101%;
    z-index: 10;
}

.u-curve-bl-t {
    position: relative;
    padding-top: 61px;
    margin-top: 32px;
}

.u-curve-bl-t.meet-partners {
    margin-top:0;
}

.u-curve-bl-t::before {
    content: "";
    background-image: url(/images/backgrounds/u-curve-bl-t.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    top: -97px;
    left: 0;
    height: 245px;
    width: 100%;
    z-index: 10;
}

.u-curve-bl-t.meet-partners::before {
    background-image: url(/images/backgrounds/u-curve-bl-t-partners.svg);
	top: -126px;
}

.t-curve {
    position:relative;
    padding-top:100px;
}

.t-curve::before {
    content:"";
    background-image:url(/images/backgrounds/t-curve-2.svg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position:absolute;
    top:0;
    left:0;
    height:100px;
    width:100%;
    background-size:103%;
    z-index: 10;
}

.t-curve-t {
    position:relative;
    padding-top:120px;
    overflow:hidden;
}

.t-curve-t::before {
    content:"";
    background-image:url(/images/backgrounds/t-curve-2-wbga-4.svg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position:absolute;
    top:0;
    left:0;
    height:140px;
    width:100%;
    background-size:103%;
    z-index: 1;
    background-position: 0 100%;
    z-index: 10;
}

.t-curve-50 {
    position:relative;
    padding-top:120px;
    overflow:hidden;
}

.t-curve-50.randc {
    padding-top:206px;
}

.t-curve-50::before {
    content:"";
    background-image:url(/images/backgrounds/t-curve-50.svg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position:absolute;
    top:0;
    left:0;
    height:140px;
    width:100%;
    background-size:100%;
    z-index: 1;
    background-position: 0 100%;
    z-index: 10;
}

.u-curve-i {
    position:relative;
    padding-top:48px;
}

.u-curve-i::before {
    content:"";
    background-image:url(/images/backgrounds/u-curve-inverted.svg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position:absolute;
    top:0;
    left:0;
    height:100px;
    width:100%;
    z-index: 10;
}

.up-to-r-drop {
    position:relative;
    padding-top:48px;
}

.up-to-r-drop::before {
    content:"";
    background-image:url(/images/backgrounds/up-to-r-drop.svg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position:absolute;
    top:-36px;
    left:0;
    height:104px;
    width:100%;
    z-index: 10;
}

.esg .container {
position:relative;
z-index:11;
}

.up-l-to-r-descent {
    position:relative;
    padding-top:48px;
    margin-top: 32px;
}

.gtmy.up-l-to-r-descent {
    padding-top: 0px;
    margin-top: 22px;
}

.up-l-to-r-descent.outcomes {
    margin-top: 110px;
}

.up-l-to-r-descent::before {
    content: "";
    background-image: url(/images/backgrounds/up-l-to-r-descent-3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    top: -62px;
    left: 0;
    height: 104px;
    width: 100%;
    z-index: 10;
    background-size: 100%;
    background-position: 0 bottom;
}

.gtmy.up-l-to-r-descent::before {
    top: -30px;
}

.working-at-into.up-l-to-r-descent::before {
    top: -44px;
}

.working-at-into .round-window {
    position: relative;
    top: 112px;
}

.up-l-to-r-descent-b {
    position:relative;
    padding-bottom:48px;
    margin-top: 32px;
}

.up-l-to-r-descent-b::after {
    content: "";
    background-image: url(/images/backgrounds/up-l-to-r-descent-b.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    bottom: -179px;
    left: 0;
    height: 220px;
    width: 100%;
    z-index: 10;
    background-size: 100%;
    background-position: 0 bottom;
}

.up-l-to-r-descent-50 {
    position:relative;
    padding-top:48px;
    margin-top: 32px;
}

.up-l-to-r-descent-50::before {
    content: "";
    background-image: url(/images/backgrounds/up-l-to-r-descent-50-v2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    top: -44px;
    left: 0;
    height: 470px;
    width: 100%;
    z-index: 10;
    background-size: 100%;
    background-position: 0 top;
}

.up-l-to-r-descent-50-white {
    position:relative;
    padding-top:48px;
    margin-top: 32px;
    padding-bottom: 140px;
}

.up-l-to-r-descent-50-white::after {
    content: "";
    background-image: url(/images/backgrounds/up-to-l-r-descent-50-white.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    bottom: -111px;
    left: 0;
    height: 282px;
    width: 100%;
    z-index: 10;
    background-size: 100%;
    background-position: 0 top;
}

.u-curve-low-left {
    position: relative;
    padding-top: 7%;
}

.partner-logo-grid {
    position: relative;
    z-index: 12;
}

.u-curve-low-left::before {
    content: "";
    background-image: url(/images/backgrounds/u-curve-low-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    top: -5%;
    left: 0;
    height: 140px;
    width: 100%;
    z-index: 10;
}

.u-curve-low-left-50 {
    position: relative;
    padding-top: 18%;
}

.blog-insight-page.u-curve-low-left-50 {
    padding-top: 3%;
    padding-bottom: 48px;
}

.u-curve-low-left-50::before {
    content: "";
    background-image: url(/images/backgrounds/u-curve-low-left-50.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -17%;
    left: 0;
    height: 29%;
    width: 100%;
    z-index: 10;
    background-size: 100%;
    background-position: 0 top;
}

.blog.u-curve-low-left::before { 
    top:-9%;
}

.zover .column:nth-of-type(1) {
   z-index:1001;
}

.dropin-l-u-curve {
    position:relative;
    padding-top:48px;
}

.dropin-l-u-curve::before {
    content:"";
    background-image:url(/images/backgrounds/dropin-l-u-curve.svg);
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    height:100px;
    width:100%;
    z-index: 10;
}

.dropin-l-u-curve-blue-t {
    position:relative;
    padding-top:48px;
}

.dropin-l-u-curve-blue-t::before {
    content:"";
    background-image:url(/images/backgrounds/dropin-l-u-curve-blue-t.svg);
    background-repeat:no-repeat;
    background-size:100%;
    background-position:0 bottom;
    position:absolute;
    top:-60px;
    left:0;
    height:120px;
    width:100%;
    z-index: 10;
}

.dropin-l-u-curve-white-t {
    position:relative;
    padding-top:48px;
}

.dropin-l-u-curve-white-t::before {
    content: "";
    background-image: url(/images/backgrounds/dropin-l-u-curve-white-t.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    position: absolute;
    top: -177px;
    left: 0;
    height: 159px;
    width: 100%;
    z-index: 10;
}

.n-curve {
    position:relative;
    padding-top:48px;
}

.n-curve.smarter {
    padding-top:100px;
}

.n-curve::before {
    content:"";
    background-image:url(/images/backgrounds/n-curve.svg);
    background-repeat:no-repeat;
    background-repeat:no-repeat;
    background-size:100%;
    position:absolute;
    top: -50px;
    left: 0;
    height: 263px;
    width: 100%;
    z-index: 10;
}

.n-curve-b {
    position:relative;
    padding-bottom:82px;
}

.n-curve-b::after {
    content: "";
    background-image: url(/images/backgrounds/n-curve-wbgb.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -286px;
    left: 0;
    height: 427px;
    width: 100%;
    background-size: 103%;
    z-index: 10;
    background-position: 0 top;
}

.n-curve-t {
    position:relative;
    padding-bottom:82px;
}

.n-curve-t::before {
    content: "";
    background-image: url(/images/backgrounds/n-curve-wbgb.svg);
    background-repeat:no-repeat;
    background-size:100%;
    position:absolute;
    top: -96px;
    left: 0;
    height: 263px;
    width: 100%;
    z-index: 10;
}

.n-curve-t.smarter::before {
    top: -160px;
	background-image: url(/images/backgrounds/n-curve-wbgb-smarter.svg);
}


.gr-contact {
    padding-bottom: 60px;
}

.gr-contact .centred a.info-link {
    margin: 0 auto;
}

.gr-resource-grid {
    display:grid;
    grid-template-columns: 2fr 1.2fr 0.8fr;
    column-gap: 16px;
    row-gap: 16px;
	margin-top: 32px;
}

.gr-resource-grid img,
.gr-resource-grid video {
    display:block;
    width:100%;
}

.gr-resource-grid .flex-container {
    display:flex;
    flex-wrap:wrap;
}

.gr-resource-grid .flex-container .col-1 {
    display:flex;
	margin: 0 0 0 auto;
}

.gr-resource-grid .flex-container .col-1 img {
    width:100%;
    align-self:flex-end;
    margin:0;
	border-radius:5px;
	max-width:440px;
}

.gr-resource-grid .flex-container .col-2 {
    display:flex;
    align-self:flex-start;
    margin-top:16px;
    justify-content: flex-end;
    align-items: flex-start;
}

.gr-resource-grid .flex-container .col-2 img {
    margin:0;
}

.gr-resource-grid .flex-container .col-2 img:nth-of-type(1) {
    margin-right:16px;
    border: 1px solid #999999;
    border-radius: 6px;
    width:calc(33.333% - 16px);
}

.gr-resource-grid .flex-container .col-2 img:nth-of-type(2) {
    width:calc(66.667% - 16px);
}

.gr-resource-grid video {
    border-radius: 6px;
}

.gr-resource-grid > div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gr-resource-grid > div:nth-of-type(3) img {
    margin:0;
}

.gr-resource-grid > div:nth-of-type(3) img:nth-of-type(2) {
    width:90%;
    margin-top:16px;
}

.n-curve-wbgb-b {
    position:relative;
    padding-bottom:48px;
}

.n-curve-wbgb-b.enrollment-bg {
    padding-bottom: 10%;
}

.n-curve-wbgb-b::after {
    content:"";
    background-image:url(/images/backgrounds/n-curve-wbgb.svg);
    background-repeat:no-repeat;
    position:absolute;
    bottom:0;
    left:0;
    height:144px;
    width:100%;
    background-size: 103%;
    z-index:10;
}

.u-curve-b {
    position:relative;
    padding-bottom:48px;
}

.u-curve-b::after {
    content:"";
    background-image:url(/images/backgrounds/u-curve-wbg.svg);
    background-repeat:no-repeat;
    position:absolute;
    bottom:0;
    left:0;
    height:100px;
    width:100%;
    background-size: 103%;
    z-index:10;
}

.u-curve-b-4o {
    position:relative;
    padding-bottom:0;
}

.u-curve-b-4o::after {
    content:"";
    background-image:url(/images/backgrounds/u-curve-4outlines.svg);
    background-repeat:no-repeat;
    position:absolute;
    bottom:0;
    left:0;
    height:144px;
    width:100%;
    background-size: 103%;
    z-index:10;
}

.n-curve-4o {
    position:relative;
    padding-bottom:14%;
}

.n-curve-4o::after {
    content:"";
    background-image:url(/images/backgrounds/n-curve-4o.svg);
    background-repeat:no-repeat;
    position:absolute;
    bottom:0;
    left:0;
    height:34%;
    width:100%;
    background-size: 103%;
    z-index:10;
}

.n-curve-4o-t {
    position:relative;
    padding-top:14%;
}

.n-curve-4o-t.enrollment-bg {
    padding-top: 10%;
}

.n-curve-4o-t::before {
    content:"";
    background-image:url(/images/backgrounds/n-curve-4o.svg);
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    height:34%;
    width:100%;
    background-size: 103%;
    z-index:10;
}

.climb-from-l-up-r {
    position:relative;
    padding-top:100px;
}

.climb-from-l-up-r::before {
    content: "";
    background-image: url(/images/backgrounds/climb-from-l-up-r.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 top;
    position: absolute;
    top: -100px;
    left: 0;
    height: 140px;
    width: 100%;
    z-index: 10;
}

.climb-from-l-up-r-wh-b {
    position:relative;
    padding-top:81px;
}

.climb-from-l-up-r-wh-b::before {
    content: "";
    background-image: url(/images/backgrounds/climb-from-l-up-r-wh-b.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 top;
    position: absolute;
    top: -105px;
    left: 0;
    height: 367px;
    width: 100%;
    z-index: 10;
}


.leadership-teams .centre-indent {
    position:relative;
    z-index:10;
}

/* EO BACKGROUND LINES */

.footer-top {
    background-image:url(/images/backgrounds/footer-top-curve.svg);
    background-repeat:no-repeat;
    background-size: cover;
    padding: 32px 0 8px 0;
    font-size: 0.688rem;
}

.footer-bottom {
    background-image:url(/images/backgrounds/footer-base-curve.svg);
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #503791;
    position: relative;
    top: -1px;
}

.footer-row-bottom {
    position: relative;
    top: -2px;
}

.footer-row-bottom::after {
    content:"";
    background:#323232;
    height:2px;
    bottom:-2px;
    left:0;
    width:100%;
    position:absolute;
}

.centred {
    text-align:left;
}

.resources-grid {
    display:flex;
    align-items:center;
    gap:32px;
    max-width:760px;
    margin:32px auto;
}

.resources-grid div {
    width:calc(25% - 32px);
}

.resources-grid div img {
    display:block;
    align-items:center;
}

.centred h2,
.centred p {
    margin:16px 0;
}

.col-10 h2,
.col-10 p {
    margin-left:190px;
}

.contact.centred p {
    max-width:640px;
}

.page-global-recruitment .col-md-12.column img {
    margin:2rem auto;
}

.precis ul {
    list-style-type:disc;
}

.precis li {
    margin:1rem 0;
}

.umb-grid video {
    width:100%;
}


/*
    GENERAL
*/

.col-1-3 {
    width:33.33%;
}

.col-2-3 {
    width:66.67%;
}

.col-1-2 {
    width:50%;
}

.fc-g36 {
    gap:36px;
}

.fc-g36 .col-2-3 {
    width: calc(66.67% - 20px);
}

.fc-g36 .col-1-3 {
    width: calc(33.33% - 20px);
}

article .col-2-3 {
    width:calc(100% - 255px);
}

article .col-1-3 {
    width:255px;
}

/*
    HOME
*/

.home-features {
    padding-top:50px;
    background:#EDEDED;
    transition:0.7s;
}


.home-features .col-1-3 {
    min-height:200px;
}

.home-features .col-1-3 {
    margin:30px;
    width:calc(33.33% - 60px);
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.home-features > .inner > .flex-container {
    width:calc(100% + 60px);
    margin-left:-30px;
}


.image-link {
    display:block;
    text-decoration:none;
    position:relative;
}

.image-link img {
    display:block;
    width:100%;
}

.image-link-content {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    color:#FFFFFF;
}

.home-features img {
    display:block;
    width:100%;
}

.feature-content {
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items: flex-start;
    flex-grow: 1;
    background: #b4fad0;
}

.grid-section h3,
.feature-content h3 {
    margin:8px 0;
    color:#000000;
}

.people-group-row h3 {
    margin: 16px 0 48px 0;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.feature-content a.link {
    margin-top:10px;
}


/*
    CONTENT PAGES
*/

.content-row {
    margin:1rem 0;
}

.content-row .col-1-2 {
    padding:1rem 2rem;
}

.overview-image img {
    display:block;
    width:100%;
}

.content-row .col-1-2.overview-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-row:nth-of-type(2n+0) {
    flex-direction:row-reverse;
}

.content-row.center-contact {
    flex-direction:initial;
}

.content-row .col-1-2:nth-of-type(1) {
    padding: 1rem 2rem 1rem 0;
}

.content-row .col-1-2:nth-of-type(2) {
    padding: 1rem 0 1rem 2rem;
}


.content-row:nth-of-type(2n+0) .col-1-2:nth-of-type(2) {
    padding: 1rem 2rem 1rem 0;
}

.content-row:nth-of-type(2n+0) .col-1-2:nth-of-type(1) {
    padding: 1rem 0 1rem 2rem;
}

.content-row.center-contact .col-1-2:nth-of-type(1) {
    padding: 1rem 2rem 1rem 0;
}

.content-row.center-contact .col-1-2:nth-of-type(2) {
    padding: 1rem 0 1rem 2rem;
}

.overview-text h1 {
    margin:0 0 1rem 0;
}

.center-contact h3 {
    margin: 0 1rem 1rem 0;
}

.center-contact .partner-cd .person,
.center-contact .partner-cd a.person {
    margin: 1rem 1rem 1rem 0;
}

.page-link {
    margin:1rem 0;
}

.page-intro {
    padding:2rem 0 0 0;
}

/*
    PARTNER PAGES
*/

.location-link-item,
.partner-link-item {
    width:calc(33.333% - 2rem);
    padding:0;
    margin:1rem;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
    display: flex;
    border-radius:6px;
    flex-direction:column;
    text-decoration:none;
    position:relative;
}

.location-link-item h3,
.partner-link-item h3 {
    font-size:1rem;
}

.location-color-band,
.partner-color-band {
    background:#EDEDED;
    width:100%;
    height:8px;
    border-radius:6px 6px 0 0;
}

.location-link-item > *,
.partner-link-item > * {
    flex-grow:1;
}

.location-link-item > .location-color-band,
.partner-link-item > .partner-color-band {
    flex-grow:0;
}

.partner-logo {
    display:block;
    max-width:300px;
}

.partner-link-item .partner-logo {
    padding:1rem;
}

.region .partner-link-item .partner-logo img {
    display:block;
    height:148px;
    margin:1rem auto;
    width:100%;
    min-width: 220px;
}

.cs-list .partner-link-item .partner-logo img {
    display:block;
    width:100%;
}

.region .location-link-item .location-image {
    border-radius:6px 6px 0 0;
}

.region .location-link-item .location-image img {
    display:block;
    border-radius: 6px 6px 0 0;
    width:100%;
}

.location-link-item h3,
.partner-link-item h3 {
    background:#F3F3F3;
    padding:12px 16px;
}

.location-link-item:hover,
.partner-link-item:hover {
    top:-2px;
    box-shadow: 0px 4px 10px 4px rgb(204 204 204 / 50%);
    transition:ease;
}

.region h3 {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0;
}

.region .partner-logo {
    display:block;
    margin: 0 auto;
}

.region .partner-logo img {
    display:block;
    width:100px;
    margin-left:1rem;
}

/*
       PEOPLE

*/

.item-detail-container,
.person-detail-container {
    display: -webkit-flex;
    display:none;
    justify-content:center;
    align-items:center;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 100001;
}

.item-detail,
.person-detail {
    position:relative;
    width:80%;
    background:#FFFFFF;
    padding:1.5rem;
    overflow-y: auto;
    box-shadow: 0 0 0 1600px rgba(0, 0, 0, 0.5);
    max-height: 100%;
    max-width: 1200px;
    border-radius: 8px;
}

.item-detail {
    padding:0 4rem 2rem 4rem;
}

.detail-close svg {
    pointer-events:none;
}

.item-detail-container .detail-close {
    pointer-events:auto;
}

.external-link {
    color:#000000;
    display: flex;
    align-items: center;
}

.video-link {
    color:#000000;
    display: flex;
    align-items: center;
    margin:0.5rem 0;
}

a.link.box.green img,
.external-link svg {
    fill:#000000;
    display:block;
    width: 15px;
    margin-left: 8px;
}

a.link.box.green img
{
    margin-top: 0;
    margin-bottom: 0;
}

.detail-close {
    position:absolute;
    cursor: pointer;
    top:1rem;
    right:1rem;
}

.person-detail .col-1-3 {
    width:190px;
}

.person-detail .col-2-3 {
    width:calc(100% - 190px);
    padding: 0 1.5rem 0 2rem;
}

.person-detail .col-2-3 p:first-of-type {
    margin-top:0;
}

.detail-close svg {
    display:block;
    width:20px;
    height:20px;
    cursor:pointer;
}

.detail-close svg path {
    fill:#E2001A;
}

.link-grid.flex-container {
    width:calc(100% + 2rem);
    margin-left:-1rem;
    padding-bottom: 2rem;
}

.people-grid {
    width: 100%;
    margin-left: 0;
    padding-bottom: 2rem;
    gap: 32px;
}

.person {
    width: calc(25% - 32px);
    display:flex;
}

.person.person-page {
    width: 100%;
    display:flex;
    margin: 32px 0;
}

.person.person-page .col-2-3 p:nth-child(1) {
    margin-top:0;
}

.people-group-row.news .person {
    width:calc(33.333% - 2rem);
}

.partner-cd .person,
.partner-cd a.person {
    width:100%;
    max-width:292px;
    margin:1rem;
    display:flex;
    text-decoration:none;
    color:#333333;
}

.person-title {
    padding:1rem;
}

.person-col-1 {
    width:33.333%;
}

.person-col-2 {
    width:66.667%;
}

.person .image {
    margin:0 auto 4px auto;
}

.person.person-page .image > div {
    margin:0 auto 4px auto;
    text-align:center;
}

.person h3,
.person-detail h3 {
    margin-bottom:0.3rem;
    color:#000000;
}


.person.person-page h1 {
    margin-bottom: 0.3rem;
    margin-top: 1.2rem;
    color: #000000;
    line-height: 1.6rem;
    font-size: 1.188rem;
}

.people-group-row {
    background:#FFFFFF;
}


.people > div:nth-of-type(n+3) > h3 {
    border-top:1px solid #CCCCCC;
}

.people-group-row.leadership {
    margin: 64px 0;
    position: relative;
}

.blog-page h2,
.news-page h2,
.people-group-row > .inner > h3 {
    display:flex;
    padding: 1.5rem 0 1.5rem 0;
    margin: 0;
    align-items: center;
}

.blog-page h2 svg,
.news-page h2 svg,
.people-group-row h3 svg {
    display:block;
    width:24px;
    height:24px;
    margin-right:16px;
    transform:rotate(180deg)
}

.blog-page .row.active h2 svg,
.news-page .row.active h2 svg,
.people-group-row.active h3 svg {
    transform:rotate(0deg);
}

.people-group-row h3:hover {
    cursor:pointer;
}

.people-group-row .people-group {
    display:none;
    opacity:0;
    transition:1.5s;
}

.people-group-row.news .people-group,
.people-group-row.active .people-group {
    display:flex;
    opacity:1;
}

.person .image img {
    width: 140px;
    display: block;
    border-radius: 50%;
    height: 140px;
    margin:0 auto 1rem auto;
}

.person-tile {
    width:100%;
    background:#FFFFFF;
    display: flex;
    flex-direction: column;
    cursor:pointer;
    border-radius: 6px;
    position:relative;
}

.people-group-row.news .person-tile {
    padding:0;
}

.people-group-row.news .person .image {
    margin:0;
}

.person-news-content {
    padding:1.5rem 2rem 2rem 2rem;
}

.people-group-row.news .person .image img {
    width: 100%;
    display: block;
    border-radius: 0;
    height: unset;
    margin: 0;
}

.person-detail-container.news .person-detail .col-1-3 {
    width:33.333%;
}

.person-detail-container.news .person-detail .col-2-3 {
    width: 66.667%;
}

.person-detail-container.news .person-detail .col-1-3 .image {
    margin-bottom: 1.5rem;
}

.globe-slideshow {
    background:#FFFFFF;
    width: 125%;
    padding: 32px;
    border-radius: 8px;
}

.indent-1col {
    margin-left:95px;
}

.indent-2col {
    margin-left:190px;
}

.col-md-6 .col4-w {
    width:70%;
    z-index: 12;
}

.col-md-6 .col7-w {
    width: 120%;
    position: relative;
    right: 20%;
    z-index: 12;
}

.track-container {
    padding-bottom: 20px;
    padding-top: 100px;
}

.track-container .rounded {
    position: relative;
    z-index: 11;
}

.slider-item.sli-uac {
    position:relative;
}

.uac-filter-buttons {
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #000000;
    border-radius:3px;
    display:-webkit-flex;
    width:fit-content;
    margin:0 auto 20px auto;
    overflow:hidden;
}

.uac-filter-buttons button {
    cursor:pointer;
    background:#FFFFFF;
    color:#000000;
    border:none;
    padding:10px;
    font-family: open-sans, sans-serif;
}

.uac-filter-buttons button.checked {
    color:#FFFFFF;
    background:#000000;
}

.slider-item.sli-uac:hover,
.news-item-grid .item:hover {
    top:-2px;
    box-shadow: 0px 4px 10px 4px rgb(204 204 204 / 50%);
    transition:ease;
    cursor:pointer;
}

.person-tile h3,
.person-tile .role,
.person-detail h3,
.person-detail .role {
    text-align:center;
    display: block;
    width: 100%;
}

.person-detail .role {
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.3rem;
}

.person-detail h3,
.person-tile h3 {
    position:relative;
    margin: 0 0 4px 0;
}

.person-detail .role,
.person-tile .role {
    font-weight:500;
    font-size:0.875rem;
}

.person-detail .link {
    margin-top:1rem;
}

.person .content {
    padding:0 0 0 1rem;
}

.person .content p:first-of-type {
    margin-top:0;
}

.person-tile .person-social-links {
    margin:0 auto;
    width:24px;
}

.person-tile .person-social-links a {
    text-decoration:none;
    display:block;
    margin:0 auto;
    width:24px;
    height:24px;
}

.person-tile .image {
    pointer-events:none;
}

.person-detail a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
}

.person-detail .col-2-3 p,
.person-detail .col-2-3 p:first-of-type,
.pd_intro {
    font-weight:500;
    font-size:1rem;
}

.person-tile .person-social-links > a svg {
    display:block;
    width:24px;
    height:24px;
}

.person-detail svg#linkedin {
    display:block;
    width:24px;
    height:24px;
}

.person-tile svg#linkedin .si-cls-1,
.person-detail svg#linkedin .si-cls-1 {
    fill:#0077B5;
}

.video-background {
    position: relative;
    width: 100%;
    padding-top: 75%;
    height: 0;
    margin-bottom: calc(-100% / 6.5);
    overflow: hidden;
}

.video-background iframe {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* jobs / careers */

.list-controls {
    display:flex;
    align-items:center;
    margin: 16px 0;
}

.list-controls button {
    background:#f07f3c;
    color:#FFFFFF;
    border:none;
    padding: 0.75rem;
    display: inline-block;
    text-align: center;
    transition: 0.7s;
    cursor: pointer;
    margin: 0.5rem 0.25rem;
    border: none;
    border-radius:7px;
    align-self: flex-start;
    margin: 8px 0;
}

.list-controls button:hover {
    border: none;
    background:#fff6a7;
}

.list-controls button.inactive,
.list-controls button.inactive:hover {
    background:#CCCCCC;
    border: none;
    cursor:default;
}

ul.page-numbers {
    display:flex;
    list-style-type:none;
    margin:8px;
    padding:0;
    align-items:center;
    flex-wrap:wrap;
    gap: 8px;
}

ul.page-numbers li {
    padding: 12px;
    background: #f07f3c;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    transition: 0.7s;
    line-height: 1rem;
    margin: 0;
    text-align: center;
    border-radius: 7px;
    font-weight: 600;
    min-width: 40px;
}

ul.page-numbers li.current,
ul.page-numbers li.current:hover {
    border: none;
    background:#fff6a7;
    color:#000000;
    cursor:default;
}

ul.page-numbers li:hover {
    background:#fff6a7;
    border: none;
    color:#000000;
}

.list-controls button svg {
    fill:#FFFFFF;
    height:16px;
    width:16px;
}

a.file-item,
a.job-item,
a.media-coverage-item,
a.search-item {
    display:flex;
    margin:0.5rem 0;
    border:1px solid #ededed;
    padding:0;
    justify-content: space-between;
    color:#333333;
    text-decoration:none;
    transition:0.5s;
    border-radius:7px;
}

a.media-coverage-item {
    background:#fff6a7;
    border:none;
}

a.file-item h5,
a.job-item h5,
a.media-coverage-item h5,
a.search-item h5 {
    margin:0;
    transition:0.5s;
    color:#000000;
    text-decoration:underline;
}

a.file-item:hover,
a.job-item:hover,
a.media-coverage-item:hover,
a.search-item:hover {
    background:#EDEDED;
    color:#E2001A;
}

a.file-item:hover h5,
a.job-item:hover h5,
a.media-coverage-item:hover h5,
a.search-item:hover h5 {
    color:#003739;
}

.search-item > span,
.job-item > div,
.media-coverage-item > div,
.media-coverage-results-header > span,
.job-results-header > span {
    width:15%;
    padding:1rem;
}

.search-item > span {
    width:50%;
}

.file-item {
    justify-content:space-between;
}

.file-item > span {
    padding:1rem;
}

.file-item > span:first-of-type {
    display:flex;
}

.resource-file-info {
    display:block;
    margin:0 1rem;
}

table.mceItemTable {
    margin: 20px 0;
    width:80%;
    border-collapse: collapse;
}

table.mceItemTable th {
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #CCC;
    background: rgba(0,0,0,0.1);
}

table.mceItemTable td {
    border: 1px solid #CCC;
    padding: 10px;
    word-break: break-word;
}

.job-downloads {
    padding:1rem 0;
}

.job-downloads a.link.box {
    margin:0 1rem 0 0;
}

.job-row {min-height:480px;}

.job-item .responsive-label  {
    display:none;
    font-weight:600;
}

.jobs-header > div:nth-of-type(1),
.jobs-header-filters > div:nth-of-type(1),
.job-item > div:nth-of-type(1),
.job-results-header > span:nth-of-type(1) {
    width:30%;
}

.media-coverage-header > div:nth-of-type(1),
.media-coverage-item > div:nth-of-type(1) {
    width:78%;
}


.jobs-header > div:nth-of-type(2),
.job-item > div:nth-of-type(2),
.jobs-header-filters > div:nth-of-type(2),
.job-results-header > span:nth-of-type(2),
.media-coverage-header > div:nth-of-type(2),
.media-coverage-item > div:nth-of-type(2) {
    width:22%;
}

.media-coverage-item > div:nth-of-type(2) {
    width:auto;
}

.jobs-header > div:nth-of-type(3),
.jobs-header-filters > div:nth-of-type(3),
.job-item > div:nth-of-type(3),
.job-results-header > span:nth-of-type(3) {
    width:36%;
}

.jobs-header > div:nth-of-type(4),
.jobs-header-filters > div:nth-of-type(4),
.job-item > div:nth-of-type(4),
.job-results-header > span:nth-of-type(4) {
    width:12%;
    text-align:right;
    justify-content:flex-end;
}

.media-coverage-header > div,
.jobs-header > div,
.jobs-header-filters > div {
    padding:1rem;
}

.jobs-header-filters > div input,
.jobs-header-filters > div select {
    margin:1rem;
}

.jobs-header > div,
.jobs-header-filters > div {
    display:flex;
    align-items:center;
}

.jobs-row input,
.jobs-row select {
    padding:0.5rem;
    font-family: open-sans, sans-serif;
    width:100%;
    outline:none;
    border:2px solid #CCCCCC;
    height:41px;
    transition:0.5s;
}

.jobs-row input:focus,
.jobs-row select:focus {
    border:2px solid #000000;
}

.jobs-header {
    font-weight:600;    
}

.media-coverage-header,
.jobs-header,
.jobs-header-filters {
    display:flex;
}

.no-results {
margin:0.5rem 0;
    border:1px solid #ededed;
    padding:1rem;
}

.media-coverage-results,
.jobs-results {
    margin-bottom:2rem;
}

.media-coverage-results {
    justify-content: space-between;
    padding: 0px 64px 16px 0;
}

/*
    Resources and docs

*/

.resource-list {
    margin-bottom: 2rem;
}

.resource-item {
    display: flex;
    margin: 0.5rem 0;
    border: 1px solid #ededed;
    padding: 0;
    justify-content: space-between;
    color: #333333;
    text-decoration: none;
    transition: 0.5s;
}

.resource-item svg {
    display:block;
    width:16px;
    height:16px;
}

.resource-item:hover {
    background: #EDEDED;
    color: #E2001A;
}

.resource-item > div {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.resource-item h5 {
    margin: 0;
    transition: 0.5s;
    color: #000000;
    text-decoration: underline;
    display: inline-block;
}

.resource-item:hover h5 {
    color: #E2001A;
}

.resource-item h5 span {
    color:#333333;
    font-family: open-sans, sans-serif;
    font-weight:500;
    text-decoration:none;
    display: inline-block;
    margin-left: 0.3rem;
}

.cs-list {
    width:100%;
}

/*

    CONTACT US PAGE
    + CAREERS FORM

*/
.career-form,
.contact_form {
    padding: 0 0 32px 0;
}

.career-form > div,
#contactForm > div {
    display:flex;
    margin:0.5rem 0;
}

#contactForm > div.captcha {
    margin: 16px 0 16px auto;
    width: fit-content;
}

.career-form > div.controls,
#contactForm > div.controls {
    justify-content:flex-end;
    width:fit-content;
    margin: 32px 0 16px auto;
}

.responsive-images img:nth-of-type(1) {
    display:block;
}
.responsive-images img:nth-of-type(2) {
    display:none;
}

.contact-form div.controls input {
    margin:0;
}

.contact-form div.controls input:focus {
    border:none;
}

.career-form label,
.contact-form label {
    width:200px;
    padding: 0.5rem 0;
}

.read-only.career-form-row span,
.career-form .input-row {
    width:calc(100% - 200px);
}

.career-form input,
.career-form select,
.career-form textarea {
    padding:0.5rem;
    font-family: open-sans, sans-serif;
    width:100%;
    outline:none;
    border:2px solid #CCCCCC;
}

.input-extra-field label {
    padding: 0.5rem 1rem 0.5rem 0rem;
    display: block;
    color: #000000;
}

.contact-form .input-row {
    width:calc(100% - 200px);
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.file-uploader {
    padding:0.5rem;
    font-family: open-sans, sans-serif;
    width:100%;
    outline:none;
    border:2px solid #CCCCCC;
}

.ef.static {
    padding:0.5rem;
    background:#E2001A;
    color:#FFFFFF;
}

.file-uploader {
    background:#EDEDED;
    cursor:pointer;
}

.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border:2px solid #000000;
}

.contact-form textarea {
    height:140px;
}

.career-form .read-only {
    min-height:39px;
}

.career-form  .text-box-small select,
.contact-form  .text-box-small select {
    width:100px;
}

.career-form .controls,
.contact-form .controls {
    text-align:right;
    position:relative;
}

.search-options button,
.career-form input[type=submit],
.contact-form input[type=submit] {
    display: block;
    padding: 8px 12px;
    font-weight: 600;
    color: #FFFFFF;
    background: #B39011;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 25px;
    width:fit-content;
    margin:32px 0;
    border:none;
    cursor:pointer;
}

.contact-form input[type=submit] {
    position:relative;
    padding-right: 30px;
    cursor:pointer;
}

.contact-form input[type=submit]:hover {
    background:#E2001A;
}

.contact-form .controls span.more {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 14px;
    height: 14px;
}

.contact-form .controls span.more::after {
    position: absolute;
    right: 0px;
    top: 5px;
    content: url(/images/icons/arrow-right.svg);
    width: 14px;
    height: 14px;
}

#recaptcha {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

/*
    Careers 
*/

.widget-section.careers-intro {
    background:#FFFFFF;
}

.flex-container.career-regions {
    width:calc(100% + 4rem);
    margin-left:-2rem;
    overflow:hidden;
}

.flex-container.career-regions .item-tile-career {
    width:calc(50% - 4rem);
    margin:2rem;
    border-radius: 6px;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 10px 2px rgb(204 204 204 / 30%);
    border: 1px solid #CCCCCC;
}

.link.box.external svg {
    display:block;
    width:16px;
    fill:#FFFFFF;
    margin-left:12px;
}

.career-regions .link.box {
    margin:0 auto;
}

.career-regions .slider-item-image .country-flag {
    width: 101px;
}

.career-page-end {
    text-align:center;
    padding:2rem 0;
}

.career-page-end a {
    display:block;
    margin:1rem;
    width:200px;
    text-decoration:none;
}

.career-page-end svg {
    display:block;
    width:100%;
}

.flex-container.career-page-end-logos {
    justify-content: center;
    align-items: center;
}

.employee-stories .splide__track {
    box-shadow:unset;
    border:none;
}

.item-tile-story h3 {
    margin-top:0;
}

.employee-stories .splide {
    margin-top:2rem;
}

span.red {
    color:#E2001A;
    display:inline-block;
    margin-right:0.4rem;
}

.value-list-item {
    margin:1rem 0;
    border:1px solid #CCCCCC;
    padding:2rem;
    border-radius:5px;
}

.value-title {
    text-transform:uppercase;
    display: block;
    font-size: 24px;
    margin: 1rem 0;
    font-family: neo-sans, sans-serif;
}

.flex-container.region-benefits-links {
    width:calc(100% - 2rem);
    margin-left:-2rem;
}

.flex-container.region-benefits-links a {
    display: flex;
    justify-content: center;
    width: calc(50% - 4rem);
    align-items: center;
    margin: 2rem;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 2px rgb(204 204 204 / 30%);
    border: 1px solid #CCCCCC;
    padding:2rem;
    background:#FFFFFF;
}

.flex-container.region-benefits-links a img {
    display:block;
    border-radius:50%;
    width:100px;
    height:100px;
    margin-right:1rem;
}

.benefit-link-flag {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    margin-right: 2rem;
}


/* Agents Pages */

/* map */

.agent-map-select {
    display:flex;
    flex-wrap:wrap;
}

.agent-map {
    width:70%;
}

.agent-map-country-selector {
    width:30%;
    padding: 16px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: 60px 0 48px 0;
}

.region-country-list-select a,
.agent-map-country-selector a {
    display:block;
    color:#007D73;
    transition:.5s;
    margin:6px 0;
    font-size:0.9rem;
}

.region-country-list-select a:hover,
.agent-map-country-selector a:hover {
    color:#E2001A;
}

.map-selector-country-list {
    overflow-y:auto;
    max-height:280px;
}

.agent-list div.agent-item:first-child {
    border-top:1px solid #CCCCCC;
}

.agent-item {
    display:grid;
    grid-template-columns:300px 1fr 125px;
    align-items:flex-start;
    gap:16px 24px;
    margin:16px 0;
    padding:16px 0;
    border-bottom:1px solid #CCCCCC;
}

.agent-item a.info-link {
    margin:0;
}

.agent-item .agent-email a {
    color:#003739;
}

.agent-item .agent-email a:hover {
    color:#E2001A;
}

.agents button {
    display: block;
    padding: 0px 8px;
    font-weight: 600;
    color: #FFFFFF;
    background: #B39011;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 25px;
    width: fit-content;
    margin: 32px 0;
    white-space: nowrap;
    line-height: 24px;
    font-size: 0.875rem;
    position:relative;
    border:none;
}

.agents button.previous {
    padding-left:30px;
}

.agents button.next {
    padding-right:30px;
}

.prompt {
    font-size:0.9rem;
    color:#CCCCCC;
}

.agent-address-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.agent-address-container .agent-address {
    border-top:1px dashed #CCCCCC;
    padding: 24px 0;
}

.agent-address-container .agent-address:first-child {
    border-top:none;
    padding:0;
}

.agents button:nth-child(1) {
    padding-left:28px;
}

.agents button:nth-child(2) {
    padding-right:28px;
}

.agents button:nth-child(1)::after,
button.previous::after {
    position: absolute;
    left: 8px;
    top: 2px;
    content: url(/images/icons/arrow-right.svg);
    width: 14px;
    height: 14px;
    transform:scaleX(-1);
}

.agents button:nth-child(2)::after,
button.next::after {
    position: absolute;
    right: 8px;
    top: 2px;
    content: url(/images/icons/arrow-right.svg);
    width: 14px;
    height: 14px;
}

.agents button.inactive,
.agents button.inactive:hover {
    background:#CCCCCC;
    cursor:default;
}

.agents .controls {
    display:flex;
    justify-content:space-between;
}

.agents button:hover {
    background:#E2001A;
    cursor:pointer;
}

.cls-am1 {
    fill: #f9ad33;
}

.min-height-200 .inner {
    padding:60px 0;
}

.cls-am2 {
    fill: #f79900;
}

.cls-am3 {
    fill: #fcd699;
}

.cls-am4 {
    fill: #fac266;
}

.map-region:hover {
    cursor:pointer;
}

.map-region .cls-am1,
.map-region .cls-am2,
.map-region .cls-am3,
.map-region .cls-am4 {
    transition:.7s;
}

.map-region:hover .cls-am1,
.map-region:hover .cls-am2,
.map-region:hover .cls-am3,
.map-region:hover .cls-am4,
.map-region.selected .cls-am1,
.map-region.selected .cls-am2,
.map-region.selected .cls-am3,
.map-region.selected .cls-am4 {
    fill:#FF5064;
}

.agent-map svg {
    display:block;
    width:100%;
}

.region-items {
    margin-top:64px;
}

.region-country-list-select {
    columns:4;
    display:none;
}

.country-selector {
    padding-bottom:36px
}

section.disclaimer .inner {
    position:relative;
    z-index:1;
}

.region-item {
    border-bottom: 1px solid #CCCCCC;
    padding: 1rem 0;
}

.region-item:nth-col(1) {
    border-top:1px solid #CCCCCC;
}

.agents .outline-title {
    top: -34px;
    margin-bottom: 20px;
}

.agents .outline-title svg {
    display: block;
    width: 95%;
}

.region-item h3 {
    margin:0;
    display:flex;
    align-items:center;
}

.region-item h3 svg {
    transform:rotate(180deg);
    display:block;
    width:20px;
    height:20px;
    margin-right:24px;
}

.region-item.active h3 svg {
    transform:rotate(0deg);
}

.region-item.active .region-country-list-select {
    display:block;
    padding:24px 0;
}

.region-items > div:first-child {
    border-top: 1px solid #CCCCCC;
}

/* 
    Arrows
*/

.cls-sa1 {
    fill: #4d4d4d;
}

.cls-sa2 {
    fill: #fff;
}

/*
    FOOTER
*/

footer {
    color:#FFFFFF;
}

footer a, footer a:link, footer a:visited {
    color:#FFFFFF;
}
.footer-links {
    width: calc(100% - 354px);
    padding: 0 24px;
}

.footer-links a {
    text-decoration:none;
    display:block;
}

.footer-link-left-pad,
.footer-logo {
    padding:0 0 24px 0;
    width:130px;
    margin-right: 24px;
}

.footer-logo svg {
    display:block;
    width:98px;
    height:25px;
}

.footer-logo a.footer-staff-link {
    background:#666666;
    color:#FFFFFF;
    display:block;
    text-decoration:none;
    transition:0.7s;
    font-family: neo-sans, sans-serif;
    padding: 0.75rem 1rem;
    text-align: center;
    cursor: pointer;
    line-height: 1rem;
    margin: 1.5rem 0rem 0.5rem 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    width: 130px;
}

.footer-logo a.footer-staff-link:hover {
    background:#474747;
    color:#FFFFFF;
    text-decoration:none;
}

footer > .inner {
    justify-content: space-between;
}


.insight .flex-container.insight-social,
.footer-social .flex-container {
    display:flex;
    justify-content:flex-start;
    width:200px;
    flex-wrap:wrap;
    padding-top: 4px;
}

.insight-social a,
.footer-social a {
    text-decoration:none;
    display:flex;
    margin-right:20px;
    justify-content:center;
    align-items:center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
}

.insight-social a {
    background:#808080;
}

.footer-addresses {
    width:calc(100% - 354px);
}

.footer-addresses .flex-container {
    width:100%;
    justify-content:flex-start;
    padding: 0 24px;
}

.footer-addresses .flex-container .col-1-3 {
    width:auto;
    min-width:190px;
    margin:0 0 1rem 0;
}

.col-1-4 {
    width:25%;
}

.footer-social {
    width:200px;
}

.insight-social svg,
.footer-social svg {
    display:block;
    width:100%;
    height:100%;
    max-height:20px;
    max-width:20px;
}

footer h5 {
    color:#d4af37;
    margin: 0 0 6px 0;
    font-size: 0.688rem;
    font-family: open-sans, sans-serif;
    font-weight:600;
}

.china-code {
    display:inline-block;
    margin-left:0px;
}

.col-1-1 {
    width:100%;
}

.footer-addresses .col-1-1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}


.footer-addresses .col-1-1 > * {
    width: auto;
    min-width: 190px;
}

.footer-link-right-pad {
    width:200px;
}

footer .split {
    display:inline-block;
    margin:0 3px;
}

.footer-base > .flex-container {
    justify-content:space-between;
}

.footer-base > .flex-container > div:nth-of-type(2) {
    text-align:right;
}

.footer-base > .flex-container * {
    font-size:0.75rem;
}

.footer-base > .flex-container > span {
    display:inline-block;
    margin-right:16px;
}

.footer-base > .flex-container > a {
    display:inline-block;
    margin:0 32px 0 0;
}

.footer-top,
.footer-bottom,
.footer-base {
    font-size:0.688rem;
}

.footer-bottom {
    padding: 56px 0 32px 0;
}

.address.col-1-3 * {
    padding:0 2rem 0 0;
    font-size:0.75rem;
}

.pnf {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:4rem;
    min-height: 65vh;
    color:#E2001A;
}

.pnf h3 {
    color:#E2001A;
    text-align:center;
}

.pnf img {
    display:block;
    width:50%;
    margin:2rem auto;
}

.pnf a.link.box.white {
    display: block;
    width: 140px;
    margin:2rem auto;
    border-color:#E2001A;
    color:#E2001A;
    border-radius:25px;
}

.pnf a.link.box.white:hover {
    border-color:#503791;
    background:#503791;
    color:#FFFFFF;
}

footer a:hover {
    text-decoration:underline;
}

.footer-row-top {
    padding:48px 0 12px 0;
}

.footer-row-bottom {
    padding: 0 0 16px 0;
    background: #323232;
}

/*
    // FOOTER
*/

/* 
    ICONS
*/

.si-cls-1 {
    fill:#FFFFFF;
}

.u-curve-low-left::before {
    top: -11%;
    height: 170px;
}

.t-curve-50::before {
    height: 222px;
}

@media all and (max-width: 2140px) {
    .insight-image {
        width: 58vw;
        top: -19vw;
    }

    .blog .outline-title {
        top: -50px;
        margin-bottom: -30px;
    }
}


@media all and (max-width: 1680px) {
    .insight-image {
        width: 53vw;
        top: -13vw;
        left: unset;
        right:25px;
    }

    .grid-section .t-curve-50 .clipped,
    .grid-section .t-curve-t .clipped {
        width: 80vw;
    }

    .grid-section .t-curve-50.gtmy .clipped {
        top: -1.5vw;
        width: 60vw;
    }

    .outline-title {
        top: -55px;
    }

    .blog .outline-title {
        top: -77px;
        margin-bottom: -60px;
    }

    .insight-page .insight-image {
        width: 58vw;
        top: -9vw;
        right: 10px;
    }
}

@media all and (max-width: 1440px) {

    .grid-sectio .enhance-container .full-image.clipped {
        top: -22.5vw;
        width: 67vw;
    }

    .grid-section .gtmy-why .full-image.clipped {
        width: 81vw;
    }

    .insight-page .insight-image {
        width: 64vw;
        top: -11vw;
    }

    .blog .outline-title {
        top: -93px;
        margin-bottom: -70px;
    }

    .u-curve-b-4o.gtmy {
        padding-bottom: 107px;
    }

    .u-curve-low-left::before {
        top: -5%;
        height: 140px;
    }

    .t-curve-50::before {
        height: 140px;
    }

    .outline-title {
        top:-63px;
    }

    .latest-news .outline-title {
        margin-bottom: -23px;
    }

    .contact-home .outline-title {
        top: -55px;
        margin-bottom: -40px;
    }
    
    .n-curve-4o {
        padding-bottom: 10%;
    }

    .grid-section .gtmy .clipped,
    .grid-section .t-curve-50 .clipped,
    .grid-section .t-curve-t .clipped {
        width: 100vw;
    }

    .u-curve-low-left {
        padding-top: 6%;
    }

    .influence-image {
        top: -6vw;
    }

    .grid-section .t-curve-t.gtmy .clipped {
        width:72vw;
    }

    .grid-section .gtmy .clipped,
    .grid-section .t-curve-50.gtmy .clipped {
        width:119vw;
        top: -1vw;
        left: 5%;
    }

    .homegr-slideshow > div {
        left: -10%;
    }

    .homegtmy-slideshow > div {
        left: -10%;
    }

    .n-curve-4o {
        padding-bottom: 10%;
    }

    .n-curve-4o::after {
        height: 22%;
    }
}

@media all and (max-width: 1340px) {
    .hero-content,
    .sign-posts {
        width: 60%;
    }

    .sign-posts {
        margin-top:30px;
    }


    .hero-content-container.hccdev {
        bottom: -128px;
    }

    .home-features.hfdev {
        padding-top: 230px;
    }

    .u-curve-low-left::before {
        top: -15%;
        height: 34%;
    }

    .insight-image {
        width: 58vw;
        left: unset;
        top: -16vw;
        right: 10px;
    }

}

@media all and (max-width: 1260px) {

    .blog-item-grid .item, .news-item-grid .item {
        width: calc(33.333% - 17px);
    }

    .climb-from-l-up-r-wh-b::before {
        top: -86px;
        height: 165px;
    }
    
    .climb-from-l-up-r-wh-b.esg::before {
        top: -3px;
        height: 165px;
    }

    .grid-section .gtmy-why .container > .row .col-md-6:nth-of-type(1) {
        background: #FFFFFF;
        z-index: 8;
    }

    .grid-section .gtmy-why .full-image.clipped {
        width: 88vw;
        left: -11vw;
    }

    .insight-page .insight-image {
        width: 87vw;
        top: -14vw;
    }

    .n-curve-4o::after {
        height: 21%;
    }
    
    .u-curve-b-4o {
        padding-bottom: 84px;
    }

    .insight-image {
        width: 64vw;
    }
}



@media all and (max-width: 1140px) {

    .offset-left-up .container > .row > div:first-of-type {
        top:-50px;
    }

    .grid-section .partner-logo-grid.recognition {
        padding-bottom: 44px;
        top: -60px;
    }

    .grid-section .t-curve-50 .clipped,
    .grid-section .t-curve-t .clipped {
        top: -4vw;
        width: 120vw;
    }

    .homegr-slideshow > div {
        left: -10%;
    }
    
    .footer-addresses .col-1-1,
    .footer-addresses .flex-container {
        justify-content: flex-start;
    }

    .person {
        width: calc(33.333% - 2rem);
    }

    /*.hero-content-container {
        top: 200px;
    }*/

    .home-features {
        padding-top: 120px;
    }
    
    .home-features.hfdev {
        padding-top: 220px;
    }

    .insight-image {
        margin-bottom: -32vw;
    }
}

@media all and (max-width: 1040px) {

    .insight-image {
        width: 81vw;
        top:-21vw;
    }

    .grid-section .t-curve-50 .clipped,
    .grid-section .t-curve-t .clipped {
        top: -4vw;
        width: 151vw;
    }

    .grid-section .t-curve-50 .clipped img,
    .grid-section .t-curve-t .clipped img {
        left:-20%;
    }

    .n-curve-4o {
        padding-bottom:10%;
    }

}

@media all and (max-width: 960px) {

    .agent-map,
    .agent-map-country-selector {
        width:100%;
    }


    div.with-icon {
        width: 100%;
        flex-direction: column;
    }

    .offset-left-up .container > .row > div:first-of-type {
        top:0;
    }

    .grid-section .partner-logo-grid.recognition {
        top: 0;
    }

    .up-l-to-r-descent.working-at-into {
        padding-top:0;
    }

    .people-group-row h3 {
        margin: 16px 0 32px 0;
    }

    .working-at-into.up-l-to-r-descent::before {
        top: -100px;
    }

    .grid-section .gtmy-why .container > .row .col-md-6:nth-of-type(1) {
        padding: 0;
        margin-top: 16px;
    }

    .climb-from-l-up-r-wh-b.leadership-teams::before {
        top: 0px;
    }

    .people-group-row.leadership {
        margin: 32px;
    }

    .u-curve-wh-t.gtmy-why {
        padding-top: 0;
        margin-top:0;
    }

    .u-curve-wh-t.gtmy-why::before {
        top: -97px;
        height: 171px;
    }

    .blog-item-grid .item, .news-item-grid .item {
        width: calc(50% - 17px);
    }

	.up-l-to-r-descent-50::before {
		background-image: url(/images/backgrounds/up-l-to-r-descent-3.svg);
	}

    .meet-partners {
        padding-bottom:44px;
    }

    .n-curve-t::before {
        top:-44px;
    }

    .col-7 {
        width:100%;
    }

    .floating-links,
    nav > span.has-sub,
    nav > a:not(.search-link),
    .jobs-header {
        display:none;
    }

    .mobile-hero-section,
    .mobile-header-bar,
    .nav-icon {
        display:block;
    }

    .latest-news .outline-title {
        margin-bottom: 0px;
        top: -44px;
    }

    .homegtmy-slideshow > div {
        left:0;
    }

    .grid-section .gtmy .clipped,
    .grid-section .t-curve-50.gtmy .clipped {
        width: calc(110vw + 1px);
        position: relative;
        top: 0vw;
        margin-bottom: -6vw;
        left: -10%;
    }

    .centred .col-10 a.info-link, 
    .col-10 a.info-link {
        margin: 0 0 100px 0;
    }

    .u-curve-low-left::before { 
        top:-40%;
        width:102%;
    }

    .n-curve-b::after {
        bottom: -339px;
    }

    .t-curve-t::before {
        height: 46px;
    }

    .insight-image {
        width: 105vw;
        top: -23vw;
        left: -7%;
        margin-bottom: -116px;
        position: relative;
    }

    .col-10-indented,
    .col-10 h2, 
    .col-10 p,
    .intro-content {
        margin:0;
    }
   
    .intro li, 
    .intro  p {
        font-size:1.188rem;
    }

    li, p {
        font-size:1rem;
    }

    .footer-base > .flex-container > div:nth-of-type(2) {
        text-align:left;
        margin-bottom: 1rem;
    }

    .captcha label {
        display:none;
    }

    .career-form-row,
    .contact-form-row,
    .jobs-header-filters > div {
        flex-wrap:wrap;
    }

    .career-form > div.controls, 
    #contactForm > div.controls,
    #contactForm #recaptcha,
    .career-form #recaptcha {
        justify-content:flex-start;
    }

    .career-form .text-box-small select, 
    .contact-form .text-box-small select,
    .career-form-row label,
    .contact-form-row label,
    .jobs-header-filters > div label {
        width:100%;
    }

    .col-9-3 .col-md-8,
    .col-9-3 .col-md-4,
    .read-only.career-form-row span,
    .career-form-row input,
    .career-form-row select,
    .career-form-row textarea,
    .contact-form-row input,
    .contact-form-row select,
    .contact-form-row textarea,
    .contact-form-row .input-row,
    .career-form-row .input-row,
    .jobs-header-filters > div input,
    .jobs-header-filters > div select {
        margin-left:0;
        width:100%;
    }

    .hero-content,
    .sign-posts {
        width: 80%;
    }

    .home-features {
        padding-top: 120px;
    }
    
    .home-features.hfdev {
        padding-top: 250px;
    }

    .col-1-1 p,
    .col-md-12.column p {
        width:100%;
    }
   
    .resources-grid,
    .grid-section .container > .row,
    .flex-container {
        flex-wrap:wrap;
    }

    .grid-section .gtmy .container > .row {
        flex-direction:column-reverse;
    }

    .grid-section .container > .row .col-md-6:nth-of-type(1),
    .grid-section .container > .row .col-md-6:nth-of-type(2) {
        padding:1rem 0;
    }

    .responsive-images img:nth-of-type(1) {
        display:none;
    }
    .responsive-images img:nth-of-type(2) {
        display:block;
    }

    .max-w-50,
    .fc-g36 .col-2-3,
    .fc-g36 .col-1-3,
    .col-1-3,
    .col-2-3,
    .col-md-4,
    .col-md-8,
    .col-md-6,
    .col-1-2 {
        width:100%;
    }

    .mob-reverse .container > .row {
        flex-direction:column-reverse;
    }

    .indented {
        margin-left: 0;
    }
    
    .resources-grid div,
    .grid-section .uac-video-grid > a {
        width:calc(50% - 32px);
    }

    .home-features .col-1-3,
    .col-1-3 {
        width:calc(50% - 60px);
    }

    .person-detail-container {
        align-items:flex-start;
    }

    .col-md-6 .col7-w,
    .col-md-6 .col4-w,
    .globe-slideshow,
    .person-detail {
        width: 100%;
    }

    .col-md-6 .col7-w {
        right:0;
    }

    .person-detail .image {
           max-width:350px;
    }

    .person-detail .col-1-3,
    .person-detail .col-2-3 {
        width:100%;
        padding:0;
    }

    .person {
        width: calc(50% - 2rem);
    }

    .partner-link-item {
        width:calc(50% - 2rem);
    }

    .jobs-header, 
    .jobs-header-filters,
    a.file-item,
    a.job-item,
    a.search-item {
        flex-wrap:wrap;
        margin:1rem 0;
    }


    .jobs-header > div:nth-of-type(1),
    .jobs-header-filters > div:nth-of-type(1),
    .job-item > div:nth-of-type(1),
    .job-results-header > span:nth-of-type(1) {
        width:100%;
        padding:0.5rem 1rem 0.25rem 1rem;
    }

    .jobs-header > div:nth-of-type(2),
    .jobs-header-filters > div:nth-of-type(2),
    .job-item > div:nth-of-type(2),
    .job-results-header > span:nth-of-type(2) {
        width:100%;
        padding:0.25rem 1rem;
    }

    .jobs-header > div:nth-of-type(3),
    .jobs-header-filters > div:nth-of-type(3),
    .job-item > div:nth-of-type(3),
    .job-results-header > span:nth-of-type(3) {
        width:100%;
        padding:0.25rem 1rem;
    }

    .jobs-header > div:nth-of-type(4),
    .jobs-header-filters > div:nth-of-type(4),
    .job-item > div:nth-of-type(4),
    .job-results-header > span:nth-of-type(4) {
        width:100%;
        text-align:left;
        padding:0.25rem 1rem 0.5rem 1rem;
            justify-content: flex-start;
    }

    .job-item .responsive-label {
        display:inline-block;
    }

    .people-group-row.news .person {
        width: calc(50% - 2rem);
    }

    .person-detail .image {
        max-width: unset;
    }

    .partner-logo-grid .desktop-view {
        display:none;
    }

    .desktop-view {
        display:none;
    }

    .mobile-view {
        display:block;
    }

    .hero {
        background-position: 0 76px;
    }

    .grid-section .t-curve-50 .clipped {
        position: relative;
        top: unset;
        width: 110vw;
        left: -10%;
        bottom: -14%;
        margin-top:-10%;
    }

    .grid-section .t-curve-t .clipped {
        position: relative;
        top: unset;
        width: 110vw;
        left: -10%;
        bottom: -25%;
        margin-top: -18%;
    }

    .homegr-slideshow > div {
        left: 0;
    }

    .grid-section .t-curve-50 .clipped img,
    .grid-section .t-curve-t .clipped img {
        left: unset;
        margin: 0 0 2rem 0;
    }

    .t-curve-50,
    .t-curve-t {
        padding-top: 40px;
    }

    .t-curve-50 {
        padding-top: 40px;
    }

    .globe .row.clearfix > div:nth-of-type(1),
    .people-group-row.news .person {
        width: 100%;
    }

    .globe .row.clearfix > div:nth-of-type(2) {
        position:relative;
        width: 100%;
        right: -101px;
        top: 0;
    }

    .n-curve-b {
        padding-bottom:52px;
    }

    .u-curve-b-4o {
        padding-bottom:20px;
    }

    .u-curve-b-4o::after {
        background-image:url(/images/backgrounds/u-curve-4outlines-mobile.svg);
        bottom: -3px;
    }

    .t-curve-50::before {
        height: 40px;
        background-image: url(/images/backgrounds/t-curve-50-mobile.svg);
    }

    .indent-1col,
    .indent-2col {
        margin-left:0;
    }

    .latest-news .outline-title {
        top: -68px;
    }

    .footer-addresses .col-1-4 {
        width: 50%;
        margin: 8px 0;
    }

    .grid-section .uac-video-grid > * {
        width:calc(50% - 32px);
    }

    .grid-section .uac-video-grid > *:nth-of-type(2),
    .grid-section .uac-video-grid > *:nth-of-type(3),
    .grid-section .uac-video-grid > *:nth-of-type(4),
    .grid-section .uac-video-grid > *:nth-of-type(5),
    .grid-section .uac-video-grid > *:nth-of-type(6),
    .grid-section .uac-video-grid > *:nth-of-type(7),
    .grid-section .uac-video-grid > *:nth-of-type(8),
    .grid-section .uac-video-grid > *:nth-of-type(9) {
        top:unset;
        left:unset;
    }

    .influence-image {
        width: 105vw;
        position: relative;
        right:unset;
        top: -14%;
        top: -16vw;
        left: -10%;
        margin-bottom: -24vw;
    }

    .gr-resource-grid {
        grid-template-columns: 1fr;
    }

    .flexible-partnership > div:nth-of-type(2),
    .reputation-section > div:nth-of-type(1),
    .reputation-section > div:nth-of-type(2) {
        left:0;
    }

    .n-curve-wbgb-b::after {
        bottom:-70px;
    }

    .u-curve-bl-t::before {
        top: -81px;
        height: 181px;
    }

    .insight-page .insight-image {
        width: 103vw;
        position: relative;
        top: -23vw;
        right: unset;
        left: -10%;
        margin-bottom: -23vh;
    }

    .grid-section .full-image.clipped {
        top: -6.5vw;
        width: 106vw;
        position: relative;
        margin-bottom: 0;
        left: -10%;
    }

    .n-curve::before {
        top: 4px;
        height: 205px;
    }

    .u-curve-low-left-50::before {
        background-image: url(/images/backgrounds/u-curve-low-left.svg);
        height: 160px;
        top: -199px;
    }

    .up-l-to-r-descent-50-white {
        padding-bottom: 0;
    }

    .up-l-to-r-descent-50-white::after {
        bottom: -39px;
        height: 84px;
    }

    .about-us-page .intro-content {
        margin:0;
    }

    .grid-section .gtmy-why .full-image.clipped {
        top: -4.5vw;
        width: 105vw;
        position: relative;
        margin-bottom: -72px;
        left: -10%;
    }

    .working-at-into .round-window {
        top:0;
    }

    .grid-section .p-guiding .container > .row .col-md-6:nth-of-type(1),
    .grid-section .p-guiding .container > .row .col-md-6:nth-of-type(2) {
        width:100%;

    }

    .grid-section .grey-container .container::before {
        display:none;
    }
}

@media all and (max-width: 760px) {

	article p {	
	    	width: 100%;
	}

    h1, .intro h1, 
    .intro h2 {
        font-size:2.5rem;
    }
    h2 {
        font-size:1.625rem;
    }
    a.info-link.more {
        
    }

    .grid-section .round-window img {
        margin:0 16px 0 0;
    }

    .ext-nav > a {
        display:none;
    }

    .header-nav {
        display:none;
    }

    .home-features {
        padding-top: 1.5rem;
    }

    .sign-posts {
        flex-wrap:wrap;
    }

    .sign-posts.mobile {
        display:flex;
        width:100%;
        margin-top:0;
        border-top: 6px solid #EDEDED;
    }

    .sign-posts.mobile .sign-post {
        width:100%;
        border-top: 6px solid #EDEDED;
        border-bottom: 6px solid #EDEDED;
    }

    .home-features.hfdev {
        padding-top: 1rem;
    }

    .flex-container.career-regions .item-tile-career {
            width: calc(100% - 4rem);
            margin:2rem;
     }

    .news-item-grid.home .item {
        width:100%;
        margin:16px 0;
    }

    .col-1-4 {
        width:50%;
    }

    .footer-link-left-pad,
    .footer-link-right-pad {
        display:none;
    }

    .footer-links {
        width:100%;
        padding:0;
    }

    .footer-top {
        padding: 32px 0 16px 0;
    }

    .footer-bottom {
        padding: 56px 0 0 0;
    }
}

@media all and (max-width: 640px) {

    .agent-item {
        grid-template-columns:1fr;
        flex-wrap:wrap;
    }

    .blog-item-grid .item, .news-item-grid .item {
        width: 100%;
    }

    .blog .outline-title {
        top: -133px;
        margin-bottom: -117px;
    }

    .grid-section .understand .container > .row .col-md-6:nth-of-type(2) {
        padding-top:70px;
    }

    .up-l-to-r-descent-50-white {
        padding-bottom: 0;
    }

    .dropin-l-u-curve-white-t::before {
        top: -146px;
    }

    .up-to-r-drop.solutions::before {
        top:-72px;
    }

    .n-curve-t.smarter {
        padding-bottom: 0;
    }

    .n-curve-t.smarter::before {
        top: -56px;
    }

    .n-curve-b::after {
        bottom: -141px;
    }

    .n-curve-b::after {
        height: 200px;
    }

    .u-curve-bl-t::before {
        top: -123px;
    }

    .n-curve::before {
        top:2px;
    }

    .flexible-partnership-container.up-l-to-r-descent::before {
        top: -44px;
    }

    .up-l-to-r-descent::before {
        top:-74px;
    }

    .contact-home .outline-title {
        top: -23px;
        margin-bottom: -4px;
    }

    .n-curve-4o {
        padding-bottom: 64px;
    }

    .n-curve-4o::after {
        height: 4%;
    }

    .latest-news .outline-title {
        top: -60px;
        margin-bottom: -55px;
    }

    .outline-title svg {
        width: 240px;
    }

    .contact-home .outline-title svg {
        width:300px;
    }

    .u-curve-b-4o::after {
        bottom: -35px;
    }

    .person-detail-container.news .person-detail .col-1-3, 
    .person-detail-container.news .person-detail .col-2-3 {
        width: 100%;
        padding: 0
    }

    table.mceItemTable {
        width:100%;
    }

    .blog-page h1,
    .news-page h1 {
        width: 100%;
    }

    .news-item-grid .item,
    .slider-item > div,
    .link-grid.flex-container,
    .people-grid {
        width:100%;
        margin:0;
    }
    
    .ext-nav > a {
        display:none;
    }
      
    article .col-1-3,
    article .col-2-3,
    .news-grid > div.col-1-2,
    .partner-link-item,
     .footer-logo,
    .footer-social,
    .home-features .col-1-3,
    .col-1-3,
    .footer-row-top .inner,
    .footer-addresses .flex-container .col-1-3 {
        width:100%;
        margin: 1rem 0;
    }

    .person {
        width: calc(50% - 16px);
    }

    .footer-addresses .flex-container .col-1-3 {
        margin:0.75rem 0;
    }

    .footer-addresses .flex-container .col-1-3:nth-of-type(1) {
        margin-top:0.5rem 0 0.75rem 0;
    }

    .footer-addresses .col-1-1,
    .footer-addresses,
    .footer-addresses .flex-container {
        width:100%;
        padding: 0;
    }

    article .col-1-3 {
        padding-left:0;
    }

    .china-code {
        margin-left: 0;
    }

    .home-features {
        padding-top: 1rem;
    }

    .footer-row-top {
        padding:48px 36px 12px 26px;
    }

    .footer-row-bottom {
        padding:32px 0 48px 0;
        margin-top: 0;
    }

    .footer-base {
        margin-top:8px;
    }

    .footer-base > .flex-container > span {
        line-height:1.3rem;
    }

    .footer-base > .flex-container > span,
    .footer-base > .flex-container > a {
        display:block;
        width:100%;
        margin: 16px 0 0 0;
    }


    .footer-base > .flex-container {
        flex-direction: column-reverse;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .home-features > .inner > .flex-container {
        width: 100%;
        margin-left: 0;
    }
}

@media all and (max-width: 480px) {

    .m-page-name.mobile-view {
        display:none;
    }

    .grid-section .uac-video-grid a.info-link {
        margin: 6px 0 6px 0px;
    }

    .dropin-l-u-curve-blue-t::before {
        top: -80px;
    }

    .latest-news .outline-title {
        top: -73px;
        margin-bottom: -69px;
    }

    .contact-home .outline-title {
        top: -35px;
        margin-bottom: -15px;
    }

    .up-l-to-r-descent-50.globe {
        padding-top:0;
    }

    .n-curve-wbgb-b::after {
        bottom: -109px;
    }

    .u-curve-up-r-b.col-9-3 {
        padding-bottom: 29px;
    }

    .globe .row.clearfix > div:nth-of-type(1) {
        margin-top: 31px;
    }

    .flexible-partnership-container.up-l-to-r-descent::before {
        top: -70px;
    }
}