html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

html, body {
  font-size: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: "source-sans-3", sans-serif; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="submit"] { 
  background: #1C63B4;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .07em;
  text-align: center;
  font-family: "azo-sans-web", sans-serif;
} 
input[type="submit"]:hover {
  background: #144985;
}


  

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }
  
input[type=text], input[type="search"], input[type="email"], input[type="tel"] {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

  
textarea {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	overflow: auto;
    vertical-align: top;
    resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  /*@include font-feature-settings("kern","liga","frac", "pnum");*/
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #F0F1F3;
  color: #798188;
  font-family: "source-sans-3", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "azo-sans-web", sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #24292F; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em;
  font-family: "source-sans-3", sans-serif; 
  letter-spacing: -0.01em; 
  word-spacing: 0.04em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #1C63B4;
  text-decoration: none; }
  a:hover {
    color: #123f72;
    border-color: #123f72; }
  a:active, a:focus {
    color: #123f72;
    border-color: #123f72;
    outline: none; }

header {
  color: #24292F; }

hr {
  border-bottom: 1px solid #D4D6D8;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #ddd;
  color: #a2a7ac;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #bdc0c4;
  font-style: italic; }
  cite:before {
    content: "\2015 \00A0"; }

.hexagon {
  position: relative;
  margin: 70px auto;
  width: 190px;
  height: 110px;
  /*background-image: url('IMAGE URL GOES HERE');*/
  background-position: center center;
  z-index: 1;
  background-color: #fff;
  /* Text styling */
  line-height: 110px;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 6px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: color 500ms ease, text-shadow 500ms ease; }

.hexagon:hover {
  color: #fff;
  text-shadow: 0 0 10px white; }

.hexagon .face1,
.hexagon .face2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: inherit;
  z-index: -1;
  /* Keeps borders smooth in webkit */
  backface-visibility: hidden; }

.hexagon .face1:before,
.hexagon .face2:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  background: inherit; }

.hexagon .face1 {
  transform: rotate(60deg); }

.hexagon .face1:before {
  left: 0;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  transform: rotate(-60deg) translate(-110px, 0);
  -webkit-transform: rotate(-60deg) translate(-110px, 0);
  -moz-transform: rotate(-60deg) translate(-110px, 0); }

.hexagon .face2 {
  transform: rotate(-60deg); }

.hexagon .face2:before {
  right: 0;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  transform: rotate(60deg) translate(110px, 0);
  -webkit-transform: rotate(60deg) translate(110px, 0);
  -moz-transform: rotate(60deg) translate(110px, 0); }



/*  Made With  */
#made-with {
  text-align: center;
  display: block;
  width: 100%; }
  @media screen and (max-width: 540px) {
    #made-with {
      margin-top: .6em; } }

#made-with .white-container {
  background: #fff;
  padding: 5px 12px 7px 12px;
  border-radius: 5px;
  vertical-align: middle; }

#made-with span.text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1;
  color: #798188;
  padding: 0; }
  @media screen and (max-width: 540px) {
    #made-with span.text {
      font-size: 1.2em; } }

#made-with span.text a {
  text-decoration: none;
  font-weight: 500;
  color: #fff; }

#made-with .heart {
  color: #E47C68;
  font-size: 1em;
  line-height: 1;
  height: 12px;
  vertical-align: middle;
  font-family: "fontType1"; }
  @media screen and (max-width: 540px) {
    #made-with .heart {
      font-size: 1.2em; } }


body {
  padding-left: 1em;
  padding-right: 1em; }

a {
  /*border-bottom: 1px solid $base-font-color;*/ }

a:hover {
  color: #1C63B4;
  border-bottom: 1px solid #1C63B4; }

header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #D4D6D8;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 540px) {
    header {
      margin-top: 1em;
      padding-bottom: 1em; } }
  header #logo-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center; }
    header #logo-container:last-child {
      margin-right: 0; }
    @media screen and (max-width: 540px) {
      header #logo-container {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        header #logo-container:last-child {
          margin-right: 0; } }
    header #logo-container #logo {
      padding-top: 0.5em;
      float: none; }
    header #logo-container #logo img {
      height: 18px; }
    header #logo-container #logo a:hover {
      border: none;  }
      
    header #logo-container #icon img {
      height: 65px; }
    header #logo-container #icon a:hover {
      border: none; }
      
    header #logo-container #subtitle {
      color: #DBDEE2;
      font-weight: bold;
      font-size: 18px; }
  header a {
    color: #DBDEE2;
    text-decoration: none;
    border: none; }
    header a:hover {
      color: #b1b7c0;
      border-color: #b1b7c0; }
    header a:active, header a:focus {
      color: #b1b7c0;
      border-color: #b1b7c0; }
  header nav {
    text-align: right;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    header nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 540px) {
      header nav {
        text-align: left;
        margin-top: 1em;
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        header nav:last-child {
          margin-right: 0; } }
    header nav ul {
      padding-top: 0.5em;
      line-height: 60px; }
      header nav ul li {
        display: inline-block;
        margin-left: 1em; }
        @media screen and (max-width: 540px) {
          header nav ul li {
            margin-left: 0;
            margin-right: 1em; } }
        header nav ul li a {
          font-weight: bold; }
        header nav ul li a.bordered {
          border-radius: 0.2em;
          padding: 0.4em;
          padding-left: 0.8em;
          padding-right: 0.8em;
          border: 1px solid #D4D6D8 }

#content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  transition-delay: 350ms; }
  #content:after {
    content: "";
    display: table;
    clear: both; }
  #content section.intro {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em; }
    #content section.intro:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 540px) {
      #content section.intro {
        margin-bottom: 1em; } }
    #content section.intro #icon {
      text-align: center;
      margin-top: 4em; }
      @media screen and (max-width: 540px) {
        #content section.intro #icon {
          margin-top: 2em;
          text-align: center; } }
    #content section.intro #icon img {
      height: 166px; }
    #content section.intro h1 {
      font-size: 5.7em;
      letter-spacing: -0.05em;
      margin-top: .7em;
      margin-bottom: .5em;
      text-align: center; }
      @media screen and (max-width: 540px) {
        #content section.intro h1 {
          font-size: 3em;
          line-height: 1em;
          margin-top: 0;
          padding-top: 0.4em;
          text-align: center; } }
      #content section.intro h1 span.nl {
        display: none; }
        @media screen and (max-width: 540px) {
          #content section.intro h1 span.nl {
            display: block; } }
            
    
    #content section.intro h1.header-2 {
      font-size: 3em;
      letter-spacing: -0.02em;
      margin-top: .7em;
      margin-bottom: .5em;
      text-align: center; }
      @media screen and (max-width: 540px) {
        #content section.intro h1.header-2 {
          font-size: 3em;
          line-height: 1em;
          margin-top: 0;
          padding-top: 0.4em;
          text-align: center; } }
      #content section.intro h1.header-2 span.nl {
        display: none; }
        @media screen and (max-width: 540px) {
          #content section.intro h1.header-2 span.nl {
            display: block; } }        
            
            
            
            
    #content section.intro p {
      font-size: 1.4em;
      line-height: 1.4em; }
      @media screen and (max-width: 540px) {
        #content section.intro p {
          font-size: 1.5em;
          line-height: 1.3em;
          text-align: center;
          padding-bottom: 1em; } }
  #content section.row {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0em;
    padding-bottom: 0em; }
    #content section.row:after {
      content: "";
      display: table;
      clear: both; }
    #content section.row .header-title {
      position: relative; }
    #content section.row h2 {
      text-transform: uppercase;
      font-size: 0.9em;
      font-weight: 500;
      letter-spacing: 0.15em;
      color: #798188;
      font-family: "azo-sans-web", sans-serif;
      position: relative;
      z-index: 1;
	  overflow: hidden;
	  text-align: center;
	} @media screen and (max-width: 540px) {
        #content section.row h2 {
          font-size: 1em; } }
     
    #content section.row h2 span {
	     
	  background-color: #F0F1F3;
	  padding: 0 15px; 
	  
	  
    } 
     
      
    #content section.row h2:before, h2:after {
	    position: absolute;
	    top: 51%;
	    overflow: hidden;
	    width: 50%;
	    height: 1px;
	    content: '\a0';
	    background-color: #ddd;
	    
	    
	}
	#content section.row h2:before {
	    margin-left: -50%;
	    text-align: center;
	    
	}  
	
    .blue-text {
	    color: #1C63B4;
    }
      
      
    #content section.row .wwd-icons {
	    font-family: "fontType1";
	    font-size: 2em;
	    color: #1C63B4;
	    height: 45px; }
	    @media screen and (max-width: 540px) {
	      .wwd-icons {
	      	text-align: center;
	      	background-position: center center; } }
    
    #content section.row .wwd-icons img { 	    
    	width: 40px;
    	 }
      
    #content section.row .services-bucket {
	    margin-bottom: 2em;   
    }
    
    #content section.row .services-bucket div {
	    font-size: 1rem; }  
        @media screen and (max-width: 540px) {
	      #content section.row .services-bucket div {
	      	text-align: center;
	      	font-size: 1.2rem; } }
    
    
    #content section.row.project-cta {
	    margin: 3em 0 0 0;
	    
    } 
      
      
    #content section.row h3 {
      margin-top: 2em;
      font-size: 1.5em;
      letter-spacing: -0.02em;
      margin-bottom: 2em;
      text-align: center; }
      @media screen and (max-width: 540px) {
        #content section.row h3 {
          font-size: 1.7em;
          margin-top: 2em;
          margin-bottom: 2em; } }
    #content section.row h4 {
      font-size: 1.1em;
      text-transform: uppercase;
      font-weight: 500;
      text-align: center;
      letter-spacing: 0.05em; }
   
   
    #content section.row h5 {
      font-size: 1.4em;
      font-weight: 500;
      text-transform: capitalize;
      letter-spacing: -0.02em;
      /*text-align: left;*/
      font-family: "source-sans-3", sans-serif; }
      @media screen and (max-width: 540px) {
        #content section.row h5 {
          text-align: center; } }
      
    #content section.row p {
      font-size: 1.4em;
      line-height: 1.4em; }
      @media screen and (max-width: 540px) {
        #content section.row p {
          font-size: 1.5em;
          line-height: 1.3em;
          text-align: center; } }
    #content section.row .cta-1 {
      padding: 0 0 2em 0;
      text-align: center; }
    #content section.row .cta-2 {
      text-align: center;
      padding: 2em 0 .5em 0; }
      @media screen and (max-width: 540px) {
        #content section.row .cta-2 {
          padding: .5em 0 0 0; } }
          
    #content section.row .cta-2 a {
      
      text-align: center;
      border-radius: 5px;
      background: #1C63B4;
      color: #fff;
      text-transform: inherit;
     
      font-weight: 600;
      font-family: "azo-sans-web", sans-serif;
      font-size: .8em;
      padding: 10px 15px 12px 15px; }
      
      @media screen and (max-width: 540px) {
        #content section.row .cta-2 a {
          font-size: 1em; } }
      
      #content section.row .cta-2 a:hover {
        background: #144985;
        color: #ffffff;
        border-color: #fff; }
        
        
      #content section.row .cta-2 a span {
	font-weight: 400;
	font-family: "fontType1";
	color: #ffffff;
	vertical-align: middle;
	font-size: 1.2em;
	
}
  
        
        
        
    #content section.row .clients {
	    margin-top: 1em;
	    margin-bottom: 1em;   
	}
	
	#content section.row .clients::after {
		content: "";
		clear: both;
		display: table;
	}
    
    #content section.row .clients div {
      padding: 2em 0 0 0;
      float: left;
      display: block;
      text-align: center;
      margin-right: 2.35765%;
      width: 14.70196%; }
      #content section.row .clients div:last-child {
        margin-right: 0; }
        
    @media screen and (max-width: 540px) {
        #content section.row .clients div {
          width: 100%; 
          margin-right: 0; } }
    
    #content section.row .clients div img {
	    width: 90%;
	    opacity: 0.3;
	    height: 40px;
	}
    
    
    #content section.row .copyright {
      
      border-top: 1px solid #D4D6D8;
      font-size: 1em;
      text-align: center;
      margin-top: 1.5em;
      padding-top: 1.5em; }
      @media screen and (max-width: 540px) {
	    #content section.row .copyright {
	      font-size: 1.2em; } }
	      
	
	#content section.row .partners {
      margin-top: 1em;
      text-align: center; }
      
      #content section.row .partners a{
      border-bottom: none; }
	      
	#content section.row .partners img {
      margin-left: 10px;
      margin-right: 10px;
      width: 100px; }
      
      
    #content section.row .col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      border-top: 1px solid #D4D6D8;
      padding-top: 1em;
      padding-bottom: 3em;
      position: relative; }
      #content section.row .col:last-child {
        margin-right: 0; }
      @media screen and (max-width: 540px) {
        #content section.row .col {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          #content section.row .col:last-child {
            margin-right: 0; } }
    #content section.row .col-full {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      }
      #content section.row .col-full:last-child {
        margin-right: 0; }
      @media screen and (max-width: 540px) {
        #content section.row .col-full {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          #content section.row .col-full:last-child {
            margin-right: 0; } }
    
    #content section.row .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 47.63176%; }
      #content section.row .col-2:last-child {
        margin-right: 0;
        width: 50%; }
      @media screen and (max-width: 540px) {
        #content section.row .col-2 {
          float: left;
          display: block;
          margin-right: 0;
          width: 50%;
          padding-bottom: 1em; }
          #content section.row .col-2:last-child {
            margin-right: 0; 
            width: 50%; } }

            
    
    #content section.row .col-3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 30.23176%; }
      #content section.row .col-3:last-child {
        margin-right: 0; }
      @media screen and (max-width: 540px) {
        #content section.row .col-3 {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          padding-bottom: 1em; }
          #content section.row .col-3:last-child {
            margin-right: 0; } }
    
    
    #content section.row .col-4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      #content section.row .col-4:last-child {
        margin-right: 0; }
      @media screen and (max-width: 540px) {
        #content section.row .col-4 {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          padding-bottom: 1em; }
          #content section.row .col-4:last-child {
            margin-right: 0; } }
            
            
    #content section.row .col-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      #content section.row .col-6:last-child {
        margin-right: 0; }
      @media screen and (max-width: 540px) {
        #content section.row .col-6 {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          padding-bottom: 1em; }
          #content section.row .col-6:last-child {
            margin-right: 0; } }
  #content .photo-grid {
	margin-top: 2em;
	margin-bottom: 2em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    /*margin-bottom: 2em;*/ }
    #content .photo-grid a {
      margin-bottom: 20px;
      border: none;
      text-decoration: none; }
    #content .photo-grid a.col-1 {
      width: 100%; }
    #content .photo-grid a.col-2 {
      width: 49%;
      width: calc(50% - 12px); }
    #content .photo-grid a.col-3 {
      width: 32%;
      width: calc(33.33333% - 16px); }
    @media screen and (max-width: 540px) {
      #content .photo-grid a {
        margin-bottom: 10px; }
      #content .photo-grid a.col-2 {
        width: 49%;
        width: calc(50% - 7px); } }


#content .work-tile {
	background: #1C63B4;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-bottom: 2em;
	width: 100%;
}


#content .work-tile .work-tile-title {
	text-align: left;
	padding: 20px 20px;
	font-size: .8em;
	letter-spacing: .02em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "azo-sans-web", sans-serif;
	}
@media screen and (max-width: 540px) {
          #content .work-tile .work-tile-title {
            display:none } } 
	
#content .work-tile .work-tile-title span{
	opacity: .5;
	}

#content .work-tile .work-tile-category {
	position: absolute;
	right: 20px;
	top: 15px;
	font-family: "fontType1";
	font-size: 1.2em;
	opacity: .5;
}
@media screen and (max-width: 540px) {
          #content .work-tile .work-tile-category {
            display:none } } 


#content .work-tile .work-tile-body {
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  position: relative;
  width: 70%; /* Need a specific value to work */
  max-width: 70% !important;
  margin-bottom: 60px;
  
}
@media screen and (max-width: 540px) {
          #content .work-tile .work-tile-body {
            width: 80%; /* Need a specific value to work */
			max-width: 80% !important; 
			margin-top: 40px; } } 
			
.fluidbox--opened .fluidbox__ghost {			
	z-index: 100 !important;
}

.fluidbox--closed .fluidbox__ghost {
	z-index: 50 !important;
}			

#content .work-tile .work-tile-body:after {
    content: "";
    display: table;
    clear: both; }


#content .work-tile .work-tile-body img{
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
   
	
	
}

#content .work-tile .work-tile-number {
	position: absolute;
	bottom: -40px;
	left: -40px;
	font-size: 210px;
	opacity: .2;
	overflow: hidden;
	color: #F0F1F3;
	line-height: 1;
	font-family: "azo-sans-web", sans-serif;
}
@media screen and (max-width: 540px) {
          #content .work-tile .work-tile-number {
            font-size: 150px; } } 


#content .work-tile .work-tile-name {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 3em;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	letter-spacing: -.02em;
	
}
@media screen and (max-width: 540px) {
          #content .work-tile .work-tile-name {
            font-size: 1.3em;
            bottom: 20px; } } 


#content .work-tile .work-tile-logo {
	position: absolute;
	bottom: 15px;
	right: 20px;
	
	
}

#content .work-tile .work-tile-logo img {
	
	height: 40px;
	
}

@media screen and (max-width: 540px) {
          #content .work-tile .work-tile-logo img {
            height: 20px; } } 









.loaded header {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1; }
.loaded #content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1; }

/*# sourceMappingURL=main.css.map */

#content section.letschat {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 1.5em; 
    text-align:center;
    font-size: 1.6em;
    line-height: 1.3;}
    
    
#content section.letschat h1.header-2 {
      font-size: 2em;
      letter-spacing: -0.02em;
      margin-top: .7em;
      margin-bottom: .5em;
      text-align: center; }
      @media screen and (max-width: 540px) {
        #content section.letschat h1.header-2 {
          font-size: 1.4em;
          line-height: 1em;
          margin-top: 0;
          padding-top: 0.4em;
          text-align: center; } }
      #content section.letschat h1.header-2 span.nl {
        display: none; }
        @media screen and (max-width: 540px) {
          #content section.letschat h1.header-2 span.nl {
            display: block; } } 



/* Your Project */

#your-project-here {
	
	margin-bottom: 2.5em;
	width: 100%;
	border: 2px dashed #666;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em 3em 3em 3em;
	display: block;
	border-radius: 0px;
	text-align: center !important;
	
}

#your-project-here h3{
	font-size: 2em !important;
	margin-top: .5em !important;
	margin-bottom: .5em !important;
	
	}

#your-project-here div {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em !important;
	line-height: 1.2;
	width: 60%;
	text-align: center;
	margin-bottom: 1em !important;
	}
@media screen and (max-width: 540px) {
	    #your-project-here div {
	      width: 90%;  } }


#your-project-here a.button {
	background: #1C63B4;
	border-radius: 5px;
	font-weight: 600;
	font-family: "azo-sans-web", sans-serif;
	color: #ffffff;
	vertical-align: middle;
	font-size: 1.2em;
	padding: 10px 15px 12px 15px;
	
	
}
#your-project-here a.button:hover {
	background: #144985;
	border-bottom: none;
	
}

#your-project-here a.button .icon-send{
	font-weight: 400;
	font-family: "fontType1";
	color: #ffffff;
	vertical-align: middle;
	font-size: 1.2em;

}







/* Hubspot Styles */


#hubspot {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 40px;
	background: #fff;
	border-radius: 5px;
	width: 70%;
	display:block;
	font-size: 1.1rem;
}
@media screen and (max-width: 540px) {
	    #hubspot {
	      width: 100%; 
	      padding: 15px 20px; } }
	      
	      
#hubspot .hubspot-input-group {
	margin-bottom: 15px;
	display:flex;
}
@media screen and (max-width: 540px) {
	#hubspot .hubspot-input-group {
	    display: block; 
	    margin-bottom: 0;} }

#hubspot .hubspot-input-group div {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:0 10px 10px 0;
}
@media screen and (max-width: 540px) {
	#hubspot .hubspot-input-group div {
	    display: block;
	    width: 100%; 
	    padding:0 0 10px 0;
	    flex: none; } }


#hubspot label{	
	display:block;
	color: #24292F;
	font-weight: 600;
	}

#hubspot .budget {
	margin-bottom: 15px;
}  

#hubspot .textarea {
	margin-bottom: 15px;
}




/* Modal Popup */
.modal {
  
  width: 60% !important;
  padding: 1.3rem;
  top: 3% !important;
  background: #F0F1F3 !important;
  margin-bottom: 3% !important;
}


.blocker {
  backdrop-filter: blur(3px);

}