@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Questrial:400,400italic&subset=latin,latin-ext);
/* line 27, sass/main.scss */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Questrial', 'Arial', sans-serif;
}
/* line 33, sass/main.scss */
html body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  min-width: 1060px;
  position: relative;
  font-size: 1em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZThlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e7e8ef));
  background-image: -moz-linear-gradient(top, #ffffff, #e7e8ef);
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e8ef);
  background-image: linear-gradient(to bottom, #ffffff, #e7e8ef);
  background-attachment: fixed;
}
@media (max-width: 767px) {
  /* line 33, sass/main.scss */
  html body {
    background: #FFF;
    min-width: initial;
  }
}
/* line 54, sass/main.scss */
html body > header {
  height: 360px;
  height: 594px;
  width: 100%;
  margin: 0 auto;
}
/* line 60, sass/main.scss */
html body > header #header-wrap {
  width: 1020px;
  margin: 0 auto;
  height: 360px;
}
@media (max-width: 767px) {
  /* line 60, sass/main.scss */
  html body > header #header-wrap {
    width: 100%;
    height: auto;
  }
}
/* line 71, sass/main.scss */
html body > header:after {
  content: "";
  position: absolute;
  top: 360px;
  left: 0px;
  z-index: 2;
  width: 100%;
  min-width: 1020px;
  height: 0px;
  background-image: url("header_repeat.png");
  background-repeat: repeat-x;
  background-position: center top;
}
@media (max-width: 767px) {
  /* line 71, sass/main.scss */
  html body > header:after {
    display: none;
    /*background:#181B5E;
    height: 30px;
    top: auto;
    bottom: -30px;
    min-width: initial;*/
  }
}
/* line 98, sass/main.scss */
html body > header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  height: 500px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZTdmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5Y2FmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee7ff), color-stop(100%, #b9caff));
  background-image: -moz-linear-gradient(top, #dee7ff, #b9caff);
  background-image: -webkit-linear-gradient(top, #dee7ff, #b9caff);
  background-image: linear-gradient(to bottom, #dee7ff, #b9caff);
}
@media (max-width: 767px) {
  /* line 98, sass/main.scss */
  html body > header:before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  /* line 54, sass/main.scss */
  html body > header {
    width: 100%;
    height: auto;
    margin: 0;
    border-top: 50px solid #FFFFFF;
    position: relative;
  }
}
/* line 123, sass/main.scss */
html body > header #logo {
  position: absolute;
  width: 966px;
  height: 211px;
  z-index: 3;
  top: 20px;
  margin-left: 27px;
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767px) {
  /* line 123, sass/main.scss */
  html body > header #logo {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 70%;
    margin: 0 15%;
    height: 120px;
    top: 0;
  }
}
/* line 145, sass/main.scss */
html body > header #slogan {
  position: relative;
  right: 0;
  top: -75px;
  width: 90%;
  height: 27px;
  z-index: 3;
  background-image: url("slogan.png");
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 767px) {
  /* line 145, sass/main.scss */
  html body > header #slogan {
    display: none;
  }
}
/* line 164, sass/main.scss */
html body > header h1 {
  margin: 0;
  padding: 0;
  height: 140px;
  z-index: 1;
}
/* line 171, sass/main.scss */
html body > header h1 span {
  visibility: hidden;
  position: absolute;
}
@media (max-width: 767px) {
  /* line 164, sass/main.scss */
  html body > header h1 {
    background: none;
    height: auto;
  }
  /* line 180, sass/main.scss */
  html body > header h1 span {
    visibility: visible;
    position: absolute;
    top: -50px;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 999;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 47px;
  }
}
/* line 201, sass/main.scss */
html body > header h1 #slides {
  height: 360px;
  width: 1020px;
  margin: 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  top: 120px;
  left: 0px;
  z-index: 1;
  border: 20px solid #FFF;
  border-bottom: 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
  background: #FFF;
}
/* line 218, sass/main.scss */
html body > header h1 #slides img {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 201, sass/main.scss */
  html body > header h1 #slides {
    width: 95%;
    height: auto;
    margin: 7% auto 0 auto;
    box-sizing: border-box;
    position: relative;
    top: 0;
    border: 8px solid #FFF;
    border-bottom: 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0 0;
  }
  /* line 241, sass/main.scss */
  html body > header h1 #slides img {
    width: 100%;
  }
  /* line 245, sass/main.scss */
  html body > header h1 #slides:after {
    display: none;
  }
}
/* line 252, sass/main.scss */
html body > header nav#top {
  width: 100%;
  height: 94px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #181B5E;
}
/* line 262, sass/main.scss */
html body > header nav#top p#folder {
  display: none;
}
/* line 266, sass/main.scss */
html body > header nav#top .right_search {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
/* line 273, sass/main.scss */
html body > header nav#top #search_form {
  position: absolute;
  right: 0;
  padding: 0px;
  width: 220px;
  top: -40px;
  text-align: center;
  color: #FFF;
  background-color: #2B2B74;
  font-size: 0;
  display: table;
  border-collapse: separate;
  border-spacing: 10px 7px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
/* line 293, sass/main.scss */
html body > header nav#top #search_form label {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.8rem;
}
/* line 302, sass/main.scss */
html body > header nav#top #search_form > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 306, sass/main.scss */
html body > header nav#top #search_form > div.query {
  width: 99%;
}
/* line 309, sass/main.scss */
html body > header nav#top #search_form > div.query input {
  margin: 0;
  padding: 3px;
  background-color: #FFFFFF;
  border: none;
  font-size: 0.8rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 321, sass/main.scss */
html body > header nav#top #search_form > div.search_button button {
  font-size: 0.9rem;
  margin: 0;
  padding: 0.4rem;
  background: transparent;
  border: none;
  color: #FFF;
  font-family: "FontAwesome";
  speak: none;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 273, sass/main.scss */
  html body > header nav#top #search_form {
    display: none;
  }
}
/* line 341, sass/main.scss */
html body > header nav#top > ul {
  width: 1020px;
  margin: 0 auto;
  padding: 0;
  height: 94px;
  list-style-type: none;
  text-align: center;
}
/* line 349, sass/main.scss */
html body > header nav#top > ul > li {
  font-family: 'Questrial', 'Georgia', serif;
  font-size: 1.1rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 305;
}
/* line 360, sass/main.scss */
html body > header nav#top > ul > li > a {
  display: block;
  color: #FFFFFF;
  height: 94px;
  line-height: 94px;
  font-size: 1.25em;
  text-decoration: none;
  padding: 0 16px;
}
/* line 371, sass/main.scss */
html body > header nav#top > ul > li:hover > a {
  background-color: #2B2B74;
  color: #FBBA00;
}
/* line 376, sass/main.scss */
html body > header nav#top > ul > li > ul {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  background-color: #2B2B74;
}
/* line 390, sass/main.scss */
html body > header nav#top > ul > li > ul:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -150px;
  bottom: -150px;
  left: -150px;
  z-index: -1;
  background-image: url(transparent_background.png);
}
/* line 402, sass/main.scss */
html body > header nav#top > ul > li > ul > li {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}
/* line 408, sass/main.scss */
html body > header nav#top > ul > li > ul > li a {
  display: block;
  color: #C5C5D7;
  font-size: 1em;
  text-decoration: none;
  padding: 7px 14px;
}
/* line 420, sass/main.scss */
html body > header nav#top > ul > li > ul > li:hover > a {
  color: #17175F;
  background: #FDBB00;
}
/* line 427, sass/main.scss */
html body > header nav#top > ul > li:last-child > ul {
  left: auto;
  right: 0;
}
/* line 432, sass/main.scss */
html body > header nav#top > ul > li:hover > ul {
  display: block;
}
@media (max-width: 767px) {
  /* line 252, sass/main.scss */
  html body > header nav#top {
    display: none;
  }
}
/* line 444, sass/main.scss */
html body > header #rays:before {
  content: "";
  width: 538px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("header_left.png") center left no-repeat;
}
/* line 453, sass/main.scss */
html body > header #rays:after {
  content: "";
  width: 669px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("header_right.png") center right no-repeat;
}
@media (max-width: 767px) {
  /* line 464, sass/main.scss */
  html body > header #rays:before {
    width: 50%;
    height: 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  /* line 469, sass/main.scss */
  html body > header #rays:after {
    width: 50%;
    height: 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
/* line 478, sass/main.scss */
html body #container {
  width: 1020px;
  margin: 0 auto;
  background: url("background.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 478, sass/main.scss */
  html body #container {
    width: auto;
    margin: 1.5em;
    background: none;
  }
}
/* line 500, sass/main.scss */
html body #container.home nav#main {
  display: none;
}
@media (max-width: 767px) {
  /* line 500, sass/main.scss */
  html body #container.home nav#main {
    display: block;
  }
}
/* line 508, sass/main.scss */
html body #container nav#main {
  width: 220px;
  margin: -140px 0 30px 0;
  padding: 160px 0px 0 0px;
  float: left;
  background-image: url("nav_background.png");
  background-repeat: repeat-x;
  position: relative;
}
@media (max-width: 767px) {
  /* line 508, sass/main.scss */
  html body #container nav#main {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
  }
}
/* line 531, sass/main.scss */
html body #container nav#main p#folder {
  display: none;
}
/* line 535, sass/main.scss */
html body #container nav#main form {
  display: none;
}
@media (min-width: 768px) {
  /* line 540, sass/main.scss */
  html body #container nav#main ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 20px 0;
    position: relative;
    z-index: 260;
    font-family: 'Questrial', serif;
  }
  /* line 550, sass/main.scss */
  html body #container nav#main ul li {
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  /* line 557, sass/main.scss */
  html body #container nav#main ul li a {
    margin: 0;
    display: block;
    text-decoration: none;
    padding: 7px 10px;
    font-size: 0.95em;
    color: #FFFFFF;
    background-color: #181B5E;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 570, sass/main.scss */
  html body #container nav#main ul li.uber a, html body #container nav#main ul li:hover > a {
    color: #181B5E;
    background: #FBBA00;
  }
  /* line 575, sass/main.scss */
  html body #container nav#main ul li ul {
    display: none;
    position: absolute;
    width: 220px;
    left: 100%;
    top: 0px;
    margin: 0 0 0 4px;
    padding: 0;
    text-align: left;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
  }
  /* line 588, sass/main.scss */
  html body #container nav#main ul li ul:before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -4px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII=");
  }
  /* line 599, sass/main.scss */
  html body #container nav#main ul li ul li {
    margin: 0;
    padding: 0;
  }
  /* line 603, sass/main.scss */
  html body #container nav#main ul li ul li a {
    border-top: 1px dotted #FFF;
    color: #181B5E;
    background: #FBBA00;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0;
  }
  /* line 613, sass/main.scss */
  html body #container nav#main ul li ul li.uber a, html body #container nav#main ul li ul li:hover > a {
    color: #181B5E;
    background: #FCCF4D;
  }
  /* line 619, sass/main.scss */
  html body #container nav#main ul li ul li:first-child a {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none;
  }
  /* line 624, sass/main.scss */
  html body #container nav#main ul li ul li:first-child:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 15px 9px 0;
    border-color: transparent #FFFFFF transparent transparent;
  }
  /* line 636, sass/main.scss */
  html body #container nav#main ul li ul li:first-child:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #FBBA00 transparent transparent;
  }
  /* line 649, sass/main.scss */
  html body #container nav#main ul li ul li:first-child.uber:after, html body #container nav#main ul li ul li:first-child:hover:after {
    border-color: transparent #FCCF4D transparent transparent;
  }
  /* line 655, sass/main.scss */
  html body #container nav#main ul li ul li:last-child a {
    -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 661, sass/main.scss */
  html body #container nav#main ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 669, sass/main.scss */
  html body #container nav#main > ul {
    width: 100%;
    float: none;
    background-color: #181B5E;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 998;
    clear: both;
  }
  /* line 686, sass/main.scss */
  html body #container nav#main > ul li {
    display: none;
    width: 100%;
    font-family: Arial;
  }
  /* line 691, sass/main.scss */
  html body #container nav#main > ul li a {
    display: block;
    width: 90%;
    padding: 10px 5%;
    font-size: 14px;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* line 703, sass/main.scss */
  html body #container nav#main > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-top-color: transparent;
  }
  /* line 710, sass/main.scss */
  html body #container nav#main > ul li.parent > a:after {
    content: "▼";
    color: rgba(255, 255, 255, 0.5);
    float: right;
  }
  /* line 716, sass/main.scss */
  html body #container nav#main > ul li.parent > a:hover {
    background: rgba(0, 0, 0, 0.75);
  }
  /* line 721, sass/main.scss */
  html body #container nav#main > ul li ul {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    border-top: 0 none;
    padding: 0;
  }
  /* line 727, sass/main.scss */
  html body #container nav#main > ul li ul a {
    border: 0 none;
    font-size: 12px;
    padding: 10px 5%;
    font-weight: normal;
  }
  /* line 735, sass/main.scss */
  html body #container nav#main > ul li:hover ul {
    display: block;
    border-top: 0 none;
  }
  /* line 741, sass/main.scss */
  html body #container nav#main > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  /* line 745, sass/main.scss */
  html body #container nav#main > ul.open {
    height: auto;
    padding-top: 50px;
  }
  /* line 749, sass/main.scss */
  html body #container nav#main > ul.open li {
    display: block;
  }
  /* line 754, sass/main.scss */
  html body #container nav#main > ul > li:hover > a {
    background: rgba(0, 0, 0, 0.5);
    border-bottom-color: transparent;
  }
}
/* line 761, sass/main.scss */
html body #container nav#main #school_address {
  list-style-type: none;
  color: #0C244D;
  font-size: 0.9em;
  text-align: center;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
/* line 770, sass/main.scss */
html body #container nav#main #school_address a {
  color: #0C244D;
}
/* line 773, sass/main.scss */
html body #container nav#main #school_address a:hover {
  color: #0C244D;
}
@media (max-width: 767px) {
  /* line 761, sass/main.scss */
  html body #container nav#main #school_address {
    display: none;
  }
}
/* line 786, sass/main.scss */
html body #container nav#main #search_form {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #000;
  background-color: #EEEEEE;
  font-size: 0;
  display: none;
  border-collapse: separate;
  border-spacing: 10px 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 803, sass/main.scss */
html body #container nav#main #search_form label {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.8rem;
}
/* line 812, sass/main.scss */
html body #container nav#main #search_form > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 816, sass/main.scss */
html body #container nav#main #search_form > div.query {
  width: 99%;
}
/* line 819, sass/main.scss */
html body #container nav#main #search_form > div.query input {
  margin: 0;
  padding: 3px;
  background-color: #FFFFFF;
  border: none;
  font-size: 0.8rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 831, sass/main.scss */
html body #container nav#main #search_form > div.search_button button {
  font-size: 0.9rem;
  margin: 0;
  padding: 0.4rem;
  background: transparent;
  border: none;
  color: #000;
  font-family: "FontAwesome";
  speak: none;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 786, sass/main.scss */
  html body #container nav#main #search_form {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 997;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    display: none;
  }
  /* line 858, sass/main.scss */
  html body #container nav#main #search_form.open {
    display: block;
  }
  /* line 862, sass/main.scss */
  html body #container nav#main #search_form label {
    font-size: 1.3rem;
  }
  /* line 866, sass/main.scss */
  html body #container nav#main #search_form > div.query input {
    font-size: 1.5rem;
  }
  /* line 870, sass/main.scss */
  html body #container nav#main #search_form > div.search_button button {
    font-size: 1.4rem;
  }
}
/* line 877, sass/main.scss */
html body #container #content {
  width: 750px;
  margin: 20px 20px 80px 30px;
  padding: 0;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 250;
  color: #181B5E;
  font-size: 1em;
}
@media (max-width: 767px) {
  /* line 877, sass/main.scss */
  html body #container #content {
    width: 100%;
    margin: 0 0 81px 0;
    float: none;
  }
  /* line 900, sass/main.scss */
  html body #container #content img, html body #container #content video, html body #container #content object, html body #container #content object > embed {
    max-width: 100% !important;
    height: auto !important;
  }
  /* line 905, sass/main.scss */
  html body #container #content iframe {
    max-width: 100% !important;
  }
  /* line 909, sass/main.scss */
  html body #container #content .rss_feed {
    display: none;
  }
}
/* line 914, sass/main.scss */
html body #container #content.home {
  width: 980px;
  margin: 20px 20px 111px 20px;
}
@media (max-width: 767px) {
  /* line 914, sass/main.scss */
  html body #container #content.home {
    width: 100%;
    margin: 0 0 81px 0;
    float: none;
  }
}
/* line 928, sass/main.scss */
html body #container #content nav#breadcrumbs {
  font-size: 0.7em;
  margin: 0 0 5px 0;
}
/* line 933, sass/main.scss */
html body #container #content > :first-child {
  margin-top: 0;
}
/* line 940, sass/main.scss */
html body #container #content a {
  color: #17175F;
}
/* line 943, sass/main.scss */
html body #container #content a:hover {
  color: #FDBA00;
}
/* line 948, sass/main.scss */
html body #container #content h1, html body #container #content h2, html body #container #content h3, html body #container #content p {
  padding: 0px;
}
/* line 952, sass/main.scss */
html body #container #content h1, html body #container #content h2, html body #container #content h3 {
  line-height: 1.2em;
  margin: 20px 0 5px 0;
  font-family: 'Questrial', serif;
  font-weight: bold;
}
/* line 959, sass/main.scss */
html body #container #content h1 + p, html body #container #content h2 + p, html body #container #content h3 + p {
  margin: 5px 0 17px 0;
}
/* line 963, sass/main.scss */
html body #container #content h1 {
  color: #17175F;
}
/* line 966, sass/main.scss */
html body #container #content h2 {
  color: #525261;
}
/* line 969, sass/main.scss */
html body #container #content h3 {
  color: #747484;
}
/* line 975, sass/main.scss */
html body #mobile_buttons {
  display: none;
}
@media (max-width: 767px) {
  /* line 980, sass/main.scss */
  html body #mobile_buttons {
    display: block;
  }
  /* line 983, sass/main.scss */
  html body #mobile_buttons > a {
    position: absolute;
    top: 7px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    z-index: 999;
    font-size: 1.4em;
    color: #FFFFFF;
    font-family: "FontAwesome";
    speak: none;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
  }
  /* line 1000, sass/main.scss */
  html body #mobile_buttons > a.nav_button {
    left: 7px;
  }
  /* line 1003, sass/main.scss */
  html body #mobile_buttons > a.nav_button:before {
    content: "\f0c9";
  }
  /* line 1007, sass/main.scss */
  html body #mobile_buttons > a.nav_button.open:before {
    content: "\f00d";
  }
  /* line 1011, sass/main.scss */
  html body #mobile_buttons > a.home_button {
    right: 7px;
  }
  /* line 1014, sass/main.scss */
  html body #mobile_buttons > a.home_button:before {
    content: "\f015";
  }
  /* line 1018, sass/main.scss */
  html body #mobile_buttons > a.search_button {
    right: 47px;
  }
  /* line 1021, sass/main.scss */
  html body #mobile_buttons > a.search_button:before {
    content: "\f002";
  }
  /* line 1024, sass/main.scss */
  html body #mobile_buttons > a.search_button.open:before {
    content: "\f00d";
  }
}
/* line 1032, sass/main.scss */
html body > footer {
  min-width: 1020px;
  font-size: 0.7em;
  color: #FFF;
  position: relative;
  padding: 0;
  margin: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhMjg3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4MWI1ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a2876), color-stop(100%, #181b5e));
  background-image: -moz-linear-gradient(top, #2a2876, #181b5e);
  background-image: -webkit-linear-gradient(top, #2a2876, #181b5e);
  background-image: linear-gradient(to bottom, #2a2876, #181b5e);
}
@media (max-width: 767px) {
  /* line 1032, sass/main.scss */
  html body > footer {
    background: #EEEEEE;
    font-size: 0.8em;
    position: relative;
    padding: 0;
    background-image: none;
    color: #000;
    min-width: initial;
  }
}
/* line 1057, sass/main.scss */
html body > footer > div {
  width: 960px;
  height: 31px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1057, sass/main.scss */
  html body > footer > div {
    width: auto;
    padding: 20px 0;
  }
}
/* line 1070, sass/main.scss */
html body > footer > div a {
  color: #FFF;
  text-decoration: none;
}
/* line 1074, sass/main.scss */
html body > footer > div a:hover {
  color: #FDBA00;
}
@media (max-width: 767px) {
  /* line 1070, sass/main.scss */
  html body > footer > div a {
    color: #000;
  }
}
/* line 1082, sass/main.scss */
html body > footer > div #spike_footer {
  height: 31px;
}
@media (max-width: 767px) {
  /* line 1082, sass/main.scss */
  html body > footer > div #spike_footer {
    height: auto !important;
    overflow: hidden;
  }
  /* line 1089, sass/main.scss */
  html body > footer > div #spike_footer #admin_system {
    margin-left: 14px;
  }
  /* line 1093, sass/main.scss */
  html body > footer > div #spike_footer #powered_by {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  /* line 1098, sass/main.scss */
  html body > footer > div #spike_footer #powered_by span {
    visibility: visible;
    position: absolute;
    right: 14px;
    top: 20px;
  }
}

/* line 1112, sass/main.scss */
img, video, object, object > embed {
  max-width: 100% !important;
  height: auto !important;
}

/* line 1117, sass/main.scss */
iframe {
  max-width: 100% !important;
}

/* line 1121, sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 1127, sass/main.scss */
.clearfix:after {
  clear: both;
}

/* line 1131, sass/main.scss */
.clearfix {
  *zoom: 1;
}
