@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #3AA9DA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-family: "matrixbaptistregular";
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2D90C4;
    color: white;
    cursor: pointer; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

@font-face {
  font-family: 'matrixbaptistregular';
  src: url("matrixbaptist-webfont.eot");
  src: url("matrixbaptist-webfont.eot?#iefix") format("embedded-opentype"), url("matrixbaptist-webfont.woff") format("woff"), url("matrixbaptist-webfont.ttf") format("truetype"), url("matrixbaptist-webfont.svg#matrixbaptistregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #2B5471;
  font-family: "matrixbaptistregular";
  font-size: 1em;
  line-height: 1.25;
  letter-spacing: -0.045em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "matrixbaptistregular";
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  color: #3AA9dA;
  letter-spacing: -.025em; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.75em; }

h3 {
  font-size: 2.5em; }

h4 {
  font-size: 2.25em; }

h5 {
  font-size: 2em; }

h6 {
  font-size: 1em; }

p {
  font-size: 1.65em;
  margin: 0 0 0.625em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #0d0d0d; }
  a:active, a:focus {
    color: #0d0d0d;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.25em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #407da8;
  margin: 1.25em 0;
  padding-left: 0.625em; }

cite {
  color: #5b96c1;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.625em 0;
  padding: 1.25em; }

input,
label,
select {
  display: block;
  font-family: "museo-slab", serif;
  font-size: 0.95em; }

label {
  font-weight: bold;
  margin-bottom: 0.3125em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "museo-slab", serif;
  font-size: 0.95em;
  margin-bottom: 0.625em;
  padding: 0.41667em 0.41667em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #333;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(38, 38, 38, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.3125em; }

input[type="file"] {
  padding-bottom: 0.625em;
  width: 100%; }

select {
  margin-bottom: 1.25em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.625em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.625em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.625em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0 0 0 30px;
font-size: .95em;
    line-height: 1.9em;
    color: #2F4047;
    letter-spacing: 0.02em;	
 }
dl {
  margin-bottom: 0.625em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.625em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* Neat 1.7.0.pre
 * http://neat.bourbon.io
 * Copyright 2012–2014 thoughtbot, inc.
 * MIT License */
/**
 * Disable all deprecation warnings. Defaults to `false`. Set with a `!global` flag.
 *
 * @type Bool
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * Makes an element a outer container by centring it in the viewport, clearing its floats, and setting its `max-width`.
 *
 * Although optional, using `outer-container` is recommended. The mixin can be called on more than one element per page, as long as they are not nested.
 *
 * @param {Number} $local-max-width ($max-width) - Max width to be applied to the element. Can be a percentage or a measure.
 *
 * @example scss
 *  .element {
 *    @include outer-container(100%);
 *  }
 *
 * @example css
 *  .element {
 *    *zoom: 1;
 *    max-width: 100%;
 *    margin-left: auto;
 *    margin-right: auto;
 *  }
 *
 *  .element:before, .element:after {
 *    content: " ";
 *    display: table;
 *  }
 *
 *  .element:after {
 *    clear: both;
 *  }
 */
/**
 * Changes the display property used by other mixins called in the code block argument.
 *
 * @param {String} $display (block) - Display value to be used within the block. Can be `table` or `block`.
 *
 * @example scss
 *   @include display(table) {
 *    .display-table {
 *      @include span-columns(6);
 *     }
 *   }
 *
 * @example css
 *   // CSS
 *   .display-table {
 *      display: table-cell;
 *      ...
 *   }
 */
/**
 * Changes the direction property used by other mixins called in the code block argument.
 *
 * @param {String} $direction (left-to-right) - Layout direction to be used within the block. Can be `left-to-right` or `right-to-left`.
 *
 * @example scss
 *   @include direction(right-to-left) {
 *    .right-to-left-block {
 *      @include span-columns(6);
 *     }
 *   }
 *
 * @example css
 *   // CSS
 *   .right-to-left-block {
 *     float: right;
 *      ...
 *   }
 */
body {
  margin: 0;
  padding: 0; }

img {
  display: block; }

a, span {
  -webkit-transition: all 300ms ease-in 0ms;
  -moz-transition: all 300ms ease-in 0ms;
  transition: all 300ms ease-in 0ms; }

strong {
  text-transform: uppercase;
  color: #2D709B; }

section {
  padding: 80px 0px 0px 0px;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0; }
  section > div {
    max-width: 43.75em;
    margin-left: auto;
    margin-right: auto; }
    section > div:after {
      content: "";
      display: table;
      clear: both; }
    section > div > div {
      text-align: left; }
      section > div > div #logo {
        display: block;
        margin: 0px auto 40px auto;
        width: 250px; }
        section > div > div #logo > img {
          width: 100%;
          margin-left: -10px; }
      section > div > div > h1 {
        font-size: 2.75em; }
        @media screen and (max-width: 730px) {
          section > div > div > h1 {
            line-height: .8em;
            margin-bottom: 15px; } }
      section > div > div > h2 {
        margin-bottom: 20px;
        font-size: 2.75em;
        color: #2B5471;
        line-height: .95em; }
        section > div > div > h2.red {
          margin-top: 60px;
          color: #B40000; }
        @media screen and (max-width: 730px) {
          section > div > div > h2 {
            font-size: 2em;
            line-height: .9em;
            margin-bottom: 15px; } }
      section > div > div > p {
        margin-bottom: 20px; }
        section > div > div > p > span {
          color: #D8F3FB; }
          section > div > div > p > span:hover {
            color: #B40000; }
      section > div > div #workers-toggle > h2 {
        font-size: 2.25em; }
        @media screen and (max-width: 730px) {
          section > div > div #workers-toggle > h2 {
            font-size: 2em;
            line-height: .9em;
            margin-bottom: 15px; } }
      section > div > div #workers {
        opacity: 0;
        margin: 0 auto;
        width: 75%;
        font-size: 1.4em; }
        section > div > div #workers .lbrack {
          padding-right: 10px;
          float: left;
          color: #B40000;
          font-family: "arial", serif;
          font-size: 50px;
          line-height: 50px; }
          @media screen and (max-width: 730px) {
            section > div > div #workers .lbrack {
              display: none; } }
        section > div > div #workers .rbrack {
          padding-left: 10px;
          float: right;
          color: #B40000;
          font-family: "arial", serif;
          font-size: 50px;
          line-height: 50px; }
          @media screen and (max-width: 730px) {
            section > div > div #workers .rbrack {
              display: none; } }
        section > div > div #workers .middle {
          padding-top: 2px;
          text-align: center;
          line-height: 1.2em; }
        @media screen and (max-width: 730px) {
          section > div > div #workers {
            opacity: 1; } }
  @media screen and (max-width: 730px) {
    section {
      padding: 50px 30px 30px 30px; } }

#contact {
  font-family: "museo-slab", serif; }
  #contact p {
    font-size: .95em;
    line-height: 1.9em;
    color: #2F4047;
    letter-spacing: 0.02em; }
    #contact p > span {
      color: #2D709B; }
      #contact p > span:hover {
        color: #2D709B; }
  #contact h1.red {
    color: #B40000; }

#contact-form {
  font-family: "museo-slab", serif;
  font-size: .95em;
  color: #2F4047; }
  #contact-form > div {
    display: block; }
    #contact-form > div:after {
      content: "";
      display: table;
      clear: both; }
    #contact-form > div > div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      #contact-form > div > div:last-child {
        margin-right: 0; }
    #contact-form > div > input[type="submit"] {
      -webkit-transition: all 300ms ease-in 0ms;
      -moz-transition: all 300ms ease-in 0ms;
      transition: all 300ms ease-in 0ms;
      width: 100%;
      font-size: 1.75em;
      font-weight: normal; }
    #contact-form > div > textarea {
      height: 80px; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%; }
  footer #overlay {
    width: 100%;
    height: 50px;
    background: url(../img/overlay.png) 0 0 repeat-x transparent; }
  footer #copyright {
    padding: 30px 0px 30px 0px;
    background: #44A9DE;
    text-align: center;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center; }
    footer #copyright > div {
      max-width: 43.75em;
      margin-left: auto;
      margin-right: auto; }
      footer #copyright > div:after {
        content: "";
        display: table;
        clear: both; }
      footer #copyright > div > div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        footer #copyright > div > div:last-child {
          margin-right: 0; }
        footer #copyright > div > div > p {
          color: #CAECFB;
          font-size: 1.25em; }
          footer #copyright > div > div > p > span {
            color: #FFFFFF; }
          footer #copyright > div > div > p.registered {
            font-size: 1em;
            color: #2B5471;
            margin-top: 5px; }
            @media screen and (max-width: 730px) {
              footer #copyright > div > div > p.registered {
                font-size: .75em;
                margin-bottom: 0px; } }
          @media screen and (max-width: 730px) {
            footer #copyright > div > div > p {
              font-size: 1em; } }
        footer #copyright > div > div > a {
          display: inline-block;
          opacity: 1;
          color: #FFFFFF; }
          footer #copyright > div > div > a:hover {
            opacity: 0.8;
            color: #FFFFFF; }
          @media screen and (max-width: 730px) {
            footer #copyright > div > div > a {
              position: absolute;
              left: 15px;
              bottom: 12px; } }
    @media screen and (max-width: 730px) {
      footer #copyright {
        padding: 15px; } }

#bga {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: url(../img/halo.png);
  background-size: cover;
  background-position: center top;
  z-index: -1; }

#bgb {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: url(../img/clouds-bg.jpg);
  background-size: cover;
  background-position: center -200px;
  z-index: -2; }

#bar {
  position: fixed;
  width: 100%;
  z-index: 999;
  text-align: right; }
  #bar > div#inner {
    padding: 4px;
    background-color: #2D729C; }
    #bar > div#inner > div {
      max-width: 43.75em;
      margin-left: auto;
      margin-right: auto; }
      #bar > div#inner > div:after {
        content: "";
        display: table;
        clear: both; }
      #bar > div#inner > div > i {
        font-size: 22px;
        color: #FFFFFF; }
      #bar > div#inner > div:hover {
        cursor: pointer;
        opacity: 0.8; }
  #bar #overlaytop {
    width: 100%;
    height: 50px;
    background: url(../img/overlaytop.png) 0 0 repeat-x transparent; }
    @media screen and (max-width: 730px) {
      #bar #overlaytop {
        display: none; } }
  @media screen and (max-width: 730px) {
    #bar {
      height: 10px; } }

#volon {
  display: none; }
  @media screen and (max-width: 730px) {
    #volon {
      display: none !important; } }

@media screen and (max-width: 730px) {
  #voloff {
    display: none !important; } }

#mtbSvg {
  position: absolute;
  right: 45px;
  bottom: 45px; }
  @media screen and (max-width: 730px) {
    #mtbSvg {
      right: 15px;
      bottom: 12px; } }

a#workers-link {
  color: #B40000; }
  a#workers-link:hover {
    color: #2B5471; }
