/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../components/sass/_base.scss */
* {
  box-sizing: border-box;
}

/* line 4, ../components/sass/_base.scss */
html {
  overflow-x: hidden;
}

/* line 7, ../components/sass/_base.scss */
body {
  font-family: "Belleza", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  color: #555555;
  background: #e4e4e4;
  font-weight: 300;
}

/* line 15, ../components/sass/_base.scss */
p {
  margin-top: 20px;
  font-size: 0.8rem;
  letter-spacing: 0.07rem;
  line-height: 1.4;
}

/* line 21, ../components/sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: initial;
}

/* line 26, ../components/sass/_base.scss */
a {
  text-decoration: none;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/* line 30, ../components/sass/_base.scss */
a:hover {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: underline;
}

/* line 35, ../components/sass/_base.scss */
h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

/* line 40, ../components/sass/_base.scss */
h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

/* line 46, ../components/sass/_base.scss */
h3 {
  color: #555555;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 0.8;
}

/* line 52, ../components/sass/_base.scss */
h4 {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: none;
  font-style: italic;
}

/* line 58, ../components/sass/_base.scss */
h5 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

/* line 64, ../components/sass/_base.scss */
.button {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #555555;
  font-style: normal;
  text-transform: uppercase;
}
/* line 71, ../components/sass/_base.scss */
.button:hover {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: 1px solid #10238c;
  color: #10238c;
  text-decoration: none;
}

/* line 57, ../components/sass/_layout.scss */
#background {
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 75, ../components/sass/_layout.scss */
#puzzlepiece {
  background-image: url("images/puzzle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 93, ../components/sass/_layout.scss */
header img {
  width: 100%;
  opacity: 0.9;
}

/* line 98, ../components/sass/_layout.scss */
body {
  height: 100%;
  position: relative;
  background: #fff;
}
/* line 102, ../components/sass/_layout.scss */
body .layout {
  padding: 0 20px;
  padding-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.1.1/sass/susy/output/support/_clearfix.scss */
body .layout::after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  /* line 102, ../components/sass/_layout.scss */
  body .layout {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.1.1/sass/susy/output/support/_clearfix.scss */
  body .layout::after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 112, ../components/sass/_layout.scss */
.button img {
  width: 100%;
}

/* line 1, ../components/sass/_modules.scss */
.main-content-module {
  position: relative;
  width: 100%;
  height: 450px;
  padding: 20px;
}
/* line 6, ../components/sass/_modules.scss */
.main-content-module .lightbox {
  display: none;
}

/* line 10, ../components/sass/_modules.scss */
.main-content-module-1 {
  padding: 0;
  height: auto;
}
@media (min-width: 1024px) {
  /* line 10, ../components/sass/_modules.scss */
  .main-content-module-1 {
    height: 450px;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 17, ../components/sass/_modules.scss */
.main-content-module-1 img {
  height: 100%;
  width: 100%;
}

/* line 22, ../components/sass/_modules.scss */
.main-content-module-2 {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1024px) {
  /* line 22, ../components/sass/_modules.scss */
  .main-content-module-2 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
/* line 29, ../components/sass/_modules.scss */
.main-content-module-2 img {
  width: 100%;
}
/* line 32, ../components/sass/_modules.scss */
.main-content-module-2 .readmore {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #000;
}

/* line 39, ../components/sass/_modules.scss */
.main-content-module-1, .main-content-module-2 {
  margin-top: 20px;
}

/* line 42, ../components/sass/_modules.scss */
.main-content-module-3, .main-content-module-4, .main-content-module-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 45, ../components/sass/_modules.scss */
.main-content-module-3 h2, .main-content-module-4 h2, .main-content-module-5 h2 {
  display: none;
}
/* line 48, ../components/sass/_modules.scss */
.main-content-module-3 .main-content-module-secondary, .main-content-module-4 .main-content-module-secondary, .main-content-module-5 .main-content-module-secondary {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
/* line 59, ../components/sass/_modules.scss */
.main-content-module-3 .main-content-module-secondary h2, .main-content-module-4 .main-content-module-secondary h2, .main-content-module-5 .main-content-module-secondary h2 {
  display: block;
}
/* line 62, ../components/sass/_modules.scss */
.main-content-module-3 .main-content-module-secondary h2, .main-content-module-3 .main-content-module-secondary h3, .main-content-module-4 .main-content-module-secondary h2, .main-content-module-4 .main-content-module-secondary h3, .main-content-module-5 .main-content-module-secondary h2, .main-content-module-5 .main-content-module-secondary h3 {
  text-align: center;
  color: #fff;
}
/* line 66, ../components/sass/_modules.scss */
.main-content-module-3 .main-content-module-secondary h3, .main-content-module-4 .main-content-module-secondary h3, .main-content-module-5 .main-content-module-secondary h3 {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
}
/* line 72, ../components/sass/_modules.scss */
.main-content-module-3 .main-content-module-secondary p, .main-content-module-4 .main-content-module-secondary p, .main-content-module-5 .main-content-module-secondary p {
  color: #fff;
}
/* line 75, ../components/sass/_modules.scss */
.main-content-module-3 .main-content-module-secondary .readmore, .main-content-module-4 .main-content-module-secondary .readmore, .main-content-module-5 .main-content-module-secondary .readmore {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}
@media (min-width: 1024px) {
  /* line 42, ../components/sass/_modules.scss */
  .main-content-module-3, .main-content-module-4, .main-content-module-5 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 83, ../components/sass/_modules.scss */
  .main-content-module-3 h2, .main-content-module-4 h2, .main-content-module-5 h2 {
    display: block;
  }
  /* line 87, ../components/sass/_modules.scss */
  .main-content-module-3:last-child, .main-content-module-4:last-child, .main-content-module-5:last-child {
    float: right;
    margin-right: 0;
  }
  /* line 90, ../components/sass/_modules.scss */
  .main-content-module-3 .main-content-module-secondary, .main-content-module-4 .main-content-module-secondary, .main-content-module-5 .main-content-module-secondary {
    display: none;
  }
  /* line 94, ../components/sass/_modules.scss */
  .main-content-module-3:hover h2, .main-content-module-3:hover h3, .main-content-module-4:hover h2, .main-content-module-4:hover h3, .main-content-module-5:hover h2, .main-content-module-5:hover h3 {
    color: #fff;
  }
  /* line 97, ../components/sass/_modules.scss */
  .main-content-module-3:hover h3, .main-content-module-4:hover h3, .main-content-module-5:hover h3 {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
  }
  /* line 103, ../components/sass/_modules.scss */
  .main-content-module-3:hover .main-content-module-secondary, .main-content-module-4:hover .main-content-module-secondary, .main-content-module-5:hover .main-content-module-secondary {
    display: block;
  }
}

/* line 109, ../components/sass/_modules.scss */
.main-content-module-3 {
  background-image: url("../../images/man.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
/* line 117, ../components/sass/_modules.scss */
.main-content-module-3 h2 {
  color: #000;
}

/* line 121, ../components/sass/_modules.scss */
.main-content-module-4 {
  background-image: url("../../images/science.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
/* line 129, ../components/sass/_modules.scss */
.main-content-module-4 h2 {
  color: #fff200;
}

/* line 133, ../components/sass/_modules.scss */
.main-content-module-5 {
  background-image: url("../../images/hugh.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
/* line 141, ../components/sass/_modules.scss */
.main-content-module-5 h2 {
  color: #fff;
}

/* line 145, ../components/sass/_modules.scss */
.featherlight .featherlight-content {
  max-width: 100%;
}
/* line 147, ../components/sass/_modules.scss */
.featherlight .featherlight-content img {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 145, ../components/sass/_modules.scss */
  .featherlight .featherlight-content {
    max-width: 920px !important;
  }
  /* line 152, ../components/sass/_modules.scss */
  .featherlight .featherlight-content img {
    width: auto;
  }
}

/* line 157, ../components/sass/_modules.scss */
.lightbox {
  text-align: center;
}
/* line 159, ../components/sass/_modules.scss */
.lightbox .lightbox-image {
  text-align: left;
}
/* line 162, ../components/sass/_modules.scss */
.lightbox p {
  text-align: left;
}
/* line 165, ../components/sass/_modules.scss */
.lightbox h3 {
  text-align: left;
  line-height: 1;
  margin: 20px 0;
  text-transform: none;
  font-family: "Belleza", sans-serif;
}
/* line 172, ../components/sass/_modules.scss */
.lightbox .button {
  display: inline-block;
  margin: 60px 0 20px 0;
  text-align: center;
  background: #fff200;
  color: #307ab5;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

/* line 187, ../components/sass/_modules.scss */
.featherlight .featherlight-close-icon {
  color: #307ab5 !important;
  font-weight: bold !important;
}
