/* ==================================================================================================================================================================
	
    light blue: #0063ff;
    mid blue: #001b27;
    dark blue: #001b27;
    dark: #041b27;
    grey: #ff003b;
    light grey: #F6F6F6;
    mid blue grey: #1C6565;
    dark blue grey: #124A4A;

================================================================================================================================================================== */
html {
    overflow-y: scroll;
    overflow-x:hidden;
    height: 100%;
    background: #ededed;
}

body {
    padding:0;
    margin:0;
    height:100%;
    font-size:19px;
}

* {
    box-sizing: border-box;
}

/*
#Hero.home:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(https://cfront.co.uk/media/1036/baubles.png);
    background-repeat:repeat-x;
    background-size:800px;
}
*//*
*{
    cursor: none;
    box-sizing: border-box;
}
      */
.urgent-notice {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: #fbff00;
    color: #041b27;
    font-family: brandon-grotesque, sans-serif;
    font-size:1.2rem;
    font-weight:500;
    text-decoration:none;
}

.urgent-notice:hover {
    background:92caca;
    transition:0.7s;
}

.dot_cursor {
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	width: 14px;
	height: 14px;
	border-radius: 100%;
	z-index: 1;
	transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	transform: scale(1);
}

.dot_cursor.blackc {
    background-color: rgba(0, 171, 225,0.5);
}

.dot_cursor.active {
	opacity: 1;
	transform: scale(2.5);
}

.dot_cursor.hovered {
	opacity: 0.08;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-family: brandon-grotesque, sans-serif;
	color:#1e1e1e;
}

h1, h2, h3, h4, h5 {
    font-family: brandon-grotesque, sans-serif;
    margin:0;
    font-weight:900;
    letter-spacing:1px;
}

h1 {font-size:44px;}

h2 {font-size:36px;}

h3 {font-size:30px;}

h4 {font-size:26px;}

h5 {font-size:22px;}

#Hero {
    display:flex;
    height:100vh;
    box-sizing:border-box;
    align-items:center;
    justify-content:center;
}

.page-hero {
    height: 80vh;
    background-color:#dedede;
    background-size: cover;
}

.row.intro {
    padding-top:2rem;
}

.page_text_only table {
    margin: 20px 0;
    border-collapse: collapse;
}

.page_text_only table td {
    border: 1px solid #d3d7d7;
    padding: 15px;
}

.page_text_only table th {
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    padding: 15px;
    border: 1px solid #d3d7d7;
    background:#0063ff;
    color:#ffffff;
    font-family: brandon-grotesque, sans-serif;
}

.cfront-letter {
    display: block;
    fill: #FFFFFF;
    height: 70%;
    width:auto;
}

.page_text_only a,.page_text_only a:visited {color:#001b27; text-decoration:underline;}

.page_text_only a:hover {opacity:0.7;trnasition:0.7s;}

.page_text_only p {line-height:30px;}
.page_text_only li {margin:5px 0;}

@keyframes ccblue2white
{
    0%   {background: #0063ff;}
    100% {background: #FFFFFF;}
}

@-webkit-keyframes ccblue2white
{
    0%   {background: #0063ff;}
    100% {background: #FFFFFF;}
}

@keyframes ccblue2midblue
{
    0%   {background: #dedede;}
    100% {background: #0063ff;}
}

@-webkit-keyframes ccblue2midblue
{
    0%   {background: #0063ff;}
    100% {background: #001b27;}
}

@-webkit-keyframes ccblue2seagradient
{
    0%   {background: #0063ff;}
    100% {
        background: rgb(0,99,255);
        background: -moz-linear-gradient(180deg, rgba(0,99,255,1) 0%, rgba(0,241,166,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,99,255,1) 0%, rgba(0,241,166,1) 100%);
        background: linear-gradient(180deg, rgba(0,99,255,1) 0%, rgba(0,241,166,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0063ff",endColorstr="#00f1a6",GradientType=1);
    }
}

@keyframes ccdkblue2lgrey
{
    0%   {background: #001b27;}
    100% {background: #F6F6F6;}
}

@-webkit-keyframes ccdkblue2lgrey 
{
    0%   {background: #001b27;}
    100% {background: #F6F6F6;}
}

#Hero.home {
    color:#FFFFFF;
    text-align:center;
    position:relative;
    background: rgb(0,173,250);
    background: -moz-linear-gradient(180deg, rgba(0,99,222,1) 0%, rgba(0,27,39,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,99,222,1) 0%, rgba(0,27,39,1) 100%);
    background: linear-gradient(180deg, rgba(0,99,222,1) 0%, rgba(0,27,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adfa",endColorstr="#0e4760",GradientType=1);
}

#Hero.services {
    color:#FFFFFF;
    text-align:center;
    position:relative;
    background: rgb(0,99,255);
    background: -moz-linear-gradient(180deg, rgba(0,99,255,1) 0%, rgba(0,241,166,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,99,255,1) 0%, rgba(0,241,166,1) 100%);
    background: linear-gradient(180deg, rgba(0,99,255,1) 0%, rgba(0,241,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0063ff",endColorstr="#00f1a6",GradientType=1);
}
/*
#Hero.home:after {
    display:block;
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#001b27;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
    z-index:2;
}
    */

#Hero.home.page_not_found h1,
#Hero.home.page_not_found h3,
#Hero.home.page_not_found p {
	color:#FFFFFF;
	line-height:40px;
	letter-spacing:2px;
}

#Hero.home.page_not_found h1 {
	font-size: 160px;
	margin-top:145px;
	line-height:160px;
    
}

#Hero.home.page_not_found a,
#Hero.home.page_not_found a:visited {
	color:#FFFFFF;
}

#Hero.home.page_not_found a:hover {
	transition:0.7s;
	opacity:0.6;
}

#Hero.home .hero_content {
    position:relative;
    z-index:3;
    width:90%;
}

.hero_content {
    position: relative;
    display: flex;
    z-index: 3;
    height: 100%;
    align-items: center;
}

.hero_intro {
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:4;
}

.hero_content_word,
.hero_intro_content {
    line-height: 80px;
    font-size: 50px;
    font-weight: 900;
    color: #FFFFFF;
    width: 50%;
    margin: auto;
    font-family: brandon-grotesque, sans-serif;
}

.hero_content_word {
    font-size:140px;
    letter-spacing:80px;
    line-height: unset;
    top: 15px;
    position: relative;
    width:auto;
}

#Hero.home .hero_content .cfront {
    width:100%;
    display:flex;
    text-align:center;
    font-weight:900;
    justify-content:space-around;
}

#Hero.home .hero_content .cfront > div {
    width:50%;
    display:flex;
    justify-content:space-around;
}

#Hero.home .hero_content .cfront > span {
    padding:0 20px;
    box-sizing:border-box;
    display:block;
}


#Hero.services .cfront_offerings,
#Hero.home .cfront_offerings {
    letter-spacing:20px;
    position:absolute;
    bottom:40px;
    left:0;
    width:100%;
    z-index:3;
	color:#FFFFFF;
}

#Hero.services .cfront_offerings.cfo_dark,
.cfront_offerings.cfo_dark {
    color:#124a4a;
    letter-spacing:4px;
}

.text,
.logo_text {
  font: 160px 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  fill: #FFFFFF;
  /*fill: url(#gr-simple);*/
  font-weight:900;
}

.logo_text {
    display:none;
}

.page_text_only .logo_text,
.page_contact .logo_text {
    display:block;
}

.page_text_only h3 {
    margin:30px 0;
}

.contact_left .logo_text {
    letter-spacing:30px;
	margin-right:-30px;
}

.contact_left .logo_text,
.work_left .logo_text,
.site_nav .logo_text {
    display:block;
    font-size:48px;
}

.contact_left svg {
    height:180px;
}

.c_h_50 {
    display:none;
    position:relative;
    z-index:4;
}

.wait_5000 {
    display:none;
}

.c_h_50 svg {
    width:400px;
}

svg {
  width: 100%;
  height: 100%;
}

#cfrontLogo {
    margin-left:60px;
}

#logo a,
#logo a:hover,
#cfrontLogo a,
#cfrontLogo a:hover {
    text-decoration:none;
}

#cfrontLogo svg {
    width:320px;
    height:120px;
}

.page_customer #cfrontLogo {
    margin:0;
}

.page_customer #cfrontLogo svg {
    width: calc(33.333% - 60px);
}

#cfrontLogo .logo_text {
    font-size: 42px;
    letter-spacing: 20px;
}


.site_nav {
    position:fixed;
    top:0;
    left:0;
    width:0;
    height:100%;
    box-sizing:border-box;
    background:#001b27;
    color:#FFF;
    display:flex;
    flex-wrap:wrap;
    z-index: 1000;
    transition:0.7s;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

}

#contactForm .label_note a {
    text-decoration:none;
    color:rgba(255,255,255,0.5);
    display:block;
    margin:10px 0 0 0;
    transition:0.7s;
}

#contactForm .label_note a:hover {
    text-decoration:underline;
    color:#FFFFFF;
}

#mapCanvas {
	min-height: 600px;
    height:100%;
    position: relative;
    width: 100%;
	text-align:center;
}

.contact_left h2 {
    letter-spacing:2px;
    margin-bottom: 20px;
    color: #ffffff;
}

#contactFormContainer input,
#contactFormContainer textarea {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px;
    display: block;
    background: transparent;
    font-size: 26px;
    margin:16px 0;
    outline: none;
    width: 90%;
    min-width: 320px;
    min-width: 200px;
    box-sizing: border-box;
    letter-spacing: 2px;
    color:#FFFFFF;
    transition:0.7s;
    font-family: brandon-grotesque, sans-serif;
    font-weight:200;
    line-height: 36px;
}

.map_info {
	padding: 20px;
    line-height: 22px;
}

.map_info h4 {
	letter-spacing: 5px;
    margin-right: -5px;
    font-size: 20px;
}

#contactFormContainer input:focus,
#contactFormContainer textarea:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background:#185454;
}

#contactFormContainer input[type=submit] {
    margin: 16px 0;
    display: inline-block;
    padding: 11px 20px 10px 20px;
    border-radius: 25px;
    background: #0063ff;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1rem;
    transition: 0.7s;
    font-weight: 500;
    line-height: unset;
    width: 200px;
    border:none;
}

#contactFormContainer input[type=submit]:hover {
    transition:0.7s;
    background:#041b27;
    cursor:pointer;
}

#contactFormContainer textarea {
    height:140px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-weight:200;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight:200;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight:200;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-weight:200;
}

.site_nav.open {
    width:100%;
}

.site_nav > * {
    flex-grow:1;
    padding:40px;
    box-sizing:border-box;
}

.site_nav > .logo {
    width:50%;
    display:flex;
    align-items:flex-start;
	letter-spacing: 30px;
}

.site_nav > .logo a {
    display:block;
    width:100%;
}

.site_nav > .nav {
    text-align:right;
    width:50%;
    margin-top:80px;
}

.site_nav .info {
    display:flex;
    flex-wrap:wrap;
    width:100%;
}

.site_nav .info .logo a {
    text-decoration:none;
    display:block;
    width:100%;
}

.site_nav .info > div {
    width:100%;
    display:flex;
    align-items:flex-start;
}

.site_nav .info > div.social {
    align-items:flex-end;
    flex-wrap:wrap;
}

.site_nav .info > div.social > * {
    width:100%;
}

.site_nav .info > div.social > h4 {
    padding-right:70%;
    letter-spacing:2px;
    font-weight:200;
	line-height: 30px;
    color:#001b27;
}

.site_nav .info > div.social > h4 strong {
    font-weight:600;
}

.site_nav .info .social a {
    color:#FFFFFF;
    text-decoration:none;
    display:inline-block;
    margin-right:16px;
}

nav ul {
    margin:0;
    padding:0;
    font-family: brandon-grotesque, sans-serif;
    font-size:30px;
    list-style-type:none;
    letter-spacing:2px;
}

nav ul li {
    display:block;
    transform: translateX(-160px);
    opacity: 0;
}

.site_nav.open nav ul li {
    transform: translateX(0);
    opacity: 1;
}

.site_nav.open nav ul li:nth-of-type(1) {
    transition: 2.5s 0.1s;
}
.site_nav.open nav ul li:nth-of-type(2) {
    transition: 2.5s 0.2s;
}
.site_nav.open nav ul li:nth-of-type(3) {
    transition: 2.5s 0.3s;
}
.site_nav.open nav ul li:nth-of-type(4) {
    transition: 2.5s 0.4s;
}
.site_nav.open nav ul li:nth-of-type(5) {
    transition: 2.5s 0.5s;
}
.site_nav.open nav ul li:nth-of-type(6) {
    transition: 2.5s 0.6s;
}

nav ul li a {
    text-decoration:none;
    display:inline-block;
    position:relative;
    padding:10px 0;
}

nav ul li a span {
    color:#E3E3E3;
    display:block;
}

nav ul li a span:nth-of-type(2) {
    width:0%;
    color:#FFFFFF;
    transition:0.5s;
    position:absolute;
    top:10px;
    left:0;
    overflow:hidden;
}

nav ul li:hover a span:nth-of-type(2) {
    width:100%;
}

.close_nav {
    position:absolute;
    top:40px;
    right:40px;
    color:#EDEDED;
    padding:0;
    background:none;
    border:none;
    opacity:0;
}

.close_nav svg {
    width:40px;
    height:40px;
    fill-color:#ff6a00;
}

.site_nav.open .close_nav {
    transition: 5s;
    opacity:1;
    outline:none;
}

.site_nav.open .close_nav:hover {
    color:#FFFFFF;
    background:rgba(255,255,255,0.1);
}

#header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
}

.menu_btn {
    position:absolute;
    top:40px;
    right:40px;
    display:flex;
    color:#FFFFFF;
    align-items: center;
}

.menu_lines {
    width: 50px;
    margin: auto auto auto 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
    background: #0063ff;
    border-radius: 50%;
	transition:0.7s;
}

.menu_lines .line {
    background: #fff;
    width: 26px;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin:3px 0;
}

.menu_lines:hover {
    background:#001b27;
}
.menu_btn.link:hover .menu_lines .line:nth-of-type(2) {
    width: 18px; 
}

.inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing:border-box;
    padding:0;
}

.page_text_only {
    margin-top:100px;
}

.page_text_only .inner {
    padding:40px 80px;
}

.flex_row {
    display:flex;
}

.page_about .flex_row,
.page_services .flex_row {
    display:flex;
	align-items:center;
}

.show_row {
    position:relative;
}

.col_1_1 {
    width:100%;
    padding:120px 80px;  
}

.col_1_1 > * {
	width:66.667%;
}

.team_row .col_1_1 > * {
    width:100%;
}

.team_row .col_1_1 p:first-of-type {
    margin-top:0;
}

.col_1_2 {
    width:50%;
    padding:80px;  
}

.col_1_3 {
    width:33.333%;
}
.col_2_3 {
    width:66.667%;
}

.team_row .col_1_3 {
    width: 33.333%;
    padding: 2rem;
    box-sizing: border-box;
}

.team_row .flex-container {
    width:calc(100% + 4rem);
    overflow:hidden;
    margin-left:-2rem;
}

.col_1_2.contact_left {
    padding-top:140px;
}

.col_1_2.map_container {
    padding:0;
}

.image_section {
    text-align:center;
}

.track_record .image_section img {
    max-width: 400px;
    width: 100%;
}

.team_row .col_1_1 > div {
    display:flex;
    flex-wrap:wrap;
}

.team_row .col_1_1 > div h2 {
    width:100%;
    margin:0 0 40px 0;
}

.team_row .col_1_1 > div h4 {
    margin:0 0 20px 0;
}

.col_flex {
    display:flex;
    align-items:center;
}

.centred_letter {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -48%);
    font-family: brandon-grotesque, sans-serif;
    font-weight:500;
    font-size:1000px;
    z-index: 1;
    height: 100%;
	overflow: hidden;
}

.col_split_2 .col_1_1 div {
    column-count: 3;
}

.fade_in,
.fade_in_5 {
    opacity:0;
}

.visible .fade_in {
    opacity:1;
    transition:3s 1.2s;
}
.visible .fade_in_5 {
    opacity:1;
    transition:5s 1.2s;
}

.split_color > span {
    white-space: pre-line;
    position: relative;
    color:#001b27;
}

.cl_c.split_color > span {
    color:#e3e3e3;
}

.split_color > span:before {
    content: attr(data-content);
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    color: rgba(255,255,255,0.2);
    width: 50%;
    z-index: 1;
}

.cl_c.split_color > span:before {
    color:#0063ff;
}

.right_space,
.left_space {
    width:60px;
    overflow:hidden;
}

.slide_in_left.left_space {
    transform: translateX(-60px);
    opacity: 0;
}

.slide_in_left.box_color {
    transform: translateX(-50%) translateX(-60px);
    opacity: 0;
    overflow:hidden;
}

.slide_in_left.box_content {
    transform: translateX(-50vw);
    opacity: 0;
    overflow:hidden;
}

.slide_in_left_fade_right div .col_1_2:first-of-type {
    transform: translateX(-50vw);
    opacity: 0;
    overflow:hidden;
}

.slide_in_left_fade_right div .col_1_2:nth-of-type(2) {
    opacity: 0;
}

.visible.slide_in_left_fade_right div .col_1_2:first-of-type {
    transform: translateX(0);
    opacity: 1;
    transition: 0.7s;
}

.visible.slide_in_left_fade_right div .col_1_2:nth-of-type(2) {
    opacity: 1;
    transition-delay: 0.7s;
    transition-duration: 2s;   
}

.visible .slide_in_left.box_color,
.visible .slide_in_left.left_space,
.visible .slide_in_left.box_content {
    transform: translateX(0);
    opacity: 1;
    transition:0.5s 0.7s;
}

.visible .slide_in_left.box_color {
    transition:0.5s 0.9s;
}

.visible .slide_in_left.box_content {
    transition:0.5s 1.1s;
}

.white_bg, .white-bg {background:#FFFFFF;}
.bc_dark {background:#041b27; color:#FFFFFF;}
.bc_grey {background:#0063ff;}
.bg-green {background:#00f1a6;}
.bc_blue {background:#001b27; color:#FFFFFF;}
.bc_light_grey {background:#F6F6F6;}
.grey-bg {
    background:#dedede;
}

.dark-blue-bg {background:#2965ff;}

.bc_dark h2 {
    color: #FFFFFF;
    padding: 4rem 2rem 0 2rem;
    text-align: center;
    font-size: 60px;
    letter-spacing: 20px;
}

.dark-blue-bg h2,
.dark-blue-bg h3,
.dark-blue-bg p {
    color:#FFFFFF;
}

.bg-green,
.bg-green h2,
.bg-green h3,
.bg-green p {
    color:#FFFFFF;
}

.page_customer .row {
    padding:2rem 0;
}

.box_content {
    width:70%;
    padding:120px 80px;
    display:flex;
    align-items:center;
}

.box_content.bc_blue {
    background:#FFFFFF;
}

.visible .box_content.bc_blue {
    background:#001b27;
    transition:1.5s;
	color:#FFFFFF;
}

.bc_blue * {color:#FFFFFF;}

.visible .box_content.bc_blue h2, .visible .box_content.bc_blue h3 {color:#FFFFFF;}

.box_content.full {width:100%;}

.box_content h2 {margin-bottom:20px;font-size:44px;width:66.667%;}
.box_content h3 {margin-bottom:20px;font-size:44px;width:66.667%;font-family:brandon-grotesque, sans-serif;font-weight:500;}
.box_content h2 {
    line-height: 54px;
}

.bc_dark h3, .bc_dark p {color:#FFFFFF;}

.box_content h3 {font-size:28px;line-height: 44px;}

.box_content.bc_50_over {
	position:relative;
	z-index:2;
}

.box_content.bc_50_over h2,
.box_content.bc_50_over h3 {
	width:100%;
}

.work_left {
    padding:0;
    background:#092121;
    color:#FFFFFF;
    position:fixed;
    left:0;
    top:0;
    height:100vh;
    transition:0.7s;
}

.work_right {
    margin-left:33.333%;
}

.work_left a.logo {
    display:block;
    background:rgba(255,255,255,0.1);
    transition:0.7s;
    text-decoration:none;
}

.work_left a.logo svg {
    width:100%;
    text-decoration:none;
    height:200px;
    letter-spacing:25px;
}

.work_left_content {
    padding:20px;
    color:#FFFFFF;
}

.work_left_content h2, 
.work_left_content div {
    color:#FFFFFF;
}

.work_left a.logo:hover {
    text-decoration:none;
}

svg.logo_hover {
    display:none;
}

.work_left_content h2 {
    margin:16px 0;
    display: inline-block;
}

a.client_site_link,
a.page_button {
    margin: 16px 0;
    display: inline-block;
    padding: 11px 20px 10px 20px;
    border-radius: 25px;
    background: #001b27;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1rem;
    transition: 0.7s;
    font-weight: 500;
    line-height:1rem;
}

a.client_site_link:hover,
a.page_button:hover {
    background:#0063ff;
}

.contact_left {
    background:#001b27;
    color:#FFFFFF;
}

.bc_blue a.page_button {
    background:#0063ff;
}

.bc_blue a.page_button:hover {
    background:#00f1a6;
}

.work-link {
    background:#dedede;
    padding:2rem;
    text-align:center;
    color:#0063ff;
    display:block;
    width:100%;
    font-weight:600;
    text-decoration:none;
    letter-spacing:1px;
    padding-left:0;
}

.page_customer .work-link {
    background: #FFFFFF;
    color: #1e1e1e;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}

.work_outline {
    letter-spacing: 1px;
    margin: 16px 0;
    line-height: 30px;
    padding-right: 160px;
    font-weight: 200;
}
.work_left_content div.work_outline {
    color: #ffffff;
}

.page_customer .label,
.work_outline .label {
    font-weight:600;
    font-family: brandon-grotesque, sans-serif;
}

.row_next_customer {
    width: 66.667%;
    margin-left: 33.333%;
}
    

.row_next_customer a {
    display:block;
    padding:40px 80px;
    text-decoration:none;
    color:#FFFFFF;
    box-sizing:border-box;
    width:100%;
    background:#041b27;
}

.row_next_customer a:hover {
    text-decoration:none;
    color:#FFFFFF;
    transition:0.7s;
    background:#001b27;
}

.grid {
  background: #092121;
  width:66.667%;
}

.page_about .flex_row h2,
.page_services .flex_row h2 {
	font-size:48px;
}

.page_about .flex_row p,
.page_services .flex_row p {
	line-height:36px;
	font-size:24px;
	letter-spacing:1px;
}

.contact_msg {
    margin-top:60px;
    color:#ff003b;
}

.contact_msg h3,
.contact_msg p {
    color:#ff003b;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  background: #0063ff;
  min-height:120px;
}

.grid-item .work_text {
    padding: 60px;
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    transition:1.2s;
}

.work_text p {
    color:#FFFFFF;
    font-family: brandon-grotesque, sans-serif;
}

.grid-item--height2 { height: 200px;background: #ff003b; }
.grid-item--height3 { height: 260px; background: #001b27;}
.grid-item--height4 { height: 360px;background: #041b27; }

.grid-item img {
    display:block;
    width:100%;
}

footer {
    display:flex;
    position: relative;
}

.grid-item.bg_002e3c {background-color:#041b27;color:#001b27;}
.grid-item.bg_0088b3 {background-color:#001b27;color:#FFFFFF;}
.grid-item.bg_ff003b {background-color:#ff003b ;color:#041b27;}

.f_left {
    width:80px;
    background:#001b27;
    color:#FFFFFF;
}

.f_right {
    width:calc(100% - 80px);
    color:#FFFFFF;
}

.flex-container {
    display:flex;
}

.col-3-4 {
    width:75%;
}

.col-1-4 {
    width:25%;
}


.f_right_content {
    background:#0063ff;
    display:flex;
    letter-spacing:1px;
    align-items: flex-end;
    flex-wrap:wrap;
	color:#FFFFFF;
}

.f_right_content h3, .f_right_content h4, .f_right_content span, .f_base div {color:#FFFFFF;}

.f_right_content > div {
    width:50%;
    box-sizing:border-box;
    padding:80px;
    line-height:30px;
}

.f_base {
    background:#001b27;
    padding:20px 0;
    font-weight:200;
    display:flex;
    letter-spacing:2px;
    font-size:16px;
}

.f_base a {
    display:inline-block;
    color:#FFFFFF;
    text-decoration:none;
    margin-left:20px;
}

.f_base > div {
    flex-grow:1;
	font-family: brandon-grotesque, sans-serif;
}

.f_base > div.links {
    text-align:right;
    padding-right:80px;
}

.back_to_top {
    background: #041b27;
    border: none;
    position: fixed;
    bottom: 10%;
    right: 0;
    padding: 12px;
    max-height: 56px;
    outline: none;
    transition: 0.7s;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: none;
}

.back_to_top:hover {
    background:#0063ff;
}

.back_to_top svg {
    width:30px;
    height:30px;
}

.f_right_content a {
    color:#FFFFFF;
    text-decoration:none;
}

.f_right_content h3 {
    margin-bottom:20px;
    line-height: 40px;
    max-width:400px;
}

.f_right_content h4 {
    font-weight:500;
	font-family:brandon-grotesque, sans-serif;
    font-weight:normal;
    font-size:22px;
    max-width:400px;
}

.f_right_content .vcard {
    text-align:right;
}

.f_right_content .vcard span {
    display:block;
}

.f_right_content .vcard span.org {
    font-family: brandon-grotesque, sans-serif;
    font-weight:900;
    font-size:24px;
    letter-spacing:4px;
}

.f_right_content .social {
    margin-bottom:0;
}

.f_right_content .social a {
    display:inline-block;
    padding:0px 5px 5px 0;
    margin-right:10px;
}

.f_right_content .social a:hover { 
    transition:0.7s;
    opacity:0.7;
}

.f_left span {
    display: block;
    transform: rotate(-90deg) translateX(-179px);
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 18px;
}

.project_grid {
    display:flex;
    position:relative;
    flex-wrap:wrap;
    padding-top:2rem;
}

.home_testimonials {
    width: calc(100% - 60px);
    padding: 80px 25%;
    display: flex;
    align-items: center;
}

.home_testimonials h3 {
    line-height:40px;
    margin-bottom:14px;
}

.test_name {
    color:#001b27;
    font-weight:600;
}

.home_testimonials .test_org {
    font-weight:200;
}

.big_quote {
    display: block;
    font-size: 120px;
    height: 100px;
    color: #dedede;
}

.project_item {
  display:block;
  text-decoration:none;
  position: relative;
  width:calc(33.333% - 4rem);
  margin:2rem;
  color:#FFFFFF;
  padding: 0px;
  text-align: left;
  overflow:hidden;
  font-family: brandon-grotesque, sans-serif;
}

.project_item span {
    display:flex;
    align-items:center;
    padding:1rem 0;
    color:#FFFFFF;
    font-weight:200;
    z-index:4;
    letter-spacing:1px;
    transition:0.7s;
    width:100%;
}

.project-image {
        background-size: cover;
    background-position: 50%;
}

.project_item:hover span.project-name {
    color:#001b27;
}

.work-color-box {
    height:260px;
}

.project_item img {
    display:block;
    width:100%;
    margin:0 auto;
}
/*
.project_item:hover span {
    opacity:1;
    transition:0.7s;
    height:60px;
}

.project_item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    opacity:1;
}

.project_item:hover:after {
    opacity:0;
    transition:1.4s;
}

.project_item:nth-of-type(3n + 1):after {
    background:#041b27;
}

.project_item:nth-of-type(3n + 2):after {
    background: #1C6565;
}

.project_item:nth-of-type(3n + 3):after {
    background:#124A4A ;
}

.project_item:nth-of-type(3n + 1) span {
    background:#041b27;
}

.project_item:nth-of-type(3n + 2) span {
    background: #1C6565;
}

.project_item:nth-of-type(3n + 3) span {
    background:#124A4A ;
}

    */

.reveal {
  display:none;
  z-index: 5;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  width: 150px;
  height: 150px;
  background-attachment:fixed;
  border-radius:50%;
  -webkit-mask-image: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1));
}

.big_text_overlay {
    opacity:1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
}

.big_text_overlay > div {
    font-family: brandon-grotesque, sans-serif;
    margin:0;
    font-weight:900;
    font-size:120px;
    letter-spacing:40px;
    z-index:4;
    color:#FFFFFF;
}

video {
    height: 100%;
    display: block;
}

.big_text_overlay > div {
    font-family: brandon-grotesque, sans-serif;
    margin:0;
    font-weight:900;
    font-size:120px;
    letter-spacing:40px;
    z-index:4;
    color:#FFFFFF;
    margin-right:-40px;
    transition:0.7s;
}

.project_grid:hover .big_text_overlay div {
    opacity:0.2;
    transition:0.7s;
}

.reveal.active {
    display:block;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

@media all and (max-width: 1280px) {
    
    .work_outline {
        padding-right:60px;
    }
    
    .grid-sizer,
    .grid-item {
      width: 50%;
    }

    .grid-item .work_text {
        padding: 50px;
        font-size: 26px;
    }

    .page_customer #cfrontLogo .logo_text {
        font-size: 30px;
        letter-spacing: 12px;
    }
}

@media all and (max-width: 960px) {

    .flex-container {
        flex-wrap:wrap;
    }

    .team_row .col_1_3 {
        width: 100%;
        padding: 1rem 0;
    }

    .team_row .flex-container {
        width: 100%;
        margin-left: 0;
    }
    
    .hero_content_word {
        font-size: 60px;
        letter-spacing: 40px;
        top: 7px;
       }
    
    .work_outline {
        padding-right:20px;
    }
    
    .page_contact .flex_row {
        flex-wrap:wrap;
    }

    .page_contact .flex_row .col_1_2 {
        width:100%;
        transition:0.7s;
    }

    #Hero.home .hero_content .cfront {
        flex-wrap:wrap;
    }

    #Hero.home .hero_content .cfront > div {
        width:100%;
    }

    #Hero.home .hero_content .cfront > div:nth-child(2) .text {
      letter-spacing:61px;
    }

    #Hero.home .hero_content {
        width:60%;
        transition:all ease 0.7s;
    }

    .flex_row {
        flex-wrap:wrap;
    }

    /*
    .flex_row > * {
        width:calc(100% - 0px);
        width:100%;
    }
        */

    .centred_letter  {
        display:none;
    }

    .site_nav > .logo,
    .site_nav > .nav {
        text-align:left;
        width:100%;
    }

    .site_nav > .logo svg {
        height:80px;
    }

    .site_nav > .nav {
        margin-top:0;
    }
    
    #Hero {
        height:80vh;
    }

    #Hero.home {
        height:100vh;
    }
}

@media all and (max-width: 780px) {

    .work_left {
        height:auto;
    }
    
    .site_nav > .logo svg {
        height:62px;
        margin-top: 20px;
    }

    .site_nav > * {
        padding: 20px 40px;
    }

    nav ul {
        font-size:24px;
    }

    .close_nav {
        top: 20px;
        right: 20px;
    }

    .site_nav .info > div.social > h4 {
        padding-right: 40px;
        padding-bottom: 20px;
        line-height: 26px;
        font-size: 19px;
    }

    .contact_left .logo_text, .work_left .logo_text, .site_nav .logo_text {
        display: block;
        font-size: 26px;
        letter-spacing: 15px;
    }

    .f_right_content > div {
        width:100%;
     }
    .flex_row {
        flex-wrap:wrap;
    }
    
    .row_next_customer,
    .col_1_2,
    .col_1_3,
    .col_2_3,
    .col_1_1 > * {
        width:100%;
    }
    .work_left {position:relative;}
    
    .row_next_customer,
    .work_right {
        margin-left:0;
    }

    .col_1_1,
    .col_1_2 {
        padding:80px 60px;
    }

    .col_1_2.image_section {
        padding-top:0;
    }

    .text,
    .logo_text {
      font-size: 80px;
    }
    
    .right_space, 
    .left_space,
    .slide_in_left.box_color,
    .box_content {
        width:100%;
    }

    .right_space, 
    .left_space {
        min-height:20px;
    }

    .slide_in_left.box_color {
        min-height:40px;
    }

    .big_text_overlay > div {
        font-size:80px;
    }

    .big_quote {
        position: relative;
        top: 20px;
    }

    .home_testimonials {
        width: 100%;
        padding: 40px;
    }

    .box_content {
        padding: 40px;
    }

    .grid-sizer,
    .grid-item {
      width: 100%;
    }

    .page_about .flex_row h2, 
    .page_services .flex_row h2,
    .box_content h2 {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
        font-weight: 600;
    }
    
    .home_testimonials h3,
    .box_content h3 {
        font-size:26px;
        line-height: 40px;
        width: 100%;
        font-weight: 400;
    }

    .page_customer #cfrontLogo svg,
    #cfrontLogo svg {
        width: 240px;
        height: 133px;
    }

    #cfrontLogo {
        margin-left: 0px;
    }

    .page_customer #cfrontLogo .logo_text,
    #cfrontLogo .logo_text {
        font-size: 26px;
        letter-spacing: 10px;
    }

    .hero_intro_content {
        line-height: 40px;
        font-size: 32px;
        width: 80%;
    }

    .page_about .flex_row p, .page_services .flex_row p {
        font-size:19px;
        line-height: 26px;
    }

    footer .f_left {
        display:none;
    }

    footer .f_right {
        width:100%;
    }

    .f_right_content h3 {
        font-size:26px;
        line-height: 40px;
        width: 100%;
    }

    .f_right_content h4 {
        font-size:21px;
        line-height: 30px;
        width: 100%;
    }

    .f_right_content .vcard {
        text-align: left;
        transition:0.7s; background: #001b27;
    }

    .f_base {
        background: #001b27;
        font-size: 12px;
        letter-spacing: 1px;
     }

    .intprop {padding-left:20px;}

    .back_to_top {max-height:52px;}

    #contactFormContainer input,
    #contactFormContainer textarea {
        font-size: 22px;
    }

    .site_nav .info .social a {
        color:#FFFFFF;
    }

    .page_customer #cfrontLogo {
        margin-left: 0;
        margin-top: 0;
    }

}

@media all and (max-width: 460px) {
    
    .page_text_only .inner {
        padding:40px;
    }

    .f_right_content > div {
        width:100%;
        padding:40px;
    }

    .big_text_overlay > div {
        font-size:40px;
    }

    .page_about .flex_row h2, 
    .page_services .flex_row h2,
    .box_content h2 {
        font-size:26px;
    }
    
    h3,
    .box_content h3 {
        font-size:22px;

    }


}
