/*-------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 62.5%;
  /*1em = 10px*/

  color: #222222;
  font-family: 'ff-dagny-web-pro', 'open_sanssemibold', 'Arial', 'Helvetica', 'sans-serf';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
ol,
ul {
  list-style: none;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection,
::selection {
  background-color: #ee3123;
  color: white;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*-------------------------------------------------------------------------
SEMANTIC CSS
-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
GRID
-------------------------------------------------------------------------*/
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*-------------------------------------------------------------------------
BOX-SIZING
-------------------------------------------------------------------------*/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*-------------------------------------------------------------------------
BACKGROUND SIZE
-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
TRANSITION
-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
BOX-SHADOW
-------------------------------------------------------------------------*/
/*------------------------------
COLORS
------------------------------*/
/*------------------------------
FONTS
------------------------------*/
@font-face {
  font-family: 'AlternateGot';
  src: url('../fonts/alternate-gothic/2438E4_0_0.eot');
  src: url('../fonts/alternate-gothic/2438E4_0_0.eot#iefix') format('embedded-opentype'), url('../fonts/alternate-gothic/2438E4_0_0.woff') format('woff'), url('../fonts/alternate-gothic/2438E4_0_0.ttf') format('truetype'), url('http://mademovement.com/wp-content/themes/mindful/fonts/alternate-gothic/2438e4_0_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SackersGothicStd-Light';
  src: url('../fonts/sackers-light/263147_0_0.eot');
  src: url('../fonts/sackers-light/263147_0_0.eot#iefix') format('embedded-opentype'), url('../fonts/sackers-light/263147_0_0.woff') format('woff'), url('../fonts/sackers-light/263147_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GrocersScript';
  src: url('../fonts/grocers-script/2453F8_0_0.eot');
  src: url('../fonts/grocers-script/2453F8_0_0.eot#iefix') format('embedded-opentype'), url('../fonts/grocers-script/2453F8_0_0.woff') format('woff'), url('../fonts/grocers-script/2453F8_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/open-sans/opensans-semibold-webfont.eot');
  src: url('../fonts/open-sans/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/open-sans/opensans-semibold-webfont.woff') format('woff'), url('../fonts/open-sans/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/open-sans/opensans-semibold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------
TYPOGRAPHY
------------------------------*/
/*Section headers*/
h3 {
  margin: 1em 0 0.25em;
  font-family: 'Engravers MT W01 Bold', georgia, serif;
  font-size: 2.4em;
  line-height: 1.3;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  -moz-box-shadow: 0 -3px 0px 0px #ffffff, 0 -7px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #ffffff, 0 -7px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #ffffff, 0 -7px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
}
h3.section-separator {
  font-size: 1em;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 30px;
  line-height: 31px;
  float: left;
  width: 100%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: white;
}
.small-header {
  font-size: 1em;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
p {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.4em;
  line-height: 1.4;
}
/*-------------------------------------------------------------------------
BUTTON
-------------------------------------------------------------------------*/
.button {
  display: inline-block;
  height: 3em;
  line-height: 3;
  padding: 0 5%;
  margin: 1.5em 0 2em;
  font-family: 'open_sanssemibold', sans-serif;
  color: #ffffff;
  font-size: 0.8em;
  border-radius: 1px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*-------------------------------------------------------------------------
BANNER TOP
-------------------------------------------------------------------------*/
#banner-top {
  background-color: #000;
  margin: 0 0 1% 0;
  height: 50px;
}
#banner-top h4 {
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 1em;
  display: inline-block;
  float: left;
  margin: 1.2% 1.2% 0 0;
  color: #fff;
}
#email-newsletter {
  float: right;
  position: absolute;
  top: 10px;
  right: 0;
  width: 400px;
  text-align: right;
  height: 35px;
}
#email-newsletter p {
  text-transform: uppercase;
  font-size: .5em;
  font-family: 'open_sanssemibold', helvetica, sans-serif;
  color: black;
}
.header-social li {
  display: inline-block;
  float: none;
  margin: 0.8em 0 0;
  font-family: 'icomoon';
  font-size: .9em;
}
.header-social a {
  position: relative;
  display: block;
  color: #fff;
}
.header-social a:hover {
  color: #00a0e3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .email-input {
  border: 1px solid #fff;
  box-shadow: none;
  height: 28px;
  padding: 0 6px;
  width: 130px;
  color: #fff;
  font-family: 'Georgia', 'Times', 'Arial', 'Helvetica', 'sans-serf';
  font-size: 12px;
  background-color: #000;
  margin: 0;
  text-align: center;
}
#email-submit-footer button {
  position: relative;
  float: right;
  border: 1px solid #fff;
  background: #000;
  margin-left: -10px;
  padding: 0;
  font-family: "AlternateGot", helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  width: 100px;
}
/*-------------------------------------------------------------------------
GENERAL LAYOUT
-------------------------------------------------------------------------*/
.wrapper {
  width: 80%;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  max-width: 1200px;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
/*-------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------*/
header#main {
  width: 100%;
  position: relative;
  height: 95px;
  border-bottom: 4px solid #222222;
  *zoom: 1;
  /*-- TOP --*/

}
header#main:before,
header#main:after {
  content: "";
  display: table;
}
header#main:after {
  clear: both;
}
header#main #logo {
  display: block;
  position: relative;
  background-image: url('../images/made-movement-logo.png');
  background-position: 0 0;
  -webkit-background-size: 128px 70px;
  -o-background-size: 128px 70px;
  -moz-background-size: 128px 70px;
  background-size: 128px 70px;
  height: 70px;
  width: 128px;
  left: 50%;
  top: 10px;
  margin-left: -64px;
  text-indent: -999em;
}
header#main h1,
header#main h2 {
  text-indent: -999em;
}
/*Nav*/
.page-links,
.site-links {
  margin: 0 -10px;
}
.page-links .top-li,
.site-links .top-li {
  margin: 0;
  float: left;
  position: relative;
}
.page-links .top-link,
.site-links .top-link {
  padding: 0 10px;
  height: 28px;
  line-height: 32px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-links .top-link:hover,
.site-links .top-link:hover {
  color: #999;
}
.page-links {
  float: left;
}
.site-links {
  float: right;
}
/*Mobile nav*/
.desktop-nav {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  border-bottom: 4px solid #222222;
}
.mobile-nav-icon {
  display: none;
  position: absolute;
  left: 0px;
  top: .25em;
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 2em;
  line-height: 1.1;
  text-align: center;
  color: #222222;
  cursor: pointer;
  background: #ffffff;
  padding: 0px;
}
.mobile-social {
  font-family: 'icomoon' !important;
  text-transform: lowercase !important;
  display: inline-block;
}
.mobile-social a {
  position: relative;
  display: block;
  color: #fff;
}
.mobile-social a:hover {
  color: #00a0e3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-social-ul {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}
.mobile-social-ul li {
  margin: 0px -10px;
}
.mobile-social-ul li a {
  text-transform: none !important;
  border: #000 solid 0px !important;
  box-shadow: none !important;
}
.mobile-social-ul li a:hover {
  background: none !important;
  color: #00a0e3 !important;
}
.mobile-nav {
  display: none;
  z-index: 100;
  width: 50%;
  max-width: 200px;
  border: 1px solid #cccccc;
  border-bottom: none;
  float: right;
}
.mobile-nav .page-links,
.mobile-nav .site-links {
  float: none;
  margin: 0;
  text-align: center;
}
.mobile-nav .page-links .top-li,
.mobile-nav .site-links .top-li {
  float: none;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.mobile-nav .page-links a,
.mobile-nav .site-links a {
  padding: .3em 0;
  height: 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-nav .page-links a:hover,
.mobile-nav .site-links a:hover {
  color: #999;
}
.mobile-nav .page-links {
  border-bottom: 2px solid #cccccc;
  margin: -1.1em -0.09em 0 0;
}
.mobile-nav-close {
  margin: -1.55em -0.06em 0 0;
  float: right;
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 2em;
  line-height: .9;
  text-align: center;
  color: #222222;
  cursor: pointer;
  background: #ffffff;
}
.mobile-nav-icon {
  display: none;
  position: absolute;
  left: 0px;
  top: .25em;
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 2em;
  line-height: 1.0em;
  text-align: center;
  color: #222222;
  cursor: pointer;
  background: #ffffff;
  padding: 0px;
}
/*-------------------------------------------------------------------------
MISSION
-------------------------------------------------------------------------*/
.mission {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 80%;
}
.mission .svg {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 60%;
  /*height/width = 1.2 so padding-bottom = 50% * 1.2 = 60% */

  vertical-align: middle;
  width: 100%;
}
.mission .svg img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mission p {
  height: 0;
  text-indent: -9999px;
}
.ie-mission {
  display: none;
}
.mission-alt {
  display: none;
}
.mission-alt .line2 {
  margin-top: 0.5em;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  box-shadow: none;
}
.mission-alt .line2:after {
  height: 0;
}
.mission-alt .line3 {
  margin-top: 0.85em;
}
.mission-alt .line3-1 {
  width: 100%;
}
.mission-alt .line4 {
  box-shadow: none;
}
.mission-alt .line4-1 {
  width: 35%;
  padding: 0;
  margin: 0;
  background: none;
  color: #222222;
  line-height: 1.75;
  text-align: left;
}
.mission-alt .line4-1:after {
  background: none;
}
.mission-alt .line5 {
  margin-top: -0.75em;
}
/*-------------------------------------------------------------------------
SELECT WORK - HOME
-------------------------------------------------------------------------*/
.work-home {
  text-align: center;
  background-color: #e3f5fc;
}
.work-home h3 {
  color: #ee3123;
  -moz-box-shadow: 0 -3px 0px 0px #ffffff, 0 -7px 0px 0px #ee3123, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #ffffff, 0 -7px 0px 0px #ee3123, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #ffffff, 0 -7px 0px 0px #ee3123, transparent 0 0 0 0, transparent 0 0 0;
}
.work-home ul {
  overflow: hidden;
  margin: 0.5em -0.5em 0 0;
}
.work-home li {
  display: inline-block;
  position: relative;
  padding: 0 0.5em 0.5em 0;
  width: 100%;
}
.work-home li:last-child {
  margin-bottom: 0;
}
.work-home li a {
  display: block;
  position: relative;
}
.work-home img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.project-home-title {
  background-color: #8f9089;
  position: absolute;
  bottom: 0px;
  z-index: 89;
  height: 40px;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.project-home-title h4 {
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'AlternateGot', helvetica, sans-serif;
  position: absolute;
  left: 10px;
  text-align: left;
}
.project-home-title h6 {
  line-height: 40px;
  color: #ffffff;
  font-family: Georgia, serif;
  font-style: italic;
  position: absolute;
  right: 10px;
  text-align: left;
  font-size: .75em;
  display: none;
}
.mobile-work {
  background-color: #8f9089;
  position: absolute;
  bottom: 0px;
  z-index: 89;
  height: 20px;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mobile-work h4 {
  font-size: 1em;
  color: #fff;
  padding: 2px 5px;
  font-family: 'AlternateGot', helvetica, sans-serif;
}
.project-home-title-hover {
  background-color: #16a5e3;
}
.hover .work-home li:hover .project-home-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
a.view-all-button {
  background: #ee3123;
}
.hover a.view-all-button:hover {
  background-color: #dc1f11;
}
::-webkit-input-placeholder {
  -webkit-text-security: none;
  color: #fff;
  display: block;
  pointer-events: none;
}
/*-------------------------------------------------------------------------
SVG FALLBACKS
-------------------------------------------------------------------------*/
.svg header#main #logo {
  background-image: url('../images/made-movement-logo.svg');
}
.map {
  position: relative;
  padding: 2em 0 1em;
  background: url(../images/map/map-pattern.jpg);
}
.map h4 {
  padding: 0.25em 0 0.5em;
  font-size: 1.7em;
  color: #999999;
  font-family: 'AlternateGot', helvetica, sans-serif;
  text-align: center;
  border-top: 2px solid #999999;
}
.map:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  margin-left: -1em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid #e3f5fc;
}
.map p {
  display: none;
}
.map-inner {
  position: relative;
  width: 90%;
}
.total-employees {
  position: absolute;
  right: -14%;
  bottom: 10%;
  padding: 0.75em 4%;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background: #222222;
  z-index: 1;
}
.total-employees h5 {
  font-size: 1.1em;
  font-family: 'AlternateGot', helvetica, sans-serif;
}
.total-employees span {
  font-family: 'Engravers MT W01 Bold', 'georgia', serif;
  font-size: 1.4em;
  letter-spacing: 2px;
}
.total-zones {
  position: absolute;
  left: -1.4em;
  bottom: 10%;
  font-family: 'AlternateGot', helvetica, sans-serif;
  text-align: center;
  z-index: 1;
}
.total-zones span {
  font-size: 2.6em;
  color: #00a0e3;
}
.total-zones h5 {
  position: relative;
  padding: 0 1em;
  height: 1.6em;
  line-height: 1.7em;
  font-size: 1.4em;
  color: #ffffff;
  background-color: #00a0e3;
  z-index: 1;
  border-radius: 0 0 0 1px;
  white-space: nowrap;
}
.total-zones h5:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.6em;
  left: 0;
  border: 1em solid #056F93;
  border-right: 0;
  border-left-color: transparent;
  border-top: 0;
}
.total-zones h5:after {
  content: '';
  position: absolute;
  right: -0.4em;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.8em solid #00a0e3;
  border-bottom: 0.8em solid #00a0e3;
  border-right: 0.4em solid transparent;
  border-left: 1px solid #00a0e3;
}
.map-coord-plane {
  position: relative;
}
.map-coord-plane img {
  display: block;
  width: 100%;
}
.marker {
  position: absolute;
  display: none;
  min-width: 15em;
}
.pulse {
  width: 10px;
  height: 10px;
  top: -2px;
  left: -2px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-animation: pulse 2s ease-out;
  -moz-animation: pulse 2s ease-out;
  -o-animation: pulse 2s ease-out;
  animation: pulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover .dot:hover {
  background-color: #00a0e3;
}
.dot-active {
  background-color: #00a0e3;
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.6);
    opacity: .95;
  }
  100% {
    -webkit-transform: scale(1.65);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.6);
    opacity: .95;
  }
  100% {
    -webkit-transform: scale(1.65);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.6);
    opacity: .95;
  }
  100% {
    -webkit-transform: scale(1.65);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.6);
    opacity: .95;
  }
  100% {
    -webkit-transform: scale(1.65);
    opacity: 0;
  }
}
.popup,
.popup-active {
  display: none;
  position: relative;
  top: -7.6em;
  left: -21%;
  height: 5em;
  padding: 0.85em;
  background: #ffffff;
  border-radius: 1px;
  border-top: 2px solid #ee3123;
  border-bottom: 2px solid #ee3123;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2), transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2), transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2), transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
  z-index: 3;
  *zoom: 1;
}
.popup:before,
.popup-active:before,
.popup:after,
.popup-active:after {
  content: "";
  display: table;
}
.popup:after,
.popup-active:after {
  clear: both;
}
.popup:before,
.popup-active:before {
  content: '';
  position: absolute;
  bottom: -4.15em;
  left: 0;
  width: 26%;
  height: 4em;
  background: url(../images/map/popup-pointer.png) no-repeat;
  background-size: 100%;
}
.popup-info {
  float: left;
}
.popup-info h5 {
  padding-right: 25%;
  margin-bottom: 0.1em;
  font-family: 'AlternateGot', helvetica, sans-serif;
  color: #ee3123;
  text-transform: uppercase;
}
.popup-info h6 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 0.8em;
  font-style: italic;
  color: #999999;
  white-space: nowrap;
}
.popup-stats {
  float: left;
  padding-left: 8%;
  margin-left: 5%;
  color: #999999;
  font-size: 1.3em;
  border-left: 1px solid #999999;
}
.popup-sub-stats {
  position: absolute;
  right: 8%;
  top: 0.5em;
  border: none;
}
.stat-icon {
  font-family: 'icomoon';
  padding-right: 5px;
}
.stat-count {
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 1.2em;
}
.close-popup {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  width: 1em;
  height: 1em;
  line-height: 0.6;
  color: #cccccc;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #cccccc;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover .close-popup:hover {
  color: #999999;
  border-color: #999999;
}
.map-logos {
  display: inline-block;
  margin: -1em 0 1em;
}
.map-logos ul {
  margin: 10px 0 0 0px;
}
.map-logos li {
  float: left;
  padding: 1.5em 1em 1em;
  width: 19.1%;
  margin: 0.2em;
  border-radius: 5px;
  height: 100%;
  background-color: #969696;
  overflow: hidden;
  position: relative;
}
.map-logos li:hover {
  background-color: #23a9e3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.map-logos img {
  width: 100%;
  margin-top: -10px;
}
.map-logos .coming-soon:hover {
  background-color: #969696;
}
li .coming-soon {
  overflow: hidden;
  position: relative;
}
.coming-soon:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: -4px;
  content: '';
  background-image: url('../images/coming-soon.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
}
.team {
  margin-bottom: 2em;
}
.team h3 {
  margin: 0 0 .25em;
}
.team a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team-thumb {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.team-container {
  display: block;
  width: 102.5%;
  margin: 0 -0.4em;
  overflow: hidden;
}
.team-member-item {
  float: left;
  width: 33.2222222229%;
  padding: 0.4em;
  list-style-type: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover .team-member-item:hover a {
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.hover .team-member-item:hover .team-thumb {
  -moz-box-shadow: 0 0 6px rgba(0, 160, 227, 0.6), transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 160, 227, 0.6), transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 0 6px rgba(0, 160, 227, 0.6), transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
}
.hover .team-member-item:hover .name-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.hover .inactive-team-image {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-filter: saturate(10%);
  -moz-filter: saturate(10%);
  -ms-filter: saturate(10%);
  filter: saturate(10%);
}
.name-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.25em 0 1em;
  font-family: 'Engravers MT W01 Bold', 'georgia', serif;
  font-size: 0.6em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border-radius: 0 0 6px 6px;
  background: rgba(0, 160, 227, 0.88);
}
.name-hover span {
  display: block;
  padding-top: 1em;
  border-top: 1px solid #ffffff;
}
.team-member-detail {
  display: none;
  position: fixed;
  width: 100%;
  top: 15%;
  left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0 auto;
  border-top: 0.8em solid #ee3123;
  border-bottom: 0.8em solid #ee3123;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  *zoom: 1;
  z-index: 1000;
}
.team-member-detail:before,
.team-member-detail:after {
  content: "";
  display: table;
}
.team-member-detail:after {
  clear: both;
}
.team-member-detail .team-image-main {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.team-member-detail img {
  width: 100%;
}
.team-member-detail .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 2em;
  line-height: 0.8;
  color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  z-index: 8040;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team-detail-bio {
  float: left;
  width: 75%;
}
.team-detail-bio h4 {
  padding-right: 1.2em;
  margin-bottom: 0.5em;
  font-family: 'Engravers MT W01 Bold', 'georgia', serif;
  font-size: 1.6em;
  letter-spacing: 1px;
  color: #00a0e3;
}
.team-detail-bio h5 {
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #cccccc;
  border-bottom: 2px solid #cccccc;
}
.team-detail-bio p {
  font-size: 1em;
}
.hover .team-member-detail .modal-close:hover {
  color: #8c8c8c;
  border-color: #8c8c8c;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.project-detail {
  text-align: center;
}
.project-detail iframe {
  display: none;
}
.project-detail .video-container iframe {
  display: block;
}
/*Project Title / Navigation*/
.project-detail-navigation {
  position: relative;
  width: 100%;
  margin-top: 3px;
  text-align: center;
  *zoom: 1;
}
.project-detail-navigation:before,
.project-detail-navigation:after {
  content: "";
  display: table;
}
.project-detail-navigation:after {
  clear: both;
}
.project-detail-navigation .previous,
.project-detail-navigation .next {
  position: absolute;
  width: 3.2em;
  height: 2.6em;
  line-height: 2.6;
  top: 50%;
  margin-top: -1.3em;
  font-family: 'icomoon';
  font-size: 0.8em;
  color: #ffffff;
  background-color: #00a0e3;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project-detail-navigation .previous a,
.project-detail-navigation .next a {
  display: block;
  border-radius: 1px;
}
.project-detail-navigation .previous {
  left: 0;
}
.project-detail-navigation .next {
  right: 0;
}
.hover .project-detail-navigation .previous:hover,
.hover .project-detail-navigation .next:hover {
  background-color: #008eca;
  border-radius: 1px;
}
.project-detail-header {
  padding: 0.75em 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  -moz-box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
}
.project-detail-header h3 {
  display: inline-block;
  margin: 0;
  padding: 0 10%;
  font-family: 'Engravers MT W01 Bold', 'georgia', serif;
  text-align: center;
  font-size: 1.8em;
  border: none;
  -moz-box-shadow: 0 0 0, transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 0 0, transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 0 0, transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0;
}
/*Project Detail Map*/
.project-detail-stats {
  color: #00a0e3;
  width: 100%;
  padding: 0.5em 0 0.3em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #00a0e3;
}
.project-detail-stats ul {
  display: inline-block;
  width: 100%;
}
.project-detail-stats li {
  display: inline-block;
  height: 2.5em;
}
.project-detail-stats li:last-child {
  border: none;
}
.project-detail-stats li p {
  float: left;
  width: auto;
  padding: 0;
  font-style: italic;
  color: #00a0e3;
  font-size: 0.8em;
  display: table-cell;
  vertical-align: middle;
}
.project-detail-stats .project-detail-stat-inner {
  display: table;
  width: 100%;
}
li.project-detail-stat-map {
  float: left;
  width: 30%;
  text-align: right;
}
li.project-detail-stat-map img {
  float: right;
  width: 25%;
  padding-top: 0.5em;
  max-width: 80px;
  height: auto;
}
li.project-detail-stat-map p {
  white-space: nowrap;
  float: right;
  line-height: 3;
}
li.project-detail-stat-employees {
  border-left: 1px dotted #00a0e3;
  border-right: 1px dotted #00a0e3;
  padding: 0.6em 0.5em 1em;
}
li.project-detail-stat-locations {
  float: right;
  width: 30%;
  padding: 0.6em 0 1em 0.5em;
}
li.project-detail-stat-locations span {
  float: left;
}
.project-detail-stat-icon {
  display: table-cell;
  margin-right: 0.2em;
  vertical-align: middle;
  float: left;
  font-family: 'icomoon';
  font-size: 1.4em;
  line-height: 0.9;
}
.project-detail-stat-number {
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin-right: 0.3em;
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 2em;
  line-height: 0.65;
}
/*Project Item Header*/
.project-item-header {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4em;
  margin-bottom: 1em;
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.project-item-header:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.5em;
  width: 100%;
}
.project-item-header h4 {
  display: inline-block;
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 1.7em;
  line-height: 2.5;
  text-transform: uppercase;
  white-space: nowrap;
}
.project-item-header [class*="icon-"] {
  float: right;
  width: 20%;
  height: 100%;
  font-size: 2.4em;
  line-height: 1.7;
  border-left: 1px solid #222222;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.project-item-number {
  float: left;
  width: 20%;
  height: 100%;
  padding-top: 0.7em;
  line-height: 1.1;
  border-right: 1px solid #222222;
}
.project-item-number .item-number-label {
  font-family: 'open_sanssemibold', helvetica, sans-serif;
  font-size: 0.6em;
  padding-left: 5px;
}
.project-item-number .item-number {
  display: block;
  position: relative;
  margin: 0;
  font-family: 'Engravers MT W01 Bold', 'georgia', serif;
  font-size: 1.4em;
}
.icon-video:before {
  content: "\e000";
}
.icon-website:before {
  content: "\22";
}
.icon-tv:before {
  content: "\23";
}
.icon-mobile:before {
  content: "\24";
}
.icon-print:before {
  content: "\25";
}
/*Project Item Content*/
.project-detail p {
  display: inline-block;
  width: 80%;
  padding-bottom: 1.5em;
  font-size: 1.1em;
  color: #999999;
  text-align: center;
}
.project-detail img {
  width: 100%;
}
.project-media-container {
  margin-bottom: 2em;
}
.video-container {
  position: relative;
  cursor: pointer;
}
.video-container span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.2em 0 0 -1.2em;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  border-radius: 100px;
  font-family: 'icomoon';
  text-indent: 0.2em;
  font-size: 1.8em;
  color: #ffffff;
  background: rgba(238, 49, 35, 0.5);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover .video-container:hover span {
  background: rgba(238, 49, 35, 0.8);
}
.view-site-button {
  font-size: 0.7em;
  background-color: #cccccc;
}
.hover .view-site-button:hover {
  background-color: #b3b3b3;
}
/*Project Footer*/
.project-detail-footer {
  padding: 2em 0;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
}
.project-detail-footer .previous,
.project-detail-footer .next {
  position: relative;
  top: 0;
  display: inline-block;
}
.project-detail-footer .view-all-button {
  position: relative;
  display: inline-block;
  margin: 0 8%;
  background: #00a0e3;
}
.project-detail-footer .view-all-button:after,
.project-detail-footer .view-all-button:before {
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
  border-right: 1px solid #cccccc;
}
.project-detail-footer .view-all-button:after {
  right: -25%;
}
.project-detail-footer .view-all-button:before {
  left: -25%;
}
.hover .project-detail-footer .view-all-button:hover {
  background: #008eca;
}
.footer-post-title {
  display: none;
}
.press-project {
  position: relative;
}
.press-project li:last-child {
  margin-bottom: 2.5em;
}
.press-project:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  margin-left: -1em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid #ffffff;
}
/*
 * responsive-carousel
 * https://github.com/filamentgroup/responsive-carousel
 *
 * Copyright (c) 2012 Filament Group, Inc.
 * Licensed under the MIT, GPL licenses.
*/
.carousel {
  width: 100%;
  position: relative;
}
.carousel .carousel-item {
  display: none;
}
.carousel .carousel-active {
  display: block;
}
.carousel .carousel-nav:nth-child(2) {
  display: none;
}
.carousel-slide {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-slide .carousel-item {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  /* necessary for non-active slides */

  display: block;
  /* overrides basic carousel styles */

  z-index: 1;
  -webkit-transition: left .2s ease;
  -moz-transition: left .2s ease;
  -ms-transition: left .2s ease;
  -o-transition: left .2s ease;
  transition: left .2s ease;
}
.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-no-transition .carousel-item {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.carousel-slide .carousel-active {
  left: 0;
  position: relative;
  z-index: 2;
}
.carousel-slide .carousel-in {
  left: 0;
}
.carousel-slide-reverse .carousel-out {
  left: 100%;
}
.carousel-slide .carousel-out,
.carousel-slide-reverse .carousel-in {
  left: -100%;
}
.carousel-slide-reverse .carousel-item {
  -webkit-transition: left .1s ease;
  -moz-transition: left .1s ease;
  -ms-transition: left .1s ease;
  -o-transition: left .1s ease;
  transition: left .1s ease;
}
.carousel-slide-reverse .carousel-active {
  left: 0;
}
.carousel-nav a {
  display: block;
  position: absolute;
  top: 50%;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2;
  border-radius: 100%;
  margin-top: -1.1em;
  font-family: 'icomoon';
  font-size: 0.8em;
  z-index: 10;
  background: rgba(238, 49, 35, 0.30000000000000004);
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel-nav a:hover {
  background: rgba(238, 49, 35, 0.8);
}
.carousel-nav .next {
  right: 1%;
  text-indent: 0.2em;
}
.carousel-nav .prev {
  left: 1%;
  text-indent: -0.2em;
}
.carousel-nav span {
  display: inline-block;
}
.all-work {
  padding-bottom: 2em;
}
.all-work h3 {
  margin-top: 0;
}
.all-work .span1 {
  width: 24.88888889%;
}
.all-work .span2 {
  width: 49.88888889%;
}
.all-work .span3 {
  width: 74.88888889%;
}
.project-summary-item {
  float: left;
  padding: 0.4em;
}
.project-summary-item a {
  position: relative;
  display: block;
}
.project-summary-item img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.hover .project-summary-item:hover .project-summary-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.projects-complex {
  display: none;
  width: 102%;
  margin: 0 -0.4em;
  overflow: hidden;
}
.projects-simple .project-summary-item {
  width: 25%;
}
.project-summary-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 160, 227, 0.88);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.project-summary-hover:before {
  /*For vertical alignment*/

  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.project-summary-hover h4 {
  display: inline-block;
  padding: .1em 0 0;
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  text-align: center;
}
.premade {
  padding-bottom: 2em;
  color: #00a0e3;
  text-align: center;
  background: #e3f5fc;
}
.premade h3 {
  -moz-box-shadow: 0 -3px 0px 0px #e3f5fc, 0 -6px 0px 0px #00a0e3, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #e3f5fc, 0 -6px 0px 0px #00a0e3, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #e3f5fc, 0 -6px 0px 0px #00a0e3, transparent 0 0 0 0, transparent 0 0 0;
}
.premade p {
  width: 80%;
  padding: 1.2em 0 1.5em;
  margin: 0 auto;
}
.premade ul {
  margin: 0 -0.5em;
}
.premade .premade-logo-wrapper {
  background: #00a0e3;
  border-radius: 1px;
  padding: 1em;
}
.premade li {
  float: left;
  width: 33.3333333%;
  padding: 0.5em;
}
.premade li img {
  max-width: 100%;
  vertical-align: middle;
}
.press,
.project-press {
  background: #e3f5fc;
  color: #00a0e3;
  text-align: center;
  /*Press Date*/

  /*Press Title*/

  /*Press Logo*/
}
.press h3,
.project-press h3 {
  margin-bottom: 0;
  border-color: #00a0e3;
  -moz-box-shadow: 0 -3px 0px 0px #e3f5fc, 0 -6px 0px 0px #00a0e3, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #e3f5fc, 0 -6px 0px 0px #00a0e3, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #e3f5fc, 0 -6px 0px 0px #00a0e3, transparent 0 0 0 0, transparent 0 0 0;
}
.press li,
.project-press li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #00a0e3;
}
.press .expand-accordion-link,
.project-press .expand-accordion-link {
  display: inline-block;
  width: 100%;
  padding: 1.25em 0 .75em;
  vertical-align: middle;
}
.press span,
.project-press span {
  display: block;
  margin: .2em 0 .5em;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.2em;
}
.press h4,
.project-press h4 {
  display: inline-block;
  text-overflow: ellipsis;
  width: 98%;
  margin: .2em 0 .1em;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}
.press .press-logo,
.project-press .press-logo {
  line-height: 1;
}
.press .press-logo img,
.project-press .press-logo img {
  height: 25px;
}
.press p,
.project-press p {
  font-size: .8em;
}
.press .view-all-button,
.project-press .view-all-button {
  display: inline-block;
  margin: 2em 0;
  background-color: #00a0e3;
}
.hover .project-press .view-all-button:hover,
.hover .press-home .view-all-button:hover {
  background-color: #008eca;
}
/*Press Preview Text*/
.press-detail {
  padding-bottom: 1.25em;
}
.full-article-link {
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover .full-article-link:hover {
  color: #008eca;
}
.press-page {
  padding-bottom: 2em;
  background: #ffffff;
  color: #222222;
}
.press-page h3 {
  margin-top: 0;
  border-color: #222222;
  -moz-box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
}
.press-page li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #222222;
}
footer {
  background: #222222;
  color: #ffffff;
}
footer h3 {
  margin-bottom: .5em;
  -moz-box-shadow: 0 -3px 0px 0px #222222, 0 -6px 0px 0px #ffffff, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #222222, 0 -6px 0px 0px #ffffff, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #222222, 0 -6px 0px 0px #ffffff, transparent 0 0 0 0, transparent 0 0 0;
}
footer h4 {
  font-family: 'AlternateGot', helvetica, sans-serif;
  font-size: 1.6em;
}
footer a {
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover footer a:hover {
  color: #00a0e3;
}
.footer-row {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}
.footer-tel {
  margin-bottom: 1em;
}
.footer-tel,
.footer-address {
  display: block;
  padding: 0 10%;
  font-family: 'Engravers MT W01 Bold', 'georgia', serif;
  font-size: 1em;
  letter-spacing: 1px;
}
.footer-email li {
  width: 100%;
  margin-bottom: 1em;
}
.footer-email li:last-child {
  margin-bottom: 0;
}
.footer-email h4 {
  display: block;
  margin-bottom: .1em;
}
.footer-email a {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  font-size: 1em;
}
/*-------------------------------------------------------------------------
NEWSLETTER
-------------------------------------------------------------------------*/
#footer-newsletter {
  position: relative;
  left: 7.9%;
  text-align: right;
  top: 10px;
}
footer #email-newsletter {
  width: 500px;
}
footer input,
footer #email-submit-footer button,
footer #footer-newsletter h4 {
  float: left;
}
footer form .email-input,
footer #email-submit-footer button {
  background-color: #222222;
  line-height: 28px;
}
footer #footer-newsletter h4 {
  float: left;
  margin-right: 3%;
}
/*-------------------------------------------------------------------------
END NEWSLETTER
-------------------------------------------------------------------------*/
.last-footer-row {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}
.footer-logo {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}
.footer-llc {
  display: inline-block;
  width: 100%;
  margin-top: .5em;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: .5em;
}
.footer-social h4 {
  display: none;
}
.footer-social li {
  display: inline-block;
  float: none;
  margin: 0.5em 1% 0;
  font-family: 'icomoon';
  font-size: 1.4em;
}
.footer-social a {
  position: relative;
  display: block;
}
/*-------------------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------------------*/
@media only screen and (max-device-width: 48em) {
  html,
  body {
    /*Fix for overflow on mobile landscape*/
  
    overflow-x: hidden;
    width: 100%;
  }
}
@media only screen and (max-width: 20em) {
  /*320px*/
  .wrapper {
    width: 90%;
  }
}
@media only screen and (min-width: 26em) {
  /*416px*/
  body {
    font-size: 85%;
  }
  /*Header*/
  header#main .fb-like-main {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 100000;
  }
  /*Mission*/.line1 {
    padding-bottom: .15em;
  }
  .line2 {
    margin-top: .4em;
    -moz-box-shadow: 0 -3px 0px 0px #ffffff, 0 -5px 0px 0px #222222, 0 3px 0px 0px #ffffff, 0 5px 0px 0px #222222;
    -webkit-box-shadow: 0 -3px 0px 0px #ffffff, 0 -5px 0px 0px #222222, 0 3px 0px 0px #ffffff, 0 5px 0px 0px #222222;
    box-shadow: 0 -3px 0px 0px #ffffff, 0 -5px 0px 0px #222222, 0 3px 0px 0px #ffffff, 0 5px 0px 0px #222222;
  }
  .line3-1 {
    letter-spacing: 4px;
  }
  .line4 {
    margin-top: -0.4em;
    padding-bottom: 0.1em;
  }
  .line4-1 {
    border-radius: 4px;
  }
  .line4-2 {
    margin: 0 0 -0.09em;
  }
  .line5 {
    margin-top: -0.8em;
  }
  .line5-1 {
    margin-top: .85em;
    line-height: 2.4;
  }
  .line5-2 span {
    line-height: 1.15;
    font-size: .95em;
  }
  /*Map*/.close-popup {
    line-height: 0.8em;
  }
  .map p {
    display: inline-block;
    font-size: 0.6em;
    margin-top: 0.5em;
    line-height: 1;
  }
  /*Home Project Thumbs*/
  .work-home li {
    width: 50%;
    float: left;
  }
  .work-home .project-home-hover h4 {
    font-size: 2em;
  }
  /*Project Detail*/.project-detail-navigation .previous,
  .project-detail-navigation .next {
    font-size: 0.6em;
  }
  .project-detail-header {
    padding: 0;
  }
  .project-detail-header h2 {
    font-size: 2.2em;
  }
  li.project-detail-stat-map,
  li.project-detail-stat-locations {
    float: none;
  }
  li.project-detail-stat-map {
    padding-right: 0.5em;
  }
  .project-detail-stat-number {
    line-height: 0.75;
  }
  .project-item-number {
    padding-top: 1.2em;
  }
  .project-item-number .item-number {
    display: inline-block;
  }
  .project-item-number .item-number-label {
    vertical-align: text-top;
    padding-left: 0;
    margin-right: 10px;
    line-height: 1.7;
  }
  [class*="icon-"] {
    line-height: 1.7;
  }
  .project-media-container {
    margin: 0 10% 2em;
  }
  /*Team*/
  .team-member-item {
    width: 24.88888889%;
  }
  .modal-close {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 42.5em) {
  /*680px*/
  body {
    font-size: 100%;
  }
  /*Mission*/
  .line1 {
    padding-bottom: 0;
  }
  .line3 {
    margin-top: 0.85em;
  }
  .line5-2 {
    line-height: 1.5;
  }
  /*Map*/.total-employees {
    right: -18%;
  }
  .total-employees h5 {
    font-size: 1.8em;
  }
  .total-employees span {
    font-size: 2em;
  }
  .pulse {
    width: 14px;
    height: 14px;
  }
  .dot {
    width: 10px;
    height: 10px;
  }
  /*Press Home*/
  .press li {
    text-align: left;
  }
  .press .press-logo {
    float: left;
    width: 35%;
    line-height: 1.5;
  }
  .press .press-logo img {
    max-width: 100%;
  }
  .press h4 {
    float: left;
    width: 38%;
    margin: 0 0 0 5%;
    font-size: 1.1em;
    line-height: 1.5;
  }
  .press span {
    margin: 0;
    float: right;
    font-size: 0.8em;
    line-height: 2;
  }
  /*Team*/
  .team-member-detail .modal-close {
    font-size: 1.4em;
  }
  /*Project Detail*/
  li.project-detail-stat-map {
    padding-right: 1em;
  }
  li.project-detail-stat-map img {
    padding-top: 0.25em;
  }
  li.project-detail-stat-employees {
    padding: 0.6em 1em 1em;
  }
  li.project-detail-stat-locations {
    padding: 0.6em 0 1em 1em;
  }
  .project-detail-stat-number {
    line-height: 0.7;
  }
  .hover .footer-nav-container:hover .footer-post-title {
    color: #008eca;
  }
  .hover .footer-nav-container:hover .previous a,
  .hover .footer-nav-container:hover .next a {
    background-color: #008eca;
  }
  .footer-post-title {
    display: inline-block;
    width: 20%;
    color: #00a0e3;
    font-family: 'open_sanssemibold', helvetica, sans-serif;
    font-size: 0.6em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .prev-post-title {
    text-align: right;
    margin-right: 1em;
  }
  .next-post-title {
    text-align: left;
    margin-left: 1em;
  }
  /*Premade*/
  .premade li {
    width: 25%;
  }
  /*Footer - Left align everything*/
  .footer-row {
    text-align: left;
  }
  .footer-tel,
  .footer-address {
    margin-left: 0;
    padding: 0;
  }
  .footer-tel {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.0416666666666665%;
    margin-left: 0;
  }
  .footer-address {
    display: inline;
    float: left;
    width: 64.58333333333334%;
    margin: 0 1.0416666666666665%;
    margin-left: 0;
  }
  .footer-email li {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    margin: 0 1.04166667% 1em 0;
  }
  .footer-email li:nth-child(n+3) {
    /*3rd and 4th li*/
  
    margin-bottom: 0;
  }
  .footer-logo {
    float: left;
  }
  .footer-llc {
    width: auto;
    float: left;
    top: 20px;
    margin: 0 0 0 10px;
  }
  .footer-social {
    float: right;
    width: 53.2%;
    margin-top: 7px;
  }
  .footer-social h4 {
    display: inline-block;
    float: left;
    margin-right: 5%;
  }
  .footer-social li {
    margin: 0 0 0 3%;
    line-height: 1;
  }
}
@media only screen and (min-width: 50em) {
  /*800px*/
  body {
    font-size: 112.5%;
  }
  /*Navigation*/header#main {
    border-bottom: none;
  }
  header#main .mobile-nav-icon {
    display: none;
  }
  /*Map*/.total-zones span {
    font-size: 3.4em;
  }
  /*Work Home*/
  .work-home li {
    width: 25%;
  }
  .work-home .project-home-hover h4 {
    font-size: 1.1em;
  }
  /*Work Summary*/
  .projects-complex {
    display: block;
  }
  .projects-simple {
    display: none;
  }
  .project-summary-hover h4 {
    font-size: 1.6em;
  }
  /*Project Detail*/li.project-detail-stat-map img {
    padding-top: 0;
  }
  /*Press Home*/
  .press h4 {
    line-height: 1.3;
  }
  /*Premade*/
  .premade li {
    width: 16.6666666667%;
  }
  /*Team*/
  .team-container {
    width: 101.5%;
  }
  .team-member-item {
    width: 16.555555556%;
  }
}
@media only screen and (min-width: 60em) {
  /*960px*/
  /*Press*/
  .press span {
    line-height: 1.4;
  }
  .press h4 {
    line-height: 1;
  }
  /*Mission*/
  .line3 {
    margin-top: 1.2em;
  }
  /*Map*/.total-employees h5 {
    font-size: 2.2em;
  }
  .total-employees span {
    font-size: 2.4em;
  }
  .project-item-header h4 {
    font-size: 2.1em;
    line-height: 2;
  }
  /*Project Detail*/.project-detail-navigation .previous,
  .project-detail-navigation .next {
    margin-top: -1.4em;
  }
}
@media only screen and (max-width: 50em) {
  /*800*/
  #banner-top {
    height: 3em;
  }
  .desktop-nav {
    display: none;
  }
  .header-social {
    display: none;
  }
  .mobile-nav-icon {
    display: block;
    margin-left: 20%;
  }
  .header-social li {
    margin: 0.5em 0 0 0;
    font-size: 1.5em;
  }
  #email-newsletter {
    display: none;
  }
}
@media only screen and (min-width: 70em) {
  /*1234px*/
  body {
    font-size: 125%;
  }
  /*Footer*/
  .footer-email li {
    display: inline;
    float: left;
    width: 22.916666666666664%;
    margin: 0 1.0416666666666665%;
    margin-left: 0;
  }
  .footer-email li a {
    font-size: .8em;
  }
  .footer-social {
    width: 17%;
  }
}
@media only screen and (max-width: 78em) {
  /*1150px*/
  #footer-newsletter {
    left: 3.5%;
  }
}
@media only screen and (max-width: 70em) {
  /*1120px*/
  footer {
    height: 500px;
  }
  #footer-newsletter {
    position: absolute;
    top: 60px;
    right: 0px;
    left: 48.8% !important;
  }
  .map-logos li {
    width: 19%;
  }
}
@media only screen and (max-width: 60em) {
  /*960px*/
  .map-logos li {
    width: 32.1%;
  }
  .map-logos li:nth-child(2) {
    display: none;
  }
  .coming-soon:before {
    left: -8px;
  }
}
@media only screen and (max-width: 53em) {
  /*844px*/
  #footer-newsletter {
    top: 60px;
  }
  #footer-newsletter h4 {
    display: none;
  }
}
@media only screen and (max-width: 43em) {
  /*680px*/
  #footer-newsletter {
    display: none;
  }
}
@media only screen and (max-width: 39em) {
  /*620px*/
  .map-logos li {
    width: 48.3%;
  }
  .map-logos li:nth-child(2) {
    display: block;
  }
  .coming-soon:before {
    left: -14px;
  }
  .mobile-work h4 {
    font-size: .75em;
    color: #fff;
    padding: 5px 5px;
    font-family: 'AlternateGot', helvetica, sans-serif;
  }
}
@media only screen and (max-width: 26em) {
  /*411px*/
  .project-home-title h4 {
    font-size: 2em;
  }
  .mobile-nav-icon {
    display: block;
    margin-left: 10%;
  }
  .mobile-work h4 {
    font-size: .5em;
    color: #fff;
    padding: 5px 5px;
  }
}
.capabilities-page {
  padding-bottom: 2em;
  background: #ffffff;
  color: #222222;
}
.capabilities-page h3 {
  margin: 0 0 50px;
  border-color: #222222;
  -moz-box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
  box-shadow: 0 -3px 0px 0px #ffffff, 0 -6px 0px 0px #222222, transparent 0 0 0 0, transparent 0 0 0;
}
#capabilities-col {
  width: 30%;
  float: left;
  display: block;
  text-align: center;
}
#capabilities-col li {
  text-align: center;
  text-decoration: none;
  font-family: Georgia, serif;
  color: #888888;
  padding: 5px;
  line-height: 1.5em;
}
.cap-col {
  margin-right: 5%;
}
.capabilities h4 {
  color: #00a0e3;
  border-bottom: 1px dashed #00a0e3;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: 'AlternateGot', helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media only screen and (max-width: 40em) {
  /*670px*/
  #capabilities-col {
    width: 100%;
  }
  #capabilities-col li {
    font-size: 2em;
  }
  .capabilities-page ul {
    margin-bottom: 50px;
  }
  .capabilities h4 {
    font-size: 3em;
  }
}