/* 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" /> */
/* imports */
/* line 17, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/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, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* vars and mixins */
/* site */
/* line 1, ../sass/layout.scss */
html, body {
  width: 100%;
  min-height: 100%;
}

/* line 6, ../sass/layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/layout.scss */
.wrapper {
  max-width: 1024px;
  width: 83%;
  margin: 0 auto;
}

.example .wrapper {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 14, ../sass/layout.scss */
  .wrapper {
    width: 100%;
  }
}
/* line 21, ../sass/layout.scss */
.wrapper .inner {
  padding: 60px 5%;
  overflow: hidden;
}
.wrapper .inner .slogo {
  max-width: 500px;
  width: 95%;
}
@media (max-width: 768px) {
  /* line 21, ../sass/layout.scss */
  .wrapper .inner {
    padding: 50px 2%;
  }
}
.about .wrapper .inner {
  padding: 20px 5%;
  overflow: hidden;
}

.logos .wrapper .inner {
  padding: 20px 5% 50px 5%;
  overflow: hidden;
}

.example .wrapper .inner {
  padding: 20px 5% 30px 5%;
  overflow: hidden;
}

/* line 31, ../sass/layout.scss */
.dark {
  background: url('../css/img/sphere.png') 0 0 no-repeat;
  background-color:#000b1c;
  background-position: center;
  height: 320px;
}

/* line 35, ../sass/layout.scss */
.grey {
  background: url('../css/img/grey-texture.png?1358292475') 0 0 repeat;
}

.mid {
  background: url('../css/img/stripe-pattern.png?1358292475') 0 0 repeat;
  background-color:#ddd;
}

/* line 39, ../sass/layout.scss */
.light {
  background: url('../css/img/white-texture.png?1358192275') 0 0 repeat;
  position: relative;
}
.elight {
  background: url('../css/img/code.jpg') 0 0 no-repeat;
  position: relative;
  background-size: cover;
  background-color:#000b1c;  
  height: 380px;  
}
.logoslight {
  position: relative;
  background-color:#fff;  
}
/* line 42, ../sass/layout.scss */
.light:after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 34px;
  /*background: url('../css/img/flourish.png?1358288544') center no-repeat;*/
  content: "  ";
}

/* line 53, ../sass/layout.scss */
header {
  /*border-top: 20px solid #323232;*/
  width: 100%;
  height: 340px;
  background: url('../css/img/header-bg.png?1358285639') center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  /* line 53, ../sass/layout.scss */
  header {
    top: 0;
    position: relative;
  }
}
/* line 67, ../sass/layout.scss */
header .wrapper .inner {
  position: relative;
  height: 300px;
  padding: 0;
}
/* line 71, ../sass/layout.scss */
header .wrapper .inner:after {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  /*height: 1px;
  background: white;*/
  content: "  ";
}

/* line 83, ../sass/layout.scss */
.intro {
  margin-top: 340px;
}
@media (max-width: 1024px) {
  /* line 83, ../sass/layout.scss */
  .intro {
    margin-top: 0;
  }
}

/* line 90, ../sass/layout.scss */
article, section, div, footer {
  z-index: 2;
  position: relative;
}

/* line 95, ../sass/layout.scss */
.about {
  overflow: hidden;
}
/* line 97, ../sass/layout.scss */
.about article {
  float: left;
  width: 60%;
  padding: 0 4% 30px 0;
}
@media (max-width: 768px) {
  /* line 97, ../sass/layout.scss */
  .about article {
    width: 100%;
    padding: 0;
	text-align: center;
  }
}
.example article {
  float: left;
  width: 55%;
  padding: 0 4% 30px 0;
}
@media (max-width: 768px) {
  /* line 97, ../sass/layout.scss */
  .example article {
    width: 100%;
    padding: 0;
	text-align: center;
  }
}
/* line 107, ../sass/layout.scss */
.about aside {
  float: left;
  width: 40%;
  padding: 49px 0 0 5%;
}
@media (max-width: 768px) {
  /* line 107, ../sass/layout.scss */
  .about aside {
    width: 100%;
    margin: auto;
    padding: 10px 2%;
    text-align: center;
  }
}
.example aside {
  float: left;
  width: 45%;
  padding: 78px 0 0 3%;
}
@media (max-width: 768px) {
  /* line 107, ../sass/layout.scss */
  .example aside {
    width: 100%;
    margin: auto;
    padding: 10px 2%;
    text-align: center;
  }
}
/* line 117, ../sass/layout.scss */
.about aside li {
  margin: 5px 0;
}

/* line 123, ../sass/layout.scss */
.quote {
  min-height: 250px;
}
@media (max-width: 768px) {
  /* line 123, ../sass/layout.scss */
  .quote {
    min-height: 270px;
  }
}
@media (max-width: 400px) {
  /* line 123, ../sass/layout.scss */
  .quote {
    min-height: 400px!important;
  }
}
/* line 131, ../sass/layout.scss */
.quote .wrapper {
  height: 100%;
  overflow: visible;
}

/* line 137, ../sass/layout.scss */
blockquote {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 40px 5%;
  position: absolute;
  top: 30%!important;
  left: 0%!important;
  right: 0%!important;
}
@media (max-width: 1000px) {
  /* line 137, ../sass/layout.scss */
  blockquote {
    width: 100%;
    padding: 40px 10%;
  }
}
@media (max-width: 468px) {
  /* line 137, ../sass/layout.scss */
  blockquote {
    width: 100%;
    padding: 40px 15%;
  }
}
/* line 155, ../sass/layout.scss */
blockquote:before, blockquote:after {
  position: absolute;
  content: " ";
  width: 40px;
  height: 32px;
  background: url('../css/img/quote-sprite.png?1358192425') no-repeat;
}
/* line 162, ../sass/layout.scss */
blockquote:before {
  background-position: 0 0;
  left: 0;
  top: 32px;
}
@media (max-width: 768px) {
  /* line 162, ../sass/layout.scss */
  blockquote:before {
    left: 5px;
  }
}
/* line 170, ../sass/layout.scss */
blockquote:after {
  background-position: 0 -100px;
  right: 0%;
  bottom: 40px;
}
@media (max-width: 768px) {
  /* line 170, ../sass/layout.scss */
  blockquote:after {
    right: 5px;
  }
}
/* line 178, ../sass/layout.scss */
blockquote.active {
  opacity: 1;
}
/* line 181, ../sass/layout.scss */
blockquote.inactive {
  opacity: 0;
}

/* line 187, ../sass/layout.scss */
.contact .wrapper .inner {
  padding: 0;
  overflow: hidden;
  height: 250px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 187, ../sass/layout.scss */
  .contact .wrapper .inner {
    padding: 0 2%;
    height: auto;
  }
  /* line 195, ../sass/layout.scss */
  .contact .wrapper .inner .postal {
    width: 50%;
    float: left;
  }
  /* line 198, ../sass/layout.scss */
  .contact .wrapper .inner .postal h2 {
    margin-top: 20px;
  }
  /* line 202, ../sass/layout.scss */
  .contact .wrapper .inner .list {
    width: 50%;
    float: left;
  }
  /* line 205, ../sass/layout.scss */
  .contact .wrapper .inner .list dl {
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  /* line 211, ../sass/layout.scss */
  .contact .wrapper .inner .postal {
    width: 100%;
  }
  /* line 214, ../sass/layout.scss */
  .contact .wrapper .inner .list {
    width: 100%;
  }
  /* line 216, ../sass/layout.scss */
  .contact .wrapper .inner .list dl {
    margin-top: 10px;
  }
}
/* line 222, ../sass/layout.scss */
.contact .adr {
  float: left;
}
@media (max-width: 768px) {
  /* line 222, ../sass/layout.scss */
  .contact .adr {
    width: 100%;
    float: none;
  }
}
/* line 229, ../sass/layout.scss */
.contact .map-holder {
  float: right;
  width: 50%;
}
@media (max-width: 768px) {
  /* line 229, ../sass/layout.scss */
  .contact .map-holder {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 237, ../sass/layout.scss */
.contact #map_canvas {
  width: 100%;
  height: 400px;
  z-index: 999;
}

/* line 245, ../sass/layout.scss */
footer {
  /*background: #323232 url('../css/img/flourish.png?1358288544') center 70% no-repeat;*/
  background-color: #323232;
  padding: 27px 0 15px 0;
}
/* line 248, ../sass/layout.scss */
footer p {
  color: #797979;
  text-align: center;
  text-transform: uppercase;
}

@font-face {
  font-family: "PlayfairDisplayRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/PlayfairDisplay-Regular-webfont.eot") format("eot"), url("../css/fonts/PlayfairDisplay-Regular-webfont.woff") format("woff"), url("../css/fonts/PlayfairDisplay-Regular-webfont.ttf") format("truetype"), url("../css/fonts/PlayfairDisplay-Regular-webfont.svg#PlayfairDisplay-Regular-webfont") format("svg");
}

@font-face {
  font-family: "OpenSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/OpenSans-Light-webfont.eot") format("eot"), url("../css/fonts/OpenSans-Light-webfont.woff") format("woff"), url("../css/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../css/fonts/OpenSans-Light-webfont.svg#OpenSans-Light-webfont") format("svg");
}

@font-face {
  font-family: "OpenSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/OpenSans-Regular-webfont.eot") format("eot"), url("../css/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../css/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../css/fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont") format("svg");
}

@font-face {
  font-family: "OpenSansSemibold";
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/OpenSans-Semibold-webfont.eot") format("eot"), url("../css/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../css/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../css/fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold-webfont") format("svg");
}

/* line 31, ../sass/typography.scss */
body {
  font-family: san-serif;
}

/* line 37, ../sass/typography.scss */
h1, .services li, .about li, blockquote p, cite {
  font-family: "PlayfairDisplayRegular";
}

/* line 41, ../sass/typography.scss */
h2, h3, p, a, li, dt, dd {
  color: #424242;
  font-family: "OpenSansRegular";
}

/* line 47, ../sass/typography.scss */
.intro,
.services {
  text-align: center;
}

/* line 51, ../sass/typography.scss */
.services ul li {
  color: white;
  font-size: 28px;
  margin: 25px auto;
  letter-spacing: 1px;
}
.about ul li {
  color: white;
  font-size: 22px;
  margin: 25px auto;
  letter-spacing: 1px;
}
/* line 56, ../sass/typography.scss */
.services ul li:first-child {
  margin-top: 0;
}
/* line 59, ../sass/typography.scss */
.services ul li:last-child {
  margin-bottom: 0;
}

/* line 64, ../sass/typography.scss */
h1 {
  font-size: 52px;
  line-height: 64px;
  color: white;
  text-align: center;
  position: relative;
  top: 116px;
}
/* line 71, ../sass/typography.scss */
h1 span {
  display: block;
}

/* line 76, ../sass/typography.scss */
h2, h3, h4 {
  font-family: "OpenSansSemibold";
  margin: 25px 0;
}

.about h2, h3 {
	color:#fff;
}

.about h2{
	margin-bottom:40px;
}

.about h3 {
	font-size:15px;
}

h4 {
	font-size:14px;
	text-align:left;
}

/* line 81, ../sass/typography.scss */
h2 {
  font-size: 18px;
  line-height: 22px;
}

/* line 86, ../sass/typography.scss */
h3 {
  font-size: 14px;
  line-height: 18px;
}

/* line 91, ../sass/typography.scss */
p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
}

.left {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  text-align:left;
}

/* line 98, ../sass/typography.scss */
aside ul {
  /*list-style: disc;
  list-style-position: inside;
  line-height: 25px;*/
}
/* line 102, ../sass/typography.scss */
aside ul li {
  font-size: 14px;
}

/* line 108, ../sass/typography.scss */
dl {
  line-height: 32px;
  font-size: 15px;
}
/* line 111, ../sass/typography.scss */
dl dt {
  clear: left;
  float: left;
  width: 25px;
}
/* line 117, ../sass/typography.scss */
dl dd {
  float: left;
  font-family: "OpenSansSemibold";
}
/* line 120, ../sass/typography.scss */
dl dd a {
  text-decoration: none;
}
/* line 122, ../sass/typography.scss */
dl dd a:hover {
  text-decoration: underline;
  color: #323232;
}

/* line 132, ../sass/typography.scss */
blockquote p {
  color: white;
  font-size: 21px;
  line-height: 28px;
}
/* line 137, ../sass/typography.scss */
blockquote cite {
  display: block;
  color: #797979;
  font-size: 19px;
}

/* line 145, ../sass/typography.scss */
.adr h2 {
  margin-top: 44px;
}
/* line 148, ../sass/typography.scss */
.adr p {
  line-height: 32px;
  font-size: 15px;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text../css" />
 * <![endif]--> */
/* line 9, ../sass/ie.scss */
html.lt-ie8 .about article {
  width: 50%;
}
/* line 13, ../sass/ie.scss */
html.lt-ie8 .contact .adr .list dl dd {
  float: none;
}
