* {
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
a:focus,
area:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.search-button[type="submit"]:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 10px #e61848;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 10px #e61848;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 10px #e61848;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix,
.clearfloat {
  *zoom: 1;
}
.clearfix:before,
.clearfloat:before,
.clearfix:after,
.clearfloat:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clearfloat:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inline {
  margin-left: 0;
  list-style: none;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.form-vertical .control-group {
  margin-bottom: 0.61538462em;
}
.form-vertical label {
  float: none;
  text-align: left;
  width: auto;
}
.form-vertical .controls {
  margin-left: 0;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  background: url("../img/bg.png") repeat 0 0;
  font-size: 100%;
}
.page {
  font-size: 0.8125em;
  font-weight: normal;
  line-height: 1.23076923em;
}
ul.sitemap {
  color: #cf1641;
  font-size: 1.1em;
}
li {
  transition-duration: 0.5s, 0.3s;
  transition-property: background-color, color;
  transition-timing-function: linear, linear;
}
li li {
  transition-duration: 0s, 0s;
}
footer {
  color: #4b4b4b;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #4b4b4b;
}
footer address,
footer .update,
footer .copyright,
footer .social-block,
footer .free {
  font-size: 0.85em;
  margin-bottom: 1.23076923em;
}
footer address {
  font-style: normal;
}
footer address a {
  display: block;
}
.form {
  overflow: hidden;
}
.form input,
.form textarea,
.form select,
.form .help-inline,
.form .uneditable-input,
.form .input-prepend,
.form .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form .hide {
  display: none;
}
.form .control-group {
  margin-bottom: 1.23076923em;
  *zoom: 1;
}
.form .control-group:before,
.form .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form .control-group:after {
  clear: both;
}
.form label {
  display: inline;
  float: left;
  width: 170px;
  padding-top: 8px;
  text-align: right;
  font-weight: bold;
  color: #e61848;
}
.form .controls {
  *display: inline-block;
  *padding-left: 5px;
  margin-left: 180px;
  *margin-left: 0;
  max-width: 400px;
}
.form .controls:first-child {
  *padding-left: 180px;
}
.form .controls label {
  width: auto;
  margin-right: 10px;
  font-weight: normal;
}
.form .help-block {
  margin-bottom: 0;
}
.form input + .help-block,
.form select + .help-block,
.form textarea + .help-block,
.form .uneditable-input + .help-block,
.form .input-prepend + .help-block,
.form .input-append + .help-block {
  margin-top: 0.61538462em;
}
.form .form-btn {
  padding-left: 180px;
}
.form .link {
  display: block;
  margin-bottom: 0.61538462em;
}
.link {
  color: #005c9f;
  font-size: 0.9em;
  text-decoration: none;
  *zoom: 1;
  white-space: nowrap;
}
.link:before,
.link:after {
  display: table;
  content: "";
  line-height: 0;
}
.link:after {
  clear: both;
}
aside .link {
  font-weight: bold;
}
.more {
  color: #005c9f;
  font-size: 0.9em;
  text-decoration: none;
  *zoom: 1;
  white-space: nowrap;
  float: right;
}
.more:before,
.more:after {
  display: table;
  content: "";
  line-height: 0;
}
.more:after {
  clear: both;
}
.more:hover .arrow-right {
  border-color: transparent transparent transparent #e61848;
}
time {
  display: block;
  padding-bottom: 5px;
  color: #e61848;
  font-weight: bold;
  font-size: 0.9em;
}
.line {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #a24780;
}
.arrow {
  border-style: solid;
  content: "";
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 0;
  width: 0;
  *margin-bottom: 4px;
  text-indent: -1000px;
}
.arrow-left {
  margin-right: 5px;
  *margin-right: 8px;
  border-style: solid;
  content: "";
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 0;
  width: 0;
  *margin-bottom: 4px;
  text-indent: -1000px;
  border-color: transparent #a24780 transparent transparent;
  border-width: 5px 5px 5px 0;
}
.arrow-left:hover {
  border-color: transparent #e61848 transparent transparent;
}
.arrow-right {
  margin-left: 5px;
  border-style: solid;
  content: "";
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 0;
  width: 0;
  *margin-bottom: 4px;
  text-indent: -1000px;
  border-color: transparent transparent transparent #a24780;
  border-width: 5px 0 5px 5px;
}
.arrow-right:hover {
  border-color: transparent transparent transparent #e61848;
}
.arrow-bottom {
  border-style: solid;
  content: "";
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 0;
  width: 0;
  *margin-bottom: 4px;
  text-indent: -1000px;
  border-color: #a24780 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}
.arrow-bottom:hover {
  border-color: #e61848 transparent transparent transparent;
}
.arrow-top {
  border-style: solid;
  content: "";
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 0;
  width: 0;
  *margin-bottom: 4px;
  text-indent: -1000px;
  border-color: transparent transparent #a24780 transparent;
  border-width: 0 5px 5px 5px;
}
.arrow-top:hover {
  border-color: transparent transparent #e61848 transparent;
}
.back a {
  text-indent: -10000px;
}
.bin {
  display: block;
  width: 23px;
  height: 30px;
  background: url("../../generic/img/bin.png") no-repeat 0 0;
}
.bin:hover {
  background-position: -23px 0;
}
.open-form,
.print,
.up,
.back {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 0.92307692em;
  font-weight: normal;
  line-height: 1.23076923em;
  text-transform: uppercase;
  background: #e61848;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  margin: 0;
  padding: 8px 40px 8px;
  color: #ffffff;
  text-shadow: none;
  background-color: #e61848;
  background-image: -moz-linear-gradient(top, #e61848, #e61848);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61848), to(#e61848));
  background-image: -webkit-linear-gradient(top, #e61848, #e61848);
  background-image: -o-linear-gradient(top, #e61848, #e61848);
  background-image: linear-gradient(to bottom, #e61848, #e61848);
  background-repeat: repeat-x;
  border-color: #e61848 #e61848 #a11132;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e61848;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  border-bottom-color: #d9d9d9;
  *line-height: 10px;
  *padding: 4px 10px;
  *margin-left: .3em;
  text-decoration: none;
  white-space: nowrap;
  *border: 0;
  padding: 0;
  margin: 0 5px 10px;
}
.open-form:hover,
.print:hover,
.up:hover,
.back:hover,
.open-form:active,
.print:active,
.up:active,
.back:active,
.open-form.active,
.print.active,
.up.active,
.back.active,
.open-form.disabled,
.print.disabled,
.up.disabled,
.back.disabled,
.open-form[disabled],
.print[disabled],
.up[disabled],
.back[disabled] {
  color: #ffffff;
  background-color: #e61848;
  *background-color: #cf1641;
}
.open-form:active,
.print:active,
.up:active,
.back:active,
.open-form.active,
.print.active,
.up.active,
.back.active {
  background-color: #b8133a \9;
}
.open-form:first-child,
.print:first-child,
.up:first-child,
.back:first-child {
  *margin-left: 0;
}
.open-form.btn-arrow,
.print.btn-arrow,
.up.btn-arrow,
.back.btn-arrow {
  padding: 5px 10px 6px 6px;
}
.open-form a,
.print a,
.up a,
.back a {
  text-decoration: none;
  color: #ffffff;
}
.open-form:hover,
.print:hover,
.up:hover,
.back:hover,
.open-form:focus,
.print:focus,
.up:focus,
.back:focus {
  text-shadow: none;
  background-color: #e61848;
  background-image: -moz-linear-gradient(top, #e61848, #e61848);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61848), to(#e61848));
  background-image: -webkit-linear-gradient(top, #e61848, #e61848);
  background-image: -o-linear-gradient(top, #e61848, #e61848);
  background-image: linear-gradient(to bottom, #e61848, #e61848);
  background-repeat: repeat-x;
  border-color: #e61848 #e61848 #a11132;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e61848;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  border: none;
  *border: 0;
}
.open-form:hover:hover,
.print:hover:hover,
.up:hover:hover,
.back:hover:hover,
.open-form:focus:hover,
.print:focus:hover,
.up:focus:hover,
.back:focus:hover,
.open-form:hover:active,
.print:hover:active,
.up:hover:active,
.back:hover:active,
.open-form:focus:active,
.print:focus:active,
.up:focus:active,
.back:focus:active,
.open-form:hover.active,
.print:hover.active,
.up:hover.active,
.back:hover.active,
.open-form:focus.active,
.print:focus.active,
.up:focus.active,
.back:focus.active,
.open-form:hover.disabled,
.print:hover.disabled,
.up:hover.disabled,
.back:hover.disabled,
.open-form:focus.disabled,
.print:focus.disabled,
.up:focus.disabled,
.back:focus.disabled,
.open-form:hover[disabled],
.print:hover[disabled],
.up:hover[disabled],
.back:hover[disabled],
.open-form:focus[disabled],
.print:focus[disabled],
.up:focus[disabled],
.back:focus[disabled] {
  color: #ffffff;
  background-color: #e61848;
  *background-color: #cf1641;
}
.open-form:hover:active,
.print:hover:active,
.up:hover:active,
.back:hover:active,
.open-form:focus:active,
.print:focus:active,
.up:focus:active,
.back:focus:active,
.open-form:hover.active,
.print:hover.active,
.up:hover.active,
.back:hover.active,
.open-form:focus.active,
.print:focus.active,
.up:focus.active,
.back:focus.active {
  background-color: #b8133a \9;
}
.open-form.active,
.print.active,
.up.active,
.back.active,
.open-form.active:hover,
.print.active:hover,
.up.active:hover,
.back.active:hover {
  cursor: default;
  color: #e61848;
  background: #ffffff;
  border: 1px solid #e61848;
}
.open-form.left,
.print.left,
.up.left,
.back.left {
  float: left;
}
.open-form.right,
.print.right,
.up.right,
.back.right {
  float: right;
}
.open-form:hover,
.print:hover,
.up:hover,
.back:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px @borderColor;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px @borderColor;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px @borderColor;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.open-form span,
.print span,
.up span,
.back span {
  display: none;
}
.print {
  display: block;
  clear: both;
  margin: 5px 0 20px;
  float: right;
}
.control {
  position: absolute;
  top: 46%;
  left: 20px;
  text-decoration: none;
  color: #e61848;
  font-family: Georgia;
  font-size: 25px;
  font-weight: normal;
  line-height: 20px;
  font-stretch: ultra-condensed;
}
.control.right {
  left: auto;
  right: 20px;
}
.sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap a {
  text-decoration: none;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .navbar .container,
.navbar-fixed-top .navbar .container,
.navbar-fixed-bottom .navbar .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid [class*="span"].last {
  text-align: center;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.page {
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  margin: 0 auto;
  padding: 0;
}
.page section.block,
.page aside section,
.page aside nav {
  clear: both;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #a24780;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  margin: 0 0 20px;
  padding: 20px;
  padding: 0;
}
.page section.block h3,
.page aside section h3,
.page aside nav h3 {
  padding: 8px 20px;
  background: #a24780;
  color: #ffffff;
  border-bottom: 1px solid #a24780;
}
.page section.block .content-section,
.page aside section .content-section,
.page aside nav .content-section {
  *zoom: 1;
  padding: 20px;
}
.page section.block .content-section:before,
.page aside section .content-section:before,
.page aside nav .content-section:before,
.page section.block .content-section:after,
.page aside section .content-section:after,
.page aside nav .content-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.page section.block .content-section:after,
.page aside section .content-section:after,
.page aside nav .content-section:after {
  clear: both;
}
.page aside nav {
  padding: 10px 0;
}
header {
  *zoom: 1;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  margin: 0;
  padding: 0;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .main-menu {
  background: #a24780;
  background-color: #a24780;
  background-image: -moz-linear-gradient(top, #a24780, #a24780);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a24780), to(#a24780));
  background-image: -webkit-linear-gradient(top, #a24780, #a24780);
  background-image: -o-linear-gradient(top, #a24780, #a24780);
  background-image: linear-gradient(to bottom, #a24780, #a24780);
  background-repeat: repeat-x;
}
header .main-menu ul {
  position: relative;
  display: table;
  width: 100%;
  *zoom: 1;
}
header .main-menu ul:before,
header .main-menu ul:after {
  display: table;
  content: "";
  line-height: 0;
}
header .main-menu ul:after {
  clear: both;
}
header .main-menu li {
  display: table-cell;
  border-right: 1px solid #ffffff;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  *width: 12%;
}
header .main-menu li.last {
  border: none;
}
header .main-menu li a {
  display: block;
  *min-height: 2.3em;
  text-align: center;
  padding: 12px 8px;
  font-size: 1em;
  color: #ffffff;
  text-transform: none;
  text-shadow: none;
}
header .main-menu li.active,
header .main-menu li:hover,
header .main-menu li:focus {
  background: #e61848;
}
header .main-menu li.active a,
header .main-menu li:hover a,
header .main-menu li:focus a {
  color: #ffffff;
}
header .main-menu li ul,
header .main-menu li.active ul,
header .main-menu li:hover ul {
  opacity: 0.96;
  filter: alpha(opacity=96);
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  margin: 0 0 0 -1px;
  padding: 10px 2px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  position: absolute;
  top: 100%;
  margin-top: 0;
  z-index: 1000;
  width: 250px;
  visibility: hidden;
  clip: rect(0, 0, 0, 0);
  transition-duration: 1s;
  transition-property: clip;
  transition-timing-function: linear;
}
header .main-menu li ul li,
header .main-menu li.active ul li,
header .main-menu li:hover ul li {
  border: none;
  display: block;
  *width: 100%;
}
header .main-menu li ul li:hover,
header .main-menu li.active ul li:hover,
header .main-menu li:hover ul li:hover {
  background: none;
}
header .main-menu li ul li a,
header .main-menu li.active ul li a,
header .main-menu li:hover ul li a {
  text-align: left;
  padding: 4px 8px;
  background: none;
  *height: auto;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.23076923em;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
}
header .main-menu li ul li a:hover,
header .main-menu li.active ul li a:hover,
header .main-menu li:hover ul li a:hover,
header .main-menu li ul li a:focus,
header .main-menu li.active ul li a:focus,
header .main-menu li:hover ul li a:focus {
  color: #ffffff;
  background: #a24780;
}
header .main-menu li:hover ul,
header .main-menu li.active:hover ul,
header .main-menu li:hover:hover ul {
  visibility: visible;
  clip: rect(0, 500px, 500px, 0);
}
aside .main-menu ul a {
  display: block;
  padding: 4px 5px 4px 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 0.92307692em;
  font-weight: normal;
  line-height: 1.23076923em;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
}
aside .main-menu ul a:hover,
aside .main-menu ul a:focus {
  color: #ffffff;
  background: #a24780;
}
aside .main-menu ul ul a {
  padding: 3px 5px 3px 40px;
}
aside .main-menu ul ul ul a {
  padding: 2px 5px 2px 60px;
}
aside .main-menu li.active ul {
  border: 1px solid #ffffff;
  background: #ffffff;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
aside .main-menu li.active a {
  border-bottom: 1px solid #a24780;
  background: #a24780;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  color: #ffffff;
}
aside .main-menu li.active li a {
  background: none;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
}
aside .main-menu li li a {
  font-size: 0.83076923em;
}
aside .main-menu li li a:hover,
aside .main-menu li li a:focus {
  color: #a24780;
  background: none;
}
aside .side-menu ul a {
  display: block;
  padding: 4px 5px 4px 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 0.92307692em;
  font-weight: normal;
  line-height: 1.23076923em;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
}
aside .side-menu ul a:hover,
aside .side-menu ul a:focus {
  color: #ffffff;
  background: #a24780;
}
aside .side-menu ul ul a {
  padding: 3px 5px 3px 40px;
}
aside .side-menu ul ul ul a {
  padding: 2px 5px 2px 60px;
}
aside .side-menu li.active ul {
  border: 1px solid #ffffff;
  background: #ffffff;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
aside .side-menu li.active a {
  border-bottom: 1px solid #a24780;
  background: #a24780;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  color: #ffffff;
}
aside .side-menu li.active li a {
  background: none;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
}
aside .side-menu li li a {
  font-size: 0.83076923em;
}
aside .side-menu li li a:hover,
aside .side-menu li li a:focus {
  color: #a24780;
  background: none;
}
.content-wrapper {
  padding: 20px 30px;
}
.content-inner {
  *zoom: 1;
}
.content-inner:before,
.content-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-inner:after {
  clear: both;
}
.content-inner.add-left-column {
  padding-left: 320px;
}
.content-inner.add-right-column {
  padding-right: 320px;
}
.content-column {
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.left-column {
  float: left;
  width: 300px;
  margin-left: -320px;
}
.right-column {
  float: right;
  width: 300px;
  margin-right: -320px;
}
footer {
  position: relative;
  *zoom: 1;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  margin: 0;
  padding: 20px;
}
footer:before,
footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
.corporate h1 {
  padding: 0;
  font-weight: bold;
  color: #e61848;
}
.corporate span {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 0;
  color: #e61848;
}
.corporate span.logo-img {
  width: 25%;
  text-align: center;
}
.corporate span.logo-title {
  width: 75%;
}
.banner {
  display: block;
  text-decoration: none;
}
.photo-block img {
  margin-bottom: 10px;
}
p {
  margin: 0 0 1.23076923em;
}
a {
  color: #005c9f;
}
a:hover,
a:focus {
  color: #a24780;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0.61538462em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.23076923em;
  color: #cf1641;
}
h1,
h2 {
  font-weight: normal;
  color: #cf1641;
}
h1 {
  font-size: 1.69230769em;
}
h2 {
  font-size: 1.38461538em;
}
h3 {
  font-size: 1.23076923em;
}
h4 {
  font-size: 1.15384615em;
}
h5 {
  font-size: 1.07692308em;
}
h6 {
  font-size: 1em;
}
.wym_skin_dialog {
  font-size: 62.5%;
}
.content_column .imgleft {
  float: left;
  margin: 0 20px 20px 0;
}
.content_column .imgright {
  float: right;
  margin: 0 0 10px 20px;
}
.content_column .wym_center {
  text-align: center;
}
.content_column .img_text_tpl {
  display: inline-block;
  text-align: center;
}
.content_column .img_text {
  display: block;
  color: #e61848;
  padding: 5px 0;
  font-weight: bold;
}
.content_column object {
  padding: 0 0 1.2em;
  display: inline-block;
}
.content_column .video_text_tpl {
  display: inline-block;
  margin-bottom: 1.6em;
  padding: 0;
  border: none;
  font-size: 1em;
  text-align: center;
  color: #000;
}
.content_column .service_Wikipedia {
  padding: 0.5em 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #BCBCBC;
  width: 100%;
}
.content_column .service_Wikipedia iframe {
  border: none;
  width: 99%;
  min-height: 300px;
}
.content_column img {
  border: 1px solid #cccccc;
}
.content_column blockquote {
  padding: 0 30px 0 0;
  background: url("../../generic/img/quote-right.png") no-repeat 100% 100%;
}
.content_column blockquote :first-child {
  padding-left: 45px;
  background: url("../../generic/img/quote-left.png") no-repeat 0 0;
}
.content_column ul {
  padding: 0 0 0.61538462em 1.5em;
  overflow: hidden;
}
.content_column ol {
  padding: 0 0 0.61538462em 2em;
  overflow: hidden;
}
.content_column ul {
  padding: 0 0 0.61538462em 1.5em;
  overflow: hidden;
}
.content_column ol {
  padding: 0 0 0.61538462em 2em;
  overflow: hidden;
}
.content_column ul ul,
.content_column ul ol,
.content_column ol ol,
.content_column ol ul {
  margin-bottom: 0;
}
.content_column li {
  line-height: 1.47692308em;
}
.content_column hr {
  margin: 1.23076923em 0;
  border: 0;
  border-top: 1px solid #a24780;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.content_column blockquote {
  clear: both;
  margin-bottom: 1.23076923em;
  border-left: none;
}
.content_column blockquote p {
  margin-bottom: 0;
  line-height: 1.47692308em;
  color: #e61848;
  text-transform: uppercase;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
dl {
  margin-bottom: 1.23076923em;
}
dt,
dd {
  line-height: 1.23076923em;
  padding: 0 0 5px;
}
dt {
  font-weight: bold;
  padding-right: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 170px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.23076923em;
  font-size: 1.15384615em;
  line-height: 2.46153846em;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 0.92307692em;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.23076923em;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  padding-right: 10px;
}
label.required {
  background: url("../../generic/img/rqrd.png") no-repeat right center;
}
.search-result label {
  margin: 20px 0 5px 0;
  color: #a24780;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 1.23076923em;
  padding: 7px;
  line-height: 1.23076923em;
  color: #212121;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.controls .alert,
input,
textarea,
.uneditable-input {
  width: 100%;
  max-width: 250px;
}
.controls .alert {
  padding: 7px 5px;
  margin-top: 5px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  behavior: url('/school/generic/js/PIE/PIE.php');
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #a24780;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a24780;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a24780;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a24780;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
input[readonly="readonly"] {
  border: none;
  box-shadow: none;
  background: none;
  padding: 8px 0;
}
input[readonly="readonly"]:focus {
  border: none;
  box-shadow: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="file"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
select,
input[type="file"] {
  height: 31px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 31px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 10px #e61848;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 10px #e61848;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 10px #e61848;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  behavior: url('/school/generic/js/PIE/PIE.php');
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  clear: none;
  min-height: 1.23076923em;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 7px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
}
input[disabled],
select[disabled],
textarea[disabled] {
  background-color: #cccccc;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #a24780;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #a24780;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #a24780;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #7f3764;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ca85b0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ca85b0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ca85b0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #a24780;
  background-color: #ffffff;
  border-color: #a24780;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.form-btn {
  padding: 0.23076923em 20px 1.23076923em;
  margin-top: 1.23076923em;
  margin-bottom: 1.23076923em;
  *zoom: 1;
}
.form-btn:before,
.form-btn:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-btn:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #474747;
}
.help-block {
  display: block;
  margin-bottom: 0.61538462em;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 0.07692308em;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 10;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 1.23076923em;
  min-width: 16px;
  padding: 7px 5px;
  font-size: 0.07692308em;
  font-weight: normal;
  line-height: 1.23076923em;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #cccccc;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-append .active,
.input-prepend .active {
  background-color: #e1f3bb;
  border-color: #a9dd38;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  width: 170px;
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 0.61538462em;
}
legend + .control-group {
  margin-top: 1.23076923em;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 1.23076923em;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal label {
  display: inline;
  float: left;
  width: 170px;
  padding-top: 8px;
  text-align: right;
  font-weight: bold;
  color: #e61848;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 5px;
  margin-left: 180px;
  *margin-left: 0;
  max-width: 400px;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .controls label {
  width: auto;
  margin-right: 10px;
  font-weight: normal;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 0.61538462em;
}
.form-horizontal .form-btn {
  padding-left: 180px;
}
.regist_link {
  list-style: none;
  padding-left: 0 !important;
}
.regist_link a {
  color: #005c9f;
  font-size: 0.9em;
  text-decoration: none;
  *zoom: 1;
  white-space: nowrap;
}
.regist_link a:before,
.regist_link a:after {
  display: table;
  content: "";
  line-height: 0;
}
.regist_link a:after {
  clear: both;
}
#recaptcha_area img {
  border: none !important;
}
#recaptcha_area input {
  padding: 2px 0;
  /*padding: 4px @paddingMini;*/
  border: 1px solid #cccccc !important;
}
#captchaHelp {
  color: #a24780;
  border: 1px solid #a24780;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a24780;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a24780;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a24780;
  behavior: url('/school/generic/js/PIE/PIE.php');
  margin-bottom: 10px;
  padding: 20px;
}
.subscribe #emailSubscribe {
  padding: 7px 4%;
  width: 92%;
  max-width: 92%;
}
.post {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub_c_block {
  margin: 20px 0;
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
  width: 100%;
  overflow: hidden;
}
.count {
  float: right;
}
table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
caption {
  color: #cf1641;
  text-shadow: none;
  font-size: 1.23076923em;
  text-align: left;
  margin-bottom: 0.61538462em;
}
table.wym_table_a,
table.wym_table_b,
table.events {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1.23076923em;
  border-top: 1px solid #a24780;
}
table.wym_table_a th,
table.wym_table_b th,
table.events th,
table.wym_table_a td,
table.wym_table_b td,
table.events td {
  padding: 5px;
  color: #212121;
  font-size: 1em;
  line-height: 1.23076923em;
}
table.wym_table_a td,
table.wym_table_b td,
table.events td {
  text-align: left;
  vertical-align: top;
}
table.wym_table_a td:hover,
table.wym_table_b td:hover,
table.events td:hover {
  background: #f2f2f2;
}
table.wym_table_a th,
table.wym_table_b th,
table.events th {
  color: #ffffff;
  background: #a24780;
  font-weight: bold;
  border: 1px solid #ffffff;
}
table.wym_table_a td {
  border-top: 1px solid #a24780;
  border-bottom: 1px solid #a24780;
  border-left: 1px solid #a24780;
  border-right: 1px solid #a24780;
}
table.wym_table_b th {
  text-align: right;
}
table.wym_table_b td {
  border-bottom: 1px solid #a24780;
}
.school-champion-logo {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin: 3px 0;
  width: 119px;
  height: 65px;
  background-image: url("../../generic/img/logoSchoolChampion.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.school-champion-logo span {
  display: none;
}
.social-block a {
  width: 30px;
  height: 30px;
  background-image: url("../../generic/img/socialBtnSprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social-block a.fb {
  background-position: 0 0;
}
.social-block a.tw {
  background-position: 0 -30px;
}
.social-block a.vk {
  background-position: 0 -60px;
}
.social-block a.rss {
  background-position: 0 -90px;
}
.social-block a.yt {
  background-position: 0 -120px;
}
[class*="flag-"],
[class^="vote-"],
.open-form a,
.print a,
.up a,
.back a,
[class^="img-"] {
  background-image: url("../../generic/img/sprite.png");
  background-repeat: no-repeat;
}
[class^="flag-"],
[class*=" flag-"] {
  display: inline-block;
  width: 18px;
  height: 12px;
  *margin-right: .3em;
  line-height: 12px;
  margin: 3px 5px 0 0;
}
.flag-ru {
  background-position: 0 -15px;
}
.flag-uk {
  background-position: -20px -15px;
}
.flag-en {
  background-position: -40px -15px;
}
.flag-de {
  background-position: -60px -15px;
}
.flag-fr {
  background-position: -80px -15px;
}
[class^="vote-"] {
  display: block;
  width: 25px;
  height: 25px;
}
.vote-up {
  background-position: -25px -30px;
}
.vote-up:hover {
  background-position: 0 -30px;
}
.vote-down {
  background-position: -75px -30px;
}
.vote-down:hover {
  background-position: -50px -30px;
}
.vote-love {
  background-position: -125px -30px;
}
.vote-love:hover {
  background-position: -100px -30px;
}
.open-form a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -148px -30px;
}
.print a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -169px -30px;
}
.up a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -190px -30px;
}
.back a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -210px -30px;
}
[class^="img-"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 150px;
  height: 40px;
}
.img-banner1 {
  background-position: 0 -55px;
}
.img-banner2 {
  background-position: -150px -55px;
}
.img-banner3 {
  background-position: -300px -55px;
}
[class*="icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: middle;
  background-image: url("../../generic/img/glyphicons-halflings-blue.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin: 0 2px 5px 0;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../../generic/img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.school-champion-logo {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin: 3px 0;
  width: 119px;
  height: 65px;
  background-image: url("../../generic/img/logoSchoolChampion.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.school-champion-logo span {
  display: none;
}
.social-block a {
  width: 30px;
  height: 30px;
  background-image: url("../../generic/img/socialBtnSprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social-block a.fb {
  background-position: 0 0;
}
.social-block a.tw {
  background-position: 0 -30px;
}
.social-block a.vk {
  background-position: 0 -60px;
}
.social-block a.rss {
  background-position: 0 -90px;
}
.social-block a.yt {
  background-position: 0 -120px;
}
[class*="flag-"],
[class^="vote-"],
.open-form a,
.print a,
.up a,
.back a,
[class^="img-"] {
  background-image: url("../../generic/img/sprite.png");
  background-repeat: no-repeat;
}
[class^="flag-"],
[class*=" flag-"] {
  display: inline-block;
  width: 18px;
  height: 12px;
  *margin-right: .3em;
  line-height: 12px;
  margin: 3px 5px 0 0;
}
.flag-ru {
  background-position: 0 -15px;
}
.flag-uk {
  background-position: -20px -15px;
}
.flag-en {
  background-position: -40px -15px;
}
.flag-de {
  background-position: -60px -15px;
}
.flag-fr {
  background-position: -80px -15px;
}
[class^="vote-"] {
  display: block;
  width: 25px;
  height: 25px;
}
.vote-up {
  background-position: -25px -30px;
}
.vote-up:hover {
  background-position: 0 -30px;
}
.vote-down {
  background-position: -75px -30px;
}
.vote-down:hover {
  background-position: -50px -30px;
}
.vote-love {
  background-position: -125px -30px;
}
.vote-love:hover {
  background-position: -100px -30px;
}
.open-form a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -148px -30px;
}
.print a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -169px -30px;
}
.up a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -190px -30px;
}
.back a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: -210px -30px;
}
[class^="img-"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 150px;
  height: 40px;
}
.img-banner1 {
  background-position: 0 -55px;
}
.img-banner2 {
  background-position: -150px -55px;
}
.img-banner3 {
  background-position: -300px -55px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 3px;
  border-top: 5px solid #e61848;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.caret:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  behavior: url('/school/generic/js/PIE/PIE.php');
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: -0.38461538em 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li {
  border: none !important;
  display: block;
  width: 45px;
  background: #fff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.23076923em;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: none;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
  text-align: left;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.23076923em;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 0.92307692em;
  font-weight: normal;
  line-height: 1.23076923em;
  text-transform: uppercase;
  background: #e61848;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  margin: 0;
  padding: 8px 40px 8px;
  color: #ffffff;
  text-shadow: none;
  background-color: #e61848;
  background-image: -moz-linear-gradient(top, #e61848, #e61848);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61848), to(#e61848));
  background-image: -webkit-linear-gradient(top, #e61848, #e61848);
  background-image: -o-linear-gradient(top, #e61848, #e61848);
  background-image: linear-gradient(to bottom, #e61848, #e61848);
  background-repeat: repeat-x;
  border-color: #e61848 #e61848 #a11132;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e61848;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  border-bottom-color: #d9d9d9;
  *line-height: 10px;
  *padding: 4px 10px;
  *margin-left: .3em;
  text-decoration: none;
  white-space: nowrap;
  *border: 0;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  background-color: #e61848;
  *background-color: #cf1641;
}
.btn:active,
.btn.active {
  background-color: #b8133a \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn.btn-arrow {
  padding: 5px 10px 6px 6px;
}
.btn a {
  text-decoration: none;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  text-shadow: none;
  background-color: #e61848;
  background-image: -moz-linear-gradient(top, #e61848, #e61848);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61848), to(#e61848));
  background-image: -webkit-linear-gradient(top, #e61848, #e61848);
  background-image: -o-linear-gradient(top, #e61848, #e61848);
  background-image: linear-gradient(to bottom, #e61848, #e61848);
  background-repeat: repeat-x;
  border-color: #e61848 #e61848 #a11132;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e61848;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  border: none;
  *border: 0;
}
.btn:hover:hover,
.btn:focus:hover,
.btn:hover:active,
.btn:focus:active,
.btn:hover.active,
.btn:focus.active,
.btn:hover.disabled,
.btn:focus.disabled,
.btn:hover[disabled],
.btn:focus[disabled] {
  color: #ffffff;
  background-color: #e61848;
  *background-color: #cf1641;
}
.btn:hover:active,
.btn:focus:active,
.btn:hover.active,
.btn:focus.active {
  background-color: #b8133a \9;
}
.btn.active,
.btn.active:hover {
  cursor: default;
  color: #e61848;
  background: #ffffff;
  border: 1px solid #e61848;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}
aside .btn {
  margin-top: 20px;
}
.hot-link .btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
}
.search-button[type="submit"] {
  background: url("../../generic/img/search-button.png") no-repeat 0 50%;
  width: 15px;
  height: 16px;
  border: none;
  padding: 0 !important;
  text-indent: -2000px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  behavior: url('/school/generic/js/PIE/PIE.php');
}
aside input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-group {
  position: relative;
}
.btn-group .btn {
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.alert {
  position: relative;
  padding: 8px 35px 8px 14px;
  margin-bottom: 1.23076923em;
  background-color: #ffffff;
  border: 1px solid #a24780;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.alert,
.alert h4 {
  color: #a24780;
}
.alert h4 {
  margin: 0;
}
.close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 1.23076923em;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  color: #a24780;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
  color: #e61848;
  text-decoration: none;
}
nav li > a > img {
  max-width: none;
}
nav ul > .pull-right {
  float: right;
}
.bar-menu {
  background: #a24780;
  background-color: #a24780;
  background-image: -moz-linear-gradient(top, #a24780, #a24780);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a24780), to(#a24780));
  background-image: -webkit-linear-gradient(top, #a24780, #a24780);
  background-image: -o-linear-gradient(top, #a24780, #a24780);
  background-image: linear-gradient(to bottom, #a24780, #a24780);
  background-repeat: repeat-x;
}
.bar-menu ul {
  position: relative;
  display: table;
  width: 100%;
  *zoom: 1;
}
.bar-menu ul:before,
.bar-menu ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.bar-menu ul:after {
  clear: both;
}
.bar-menu li {
  display: table-cell;
  border-right: 1px solid #ffffff;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  *width: 12%;
}
.bar-menu li.last {
  border: none;
}
.bar-menu li a {
  display: block;
  *min-height: 2.3em;
  text-align: center;
  padding: 12px 8px;
  font-size: 1em;
  color: #ffffff;
  text-transform: none;
  text-shadow: none;
}
.bar-menu li.active,
.bar-menu li:hover,
.bar-menu li:focus {
  background: #e61848;
}
.bar-menu li.active a,
.bar-menu li:hover a,
.bar-menu li:focus a {
  color: #ffffff;
}
.bar-menu li ul,
.bar-menu li.active ul,
.bar-menu li:hover ul {
  opacity: 0.96;
  filter: alpha(opacity=96);
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  margin: 0 0 0 -1px;
  padding: 10px 2px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  position: absolute;
  top: 100%;
  margin-top: 0;
  z-index: 1000;
  width: 250px;
  visibility: hidden;
  clip: rect(0, 0, 0, 0);
  transition-duration: 1s;
  transition-property: clip;
  transition-timing-function: linear;
}
.bar-menu li ul li,
.bar-menu li.active ul li,
.bar-menu li:hover ul li {
  border: none;
  display: block;
  *width: 100%;
}
.bar-menu li ul li:hover,
.bar-menu li.active ul li:hover,
.bar-menu li:hover ul li:hover {
  background: none;
}
.bar-menu li ul li a,
.bar-menu li.active ul li a,
.bar-menu li:hover ul li a {
  text-align: left;
  padding: 4px 8px;
  background: none;
  *height: auto;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.23076923em;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
}
.bar-menu li ul li a:hover,
.bar-menu li.active ul li a:hover,
.bar-menu li:hover ul li a:hover,
.bar-menu li ul li a:focus,
.bar-menu li.active ul li a:focus,
.bar-menu li:hover ul li a:focus {
  color: #ffffff;
  background: #a24780;
}
.bar-menu li:hover ul,
.bar-menu li.active:hover ul,
.bar-menu li:hover:hover ul {
  visibility: visible;
  clip: rect(0, 500px, 500px, 0);
}
.sub-menu {
  opacity: 0.96;
  filter: alpha(opacity=96);
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  margin: 0 0 0 -1px;
  padding: 10px 2px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
  position: absolute;
  top: 100%;
  margin-top: 0;
  z-index: 1000;
  width: 250px;
}
.sub-menu li {
  border: none;
  display: block;
  *width: 100%;
}
.sub-menu li:hover {
  background: none;
}
.sub-menu li a {
  text-align: left;
  padding: 4px 8px;
  background: none;
  *height: auto;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.23076923em;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
}
.sub-menu li a:hover,
.sub-menu li a:focus {
  color: #ffffff;
  background: #a24780;
}
aside .main-menu li ul {
  display: none;
}
aside .main-menu li.active .side-menu ul {
  display: block;
}
.side-menu li a {
  color: #e61848;
  display: block;
  font-size: 0.92307692em;
}
.side-menu li a:hover {
  color: #ffffff;
}
.sub-side-menu ul a {
  display: block;
  padding: 4px 5px 4px 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 0.92307692em;
  font-weight: normal;
  line-height: 1.23076923em;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
}
.sub-side-menu ul a:hover,
.sub-side-menu ul a:focus {
  color: #ffffff;
  background: #a24780;
}
.sub-side-menu ul ul a {
  padding: 3px 5px 3px 40px;
}
.sub-side-menu ul ul ul a {
  padding: 2px 5px 2px 60px;
}
.sub-side-menu li.active ul {
  border: 1px solid #ffffff;
  background: #ffffff;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.sub-side-menu li.active a {
  border-bottom: 1px solid #a24780;
  background: #a24780;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  color: #ffffff;
}
.sub-side-menu li.active li a {
  background: none;
  color: #e61848;
  text-transform: none;
  text-shadow: none;
}
.sub-side-menu li li a {
  font-size: 0.83076923em;
}
.sub-side-menu li li a:hover,
.sub-side-menu li li a:focus {
  color: #a24780;
  background: none;
}
.bottom-menu {
  min-height: 180px;
}
.bottom-menu ul {
  padding: 0 24px 0 0;
}
.bottom-menu ul ul {
  display: none;
}
.bottom-menu a {
  display: block;
  padding: 2px 0;
  color: #4b4b4b;
}
.bottom-menu a:hover,
.bottom-menu a:focus {
  color: #252525;
  text-decoration: underline;
}
.breadcrumb ul {
  margin-bottom: 1.23076923em;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  padding: 0 10px 0 5px;
  background: url("../../generic/img/breadcrumb-bg.png") no-repeat right center;
}
.breadcrumb li h2 {
  color: #212121;
  display: inline;
  font-size: 1em;
}
.breadcrumb li.first {
  background: none;
  padding: 0;
}
.breadcrumb li.end {
  color: #e61848;
  background: none;
}
.breadcrumb a {
  color: #a24780;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #e61848;
  text-decoration: underline;
}
.icon-bar {
  display: block;
  width: 18px;
  height: 0;
  border-top: 2px solid #e61848;
}
.icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-controls {
  margin-left: 470px;
  position: fixed;
  bottom: 5px;
  left: 50%;
}
.nav-controls div {
  clear: both;
  float: left;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 2px;
}
.nav-controls div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-controls div a {
  text-decoration: none;
  text-indent: -10000px;
}
.navbar {
  font-family: Arial, Helvetica, sans-serif;
  overflow: visible;
}
.navbar .tooltip {
  display: none!important;
}
.navbar-inner {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #f5f5f5, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dcdcdc);
  background-image: -o-linear-gradient(top, #f5f5f5, #dcdcdc);
  background-image: linear-gradient(to bottom, #f5f5f5, #dcdcdc);
  background-repeat: repeat-x;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  behavior: url('/school/generic/js/PIE/PIE.php');
  line-height: 2.46153846em;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar-search {
  position: relative;
  margin-bottom: 2px;
}
.navbar-search label {
  display: none;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 2px 14px;
  *padding-top: 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.navbar li {
  border-right: 1px solid #555555;
  display: inline;
}
.navbar li.last {
  border-right: none;
  padding-right: 0;
}
.navbar a {
  padding: 0 8px;
  text-decoration: none;
  color: #555555;
}
.navbar a:hover,
.navbar a:focus {
  color: #2f2f2f;
}
.navbar li:first-child a,
.navbar li.first a {
  padding-left: 0;
}
.quick-menu {
  white-space: nowrap;
  margin-left: 20px;
}
.quick-menu a {
  color: #555555;
}
.quick-menu a:hover,
.quick-menu a:focus {
  color: #e61848;
}
.navbar .normal {
  display: none;
}
.navbar .accessibility {
  display: none;
}
.navbar .vision {
  display: none;
}
.navbar .access-control ul {
  margin: 0;
}
.navbar .access-control a {
  color: #555555;
}
.navbar .access-control a:hover,
.navbar .access-control a:focus {
  color: #e61848;
}
.navbar .lang-switch {
  position: relative;
  text-align: left;
  margin-right: 20px;
}
.navbar .lang-switch a {
  padding: 0;
  color: #555555;
  text-decoration: none;
}
.navbar .lang-switch a.active,
.navbar .lang-switch a:focus {
  color: #e61848;
  white-space: nowrap;
}
.navbar .lang-switch .dropdown-menu {
  margin: -5px 0 0 0;
  line-height: normal;
  min-width: 45px;
}
.navbar .lang-switch .dropdown-menu li {
  display: inline-block;
  padding: 5px 9px;
}
.navbar .lang-switch .dropdown-menu a:hover,
.navbar .lang-switch .dropdown-menu:focus {
  color: #e61848;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.navbar-fixed-top .navbar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar .quick-menu {
  margin-left: 0;
}
.navbar-fixed-top .navbar .lang-switch {
  margin-right: 0;
}
.navbar-fixed-top .navbar .vision {
  display: block;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.navbar-static-top .navbar .container,
.navbar-fixed-top .navbar .container,
.navbar-fixed-bottom .navbar .container {
  width: 940px;
}
.navbar-fixed-top {
  padding-top: 2.46153846em;
}
.navbar-fixed-top .navbar {
  top: 0;
}
.navbar-fixed-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 9px 10px 3px;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination {
  margin: 1.23076923em 0;
}
.pagination * {
  vertical-align: middle;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 7px;
  line-height: 1.23076923em;
  text-decoration: none;
  border-right: 1px solid #cccccc;
}
.pagination ul > li > span {
  color: #a24780;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  padding-left: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-right: none;
}
.pagination input {
  width: 20px;
}
.pagination label {
  display: inline;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #f2f2f2;
  border: 1px solid #212121;
  *border: 1px solid #212121;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  behavior: url('/school/generic/js/PIE/PIE.php');
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: 100%;
  display: block!important;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 10px 30px 0;
  border-bottom: 1px solid #212121;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  padding: 0 0 0.61538462em;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 10px 30px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 20px 30px;
  margin-bottom: 0;
  text-align: right;
  border-top: 1px solid #212121;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #212121;
  -moz-box-shadow: inset 0 1px 0 #212121;
  box-shadow: inset 0 1px 0 #212121;
  behavior: url('/school/generic/js/PIE/PIE.php');
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 0.84615385em;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #c6155b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c6155b;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #c6155b;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #c6155b;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c6155b;
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
#carousel1 {
  background: #cccab5;
}
#carousel1 .item a {
  display: block;
  width: 1334;
  height: 335px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.controls-bar {
  position: relative;
}
.carousel-controls {
  position: absolute;
  bottom: 0;
  right: 15px;
  list-style: none;
  margin-left: 0;
  z-index: 90;
}
#carousel2 {
  padding: 10px 40px;
  margin: 0 auto;
  min-height: 70px;
}
#carousel2 .control {
  top: 0;
  height: 100px;
  line-height: 100px;
  background: rgba(255, 255, 255, 0.95);
}
#carousel2 .control.left {
  left: 0;
  text-align: left;
  padding-left: 20px;
}
#carousel2 .control.right {
  right: 0;
  text-align: right;
  padding-right: 20px;
}
#carousel2 .slide-node {
  line-height: 70px;
}
#carousel2 .slide-node img {
  max-height: 70px;
}
.touchslider {
  overflow: hidden;
}
.touchslider .touchslider-nav {
  text-align: center;
  margin-top: 16px;
}
.touchslider .touchslider-nav a {
  cursor: pointer;
  color: #000;
}
.touchslider .touchslider-nav a:active {
  background: #689db2;
}
.touchslider {
  font: bold 16px/16px Georgia;
}
.touchslider .touchslider-prev {
  position: relative;
  margin-right: 16px;
  display: inline-block;
  padding-: 0 0 0 10px;
}
.touchslider .touchslider-next {
  position: relative;
  display: inline-block;
}
.touchslider .touchslider-next-in {
  position: absolute;
  /* fix safari render font */
  right: 10px;
}
.touchslider .touchslider-prev-in {
  position: absolute;
  left: 10px;
}
.touchslider .touchslider-nav-item {
  width: 11px;
  height: 11px;
  background: #ffffff;
  margin: 11px 7px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.touchslider .touchslider-nav-item-current,
.touchslider .usl-current {
  background: #e61848;
  border: 1px solid #ffffff;
  margin: 10px 7px;
}
.box_touch {
  list-style: none outside none;
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 1185px;
  height: 191px;
}
.touchslider-item {
  float: left;
  width: 290px;
  margin-left: 5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfloat {
  clear: both;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.hide,
.display-none {
  display: none;
}
.show {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.cursor-pointer {
  cursor: pointer;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*width: 180px;*/
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-block {
  z-index: 10;
}
.social-block a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.social-block a span {
  display: none;
}
.calendar {
  position: relative;
}
.calendar .content-calendar {
  margin: 0 5px;
}
.calendar .control {
  top: 56%;
}
.calendar .control.left {
  left: 3px;
}
.calendar .control.right {
  right: 3px;
}
.calendar h3 .tooltip {
  font-size: 10px;
  font-weight: normal;
}
.calendar table thead th {
  padding-bottom: 5px;
}
.calendar table thead th a {
  color: #e61848;
  text-decoration: none;
}
.calendar table tbody th {
  font-size: 0.85em;
  padding: 3px;
  color: #ffffff;
  background: #e61848;
  border: 1px solid #ffffff;
}
.calendar table td {
  border: 1px dotted #cccccc;
  text-align: center;
  line-height: 1.84615385em;
}
.calendar table td a {
  display: block;
  color: #212121;
  text-decoration: none;
  background-color: #e61848;
  background-image: url("../../generic/img/bg-day.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.calendar table td a:hover {
  color: #e61848;
  outline: 1px solid #e61848;
}
.calendar table td.today {
  border: 1px solid #e61848;
}
.calendar table td.today a {
  color: #e61848;
  font-weight: bold;
}
.calendar table .arrow-left,
.calendar table .arrow-right {
  width: 10px;
}
.calendar .btn-calendar {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.calendar .btn-calendar .icon-bar {
  border-top: 2px dotted #e61848;
}
.calendar .btn-calendar.active .icon-bar,
.calendar .btn-calendar:hover .icon-bar {
  border-top: 2px dotted #ffffff;
}
.calendar .btn-calendar.list .icon-bar {
  border-top: 2px solid #e61848;
}
.calendar .btn-calendar.list.active .icon-bar,
.calendar .btn-calendar.list:hover .icon-bar {
  border-top: 2px solid #ffffff;
}
.calendar .news-item time {
  margin-right: 8px;
}
.calendar .news-item p {
  margin-bottom: 0.61538462em;
}
.calendar-bar {
  border-bottom: 1px dotted #a24780;
  margin-bottom: 1.23076923em;
}
.calendar-controls {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 50px;
  text-align: center;
  margin-bottom: 1.23076923em;
}
.calendar-controls time {
  padding: 0;
  line-height: 25px;
}
.calendar-controls .control {
  top: 0;
}
.time-period {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 1.23076923em;
}
.announcement p a {
  color: #b52c38;
  text-decoration: none;
}
.news-box img {
  margin-bottom: 5px;
}
.news-item {
  border-bottom: 1px dotted #a24780;
  margin-bottom: 1.23076923em;
}
.item-img {
  display: block;
}
aside .news-item {
  border: none;
}
.news-archive {
  margin: 1.23076923em 0;
}
.news-archive * {
  vertical-align: middle;
}
.news-archive ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.news-archive ul > li {
  display: inline;
}
.news-archive ul > li > a,
.news-archive ul > li > span {
  float: left;
  padding: 0 7px;
  line-height: 1.23076923em;
  text-decoration: none;
  border-right: 1px solid #cccccc;
}
.news-archive ul > li > span {
  color: #a24780;
  cursor: default;
}
.news-archive ul > li:first-child > a,
.news-archive ul > li:first-child > span {
  padding-left: 0;
}
.news-archive ul > li:last-child > a,
.news-archive ul > li:last-child > span {
  border-right: none;
}
.news-archive input {
  width: 20px;
}
.news-archive label {
  display: inline;
}
.image-block {
  float: left;
  max-width: 190px;
  margin: 0 20px 10px 0;
  text-align: center;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.image-block img {
  border: none;
}
.image-block span {
  display: block;
  padding: 5px;
  color: #e61848;
}
.image-block a {
  text-decoration: none;
}
.news-details {
  *zoom: 1;
}
.news-details:before,
.news-details:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-details:after {
  clear: both;
}
.news-details dt {
  float: left;
}
.news-details dt.last {
  padding-bottom: 0;
}
.events img {
  float: left;
  margin: 10px 20px 0 0;
}
.events p a,
.events h5 a {
  display: block;
  color: #212121;
  text-decoration: none;
}
.events p a:hover,
.events h5 a:hover {
  color: #000000;
  background: none;
}
.albums ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.albums li {
  text-align: center;
  border: 1px solid #cccccc;
  background: #ffffff;
  float: left;
  margin: 0 20px 20px 0;
}
.albums a {
  text-decoration: none;
  float: left;
  padding-top: 5px;
}
.albums img {
  border: none;
}
.albums strong {
  display: block;
  padding: 5px;
  max-width: 120px;
  line-height: 1em;
  height: 50px;
  font-size: 0.92307692em;
}
.gallery {
  width: 100%;
  text-align: center;
}
.gallery img {
  margin: 0;
}
.gallery .imagePlacement {
  width: 100%;
  height: 300px;
  position: relative;
  margin: 0 auto;
}
.gallery .imagePlacement .photobox {
  width: 70%;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.gallery .imgDescription {
  clear: both;
  text-align: center;
  padding-top: 5px;
  color: #005c9f;
}
.gallery .items {
  position: relative;
  height: 120px;
}
.gallery .items ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.gallery .items li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin: 0 2px;
}
.gallery .items img {
  border: 2px solid #fff;
}
.gallery .items img:hover,
.gallery .items img:focus,
.gallery .items img:active {
  border: 2px solid #a24780;
}
.tag_size_0 {
  font-size: 1em;
}
.tag_size_1 {
  font-size: 1.1em;
}
.tag_size_2 {
  font-size: 1.2em;
  font-weight: bold;
}
.tag_size_3 {
  font-size: 1.3em;
}
.tag_size_4 {
  font-size: 1.4em;
  font-weight: bold;
}
.tag_size_5 {
  font-size: 1.5em;
}
.tag_size_6 {
  font-size: 1.6em;
  font-weight: bold;
}
.tag_size_7 {
  font-size: 1.7em;
}
.tag_size_8 {
  font-size: 1.8em;
  font-weight: bold;
}
.tag_size_9 {
  font-size: 1.9em;
}
.tag_size_10 {
  font-size: 2em;
  font-weight: bold;
}
.tags ul {
  list-style-position: inside;
  list-style-image: url("../../generic/img/tag-bullet.png");
}
.q-a a {
  text-align: center;
  text-decoration: none;
}
.q-a a:hover {
  text-decoration: underline;
}
.q-a a.active:hover {
  text-decoration: none;
}
.q-a .content-section {
  padding: 20px;
}
.q-a .popular-tags .more {
  float: right;
}
.q-a h4 {
  padding: 0;
}
.q-a h4 a {
  color: #212121;
  font-weight: normal;
}
.q-a .filters {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.q-a .filters .btn {
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
.q-a .filters .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.q-a .filters .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.q-a .head-line {
  font-size: 0.8em;
  color: #a24780;
  border-bottom: 1px solid #a24780;
  text-align: center;
}
.q-a .indicators {
  padding-top: 20px;
  color: #a24780;
  clear: right;
  text-align: center;
}
.q-a .indicators span {
  display: none;
  font-size: 0.9em;
}
.q-a .tags,
.q-a .author {
  margin-bottom: 5px;
  font-size: 0.9em;
}
.q-a h5 {
  float: left;
}
.q-a .paging {
  clear: both;
}
.question {
  border-bottom: 2px solid #a24780;
}
.question .vote {
  float: left;
}
.question .vote-up,
.question .vote-down,
.question .vote-love {
  display: block;
  width: 25px;
  height: 25px;
  border: none;
  text-indent: -2000px;
  padding: 0 !important;
  margin: 3px 20px;
}
.question .num {
  color: #a24780;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  margin: 3px 20px;
}
.question .alert {
  display: inline-block;
}
.question .text {
  margin: 0 65px;
}
.question .text p {
  margin-bottom: 10px;
}
.download-center .item,
.download-center h6 {
  margin-top: 0.61538462em;
}
.download-center .item {
  border-bottom: 1px dashed #ccc;
}
.download-center .item img {
  border: none;
}
.download-center h5 {
  float: left;
}
.download-center .bin {
  float: right;
  margin-bottom: 0.61538462em;
}
.download-center .sort {
  border-top: 1px solid #a24780;
  border-bottom: 1px solid #a24780;
  padding-top: 1.23076923em;
  overflow: hidden;
  margin-bottom: 1.23076923em;
}
.download-center .download,
.download-center .search {
  margin-bottom: 1.23076923em;
}
#preview-container {
  font-size: 0.8125em;
}
.attachments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page .logo span,
.page .main-menu a,
.page .side-menu a,
.page footer h6,
.page blockquote {
  text-transform: uppercase;
}
.page .main-menu li li a {
  text-transform: none;
}
.page aside .side-menu li li a {
  text-transform: none;
  font-size: 1.01538462em;
}
.page aside.span6 {
  width: 48%;
}
.page .partners.block {
  margin: 0;
}
.corporate .logo {
  background: #ffffff;
}
.touchslider {
  margin-bottom: 20px;
}
.touchslider .touchslider-prev,
.touchslider .touchslider-next {
  display: none;
}
.touchslider,
.partners,
.banner {
  background: #ffffff;
  border-top: 2px solid #a24780;
}
.content-wrapper {
  padding: 20px 0;
}
.navbar .container [class*="icon-"] {
  display: none;
}
.banner {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.banner [class^="img-"] {
  margin: 10px 0;
}
.banner p {
  color: #212121;
}
time {
  color: #212121;
}
.block .q-a .filters {
  margin: -20px 0 10px -20px;
}
.photo-block .content-section {
  padding: 0 !important;
}
.photo-block .content-section p {
  margin: 0 20px 20px;
}
.bottom-menu li {
  border-bottom: 1px solid #a24780;
}
.bottom-menu li.last {
  border: none;
}
.bottom-menu li a:hover {
  text-decoration: none;
}
.social-block {
  margin-left: 0 !important;
}
.social-block a {
  margin: 3px 0 3px 3px;
}
address {
  float: right;
}
.update {
  margin: 1.23076923em 0;
}
.update P {
  margin-bottom: 0;
}
.bottom-right {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 170px;
  text-align: right;
}
.filters .btn {
  text-transform: none;
  min-width: 80px;
  padding: 8px 3px;
  text-shadow: none;
  border: 1px solid #fff;
}
.filters .btn.active {
  margin: 0 1px 0 0 !important;
  border: 1px solid #e61848;
}
.filters .btn:hover {
  box-shadow: none;
}
.btn:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px @borderColor;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px @borderColor;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px @borderColor;
  behavior: url('/school/generic/js/PIE/PIE.php');
}
#clndr .tooltip-inner,
.social-block .tooltip-inner {
  max-width: 60px;
}
