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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "GillSansLight";
  src: url("/assets/fonts/Gill Sans MT Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "GillSansBook";
  src: url("/assets/fonts/Gill Sans MT Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.mti_font_element {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.mti_font_element_loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "GillSansBook", "Helvetica", "Arial", sans-serif;
  padding-bottom: 2em;
}
body:after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (min-width: 30em) {
  body {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media all and (min-width: 50em) {
  body {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
}
body a {
  text-decoration: none;
}
body a :hover {
  text-decoration: none;
}
body.yellow {
  background: url("../images/yellow_srgb.jpg");
  color: #000000;
}
body.yellow body {
  font-family: "GillSansLight", "Helvetica", "Arial", sans-serif;
}
body.yellow section {
  font-family: "GillSansBook", "Helvetica", "Arial", sans-serif;
}
body.yellow a {
  color: #000000;
}
body.blue {
  font-weight: 100;
  background: blue;
  color: #ffffff;
}
body.blue body {
  font-family: "GillSansLight", "Helvetica", "Arial", sans-serif;
}
body.blue section {
  font-family: "GillSansBook", "Helvetica", "Arial", sans-serif;
}
body.blue a {
  color: #ffffff;
}
body.blue u {
  border-bottom-color: #ffffff;
}
body.green_light {
  background: #9fffb5;
  color: #000000;
}
body.green_light body {
  font-family: "GillSansLight", "Helvetica", "Arial", sans-serif;
}
body.green_light section {
  font-family: "GillSansBook", "Helvetica", "Arial", sans-serif;
}
body.green_light a {
  color: #000000;
}
body.blue_light {
  background: #51a0ff;
  color: #ffffff;
}
body.blue_light body {
  font-family: "GillSansLight", "Helvetica", "Arial", sans-serif;
}
body.blue_light section {
  font-family: "GillSansBook", "Helvetica", "Arial", sans-serif;
}
body.blue_light a {
  color: #ffffff;
}
body.blue_light u {
  border-bottom-color: #ffffff;
}
body.green_dark {
  background: #009245;
  color: #ffffff;
}
body.green_dark body {
  font-family: "GillSansLight", "Helvetica", "Arial", sans-serif;
}
body.green_dark section {
  font-family: "GillSansBook", "Helvetica", "Arial", sans-serif;
}
body.green_dark a {
  color: #ffffff;
}
body.green_dark u {
  border-bottom-color: #ffffff;
}

h1 {
  width: 100%;
  padding: 1rem;
  font-size: 2.5em;
  line-height: 1.2em;
  padding-top: 0.6666666667em;
  text-align: center;
}
@media all and (min-width: 30em) {
  h1 {
    font-size: 3.3333333333em;
    line-height: 1.35em;
    padding-top: 1em;
    text-align: left;
  }
}
@media all and (min-width: 50em) {
  h1 {
    font-size: 5em;
    line-height: 1.2em;
  }
}
h1 u {
  text-decoration: none;
  border-bottom: 2pt solid;
}

h3 {
  text-decoration: underline;
}

ul {
  margin-bottom: 1em;
}
ul.horizontal li {
  float: none;
  display: inline-block;
  margin-right: 0.5em;
}
@media all and (min-width: 30em) {
  ul.horizontal li {
    float: left;
  }
}
ul.horizontal li:after {
  content: ", ";
  display: inline-block;
}
ul.horizontal li:last-child:after {
  content: "";
}

a:hover {
  text-decoration: underline;
}

.list {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  padding: 1rem;
}
.list li {
  font-size: 1.5em;
  line-height: 2em;
  line-height: 1.5em;
  list-style-type: none;
}
@media all and (min-width: 30em) {
  .list {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left;
  }
  .list li {
    font-size: 2.3333333333em;
    line-height: 1.2857142857em;
  }
}
@media all and (min-width: 50em) {
  .list {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .list li {
    font-size: 3.6666666667em;
    line-height: 1.2272727273em;
  }
}

section {
  font-size: 0.9166666667em;
  line-height: 1.6363636364em;
  line-height: 1.35em;
  padding-bottom: 3em;
}
@media all and (min-width: 30em) {
  section {
    font-size: 0.9166666667em;
    line-height: 1.6363636364em;
    line-height: 1.35em;
    padding-bottom: 0;
    text-align: left;
  }
}
@media all and (min-width: 50em) {
  section {
    font-size: 0.9166666667em;
    line-height: 1.6363636364em;
    line-height: 1.5em;
  }
}
section li {
  list-style-type: none;
}
section td {
  padding-bottom: 1em;
  padding-right: 1em;
}
section .group {
  width: 6em;
  vertical-align: text-top;
}

.details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media all and (min-width: 30em) {
  .details {
    flex-direction: row;
  }
}
.details .contact {
  width: 100%;
  padding: 1rem;
}
@media all and (min-width: 30em) {
  .details .contact {
    width: 50%;
  }
}
.details .clients {
  width: 100%;
  padding: 1rem;
}
@media all and (min-width: 30em) {
  .details .clients {
    width: 50%;
  }
}

/*# sourceMappingURL=main.css.map */
