/* line 5, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/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, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 28, ../sass/_base.scss */
html {
  height: 100%;
}

/* line 31, ../sass/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 34, ../sass/_base.scss */
.clear {
  clear: both;
}

/* line 39, ../sass/_base.scss */
body {
  margin: auto;
  height: 100%;
}

/* line 43, ../sass/_base.scss */
p {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 4, ../sass/_module.scss */
.module article {
  border: none;
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}
/* line 10, ../sass/_module.scss */
.module p {
  color: #000000;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  line-height: 24px;
  font-size: 15px;
  margin-top: 10px;
  text-align: left;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* line 20, ../sass/_module.scss */
.module h1 {
  text-align: left;
}

/* line 27, ../sass/_module.scss */
.image_left {
  width: 50%;
  float: left;
  height: 350px;
  background-size: cover;
}

/* line 34, ../sass/_module.scss */
.text_right {
  float: left;
  width: 50%;
  padding-left: 40px;
}

/* line 42, ../sass/_module.scss */
.image_right {
  width: 50%;
  float: right;
  height: 350px;
  background-size: cover;
}

/* line 49, ../sass/_module.scss */
.text_left {
  float: left;
  width: 50%;
  padding-right: 40px;
}

/* line 57, ../sass/_module.scss */
.text_middle {
  width: 100%;
}
/* line 59, ../sass/_module.scss */
.text_middle p {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 80px;
  -webkit-column-gap: 80px;
  column-gap: 80px;
}

/* line 68, ../sass/_module.scss */
.image_left,
.image_right {
  background-position: center;
}

@media screen and (max-width: 1024px) {
  /* line 74, ../sass/_module.scss */
  .middle,
  .text_middle {
    width: 100%;
  }
  /* line 78, ../sass/_module.scss */
  .middle p,
  .text_middle p {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 650px) {
  /* line 86, ../sass/_module.scss */
  .image_right {
    width: 80%;
    display: inline-block;
    margin: auto;
    float: none;
    margin-top: 40px;
  }

  /* line 93, ../sass/_module.scss */
  .image_left {
    width: 100%;
  }

  /* line 97, ../sass/_module.scss */
  .mobile_text {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }

  /* line 104, ../sass/_module.scss */
  .text_middle p, .middle p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  /* line 108, ../sass/_module.scss */
  .image_right {
    height: 200px;
  }
}
/* line 1, ../sass/_footer.scss */
footer {
  background-color: #496cd1;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #000000;
  overflow: hidden;
  height: 55px;
  width: 100%;
}
/* line 8, ../sass/_footer.scss */
footer div {
  float: right;
  margin-top: 20px;
  margin-right: 40px;
}
/* line 13, ../sass/_footer.scss */
footer a {
  color: #000000;
  text-decoration: none;
}
/* line 17, ../sass/_footer.scss */
footer span {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  /* line 25, ../sass/_footer.scss */
  footer a {
    display: none;
  }
  /* line 28, ../sass/_footer.scss */
  footer span {
    display: none;
  }
}
/* line 3, ../sass/_header.scss */
header {
  border-bottom: 2px solid #496cd1;
  padding: 10px;
  margin-bottom: 40px;
}

/* line 10, ../sass/_header.scss */
.logo img {
  width: 120px;
}

/* line 2, ../sass/_nav.scss */
#cd-nav ul {
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  top: 13px;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(73, 108, 209, 0.4);
  background: #496cd1;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transform-origin: 100% 100% 50%;
  -ms-transform-origin: 100% 100% 50%;
  -webkit-transform-origin: 100% 100% 50%;
  transform-origin: 100% 100% 50%;
}

/* line 19, ../sass/_nav.scss */
#cd-nav ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 25, ../sass/_nav.scss */
#cd-nav ul.is-visible {
  z-index: 99;
  overflow: scroll;
  visibility: visible;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: 0.3s, visibility 0s 0s;
  -o-transition: 0.3s, visibility 0s 0s;
  -webkit-transition: 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: 0.3s, visibility 0s 0s;
}

/* line 32, ../sass/_nav.scss */
#cd-nav ul.is-visible li:nth-child(1) {
  -moz-animation: cd-slide-in 0.2s;
  -webkit-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s;
}

/* line 35, ../sass/_nav.scss */
#cd-nav ul.is-visible li:nth-child(2) {
  -moz-animation: cd-slide-in 0.3s;
  -webkit-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}

/* line 38, ../sass/_nav.scss */
#cd-nav ul.is-visible li:nth-child(3) {
  -moz-animation: cd-slide-in 0.4s;
  -webkit-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}

/* line 41, ../sass/_nav.scss */
#cd-nav ul.is-visible li:nth-child(4) {
  -moz-animation: cd-slide-in 0.5s;
  -webkit-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}

/* line 44, ../sass/_nav.scss */
#cd-nav ul.is-visible li:nth-child(5) {
  -moz-animation: cd-slide-in 0.6s;
  -webkit-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s;
}

/* line 49, ../sass/_nav.scss */
#cd-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #eff2f6;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  text-decoration: none;
  color: #FFFFFF;
}

/* line 57, ../sass/_nav.scss */
#cd-nav li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width: 1170px) {
  /* line 63, ../sass/_nav.scss */
  #cd-nav ul {
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
  }

  /* line 75, ../sass/_nav.scss */
  #cd-nav li {
    display: inline-block;
  }

  /* line 78, ../sass/_nav.scss */
  #cd-nav li a {
    opacity: 1;
    padding: .4em;
    margin-left: 1.6em;
    border-bottom: none;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    text-decoration: none;
    color: #496cd1;
  }

  /* line 87, ../sass/_nav.scss */
  #cd-nav li a:hover {
    color: #dadad9;
  }

  /* line 90, ../sass/_nav.scss */
  #cd-nav.is-fixed ul {
    position: fixed;
    width: 90%;
    max-width: 400px;
    top: 13px;
    bottom: auto;
    background: #496cd1;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(73, 108, 209, 0.4);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 101, ../sass/_nav.scss */
  #cd-nav.is-fixed ul li {
    display: block;
  }

  /* line 105, ../sass/_nav.scss */
  #cd-nav.is-fixed ul li a {
    padding: 1.6em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
  }

  /* line 113, ../sass/_nav.scss */
  #cd-nav ul.has-transitions {
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    -o-transition: -o-transform 0.3s, visibility 0s 0.3s;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  /* line 115, ../sass/_nav.scss */
  #cd-nav ul.has-transitions a {
    color: #FFFFFF !important;
  }
  /* line 118, ../sass/_nav.scss */
  #cd-nav ul.has-transitions a:hover {
    color: #dadad9 !important;
  }

  /* line 122, ../sass/_nav.scss */
  #cd-nav ul.is-visible {
    background-color: #496cd1;
    visibility: visible;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    -o-transition: -o-transform 0.3s, visibility 0s 0s;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }

  /* line 128, ../sass/_nav.scss */
  #cd-nav ul.is-hidden {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
}
/* line 135, ../sass/_nav.scss */
.cd-nav-trigger {
  position: fixed;
  top: 13px;
  right: 5%;
  width: 44px;
  height: 44px;
  background-color: #496cd1;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(73, 108, 209, 0.4);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
}

/* line 149, ../sass/_nav.scss */
.cd-nav-trigger span {
  background-color: #FFFFFF;
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 161, ../sass/_nav.scss */
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: -moz-transform 0.3s, background 0s;
  -o-transition: -o-transform 0.3s, background 0s;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}

/* line 171, ../sass/_nav.scss */
.cd-nav-trigger span::before {
  background-color: #FFFFFF;
  top: -6px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 177, ../sass/_nav.scss */
.cd-nav-trigger span::after {
  background-color: #FFFFFF;
  bottom: -6px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 182, ../sass/_nav.scss */
.cd-nav-trigger.menu-is-open {
  z-index: 9999;
  box-shadow: none;
}

/* line 186, ../sass/_nav.scss */
.cd-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}

/* line 189, ../sass/_nav.scss */
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background-color: #FFFFFF;
}

/* line 192, ../sass/_nav.scss */
.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 196, ../sass/_nav.scss */
.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media only screen and (min-width: 1170px) {
  /* line 201, ../sass/_nav.scss */
  #cd-nav li:nth-child(n+8) {
    display: none;
  }

  /* line 204, ../sass/_nav.scss */
  .cd-nav-trigger {
    visibility: hidden;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    -o-transition: -o-transform 0.3s, visibility 0s 0.3s;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }

  /* line 209, ../sass/_nav.scss */
  .is-fixed .cd-nav-trigger {
    background-color: #496cd1;
    visibility: visible;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-animation: cd-bounce-in 0.3s linear;
    -webkit-animation: cd-bounce-in 0.3s linear;
    animation: cd-bounce-in 0.3s linear;
  }
}
/* line 218, ../sass/_nav.scss */
#cd-gallery-items li {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}

/* line 223, ../sass/_nav.scss */
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}

@media only screen and (min-width: 768px) {
  /* line 229, ../sass/_nav.scss */
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }

  /* line 235, ../sass/_nav.scss */
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1170px) {
  /* line 240, ../sass/_nav.scss */
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }

  /* line 246, ../sass/_nav.scss */
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }

  /* line 249, ../sass/_nav.scss */
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 650px) {
  /* line 279, ../sass/_nav.scss */
  #cd-nav ul {
    height: 100%;
  }
}
/* line 11, ../sass/screen.scss */
main {
  margin-left: 10%;
  margin-right: 10%;
  height: 90%;
}

/* line 22, ../sass/screen.scss */
article {
  width: 43%;
  float: left;
  border: 0.2em solid #dadad9;
  margin-left: 35px;
  margin-right: 22px;
  margin-top: 55px;
  margin-bottom: 55px;
  text-align: center;
  box-sizing: border-box;
}
/* line 32, ../sass/screen.scss */
article a:hover {
  opacity: 0.4;
}

/* line 37, ../sass/screen.scss */
h1 {
  color: #496cd1;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
}

/* line 43, ../sass/screen.scss */
a {
  color: #496cd1;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  text-decoration: none;
}

/* line 48, ../sass/screen.scss */
hr {
  border: 1px solid #dadad9;
  margin-top: 40px;
}

/* line 52, ../sass/screen.scss */
.start_image {
  width: 50%;
  height: 250px;
  float: left;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 63, ../sass/screen.scss */
.start_text {
  width: 50%;
  height: 200px;
  float: left;
  padding-top: 4%;
  padding-left: 6%;
  padding-right: 6%;
}
/* line 71, ../sass/screen.scss */
.start_text p {
  color: #000000;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  line-height: 24px;
  font-size: 15px;
  margin-top: 7%;
}

/* line 80, ../sass/screen.scss */
.arrow {
  width: 15%;
  float: right;
}

@media screen and (max-width: 1024px) {
  /* line 88, ../sass/screen.scss */
  main {
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  /* line 93, ../sass/screen.scss */
  article {
    width: 75%;
    float: none;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  /* line 105, ../sass/screen.scss */
  main {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 111, ../sass/screen.scss */
  article {
    width: 100%;
  }

  /* line 115, ../sass/screen.scss */
  .start_image {
    float: none;
    width: 100%;
    height: 200px;
  }

  /* line 121, ../sass/screen.scss */
  .start_text {
    width: 100%;
    height: 170px;
  }

  /* line 126, ../sass/screen.scss */
  .arrow {
    width: 40px;
    float: right;
    position: relative;
    bottom: 15px;
  }
}
