<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {margin:0; padding:0; outline:none; border:none; box-sizing:border-box; -moz-box-sizing:border-box;}

/* GLOBAL */

html { }
body {line-height:1; font-family: azo-sans-web, sans-serif; background-color: #1b1e2a; color:#ffffff; font-weight: 300; text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-display: swap;}

h1	{font-size: 40px; font-weight: 300; text-transform: uppercase}
h2	{font-size: 33px; font-weight: 300; color:#ffffff; line-height: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.5em; position: relative;}
h3	{font-size: 28px; font-weight: 400}
h4	{font-size: 24px; font-weight: 400}
h5	{font-size: 20px; font-weight: 400}
h6	{font-size: 18px; font-weight: 400}

p	{font-size: 16px; line-height: 1.4em; margin-bottom: 1em}

::-webkit-input-placeholder     {color:#bdbdbd;}
::-moz-placeholder              {color:#bdbdbd; opacity:1;}
:-ms-input-placeholder          {color:#bdbdbd;}
:-moz-placeholder               {color:#bdbdbd; opacity:1;}

blockquote img	{margin:0 auto 10px auto; display: block; }
blockquote p	{font-size: 29px; font-weight: 200; text-align: center;}

img     {max-width:100%; height:auto;}
a       {color:inherit;}
a.cover {position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0); display:block; z-index: 2}

.inner {width:1230px; max-width:100%; margin:0 auto; }

.cols	{width:calc(100% + 30px); margin-left: -15px; display: flex; flex-wrap: wrap}

.col	{padding:0 15px;}

/* HEADER */
header					{width:100%; position: absolute; top:0; left: 0; padding: 50px 0 0; z-index: 10;}
header .inner			{width:calc(100% - 60px); margin: auto; background-image: url(/_assets/border-header-line-top.png); background-size: 100% 2px; background-position: top right; background-repeat: no-repeat; display: flex; justify-content: space-between; padding: 0}
.logo 					{width:150px; display: block; padding:10px; padding-bottom: 15px; background-image: url(/_assets/border-logo.png); background-position: bottom right; background-repeat: no-repeat; background-size: contain; position: relative;}
.logo:before			{position: absolute; left: 0; top:0; width: 2px; height: 100%; background-image: url(/_assets/logo-border-left.png); background-size: 2px 100%; background-repeat: no-repeat; content: '';}

ul.icon-nav				{display: inline-flex; align-items: center; margin-top: 17px;}
ul.icon-nav li			{margin-left: 30px;}
ul.icon-nav li:hover	{opacity: 0.6}
ul.icon-nav img			{width: 20px;}

/* NAV CONTAINER */
.nav-container					{position: absolute; right:0; top:-50px; background-color: #1b1e2a; padding:115px 60px 30px; text-align: center; opacity: 0; visibility: hidden; transition: 0.2s ease-out}
.nav-container ul				{font-size: 23px; text-transform: uppercase; font-weight: 400; line-height: 1.4em;}
.nav-container ul li			{margin-bottom: 35px;}
.nav-container ul li a			{text-decoration: none}
.nav-container ul li ul			{text-transform: none; font-size: 16px; font-weight: 300; margin-top: 10px;}
.nav-container ul li ul li		{margin-bottom: 8px;}
.nav-container ul li a:hover	{color:#ba753b}
.nav-container.open				{opacity: 1; visibility: visible; top:0;}

a.close			{position: absolute; right:30px; top:66px; width:22px; height: 22px; background-image: url(/_assets/icon-close.svg); background-size: 22px;}

/* HOME HERO CONTAINER */
.hero-container		{height: 100vh; min-height: 768px; display: flex; align-items: center; justify-content: center; background-size: cover; text-align: center; overflow: hidden; position: relative}
.hero-container	h1	{font-size: 34px; font-weight: 300; color:#ffffff; line-height: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.3em; position: relative; z-index: 5}
.hero-container	p	{font-size: 22px; font-weight: 400; color:#ffffff; line-height: 1.4em; margin-bottom: 0; position: relative; z-index: 5}

.hero-image-container	{position: absolute; left: 0; top:0; overflow: hidden; width: 100%; height: 100%}
.hero-image				{position: absolute; left: 0; top:0; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
.hero-image				{animation-name: bg-zoom; animation-duration: 20s; animation-iteration-count: 1; animation-timing-function:ease-out; animation-fill-mode: forwards}

@keyframes  bg-zoom {
    0%			{transform:scale(1.2);}
    100% 		{transform:scale(1);}
}



/* CONTENT HERO CONTAINER */
.hero-container-content				{/*height:50vh;*/ height:50vw; min-height: 550px; background-repeat: no-repeat; position: relative; display: flex; background-size: cover; background-position: center; margin-bottom: 60px;}
.hero-container-content .inner		{width:calc(100% - 60px); padding-left: 30px; padding-right: 30px; display: flex; justify-content: center; align-items: flex-end; position: relative; border-bottom:2px solid #ba753b; z-index: 3}
.hero-container-content h1			{font-weight: 300; font-size: 43px; letter-spacing: 4px; text-transform: uppercase; background-color: #1b1e2a; position: relative;}
.h1-holder							{position: relative; padding: 0 100px; transform: translateY(50%); text-align: center;}
.h1-holder:before					{content: ''; display: block; width: 100px; background: rgb(27,30,42);  background: linear-gradient(270deg, rgba(27,30,42,1) 0%, rgba(27,30,42,1) 25%, rgba(27,30,42,0) 100%); position: absolute; left: 0; top: 0;height: 100%;  z-index: 5;}
.h1-holder:after					{content: ''; display: block; width: 100px; background: rgb(27,30,42);  background: linear-gradient(90deg, rgba(27,30,42,1) 0%, rgba(27,30,42,1) 25%, rgba(27,30,42,0) 100%); position: absolute; right: 0; top: 0;height: 100%;  z-index: 5;}

.hero-container-content .inner:before	{width:2px; height: 288px; background-image: url(/_assets/border-header-left.png); background-size: contain; background-position: left bottom; background-repeat: no-repeat; content: ''; position: absolute; left: 0; bottom: 0;}
.hero-container-content .inner:after	{width:2px; height: 288px; background-image: url(/_assets/border-header-left.png); background-size: contain; background-position: left bottom; background-repeat: no-repeat; content: ''; position: absolute; right: 0; bottom: 0;}

.hero-container-content:before	{content: ''; width:100%; height: 40%; position: absolute; left: 0; top:0; background: rgb(27,30,42); background: linear-gradient(180deg, rgba(27,30,42,1) 0%, rgba(27,30,42,0) 100%); mix-blend-mode: multiply; z-index: 2}
.hero-container-content:after	{content: ''; width:100%; height: 200px; position: absolute; left: 0; bottom:0; background: rgb(27,30,42); background: linear-gradient(0deg, rgba(27,30,42,1) 0%, rgba(27,30,42,1) 40%, rgba(27,30,42,0) 100%); z-index: 2}

.return			{position: absolute; bottom: -30px; left: 30px; font-size: 12px; border-bottom: 1px solid #ffffff; padding-bottom: 2px; text-decoration: none; z-index: 5}
.return:hover	{color:#ba753b; border-color:#ba753b}

/* LATEST PROJECTS */
.latest-projects						{padding: 80px 0; text-align: center}
.latest-projects .cols					{margin-top: 40px;}
.latest-projects .col					{width:25%; padding: 15px;}
.latest-projects .project-panel			{min-height: 385px; height: 100%; display: flex; background-size: cover; background-position: center; position: relative}
.latest-projects .project-panel h3		{letter-spacing: 1px; font-size: 24px; line-height: 1.3em; margin-bottom: 1em; text-transform: uppercase; font-weight: 300}
.latest-projects .project-panel p		{font-size: 15px; font-weight: 400}
.latest-projects .project-panel .btn	{margin-top: 5px;}
.project-panel-hover					{width:100%; background-color: #1b1e2a; padding: 20px 35px; display: flex; justify-content: center; flex-direction: column; align-items: center; position: relative; opacity: 0; visibility: hidden; transition: 0.2s ease-out}
.project-panel-hover:before				{position: absolute; left: 0; top:0; width:100%; height: 100%; content: ''; background-size: contain; background-repeat: no-repeat; background-position: top left; background-image: url(/_assets/border-project-panel-top-left.png)}
.project-panel-hover:after				{position: absolute; right: 0; top:0; width:100%; height: 100%; content: ''; background-size: contain; background-repeat: no-repeat; background-position: bottom right; background-image: url(/_assets/border-project-panel-bottom-right.png)}

.latest-projects .project-panel:hover .project-panel-hover	{opacity: 1; visibility: visible}

/* FULL IMAGE PANEL TOP LEFT */
.full-panel-text-top-left		{height: 100vh; min-height: 768px; background-size: cover; background-repeat: no-repeat; padding: 55px 0; display: flex; position: relative; background-position: center;}
.full-panel-text-top-left h2	{font-size: 38px; line-height: 1.2em;}
.full-panel-text				{width:400px; max-width: 100%; position: relative; z-index: 8}
.full-panel-text .btn			{margin-top: 15px;}

.full-panel-text-top-left .inner		{position: relative; padding: 55px 45px; z-index: 6; width:calc(100% - 60px);}
.full-panel-text-top-left .inner:before	{position: absolute; left: 0; top:0; width:777px; max-width: 100%; height: 494px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: top left; background-image: url(/_assets/border-full-frame-top-left.png)}
.full-panel-text-top-left .inner:after	{position: absolute; right: 0; bottom:0; width:777px; max-width: 100%; height: 494px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: bottom right; background-image: url(/_assets/border-full-frame-bottom-right.png)}

.full-panel-text-top-left.grad-top:before 	{background: rgb(27,30,42); background: linear-gradient(175deg, rgba(27,30,42,1) 10%, rgba(27,30,42,0.8) 30%, rgba(27,30,42,0) 60%, rgba(27,30,42,0) 100%); height: 100%; z-index: 5; mix-blend-mode:normal}

/* FULL IMAGE PANEL BOTTOM RIGHT */
.full-panel-text-bottom-left	{height: 100vh; min-height: 768px; background-size: cover; background-repeat: no-repeat; padding: 55px 0; display: flex; position: relative; background-position: center;}
.full-panel-text-bottom-left h2	{font-size: 38px; line-height: 1.2em;}
.full-panel-text .btn			{margin-top: 15px;}

.full-panel-text-bottom-left .inner				{position: relative; padding: 55px 45px; z-index: 6; display: flex; align-items: flex-end; width:calc(100% - 60px);}
.full-panel-text-bottom-left .inner:before		{position: absolute; left: 0; top:0; width:777px; max-width: 100%; height: 494px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: top left; background-image: url(/_assets/border-full-frame-top-left.png)}
.full-panel-text-bottom-left .inner:after		{position: absolute; right: 0; bottom:0; width:777px; max-width: 100%; height: 494px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: bottom right; background-image: url(/_assets/border-full-frame-bottom-right.png)}

.full-panel-text-bottom-left.grad-top:before 	{background: rgb(27,30,42); background: linear-gradient(180deg, rgba(27,30,42,0.9) 10%, rgba(27,30,42,0) 100%); height: 50%; z-index: 5; mix-blend-mode:multiply;}
.full-panel-text-bottom-left.grad-top:after 	{background: rgb(27,30,42); background: linear-gradient(5deg, rgba(27,30,42,0.5) 10%, rgba(27,30,42,0.3) 30%, rgba(27,30,42,0) 60%, rgba(27,30,42,0) 100%); height: 100%; z-index: 5; mix-blend-mode:normal}

.bottom-right-image	{position: absolute; right:20px; bottom: 40px; width:330px;}

/* CENTERED GRAD TEXT */
.centered-text-grad					{text-align: center; padding: 80px 0; height: 100vh; min-height: 768px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;}
.centered-text-grad blockquote		{width:810px; max-width: 100%; margin: auto}
.centered-text-grad blockquote img	{margin-bottom: 25px;}
.centered-text-grad blockquote p	{font-size: 29px; font-weight: 200; line-height: 1.3em;}
.centered-text-grad blockquote cite	{display: block; font-size: 17px; text-transform: uppercase; font-style: normal; font-weight: 500}
.centered-text-grad h2				{margin-bottom: 1.5em}
.centered-text-grad .btn			{margin-top: 50px;}
.centered-text-grad .inner			{position: relative; z-index: 5}
.centered-text-grad:before			{position: absolute; left: 0; top:0; width: 100%; height: 50%; content: ''; background: rgb(27,30,42); background: linear-gradient(180deg, rgba(27,30,42,1) 20%, rgba(27,30,42,0) 100%);}
.centered-text-grad:after			{position: absolute; left: 0; bottom:0; width: 100%; height: 15%; content: ''; background: rgb(27,30,42); background: linear-gradient(0deg, rgba(27,30,42,1) 30%, rgba(27,30,42,0) 100%);}

/* INSTA SECTION */
.insta-section					{text-align: center; padding-left: 30px; padding-right: 30px;}
.insta-section .inner			{width:100%; border-left: 2px solid #ba753b; height: 100%; position: relative;  padding-top: 70px;}
.insta-section h2				{margin-bottom: 1em;}
.insta-section h3 a				{font-size: 20px; font-weight: 700; color:#ba753b; text-decoration: none}
.insta-section h3 a:hover 		{color:#ffffff}
.insta-posts					{margin: 40px 0; width:100%; height: auto; padding-bottom: 80px; padding-left: 20px; padding-right: 20px;}
.insta-section .inner:before	{position: absolute; left: 0; top:0; width: 100%; height:2px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: top left; background-image: url(/_assets/top-border-inner.png)}
.insta-section .inner:after		{position: absolute; right: 0; bottom:0; width:2px; height: 100%; content: ''; background-size: contain; background-repeat: no-repeat; background-position: bottom right; background-image: url(/_assets/border-right-fade.png)}

/* TEXT INTRO */
.text-intro				{text-align: center; margin-bottom: 60px;}
.text-intro .inner		{margin: auto; width:846px; max-width: 100%;}
.text-intro .inner p	{font-size: 18px;}

/* PULLOUT QUOTE PANEL */
.pullout-quote-panel			{text-align: center; padding: 60px 0}
h2.border						{background-image:url(/_assets/border-heading.png); background-position:bottom center; padding-bottom: 15px; background-repeat: no-repeat; background-size:234px 2px; text-align: center}
.pullout-panel					{min-height:450px; background-size: cover; background-repeat: no-repeat; margin: 30px 0 40px; display: flex; align-items: center; justify-content: center;}
.pullout-panel blockquote		{width:827px; max-width: 100%;}
.pullout-panel blockquote p		{font-size: 26px;}
.pullout-panel blockquote img	{margin-bottom: 15px;}

/* PULLOUT PANEL */
.pullout-panel-section							{text-align: center; padding: 60px 0}
.pullout-panel-section .pullout-panel			{min-height:450px; background-size: cover; background-repeat: no-repeat; margin: 30px 0 40px; display: flex; align-items: center; justify-content: center; position: relative}
.pullout-panel-section .pullout-panel .inner	{width:690px; max-width: 100%; position: relative; z-index: 5}
.pullout-panel-section .pullout-panel p			{font-size: 26px;}
.pullout-panel-section .pullout-panel p:last-child	{margin-bottom: 0}
.pullout-panel-section .pullout-panel:after		{position: absolute; left: 0; top:0; width:100%; height: 100%; background-color: rgba(0,0,0,0.6); content: '';}

/* MEET THE TEAM PANEL */
.meet-the-team-panel		{text-align: center; padding: 60px 0}
.meet-the-team-panel .col	{width:33.333%;}
.meet-the-team-panel h2		{margin-bottom: 1em;}
.meet-the-team-panel .btn	{margin-top: 40px;}
.person-panel				{text-align: left; position: relative;}
.person-panel h3			{font-size: 15px; line-height: 1.4em; margin-bottom: 0.8em; transition: 0.2s ease-out}
.person-panel p				{font-size: 15px; line-height: 1.4em; margin-bottom: 0.5em;}
.person-image				{padding-top: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 20px;} 

.person-panel:hover h3		{color:#ba753b}

.meet-the-team-panel .inner	{width: 918px;}

/* PERSON PAGE */
.person-detail							{padding: 60px 0}
.person-detail .inner					{display: flex; justify-content: space-between}
.person-detail .person-detail-image		{width:calc(50% - 15px);}
.person-detail .person-detail-text		{width:calc(50% - 15px);}
.person-detail h3						{font-size: 18px; font-weight: 300; line-height: 1.4em; position: relative;}
.person-detail h3 strong				{font-weight: 500;}
.person-detail h3:after					{width:100px; border-top:1px solid #ba753b; content: ''; display: block; margin: 20px 0}
.person-detail p						{font-size: 15px;}
.person-detail .text-columns			{column-count: 2; column-gap: 20px;}
.person-detail:nth-child(odd) .inner	{flex-direction: row-reverse}

/* VALUES PANEL */
.our-values					{text-align: center; padding: 60px 0}
.our-values h2				{margin-bottom: 1.2em;}
.our-values .cols .col		{width:20%; text-align: left;}
.our-values .values-image	{padding-top: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 20px;} 
.our-values h3				{font-size: 20px; line-height: 1.4em; margin-bottom: 0.5em; font-weight: 500; transition: 0.2s ease-out}

/* WHAT WE DO PAGE */
.two-col-listing			{padding: 60px 0;}
.two-col-listing .cols		{justify-content: space-between}
.two-col-listing .col		{width:calc(50% - 20px); text-align: center}
.two-col-listing .col p		{font-size: 15px;}
.two-col-listing .col .btn	{margin-top: 15px;}
.wwd-image-outer			{padding-top: 60%; position: relative; margin-bottom: 25px;}
.wwd-image					{width:calc(100% - 30px); height:calc(100% - 30px); background-size: cover; background-repeat: no-repeat; position: absolute; left: 15px; top:15px;}
.wwd-image-outer:before		{width:100%; height: 100%; position: absolute; left: 0; top:0; background-image: url(/_assets/border-half-col-top-left.png); background-size: contain; background-repeat: no-repeat; content: '';}
.wwd-image-outer:after		{width:100%; height: 100%; position: absolute; right: 0; bottom:0; background-image: url(/_assets/border-half-col-bottom-right.png); background-size: contain; background-repeat: no-repeat; background-position: right bottom; content: '';}
.wwd-panel					{position: relative;}
.wwd-panel:hover .btn		{color: #ba753b; background-color: #ffffff}

/* PORTFOLIO PAGE */
.four-col-listing							{padding: 60px 0 0;}
.four-col-listing .col						{width:25%; margin-bottom: 30px;}
.four-col-listing .listing-panel			{position: relative; text-align: center;}
.four-col-listing .listing-panel p			{text-transform: uppercase; font-size: 15px; letter-spacing: 2px; transition: 0.2s ease-out}
.four-col-listing .listing-panel-image		{padding-top: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 10px;}
.four-col-listing .listing-panel:hover p	{color:#ba753b}

/* VIDEO GRID */
.three-col-listing							{padding: 60px 0 0;}
.three-col-listing .col						{width:33.33%; margin-bottom: 30px;}
.three-col-listing .listing-panel			{position: relative; text-align: center;}
.three-col-listing .listing-panel p			{text-transform: uppercase; font-size: 15px; letter-spacing: 2px; transition: 0.2s ease-out}
.three-col-listing .listing-panel-image		{padding-top: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 10px;}
.three-col-listing .listing-panel:hover p	{color:#ba753b}

/* PORTFOLIO ITEM */
.portfolio-text-section			{padding: 40px 0}
.portfolio-text-section .inner	{width:870px; max-width: 100%; text-align: center}

.tiled-images		{width:1230px; padding: 30px 15px; display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: center; margin: auto; max-width: 100%;}
.tiled-images img	{width: auto; height: 220px; flex-wrap: wrap; margin: 10px; }
.tiled-images p		{display: flex; justify-content: center; width:100%; flex-wrap: wrap}

/* IMAGE CAROUSEL */
.image-carousel-section						{padding: 60px 0}
.image-carousel	.slide						{height: 60vw; min-height: 40vw; max-height: 845px; background-size: contain; background-repeat: no-repeat; background-position: center;}
.image-carousel .slick-arrow				{font-size: 0; width:46px; height: 46px; background-image:url(/_assets/slick-arrow.png); background-size: cover; background-color: transparent; position: absolute; top:50%; margin-top: -23px; z-index: 5}
.image-carousel .slick-next					{right: 40px;}
.image-carousel .slick-prev					{left: 40px; transform: rotate(180deg);}
.image-carousel .slick-arrow.slick-disabled	{opacity: 0}

.image-carousel .custom_paging					{text-align: center; display: block; padding: 20px 0 0; font-weight: bold;}
.image-carousel .custom_paging li				{display: none}
.image-carousel .custom_paging li.slick-active	{display: block}

/* TEXT STYLES */
.text-page .inner		{width:960px; padding:5px 30px;}

.text-section p strong	{font-weight: 500}
.text-section ul,
.text-section ol,		
.text-section p			{font-size: 19px; line-height: 1.4em}
.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5,
.text-section h6	{margin:1em 0}
.text-section ul,
.text-section ol	{margin: 1em;}

/* PLAIN BLOCKQUOTE */
.plain-testimonial				{padding: 40px 0}
.plain-testimonial blockquote	{width:810px; max-width: 100%; margin: auto}

/* TEXT WITH FADED BG IMAGE */
.text-centred-bg-image .inner	{text-align:center; width:768px; max-width: 100%;}
.faded-bg-image:before			{position: absolute; left: 0; top:0; height: 50%; width: 100%; content: ''; background: rgb(27,30,42); background: linear-gradient(0deg, rgba(27,30,42,0) 0%, rgba(27,30,42,0.6) 40%, rgba(27,30,42,1) 100%);}
.faded-bg-image					{background-repeat: no-repeat; background-size: cover; padding-top: 37%; position: relative;}

/* JOURNEY CONTAINER */
.journey-container					{text-align: center; padding: 60px 0;}
.journey-container .inner			{padding: 150px 0; background-size: cover; background-repeat: no-repeat; position: relative; border-left: 2px solid #ba753b}
.journey-container .inner img		{margin: 60px 0}
.journey-container .inner:before	{position: absolute; left: 0; top:0; width: 100%; height:2px; content: ''; background-size: contain; background-repeat: no-repeat; background-position: top left; background-image: url(/_assets/top-border-inner.png)}
.journey-container .inner:after		{position: absolute; right: 0; bottom:0; width:2px; height: 100%; content: ''; background-size: contain; background-repeat: no-repeat; background-position: bottom right; background-image: url(/_assets/border-right-fade.png)}

.journey-image		{padding-left: 60px; padding-right: 60px; position: relative;}
.journey-popup		{width:450px; padding: 20px; background-color: #1b1e2a; border:2px solid #ba753b; text-align: left;}
.journey-container .journey-popup img	{height: 43px; width: auto; margin: 0 10px 0 0}
.journey-popup h2	{font-size: 18px; display: flex; align-items: center; letter-spacing: 0}
.journey-popup h2 strong	{font-weight: 700; font-size: 22px; color:#ba753b}
.journey-popup p	{font-size: 14px;}

/* WHATS HAPPENING */
.sort-cell				{display: inline-flex; align-items: center; margin-bottom: 20px;}
.sort-cell label		{flex-shrink: 0; font-size: 14px; font-weight: 500}
.sort-cell .select-css	{font-weight: 300; padding-right: 40px}

.button-load-more		{text-align: center; margin-top: 15px; margin-bottom: 120px;}

/* CONTACT */
.contact-container			{text-align: center}
.contact-container .inner	{width:1100px; max-width: 100%;}
.contact-container p		{font-size: 21px; font-weight: 200; text-align: center; /*width:810px; */max-width: 100%; margin-left: auto; margin-right: auto;}
.contact-container a        {color:#4e8ef5;}

hr.small					{height:2px; margin: 40px auto; display: block; width:143px; background-image: url(/_assets/small-hr.png); background-size: contain; border:none}

/* SELECT CSS */
.select-css 			{display: block; text-transform: uppercase; color:#ffffff; font-size: 14px; line-height: 1.3; padding: .6em 1.4em .5em .8em; width: 100%;  max-width: 100%; box-sizing: border-box; margin: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: transparent; background-image: url(/_assets/select-dd.png); background-repeat: no-repeat, repeat; background-position: right 1em top 50%, 0 0; background-size: 10px auto;}
.select-css::-ms-expand {display: none;}
.select-css:hover 		{/*border-color: #888;*/}
.select-css:focus 		{border-color: #aaa; box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); box-shadow: 0 0 0 3px -moz-mac-focusring; /*color: #222; */ outline: none;}
.select-css option 		{font-weight:normal; color:#000000}

.form-row							{display: flex; justify-content: space-between}
.form-row .form-cell				{width:calc(50% - 8px); margin-bottom: 16px;}
.form-row.submit .form-cell			{width:100%; margin-top: 40px}
.form-row.full .form-cell			{width:100%;}

.form-cell textarea,
.form-cell .select-css,
.form-cell input[type="text"]		{width:100%; font-size: 25px; background-color: rgba(255,255,255,0.15); padding: 10px 20px; font-weight: 300; color:#ffffff; border:1px solid transparent; transition: 0.2s ease-out}
.form-cell input[type="text"]:focus	{border-color:#ba753b}
.form-cell .select-css 				{text-transform: none; background-image:url(/_assets/select-dd-2.png); background-size: 28px 15px}

.form-cell .select-css:focus		{box-shadow: none; border-color:#ba753b}

.form-cell textarea, input[type="text"]::-webkit-input-placeholder     {color:#ffffff;}
.form-cell textarea, input[type="text"]::-moz-placeholder              {color:#ffffff; opacity:1;}
.form-cell textarea, input[type="text"]:-ms-input-placeholder          {color:#ffffff;}
.form-cell textarea, input[type="text"]:-moz-placeholder               {color:#ffffff; opacity:1;}

input[type='submit']	{width:143px; height: 53px; background-image: url(/_assets/submit-bg.png); background-size: 100% 100%; background-color: transparent; font-weight: 300; font-size: 26px; color:#ba753b}
input[type='submit']:hover	{color:#ffffff}

/* FOOTER */
body.our-process footer	{margin-top: -86px; padding-top: 0}

body.whats-happening footer,
body.home footer		{margin-top: -66px; padding-top: 0; padding-left: 30px; padding-right: 30px;}

body.home footer .inner	{width:100%;}

footer							{padding-bottom: 60px; padding-top: 100px;}
footer .inner					{padding: 0}
footer .footer-top				{display: flex; justify-content: center; position: relative;}
footer .footer-top:after		{width:100%; border-top:2px solid #ba753b; content:''; position: absolute; left: 0; top:50%; margin-top: -1px;}
footer ul.social 				{display: inline-flex; list-style: none; margin: auto; position: relative; z-index: 2; background-color: #1b1e2a}
footer ul.social li				{width:54px; height: 54px; border:2px solid #ba753b; display: flex; justify-content: center; align-items: center; position: relative; margin: 0 10px; transition: 0.2s ease-out}
footer ul.social li a			{position: relative; z-index: 2}
footer ul.social li:hover 		{border-color:#ffffff;}
footer ul.social li:first-child	{margin-left: 0;}
footer ul.social li:last-child	{margin-right: 0;}

footer ul.social li:before		{position: absolute; left: -2px; top:0; height: 100%; width:calc(100% + 4px); content: ''; background: rgb(27,30,42); background: linear-gradient(0deg, rgba(27,30,42,0) 0%, rgba(27,30,42,1) 35%, rgba(27,30,42,1) 50%, rgba(27,30,42,1) 65%, rgba(27,30,42,0) 100%); z-index: 1}

footer .social-container		{position: relative; padding: 0 80px;}
footer .social-container:after	{content: ''; display: block; width: 80px; background: rgb(27,30,42); background: linear-gradient(90deg, rgba(27,30,42,1) 0%, rgba(27,30,42,0) 100%); position: absolute; right:0; top:0; height: 100%; z-index: 5}
footer .social-container:before	{content: ''; display: block; width: 80px; background: rgb(27,30,42); background: linear-gradient(270deg, rgba(27,30,42,1) 0%, rgba(27,30,42,0) 100%); position: absolute; left:0; top:0; height: 100%; z-index: 5}

.footer-contact				{margin:75px 0 40px 0; text-align: center; display: flex; justify-content: center}
.footer-contact p			{margin: 0 40px;}
.footer-contact p a			{display: inline-flex; align-items: center; font-size: 23px; text-decoration: none}
.footer-contact p a img		{margin-right: 8px;}
.footer-contact p a:hover 	{color:#ba753b}

.footer-logos	{width:800px; max-width: 100%; margin:0 auto 40px}

.sign-off-links					{list-style: none; text-align: center; display: flex; justify-content: center; font-size: 16px;}
.sign-off-links li				{border-right:1px solid #ba753b; padding: 0 20px; color:#ffffff;}
.sign-off-links li a			{text-decoration: none}
.sign-off-links li a:hover		{color:#ba753b}
.sign-off-links li:last-child	{border-right:none}

.sign-off-links li.no-link:hover a	{color:#ffffff; cursor: default}


/* GRAD */
.grad-top:before			{content: ''; width:100%; height: 65%; position: absolute; left: 0; top:0; background: rgb(27,30,42); background: linear-gradient(180deg, rgba(27,30,42,1) 0%, rgba(27,30,42,0) 100%); mix-blend-mode: multiply; z-index: 2}
.grad-top-lighter:before	{content: ''; width:100%; height: 40%; position: absolute; left: 0; top:0; background: rgb(27,30,42); background: linear-gradient(180deg, rgba(27,30,42,1) 0%, rgba(27,30,42,0) 100%); mix-blend-mode: multiply; z-index: 2}

/* BUTTON */
.btn				{background-color:#ba753b; font-size: 12px; padding:10px 20px; text-align: center; text-decoration: none; font-weight: 500; border-radius: 30px; display: inline-block; text-transform: uppercase; transition: 0.2s ease-out}
.btn:hover 			{background-color: #ffffff; color:#ba753b; transform: translateY(2px)}

.read-more			{display: flex; flex-direction: column; align-items: center; font-size: 12px; text-transform: uppercase; text-decoration: none; transition: 0.2s ease-out}
.read-more em		{font-style: normal; display: inline-block; border-bottom: 1px solid #ffffff; padding-bottom: 3px; transition: 0.2s ease-out}
.read-more span		{width:19px; height: 19px; border-radius: 19px; background-color: #ba753b; display: inline-block; margin-top: 8px; background-image: url(/_assets/icon-chevron-down.png); background-size: 11px 6px; background-position: center; background-repeat: no-repeat; transition: 0.2s ease-out}

.read-more:hover em		{color:#ba753b; border-color:#ba753b}
.read-more:hover span	{transform: translateY(2px)}

/* COOKIE BAR */
.cookieBar              { width: 100%; background: url('/_assets/bg_cookiebar.png'); position: fixed; bottom: 0px; left: 0px; text-align: center; padding: 10px 10px; z-index: 99999999; box-sizing:border-box; -moz-box-sizing:border-box; }
.cookieBar p			{color:#ffffff; font-size:14px; font-family:inherit; line-height:1.5em; text-align:center; display:inline-block;}
.cookieBar .acceptBtn   {border:0px; background:#000; border:1px solid #DEDEDE; font-weight:bold; display:inline-block; margin-top:6px; margin-left:5px; font-family:inherit; font-size:12px; padding:5px 10px; text-decoration:none; color:#FFF; text-transform:uppercase; }


/* VIDEO GRID */
.media-item			{position:relative;text-align: center;}
.media-item:has(.media-item-expand:not(.zoom)):before			{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.25);z-index:1;}
.media-item:has(.media-item-expand)     {cursor:pointer;}
.media-item:has(.media-item-expand.zoom)     {cursor:zoom-in;}
.media-item:hover .media-item-expand:before		{opacity:.75;}
.media-item img     {width:100%;height:100%;}

.media-item-expand			{position:relative;}
.media-item-expand:not(.zoom):before	{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-image: url(/_uploads/_assets/icon-play.png);background-size:cover;background-repeat: no-repeat;width:90px;height:90px;cursor:pointer;transition: all ease-in-out .35s;z-index:2;}

.media-item-caption			{text-align:center;margin-top:.5em;}

/* LIGHTBOX */
.lightbox {opacity:0;visibility:hidden; position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background:rgba(0,0,0,0.45);display:flex;justify-content:center;align-items:center;transition: all ease-in-out .5s;}
.lightbox.active	{opacity:1;visibility:visible;}
.lightbox .lightbox-close {z-index:9999;cursor:pointer;position:absolute;top:-25px;right:-25px;background-image:url(/_uploads/_assets/icon-close-alt.png);background-size:cover;background-repeat:no-repeat;width:50px;height:50px;}
.lightbox .lightbox-close:hover {filter:brightness(1.15);}
.lightbox .lightbox-content		{position:relative;width:75%;height: 75%;background:#000;display:block;}
.lightbox .lightbox-content .lightbox-content-placeholder {width:100%;height:100%;}
.lightbox .lightbox-content .lightbox-content-placeholder img   {width:100%;height:100%;}


/* IE10+ SPECIFIC STYLES GO HERE. IE10+ NO LONGER SUPPORT CONDITIONAL STATEMENTS IN THE HEAD OF A FILE */ 
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

}


/* MOBILE STYLES */
@media (max-width: 1200px) 
{
    
}

@media (max-width: 1024px) 
{
    /* IPAD (LANDSCAPE) */
}

@media (max-width: 960px) 
{
    
}

@media (max-width: 768px) 
{
    /* IPAD (PORTRAIT) */
}

@media (max-width: 640px) 
{
  
}

@media (max-width: 414px) 
{
    /* IPHONE 6+, GOOGLE NEXUS 5X &amp; GOOGLE NEXUS 6P */
}

@media (max-width: 375px) 
{
    /* IPHONE 6 */
}

@media (max-width: 360px) 
{
    /* SAMSUNG GALAXY S5 */
}

@media (max-width: 320px) 
{
    /* IPHONE 5 */
}</pre></body></html>