@charset "UTF-8";
/* 
    Created on : Nov 30, 2015, 11:49:18 PM
    Author     : robert
*/
@import url(https://fonts.googleapis.com/css?family=Palanquin:400,300,200&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);
html {
  font-size: 16px;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Palanquin", sans-serif; }

h1, h2, h3 {
  margin-top: 0;
  color: #888;
  font-weight: 200;
  line-height: 126%; }

p {
  color: #888;
  line-height: 126%;
  font-weight: 200; }

table {
  width: 100%;
  border-collapse: collapse; }

td {
  padding: 0;
  margin: 0;
  border: 0; }

tr td:first-child {
  width: 286px;
  background-color: #faf5eb;
  padding: 10px; }

img {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #dc9d09; }

#container {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  min-height: 100%; }

#header {
  height: 124px; }
  #header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 200; }
  #header li {
    display: inline-block;
    color: #dc9d09;
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
    padding-left: 16px;
    line-height: 3.7rem;
    border-left: 2px #fce4ac solid; }
  #header li:first-child {
    margin-left: 4px;
    border: 0; }

#content {
  padding-bottom: 260px;
  height: 100%; }
  #content p:last-child {
    font-size: 1.6rem;
    color: #dc9d09;
    margin-top: 20px;
    margin-bottom: 20px; }
  #content .first-line {
    vertical-align: bottom; }
  #content ul {
    font-weight: 200;
    font-size: 1.25rem;
    line-height: 126%;
    color: #888;
    list-style-type: none; }
  #content li {
    margin-bottom: 8px; }
  #content li::before {
    content: "›";
    color: #dc9d09;
    display: inline-block;
    width: 1.25rem;
    margin-left: -1.25rem; }

#content h1, #footer h1 {
  font-size: 1.6rem;
  text-align: right;
  display: inline-block;
  width: 282px;
  padding: 18px 12px 18px 12px;
  margin: 0;
  border-bottom: 1px #fce4ac solid; }

#content p, #content h2, #content h3, #footer p, #footer h2, #footer h3 {
  display: inline-block;
  width: 600px;
  margin: 0;
  padding: 0px 8px 0px 18px; }
#content p, #footer p {
  font-size: 1.25rem; }
#content h2, #footer h2 {
  font-size: 1.4rem;
  border-left: 4px solid #fce4ac;
  padding-bottom: 4px;
  padding-left: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 4px; }
  #content h2:first-child, #footer h2:first-child {
    margin-top: 1.2rem; }
#content h3, #footer h3 {
  margin-bottom: 8px;
  padding-left: 0.75rem;
  margin-left: 1rem;
  font-size: 1.2rem; }

#logo {
  margin: 0;
  padding: 0; }

#footer {
  width: 100%;
  z-index: -10;
  position: absolute;
  bottom: 0;
  height: 321px; }
  #footer h1 {
    border-bottom: 0;
    border-top: 1px #fce4ac solid; }
  #footer img {
    display: block; }

.logo-container {
  background-color: white;
  height: 64px;
  width: 306px; }

.titles {
  padding: 0 8px 8px 8px;
  width: 290px; }

.workplace {
  font-weight: 400;
  color: #dc9d09; }

.empty-left {
  width: 306px;
  min-height: 66px;
  display: inline-block;
  vertical-align: middle; }
  .empty-left:first-child {
    border-bottom: 1px #fce4ac solid; }

.portfolio a {
  width: 122px;
  display: inline-block;
  margin-left: 6px; }
  .portfolio a:first-child {
    margin-left: 18px; }
  .portfolio a:nth-child(5) {
    margin-left: 18px; }
.portfolio img {
  border: 1px #fce4ac solid; }

.colored-background-01 {
  background-color: #faf5eb; }

.colored-background-02 {
  background-color: #f5ebd7; }

.colored-background-03 {
  background-color: #f0e1c2; }

.smaller-font {
  font-size: 70%;
  top: -0.1rem;
  position: relative; }

.colored-text {
  color: #dc9d09; }

.lighter-colored-text {
  color: #fce4ac; }

.row-height {
  min-height: 60px; }

.column-one {
  float: left; }

.column-two {
  float: left; }

.description-block {
  display: inline-block;
  width: 600px; }

a .material-icons:hover {
  color: #dc9d09; }

.material-icons {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 8px;
  color: #fce4ac;
  vertical-align: bottom; }
  .material-icons:first-child {
    margin-left: 0; }

.vertically-center {
  vertical-align: middle; }

.vertically-top {
  vertical-align: top; }

.clearfix:after {
  content: "";
  /* Older browser do not support empty content */
  display: table;
  clear: both; }

/*
.svg-icon {
    fill: @logo-color;
}
*/

/*# sourceMappingURL=houdini.css.map */
