/*
Theme Name: WFL2013
Author: WFL
Description: The 2013 responsive redesign
Version: 1.1
 */
.hide-text {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.at {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.lsn {
  list-style: none;
}
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  /* remember to define focus styles! */
  outline: 0;
}
img {
  border: 0 none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.site-message {
  background: #fff;
  border-bottom: 10px solid #d8eefa;
  height: 50px;
  margin-top: -30px;
  text-align: center;
}
.site-message .banner-content {
  color: #605e5e;
  font-size: 18px;
  font-weight: bold;
}
.site-message span {
  position: relative;
  top: -10px;
}
.site-message img {
  position: relative;
  top: 12px;
}
.site-message .btn {
  background: #85c336;
  box-shadow: 0 4px 0 #589b13;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  line-height: normal;
  margin-left: 20px;
  position: relative;
  top: -4px;
}
.home .site-message {
  margin-top: 0;
}
html {
  background: #0996dc url("images/bg-header.png") 50% 0 repeat-x;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}
html.blog {
  background: white;
}
html.home {
  background-image: none;
}
body {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
  padding-top: 30px;
  color: #333333;
}
body.home {
  padding-top: 0;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  font-weight: 700;
  color: #0996dc;
}
a:hover {
  text-decoration: underline;
  color: #38b6f5;
}
a:active {
  text-decoration: none;
  color: #0276b1;
}
input,
select,
textarea {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 1em;
}
textarea {
  resize: none;
}
.ctr {
  margin: 0 1.0em;
}
.p-content .ctr {
  *zoom: 1;
}
.p-content .ctr:before,
.p-content .ctr:after {
  display: table;
  content: "";
}
.p-content .ctr:after {
  clear: both;
}
.btn {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0.5em 1em 0.3em;
  display: inline-block;
  background-color: #0996dc;
  border: 0 none;
  -webkit-box-shadow: 0 8px 0 #0775ab;
  -moz-box-shadow: 0 8px 0 #0775ab;
  box-shadow: 0 8px 0 #0775ab;
  cursor: pointer;
}
.btn:hover,
.btn:active {
  color: white;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #83c526;
  -webkit-box-shadow: 0 8px 0 #70ae19;
  -moz-box-shadow: 0 8px 0 #70ae19;
  box-shadow: 0 8px 0 #70ae19;
}
.btn.btn-primary:hover {
  background-color: #98d544;
  -webkit-box-shadow: 0 8px 0 #83c526;
  -moz-box-shadow: 0 8px 0 #83c526;
  box-shadow: 0 8px 0 #83c526;
}
.btn.btn-primary:active {
  background-color: #70ae19;
  -webkit-box-shadow: 0 8px 0 #5d950f;
  -moz-box-shadow: 0 8px 0 #5d950f;
  box-shadow: 0 8px 0 #5d950f;
}
.btn.btn-contact {
  padding: 0.7em 1em 0.4em;
  font-size: 26px;
  font-size: 1.625rem;
  -webkit-box-shadow: 0 10px 0 #70ae19;
  -moz-box-shadow: 0 10px 0 #70ae19;
  box-shadow: 0 10px 0 #70ae19;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.btn.btn-contact:before {
  content: "";
  display: inline-block;
  background: url("images/icon-contact.png") left top no-repeat;
  width: 58px;
  height: 1em;
  margin-bottom: -4px;
}
.btn.btn-contact:hover {
  -webkit-box-shadow: 0 10px 0 #83c526;
  -moz-box-shadow: 0 10px 0 #83c526;
  box-shadow: 0 10px 0 #83c526;
}
.btn.btn-contact:active {
  -webkit-box-shadow: 0 10px 0 #5d950f;
  -moz-box-shadow: 0 10px 0 #5d950f;
  box-shadow: 0 10px 0 #5d950f;
}
.p-header {
  background: white;
  -webkit-box-shadow: 0 10px #cae8f7 inset;
  -moz-box-shadow: 0 10px #cae8f7 inset;
  box-shadow: 0 10px #cae8f7 inset;
  border-bottom: 1px solid #dee3e8;
}
nav {
  overflow: hidden;
  padding-top: 10px;
}
nav ul {
  *zoom: 1;
}
nav ul:before,
nav ul:after {
  display: table;
  content: "";
}
nav ul:after {
  clear: both;
}
nav li {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  width: 14%;
  text-align: center;
}
nav .nav-services {
  width: 16%;
}
nav .nav-work {
  width: 10%;
}
nav .nav-process {
  width: 16%;
}
nav .nav-home {
  width: 16%;
}
nav .nav-about {
  width: 16%;
}
nav .nav-blog {
  width: 10%;
}
nav .nav-contact {
  width: 16%;
}
nav a {
  color: #c1c8d1;
  text-decoration: none;
  padding: 1.1em 0 0.8em;
  padding: 1.35em 0 1.25em;
  display: block;
}
nav a:hover {
  color: #6d7583;
  text-decoration: none;
}
nav .current-menu-item a,
nav .current_page_parent a {
  color: #83c526;
}
nav .nav-home a {
  position: relative;
}
nav .nav-home a:before {
  content: "";
  width: 148px;
  height: 148px;
  bottom: -26px;
  left: 50%;
  margin-left: -74px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}
.p-content {
  background: #f2f9fd;
  padding: 2em 0 3.2em;
}
.p-content p + p {
  margin-top: 1.5em;
}
.home .p-content {
  background: white;
  padding: 1.5em 0 1.7em;
}
footer {
  background: #0996dc;
  padding: 1.7em 0;
  font-size: 16px;
  font-size: 1rem;
}
.blog footer {
  background: none;
}
footer .copy {
  background: url("images/footer-logo.png") 50% 0 no-repeat;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  padding: 2em 0;
  padding-top: 70px;
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.4375;
}
.p-title {
  font-size: 1.25em;
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
  padding: 0.5em 1em 1.0em;
  margin-bottom: 0.3em;
}
.p-intro {
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
  margin-bottom: 1.5em;
}
.page-id-8 .p-intro,
.page-id-9 .p-intro {
  border-bottom: 0 none;
}
.page-id-9 .p-intro {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-intro blockquote {
  padding: 1em 0;
}
.p-intro blockquote p {
  font-size: 1.25em;
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
}
.p-intro blockquote small {
  display: block;
  text-align: right;
  font-size: .8em;
  line-height: 1.75;
  margin-top: 0.2em;
}
.work {
  background: #333333;
  color: white;
}
.work h3 {
  font-size: 1.25em;
  font-style: italic;
}
.work h3 b {
  font-weight: 400;
}
.work h4 {
  font-size: 0.8em;
  font-style: italic;
  color: #999999;
}
.work .work-categories {
  margin-top: 0.6em;
  overflow: hidden;
}
.work .work-categories li {
  display: inline-block;
  margin: 6px 9px;
  height: 32px;
  background: url("images/icon-work-category.png") 0 0 no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.work .work-categories .desktop {
  background-position: 0 -32px;
  width: 39px;
}
.work .work-categories .desktop.is-active {
  background-position: 0 0;
}
.work .work-categories .tablet {
  background-position: -40px -32px;
  width: 33px;
}
.work .work-categories .tablet.is-active {
  background-position: -40px 0;
}
.work .work-categories .mobile {
  background-position: -80px -32px;
  width: 10px;
}
.work .work-categories .mobile.is-active {
  background-position: -80px 0;
}
.work .btn {
  float: right;
  margin-top: -49px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.work .item {
  height: 400px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.work .ctr {
  padding: 5.3em 0 2.9em;
  *zoom: 1;
}
.work .ctr:before,
.work .ctr:after {
  display: table;
  content: "";
}
.work .ctr:after {
  clear: both;
}
.projects {
  background: #f2f9fd;
}
.projects .project-item {
  margin: 1em auto;
  position: relative;
  width: 280px;
  height: 190px;
  background: #0996dc;
  color: white;
  text-align: center;
  overflow: hidden;
}
.projects .project-image {
  width: 100%;
  height: 100%
}
.projects .project-title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.1;
  margin-bottom: 0.2em;
}
.contact {
  background: white;
  -webkit-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  -moz-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  padding: 30px 0 37px;
  text-align: center;
}
.contact .s-title {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.contact h3 {
  text-transform: lowercase;
  color: #666666;
  font-style: italic;
  margin: 1.6em 0 0.45em;
  overflow: hidden;
  text-align: center;
}
.contact h3:before,
.contact h3:after {
  content: "";
  background: #e8e8e8;
  height: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-top: -2px;
}
.contact h3:before {
  right: 0.5em;
  margin-left: -50%;
}
.contact h3:after {
  left: 0.5em;
  margin-right: -50%;
}
.contact p {
  font-style: italic;
  margin-bottom: 1.25em;
}
.contact .tel {
  font-size: 1.9em;
  font-weight: 700;
  font-style: normal;
  color: #666666;
  margin-bottom: 0.55em;
}
.contact address {
  display: block;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.4375;
}
.clients {
  padding: 1.1em 0;
  background: #0996dc;
}
.clients ul {
  list-style: none;
  text-align: center;
}
.clients li {
  display: inline-block;
  padding: 1em;
}
.clients-by-category .client-category {
  margin: 0.75em 0 0;
}
.clients-by-category .client-category h3 {
  color: #095982;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  overflow: hidden;
  margin-bottom: 1em;
}
.clients-by-category .client-category h3:before,
.clients-by-category .client-category h3:after {
  content: "";
  background: rgba(9, 89, 130, 0.2);
  height: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-top: -4px;
}
.clients-by-category .client-category h3:before {
  right: 2em;
  margin-left: -50%;
}
.clients-by-category .client-category h3:after {
  left: 2em;
  margin-right: -50%;
}
.hero {
  color: white;
  padding: 7.4em 0 6.8em;
  text-align: center;
  position: relative;
}
.hero .badge {
  display: none;
  width: 240px;
  height: 205px;
  position: absolute;
  top: 0;
  right: 0;
}
.hero .s-title {
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8em;
  margin-bottom: 0.2em;
  overflow: hidden;
}
.hero .s-title:before,
.hero .s-title:after {
  content: "";
  background: white;
  height: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 3px;
}
.hero .s-title:before {
  right: 0.5em;
  margin-left: -50%;
}
.hero .s-title:after {
  left: 0.5em;
  margin-right: -50%;
}
.hero h3 {
  text-align: center;
  margin-bottom: 20px;
}
.hero .aligncenter {
  display: block;
  margin: -12px auto 28px;
}
.hero .bigtext-line0 {
  line-height: 1.1;
}
.hero .bigtext-line1 {
  line-height: 1.1;
}
.hero .bigtext-line2 {
  line-height: 1.4;
}
#we_create {
  text-transform: uppercase;
  font-weight: 700;
}
.social {
  background-color: #cae8f7;
  text-align: center;
}
.social ul {
  list-style: none;
}
.social .s-title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  font-style: normal;
  padding-top: 87px;
  margin-bottom: 0.25em;
}
.social .twitter,
.social .blog {
  border-bottom: 10px solid rgba(9, 150, 220, 0.3);
  padding: 10px 6.5% 90px;
  position: relative;
  font-style: italic;
}
.social .twitter h3,
.social .blog h3 {
  font-size: 1.25em;
  font-style: normal;
  margin: 0.8em 0 0;
}
.social .twitter .s-title {
  background: url("images/icon-twitter.png") 50% 35px no-repeat;
}
.social .twitter p {
  margin-top: 1.1em;
}
.social .blog .s-title {
  background: url("images/icon-blog.png") 50% 20px no-repeat;
}
.social .date {
  display: block;
  font-size: 0.7em;
}
.social .link-next {
  background: rgba(9, 150, 220, 0.3);
  color: white;
  -webkit-border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
  padding: 0.5em 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5em;
  width: 10em;
  text-align: center;
  display: block;
  font-style: normal;
}
.process {
  list-style: none;
  padding: 0 20px 0.5em;
  margin-bottom: 2.6em;
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
}
.process li {
  text-align: center;
  padding-top: 240px;
  background-position: 50% 24px;
  background-repeat: no-repeat;
  margin-bottom: 1.2em;
}
.process .step-define {
  background-image: url("images/process-step1.png");
}
.process .step-design {
  background-image: url("images/process-step2.png");
}
.process .step-build {
  background-image: url("images/process-step3.png");
}
.process h3 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.1em;
}
.process p {
  margin: 0 20px;
}
.services,
.jobs {
  margin-top: 1em;
}
.services .service-item,
.jobs .service-item,
.services .job-item,
.jobs .job-item {
  text-align: center;
  margin: 25px auto;
  height: 13.5em;
  width: 14em;
  position: relative;
  color: white;
  border-bottom-width: 0.5em;
  border-bottom-style: solid;
}
.services .service-abbr,
.jobs .service-abbr {
  font-size: 6.5em;
  line-height: 1.7;
  font-weight: 700;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.14);
}
.services .service-count,
.jobs .service-count {
  font-size: 1.5em;
  font-weight: 700;
  position: absolute;
  top: 0.5em;
  right: 0.7em;
}
.services .service-title,
.jobs .service-title {
  font-size: 1em;
  line-height: 1.25;
  margin: -1.1em 1.6em 0;
}
.services .service-content,
.jobs .service-content {
  font-size: .8em;
  line-height: 1.5;
}
.services .service-image,
.jobs .service-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services .ms .service-title,
.jobs .ms .service-title {
  margin-left: 2.2em;
  margin-right: 2.2em;
}
.services .rr .service-title,
.jobs .rr .service-title {
  margin-left: 0.4em;
  margin-right: 0.4em;
}
.services .an,
.jobs .an {
  background-color: #85b172;
  border-bottom-color: #85b172;
}
.services .an .is-flip-front,
.jobs .an .is-flip-front {
  background: #99c785;
}
.services .an a:hover,
.jobs .an a:hover {
  background-color: #85b172;
}
.services .ht,
.jobs .ht {
  background-color: #bcd530;
  border-bottom-color: #bcd530;
}
.services .ht .is-flip-front,
.jobs .ht .is-flip-front {
  background: #cde449;
}
.services .ht a:hover,
.jobs .ht a:hover {
  background-color: #bcd530;
}
.services .id,
.jobs .id {
  background-color: #da9710;
  border-bottom-color: #da9710;
}
.services .id .is-flip-front,
.jobs .id .is-flip-front {
  background: #f8ae1b;
}
.services .id a:hover,
.jobs .id a:hover {
  background-color: #da9710;
}
.services .io,
.jobs .io {
  background-color: #0f79ae;
  border-bottom-color: #0f79ae;
}
.services .io .is-flip-front,
.jobs .io .is-flip-front {
  background: #0996dc;
}
.services .io a:hover,
.jobs .io a:hover {
  background-color: #0f79ae;
}
.services .ms,
.jobs .ms {
  background-color: #db451f;
  border-bottom-color: #db451f;
}
.services .ms .is-flip-front,
.jobs .ms .is-flip-front {
  background: #ec5b36;
}
.services .ms a:hover,
.jobs .ms a:hover {
  background-color: #db451f;
}
.services .rr,
.jobs .rr {
  background-color: #a083be;
  border-bottom-color: #a083be;
}
.services .rr .is-flip-front,
.jobs .rr .is-flip-front {
  background: #b498d2;
}
.services .rr a:hover,
.jobs .rr a:hover {
  background-color: #a083be;
}
.services .ui,
.jobs .ui {
  background-color: #697ac3;
  border-bottom-color: #697ac3;
}
.services .ui .is-flip-front,
.jobs .ui .is-flip-front {
  background: #8090d6;
}
.services .ui a:hover,
.jobs .ui a:hover {
  background-color: #697ac3;
}
.services .ux,
.jobs .ux {
  background-color: #df6dad;
  border-bottom-color: #df6dad;
}
.services .ux .is-flip-front,
.jobs .ux .is-flip-front {
  background: #ec89c1;
}
.services .ux a:hover,
.jobs .ux a:hover {
  background-color: #df6dad;
}
.services .vb,
.jobs .vb {
  background-color: #85c9e0;
  border-bottom-color: #85c9e0;
}
.services .vb .is-flip-front,
.jobs .vb .is-flip-front {
  background: #a1daed;
}
.services .vb a:hover,
.jobs .vb a:hover {
  background-color: #85c9e0;
}
.jobs .job-item a {
  display: block;
  height: 100%;
  color: inherit;
  text-align: left;
  padding: 1.1em 1.1em 1.1em 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jobs .job-item a:hover {
  text-decoration: none;
}
.jobs .job-item h2 {
  font-size: 30px;
}
.jobs .job-item h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0.3em;
}
.jobs .job-item .job-location {
  font-size: 20px;
  font-weight: 400;
  padding-left: 30px;
  background: url("images/icon-location.png") 3px 50% no-repeat;
}
.jobs .job-item .job-start {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0.5em;
  padding-left: 30px;
  background: url("images/icon-calendar.png") 0 50% no-repeat;
}
.jobs .job-item .job-details {
  position: absolute;
  bottom: 1.1em;
}
.team article {
  margin: 1em auto;
  color: white;
  text-align: center;
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
  background: #0996dc;
}
.team .team-title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.1;
  margin-bottom: 0;
}
.team .team-position {
  font-style: italic;
  padding-bottom: 0.55em;
  border-bottom: 10px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.55em;
  font-size: 0.8em;
  line-height: 1.0875;
}
.team .team-image {
  display: block;
  width: 100%;
}
.team .team-content {
  font-size: 0.8em;
  line-height: 1.125;
}
.special-header {
  border-top: 10px solid rgba(9, 150, 220, 0.1);
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75em 0;
}
.team-category h2 {
  border-top: 10px solid rgba(9, 150, 220, 0.1);
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75em 0;
}
.team-category .team-item {
  text-align: center;
  padding: 1.5em 0;
}
.team-category .team-title {
  font-size: 25px;
  font-weight: 700;
}
.team-category .team-position {
  font-style: italic;
  margin-bottom: 0.5em;
}
.team-category .team-image {
  width: 220px;
  height: 220px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.team-category .team-image img {
  display: block;
  width: 100%;
  height: auto;
}
.team-category .tc {
  padding: 0;
}
.single-job .p-content h1 {
  border-top: 10px solid rgba(9, 150, 220, 0.1);
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75em 0;
}
.single-job .p-content h2 {
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1.6em 0;
}
.single-job .p-content p {
  margin-bottom: 1.7em;
}
.single-job .p-content ul {
  line-height: 1.5;
  list-style: none;
  margin-bottom: 1.6em;
}
.single-job .p-content ul li {
  padding-left: 30px;
  text-align: left;
}
.single-job .p-content ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(9, 150, 220, 0.1);
  position: relative;
  left: -28px;
  margin-right: -10px;
}
.single-job .p-content .ctr > * {
  padding-left: 1em;
  padding-right: 1em;
}
.single-job .p-content a {
  color: #83c526;
}
.page-jobs h1,
.page-contact-us h1 {
  border-top: 10px solid rgba(9, 150, 220, 0.1);
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75em 0;
}
.page-contact-us h1 {
  position: static;
  margin-bottom: 0.5em;
}
.page-jobs p + h1 {
  margin-top: 0.85em;
}
.flipper {
  overflow: hidden;
  display: block;
}
.flipper:hover .is-flip-front {
  margin-left: -100%;
}
.is-flip-front {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: margin-left 0.4s ease;
  -moz-transition: margin-left 0.4s ease;
  -ms-transition: margin-left 0.4s ease;
  -o-transition: margin-left 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.t {
  width: 100%;
  height: 100%;
  display: table;
}
.tc {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1.25em;
}
.team .tc {
  padding: 0 0.8em;
}
.social-links {
  text-align: center;
}
.social-links li {
  display: inline-block;
}
.social-links .icon {
  display: block;
  background: url("images/icon-social.png") 0 0 no-repeat;
  width: 32px;
  height: 32px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.social-links .icon-twitter {
  background-position: 0 0;
}
.social-links .icon-facebook {
  background-position: -32px 0;
  margin-right: 3px;
}
.social-links .icon-dribbble {
  background-position: -64px 0;
  margin-right: 9px;
}
.social-links .icon-google {
  background-position: -96px 0;
}
.social-links .icon-pinterest {
  background-position: -128px 0;
}
.f-contact .wpcf7-form {
  background: #0996dc;
  color: white;
  padding: 19px 0;
  *zoom: 1;
}
.f-contact .wpcf7-form:before,
.f-contact .wpcf7-form:after {
  display: table;
  content: "";
}
.f-contact .wpcf7-form:after {
  clear: both;
}
.f-contact .wpcf7-form .f-title {
  margin: 0 20px 16px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 10px solid rgba(255, 255, 255, 0.1);
}
.f-contact .wpcf7-form p {
  padding: 0 20px 19px;
}
.f-contact .wpcf7-form .column {
  width: 50%;
  float: left;
  padding: 0 10px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f-contact .wpcf7-form .column + .column {
  padding: 0 20px 0 10px;
}
.f-contact .wpcf7-form .f-field {
  position: relative;
  margin: 19px 0 25px;
}
.f-contact .wpcf7-form .f-field input,
.f-contact .wpcf7-form .f-field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0.42em;
  display: block;
  margin: 0;
  width: 100%;
}
.f-contact .wpcf7-form .f-field .wpcf7-validates-as-required {
  padding-right: 32px;
  background-image: url("images/icon-req.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.f-contact .wpcf7-form .f-field .wpcf7-not-valid {
  background: #ffb8b8;
}
.f-contact .wpcf7-form .f-field textarea {
  height: 8.1em;
}
.f-contact .wpcf7-form .f-field label {
  margin-bottom: 0.3em;
  font-style: italic;
  display: block;
}
.f-contact .wpcf7-form .f-field label em {
  font-style: normal;
}
.f-contact .wpcf7-form .f-control {
  clear: both;
  margin: 27px 0 25px;
  text-align: right;
}
.f-contact .wpcf7-form .f-control em {
  display: inline-block;
  width: 26px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.f-contact .wpcf7-form .f-control span {
  background: url("images/icon-req2.png") 0 50% no-repeat;
  font-size: 14px;
  float: left;
  line-height: 45px;
}
.f-contact .wpcf7-form .f-control .btn {
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 0 #70ae19;
  -moz-box-shadow: 0 6px 0 #70ae19;
  box-shadow: 0 6px 0 #70ae19;
  letter-spacing: 0;
  font-weight: 400;
  word-spacing: 2px;
  padding: 0.75em 1.2em 0.55em 3.5em;
  background: #83c526 url("images/icon-contact.png") 1em 50% no-repeat;
  background-size: 28px auto;
  margin-left: 0.8em;
}
.f-contact .wpcf7-form .f-control .btn:hover {
  background-color: #98d544;
  -webkit-box-shadow: 0 6px 0 #83c526;
  -moz-box-shadow: 0 6px 0 #83c526;
  box-shadow: 0 6px 0 #83c526;
}
.f-contact .wpcf7-form .f-control .btn:active {
  background-color: #70ae19;
  -webkit-box-shadow: 0 6px 0 #5d950f;
  -moz-box-shadow: 0 6px 0 #5d950f;
  box-shadow: 0 6px 0 #5d950f;
}
.f-contact .wpcf7-form .req {
  color: #cc0000;
  margin-left: -0.2em;
  visibility: hidden;
}
.page-contact-us .contact-info {
  text-align: left;
}
.page-contact-us .contact-info .tel,
.page-contact-us .contact-info .email {
  padding-left: 130px;
  color: #83c526;
  font-weight: 700;
  font-size: 24px;
  line-height: 100px;
  text-align: left;
}
.page-contact-us .contact-info .tel {
  background: url("images/icon-phone-lg.png") 0 50% no-repeat;
  margin-bottom: 17px;
  margin-top: 1.3em;
}
.page-contact-us .contact-info .email {
  display: inline-block;
  background: url("images/icon-email-lg.png") 0 50% no-repeat;
}
.page-contact-us .contact-info .map {
  float: none;
  margin-top: 22px;
  margin-right: 0;
}
.page-contact-us .contact-info .map img {
  display: block;
  max-width: 100%;
}
.page-contact-us .contact-info .map address {
  display: block;
  margin-top: 1.3em;
  font-style: italic;
}
.page-contact-us .wpcf7-form {
  *zoom: 1;
}
.page-contact-us .wpcf7-form:before,
.page-contact-us .wpcf7-form:after {
  display: table;
  content: "";
}
.page-contact-us .wpcf7-form:after {
  clear: both;
}
.page-contact-us .wpcf7-form p {
  padding: 0 20px 8px;
}
.page-contact-us .wpcf7-form .f-field {
  position: relative;
  margin: 19px 0 25px;
}
.page-contact-us .wpcf7-form .f-field input,
.page-contact-us .wpcf7-form .f-field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #daeffa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0.42em;
  display: block;
  margin: 0;
  width: 100%;
}
.page-contact-us .wpcf7-form .f-field .wpcf7-validates-as-required {
  padding-right: 32px;
  background-image: url("images/icon-req.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.page-contact-us .wpcf7-form .f-field .wpcf7-not-valid {
  background: #ffb8b8;
}
.page-contact-us .wpcf7-form .f-field textarea {
  height: 8.1em;
}
.page-contact-us .wpcf7-form .f-field label {
  margin-bottom: 0.3em;
  font-style: italic;
  display: block;
  text-align: left;
}
.page-contact-us .wpcf7-form .f-field label em {
  font-style: normal;
}
.page-contact-us .wpcf7-form .f-title {
  margin: 0 20px 16px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 10px solid rgba(255, 255, 255, 0.1);
  line-height: 1!important;
  float: none!important;
  color: white;
}
.page-contact-us .wpcf7-form .f-control {
  clear: both;
  margin: 27px 0 25px;
  text-align: right;
}
.page-contact-us .wpcf7-form .f-control em {
  display: inline-block;
  width: 26px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: #ffbaba;
}
.page-contact-us .wpcf7-form .f-control span {
  background: url("images/icon-req.png") 0 50% no-repeat;
  font-size: 14px;
  float: none;
  display: inline-block;
  line-height: 30px;
  color: #c75c5c;
}
.page-contact-us .wpcf7-form .f-control .btn {
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 0 #70ae19;
  -moz-box-shadow: 0 6px 0 #70ae19;
  box-shadow: 0 6px 0 #70ae19;
  letter-spacing: 0;
  font-weight: 400;
  word-spacing: 2px;
  padding: 0.75em 1.2em 0.55em 3.5em;
  background: #83c526 url("images/icon-contact.png") 1em 50% no-repeat;
  background-size: 28px auto;
  margin-left: 0.8em;
}
.page-contact-us .wpcf7-form .f-control .btn:hover {
  background-color: #98d544;
  -webkit-box-shadow: 0 6px 0 #83c526;
  -moz-box-shadow: 0 6px 0 #83c526;
  box-shadow: 0 6px 0 #83c526;
}
.page-contact-us .wpcf7-form .f-control .btn:active {
  background-color: #70ae19;
  -webkit-box-shadow: 0 6px 0 #5d950f;
  -moz-box-shadow: 0 6px 0 #5d950f;
  box-shadow: 0 6px 0 #5d950f;
}
.page-contact-us .wpcf7-form .req {
  color: #cc0000;
  margin-left: -0.2em;
  visibility: hidden;
}
#contact_us div.wpcf7-response-output,
.page-contact-us div.wpcf7-response-output {
  clear: both;
  padding: 15px;
}
#contact_us div.wpcf7-response-output.wpcf7-validation-errors,
.page-contact-us div.wpcf7-response-output.wpcf7-validation-errors {
  border: 10px solid #ffbaba;
  background: #fc5959;
  margin: 0px 18px 0px 18px;
}
#contact_us div.wpcf7-response-output.wpcf7-mail-sent-ok,
.page-contact-us div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 10px solid #ceeca2;
  background: #83c426;
  margin: 0px 18px 0px 18px;
}
#contact_us div.wpcf7-response-output .wfl_invalid_title.f-title,
.page-contact-us div.wpcf7-response-output .wfl_invalid_title.f-title,
#contact_us div.wpcf7-response-output .wfl_success_title.f-title,
.page-contact-us div.wpcf7-response-output .wfl_success_title.f-title {
  margin: 0px;
  float: left;
  border: none;
  padding: 0px;
}
#contact_us div.wpcf7-response-output.wpcf7-validation-errors .wfl_success_title.f-title,
.page-contact-us div.wpcf7-response-output.wpcf7-validation-errors .wfl_success_title.f-title,
#contact_us div.wpcf7-response-output.wpcf7-mail-sent-ok .wfl_invalid_title.f-title,
.page-contact-us div.wpcf7-response-output.wpcf7-mail-sent-ok .wfl_invalid_title.f-title,
#contact_us div.wpcf7-response-output.wpcf7-validation-errors .success_msg,
.page-contact-us div.wpcf7-response-output.wpcf7-validation-errors .success_msg,
#contact_us div.wpcf7-response-output .invalids,
.page-contact-us div.wpcf7-response-output .invalids,
#contact_us div.wpcf7-response-output .success_msg,
.page-contact-us div.wpcf7-response-output .success_msg {
  display: none;
}
#contact_us div.wpcf7-response-output .invalids,
.page-contact-us div.wpcf7-response-output .invalids {
  float: right;
  width: 265px;
  color: white;
}
#contact_us div.wpcf7-response-output .success_msg,
.page-contact-us div.wpcf7-response-output .success_msg {
  clear: both;
}
#contact_us div.wpcf7-response-output.wpcf7-validation-errors .invalids,
.page-contact-us div.wpcf7-response-output.wpcf7-validation-errors .invalids,
#contact_us div.wpcf7-response-output.wpcf7-mail-sent-ok .success_msg,
.page-contact-us div.wpcf7-response-output.wpcf7-mail-sent-ok .success_msg {
  display: block;
}
#contact_us div.wpcf7-response-output.wpcf7-validation-errors .invalids .wpcf7-not-valid-tip,
.page-contact-us div.wpcf7-response-output.wpcf7-validation-errors .invalids .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
  left: 0;
  z-index: initial;
  background: none;
  border: none;
  width: auto;
  list-style: square;
}
#contact_us .f-contact .wpcf7-form,
.page-contact-us .f-contact .wpcf7-form {
  padding: 19px 8px;
}
#contact_us .ajax-loader,
.page-contact-us .ajax-loader {
  display: none!important;
}
.page-contact-us .edit-link {
  clear: both;
  display: block;
}
.page-contact-us div.wpcf7-response-output.wpcf7-validation-errors {
  margin: 0;
  margin-left: 20px;
}
.page-contact-us div.wpcf7-response-output.wpcf7-mail-sent-ok {
  margin: 0;
  margin-left: 20px;
}
.page-contact-us div.wpcf7-response-output .invalids {
  float: none;
  width: auto;
  margin-left: 20px;
  text-align: left;
}
.touchSubmit {
  background: #212121;
  height: 38px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 3px 0px 3px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.touchSubmit .arrows {
  background: url("images/icon-arrows-slide.png") no-repeat left center;
  height: 35px;
  width: 165px;
  color: white;
  position: absolute;
  font-size: 0.8em;
  margin-left: 45px;
  line-height: 35px;
  text-indent: 30px;
  font-style: italic;
}
.touchSubmit .grabber {
  background-color: #0996df;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/icon-contact.png");
  background-size: 55%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 35px;
  width: 35px;
  position: relative;
}
.touchSubmit .grabber img.ajax-load {
  display: none;
  margin-top: 10px;
  margin-left: 9px;
}
.is-moved {
  overflow: hidden;
}
.is-moved .is-fixed,
.is-moved .is-fixed > * {
  visibility: visible;
  z-index: 1;
}
.is-moved.ct-site .p-header {
  right: 320px;
}
.is-moved .mover {
  position: relative;
  right: 320px;
}
.is-fixed {
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow-y: auto;
  visibility: hidden;
  width: 320px;
  padding-left: 20px;
  background: #333333;
}
.is-fixed .lsn {
  margin: 0 22px 0 68px;
}
.is-fixed .menu-item {
  border-top: 1px solid #5c5c5c;
}
.is-fixed .menu-item:first-child {
  border-top: 0 none;
}
.is-fixed .menu-item.nav-home {
  display: none;
}
.is-fixed .menu-item a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 0.3em 0.5em 0.1em 0;
  font-size: 1.5em;
  position: relative;
}
.is-fixed .menu-item a:after {
  content: "";
  position: absolute;
  right: -9px;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 9px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f2f9fd;
}
.is-fixed .menu-item a:hover {
  color: #0996dc;
  text-decoration: none;
}
.is-fixed .menu-item a:hover:after {
  border-left-color: #0996dc;
}
.is-fixed .current-menu-item a {
  color: #83c526;
}
.is-fixed .current-menu-item a:after {
  border-left-color: #83c526;
}
.is-fixed .wpcf7 {
  margin: 20px 22px 0 68px;
}
.is-fixed .wpcf7 .f-field {
  margin: 10px 0;
}
.is-fixed .wpcf7 .f-field input,
.is-fixed .wpcf7 .f-field textarea {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.4em;
  border: 0 none;
  margin: 0;
  font-style: italic;
}
.is-fixed .wpcf7 .f-field textarea {
  height: 5em;
}
.is-fixed .wpcf7 .f-field input.wfl_error,
.is-fixed .wpcf7 .f-field textarea.wfl_error {
  background: #ffbaba;
}
.is-fixed .wpcf7 .f-field input.wfl_error::-webkit-input-placeholder,
.is-fixed .wpcf7 .f-field input.wfl_error:-moz-placeholder,
.is-fixed .wpcf7 .f-field input.wfl_error::-moz-placeholder,
.is-fixed .wpcf7 .f-field input.wfl_error:-ms-input-placeholder,
.is-fixed .wpcf7 .f-field textarea.wfl_error::-webkit-input-placeholder,
.is-fixed .wpcf7 .f-field textarea.wfl_error:-moz-placeholder,
.is-fixed .wpcf7 .f-field textarea.wfl_error::-moz-placeholder,
.is-fixed .wpcf7 .f-field textarea.wfl_error:-ms-input-placeholder {
  color: #000;
}
.is-fixed .wpcf7 .f-control {
  margin-bottom: 20px;
}
.is-fixed .wpcf7 .f-control img.ajax-loader {
  display: none!important;
}
.is-fixed .wpcf7-form .wpcf7-response-output {
  display: none!important;
}
.is-moved .is-fixed .work {
  display: none;
}
.work-expanded .is-fixed {
  height: auto;
  overflow: hidden;
}
.work-expanded .is-fixed .work {
  display: block;
  width: 320px;
  *zoom: 1;
}
.work-expanded .is-fixed .work:before,
.work-expanded .is-fixed .work:after {
  display: table;
  content: "";
}
.work-expanded .is-fixed .work:after {
  clear: both;
}
.work-expanded .is-fixed .m-nav {
  display: none;
}
.mover {
  overflow: hidden;
  z-index: 2;
  background: #0996dc;
}
.home .mover {
  background: #0996dc url("images/bg.png") 50% 0 repeat;
}
.blog .p-header {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 0 none;
}
.blog .p-header > a:hover {
  text-decoration: none;
}
.blog .p-header .p-branding {
  position: static;
  left: auto;
  top: auto;
  overflow: visible;
  width: auto;
  height: auto;
  margin-left: 0;
  text-indent: 0;
  text-align: center;
  text-transform: uppercase;
  color: #0996dc;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  line-height: 1;
}
.blog .p-header .p-branding:before {
  content: "";
  display: block;
  background: #e8e8e8 url("images/blog-header.png") 50% no-repeat;
  background-size: 50%;
  width: 111px;
  height: 111px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 0.7em;
}
.blog .p-header .p-branding strong {
  display: block;
  font-weight: 700;
  font-size: 1.6em;
  color: #cccccc;
  margin-top: 0.05em;
}
.blog .blog-nav {
  border-top: 10px solid #83c526;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.blog .blog-nav .link-back {
  color: #ccc;
  float: right;
  text-transform: uppercase;
  padding: 0.3em 0.9em 0.6em;
  margin-right: 2em;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}
.blog .blog-nav .link-back:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0) #cccccc rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-right: 7px;
  margin-left: -7px;
}
.blog .p-content {
  background: none;
  padding-top: 1px;
}
.blog .p-content .size-large {
  width: 100%;
  height: auto;
  display: block;
}
.blog .post {
  padding: 2em 1em;
}
.blog .category .blog-p-title {
  border-bottom: 4px solid #e6e6e6;
  padding-bottom: 0.8em;
  padding-top: 3.2em;
  font-size: 1.25em;
  line-height: 1.2;
}
.blog .category .blog-p-title a {
  font-weight: 400;
}
.blog .post + .post {
  border-top: 2px solid #e6e6e6;
  padding-top: 4em;
}
.blog .entry-header img {
  display: block;
  margin: 1em 0;
  width: 100%;
  height: auto;
}
.blog .entry-title {
  font-weight: 700;
  font-size: 1.5em;
}
.blog .entry-title a {
  color: inherit;
}
.blog .entry-date {
  display: block;
  color: #999999;
}
.blog .entry-content p {
  margin: 1em 0;
}
.blog .widget_categories {
  margin: 1.0em 1em 0;
}
.blog .widget_categories .widget-title {
  font-style: italic;
  color: #666666;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0.5em;
}
.blog .widget_categories .widget-title:before,
.blog .widget_categories .widget-title:after {
  content: "";
  background: #e8e8e8;
  height: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.blog .widget_categories .widget-title:before {
  right: 0.5em;
  margin-left: -50%;
}
.blog .widget_categories .widget-title:after {
  left: 0.5em;
  margin-right: -50%;
}
.blog .widget_categories ul {
  margin-left: -5px;
  margin-right: -5px;
  *zoom: 1;
}
.blog .widget_categories ul:before,
.blog .widget_categories ul:after {
  display: table;
  content: "";
}
.blog .widget_categories ul:after {
  clear: both;
}
.blog .widget_categories .cat-item {
  list-style: none;
  float: left;
  width: 72px;
}
.blog .widget_categories .cat-item a {
  display: block;
  margin: 4px auto;
  width: 66px;
  height: 66px;
  line-height: 66px;
  letter-spacing: -1px;
  text-align: center;
  font-size: 2.1em;
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.14);
  border-bottom-style: solid;
  border-bottom-width: 7px;
  background-color: #e0e0e0;
  border-bottom-color: #cccccc;
}
.blog .widget_categories .cat-item a:hover {
  text-decoration: none;
  color: white;
}
.blog .current-cat.cat-an a,
.blog .used-cat.cat-an a {
  background: #99c785;
  border-bottom-color: #85b172;
}
.blog .current-cat.cat-ht a,
.blog .used-cat.cat-ht a {
  background: #cde449;
  border-bottom-color: #bcd530;
}
.blog .current-cat.cat-id a,
.blog .used-cat.cat-id a {
  background: #f8ae1b;
  border-bottom-color: #da9710;
}
.blog .current-cat.cat-io a,
.blog .used-cat.cat-io a {
  background: #0996dc;
  border-bottom-color: #0f79ae;
}
.blog .current-cat.cat-ms a,
.blog .used-cat.cat-ms a {
  background: #ec5b36;
  border-bottom-color: #db451f;
}
.blog .current-cat.cat-rr a,
.blog .used-cat.cat-rr a {
  background: #b498d2;
  border-bottom-color: #a083be;
}
.blog .current-cat.cat-ui a,
.blog .used-cat.cat-ui a {
  background: #8090d6;
  border-bottom-color: #697ac3;
}
.blog .current-cat.cat-ux a,
.blog .used-cat.cat-ux a {
  background: #ec89c1;
  border-bottom-color: #df6dad;
}
.blog .current-cat.cat-vb a,
.blog .used-cat.cat-vb a {
  background: #a1daed;
  border-bottom-color: #85c9e0;
}
.blog .current-cat.cat-nyc a,
.blog .used-cat.cat-nyc a {
  background-color: #a1daed;
  border-bottom-color: #85c9e0;
  background-position: -75px -74px;
}
.blog .current-cat.cat-cool a,
.blog .used-cat.cat-cool a {
  background-color: #cde449;
  border-bottom-color: #bcd530;
  background-position: -3px -74px;
}
.blog .current-cat.cat-startups a,
.blog .used-cat.cat-startups a {
  background-color: #5c5c7f;
  border-bottom-color: #525260;
  background-position: -147px -74px;
}
.blog .cat-nyc a,
.blog .cat-cool a,
.blog .cat-startups a {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("images/sprite-cats.png");
}
.blog .cat-nyc a {
  background-position: -75px -2px;
}
.blog .cat-cool a {
  background-position: -3px -2px;
}
.blog .cat-startups a {
  background-position: -147px -2px;
}
.blog div.fb-like {
  min-width: 105px;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bxslider {
  margin: 0!important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}
.bx-wrapper .bx-pager {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 10px;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}
.bx-wrapper .bx-controls-direction a {
  background: rgba(255, 255, 255, 0.3) url(js/images/controls.png) no-repeat 0 50%;
  position: absolute;
  top: 160px;
  outline: 0;
  width: 88px;
  height: 134px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-prev {
  left: 0;
  background-position: 0 50%;
  border-radius: 0 18px 18px 0;
}
.bx-wrapper .bx-prev:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.bx-wrapper .bx-next {
  right: 0;
  background-position: -88px 50%;
  border-radius: 18px 0 0 18px;
}
.bx-wrapper .bx-next:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(js/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.error404 .p-content {
  background-image: url("images/bg-404.png");
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 240px;
  -webkit-background-size: auto 220px;
  background-size: auto 220px;
}
.single-work .cs-overview {
  background-color: #fff;
}
.single-work .cs-overview .ctr {
  *zoom: 1;
}
.single-work .cs-overview .ctr:before,
.single-work .cs-overview .ctr:after {
  display: table;
  content: "";
}
.single-work .cs-overview .ctr:after {
  clear: both;
}
.single-work .overview-copy {
  background-color: #fff;
  padding: 40px 0;
}
.single-work .hero-header {
  float: left;
  margin-top: 280px;
  width: 50%;
}
.single-work .hero-header h2 {
  font-size: 52px;
}
.single-work .hero-header h4 {
  font-size: 38px;
}
.single-work .screen-example {
  float: right;
  margin-top: 100px;
  width: 50%;
}
.single-work .screen-example img {
  float: right;
  height: 700px;
  max-width: 100%;
}
.single-work section h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-work .cs-sections {
  background: #e6e6e6;
  padding: 40px 0;
}
.single-work .cs-sections.odd {
  background: #fff;
}
.single-work .project-ux {
  background: #fff;
  padding: 40px 0;
}
.single-work .project-ux .ux-images {
  *zoom: 1;
  margin-bottom: 40px;
  margin-top: 20px;
}
.single-work .project-ux .ux-images:before,
.single-work .project-ux .ux-images:after {
  display: table;
  content: "";
}
.single-work .project-ux .ux-images:after {
  clear: both;
}
.single-work .project-ux .ux-images img {
  width: 48%;
}
.single-work .project-ux .slider-area {
  float: left;
  width: 48%;
}
.single-work .project-ux .slider-area.mobile {
  background: url('images/sliders/iphone.png') no-repeat 0 0;
  height: 803px;
}
.single-work .project-ux .slider-area.mobile .slider-container {
  position: relative;
  top: 119px;
  left: 34px;
  width: 320px;
}
.single-work .project-ux .slider-area.tablet {
  background: url('images/sliders/ipad.png') no-repeat 0 0;
  height: 638px;
}
.single-work .project-ux .slider-area.tablet .slider-container {
  position: relative;
  top: 58px;
  left: 30px;
  width: 390px;
}
.single-work .project-ux .slider-area.tablet + .ux-copy {
  padding-top: 60px;
}
.single-work .project-ux .slider-area.desktop {
  background: url('images/sliders/laptop.png') no-repeat 0 0;
  width: 100%;
  height: 481px;
  margin-top: 20px;
}
.single-work .project-ux .slider-area.desktop .slider-container {
  position: relative;
  top: 41px;
  left: 178px;
  width: 605px;
}
.single-work .project-ux .slider-area.desktop + .ux-copy {
  padding-top: 70px;
  width: 100%;
}
.single-work .project-ux .slider-container .bx-clone {
  display: none;
}
.single-work .project-ux .slider-container .bx-wrapper .bx-pager {
  padding: 5px 0;
  bottom: 0;
}
.single-work .project-ux .ux-copy {
  font-size: 1.7em;
  float: right;
  padding-top: 115px;
  width: 48%;
}
.single-work .project-ui {
  background: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  -moz-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  padding: 40px 0;
}
.single-work .project-ui h1 {
  margin-bottom: 40px;
}
.single-work .project-ui .iterations {
  padding-top: 20px;
}
.single-work .project-ui .iterations img {
  display: block;
  float: left;
  margin-left: 3.5106383%;
  width: 22.3404255%;
}
.single-work .project-ui .iterations img:first-child {
  margin-left: 0;
}
.single-work .project-ui .ui-copy {
  padding: 40px 0;
}
.single-work .project-ui .final-design {
  display: block;
  margin: 20px auto;
}
.single-work .project-dev {
  background: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  -moz-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  padding: 40px 0;
}
.single-work .project-dev .dev-images {
  *zoom: 1;
  margin-bottom: 40px;
  margin-top: 20px;
}
.single-work .project-dev .dev-images:before,
.single-work .project-dev .dev-images:after {
  display: table;
  content: "";
}
.single-work .project-dev .dev-images:after {
  clear: both;
}
.single-work .project-dev .dev-images img {
  width: 48%;
}
.single-work .project-final-design {
  padding: 40px 0;
}
.single-work .project-final-design h1 {
  margin-bottom: 40px;
}
.single-work .project-final-design img {
  width: 100%;
}
.single-work .project-conclusion {
  background: #fff;
  padding: 40px 0;
}
.single-work .project-conclusion .conclusion-copy {
  float: left;
  width: 62.2340426%;
}
.single-work .project-conclusion .app-store-badges {
  float: right;
  width: 33.5106383%;
}
.single-work .project-conclusion a {
  display: block;
}
.single-work .project-conclusion img {
  display: block;
  margin-bottom: 40px;
}
.single-work .project-press {
  background: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  -moz-box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  box-shadow: 0 -1px 0 rgba(9, 150, 220, 0.1);
  padding: 40px 0;
}
.single-work .project-press .press-items {
  padding: 0 5.8510638%;
}
.single-work .project-press .article {
  float: left;
  margin-left: 3.6144578%;
  width: 30.8433735%;
}
.single-work .project-press .article:first-child {
  margin-left: 0;
}
.single-work .project-press img {
  width: 100%;
}
.single-work .project-press small {
  color: #999;
  font-size: 14px;
}
.single-work .project-quote {
  background: #e6e6e6;
  padding: 115px 0;
}
.single-work .project-quote blockquote {
  font-size: 35px;
  font-style: italic;
}
.single-work .project-quote cite {
  display: block;
  margin-top: 10px;
}
.page-template-template-event-page-php .site-message {
  display: none;
}
.page-template-template-event-page-php h1 {
  border-top: 10px solid rgba(9, 150, 220, 0.1);
  border-bottom: 10px solid rgba(9, 150, 220, 0.1);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75em 0;
  padding: 0.75em 0 0.7em;
  font-size: 40px;
  margin-bottom: 0.85em;
}
.page-template-template-event-page-php p {
  font-size: 16px;
}
.page-template-template-event-page-php .event-details h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 5px;
}
.page-template-template-event-page-php .event-details h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.page-template-template-event-page-php .event-details p {
  font-size: 16px;
  line-height: 1.5em;
}
.page-template-template-event-page-php .event-details p em {
  margin-bottom: 5px;
}
.page-template-template-event-page-php .event-details .cost-details {
  width: 35%;
}
.page-template-template-event-page-php .event-details .cost-details p {
  font-size: 14px;
}
.page-template-template-event-page-php .event-details .cost-details .btn {
  margin-top: 40px;
}
.page-template-template-event-page-php .location-details {
  position: relative;
}
.page-template-template-event-page-php .location-details img {
  position: absolute;
  bottom: 10px;
  right: 10%;
}
.page-template-template-event-page-php .section-header h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1.6em 0 0.45em;
  overflow: hidden;
  text-align: center;
}
.page-template-template-event-page-php .section-header h3:before,
.page-template-template-event-page-php .section-header h3:after {
  content: "";
  background: #83c526;
  height: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-top: -2px;
}
.page-template-template-event-page-php .section-header h3:before {
  right: 0.5em;
  margin-left: -50%;
}
.page-template-template-event-page-php .section-header h3:after {
  left: 0.5em;
  margin-right: -50%;
}
.page-template-template-event-page-php .sponsor {
  padding: 35px 0;
}
.page-template-template-event-page-php .sponsor img {
  display: block;
  margin: 0 auto;
}
.page-template-template-event-page-php .summary {
  padding: 35px;
}
.page-template-template-event-page-php .event-list-columns div {
  width: 45%;
}
.page-template-template-event-page-php .event-list-columns .section-header {
  width: 100%;
}
.page-template-template-event-page-php .event-list-columns ul {
  margin: 20px 0;
}
.page-template-template-event-page-php .event-list-columns li {
  font-size: 16px;
  line-height: 1.8em;
  list-style: none;
  text-align: center;
}
.page-template-template-event-page-php .presenters img {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.page-template-template-event-page-php .presenters h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-template-template-event-page-php .presenters .presenter {
  margin-top: 30px;
}
.page-template-template-event-page-php .presenters .pull-left {
  margin-left: 10%;
}
.page-template-template-event-page-php .presenters .pull-right {
  margin-right: 10%;
}
.page-template-template-event-page-php .testimonials {
  margin-bottom: 30px;
}
.page-template-template-event-page-php .testimonials .clear {
  clear: both;
}
.page-template-template-event-page-php .testimonials blockquote {
  font-size: 24px;
  width: 45%;
  padding: 20px;
}
.page-template-template-event-page-php .testimonials blockquote p {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 24px;
  font-style: italic;
}
.page-template-template-event-page-php .testimonials blockquote cite {
  display: block;
  font-size: 16px;
}
.page-template-template-event-page-php .register {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .page-template-template-event-page-php .testimonials blockquote {
    width: 43%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .hero .badge {
    display: none;
  }
  .page-template-template-event-page-php h1 {
    font-size: 24px;
  }
  .page-template-template-event-page-php h2.entry-title.ml {
    display: none;
  }
  .page-template-template-event-page-php .pull-left,
  .page-template-template-event-page-php .pull-right {
    float: none;
  }
  .page-template-template-event-page-php .event-details h2 {
    font-size: 18px;
  }
  .page-template-template-event-page-php .event-details .cost-details {
    width: inherit;
    margin-top: 30px;
  }
  .page-template-template-event-page-php .event-list-columns div {
    width: inherit;
  }
  .page-template-template-event-page-php .presenters img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-template-event-page-php .presenters .pull-left,
  .page-template-template-event-page-php .presenters .pull-right {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-template-event-page-php .testimonials blockquote {
    width: inherit;
  }
  .page-template-template-event-page-php .testimonials cite {
    margin-top: 10px;
  }
  .page-template-template-event-page-php .map-icon {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .site-message {
    display: none;
    margin-top: 7px;
    padding: 0 20px;
    height: inherit;
  }
  .site-message .banner-content {
    font-size: 14px;
  }
  .site-message span {
    line-height: 1.7em;
  }
  .site-message .btn {
    display: block;
    font-size: 14px;
    top: 0;
    margin-top: 5px;
    margin: 5px 0;
  }
  .home .site-message {
    position: relative;
    top: 67px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .hero .badge {
    display: none;
  }
  .page-template-template-event-page-php h1 {
    display: none;
  }
  .page-template-template-event-page-php h2.entry-title.ml {
    display: block;
  }
  .page-template-template-event-page-php .presenters img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-template-event-page-php .presenters .pull-left {
    float: left;
    margin-left: 20px;
  }
  .page-template-template-event-page-php .presenters .pull-right {
    float: right;
    margin-right: 20px;
    position: relative;
    top: 7px;
  }
  .page-template-template-event-page-php .map-icon {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .site-message .banner-content {
    font-size: 13px;
  }
  .site-message .btn {
    font-size: 10px;
    top: -3px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 520px) {
  .services li,
  .jobs li {
    float: left;
    width: 50%;
  }
  .services .service-item,
  .jobs .service-item,
  .services .job-item,
  .jobs .job-item {
    height: 210px;
    width: 220px;
  }
  .services .service-abbr,
  .jobs .service-abbr {
    line-height: 1.27;
  }
  .services .service-count,
  .jobs .service-count {
    top: 0.2em;
    right: 0.3em;
  }
  .services .service-title,
  .jobs .service-title {
    margin-top: -0.75em;
  }
  .team {
    margin-top: 1em;
  }
  .team li {
    width: 50%;
    float: left;
  }
  .team .team-item {
    height: 210px;
    width: 220px;
  }
  .projects .project-list li {
    width: 50%;
    float: left;
  }
  .projects .project-item {
    height: 149px;
    width: 220px;
  }
  .projects .project-item.is-active:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    background: url("images/icon-project-active.png") right top no-repeat;
    z-index: 2;
  }
  .projects .project-item.is-active .is-flip-back {
    background-image: none;
  }
  .projects .project-item .is-flip-back {
    background: url("images/icon-project.png") right top no-repeat;
  }
  .hero .ctr {
    margin: 0 2em;
  }
  .error404 .p-content {
    -webkit-background-size: auto 380px;
    background-size: auto 380px;
    min-height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  #wpadminbar {
    display: none!important;
  }
  .ml-hidden {
    display: none;
  }
  .mover {
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
  .ct-site .p-header {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 40;
    height: 48px;
    padding-top: 18px;
    -webkit-box-shadow: 0 10px 0 #83c526 inset;
    -moz-box-shadow: 0 10px 0 #83c526 inset;
    box-shadow: 0 10px 0 #83c526 inset;
  }
  .ct-site .p-header .p-branding {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 1em;
    background: url("images/logo-sm.png") center no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  .ct-site .p-header .entry-title {
    text-transform: uppercase;
    text-align: center;
    color: #0996dc;
    margin-top: 0.4em;
    font-weight: 700;
  }
  .mover,
  .ct-site .p-header {
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .side-nav-toggle {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 1em;
    background: url("images/side-nav.png") 0 0 no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  .is-fixed .side-nav-toggle {
    background-position: 0 -40px;
    float: none;
    position: absolute;
    left: 37px;
    top: 17px;
  }
  .work-expanded .is-fixed .side-nav-toggle {
    left: auto;
    right: 0;
    top: 14px;
  }
  .p-content {
    text-align: center;
  }
  .home .p-content {
    font-size: 0.8em;
    line-height: 1.2;
    text-align: center;
  }
  .hero .more {
    display: none;
  }
  .clients {
    padding: 0.5em 0;
  }
  .clients li {
    padding: 0 0.5em;
  }
  .clients img {
    height: 32px;
    width: auto;
  }
  .social .ctr {
    margin: 0;
  }
  .social .twitter p,
  .social .blog p {
    font-size: 0.8em;
    line-height: 1.125;
  }
  .contact p {
    font-size: .8em;
    line-height: 1.125;
  }
  .contact address {
    background: #cae8f7 url("images/icon-address.png") 27px 50% no-repeat;
    padding: 16px 27px 18px 79px;
    text-align: left;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }
  .contact .map {
    display: none;
  }
  .work {
    width: 320px;
  }
  .work .s-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-left: 20px;
    padding: 18px 0 17px;
  }
  .work h3,
  .work h4,
  .work .work-categories {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .work .item {
    height: 220px;
    background-size: auto 100%;
  }
  .work blockquote {
    display: none;
  }
  .home .work .ctr {
    padding: 2.5em 0 1em;
  }
  /*.projects {*/
  /*margin-top: -2em;*/
  /*}*/
  .bx-wrapper .bx-controls-direction {
    display: none!important;
  }
  .bx-wrapper .bx-pager {
    top: 220px;
    padding-top: 12px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .ml {
    display: none;
  }
  .is-fixed,
  .is-fixed > * {
    visibility: hidden;
    z-index: -1;
  }
  .mover {
    position: static;
  }
  .ct-site .p-header {
    position: relative;
  }
  .ct-site .p-header .ctr {
    margin: 0 auto;
  }
  .ct-site .p-header .p-branding {
    width: 130px;
    height: 130px;
    position: absolute;
    background: #ffffff url("images/logo.png") center no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    left: 50%;
    margin-left: -65px;
    bottom: -17px;
    z-index: 2;
  }
  .home .p-header {
    margin-top: 550px;
    -webkit-transition: margin-top 0.6s ease;
    -moz-transition: margin-top 0.6s ease;
    -ms-transition: margin-top 0.6s ease;
    -o-transition: margin-top 0.6s ease;
  }
  .home.hero-collapsed .p-header {
    margin-top: 30px;
  }
  footer {
    padding: 1em 0;
  }
  footer .copy {
    padding-left: 75px;
    padding-top: 2em;
    background-position: 0 50%;
    text-align: left;
    margin-top: 0;
  }
  footer .copy br {
    display: none;
  }
  .social-links {
    float: right;
    margin-top: 33px;
  }
  .p-content {
    padding: 1.8em 0 2.3em;
  }
  .single-job .p-content {
    padding-top: 3.1em;
  }
  .home .p-content p + p {
    margin-top: 1em;
  }
  .p-title {
    font-size: 3em;
    padding: 0.16em 2em 0.65em;
    margin-bottom: 0;
  }
  .p-intro {
    padding-bottom: 0.7em;
    margin-bottom: 2.5em;
  }
  .page-id-8 .p-intro {
    margin-bottom: 1.1em;
  }
  .p-intro blockquote {
    padding: 1em;
  }
  .p-intro blockquote p {
    font-size: 2em;
    line-height: 1.075;
  }
  .p-intro blockquote small {
    font-size: 1.5em;
    line-height: 1.42;
  }
  .map {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .hero {
    padding: 3.6em 0 3.2em;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    min-height: 341px;
    /*.box-shadow(0 10px 0 @c-highlight inset);*/
  }
  .hero .s-title {
    font-size: 1.75em;
  }
  .hero .s-title:before,
  .hero .s-title:after {
    height: 9px;
    margin-bottom: 0;
  }
  .hero .bigtext-line0 {
    line-height: 1.0;
  }
  .hero .bigtext-line1 {
    line-height: 1.3;
  }
  .hero .bigtext-line2 {
    line-height: 1.2;
  }
  .hero-collapsed .hero {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .social {
    border-bottom: 10px solid rgba(9, 150, 220, 0.3);
    position: relative;
  }
  .social:after {
    content: "";
    position: absolute;
    width: 10px;
    background: rgba(9, 150, 220, 0.1);
    top: 42px;
    bottom: 42px;
    left: 50%;
    margin-left: -5px;
  }
  .social .ctr {
    *zoom: 1;
    position: relative;
  }
  .social .ctr:before,
  .social .ctr:after {
    display: table;
    content: "";
  }
  .social .ctr:after {
    clear: both;
  }
  .social .s-title {
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 1.1;
  }
  .social .blog,
  .social .twitter {
    border-bottom: 0 none;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 447px;
    padding-top: 42px;
  }
  .social .twitter p {
    margin-top: 0.6em;
  }
  .social .date {
    font-size: 0.8em;
  }
  .social .link-next {
    padding: 1em 0;
    font-size: 0.8em;
  }
  .blog .p-header {
    padding-left: 1px;
    *zoom: 1;
    position: absolute;
    width: 260px;
    top: 0;
  }
  .blog .p-header:before,
  .blog .p-header:after {
    display: table;
    content: "";
  }
  .blog .p-header:after {
    clear: both;
  }
  .blog .p-header .p-branding:before {
    width: 223px;
    height: 223px;
    background-size: auto;
    margin-top: 2.5em;
  }
  .blog .blog-nav .link-back {
    background: #83c526;
    color: white;
  }
  .blog .blog-nav .link-back:before {
    border-width: 7px;
    margin-right: 10px;
    border-right-color: white;
  }
  .blog .p-content {
    position: relative;
    margin-left: 290px;
    right: 0;
    max-width: 1024px;
  }
  .blog .entry-title {
    font-size: 2em;
  }
  .blog .post {
    margin-right: 2em;
    padding: 4em 0 2em;
  }
  .blog .blog-p-title {
    margin-right: 2em;
  }
  .blog .blog-p-title + .post {
    padding-top: 0.8em;
  }
  .blog .widget_categories {
    margin-top: 2.6em;
  }
  .blog .widget_categories .widget-title {
    margin-bottom: 1em;
  }
  .blog .widget_categories .cat-item {
    width: 76px;
  }
  .blog .widget_categories .cat-item a {
    width: 69px;
    height: 69px;
    line-height: 69px;
  }
  .process {
    font-size: 1em;
    padding-bottom: 1.2em;
    margin-bottom: 2em;
  }
  .process li {
    display: inline-block;
    width: 33.33333333%;
    padding-top: 258px;
    margin-bottom: 0;
    vertical-align: top;
  }
  .process h3 {
    margin-bottom: 0.09em;
  }
  .contact {
    padding: 50px 0 37px;
  }
  .contact .s-title {
    font-size: 1.9em;
    margin-bottom: -0.05em;
  }
  .contact h3 {
    margin: 1.6em 0 0.8em;
  }
  .contact p {
    margin-bottom: 0.9em;
  }
  .contact .tel {
    margin-bottom: 0.55em;
  }
  .contact address {
    font-size: 1.0em;
    clear: both;
  }
  .contact .map img {
    max-width: 100%;
  }
  .services,
  .jobs {
    margin-top: 2em;
  }
  .services li,
  .jobs li {
    float: left;
    width: 33.33333333%;
  }
  .services .service-item,
  .jobs .service-item,
  .services .job-item,
  .jobs .job-item {
    width: 220px;
  }
  .team {
    margin-top: 2.3em;
  }
  .team li {
    width: 33.33333333%;
  }
  .team article {
    width: 220px;
    height: 220px;
    margin: 0.4em auto;
  }
  .team-category li {
    *zoom: 1;
  }
  .team-category li:before,
  .team-category li:after {
    display: table;
    content: "";
  }
  .team-category li:after {
    clear: both;
  }
  .team-category h2 {
    padding: 0.75em 0 0.7em;
    font-size: 40px;
    margin-bottom: 0.6em;
  }
  .team-category .team-item {
    text-align: left;
    padding: 1.0em 0;
  }
  .team-category .team-title {
    font-size: 25px;
    font-weight: 700;
  }
  .team-category .team-position {
    font-style: italic;
    margin-bottom: 0;
  }
  .team-category .team-content {
    margin-top: 1em;
  }
  .team-category .team-image {
    margin-bottom: 0;
    margin-right: 40px;
    float: left;
  }
  .team-category .tc {
    padding: 0;
    height: 220px;
  }
  .team-category + .team-category {
    margin-top: 1.1em;
  }
  .single-job .p-content h1 {
    padding: 0.75em 0 0.7em;
    font-size: 40px;
    margin-bottom: 0.85em;
  }
  .page-jobs .p-content h1,
  .page-contact-us .p-content h1 {
    padding: 0.75em 0 0.7em;
    font-size: 40px;
    margin-top: 0.85em;
    margin-bottom: 0.85em;
  }
  .page-contact-us .p-content h1 {
    margin-top: 0.2em;
  }
  .page-contact-us .wpcf7-form .column {
    padding-left: 20px;
  }
  .projects {
    padding: 1em 0;
  }
  .projects .project-list li {
    width: 33.33333333%;
  }
  .projects article {
    margin: 0.4em auto;
  }
  .projects .work-filter {
    text-align: right;
    margin-bottom: 0.4em;
  }
  .projects .work-filter h3 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin-right: 0.5em;
  }
  .projects .work-filter ul {
    display: inline-block;
    vertical-align: middle;
  }
  .projects .work-filter li {
    display: inline-block;
    height: 32px;
    margin: 0 9px;
    background: url("images/icon-work-category.png") 0 0 no-repeat;
    text-align: left;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .projects .work-filter .for-desktop {
    width: 39px;
    background-position: 0 -96px;
  }
  .projects .work-filter .for-desktop.is-active {
    background-position: 0 -64px;
  }
  .projects .work-filter .for-tablet {
    width: 33px;
    background-position: -40px -96px;
  }
  .projects .work-filter .for-tablet.is-active {
    background-position: -40px -64px;
  }
  .projects .work-filter .for-mobile {
    width: 10px;
    background-position: -80px -96px;
  }
  .projects .work-filter .for-mobile.is-active {
    background-position: -80px -64px;
  }
  .projects .tc {
    cursor: pointer;
  }
  .f-contact-desktop .fancybox-skin {
    background: #0996dc;
    border: 10px solid #8dd2f7;
  }
  .f-contact-desktop .fancybox-outer {
    background: #0996dc;
  }
  .f-contact-desktop .fancybox-close {
    color: white;
    top: 20px;
    right: 20px;
    font-size: 90px;
    line-height: 40px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
  }
  .f-contact-desktop .fancybox-close:hover,
  .f-contact-desktop .fancybox-close:active {
    text-decoration: none;
    color: white;
  }
  .mover .work .bx-wrapper .bx-pager {
    height: 45px;
    padding-top: 25px;
    top: 400px;
  }
  .mover .work h3 {
    font-size: 2em;
  }
  .mover .work h3 b {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.4em;
    margin-bottom: -0.4em;
  }
  .mover .work h4 {
    font-size: 1.25em;
  }
  .mover .work .col {
    float: left;
    width: 45%;
    margin-bottom: 1.5em;
  }
  .mover .work .item-content {
    font-size: 18px;
    line-height: 1.4;
    color: #949494;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    width: 55%;
  }
  .mover .work blockquote {
    clear: both;
    font-size: 1.1em;
    font-style: italic;
    color: #cccccc;
  }
  .mover .work blockquote p {
    padding-left: 80px;
    position: relative;
    line-height: 1.3;
  }
  .mover .work blockquote p:before {
    content: "\201c";
    font-size: 10em;
    position: absolute;
    top: 0;
    left: -27px;
    line-height: 0.75;
    color: #404040;
  }
  .mover .work blockquote small {
    white-space: nowrap;
    color: #999999;
  }
  .mover .work .work-categories li {
    float: left;
    margin: 0;
  }
  .mover .work .work-categories .desktop {
    margin-right: 17px;
  }
  .mover .work .work-categories .tablet {
    margin-right: 17px;
  }
  .clients li {
    padding: 0.5em 0.6em;
  }
  .error404 .p-content {
    -webkit-background-size: auto 440px;
    background-size: auto 440px;
    min-height: 540px;
  }
  .page-contact-us .wpcf7 {
    width: 45%;
    float: left;
  }
  .page-contact-us .contact-info {
    float: right;
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (min-height: 800px) {
  .blog .p-header {
    position: fixed;
    bottom: 0;
  }
}
@media only screen and (min-width: 860px) {
  .p-header .ctr {
    margin: 0 1.0em;
  }
}
@media only screen and (max-width: 1023px) {
  .contact .map {
    max-width: 50%;
  }
  .contact address {
    background: #cae8f7 url("images/icon-address.png") 27px 50% no-repeat;
    padding: 30px 27px 30px 79px;
    text-align: left;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }
  .mover .work .prj-disney-creativity-studio h3 {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1024px) {
  .ctr {
    width: 940px;
    margin: 0 auto;
  }
  .home .p-header {
    margin-top: 489px;
  }
  .p-footer .ctr {
    background: url("images/made-ny.png") 100% 0 no-repeat;
  }
  .p-footer .copy {
    padding-bottom: 3em;
    background-position: 0 1em;
  }
  .p-footer .social-links {
    margin-right: 120px;
  }
  .hero .ctr {
    width: 610px;
    margin: 0 auto;
  }
  nav li {
    font-size: 24px;
  }
  nav .nav-services {
    width: 140px;
  }
  nav .nav-work {
    width: 130px;
  }
  nav .nav-process {
    width: 145px;
  }
  nav .nav-home {
    width: 140px;
  }
  nav .nav-about {
    width: 130px;
  }
  nav .nav-blog {
    width: 120px;
  }
  nav .nav-contact {
    width: 150px;
  }
  .team li {
    float: left;
    width: 25%;
  }
  .projects .project-list li {
    float: left;
    width: 25%;
  }
  .projects .project-item {
    margin: 0.4em auto;
  }
  .contact .s-title {
    padding-top: 0.8em;
  }
  .contact address {
    width: 48%;
    font-size: 1em;
    line-height: 1.15;
  }
  .contact .tel {
    margin-bottom: 0;
  }
  .clients li {
    padding: 0.3em 1.5em;
  }
  .mover .work .bx-wrapper .bx-pager {
    top: 494px;
  }
  .mover .work .item {
    height: 494px;
  }
  .error404 .p-content {
    min-height: 680px;
    -webkit-background-size: auto;
    background-size: auto;
  }
}
