/* 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" /> */
@font-face {
  font-family: "Walkway";
  src: url('../fonts/walkway/walkway_bold.eot?1441488126');
  src: url('../fonts/walkway/walkway_bold.eot?&1441488126#iefix') format('embedded-opentype'), url('../fonts/walkway/walkway_bold.woff?1441488126') format('woff'), url('../fonts/walkway/walkway_bold.ttf?1441488126') format('truetype'), url('../fonts/walkway/walkway_bold.svg?1441488126') format('svg');
}
@font-face {
  font-family: "Walkway Italic";
  src: url('../fonts/walkway/walkway_oblique_bold.eot?1441488126');
  src: url('../fonts/walkway/walkway_oblique_bold.eot?&1441488126#iefix') format('embedded-opentype'), url('../fonts/walkway/walkway_oblique_bold.woff?1441488126') format('woff'), url('../fonts/walkway/walkway_oblique_bold.ttf?1441488126') format('truetype'), url('../fonts/walkway/walkway_oblique_bold.svg?1441488126') format('svg');
}
@font-face {
  font-family: "Walkway Bold";
  src: url('../fonts/walkway/walkway_black.eot?1441488126');
  src: url('../fonts/walkway/walkway_black.eot?&1441488126#iefix') format('embedded-opentype'), url('../fonts/walkway/walkway_black.woff?1441488126') format('woff'), url('../fonts/walkway/walkway_black.ttf?1441488126') format('truetype'), url('../fonts/walkway/walkway_black.svg?1441488126') format('svg');
}
@font-face {
  font-family: "Walkway Bold Italic";
  src: url('../fonts/walkway/walkway_oblique_black.eot?1441488126');
  src: url('../fonts/walkway/walkway_oblique_black.eot?&1441488126#iefix') format('embedded-opentype'), url('../fonts/walkway/walkway_oblique_black.woff?1441488126') format('woff'), url('../fonts/walkway/walkway_oblique_black.ttf?1441488126') format('truetype'), url('../fonts/walkway/walkway_oblique_black.svg?1441488126') format('svg');
}
@font-face {
  font-family: "NothingYouCanDo";
  src: url('../fonts/nothingyoucoulddo/NothingYouCouldDo.eot?1442013878');
  src: url('../fonts/nothingyoucoulddo/NothingYouCouldDo.eot?&1442013878#iefix') format('embedded-opentype'), url('../fonts/nothingyoucoulddo/NothingYouCouldDo.woff?1442013878') format('woff'), url('../fonts/nothingyoucoulddo/NothingYouCouldDo.ttf?1442013878') format('truetype'), url('../fonts/nothingyoucoulddo/NothingYouCouldDo.svg?1442013878') format('svg');
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/_partials/_reset.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-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../sass/_partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../sass/_partials/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/_partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../sass/_partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/_partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/_partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 59, ../sass/_partials/_reset.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 65, ../sass/_partials/_reset.scss */
.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 73, ../sass/_partials/_reset.scss */
.clearfix {
  *zoom: 1;
}

/* line 77, ../sass/_partials/_reset.scss */
img {
  width: 100%;
}

/* line 1, ../sass/_partials/_layout.scss */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 8, ../sass/_partials/_layout.scss */
#wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  min-height: 100%;
  padding: 0 0 35px;
  margin: 0 auto;
  position: relative;
}

/* line 19, ../sass/_partials/_layout.scss */
#backgroundimage {
  position: fixed;
  left: 0px;
  top: 20%;
  width: 100%;
  z-index: -1;
}
/* line 25, ../sass/_partials/_layout.scss */
#backgroundimage img {
  width: 100%;
}

/* line 30, ../sass/_partials/_layout.scss */
header {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  text-align: center;
}

/* line 38, ../sass/_partials/_layout.scss */
nav {
  display: table;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#999999, #000000);
  background-image: -webkit-linear-gradient(#999999, #000000);
  background-image: linear-gradient(#999999, #000000);
  width: 100%;
  height: 20px;
}

/* line 45, ../sass/_partials/_layout.scss */
section {
  display: table;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

/* line 52, ../sass/_partials/_layout.scss */
section:after {
  clear: both;
}

/* line 56, ../sass/_partials/_layout.scss */
article {
  width: 100%;
  display: table-cell;
}

/* line 61, ../sass/_partials/_layout.scss */
footer {
  display: block;
  box-sizing: border-box;
  background: #000000;
  bottom: 0;
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 72, ../sass/_partials/_layout.scss */
footer p {
  padding: 10px 0 0 0;
  margin: 0;
}

/* line 77, ../sass/_partials/_layout.scss */
.topPromotion {
  display: block;
  overflow: none;
}
/* line 80, ../sass/_partials/_layout.scss */
.topPromotion img {
  width: 100%;
}

/* line 85, ../sass/_partials/_layout.scss */
.asidePromotion {
  display: block;
}
/* line 87, ../sass/_partials/_layout.scss */
.asidePromotion img {
  width: 100%;
}

/* line 1, ../sass/_partials/_menu.scss */
#drop {
  display: none;
}

@media all and (min-width: 768px) {
  /* line 8, ../sass/_partials/_menu.scss */
  .toggle {
    display: none;
  }

  /* line 12, ../sass/_partials/_menu.scss */
  #nav, #nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
  }

  /* line 21, ../sass/_partials/_menu.scss */
  #nav a {
    font-family: "walkway", arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
  }

  /* line 32, ../sass/_partials/_menu.scss */
  #nav > li > a {
    border-right: 1px solid #fff;
  }

  /* line 36, ../sass/_partials/_menu.scss */
  #nav li > a:hover {
    color: #ffffff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(#333333, #000000);
    background-image: -webkit-linear-gradient(#333333, #000000);
    background-image: linear-gradient(#333333, #000000);
  }

  /* line 41, ../sass/_partials/_menu.scss */
  #nav ul li > a:hover {
    color: #ffffff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(#999999, #000000);
    background-image: -webkit-linear-gradient(#999999, #000000);
    background-image: linear-gradient(#999999, #000000);
  }

  /* line 46, ../sass/_partials/_menu.scss */
  #nav li {
    float: left;
    position: relative;
  }

  /* line 51, ../sass/_partials/_menu.scss */
  #nav ul {
    position: absolute;
    display: none;
    top: 1.5em;
    background-color: #999999;
  }

  /* line 59, ../sass/_partials/_menu.scss */
  #nav ul li {
    border-top: 1px solid #ffffff;
  }

  /* line 63, ../sass/_partials/_menu.scss */
  #nav ul ul {
    margin-top: -1px;
  }

  /* line 67, ../sass/_partials/_menu.scss */
  #nav li ul a {
    width: 12em;
    height: auto;
    float: left;
  }

  /* line 73, ../sass/_partials/_menu.scss */
  #nav ul ul {
    top: auto;
  }

  /* line 77, ../sass/_partials/_menu.scss */
  #nav li ul ul {
    left: 100%;
  }

  /* line 82, ../sass/_partials/_menu.scss */
  #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
  }

  /* line 85, ../sass/_partials/_menu.scss */
  #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;
  }
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width: 768px) {
  /* line 95, ../sass/_partials/_menu.scss */
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  /* line 103, ../sass/_partials/_menu.scss */
  #nav {
    margin: 0;
  }

  /* line 105, ../sass/_partials/_menu.scss */
  .toggle,
  .toggle + a,
  .menu {
    display: none;
  }

  /* line 109, ../sass/_partials/_menu.scss */
  .toggle {
    display: block;
    font-family: "walkway", arial, sans-serif;
    letter-spacing: 2px;
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(#999999, #000000);
    background-image: -webkit-linear-gradient(#999999, #000000);
    background-image: linear-gradient(#999999, #000000);
  }

  /* line 122, ../sass/_partials/_menu.scss */
  .toggle:hover {
    background-color: #000000;
  }

  /* line 124, ../sass/_partials/_menu.scss */
  [id^=drop]:checked + ul {
    display: block;
  }

  /* line 126, ../sass/_partials/_menu.scss */
  #nav ul li {
    display: block;
    width: 100%;
  }

  /* line 131, ../sass/_partials/_menu.scss */
  nav a {
    font-family: "walkway", arial, sans-serif;
    letter-spacing: 2px;
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(#999999, #000000);
    background-image: -webkit-linear-gradient(#999999, #000000);
    background-image: linear-gradient(#999999, #000000);
  }

  /* line 143, ../sass/_partials/_menu.scss */
  #nav ul ul .toggle,
  #nav ul ul a {
    padding: 0 40px;
  }

  /* line 146, ../sass/_partials/_menu.scss */
  #nav ul ul ul a {
    padding: 0 80px;
  }

  /* line 148, ../sass/_partials/_menu.scss */
  #nav a:hover,
  #nav ul ul ul a {
    background-color: #000000;
  }

  /* line 151, ../sass/_partials/_menu.scss */
  #nav ul li ul li .toggle,
  #nav ul ul a {
    background-color: #212121;
  }

  /* line 154, ../sass/_partials/_menu.scss */
  #nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }

  /* line 160, ../sass/_partials/_menu.scss */
  #nav ul ul li:hover > ul,
  #nav ul li:hover > ul {
    display: none;
  }

  /* line 163, ../sass/_partials/_menu.scss */
  #nav ul ul li {
    display: block;
    width: 100%;
  }

  /* line 168, ../sass/_partials/_menu.scss */
  #nav ul ul ul li {
    position: static;
  }
}
@media all and (max-width: 330px) {
  /* line 175, ../sass/_partials/_menu.scss */
  #nav ul li {
    display: block;
    width: 94%;
  }
}
/* line 3, ../sass/_partials/_media_mobiles.scss */
h1 {
  font-family: "NothingYouCanDo";
  font-size: 3em;
  margin: 40px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999999;
}

/* line 11, ../sass/_partials/_media_mobiles.scss */
h1.intro {
  text-align: center;
  border-bottom: 0px dotted #999999;
}

/* line 16, ../sass/_partials/_media_mobiles.scss */
h1.intro:nth-child(2) {
  margin-top: 0;
}

/* line 20, ../sass/_partials/_media_mobiles.scss */
h1.intro:nth-child(3) {
  margin-top: 0;
  border-bottom: 1px dotted #999999;
}

/* line 25, ../sass/_partials/_media_mobiles.scss */
h2 {
  font-family: "NothingYouCanDo";
  font-size: 2em;
  margin: 40px 0 10px 0;
  padding-bottom: 10px;
}

/* line 32, ../sass/_partials/_media_mobiles.scss */
h3 {
  font-family: "Walkway Bold";
  letter-spacing: 2px;
  font-size: 1.2em;
}

/* line 38, ../sass/_partials/_media_mobiles.scss */
h4 {
  font-family: "Walkway Bold Italic";
  letter-spacing: 6px;
  font-size: 4em;
}

/* line 44, ../sass/_partials/_media_mobiles.scss */
p {
  font-family: "Walkway";
  letter-spacing: 2px;
  font-size: 1em;
  margin-bottom: 20px;
}

/* line 51, ../sass/_partials/_media_mobiles.scss */
p.header-phone-no {
  font-weight: 400;
  font-size: 25px;
  text-align: center;
}

/* line 57, ../sass/_partials/_media_mobiles.scss */
header {
  text-align: center;
}
/* line 59, ../sass/_partials/_media_mobiles.scss */
header #header-left {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
/* line 64, ../sass/_partials/_media_mobiles.scss */
header #header-left img {
  width: 100%;
  max-width: 350px;
}
/* line 69, ../sass/_partials/_media_mobiles.scss */
header #header-right {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 20px 0px 0px 0px;
}

/* line 77, ../sass/_partials/_media_mobiles.scss */
.center {
  text-align: center;
}

/* line 81, ../sass/_partials/_media_mobiles.scss */
.table {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/* line 87, ../sass/_partials/_media_mobiles.scss */
.row {
  display: block;
  width: 100%;
}

/* line 92, ../sass/_partials/_media_mobiles.scss */
.cell {
  display: block;
  width: 100%;
}

/* line 97, ../sass/_partials/_media_mobiles.scss */
img.portfolio {
  display: block;
  margin-bottom: 30px;
}

/* line 102, ../sass/_partials/_media_mobiles.scss */
.team-photo {
  display: block;
  width: 100px;
  text-align: center;
  margin: 0px auto 20px;
}
/* line 107, ../sass/_partials/_media_mobiles.scss */
.team-photo img {
  width: 100%;
}

/* line 112, ../sass/_partials/_media_mobiles.scss */
.team-biog {
  display: block;
  vertical-align: top;
  padding-left: 20px;
  border-top: 20px;
}
/* line 117, ../sass/_partials/_media_mobiles.scss */
.team-biog h2 {
  margin-top: 0;
}

/* line 122, ../sass/_partials/_media_mobiles.scss */
.white {
  color: #FFFFFF;
}

/* line 126, ../sass/_partials/_media_mobiles.scss */
.homepage-content p {
  font-size: 1.5em;
}

@media screen and (min-width: 500px) and (max-width: 800px) {
  /* line 5, ../sass/_partials/_media_tablets.scss */
  article {
    padding-right: 10px;
  }
}
@media screen and (min-width: 600px) {
  /* line 5, ../sass/_partials/_media_desktop.scss */
  article {
    display: block;
    margin: 30px auto;
  }

  /* line 10, ../sass/_partials/_media_desktop.scss */
  .table {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 16, ../sass/_partials/_media_desktop.scss */
  .row {
    display: table-row;
  }

  /* line 20, ../sass/_partials/_media_desktop.scss */
  .cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  /* line 26, ../sass/_partials/_media_desktop.scss */
  .cell:nth-child(1) {
    padding-right: 10px;
  }

  /* line 30, ../sass/_partials/_media_desktop.scss */
  .cell:nth-child(2) {
    padding-left: 10px;
  }

  /* line 34, ../sass/_partials/_media_desktop.scss */
  p.header-phone-no {
    font-weight: 400;
    font-size: 30px;
    text-align: right;
  }

  /* line 40, ../sass/_partials/_media_desktop.scss */
  header {
    display: table;
    table-layout: fixed;
  }
  /* line 43, ../sass/_partials/_media_desktop.scss */
  header #row {
    display: table-row;
  }
  /* line 46, ../sass/_partials/_media_desktop.scss */
  header #header-left {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 30px 0px 30px 0px;
  }
  /* line 51, ../sass/_partials/_media_desktop.scss */
  header #header-left img {
    width: 80%;
    max-width: 350px;
  }
  /* line 56, ../sass/_partials/_media_desktop.scss */
  header #header-right {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 50px 0px 0px 0px;
  }

  /* line 64, ../sass/_partials/_media_desktop.scss */
  .homepage-content {
    width: 80%;
    margin: 30px auto;
  }

  /* line 69, ../sass/_partials/_media_desktop.scss */
  .team-photo {
    display: table-cell;
    width: 100px;
    text-align: left;
  }
  /* line 73, ../sass/_partials/_media_desktop.scss */
  .team-photo img {
    width: 100%;
  }

  /* line 78, ../sass/_partials/_media_desktop.scss */
  .team-biog {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }
  /* line 82, ../sass/_partials/_media_desktop.scss */
  .team-biog h2 {
    margin-top: 0;
  }
}
