/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 11, ../sass/screen.scss */
h2 {
  font-size: 4.5em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  padding: 0 0 35px 0;
}
@media only screen and (max-width: 600px) {
  /* line 11, ../sass/screen.scss */
  h2 {
    font-size: 3em;
  }
}

/* line 22, ../sass/screen.scss */
h3 {
  font-size: 1.375em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}

/* line 31, ../sass/screen.scss */
p {
  font-size: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  padding: 0 0 32px 0;
}
@media only screen and (max-width: 600px) {
  /* line 31, ../sass/screen.scss */
  p {
    font-size: 1em;
  }
}

/* line 43, ../sass/screen.scss */
blockquote {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0 3% 32px 5%;
}

/* line 50, ../sass/screen.scss */
header {
  height: 59px;
  padding-top: 9px;
  background: url(../images/architecture.png) center 0px repeat-x;
}
/* line 56, ../sass/screen.scss */
header .logo {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
}
/* line 62, ../sass/screen.scss */
header .svg-main {
  fill: #9db8cf;
}

/* line 67, ../sass/screen.scss */
.blogpost {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
/* line 72, ../sass/screen.scss */
.blogpost h3 {
  font-size: 2.6em;
  padding: 40px 0 20px 0;
}
@media only screen and (max-width: 600px) {
  /* line 72, ../sass/screen.scss */
  .blogpost h3 {
    font-size: 1.75em;
  }
}
/* line 80, ../sass/screen.scss */
.blogpost a {
  color: #03787d;
  text-decoration: none;
}
/* line 84, ../sass/screen.scss */
.blogpost a:hover {
  color: #03787d;
  text-decoration: underline;
}

/* line 89, ../sass/screen.scss */
.post {
  width: 70%;
  padding: 0 0 80px 0;
  margin: 0 auto;
}
/* line 94, ../sass/screen.scss */
.post img {
  max-width: 100%;
  padding-bottom: 26px;
}
/* line 98, ../sass/screen.scss */
.post br {
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  /* line 89, ../sass/screen.scss */
  .post {
    width: 86%;
    padding: 0 0 0 0;
  }
}
/* line 105, ../sass/screen.scss */
.post li {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  padding: 0 0 8px 0;
}

/* line 113, ../sass/screen.scss */
.postdate {
  width: 8%;
  padding: 0 0 4% 0;
  float: left;
}
/* line 117, ../sass/screen.scss */
.postdate p {
  font-size: .8em;
  text-align: center;
  padding-top: 22px;
}
@media only screen and (max-width: 600px) {
  /* line 113, ../sass/screen.scss */
  .postdate {
    display: none;
    padding: 0;
  }
}

/* line 130, ../sass/screen.scss */
header ul {
  padding: 0 2.4%;
}
/* line 135, ../sass/screen.scss */
header li {
  color: #fff;
  font-size: 0.88em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  list-style-type: none;
  padding: 40px 20px 0 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media only screen and (max-width: 570px) {
  /* line 135, ../sass/screen.scss */
  header li {
    display: none;
  }
}
/* line 150, ../sass/screen.scss */
header li:nth-child(1), header li:nth-child(2) {
  float: left;
}
/* line 153, ../sass/screen.scss */
header li:nth-child(3), header li:nth-child(4) {
  float: right;
}
/* line 156, ../sass/screen.scss */
header .svg-main {
  fill: #326b7f;
}
/* line 159, ../sass/screen.scss */
header a {
  text-decoration: none;
  color: #fff;
}
/* line 163, ../sass/screen.scss */
header a:hover {
  text-decoration: none;
  color: #8adbd5;
}
/* line 168, ../sass/screen.scss */
header h2 {
  font-size: 2.25em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  line-height: 1.2em;
  padding: 0 0 0 0;
  color: #fff;
  margin: auto 20px;
}

/* line 180, ../sass/screen.scss */
.featured {
  height: 650px;
  background: url(../images/city-background.jpg) center 0px;
  background-color: #627e95;
  position: relative;
}
/* line 186, ../sass/screen.scss */
.featured .homemessage {
  max-width: 1000px;
  padding: 20px 30px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  /* line 180, ../sass/screen.scss */
  .featured {
    height: 500px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 180, ../sass/screen.scss */
  .featured {
    height: 550px;
  }
}

/* line 207, ../sass/screen.scss */
.portfolio-feature {
  background: url(../images/geodesic-inphone.jpg) center 0px no-repeat;
  height: 370px;
}
/* line 211, ../sass/screen.scss */
.portfolio-feature h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 211, ../sass/screen.scss */
  .portfolio-feature h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 211, ../sass/screen.scss */
  .portfolio-feature h2 {
    padding-top: 20px;
  }
}
/* line 225, ../sass/screen.scss */
.portfolio-feature p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 231, ../sass/screen.scss */
.portfolio-feature .button {
  margin-left: 20px;
}
/* line 234, ../sass/screen.scss */
.portfolio-feature a {
  text-decoration: none;
}
/* line 237, ../sass/screen.scss */
.portfolio-feature a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 207, ../sass/screen.scss */
  .portfolio-feature {
    background: none;
    height: 320px;
  }
}

/* line 248, ../sass/screen.scss */
.portfolio-feature-pack {
  background: url(../images/home-feat-gb.jpg) center 0px no-repeat;
  background-color: #edf1f4;
  height: 370px;
}
/* line 253, ../sass/screen.scss */
.portfolio-feature-pack h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 253, ../sass/screen.scss */
  .portfolio-feature-pack h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 253, ../sass/screen.scss */
  .portfolio-feature-pack h2 {
    padding-top: 20px;
  }
}
/* line 267, ../sass/screen.scss */
.portfolio-feature-pack p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 273, ../sass/screen.scss */
.portfolio-feature-pack .button {
  margin-left: 20px;
}
/* line 276, ../sass/screen.scss */
.portfolio-feature-pack a {
  text-decoration: none;
}
/* line 279, ../sass/screen.scss */
.portfolio-feature-pack a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 248, ../sass/screen.scss */
  .portfolio-feature-pack {
    background: none;
    height: 320px;
  }
}

/* line 290, ../sass/screen.scss */
.portfolio-feature-illus {
  background: url(../images/home-feat-illus.png) center 0px no-repeat;
  height: 370px;
}
/* line 294, ../sass/screen.scss */
.portfolio-feature-illus h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 294, ../sass/screen.scss */
  .portfolio-feature-illus h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 294, ../sass/screen.scss */
  .portfolio-feature-illus h2 {
    padding-top: 20px;
  }
}
/* line 308, ../sass/screen.scss */
.portfolio-feature-illus p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 314, ../sass/screen.scss */
.portfolio-feature-illus .button {
  margin-left: 20px;
}
/* line 317, ../sass/screen.scss */
.portfolio-feature-illus a {
  text-decoration: none;
}
/* line 320, ../sass/screen.scss */
.portfolio-feature-illus a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 290, ../sass/screen.scss */
  .portfolio-feature-illus {
    background: none;
    height: 320px;
  }
}

/* line 331, ../sass/screen.scss */
.portfolio-feature-darby {
  background: url(../images/home-feat-darb.jpg) center 0px no-repeat;
  background-color: #edf1f4;
  height: 370px;
}
/* line 336, ../sass/screen.scss */
.portfolio-feature-darby h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 336, ../sass/screen.scss */
  .portfolio-feature-darby h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 336, ../sass/screen.scss */
  .portfolio-feature-darby h2 {
    padding-top: 20px;
  }
}
/* line 350, ../sass/screen.scss */
.portfolio-feature-darby p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 356, ../sass/screen.scss */
.portfolio-feature-darby .button {
  margin-left: 20px;
}
/* line 359, ../sass/screen.scss */
.portfolio-feature-darby a {
  text-decoration: none;
}
/* line 362, ../sass/screen.scss */
.portfolio-feature-darby a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 331, ../sass/screen.scss */
  .portfolio-feature-darby {
    background: none;
    height: 320px;
  }
}

/* line 373, ../sass/screen.scss */
.portfolio-feature-vloan {
  background: url(../images/home-feat-illus.png) center 0px no-repeat;
  height: 370px;
}
/* line 377, ../sass/screen.scss */
.portfolio-feature-vloan h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 377, ../sass/screen.scss */
  .portfolio-feature-vloan h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 377, ../sass/screen.scss */
  .portfolio-feature-vloan h2 {
    padding-top: 20px;
  }
}
/* line 391, ../sass/screen.scss */
.portfolio-feature-vloan p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 397, ../sass/screen.scss */
.portfolio-feature-vloan .button {
  margin-left: 20px;
}
/* line 400, ../sass/screen.scss */
.portfolio-feature-vloan a {
  text-decoration: none;
}
/* line 403, ../sass/screen.scss */
.portfolio-feature-vloan a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 373, ../sass/screen.scss */
  .portfolio-feature-vloan {
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
}

/* line 415, ../sass/screen.scss */
.portfolio-feature-ala {
  background: url(../images/illus-zombies.jpg) center 0px no-repeat;
  background-color: #edf1f4;
  height: 370px;
}
/* line 420, ../sass/screen.scss */
.portfolio-feature-ala h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 420, ../sass/screen.scss */
  .portfolio-feature-ala h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 420, ../sass/screen.scss */
  .portfolio-feature-ala h2 {
    padding-top: 20px;
  }
}
/* line 434, ../sass/screen.scss */
.portfolio-feature-ala p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 440, ../sass/screen.scss */
.portfolio-feature-ala .button {
  margin-left: 20px;
}
/* line 443, ../sass/screen.scss */
.portfolio-feature-ala a {
  text-decoration: none;
}
/* line 446, ../sass/screen.scss */
.portfolio-feature-ala a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 415, ../sass/screen.scss */
  .portfolio-feature-ala {
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
}

/* line 459, ../sass/screen.scss */
.portfolioimg img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  /* line 458, ../sass/screen.scss */
  .portfolioimg {
    display: none;
  }
}

/* line 470, ../sass/screen.scss */
.portfolio-feature-highrise {
  background: url(../images/illus-highrise.jpg) center 0px no-repeat;
  background-color: #edf1f4;
  height: 370px;
}
/* line 475, ../sass/screen.scss */
.portfolio-feature-highrise h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 475, ../sass/screen.scss */
  .portfolio-feature-highrise h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 475, ../sass/screen.scss */
  .portfolio-feature-highrise h2 {
    padding-top: 20px;
  }
}
/* line 489, ../sass/screen.scss */
.portfolio-feature-highrise p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 495, ../sass/screen.scss */
.portfolio-feature-highrise .button {
  margin-left: 20px;
}
/* line 498, ../sass/screen.scss */
.portfolio-feature-highrise a {
  text-decoration: none;
}
/* line 501, ../sass/screen.scss */
.portfolio-feature-highrise a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 470, ../sass/screen.scss */
  .portfolio-feature-highrise {
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
}

/* line 516, ../sass/screen.scss */
.feat-container {
  max-width: 900px;
  margin: 0 auto;
}

/* line 521, ../sass/screen.scss */
.feat-text {
  width: 45%;
}
/* line 524, ../sass/screen.scss */
.feat-text h2 {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  /* line 521, ../sass/screen.scss */
  .feat-text {
    width: 100%;
  }
}

/* line 530, ../sass/screen.scss */
.feat-text2 {
  width: 45%;
  float: right;
}
/* line 533, ../sass/screen.scss */
.feat-text2 h2 {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  /* line 530, ../sass/screen.scss */
  .feat-text2 {
    width: 100%;
  }
}

/* line 539, ../sass/screen.scss */
.button {
  background-color: #5dc2ba;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
}

/* line 552, ../sass/screen.scss */
.button-disabled {
  background-color: #b3b3b3;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 20px;
}

/* line 566, ../sass/screen.scss */
.headline {
  height: 122px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
}
/* line 573, ../sass/screen.scss */
.headline a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  /* line 580, ../sass/screen.scss */
  .headline h2 {
    font-size: 1.5em;
  }
}

/* line 586, ../sass/screen.scss */
.blogicon {
  background: url(../images/icon-blog.png) center 0px no-repeat;
  width: 60px;
  margin: 32px 0px 0 10px;
  background-size: 30px;
}

/* line 592, ../sass/screen.scss */
.blogicon2 {
  background: url(../images/icon-blog.png) center 0px no-repeat;
  width: 50px;
  margin: 32px 0px 0 10px;
  background-size: 30px;
}

/* line 598, ../sass/screen.scss */
.blogicon3 {
  background: url(../images/icon-blog.png) center 0px no-repeat;
  width: 45px;
  margin: 32px 0px 0 10px;
  background-size: 30px;
}

/* line 604, ../sass/screen.scss */
.blogicon4 {
  background: url(../images/icon-blog.png) center 0px no-repeat;
  width: 40px;
  margin: 32px 0px 0 10px;
  background-size: 30px;
}

/* line 610, ../sass/screen.scss */
.comicicon-main {
  background: url(../images/icon-comic.png) center 0px no-repeat;
  width: 60px;
  margin: 32px 0px 0 30px;
}
@media only screen and (max-width: 600px) {
  /* line 610, ../sass/screen.scss */
  .comicicon-main {
    width: 43px;
    margin: 44px 0 0 10px;
    background-size: 30px;
  }
}

/* line 622, ../sass/screen.scss */
.homepost {
  height: 400px;
  position: relative;
}
/* line 626, ../sass/screen.scss */
.homepost .headline {
  height: 95px;
}
/* line 629, ../sass/screen.scss */
.homepost h3 {
  color: #000;
  margin: auto 8px;
}
/* line 633, ../sass/screen.scss */
.homepost a {
  text-decoration: none;
  color: white;
}
/* line 637, ../sass/screen.scss */
.homepost a:hover {
  text-decoration: none;
  color: #b9cdde;
}
/* line 641, ../sass/screen.scss */
.homepost img {
  height: 30px;
  width: 30px;
  margin: auto 0px;
  padding-left: 20px;
}

/* line 648, ../sass/screen.scss */
.homeservices {
  padding-bottom: 36px;
  max-width: 1020px;
  margin: 0 auto;
}
/* line 653, ../sass/screen.scss */
.homeservices h3 {
  color: #fff;
  font-size: 2.6em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  line-height: 1.5em;
  text-align: center;
  padding: 10px 0 60px 0;
}
/* line 662, ../sass/screen.scss */
.homeservices h4 {
  color: #fff;
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  line-height: 1.5em;
  padding: 4px 0 0 0;
  margin-bottom: 20px;
}
/* line 671, ../sass/screen.scss */
.homeservices a {
  text-decoration: none;
  color: #fff;
}
/* line 675, ../sass/screen.scss */
.homeservices a:hover {
  text-decoration: none;
  color: #c0db7e;
}
@media only screen and (max-width: 600px) {
  /* line 648, ../sass/screen.scss */
  .homeservices {
    padding-bottom: 0px;
  }
  /* line 685, ../sass/screen.scss */
  .homeservices h3 {
    padding: 10px 0 0px 0;
  }
  /* line 688, ../sass/screen.scss */
  .homeservices img {
    max-width: 100%;
  }
}

/* line 693, ../sass/screen.scss */
.pod {
  width: 33.3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333%;
  text-align: center;
  float: left;
}
@media only screen and (max-width: 600px) {
  /* line 693, ../sass/screen.scss */
  .pod {
    padding-bottom: 30px;
    display: none;
  }
}

/* line 704, ../sass/screen.scss */
.homecontact {
  margin: 0px auto 0 auto;
  width: 175px;
}
/* line 708, ../sass/screen.scss */
.homecontact a {
  text-decoration: none;
  color: #fff;
}
/* line 713, ../sass/screen.scss */
.homecontact a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #48a8a0;
}
@media only screen and (max-width: 600px) {
  /* line 704, ../sass/screen.scss */
  .homecontact {
    margin-top: 0px;
  }
}

/* line 723, ../sass/screen.scss */
.abouthome {
  height: 400px;
  width: 100%;
  background: url(../images/bradcolbow.jpg) center 0px no-repeat;
  background-color: #7d1212;
  float: left;
}
/* line 730, ../sass/screen.scss */
.abouthome .feat-text {
  width: 65%;
}
/* line 733, ../sass/screen.scss */
.abouthome .button {
  margin-left: 20px;
  background-color: #c95054;
}
/* line 737, ../sass/screen.scss */
.abouthome a {
  text-decoration: none;
}
/* line 740, ../sass/screen.scss */
.abouthome a:hover {
  text-decoration: none;
  background-color: #a43d41;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  /* line 723, ../sass/screen.scss */
  .abouthome {
    background-image: none;
  }
  /* line 748, ../sass/screen.scss */
  .abouthome .feat-text {
    width: 90%;
  }
}

/* line 754, ../sass/screen.scss */
.homequote {
  color: #fff;
  font-size: 1.3em;
  padding: 60px 0 10px 0;
  margin-left: 20px;
}

/* line 760, ../sass/screen.scss */
.homequote2 {
  color: #fff;
  font-size: .8em;
  padding: 0 0 50px 0;
  margin-left: 20px;
}

/* line 768, ../sass/screen.scss */
.otherstuff {
  height: 200px;
  background-color: #1e3a51;
}
/* line 772, ../sass/screen.scss */
.otherstuff .homepost {
  height: 200px;
}

/* line 776, ../sass/screen.scss */
.allposts {
  background: url(../images/city-background.jpg) center 0px;
  width: 100%;
  float: left;
}
/* line 781, ../sass/screen.scss */
.allposts .button {
  margin: 40px auto;
}
/* line 785, ../sass/screen.scss */
.allposts h3 {
  text-align: center;
  padding: 20px 0 20px 0;
}

/* line 790, ../sass/screen.scss */
.center {
  margin: 0 auto;
  width: 307px;
}
/* line 794, ../sass/screen.scss */
.center a {
  text-decoration: none;
  color: #fff;
}
/* line 799, ../sass/screen.scss */
.center a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #48a8a0;
}

/* line 806, ../sass/screen.scss */
.homepost {
  width: 25%;
  float: left;
  height: 400px;
}
@media only screen and (max-width: 880px) {
  /* line 806, ../sass/screen.scss */
  .homepost {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 806, ../sass/screen.scss */
  .homepost {
    width: 100%;
  }
}

/* line 822, ../sass/screen.scss */
.blog h2 {
  font-size: 3.2em;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  /* line 822, ../sass/screen.scss */
  .blog h2 {
    font-size: 2em;
  }
}
/* line 830, ../sass/screen.scss */
.blog h4 {
  color: #fff;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  padding: 4px 0 0 0;
}
/* line 838, ../sass/screen.scss */
.blog li {
  padding: 0 0 60px 0;
  list-style: none;
}
@media only screen and (max-width: 600px) {
  /* line 838, ../sass/screen.scss */
  .blog li {
    padding: 0 0 10px 0;
  }
}
/* line 846, ../sass/screen.scss */
.blog a {
  color: #03787d;
  text-decoration: none;
}
/* line 850, ../sass/screen.scss */
.blog a:hover {
  color: #03787d;
}
/* line 853, ../sass/screen.scss */
.blog .date {
  padding-bottom: 18px;
  font-size: .85em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  color: #8f8f8f;
}

/* line 862, ../sass/screen.scss */
.temp-header {
  height: 59px;
  padding-top: 9px;
}
/* line 866, ../sass/screen.scss */
.temp-header img {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
}

/* BODYCLASS VARIABLES */
/* line 879, ../sass/screen.scss */
.cle-clinic {
  background: url(../images/cc-90.jpg) center;
}

/* line 882, ../sass/screen.scss */
.coc {
  background: url(../images/rustbelt-preview.jpg) center;
}

/* line 885, ../sass/screen.scss */
.rarhof {
  background: url(../images/rrhf.jpg) center;
}

/* line 888, ../sass/screen.scss */
.scout {
  background: url(../images/scout.jpg) center;
}

/*
-------------------------------------------
INSIDE PAGES
-------------------------------------------
*/
/*
-------------------------------------------
INSIDE PAGES
-------------------------------------------
*/
/* line 912, ../sass/screen.scss */
.inside .featured {
  height: 130px;
}

/* line 916, ../sass/screen.scss */
.inside-header {
  width: 200px;
  margin: 8px auto;
}
/* line 919, ../sass/screen.scss */
.inside-header img {
  width: 200px;
}

/* line 923, ../sass/screen.scss */
.inside-button {
  margin-bottom: 40px;
}
/* line 925, ../sass/screen.scss */
.inside-button a {
  color: #fff;
}
/* line 928, ../sass/screen.scss */
.inside-button a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}

/*
-------------------------------------------
PORTFOLIO
-------------------------------------------
*/
/* line 943, ../sass/screen.scss */
.portfolio-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 948, ../sass/screen.scss */
.portfolio-case .feat-text {
  width: 45%;
  float: left;
}
/* line 952, ../sass/screen.scss */
.portfolio-case h2 {
  font-size: 2.4em;
  font-weight: 300;
  color: #03787d;
  padding: 70px 0 8px 0;
}
@media only screen and (max-width: 880px) {
  /* line 952, ../sass/screen.scss */
  .portfolio-case h2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 952, ../sass/screen.scss */
  .portfolio-case h2 {
    padding-top: 20px;
  }
}
/* line 966, ../sass/screen.scss */
.portfolio-case p {
  font-size: 1.1em;
  color: #646464;
  padding: 0 0 20px 0;
  margin-left: 20px;
}
/* line 972, ../sass/screen.scss */
.portfolio-case .button {
  margin-left: 20px;
}
/* line 975, ../sass/screen.scss */
.portfolio-case a {
  text-decoration: none;
}
/* line 978, ../sass/screen.scss */
.portfolio-case a:hover {
  text-decoration: none;
  background-color: #48a8a0;
  color: #fff;
}

/* line 986, ../sass/screen.scss */
.port-featureimg {
  max-width: 50%;
  float: right;
  padding-bottom: 40px;
}
/* line 990, ../sass/screen.scss */
.port-featureimg img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  /* line 986, ../sass/screen.scss */
  .port-featureimg {
    display: none;
  }
}

/* line 997, ../sass/screen.scss */
.port-screens-big {
  max-width: 1123px;
  margin: 40px auto 65px auto;
}
/* line 1001, ../sass/screen.scss */
.port-screens-big img {
  width: 100%;
}

/* line 1005, ../sass/screen.scss */
.geohead {
  background: url(../images/geo-head-back.jpg) center 0px repeat-x;
  padding: 0 5%;
}
/* line 1008, ../sass/screen.scss */
.geohead img {
  padding-top: 23px;
}
/* line 1009, ../sass/screen.scss */
.geohead h2 {
  color: #fff;
  font-size: 4em;
  padding-top: 110px;
}
@media only screen and (max-width: 1000px) {
  /* line 1009, ../sass/screen.scss */
  .geohead h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1009, ../sass/screen.scss */
  .geohead h2 {
    font-size: 2.4em;
    padding-top: 40px;
  }
}
/* line 1023, ../sass/screen.scss */
.geohead p {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  /* line 1028, ../sass/screen.scss */
  .geohead .feat-text {
    width: 100%;
    padding-bottom: 40px;
  }
}

/* line 1036, ../sass/screen.scss */
.packhead {
  background: url(../images/pack-case-back.jpg) center 0px repeat-x;
  padding: 0 5%;
}
/* line 1039, ../sass/screen.scss */
.packhead img {
  padding-top: 23px;
}
/* line 1040, ../sass/screen.scss */
.packhead h2 {
  color: #fff;
  font-size: 4em;
  padding-top: 110px;
}
@media only screen and (max-width: 1000px) {
  /* line 1040, ../sass/screen.scss */
  .packhead h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1040, ../sass/screen.scss */
  .packhead h2 {
    font-size: 2.4em;
    padding-top: 40px;
  }
}
/* line 1053, ../sass/screen.scss */
.packhead .button {
  background-color: #f8b310;
}
/* line 1057, ../sass/screen.scss */
.packhead p {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  /* line 1062, ../sass/screen.scss */
  .packhead .feat-text {
    width: 100%;
    padding-bottom: 40px;
  }
}

/* line 1069, ../sass/screen.scss */
.gb-screens {
  max-width: 1397px;
  margin: 0 auto;
}
/* line 1073, ../sass/screen.scss */
.gb-screens img {
  width: 96%;
  margin: 0;
  padding: 0 2%;
}

/* line 1079, ../sass/screen.scss */
.prototype {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}
/* line 1085, ../sass/screen.scss */
.prototype .geoimg img {
  width: 100%;
}
/* line 1090, ../sass/screen.scss */
.prototype .geosketch {
  width: 47%;
  float: left;
}
@media only screen and (max-width: 650px) {
  /* line 1090, ../sass/screen.scss */
  .prototype .geosketch {
    width: 100%;
    float: none;
  }
}
/* line 1098, ../sass/screen.scss */
.prototype .geoprototype {
  width: 47%;
  float: right;
}
@media only screen and (max-width: 650px) {
  /* line 1098, ../sass/screen.scss */
  .prototype .geoprototype {
    width: 100%;
    float: none;
  }
}
/* line 1106, ../sass/screen.scss */
.prototype h3 {
  font-size: 2em;
  color: #03787d;
  padding-bottom: 8px;
}
/* line 1111, ../sass/screen.scss */
.prototype P {
  font-size: 1.1em;
  color: #646464;
}
/* line 1115, ../sass/screen.scss */
.prototype img {
  padding: 20px 0 20px 0;
}
/* line 1118, ../sass/screen.scss */
.prototype .geo-block {
  width: 70%;
  padding: 40px 15%;
}
@media only screen and (max-width: 650px) {
  /* line 1118, ../sass/screen.scss */
  .prototype .geo-block {
    width: 100%;
    padding: 0 0% 20px 0%;
  }
}
/* line 1127, ../sass/screen.scss */
.prototype .geo-block img {
  float: left;
  padding-right: 30px;
}
@media only screen and (max-width: 450px) {
  /* line 1127, ../sass/screen.scss */
  .prototype .geo-block img {
    width: 50px;
    padding-right: 15px;
    padding-bottom: 80px;
  }
}
/* line 1138, ../sass/screen.scss */
.prototype .geo-block blockquote {
  width: 100%;
  padding: 0 0 40px 0;
  color: #999999;
  font-size: 2.7em;
  padding-left: 20px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 100;
}
@media only screen and (max-width: 900px) {
  /* line 1138, ../sass/screen.scss */
  .prototype .geo-block blockquote {
    font-size: 2em;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 730px) {
  /* line 1138, ../sass/screen.scss */
  .prototype .geo-block blockquote {
    font-size: 1.5em;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1138, ../sass/screen.scss */
  .prototype .geo-block blockquote {
    font-size: 1.2em;
    padding-top: 20px;
  }
}

/* line 1163, ../sass/screen.scss */
.wireframe {
  background: url(../images/geo-wireframes.jpg) left 0px no-repeat;
  height: 398px;
  background-color: #4883b1;
}
@media only screen and (max-width: 1350px) {
  /* line 1163, ../sass/screen.scss */
  .wireframe {
    background-position-x: -100px;
  }
}
@media only screen and (max-width: 950px) {
  /* line 1163, ../sass/screen.scss */
  .wireframe {
    background-position-x: -150px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1163, ../sass/screen.scss */
  .wireframe {
    background-position-x: -300px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 1163, ../sass/screen.scss */
  .wireframe {
    background-image: none;
  }
}
/* line 1181, ../sass/screen.scss */
.wireframe .geowiretext {
  max-width: 1100px;
  margin: 0 auto;
}
/* line 1185, ../sass/screen.scss */
.wireframe .geowireframe {
  width: 45%;
  padding: 115px 5% 0 50%;
}
@media only screen and (max-width: 1100px) {
  /* line 1185, ../sass/screen.scss */
  .wireframe .geowireframe {
    width: 35%;
    padding: 95px 5% 0 60%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1185, ../sass/screen.scss */
  .wireframe .geowireframe {
    width: 45%;
    padding: 65px 5% 0 50%;
  }
}
@media only screen and (max-width: 650px) {
  /* line 1185, ../sass/screen.scss */
  .wireframe .geowireframe {
    width: 90%;
    padding: 65px 5% 0 5%;
  }
}
/* line 1203, ../sass/screen.scss */
.wireframe h3 {
  font-size: 2em;
  color: #fff;
  padding-bottom: 8px;
}
/* line 1208, ../sass/screen.scss */
.wireframe P {
  font-size: 1.1em;
  color: #fff;
}

/* line 1213, ../sass/screen.scss */
.gb-proto {
  margin: 40px auto 20px auto;
}
/* line 1215, ../sass/screen.scss */
.gb-proto h3 {
  padding-top: 10px;
}

/* line 1217, ../sass/screen.scss */
.gbstore {
  background: url(../images/gb-green-back.jpg) left 0px no-repeat;
  height: 398px;
  background-color: #5c766d;
}
@media only screen and (max-width: 1400px) {
  /* line 1217, ../sass/screen.scss */
  .gbstore {
    background-position-x: -150px;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 1217, ../sass/screen.scss */
  .gbstore {
    background-position-x: -250px;
  }
}
@media only screen and (max-width: 950px) {
  /* line 1217, ../sass/screen.scss */
  .gbstore {
    background-position-x: -350px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1217, ../sass/screen.scss */
  .gbstore {
    background-image: none;
    height: auto;
  }
}
/* line 1236, ../sass/screen.scss */
.gbstore .geowiretext {
  max-width: 1100px;
  margin: 0 auto;
}
/* line 1240, ../sass/screen.scss */
.gbstore .geowireframe {
  width: 35%;
  padding: 115px 5% 0 60%;
}
@media only screen and (max-width: 1200px) {
  /* line 1240, ../sass/screen.scss */
  .gbstore .geowireframe {
    width: 35%;
    padding: 95px 5% 0 60%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1240, ../sass/screen.scss */
  .gbstore .geowireframe {
    width: 90%;
    padding: 30px 5% 0 5%;
  }
}
/* line 1255, ../sass/screen.scss */
.gbstore h3 {
  font-size: 2em;
  color: #f8b310;
  padding-bottom: 8px;
}
/* line 1260, ../sass/screen.scss */
.gbstore P {
  font-size: 1.1em;
  color: #fff;
}

/* line 1266, ../sass/screen.scss */
.uidesign {
  background: url(../images/geo-uidesign.jpg) center 0px repeat-x;
  padding: 450px 0 60px 0;
}
/* line 1270, ../sass/screen.scss */
.uidesign h3 {
  font-size: 2em;
  color: #03787d;
  padding-bottom: 8px;
}
/* line 1275, ../sass/screen.scss */
.uidesign P {
  font-size: 1.1em;
  color: #646464;
}

/* line 1281, ../sass/screen.scss */
.uitext {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 4%;
}
/* line 1286, ../sass/screen.scss */
.uitext .geoicon {
  width: 20%;
  float: left;
}
/* line 1290, ../sass/screen.scss */
.uitext .geoicon img {
  width: 100%;
}
/* line 1292, ../sass/screen.scss */
.uitext .geouitext {
  width: 75%;
  float: right;
}

@media only screen and (max-width: 800px) {
  /* line 1300, ../sass/screen.scss */
  .boringcasestudy .feat-text {
    width: 100%;
  }
  /* line 1304, ../sass/screen.scss */
  .boringcasestudy .feat-text .button {
    margin-bottom: 40px;
  }
}

/*
-------------------------------------------
OLD CRUSTY PORTFOLIO
-------------------------------------------
*/
/* Self Clearing Float */
/* line 1319, ../sass/screen.scss */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 1326, ../sass/screen.scss */
.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 1330, ../sass/screen.scss */
.work .container img {
  width: 30.19%;
  margin: 20px 0 0 1.9%;
  float: left;
  list-style-type: none;
}

/* line 1336, ../sass/screen.scss */
.work .container a img {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1%;
}

/* line 1341, ../sass/screen.scss */
.work .container a:hover img {
  border-style: solid;
  border-color: rgba(108, 33, 33, 0.5);
  border-width: 1%;
}

/* line 1346, ../sass/screen.scss */
.work .container {
  padding: 0 0 70px 0;
}
/* line 1349, ../sass/screen.scss */
.work .container h3 {
  padding: 60px 0 0px 0;
  text-align: center;
}

/*
-------------------------------------------
float clear 
-------------------------------------------
*/
/* line 1366, ../sass/screen.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1375, ../sass/screen.scss */
.clearfix {
  display: inline-block;
}

/* line 1379, ../sass/screen.scss */
html[xmlns] .clearfix {
  display: block;
}

/* line 1383, ../sass/screen.scss */
* html .clearfix {
  height: 1%;
}
