/* line 4, ../scss/base/_normalize.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 9, ../scss/base/_normalize.scss */
body {
  margin: 0;
  background: #fcf8ff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

/* line 16, ../scss/base/_normalize.scss */
ul, li {
  list-style: none;
}

/* line 20, ../scss/base/_normalize.scss */
a {
  text-decoration: none;
  color: #562e7f;
}

/* line 26, ../scss/base/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "Raleway", sans-serif;
}

/* line 31, ../scss/base/_normalize.scss */
h2, h3, h4, h5, h6 {
  color: #1f102e;
}

/* line 35, ../scss/base/_normalize.scss */
p {
  font-size: 15px;
  line-height: 25px;
}

/* line 40, ../scss/base/_normalize.scss */
button {
  background: transparent;
  border: 0;
}

/* line 3, ../scss/components/_navigation.scss */
nav {
  width: 100%;
  top: 0%;
  left: 0%;
  position: static;
  background: #fcf8ff;
}
/* line 9, ../scss/components/_navigation.scss */
nav .primary-nav {
  padding: 10px 25px 0 0;
  float: right;
}
/* line 13, ../scss/components/_navigation.scss */
nav .primary-nav a {
  padding: 5px;
}
/* line 16, ../scss/components/_navigation.scss */
nav .primary-nav li {
  display: inline;
  font-size: 16px;
}

/* line 24, ../scss/components/_navigation.scss */
nav .col-6 {
  padding: 0;
}

/* line 28, ../scss/components/_navigation.scss */
.logo {
  margin: 15px 0 15px 25px;
}
/* line 30, ../scss/components/_navigation.scss */
.logo img {
  height: 35px;
  width: 45px;
}
/* line 34, ../scss/components/_navigation.scss */
.logo a:hover, .logo li:hover {
  background: none;
}

/* line 41, ../scss/components/_navigation.scss */
.nav-secondary {
  position: relative;
  z-index: 1;
}

/* line 47, ../scss/components/_navigation.scss */
.sub-list {
  background: #3a1f57;
  text-align: center;
}
/* line 44, ../scss/helpers/_mixins.scss */
.sub-list a, .sub-list li {
  font-size: 16px;
  display: inline-block;
  padding: 8px 10px;
  color: #FCF8FF;
}
/* line 50, ../scss/helpers/_mixins.scss */
.sub-list a:hover, .sub-list li:hover {
  background: #d0c0e0;
  color: #1f102e;
}
/* line 50, ../scss/components/_navigation.scss */
.sub-list ul {
  padding-left: 0;
  display: block;
  margin: 0 auto;
}

/* line 58, ../scss/components/_navigation.scss */
.secondary-nav {
  right: -250px;
  width: 250px;
  height: 100%;
  display: block;
  position: fixed;
  background-color: #d0c0e0;
}
/* line 66, ../scss/components/_navigation.scss */
.secondary-nav ul {
  margin-top: 60px;
  padding: 0;
  width: 250px;
}
/* line 71, ../scss/components/_navigation.scss */
.secondary-nav li {
  border-top: 1px solid rgba(93, 74, 112, 0.6);
  border-bottom: 1px solid rgba(93, 74, 112, 0.6);
}
/* line 76, ../scss/components/_navigation.scss */
.secondary-nav a, .secondary-nav li {
  width: 100%;
  height: 60px;
  padding: 15px 25px;
  text-align: center;
  font-size: 20px;
}
/* line 83, ../scss/components/_navigation.scss */
.secondary-nav li:hover {
  background: rgba(93, 74, 112, 0.6);
}

/* line 90, ../scss/components/_navigation.scss */
.hamburger {
  visibility: hidden;
}

/* line 94, ../scss/components/_navigation.scss */
.navicon {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 5%;
}

/* line 103, ../scss/components/_navigation.scss */
.navicon-line {
  display: inline-block;
  height: 4px;
  width: 24px;
  border-radius: 2px;
  content: ' ';
  position: absolute;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}

/* line 107, ../scss/components/_navigation.scss */
.navicon-line:before {
  display: inline-block;
  height: 4px;
  width: 24px;
  border-radius: 2px;
  content: ' ';
  position: absolute;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: -5px;
}

/* line 112, ../scss/components/_navigation.scss */
.navicon-line:after {
  display: inline-block;
  height: 4px;
  width: 24px;
  border-radius: 2px;
  content: ' ';
  position: absolute;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 10px;
}

/* line 118, ../scss/components/_navigation.scss */
.x-open {
  background: transparent;
  z-index: 10;
}

/* line 122, ../scss/components/_navigation.scss */
.x-open:before {
  top: 0;
  left: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  transform-origin: 50%, 50%;
  -webkit-transform-origin: 50%, 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 127, ../scss/components/_navigation.scss */
.x-open:after {
  top: 0;
  left: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  transform-origin: 50%, 50%;
  -webkit-transform-origin: 50%, 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 4, ../scss/layout/_header.scss */
.showcase {
  background: url("../img/showcase/au_showcase500.png") no-repeat center;
  background-size: cover;
  max-height: 470px;
  min-height: 400px;
}
/* line 10, ../scss/layout/_header.scss */
.showcase .showcase-content {
  background: rgba(31, 16, 46, 0.4);
  margin: 45px auto;
}
/* line 15, ../scss/layout/_header.scss */
.showcase .showcase-brief {
  padding: 40px;
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
/* line 26, ../scss/layout/_header.scss */
.showcase .showcase-brief h1 {
  font-family: "Lobster Two", cursive;
  font-size: 4.85em;
  letter-spacing: 6px;
}
/* line 31, ../scss/layout/_header.scss */
.showcase .showcase-brief p {
  font-size: 1.45em;
}

/* line 1, ../scss/layout/_footer.scss */
footer {
  background: #1f102e;
  color: #fff;
  width: 100%;
}

/* line 7, ../scss/layout/_footer.scss */
.ftr-logo {
  width: 30px;
  padding: 13px 0;
  margin: 0 auto;
  display: block;
}

/* line 14, ../scss/layout/_footer.scss */
.logo-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fcf8ff;
  margin: 5px auto 0 auto;
  display: block;
  float: left;
}

/* line 23, ../scss/layout/_footer.scss */
footer a {
  color: #fff;
}

/* line 26, ../scss/layout/_footer.scss */
.ftr-main {
  padding: 5px;
}
/* line 28, ../scss/layout/_footer.scss */
.ftr-main p {
  float: right;
}
/* line 31, ../scss/layout/_footer.scss */
.ftr-main ul {
  padding-left: 0;
  text-align: center;
}
/* line 35, ../scss/layout/_footer.scss */
.ftr-main li {
  display: inline;
  padding: 3px 10px;
}

/* line 9, ../scss/layout/_grid.scss */
.col-1 {
  width: 8.33333%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-2 {
  width: 16.66667%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-3 {
  width: 25%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-4 {
  width: 33.33333%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-5 {
  width: 41.66667%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-6 {
  width: 50%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-7 {
  width: 58.33333%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-8 {
  width: 66.66667%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-9 {
  width: 75%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-10 {
  width: 83.33333%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-11 {
  width: 91.66667%;
}

/* line 9, ../scss/layout/_grid.scss */
.col-12 {
  width: 100%;
}

/* line 14, ../scss/layout/_grid.scss */
body {
  margin: 0;
}

/* line 17, ../scss/layout/_grid.scss */
.container {
  width: 100%;
  max-width: "1200px";
  box-sizing: border-box;
}

/* line 24, ../scss/layout/_grid.scss */
.row:before, .row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 30, ../scss/layout/_grid.scss */
[class*='col-'] {
  float: left;
  padding: 12px;
}

/* line 35, ../scss/layout/_grid.scss */
[col*='col-']:last-child {
  padding-right: 0;
}

/* line 39, ../scss/layout/_grid.scss */
*, *:after, *:before {
  box-sizing: border-box;
}

/* Responsive */
/* line 44, ../scss/layout/_grid.scss */
img {
  height: auto;
  width: 100%;
}

@media all and (max-width: 854px) {
  /* line 2, ../scss/layout/_mobile.scss */
  .hamburger {
    visibility: visible;
  }

  /* line 5, ../scss/layout/_mobile.scss */
  .primary-nav {
    visibility: hidden;
    display: none;
  }

  /* line 10, ../scss/layout/_mobile.scss */
  .block-main {
    height: 275px;
    margin: 0;
  }
}
@media all and (min-width: 358px) and (max-width: 780px) {
  /* line 18, ../scss/layout/_mobile.scss */
  .showcase {
    background: #1f102e;
  }
  /* line 21, ../scss/layout/_mobile.scss */
  .showcase .showcase-content {
    background: rgba(31, 16, 46, 0.4);
  }
  /* line 25, ../scss/layout/_mobile.scss */
  .showcase .showcase-brief {
    margin: 5px auto;
  }
  /* line 27, ../scss/layout/_mobile.scss */
  .showcase .showcase-brief h1 {
    font-size: 3.5em;
    letter-spacing: 3px;
  }
  /* line 31, ../scss/layout/_mobile.scss */
  .showcase .showcase-brief p {
    font-size: 15px;
  }

  /* line 36, ../scss/layout/_mobile.scss */
  .clearItem img {
    display: none;
  }

  /* line 40, ../scss/layout/_mobile.scss */
  .col-sm {
    width: 100%;
    padding: 0 0 30px 0;
  }

  /* line 45, ../scss/layout/_mobile.scss */
  .col-md {
    width: 100%;
    clear: both;
    padding: 0;
  }

  /* line 50, ../scss/layout/_mobile.scss */
  .desc-md {
    margin-left: 20px;
  }
}
@media all and (max-width: 358px) {
  /* line 58, ../scss/layout/_mobile.scss */
  .showcase {
    background: #1f102e;
  }
  /* line 60, ../scss/layout/_mobile.scss */
  .showcase .showcase-content {
    background: rgba(31, 16, 46, 0.4);
  }
  /* line 64, ../scss/layout/_mobile.scss */
  .showcase .showcase-brief {
    margin: 5px auto;
  }
  /* line 66, ../scss/layout/_mobile.scss */
  .showcase .showcase-brief h1 {
    font-size: 3.0em;
    letter-spacing: 3px;
  }
  /* line 70, ../scss/layout/_mobile.scss */
  .showcase .showcase-brief p {
    font-size: 15px;
  }

  /* line 75, ../scss/layout/_mobile.scss */
  .clearItem img {
    display: none;
  }

  /* line 79, ../scss/layout/_mobile.scss */
  .col-sm {
    width: 100%;
    padding: 0 0 30px 0;
  }

  /* line 84, ../scss/layout/_mobile.scss */
  .col-md {
    width: 100%;
    clear: both;
    padding: 0;
  }

  /* line 89, ../scss/layout/_mobile.scss */
  .desc-md {
    margin-left: 20px;
  }
}
/* line 1, ../scss/layout/_section.scss */
.center {
  margin: 0 auto;
  display: block;
}

/* line 6, ../scss/layout/_section.scss */
.block-middle {
  background: #d0c0e0;
  height: auto;
}

/* line 13, ../scss/layout/_section.scss */
.block-main {
  background: #1f102e;
  height: 300px;
}

/* line 18, ../scss/layout/_section.scss */
.i-head, .cs-head, .r-head {
  text-align: center;
  padding-top: 80px;
  color: #fff;
}
/* line 60, ../scss/helpers/_mixins.scss */
.i-head h1, .cs-head h1, .r-head h1 {
  font-size: 3em;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

/* line 24, ../scss/layout/_section.scss */
.block-h {
  width: 80%;
  margin: 50px auto 50px auto;
  display: block;
}
/* line 26, ../scss/layout/_section.scss */
.block-h h2 {
  text-align: left;
  font-size: 3.0em;
}

/* line 33, ../scss/layout/_section.scss */
.block-r {
  width: 80%;
  margin: 50px auto 50px auto;
  display: block;
}
/* line 36, ../scss/layout/_section.scss */
.block-r .r-desc li {
  list-style: disc;
}
/* line 41, ../scss/layout/_section.scss */
.block-r .r-edu {
  padding-top: 20px;
}

/* line 48, ../scss/layout/_section.scss */
.block-i {
  width: 80%;
  margin: 50px auto 50px auto;
  display: block;
}
/* line 50, ../scss/layout/_section.scss */
.block-i img {
  width: 250px;
}
/* line 53, ../scss/layout/_section.scss */
.block-i h2 {
  text-align: center;
}

/* line 60, ../scss/layout/_section.scss */
.block-cs {
  width: 80%;
  margin: 50px auto 50px auto;
  display: block;
}
/* line 62, ../scss/layout/_section.scss */
.block-cs h4 {
  float: right;
}
/* line 66, ../scss/layout/_section.scss */
.block-cs ul, .block-cs li {
  list-style: disc;
}

/* line 72, ../scss/layout/_section.scss */
.block-inner {
  margin: 0 10px;
}
