* {
    font-family: 'Raleway', sans-serif;
	-webkit-font-feature-settings: "lnum";
    color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background: #efefef;
    max-width:1400px;
    margin: auto;
    position:relative;
    box-shadow:  0px 0px 100px #999;
}

header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #0c344a;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding: 10px;
    max-width: 1400px;
}

footer {
    background: #0197e4;
    justify-content: center;
    padding: 60px 0;
    text-align: center;
    font-size: 13px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #d5edff;
    line-height: 1.5;
}

footer a {
    text-decoration: underline;
}

footer a:hover i,
nav a:hover {
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

h1,
nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

h1 {
    font-size: 18px;
    font-weight: 800;
}

h1 a {
    text-decoration: none;
}

h2 {
    text-transform: uppercase;
    display: block;
    font-weight: 800;
    padding: 20px 0 0 0;
    font-size: 48px;
}

h3 {
    font-size: 48px;
    font-weight: 200;
    text-transform: uppercase;
}

nav a {
    margin: 0 10px;
}

section {
    margin: 0 auto;
    padding: 80px;
    min-height: 430px;
    background: #00a9ff;
}

#aviva {
    min-height: 335px;
}

p {
    margin: 20px 0;
    font-size: 23px;
    font-weight: 300;
}

figure img {
    width: 100%;
}

figcaption {
    padding-left: 7%;
    position: relative;
    top: -18px;
}

.content {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-self: center;
}

quote {
    background: white;
    width: 100%;
    padding: 15px 30px 30px 30px;
    display: inline-block;
    color: #333;
    vertical-align: top;
    margin: 0 0 15px 0;
    font-size: 22px;
    box-sizing: border-box;
    border-radius: 30px;
    border-bottom-right-radius: 5px;
}

#toyota_1 quote{
    width: 48%;
    margin-right: 2%;
}

quote:before {
    content: '\f10d';
    font: normal normal normal 14px/1 FontAwesome;
    color: #00a9ff;
    font-size: 2em;
    margin-right: 8px;
    vertical-align: text-bottom;
}

#home {
    background: linear-gradient(to right, rgb(0 0 0 / 60%), rgb(0 0 0 / 0%)), url(../images/site_bg_2.png);
    background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}

#about_me {
    min-height: 280px;
}

#about_me p {
    width: initial;
    padding: 0;
    color:  #00a9ff;
}

#about_me h2 {
    color:  #00a9ff;
}

#toyota {
    background: url('../images/toyota_bg.png') top left no-repeat #70716e;
    background-size: auto 100%;
}

#arcadia {
    background: url('../images/arcadia_bg.png') top right no-repeat #00a9ff;
    background-size: auto 100%;
}

#arcadia_1 {
    background: url('../images/arcadia_imac.png') top right no-repeat #00A9FE;
    background-size: contain;
}

#arcadia_2{
    background: url('../images/arcadia_mapping.png') top left no-repeat #00A9FE;
    background-size: cover;
}

#arcadia_3{
    background: url('../images/arcadia_solution.png') bottom right no-repeat #00A9FE;
    background-size: auto 90%;
}

#bbc {
    background: url('../images/bbc_bg.png') top left no-repeat #ffffff;
    background-size: auto 100%;
}

#bbc_2 {
    background: url('../images/bbc_research.png') no-repeat #ffffff;
    background-position: right;
}

#bbc_3 {
    background: url('../images/bbc_result.png') no-repeat #ffffff;
    background-position: right;
}

#engie {
    background: url('../images/engie_bg.png') bottom right no-repeat #00a9ff;
    background-size: auto 100%;
}

#heading {
    font-size: 72px;
    padding: 100px 0 0 0;
}

.bg_dark_blue {
    background: #0c344a;
    min-height: 300px;
}

.bg_dark_blue * {
    color: #fff;
}


.bg_white {
    background: white;
}

.bg_white * {
    color: #333;
}

.bg_white h2 {
    color: #666;
}

.bg_grey {
    background: #70716e;
}

.bg_light_grey {
    background: #eee;
}

.bg_light_grey * {
    color: #333;
}

.bg_light_grey h2 {
    color: #666;
}

.bg_light_grey q {
    display: block;
    width: 320px;
    font-size: 24px;
    color: #333;
    margin: 10px 0 20px 0;
}

.bg_light_grey q:before {
    color: #00a9ff;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f10d';
    font-size: 2em;
}

.logo_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#testimonials {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}

#testimonials div {
	margin-bottom: 50px;
    color: #00a9ff;
}

#testimonials strong {
    color: #00a9ff;
}

.logo_container img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) opacity(50%);;
    filter: gray;
    height: 26px;
    margin: 10px 0;
}

.cta {
    padding: 18px 25px;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    border:0;
    margin-top: 15px;
    transition: all 0.4s;
    font-weight: 700;
}

.soon {
    opacity: 0.5;
}

.cta:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.soon:hover {
    box-shadow: 0;
    cursor: not-allowed;
}

.cta_white {
    background: white;
    color: #00a9ff;
}

.cta_blue {
    background: #00a9ff;
    color: white;
}

.right_align {
    text-align: right;
}

.box {
    width: 48%;
    vertical-align: top;
}

.hide {
    display: none;
}

.full_width {
    width: 100%;
}

.result {
    margin-top: 40px;
}

.half_width {
    width: 50%;
    display: inline-block;
}

.icon_circle {
    border-radius: 100%;
    background: white;
    display: inline-block;
    width: 60px;
    height: 46px;
    text-align: center;
    padding-top: 14px;
    margin: 12px;
    transition: all 0.4s;
}

.icon_circle:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.icon_circle i {
    color: #00a9ff;
}

#contact_alt { 
    padding-top: 120px;
    text-align: center;
}

.pdf_download {
    text-decoration: none;
    font-size: 24px;
}

.pdf_download i {
    position: relative;
    top: 6px;
}

.video {
    position: relative;
    padding-bottom: 25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact_form { width:100%; border: 0; display: inline-block; }
#contact_form label { display: block; }
#contact_form label span { display: block; color:#fff; margin:20px 0 10px 0; font-size: 24px;}
#contact_form input { border: 2px solid white; padding-left: 10px; color: #666; height: 46px; width: 100%; max-width: 460px; font-size:24px;}
#contact_form textarea { border: 2px solid white; padding: 10px 0 0 10px; color: #666; height:166px; width: 100%; max-width: 460px; font-size:24px;}
.error, .success { background: white; color: #31a9ff; padding: 20px; max-width: 430px; margin-top: 15px; }
.error i, .success i { color: #31a9ff; vertical-align: sub; }
.g-recaptcha { margin-top: 15px; }

@media all and (max-width: 1260px) {
    section {
        padding: 60px;
        min-height: 420px
    }
    #engie {
        background-size: auto 78%;
    }
    #bbc {
        background-position: -80px 0;
    }
    #arcadia {
        background-size: auto 80%;
    }
    #toyota {
        background-position: -50px 0;
    }
    .bg_light_grey q {
        width: 285px;
    }
    .logo_container img {
        height: 22px;
    }

}

@media all and (max-width: 976px) {
    h2 {
    	font-size: 38px;
        padding: 0;
    }
    p {
    	font-size: 20px;
    }
    section {
        padding: 60px 30px 84px 30px;
        min-height: 420px
    }
    .cta {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        margin-top:40px;
    }
    .arcadia section, .toyota section {
        padding: 60px 30px 40px 30px;
        min-height: auto;
    }
    #home {
        background-position: top right 35%;
    }
    #home h3 {
        font-size: 32px;
    }
    .titles {
        max-width: 66%;
    }
    #about_me {
    	min-height: auto;
        padding: 90px 30px 100px 30px;
    }
    #engie {
        background-image: none;
        min-height: auto;
    }
    #bbc {
        background: url('../images/bbc_mobile.png') no-repeat #fff;
        background-position: bottom right -60px;
        background-size: contain;
        min-height: auto;
    }
    #bbc_2, #bbc_3 {
        background: #ffffff;
    }
    #arcadia {
        background: url('../images/topshop_mobile.png') no-repeat #00a9ff;
        padding-bottom: 28%;
        background-position: bottom -17% left;
        background-size: contain;
    }
    #arcadia_1 {
        background: #00a9ff;
    }
    #arcadia_3 {
        background-image: none;
        background-image: linear-gradient(to bottom, rgba(0, 169, 254, 0.8), rgba(0, 169, 254, 0.7)), url('../images/arcadia_solution.png');
        min-height: 420px;
        background-size: auto 100%;
    }
    #toyota {
        background: url('../images/toyota_mobile.png') no-repeat #70716e;
        padding-bottom: 25%;
        background-position: bottom -120px left;
        background-size: contain;
    }
    .bg_light_grey q {
        width: 285px;
    }
    .logo_container img {
        height: 16px;
    }
    .box {
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .video.box {
        padding: 28% 0;
        margin-bottom: 25px;
    }
    .right_align {
        order: -1;
    }
    #contact_form {
        width: 99%;
    }
    #contact_form input, #contact_form textarea { 
    	max-width: 97%;
    }
    .error, .success { 
        max-width: 100%;
    }
    .arcadia quote, #toyota_1 quote {
        width: 100%;
        margin: 0 0 15px 0;
        vertical-align: text-bottom;
    }
}