/* Import base and variables */
/* line 17, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/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, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Baseline */
/* line 61, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
* html {
  font-size: 100%;
}

/* line 64, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 16px;
  line-height: 1.5em;
}

/*Typefaces*/
/*Page Widths*/
/* Colours */
/* Font Sizes */
/* line 1, ../sass/partials/_typography.scss */
.giga {
  font-size: 6em;
  line-height: 1.25em;
}

/* line 4, ../sass/partials/_typography.scss */
.mega {
  font-size: 4.5em;
  line-height: 1.33333em;
}

/* line 7, ../sass/partials/_typography.scss */
.kilo {
  font-size: 3em;
  line-height: 1.5em;
}

/* line 11, ../sass/partials/_typography.scss */
h1, .h1 {
  font-size: 2.25em;
  line-height: 1.33333em;
}

/* line 14, ../sass/partials/_typography.scss */
h2, .h2 {
  font-size: 1.875em;
  line-height: 1.6em;
}

/* line 17, ../sass/partials/_typography.scss */
h3, .h3 {
  font-size: 1.5em;
  line-height: 2em;
}

/* line 20, ../sass/partials/_typography.scss */
h4, .h4 {
  font-size: 1.25em;
  line-height: 1.2em;
}

/* line 23, ../sass/partials/_typography.scss */
h5, .h5 {
  font-size: 1.125em;
  line-height: 1.33333em;
}

/* line 26, ../sass/partials/_typography.scss */
h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
}

/* line 29, ../sass/partials/_typography.scss */
p, .para {
  font-size: 0.875em;
  line-height: 1.71429em;
}

/* line 32, ../sass/partials/_typography.scss */
.milli {
  font-size: 0.75em;
  line-height: 2em;
}

/* line 35, ../sass/partials/_typography.scss */
small, .nano {
  font-size: 0.625em;
  line-height: 2.4em;
}

/* line 39, ../sass/partials/_typography.scss */
strong {
  font-weight: 700;
}

@font-face {
  font-family: 'GothamBookRegular';
  src: url("/fonts/gotham-book-webfont.eot");
  src: url("/fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-book-webfont.woff") format("woff"), url("/fonts/gotham-book-webfont.ttf") format("truetype"), url("/fonts/gotham-book-webfont.svg#GothamBookRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Custom Mixins */
/* Import UI Styles */
/* line 1, ../sass/ui/_page.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, ../sass/ui/_page.scss */
html {
  background: #393532;
}

/* line 7, ../sass/ui/_page.scss */
body {
  background: #ffffff;
  color: #393532;
  font-family: "adelle", serif;
  font-style: normal;
  font-weight: 400;
  min-width: 320px;
}

/* line 15, ../sass/ui/_page.scss */
.container {
  margin: 0 auto;
  max-width: 960px;
  width: 95%;
}
.wide-container {
  margin: 0 auto;
  max-width: 1100px;
  width: 95%;
}

/* line 24, ../sass/ui/_page.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 28, ../sass/ui/_page.scss */
.bbold img {
  width: 100%;
}

/* line 32, ../sass/ui/_page.scss */
.content {
  background: #faf9f7;
  overflow: hidden;
  *zoom: 1;
}

/* line 38, ../sass/ui/_page.scss */
.page-intro {
  padding: 1em 0 2em 0;
}
/* line 41, ../sass/ui/_page.scss */
.page-intro p {
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 700px) {
  /* line 41, ../sass/ui/_page.scss */
  .page-intro p {
    font-size: 19px;
  }
}

/* line 52, ../sass/ui/_page.scss */
h1 {
  color: #b2bb1e;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 52, ../sass/ui/_page.scss */
  h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 700px) {
  /* line 52, ../sass/ui/_page.scss */
  h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 800px) {
  /* line 52, ../sass/ui/_page.scss */
  h1 {
    font-size: 55px;
  }
}
@media screen and (min-width: 900px) {
  /* line 52, ../sass/ui/_page.scss */
  h1 {
    font-size: 60px;
  }
}

/* line 76, ../sass/ui/_page.scss */
h2 {
  color: #b2bb1e;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  /* line 76, ../sass/ui/_page.scss */
  h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 700px) {
  /* line 76, ../sass/ui/_page.scss */
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 800px) {
  /* line 76, ../sass/ui/_page.scss */
  h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  /* line 76, ../sass/ui/_page.scss */
  h2 {
    font-size: 50px;
  }
}

/* line 99, ../sass/ui/_page.scss */
p {
  color: #393532;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 100;
}
@media screen and (min-width: 600px) {
  /* line 99, ../sass/ui/_page.scss */
  p {
    font-size: 16px;
  }
}

/* line 1, ../sass/ui/_site-header.scss */
.site-header {
  background: #b2bb1e;
  position: relative;
  z-index: 2;
}
/* line 6, ../sass/ui/_site-header.scss */
.site-header > .container {
  padding: 0.5em 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 12, ../sass/ui/_site-header.scss */
.site-header .logo {
  display: block;
  float: left;
  margin: 0 0 0 15%;
  width: 50%;
}
@media screen and (min-width: 600px) {
  /* line 12, ../sass/ui/_site-header.scss */
  .site-header .logo {
    float: left;
    margin: 0;
    width: 20%;
  }
}
/* line 25, ../sass/ui/_site-header.scss */
.site-header h2 {
  color: #ffffff;
  display: none;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  /* line 25, ../sass/ui/_site-header.scss */
  .site-header h2 {
    display: block;
    float: right;
    font-weight: 100;
    margin: 6% 0 0 0;
    text-align: left;
    font-size: 1.375em;
    line-height: 2.18182em;
  }
}
@media screen and (min-width: 700px) {
  /* line 25, ../sass/ui/_site-header.scss */
  .site-header h2 {
    margin: 7.15% 0 0 0;
    font-size: 1.6875em;
    line-height: 1.77778em;
  }
}
@media screen and (min-width: 800px) {
  /* line 25, ../sass/ui/_site-header.scss */
  .site-header h2 {
    margin: 7.25% 0 0 0;
    font-size: 2em;
    line-height: 1.5em;
  }
}

/* line 57, ../sass/ui/_site-header.scss */
.site-header.fixable {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 66, ../sass/ui/_site-header.scss */
.menu-link {
  background: transparent;
  border-left: 1px #ffffff solid;
  display: block;
  float: right;
  margin: 12.5% 0 0 0;
  padding: 4%;
  width: 17.5%;
}
/* line 75, ../sass/ui/_site-header.scss */
.no-boxsizing .menu-link {
  width: 8.5%;
}
/* line 79, ../sass/ui/_site-header.scss */
.menu-link img {
  display: block;
}
@media screen and (min-width: 600px) {
  /* line 66, ../sass/ui/_site-header.scss */
  .menu-link {
    display: none;
  }
}

/* line 88, ../sass/ui/_site-header.scss */
.main-nav {
  background: #b2bb1e;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  /* line 88, ../sass/ui/_site-header.scss */
  .main-nav {
    background: #ffffff;
    display: block;
    left: auto;
    position: relative;
    top: auto;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.29);
  }
  /* line 105, ../sass/ui/_site-header.scss */
  .no-boxshadow .main-nav {
    border-bottom: 1px solid #cccccc;
  }
}
/* line 110, ../sass/ui/_site-header.scss */
.main-nav > .container {
  width: 100%;
}
@media screen and (min-width: 600px) {
  /* line 110, ../sass/ui/_site-header.scss */
  .main-nav > .container {
    width: 95%;
  }
}
/* line 118, ../sass/ui/_site-header.scss */
.main-nav .nav-leaf {
  display: none;
}
/* line 122, ../sass/ui/_site-header.scss */
.main-nav ul {
  border-top: 1px solid #ffffff;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  /* line 122, ../sass/ui/_site-header.scss */
  .main-nav ul {
    border-top: 0;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    *text-align: center;
    width: 90%;
  }
}
@media screen and (min-width: 800px) {
  /* line 122, ../sass/ui/_site-header.scss */
  .main-nav ul {
    width: 80%;
  }
}
/* line 140, ../sass/ui/_site-header.scss */
.main-nav ul > li {
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2em;
}
@media screen and (min-width: 600px) {
  /* line 140, ../sass/ui/_site-header.scss */
  .main-nav ul > li {
    border-bottom: 0;
    display: table-cell;
    text-align: left;
  }
}
/* line 157, ../sass/ui/_site-header.scss */
.main-nav ul > li > a {
  color: #ffffff;
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  /* line 168, ../sass/ui/_site-header.scss */
  .main-nav ul > li > a:hover, .main-nav ul > li > a.selected {
    color: #b2bb1e;
  }
}
@media screen and (min-width: 600px) {
  /* line 157, ../sass/ui/_site-header.scss */
  .main-nav ul > li > a {
    color: #393532;
    padding: 0.25em 0;
    text-align: center;
    white-space: nowrap;
  }
}

/* line 1, ../sass/ui/_site-footer.scss */
.site-footer {
  background: #393532;
  padding: 1em 0;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (min-width: 600px) {
  /* line 1, ../sass/ui/_site-footer.scss */
  .site-footer {
    padding: 3em 0;
  }
}
/* line 12, ../sass/ui/_site-footer.scss */
.site-footer .container {
  display: table;
}
@media screen and (min-width: 600px) {
  /* line 12, ../sass/ui/_site-footer.scss */
  .site-footer .container {
    display: block;
  }
}
/* line 20, ../sass/ui/_site-footer.scss */
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}
/* line 24, ../sass/ui/_site-footer.scss */
.site-footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  /* line 29, ../sass/ui/_site-footer.scss */
  .site-footer .footer-nav {
    float: left;
    width: 75%;
  }
}
/* line 36, ../sass/ui/_site-footer.scss */
.site-footer .footer-nav li {
  display: block;
  float: left;
  margin: 0.5em 0;
  font-size: 1.0625em;
  line-height: 1.41176em;
}
/* line 41, ../sass/ui/_site-footer.scss */
.site-footer .footer-nav li:nth-child(3n+1) {
  text-align: right;
  width: 29%;
}
@media screen and (min-width: 600px) {
  /* line 41, ../sass/ui/_site-footer.scss */
  .site-footer .footer-nav li:nth-child(3n+1) {
    text-align: left;
    width: auto;
  }
}
/* line 51, ../sass/ui/_site-footer.scss */
.site-footer .footer-nav li:nth-child(3n+2) {
  text-align: center;
  width: 33%;
}
@media screen and (min-width: 600px) {
  /* line 51, ../sass/ui/_site-footer.scss */
  .site-footer .footer-nav li:nth-child(3n+2) {
    text-align: left;
    width: auto;
  }
}
/* line 61, ../sass/ui/_site-footer.scss */
.site-footer .footer-nav li:nth-child(3n+3) {
  text-align: left;
  width: 37%;
}
@media screen and (min-width: 600px) {
  /* line 61, ../sass/ui/_site-footer.scss */
  .site-footer .footer-nav li:nth-child(3n+3) {
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  /* line 36, ../sass/ui/_site-footer.scss */
  .site-footer .footer-nav li {
    margin: 0 1% 0 0;
  }
}
@media screen and (min-width: 700px) {
  /* line 36, ../sass/ui/_site-footer.scss */
  .site-footer .footer-nav li {
    margin: 0 2% 0 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 36, ../sass/ui/_site-footer.scss */
  .site-footer .footer-nav li {
    margin: 0 3% 0 0;
  }
}
/* line 85, ../sass/ui/_site-footer.scss */
.site-footer .smallprint {
  display: table-footer-group;
  color: #ffffff;
  font-family: "GothamBookRegular", sans-serif;
  font-size: 11px;
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width: 600px) {
  /* line 85, ../sass/ui/_site-footer.scss */
  .site-footer .smallprint {
    clear: left;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0.5% 0 0 0;
    width: 75%;
  }
}
@media screen and (min-width: 700px) {
  /* line 85, ../sass/ui/_site-footer.scss */
  .site-footer .smallprint {
    margin: 0.75% 0 0 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 85, ../sass/ui/_site-footer.scss */
  .site-footer .smallprint {
    margin: 1% 0 0 0;
  }
}
@media screen and (min-width: 900px) {
  /* line 85, ../sass/ui/_site-footer.scss */
  .site-footer .smallprint {
    margin: 1.25% 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 111, ../sass/ui/_site-footer.scss */
  .site-footer .smallprint li {
    float: left;
    margin: 0 1% 0 0;
  }
}
@media screen and (min-width: 700px) {
  /* line 111, ../sass/ui/_site-footer.scss */
  .site-footer .smallprint li {
    margin: 0 2% 0 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 111, ../sass/ui/_site-footer.scss */
  .site-footer .smallprint li {
    margin: 0 3% 0 0;
  }
}
/* line 125, ../sass/ui/_site-footer.scss */
.site-footer .logo {
  display: block;
  margin: 1em auto 1em auto;
  width: 55%;
}
@media screen and (min-width: 600px) {
  /* line 125, ../sass/ui/_site-footer.scss */
  .site-footer .logo {
    float: right;
    margin: -50px 0 0 0;
    *margin: 0;
    width: 18%;
  }
}
@media screen and (min-width: 800px) {
  /* line 125, ../sass/ui/_site-footer.scss */
  .site-footer .logo {
    width: 16%;
  }
}

/* line 1, ../sass/ui/_home.scss */
.home-hero {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 5, ../sass/ui/_home.scss */
  .home-hero .img {
    margin: 0 auto;
    width: 1200px;
  }
}
/* line 11, ../sass/ui/_home.scss */
.home-hero .img img {
  display: block;
}
/* line 16, ../sass/ui/_home.scss */
.home-hero .overlay {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
/* line 25, ../sass/ui/_home.scss */
.home-hero .bd {
  padding: 2em 2.5% 0 2.5%;
}
@media screen and (min-width: 1000px) {
  /* line 25, ../sass/ui/_home.scss */
  .home-hero .bd {
    padding: 4em 2.5% 0 2.5%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 25, ../sass/ui/_home.scss */
  .home-hero .bd {
    margin: 0 auto;
    width: 960px;
    padding: 4em 0 0 0;
  }
}
/* line 38, ../sass/ui/_home.scss */
.home-hero .bd h2, .home-hero .bd h3 {
  background: #393532;
  background: rgba(57, 53, 50, 0.6);
  clear: left;
  color: #ffffff;
  float: left;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 2px 0;
  padding: 0 0.25em;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  /* line 38, ../sass/ui/_home.scss */
  .home-hero .bd h2, .home-hero .bd h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 800px) {
  /* line 38, ../sass/ui/_home.scss */
  .home-hero .bd h2, .home-hero .bd h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 850px) {
  /* line 38, ../sass/ui/_home.scss */
  .home-hero .bd h2, .home-hero .bd h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 900px) {
  /* line 38, ../sass/ui/_home.scss */
  .home-hero .bd h2, .home-hero .bd h3 {
    font-size: 45px;
  }
}
@media screen and (min-width: 950px) {
  /* line 38, ../sass/ui/_home.scss */
  .home-hero .bd h2, .home-hero .bd h3 {
    font-size: 50px;
  }
}

/* line 76, ../sass/ui/_home.scss */
.home-features {
  background: #f1eee9;
  padding: 1em 0;
}
@media screen and (min-width: 600px) {
  /* line 76, ../sass/ui/_home.scss */
  .home-features {
    padding: 2em 0;
  }
}
@media screen and (min-width: 700px) {
  /* line 76, ../sass/ui/_home.scss */
  .home-features {
    overflow: hidden;
    *zoom: 1;
  }
}
/* line 88, ../sass/ui/_home.scss */
.home-features .box {
  display: table;
  margin: 0 auto 1em auto;
  table-layout: fixed;
  width: 90%;
}
@media screen and (min-width: 700px) {
  /* line 88, ../sass/ui/_home.scss */
  .home-features .box {
	display: block;
	float: left;
	margin: 0 0 3em 0;
	padding: 0 2%;
	width: 50%;
}
}
@media screen and (min-width: 850px) {
  /* line 88, ../sass/ui/_home.scss */
  .home-features .box {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 25%;
}
}
/* line 106, ../sass/ui/_home.scss */
.home-features .box .img {
  display: table-cell;
  vertical-align: middle;
  width: 22.5%;
}
@media screen and (min-width: 700px) {
  /* line 106, ../sass/ui/_home.scss */
  .home-features .box .img {
    display: block;
    margin: 0 auto 1em auto;
    width: 40%;
  }
}
/* line 118, ../sass/ui/_home.scss */
.home-features .box .bd {
  display: table-cell;
  width: 77.5%;
  text-align: center;
  vertical-align: middle;
  padding: 5%;
}
@media screen and (min-width: 700px) {
  /* line 118, ../sass/ui/_home.scss */
  .home-features .box .bd {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}
/* line 132, ../sass/ui/_home.scss */
.home-features .box .bd h2 {
  color: #b2bb1e;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.1;
  margin: 0 0 0.25em 0;
}
@media screen and (min-width: 600px) {
  /* line 132, ../sass/ui/_home.scss */
  .home-features .box .bd h2 {
    font-size: 22px;
  }
}
/* line 143, ../sass/ui/_home.scss */
.home-features .box .bd h2 a {
  color: #b2bb1e;
  font-weight: 100;
  text-decoration: none;
}
/* line 148, ../sass/ui/_home.scss */
.home-features .box .bd h2 a:hover {
  text-decoration: underline;
}
/* line 154, ../sass/ui/_home.scss */
.home-features .box .bd p {
  display: none;
}
@media screen and (min-width: 600px) {
  /* line 154, ../sass/ui/_home.scss */
  .home-features .box .bd p {
    display: block;
    font-size: 14px;
    line-height: 1.358;
  }
}
/* line 164, ../sass/ui/_home.scss */
.home-features .box:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  /* line 164, ../sass/ui/_home.scss */
  .home-features .box:last-child {
    margin: 0;
  }
}

/* line 173, ../sass/ui/_home.scss */
.home-gallery {
  display: none;
}
@media screen and (min-width: 600px) {
  /* line 173, ../sass/ui/_home.scss */
  .home-gallery {
    display: block;
    padding: 1.5em 0 2em 0;
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 600px) {
  /* line 183, ../sass/ui/_home.scss */
  .home-gallery h2 {
    color: #b2bb1e;
    font-weight: 100;
    text-align: center;
    font-size: 3.125em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 600px) {
  /* line 193, ../sass/ui/_home.scss */
  .home-gallery p {
    margin-bottom: 2em;
    text-align: center;
  }
}
/* line 200, ../sass/ui/_home.scss */
.home-gallery ul {
  display: block;
  margin-bottom: 2em;
  overflow: hidden;
  *zoom: 1;
}
/* line 207, ../sass/ui/_home.scss */
.home-gallery li {
  height: 10%;
  margin: 0 0 1% 0;
  overflow: hidden;
}
/* line 212, ../sass/ui/_home.scss */
.home-gallery li img {
  display: block;
}
@media screen and (min-width: 600px) {
  /* line 216, ../sass/ui/_home.scss */
  .home-gallery li:nth-child(1) {
    float: left;
    width: 57.95%;
  }
}
@media screen and (min-width: 600px) {
  /* line 222, ../sass/ui/_home.scss */
  .home-gallery li:nth-child(2) {
    float: right;
    width: 41.05%;
  }
}
@media screen and (min-width: 600px) {
  /* line 228, ../sass/ui/_home.scss */
  .home-gallery li:nth-child(3) {
    clear: both;
    float: left;
    width: 28.95%;
  }
}
@media screen and (min-width: 600px) {
  /* line 235, ../sass/ui/_home.scss */
  .home-gallery li:nth-child(4) {
    float: right;
    width: 70.05%;
  }
}
@media screen and (min-width: 600px) {
  /* line 241, ../sass/ui/_home.scss */
  .home-gallery li:nth-child(5) {
    clear: both;
    float: left;
    width: 49.3%;
  }
}
@media screen and (min-width: 600px) {
  /* line 248, ../sass/ui/_home.scss */
  .home-gallery li:nth-child(6) {
    float: right;
    width: 49.7%;
  }
}
/* line 255, ../sass/ui/_home.scss */
.home-gallery .gallery-link {
  background-color: #b2bb1e;
  background-image: url(../../img/arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 100;
  line-height: 34px;
  margin: 0 auto;
  padding: 0 40px 0 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 170px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 255, ../sass/ui/_home.scss */
  .home-gallery .gallery-link {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../../img/arrow-retina.png");
    background-size: 11px 18px;
  }
}

/* line 277, ../sass/ui/_home.scss */
.home-promo {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 281, ../sass/ui/_home.scss */
  .home-promo .img {
    margin: 0 auto;
    width: 1200px;
  }
}
/* line 287, ../sass/ui/_home.scss */
.home-promo .img img {
  display: block;
}
/* line 292, ../sass/ui/_home.scss */
.home-promo .overlay {
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
}
/* line 300, ../sass/ui/_home.scss */
.home-promo .bd {
  background: #b2bb1e;
  background: rgba(178, 187, 30, 0.7);
  padding: 0.25em 5%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 300, ../sass/ui/_home.scss */
  .home-promo .bd {
    background: transparent;
    display: table;
    height: 100%;
    padding: 0 2.5% 0 0;
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 1000px) {
  /* line 300, ../sass/ui/_home.scss */
  .home-promo .bd {
    margin: 0 auto;
    width: 960px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 321, ../sass/ui/_home.scss */
  .home-promo .bd .spacer {
    display: table-cell;
    width: 60%;
  }
}
/* line 328, ../sass/ui/_home.scss */
.home-promo .bd h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    background: #b2bb1e;
    background: rgba(178, 187, 30, 0.7);
    display: table-cell;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 1em;
    text-align: left;
    width: 40%;
  }
}
@media screen and (min-width: 650px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 700px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 750px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 800px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 850px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 900px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 950px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1050px) {
  /* line 328, ../sass/ui/_home.scss */
  .home-promo .bd h2 {
    font-size: 42px;
  }
}


.home-location h1 {
  display:none;
}

/* line 388, ../sass/ui/_home.scss */
.home-location {
  padding: 1em 0 0 0;
}
@media screen and (min-width: 600px) {
  /* line 388, ../sass/ui/_home.scss */
  .home-location {
    padding: 2em 0 0 0;
  }
}
/* line 395, ../sass/ui/_home.scss */
.home-location h2 {
  color: #b2bb1e;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 395, ../sass/ui/_home.scss */
  .home-location h2 {
    font-size: 50px;
  }
}
/* line 407, ../sass/ui/_home.scss */
.home-location p {
  margin: 0 auto 2em auto;
  text-align: center;
  width: 70%;
}
/* line 412, ../sass/ui/_home.scss */
.home-location .map {
  display: block;
  height: 300px;
}
@media screen and (min-width: 900px) {
  /* line 412, ../sass/ui/_home.scss */
  .home-location .map {
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 412, ../sass/ui/_home.scss */
  .home-location .map {
    margin: 0 auto;
    width: 1200px;
  }
}
/* line 425, ../sass/ui/_home.scss */
.home-location .map img {
  max-width: none;
}

@media screen and (min-width: 800px) {
  /* line 2, ../sass/ui/_space.scss */
  .space-intro p {
    width: 90%;
  }
}
@media screen and (min-width: 900px) {
  /* line 2, ../sass/ui/_space.scss */
  .space-intro p {
    width: 80%;
  }
}

/* line 12, ../sass/ui/_space.scss */
.units-to-let {
  padding: 1em 0 2em 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 17, ../sass/ui/_space.scss */
.units-to-let h2 {
  text-align: center;
}
/* line 21, ../sass/ui/_space.scss */
.units-to-let p {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 26, ../sass/ui/_space.scss */
  .units-to-let .unit {
    float: left;
    width: 48%;
  }
  /* line 31, ../sass/ui/_space.scss */
  .no-boxsizing .units-to-let .unit {
    width: 42%;
  }
}
@media screen and (min-width: 900px) {
  /* line 26, ../sass/ui/_space.scss */
  .units-to-let .unit {
    float: left;
    margin-right: 2.3333%;
    width: 31%;
  }
  /* line 41, ../sass/ui/_space.scss */
  .no-boxsizing .units-to-let .unit {
    padding: 2%;
    width: 27%;
  }
}
@media screen and (min-width: 600px) {
  /* line 47, ../sass/ui/_space.scss */
  .units-to-let .unit:nth-of-type(2n) {
    float: right;
  }
}
@media screen and (min-width: 900px) {
  /* line 47, ../sass/ui/_space.scss */
  .units-to-let .unit:nth-of-type(2n) {
    float: left;
    width: 31%;
  }
  /* line 56, ../sass/ui/_space.scss */
  .no-boxsizing .units-to-let .unit:nth-of-type(2n) {
    padding: 2%;
    width: 27%;
  }
}
@media screen and (min-width: 600px) {
  /* line 63, ../sass/ui/_space.scss */
  .units-to-let .unit:nth-of-type(2) {
    border-top: 1px solid #cccccc;
  }
}
@media screen and (min-width: 900px) {
  /* line 63, ../sass/ui/_space.scss */
  .units-to-let .unit:nth-of-type(2) {
    float: left;
    width: 31%;
  }
  /* line 72, ../sass/ui/_space.scss */
  .no-boxsizing .units-to-let .unit:nth-of-type(2) {
    padding: 2%;
    width: 27%;
  }
}
@media screen and (min-width: 900px) {
  /* line 79, ../sass/ui/_space.scss */
  .units-to-let .unit:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  /* line 85, ../sass/ui/_space.scss */
  .units-to-let .unit:nth-of-type(3) {
    border-top: 1px solid #cccccc;
  }
}

/* line 93, ../sass/ui/_space.scss */
.units-occupied {
  background: #faf9f7;
  padding: 1em 0 2em 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 99, ../sass/ui/_space.scss */
.units-occupied h2 {
  text-align: center;
}
/* line 103, ../sass/ui/_space.scss */
.units-occupied p {
  margin-bottom: 1em;
  text-align: center;
}

/* line 109, ../sass/ui/_space.scss */
.unit {
  background: #ffffff;
  border-top: 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 auto;
  padding: 1em;
  width: 75%;
}
/* line 119, ../sass/ui/_space.scss */
.no-boxsizing .unit {
  padding: 3%;
  width: 69%;
}
@media screen and (min-width: 900px) {
  /* line 119, ../sass/ui/_space.scss */
  .no-boxsizing .unit {
    padding: 1.5%;
    width: 45%;
  }
}
@media screen and (min-width: 900px) {
  /* line 109, ../sass/ui/_space.scss */
  .unit {
    float: left;
    width: 48%;
  }
}
@media screen and (min-width: 900px) {
  /* line 134, ../sass/ui/_space.scss */
  .unit:nth-of-type(2n) {
    float: right;
  }
}
@media screen and (min-width: 900px) {
  /* line 140, ../sass/ui/_space.scss */
  .unit:nth-of-type(2) {
    border-top: 1px solid #cccccc;
  }
}
/* line 146, ../sass/ui/_space.scss */
.unit:first-of-type {
  border-top: 1px solid #cccccc;
}
/* line 150, ../sass/ui/_space.scss */
.unit h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
/* line 156, ../sass/ui/_space.scss */
.unit p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
/* line 163, ../sass/ui/_space.scss */
.unit a {
  color: #b2bb1e;
  text-decoration: none;
}

/* line 169, ../sass/ui/_space.scss */
.space-letting-image {
  background: #f5f2eb;
}
@media screen and (min-width: 600px) {
  /* line 172, ../sass/ui/_space.scss */
  .space-letting-image .small-plan {
    display: none;
  }
}
/* line 178, ../sass/ui/_space.scss */
.space-letting-image .large-plan {
  display: none;
}
@media screen and (min-width: 600px) {
  /* line 178, ../sass/ui/_space.scss */
  .space-letting-image .large-plan {
    display: block;
  }
}
/* line 186, ../sass/ui/_space.scss */
.space-letting-image img {
  display: block;
}
@media screen and (min-width: 1200px) {
  /* line 186, ../sass/ui/_space.scss */
  .space-letting-image img {
    margin: 0 auto;
    width: 1200px;
  }
}

/* line 196, ../sass/ui/_space.scss */
.space-brochure {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 200, ../sass/ui/_space.scss */
  .space-brochure .img {
    margin: 0 auto;
    width: 1200px;
  }
}
/* line 206, ../sass/ui/_space.scss */
.space-brochure .img img {
  display: block;
}
/* line 211, ../sass/ui/_space.scss */
.space-brochure .overlay {
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0%;
}
/* line 219, ../sass/ui/_space.scss */
.space-brochure .table {
  display: table;
  height: 100%;
}
@media screen and (min-width: 600px) {
  /* line 219, ../sass/ui/_space.scss */
  .space-brochure .table {
    margin: 0 auto;
    max-width: 1200px;
  }
}
/* line 228, ../sass/ui/_space.scss */
.space-brochure .cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 232, ../sass/ui/_space.scss */
.space-brochure .box {
  background: #b2bb1e;
  background: rgba(178, 187, 30, 0.7);
}
@media screen and (min-width: 750px) {
  /* line 232, ../sass/ui/_space.scss */
  .space-brochure .box {
    margin: 0 auto;
    width: 90%;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../Users/davidbeesley/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .space-brochure .box:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 900px) {
  /* line 232, ../sass/ui/_space.scss */
  .space-brochure .box {
    width: 80%;
  }
}
/* line 247, ../sass/ui/_space.scss */
.space-brochure .bd {
  padding: 0.25em 5% 0.75em 5%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  /* line 247, ../sass/ui/_space.scss */
  .space-brochure .bd {
    height: 100%;
    padding: 2.5%;
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 750px) {
  /* line 247, ../sass/ui/_space.scss */
  .space-brochure .bd {
    float: left;
    margin: 0 0 0 2.5%;
    width: 60%;
  }
}
@media screen and (min-width: 900px) {
  /* line 247, ../sass/ui/_space.scss */
  .space-brochure .bd {
    padding: 5% 2.5%;
  }
}
/* line 269, ../sass/ui/_space.scss */
.space-brochure .bd h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 600px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 650px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 700px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 750px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 800px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 850px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 900px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 950px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1050px) {
  /* line 269, ../sass/ui/_space.scss */
  .space-brochure .bd h2 {
    font-size: 42px;
  }
}
/* line 318, ../sass/ui/_space.scss */
.space-brochure .bd p {
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  /* line 318, ../sass/ui/_space.scss */
  .space-brochure .bd p {
    font-size: 18px;
  }
}
/* line 325, ../sass/ui/_space.scss */
.space-brochure .bd p a {
  color: #ffffff;
}
/* line 331, ../sass/ui/_space.scss */
.space-brochure .brochure-link {
  display: none;
}
@media screen and (min-width: 750px) {
  /* line 331, ../sass/ui/_space.scss */
  .space-brochure .brochure-link {
    display: block;
    float: right;
    margin: -4.5% 5% -4.5% 0;
    width: 25%;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.29);
  }
}
@media screen and (min-width: 900px) {
  /* line 331, ../sass/ui/_space.scss */
  .space-brochure .brochure-link {
    margin: -3% 5% -3% 0;
  }
}
@media screen and (min-width: 1050px) {
  /* line 331, ../sass/ui/_space.scss */
  .space-brochure .brochure-link {
    margin: -4% 5% -4% 0;
  }
}
@media screen and (min-width: 1150px) {
  /* line 331, ../sass/ui/_space.scss */
  .space-brochure .brochure-link {
    margin: -6% 5% -6% 0;
  }
}
@media screen and (min-width: 1150px) {
  /* line 331, ../sass/ui/_space.scss */
  .space-brochure .brochure-link {
    margin: -6.5% 5% -6.5% 0;
  }
}
/* line 359, ../sass/ui/_space.scss */
.space-brochure .brochure-link img {
  display: block;
}

/* line 1, ../sass/ui/_unit.scss */
.unit-content .container {
  overflow: hidden;
  *zoom: 1;
}

/* line 5, ../sass/ui/_unit.scss */
.unit-floorplan {
  margin: 0 auto 2em auto;
  width: 100%;
}
@media screen and (min-width: 700px) {
  /* line 5, ../sass/ui/_unit.scss */
  .unit-floorplan {
    float: left;
    width: 40%;
    margin-left:15%;
  }
}
/* line 15, ../sass/ui/_unit.scss */
.unit-floorplan .img img {
  display: block;
}

/* line 21, ../sass/ui/_unit.scss */
.unit-details {
  margin: 0 auto 2em auto;
  padding: 2%;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 700px) {
  /* line 21, ../sass/ui/_unit.scss */
  .unit-details {
    float: right;
    text-align: left;
    width: 35%;
  }
}
/* line 33, ../sass/ui/_unit.scss */
.unit-details h2 {
  margin: 0 0 0.25em 0;
  font-size: 36px;
  line-height: 1.4;
}
/* line 39, ../sass/ui/_unit.scss */
.unit-details .interested {
  margin: 0 0 0.5em 0;
}
/* line 43, ../sass/ui/_unit.scss */
.unit-details .enquire-button {
  background-color: #b2bb1e;
  background-image: url(../../img/arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 100;
  line-height: 34px;
  margin: 0 auto;
  padding: 0 40px 0 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 170px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 700px) {
  /* line 43, ../sass/ui/_unit.scss */
  .unit-details .enquire-button {
    margin: 0;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 43, ../sass/ui/_unit.scss */
  .unit-details .enquire-button {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../../img/arrow-retina.png");
    background-size: 11px 18px;
  }
}

@media screen and (min-width: 800px) {
  /* line 2, ../sass/ui/_facilities.scss */
  .facilities-intro p {
    width: 90%;
  }
}
@media screen and (min-width: 900px) {
  /* line 2, ../sass/ui/_facilities.scss */
  .facilities-intro p {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2, ../sass/ui/_facilities.scss */
  .facilities-intro p {
    width: 70%;
  }
}

/* line 15, ../sass/ui/_facilities.scss */
.facilities-article {
  padding: 60px 0 20px 0;
}
@media screen and (min-width: 700px) {
  /* line 15, ../sass/ui/_facilities.scss */
  .facilities-article {
    padding: 80px 0 20px 0;
    overflow: hidden;
    *zoom: 1;
  }
}
/* line 24, ../sass/ui/_facilities.scss */
.facilities-article .img {
  margin: 0 0 1em 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  /* line 24, ../sass/ui/_facilities.scss */
  .facilities-article .img {
    float: left;
    width: 44%;
  }
}
@media screen and (min-width: 900px) {
  /* line 24, ../sass/ui/_facilities.scss */
  .facilities-article .img {
    width: 52%;
  }
}
/* line 37, ../sass/ui/_facilities.scss */
.facilities-article .img img {
  display: block;
}
/* line 41, ../sass/ui/_facilities.scss */
.facilities-article .img .icon {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  width: 80px;
}
@media screen and (min-width: 800px) {
  /* line 41, ../sass/ui/_facilities.scss */
  .facilities-article .img .icon {
    margin-left: -50px;
    top: -50px;
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  /* line 41, ../sass/ui/_facilities.scss */
  .facilities-article .img .icon {
    margin-left: -60px;
    top: -60px;
    width: 120px;
  }
}
/* line 62, ../sass/ui/_facilities.scss */
.facilities-article .bd {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 700px) {
  /* line 62, ../sass/ui/_facilities.scss */
  .facilities-article .bd {
    float: right;
    width: 52%;
  }
}
@media screen and (min-width: 900px) {
  /* line 62, ../sass/ui/_facilities.scss */
  .facilities-article .bd {
    width: 41%;
  }
}
/* line 75, ../sass/ui/_facilities.scss */
.facilities-article .bd h2 {
  margin: 0 0 0.25em 0;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 700px) {
  /* line 75, ../sass/ui/_facilities.scss */
  .facilities-article .bd h2 {
    text-align: left;
  }
}
/* line 86, ../sass/ui/_facilities.scss */
.facilities-article .bd p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 0.5em 0;
}
/* line 92, ../sass/ui/_facilities.scss */
.facilities-article .bd ul {
  margin: 0 0 0.5em 0;
}
/* line 96, ../sass/ui/_facilities.scss */
.facilities-article .bd li {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 0.25em 1em;
}

/* line 107, ../sass/ui/_facilities.scss */
.space-article {
  padding: 40px 0 20px 0;
}
@media screen and (min-width: 700px) {
  /* line 107, ../sass/ui/_facilities.scss */
  .space-article {
    padding: 60px 0 20px 0;
  }
}

/* line 115, ../sass/ui/_facilities.scss */
.sustainability-article {
  background: #f1eee9;
}
@media screen and (min-width: 700px) {
  /* line 118, ../sass/ui/_facilities.scss */
  .sustainability-article .img {
    float: right;
  }
}
@media screen and (min-width: 700px) {
  /* line 123, ../sass/ui/_facilities.scss */
  .sustainability-article .bd {
    float: left;
  }
}

@media screen and (min-width: 800px) {
  /* line 2, ../sass/ui/_location.scss */
  .location-intro p {
    width: 85%;
  }
}
@media screen and (min-width: 900px) {
  /* line 2, ../sass/ui/_location.scss */
  .location-intro p {
    width: 75%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2, ../sass/ui/_location.scss */
  .location-intro p {
    width: 65%;
  }
}

/* line 16, ../sass/ui/_location.scss */
.location .map {
  display: block;
  height: 300px;
}
@media screen and (min-width: 900px) {
  /* line 16, ../sass/ui/_location.scss */
  .location .map {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 16, ../sass/ui/_location.scss */
  .location .map {
    margin: 0 auto;
    width: 1200px;
  }
}
/* line 29, ../sass/ui/_location.scss */
.location .map img {
  max-width: none;
}

/* line 35, ../sass/ui/_location.scss */
.directions {
  padding: 2em 0;
}
@media screen and (min-width: 600px) {
  /* line 35, ../sass/ui/_location.scss */
  .directions {
    overflow: hidden;
    *zoom: 1;
  }
}
/* line 42, ../sass/ui/_location.scss */
.directions h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 42, ../sass/ui/_location.scss */
  .directions h2 {
    font-size: 32px;
    text-align: left;
  }
}
@media screen and (min-width: 700px) {
  /* line 42, ../sass/ui/_location.scss */
  .directions h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 800px) {
  /* line 42, ../sass/ui/_location.scss */
  .directions h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 600px) {
  /* line 62, ../sass/ui/_location.scss */
  .directions .img {
    float: left;
    width: 42%;
  }
}
@media screen and (min-width: 600px) {
  /* line 69, ../sass/ui/_location.scss */
  .directions .bd {
    float: right;
    width: 52%;
  }
}
/* line 76, ../sass/ui/_location.scss */
.directions .direction {
  margin: 0 0 1em 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 81, ../sass/ui/_location.scss */
.directions .direction .img {
  float: left;
  margin-top: 28px;
  width: 15%;
}
@media screen and (min-width: 400px) {
  /* line 81, ../sass/ui/_location.scss */
  .directions .direction .img {
    width: 10%;
  }
}
@media screen and (min-width: 600px) {
  /* line 81, ../sass/ui/_location.scss */
  .directions .direction .img {
    margin-top: 32px;
    width: 15%;
  }
}
@media screen and (min-width: 700px) {
  /* line 81, ../sass/ui/_location.scss */
  .directions .direction .img {
    width: 13%;
  }
}
@media screen and (min-width: 800px) {
  /* line 81, ../sass/ui/_location.scss */
  .directions .direction .img {
    width: 11%;
  }
}
@media screen and (min-width: 900px) {
  /* line 81, ../sass/ui/_location.scss */
  .directions .direction .img {
    width: 9%;
  }
}
/* line 107, ../sass/ui/_location.scss */
.directions .direction .img img {
  display: block;
}
/* line 112, ../sass/ui/_location.scss */
.directions .direction .bd {
  float: right;
  width: 81%;
}
@media screen and (min-width: 400px) {
  /* line 112, ../sass/ui/_location.scss */
  .directions .direction .bd {
    width: 86%;
  }
}
@media screen and (min-width: 600px) {
  /* line 112, ../sass/ui/_location.scss */
  .directions .direction .bd {
    width: 81%;
  }
}
@media screen and (min-width: 700px) {
  /* line 112, ../sass/ui/_location.scss */
  .directions .direction .bd {
    width: 83%;
  }
}
@media screen and (min-width: 800px) {
  /* line 112, ../sass/ui/_location.scss */
  .directions .direction .bd {
    width: 85%;
  }
}
@media screen and (min-width: 900px) {
  /* line 112, ../sass/ui/_location.scss */
  .directions .direction .bd {
    width: 87%;
  }
}
/* line 136, ../sass/ui/_location.scss */
.directions .direction .bd h3 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  /* line 136, ../sass/ui/_location.scss */
  .directions .direction .bd h3 {
    font-size: 16px;
  }
}
/* line 146, ../sass/ui/_location.scss */
.directions .direction .bd p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 600px) {
  /* line 146, ../sass/ui/_location.scss */
  .directions .direction .bd p {
    font-size: 16px;
  }
}
/* line 156, ../sass/ui/_location.scss */
.directions .direction .bd a {
  color: #393532;
  font-weight: 700;
  text-decoration: none;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 18, ../sass/ui/_gallery.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 21, ../sass/ui/_gallery.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 25, ../sass/ui/_gallery.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 26, ../sass/ui/_gallery.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 27, ../sass/ui/_gallery.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 28, ../sass/ui/_gallery.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 31, ../sass/ui/_gallery.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 32, ../sass/ui/_gallery.scss */
html[xmlns] .slides {
  display: block;
}

/* line 33, ../sass/ui/_gallery.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 38, ../sass/ui/_gallery.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 42, ../sass/ui/_gallery.scss */
.flexslider {
  margin: 0 auto 2em auto;
  position: relative;
  zoom: 1;
}

/* line 43, ../sass/ui/_gallery.scss */
.touch .flexslider {
  margin: 0 auto 1em auto;
}

/* line 44, ../sass/ui/_gallery.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 45, ../sass/ui/_gallery.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 46, ../sass/ui/_gallery.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 47, ../sass/ui/_gallery.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 50, ../sass/ui/_gallery.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 51, ../sass/ui/_gallery.scss */
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 52, ../sass/ui/_gallery.scss */
.flex-direction-nav .flex-prev {
  left: 0;
}

/* line 53, ../sass/ui/_gallery.scss */
.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}

/* Pause/Play */
/* line 56, ../sass/ui/_gallery.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 57, ../sass/ui/_gallery.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 58, ../sass/ui/_gallery.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 59, ../sass/ui/_gallery.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 62, ../sass/ui/_gallery.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 63, ../sass/ui/_gallery.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 64, ../sass/ui/_gallery.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 65, ../sass/ui/_gallery.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 66, ../sass/ui/_gallery.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 68, ../sass/ui/_gallery.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 69, ../sass/ui/_gallery.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 70, ../sass/ui/_gallery.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 71, ../sass/ui/_gallery.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 72, ../sass/ui/_gallery.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (min-width: 1200px) {
  /* line 74, ../sass/ui/_gallery.scss */
  .full-gallery {
    margin: 0 auto 2em auto;
    width: 1200px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 81, ../sass/ui/_gallery.scss */
  .touch .full-gallery {
    margin: 0 auto 1em auto;
    max-width: 1200px;
  }
}

/* line 88, ../sass/ui/_gallery.scss */
.touch-hint {
  display: none;
}

/* line 92, ../sass/ui/_gallery.scss */
.touch .touch-hint {
  display: block;
  font-size: 10px;
  margin: 0 0 1em 0;
  text-align: center;
}

/* line 99, ../sass/ui/_gallery.scss */
.touch #carousel {
  display: none;
}

/* line 103, ../sass/ui/_gallery.scss */
#carousel {
  box-sizing: content-box;
  display: none;
  position: relative;
  width: 420px;
}
/* line 109, ../sass/ui/_gallery.scss */
#carousel * {
  box-sizing: content-box;
}
@media screen and (min-width: 700px) {
  /* line 103, ../sass/ui/_gallery.scss */
  #carousel {
    display: block;
    padding: 0 35px;
  }
}
@media screen and (min-width: 900px) {
  /* line 103, ../sass/ui/_gallery.scss */
  #carousel {
    width: 640px;
  }
}
@media screen and (min-width: 1100px) {
  /* line 103, ../sass/ui/_gallery.scss */
  #carousel {
    width: 855px;
  }
}
/* line 126, ../sass/ui/_gallery.scss */
#carousel img {
  display: block;
}
/* line 130, ../sass/ui/_gallery.scss */
#carousel .flex-direction-nav li {
  border: 0;
}
/* line 134, ../sass/ui/_gallery.scss */
#carousel .flex-direction-nav a {
  background-color: #b2bb1e;
  background-image: url("../../img/back-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 106px;
  opacity: 1;
  overflow: hidden;
  text-indent: 100%;
  top: 20px;
  white-space: nowrap;
  width: 30px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 134, ../sass/ui/_gallery.scss */
  #carousel .flex-direction-nav a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../../img/back-arrow-retina.png");
    background-size: 14px 23px;
  }
}
/* line 151, ../sass/ui/_gallery.scss */
#carousel .flex-direction-nav a.flex-next {
  background-image: url("../../img/next-arrow.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 151, ../sass/ui/_gallery.scss */
  #carousel .flex-direction-nav a.flex-next {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../../img/next-arrow-retina.png");
    background-size: 14px 23px;
  }
}

/* line 1, ../sass/ui/_contact.scss */
.contact {
  position: relative;
}
/* line 4, ../sass/ui/_contact.scss */
.contact .image {
  display: none;
}
@media screen and (min-width: 900px) {
  /* line 4, ../sass/ui/_contact.scss */
  .contact .image {
    display: block;
  }
}
/* line 11, ../sass/ui/_contact.scss */
.contact .image img {
  display: block;
}
@media screen and (min-width: 1200px) {
  /* line 4, ../sass/ui/_contact.scss */
  .contact .image {
    margin: 0 auto;
    width: 1200px;
  }
}
@media screen and (min-width: 900px) {
  /* line 21, ../sass/ui/_contact.scss */
  .contact .body {
    /*position: absolute;*/
    /*right: 0;*/
    top: 1.5em;
    /*width: 100%;*/
    /*overflow: hidden;*/
    /**zoom: 1;*/
  }
}
@media screen and (min-width: 1000px) {
  /* line 21, ../sass/ui/_contact.scss */
  .contact .body {
    top: 3em;
  }
}

@media screen and (min-width: 900px) {
  /* line 36, ../sass/ui/_contact.scss */
  .contact-box {
    background: white;
    background: rgba(255, 255, 255, 0.4);
    float: right;
    margin: 2rem 0;
    padding: 2em;
    width: 55%;
  }
  /* line 45, ../sass/ui/_contact.scss */
  .no-boxsizing .contact-box {
    padding: 3%;
    width: 49%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 36, ../sass/ui/_contact.scss */
  .contact-box {
    width: 50%;
  }
  /* line 54, ../sass/ui/_contact.scss */
  .no-boxsizing .contact-box {
    width: 44%;
  }
}
@media screen and (min-width: 900px) {
  /* line 59, ../sass/ui/_contact.scss */
  .contact-box h1 {
    line-height: 1;
    margin: 0 0 0.25em 0;
    text-align: left;
  }
}
/* line 67, ../sass/ui/_contact.scss */
.contact-box p {
  margin: 0 0 2em 0;
}
@media screen and (min-width: 900px) {
  /* line 67, ../sass/ui/_contact.scss */
  .contact-box p {
    font-size: 18px;
    text-align: left;
  }
}

@media screen and (min-width: 600px) {
  /* line 76, ../sass/ui/_contact.scss */
  .agents {
    margin: 0 auto 2em auto;
    width: 80%;
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 900px) {
  /* line 76, ../sass/ui/_contact.scss */
  .agents {
    margin: 0 auto;
    width: 100%;
  }
}
/* line 89, ../sass/ui/_contact.scss */
.agents .agent {
  margin: 0 auto 1em auto;
  width: 70%;
}
@media screen and (min-width: 600px) {
  /* line 89, ../sass/ui/_contact.scss */
  .agents .agent {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  /* line 104, ../sass/ui/_contact.scss */
  .agents .agent:last-child .img {
    /*width: 70%;*/
  }
}
@media screen and (min-width: 600px) {
  /* line 103, ../sass/ui/_contact.scss */
  .agents .agent:last-child {
    /*margin: 0 2%;*/
    /*width: 46%;*/
  }
}
@media screen and (min-width: 900px) {
  /* line 103, ../sass/ui/_contact.scss */
  .agents .agent:last-child {
    margin: 0;
  }
}
/* line 120, ../sass/ui/_contact.scss */
.agents .agent .img {
  margin: 0 auto 0.5em auto;
  width: 70%;
}
@media screen and (min-width: 900px) {
  /* line 120, ../sass/ui/_contact.scss */
  .agents .agent:last-child {
    margin: 20px 0 0 0 ;
    width: 100%;
}
  .agents .agent .img {
    float: left;
    width: 50%;
  }
  .agents .agent .bd {
    float: left;
    width: 100%;
    clear:both;
  }

}
@media screen and (min-width: 900px) {
  /* line 130, ../sass/ui/_contact.scss */
  .agents .agent .bd {
    clear: left;
    width: 100%;
  }
}
/* line 137, ../sass/ui/_contact.scss */
.agents .agent p {
  margin: 0;
}
@media screen and (min-width: 900px) {
  /* line 137, ../sass/ui/_contact.scss */
  .agents .agent p {
    font-size: 14px;
    text-align: left;
  }
}
/* line 146, ../sass/ui/_contact.scss */
.agents .agent a {
  color: #393532;
  text-decoration: none;
}

/* line 153, ../sass/ui/_contact.scss */
.developers {
  margin: 0 0 2em 0;
}
@media screen and (min-width: 600px) {
  /* line 153, ../sass/ui/_contact.scss */
  .developers {
    margin: 0 auto 2em auto;
    width: 80%;
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 900px) {
  /* line 153, ../sass/ui/_contact.scss */
  .developers {
    clear: right;
    float: right;
    margin: 0;
    padding: 1em 2em;
    width: 55%;
  }
  /* line 171, ../sass/ui/_contact.scss */
  .no-boxsizing .developers {
    padding: 1.5% 3%;
    width: 49%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 153, ../sass/ui/_contact.scss */
  .developers {
    width: 50%;
  }
  /* line 180, ../sass/ui/_contact.scss */
  .no-boxsizing .developers {
    width: 44%;
  }
}
/* line 185, ../sass/ui/_contact.scss */
.developers p {
  margin: 0 0 1em 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  /* line 185, ../sass/ui/_contact.scss */
  .developers p {
    font-size: 15px;
    text-align: left;
  }
}
/* line 195, ../sass/ui/_contact.scss */
.developers .developer {
  display: block;
  margin: 0 auto 1em auto;
  width: 49%;
}
@media screen and (min-width: 940px) {
  /* line 195, ../sass/ui/_contact.scss */
.developers .developer {
  float: left;
  margin: 0 5% 0 0;
  width: 60%;
}
}

/* line 1, ../sass/ui/_generic.scss */
.generic-content {
  padding: 0 0 2em 0;
}
/* line 4, ../sass/ui/_generic.scss */
.generic-content h2 {
  font-size: 26px;
}
/* line 8, ../sass/ui/_generic.scss */
.generic-content h3 {
  color: #b2bb1e;
  font-size: 22px;
  font-weight: 100;
}
/* line 14, ../sass/ui/_generic.scss */
.generic-content p {
  margin: 0 0 1em 0;
}
/* line 18, ../sass/ui/_generic.scss */
.generic-content a {
  color: #393532;
  font-weight: 700;
  text-decoration: none;
}
/* line 23, ../sass/ui/_generic.scss */
.generic-content a:hover {
  text-decoration: underline;
}
/* line 28, ../sass/ui/_generic.scss */
.generic-content td {
  padding: 0.5em;
}

/*---------------------------*\
     $Cookie Consent Popup
\*---------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;}.cc-window.cc-banner{padding:1em 1.8em;width:100%;}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:0}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:5px 4px;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;}.cc-revoke.cc-right{right:3em;}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-compliance{display:block;width:35%;  margin: 0 auto;}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-message{
  margin-bottom: 7px;
  display: block;
}

 @media screen and (min-width: 600px) {
    /* line 78, ../sass/ui/_getting-here.scss */
.cc-window .cc-message {
    margin-bottom: 0;
    float: left;
    width: 75%;
}
}

.cc-compliance{
  display:block;width:35%;  
  margin: 0 auto;
}  @media screen and (min-width: 600px) {
    /* line 78, ../sass/ui/_getting-here.scss */
.cc-compliance {
  width: 20% !important;
  float: right;
  margin-top: 5px;
}
}
.cc-banner.cc-bottom, .cc-revoke, .cc-window {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.95);
  padding: 10px !important;
  font-size: 14px !important;
  color: rgb(90,90,90) !important;
  width: 80% !important;
  margin: 0 10% 20px;
  line-height: 1.3 !important;
  border: 2px solid #b2bb1e;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  left: auto !important;
  text-align:center;
}
  @media screen and (min-width: 600px) {
    /* line 78, ../sass/ui/_getting-here.scss */
.cc-banner.cc-bottom, .cc-revoke, .cc-window {
  width: 524px !important;
  margin: 0 30px 30px 27% !important;
  text-align: left;
}
}
.cc-banner a {
  color:#b2bb1e {
;
}
.cc-banner .cc-btn:last-child {
  width: auto !important;
  background: #b2bb1e;
  color: rgb(255,255,255);
  min-width: 100px !important;

}
.cc-color-override-1020485029 .cc-link {
  color: rgb(90,90,90) !important;
  opacity: 1 !important;
  padding: 0 !important;
  font-weight: 300 !important;
}
