/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: "futura-pt", "Futura PT", "Avenir", "Calibri", sans-serif;
  background-color: white;
  color: black;
  font-size: 100%; }

@media screen and (max-width: 750px) {
  body {
    font-size: 90%; } }

h1, h2, h3 {
  font-family: "futura-pt", "Futura PT", "Avenir", "Calibri", sans-serif;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

button {
  font-family: inherit; }

.no-break {
  white-space: nowrap; }

#header {
  position: relative;
  height: 40em;
  background-color: black;
  color: white;
  background-image: url(/static/images/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover; }
  #header .navigation {
    position: absolute;
    width: 100%; }
    #header .navigation a {
      border: none; }
    #header .navigation .left-section {
      margin-top: 1.8em;
      margin-left: 1.8em;
      display: inline-block;
      position: relative; }
      #header .navigation .left-section .logo {
        width: 4em;
        vertical-align: top; }
      #header .navigation .left-section h1 {
        display: inline;
        margin: 0;
        margin-left: 0.4em;
        position: relative;
        top: 0.4em; }
    #header .navigation .right-section-menu {
      display: none; }
    #header .navigation .right-section {
      float: right;
      margin-top: 3em;
      margin-right: 3em; }
      #header .navigation .right-section ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        padding-right: 2em; }
        #header .navigation .right-section ul li {
          display: inline-block;
          margin-left: 2em; }
        #header .navigation .right-section ul li.active {
          border-bottom-style: solid;
          border-bottom-width: 1px; }
        #header .navigation .right-section ul li.logo-link {
          display: none; }
        #header .navigation .right-section ul li.contact-us-link {
          display: none; }
        #header .navigation .right-section ul li.close-link {
          display: none; }
      #header .navigation .right-section button {
        border: none;
        outline: none;
        padding: 0.5em;
        padding-left: 2em;
        padding-right: 2em;
        border-radius: 5px;
        background-color: #ea7219;
        color: white; }
    @media screen and (max-width: 750px) {
      #header .navigation .left-section {
        font-size: 80%; }
      #header .navigation .right-section-menu {
        display: block;
        position: absolute;
        top: 2.5em;
        right: 2.5em;
        border: none;
        outline: none;
        margin: 0;
        padding: 0;
        line-height: 0;
        background-color: inherit; }
        #header .navigation .right-section-menu img {
          width: 1.5em; }
      #header .navigation .right-section {
        display: none;
        position: absolute;
        z-index: 1;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100vh;
        font-size: 1.5em;
        background-color: white;
        color: black; }
        #header .navigation .right-section ul {
          display: inherit;
          margin: 0;
          padding: 0; }
          #header .navigation .right-section ul li {
            display: inherit;
            text-align: center;
            margin: 1em; }
          #header .navigation .right-section ul li.active {
            border: none; }
          #header .navigation .right-section ul li.logo-link {
            display: inherit;
            margin-top: 1.5em; }
            #header .navigation .right-section ul li.logo-link img {
              width: 3em; }
          #header .navigation .right-section ul li.contact-us-link {
            display: inherit; }
          #header .navigation .right-section ul li.close-link {
            display: inherit;
            font-style: italic;
            font-size: 0.9em;
            opacity: 0.5;
            cursor: pointer; }
        #header .navigation .right-section button {
          display: none; } }
  #header h1.heading {
    position: relative;
    top: 50%;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

#header {
  height: 20em; }
  @media screen and (max-width: 1200px) {
    #header h1.heading {
      -webkit-transform: none;
      transform: none; } }

#footer {
  text-align: center;
  line-height: 6em; }
  #footer .copyright {
    opacity: 0.3; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: "futura-pt", "Futura PT", "Avenir", "Calibri", sans-serif;
  background-color: white;
  color: black;
  font-size: 100%; }

@media screen and (max-width: 750px) {
  body {
    font-size: 90%; } }

h1, h2, h3 {
  font-family: "futura-pt", "Futura PT", "Avenir", "Calibri", sans-serif;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

button {
  font-family: inherit; }

.no-break {
  white-space: nowrap; }

#header {
  position: relative;
  height: 40em;
  background-color: black;
  color: white;
  background-image: url(/static/images/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover; }
  #header .navigation {
    position: absolute;
    width: 100%; }
    #header .navigation a {
      border: none; }
    #header .navigation .left-section {
      margin-top: 1.8em;
      margin-left: 1.8em;
      display: inline-block;
      position: relative; }
      #header .navigation .left-section .logo {
        width: 4em;
        vertical-align: top; }
      #header .navigation .left-section h1 {
        display: inline;
        margin: 0;
        margin-left: 0.4em;
        position: relative;
        top: 0.4em; }
    #header .navigation .right-section-menu {
      display: none; }
    #header .navigation .right-section {
      float: right;
      margin-top: 3em;
      margin-right: 3em; }
      #header .navigation .right-section ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        padding-right: 2em; }
        #header .navigation .right-section ul li {
          display: inline-block;
          margin-left: 2em; }
        #header .navigation .right-section ul li.active {
          border-bottom-style: solid;
          border-bottom-width: 1px; }
        #header .navigation .right-section ul li.logo-link {
          display: none; }
        #header .navigation .right-section ul li.contact-us-link {
          display: none; }
        #header .navigation .right-section ul li.close-link {
          display: none; }
      #header .navigation .right-section button {
        border: none;
        outline: none;
        padding: 0.5em;
        padding-left: 2em;
        padding-right: 2em;
        border-radius: 5px;
        background-color: #ea7219;
        color: white; }
    @media screen and (max-width: 750px) {
      #header .navigation .left-section {
        font-size: 80%; }
      #header .navigation .right-section-menu {
        display: block;
        position: absolute;
        top: 2.5em;
        right: 2.5em;
        border: none;
        outline: none;
        margin: 0;
        padding: 0;
        line-height: 0;
        background-color: inherit; }
        #header .navigation .right-section-menu img {
          width: 1.5em; }
      #header .navigation .right-section {
        display: none;
        position: absolute;
        z-index: 1;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100vh;
        font-size: 1.5em;
        background-color: white;
        color: black; }
        #header .navigation .right-section ul {
          display: inherit;
          margin: 0;
          padding: 0; }
          #header .navigation .right-section ul li {
            display: inherit;
            text-align: center;
            margin: 1em; }
          #header .navigation .right-section ul li.active {
            border: none; }
          #header .navigation .right-section ul li.logo-link {
            display: inherit;
            margin-top: 1.5em; }
            #header .navigation .right-section ul li.logo-link img {
              width: 3em; }
          #header .navigation .right-section ul li.contact-us-link {
            display: inherit; }
          #header .navigation .right-section ul li.close-link {
            display: inherit;
            font-style: italic;
            font-size: 0.9em;
            opacity: 0.5;
            cursor: pointer; }
        #header .navigation .right-section button {
          display: none; } }
  #header h1.heading {
    position: relative;
    top: 50%;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

#header {
  height: 20em; }
  @media screen and (max-width: 1200px) {
    #header h1.heading {
      -webkit-transform: none;
      transform: none; } }

#footer {
  text-align: center;
  line-height: 6em; }
  #footer .copyright {
    opacity: 0.3; }

#our-services {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: white; }
  #our-services h1 {
    text-align: center;
    margin: 0; }
  #our-services .section {
    max-width: 60em;
    margin: auto;
    margin-top: 4em;
    padding-left: 2em;
    padding-right: 2em; }
    #our-services .section .icon {
      float: left;
      width: 30%;
      padding-top: 1em; }
      #our-services .section .icon img {
        width: 40%;
        opacity: 0.8; }
    #our-services .section .content {
      float: right;
      width: 70%;
      text-align: left; }
      #our-services .section .content h2 {
        margin: 0;
        margin-bottom: 1em;
        text-align: left; }
      #our-services .section .content p {
        font-size: 1.2em;
        line-height: 1.6em;
        opacity: 0.6;
        margin: 0; }
  #our-services .section:after {
    display: block;
    content: " ";
    clear: both; }
  @media screen and (max-width: 750px) {
    #our-services .section {
      margin-top: 2em; }
      #our-services .section .icon {
        float: none;
        width: 80%;
        margin: auto; }
      #our-services .section .content {
        float: none;
        width: inherit;
        margin: auto; }
        #our-services .section .content h2 {
          margin-top: 1em;
          text-align: center; } }

#our-clients {
  background-color: #f1f1ec;
  padding-top: 4em;
  padding-bottom: 4em; }
  #our-clients h1 {
    text-align: center;
    margin: 0; }
  #our-clients ul {
    padding: 0;
    margin: auto;
    margin-top: 2em;
    max-width: 900px;
    text-align: center;
    list-style-type: none;
    opacity: 0.5; }
    #our-clients ul li {
      font-family: "jaf-domus-titling-web", "Domus Titling", Avenir, sans-serif;
      font-size: 1.5em;
      line-height: 2.5em;
      display: inline;
      white-space: nowrap;
      padding-left: 1.5em;
      padding-right: 1.5em; }
  @media screen and (max-width: 750px) {
    #our-clients ul li {
      display: inherit;
      white-space: inherit;
      font-size: 1.1em;
      line-height: 1.2em;
      margin-top: 1em; } }

.bio-entry-container {
  padding: 1em; }

.bio-entry {
  max-width: 60em;
  margin: auto;
  margin-top: 4em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative; }
  .bio-entry .name-and-title {
    position: absolute;
    width: 40%;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 4em;
    text-align: right; }
    .bio-entry .name-and-title h2 {
      margin-top: 0;
      margin-bottom: 0; }
    .bio-entry .name-and-title h3 {
      margin-top: 0.1em;
      font-style: italic;
      opacity: 0.5; }
  .bio-entry p {
    width: 60%;
    line-height: 1.6em;
    font-size: 1.2em;
    opacity: 0.7;
    margin: 0;
    margin-bottom: 1em;
    margin-left: auto; }

@media screen and (max-width: 750px) {
  .bio-entry {
    margin-top: 3em; }
    .bio-entry .name-and-title {
      position: inherit;
      width: inherit;
      padding-left: 2em;
      padding-right: 2em;
      text-align: center; }
      .bio-entry .name-and-title h3 {
        margin-top: 0.3em; }
    .bio-entry p {
      width: inherit; } }

.project-container.bg1 {
  background-color: white; }

.project-container.bg2 {
  background-color: #f1f1ec; }

.project-container h1 {
  margin: 0;
  text-align: center; }
  .project-container h1 a {
    border: none; }

.project {
  max-width: 60em;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 3em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative; }
  .project .title-and-subtitle {
    position: absolute;
    width: 40%;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 4em;
    text-align: right; }
    .project .title-and-subtitle h2 {
      margin-top: 0;
      margin-bottom: 0; }
    .project .title-and-subtitle h3 {
      margin-top: 0.1em;
      margin-bottom: 0;
      font-style: italic;
      opacity: 0.5; }
  .project p {
    width: 60%;
    line-height: 1.6em;
    font-size: 1.2em;
    opacity: 0.7;
    margin: 0;
    margin-bottom: 1em;
    margin-left: auto; }

@media screen and (max-width: 750px) {
  .project {
    padding-top: 4em;
    padding-bottom: 4em; }
    .project .title-and-subtitle {
      position: inherit;
      width: inherit;
      padding-left: 2em;
      padding-right: 2em;
      text-align: center; }
      .project .title-and-subtitle h3 {
        margin-top: 0.3em; }
    .project p {
      width: inherit;
      margin-bottom: 0;
      margin-top: 1em; } }

.contact-us-body {
  padding-top: 1em; }
  .contact-us-body p {
    font-size: 1.2em;
    line-height: 1.6em;
    max-width: 20em;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    opacity: 0.8; }
