@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);
/* line 35, ../scss/style.scss */
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 17px;
}

/* line 43, ../scss/style.scss */
article {
  padding: 20px 0;
}

/* line 47, ../scss/style.scss */
.wrapper {
  position: relative;
  width: 98%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

/* line 57, ../scss/style.scss */
.split > div {
  width: 48%;
  float: left;
}
/* line 61, ../scss/style.scss */
.split > div:nth-child(2n+1) {
  margin-right: 0%;
}
/* line 65, ../scss/style.scss */
.split > div:nth-child(2n+2) {
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  /* line 57, ../scss/style.scss */
  .split > div {
    width: 100%;
    margin: 0;
    float: none;
  }
}

/* line 77, ../scss/style.scss */
header {
  height: 150px;
  padding: 15px 0 10px;
}
/* line 83, ../scss/style.scss */
header:after {
  position: relative;
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #979797;
  background-image: -webkit-gradient(linear, to right, to left, color-stop(10%, #ffffff), color-stop(50%, #8a8a8a), color-stop(90%, #ffffff));
  background-image: -webkit-linear-gradient(to right, #ffffff 10%, #8a8a8a, #ffffff 90%);
  background-image: -moz-linear-gradient(to right, #ffffff 10%, #8a8a8a, #ffffff 90%);
  background-image: -o-linear-gradient(to right, #ffffff 10%, #8a8a8a, #ffffff 90%);
  background-image: linear-gradient(to right, #ffffff 10%, #8a8a8a, #ffffff 90%);
}
/* line 94, ../scss/style.scss */
header .wrapper {
  overflow: visible;
}
@media only screen and (max-width: 960px) {
  /* line 77, ../scss/style.scss */
  header {
    height: 180px;
    text-align: center;
  }
  /* line 102, ../scss/style.scss */
  header:after {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 77, ../scss/style.scss */
  header {
    height: auto;
  }
  /* line 110, ../scss/style.scss */
  header .wrapper {
    position: static;
  }
}
/* line 115, ../scss/style.scss */
header h1, header h2, header h3 {
  font-weight: 300;
}
/* line 119, ../scss/style.scss */
header nav {
  position: absolute;
  right: 0;
  top: 53px;
  font-size: 17px;
}
@media only screen and (max-width: 960px) {
  /* line 119, ../scss/style.scss */
  header nav {
    position: static;
    display: inline;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 119, ../scss/style.scss */
  header nav {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #4a4a4a url(menu.png) no-repeat center center;
    overflow-y: visible;
    border-bottom-left-radius: 5px;
    opacity: 0.7;
    -webkit-transition: opacity 0.25s ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.25s ease-in 0s;
    -o-transition: opacity 0.25s ease-in 0s;
    transition: opacity 0.25s ease-in 0s;
    -webkit-transition: width 0.25s ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition: width 0.25s ease-in 0s;
    -o-transition: width 0.25s ease-in 0s;
    transition: width 0.25s ease-in 0s;
    z-index: 10;
  }
  /* line 148, ../scss/style.scss */
  header nav > div {
    display: none !important;
  }
  /* line 151, ../scss/style.scss */
  header nav > div:before {
    content: none !important;
  }
  /* line 155, ../scss/style.scss */
  header nav > div > a {
    display: block !important;
    height: auto !important;
    padding: 7px 5px !important;
    color: #dbddde !important;
    word-wrap: break-word;
  }
  /* line 163, ../scss/style.scss */
  header nav > div > div {
    display: block !important;
    position: static !important;
    background-color: none !important;
    text-align: center;
    padding-top: 0 !important;
  }
  /* line 172, ../scss/style.scss */
  header nav:hover, header nav.show {
    height: auto;
    padding-top: 40px;
    width: 90%;
    background-position: 15px 10px;
    opacity: 1;
  }
  /* line 179, ../scss/style.scss */
  header nav:hover > div, header nav.show > div {
    display: block !important;
  }
}
/* line 185, ../scss/style.scss */
header nav > div {
  position: relative;
  display: inline-block;
}
/* line 189, ../scss/style.scss */
header nav > div:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 5px;
  width: 1px;
  height: 40px;
  background-color: black;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #4a4a4a), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #4a4a4a, #ffffff);
  background-image: -moz-linear-gradient(#ffffff, #4a4a4a, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #4a4a4a, #ffffff);
  background-image: linear-gradient(#ffffff, #4a4a4a, #ffffff);
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
/* line 208, ../scss/style.scss */
header nav > div:hover > a, header nav > div.current > a {
  color: #7eb6d2 !important;
}
/* line 213, ../scss/style.scss */
header nav > div > a {
  bottom: 0;
  display: table-cell;
  padding: 0 14px;
  height: 50px;
  vertical-align: middle;
  color: #4a4a4a;
}
/* line 222, ../scss/style.scss */
header nav > div > div {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 5px;
  background-color: #4a4a4a;
  background-color: rgba(74, 74, 74, 0.7);
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 232, ../scss/style.scss */
header nav > div > div > a {
  display: inline-block;
  padding: 5px;
  color: #dbddde;
}
/* line 240, ../scss/style.scss */
header nav > div:hover > div {
  display: block;
}
/* line 247, ../scss/style.scss */
header nav > div:first-child:before {
  content: none;
}
/* line 253, ../scss/style.scss */
header nav > div:last-child a {
  padding-right: 0;
}

/* line 260, ../scss/style.scss */
section {
  position: relative;
  margin-bottom: 10px;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  /* line 260, ../scss/style.scss */
  section {
    height: 300px;
  }
}
/* line 271, ../scss/style.scss */
section .wrapper {
  position: absolute;
}
@media only screen and (max-width: 600px) {
  /* line 271, ../scss/style.scss */
  section .wrapper {
    position: static;
  }
}
/* line 278, ../scss/style.scss */
section .wrapper > div {
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px;
  max-width: 600px;
  display: inline-block;
  color: #dbddde;
  background-color: #4a4a4a;
  background-color: rgba(74, 74, 74, 0.6);
}
@media only screen and (max-width: 600px) {
  /* line 278, ../scss/style.scss */
  section .wrapper > div {
    display: block;
    max-width: none;
    width: 90%;
    padding: 15px 5%;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
}
/* line 296, ../scss/style.scss */
section .wrapper.right {
  right: 0;
}
/* line 298, ../scss/style.scss */
section .wrapper.right div {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 304, ../scss/style.scss */
section .wrapper.bottom {
  bottom: 0;
}
/* line 306, ../scss/style.scss */
section .wrapper.bottom div {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 313, ../scss/style.scss */
section .wrapper.right.bottom div {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 323, ../scss/style.scss */
h1, h2, h3, h4, h5, h6, p, ul, cite {
  margin: 0;
}

/* line 327, ../scss/style.scss */
h1 {
  padding: 8px 0;
  font-size: 34px;
}

/* line 331, ../scss/style.scss */
h2 {
  padding: 8px 0;
  font-size: 27.2px;
}

/* line 335, ../scss/style.scss */
h3 {
  padding: 6px 0;
  font-size: 22.95px;
}

/* line 339, ../scss/style.scss */
h4 {
  padding: 5px 0;
  font-size: 20.4px;
}

/* line 343, ../scss/style.scss */
h5 {
  padding: 4px 0;
  font-size: 18.7px;
}

/* line 347, ../scss/style.scss */
h6 {
  padding: 3px 0;
  font-size: 17.85px;
}

/* line 351, ../scss/style.scss */
p {
  padding: 3px 0;
  font-size: 17px;
}

/* line 355, ../scss/style.scss */
ul {
  padding: 4px 0 4px 30px;
}

/* line 359, ../scss/style.scss */
a {
  color: #58a0c5;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
/* line 364, ../scss/style.scss */
a:hover {
  color: #7eb6d2;
}
/* line 368, ../scss/style.scss */
a img {
  border: none;
}

/* line 372, ../scss/style.scss */
cite {
  padding: 2px 0;
  font-size: 15.3px;
}
/* line 376, ../scss/style.scss */
cite:before {
  content: '- ';
}

/* line 381, ../scss/style.scss */
img {
  max-width: 100%;
  margin: 6px 0;
}

/* line 386, ../scss/style.scss */
.right {
  text-align: right;
}

/* line 390, ../scss/style.scss */
footer {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: #4a4a4a;
  color: #dbddde;
  font-size: 15.3px;
}
@media only screen and (max-width: 768px) {
  /* line 390, ../scss/style.scss */
  footer {
    position: static;
  }
  /* line 402, ../scss/style.scss */
  footer div {
    text-align: center !important;
  }
  /* line 405, ../scss/style.scss */
  footer div p {
    font-size: 16px;
  }
}
