/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
/* line 10, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
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\9;
  /* 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;
}

/* line 91, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /*
    * {
      text-shadow: none !important;
      color: #000 !important; // Black prints faster: h5bp.com/s
      background: transparent !important;
      box-shadow: none !important;
    }
  */
  /* line 164, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 169, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 173, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 178, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 184, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 190, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 194, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 199, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 207, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 214, ../../app/bower_components/sass-bootstrap/lib/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 9, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 37, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 42, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 51, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 567, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row:after {
  clear: both;
}

/* line 572, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 579, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 614, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 617, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}
/* line 623, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 628, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595745%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}
/* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}
/* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}
/* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

/* line 13, ../../app/bower_components/sass-bootstrap/lib/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
em {
  font-style: italic;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
cite {
  font-style: normal;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.muted {
  color: #999;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 36, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-success {
  color: #468847;
}

/* line 48, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 51, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 66, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 73, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 80, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 81, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h5 {
  font-size: 14px;
}

/* line 82, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 84, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 87, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 93, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 105, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
li {
  line-height: 20px;
}

/* line 120, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 131, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 143, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 147, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dd {
  margin-left: 10px;
}

/* line 154, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 156, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 163, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 180, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 186, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 202, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
/* line 206, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 212, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
/* line 218, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 223, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 226, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 234, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 42, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 47, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
form {
  margin: 0 0 20px;
}

/* line 14, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 33, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 47, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 94, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
textarea {
  height: auto;
}

/* line 104, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
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: #fff;
  border: 1px solid #ccc;
  -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);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 126, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
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: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 135, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 144, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 155, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* 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: 30px;
}

/* line 163, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 170, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 176, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 188, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -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);
  cursor: not-allowed;
}

/* line 198, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
/* line 86, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
/* line 89, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 224, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 229, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 236, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 250, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
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;
}

/* line 282, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}

/* line 669, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 304, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 315, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 327, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 337, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 168, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 175, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}
/* line 180, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 186, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 168, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 175, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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);
}
/* line 180, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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;
}
/* line 186, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 168, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 175, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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);
}
/* line 180, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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;
}
/* line 186, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 168, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 175, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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);
}
/* line 180, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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;
}
/* line 186, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 369, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 374, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
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;
}

/* line 385, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 399, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 409, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 422, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
/* line 431, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
/* line 439, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 448, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 452, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
/* line 466, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 472, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 479, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
/* line 483, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 491, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 495, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 499, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 504, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 513, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}
/* line 517, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 521, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 526, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 531, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input.search-query {
  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;
}

/* Allow for input prepend/append in search forms */
/* line 552, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 556, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}

/* line 559, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}

/* line 562, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}

/* line 565, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}

/* line 581, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 594, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 605, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 612, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 621, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}

/* line 632, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 637, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 652, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 659, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 666, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 671, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 681, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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: 10px;
}
/* line 686, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 23, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 31, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 39, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 48, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 53, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 80, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
/* line 85, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 97, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 103, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 109, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 117, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 126, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 129, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 134, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 140, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
/* line 210, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}
/* line 213, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
/* line 216, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
/* line 226, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
/* line 229, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
/* line 232, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.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:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 178, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 179, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 180, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 181, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 182, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 183, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 184, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 185, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 186, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 187, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 188, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 189, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 190, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 191, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 192, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 193, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 194, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 195, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 196, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 197, ../../app/bower_components/sass-bootstrap/lib/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 64, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 70, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 75, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 88, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 99, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 111, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* line 128, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 133, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 169, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 203, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 221, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 227, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.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;
}
/* line 9, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.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;
}
/* line 19, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
/* line 61, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 29, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 41, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 46, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 54, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 70, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 75, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 81, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 96, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 106, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 123, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 134, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 145, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

/* line 149, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 153, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 157, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 161, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 165, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 173, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 177, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 186, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 190, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 194, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 205, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 212, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 218, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 224, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 61, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 27, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 42, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 49, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 77, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 84, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 92, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 137, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 140, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
/* line 143, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 146, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 149, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 152, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 155, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 175, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 204, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 221, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 224, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 227, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 38, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 46, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 68, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 93, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 97, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 101, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 127, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

/* line 133, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 157, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

/* line 170, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 185, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 188, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 191, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 213, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 220, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 225, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 231, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 248, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 263, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 273, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 288, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 296, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 303, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 307, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 325, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 331, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 341, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 362, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

/* line 366, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 374, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 383, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* line 387, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 400, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 59, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 75, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-link {
  color: #777;
}
/* line 77, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 94, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 108, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 111, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 117, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 123, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 128, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 132, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 140, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 145, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 158, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 161, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 172, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 180, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 184, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 187, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.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;
}

/* line 196, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 203, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 216, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 226, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 233, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 237, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 242, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 250, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 255, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 263, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 274, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 283, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 291, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
/* line 313, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 326, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 333, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 342, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 349, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 355, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 359, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 367, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 371, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 375, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 379, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 394, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
/* line 399, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 403, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
/* line 409, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}
/* line 413, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999;
}
/* line 417, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
/* line 423, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
/* line 431, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}
/* line 433, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
/* line 440, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 446, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
/* line 452, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
/* line 457, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
/* line 461, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 470, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 83, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
/* line 86, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
/* line 89, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
/* line 479, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 493, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
/* line 16, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 21, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 45, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 53, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 80, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
/* line 85, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 89, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
/* line 102, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 110, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 15, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* 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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
/* line 41, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
/* line 45, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 53, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -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 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 83, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 88, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 92, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 15, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 16, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 17, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 18, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 19, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 49, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 56, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 63, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  white-space: normal;
}
/* line 28, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 29, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 30, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 31, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 44, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 82, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 103, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 110, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 118, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 125, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 57, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 61, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 63, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 54, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 57, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 45, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 101, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .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;
}
/* line 26, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
/* line 33, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 37, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 41, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 48, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 51, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 54, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 59, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 62, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 96, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}
/* line 102, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
/* line 120, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
/* line 131, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 15, ../../app/bower_components/sass-bootstrap/lib/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
/* line 15, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 34, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 36, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 38, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 44, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 45, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 47, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 49, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
/* line 53, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }

  /* line 58, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 62, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  /* line 567, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 572, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  /* line 579, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span1 {
    width: 70px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span2 {
    width: 170px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span3 {
    width: 270px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span4 {
    width: 370px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span5 {
    width: 470px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span6 {
    width: 570px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span7 {
    width: 670px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span8 {
    width: 770px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span9 {
    width: 870px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span10 {
    width: 970px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span11 {
    width: 1070px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span12 {
    width: 1170px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }

  /* line 614, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
    *margin-left: 2.5109110747%;
  }
  /* line 623, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641025641%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4406255683%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341153%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5346426623%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512093%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6286597563%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1756683033%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7226768503%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2696853973%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8166939444%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3637024914%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9107110384%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4577195854%;
  }

  /* line 669, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 676, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  /* line 18, ../../app/bower_components/sass-bootstrap/lib/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }

  /* line 21, ../../app/bower_components/sass-bootstrap/lib/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }

  /* line 24, ../../app/bower_components/sass-bootstrap/lib/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 572, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 579, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span1 {
    width: 42px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span2 {
    width: 104px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span3 {
    width: 166px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span4 {
    width: 228px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span5 {
    width: 290px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span6 {
    width: 352px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span7 {
    width: 414px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span8 {
    width: 476px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span9 {
    width: 538px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span10 {
    width: 600px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span11 {
    width: 662px;
  }

  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .span12 {
    width: 724px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 599, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 614, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7092394499%;
  }
  /* line 623, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  /* line 640, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }
  /* line 646, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  /* line 647, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }

  /* line 669, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 676, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  /* line 686, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 14, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 21, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 29, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 43, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .container {
    width: auto;
  }

  /* line 47, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 51, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .row,
  .thumbnails {
    margin-left: 0;
  }

  /* line 55, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 60, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 69, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 74, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 81, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 91, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 98, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* line 103, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 124, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 129, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  /* line 135, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 142, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 165, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  /* line 172, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 178, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 183, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 189, ../../app/bower_components/sass-bootstrap/lib/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  /* line 13, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }

  /* line 17, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  /* line 21, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  /* line 24, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  /* line 27, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  /* line 31, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }

  /* line 36, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  /* line 45, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 49, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  /* line 53, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 56, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 59, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 62, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  /* line 67, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 75, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 80, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 83, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }

  /* line 89, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  /* line 93, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }

  /* line 100, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 105, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 119, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  /* line 123, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 127, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 131, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  /* line 137, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 146, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  /* line 152, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 157, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  /* line 163, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 169, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 184, ../../app/bower_components/sass-bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* line 1, ../includes/lightbox.scss */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
/* line 8, ../includes/lightbox.scss */
#lightbox a img {
  border: none;
}

/* line 13, ../includes/lightbox.scss */
#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

/* line 21, ../includes/lightbox.scss */
#imageContainer {
  padding: 10px;
}

/* line 25, ../includes/lightbox.scss */
#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 35, ../includes/lightbox.scss */
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 44, ../includes/lightbox.scss */
#imageContainer > #hoverNav {
  left: 0;
}

/* line 48, ../includes/lightbox.scss */
#hoverNav a {
  outline: none;
}

/* line 52, ../includes/lightbox.scss */
#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat;
  /* Trick IE into showing hover */
  display: block;
}

/* line 60, ../includes/lightbox.scss */
#prevLink {
  left: 0;
  float: left;
}

/* line 65, ../includes/lightbox.scss */
#nextLink {
  right: 0;
  float: right;
}

/* line 71, ../includes/lightbox.scss */
#prevLink:hover, #prevLink:visited:hover {
  background: url(../images/prev.gif) left 50% no-repeat;
}

/* line 77, ../includes/lightbox.scss */
#nextLink:hover, #nextLink:visited:hover {
  background: url(../images/next.gif) right 50% no-repeat;
}

/*** START : next / previous text links ***/
/* line 84, ../includes/lightbox.scss */
#nextLinkText, #prevLinkText {
  color: #FF9834;
  font-weight: bold;
  text-decoration: none;
}

/* line 90, ../includes/lightbox.scss */
#nextLinkText {
  padding-left: 20px;
}

/* line 94, ../includes/lightbox.scss */
#prevLinkText {
  padding-right: 20px;
}

/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
/* line 101, ../includes/lightbox.scss */
.ontop #imageData {
  padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/
/* line 107, ../includes/lightbox.scss */
#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
}

/* line 114, ../includes/lightbox.scss */
#imageData {
  padding: 0 10px;
}
/* line 116, ../includes/lightbox.scss */
#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}
/* line 121, ../includes/lightbox.scss */
#imageData #caption {
  font-weight: bold;
}
/* line 124, ../includes/lightbox.scss */
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
/* line 128, ../includes/lightbox.scss */
#imageData #numberDisplay a {
  color: black;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 134, ../includes/lightbox.scss */
#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
/* line 139, ../includes/lightbox.scss */
#imageData #helpDisplay {
  clear: left;
  float: left;
  display: block;
}

/* line 146, ../includes/lightbox.scss */
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6 !important;
  display: none;
}

/* line 160, ../includes/lightbox.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 169, ../includes/lightbox.scss */
* html > body .clearfix {
  display: inline-block;
  width: 100%;
}
/* line 173, ../includes/lightbox.scss */
* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}

/* line 180, ../includes/lightbox.scss */
#lightboxIframe {
  display: none;
}

/* BOOT STRAP OVERWRITE */
/* line 8, ../scss/main.scss */
html, body {
  height: 100%;
}

/* line 12, ../scss/main.scss */
body {
  font-size: 16px;
  background-color: #f1f0ea;
}

/* line 17, ../scss/main.scss */
a {
  color: #06335a;
}

/* line 21, ../scss/main.scss */
.map-wrapper .info-window-address {
  padding: 10px 0;
}

/* line 25, ../scss/main.scss */
.homepage #main_content_col #col1span4 {
  margin-left: 0;
}

/* news landung pages iPad-size fix */
@media only screen and (max-width: 760px) {
  /* slider container */
  /* line 33, ../scss/main.scss */
  .iosSlider {
    /* required */
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 700px;
    height: 450px;
  }
  /* line 41, ../scss/main.scss */
  .iosSlider .slider {
    /* required */
    width: 100%;
    height: 100%;
  }
  /* line 45, ../scss/main.scss */
  .iosSlider .slider .slide {
    /* required */
    float: left;
    width: 695px;
    height: 440px;
  }

  /* slider */
  /* slide */
}
/* line 57, ../scss/main.scss */
.descriptivetext {
  overflow: hidden;
  height: 0;
}

/* line 61, ../scss/main.scss */
.social-media-label, .acc-form-label {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 1px;
  font-size: 0;
}

/* Wrapper for page content to push down footer */
/* line 70, ../scss/main.scss */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -209px;
}

/* Set the fixed height of the footer here */
/* line 81, ../scss/main.scss */
#push,
#footer_wrap {
  height: 230px;
  overflow: hidden;
}

/* line 87, ../scss/main.scss */
#footer_nav,
.skip_nav {
  display: none;
}

/* line 92, ../scss/main.scss */
.footer-school-info {
  padding-top: 15px;
  height: 113px;
}
/* line 95, ../scss/main.scss */
.footer-school-info .text {
  line-height: 1.4em;
  font-size: 0.8em;
}

/* line 106, ../scss/main.scss */
p {
  line-height: 1.4em;
  margin: 0 0 1em;
}

/* line 113, ../scss/main.scss */
.www a:hover {
  color: #991A22;
}
/* line 116, ../scss/main.scss */
.www h3 {
  color: #991a22;
}
/* line 119, ../scss/main.scss */
.www .CalendarCtrl a:hover {
  color: #fff;
}
/* line 122, ../scss/main.scss */
.www .CalendarCtrl2 a:hover {
  color: #fff;
}
/* line 127, ../scss/main.scss */
.www.news_landing .news-archive.listing-item:hover, .www.news_responsive .news-archive.listing-item:hover {
  background-color: #fff;
}
/* line 130, ../scss/main.scss */
.www.news_landing .news-archive h2 a:hover, .www.news_responsive .news-archive h2 a:hover {
  text-decoration: underline;
}
/* line 136, ../scss/main.scss */
.www #freewall {
  height: auto !important;
}

/* line 146, ../scss/main.scss */
#newnews.news_responsive #lhn_navigation .section_navigation {
  border-right: 0;
}
/* line 148, ../scss/main.scss */
#newnews.news_responsive #lhn_navigation .section_navigation h2 {
  font-size: 1.25em;
}
/* line 154, ../scss/main.scss */
#newnews.news_responsive #main_content .main {
  background: #fff;
  margin-left: 0;
  padding-left: 1.285%;
  padding-right: 1.285%;
  border: 1px solid #CCCCCC;
}
/* line 160, ../scss/main.scss */
#newnews.news_responsive #main_content .main .featured_story {
  margin: 20px 0;
  border-bottom: 1px solid #CCCCCC;
  display: table;
}
/* line 164, ../scss/main.scss */
#newnews.news_responsive #main_content .main .featured_story .image {
  padding-right: 20px;
  padding-bottom: 20px;
  width: 220px;
  display: table-cell;
}
/* line 170, ../scss/main.scss */
#newnews.news_responsive #main_content .main .featured_story .content {
  display: table-cell;
}
/* line 173, ../scss/main.scss */
#newnews.news_responsive #main_content .main .featured_story .content h3 a {
  text-decoration: none;
}
/* line 177, ../scss/main.scss */
#newnews.news_responsive #main_content .main .featured_story .content h5 {
  font-size: 0.8em;
}
/* line 179, ../scss/main.scss */
#newnews.news_responsive #main_content .main .featured_story .content h5 a {
  text-decoaration: none;
  font-style: italic;
}
/* line 186, ../scss/main.scss */
#newnews.news_responsive #main_content .main .news-and-media-wrapper {
  margin: 20px 0;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
}
/* line 191, ../scss/main.scss */
#newnews.news_responsive #main_content .main .news-and-media-wrapper .news_item {
  padding: 0;
}
/* line 193, ../scss/main.scss */
#newnews.news_responsive #main_content .main .news-and-media-wrapper .news_item a.source {
  display: block;
  font-size: .8em;
}
/* line 199, ../scss/main.scss */
#newnews.news_responsive #main_content .main .twitter_feed {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
/* line 203, ../scss/main.scss */
#newnews.news_responsive #main_content .main #faculty-experts-module h2, #newnews.news_responsive #main_content .main .twitter_feed h2 {
  font-size: 21px;
  font-style: normal;
  color: #292F33;
  padding-top: 10px;
}

/* line 214, ../scss/main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
  font-family: 'georgia', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  color: #06335a;
  text-rendering: optimizelegibility;
}

/* line 229, ../scss/main.scss */
h1 {
  font-size: 2.5em;
}

/* line 233, ../scss/main.scss */
h2 {
  font-size: 1.6em;
}

/* line 237, ../scss/main.scss */
h3 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 0 0 1em;
}

/* line 243, ../scss/main.scss */
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0 0 1em;
}

/* line 250, ../scss/main.scss */
hr {
  border-top-color: #C1C0BB;
  border-right-color: #C1C0BB;
  border-bottom-color: #C1C0BB;
  border-left-color: #C1C0BB;
}

/* line 257, ../scss/main.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 30px;
}

/* line 263, ../scss/main.scss */
textarea {
  background-color: #ffffff;
  border: 1px solid #f1f0ea;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -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;
}

/* line 276, ../scss/main.scss */
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"] {
  background-color: #ffffff;
  border: 1px solid #f1f0ea;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -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;
}

/* line 302, ../scss/main.scss */
.social-media-label, .acc-form-label {
  display: inline-block;
  text-overflow: hidden;
  width: 0;
  height: 1px;
  font-size: 0;
}

/* line 310, ../scss/main.scss */
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #f1f0ea;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -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;
}

/* line 322, ../scss/main.scss */
.navbar-inner {
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2B3D54;
  background-image: -moz-linear-gradient(top, #2b3d54, #1a2b43);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b3d54), to(#1a2b43));
  background-image: -webkit-linear-gradient(top, #2b3d54, #1a2b43);
  background-image: -o-linear-gradient(top, #2b3d54, #1a2b43);
  background-image: linear-gradient(to bottom, #2b3d54, #1a2b43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B3D54', endColorstr='#1A2B43', GradientType=0);
  border: 1px solid #2B3D54;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  *zoom: 1;
}

/* line 344, ../scss/main.scss */
.school-nyscas .navbar-inner {
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2B3D54;
  background-image: -moz-linear-gradient(top, #2b3d54, #1a2b43);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b3d54), to(#1a2b43));
  background-image: -webkit-linear-gradient(top, #2b3d54, #1a2b43);
  background-image: -o-linear-gradient(top, #2b3d54, #1a2b43);
  background-image: linear-gradient(to bottom, #2b3d54, #1a2b43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B3D54', endColorstr='#1A2B43', GradientType=0);
  border: 1px solid #2B3D54;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  *zoom: 1;
  border-bottom: 8px solid #4e001c;
}

/* line 368, ../scss/main.scss */
.navbar .brand {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 1em;
  font-weight: 200;
  text-shadow: none;
}
/* line 375, ../scss/main.scss */
.navbar .brand:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 380, ../scss/main.scss */
.navbar .brand:hover {
  text-decoration: underline;
  color: #FFC70E;
}
/* line 384, ../scss/main.scss */
.navbar .nav {
  float: right;
  margin: 0;
}
/* line 387, ../scss/main.scss */
.navbar .nav > li {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 391, ../scss/main.scss */
.navbar .nav > li > a {
  color: #FFC70E;
  float: none;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
}
/* line 397, ../scss/main.scss */
.navbar .nav > li > a:hover {
  color: #FFC70E;
  text-decoration: none;
  text-shadow: none;
}
/* line 402, ../scss/main.scss */
.navbar .nav > li > a:focus {
  color: #FFC70E;
  text-decoration: none;
  text-shadow: none;
}
/* line 408, ../scss/main.scss */
.navbar .nav > li.last > a {
  border-right: none;
  padding-right: 0;
}
/* line 413, ../scss/main.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
/* line 417, ../scss/main.scss */
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* line 426, ../scss/main.scss */
.nav-list > .active > a,
.nav-pills > .active > a {
  background-color: transparent;
  box-shadow: none;
  color: #FFC70E;
  text-decoration: underline;
}
/* line 432, ../scss/main.scss */
.nav-list > .active > a:hover,
.nav-pills > .active > a:hover {
  background-color: transparent;
  box-shadow: none;
  color: #ffC70E;
  text-decoration: underline;
}

/* line 440, ../scss/main.scss */
.navbar .nav > .active > a {
  background-color: transparent;
  box-shadow: none;
  color: #FFC70E;
  text-decoration: underline;
}
/* line 445, ../scss/main.scss */
.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: transparent;
  box-shadow: none;
  color: #FFC70E;
  text-decoration: underline;
}

/******* Touro specific styles *******/
/* line 457, ../scss/main.scss */
input:focus::-webkit-input-placeholder {
  color: #fff;
}

/* line 461, ../scss/main.scss */
.www a.active {
  color: #991a22;
}

/* line 465, ../scss/main.scss */
.clear {
  clear: both;
}

/* line 469, ../scss/main.scss */
.intro {
  font-size: 1.375em;
  font-weight: 200;
  line-height: 1.35em;
}

/* line 475, ../scss/main.scss */
.inner {
  padding: 0 20px 20px;
}

/* line 479, ../scss/main.scss */
.inner_left {
  padding: 10px 10px 20px 0;
}
/* line 481, ../scss/main.scss */
.inner_left p,
.inner_left a {
  font-size: 14px;
}

/* line 487, ../scss/main.scss */
h4,
h5,
h6 {
  font-family: 'helvetica', sans-serif;
  font-style: normal;
  font-weight: 600;
}

/******* top_navigation *******/
/* line 498, ../scss/main.scss */
.www .navbar {
  font-size: 14px;
}
/* line 501, ../scss/main.scss */
.www .navbar .nav > li > a {
  border-right: 2px solid #576777;
}
/* line 504, ../scss/main.scss */
.www .navbar .nav li.last a {
  border: 0;
}
/* line 508, ../scss/main.scss */
.www .navbar .menu-button-wrapper {
  display: none;
}

/******* $search *******/
/* line 516, ../scss/main.scss */
#search_bar {
  border-bottom: 1px solid #C2C2BD;
  margin-top: 35px;
  overflow: hidden;
  padding-bottom: 18px;
}
/* line 521, ../scss/main.scss */
#search_bar .search-form {
  position: relative;
}
/* line 523, ../scss/main.scss */
#search_bar .search-form .clearSearch {
  position: absolute;
}
/* line 525, ../scss/main.scss */
#search_bar .search-form .clearSearch .fa.fa-times {
  color: #2B3D59;
}
/* line 529, ../scss/main.scss */
#search_bar .search-form .fa.fa-search {
  position: absolute;
  right: 15px;
  top: 12px;
}
/* line 535, ../scss/main.scss */
#search_bar > a {
  float: left;
}

/* line 541, ../scss/main.scss */
.www .clearSearch {
  top: 40%;
  right: 5px;
}
/* line 545, ../scss/main.scss */
.www .search-nav {
  padding-bottom: 1em;
}
/* line 547, ../scss/main.scss */
.www .search-nav .news {
  background-color: #fff;
  padding: 3px 18px 15px 18px;
  display: inline-block;
}
/* line 552, ../scss/main.scss */
.www .search-nav .news.active {
  border-top: 2px solid #06335a;
}
/* line 555, ../scss/main.scss */
.www .search-nav span {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
/* line 560, ../scss/main.scss */
.www .search-nav div.news:hover span {
  text-decoration: none;
}

/* line 567, ../scss/main.scss */
#search {
  float: right;
  margin: 4px 0 0;
}
/* line 570, ../scss/main.scss */
#search .search_field {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7) inset;
  padding: 8px 12px;
}

/******* $main_navigation *******/
/* line 580, ../scss/main.scss */
#main_navigation {
  list-style-type: none;
  margin: 18px 0 10px;
  overflow: hidden;
  padding: 0;
}
/* line 585, ../scss/main.scss */
#main_navigation > li {
  float: left;
  margin: 0 0 0 70px;
}
/* line 588, ../scss/main.scss */
#main_navigation > li:first-child {
  margin-left: 0px;
}
/* line 592, ../scss/main.scss */
#main_navigation li a {
  font-size: 1.54em;
  font-weight: 200;
}

/* line 599, ../scss/main.scss */
.new_news_landing #main_navigation {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
/* line 603, ../scss/main.scss */
.new_news_landing #main_navigation li {
  display: table-cell;
  margin-left: 29px;
  padding: 10px 20px;
  text-align: center;
  margin: 0;
  float: none;
  vertical-align: middle;
}
/* line 613, ../scss/main.scss */
.new_news_landing #main_navigation li.news {
  background-color: #2b3d54;
}
/* line 615, ../scss/main.scss */
.new_news_landing #main_navigation li.news a {
  color: #fff;
}
/* line 620, ../scss/main.scss */
.new_news_landing #sub_navigation {
  background-color: #2b3d54;
  color: #fff;
  margin: 0 0 20px;
}
/* line 624, ../scss/main.scss */
.new_news_landing #sub_navigation .section_navigation {
  margin: 0;
  border: 0;
}
/* line 627, ../scss/main.scss */
.new_news_landing #sub_navigation .section_navigation ul {
  display: table;
  width: 100%;
}
/* line 630, ../scss/main.scss */
.new_news_landing #sub_navigation .section_navigation ul li {
  display: table-cell;
  text-align: center;
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 1em;
}
/* line 636, ../scss/main.scss */
.new_news_landing #sub_navigation .section_navigation ul li a {
  color: #fff;
}

/******* $main_content *******/
/* line 648, ../scss/main.scss */
#main_content {
  margin-top: 28px;
  min-height: 300px;
}
/* line 652, ../scss/main.scss */
#main_content .share_icons.tButtons .fa {
  font-size: 20px;
  color: #1a3961;
}
/* line 656, ../scss/main.scss */
#main_content .share_icons.tButtons .fa-facebook-square {
  color: #3b5998;
}
/* line 659, ../scss/main.scss */
#main_content .share_icons.tButtons .fa-twitter-square {
  color: #1dcaff;
}
/* line 662, ../scss/main.scss */
#main_content .share_icons.tButtons .fa-google-plus-square {
  color: #d34836;
}
/* line 665, ../scss/main.scss */
#main_content .share_icons.tButtons .fa-linkedin-square {
  color: #0077b5;
}

/* line 670, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style, #main-content-col-wrapper.news-listing-style {
  margin-top: 15px;
}
/* line 672, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .archive, #main-content-col-wrapper.news-listing-style .archive {
  margin: 6px;
}
/* line 674, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .archive .older, #main-content-col-wrapper.news-listing-style .archive .older {
  margin-bottom: 20px;
}
/* line 676, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .archive .older a, #main-content-col-wrapper.news-listing-style .archive .older a {
  background: #06335A;
  padding: 7px 12px;
  font-family: georgia;
  color: #fff;
  text-decoration: none;
}
/* line 682, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .archive .older a:hover, #main-content-col-wrapper.news-listing-style .archive .older a:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 690, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item, #main-content-col-wrapper.news-listing-style .listing-item {
  border-top: solid 1px #555;
  padding-top: 10px;
  margin-bottom: 20px;
}
/* line 694, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item a, #main-content-col-wrapper.news-listing-style .listing-item a {
  text-decoration: none;
}
/* line 696, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item a:hover, #main-content-col-wrapper.news-listing-style .listing-item a:hover {
  text-decoration: none;
  color: #0088cc;
}
/* line 700, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item a p, #main-content-col-wrapper.news-listing-style .listing-item a p {
  color: #555;
}
/* line 703, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item a .read-more, #main-content-col-wrapper.news-listing-style .listing-item a .read-more {
  text-align: right;
  font-size: 0.8em;
  color: #0088cc;
  text-decoration: underline;
}
/* line 711, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item h3, #main-content-col-wrapper.news-listing-style .listing-item h3 {
  font-style: normal;
  color: #000;
  font-size: 0.9em;
}
/* line 716, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item h2, #main-content-col-wrapper.news-listing-style .listing-item h2 {
  font-size: 1.4em;
  font-style: normal;
  line-height: normal;
}
/* line 720, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item h2 a, #main-content-col-wrapper.news-listing-style .listing-item h2 a {
  text-decoration: none;
}
/* line 724, ../scss/main.scss */
#main-content-col-wrapper.featured-listing-style .listing-item .date, #main-content-col-wrapper.news-listing-style .listing-item .date {
  font-size: .75em;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 1em;
}

/* line 740, ../scss/main.scss */
.main > h2 {
  margin-bottom: 30px;
}
/* line 743, ../scss/main.scss */
.main a {
  text-decoration: underline;
  font-weight: bold;
}
/* line 746, ../scss/main.scss */
.main a.btn-primary {
  text-decoration: none;
}
/* line 748, ../scss/main.scss */
.main a.btn-primary:hover {
  color: #fff;
}
/* line 753, ../scss/main.scss */
.main li {
  margin: 0 0 .5em;
}

/* line 758, ../scss/main.scss */
.section_header {
  color: #06335A;
  font-family: 'georgia', serif;
  font-size: 2.065em;
  font-style: italic;
  line-height: 1.4em;
  margin-top: 0;
}

/* line 767, ../scss/main.scss */
.body_locations .section_header {
  font-size: 1.8em;
}

/*** $section_navigation ***/
/* line 775, ../scss/main.scss */
.www .section_navigation {
  border-right: 1px solid #CCCCCC;
  margin: 0 7px 0 0;
}
/* line 780, ../scss/main.scss */
.www .section_navigation > h2 {
  color: #991A22;
  line-height: 1em;
  margin: 0 0 20px;
  text-align: right;
  padding-right: 15px;
}
/* line 787, ../scss/main.scss */
.www .section_navigation > ul {
  list-style-type: none;
  margin: 0;
  font-family: 'georgia', serif;
}
/* line 793, ../scss/main.scss */
.www .section_navigation li {
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.2em;
  margin: 0 0 0.5em;
  padding: 0;
  padding-right: 15px;
  text-align: right;
}
/* line 802, ../scss/main.scss */
.www .section_navigation .currentbranch0 a {
  background-color: #991A22;
  color: #FFFFFF;
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  font-size: 1.0em;
  margin-right: -15px;
}
/* line 811, ../scss/main.scss */
.www .section_navigation .multilevel-linkul-0 .currentbranch1 a {
  color: #991A22;
}
/* line 814, ../scss/main.scss */
.www .section_navigation .multilevel-linkul-1 .currentbranch2 a {
  text-decoration: underline;
  color: #991A22;
}
/* line 818, ../scss/main.scss */
.www .section_navigation .multilevel-linkul-1 .currentbranch2 a {
  text-decoration: underline;
  color: #991A22;
}
/* line 822, ../scss/main.scss */
.www .section_navigation .multilevel-linkul-0 {
  background-color: #FFFFFF;
  border: 1px solid #DFDDD4;
  display: none;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  list-style-type: none;
  margin: 0 -25px 0 0;
  padding: 15px 15px 5px 0;
  display: none;
}
/* line 833, ../scss/main.scss */
.www .section_navigation .multilevel-linkul-1 {
  font-size: 1.0em;
  font-size: 13px;
  font-weight: 500;
}
/* line 838, ../scss/main.scss */
.www .section_navigation .multilevel-linkul-0 a {
  background: none repeat scroll 0 0 transparent;
  color: #06335A;
  display: inline-block;
  font-weight: 600;
  padding: 0 0 0 10px;
}
/* line 845, ../scss/main.scss */
.www .section_navigation .multilevel-linkul-1 a {
  font-size: 11px;
  background: none repeat scroll 0 0 transparent;
  color: #06335A;
  display: inline-block;
  font-weight: 600;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: 500;
}
/* line 856, ../scss/main.scss */
.www .section_navigation ul ul {
  display: none;
  list-style-type: none;
  margin: 0;
}

/* line 864, ../scss/main.scss */
.news_responsive .section_navigation {
  margin: 0;
  /*     width: 23.4043%; */
}

/* line 869, ../scss/main.scss */
.news_landing .section_navigation {
  /*     width: 200px; */
}

/* line 873, ../scss/main.scss */
.inside_landing #col1span4 {
  margin-left: 0;
}

/*
Removed because news featured stry lacked a margin on 11/13 by Jamie.  Please inform me if this is causing issues.
.news_responsive #main_content .main {
  margin-left: 0;
}
*/
/* $switch-controls */
/* line 888, ../scss/main.scss */
.switch-controls {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px 0 0px;
}
/* line 893, ../scss/main.scss */
.switch-controls ul {
  font-size: 1.125em;
  list-style-type: none;
  margin-left: 0;
}
/* line 898, ../scss/main.scss */
.switch-controls li {
  float: left;
  list-style: disc outside none;
  margin-left: 35px;
  padding-left: 15px;
}
/* line 903, ../scss/main.scss */
.switch-controls li:first-child {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
}
/* line 908, ../scss/main.scss */
.switch-controls li a {
  text-decoration: underline;
}
/* line 911, ../scss/main.scss */
.switch-controls li.active a {
  color: #06335A;
  font-weight: 600;
  text-decoration: none;
}
/* line 915, ../scss/main.scss */
.switch-controls li.active a:hover {
  color: #06335A;
  font-weight: 600;
  text-decoration: none;
}

/* $schools_list */
/* line 927, ../scss/main.scss */
.schools_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
/* line 932, ../scss/main.scss */
.schools_list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 15px;
  display: block;
}
/* line 938, ../scss/main.scss */
.schools_list li ul {
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 10px;
}
/* line 942, ../scss/main.scss */
.schools_list li ul li {
  margin: 0;
  font-size: .9em;
  display: list-item;
  margin-left: 10px;
}
/* line 950, ../scss/main.scss */
.schools_list a {
  color: #333333;
  display: block;
  font-weight: 200;
  text-decoration: none;
}
/* line 955, ../scss/main.scss */
.schools_list a:hover {
  text-decoration: underline;
}

/* $sidebar_feature */
/* line 964, ../scss/main.scss */
.sidebar_feature {
  background-color: #fff;
  position: relative;
  margin-bottom: 0px;
  line-height: normal;
}
/* line 969, ../scss/main.scss */
.sidebar_feature.post-it {
  margin-top: 20px;
  background-color: #fdf7d9;
  color: #333;
}
/* line 974, ../scss/main.scss */
.sidebar_feature:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 8px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  content: "";
  height: 30px;
  position: absolute;
  right: 4px;
  transform: skew(15deg) rotate(6deg);
  width: 70%;
  z-index: -1;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
}
/* line 988, ../scss/main.scss */
.sidebar_feature:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 8px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  content: "";
  height: 30px;
  left: 4px;
  position: absolute;
  transform: skew(-15deg) rotate(-6deg);
  width: 70%;
  z-index: -2;
  -webkit-transform: skew(15deg) rotate(-6deg);
  -moz-transform: skew(15deg) rotate(-6deg);
}
/* line 1003, ../scss/main.scss */
.sidebar_feature.no_shadow:after {
  bottom: 5px;
  box-shadow: 2px 1px 8px 0 rgba(0, 0, 0, 0.45);
  height: 50%;
  position: absolute;
  right: 4px;
  transform: skew(11deg) rotate(8deg);
  width: 50px;
  z-index: -1;
  -webkit-transform: skew(11deg) rotate(8deg);
  -moz-transform: skew(11deg) rotate(8deg);
}
/* line 1015, ../scss/main.scss */
.sidebar_feature.no_shadow:before {
  bottom: auto;
  box-shadow: 2px -1px 8px 0 rgba(0, 0, 0, 0.45);
  height: 50%;
  left: auto;
  right: 4px;
  top: 6px;
  transform: skew(-11deg) rotate(-8deg);
  width: 50px;
  -webkit-transform: skew(-11deg) rotate(-8deg);
  -moz-transform: skew(-11deg) rotate(-8deg);
}
/* line 1028, ../scss/main.scss */
.sidebar_feature img {
  display: block;
}

/* line 1033, ../scss/main.scss */
.inner h4 span {
  color: #333333;
  font-weight: 200;
  line-height: 1.5em;
}

/* line 1039, ../scss/main.scss */
.img_overlay {
  height: 19px;
  left: 20px;
  position: relative;
  top: -19px;
  width: 39px;
  z-index: 3;
}

/* line 1049, ../scss/main.scss */
.sidebar_feature h3 {
  color: #333333;
  font-family: helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 200;
  padding-top: 15px;
  line-height: normal;
}
/* line 1057, ../scss/main.scss */
.sidebar_feature h3 span {
  color: #06335A;
  display: inline-block;
  font-weight: 600;
  padding-top: 5px;
}
/* line 1064, ../scss/main.scss */
.sidebar_feature.post-it h3 span {
  color: #333;
  display: inline;
}
/* line 1068, ../scss/main.scss */
.sidebar_feature p {
  font-size: 0.85em;
  text-decoration: none;
}
/* line 1072, ../scss/main.scss */
.sidebar_feature a {
  font-size: 0.85em;
  text-decoration: none;
  font-weight: 600;
}
/* line 1077, ../scss/main.scss */
.sidebar_feature.post-it a {
  color: #333;
}

/*  $sidebar_feature - large $image with triangle  */
/* line 1085, ../scss/main.scss */
.feature_image {
  background: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 472px;
}
/* line 1091, ../scss/main.scss */
.feature_image .inner {
  height: auto;
}
/* line 1094, ../scss/main.scss */
.feature_image > img {
  display: block;
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 3;
}
/* line 1101, ../scss/main.scss */
.feature_image .img_overlay {
  height: 39px;
  left: -19px;
  position: absolute;
  right: auto;
  top: 20px;
  width: 19px;
}
/* line 1109, ../scss/main.scss */
.feature_image > .sidebar_feature p {
  display: block;
  overflow: hidden;
  line-height: normal;
}

/* $news_item */
/* line 1119, ../scss/main.scss */
.news_item {
  border-right: 1px solid #AAAAAA;
  margin: 10px 0 30px;
  min-height: 150px;
  padding: 0 0 0 19px;
}
/* line 1124, ../scss/main.scss */
.news_item.first {
  border-left: none;
  padding: 0 0 0 20px;
}

/* line 1130, ../scss/main.scss */
.listing-item .news_type {
  background-color: #991A22;
  color: #FFFFFF;
  font-family: helvetica, sans-serif;
  font-size: 0.75em;
  font-style: normal;
  line-height: 1em;
  margin: 0 0 0.5em;
  padding: 6px 8px 4px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 1147, ../scss/main.scss */
.news_item h3 {
  background-color: #991A22;
  color: #FFFFFF;
  font-family: helvetica, sans-serif;
  font-size: 0.75em;
  font-style: normal;
  line-height: 1em;
  margin: 0 0 0.5em;
  padding: 6px 8px 4px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
/* line 1161, ../scss/main.scss */
.news_item h3.blue {
  background-color: #06335a;
}
/* line 1165, ../scss/main.scss */
.news_item .inner {
  padding: 0 20px 0 0;
}
/* line 1168, ../scss/main.scss */
.news_item p.date {
  color: #4d4d4d;
  font-size: 0.85em;
  margin: 0 0 0.5em;
}
/* line 1173, ../scss/main.scss */
.news_item a {
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
}

/* line 1180, ../scss/main.scss */
.has_image {
  position: relative;
}
/* line 1183, ../scss/main.scss */
.has_image > img {
  left: 19px;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 1189, ../scss/main.scss */
.has_image > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: none;
  font-family: georgia, serif;
  font-size: 19px;
  font-weight: 400;
  height: 100px;
  left: 20px;
  line-height: 1.4em;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 180px;
  z-index: 2;
}
/* line 1206, ../scss/main.scss */
.has_image:hover a {
  display: block;
}

/****** $footer *****/
/* line 1214, ../scss/main.scss */
footer {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 1219, ../scss/main.scss */
footer .skyline {
  background-repeat: no-repeat;
  background-position: left top;
  height: 102px;
}
/* line 1224, ../scss/main.scss */
footer .bg-color {
  background-color: #1a3961;
}
/* line 1227, ../scss/main.scss */
footer p {
  font-size: 0.75em;
  padding-left: 40px;
}
/* line 1231, ../scss/main.scss */
footer .container .row {
  background-repeat: no-repeat;
  background-position: right center;
}

/* $gateway */
/* line 1240, ../scss/main.scss */
.sans {
  font-family: helvetica, sans-serif;
  font-size: 1.15em;
  font-style: normal;
  font-weight: 600;
}

/* $quick_search */
/* line 1250, ../scss/main.scss */
.quick_search > h4 {
  display: block;
  float: left;
  font-family: georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  padding-right: 40px;
}

/* line 1263, ../scss/main.scss */
#quick_search {
  float: left;
  width: 400px;
}
/* line 1266, ../scss/main.scss */
#quick_search > input {
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: #20703B;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px 12px;
  width: 300px;
}

/* $HOMEPAGE */
/* $search_bar */
/* line 1285, ../scss/main.scss */
.homepage #search_bar {
  border: none;
  margin: 20px 0 10px;
  padding-bottom: 0;
}
/* line 1290, ../scss/main.scss */
.homepage #search {
  margin: 36px 0 10px;
  padding: 0;
}
/* line 1293, ../scss/main.scss */
.homepage #search .search_field {
  margin: 0;
}
/* line 1297, ../scss/main.scss */
.homepage #main_content {
  margin-top: 20px;
}
/* line 1300, ../scss/main.scss */
.homepage #main_navigation {
  margin: 0 0 40px;
  overflow: hidden;
}
/* line 1303, ../scss/main.scss */
.homepage #main_navigation li a {
  border-bottom: 1px solid #06335A;
  display: block;
  padding: 0 0 8px;
}
/* line 1307, ../scss/main.scss */
.homepage #main_navigation li a:hover, .homepage #main_navigation li a.active {
  border-bottom: 1px solid #991A22;
  text-decoration: none;
}
/* line 1314, ../scss/main.scss */
.homepage .intro {
  margin-top: 0;
}

/* $main_navigation */
/* accordian area */
/* line 1325, ../scss/main.scss */
#site_sections {
  position: relative;
}
/* line 1327, ../scss/main.scss */
#site_sections .slider {
  display: none;
}

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
/* line 1339, ../scss/main.scss */
div.scrollingHotSpotLeft {
    /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 15%;
  height: 100%;
    /* There is a big background image and it's used to solve some problems I experienced
in Internet Explorer 6. */
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 20;
  left: 0;
  /* The first url is for Firefox and other browsers, the second is for Internet Explorer */
}
/* line 1354, ../scss/main.scss */
div.scrollingHotSpotLeftVisible {
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}
/* line 1366, ../scss/main.scss */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 15%;
  height: 100%;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 30;
  right: 0;
}
/* line 1376, ../scss/main.scss */
div.scrollingHotSpotRightVisible {
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}
/* line 1384, ../scss/main.scss */
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* line 1391, ../scss/main.scss */
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
  z-index: 11;
}

/* Visible left hotspot */
/* Invisible right hotspot */
/* Visible right hotspot */
/* The scroll wrapper is always the same width and height as the containing element (div).
Overflow is hidden because you don't want to show all of the scrollable area.
*/
/* line 1413, ../scss/main.scss */
#makeMeScrollable {
  background-color: #fff;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  position: relative;
}
/* line 1419, ../scss/main.scss */
#makeMeScrollable .scroll-overlay-small {
  height: 240px;
}
/* line 1422, ../scss/main.scss */
#makeMeScrollable .scroll-overlay-text-small {
  font-size: 1.4em;
}
/* line 1425, ../scss/main.scss */
#makeMeScrollable .scroll-overlay-medium {
  height: 292px;
}
/* line 1428, ../scss/main.scss */
#makeMeScrollable .scroll-overlay-text-medium {
  font-size: 2em;
}
/* line 1431, ../scss/main.scss */
#makeMeScrollable p {
  line-height: normal;
  margin: 0;
}

/* line 1441, ../scss/main.scss */
.homepage #makeMeScrollable {
  height: 460px;
}

/* line 1445, ../scss/main.scss */
#makeMeScrollable img {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
   block of code. It's just a nice feature that prevent the images from
   accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* $scroll_custom */
/* line 1463, ../scss/main.scss */
.show3,
.show2 {
  width: 190px;
}

/* line 1468, ../scss/main.scss */
[class*="small-text-"] {
  background-color: #3a7fb1;
  height: 140px;
  margin: 10px 0 0 0;
  position: relative;
  width: 190px;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: .25s, .25s;
  -webkit-transition-timing-function: linear, ease-in;
  -moz-transition-property: color, background;
  -moz-transition-duration: .25s, .25s;
  -moz-transition-timing-function: linear, ease-in;
}

/* line 1482, ../scss/main.scss */
.small-text-2 {
  background-color: #2b5f85;
}

/* line 1486, ../scss/main.scss */
.small-text-3 {
  background-color: #214864;
}

/* line 1490, ../scss/main.scss */
.small-text-4 {
  background-color: #77acd3;
}

/* line 1495, ../scss/main.scss */
[class*="small-text-"]:hover {
  background-color: #000;
}
/* line 1499, ../scss/main.scss */
[class*="small-text-"] > a,
[class*="small-text-"] > p {
  bottom: 10%;
  color: #FFFFFF;
  font-size: 1.1875em;
  left: 8%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 84%;
}

/* line 1515, ../scss/main.scss */
.scroll-overlay-text {
  bottom: 10%;
  color: #FFFFFF;
  font-size: 1.1875em;
  left: 8%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 84%;
}

/* line 1529, ../scss/main.scss */
[class*="small-text-"] > p a {
  color: #FFFFFF;
}
/* line 1532, ../scss/main.scss */
[class*="small-text-"] > a:hover {
  text-decoration: underline;
}

/* line 1537, ../scss/main.scss */
.scroll-overlay-text {
  display: none;
  font-size: 1.35em;
  text-shadow: 1px 1px 1px #000000;
  z-index: 3;
}

/* line 1544, ../scss/main.scss */
.homepage .scroll-overlay-text {
  font-size: 1.875em;
}

/* line 1548, ../scss/main.scss */
.scroll-overlay-text a {
  color: #FFC70E;
}
/* line 1550, ../scss/main.scss */
.scroll-overlay-text a:hover {
  text-decoration: underline;
}

/* line 1555, ../scss/main.scss */
.show3 .scroll-overlay-text,
.show2 .scroll-overlay-text {
  font-size: 1.1875em;
}

/* line 1560, ../scss/main.scss */
.inside_landing .scroll-overlay-text {
  font-size: 1.5em;
}

/* line 1564, ../scss/main.scss */
.overlay-headline {
  bottom: 5%;
  font-family: 'helvetica', arial, sans-serif;
  font-weight: 200;
  text-shadow: none;
}
/* line 1569, ../scss/main.scss */
.overlay-headline p {
  font-size: 20px;
  margin: 0;
}
/* line 1573, ../scss/main.scss */
.overlay-headline a {
  color: #FFC70E;
  font-size: 14px;
  font-weight: 400;
  margin: 0 15px 0 0;
}

/* line 1581, ../scss/main.scss */
.scroll-headline {
  bottom: 0;
  color: #FFFFFF;
  font-size: 3.75em;
  font-style: normal;
  left: 5%;
  position: absolute;
  text-shadow: 1px 2px 2px #000000;
  width: 90%;
  z-index: 3;
}

/* line 1593, ../scss/main.scss */
.scroll-overlay {
  background-color: #0064ff;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  background-color: rgba(0, 100, 255, 0.3);
  display: none;
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1608, ../scss/main.scss */
.homepage .scroll-overlay {
  height: 440px;
}

/* line 1612, ../scss/main.scss */
.inside_landing .scroll-overlay {
  height: 290px;
}

/* line 1616, ../scss/main.scss */
.show3 .scroll-overlay {
  height: 140px;
}

/* line 1620, ../scss/main.scss */
.show2 .scroll-overlay {
  height: 290px;
}

/* line 1624, ../scss/main.scss */
div.showInfo {
  position: relative;
  cursor: pointer;
}
/* line 1628, ../scss/main.scss */
div.showInfo:hover > .scroll-overlay,
div.showInfo:hover > .scroll-overlay-text {
  display: block;
}

/* show scroll overlay with css - will switch to js for smoother effect - just a proof of concept */
/* line 1638, ../scss/main.scss */
.showInfo:hover .scroll-headline {
  bottom: auto;
  top: 5%;
}

/* line 1643, ../scss/main.scss */
#makeMeScrollable div.showInfo:hover > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* locations map */
/* line 1655, ../scss/main.scss */
.loc_list {
  float: left;
}

/* line 1659, ../scss/main.scss */
.world_list {
  background-color: #BCAC6E;
}

/* line 1663, ../scss/main.scss */
.ny_list {
  background-color: #488d5c;
  width: 480px;
}

/* line 1668, ../scss/main.scss */
.us_list {
  background-color: #ba6470;
}

/* line 1673, ../scss/main.scss */
.loc_list h3,
.loc_list a {
  color: #FFFFFF;
  display: inline-block;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  height: auto;
  margin: 0;
  padding: 7px 0 6px 10px;
  text-decoration: none;
  width: 100%;
}
/* line 1686, ../scss/main.scss */
.loc_list h3 {
  background-color: #a68f3a;
  text-transform: uppercase;
  width: 210px;
}
/* line 1690, ../scss/main.scss */
.loc_list h3 a {
  padding: 0;
}

/* line 1696, ../scss/main.scss */
.ny_list h3 {
  background-color: #1e5200;
  width: 470px;
}

/* line 1701, ../scss/main.scss */
.us_list h3 {
  background-color: #a63143;
}

/* line 1705, ../scss/main.scss */
.loc_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1709, ../scss/main.scss */
.loc_list ul li {
  border-top: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
}

/* line 1716, ../scss/main.scss */
.map-holder {
  background: none repeat scroll 0 0 #E6C963;
  height: 366px;
  left: 0;
  margin-bottom: 60px;
  position: relative;
  top: 24px;
  width: 960px;
  z-index: 1;
}

/* line 1727, ../scss/main.scss */
.map_actual {
  bottom: 0;
  height: 366px;
  left: 30px;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 870px;
}

/* line 1737, ../scss/main.scss */
#map_ny {
  left: 60px;
}

/* line 1741, ../scss/main.scss */
#map_us {
  left: 90px;
}

/* line 1746, ../scss/main.scss */
.marker-tooltip .marker-title,
.marker-tooltip .marker-popup {
  font-size: 14px;
  padding: 2px 4px;
}

/* line 1753, ../scss/main.scss */
.main .map_click,
.map_click {
  background-color: #e9cc5a;
  color: #FFFFFF;
  height: 366px;
  left: 0;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  width: 30px;
  z-index: 2;
}

/* line 1771, ../scss/main.scss */
#ny_map {
  background-color: #436447;
  left: auto;
  right: 30px;
}
/* line 1775, ../scss/main.scss */
#ny_map .no-transform {
  text-transform: none;
}

/* line 1780, ../scss/main.scss */
#us_map {
  background-color: #ba0029;
  left: auto;
  right: 0;
}

/* line 1786, ../scss/main.scss */
.rotated > img {
  float: left;
  padding: 10px 7px 0;
}

/* line 1791, ../scss/main.scss */
#ny_map .rotated > img {
  padding: 10px 5px 0;
}

/* switcher for content */
/* line 1798, ../scss/main.scss */
.switcher {
  display: none;
}
/* line 1800, ../scss/main.scss */
.switcher.first {
  display: block;
}

/* $events */
/* line 1808, ../scss/main.scss */
.event_item {
  margin-top: 30px;
  clear: both;
}

/* line 1813, ../scss/main.scss */
.events_date {
  background-color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  height: 45px;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  top: 2px;
  width: 40px;
}
/* line 1825, ../scss/main.scss */
.events_date:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  content: "";
  height: 10px;
  position: absolute;
  right: 3px;
  transform: skew(15deg) rotate(6deg);
  width: 55%;
  z-index: -1;
}
/* line 1837, ../scss/main.scss */
.events_date:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  content: "";
  height: 10px;
  left: 3px;
  position: absolute;
  transform: skew(-15deg) rotate(-6deg);
  width: 55%;
  z-index: -2;
}
/* line 1849, ../scss/main.scss */
.events_date .events_month {
  background-color: #0076a3;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/* line 1862, ../scss/main.scss */
.events_date .events_day {
  background: none repeat scroll 0 0 transparent;
  color: #000000;
  display: block;
  font-size: 22px;
  line-height: 24px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* line 1875, ../scss/main.scss */
#breadcrumb {
  margin-bottom: 10px;
  font-size: .8em;
}
/* line 1879, ../scss/main.scss */
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
  text-decoration: none;
}
/* line 1884, ../scss/main.scss */
#breadcrumb a:hover {
  text-decoration: underline;
}

/* line 1892, ../scss/main.scss */
.www #lhn_navigation h2 a:link, .www #lhn_navigation h2 a:visited {
  text-decoration: none;
  color: #991A22;
}
/* line 1899, ../scss/main.scss */
.www .news-archive .general_news_type,
.www .news-archive .press_release_type {
  background-color: #991A22;
}
/* line 1904, ../scss/main.scss */
.www .news-archive .teaser-intro img {
  display: none;
}

/* line 1911, ../scss/main.scss */
.news-communications-main-content .date {
  font-size: .8em;
  font-style: italic;
}

/* line 1916, ../scss/main.scss */
.news-communications-main-content-single .date,
.featured-story-main-content .date {
  font-size: .8em;
  font-style: italic;
  margin-bottom: 15px;
}

/* line 1923, ../scss/main.scss */
.news-archive .news-type {
  display: block;
}

/* line 1927, ../scss/main.scss */
.listing-item .news_type {
  backgroud-color: #BBB;
}

/* line 1931, ../scss/main.scss */
.pr_footer {
  font-size: 0.9em;
  font-style: italic;
  border-top: 1px solid #CCCCCC;
  padding-top: 10px;
  clear: both;
}
/* line 1938, ../scss/main.scss */
.pr_footer h4,
.pr_footer p {
  margin: 0;
  margin-bottom: 10px;
}

/* line 1945, ../scss/main.scss */
.news-main-image {
  text-align: right;
  margin-left: 20px;
  width: 330px;
}
/* line 1949, ../scss/main.scss */
.news-main-image .image {
  margin-bottom: 10px;
  text-align: right;
}
/* line 1953, ../scss/main.scss */
.news-main-image .image-description {
  margin-bottom: 25px;
  font-size: 0.8em;
  border-left: solid 1px #ccc;
  padding-left: 15px;
  color: #656764;
}

/* line 1962, ../scss/main.scss */
.news-listing-style .news_type {
  display: none;
}

/* line 1966, ../scss/main.scss */
.archived-listing-style .news_type {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1973, ../scss/main.scss */
.featured-listing-style .news_type {
  display: none;
}

/* line 1977, ../scss/main.scss */
.news-listing-style .teaser-intro {
  margin-top: 15px;
  font-size: 0.9em;
}

/* line 1982, ../scss/main.scss */
.sharethis {
  border-left: solid 1px #ccc;
  padding-left: 20px;
  float: right;
  width: 200px;
  height: 20px;
  margin-bottom: 25px;
}

/* line 1991, ../scss/main.scss */
.st_leadtext {
  color: #676765;
  font-size: 12px;
  margin: 0px 0px;
  margin-right: 10px;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
/* line 2002, ../scss/main.scss */
.st_leadtext a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 2011, ../scss/main.scss */
.social-media {
  margin-left: 10px;
  font-size: 12px;
  text-transform: none;
  text-align: right;
}
/* line 2016, ../scss/main.scss */
.social-media .social-media-hdr {
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
}
/* line 2022, ../scss/main.scss */
.social-media a {
  text-align: right;
  color: #fff;
  padding: 3px;
}
/* line 2028, ../scss/main.scss */
.social-media a:hover {
  text-decoration: none;
}
/* line 2031, ../scss/main.scss */
.social-media a .fa {
  margin-right: 5px;
}

/* line 2037, ../scss/main.scss */
.www .social-media a {
  display: inline-block;
}

/* line 2041, ../scss/main.scss */
.social-share-wrapper {
  margin-bottom: 25px;
  font-size: 0.8em;
  margin-left: 20px;
  color: #656764;
  text-align: right;
  margin-top: 0px;
}

/* line 2050, ../scss/main.scss */
#emailButton,
#printButton {
  cursor: pointer;
}

/* line 2055, ../scss/main.scss */
.social-icons {
  margin-top: 1px;
  height: 16px;
  width: 16px;
  display: inline-block;
}

/* line 2062, ../scss/main.scss */
.social-media a:hover {
  color: #f1f1f1;
}
/* line 2065, ../scss/main.scss */
.social-media a:hover .fa.fa-twitter-square, .social-media a:hover .fa .fa-pencil-square, .social-media a:hover .fa .fa-instagram, .social-media a:hover .fa .fa-linkedin-square, .social-media a:hover .fa .fa-facebook-square {
  color: #fff;
}
/* line 2067, ../scss/main.scss */
.social-media a:hover .fa.fa-twitter-square:hover, .social-media a:hover .fa .fa-pencil-square:hover, .social-media a:hover .fa .fa-instagram:hover, .social-media a:hover .fa .fa-linkedin-square:hover, .social-media a:hover .fa .fa-facebook-square:hover {
  color: #f1f1f1;
}

/* line 2077, ../scss/main.scss */
#share_icons {
  margin-bottom: 20px;
}
/* line 2079, ../scss/main.scss */
#share_icons .chicklets {
  background: none;
}
/* line 2082, ../scss/main.scss */
#share_icons .st_facebook,
#share_icons .st_twitter,
#share_icons .st_googleplus,
#share_icons .st_linkedin,
#share_icons .st_email,
#share_icons .st_pinterest {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}

/* line 2095, ../scss/main.scss */
#printButton {
  margin-left: 0;
  top: inherit;
}
/* line 2098, ../scss/main.scss */
#printButton img {
  vertical-align: inherit;
}

/* line 2103, ../scss/main.scss */
.media-contact-wrapper {
  float: right;
  margin-top: 0px;
  border-left: solid 1px #ccc;
  padding-left: 20px;
  width: 200px;
  font-size: 1em;
  text-align: right;
  margin-bottom: 25px;
  margin-left: 20px;
  font-size: 1.0em;
}
/* line 2114, ../scss/main.scss */
.media-contact-wrapper p {
  font-size: 0.8em;
  color: #656764;
}
/* line 2118, ../scss/main.scss */
.media-contact-wrapper .hdr {
  font-weight: bold;
  font-size: 0.8em;
}

/* line 2124, ../scss/main.scss */
.news-and-communications-front-page-row .news_item:last-child {
  border-right: none;
}

/* line 2128, ../scss/main.scss */
.source-info {
  margin-top: 15px;
  font-size: 0.8em;
  font-style: italic;
}

/* line 2134, ../scss/main.scss */
.news-faculty-listing-style .table {
  font-size: 0.8em;
  background-color: #fff;
}
/* line 2137, ../scss/main.scss */
.news-faculty-listing-style .table tr th {
  background-color: #06335a;
  color: #fff;
}
/* line 2141, ../scss/main.scss */
.news-faculty-listing-style .table .first_last_name {
  font-weight: bold;
}
/* line 2144, ../scss/main.scss */
.news-faculty-listing-style .table .title_and_position {
  font-style: italic;
  font-size: 0.9em;
}

/* line 2150, ../scss/main.scss */
.loading {
  background-color: #CCC;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  padding-top: 1px;
}

/* line 2158, ../scss/main.scss */
.main_banner_medium_wrapper .loading {
  height: 294px;
}
/* line 2160, ../scss/main.scss */
.main_banner_medium_wrapper .loading .icon {
  margin-top: 150px;
}

/* line 2165, ../scss/main.scss */
.main_banner_small_wrapper .loading {
  height: 239px;
}
/* line 2167, ../scss/main.scss */
.main_banner_small_wrapper .loading .icon {
  margin-top: 110px;
}

/* line 2173, ../scss/main.scss */
.main_banner_mosiac_wrapper .loading {
  height: 439px;
}
/* line 2175, ../scss/main.scss */
.main_banner_mosiac_wrapper .loading .icon {
  margin-top: 220px;
}
/* line 2179, ../scss/main.scss */
.main_banner_mosiac_wrapper .showInfo {
  margin-top: 10px;
  height: 440px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
}
/* line 2186, ../scss/main.scss */
.main_banner_mosiac_wrapper .col-with-no-image .showInfo .small-text-1 {
  width: 300px;
}
/* line 2189, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked3col .medium_tile,
.main_banner_mosiac_wrapper .stacked2col .small_tile {
  background-size: 100% auto;
}
/* line 2193, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked3col .showInfo {
  height: 140px;
  overflow: hidden;
  background-size: 100% auto;
}

/* line 2201, ../scss/main.scss */
#makeMeScrollable .stacked3col .scroll-overlay-text-medium,
#makeMeScrollable .stacked2col .scroll-overlay-text-medium {
  font-size: 1.4em;
}

/* line 2207, ../scss/main.scss */
.homepage #makeMeScrollable .scroll-overlay-medium {
  height: 440px;
}

/* line 2213, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked2col .col-with-no-image {
  height: 140px;
  margin-top: 0px;
}
/* line 2217, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked2col .medium_tile {
  height: 290px;
  overflow: hidden;
  background-size: auto 100%;
  margin-top: 10px;
}
/* line 2223, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked2col .small_tile {
  height: 140px;
  overflow: hidden;
}
/* line 2228, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked3col .small-text-1 {
  margin-top: 0;
}

/* line 2233, ../scss/main.scss */
.col-with-no-image .showInfo .small-text-1 {
  height: 440px;
  font-size: 1.7em;
}

/* line 2239, ../scss/main.scss */
.stacked3col .col-with-no-image .showInfo {
  height: 140px;
}
/* line 2242, ../scss/main.scss */
.stacked3col .col-with-no-image .medium_tile {
  height: 290px;
}

/* line 2248, ../scss/main.scss */
.stacked2col .medium_tile .showInfo {
  width: 190px;
  height: 290px;
  margin-top: 0px;
}
/* line 2252, ../scss/main.scss */
.stacked2col .medium_tile .showInfo .small-text-1 {
  width: 190px;
  height: 290px;
  margin-top: 0px;
  font-size: 1.2em;
}
/* line 2259, ../scss/main.scss */
.stacked2col .small_tile .showInfo {
  width: 190px;
  height: 130px;
}
/* line 2262, ../scss/main.scss */
.stacked2col .small_tile .showInfo .small-text-1 {
  width: 190px;
  height: 130px;
  font-size: 1.2em;
}

/* line 2270, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked3col .col-with-no-image .showInfo .small-text-1 {
  width: 190px;
  height: 140px;
  font-size: 1.2em;
}

/* line 2276, ../scss/main.scss */
.news_landing .intro {
  font-size: 1em;
  font-weight: normal;
}

/* line 2283, ../scss/main.scss */
.featured-story-main-content .video-wrapper {
  margin-bottom: 15px;
}
/* line 2286, ../scss/main.scss */
.featured-story-main-content .intro {
  font-size: 1.2em;
}

/* line 2291, ../scss/main.scss */
.footer_links {
  color: #fff;
  font-size: 0.7em;
}
/* line 2294, ../scss/main.scss */
.footer_links a {
  color: #fff;
}

/* line 2299, ../scss/main.scss */
#featured_news_and_communications_wrapper .feature_image {
  background-size: 500px auto;
}

/* line 2303, ../scss/main.scss */
.main_banner_mosiac_wrapper .stacked2col .col-with-no-image.small_tile {
  height: 150px;
  overflow: hidden;
}

/* line 2308, ../scss/main.scss */
.stacked2col .col-with-no-image.small_tile .showInfo .small-text-1 {
  width: 190px;
  height: 140px;
}

/* line 2313, ../scss/main.scss */
.search-pagination {
  text-align: center;
}

/* line 2316, ../scss/main.scss */
.pagination ul > .active > a, .pagination ul > .active > span {
  color: #555;
}

/* line 2320, ../scss/main.scss */
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #666;
}

/* line 2325, ../scss/main.scss */
.search-result-wrapper {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 2px #ccc;
}
/* line 2329, ../scss/main.scss */
.search-result-wrapper .results {
  margin: 0;
}
/* line 2332, ../scss/main.scss */
.search-result-wrapper .results .directSchoolSearchResult .search-result-item {
  background-color: #f1f0ea;
}
/* line 2335, ../scss/main.scss */
.search-result-wrapper .results .directSchoolSearchResult .search-result-item .links div {
  display: table;
  width: 250px;
  table-layout: fixed;
}
/* line 2339, ../scss/main.scss */
.search-result-wrapper .results .directSchoolSearchResult .search-result-item .links div a {
  font-weight: normal;
}
/* line 2344, ../scss/main.scss */
.search-result-wrapper .results .directSchoolSearchResult .search-result-item .links div > div {
  display: table-cell;
  width: 2%;
  /* or 100% according to OP comment. See edit about Safari 6 below */
}
/* line 2354, ../scss/main.scss */
.search-result-wrapper .search-result-item {
  padding: 1.5%;
}
/* line 2357, ../scss/main.scss */
.search-result-wrapper .search-result-item:nth-child(2n+1) {
  background-color: #fff;
}
/* line 2361, ../scss/main.scss */
.search-result-wrapper .search-result-item h4 {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1%;
}
/* line 2365, ../scss/main.scss */
.search-result-wrapper .search-result-item h4 .pipe {
  margin: 0 5px 0 5px;
}
/* line 2369, ../scss/main.scss */
.search-result-wrapper .search-result-item h3 {
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1%;
}
/* line 2374, ../scss/main.scss */
.search-result-wrapper .search-result-item .url {
  color: #333;
  font-size: 14px;
}
/* line 2377, ../scss/main.scss */
.search-result-wrapper .search-result-item .url:hover {
  text-decoration: none;
}
/* line 2381, ../scss/main.scss */
.search-result-wrapper .search-result-item .intro-text {
  margin-bottom: 1%;
}
/* line 2385, ../scss/main.scss */
.search-result-wrapper .span3 {
  margin: 0;
}
/* line 2393, ../scss/main.scss */
.search-result-wrapper .nav.nav-tabs li a {
  margin-bottom: 0;
  font-size: 1.3em;
  background-color: #ddd;
}
/* line 2399, ../scss/main.scss */
.search-result-wrapper .nav.nav-tabs li.active a {
  color: #fff;
  background-color: #2b3b52;
  margin: 0px;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 2411, ../scss/main.scss */
.search-result-wrapper .searched-details {
  margin: 0 0 10px 0;
}
/* line 2413, ../scss/main.scss */
.search-result-wrapper .searched-details .totalResults {
  font-weight: bold;
  font-size: 17px;
}
/* line 2419, ../scss/main.scss */
.search-result-wrapper .searched-details .narrowDown {
  line-height: normal;
  margin: 0;
  font-size: 15px;
}

/* line 2428, ../scss/main.scss */
input.main-search-field-error {
  border: solid 2px #f00;
}
/* line 2430, ../scss/main.scss */
input.main-search-field-error:focus {
  border: solid 2px #f00;
}
/* line 2434, ../scss/main.scss */
input.main-search-field {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7) inset;
  padding: 8px 12px;
  margin-top: 30px;
}
/* line 2440, ../scss/main.scss */
input.inside-main-search {
  margin-top: 0px;
}

/* line 2445, ../scss/main.scss */
.footer-school-info a {
  color: #fff;
}

/* line 2449, ../scss/main.scss */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none;
}

/* line 2458, ../scss/main.scss */
.Press-Release input.main-search-field,
.Touro-in-the-News input.main-search-field,
.Featured input.main-search-field,
.Events input.main-search-field {
  border-radius: 4px 4px 4px 4px;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  padding: 5px;
  padding-bottom: 8px;
  width: 300px;
  border: none;
}

/* line 2480, ../scss/main.scss */
.Press-Release input.main-search-field,
.Touro-in-the-News input.main-search-field,
.Featured input.main-search-field,
.Events input.main-search-field {
  border-radius: 4px 4px 4px 4px;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  padding: 8px 15px;
  width: 300px;
  border: none;
}

/* line 2501, ../scss/main.scss */
.secondary-search-label {
  font-family: 'georgia', serif;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  font-size: 1.2em;
  color: #06335a;
  text-rendering: optimizelegibility;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-top: 8px;
  margin-right: 5px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 2521, ../scss/main.scss */
.secondary-search-form-wrapper input {
  /* WebKit browsers */
  color: #237143;
  font-weight: bold;
  background-repeat: repeat-x;
  background-position: left 31px;
}
/* line 2527, ../scss/main.scss */
.secondary-search-form-wrapper input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
  background-image: none;
}
/* line 2532, ../scss/main.scss */
.secondary-search-form-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  background-image: none;
}
/* line 2537, ../scss/main.scss */
.secondary-search-form-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  background-image: none;
}
/* line 2542, ../scss/main.scss */
.secondary-search-form-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF;
  background-image: none;
}

/* line 2549, ../scss/main.scss */
#main_content_col .search-result-wrapper {
  padding: 0;
}

/* line 2553, ../scss/main.scss */
.Press-Release input.main-search-field-error,
.Touro-in-the-News input.main-search-field-error,
.Featured input.main-search-field-error,
.Press-Release input.main-search-field-error:focus,
.Touro-in-the-News input.main-search-field-error:focus,
.Featured input.main-search-field-error:focus {
  border: solid 2px #f00;
}

/* line 2563, ../scss/main.scss */
.event-main-content .map-wrapper {
  text-align: right;
}
/* line 2566, ../scss/main.scss */
.event-main-content .event-map {
  width: 328px;
  height: 328px;
  border: solid 1px #ccc;
  float: right;
}
/* line 2572, ../scss/main.scss */
.event-main-content .map-info-address {
  padding-top: 10px;
  font-size: 0.8em;
  clear: both;
}
/* line 2577, ../scss/main.scss */
.event-main-content .info {
  margin-bottom: 15px;
}

/* line 2582, ../scss/main.scss */
.flicker_first_image {
  border: solid 5px #fff;
  margin: 10px;
  margin-left: 0px;
  width: 100%;
}

/* line 2589, ../scss/main.scss */
.flickphoto {
  border: solid 5px #fff;
  margin: 10px;
  margin-left: 0px;
  float: left;
  width: 155px;
  cursor: pointer;
}
/* line 2596, ../scss/main.scss */
.flickphoto img {
  width: 100%;
  height: auto;
}

/* line 2602, ../scss/main.scss */
.flicker_first_image img {
  width: 100%;
  height: auto;
}

/* line 2607, ../scss/main.scss */
#tourolightbox {
  display: none;
}

/* line 2613, ../scss/main.scss */
.event-info-wrapper {
  margin-bottom: 15px;
}

/* line 2617, ../scss/main.scss */
.event-info,
.event-main-content .event-info {
  font-size: 0.9em;
}

/* line 2622, ../scss/main.scss */
.event-info-last,
.event-main-content .event-info-last {
  border-bottom: solid 1px #ccc;
}

/* line 2627, ../scss/main.scss */
.event-listing .event-label,
.event-main-content .event-label {
  font-weight: bold;
  width: 80px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px;
}

/* line 2639, ../scss/main.scss */
.event-listing .event-details,
.event-main-content .event-details {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px;
  max-width: 250px;
}

/* line 2651, ../scss/main.scss */
.event-listing .map-wrapper {
  width: 200px;
  height: 200px;
}
/* line 2655, ../scss/main.scss */
.event-listing .teaser-intro {
  margin: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 2662, ../scss/main.scss */
.video-wrapper {
  margin-bottom: 15px;
}

/*rss feed*/
/* line 2670, ../scss/main.scss */
.main h1,
.main .rss-feed {
  display: inline-block;
}

/* line 2677, ../scss/main.scss */
.rss h1,
.rss .rss-feed {
  display: inline-block;
}

/* Calendar Event Style */
/* line 2686, ../scss/main.scss */
.info-box {
  position: absolute;
  background-color: #fff;
  z-index: 10000000;
  padding: 10px;
  color: #000;
  width: 400px;
}

/* line 2698, ../scss/main.scss */
.CalendarCtrl .fc-button {
  border-width: 1px;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 0.6em;
  white-space: nowrap;
  border-radius: 2px;
}
/* line 2706, ../scss/main.scss */
.CalendarCtrl .fc-day {
  width: 14.2857%;
}
/* line 2709, ../scss/main.scss */
.CalendarCtrl .popover {
  max-width: 800px;
  width: 450px;
}
/* line 2713, ../scss/main.scss */
.CalendarCtrl .popover-content {
  font-size: 0.8em;
}
/* line 2716, ../scss/main.scss */
.CalendarCtrl .fc-view {
  overflow: visible;
}
/* line 2719, ../scss/main.scss */
.CalendarCtrl .date {
  margin-bottom: 5px;
  font-size: 0.9em;
  font-style: italic;
}
/* line 2724, ../scss/main.scss */
.CalendarCtrl .customFeed {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  padding: 5px;
}
/* line 2729, ../scss/main.scss */
.CalendarCtrl .customFeed .fc-event-skin {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 2737, ../scss/main.scss */
.CalendarCtrl .open-house {
  border-color: #4288e2;
  background-color: #4288e2;
  color: #fff;
  padding: 5px;
}
/* line 2742, ../scss/main.scss */
.CalendarCtrl .open-house .fc-event-skin {
  border-color: #4288e2;
  background-color: #4288e2;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 2750, ../scss/main.scss */
.CalendarCtrl .Career-Services {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  padding: 5px;
}
/* line 2755, ../scss/main.scss */
.CalendarCtrl .Career-Services .fc-event-skin {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}

/* line 2765, ../scss/main.scss */
.CalendarCtrl2 .fc-button {
  border-width: 1px;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 0.6em;
  white-space: nowrap;
  border-radius: 2px;
}
/* line 2773, ../scss/main.scss */
.CalendarCtrl2 .fc-day {
  width: 14.2857%;
}
/* line 2776, ../scss/main.scss */
.CalendarCtrl2 .popover {
  max-width: 800px;
  width: 450px;
}
/* line 2780, ../scss/main.scss */
.CalendarCtrl2 .popover-content {
  font-size: 0.8em;
}
/* line 2783, ../scss/main.scss */
.CalendarCtrl2 .fc-view {
  overflow: visible;
}
/* line 2786, ../scss/main.scss */
.CalendarCtrl2 .date {
  margin-bottom: 5px;
  font-size: 0.9em;
  font-style: italic;
}
/* line 2791, ../scss/main.scss */
.CalendarCtrl2 .customFeed {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  padding: 5px;
}
/* line 2796, ../scss/main.scss */
.CalendarCtrl2 .customFeed .fc-event-skin {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 2804, ../scss/main.scss */
.CalendarCtrl2 .open-house {
  border-color: #4288e2;
  background-color: #4288e2;
  color: #fff;
  padding: 5px;
}
/* line 2809, ../scss/main.scss */
.CalendarCtrl2 .open-house .fc-event-skin {
  border-color: #4288e2;
  background-color: #4288e2;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 2817, ../scss/main.scss */
.CalendarCtrl2 .Career-Services {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  padding: 5px;
}
/* line 2822, ../scss/main.scss */
.CalendarCtrl2 .Career-Services .fc-event-skin {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}

/* line 2831, ../scss/main.scss */
.calendar-legend {
  font-size: 0.8em;
  margin: 0;
}
/* line 2834, ../scss/main.scss */
.calendar-legend li {
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
}
/* line 2842, ../scss/main.scss */
.calendar-legend li .legend-marker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
/* line 2852, ../scss/main.scss */
.calendar-legend li .legend-event {
  background-color: #1a3961;
}
/* line 2855, ../scss/main.scss */
.calendar-legend li .legend-eac {
  background-color: #0D7280;
}
/* line 2858, ../scss/main.scss */
.calendar-legend li .legend-open-house {
  background-color: #4288e2;
}
/* line 2861, ../scss/main.scss */
.calendar-legend li .legend-career-services {
  background-color: #9d2920;
}

/* line 2868, ../scss/main.scss */
.CalendarCtrl .fc-corner-right .fc-event-inner {
  border-right-width: 0px;
}
/* line 2871, ../scss/main.scss */
.CalendarCtrl .fc-corner-left .fc-event-inner {
  border-left-width: 0px;
}

/* line 2876, ../scss/main.scss */
.CalendarCtrl2 .fc-corner-right .fc-event-inner {
  border-right-width: 0px;
}
/* line 2879, ../scss/main.scss */
.CalendarCtrl2 .fc-corner-left .fc-event-inner {
  border-left-width: 0px;
}

/* line 2884, ../scss/main.scss */
.calendar-nav li.active a {
  color: #fff;
  background-color: #737373;
  text-decoration: none;
  font-size: 0.9em;
}
/* line 2889, ../scss/main.scss */
.calendar-nav li.active a:hover, .calendar-nav li.active a:active, .calendar-nav li.active a:visited, .calendar-nav li.active a:focus {
  color: #fff;
  background-color: #999;
  text-decoration: none;
  font-size: 0.9em;
}
/* line 2899, ../scss/main.scss */
.calendar-nav li a {
  text-decoration: none;
  font-size: 0.9em;
}
/* line 2902, ../scss/main.scss */
.calendar-nav li a:hover {
  text-decoration: underline;
}

/*
 * FullCalendar v1.5.3 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Mon Feb 6 22:40:40 2012 -0800
 *
 */
/* line 2920, ../scss/main.scss */
.fc {
  direction: ltr;
  text-align: left;
}
/* line 2923, ../scss/main.scss */
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2929, ../scss/main.scss */
html .fc {
  font-size: 1em;
}

/* line 2934, ../scss/main.scss */
.fc table {
  font-size: 1em;
}
/* line 2937, ../scss/main.scss */
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

/* Header
------------------------------------------------------------------------*/
/* line 2948, ../scss/main.scss */
.fc-header td {
  white-space: nowrap;
}

/* line 2952, ../scss/main.scss */
.fc-header-left {
  width: 25%;
  text-align: left;
}

/* line 2957, ../scss/main.scss */
.fc-header-center {
  text-align: center;
}

/* line 2961, ../scss/main.scss */
.fc-header-right {
  width: 25%;
  text-align: right;
}

/* line 2966, ../scss/main.scss */
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
/* line 2969, ../scss/main.scss */
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}

/* line 2975, ../scss/main.scss */
.fc .fc-header-space {
  padding-left: 10px;
}

/* line 2980, ../scss/main.scss */
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
  margin-right: -1px;
}
/* line 2985, ../scss/main.scss */
.fc-header .fc-corner-right {
  margin-right: 1px;
  /* back to normal */
}
/* line 2989, ../scss/main.scss */
.fc-header .ui-corner-right {
  margin-right: 0;
  /* back to normal */
}
/* line 2993, ../scss/main.scss */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
/* line 2997, ../scss/main.scss */
.fc-header .fc-state-down {
  z-index: 3;
}
/* line 3000, ../scss/main.scss */
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}

/* buttons edges butting together */
/* button layering (for border precedence) */
/* Content
------------------------------------------------------------------------*/
/* line 3016, ../scss/main.scss */
.fc-content {
  clear: both;
}

/* line 3020, ../scss/main.scss */
.fc-view {
  width: 100%;
  /* needed for view switching (when view is absolute) */
  overflow: hidden;
}

/* Cell Styles
------------------------------------------------------------------------*/
/* line 3030, ../scss/main.scss */
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ccc;
}

/* line 3036, ../scss/main.scss */
.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #ffc;
}

/* line 3042, ../scss/main.scss */
.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #9cf;
  opacity: .2;
  filter: alpha(opacity=20);
  /* for IE */
}

/* Buttons
------------------------------------------------------------------------*/
/* line 3054, ../scss/main.scss */
.fc-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 3060, ../scss/main.scss */
.fc-state-default {
  /* non-theme */
  border-style: solid;
  border-width: 1px 0;
}

/* line 3066, ../scss/main.scss */
.fc-button-inner {
  position: relative;
  float: left;
  overflow: hidden;
}

/* line 3072, ../scss/main.scss */
.fc-state-default .fc-button-inner {
  /* non-theme */
  border-style: solid;
  border-width: 0 1px;
}

/* line 3078, ../scss/main.scss */
.fc-button-content {
  position: relative;
  float: left;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 .6em;
  white-space: nowrap;
}
/* line 3085, ../scss/main.scss */
.fc-button-content .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
/* line 3090, ../scss/main.scss */
.fc-button-content .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}

/* icon (for jquery ui) */
/* gloss effect */
/* line 3105, ../scss/main.scss */
.fc-state-default {
  border-style: solid;
  border-color: #ccc #bbb #aaa;
  background: #F3F3F3;
  color: #000;
}
/* line 3106, ../scss/main.scss */
.fc-state-default .fc-button-effect {
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 3110, ../scss/main.scss */
.fc-state-default .fc-button-effect span {
  position: absolute;
  top: -100px;
  left: 0;
  width: 500px;
  height: 100px;
  border-width: 100px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background: #444;
  opacity: .09;
  filter: alpha(opacity=9);
}
/* line 3128, ../scss/main.scss */
.fc-state-default .fc-button-inner {
  border-style: solid;
  border-color: #ccc #bbb #aaa;
  background: #F3F3F3;
  color: #000;
}

/* button states (determines colors)  */
/* line 3139, ../scss/main.scss */
.fc-state-hover {
  border-color: #999;
}
/* line 3141, ../scss/main.scss */
.fc-state-hover .fc-button-inner {
  border-color: #999;
}

/* line 3146, ../scss/main.scss */
.fc-state-down {
  border-color: #555;
  background: #777;
}
/* line 3149, ../scss/main.scss */
.fc-state-down .fc-button-inner {
  border-color: #555;
  background: #777;
}

/* line 3155, ../scss/main.scss */
.fc-state-active {
  border-color: #555;
  background: #777;
  color: #fff;
}
/* line 3159, ../scss/main.scss */
.fc-state-active .fc-button-inner {
  border-color: #555;
  background: #777;
  color: #fff;
}

/* line 3166, ../scss/main.scss */
.fc-state-disabled {
  color: #999;
  border-color: #ddd;
  cursor: default;
}
/* line 3169, ../scss/main.scss */
.fc-state-disabled .fc-button-inner {
  color: #999;
  border-color: #ddd;
}
/* line 3174, ../scss/main.scss */
.fc-state-disabled .fc-button-effect {
  display: none;
}

/* Global Event Styles
------------------------------------------------------------------------*/
/* line 3183, ../scss/main.scss */
.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: .85em;
  cursor: default;
}

/* line 3190, ../scss/main.scss */
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

/* line 3195, ../scss/main.scss */
a.fc-event {
  text-decoration: none;
}

/* line 3199, ../scss/main.scss */
.fc-rtl .fc-event {
  text-align: right;
}

/* line 3203, ../scss/main.scss */
.fc-event-skin {
  border-color: #36c;
  /* default BORDER color */
  background-color: #36c;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
}

/* line 3212, ../scss/main.scss */
.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}

/* line 3221, ../scss/main.scss */
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}

/* line 3226, ../scss/main.scss */
.fc .ui-resizable-handle {
  /*** TODO: don't use ui-resizable anymore, change class ***/
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}

/* Horizontal Events
------------------------------------------------------------------------*/
/* line 3243, ../scss/main.scss */
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
/* line 3246, ../scss/main.scss */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
/* line 3254, ../scss/main.scss */
.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}
/* line 3261, ../scss/main.scss */
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}

/* resizable */
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
/* line 3274, ../scss/main.scss */
.fc-corner-left {
  margin-left: 1px;
}
/* line 3276, ../scss/main.scss */
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
  margin-left: -1px;
}

/* line 3282, ../scss/main.scss */
.fc-corner-right {
  margin-right: 1px;
}
/* line 3284, ../scss/main.scss */
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-right: -1px;
}

/* line 3290, ../scss/main.scss */
.fc-corner-top {
  margin-top: 1px;
}
/* line 3292, ../scss/main.scss */
.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}

/* line 3297, ../scss/main.scss */
.fc-corner-bottom {
  margin-bottom: 1px;
}
/* line 3299, ../scss/main.scss */
.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}

/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
/* line 3308, ../scss/main.scss */
.fc-corner-left .fc-event-inner {
  border-left-width: 1px;
}

/* line 3312, ../scss/main.scss */
.fc-corner-right .fc-event-inner {
  border-right-width: 1px;
}

/* line 3316, ../scss/main.scss */
.fc-corner-top .fc-event-inner {
  border-top-width: 1px;
}

/* line 3320, ../scss/main.scss */
.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px;
}

/* Reusable Separate-border Table
------------------------------------------------------------*/
/* line 3328, ../scss/main.scss */
table.fc-border-separate {
  border-collapse: separate;
}

/* line 3333, ../scss/main.scss */
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
/* line 3337, ../scss/main.scss */
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
/* line 3342, ../scss/main.scss */
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
/* line 3348, ../scss/main.scss */
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
/* line 3360, ../scss/main.scss */
.fc-grid th {
  text-align: center;
}
/* line 3363, ../scss/main.scss */
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
/* line 3367, ../scss/main.scss */
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
 /* opacity with small font can sometimes look too faded
might want to set the 'color' property instead
making day-numbers bold also fixes the problem */
}
/* line 3375, ../scss/main.scss */
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}
/* line 3380, ../scss/main.scss */
.fc-grid .fc-event-time {
  font-weight: bold;
}

/* event styles */
/* right-to-left */
/* line 3392, ../scss/main.scss */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
/* line 3395, ../scss/main.scss */
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
/* line 3404, ../scss/main.scss */
.fc-agenda table {
  border-collapse: separate;
}

/* line 3408, ../scss/main.scss */
.fc-agenda-days th {
  text-align: center;
}

/* line 3413, ../scss/main.scss */
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
/* line 3421, ../scss/main.scss */
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

/* make axis border take precedence */
/* line 3430, ../scss/main.scss */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
/* line 3433, ../scss/main.scss */
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

/* all-day area */
/* line 3442, ../scss/main.scss */
.fc-agenda-allday th {
  border-width: 0 1px;
}
/* line 3445, ../scss/main.scss */
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}

/* divider (between all-day and slots) */
/* line 3455, ../scss/main.scss */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

/* line 3460, ../scss/main.scss */
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

/* slot rows */
/* line 3468, ../scss/main.scss */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
/* line 3471, ../scss/main.scss */
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
/* line 3474, ../scss/main.scss */
.fc-agenda-slots td div {
  height: 20px;
}
/* line 3480, ../scss/main.scss */
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
/* line 3486, ../scss/main.scss */
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
/* line 3490, ../scss/main.scss */
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}

/* Vertical Events
------------------------------------------------------------------------*/
/* line 3502, ../scss/main.scss */
.fc-event-vert {
  border-width: 0 1px;
}
/* line 3504, ../scss/main.scss */
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
/* line 3511, ../scss/main.scss */
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
/* line 3515, ../scss/main.scss */
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .3;
  filter: alpha(opacity=30);
}

/* line 3529, ../scss/main.scss */
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */
/* line 3538, ../scss/main.scss */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 3551, ../scss/main.scss */
.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}

/* line 3556, ../scss/main.scss */
.students-academic-calendar {
  border-bottom: solid 2px #2B3D54;
}
/* line 3559, ../scss/main.scss */
.students-academic-calendar tr th {
  background-color: #2B3D54 !important;
  color: #fff;
  margin-bottom: 10px;
}
/* line 3564, ../scss/main.scss */
.students-academic-calendar tr td {
  width: 33%;
  vertical-align: top;
}
/* line 3568, ../scss/main.scss */
.students-academic-calendar tr:nth-child(odd) td {
  background-color: #fff;
}

/* line 3574, ../scss/main.scss */
.job-body {
  margin-top: 15px;
}

/* line 3578, ../scss/main.scss */
.modTitle {
  display: none;
}

/* line 3582, ../scss/main.scss */
.event-form-wrapper {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

/* line 3588, ../scss/main.scss */
.map-wrapper {
  margin-left: 10px;
}

/* line 3593, ../scss/main.scss */
.event-form-wrapper .thank-you-message {
  display: none;
}
/* line 3596, ../scss/main.scss */
.event-form-wrapper .thank-you-message-holder {
  display: none;
  line-height: 25px;
  background-color: #fff;
  padding: 15px 15px;
  border-top: solid 1px #900;
  border-bottom: solid 1px #900;
}
/* line 3604, ../scss/main.scss */
.event-form-wrapper #error-message,
.event-form-wrapper #error-message2 {
  display: none;
  padding: 10px;
  background-color: #900;
  color: #fff;
  font-size: .8em;
  margin: 0;
  margin-bottom: 15px;
}
/* line 3614, ../scss/main.scss */
.event-form-wrapper #error-message li {
  margin: 0;
  margin-left: 15px;
}

/* line 3620, ../scss/main.scss */
.event-form-wrapper2 #error-message2 li {
  margin: 0;
  margin-left: 15px;
}

/* line 3625, ../scss/main.scss */
.nav-tabs a {
  margin-bottom: 30px;
}

/* line 3629, ../scss/main.scss */
.notification-type-psa,
.notification-type-building-alert {
  background-color: #efad1e;
}

/* line 3634, ../scss/main.scss */
.notification-type-emergency {
  background-color: #FF0000;
  color: #fff;
}

/* line 3639, ../scss/main.scss */
.notification-type-emergency-closing,
.notification-type-timely-warning-notification {
  background-color: #CC0000;
  color: #fff;
}

/* line 3645, ../scss/main.scss */
.notification-type-non-emergency-closing {
  background-color: #ffff00;
  color: #CC0000;
}

/* line 3650, ../scss/main.scss */
.notification-type-weather-related {
  background-color: #ffff00;
}

/* line 3654, ../scss/main.scss */
.notification-type-general-notification, .notification-type-message-from-our-administration {
  background-color: #8099bc;
  color: #fff;
}

/* line 3659, ../scss/main.scss */
.enotification {
  padding: 10px;
}
/* line 3661, ../scss/main.scss */
.enotification .etitle {
  font-weight: bold;
}
/* line 3664, ../scss/main.scss */
.enotification .edate {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
}
/* line 3669, ../scss/main.scss */
.enotification p {
  margin: 0;
}
/* line 3672, ../scss/main.scss */
.enotification .readmore {
  cursor: pointer;
  text-decoration: underline;
  font-size: 11px;
}

/* line 3679, ../scss/main.scss */
.emodal {
  width: 80%;
  margin-left: -40%;
}

/* line 3684, ../scss/main.scss */
.notiflevel {
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 3689, ../scss/main.scss */
.notif-building-alert,
.notif-psa {
  background-color: #efad1e;
}

/* line 3694, ../scss/main.scss */
.notif-emergency,
.notif-timely-warning-notification {
  background-color: #FF0000;
}

/* line 3699, ../scss/main.scss */
.notif-emergency-closing {
  background-color: #CC0000;
}

/* line 3703, ../scss/main.scss */
.notif-non-emergency-closing {
  background-color: #ffff00;
  color: red;
}

/* line 3708, ../scss/main.scss */
.notif-weather-related {
  background-color: #ffff00;
  color: black;
}

/* line 3713, ../scss/main.scss */
.notif-general-notification {
  background-color: #8099bc;
}

@media (max-width: 480px) {
  /* line 3718, ../scss/main.scss */
  .emodal {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 3723, ../scss/main.scss */
  .search-result-item .intro-text {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 3729, ../scss/main.scss */
  .emodal {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 3736, ../scss/main.scss */
.fb-like {
  margin-right: 20px;
}

/* line 3740, ../scss/main.scss */
.socialButton {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: -6px;
}
/* line 3747, ../scss/main.scss */
.socialButton img {
  width: 100%;
  height: 100%;
}

/* line 3753, ../scss/main.scss */
#SocialShare {
  height: 25px;
  margin-right: 1px;
  padding: 15px 0 15px;
}

/* line 3759, ../scss/main.scss */
.twitter-share-button {
  width: 90px !important;
}

/* line 3763, ../scss/main.scss */
#___plusone_0 {
  width: 75px !important;
}

/* line 3767, ../scss/main.scss */
.event-data-table {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.9em;
}
/* line 3771, ../scss/main.scss */
.event-data-table table {
  background-color: #fff;
}
/* line 3773, ../scss/main.scss */
.event-data-table table tr th {
  background-color: #06335a;
  color: #fff;
}

/* line 3780, ../scss/main.scss */
.news-and-media-wrapper {
  margin-top: 15px;
}
/* line 3782, ../scss/main.scss */
.news-and-media-wrapper .span4 {
  border-left: solid 1px #ccc;
}
/* line 3784, ../scss/main.scss */
.news-and-media-wrapper .span4:hover {
  background-color: #fff;
}

/* line 3790, ../scss/main.scss */
.scrollableArea > div .description {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 3794, ../scss/main.scss */
.tile {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

/* line 3803, ../scss/main.scss */
.banner-wrapper {
  width: 100%;
}

/* line 3807, ../scss/main.scss */
.mosaicTile-Item {
  float: left;
  margin: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
}
/* line 3812, ../scss/main.scss */
.mosaicTile-Item .showInfo {
  width: 100%;
  height: 100%;
}
/* line 3815, ../scss/main.scss */
.mosaicTile-Item .showInfo .title a {
  color: #fff;
  font-weight: bold;
}
/* line 3819, ../scss/main.scss */
.mosaicTile-Item .showInfo .description {
  font-size: 1.2em;
  line-height: 1.2em;
}

/* line 3826, ../scss/main.scss */
.smallTile .showInfo .description {
  font-size: 1em;
}

/* line 3832, ../scss/main.scss */
.mosaicTile-Item .showInfo .description a {
  color: #fff !important;
  float: right;
  margin-top: 10px;
  font-weight: bold;
}
/* line 3838, ../scss/main.scss */
.mosaicTile-Item .showInfo .cardFace.back .title {
  line-height: 1em;
  display: block;
}
/* line 3843, ../scss/main.scss */
.mosaicTile-Item.largeTile .item, .mosaicTile-Item.smallTile .item, .mosaicTile-Item.mediumTile .item {
  width: 100%;
  height: 100%;
}
/* line 3849, ../scss/main.scss */
.mosaicTile-Item.largeTile .no-image, .mosaicTile-Item.smallTile .no-image, .mosaicTile-Item.mediumTile .no-image {
  background-color: #333;
  color: #fff;
  height: 100%;
  width: 100%;
  font-size: 1em;
  line-height: normal;
}
/* line 3859, ../scss/main.scss */
.mosaicTile-Item.largeTile .no-image .title, .mosaicTile-Item.smallTile .no-image .title, .mosaicTile-Item.mediumTile .no-image .title {
  font-family: "Georgia";
  font-weight: normal;
  padding: 6px;
}
/* line 3866, ../scss/main.scss */
.mosaicTile-Item.largeTile.largeTile .no-image .title, .mosaicTile-Item.smallTile.largeTile .no-image .title, .mosaicTile-Item.mediumTile.largeTile .no-image .title {
  font-size: 6em;
}

/* line 3873, ../scss/main.scss */
.tablet.largeTile.largeTile .no-image .title {
  font-size: 2.5em;
}

/* line 3878, ../scss/main.scss */
.isInner.smallTile.smallTile .no-image .title, .isInner.mediumTile.mediumTile .no-image .title, .isInner.largeTile.largeTile .no-image .title {
  font-size: 1.75em;
}

/* line 3886, ../scss/main.scss */
.mosaicTile-Item.largeTile.largeTile .cardFace.back .title, .mosaicTile-Item.smallTile.largeTile .cardFace.back .title, .mosaicTile-Item.mediumTile.largeTile .cardFace.back .title {
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  font-size: 2em;
}

/* line 3895, ../scss/main.scss */
.tablet.largeTile.largeTile .cardFace.back .title {
  font-size: 1.25em;
}

/* line 3900, ../scss/main.scss */
.isInner.largeTile.largeTile .cardFace.back .title, .isInner.smallTile.largeTile .cardFace.back .title, .isInner.mediumTile.largeTile .cardFace.back .title {
  border-bottom: 0 none;
}

/* line 3908, ../scss/main.scss */
.mosaicTile-Item.largeTile.largeTile .description, .mosaicTile-Item.smallTile.largeTile .description, .mosaicTile-Item.mediumTile.largeTile .description {
  padding-top: 20px;
  font-size: 20px;
}

/* line 3916, ../scss/main.scss */
.tablet.largeTile.largeTile .description {
  font-size: 14px;
}

/* line 3920, ../scss/main.scss */
.isInner .description {
  display: none;
}

/* line 3925, ../scss/main.scss */
.mosaicTile-Item.largeTile.largeTile .imagewrapper, .mosaicTile-Item.smallTile.largeTile .imagewrapper, .mosaicTile-Item.mediumTile.largeTile .imagewrapper {
  display: block;
  height: 100%;
  background-color: #000;
}
/* line 3932, ../scss/main.scss */
.mosaicTile-Item.largeTile.largeTile .imagewrapper.vertical, .mosaicTile-Item.smallTile.largeTile .imagewrapper.vertical, .mosaicTile-Item.mediumTile.largeTile .imagewrapper.vertical {
  background-size: 100% auto;
}
/* line 3937, ../scss/main.scss */
.mosaicTile-Item.largeTile.largeTile .imagewrapper.horizontal, .mosaicTile-Item.smallTile.largeTile .imagewrapper.horizontal {
  background-size: auto 100%;
}
/* line 3942, ../scss/main.scss */
.mosaicTile-Item.mediumTile.largeTile .imagewrapper.horizontal {
  background-size: auto 100%;
}
/* line 3945, ../scss/main.scss */
.mosaicTile-Item.mediumTile.largeTile .no-image .title {
  font-size: 3em;
}
/* line 3949, ../scss/main.scss */
.mosaicTile-Item.smallTile.mediumTile .no-image .title, .mosaicTile-Item.mediumTile.mediumTile .no-image .title {
  font-size: 3em;
}
/* line 3953, ../scss/main.scss */
.mosaicTile-Item.largeTile.mediumTile .cardFace.back .title, .mosaicTile-Item.smallTile.mediumTile .cardFace.back .title, .mosaicTile-Item.mediumTile.mediumTile .cardFace.back .title {
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  font-size: 1.5em;
}
/* line 3960, ../scss/main.scss */
.mosaicTile-Item.largeTile.mediumTile .cardFace.back .description, .mosaicTile-Item.smallTile.mediumTile .cardFace.back .description, .mosaicTile-Item.mediumTile.mediumTile .cardFace.back .description {
  padding-top: 20px;
  font-size: 20px;
}
/* line 3966, ../scss/main.scss */
.mosaicTile-Item.largeTile.mediumTile .imagewrapper, .mosaicTile-Item.smallTile.mediumTile .imagewrapper, .mosaicTile-Item.mediumTile.mediumTile .imagewrapper {
  display: block;
  height: 100%;
  background-color: #000;
}
/* line 3973, ../scss/main.scss */
.mosaicTile-Item.largeTile.mediumTile .imagewrapper.vertical, .mosaicTile-Item.smallTile.mediumTile .imagewrapper.vertical, .mosaicTile-Item.mediumTile.mediumTile .imagewrapper.vertical {
  background-size: 100% auto;
}
/* line 3978, ../scss/main.scss */
.mosaicTile-Item.largeTile.mediumTile .imagewrapper.horizontal, .mosaicTile-Item.smallTile.mediumTile .imagewrapper.horizontal, .mosaicTile-Item.mediumTile.mediumTile .imagewrapper.horizontal {
  background-size: auto 100%;
}
/* line 3983, ../scss/main.scss */
.mosaicTile-Item.largeTile.smallTile .no-image .title, .mosaicTile-Item.smallTile.smallTile .no-image .title, .mosaicTile-Item.mediumTile.smallTile .no-image .title {
  font-size: 1.8em;
}
/* line 3988, ../scss/main.scss */
.mosaicTile-Item.smallTile.smallTile .no-image .title {
  font-size: 1.5em;
}
/* line 3991, ../scss/main.scss */
.mosaicTile-Item.largeTile.smallTile .imagewrapper, .mosaicTile-Item.smallTile.smallTile .imagewrapper, .mosaicTile-Item.mediumTile.smallTile .imagewrapper {
  display: block;
  height: 100%;
  background-color: #000;
}
/* line 3998, ../scss/main.scss */
.mosaicTile-Item.smallTile .showInfo .description span {
  display: none;
}
/* line 4001, ../scss/main.scss */
.mosaicTile-Item.largeTile.smallTile .imagewrapper.horizontal, .mosaicTile-Item.smallTile.smallTile .imagewrapper.horizontal, .mosaicTile-Item.mediumTile.smallTile .imagewrapper.horizontal {
  background-size: auto 100%;
}
/* line 4006, ../scss/main.scss */
.mosaicTile-Item.largeTile.smallTile .imagewrapper.vertical, .mosaicTile-Item.smallTile.smallTile .imagewrapper.vertical, .mosaicTile-Item.mediumTile.smallTile .imagewrapper.vertical {
  background-size: 100% auto;
}
/* line 4011, ../scss/main.scss */
.mosaicTile-Item .title {
  font-weight: bold;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

/* line 4018, ../scss/main.scss */
.smallTile .title {
  font-size: 16px;
}

/* line 4022, ../scss/main.scss */
.front {
  top: 0;
  position: absolute;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid transparent;
}
/* line 4030, ../scss/main.scss */
.front img {
  display: block;
}

/* line 4035, ../scss/main.scss */
.back {
  background-color: #1A3961;
  display: block;
  width: 90%;
  height: 90%;
  outline: 1px solid transparent;
  padding: 5%;
  color: #fff;
}
/* line 4043, ../scss/main.scss */
.back input,
.back textarea {
  width: 90% !important;
  color: #333;
  line-height: normal;
}

/* line 4051, ../scss/main.scss */
#banner {
  background-color: #ccc;
  padding: 10px;
}

/* line 4056, ../scss/main.scss */
.tile {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 4062, ../scss/main.scss */
.scrollerBanner {
  height: 570px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 4070, ../scss/main.scss */
.largeTile {
  width: 600px;
  height: 600px;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
/* line 4081, ../scss/main.scss */
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
/* line 4089, ../scss/main.scss */
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}

/* line 4097, ../scss/main.scss */
.tileedit .largeinput {
  width: 96%;
}
/* line 4100, ../scss/main.scss */
.tileedit textarea.largeinput {
  height: 100px;
}
/* line 4103, ../scss/main.scss */
.tileedit .inputSelectAuto {
  width: auto;
}

/* line 4108, ../scss/main.scss */
.getOriginal {
  cursor: pointer;
  font-size: .7em;
}
/* line 4111, ../scss/main.scss */
.getOriginal:hover {
  text-decoration: underline;
}

/* line 4116, ../scss/main.scss */
.tile-list-item {
  padding: 10px;
  background-color: #fff;
  border-top: solid 2px #ccc;
}
/* line 4120, ../scss/main.scss */
.tile-list-item button {
  margin-left: 5px;
}
/* line 4123, ../scss/main.scss */
.tile-list-item .title {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 4127, ../scss/main.scss */
.tile-list-item .url a {
  text-decoration: none;
}
/* line 4129, ../scss/main.scss */
.tile-list-item .url a:hover {
  color: #C03932;
}

/* line 4135, ../scss/main.scss */
.addtobannerbtn {
  margin-right: 5px;
}

/* line 4140, ../scss/main.scss */
.smallTile.col2 {
  position: relative;
  left: -205px;
  top: 205px;
  margin-right: -205px;
  float: left;
}
/* line 4146, ../scss/main.scss */
.smallTile.col2.nofloat {
  left: 0;
  top: 0;
  margin-right: 0;
}
/* line 4152, ../scss/main.scss */
.smallTile.col3 {
  position: relative;
  left: -205px;
  top: 410px;
  margin-right: -205px;
  float: left;
}
/* line 4159, ../scss/main.scss */
.smallTile.col2.row3 {
  position: relative;
  left: -410px;
  top: 410px;
  margin-right: -205px;
  float: left;
}
/* line 4166, ../scss/main.scss */
.smallTile.col3.row3 {
  position: relative;
  left: -205px;
  top: 410px;
  margin-right: -205px;
  float: left;
}

/* line 4175, ../scss/main.scss */
.mediumTile.col3.row2 {
  position: relative;
  left: -410px;
  top: 205px;
  margin-right: -410px;
  float: left;
}

/* line 4183, ../scss/main.scss */
.isloading {
  position: absolute;
  width: 100%;
  height: 615px;
  background-color: #333;
}

/* line 4190, ../scss/main.scss */
.panel-list-wrapper {
  position: absolute;
  width: 100%;
}
/* line 4193, ../scss/main.scss */
.panel-list-wrapper .panel-list-content {
  background-color: #efefef;
  padding: 15px;
  width: 300px;
  height: 640px;
}
/* line 4200, ../scss/main.scss */
.panel-list-wrapper .position-right h3 {
  text-align: right;
}
/* line 4203, ../scss/main.scss */
.panel-list-wrapper .position-right .panel-list-content {
  border-left: solid 5px #900;
}
/* line 4207, ../scss/main.scss */
.panel-list-wrapper .position-left .panel-list-content {
  border-right: solid 5px #900;
}

/* line 4212, ../scss/main.scss */
.edit-panel-wrapper {
  margin-bottom: 20px;
  padding-top: 10px;
}

/* line 4218, ../scss/main.scss */
.panel-list-wrapper .position-right {
  position: absolute;
  z-index: 1000;
  right: 0;
  overflow: hidden;
}
/* line 4224, ../scss/main.scss */
.panel-list-wrapper .position-left {
  position: absolute;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

/* line 4232, ../scss/main.scss */
.panel-scrollable {
  height: 500px;
  overflow-y: auto;
  position: static;
}

/* line 4238, ../scss/main.scss */
.landers_bar {
  position: absolute;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 620px;
}
/* line 4243, ../scss/main.scss */
.landers_bar .content_wrapper {
  color: #fff;
  margin-left: 5px;
  background-color: #1a3961;
  height: 25px;
  padding: 5px;
  padding-right: 15px;
  line-height: 25px;
  text-align: right;
}
/* line 4252, ../scss/main.scss */
.landers_bar .content_wrapper .icon-backward {
  margin-right: 5px;
}

/* line 4258, ../scss/main.scss */
.TCUS_bar {
  position: absolute;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 620px;
}
/* line 4263, ../scss/main.scss */
.TCUS_bar .content_wrapper {
  color: #fff;
  margin-left: 5px;
  background-color: #737373;
  height: 25px;
  line-height: 25px;
  padding: 5px;
  padding-left: 15px;
}
/* line 4271, ../scss/main.scss */
.TCUS_bar .content_wrapper .icon-forward {
  margin-left: 5px;
}

/* line 4277, ../scss/main.scss */
#flipbanner {
  position: relative;
}

/* line 4281, ../scss/main.scss */
.bannerloading {
  position: absolute;
  height: 100%;
  background-color: #000;
  width: 100%;
  z-index: 10000;
}
/* line 4287, ../scss/main.scss */
.bannerloading .text {
  color: #fff;
  text-align: center;
}

/* line 4293, ../scss/main.scss */
.alpha80 {
  /* Fallback for web browsers that doesn't support RGBa */
  background: black transparent;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.8);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}

/* line 4304, ../scss/main.scss */
.import-modal {
  background-color: red;
}

/* Small Banner */
/* line 4311, ../scss/main.scss */
.insidePageBanner .scrollerBanner {
  height: 210px;
}
/* line 4313, ../scss/main.scss */
.insidePageBanner .scrollerBanner .smallTile {
  height: 200px !important;
  overflow: hidden;
}

/* line 4319, ../scss/main.scss */
.general-related-links a {
  display: block;
}

/* faculty styles */
/* line 4327, ../scss/main.scss */
.fulltext-card h2 {
  line-height: .7em;
}
/* line 4330, ../scss/main.scss */
.fulltext-card h3 {
  font-style: italic;
  margin-bottom: 1em;
}
/* line 4334, ../scss/main.scss */
.fulltext-card h4 {
  background-color: #F5F3EC;
  border: 1px solid #E6E5DA;
  color: #191812;
  display: block;
  font-size: 11px;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
}

/* line 4345, ../scss/main.scss */
.fulltext-card-bio {
  margin-left: 20px;
}
/* line 4347, ../scss/main.scss */
.fulltext-card-bio p {
  font-size: 0.9em;
}
/* line 4350, ../scss/main.scss */
.fulltext-card-bio h3 {
  margin-bottom: 1em;
  background-color: #F5F3EC;
  border: 1px solid #E6E5DA;
  color: #191812;
  display: block;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
}

/* line 4364, ../scss/main.scss */
.fulltext-card-info {
  background: #F5F3EC;
  border: 1px solid #E6E5DA;
  padding: 15px;
}
/* line 4365, ../scss/main.scss */
.fulltext-card-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 4374, ../scss/main.scss */
.fulltext-card-info img {
  border: solid 2px #fff;
}

/* line 4379, ../scss/main.scss */
.grey_block {
  background-color: #fff;
  border: 1px solid #E6E5DA;
  color: #191812;
  display: block;
  font-size: 10px !important;
  font-weight: bold;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
  font-size: 13px !important;
}

/* line 4391, ../scss/main.scss */
.extra-info a {
  display: block;
}

/* line 4396, ../scss/main.scss */
.grey_block h3 {
  background-color: #F5F3EC;
  border: 1px solid #E6E5DA;
  color: #134E7B;
  display: block;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
}
/* line 4404, ../scss/main.scss */
.grey_block ul li {
  list-style: none;
}

/* line 4409, ../scss/main.scss */
ul.lister {
  margin-left: 0;
}
/* line 4410, ../scss/main.scss */
ul.lister li {
  list-style: none;
}

/* line 4416, ../scss/main.scss */
.block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  color: #134E7B;
  /* background-color:#fff; */
  padding: 5% 0 5% 0;
}

/* line 4428, ../scss/main.scss */
a.block:hover {
  /* background-color: #efefef; */
  color: #991A22;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-out;
  -moz-transition-property: color, background;
  -moz-transition-duration: 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-out;
}

/* line 4439, ../scss/main.scss */
.faculty-card {
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-radius: 5px;
  margin-bottom: 5%;
  font-size: 14px;
}

/* line 4447, ../scss/main.scss */
.faculty-card-lcm-lister {
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-radius: 5px;
  margin-bottom: 5%;
  font-size: 24px;
  line-height: 36px;
}

/* line 4456, ../scss/main.scss */
.faculty-listing .row-fluid .span4:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

/* line 4461, ../scss/main.scss */
.headshot-small {
  background: #fff;
  margin-left: 6%;
}

/* line 4466, ../scss/main.scss */
.image {
  margin: 4% 4% 4% 0;
}

/* line 4470, ../scss/main.scss */
.no-image-card {
  background-color: #fff;
}

/* line 4474, ../scss/main.scss */
.speaker-no-image {
  border: 1px solid #efefef;
}

/* line 4478, ../scss/main.scss */
.faculty-wrapper .faculty-card .card-title {
  display: none;
}

/* line 4482, ../scss/main.scss */
.card-title,
.card-subject,
.card-other-title {
  display: inline;
}

/* end faculty style */
/* line 4492, ../scss/main.scss */
#main_content_col .keywords_list {
  font-size: 14px;
  margin-bottom: 20px;
  clear: both;
}
/* line 4497, ../scss/main.scss */
#main_content_col .read-more {
  margin-bottom: 20px;
}

/* line 4503, ../scss/main.scss */
.keyword-search-container .searched-details {
  padding: 20px 10px;
}
/* line 4506, ../scss/main.scss */
.keyword-search-container .result_details {
  padding: 20px 10px 30px;
  border-bottom: 1px solid #ccc;
}
/* line 4509, ../scss/main.scss */
.keyword-search-container .result_details .result_hed {
  font-weight: bold;
}
/* line 4511, ../scss/main.scss */
.keyword-search-container .result_details .result_hed a {
  text-decoration: none;
}
/* line 4513, ../scss/main.scss */
.keyword-search-container .result_details .result_hed a:hover {
  text-decoration: underline;
}
/* line 4518, ../scss/main.scss */
.keyword-search-container .result_details .result_type,
.keyword-search-container .result_details .result_keywords {
  font-size: 10px;
}
/* line 4522, ../scss/main.scss */
.keyword-search-container .result_details .result_intro {
  font-size: 11px;
}

/* line 4528, ../scss/main.scss */
#keyword_list {
  padding: 20px;
}

/* line 4532, ../scss/main.scss */
#keyword_list .term {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

/* line 4539, ../scss/main.scss */
#keyword_list .term:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
  padding-right: 0;
}

/* line 4545, ../scss/main.scss */
#keyword_list .term input {
  margin: 0 4px 0 0;
}

/* line 4549, ../scss/main.scss */
.school-dropdown-info-container ul {
  display: table;
  margin: 0 0 10px;
  width: 100%;
  font-size: 14px;
}

/* line 4556, ../scss/main.scss */
.school-dropdown-info-container ul li {
  display: table-cell;
}

/* line 4560, ../scss/main.scss */
.school-dropdown-info-container ul li:last-child {
  text-align: right;
}

/* line 4564, ../scss/main.scss */
#template_MainTemplate_logo,
#template_MainTemplate_statusBar,
#template_MainTemplate_sideBar,
#template_MainTemplate_copyright {
  display: none;
}

/* line 4572, ../scss/main.scss */
.blog_post .featured-story-main-content h2 {
  margin-bottom: 30px;
}
/* line 4576, ../scss/main.scss */
.blog_post .info .author_photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 4583, ../scss/main.scss */
.blog_post .info .author_photo img {
  width: 100% !important;
  height: auto !important;
}
/* line 4588, ../scss/main.scss */
.blog_post .info .author_name {
  font-weight: bold;
}
/* line 4591, ../scss/main.scss */
.blog_post .info .author_position,
.blog_post .info .categories {
  font-size: 14px;
}
/* line 4596, ../scss/main.scss */
.blog_post #share_icons {
  margin-top: 20px;
}
/* line 4599, ../scss/main.scss */
.blog_post .video-wrapper {
  clear: both;
  text-align: center;
  background-color: #e1e1e1;
  padding: 20px 0;
}
/* line 4605, ../scss/main.scss */
.blog_post .main_body,
.blog_post #main-image-wrapper {
  clear: left;
}

/* line 4611, ../scss/main.scss */
.news-blog-posts {
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px;
}
/* line 4615, ../scss/main.scss */
.news-blog-posts .author_photo {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
/* line 4621, ../scss/main.scss */
.news-blog-posts .author_photo img {
  width: 100% !important;
  height: auto !important;
}
/* line 4626, ../scss/main.scss */
.news-blog-posts .date {
  padding-left: 0;
  background-color: transparent;
}
/* line 4630, ../scss/main.scss */
.news-blog-posts .intro {
  font-size: 1em;
}

/* line 3, ../includes/locations.scss */
#location_well ul {
  list-style: none;
  margin-left: 0;
}
/* line 7, ../includes/locations.scss */
#location_well ul h2 {
  border-bottom: 1px solid #06335a;
  padding-bottom: 8px;
}
/* line 12, ../includes/locations.scss */
#location_well ul .location {
  border-bottom: 1px solid #C2C2BD;
  margin-bottom: 20px;
}
/* line 17, ../includes/locations.scss */
#location_well ul .location .location_info {
  display: table;
  margin: 0 2% 20px 0;
  width: 48%;
}
/* line 22, ../includes/locations.scss */
#location_well ul .location .location_info li {
  display: table-cell;
  vertical-align: top;
}
/* line 27, ../includes/locations.scss */
#location_well ul .location .location_info li:first-child {
  padding-right: 20px;
}
/* line 31, ../includes/locations.scss */
#location_well ul .location .location_info li.mapping {
  max-width: 300px;
}

@media (max-width: 480px) {
  /* line 40, ../includes/locations.scss */
  #location_well ul .location .location_info {
    display: block;
  }
  /* line 43, ../includes/locations.scss */
  #location_well ul .location .location_info li {
    display: block;
  }
  /* line 48, ../includes/locations.scss */
  #location_well ul .location .location_info li:first_child {
    padding: 0;
  }
  /* line 52, ../includes/locations.scss */
  #location_well ul .location .location_info li.mapping {
    margin-bottom: 20px;
  }
}
/* line 2, ../includes/photo-stories.scss */
.photo-story .main_body table {
  width: 100%;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
/* line 8, ../includes/photo-stories.scss */
.photo-story .main_body table tr {
  position: absolute;
  opacity: 0;
  transition: 1s;
}
/* line 12, ../includes/photo-stories.scss */
.photo-story .main_body table tr td {
  display: block;
  text-align: center;
  margin: 10px 0;
  vertical-align: middle;
}
/* line 17, ../includes/photo-stories.scss */
.photo-story .main_body table tr td img {
  display: inline;
  height: 100%;
}
/* line 21, ../includes/photo-stories.scss */
.photo-story .main_body table tr td .butn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 48%;
  height: 100%;
}
/* line 28, ../includes/photo-stories.scss */
.photo-story .main_body table tr td .next {
  right: 10px;
}
/* line 31, ../includes/photo-stories.scss */
.photo-story .main_body table tr td .prev {
  left: 10px;
}
/* line 35, ../includes/photo-stories.scss */
.photo-story .main_body table tr td.header {
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  margin: 0;
}
/* line 41, ../includes/photo-stories.scss */
.photo-story .main_body table tr td.body {
  background-color: #fff;
  margin: 0;
}
/* line 46, ../includes/photo-stories.scss */
.photo-story .main_body table tr td.image {
  position: relative;
}
/* line 50, ../includes/photo-stories.scss */
.photo-story .main_body table tr.active {
  opacity: 1;
  transition: 1s;
}

@media (max-width: 475px) {
  /* line 59, ../includes/photo-stories.scss */
  .photo-story .main_body table tr td.header {
    height: 50px;
    line-height: 25px;
  }
}
/* line 1, ../includes/aggregated-articles.scss */
.aggregated-landing {
  /* HEX CONTENT */
  /* HOVER EFFECT  */
}
/* line 2, ../includes/aggregated-articles.scss */
.aggregated-landing #categories {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
/* line 7, ../includes/aggregated-articles.scss */
.aggregated-landing .clr:after {
  content: "";
  display: block;
  clear: both;
}
/* line 12, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li {
  position: relative;
  list-style-type: none;
  width: 50%;
  /* = (100-2.5) / 2.5 */
  padding-bottom: 50%;
  /* =  width /0.866 */
  float: left;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
}
/* line 23, ../includes/aggregated-articles.scss */
.aggregated-landing #categories.odd li.items:last-child {
  width: 100%;
}
/* line 25, ../includes/aggregated-articles.scss */
.aggregated-landing #categories.odd li.items:last-child img {
  height: auto;
  width: 100%;
}
/* line 30, ../includes/aggregated-articles.scss */
.aggregated-landing .info {
  margin-bottom: 20px;
}
/* line 33, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li * {
  position: absolute;
  visibility: visible;
}
/* line 37, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li br {
  position: relative;
}
/* line 40, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li > div {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
/* line 48, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li div.details {
  display: none;
}
/* line 52, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
/* line 58, ../includes/aggregated-articles.scss */
.aggregated-landing #categories div h1, .aggregated-landing #categories div p {
  width: 90%;
  padding: 0 5%;
  background-color: #124B76;
  background-color: rgba(18, 75, 118, 0.8);
  font-family: 'Raleway', sans-serif;
  -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  -ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  cursor: pointer;
}
/* line 70, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li h1 {
  bottom: 110%;
  font-style: italic;
  font-weight: normal;
  font-size: 1.5em;
  padding-top: 100%;
  padding-bottom: 100%;
  margin: 0;
  display: block;
  color: #fff;
}
/* line 81, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 45%;
  width: 10%;
  text-align: center;
  z-index: 1;
  border-bottom: 2px solid #fff;
}
/* line 91, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li p {
  padding-top: 50%;
  top: 110%;
  padding-bottom: 50%;
  margin: 0;
}
/* line 101, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li div:hover h1 {
  bottom: 50%;
  padding-bottom: 10%;
}
/* line 106, ../includes/aggregated-articles.scss */
.aggregated-landing #categories li div:hover p {
  top: 50%;
  padding-top: 10%;
}
/* line 110, ../includes/aggregated-articles.scss */
.aggregated-landing .feeder .main_body, .aggregated-landing .feeder .featured-story-main-content > h2, .aggregated-landing .feeder .featured-story-main-content > h3, .aggregated-landing .feeder .date, .aggregated-landing .feeder .keywords_list, .aggregated-landing .feeder #main-image-wrapper, .aggregated-landing .feeder .info, .aggregated-landing .feeder .featured_intro {
  display: none;
}

/* line 116, ../includes/aggregated-articles.scss */
.aggregated-landing #share_icons .socialButton {
  margin-left: 0;
  top: inherit;
  cursor: pointer;
}

/* line 121, ../includes/aggregated-articles.scss */
.aggregated-landing #share_icons .socialButton img {
  width: 16px;
  height: 16px;
  vertical-align: inherit;
}

/* line 126, ../includes/aggregated-articles.scss */
.honeycomb #categories li {
  width: 39%;
  /* = (100-2.5) / 2.5 */
  padding-bottom: 45.0346%;
  /* =  width /0.866 */
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}

/* line 133, ../includes/aggregated-articles.scss */
.honeycomb #categories li:nth-child(4n+3),
.honeycomb #categories li:nth-child(4n+4) {
  margin-top: -10%;
  margin-bottom: -10%;
  -webkit-transform: translateX(51%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(51%) rotate(-60deg) skewY(30deg);
  transform: translateX(51%) rotate(-60deg) skewY(30deg);
}

/* line 142, ../includes/aggregated-articles.scss */
.honeycomb #categories li > div {
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility: hidden;
}

/* line 152, ../includes/aggregated-articles.scss */
.schools #alDetail .share_icons {
  margin: 20px 0;
}
/* line 155, ../includes/aggregated-articles.scss */
.schools #alDetail .share_icons .fa {
  color: #006DA7;
  font-size: 20px;
}

/* line 160, ../includes/aggregated-articles.scss */
#alScreen {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}

/* line 171, ../includes/aggregated-articles.scss */
#alDetail {
  position: fixed;
  height: 80%;
  margin: 0 auto;
  width: 80%;
  top: 5%;
  left: 10%;
  z-index: 60;
  background-color: #fff;
}

/* line 181, ../includes/aggregated-articles.scss */
#alDetail .content {
  padding: 50px 50px 15px;
  height: 100%;
  box-sizing: border-box;
}

/* line 186, ../includes/aggregated-articles.scss */
#alDetail .content .inner {
  height: 100%;
  overflow: auto;
  padding: 0;
}
/* line 190, ../includes/aggregated-articles.scss */
#alDetail .content .inner h2 {
  margin-top: 0;
}
/* line 193, ../includes/aggregated-articles.scss */
#alDetail .content .inner h3 {
  margin-bottom: 20px;
}
/* line 196, ../includes/aggregated-articles.scss */
#alDetail .content .inner p {
  margin-right: 15px;
}

/* line 200, ../includes/aggregated-articles.scss */
#alDetail .intro_image {
  max-width: 50%;
  float: left;
  margin: 0 15px 15px 0;
  overflow: hidden;
  height: 100%;
}
/* line 206, ../includes/aggregated-articles.scss */
#alDetail .intro_image img {
  max-height: 100%;
}

/* line 210, ../includes/aggregated-articles.scss */
#alPagination {
  position: fixed;
  bottom: 5%;
  left: 10%;
  height: 10%;
  background-color: #fff;
  width: 80%;
  z-index: 60;
}

/* line 219, ../includes/aggregated-articles.scss */
#alPagination ul {
  display: table;
  width: 100%;
  margin: 0;
  border-top: 1px solid #ccc;
  height: 100%;
}

/* line 226, ../includes/aggregated-articles.scss */
#alPagination ul li {
  display: table-cell;
  padding: 0 50px;
  vertical-align: middle;
  width: 30%;
}

/* line 232, ../includes/aggregated-articles.scss */
#alPagination ul li.close_link {
  text-align: center;
}

/* line 235, ../includes/aggregated-articles.scss */
#alPagination ul li.next {
  text-align: right;
}

/* line 238, ../includes/aggregated-articles.scss */
.return_to_parent {
  text-align: right;
  display: block;
}

/* line 242, ../includes/aggregated-articles.scss */
.st_email {
  display: inline-block;
  width: 16px;
  overflow: hidden;
  padding: 0px;
  background-image: none;
}

/* line 249, ../includes/aggregated-articles.scss */
.st_email .stButton {
  margin: 2px 0 0;
}

@media (max-width: 768px) {
  /* line 254, ../includes/aggregated-articles.scss */
  #alDetail .intro_image {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
    height: 40%;
    text-align: center;
    max-width: none;
  }

  /* line 262, ../includes/aggregated-articles.scss */
  #alDetail .intro_image img {
    height: 100%;
    width: auto;
  }

  /* line 266, ../includes/aggregated-articles.scss */
  #alDetail .content .inner {
    height: 55%;
  }
}
@media (max-width: 600px) {
  /* line 271, ../includes/aggregated-articles.scss */
  #alDetail {
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    top: 0;
  }
  /* line 277, ../includes/aggregated-articles.scss */
  #alDetail .content {
    padding: 15px;
  }

  /* line 281, ../includes/aggregated-articles.scss */
  #alScreen {
    position: absolute;
  }

  /* line 284, ../includes/aggregated-articles.scss */
  body.openAD #wrap {
    display: none;
  }

  /* line 287, ../includes/aggregated-articles.scss */
  #alPagination {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  /* line 291, ../includes/aggregated-articles.scss */
  #alPagination ul li {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  /* line 299, ../includes/aggregated-articles.scss */
  #alPagination ul li.close_link {
    padding: 0;
  }

  /* line 302, ../includes/aggregated-articles.scss */
  #alPagination ul li.next {
    padding-left: 10px;
  }

  /* line 305, ../includes/aggregated-articles.scss */
  #alPagination ul li.previous {
    padding-right: 10px;
  }

  /* line 309, ../includes/aggregated-articles.scss */
  .aggregation_tests .aggregated-landing #categories {
    width: 100%;
  }
  /* line 311, ../includes/aggregated-articles.scss */
  .aggregation_tests .aggregated-landing #categories li {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 115.473%;
  }

  /* line 320, ../includes/aggregated-articles.scss */
  .honeycomb #categories li:nth-child(2n+2), .honeycomb #categories li:nth-child(4n+3), .honeycomb #categories li:nth-child(4n+4) {
    transform: rotate(-60deg) skewY(30deg);
  }
}
/* line 1, ../includes/faculty-experts.scss */
#faculty-experts-news-well {
  margin: 40px 10px;
}

/* line 4, ../includes/faculty-experts.scss */
#faculty-experts-slider {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
}

/* line 11, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-slider-well {
  height: 210px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

/* line 17, ../includes/faculty-experts.scss */
#faculty-experts-slider .nav_buttons {
  height: 210px;
  position: absolute;
  top: 0;
}

/* line 22, ../includes/faculty-experts.scss */
#faculty-experts-slider .nav_buttons a {
  display: block;
  height: 210px;
  line-height: 210px;
  text-align: center;
  cursor: pointer;
  background-color: #2b3d54;
  color: #fff;
  border-radius: 5px;
}

/* line 32, ../includes/faculty-experts.scss */
#faculty-experts-slider .nav_buttons a:hover {
  background-color: #991A22;
}

/* line 35, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-well {
  display: block;
  height: 210px;
  position: relative;
  overflow: hidden;
}

/* line 41, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-well .item {
  width: 400px;
  height: 210px;
  overflow: hidden;
  float: left;
  margin: 0 10px;
}

/* line 48, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-well .item div.content {
  width: auto;
  height: 178px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* line 56, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-well .item div.content h3 {
  margin-top: 0;
  font-size: 1.1em;
  color: #000;
}

/* line 61, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-well .item div.content h4 {
  margin-top: 0;
  font-size: 1em;
  color: #000;
}

/* line 66, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-well .item div.content p {
  line-height: 1.5em;
}

/* line 69, ../includes/faculty-experts.scss */
#faculty-experts-slider #faculty-experts-well .item div.content .aoe {
  font-size: 14px;
}

/* line 72, ../includes/faculty-experts.scss */
#faculty-experts-well {
  display: table;
}

/* line 75, ../includes/faculty-experts.scss */
#faculty-experts-content a {
  cursor: pointer;
}

/* line 78, ../includes/faculty-experts.scss */
#faculty-experts-well div.column {
  display: table-cell;
  vertical-align: top;
}

/* line 82, ../includes/faculty-experts.scss */
#faculty-experts-well div.column .item {
  width: 100%;
}

/* line 85, ../includes/faculty-experts.scss */
#faculty-experts-well div.column div.content {
  width: auto;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}

/* line 93, ../includes/faculty-experts.scss */
#faculty-experts-well div.column div.content h3 {
  margin-top: 0;
  font-size: 1.5em;
  color: #000;
}

/* line 98, ../includes/faculty-experts.scss */
#faculty-experts-well div.column div.content h4 {
  margin-top: 0;
  font-size: 1.15em;
  color: #000;
}

/* line 103, ../includes/faculty-experts.scss */
#faculty-experts-well div.column div.content p {
  line-height: 1.5em;
}

/* line 107, ../includes/faculty-experts.scss */
#faculty-experts-well div.row {
  display: table-row;
  vertical-align: top;
}

/* line 112, ../includes/faculty-experts.scss */
#faculty-experts-well div.row .item {
  width: 144px;
  padding: 0 10px 20px;
  display: table-cell;
  vertical-align: top;
}

/* line 118, ../includes/faculty-experts.scss */
#faculty-experts-well div.row div.content {
  margin: 0 0 10px;
}

/* line 122, ../includes/faculty-experts.scss */
#faculty-experts-well div.row div.content h3 {
  margin-top: 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

/* line 128, ../includes/faculty-experts.scss */
#faculty-experts-well div.row div.content p {
  line-height: 1.5em;
}

/* line 131, ../includes/faculty-experts.scss */
#faculty-experts-well div.row div.content .aoe {
  font-size: 12px;
}

/* line 134, ../includes/faculty-experts.scss */
#faculty-experts-well div.column .portrait {
  text-align: center;
  margin: 0 10px 10px 0;
  float: left;
  display: inline-block;
}

/* line 140, ../includes/faculty-experts.scss */
#faculty-experts-well div.row .portrait {
  text-align: center;
  margin: 0 0 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px;
}

/* line 147, ../includes/faculty-experts.scss */
#faculty-experts-well .portrait img {
  width: 100%;
}

/* line 150, ../includes/faculty-experts.scss */
#faculty-experts-categories {
  text-align: center;
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #999;
  padding: 15px;
  box-sizing: border-box;
}

/* line 158, ../includes/faculty-experts.scss */
#faculty-experts-aoe {
  width: 100%;
  margin: 15px 0;
}

/* line 162, ../includes/faculty-experts.scss */
#faculty-experts-aoe div.items {
  text-align: center;
  border-top: 1px solid #999;
  padding: 15px;
  margin-top: 10px;
}

/* line 168, ../includes/faculty-experts.scss */
#faculty-experts-categories a {
  padding: 2px 10px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
}

/* line 176, ../includes/faculty-experts.scss */
#faculty-experts-aoe a {
  text-decoration: none;
}

/* line 179, ../includes/faculty-experts.scss */
#faculty-experts-aoe .info {
  font-size: 0.9em;
  text-transform: lowercase;
  font-weight: bold;
}

/* line 184, ../includes/faculty-experts.scss */
#faculty-experts-aoe .info span {
  color: #666;
  cursor: pointer;
}

/* line 188, ../includes/faculty-experts.scss */
#faculty-experts-categories span:last-child em, #faculty-experts-aoe .items span:last-child em {
  display: none;
}

/* line 191, ../includes/faculty-experts.scss */
#faculty-experts-categories .chosen a {
  color: #fff;
  display: inline-block;
  background-color: #991A22;
}

/* line 196, ../includes/faculty-experts.scss */
#faculty-experts-content .catName {
  text-transform: capitalize;
}

/* line 201, ../includes/faculty-experts.scss */
#faculty-experts-module .item {
  width: 29%;
  padding: 0 0 20px;
  float: left;
  vertical-align: top;
  min-height: 300px;
  margin: 0 2%;
}
/* line 209, ../includes/faculty-experts.scss */
#faculty-experts-module iv.content {
  background-color: #fff;
  margin: 0 0 10px;
}
/* line 214, ../includes/faculty-experts.scss */
#faculty-experts-module div.content h3 {
  margin-top: 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
/* line 220, ../includes/faculty-experts.scss */
#faculty-experts-module div.content p {
  line-height: 1.5em;
}
/* line 223, ../includes/faculty-experts.scss */
#faculty-experts-module div.content .aoe {
  font-size: 12px;
}
/* line 227, ../includes/faculty-experts.scss */
#faculty-experts-module .portrait {
  text-align: center;
  margin: 0 0 10px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px;
}
/* line 235, ../includes/faculty-experts.scss */
#faculty-experts-module .portrait img {
  width: 100%;
}

/* line 240, ../includes/faculty-experts.scss */
#main_content .faculty-experts {
  background: #fff;
  padding: 20px;
}
/* line 244, ../includes/faculty-experts.scss */
#main_content .faculty-experts p {
  margin-bottom: 20px;
}
/* line 246, ../includes/faculty-experts.scss */
#main_content .faculty-experts h2 {
  margin: 0;
}
/* line 250, ../includes/faculty-experts.scss */
#main_content .faculty-experts h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* line 257, ../includes/faculty-experts.scss */
#main_content .faculty-experts .top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 150px;
}
/* line 262, ../includes/faculty-experts.scss */
#main_content .faculty-experts .top .image {
  margin: 0 20px 0 0;
  float: left;
  width: 112px;
}

@media (max-width: 480px) {
  /* line 271, ../includes/faculty-experts.scss */
  #faculty-experts-well .portrait {
    margin: 0 auto 15px;
    float: none;
    width: auto;
  }
}
/* line 1, ../includes/yael.scss */
.yael-2col-list {
  list-style: none;
  background: white;
  margin: 0;
  padding: 25px;
  float: left;
}
/* line 7, ../includes/yael.scss */
.yael-2col-list li {
  float: left;
  width: 50%;
  background: white;
  height: 235px;
}

/* line 14, ../includes/yael.scss */
div#resultsContainer {
  clear: both;
  float: left;
}

/* line 19, ../includes/yael.scss */
div#resultsContainer > .awardBlock:nth-child(even) {
  float: right;
}

/* line 23, ../includes/yael.scss */
.awardBlock {
  width: 47%;
  float: left;
  padding: 10px;
  background-color: lightgray;
  margin: 5px 2px;
  overflow: hidden;
  min-height: 90px;
}

/*Media Queries*/
@media screen and (max-width: 1200px) {
  /* line 4, ../includes/touro-media.scss */
  .gse .main_nav li, .lcm .main_nav li {
    margin-right: 0;
  }

  /* line 11, ../includes/touro-media.scss */
  .gsb-new .gsb-banner {
    height: 374px;
  }
  /* line 14, ../includes/touro-media.scss */
  .gsb-new .flicker-featured-photo {
    height: 190px;
  }
  /* line 17, ../includes/touro-media.scss */
  .gsb-new .news_feature a.arrow {
    top: 163px;
  }

  /* line 22, ../includes/touro-media.scss */
  #main_navigation {
    list-style-type: none;
    margin: 18px 0 10px;
    overflow: hidden;
    padding: 0;
  }
  /* line 27, ../includes/touro-media.scss */
  #main_navigation > li {
    float: left;
    margin: 0 0 0 40px;
  }
  /* line 30, ../includes/touro-media.scss */
  #main_navigation > li:first-child {
    margin-left: 0px;
  }
  /* line 34, ../includes/touro-media.scss */
  #main_navigation li a {
    font-size: 1.44em;
    font-weight: 200;
  }

  /* line 40, ../includes/touro-media.scss */
  .tourocom .main_nav li,
  .tourocop .main_nav li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 48, ../includes/touro-media.scss */
  .inside #lhn_navigation h2 {
    font-size: 1.4em;
  }
  /* line 51, ../includes/touro-media.scss */
  .inside #main_content {
    padding-top: 0 !important;
  }
  /* line 53, ../includes/touro-media.scss */
  .inside #main_content .row {
    margin-left: 0;
  }

  /* line 59, ../includes/touro-media.scss */
  #main_navigation > li {
    margin-left: 42px;
  }
  /* line 62, ../includes/touro-media.scss */
  #main_navigation li a {
    font-size: 1.3em;
  }

  /* line 66, ../includes/touro-media.scss */
  .container,
  .navbar-static-top .container {
    padding: 0 20px;
  }

  /* line 71, ../includes/touro-media.scss */
  #main_content {
    /*
.span3 {
width: 210px;
}
*/
    /*
.span9 {
width: 650px;
}
*/
  }

  /* line 83, ../includes/touro-media.scss */
  .navbar-static-top .navbar-inner {
    margin: 0;
  }

  /* line 86, ../includes/touro-media.scss */
  .footer-school-info .span5 {
    width: auto;
  }

  /* line 89, ../includes/touro-media.scss */
  .www .navbar .nav-collapse {
    height: auto;
    clear: none;
  }
}
@media screen and (max-width: 960px) {
  /* line 97, ../includes/touro-media.scss */
  .inside #main_content {
    padding: 0 20px;
  }
  /* line 100, ../includes/touro-media.scss */
  .inside .section_navigation > h2 {
    text-align: left;
  }

  /* line 104, ../includes/touro-media.scss */
  .homepage .section_navigation > h2,
  .news_responsive .section_navigation > h2 {
    text-align: left;
  }

  /* line 108, ../includes/touro-media.scss */
  .inside #main_content .section_navigation,
  .homepage #main_content .section_navigation,
  .news_responsive #main_content .section_navigation {
    border: medium none;
    float: none;
    margin-bottom: 1em;
    overflow: hidden;
    padding-left: 0;
    width: 100%;
  }

  /* line 118, ../includes/touro-media.scss */
  .inside .section_navigation > ul,
  .homepage .section_navigation > ul,
  .news_responsive .section_navigation > ul {
    background-color: #FFFFFF;
    border: 1px solid #991A22;
    display: block;
    font-family: 'georgia', serif;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
    width: auto;
  }

  /* line 131, ../includes/touro-media.scss */
  .inside .section_navigation li,
  .homepage .section_navigation li,
  .news_responsive .section_navigation li {
    float: none;
    font-size: 1em;
    margin: 0 0.5em 0.5em 0;
    text-decoration: underline;
    text-align: left;
  }

  /* line 140, ../includes/touro-media.scss */
  .inside #main_content_col,
  .homepage #main_content_col,
  .news_responsive #main_content_col {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 147, ../includes/touro-media.scss */
  .www #main_content_col {
    float: left;
    width: 74.3094%;
    margin-left: 2.76243%;
  }

  /* line 153, ../includes/touro-media.scss */
  .homepage #ajax_content #main_content,
  .news_responsive #main_content .span9 {
    padding: 0;
    width: auto;
    margin: 0;
  }

  /* line 159, ../includes/touro-media.scss */
  .homepage #ajax_content #main_content .row,
  .news_responsive #main_content .row {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 167, ../includes/touro-media.scss */
  .faculty-card .card-headshot.headshot-small {
    width: 110px;
    float: left;
  }

  /* line 173, ../includes/touro-media.scss */
  .new_news_landing #main_navigation {
    display: block;
  }
  /* line 175, ../includes/touro-media.scss */
  .new_news_landing #main_navigation li {
    display: block;
  }
  /* line 179, ../includes/touro-media.scss */
  .new_news_landing #sub_navigation .section_navigation ul {
    display: block;
    border: #2b3d54;
    padding: 0;
  }
  /* line 183, ../includes/touro-media.scss */
  .new_news_landing #sub_navigation .section_navigation ul li {
    display: block;
    border-bottom: 1px solid #2b3d54;
  }
  /* line 186, ../includes/touro-media.scss */
  .new_news_landing #sub_navigation .section_navigation ul li a {
    text-decoration: none;
    color: #2b3d54;
  }

  /* line 194, ../includes/touro-media.scss */
  .tourocom .school_header .logo-bg-image .box1 {
    background-size: 100% !important;
  }

  /* line 197, ../includes/touro-media.scss */
  .event-main-content .pull-right {
    float: none;
  }
  /* line 199, ../includes/touro-media.scss */
  .event-main-content .pull-right .map-wrapper {
    margin-left: 0;
  }
  /* line 201, ../includes/touro-media.scss */
  .event-main-content .pull-right .map-wrapper .event-map {
    width: 100%;
    height: 250px;
  }

  /* line 207, ../includes/touro-media.scss */
  .event-main-content h3 {
    margin-bottom: 15px;
  }

  /* line 211, ../includes/touro-media.scss */
  .lcm #main_content {
    padding: 15px 0;
  }

  /* line 215, ../includes/touro-media.scss */
  .lcm .school_header .span12 a img {
    margin-right: 5%;
    width: 80% !important;
  }

  /* line 221, ../includes/touro-media.scss */
  .lcm #circle-logo {
    float: right;
    width: 15%;
  }
  /* line 224, ../includes/touro-media.scss */
  .lcm #circle-logo img {
    width: auto !important;
    max-width: 100%;
  }

  /* line 229, ../includes/touro-media.scss */
  .tcla #circle-logo {
    margin-bottom: 10px;
    width: 15%;
  }

  /* line 234, ../includes/touro-media.scss */
  .tcla .school_header {
    margin-top: 20px;
  }
  /* line 236, ../includes/touro-media.scss */
  .tcla .school_header img {
    width: 80% !important;
    margin-bottom: 10px;
  }

  /* line 241, ../includes/touro-media.scss */
  body {
    padding: 0;
  }

  /* line 244, ../includes/touro-media.scss */
  .container {
    padding: 0 40px;
    width: auto;
  }

  /* line 248, ../includes/touro-media.scss */
  .body_locations .section_header {
    font-size: 1.3em;
  }

  /* line 251, ../includes/touro-media.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
  }

  /* line 258, ../includes/touro-media.scss */
  #main_navigation li a {
    font-size: 1.1em;
  }
  /* line 261, ../includes/touro-media.scss */
  #main_navigation > li {
    margin-left: 15px;
  }

  /* line 265, ../includes/touro-media.scss */
  .section_navigation > h2 {
    text-align: left;
  }

  /* line 268, ../includes/touro-media.scss */
  .open_sec {
    display: block;
    font-size: 17px;
  }

  /* line 272, ../includes/touro-media.scss */
  #main_content {
    padding-top: 0;
  }

  /* line 275, ../includes/touro-media.scss */
  .section_navigation {
    border: medium none;
    float: none;
    margin-bottom: 1em;
    overflow: hidden;
    padding-left: 0;
    width: 100%;
  }
  /* line 282, ../includes/touro-media.scss */
  .section_navigation > ul {
    background-color: #FFFFFF;
    border: 1px solid #991A22;
    display: block;
    font-family: 'georgia', serif;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
    width: 220px;
  }
  /* line 293, ../includes/touro-media.scss */
  .section_navigation li {
    float: none;
    font-size: 1em;
    margin: 0 0.5em 0.5em 0;
    text-decoration: underline;
    text-align: left;
  }
  /* line 300, ../includes/touro-media.scss */
  .section_navigation .subnav {
    border: none;
    background: transparent;
  }

  /* line 305, ../includes/touro-media.scss */
  .schools-and-colleges .section_navigation h2::after {
    font-family: FontAwesome;
    content: '\f0c9';
    cursor: pointer;
    color: #fff;
    padding-left: 10px;
  }

  /* line 312, ../includes/touro-media.scss */
  .map-holder {
    z-index: 1;
    width: 690px;
  }

  /* line 316, ../includes/touro-media.scss */
  .map_actual {
    width: 600px;
  }

  /* line 319, ../includes/touro-media.scss */
  .loc_list {
    width: 600px;
  }
  /* line 321, ../includes/touro-media.scss */
  .loc_list h3 {
    padding: 7px 0 6px 3%;
    width: 97%;
  }

  /* line 326, ../includes/touro-media.scss */
  .ny_list h3 {
    padding: 7px 0 6px 3%;
    width: 97%;
  }

  /* line 330, ../includes/touro-media.scss */
  #footer_nav {
    display: block;
    padding: 20px 0 0;
  }
  /* line 333, ../includes/touro-media.scss */
  #footer_nav .top_link {
    background: none repeat scroll 0 0 #1A3961;
    bottom: 0;
    font-size: 13px;
    left: 0;
    max-width: 480px;
    padding: 0;
    position: fixed;
    text-transform: none;
    width: 100%;
    z-index: 99;
  }
  /* line 345, ../includes/touro-media.scss */
  #footer_nav .main_navigation {
    margin-bottom: 0px;
  }

  /* line 349, ../includes/touro-media.scss */
  .gse .news_feature_container > div,
  .shs .news_feature_container > div {
    margin-bottom: 20px;
  }

  /* line 354, ../includes/touro-media.scss */
  .gsb-new .row-fluid.no-space .span4 {
    margin-left: 0 !important;
    width: 100% !important;
  }

  /* line 359, ../includes/touro-media.scss */
  .tourocom .school_header .logo-bg-image {
    background-size: 70% !important;
  }

  /* line 363, ../includes/touro-media.scss */
  .tcla #main_homepage_content_col .news_feature {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 481px) {
  /* line 370, ../includes/touro-media.scss */
  .tourocop .school_header #circle-logo img {
    width: 90%;
  }

  /* line 373, ../includes/touro-media.scss */
  h1 {
    font-size: 1.6em;
  }

  /* line 376, ../includes/touro-media.scss */
  h1 {
    font-size: 1.4em;
  }

  /* line 379, ../includes/touro-media.scss */
  .event-main-content .map-wrapper {
    margin-left: 0;
  }
  /* line 381, ../includes/touro-media.scss */
  .event-main-content .map-wrapper .event-map {
    height: 250px;
    float: none;
  }

  /* line 387, ../includes/touro-media.scss */
  .faculty-listing .row-fluid .span4 {
    height: 240px;
  }

  /* line 390, ../includes/touro-media.scss */
  .gsjs #push,
  .gsjs #footer_wrap {
    height: 160px;
    overflow: hidden;
    padding: 20px;
  }

  /* line 396, ../includes/touro-media.scss */
  .shs.homepage .intro {
    font-size: 1.25em;
  }

  /* line 399, ../includes/touro-media.scss */
  .shs #push,
  .shs footer_wrap {
    width: 230px;
  }

  /* line 404, ../includes/touro-media.scss */
  .shs.inside_page .container {
    padding: 0;
  }
  /* line 406, ../includes/touro-media.scss */
  .shs.inside_page .container #main_content .main {
    padding: 15px;
  }
  /* line 408, ../includes/touro-media.scss */
  .shs.inside_page .container #main_content .main .sidebar_feature_registrar {
    margin: 0;
  }

  /* line 416, ../includes/touro-media.scss */
  .gsjs #wrap {
    margin: 0 auto -160px;
  }

  /* line 421, ../includes/touro-media.scss */
  .gsjs .footer-header .school-footer-info {
    margin-bottom: 10px;
  }

  /* line 424, ../includes/touro-media.scss */
  .gse .gateway_nav {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    height: auto;
  }
  /* line 429, ../includes/touro-media.scss */
  .gse .gateway_nav ul {
    margin-left: 0;
  }
  /* line 431, ../includes/touro-media.scss */
  .gse .gateway_nav ul li {
    float: none;
  }
  /* line 433, ../includes/touro-media.scss */
  .gse .gateway_nav ul li a {
    padding: 0;
  }

  /* line 440, ../includes/touro-media.scss */
  .navbar-static-top .container {
    padding: 0;
  }
  /* line 444, ../includes/touro-media.scss */
  .navbar-static-top .navbar .menu-button-wrapper a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
  }
  /* line 450, ../includes/touro-media.scss */
  .navbar-static-top .navbar .nav-collapse {
    height: 0;
    transition: 1s;
    display: block;
  }
  /* line 454, ../includes/touro-media.scss */
  .navbar-static-top .navbar .nav-collapse.in {
    height: auto;
    transition: 1s;
  }
  /* line 458, ../includes/touro-media.scss */
  .navbar-static-top .navbar .nav-collapse li {
    float: none;
    display: block;
    width: 100%;
  }
  /* line 462, ../includes/touro-media.scss */
  .navbar-static-top .navbar .nav-collapse li:first-child {
    width: 100%;
  }
  /* line 465, ../includes/touro-media.scss */
  .navbar-static-top .navbar .nav-collapse li a {
    border-right: 0;
    border-top: 1px solid #576777;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 0;
  }
  /* line 471, ../includes/touro-media.scss */
  .navbar-static-top .navbar .nav-collapse li a:hover {
    border-right: 0;
    border-top: 1px solid #576777;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 0;
  }

  /* line 484, ../includes/touro-media.scss */
  .www .navbar .menu-button-wrapper {
    display: block;
  }

  /* line 487, ../includes/touro-media.scss */
  .www .navbar .nav li.last a {
    border-top: 1px solid #576777;
  }

  /* line 490, ../includes/touro-media.scss */
  .sidebar_feature {
    width: 220px;
    margin: 0 auto 30px;
  }

  /* line 494, ../includes/touro-media.scss */
  .container {
    padding: 0 20px;
  }

  /* line 497, ../includes/touro-media.scss */
  body {
    margin: 0;
    max-width: 480px;
    padding: 0;
    width: 100%;
  }

  /* line 503, ../includes/touro-media.scss */
  .span12,
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  /* line 516, ../includes/touro-media.scss */
  .faculty-card .card-info {
    float: none;
    display: inline;
  }

  /* line 520, ../includes/touro-media.scss */
  .tourocom footer .row-fluid [class*="span"] {
    height: auto;
    width: auto;
  }

  /* line 524, ../includes/touro-media.scss */
  #main_navigation {
    display: none;
  }

  /* line 527, ../includes/touro-media.scss */
  footer {
    background-color: #dce7f1;
  }
  /* line 529, ../includes/touro-media.scss */
  footer p {
    font-size: 0.65em;
    padding-left: 10px;
  }
  /* line 533, ../includes/touro-media.scss */
  footer .container .row {
    background-size: 60px auto;
  }

  /* line 537, ../includes/touro-media.scss */
  .pull-right {
    float: none;
  }
  /* line 539, ../includes/touro-media.scss */
  .pull-right .news-main-image {
    width: auto;
    max-width: 330px;
    margin: 0 auto;
  }
  /* line 543, ../includes/touro-media.scss */
  .pull-right .news-main-image .image {
    margin: 4% 0;
  }
  /* line 546, ../includes/touro-media.scss */
  .pull-right .news-main-image .image-description {
    border-bottom: 1px solid #ccc;
    border-left: 0 none;
    padding: 0 0 15px;
  }

  /* line 554, ../includes/touro-media.scss */
  div.video-wrapper iframe, div.featured-video-wrapper iframe {
    width: 100%;
  }

  /* line 559, ../includes/touro-media.scss */
  .main_navigation {
    font-size: 22px;
    font-weight: 400;
    list-style-type: none;
    text-transform: none;
  }
  /* line 564, ../includes/touro-media.scss */
  .main_navigation a {
    line-height: 27px;
  }

  /* line 568, ../includes/touro-media.scss */
  .top_link a {
    color: #FFC70E;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 2px 2.5% 2px 0;
    text-align: right;
    white-space: nowrap;
    width: 47.5%;
  }

  /* line 578, ../includes/touro-media.scss */
  .skip_nav {
    color: #FFC70E;
    display: inline-block;
    padding: 2px 0 2px 2.5%;
    text-align: left;
    width: 100%;
  }

  /* line 585, ../includes/touro-media.scss */
  .container {
    float: none;
    margin: 0;
    padding: 0 0 0 5%;
    width: 90%;
  }

  /* line 591, ../includes/touro-media.scss */
  .school-tourocom .homepage .container {
    padding: 0;
    width: 100%;
  }

  /* line 595, ../includes/touro-media.scss */
  .switch-controls li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }

  /* line 600, ../includes/touro-media.scss */
  .no_shadow h3 {
    clear: both;
    padding-top: 20px;
  }

  /* line 604, ../includes/touro-media.scss */
  .sidebar_feature {
    width: 220px;
    margin: 0 auto 30px;
  }

  /* line 609, ../includes/touro-media.scss */
  .feature_image .img_overlay {
    display: none;
  }
  /* line 612, ../includes/touro-media.scss */
  .feature_image .sidebar_feature {
    width: 90%;
  }

  /* line 616, ../includes/touro-media.scss */
  .news_item {
    border: none;
    padding: 0;
  }
  /* line 619, ../includes/touro-media.scss */
  .news_item.first {
    border: none;
    padding: 0;
  }

  /* line 624, ../includes/touro-media.scss */
  #featured_news_and_communications_wrapper .feature_image {
    display: none;
  }

  /* line 627, ../includes/touro-media.scss */
  .navbar {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
  }
  /* line 632, ../includes/touro-media.scss */
  .navbar a {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
  }
  /* line 638, ../includes/touro-media.scss */
  .navbar .brand {
    display: block;
    float: none;
    font-size: 15px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  /* line 647, ../includes/touro-media.scss */
  .navbar .nav {
    float: left;
    display: none;
  }

  /* line 652, ../includes/touro-media.scss */
  .navbar-static-top .brand {
    padding: 0.5em 0;
  }

  /* line 655, ../includes/touro-media.scss */
  #search_bar .search-form {
    float: none;
    text-align: center;
  }
  /* line 659, ../includes/touro-media.scss */
  #search_bar .search-form .fa.fa-search {
    right: 23%;
    top: 45%;
  }

  /* line 665, ../includes/touro-media.scss */
  .homepage .skip_nav {
    padding: 2px 0 2px 2.5%;
    text-align: left;
  }
  /* line 669, ../includes/touro-media.scss */
  .homepage #main_content {
    min-height: inherit;
    padding-top: 0;
  }

  /* line 674, ../includes/touro-media.scss */
  .navbar-inner {
    padding: 0;
  }

  /* line 677, ../includes/touro-media.scss */
  .navbar .nav > li > a {
    padding: 0 0.5em;
  }
  /* line 679, ../includes/touro-media.scss */
  .navbar .nav > li > a:hover {
    padding: 0 0.5em;
  }

  /* line 683, ../includes/touro-media.scss */
  #search_bar > a {
    float: none;
  }

  /* line 686, ../includes/touro-media.scss */
  .quick_search {
    margin-top: 30px;
  }

  /* line 689, ../includes/touro-media.scss */
  #quick_search {
    width: 300px;
  }
  /* line 691, ../includes/touro-media.scss */
  #quick_search > input {
    font-size: 14px;
    width: 240px;
  }

  /* line 696, ../includes/touro-media.scss */
  #search_bar {
    border-bottom: 1px solid #C2C2BD;
    float: none;
    margin: 10px 0 0;
    padding-bottom: 12px;
  }
  /* line 697, ../includes/touro-media.scss */
  #search_bar img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }

  /* line 708, ../includes/touro-media.scss */
  .homepage #search_bar {
    border-bottom: 1px solid #C2C2BD;
    float: none;
    margin: 10px 0 0;
    padding-bottom: 12px;
  }

  /* line 714, ../includes/touro-media.scss */
  .clearSearch {
    top: 20px;
  }

  /* line 717, ../includes/touro-media.scss */
  .schools-and-colleges .clearSearch {
    left: 65%;
  }

  /* line 720, ../includes/touro-media.scss */
  .www .clearSearch {
    left: 63%;
  }

  /* line 723, ../includes/touro-media.scss */
  #search {
    margin: 0;
    position: static;
    width: 100%;
  }

  /* line 728, ../includes/touro-media.scss */
  .homepage #search {
    margin: 0;
    position: static;
    width: 100%;
  }
  /* line 732, ../includes/touro-media.scss */
  .homepage #search .search_field {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7) inset;
    display: block;
    margin: 12px auto 0;
  }

  /* line 738, ../includes/touro-media.scss */
  #search .search_field {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7) inset;
    display: block;
    margin: 12px auto 0;
  }

  /* line 743, ../includes/touro-media.scss */
  #main_navigation {
    margin: 14px 0 0;
  }
  /* line 745, ../includes/touro-media.scss */
  #main_navigation li a {
    font-size: 1em;
  }

  /* line 750, ../includes/touro-media.scss */
  .section_navigation > h2 {
    font-size: 32px;
    text-align: left;
  }
  /* line 754, ../includes/touro-media.scss */
  .section_navigation ul.multilevel-linkul-1 {
    margin-top: 7px;
  }
  /* line 755, ../includes/touro-media.scss */
  .section_navigation ul.multilevel-linkul-1 > li {
    margin-left: 20px;
  }

  /* line 761, ../includes/touro-media.scss */
  .homepage #search_bar img {
    display: block;
    width: 85%;
    margin: 0 auto;
  }

  /* line 766, ../includes/touro-media.scss */
  .section_header {
    font-size: 1.65em;
  }

  /* line 769, ../includes/touro-media.scss */
  .map-holder {
    background: #e6c963;
    height: 300px;
    left: 0;
    position: relative;
    top: -20px;
    width: 300px;
    z-index: 1;
  }

  /* line 778, ../includes/touro-media.scss */
  .map_actual {
    bottom: 0;
    height: 300px;
    left: 0 !important;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 300px;
  }

  /* line 787, ../includes/touro-media.scss */
  .loc_list {
    width: 300px;
  }
  /* line 789, ../includes/touro-media.scss */
  .loc_list h3 {
    padding: 7px 0 6px 3%;
    width: 97%;
  }

  /* line 794, ../includes/touro-media.scss */
  .ny_list h3 {
    padding: 7px 0 6px 3%;
    width: 97%;
  }

  /* line 798, ../includes/touro-media.scss */
  .loc_list ul,
  .map_click {
    display: none;
  }

  /* line 802, ../includes/touro-media.scss */
  .scrollMe {
    overflow-x: scroll;
    width: 100%;
  }

  /* line 806, ../includes/touro-media.scss */
  #makeMeScrollable {
    height: 155px;
  }

  /* line 809, ../includes/touro-media.scss */
  .homepage #makeMeScrollable {
    height: 455px;
  }

  /* line 812, ../includes/touro-media.scss */
  .inside_landing #makeMeScrollable {
    height: 310px;
  }

  /* line 816, ../includes/touro-media.scss */
  #makeMeScrollable .col {
    display: block;
    float: none;
    margin-right: 10px;
    overflow: hidden;
  }
  /* line 822, ../includes/touro-media.scss */
  #makeMeScrollable img {
    display: block;
    float: none;
    min-width: 190px;
    position: static;
    width: auto;
  }
  /* line 829, ../includes/touro-media.scss */
  #makeMeScrollable .check {
    float: left;
  }

  /* line 833, ../includes/touro-media.scss */
  footer {
    background-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  /* line 839, ../includes/touro-media.scss */
  #flipbanner,
  .insidePageBanner {
    display: none;
  }

  /* line 843, ../includes/touro-media.scss */
  .homepage #main_content {
    min-height: inherit;
  }
}
@media screen and (max-width: 800px) {
  /* line 849, ../includes/touro-media.scss */
  .navbar-static-top .nav {
    display: table;
    float: none;
    left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  /* line 857, ../includes/touro-media.scss */
  #search_bar input.main-search-field {
    margin-top: 20px;
  }

  /* line 861, ../includes/touro-media.scss */
  .navbar-static-top .brand {
    padding: 0.5em 0;
    display: block;
    float: none;
    font-size: 15px;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }

  /* line 870, ../includes/touro-media.scss */
  .hidden-phone {
    display: block !important;
  }

  /* line 873, ../includes/touro-media.scss */
  #main_navigation {
    display: block;
  }

  /* line 876, ../includes/touro-media.scss */
  .hidden-phone #main_navigation li {
    float: none;
    margin-left: 0;
  }

  /* line 880, ../includes/touro-media.scss */
  #main_navigation li a,
  .homepage #main_navigation li a {
    border: 0;
  }
  /* line 883, ../includes/touro-media.scss */
  #main_navigation li a:hover,
  .homepage #main_navigation li a:hover {
    border: 0;
  }

  /* line 887, ../includes/touro-media.scss */
  .navbar-static-top .nav {
    display: table;
    float: none;
    left: auto;
    width: 100%;
  }
  /* line 892, ../includes/touro-media.scss */
  .navbar-static-top .nav li {
    display: table-cell;
    text-align: center;
    width: 16%;
  }
  /* line 896, ../includes/touro-media.scss */
  .navbar-static-top .nav li:first-child, .navbar-static-top .nav li.last-child {
    width: 18%;
  }
  /* line 900, ../includes/touro-media.scss */
  .navbar-static-top .nav li a {
    font-weight: normal;
    font-size: 12px;
    padding: 0;
  }

  /* line 911, ../includes/touro-media.scss */
  .gsb-new.homepage .news_feature_container .span4 {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  /* line 917, ../includes/touro-media.scss */
  .gsb-new.homepage .news_feature_container .news_feature a.arrow {
    font-size: 18px;
  }
  /* line 920, ../includes/touro-media.scss */
  .gsb-new.homepage .news_feature_container .news_feature .hp-applynow {
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) and (max-width: 980px) {
  /* line 929, ../includes/touro-media.scss */
  .clearSearch {
    top: 28% !important;
  }

  /* line 932, ../includes/touro-media.scss */
  .schools-and-colleges .clearSearch {
    right: -19% !important;
  }

  /* line 936, ../includes/touro-media.scss */
  .www .clearSearch {
    right: -12% !important;
  }

  /* line 939, ../includes/touro-media.scss */
  .container,
  .navbar-static-top .container {
    width: auto;
  }

  /* line 944, ../includes/touro-media.scss */
  #search_bar a {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

  /* line 950, ../includes/touro-media.scss */
  #search_bar .pagination a {
    display: inline-block;
    width: auto;
  }

  /* line 954, ../includes/touro-media.scss */
  #footer_wrap .top_link {
    display: none;
  }

  /* line 957, ../includes/touro-media.scss */
  #main_navigation li {
    margin-left: 30px;
  }
  /* line 958, ../includes/touro-media.scss */
  #main_navigation li a {
    font-size: 1.1em;
  }

  /* line 963, ../includes/touro-media.scss */
  .navbar-static-top {
    margin: 0 0 8px;
  }

  /* line 966, ../includes/touro-media.scss */
  footer p {
    font-size: 0.8em;
  }

  /* line 969, ../includes/touro-media.scss */
  #search_bar,
  .homepage #search_bar {
    border-bottom: 1px solid #C2C2BD;
    float: none;
    margin: 10px 0 0;
    padding-bottom: 12px;
  }

  /* line 977, ../includes/touro-media.scss */
  #search_bar .search-form {
    float: none;
    text-align: center;
  }
  /* line 980, ../includes/touro-media.scss */
  #search_bar .search-form .fa.fa-search {
    right: 38%;
    top: 45%;
  }
  /* line 985, ../includes/touro-media.scss */
  #search_bar input.main-search-field {
    margin-top: 20px;
  }

  /* line 990, ../includes/touro-media.scss */
  .tourocom #search_bar .search-form {
    float: right;
    text-align: right;
  }
  /* line 994, ../includes/touro-media.scss */
  .tourocom #search_bar input.main-search-field {
    margin-top: 0;
  }

  /* line 999, ../includes/touro-media.scss */
  .gsjs #search_bar .search-form {
    float: right;
    text-align: right;
  }
  /* line 1003, ../includes/touro-media.scss */
  .gsjs #search_bar input.main-search-field {
    margin-top: 0;
  }
}
@media screen and (max-width: 769px) {
  /* line 1009, ../includes/touro-media.scss */
  .tourocop .gateway_nav {
    height: auto;
  }
  /* line 1011, ../includes/touro-media.scss */
  .tourocop .gateway_nav ul li:first-child {
    display: block;
    float: none;
    text-align: right;
  }
  /* line 1015, ../includes/touro-media.scss */
  .tourocop .gateway_nav ul li:first-child a {
    border-right: 0;
    padding-right: 0;
  }

  /* line 1023, ../includes/touro-media.scss */
  .tourocom #search_bar .search-form {
    float: none;
    text-align: center;
  }
  /* line 1027, ../includes/touro-media.scss */
  .tourocom #search_bar input.main-search-field {
    margin-top: 0;
  }

  /* line 1032, ../includes/touro-media.scss */
  .gsjs #search_bar .search-form {
    float: none;
    text-align: center;
  }
  /* line 1036, ../includes/touro-media.scss */
  .gsjs #search_bar input.main-search-field {
    margin-top: 0;
  }

  /* line 1040, ../includes/touro-media.scss */
  #search_bar .search-form {
    text-align: center;
  }

  /* line 1043, ../includes/touro-media.scss */
  .gse.schools #main_content {
    padding: 0;
  }

  /* line 1046, ../includes/touro-media.scss */
  .gse.inside_page .container {
    padding: 0;
    width: 100%;
  }

  /* line 1050, ../includes/touro-media.scss */
  .gse #wrap .school_header {
    width: auto;
  }
}
@media screen and (max-width: 336px) {
  /* line 1056, ../includes/touro-media.scss */
  .school-gsb-new .gsb-banner {
    height: 115px;
  }
}
@media (min-width: 336px) and (max-width: 480px) {
  /* line 1061, ../includes/touro-media.scss */
  .school-gsb-new .gsb-banner {
    height: 127px;
  }

  /* line 1064, ../includes/touro-media.scss */
  .school-gsb-new .gsb-banner .section_header {
    font-size: 18px;
  }

  /* line 1068, ../includes/touro-media.scss */
  .schools-and-colleges .clearSearch {
    left: 52% !important;
    top: 20px !important;
  }

  /* line 1072, ../includes/touro-media.scss */
  .www .clearSearch {
    left: 67% !important;
    top: 34% !important;
  }
}
@media (max-width: 480px) {
  /* line 1079, ../includes/touro-media.scss */
  .www #footer_wrap,
  .www #push {
    height: 350px;
  }

  /* line 1084, ../includes/touro-media.scss */
  .www #footer_wrap .footer-school-info {
    height: auto !important;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  /* line 1088, ../includes/touro-media.scss */
  .www #footer_wrap .footer-school-info .social-media {
    margin-left: 0;
    margin-right: 10px;
  }
  /* line 1092, ../includes/touro-media.scss */
  .www #footer_wrap .footer-school-info a {
    display: inline;
  }

  /* line 1096, ../includes/touro-media.scss */
  .schools-and-colleges .clearSearch {
    top: 20px !important;
  }
}
@media (min-width: 480px) {
  /* line 1101, ../includes/touro-media.scss */
  .school-gsb-new .gsb-banner {
    height: 191px;
  }

  /* line 1105, ../includes/touro-media.scss */
  .school-gsb-new .gsb-banner .section_header {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  /* line 1113, ../includes/touro-media.scss */
  .gsb-new .gsb-banner {
    height: 239px;
  }
  /* line 1116, ../includes/touro-media.scss */
  .gsb-new .news_feature_container {
    height: 340px;
  }
  /* line 1119, ../includes/touro-media.scss */
  .gsb-new .news_feature_container .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  /* line 1123, ../includes/touro-media.scss */
  .gsb-new .news_feature_container .row-fluid .span6 .news_feature {
    height: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 1134, ../includes/touro-media.scss */
  .school-gsb-new .gsb-banner {
    height: 288px;
  }

  /* line 1137, ../includes/touro-media.scss */
  .school-gsb-new .home-page-cta .cta a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  /* line 1142, ../includes/touro-media.scss */
  .school-gsb-new .gsb-banner {
    height: 374px;
  }
}
/* line 1, ../includes/mediaplayer.scss */
.photos_landing #wrap {
  position: relative;
}

/* line 4, ../includes/mediaplayer.scss */
.photos_landing .school_nav {
  position: absolute;
  width: 100%;
}

/* line 8, ../includes/mediaplayer.scss */
.photos_landing #main_content {
  padding: 34px 0 0;
}

/* line 11, ../includes/mediaplayer.scss */
.photos_landing .section_header {
  width: 1170px;
  padding: 0;
  margin: 0 auto;
}

/* line 16, ../includes/mediaplayer.scss */
.photos_landing #main_content .main {
  padding: 15px 0;
}

/* line 23, ../includes/mediaplayer.scss */
.flickphoto img, .flicker_first_image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* line 28, ../includes/mediaplayer.scss */
.flicker_first_image {
  display: inline-block;
  width: auto;
}

/* line 32, ../includes/mediaplayer.scss */
#media_viewer {
  height: 100%;
  min-height: 480px;
  position: relative;
  width: 100%;
}

/* line 38, ../includes/mediaplayer.scss */
#media_viewer .pagination ul {
  margin-left: 2.2%;
}

/* line 42, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 50, ../includes/mediaplayer.scss */
#media_viewer #page_viewer_well {
  background-color: #f1f0ea;
  height: 102px;
  margin: 0 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 58, ../includes/mediaplayer.scss */
#media_viewer.video_player #page_viewer_well {
  height: auto;
  overflow: visible;
  margin: 0;
}

/* line 65, ../includes/mediaplayer.scss */
#media_viewer #albumPager {
  width: 100%;
  position: relative;
  background: #fff;
  height: 102px;
}

/* line 72, ../includes/mediaplayer.scss */
#media_viewer #media_loader {
  background-color: #333333;
  color: #999999;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 60;
}

/* line 84, ../includes/mediaplayer.scss */
#media_viewer #media_loader.hide {
  display: none;
  opacity: 0;
  transition: all 1s ease 0s;
}

/* line 89, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .flkr-item {
  float: left;
  position: relative;
}

/* line 93, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .flkr-item img {
  display: block;
  opacity: 0.3;
  transition: all 0.5s ease 0s;
  margin: 0;
  padding: 0;
  max-height: 100%;
}

/* line 101, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .active img {
  opacity: 1;
  transition: all 0.5s ease 0s;
}

/* line 105, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .hide img {
  opacity: 0;
  transition: all 0.5s ease 0s;
}

/* line 109, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .flkr-title {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -115px;
  color: #FFFFFF;
  font-size: 16px;
  height: 85px;
  line-height: 16px;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 50;
}

/* line 121, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .flkr-title h2, #media_viewer #main_viewer_well .flkr-title p {
  display: none;
}

/* line 124, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .active .flkr-title h2 {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-style: normal;
  height: 18px;
  line-height: 18px;
  margin: 0 10px 10px;
}

/* line 133, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .active .flkr-title p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px 5px;
  overflow: auto;
}

/* line 140, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well ::-webkit-scrollbar {
  width: 12px;
}

/* line 144, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

/* line 149, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #333;
}

/* line 155, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .active .flkr-title p.date {
  display: block;
  font-size: 12px;
  font-style: italic;
  height: 12px;
  line-height: 12px;
  margin: 0 10px 5px;
}

/* line 163, ../includes/mediaplayer.scss */
#media_viewer #main_viewer_well .active .flkr-title {
  bottom: 0;
  transition: all 1s ease 0s;
}

/* line 167, ../includes/mediaplayer.scss */
#media_viewer .prev_button, #media_viewer .next_button {
  background-color: #E1E1E1;
  color: #666666;
  cursor: pointer;
  display: block;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 40;
}

/* line 179, ../includes/mediaplayer.scss */
#media_viewer #pager_prev, #media_viewer #pager_next {
  height: 100px;
  opacity: 0.5;
  border-radius: 0 25px 25px 0;
  top: 1px;
}

/* line 185, ../includes/mediaplayer.scss */
#media_viewer #pager_prev {
  border-radius: 25px 0 0 25px;
}

/* line 188, ../includes/mediaplayer.scss */
#media_viewer #main_prev, #media_viewer #main_next {
  height: 25%;
  border-radius: 50px 0 0 50px;
  top: 25%;
}

/* line 193, ../includes/mediaplayer.scss */
#media_viewer #main_prev {
  border-radius: 0 50px 50px 0;
}

/* line 196, ../includes/mediaplayer.scss */
#media_viewer .prev_button {
  left: 0;
}

/* line 199, ../includes/mediaplayer.scss */
#media_viewer .next_button {
  right: 0;
}

/* line 202, ../includes/mediaplayer.scss */
#media_viewer .prev_button span, #media_viewer .next_button span {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 208, ../includes/mediaplayer.scss */
#media_viewer .prev_button:hover, #media_viewer .next_button:hover, #media_viewer #pager_prev:hover, #media_viewer #pager_next:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all 1s ease 0s;
}

/* line 213, ../includes/mediaplayer.scss */
#buffer_item {
  left: -1500px;
  position: absolute;
  z-index: 1;
}

/* line 218, ../includes/mediaplayer.scss */
#buffer_item img {
  height: 100%;
  width: auto;
}

/* line 222, ../includes/mediaplayer.scss */
#media_pager {
  display: table;
  height: 100px;
  vertical-align: top;
}

/* line 227, ../includes/mediaplayer.scss */
#video_pager {
  display: block;
  width: 100%;
}

/* line 231, ../includes/mediaplayer.scss */
.show-video-link {
  cursor: pointer;
}

/* line 234, ../includes/mediaplayer.scss */
#media_pager .page {
  display: table-cell;
  width: auto;
}

/* line 238, ../includes/mediaplayer.scss */
#video_pager .page {
  display: block;
  float: left;
   /*
 width: 32%;
    height: 150px;
*/
  margin: 0 2% 2% 0;
  text-align: center;
  position: relative;
}

/* line 249, ../includes/mediaplayer.scss */
#video_pager .main .span6 h4 {
  margin-bottom: 0;
  color: #fff;
}

/* line 253, ../includes/mediaplayer.scss */
#video_pager .main .span6 a {
  color: #fff;
}

/* line 256, ../includes/mediaplayer.scss */
#video_pager .main .span6 a {
  text-decoration: none;
}

/* line 261, ../includes/mediaplayer.scss */
#video_pager .featured-video.span6 {
  position: relative;
  padding-bottom: 1%;
}

/* line 266, ../includes/mediaplayer.scss */
#video_pager .span6 {
  margin-top: 2%;
  position: relative;
}

/* line 271, ../includes/mediaplayer.scss */
.video-page .navbar li span.currentbranch0 {
  background: none repeat scroll 0 0 #F16B37;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px;
  position: relative;
  top: -15px;
  z-index: 1;
}

/* line 280, ../includes/mediaplayer.scss */
#video_pager .span6.vertical {
  overflow: hidden;
  height: 309px;
}

/* line 286, ../includes/mediaplayer.scss */
#video_pager .main .span6:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

/* line 292, ../includes/mediaplayer.scss */
#video_pager .main {
  margin-top: 4%;
  margin-left: 1%;
  margin-bottom: 2%;
}

/* line 297, ../includes/mediaplayer.scss */
#video_pager .featured .video-title {
  margin-top: 4%;
  font-style: normal !important;
}

/* line 301, ../includes/mediaplayer.scss */
#video_pager .featured .video-title h2 {
  font-style: normal !important;
}

/* line 305, ../includes/mediaplayer.scss */
#video_pager .span6 .video-title {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding-bottom: 6px;
}

/* line 313, ../includes/mediaplayer.scss */
#video_pager .main .span6 .video-title h4, #video_pager .main .span6 .video-title a {
  padding: 0 0 10px 10px;
}

/* line 318, ../includes/mediaplayer.scss */
.video.big .featured-video, .video.big .video-title {
  display: inline-block;
  margin: 0;
}

/* line 323, ../includes/mediaplayer.scss */
.video.big .row-fluid {
  background: #fff;
}

/* line 327, ../includes/mediaplayer.scss */
.video.big .featured-video img {
  margin: 4%;
}

/* line 333, ../includes/mediaplayer.scss */
.video.big .video-title {
  padding-left: 4%;
  padding-right: 1%;
}

/* line 338, ../includes/mediaplayer.scss */
.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 45%;
  margin-left: 30%;
  margin-top: 9%;
}

/* line 343, ../includes/mediaplayer.scss */
.ngdialog-overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* line 349, ../includes/mediaplayer.scss */
#video_pager .page a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  cursor: pointer;
}

/* line 359, ../includes/mediaplayer.scss */
#video_pager .page a i {
  position: relative;
  top: 40%;
}

/* line 366, ../includes/mediaplayer.scss */
#video_pager .page:nth-child(3n) {
  margin-right: 0;
}

/* line 369, ../includes/mediaplayer.scss */
#media_pager .page div img {
  height: 100%;
  max-width: none;
  width: auto;
}

/* line 374, ../includes/mediaplayer.scss */
#video_pager .page img {
  height: 100%;
  max-width: 100%;
}

/* line 378, ../includes/mediaplayer.scss */
#media_pager .page div {
  border: 1px solid #FFFFFF;
  display: table-cell;
  height: 100px;
}

/* line 383, ../includes/mediaplayer.scss */
#media_pager .page div.active {
  border: 1px solid #F16B37;
}

/* line 386, ../includes/mediaplayer.scss */
#media_loader .progress {
  margin: 0 auto;
  width: 80%;
}

/* line 390, ../includes/mediaplayer.scss */
#media_loader h3 {
  color: #FFFFFF;
  margin: 200px 0 10px;
}

/* line 394, ../includes/mediaplayer.scss */
#AlbumActiveItem {
  display: none;
}

/* line 396, ../includes/mediaplayer.scss */
#mpScreen {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}

/* line 407, ../includes/mediaplayer.scss */
#mpDetail {
  position: fixed;
  height: 90%;
  margin: 0 auto;
  width: 100%;
  top: 5%;
  left: 0;
  display: none;
}
/* line 415, ../includes/mediaplayer.scss */
#mpDetail .imagewrap {
  display: inline-block;
  background: #fff;
  padding: 10px 10px 0;
}
/* line 420, ../includes/mediaplayer.scss */
#mpDetail .chicklets {
  background: none;
}
/* line 423, ../includes/mediaplayer.scss */
#mpDetail .mpShare {
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 0;
}
/* line 428, ../includes/mediaplayer.scss */
#mpDetail .st_facebook, #mpDetail .st_twitter, #mpDetail .st_googleplus, #mpDetail .st_linkedin, #mpDetail .st_email, #mpDetail .st_pinterest {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}

/* line 435, ../includes/mediaplayer.scss */
#mpDetail a.butn {
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}

/* line 440, ../includes/mediaplayer.scss */
#mpCaption {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
}

/* line 446, ../includes/mediaplayer.scss */
#mpScreen .close {
  opacity: 1;
  top: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  color: #08c;
  text-shadow: none;
}

/* line 457, ../includes/mediaplayer.scss */
.socialButton {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: -6px;
}

/* line 465, ../includes/mediaplayer.scss */
#printButton {
  margin-left: 0px;
  top: inherit;
}

/* line 469, ../includes/mediaplayer.scss */
.video-profiles {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  background-size: cover;
  margin-bottom: 20px;
}

/* line 479, ../includes/mediaplayer.scss */
.video-announcements {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background-size: cover;
}

/* line 487, ../includes/mediaplayer.scss */
.history {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background-size: cover;
}

/* line 494, ../includes/mediaplayer.scss */
.tint-profiles {
  background: rgba(0, 0, 0, 0.4);
  padding: 140px 0;
}

/* line 499, ../includes/mediaplayer.scss */
.tint {
  background: rgba(0, 0, 0, 0.4);
  padding: 140px 0;
}

/* line 503, ../includes/mediaplayer.scss */
.las-video-tabs li a {
  color: #25374E;
}

/* line 506, ../includes/mediaplayer.scss */
.las-video-tabs li.active a {
  background-color: #F16B37;
  color: #fff;
}

/* line 510, ../includes/mediaplayer.scss */
.jewish-history .las-video .main .span6 {
  position: relative;
}

/* line 515, ../includes/mediaplayer.scss */
.las-video .video-title {
  font-size: 14px;
}

/* line 518, ../includes/mediaplayer.scss */
.jewish-history .las-video .video-title {
  color: #fff;
  transition: height 1s ease;
  line-height: 1.4em;
  bottom: 0;
  position: absolute;
  /* 3 times the line-height to show 3 lines */
  height: 5.6em;
  padding-bottom: 0 !important;
  overflow: auto;
}

/* line 530, ../includes/mediaplayer.scss */
.jewish-history .las-video .video-title:hover {
  height: 100%;
}

/* line 533, ../includes/mediaplayer.scss */
.las-video .video-title .history-description {
  padding: 0 7px;
}

/* line 536, ../includes/mediaplayer.scss */
.las-video .jewish-history-static-content {
  border-bottom: 1px #DDDDDD solid;
}

/* line 540, ../includes/mediaplayer.scss */
.las-video h3 a {
  color: #fff;
  opacity: 0.8;
  font-size: 1.5em;
  font-weight: 500;
}

/* line 546, ../includes/mediaplayer.scss */
.las-video h3 a:hover {
  text-align: none;
  cursor: pointer;
  text-decoration: none;
  /* 	color: #882350; */
  /* 	opacity: .3; */
}

/* line 553, ../includes/mediaplayer.scss */
.las-video h3 {
  background: rgba(255, 255, 255, 0.3);
  display: inline;
  padding: 40px;
}

/* line 558, ../includes/mediaplayer.scss */
.las-video #video_pager .main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 1200px) {
  /* line 567, ../includes/mediaplayer.scss */
  .photos_landing .section_header {
    width: 940px;
  }
}
@media (max-width: 991px) {
  /* line 572, ../includes/mediaplayer.scss */
  #video_pager .page {
    width: 48%;
  }

  /* line 575, ../includes/mediaplayer.scss */
  #video_pager .page:nth-child(2n) {
    margin-right: 0;
  }

  /* line 578, ../includes/mediaplayer.scss */
  #video_pager .page:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  /* line 584, ../includes/mediaplayer.scss */
  #video_pager .container {
    padding: 0;
  }
  /* line 587, ../includes/mediaplayer.scss */
  #video_pager img {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  /* line 595, ../includes/mediaplayer.scss */
  #video_pager .page {
    height: 100px;
  }
}
@media (max-width: 480px) {
  /* line 600, ../includes/mediaplayer.scss */
  #video_pager .page {
    width: 100%;
    height: 125px;
  }

  /* line 604, ../includes/mediaplayer.scss */
  .las-video .history-description {
    display: none;
  }

  /* line 608, ../includes/mediaplayer.scss */
  .las-video .video-title {
    transition: none !important;
  }

  /* line 612, ../includes/mediaplayer.scss */
  .las-video .video-title:hover {
    height: 5.6em !important;
  }
}
@media (max-width: 428px) {
  /* line 617, ../includes/mediaplayer.scss */
  .gateway_nav {
    margin-bottom: 18px !important;
  }

  /* line 621, ../includes/mediaplayer.scss */
  .las-video .video-profiles {
    margin-bottom: 10px;
  }
  /* line 624, ../includes/mediaplayer.scss */
  .las-video .video-announcements {
    margin-bottom: 10px;
  }
}
@media print {
  /* line 2, ../includes/touro-print.scss */
  .modal, ul.nav, .section_navigation, #SocialShare {
    display: none;
  }

  /* line 6, ../includes/touro-print.scss */
  a:link:after, a:visited:after {
    content: none;
    font-size: 90%;
  }

  /* line 10, ../includes/touro-print.scss */
  a[href^="/"]:after {
    content: none;
  }

  /* line 13, ../includes/touro-print.scss */
  .school-gse .school_header {
    display: none;
  }

  /* line 17, ../includes/touro-print.scss */
  .school-gse .navbar-static-top {
    display: none;
  }
  /* line 20, ../includes/touro-print.scss */
  .school-gse .school_nav {
    display: none;
  }
  /* line 23, ../includes/touro-print.scss */
  .school-gse #circle-logo {
    display: none;
  }
  /* line 26, ../includes/touro-print.scss */
  .school-gse .section_navigation {
    display: none;
  }
  /* line 29, ../includes/touro-print.scss */
  .school-gse .gateway_nav {
    display: none;
  }
  /* line 33, ../includes/touro-print.scss */
  .school-gse .main.outline {
    border: none;
  }
  /* line 37, ../includes/touro-print.scss */
  .school-gse .main .section_header {
    font-size: 14px;
  }
  /* line 40, ../includes/touro-print.scss */
  .school-gse .main .intro {
    font-size: 10px;
  }
  /* line 44, ../includes/touro-print.scss */
  .school-gse .modal {
    display: none;
  }
  /* line 48, ../includes/touro-print.scss */
  .school-gse .accordion-body .ng-scope.ng-binding {
    font-size: 14px;
  }
  /* line 53, ../includes/touro-print.scss */
  .school-gse #footer_wrap {
    display: none;
  }

  /* line 58, ../includes/touro-print.scss */
  .www .navbar-static-top {
    display: none;
  }
  /* line 61, ../includes/touro-print.scss */
  .www .school_nav {
    display: none;
  }
  /* line 64, ../includes/touro-print.scss */
  .www #circle-logo {
    display: none;
  }
  /* line 67, ../includes/touro-print.scss */
  .www .section_navigation {
    display: none;
  }
  /* line 70, ../includes/touro-print.scss */
  .www .gateway_nav {
    display: none;
  }
  /* line 74, ../includes/touro-print.scss */
  .www .main.outline {
    border: none;
  }
  /* line 78, ../includes/touro-print.scss */
  .www .main .section_header {
    font-size: 14px;
  }
  /* line 81, ../includes/touro-print.scss */
  .www .main .intro {
    font-size: 10px;
  }
  /* line 85, ../includes/touro-print.scss */
  .www .modal {
    display: none;
  }
  /* line 89, ../includes/touro-print.scss */
  .www .accordion-body .ng-scope.ng-binding {
    font-size: 14px;
  }
  /* line 94, ../includes/touro-print.scss */
  .www #footer_wrap, .www .navbar-static-top, .www #search_bar, .www .hidden-phone, .www #flipbanner, .www #lhn_navigation, .www #share_icons, .www #stOverlay, .www #stwrapper, .www #stSegmentFrame, .www #push {
    display: none;
  }
  /* line 97, ../includes/touro-print.scss */
  .www #wrap {
    min-height: 0;
  }
  /* line 100, ../includes/touro-print.scss */
  .www body, .www html {
    height: auto;
  }
  /* line 103, ../includes/touro-print.scss */
  .www #main_content {
    margin: 0;
  }
}
/* line 3, ../includes/touro-news-events.scss */
.news-and-events {
  background: #f1f0ea;
  /*
 .view-pr {
     .label {
        background-color: #E66665;
     }  
   }
   .view-tin {
    .label {
      background-color: #FFD504;
    }   
   }
   .view-featured {
    .label {
       background-color: #4F937A;
     }  
   }
*/
  /* Wrapper for page content to push down footer */
  /* Set the fixed height of the footer here */
  /*#push,
  
  #footer_wrap {
      height: 65px;
      overflow: hidden;
      padding: 20px;
  }
  */
}
/* line 5, ../includes/touro-news-events.scss */
.news-and-events .free-wall {
  margin: 0 0 10% 0;
}
/* line 8, ../includes/touro-news-events.scss */
.news-and-events .story-a {
  position: relative;
  display: block;
}
/* line 13, ../includes/touro-news-events.scss */
.news-and-events .latestPhotos .caption {
  bottom: -100%;
  position: absolute;
  transition: bottom 300ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  width: 350px;
  color: #fff;
  font-weight: 600;
}
/* line 22, ../includes/touro-news-events.scss */
.news-and-events .latestPhotos .latest-photo-banner:hover .caption {
  bottom: 0;
  width: 350px;
}
/* line 26, ../includes/touro-news-events.scss */
.news-and-events .latestPhotos .latest-photo-banner {
  width: 350px;
}
/* line 32, ../includes/touro-news-events.scss */
.news-and-events .subnav {
  margin: 0;
  padding: 0;
}
/* line 35, ../includes/touro-news-events.scss */
.news-and-events .subnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 37, ../includes/touro-news-events.scss */
.news-and-events .subnav li a {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px;
}
/* line 49, ../includes/touro-news-events.scss */
.news-and-events .main-banner.affixed-banner.affix {
  z-index: 10000;
  top: 0px;
  width: 100%;
}
/* line 56, ../includes/touro-news-events.scss */
.news-and-events .banner {
  border-bottom: solid 2px #fff;
  background-color: #2b3d54;
}
/* line 59, ../includes/touro-news-events.scss */
.news-and-events .banner h1 {
  color: #fff;
}
/* line 63, ../includes/touro-news-events.scss */
.news-and-events .banner, .news-and-events .nc-view {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto;
}
/* line 71, ../includes/touro-news-events.scss */
.news-and-events .banner h1.section_header, .news-and-events .nc-view h1.section_header {
  margin: 0;
  margin-top: 20px;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0px 0px 0px;
  line-height: 30px;
  color: #fff;
}
/* line 82, ../includes/touro-news-events.scss */
.news-and-events .banner h2, .news-and-events .nc-view h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
/* line 89, ../includes/touro-news-events.scss */
.news-and-events .banner h3, .news-and-events .nc-view h3 {
  margin: 0;
  color: #3e3d54;
  font-weight: normal;
}
/* line 95, ../includes/touro-news-events.scss */
.news-and-events .banner .main-title h2, .news-and-events .nc-view .main-title h2 {
  display: none;
}
/* line 101, ../includes/touro-news-events.scss */
.news-and-events .nc-view {
  background-color: #f1f0ea;
}
/* line 107, ../includes/touro-news-events.scss */
.news-and-events .nc-view {
  height: auto;
  overflow: hidden;
}
/* line 110, ../includes/touro-news-events.scss */
.news-and-events .nc-view .loading {
  padding: 50px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  margin-top: 20px;
}
/* line 118, ../includes/touro-news-events.scss */
.news-and-events .nc-view .row-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
/* line 123, ../includes/touro-news-events.scss */
.news-and-events .nc-view .container {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}
/* line 129, ../includes/touro-news-events.scss */
.news-and-events .nc-view .bg-image {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: auto;
}
/* line 136, ../includes/touro-news-events.scss */
.news-and-events .view-contact-us {
  padding-top: 20px;
  background-color: transparent;
}
/* line 139, ../includes/touro-news-events.scss */
.news-and-events .view-contact-us h2 {
  color: #333;
  margin-bottom: 20px;
}
/* line 144, ../includes/touro-news-events.scss */
.news-and-events a.span4 {
  text-decoration: none;
  margin-top: 20px;
  transition: box-shadow 1s;
  -webkit-transition: box-shadow 1s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: box-shadow 1s;
  -ms-transition: box-shadow 1s;
  -o-transition: box-shadow 1s;
}
/* line 153, ../includes/touro-news-events.scss */
.news-and-events a.span4:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
/* line 157, ../includes/touro-news-events.scss */
.news-and-events a.span4:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 25px, rgba(0, 0, 0, 0.8) 0 0 3px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 25px, rgba(0, 0, 0, 0.8) 0 0 3px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 25px, rgba(0, 0, 0, 0.8) 0 0 3px 1px inset;
}
/* line 164, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper {
  height: 250px;
  height: 250px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: rgba(43, 61, 83, 0.8);
}
/* line 173, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .story {
  color: #666;
  background-color: #fff;
  margin: 10px;
  padding: 20px;
}
/* line 179, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: normal;
  position: relative;
  line-height: 1.4em;
  height: 2.8em;
}
/* line 192, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .content-box {
  text-decoration: none;
}
/* line 194, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .content-box .tile-container {
  position: relative;
}
/* line 197, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .content-box .tile-container .tile-text {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 209, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 216, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-front {
  height: 250px;
}
/* line 223, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-front .label {
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 13px;
  margin-top: 10px;
}
/* line 229, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-front .label.pr {
  background-color: #4F937A;
}
/* line 232, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-front .label.tin {
  background-color: #F47D43;
}
/* line 235, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-front .label.fs {
  background-color: #076BB6;
}
/* line 241, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-back {
  padding: 20px 20px 0 20px;
  position: absolute;
  min-height: 250px;
  min-width: 100%;
}
/* line 246, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-back.pr {
  background-color: #4F937A;
}
/* line 249, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-back.tin {
  background-color: #F47D43;
}
/* line 252, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-back.fs {
  background-color: #076BB6;
}
/* line 256, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-back h3 {
  font-weigh: 600;
  color: #fff;
}
/* line 262, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-back .intro_text {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
  position: relative;
  line-height: 1.4em;
  height: 4.2em;
}
/* line 274, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title.tile-back .read-more {
  float: right;
  color: #fff;
}
/* line 282, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title .tile-img {
  position: absolute;
  top: 0;
  max-width: none !important;
}
/* line 286, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title .tile-img.square {
  zoom: 1.2;
}
/* line 292, ../includes/touro-news-events.scss */
.news-and-events a.span4 .story-wrapper .title .tile-img.horizontal {
  zoom: 1.2;
}
/* line 319, ../includes/touro-news-events.scss */
.news-and-events a.header {
  color: #162944;
  font-family: 'helvetica', sans-serif;
  font-style: normal;
  font-size: 2.625em;
  line-height: normal;
  text-transform: uppercase;
}
/* line 327, ../includes/touro-news-events.scss */
.news-and-events a.header span {
  color: #463E35;
  display: block;
  font-family: 'georgia', serif;
  font-size: 22px;
  font-weight: 100;
  text-transform: none;
  margin-top: 10px;
}
/* line 346, ../includes/touro-news-events.scss */
.news-and-events .view-featured a.see-all-link {
  color: #3e3d54;
}
/* line 353, ../includes/touro-news-events.scss */
.news-and-events .view-pr .section-hdr h3, .news-and-events .view-pr .section-hdr .see-all-link {
  color: #fff;
}
/* line 362, ../includes/touro-news-events.scss */
.news-and-events .view-tin .section-hdr h3, .news-and-events .view-tin .section-hdr .see-all-link {
  color: #fff;
}
/* line 368, ../includes/touro-news-events.scss */
.news-and-events .section-hdr {
  padding-top: 47px;
}
/* line 373, ../includes/touro-news-events.scss */
.news-and-events a.story-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 375, ../includes/touro-news-events.scss */
.news-and-events a.story-wrapper:hover {
  text-decoration: none;
}
/* line 378, ../includes/touro-news-events.scss */
.news-and-events a.story-wrapper .title {
  color: #fff;
  font-size: 25px;
  line-height: normal;
  padding: 15px;
  height: 285px;
}
/* line 395, ../includes/touro-news-events.scss */
.news-and-events .story a {
  color: #ff0000;
  text-decoration: none;
}
/* line 400, ../includes/touro-news-events.scss */
.news-and-events .story a:hover {
  text-decoration: underline;
}
/* line 404, ../includes/touro-news-events.scss */
.news-and-events .tnStory {
  width: 25%;
  height: 25%;
}
/* line 409, ../includes/touro-news-events.scss */
.news-and-events html, .news-and-events body {
  height: 100%;
}
/* line 412, ../includes/touro-news-events.scss */
.news-and-events body {
  line-height: 20px;
}
/* line 416, ../includes/touro-news-events.scss */
.news-and-events #wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto 80px;
  background-color: #f1f0ea;
}
/* line 425, ../includes/touro-news-events.scss */
.news-and-events #main {
  background-color: #dfe2e9;
}
/* line 446, ../includes/touro-news-events.scss */
.news-and-events body li.subcategory a {
  padding: none;
}
/* line 459, ../includes/touro-news-events.scss */
.news-and-events *, .news-and-events *:before, .news-and-events *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 463, ../includes/touro-news-events.scss */
.news-and-events .he-date {
  color: #999;
  font-size: 18px;
  font-weight: bold;
}
/* line 471, ../includes/touro-news-events.scss */
.news-and-events .navbar-static-top.navbar .brand {
  color: #FFFFFF !important;
  font-size: 1em !important;
  font-weight: 200 !important;
  text-shadow: none !important;
}
/* line 478, ../includes/touro-news-events.scss */
.news-and-events .navbar-static-top .navbar-inner {
  background-image: none !important;
  background-color: #2B3D54;
}
/* line 489, ../includes/touro-news-events.scss */
.news-and-events .slick-banner {
  margin-top: 30px;
}
/* line 491, ../includes/touro-news-events.scss */
.news-and-events .slick-banner .slick-dots {
  bottom: -35px;
}
/* line 496, ../includes/touro-news-events.scss */
.news-and-events .slick-next {
  margin-right: 40px;
}
/* line 499, ../includes/touro-news-events.scss */
.news-and-events .slick-prev {
  margin-left: 40px;
}

/* line 507, ../includes/touro-news-events.scss */
.gssw .tile-container .content-box img {
  left: 0;
}
/* line 510, ../includes/touro-news-events.scss */
.gssw .tile-container .content-box .tile-over-img-text {
  z-index: 100;
  position: absolute;
  top: 100;
  left: 0;
  padding: 10px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

/*************** SCROLLBAR BASE CSS ***************/
/* line 3, ../includes/scrollbar.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 9, ../includes/scrollbar.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

/* line 24, ../includes/scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 29, ../includes/scrollbar.scss */
.scroll-element {
  display: none;
}

/* line 32, ../includes/scrollbar.scss */
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

/* line 36, ../includes/scrollbar.scss */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 41, ../includes/scrollbar.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 46, ../includes/scrollbar.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

/* line 50, ../includes/scrollbar.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 53, ../includes/scrollbar.scss */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

/* line 67, ../includes/scrollbar.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 82, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 92, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 100, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 107, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

/* line 114, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 118, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 126, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 133, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/* line 134, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/* line 135, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/* line 136, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 141, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 142, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 145, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 146, ../includes/scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 159, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 169, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

/* line 173, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 181, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

/* line 188, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 195, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

/* line 196, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 198, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 199, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

/* line 201, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 209, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 210, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 211, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 216, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 217, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 219, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 220, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 225, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 226, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 228, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 229, ../includes/scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
/* line 242, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 253, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 261, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

/* line 262, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 280, ../includes/scrollbar.scss */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 288, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

/* line 297, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
/* line 306, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

/* line 307, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

/* line 309, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

/* line 310, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 312, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

/* line 313, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 316, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 317, ../includes/scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
/* line 330, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 340, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

/* line 344, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 352, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 358, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 373, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 381, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

/* line 389, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
/* line 407, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 408, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 410, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

/* line 411, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

/* line 413, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

/* line 414, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 416, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

/* line 417, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 421, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 422, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 424, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 425, ../includes/scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
/* line 438, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 449, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

/* line 453, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 461, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 466, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 471, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

/* line 480, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 489, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 499, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
/* line 505, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 506, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

/* line 508, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

/* line 509, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

/* line 511, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

/* line 512, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

/* line 514, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

/* line 515, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 519, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

/* line 520, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

/* line 522, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

/* line 523, ../includes/scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
/* line 536, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 547, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 555, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 563, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

/* line 571, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 578, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 593, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
/* line 603, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

/* line 609, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

/* line 616, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

/* line 628, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

/* line 640, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 641, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 646, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 647, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
/* line 652, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 660, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

/* line 664, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 674, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

/* line 679, ../includes/scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 696, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 707, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

/* line 711, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 721, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

/* line 726, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 734, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

/* line 742, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 752, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

/* line 757, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
/* line 764, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

/* line 765, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

/* line 767, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

/* line 768, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

/* line 770, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

/* line 771, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

/* line 772, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

/* line 774, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

/* line 775, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

/* line 776, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 780, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 781, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 783, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 784, ../includes/scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

@font-face {
  /* line 3, ../includes/www-blog.scss */
  .blog_layout {
    font-family: kokila;
    src: url(/fonts/kokila2.ttf);
  }
}
/* line 10, ../includes/www-blog.scss */
.blog_layout .blog_well {
  max-width: 1260px;
  margin: 0 auto;
}
/* line 14, ../includes/www-blog.scss */
.blog_layout .featured-story-main-content h3 span {
  font-style: normal;
}
/* line 17, ../includes/www-blog.scss */
.blog_layout .featured-story-main-content h3 span.date {
  font-size: 1em;
}
/* line 20, ../includes/www-blog.scss */
.blog_layout #sub_navigation .section_navigation .multilevel-linkul-0 {
  display: none;
}
/* line 23, ../includes/www-blog.scss */
.blog_layout .fsBody {
  background-color: inherit;
}
/* line 25, ../includes/www-blog.scss */
.blog_layout .fsBody .fsForm {
  background-color: inherit;
  padding: 0;
}
/* line 28, ../includes/www-blog.scss */
.blog_layout .fsBody .fsForm .fsSection {
  float: left;
  width: 46%;
  padding: 2%;
}
/* line 32, ../includes/www-blog.scss */
.blog_layout .fsBody .fsForm .fsSection .fsSectionHeader {
  display: none;
}
/* line 35, ../includes/www-blog.scss */
.blog_layout .fsBody .fsForm .fsSection input {
  width: 100%;
  height: 62px;
  padding: 20px 16px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
}
/* line 43, ../includes/www-blog.scss */
.blog_layout .fsBody .fsForm .fsSection textarea {
  width: 100%;
  height: 338px;
  padding: 20px 16px;
  border-radius: 4px;
}
/* line 50, ../includes/www-blog.scss */
.blog_layout .fsBody .fsForm .fsSubmit input.fsSubmitButton {
  background-color: #55d8da !important;
  color: #fff;
  box-shadow: none;
  border: 0;
  padding: 25px 85px;
  text-transform: uppercase;
  border-radius: 3px;
}
/* line 62, ../includes/www-blog.scss */
.blog_layout #hero {
  margin: 0 auto 0;
  display: table;
  width: 100%;
}
/* line 66, ../includes/www-blog.scss */
.blog_layout #hero .header {
  background-image: url(/images/blog/header_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  padding: 40px 0 40px;
}
/* line 72, ../includes/www-blog.scss */
.blog_layout #hero .header h2 {
  background-image: url(/images/blog/hdr_borders.png);
  background-position: center;
  max-width: 480px;
  margin: 0 auto;
  height: 120px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 120px;
  font-style: normal;
  color: #fff;
}
/* line 85, ../includes/www-blog.scss */
.blog_layout #hero .header h2 a {
  color: #fff;
}
/* line 90, ../includes/www-blog.scss */
.blog_layout #hero #lhn_navigation {
  vertical-align: top;
  width: 225px;
  padding: 20px 20px 20px 0;
  display: table-cell;
}
/* line 95, ../includes/www-blog.scss */
.blog_layout #hero #lhn_navigation h2 {
  font-size: 1.4375em;
}
/* line 98, ../includes/www-blog.scss */
.blog_layout #hero #lhn_navigation li {
  font-size: 1.125em;
}
/* line 101, ../includes/www-blog.scss */
.blog_layout #hero #lhn_navigation .section_navigation {
  border: 0;
  margin: 0;
}
/* line 108, ../includes/www-blog.scss */
.blog_layout .blog_detail #hero {
  margin-bottom: 30px;
}
/* line 110, ../includes/www-blog.scss */
.blog_layout .blog_detail #hero #lhn_navigation {
  display: none;
}
/* line 117, ../includes/www-blog.scss */
.blog_layout #hero.general {
  max-width: none;
  width: 100%;
  height: 203px;
  background-image: url(/images/blog/beascribe_background.jpg);
}
/* line 122, ../includes/www-blog.scss */
.blog_layout #hero.general .header {
  float: none;
  background-image: none;
  display: block;
  padding: 90px 0px 0px;
}
/* line 127, ../includes/www-blog.scss */
.blog_layout #hero.general .header h2 {
  background-image: none;
  text-align: center;
  margin: 0;
  color: #fff;
  font-family: Kokila;
  font-size: 2.25em;
  line-height: normal;
  font-style: normal;
  width: 100%;
  background-image: none;
  max-width: none;
  text-transform: uppercase;
}
/* line 145, ../includes/www-blog.scss */
.blog_layout #main_content {
  margin: 0 auto;
}
/* line 147, ../includes/www-blog.scss */
.blog_layout #main_content .keywords_list {
  margin: 20px 0;
}
/* line 150, ../includes/www-blog.scss */
.blog_layout #main_content .results {
  margin-bottom: 36px;
}
/* line 153, ../includes/www-blog.scss */
.blog_layout #main_content .news-main-image {
  width: auto;
}
/* line 155, ../includes/www-blog.scss */
.blog_layout #main_content .news-main-image .image {
  margin: 0;
}
/* line 159, ../includes/www-blog.scss */
.blog_layout #main_content .entry {
  width: 630px;
  height: 236px;
  float: left;
  position: relative;
}
/* line 164, ../includes/www-blog.scss */
.blog_layout #main_content .entry .col {
  width: 314px;
  height: 234px;
  border: 1px solid #d0d0d0;
  position: absolute;
  z-index: 0;
}
/* line 171, ../includes/www-blog.scss */
.blog_layout #main_content .entry .read_icon {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 292px;
  top: 97px;
  background-image: url(/images/blog/icon.png);
  z-index: 5;
}
/* line 181, ../includes/www-blog.scss */
.blog_layout #main_content .entry .image {
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
}
/* line 186, ../includes/www-blog.scss */
.blog_layout #main_content .entry .image img {
  width: 100% !important;
  height: auto !important;
}
/* line 191, ../includes/www-blog.scss */
.blog_layout #main_content .entry .content {
  top: 0;
  left: 314px;
  padding: 20px;
  width: 274px;
  height: 194px;
  text-align: center;
}
/* line 198, ../includes/www-blog.scss */
.blog_layout #main_content .entry .content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  color: #181a1c;
  font-style: normal;
  text-align: center;
}
/* line 205, ../includes/www-blog.scss */
.blog_layout #main_content .entry .content p.intro {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875em;
  color: #181a1c;
  font-style: normal;
  text-align: center;
}
/* line 212, ../includes/www-blog.scss */
.blog_layout #main_content .entry .content .read_more {
  display: inline-block;
  color: #fff;
  background-color: #1ccbce;
  font-family: kokila;
  font-size: 1.158em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 15px;
}
/* line 226, ../includes/www-blog.scss */
.blog_layout #main_content .entry:nth-child(3n) .image, .blog_layout #main_content .entry:nth-child(4n) .image {
  left: 314px;
}
/* line 229, ../includes/www-blog.scss */
.blog_layout #main_content .entry:nth-child(3n) .content, .blog_layout #main_content .entry:nth-child(4n) .content {
  left: 0;
}
/* line 235, ../includes/www-blog.scss */
.blog_layout #main_content.general {
  padding-top: 50px;
}
/* line 237, ../includes/www-blog.scss */
.blog_layout #main_content.general p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125em;
  color: #434445;
}
/* line 243, ../includes/www-blog.scss */
.blog_layout #main_content.beascribe {
  padding-top: 140px;
}
/* line 246, ../includes/www-blog.scss */
.blog_layout #main_content.beascribe form {
  margin-bottom: 65px;
}
/* line 249, ../includes/www-blog.scss */
.blog_layout #main_content.beascribe .column {
  float: left;
  width: 50%;
}
/* line 252, ../includes/www-blog.scss */
.blog_layout #main_content.beascribe .column input {
  width: 90%;
  height: 16px;
  padding: 20px 16px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}
/* line 260, ../includes/www-blog.scss */
.blog_layout #main_content.beascribe .column textarea {
  width: 90%;
  height: 191px;
  padding: 20px 16px;
}
/* line 266, ../includes/www-blog.scss */
.blog_layout #main_content.beascribe .submitrow {
  text-align: center;
}
/* line 269, ../includes/www-blog.scss */
.blog_layout #main_content.beascribe .submitrow input {
  background-color: #55d8da;
  color: #fff;
  box-shadow: none;
  border: 0;
  padding: 25px 85px;
  text-transform: uppercase;
  border-radius: 3px;
}
/* line 281, ../includes/www-blog.scss */
.blog_layout #main_content.detail .column {
  width: 50%;
  float: left;
}
/* line 285, ../includes/www-blog.scss */
.blog_layout #main_content.detail .left_column {
  position: relative;
}
/* line 287, ../includes/www-blog.scss */
.blog_layout #main_content.detail .left_column .header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 4px 40px;
  box-sizing: border-box;
}
/* line 297, ../includes/www-blog.scss */
.blog_layout #main_content.detail .left_column .header h2 {
  border-bottom: 1px solid #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  padding: 24px 0;
  color: #fff;
  margin-bottom: 28px;
  font-style: normal;
}
/* line 307, ../includes/www-blog.scss */
.blog_layout #main_content.detail .left_column .header p {
  margin-bottom: 24px;
  font-style: italic;
}
/* line 310, ../includes/www-blog.scss */
.blog_layout #main_content.detail .left_column .header p span {
  font-style: normal;
  text-transform: uppercase;
}
/* line 317, ../includes/www-blog.scss */
.blog_layout #main_content.detail .right_column {
  padding: 210px 94px 15px;
  box-sizing: border-box;
}
/* line 320, ../includes/www-blog.scss */
.blog_layout #main_content.detail .right_column .divider {
  margin-bottom: 30px;
  text-align: center;
}
/* line 324, ../includes/www-blog.scss */
.blog_layout #main_content.detail .right_column .content {
  font-family: kokila;
  font-size: 24px;
  line-height: normal;
  color: #6a6c6e;
  width: 100%;
}
/* line 330, ../includes/www-blog.scss */
.blog_layout #main_content.detail .right_column .content p {
  margin: 0 1em 1em;
}
/* line 334, ../includes/www-blog.scss */
.blog_layout #main_content.detail .right_column .scrollbar-dynamic {
  max-height: 275px;
  overflow: auto;
}
/* line 339, ../includes/www-blog.scss */
.blog_layout #main_content.detail .slideshow {
  margin: 40px 0;
}
/* line 342, ../includes/www-blog.scss */
.blog_layout #main_content.detail .video-wrapper {
  width: 600px;
  margin: 40px auto;
}
/* line 348, ../includes/www-blog.scss */
.blog_layout #main_nav {
  background-color: rgba(211, 212, 212, 0.8);
  position: fixed;
  left: 0;
  top: 41px;
  z-index: 50;
  width: 100%;
}
/* line 355, ../includes/www-blog.scss */
.blog_layout #main_nav .blog_well {
  height: 131px;
}
/* line 358, ../includes/www-blog.scss */
.blog_layout #main_nav .logo {
  float: left;
  width: 50%;
  height: 133px;
}
/* line 363, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation {
  width: 50%;
  float: right;
  position: relative;
}
/* line 367, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation ul {
  list-style: none;
  margin: 0;
  height: 133px;
  display: table;
  float: right;
}
/* line 373, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation ul li {
  display: table-cell;
  font-family: Kokila;
  padding-right: 25px;
  vertical-align: middle;
}
/* line 378, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation ul li a {
  font-size: 1.125em;
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
/* line 385, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation ul li:last-child {
  padding-right: 0;
}
/* line 390, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation-button-wrapper {
  display: none;
  background-color: #e5e5e5;
  position: absolute;
  top: 46px;
  right: 20px;
  font-family: Kokila;
  font-size: 1.125em;
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 10px 20px;
}
/* line 403, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation-button-wrapper a, .blog_layout #main_nav .navigation-button-wrapper a:hover {
  color: #353535;
  text-decoration: none;
  cursor: pointer;
}
/* line 408, ../includes/www-blog.scss */
.blog_layout #main_nav .navigation-button-wrapper::before {
  content: "\f0c9";
  font: normal normal normal 14px/1 FontAwesome;
}
/* line 414, ../includes/www-blog.scss */
.blog_layout #sub_footer {
  margin: 0 auto;
  max-width: 1260px;
  padding: 75px 0;
}
/* line 418, ../includes/www-blog.scss */
.blog_layout #sub_footer .half_column {
  float: left;
  width: 630px;
  float: left;
}
/* line 422, ../includes/www-blog.scss */
.blog_layout #sub_footer .half_column h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125em;
  color: #353535;
  font-weight: strong;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 1290px) {
  /* line 438, ../includes/www-blog.scss */
  .blog_layout .container, .blog_layout .navbar-static-top .container {
    width: 1260px;
  }
}
@media screen and (max-width: 1366px) {
  /* line 446, ../includes/www-blog.scss */
  .blog_layout #hero #lhn_navigation {
    width: 18%;
    box-sizing: border-box;
  }
  /* line 450, ../includes/www-blog.scss */
  .blog_layout #hero .header {
    width: 82%;
    max-width: 1101px;
  }
}
@media screen and (max-width: 1260px) {
  /* line 458, ../includes/www-blog.scss */
  .blog_layout #hero #lhn_navigation {
    width: 20%;
    box-sizing: border-box;
  }
  /* line 462, ../includes/www-blog.scss */
  .blog_layout #hero .header {
    width: 80%;
    max-width: 1101px;
  }
  /* line 467, ../includes/www-blog.scss */
  .blog_layout #main_content .entry {
    float: none;
    margin: 0 auto;
  }
  /* line 472, ../includes/www-blog.scss */
  .blog_layout #main_content .entry:nth-child(3n) .image, .blog_layout #main_content .entry:nth-child(4n) .image {
    left: 0;
  }
  /* line 475, ../includes/www-blog.scss */
  .blog_layout #main_content .entry:nth-child(3n) .content, .blog_layout #main_content .entry:nth-child(4n) .content {
    left: 314px;
  }
  /* line 480, ../includes/www-blog.scss */
  .blog_layout #main_content .entry:nth-child(2n) .image {
    left: 314px;
  }
  /* line 483, ../includes/www-blog.scss */
  .blog_layout #main_content .entry:nth-child(2n) .content {
    left: 0;
  }
  /* line 487, ../includes/www-blog.scss */
  .blog_layout #main_content .keywords_list {
    padding: 0 20px;
  }
  /* line 491, ../includes/www-blog.scss */
  .blog_layout #main_content.detail {
    margin-top: 176px;
  }
  /* line 493, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .right_column {
    padding: 60px 60px 15px;
  }
  /* line 495, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .right_column .scrollbar-dynamic {
    max-height: 300px;
  }
  /* line 500, ../includes/www-blog.scss */
  .blog_layout #main_nav .navigation {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1101px) {
  /* line 508, ../includes/www-blog.scss */
  .blog_layout #hero #lhn_navigation {
    width: 25%;
    box-sizing: border-box;
  }
  /* line 512, ../includes/www-blog.scss */
  .blog_layout #hero .header {
    width: 75%;
    max-width: 1101px;
  }
  /* line 516, ../includes/www-blog.scss */
  .blog_layout #main_nav .logo {
    width: 40%;
  }
  /* line 519, ../includes/www-blog.scss */
  .blog_layout #main_nav .navigation {
    width: 60%;
  }
  /* line 522, ../includes/www-blog.scss */
  .blog_layout #hero .header {
    display: table-cell;
    text-align: center;
    padding: 60px 0;
  }
  /* line 528, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .column {
    width: 100%;
    float: none;
  }
  /* line 533, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .left_column img {
    display: none;
  }
  /* line 534, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .left_column .header {
    position: static;
    background: none;
    text-align: center;
    color: #6a6c6e;
    padding: 60px 60px 0;
  }
  /* line 540, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .left_column .header h2 {
    color: #6a6c6e;
    border-bottom: 1px solid #6a6c6e;
  }
  /* line 546, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .right_column .scrollbar-dynamic {
    max-height: none  !important;
    overflow: visible !important;
  }
  /* line 549, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .right_column .scrollbar-dynamic .scroll-content {
    overflow: visible !important;
  }
  /* line 553, ../includes/www-blog.scss */
  .blog_layout #main_content.detail .keywords_list {
    padding: 0 60px;
  }
}
@media screen and (max-width: 960px) {
  /* line 562, ../includes/www-blog.scss */
  .blog_layout #main_content #main_content_col {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 940px) {
  /* line 573, ../includes/www-blog.scss */
  .blog_layout #main_nav .blog_well {
    height: auto;
  }
  /* line 575, ../includes/www-blog.scss */
  .blog_layout #main_nav .blog_well .navigation {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
    display: none;
  }
  /* line 581, ../includes/www-blog.scss */
  .blog_layout #main_nav .blog_well .navigation ul {
    display: block;
    width: 100%;
    float: none;
    height: auto;
  }
  /* line 586, ../includes/www-blog.scss */
  .blog_layout #main_nav .blog_well .navigation ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #353535;
    text-align: center;
  }
  /* line 595, ../includes/www-blog.scss */
  .blog_layout #main_nav .blog_well .navigation-button-wrapper {
    display: inline-block;
  }
}
@media screen and (max-width: 835px) {
  /* line 604, ../includes/www-blog.scss */
  .blog_layout #hero {
    margin: 0 auto;
  }
  /* line 608, ../includes/www-blog.scss */
  .blog_layout #main_nav {
    top: 99px;
  }
  /* line 612, ../includes/www-blog.scss */
  .blog_layout #main_nav .logo {
    width: 100%;
  }
  /* line 616, ../includes/www-blog.scss */
  .blog_layout .navbar-static-top .brand {
    padding: 0.5em 0;
    display: block;
    float: none;
    font-size: 15px;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }
  /* line 625, ../includes/www-blog.scss */
  .blog_layout .navbar-static-top .nav {
    display: table;
    float: none;
    left: auto;
    width: 100%;
  }
  /* line 630, ../includes/www-blog.scss */
  .blog_layout .navbar-static-top .nav li {
    display: table-cell;
    text-align: center;
    width: 16%;
  }
  /* line 634, ../includes/www-blog.scss */
  .blog_layout .navbar-static-top .nav li a {
    font-weight: normal;
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 646, ../includes/www-blog.scss */
  .blog_layout #hero #lhn_navigation {
    width: 20%;
    box-sizing: border-box;
  }
  /* line 650, ../includes/www-blog.scss */
  .blog_layout #hero .header {
    width: 80%;
    max-width: 1101px;
  }
  /* line 654, ../includes/www-blog.scss */
  .blog_layout #lhn_navigation .section_navigation {
    border: 0;
    margin-right: 0;
  }
  /* line 657, ../includes/www-blog.scss */
  .blog_layout #lhn_navigation .section_navigation ul {
    background: inherit;
    border: 0;
  }
}
@media screen and (max-width: 630px) {
  /* line 667, ../includes/www-blog.scss */
  .blog_layout #hero #lhn_navigation {
    width: 100%;
    display: block;
    padding: 0;
  }
  /* line 671, ../includes/www-blog.scss */
  .blog_layout #hero #lhn_navigation .navigation-items {
    padding: 0;
    width: 100%;
  }
  /* line 674, ../includes/www-blog.scss */
  .blog_layout #hero #lhn_navigation .navigation-items li {
    display: block;
    text-align: center;
  }
  /* line 680, ../includes/www-blog.scss */
  .blog_layout #hero .header {
    width: 100%;
    display: block;
  }
  /* line 685, ../includes/www-blog.scss */
  .blog_layout #main_content .entry, .blog_layout #main_content .entry:nth-child(2n), .blog_layout #main_content .entry:nth-child(3n) {
    width: 316px;
    height: 472px;
  }
  /* line 688, ../includes/www-blog.scss */
  .blog_layout #main_content .entry .image, .blog_layout #main_content .entry:nth-child(2n) .image, .blog_layout #main_content .entry:nth-child(3n) .image {
    left: 0;
  }
  /* line 691, ../includes/www-blog.scss */
  .blog_layout #main_content .entry .content, .blog_layout #main_content .entry:nth-child(2n) .content, .blog_layout #main_content .entry:nth-child(3n) .content {
    top: 236px;
    left: 0;
  }
  /* line 695, ../includes/www-blog.scss */
  .blog_layout #main_content .entry .read_icon, .blog_layout #main_content .entry:nth-child(2n) .read_icon, .blog_layout #main_content .entry:nth-child(3n) .read_icon {
    left: 136px;
    top: 214px;
  }
}
@media screen and (max-width: 481px) {
  /* line 707, ../includes/www-blog.scss */
  .blog_layout #main_nav {
    top: 84px;
  }
  /* line 709, ../includes/www-blog.scss */
  .blog_layout #main_nav .blog_well {
    text-align: center;
  }
  /* line 711, ../includes/www-blog.scss */
  .blog_layout #main_nav .blog_well .navigation-button-wrapper {
    position: static;
    margin-bottom: 20px;
  }
  /* line 717, ../includes/www-blog.scss */
  .blog_layout #main_content.detail {
    margin-top: 278px;
  }
}
/* line 1, ../includes/instagram.scss */
#instagram-well {
  display: table;
}

/* line 4, ../includes/instagram.scss */
#instagram-well div.column {
  display: table-cell;
  vertical-align: top;
}

/* line 8, ../includes/instagram.scss */
.instagram-container {
  padding: 20px;
}

/* line 11, ../includes/instagram.scss */
#instagram-well div.column .item {
  width: 100%;
}

/* line 14, ../includes/instagram.scss */
#instagram-well div.column div.content {
  width: auto;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 10px 10px;
}

/* line 22, ../includes/instagram.scss */
#instagram-well div.column div.content h3 {
  margin-top: 0;
  font-size: 1.5em;
  color: #000;
}

/* line 27, ../includes/instagram.scss */
#instagram-well div.column div.content h4 {
  margin-top: 0;
  font-size: 1.15em;
  color: #000;
}

/* line 32, ../includes/instagram.scss */
#instagram-well div.column div.content p {
  font-size: 14px;
  line-height: 1.5em;
}

/* line 36, ../includes/instagram.scss */
#instagram-well .portrait {
  text-align: center;
  margin: 0 auto 10px;
  float: left;
  display: inline-block;
}

/* line 42, ../includes/instagram.scss */
#instagram-well .portrait img {
  width: 100%;
}

/* line 45, ../includes/instagram.scss */
#instagram-well ul.columns {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: table;
}
/* line 50, ../includes/instagram.scss */
#instagram-well ul.columns li {
  display: table-cell;
}

/* line 55, ../includes/instagram.scss */
#instagram-well ul.columns li:first-child {
  padding-right: 20px;
}

/* line 58, ../includes/instagram.scss */
#instagram-well ul.columns li:last-child {
  text-align: right;
}

/* line 61, ../includes/instagram.scss */
#instagram-well .st_email {
  display: inline-block;
  width: 16px;
  overflow: hidden;
  padding: 0px;
  background-image: none;
}

/* line 68, ../includes/instagram.scss */
#instagram-well .st_email .stButton {
  margin: 2px 0 0;
}

/* line 71, ../includes/instagram.scss */
#instagram-well .fa {
  color: #006DA7;
  font-size: 20px;
}

/* line 75, ../includes/instagram.scss */
#instagram_more, #instagram_link {
  margin: 20px;
  text-align: center;
}

/* line 79, ../includes/instagram.scss */
.instagram-page h1.section_header {
  margin: 20px 30px 0;
}

/* line 82, ../includes/instagram.scss */
#instagram-well .copyright_link, #instagram-well .time {
  font-size: 0.8em;
}

/* line 85, ../includes/instagram.scss */
#instagram_more .btn-primary {
  background: transparent linear-gradient(to right, #124b76 0%, #1967a2 100%) repeat scroll 0% 0%;
}

/* line 88, ../includes/instagram.scss */
.news_feature .instagram-photo {
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

/* line 95, ../includes/instagram.scss */
.news_feature .instagram-photo:after {
  padding-bottom: 100%;
  display: block;
  content: "";
}

/* line 100, ../includes/instagram.scss */
.instagram-hp2 .instagram-photo {
  height: 215px;
}
/* line 102, ../includes/instagram.scss */
.instagram-hp2 .instagram-photo img {
  width: 100%;
}

/* line 104, ../includes/instagram.scss */
#instagram-grid-well.row-fluid [class*="span"]:nth-child(4n+1) {
  margin-left: 0;
}

/* line 107, ../includes/instagram.scss */
#instagram-grid-well.row-fluid [class*="span"] {
  margin-bottom: 2.5641025641%;
}

@media (max-width: 480px) {
  /* line 111, ../includes/instagram.scss */
  #instagram-well .portrait {
    margin: 0 auto 15px;
    float: none;
    width: auto;
  }
}
/* line 1, ../includes/library-pro-styles.scss */
#main_content_col {
  /* VERSION[] = "$Date: 2013-10-26 12:39:03 -0700 (Sat, 26 Oct 2013) $ @(#) ProStyles.css $Rev: 220717 $ @(#)"; */
  /* ProStyles.css is a system generated stylesheet to provide a basic amount of styling to */
  /* create an attractive look for the catalog. This file is linked before any other */
  /* stylesheets defined with the STYLESHEET web option. Therefore, the styles within ProStyles */
  /* can be modified by redefining the class styles in any subsequent stylesheet. */
  /* Section 1 */
  /*Global tag styles*/
  /* Section 2 */
  /* named styles listed in alphabetical order */
  /*controls display of authority redirect information */
  /* This is used in the Materials Booking calendar */
  /* classes for bib display */
  /* see also Web options TABLEPARAM_BIB... */
  /* These are used for Materials Self-Booking */
  /* Brief Citation display styles */
  /* classes for browse displays */
  /* See also Web options BROWSE_HEADERS, TABLEPARAM_BROWSE..., TABLEPARAM_BRIEFCIT */
  /* Is an Entries column ever drawn in Extended browse? */
  /* This is used in the Materials Booking calendar */
  /* External Patron Authentication product style */
  /* External Patron Authentication product style */
  /* used for search help pages tabbed navigation */
  /* This is used in the featured list display */
  /* Used in Related Searches display */
  /* External Patron Authentication product style */
  /* External Patron Authentication product style */
  /* Styles used in Limit/Sort Search page - srchmod.html */
  /* External Patron Authentication product styles */
  /* classes for patron record display */
  /* see also Web options TABLEPARAM_PATDISP, TABLEPARAM_PATFUNC, */
  /* and the various BUT_PAT_ graphics options. */
  /* c1396418 */
  /* These are used in the Related Searches display in the Search Tool */
  /* Resource Record display */
  /*used in search tool */
  /* This is used in reviews */
  /* This is used in the Materials Booking calendar */
  /* Section 3:WebBridge */
  /* WebBridge style names lowercased as of Release 2005.  Declare styles using these style names for Release 2005 and later */
  /* body element in WebBridge forms */
  /* WebBridge category headings */
  /* contents of the WBHEADERTEXT wwwoption */
  /* Entire WebBridge Resource Definition Link Display */
  /* Field selectors in Link Display (except for #@LinkText#) */
  /* #@LinkText# field selector in WB Link Display */
  /* Contents of  resourcelist token in webbridge forms */
  /* #HEADER# token in WBHEADERTEXT wwwoption */
  /* Section 4:Program registration */
  /* Patron Reviews && External Contents */
  /* Brief External Contents */
  /* Brief Patreviews */
  /* overlay External contents */
  /* overlay Patreview */
  /* filter is for IE6 only, although it is not valid */
  /* Static External contents */
  /* Patreview static */
  /* Default (full) shared */
  /* Default (full) external content */
  /* Default (full) patreview */
  /* used by progreg */
  /* filter is for IE6 only, although it is not valid */
  /* CUSTOMREC2- c973089 */
  /* ARTICLE REACH AUTOCOMPLETE */
  /* Ecommerce */
}
/* line 17, ../includes/library-pro-styles.scss */
#main_content_col .authorityRedirect {
  border: 2px solid;
  padding: 5px;
  text-align: center;
}
/* line 20, ../includes/library-pro-styles.scss */
#main_content_col .available {
  font-weight: bold;
  color: green;
}
/* line 22, ../includes/library-pro-styles.scss */
#main_content_col .availLimMessage {
  font-style: italic;
  text-align: left;
}
/* line 27, ../includes/library-pro-styles.scss */
#main_content_col .bibBookingsHeader {
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  border: 1px solid;
}
/* line 29, ../includes/library-pro-styles.scss */
#main_content_col .bibContent {
  margin-right: 15%;
  padding-right: 3px;
}
/* line 31, ../includes/library-pro-styles.scss */
#main_content_col * html .bibContent {
  margin-right: 10px;
  float: left;
}
/* line 35, ../includes/library-pro-styles.scss */
#main_content_col .bibHoldings {
  border: 2px solid;
}
/* line 40, ../includes/library-pro-styles.scss */
#main_content_col .bibHolds {
  border: 1px solid;
}
/* line 41, ../includes/library-pro-styles.scss */
#main_content_col .bibHoldsEntry {
  border: 1px solid;
}
/* line 46, ../includes/library-pro-styles.scss */
#main_content_col .bibInfoLabel {
  width: 15%;
  font-weight: bold;
}
/* line 48, ../includes/library-pro-styles.scss */
#main_content_col .bibItems {
  border: 1px solid;
}
/* line 49, ../includes/library-pro-styles.scss */
#main_content_col .bibItemsHeader {
  font-weight: bold;
  text-align: center;
}
/* line 52, ../includes/library-pro-styles.scss */
#main_content_col .bibVol {
  border: 1px solid;
}
/* line 53, ../includes/library-pro-styles.scss */
#main_content_col .bibVolLabel {
  font-weight: bold;
  text-align: center;
}
/* line 58, ../includes/library-pro-styles.scss */
#main_content_col .bibLicenseHeader {
  font-weight: bold;
  text-align: left;
}
/* line 60, ../includes/library-pro-styles.scss */
#main_content_col .bibLinks {
  border: 1px solid;
}
/* line 62, ../includes/library-pro-styles.scss */
#main_content_col .bibOrder {
  border: 1px solid;
}
/* line 67, ../includes/library-pro-styles.scss */
#main_content_col .bibRecordLink {
  padding-left: 6px;
  font-style: italic;
}
/* line 72, ../includes/library-pro-styles.scss */
#main_content_col .bibResourceEntry td {
  font-weight: bold;
}
/* line 74, ../includes/library-pro-styles.scss */
#main_content_col .bibResourceLicense td {
  padding-bottom: 20px;
}
/* line 75, ../includes/library-pro-styles.scss */
#main_content_col .bibResourceSubEntry {
  border-bottom: 1px;
  font-style: italic;
}
/* line 76, ../includes/library-pro-styles.scss */
#main_content_col .bibResourceTable, #main_content_col .browseResourceTable {
  border: 1px solid;
}
/* line 77, ../includes/library-pro-styles.scss */
#main_content_col .bibResourceTableEntry, #main_content_col .browseResourceTableEntry {
  text-align: center;
  font-weight: bold;
}
/* line 78, ../includes/library-pro-styles.scss */
#main_content_col .bibResourceTableHeader, #main_content_col .browseResourceTableHeader {
  font-weight: bold;
  padding: 1px;
}
/* line 80, ../includes/library-pro-styles.scss */
#main_content_col .bibScreen {
  text-align: center;
  margin: 10px;
  padding: 2px;
}
/* line 82, ../includes/library-pro-styles.scss */
#main_content_col .bibSearchtool {
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
}
/* line 84, ../includes/library-pro-styles.scss */
#main_content_col .bibSearchtoolMessage a:visited {
  color: #000000;
}
/* line 89, ../includes/library-pro-styles.scss */
#main_content_col .bibMediaTable td img {
  max-width: 60px;
  _width: 60px;
}
/* line 91, ../includes/library-pro-styles.scss */
#main_content_col .bibTOC {
  width: 90%;
  margin-left: 30px;
  border: 1px solid;
  padding: 3px;
  margin-bottom: 3px;
}
/* line 92, ../includes/library-pro-styles.scss */
#main_content_col .bibTOC td {
  border-bottom: 1px solid;
}
/* line 96, ../includes/library-pro-styles.scss */
#main_content_col .additionalCopies {
  text-align: center;
  clear: both;
}
/* line 97, ../includes/library-pro-styles.scss */
#main_content_col .additionalCopiesNav {
  text-align: center;
  clear: both;
}
/* line 100, ../includes/library-pro-styles.scss */
#main_content_col .bookingsConfirmMsg {
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
}
/* line 105, ../includes/library-pro-styles.scss */
#main_content_col .bookingsRepeat {
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid;
  padding: 3px;
}
/* line 109, ../includes/library-pro-styles.scss */
#main_content_col .bookingsRepeatWeeklyDay {
  margin-left: 30px;
}
/* line 112, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelect {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 1em;
}
/* line 113, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelectCal {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  border: 2px solid;
  margin-bottom: 1em;
}
/* line 114, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelectCal table {
  margin: auto;
  border: none;
}
/* line 115, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelectCal th {
  text-align: center;
  border: none;
}
/* line 116, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelectCal td {
  border: 1px solid;
}
/* line 117, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelectEndtime {
  margin-left: 10px;
}
/* line 118, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelectRepeat {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 119, ../includes/library-pro-styles.scss */
#main_content_col .bookingsSelectTime {
  border: 2px solid;
  padding: 3px;
}
/* line 123, ../includes/library-pro-styles.scss */
#main_content_col .briefcitActions {
  text-align: center;
}
/* line 124, ../includes/library-pro-styles.scss */
#main_content_col .briefcitDetail img {
  padding-top: 2px;
}
/* line 125, ../includes/library-pro-styles.scss */
#main_content_col .briefcitExtras {
  text-align: center;
  white-space: nowrap;
}
/* line 126, ../includes/library-pro-styles.scss */
#main_content_col .briefcitExtras img {
  padding-bottom: 2px;
}
/* line 128, ../includes/library-pro-styles.scss */
#main_content_col .briefcitStatus {
  font-weight: bold;
}
/* line 129, ../includes/library-pro-styles.scss */
#main_content_col .briefcitTitle {
  font-weight: bold;
}
/* line 136, ../includes/library-pro-styles.scss */
#main_content_col .browseEntry td {
  border-top: 1px solid;
}
/* line 137, ../includes/library-pro-styles.scss */
#main_content_col .browseEntryData {
  text-align: left;
}
/* line 138, ../includes/library-pro-styles.scss */
#main_content_col .browseEntryEntries {
  text-align: center;
}
/* line 139, ../includes/library-pro-styles.scss */
#main_content_col .browseEntryMedia {
  vertical-align: middle;
}
/* line 140, ../includes/library-pro-styles.scss */
#main_content_col .browseEntryNum {
  text-align: center;
}
/* line 142, ../includes/library-pro-styles.scss */
#main_content_col .browseEntryYear {
  text-align: center;
}
/* line 144, ../includes/library-pro-styles.scss */
#main_content_col .browseHeader {
  font-weight: bold;
  vertical-align: middle;
}
/* line 145, ../includes/library-pro-styles.scss */
#main_content_col .browseHeaderData {
  font-weight: bold;
  vertical-align: middle;
}
/* line 146, ../includes/library-pro-styles.scss */
#main_content_col .browseHeaderEntries {
  font-weight: bold;
  vertical-align: middle;
}
/* line 147, ../includes/library-pro-styles.scss */
#main_content_col .browseHeaderMark {
  font-weight: bold;
  vertical-align: middle;
  width: 5%;
}
/* line 148, ../includes/library-pro-styles.scss */
#main_content_col .browseHeaderMedia {
  font-weight: bold;
  vertical-align: middle;
}
/* line 149, ../includes/library-pro-styles.scss */
#main_content_col .browseHeaderNum {
  font-weight: bold;
  vertical-align: middle;
  width: 5%;
}
/* line 150, ../includes/library-pro-styles.scss */
#main_content_col .browseHeaderRelevance {
  font-weight: bold;
  vertical-align: middle;
}
/* line 151, ../includes/library-pro-styles.scss */
#main_content_col .browseHeaderYear {
  font-weight: bold;
  vertical-align: middle;
  width: 5%;
}
/* line 157, ../includes/library-pro-styles.scss */
#main_content_col .browseResourceTableEntry {
  text-align: center;
}
/* line 159, ../includes/library-pro-styles.scss */
#main_content_col .browseSaveJump {
  text-align: left;
}
/* line 161, ../includes/library-pro-styles.scss */
#main_content_col .browseSaveJump form {
  display: inline;
}
/* line 165, ../includes/library-pro-styles.scss */
#main_content_col .browseSearchtool {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -3px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid;
}
/* line 174, ../includes/library-pro-styles.scss */
#main_content_col .browseSuperEntry {
  font-weight: bold;
}
/* line 176, ../includes/library-pro-styles.scss */
#main_content_col .button {
  vertical-align: middle;
}
/* line 179, ../includes/library-pro-styles.scss */
#main_content_col .closed {
  font-weight: bold;
  color: red;
}
/* line 181, ../includes/library-pro-styles.scss */
#main_content_col .errormessage {
  color: #FF0000;
}
/* line 183, ../includes/library-pro-styles.scss */
#main_content_col .errormessage h2 {
  display: inline;
}
/* line 185, ../includes/library-pro-styles.scss */
#main_content_col .exportProgressMessage {
  text-align: left;
}
/* line 188, ../includes/library-pro-styles.scss */
#main_content_col .extpat div {
  line-height: 1.66em;
  width: 90%;
  border: 2px solid;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
/* line 191, ../includes/library-pro-styles.scss */
#main_content_col .extpat strong {
  display: block;
  text-align: left;
}
/* line 194, ../includes/library-pro-styles.scss */
#main_content_col .fields td {
  padding: 2px;
}
/* line 205, ../includes/library-pro-styles.scss */
#main_content_col .helpNote {
  font-style: italic;
}
/* line 207, ../includes/library-pro-styles.scss */
#main_content_col .hideElem {
  display: none;
}
/* line 209, ../includes/library-pro-styles.scss */
#main_content_col .holdingsDivider {
  border: 2px solid;
  margin: -3px;
}
/* line 212, ../includes/library-pro-styles.scss */
#main_content_col div#instructions {
  font-style: italic;
}
/* line 215, ../includes/library-pro-styles.scss */
#main_content_col .libpat div {
  line-height: 1.66em;
  width: 90%;
  border: 2px solid;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
/* line 218, ../includes/library-pro-styles.scss */
#main_content_col .libpat strong {
  display: block;
  text-align: left;
}
/* line 221, ../includes/library-pro-styles.scss */
#main_content_col .limitEntriesFoundNum {
  font-style: italic;
}
/* line 223, ../includes/library-pro-styles.scss */
#main_content_col .limitEntriesFoundText {
  font-style: italic;
}
/* line 225, ../includes/library-pro-styles.scss */
#main_content_col .limitSearchTerm {
  font-weight: bold;
}
/* line 227, ../includes/library-pro-styles.scss */
#main_content_col .loggedInMessage {
  padding-left: 6px;
  font-style: italic;
  color: red;
}
/* line 232, ../includes/library-pro-styles.scss */
#main_content_col .main {
  margin-left: 20px;
  margin-right: 20px;
}
/* line 234, ../includes/library-pro-styles.scss */
#main_content_col .msg {
  color: #FF0000;
}
/* line 238, ../includes/library-pro-styles.scss */
#main_content_col .navigationRow select {
  vertical-align: top;
}
/* line 240, ../includes/library-pro-styles.scss */
#main_content_col .navSearchHistory {
  display: inline;
}
/* line 242, ../includes/library-pro-styles.scss */
#main_content_col .nowrap {
  white-space: nowrap;
}
/* line 243, ../includes/library-pro-styles.scss */
#main_content_col .nowrapAll {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
/* line 249, ../includes/library-pro-styles.scss */
#main_content_col .patActionsLinks {
  text-align: center;
  clear: both;
  padding: 10px;
}
/* line 250, ../includes/library-pro-styles.scss */
#main_content_col .patActionsLinks img {
  vertical-align: middle;
}
/* line 256, ../includes/library-pro-styles.scss */
#main_content_col .patFunc {
  border-top: 2px solid;
  border-spacing: 0;
  width: 100%;
}
/* line 257, ../includes/library-pro-styles.scss */
#main_content_col .patFunc td {
  padding: 5px;
  border-bottom: 1px solid;
}
/* line 258, ../includes/library-pro-styles.scss */
#main_content_col .patFuncArea {
  border: 2px solid;
  margin: 3px;
}
/* line 259, ../includes/library-pro-styles.scss */
#main_content_col .patFuncArea form {
  display: inline;
}
/* line 260, ../includes/library-pro-styles.scss */
#main_content_col .patFuncArea img {
  padding-top: 2px;
}
/* line 264, ../includes/library-pro-styles.scss */
#main_content_col .patFuncCancel {
  text-align: center;
}
/* line 271, ../includes/library-pro-styles.scss */
#main_content_col .patFuncFinesEntryDetail td {
  border-bottom: 1px solid;
}
/* line 273, ../includes/library-pro-styles.scss */
#main_content_col .patFuncFinesTotalAmt {
  font-weight: bold;
}
/* line 276, ../includes/library-pro-styles.scss */
#main_content_col .patFuncHeaders {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 287, ../includes/library-pro-styles.scss */
#main_content_col .patFuncTitle {
  font-weight: bold;
}
/* line 291, ../includes/library-pro-styles.scss */
#main_content_col .patHelpLinks {
  border: 1px solid;
  border-top: none;
  width: 300px;
  padding: 3px;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 292, ../includes/library-pro-styles.scss */
#main_content_col .patHelpLinks a {
  text-align: right;
  display: block;
  border-bottom: 1px solid;
  padding: 2px;
}
/* line 298, ../includes/library-pro-styles.scss */
#main_content_col .patMainFuncs {
  float: left;
}
/* line 300, ../includes/library-pro-styles.scss */
#main_content_col .patNameAddress {
  text-align: left;
  border: 1px solid;
  width: 350px;
  float: left;
  padding: 5px;
}
/* line 304, ../includes/library-pro-styles.scss */
#main_content_col .patStatusLinks {
  border: 1px solid;
  width: 300px;
  padding: 3px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}
/* line 305, ../includes/library-pro-styles.scss */
#main_content_col .patStatusLinks a {
  text-align: left;
  display: block;
  border-bottom: 1px solid;
  padding: 2px;
}
/* line 307, ../includes/library-pro-styles.scss */
#main_content_col .paymentPage {
  margin: 10px;
}
/* line 308, ../includes/library-pro-styles.scss */
#main_content_col .paymentPage h2 {
  font-weight: bold;
}
/* line 309, ../includes/library-pro-styles.scss */
#main_content_col .paymentPageFinestable {
  width: 80%;
  border: 2px solid;
}
/* line 320, ../includes/library-pro-styles.scss */
#main_content_col .reqFillTimeMsg {
  font-style: italic;
}
/* line 322, ../includes/library-pro-styles.scss */
#main_content_col .reserveBibs {
  border: 2px solid;
}
/* line 323, ../includes/library-pro-styles.scss */
#main_content_col .reserveBibs td {
  border-bottom: 1px solid;
}
/* line 327, ../includes/library-pro-styles.scss */
#main_content_col .resourceBibEntry {
  text-align: left;
}
/* line 328, ../includes/library-pro-styles.scss */
#main_content_col .resourceBibHeader {
  font-weight: bold;
  text-align: left;
}
/* line 331, ../includes/library-pro-styles.scss */
#main_content_col .resourceInfoLabel {
  font-style: italic;
}
/* line 334, ../includes/library-pro-styles.scss */
#main_content_col .resourceLicenseEntry {
  text-align: left;
}
/* line 335, ../includes/library-pro-styles.scss */
#main_content_col .resourceLicenseHeader {
  font-weight: bold;
  text-align: left;
}
/* line 341, ../includes/library-pro-styles.scss */
#main_content_col .resourceTableDiv {
  width: 15%;
  float: right;
  text-align: center;
}
/* line 343, ../includes/library-pro-styles.scss */
#main_content_col * html .resourceTableDiv {
  width: 0;
}
/* line 345, ../includes/library-pro-styles.scss */
#main_content_col .rssChannelEntries {
  padding: 10px;
}
/* line 346, ../includes/library-pro-styles.scss */
#main_content_col .rssChannelEntry {
  padding: 4px;
}
/* line 347, ../includes/library-pro-styles.scss */
#main_content_col .rssChannelEntryDate {
  font-style: italic;
}
/* line 348, ../includes/library-pro-styles.scss */
#main_content_col .rssChannelEntryHead {
  font-weight: bold;
  display: list-item;
  padding-bottom: 2px;
}
/* line 349, ../includes/library-pro-styles.scss */
#main_content_col .rssChannelImage img {
  border: 0;
  margin-top: 2px;
}
/* line 350, ../includes/library-pro-styles.scss */
#main_content_col .rssChannelTitle {
  font-weight: bold;
}
/* line 351, ../includes/library-pro-styles.scss */
#main_content_col .rssFeed {
  padding: 5px;
  margin: 2px;
  border: 1px solid;
}
/* line 353, ../includes/library-pro-styles.scss */
#main_content_col .sectionHeading {
  font-weight: bold;
}
/* line 356, ../includes/library-pro-styles.scss */
#main_content_col .showInlineElem {
  display: inline;
}
/* line 359, ../includes/library-pro-styles.scss */
#main_content_col .showReview {
  display: block;
  border: solid #c1c1c1 1px;
  padding: 2px;
  margin: 2px;
}
/* line 364, ../includes/library-pro-styles.scss */
#main_content_col .unavailable {
  font-weight: bold;
  color: black;
  background: #D7D7D7;
}
/* line 366, ../includes/library-pro-styles.scss */
#main_content_col .unpadded {
  margin-bottom: auto;
  margin-top: auto;
}
/* line 368, ../includes/library-pro-styles.scss */
#main_content_col .wamCalcDate {
  background: #ECECEC;
  border: 1px silver dashed;
  font-size: 90%;
}
/* line 370, ../includes/library-pro-styles.scss */
#main_content_col .xmlframe {
  width: 100%;
  height: 600px;
  border-width: 0;
}
/* line 373, ../includes/library-pro-styles.scss */
#main_content_col .yourEntryWouldBeHereData {
  border: 2px solid #F5D9A3;
}
/* line 381, ../includes/library-pro-styles.scss */
#main_content_col .wbcategory {
  font-weight: bold;
  margin-top: 1em;
}
/* line 396, ../includes/library-pro-styles.scss */
#main_content_col .progregNavigation {
  text-align: center;
}
/* line 397, ../includes/library-pro-styles.scss */
#main_content_col .progregHeader {
  font-weight: bold;
}
/* line 398, ../includes/library-pro-styles.scss */
#main_content_col .progregLocation {
  margin: 20px;
  font-style: italic;
}
/* line 399, ../includes/library-pro-styles.scss */
#main_content_col .progregName {
  margin: 20px;
}
/* line 403, ../includes/library-pro-styles.scss */
#main_content_col .progregSessionInfo {
  margin: 20px;
  background-color: #CCFFFF;
  font-weight: bold;
  color: #0232A7;
}
/* line 404, ../includes/library-pro-styles.scss */
#main_content_col .progregErrmsg {
  margin: 20px;
  font-size: 125%;
  color: #FF0000;
}
/* line 408, ../includes/library-pro-styles.scss */
#main_content_col .hide {
  display: none;
}
/* line 409, ../includes/library-pro-styles.scss */
#main_content_col .show {
  display: block;
}
/* line 410, ../includes/library-pro-styles.scss */
#main_content_col .briefhide {
  display: none;
}
/* line 411, ../includes/library-pro-styles.scss */
#main_content_col .briefshow {
  width: 80%;
  display: block;
}
/* line 412, ../includes/library-pro-styles.scss */
#main_content_col .statichide {
  display: none;
}
/* line 413, ../includes/library-pro-styles.scss */
#main_content_col .staticshow {
  display: block;
  position: absolute;
  left: inherit;
  top: inherit;
  width: 70%;
  background: #fff;
  border: 1px solid #000;
  z-index: 50;
}
/* line 414, ../includes/library-pro-styles.scss */
#main_content_col .overlayhide {
  display: none;
}
/* line 415, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow {
  display: block;
  position: absolute;
  left: 25%;
  top: 10%;
  width: 50%;
  background: #fff;
  border: 1px solid #000;
  z-index: 100;
}
/* line 418, ../includes/library-pro-styles.scss */
#main_content_col .briefshow div.extContOverlayTitle {
  display: none;
}
/* line 421, ../includes/library-pro-styles.scss */
#main_content_col .briefshow div.reviewOverlayTitle {
  display: none;
}
/* line 422, ../includes/library-pro-styles.scss */
#main_content_col .briefshow div.reviewLinks {
  padding-bottom: 10px;
}
/* line 425, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.extContOverlayTitle {
  display: block;
  padding: 3px 10px;
  margin: 0;
  background: #000;
}
/* line 426, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.extContOverlayTitle table {
  color: #fff;
  font-weight: bold;
}
/* line 427, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.extContOverlayTitle table a {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
/* line 428, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.extContOverlayTitle table a img {
  border: 0px;
}
/* line 429, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.extContOverlayTitle table td {
  vertical-align: middle;
}
/* line 430, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.externalContent {
  margin: 5px 10px;
}
/* line 431, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.extContOverlayClose {
  height: 14px;
  width: 14px;
}
/* line 434, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.reviewOverlayTitle {
  display: block;
  padding: 3px 10px;
  margin: 0;
  background: #000;
}
/* line 435, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.reviewOverlayTitle table {
  color: #fff;
  font-weight: bold;
}
/* line 436, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.reviewOverlayTitle table a {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
/* line 437, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.reviewOverlayTitle table a img {
  border: 0px;
}
/* line 438, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.reviewOverlayTitle table td {
  vertical-align: middle;
}
/* line 439, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.reviewContent {
  margin: 5px 10px;
}
/* line 440, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.reviewOverlayClose {
  height: 14px;
  width: 14px;
}
/* line 442, ../includes/library-pro-styles.scss */
#main_content_col #OverlayDiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* line 445, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.extContOverlayTitle {
  display: block;
  padding: 3px 10px;
  margin: 0;
  background: #000;
}
/* line 446, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.extContOverlayTitle table {
  color: #fff;
  font-weight: bold;
}
/* line 447, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.extContOverlayTitletable a {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
/* line 448, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.extContOverlayTitle table a img {
  border: 0px;
}
/* line 449, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.extContOverlayTitle table td {
  vertical-align: middle;
}
/* line 450, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.externalContent {
  margin: 5px 10px;
}
/* line 451, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.extContOverlayClose {
  height: 16px;
  width: 16px;
}
/* line 454, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.reviewOverlayTitle {
  display: block;
  padding: 3px 10px;
  margin: 0;
  background: #000;
}
/* line 455, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.reviewOverlayTitle table {
  color: #fff;
  font-weight: bold;
}
/* line 456, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.reviewOverlayTitle table a {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
/* line 457, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.reviewOverlayTitle table a img {
  border: 0px;
}
/* line 458, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.reviewOverlayTitle table td {
  vertical-align: middle;
}
/* line 459, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.reviewContent {
  margin: 5px 10px;
}
/* line 460, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.reviewOverlayClose {
  height: 16px;
  width: 16px;
}
/* line 463, ../includes/library-pro-styles.scss */
#main_content_col .default {
  width: 80%;
  color: #444;
  display: block;
  margin: 10px;
}
/* line 465, ../includes/library-pro-styles.scss */
#main_content_col .default div.extContOverlayTitle {
  display: none;
}
/* line 466, ../includes/library-pro-styles.scss */
#main_content_col .default div.extContBody {
  width: 80%;
  color: #444;
}
/* line 468, ../includes/library-pro-styles.scss */
#main_content_col .default div.reviewOverlayTitle {
  display: none;
}
/* line 469, ../includes/library-pro-styles.scss */
#main_content_col .default div.reviewBody {
  width: 80%;
  color: #444;
}
/* line 472, ../includes/library-pro-styles.scss */
#main_content_col .briefshow div.sectionOverlayTitle {
  display: none;
}
/* line 473, ../includes/library-pro-styles.scss */
#main_content_col .briefshow div.sectionContent {
  margin: 5px 10px 0px 10px;
}
/* line 475, ../includes/library-pro-styles.scss */
#main_content_col .overlayhide {
  display: none;
}
/* line 476, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow {
  display: block;
  position: absolute;
  left: 25%;
  top: 10%;
  width: 50%;
  background: #fff;
  border: 1px solid #000;
  z-index: 100;
}
/* line 477, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.sectionOverlayTitle {
  display: block;
  padding: 3px 10px;
  margin: 0;
  background: #000;
}
/* line 478, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.sectionOverlayTitle table {
  color: #fff;
  font-weight: bold;
}
/* line 479, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.sectionOverlayTitletable a {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
/* line 480, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.sectionOverlayTitle table a img {
  border: 0px;
}
/* line 481, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.sectionOverlayTitle table td {
  vertical-align: middle;
}
/* line 482, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.sectionContent {
  margin: 5px 10px;
}
/* line 483, ../includes/library-pro-styles.scss */
#main_content_col .overlayshow div.sectionOverlayClose {
  height: 14px;
  width: 14px;
  color: white;
}
/* line 484, ../includes/library-pro-styles.scss */
#main_content_col .sectionOverlayClose a:link, #main_content_col .sectionOverlayClose a:visited {
  height: 14px;
  width: 14px;
  color: white;
  text-decoration: none;
}
/* line 486, ../includes/library-pro-styles.scss */
#main_content_col #OverlayDiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* line 488, ../includes/library-pro-styles.scss */
#main_content_col .statichide {
  display: none;
}
/* line 489, ../includes/library-pro-styles.scss */
#main_content_col .staticshow {
  display: block;
  position: absolute;
  left: inherit;
  top: inherit;
  width: 70%;
  background: #fff;
  border: 1px solid #000;
  z-index: 50;
}
/* line 491, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.sectionOverlayTitle {
  display: block;
  padding: 3px 10px;
  margin: 0;
  background: #000;
}
/* line 492, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.sectionOverlayTitle table {
  color: #fff;
  font-weight: bold;
}
/* line 493, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.sectionOverlayTitle table a {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
/* line 494, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.sectionOverlayTitle table a img {
  border: 0px;
}
/* line 495, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.sectionOverlayTitle table td {
  vertical-align: middle;
}
/* line 496, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.sectionContent {
  margin: 5px 10px;
}
/* line 497, ../includes/library-pro-styles.scss */
#main_content_col .staticshow div.sectionOverlayClose {
  height: 16px;
  width: 16px;
  color: #fff;
}
/* line 499, ../includes/library-pro-styles.scss */
#main_content_col .default {
  width: 80%;
  color: #444;
  display: block;
  margin: 10px;
}
/* line 500, ../includes/library-pro-styles.scss */
#main_content_col .default div.sectionOverlayTitle {
  display: none;
}
/* line 501, ../includes/library-pro-styles.scss */
#main_content_col .default div.sectionBody {
  width: 80%;
  color: #444;
}
/* line 504, ../includes/library-pro-styles.scss */
#main_content_col .checkinExpected {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 505, ../includes/library-pro-styles.scss */
#main_content_col .checkinLate {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 506, ../includes/library-pro-styles.scss */
#main_content_col .checkinClaimed {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 507, ../includes/library-pro-styles.scss */
#main_content_col .checkinPartiallyReceived {
  background-color: white;
  border: 1px solid #000;
  margin: 1px;
}
/* line 508, ../includes/library-pro-styles.scss */
#main_content_col .checkinArrived {
  background-color: white;
  border: 1px solid #000;
  margin: 1px;
}
/* line 509, ../includes/library-pro-styles.scss */
#main_content_col .checkinBinderyPrep {
  background-color: white;
  border: 1px solid #000;
  margin: 1px;
}
/* line 510, ../includes/library-pro-styles.scss */
#main_content_col .checkinAtBindery {
  background-color: white;
  border: 1px solid #000;
  margin: 1px;
}
/* line 511, ../includes/library-pro-styles.scss */
#main_content_col .checkinBound {
  background-color: white;
  border: 1px solid #000;
  margin: 1px;
}
/* line 512, ../includes/library-pro-styles.scss */
#main_content_col .checkinMissing {
  background-color: white;
  border: 1px solid #000;
  margin: 1px;
}
/* line 513, ../includes/library-pro-styles.scss */
#main_content_col .checkinRemoved {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 514, ../includes/library-pro-styles.scss */
#main_content_col .checkinUnavailable {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 515, ../includes/library-pro-styles.scss */
#main_content_col .checkinOutOfPrint {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 516, ../includes/library-pro-styles.scss */
#main_content_col .checkinNotPublished {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 517, ../includes/library-pro-styles.scss */
#main_content_col .checkinNull {
  background-color: gray;
  border: 1px solid #000;
  margin: 1px;
}
/* line 519, ../includes/library-pro-styles.scss */
#main_content_col .checkinExpectedStatus {
  color: black;
}
/* line 520, ../includes/library-pro-styles.scss */
#main_content_col .checkinLateStatus {
  color: black;
}
/* line 521, ../includes/library-pro-styles.scss */
#main_content_col .checkinClaimedStatus {
  color: black;
}
/* line 522, ../includes/library-pro-styles.scss */
#main_content_col .checkinPartiallyReceivedStatus {
  color: black;
}
/* line 523, ../includes/library-pro-styles.scss */
#main_content_col .checkinArrivedStatus {
  color: green;
}
/* line 524, ../includes/library-pro-styles.scss */
#main_content_col .checkinBinderyPrepStatus {
  color: red;
}
/* line 525, ../includes/library-pro-styles.scss */
#main_content_col .checkinAtBinderyStatus {
  color: red;
}
/* line 526, ../includes/library-pro-styles.scss */
#main_content_col .checkinBoundStatus {
  color: red;
}
/* line 527, ../includes/library-pro-styles.scss */
#main_content_col .checkinMissingStatus {
  color: red;
}
/* line 528, ../includes/library-pro-styles.scss */
#main_content_col .checkinRemovedStatus {
  color: black;
}
/* line 529, ../includes/library-pro-styles.scss */
#main_content_col .checkinUnavailableStatus {
  color: black;
}
/* line 530, ../includes/library-pro-styles.scss */
#main_content_col .checkinOutOfPrintStatus {
  color: black;
}
/* line 531, ../includes/library-pro-styles.scss */
#main_content_col .checkinNotPublishedStatus {
  color: black;
}
/* line 532, ../includes/library-pro-styles.scss */
#main_content_col .checkinNullStatus {
  color: black;
}
/* line 535, ../includes/library-pro-styles.scss */
#main_content_col .checkinInfoLabel {
  float: left;
  width: 20%;
  height: 15pt;
}
/* line 536, ../includes/library-pro-styles.scss */
#main_content_col .checkinInfoData {
  float: right;
  width: 80%;
  height: 15pt;
}
/* line 537, ../includes/library-pro-styles.scss */
#main_content_col .checkinInfoHoldingsLabel {
  float: left;
  width: 20%;
}
/* line 538, ../includes/library-pro-styles.scss */
#main_content_col .checkinInfoHoldingsData {
  float: left;
  width: 80%;
}
/* line 539, ../includes/library-pro-styles.scss */
#main_content_col .checkinCard {
  clear: both;
  margin-top: 10px;
}
/* line 545, ../includes/library-pro-styles.scss */
#main_content_col .confirmationprompt {
  font-size: 125%;
  color: #FF0000;
}
/* line 546, ../includes/library-pro-styles.scss */
#main_content_col #webirnr_request {
  padding-left: 1%;
}
/* line 549, ../includes/library-pro-styles.scss */
#main_content_col #ar_autocomplete {
  z-index: 9000;
}
/* line 550, ../includes/library-pro-styles.scss */
#main_content_col #ar_title {
  position: relative;
}
/* line 551, ../includes/library-pro-styles.scss */
#main_content_col #ar_titlecontainer ul {
  font-family: arial;
  padding: 10px 0 0 0;
  margin: 0;
}
/* line 552, ../includes/library-pro-styles.scss */
#main_content_col #ar_titlecontainer li {
  padding: 0 5px;
  cursor: default;
  white-space: nowrap;
  list-style: none;
}
/* line 553, ../includes/library-pro-styles.scss */
#main_content_col #ar_titlecontainer li.yui-ac-highlight {
  background: #ff0;
}
/* line 554, ../includes/library-pro-styles.scss */
#main_content_col #ar_titlecontainer li.yui-ac-prehighlight {
  background: #FFFFCC;
}
/* line 555, ../includes/library-pro-styles.scss */
#main_content_col #ar_titlecontainer {
  border: 1px solid #ff9900;
  position: absolute;
  float: left;
  text-align: left;
  display: inline;
  margin-top: 2%;
  *margin-top: 27px;
  left: 13%;
  *left: 16%;
  background-color: #fff;
}
/* line 561, ../includes/library-pro-styles.scss */
#main_content_col .lineBreak {
  display: block;
  height: 10px;
}
/* line 565, ../includes/library-pro-styles.scss */
#main_content_col .ecommerceFormOptions {
  float: left;
  width: 50%;
}
/* line 566, ../includes/library-pro-styles.scss */
#main_content_col .ecommerceFormPay {
  float: left;
  width: 200px;
  padding: 0 5px;
  width: 40%;
}
/* line 568, ../includes/library-pro-styles.scss */
#main_content_col .ecommerceFormEntryArea {
  margin: 6px 0 0;
}
/* line 569, ../includes/library-pro-styles.scss */
#main_content_col .ecommerceFormEntryArea label span {
  width: 95px;
  float: left;
}
/* line 570, ../includes/library-pro-styles.scss */
#main_content_col .ecommerceFormEntryArea input {
  margin: 0px;
}
/* line 571, ../includes/library-pro-styles.scss */
#main_content_col .payformTotals {
  margin: 6px 0 0;
}
/* line 572, ../includes/library-pro-styles.scss */
#main_content_col .popupForm .formButtonArea {
  clear: both;
}
/* line 573, ../includes/library-pro-styles.scss */
#main_content_col .popupForm h2 {
  margin: 7px 0 2px;
}
/* line 575, ../includes/library-pro-styles.scss */
#main_content_col #elContent {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 576, ../includes/library-pro-styles.scss */
#main_content_col #elContent form {
  display: none;
}
/* line 577, ../includes/library-pro-styles.scss */
#main_content_col .ecTitleCollapse, #main_content_col .ecTitleOpen {
  cursor: pointer;
  font-size: 1.2em;
  color: #014184;
}
/* line 578, ../includes/library-pro-styles.scss */
#main_content_col .ecTitleCollapse {
  background: url(elcontent-arrows-closed.png) no-repeat right;
  padding-right: .75em;
}
/* line 579, ../includes/library-pro-styles.scss */
#main_content_col .ecTitleOpen {
  background: url(elcontent-arrows-open.png) no-repeat right;
  padding-right: 1em;
}
/* line 580, ../includes/library-pro-styles.scss */
#main_content_col .ecContentShow {
  display: block;
  margin-bottom: 1em;
}
/* line 581, ../includes/library-pro-styles.scss */
#main_content_col .ecContentHide {
  display: none;
}

/* line 10, ../scss/schools.scss */
._debugOutput {
  display: none !important;
}

/* line 13, ../scss/schools.scss */
a, .main a {
  color: #203D7C;
}

/* line 16, ../scss/schools.scss */
.main a:hover {
  text-decoration: underline;
}

/* line 19, ../scss/schools.scss */
#main-content-col-wrapper.featured-listing-style .listing-item a:hover, #main-content-col-wrapper.news-listing-style .listing-item a:hover, .pagination ul > li > a:hover {
  text-decoration: underline;
}

/* line 22, ../scss/schools.scss */
.torah-main-wrapper {
  clear: both;
}

/* line 26, ../scss/schools.scss */
.icon {
  color: #6c6c6c;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 15px;
}

/* line 33, ../scss/schools.scss */
html {
  height: 100%;
}

/* line 37, ../scss/schools.scss */
body {
  height: 100%;
  background-color: #f1f0ea;
  line-height: 20px;
}

/* line 44, ../scss/schools.scss */
a:hover,
.main a:hover {
  color: #0088cc;
  text-decoration: underline;
}

/* Wrapper for page content to push down footer */
/* line 54, ../scss/schools.scss */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto;
}

/* Set the fixed height of the footer here */
/*
#push,
#footer_wrap {
    height: 170px;
    overflow: hidden;
    padding: 20px;
}
*/
/* line 72, ../scss/schools.scss */
#push {
  clear: both;
  height: 40px;
  padding: 0;
}

/* line 77, ../scss/schools.scss */
#footer_wrap {
  padding: 40px 20px;
  height: auto;
  clear: both;
}

/* Main Header Styles */
/* line 85, ../scss/schools.scss */
.main > h2 {
  margin: 30px 0 5px;
  font-size: 1.30em;
  color: #2b3b52;
  font-style: normal;
  padding-bottom: 5px;
  font-family: 'helvetica', sans-serif;
  border-bottom: solid 1px #ddd;
}

/* line 95, ../scss/schools.scss */
#main_content_col h2 {
  margin-top: 0;
}

/* line 100, ../scss/schools.scss */
.modal-header h3 {
  color: #991a22;
  font-family: 'georgia', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25em;
}

/* line 109, ../scss/schools.scss */
h3 {
  color: #2b3b52;
  font-size: 1.20em;
  line-height: 1.3em;
  margin: 15px 0 5px 0;
  font-style: normal;
  font-family: 'helvetica', sans-serif;
}

/* line 118, ../scss/schools.scss */
h4 {
  font-family: 'helvetica', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 15px 0;
  font-size: 1.15em;
}

/* line 126, ../scss/schools.scss */
h5,
h6 {
  font-family: 'helvetica', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 10px 0;
  font-size: 1em;
}

/* iframe style for netprice calculator */
/* line 138, ../scss/schools.scss */
iframe {
  border: 0;
  margin-top: 0;
  overflow: hidden;
}

/* line 145, ../scss/schools.scss */
.schools #main_content .section_navigation {
  /*     margin: 40px 0 0 0; */
  float: left;
  position: relative;
  /*     width: 220px; */
  border: 0;
  padding: 0;
}
/* line 153, ../scss/schools.scss */
.schools #main_content .main {
  padding: 30px 19px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 163, ../scss/schools.scss */
.gsjs #main_content .main {
  padding: 30px 19px;
}

/* line 169, ../scss/schools.scss */
#main_content_col {
  color: #555;
}

/* line 173, ../scss/schools.scss */
.homepage_top_html_wrapper #main_content .main {
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
}

/* line 180, ../scss/schools.scss */
.schools #main_content .h2 {
  margin-top: 30px;
}
/* line 183, ../scss/schools.scss */
.schools .outline {
  background-color: #ffffff;
  border: 1px solid #cdd6de;
}
/* line 187, ../scss/schools.scss */
.schools .section_header {
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5em;
}
/* line 195, ../scss/schools.scss */
.schools .section_navigation {
  margin-top: 20px;
}
/* line 197, ../scss/schools.scss */
.schools .section_navigation h2 {
  text-align: center;
  background-color: #2b3b52;
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 200;
  padding: 15px 0 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 207, ../scss/schools.scss */
.schools .section_navigation h2 a {
  color: white;
}
/* line 211, ../scss/schools.scss */
.schools .section_navigation ul {
  margin: 0;
  width: 250px;
}
/* line 214, ../scss/schools.scss */
.schools .section_navigation ul li {
  border-top: 1px solid #cdd6de;
  margin: 0;
}
/* line 217, ../scss/schools.scss */
.schools .section_navigation ul li .currentbranch0 a {
  color: #6d0527;
  background-color: #fff;
}
/* line 221, ../scss/schools.scss */
.schools .section_navigation ul li a {
  color: #2B3B52;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-family: helvetica, arial, sans-serif;
  text-align: left;
}
/* line 233, ../scss/schools.scss */
.schools .section_navigation .active {
  background-color: #FFFFFF;
  padding-bottom: 5px;
}
/* line 237, ../scss/schools.scss */
.schools .section_navigation #menu ul.multilevel-linkul-0 {
  display: none;
  font-size: 13px;
  list-style-type: none;
  margin: 5px 0 33px 30px;
  padding: 0;
  width: auto;
}
/* line 245, ../scss/schools.scss */
.schools .section_navigation li:hover #menu ul.multilevel-linkul-0 {
  display: block;
}
/* line 248, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-0 li {
  border: none;
  display: list-item;
}
/* line 251, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-0 li a {
  font-size: 13px;
  font-weight: 200;
  margin: 6px 0;
  padding: 0 1px;
  background-color: transparent;
}
/* line 258, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-0 li .currentbranch1 a {
  color: #6d0527;
  margin: 0;
  padding-right: 1px;
}
/* line 265, ../scss/schools.scss */
.schools #lhn_navigation .section_navigation {
  float: none;
  width: 100%;
}
/* line 269, ../scss/schools.scss */
.schools .intro {
  font-size: 1.25em;
}

/* line 275, ../scss/schools.scss */
.blog_post .featured-story-main-content h2 {
  margin-bottom: 30px;
}
/* line 279, ../scss/schools.scss */
.blog_post .info .author_photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 286, ../scss/schools.scss */
.blog_post .info .author_photo img {
  width: 100% !important;
  height: auto !important;
}
/* line 291, ../scss/schools.scss */
.blog_post .info .author_name {
  font-weight: bold;
}
/* line 294, ../scss/schools.scss */
.blog_post .info .author_position,
.blog_post .info .categories {
  font-size: 14px;
}
/* line 299, ../scss/schools.scss */
.blog_post #share_icons {
  margin-top: 20px;
}
/* line 302, ../scss/schools.scss */
.blog_post .video-wrapper {
  clear: both;
  text-align: center;
  background-color: #e1e1e1;
  padding: 20px 0;
}
/* line 308, ../scss/schools.scss */
.blog_post .main_body,
.blog_post #main-image-wrapper {
  clear: left;
}

/* line 314, ../scss/schools.scss */
.news-blog-posts {
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px;
}
/* line 318, ../scss/schools.scss */
.news-blog-posts .author_photo {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
/* line 324, ../scss/schools.scss */
.news-blog-posts .author_photo img {
  width: 100% !important;
  height: auto !important;
}
/* line 329, ../scss/schools.scss */
.news-blog-posts .date {
  padding-left: 0;
}
/* line 332, ../scss/schools.scss */
.news-blog-posts .intro {
  font-size: 1em;
}

/* line 337, ../scss/schools.scss */
.main_nav li {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}

/* line 345, ../scss/schools.scss */
.lcas .main_nav li, .gssw .main_nav li {
  margin: 0 2px;
}

/* line 349, ../scss/schools.scss */
.shs .main_nav li {
  margin: 0 8px 0 0;
}

/* line 352, ../scss/schools.scss */
.dental .main_nav li {
  margin: 0;
}

/* line 357, ../scss/schools.scss */
.shs .main_nav li ul.multilevel-linkul-0 {
  display: none;
}

/* line 363, ../scss/schools.scss */
.main_nav li a {
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  line-height: 14px;
  display: inline-block;
  font-size: 14px;
}

/* line 373, ../scss/schools.scss */
.lcas .main_nav li a {
  padding: 9px;
}

/* line 377, ../scss/schools.scss */
.gse .school_nav .currentbranch0 {
  background: none repeat scroll 0 0 #6d0527;
}

/* line 381, ../scss/schools.scss */
#gseCarousel .carousel-indicators {
  display: center;
  right: auto;
  position: static;
  display: table;
  margin: 0 auto;
}

/* line 389, ../scss/schools.scss */
#gseCarousel .carousel-indicators li {
  border: 1px solid #555;
  display: table-cell;
}

/* line 394, ../scss/schools.scss */
#gseCarousel .carousel-indicators .active {
  background-color: #555;
}

/* line 398, ../scss/schools.scss */
#carousel-indicators-well {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

/* line 407, ../scss/schools.scss */
.tci #carousel-indicators-well {
  bottom: 40px;
}

/* line 411, ../scss/schools.scss */
#gseCarousel .item .vertical {
  display: none;
}

/* line 415, ../scss/schools.scss */
#gseCarousel .item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  padding: 1%;
  width: 98%;
  /* background-color: rgba(0,0,0, .40); */
  color: #fff;
  font-size: 0.8em;
  font-style: italic;
}

/* line 428, ../scss/schools.scss */
.moscow #gseCarousel .item .desc {
  display: none;
}

/* line 432, ../scss/schools.scss */
.tci #gseCarousel .item img {
  width: 100%;
}

/* line 436, ../scss/schools.scss */
.school_nav .currentbranch0 {
  background: none repeat scroll 0 0 #6d0527;
  color: #FFFFFF;
  display: inline-block;
  padding: 4px 0;
  position: relative;
  top: -4px;
}

/* line 445, ../scss/schools.scss */
.currentbranch0 > a {
  color: #FFFFFF;
}

/* line 449, ../scss/schools.scss */
.main_nav {
  height: 34px;
  list-style-type: none;
  margin: 0;
}
/* line 450, ../scss/schools.scss */
.main_nav li a:hover {
  color: white;
  text-decoration: underline;
}

/* line 459, ../scss/schools.scss */
.currentbranch1 {
  font-size: 1.1em;
  font-weight: 200;
  width: 100%;
  float: right;
  height: 100%;
  margin: 0 0 6px 0;
  list-style: none;
}

/* line 470, ../scss/schools.scss */
.www .section_navigation h2 a {
  color: #991A22;
  font-size: 20px !important;
}

/* line 477, ../scss/schools.scss */
.schools .section_navigation h2 a {
  font-size: 20px !important;
}

/* line 482, ../scss/schools.scss */
#menu {
  list-style-type: none;
  font-family: serif;
  width: 100%;
  overflow: visible;
  height: auto;
}

/* line 490, ../scss/schools.scss */
#header {
  width: 100%;
  height: 127px;
  background-position: top center;
  background-repeat: repeat-x;
}
/* line 495, ../scss/schools.scss */
#header #header_left {
  background-repeat: no-repeat;
  background-position: bottom left;
  float: left;
  width: 430px;
  height: 100px;
  padding-top: 26px;
}

/* line 505, ../scss/schools.scss */
.school_header {
  margin-top: 40px;
}
/* line 507, ../scss/schools.scss */
.school_header img {
  height: auto !important;
}

/* line 512, ../scss/schools.scss */
.gateway_nav {
  height: 25px;
  float: right;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-right: 8px;
}
/* line 518, ../scss/schools.scss */
.gateway_nav ul {
  display: block;
}
/* line 521, ../scss/schools.scss */
.gateway_nav li {
  float: left;
  margin: 0;
  list-style-type: none;
  color: #06335a;
  font-size: 13px;
  font-weight: 600;
}
/* line 529, ../scss/schools.scss */
.gateway_nav a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 5px 0 5px;
  border-right: 1px solid #06335a;
  color: #06335a;
}
/* line 537, ../scss/schools.scss */
.gateway_nav li.last a {
  border: none;
  padding: 0 0 0 6px;
}

/* line 543, ../scss/schools.scss */
a:hover {
  color: #443322;
}

/* line 547, ../scss/schools.scss */
#circle-logo {
  float: right;
}

/* line 551, ../scss/schools.scss */
.nyscas #circle-logo {
  margin-bottom: 10px;
}

/* line 555, ../scss/schools.scss */
.navbar {
  font-size: 14px;
}
/* line 557, ../scss/schools.scss */
.navbar .brand {
  padding: 0;
}

/* line 562, ../scss/schools.scss */
.school_nav {
  background: #203D7C;
  background: -moz-linear-gradient(left, #124b76 0%, #203D7C 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #124b76), color-stop(100%, #203D7C));
  background: -webkit-linear-gradient(left, #124b76 0%, #203D7C 100%);
  background: -o-linear-gradient(left, #124b76 0%, #203D7C 100%);
  background: -ms-linear-gradient(left, #124b76 0%, #203D7C 100%);
  background: linear-gradient(to right, #124b76 0%, #203d7c 100%);
  height: 34px;
}
/* line 571, ../scss/schools.scss */
.school_nav .container .menu-button {
  display: none;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
}
/* line 582, ../scss/schools.scss */
.school_nav .container .menu-button:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 587, ../scss/schools.scss */
.school_nav .navbar {
  margin-bottom: 0 !important;
}
/* line 590, ../scss/schools.scss */
.school_nav a {
  color: #fff;
}

/*.school_nav .container{
padding-bottom:10px;
padding-top:10px;
}*/
/* line 601, ../scss/schools.scss */
a.brand {
  text-decoration: none;
  margin-top: 7px;
}

/* line 606, ../scss/schools.scss */
.school_nav .navbar {
  margin-bottom: 0 !important;
}

/* line 611, ../scss/schools.scss */
.schools .brand {
  margin-top: 4px;
  margin-left: 0;
}
/* line 613, ../scss/schools.scss */
.schools .brand > img {
  margin: -14px 0 0;
}
/* line 616, ../scss/schools.scss */
.schools .brand > span {
  display: inline-block;
  margin: 10px 0 0 10px;
}
/* line 624, ../scss/schools.scss */
.schools footer h4 {
  color: #FFFFFF;
  float: left;
  font-size: 17px;
  font-weight: 200;
  margin: 0;
  width: 950px;
}

/* line 634, ../scss/schools.scss */
footer .container .row {
  padding: 20px 0;
  width: 960px;
}

/* line 639, ../scss/schools.scss */
body.schools div#footer_wrap {
  background-color: #1a3961;
}

/* line 644, ../scss/schools.scss */
footer ul.sharelinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 648, ../scss/schools.scss */
footer ul.sharelinks li {
  float: right;
  margin-left: 10px;
  line-height: 16px;
}
/* line 654, ../scss/schools.scss */
footer .span3 p {
  padding: 0;
  font-size: 14px;
  font-weight: 200;
  text-transform: none;
}

/* line 663, ../scss/schools.scss */
.footer-header .school-footer-info {
  font-size: .8em;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
}
/* line 668, ../scss/schools.scss */
.footer-header .school-footer-info a {
  color: #ffffff;
  text-transform: none;
  font-weight: bold;
}
/* line 673, ../scss/schools.scss */
.footer-header .school-footer-info a:hover {
  color: #F16B37;
}
/* line 677, ../scss/schools.scss */
.footer-header .footer-links {
  font-size: .8em;
  text-align: right;
  text-transform: uppercase;
}

/* line 684, ../scss/schools.scss */
.footer-links .social-media span {
  text-transform: none;
  font-weight: bold;
}

/* line 690, ../scss/schools.scss */
.schools .maps_directions {
  list-style-type: none;
}
/* line 693, ../scss/schools.scss */
.schools .span3.right {
  margin-left: 84px;
}
/* line 696, ../scss/schools.scss */
.schools .maps_directions li {
  text-transform: none;
  text-align: right;
  margin-bottom: 10px;
}
/* line 700, ../scss/schools.scss */
.schools .maps_directions li a {
  color: #8bbee4;
}

/* line 708, ../scss/schools.scss */
.news-page .news-featured-stories {
  margin-bottom: 30px;
}
/* line 710, ../scss/schools.scss */
.news-page .news-featured-stories h2 {
  font-style: normal;
  color: #203D7C;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
/* line 718, ../scss/schools.scss */
.news-page .news-featured-stories h3 {
  color: #2b3b52;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 0 1em;
  font-style: normal;
}
/* line 725, ../scss/schools.scss */
.news-page .news-featured-stories h2 a {
  text-decoration: none;
}
/* line 729, ../scss/schools.scss */
.news-page .news-featured-stories .info .news_type {
  display: none;
}
/* line 732, ../scss/schools.scss */
.news-page .news-featured-stories .info .date {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 740, ../scss/schools.scss */
.news-item .featured-story-main-content h2 {
  font-style: normal;
  color: #203D7C;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}
/* line 747, ../scss/schools.scss */
.news-item .featured-story-main-content .info .date {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 751, ../scss/schools.scss */
.news-item .featured-story-main-content .video-wrapper {
  margin-bottom: 25px;
}
/* line 754, ../scss/schools.scss */
.news-item .featured-story-main-content h3 {
  font-style: normal;
}

/* line 762, ../scss/schools.scss */
.school-gssw.news-events #main_content_col > div {
  background: #fff;
  padding: 30px 19px;
}
/* line 766, ../scss/schools.scss */
.school-gssw.news-events #media_viewer {
  background: #fff;
  min-height: 100%;
}
/* line 770, ../scss/schools.scss */
.school-gssw.news-events .news-events-masonry {
  background: #fff;
}
/* line 773, ../scss/schools.scss */
.school-gssw.news-events #freewall_wrapper {
  padding: 1% 1% 0 1%;
  margin-bottom: 14%;
}

/* line 780, ../scss/schools.scss */
#freewall_wrapper {
  position: relative;
}

/* line 784, ../scss/schools.scss */
#fw_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 20;
}

/* line 794, ../scss/schools.scss */
.free-wall {
  margin: 15px;
}
/* line 796, ../scss/schools.scss */
.free-wall .story {
  display: block;
  background: #FFC70E;
}
/* line 801, ../scss/schools.scss */
.free-wall .instagram {
  display: block;
  background-size: cover;
}
/* line 804, ../scss/schools.scss */
.free-wall .instagram .type {
  padding: 6%;
}
/* line 808, ../scss/schools.scss */
.free-wall .instagram img {
  width: auto;
}
/* line 811, ../scss/schools.scss */
.free-wall .event {
  display: block;
  background: #1a3961;
}
/* line 816, ../scss/schools.scss */
.free-wall .brick {
  margin: 2px 0 2px 0;
}
/* line 819, ../scss/schools.scss */
.free-wall .brick a:hover {
  text-decoration: none;
}
/* line 822, ../scss/schools.scss */
.free-wall .brick .event .event-detail {
  color: #fff;
}
/* line 825, ../scss/schools.scss */
.free-wall .brick .event .event-detail h1 {
  font-size: 80px;
  font-weight: 200;
  color: #fff !important;
  font-style: normal !important;
  margin: 0;
  padding: 6%;
}
/* line 833, ../scss/schools.scss */
.free-wall .brick .event .event-detail .month {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 100;
  padding: 6%;
}
/* line 839, ../scss/schools.scss */
.free-wall .brick .event .event-detail .type {
  padding: 6%;
}
/* line 843, ../scss/schools.scss */
.free-wall .brick span {
  display: block;
}
/* line 846, ../scss/schools.scss */
.free-wall .brick .story .story-detail {
  color: #000;
  padding: 6%;
}
/* line 849, ../scss/schools.scss */
.free-wall .brick .story .story-detail h3 {
  font-weight: 400;
}
/* line 852, ../scss/schools.scss */
.free-wall .brick .story .story-detail .intro_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* line 859, ../scss/schools.scss */
.free-wall .event-name {
  background: #fff;
  color: #000;
  padding: 10px 10px 10px 3px;
  font-weight: 600;
}
/* line 865, ../scss/schools.scss */
.free-wall .brick {
  width: 221.2px;
}
/* line 868, ../scss/schools.scss */
.free-wall .info {
  padding: 15px;
  color: #333;
  background: #fff;
}
/* line 873, ../scss/schools.scss */
.free-wall .brick img {
  margin: 0px;
  padding: 0px;
  display: block;
}
/* line 878, ../scss/schools.scss */
.free-wall .future {
  background: #000;
}
/* line 881, ../scss/schools.scss */
.free-wall .past {
  background: green;
}
/* line 884, ../scss/schools.scss */
.free-wall .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
/* line 889, ../scss/schools.scss */
.free-wall .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 898, ../scss/schools.scss */
.free-wall .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 902, ../scss/schools.scss */
.free-wall .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
        80%,
        100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
        80%,
        100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 928, ../scss/schools.scss */
.free-wall .triangle-isosceles {
  position: relative;
  padding: 15px 0;
  margin: 1em 0 3em;
  color: #000;
  background: #bfbfc5;
}
/* line 935, ../scss/schools.scss */
.free-wall .triangle-isosceles:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #bfbfc5 transparent;
  display: block;
  width: 0;
}
/* line 946, ../scss/schools.scss */
.free-wall .triangle-isosceles.top {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfc5), to(#efefef));
}
/* line 949, ../scss/schools.scss */
.free-wall .triangle-isosceles.top:after {
  top: -15px;
  right: 50px;
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px;
  border-color: #bfbfc5 transparent;
}

/*SocialShare*/
/* line 962, ../scss/schools.scss */
.fb-like {
  margin-right: 20px;
}

/* line 966, ../scss/schools.scss */
.socialButton {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: -6px;
}
/* line 973, ../scss/schools.scss */
.socialButton img {
  width: 100%;
  height: 100%;
}

/* line 979, ../scss/schools.scss */
#SocialShare {
  height: 25px;
  margin-right: 1px;
  padding: 15px 0 15px;
}

/* line 985, ../scss/schools.scss */
.twitter-share-button {
  width: 90px !important;
}

/* line 989, ../scss/schools.scss */
#___plusone_0 {
  width: 75px !important;
}

/* PRESS RESEASES Styles */
/* line 996, ../scss/schools.scss */
.news-main-image {
  text-align: center;
  margin-left: 20px;
  max-width: 330px;
  width: auto;
}
/* line 1001, ../scss/schools.scss */
.news-main-image .image {
  margin-bottom: 10px;
  text-align: center;
}
/* line 1005, ../scss/schools.scss */
.news-main-image .image-description {
  margin-bottom: 25px;
  font-size: 0.8em;
  border-left: solid 1px #ccc;
  padding-left: 15px;
  color: #656764;
}

/* line 1014, ../scss/schools.scss */
.media-contact-wrapper {
  float: right;
  margin-top: 0;
  border-left: solid 1px #ccc;
  padding-left: 20px;
  width: 200px;
  font-size: 1em;
  text-align: right;
  margin-bottom: 25px;
  margin-left: 20px;
  font-size: 1.0em;
}

/* line 1027, ../scss/schools.scss */
.news_landing .intro {
  font-size: 1em;
  font-weight: normal;
}

/* line 1033, ../scss/schools.scss */
.media-contact-wrapper .hdr {
  font-weight: bold;
  font-size: 0.8em;
}
/* line 1037, ../scss/schools.scss */
.media-contact-wrapper p {
  font-size: 0.8em;
  color: #656764;
}

/* line 1043, ../scss/schools.scss */
.lcm .news-archive.listing-item {
  border-top: solid 1px #efefef;
  padding: 15px 10px;
}
/* line 1046, ../scss/schools.scss */
.lcm .news-archive.listing-item h2 {
  font-size: 1.3em;
}

/* line 1053, ../scss/schools.scss */
.jobs-page .job-posts h2 {
  font-style: normal;
  color: #203D7C;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
/* line 1060, ../scss/schools.scss */
.jobs-page .job-posts h2 a {
  text-decoration: none;
}
/* line 1065, ../scss/schools.scss */
.jobs-page .job-posts .info .date {
  font-weight: bold;
}
/* line 1068, ../scss/schools.scss */
.jobs-page .job-posts .info .div {
  margin: 15px 0;
}
/* line 1073, ../scss/schools.scss */
.jobs-page .listing-item {
  margin-bottom: 20px;
  border-bottom: 1px solid black;
  padding: 10px 10px 20px 10px;
}

/* line 1081, ../scss/schools.scss */
.job-post h2 {
  font-style: normal;
  color: #203D7C;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}
/* line 1088, ../scss/schools.scss */
.job-post .info {
  margin-bottom: 25px;
}

/* line 1094, ../scss/schools.scss */
.featured-story-main-content .date {
  font-size: .8em;
  font-style: italic;
  margin-bottom: 15px;
}
/* line 1099, ../scss/schools.scss */
.featured-story-main-content h2 {
  margin: 0 0 .5em;
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  color: #06335a;
}
/* line 1107, ../scss/schools.scss */
.featured-story-main-content h3 {
  font-style: normal;
  color: #06335a;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  font-family: helvetica, arial, sans-serif;
}

/* line 1117, ../scss/schools.scss */
.press-release-main-content h2 {
  margin: 0 0 .5em;
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  color: #06335a;
}

/* line 1126, ../scss/schools.scss */
.news-archive listing-item h2 a {
  color: #06335a;
  text-decoration: none;
  font-style: normal;
  font-family: helvetica, arial, sans-serif;
}

/* line 1133, ../scss/schools.scss */
#main-content-col-wrapper h2 {
  color: #06335a;
  text-decoration: none;
  font-style: normal;
  font-family: helvetica, arial, sans-serif;
}
/* line 1134, ../scss/schools.scss */
#main-content-col-wrapper h2 a {
  color: #06335a;
  text-decoration: none;
  font-style: normal;
  font-family: helvetica, arial, sans-serif;
}

/* line 1148, ../scss/schools.scss */
.search-pagination {
  text-align: center;
}

/* line 1152, ../scss/schools.scss */
.search-result-wrapper {
  padding: 10px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: none !important;
}
/* line 1158, ../scss/schools.scss */
.search-result-wrapper .searched-details {
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
  border-bottom: solid 1px #ccc;
}
/* line 1167, ../scss/schools.scss */
.search-result-wrapper .results .search-nav {
  padding-bottom: 1em;
}
/* line 1169, ../scss/schools.scss */
.search-result-wrapper .results .search-nav .news {
  background-color: #fff;
  padding: 3px 18px 15px 18px;
  display: inline-block;
}
/* line 1174, ../scss/schools.scss */
.search-result-wrapper .results .search-nav .news.active {
  border-top: 2px solid #06335a;
}
/* line 1177, ../scss/schools.scss */
.search-result-wrapper .results .search-nav span {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
/* line 1182, ../scss/schools.scss */
.search-result-wrapper .results .search-nav div.news:hover span {
  text-decoration: none;
}

/* line 1192, ../scss/schools.scss */
input.main-search-field-error {
  border: solid 2px #f00;
}
/* line 1194, ../scss/schools.scss */
input.main-search-field-error:focus {
  border: solid 2px #f00;
}
/* line 1198, ../scss/schools.scss */
input.main-search-field {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7) inset;
  padding: 8px 12px;
  margin-top: 30px;
}
/* line 1204, ../scss/schools.scss */
input.inside-main-search {
  margin-top: 0;
}

/* line 1209, ../scss/schools.scss */
.footer-school-info {
  padding-top: 0;
  height: auto;
}
/* line 1212, ../scss/schools.scss */
.footer-school-info a {
  color: #fff;
}

/* line 1217, ../scss/schools.scss */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none;
}

/* line 1226, ../scss/schools.scss */
.Press-Release input.main-search-field,
.Touro-in-the-News input.main-search-field,
.Featured input.main-search-field,
.Events input.main-search-field {
  border-radius: 4px 4px 4px 4px;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted;
  /* IE6-9 */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  padding: 5px;
  padding-bottom: 8px;
  width: 300px;
  border: none;
}

/* line 1248, ../scss/schools.scss */
.Press-Release input.main-search-field,
.Touro-in-the-News input.main-search-field,
.Featured input.main-search-field,
.Events input.main-search-field {
  border-radius: 4px 4px 4px 4px;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted;
  /* IE6-9 */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  padding: 8px 15px;
  width: 300px;
  border: none;
}

/* line 1269, ../scss/schools.scss */
#subsearch + .fa.fa-search {
  display: none;
}

/* line 1273, ../scss/schools.scss */
.secondary-search-label {
  font-family: 'georgia', serif;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  font-size: 1.2em;
  color: #06335a;
  text-rendering: optimizelegibility;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-top: 8px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 1292, ../scss/schools.scss */
.secondary-search-form-wrapper input {
  /* WebKit browsers */
  color: #237143;
  font-weight: bold;
  background-repeat: repeat-x;
  background-position: left 31px;
}
/* line 1298, ../scss/schools.scss */
.secondary-search-form-wrapper input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
  background-image: none;
}
/* line 1303, ../scss/schools.scss */
.secondary-search-form-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  background-image: none;
}
/* line 1308, ../scss/schools.scss */
.secondary-search-form-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  background-image: none;
}
/* line 1313, ../scss/schools.scss */
.secondary-search-form-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF;
  background-image: none;
}

/* line 1320, ../scss/schools.scss */
#main_content_col .search-result-wrapper {
  padding: 0;
}

/* line 1324, ../scss/schools.scss */
.Press-Release input.main-search-field-error,
.Touro-in-the-News input.main-search-field-error,
.Featured input.main-search-field-error,
.Press-Release input.main-search-field-error:focus,
.Touro-in-the-News input.main-search-field-error:focus,
.Featured input.main-search-field-error:focus {
  border: solid 2px #f00;
}

/* line 1334, ../scss/schools.scss */
.event-main-content .map-wrapper {
  max-width: 330px;
}
/* line 1337, ../scss/schools.scss */
.event-main-content .event-map {
  width: 100%;
  height: 300px;
  border: solid 1px #ccc;
  float: right;
  min-width: 330px;
}
/* line 1344, ../scss/schools.scss */
.event-main-content .map-info-address {
  padding-top: 10px;
  font-size: 0.8em;
  clear: both;
}
/* line 1349, ../scss/schools.scss */
.event-main-content .info {
  margin-bottom: 15px;
}

/* line 1354, ../scss/schools.scss */
.flicker_first_image {
  border: solid 5px #fff;
  margin: 10px;
  margin-left: 0px;
  width: 100%;
}

/* line 1361, ../scss/schools.scss */
.flickphoto {
  border: solid 5px #fff;
  margin: 10px;
  margin-left: 0px;
  float: left;
  width: 155px;
  cursor: pointer;
}
/* line 1368, ../scss/schools.scss */
.flickphoto img {
  width: 100%;
  height: auto;
}

/* line 1374, ../scss/schools.scss */
.flicker_first_image img {
  width: 100%;
  height: auto;
}

/* line 1379, ../scss/schools.scss */
#tourolightbox {
  display: none;
}

/* line 1383, ../scss/schools.scss */
.event-listing {
  border-top: solid 1px #ccc;
  margin-bottom: 30px;
  padding-top: 20px;
}

/* line 1389, ../scss/schools.scss */
.event-info-wrapper {
  margin-bottom: 15px;
}

/* line 1393, ../scss/schools.scss */
.event-info,
.event-main-content .event-info {
  font-size: 0.9em;
}

/* line 1398, ../scss/schools.scss */
.event-info-last,
.event-main-content .event-info-last {
  border-bottom: solid 1px #ccc;
}

/* line 1403, ../scss/schools.scss */
.event-listing .event-details,
.event-main-content .event-details {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px;
  max-width: 250px;
}

/* line 1415, ../scss/schools.scss */
.event-listing .map-wrapper {
  width: 200px;
  height: 200px;
}
/* line 1419, ../scss/schools.scss */
.event-listing .teaser-intro {
  margin: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1426, ../scss/schools.scss */
.video-wrapper {
  margin-bottom: 15px;
}

/* Calendar Event Style */
/* line 1433, ../scss/schools.scss */
.info-box {
  position: absolute;
  background-color: #fff;
  z-index: 10000000;
  padding: 10px;
  color: #000;
  width: 400px;
}

/* line 1445, ../scss/schools.scss */
.CalendarCtrl .popover {
  max-width: 800px;
  width: 450px;
}
/* line 1449, ../scss/schools.scss */
.CalendarCtrl .popover-content {
  font-size: 0.8em;
}
/* line 1452, ../scss/schools.scss */
.CalendarCtrl .fc-view {
  overflow: visible;
}
/* line 1455, ../scss/schools.scss */
.CalendarCtrl .date {
  margin-bottom: 5px;
  font-size: 0.9em;
  font-style: italic;
}
/* line 1460, ../scss/schools.scss */
.CalendarCtrl .customFeed {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  padding: 5px;
}
/* line 1465, ../scss/schools.scss */
.CalendarCtrl .customFeed.Academic-Calendar {
  border-color: #1a3961;
  background-color: #5a5a5a;
  color: #fff;
  padding: 5px;
}
/* line 1471, ../scss/schools.scss */
.CalendarCtrl .customFeed .fc-event-skin {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 1479, ../scss/schools.scss */
.CalendarCtrl .open-house, .CalendarCtrl .Open-House {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  padding: 5px;
}
/* line 1484, ../scss/schools.scss */
.CalendarCtrl .open-house .fc-event-skin, .CalendarCtrl .Open-House .fc-event-skin {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 1493, ../scss/schools.scss */
.CalendarCtrl .Athletics {
  border-color: #5693b3;
  background-color: #5693b3;
  color: #fff;
  padding: 5px;
}
/* line 1498, ../scss/schools.scss */
.CalendarCtrl .Athletics .fc-event-skin {
  border-color: #5693b3;
  background-color: #5693b3;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 1507, ../scss/schools.scss */
.CalendarCtrl .Career-Services {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  padding: 5px;
}
/* line 1512, ../scss/schools.scss */
.CalendarCtrl .Career-Services .fc-event-skin {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}

/* line 1523, ../scss/schools.scss */
.CalendarCtrl2 .popover {
  max-width: 800px;
  width: 450px;
}
/* line 1527, ../scss/schools.scss */
.CalendarCtrl2 .popover-content {
  font-size: 0.8em;
}
/* line 1530, ../scss/schools.scss */
.CalendarCtrl2 .fc-view {
  overflow: visible;
}
/* line 1533, ../scss/schools.scss */
.CalendarCtrl2 .date {
  margin-bottom: 5px;
  font-size: 0.9em;
  font-style: italic;
}
/* line 1538, ../scss/schools.scss */
.CalendarCtrl2 .customFeed {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  padding: 5px;
}
/* line 1543, ../scss/schools.scss */
.CalendarCtrl2 .customFeed.Academic-Calendar {
  border-color: #1a3961;
  background-color: #5a5a5a;
  color: #fff;
  padding: 5px;
}
/* line 1549, ../scss/schools.scss */
.CalendarCtrl2 .customFeed .fc-event-skin {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 1557, ../scss/schools.scss */
.CalendarCtrl2 .open-house {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  padding: 5px;
}
/* line 1562, ../scss/schools.scss */
.CalendarCtrl2 .open-house .fc-event-skin {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 1571, ../scss/schools.scss */
.CalendarCtrl2 .Athletics {
  border-color: #5693b3;
  background-color: #5693b3;
  color: #fff;
  padding: 5px;
}
/* line 1576, ../scss/schools.scss */
.CalendarCtrl2 .Athletics .fc-event-skin {
  border-color: #5693b3;
  background-color: #5693b3;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 1585, ../scss/schools.scss */
.CalendarCtrl2 .Career-Services {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  padding: 5px;
}
/* line 1590, ../scss/schools.scss */
.CalendarCtrl2 .Career-Services .fc-event-skin {
  border-color: #9d2920;
  background-color: #9d2920;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}

/* line 1600, ../scss/schools.scss */
.calendar-legend {
  font-size: 0.8em;
  margin: 0;
}
/* line 1603, ../scss/schools.scss */
.calendar-legend li {
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
}
/* line 1611, ../scss/schools.scss */
.calendar-legend li .legend-marker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
/* line 1621, ../scss/schools.scss */
.calendar-legend li .legend-event {
  background-color: #1a3961;
}
/* line 1624, ../scss/schools.scss */
.calendar-legend li .legend-open-house {
  background-color: #4288e2;
}
/* line 1627, ../scss/schools.scss */
.calendar-legend li .legend-career-services {
  background-color: #9d2920;
}
/* line 1630, ../scss/schools.scss */
.calendar-legend li .legend-academic-calendar {
  background-color: #5a5a5a;
}
/* line 1634, ../scss/schools.scss */
.calendar-legend li .legend-athletics {
  background-color: #5693b3;
}

/* line 1641, ../scss/schools.scss */
.CalendarCtrl .fc-corner-right .fc-event-inner {
  border-right-width: 0px;
}
/* line 1644, ../scss/schools.scss */
.CalendarCtrl .fc-corner-left .fc-event-inner {
  border-left-width: 0px;
}

/* line 1650, ../scss/schools.scss */
.CalendarCtrl2 .fc-corner-right .fc-event-inner {
  border-right-width: 0px;
}
/* line 1653, ../scss/schools.scss */
.CalendarCtrl2 .fc-corner-left .fc-event-inner {
  border-left-width: 0px;
}

/* line 1659, ../scss/schools.scss */
.calendar-nav li.active a {
  color: #fff;
  background-color: #555;
  text-decoration: none;
  font-size: 0.9em;
}
/* line 1664, ../scss/schools.scss */
.calendar-nav li.active a:hover, .calendar-nav li.active a:active, .calendar-nav li.active a:visited {
  color: #fff;
  background-color: #555;
  text-decoration: none;
  font-size: 0.9em;
}
/* line 1673, ../scss/schools.scss */
.calendar-nav li.active a:focus {
  background-color: #203D7C;
}
/* line 1676, ../scss/schools.scss */
.calendar-nav li a {
  text-decoration: none;
  font-size: 0.9em;
}
/* line 1679, ../scss/schools.scss */
.calendar-nav li a:hover {
  text-decoration: underline;
}

/* line 1687, ../scss/schools.scss */
.school-gse .inside_page .fsRequiredMarker, .school-gsb-new .inside_page .fsRequiredMarker, .school-shs .inside_page .fsRequiredMarker, .school-lcas .inside_page .fsRequiredMarker {
  color: #6d0527;
}

/* line 1690, ../scss/schools.scss */
#summer_program .fsRequiredMarker {
  color: #dd0000;
}

/* line 1693, ../scss/schools.scss */
.school-gse .request_more_information .fsRequiredMarker {
  color: #fff;
}

/* line 1697, ../scss/schools.scss */
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #555;
  background-color: transparent;
  cursor: default;
}

/* line 1703, ../scss/schools.scss */
.lightBlueBKG a {
  color: #1263a1;
}

/*
* FullCalendar v1.5.3 Stylesheet
*
* Copyright (c) 2011 Adam Shaw
* Dual licensed under the MIT and GPL licenses, located in
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
*
* Date: Mon Feb 6 22:40:40 2012 -0800
*
*/
/* line 1718, ../scss/schools.scss */
.fc {
  direction: ltr;
  text-align: left;
}
/* line 1721, ../scss/schools.scss */
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  float: left;
}

/* line 1728, ../scss/schools.scss */
html .fc {
  font-size: 1em;
}

/* line 1733, ../scss/schools.scss */
.fc table {
  font-size: 1em;
}
/* line 1736, ../scss/schools.scss */
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

/* Header
------------------------------------------------------------------------*/
/* line 1747, ../scss/schools.scss */
.fc-header td {
  white-space: nowrap;
}

/* line 1751, ../scss/schools.scss */
.fc-header-left {
  width: 25%;
  text-align: left;
}

/* line 1756, ../scss/schools.scss */
.fc-header-center {
  text-align: center;
}

/* line 1760, ../scss/schools.scss */
.fc-header-right {
  width: 25%;
  text-align: right;
}

/* line 1765, ../scss/schools.scss */
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
/* line 1768, ../scss/schools.scss */
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}

/* line 1774, ../scss/schools.scss */
.fc .fc-header-space {
  padding-left: 10px;
}

/* line 1779, ../scss/schools.scss */
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
  margin-right: -1px;
}
/* line 1784, ../scss/schools.scss */
.fc-header .fc-corner-right {
  margin-right: 1px;
  /* back to normal */
}
/* line 1788, ../scss/schools.scss */
.fc-header .ui-corner-right {
  margin-right: 0;
  /* back to normal */
}
/* line 1792, ../scss/schools.scss */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
/* line 1796, ../scss/schools.scss */
.fc-header .fc-state-down {
  z-index: 3;
}
/* line 1799, ../scss/schools.scss */
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}

/* buttons edges butting together */
/* button layering (for border precedence) */
/* Content
------------------------------------------------------------------------*/
/* line 1815, ../scss/schools.scss */
.fc-content {
  clear: both;
}

/* line 1819, ../scss/schools.scss */
.fc-view {
  width: 100%;
  /* needed for view switching (when view is absolute) */
  overflow: hidden;
}

/* Program Course Link Styles
------------------------------------*/
/* line 1830, ../scss/schools.scss */
.www .program-courses {
  margin: 0 auto;
}
/* line 1831, ../scss/schools.scss */
.www .program-courses h2 {
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 200;
  margin-top: 0 auto;
}
/* line 1839, ../scss/schools.scss */
.www .program-courses a {
  text-decoration: none;
  font-size: 14px;
  color: #13507E;
}
/* line 1843, ../scss/schools.scss */
.www .program-courses a:hover {
  color: #991A22;
}

/* line 1851, ../scss/schools.scss */
h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 2px auto;
}

/* Cell Styles
------------------------------------------------------------------------*/
/* line 1861, ../scss/schools.scss */
.fc-widget-header,
.fc-widget-content {
  border: 1px solid #ccc;
}

/* line 1866, ../scss/schools.scss */
.fc-state-highlight {
  background: #ffc;
}

/* line 1870, ../scss/schools.scss */
.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #9cf;
  opacity: .2;
  filter: alpha(opacity=20);
  /* for IE */
}

/* Buttons
------------------------------------------------------------------------*/
/* line 1882, ../scss/schools.scss */
.fc-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 1888, ../scss/schools.scss */
.fc-state-default {
  /* non-theme */
  border-style: solid;
  border-width: 1px 0;
}

/* line 1894, ../scss/schools.scss */
.fc-button-inner {
  position: relative;
  float: left;
  overflow: hidden;
}

/* line 1900, ../scss/schools.scss */
.fc-state-default .fc-button-inner {
  /* non-theme */
  border-style: solid;
  border-width: 0 1px;
}

/* line 1906, ../scss/schools.scss */
.fc-button-content {
  position: relative;
  float: left;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 .6em;
  white-space: nowrap;
}
/* line 1913, ../scss/schools.scss */
.fc-button-content .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
/* line 1918, ../scss/schools.scss */
.fc-button-content .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}

/* icon (for jquery ui) */
/* gloss effect */
/* line 1933, ../scss/schools.scss */
.fc-state-default {
  border-style: solid;
  border-color: #ccc #bbb #aaa;
  background: #F3F3F3;
  color: #000;
}
/* line 1934, ../scss/schools.scss */
.fc-state-default .fc-button-effect {
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 1938, ../scss/schools.scss */
.fc-state-default .fc-button-effect span {
  position: absolute;
  top: -100px;
  left: 0;
  width: 500px;
  height: 100px;
  border-width: 100px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background: #444;
  opacity: .09;
  filter: alpha(opacity=9);
}
/* line 1956, ../scss/schools.scss */
.fc-state-default .fc-button-inner {
  border-style: solid;
  border-color: #ccc #bbb #aaa;
  background: #F3F3F3;
  color: #000;
}

/* button states (determines colors)  */
/* line 1967, ../scss/schools.scss */
.fc-state-hover {
  border-color: #555;
}
/* line 1969, ../scss/schools.scss */
.fc-state-hover .fc-button-inner {
  border-color: #555;
}

/* line 1974, ../scss/schools.scss */
.fc-state-down {
  border-color: #555;
  background: #777;
}
/* line 1977, ../scss/schools.scss */
.fc-state-down .fc-button-inner {
  border-color: #555;
  background: #777;
}

/* line 1983, ../scss/schools.scss */
.fc-state-active {
  border-color: #555;
  background: #777;
  color: #fff;
}
/* line 1987, ../scss/schools.scss */
.fc-state-active .fc-button-inner {
  border-color: #555;
  background: #777;
  color: #fff;
}

/* line 1994, ../scss/schools.scss */
.fc-state-disabled {
  color: #555;
  border-color: #ddd;
  cursor: default;
}
/* line 1997, ../scss/schools.scss */
.fc-state-disabled .fc-button-inner {
  color: #555;
  border-color: #ddd;
}
/* line 2002, ../scss/schools.scss */
.fc-state-disabled .fc-button-effect {
  display: none;
}

/* Global Event Styles
------------------------------------------------------------------------*/
/* line 2011, ../scss/schools.scss */
.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: .85em;
  cursor: default;
}

/* line 2018, ../scss/schools.scss */
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

/* line 2023, ../scss/schools.scss */
a.fc-event {
  text-decoration: none;
}

/* line 2027, ../scss/schools.scss */
.fc-rtl .fc-event {
  text-align: right;
}

/* line 2031, ../scss/schools.scss */
.fc-event-skin {
  border-color: #36c;
  /* default BORDER color */
  background-color: #36c;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
}

/* line 2040, ../scss/schools.scss */
.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}

/* line 2049, ../scss/schools.scss */
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}

/* line 2054, ../scss/schools.scss */
.fc .ui-resizable-handle {
  /*** TODO: don't use ui-resizable anymore, change class ***/
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}

/* Horizontal Events
------------------------------------------------------------------------*/
/* line 2071, ../scss/schools.scss */
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
/* line 2074, ../scss/schools.scss */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
/* line 2082, ../scss/schools.scss */
.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}
/* line 2089, ../scss/schools.scss */
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}

/* resizable */
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
/* line 2102, ../scss/schools.scss */
.fc-corner-left {
  margin-left: 1px;
}
/* line 2104, ../scss/schools.scss */
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
  margin-left: -1px;
}

/* line 2110, ../scss/schools.scss */
.fc-corner-right {
  margin-right: 1px;
}
/* line 2112, ../scss/schools.scss */
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-right: -1px;
}

/* line 2118, ../scss/schools.scss */
.fc-corner-top {
  margin-top: 1px;
}
/* line 2120, ../scss/schools.scss */
.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}

/* line 2125, ../scss/schools.scss */
.fc-corner-bottom {
  margin-bottom: 1px;
}
/* line 2127, ../scss/schools.scss */
.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}

/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
/* line 2136, ../scss/schools.scss */
.fc-corner-left .fc-event-inner {
  border-left-width: 1px;
}

/* line 2140, ../scss/schools.scss */
.fc-corner-right .fc-event-inner {
  border-right-width: 1px;
}

/* line 2144, ../scss/schools.scss */
.fc-corner-top .fc-event-inner {
  border-top-width: 1px;
}

/* line 2148, ../scss/schools.scss */
.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px;
}

/* Reusable Separate-border Table
------------------------------------------------------------*/
/* line 2156, ../scss/schools.scss */
table.fc-border-separate {
  border-collapse: separate;
}

/* line 2161, ../scss/schools.scss */
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
/* line 2165, ../scss/schools.scss */
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
/* line 2170, ../scss/schools.scss */
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
/* line 2176, ../scss/schools.scss */
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
/* line 2188, ../scss/schools.scss */
.fc-grid th {
  text-align: center;
}
/* line 2191, ../scss/schools.scss */
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
/* line 2195, ../scss/schools.scss */
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
        /* opacity with small font can sometimes look too faded
might want to set the 'color' property instead
making day-numbers bold also fixes the problem */
}
/* line 2203, ../scss/schools.scss */
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}
/* line 2208, ../scss/schools.scss */
.fc-grid .fc-event-time {
  font-weight: bold;
}

/* event styles */
/* right-to-left */
/* line 2220, ../scss/schools.scss */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
/* line 2223, ../scss/schools.scss */
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
/* line 2232, ../scss/schools.scss */
.fc-agenda table {
  border-collapse: separate;
}

/* line 2236, ../scss/schools.scss */
.fc-agenda-days th {
  text-align: center;
}

/* line 2241, ../scss/schools.scss */
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
/* line 2249, ../scss/schools.scss */
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

/* make axis border take precedence */
/* line 2258, ../scss/schools.scss */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
/* line 2261, ../scss/schools.scss */
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

/* all-day area */
/* line 2270, ../scss/schools.scss */
.fc-agenda-allday th {
  border-width: 0 1px;
}
/* line 2273, ../scss/schools.scss */
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}

/* divider (between all-day and slots) */
/* line 2283, ../scss/schools.scss */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

/* line 2288, ../scss/schools.scss */
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

/* slot rows */
/* line 2296, ../scss/schools.scss */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
/* line 2299, ../scss/schools.scss */
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
/* line 2302, ../scss/schools.scss */
.fc-agenda-slots td div {
  height: 20px;
}
/* line 2308, ../scss/schools.scss */
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
/* line 2314, ../scss/schools.scss */
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
/* line 2318, ../scss/schools.scss */
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
}

/* Vertical Events
------------------------------------------------------------------------*/
/* line 2329, ../scss/schools.scss */
.fc-event-vert {
  border-width: 0 1px;
}
/* line 2331, ../scss/schools.scss */
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
/* line 2338, ../scss/schools.scss */
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
/* line 2342, ../scss/schools.scss */
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .3;
  filter: alpha(opacity=30);
}

/* line 2356, ../scss/schools.scss */
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none;
}

/* resizable */
/* line 2364, ../scss/schools.scss */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 2377, ../scss/schools.scss */
.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}

/* line 2382, ../scss/schools.scss */
.students-academic-calendar {
  border-bottom: solid 2px #2B3D54;
}
/* line 2385, ../scss/schools.scss */
.students-academic-calendar tr th {
  background-color: #2B3D54 !important;
  color: #fff;
  margin-bottom: 10px;
}
/* line 2390, ../scss/schools.scss */
.students-academic-calendar tr td {
  width: 33%;
  vertical-align: top;
}
/* line 2394, ../scss/schools.scss */
.students-academic-calendar tr:nth-child(odd) td {
  background-color: #fff;
}

/* line 2400, ../scss/schools.scss */
.job-body {
  margin-top: 15px;
}

/* line 2404, ../scss/schools.scss */
.modTitle {
  display: none;
}

/* line 2408, ../scss/schools.scss */
.event-form-wrapper {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

/* line 2414, ../scss/schools.scss */
.map-wrapper {
  margin-left: 10px;
}

/* line 2418, ../scss/schools.scss */
.school-tourocom .homepage .map-wrapper,
.school-nyscas .homepage .map-wrapper {
  margin-left: 0;
}

/* line 2424, ../scss/schools.scss */
.event-form-wrapper .thank-you-message {
  display: none;
}
/* line 2427, ../scss/schools.scss */
.event-form-wrapper .thank-you-message-holder {
  display: none;
  line-height: 25px;
  background-color: #fff;
  padding: 15px 15px;
  border-top: solid 1px #900;
  border-bottom: solid 1px #900;
}
/* line 2435, ../scss/schools.scss */
.event-form-wrapper #error-message,
.event-form-wrapper #error-message2 {
  display: none;
  padding: 10px;
  background-color: #900;
  color: #fff;
  font-size: .8em;
  margin: 0;
  margin-bottom: 15px;
}
/* line 2445, ../scss/schools.scss */
.event-form-wrapper #error-message li {
  margin: 0;
  margin-left: 15px;
}

/* line 2451, ../scss/schools.scss */
.event-form-wrapper2 #error-message2 li {
  margin: 0;
  margin-left: 15px;
}

/* line 2456, ../scss/schools.scss */
.nav-tabs a {
  margin-bottom: 30px;
}

/* line 2460, ../scss/schools.scss */
.notification-type-psa,
.notification-type-building-alert {
  background-color: #efad1e;
}

/* line 2465, ../scss/schools.scss */
.notification-type-emergency {
  background-color: #FF0000;
  color: #fff;
}

/* line 2470, ../scss/schools.scss */
.notification-type-emergency-closing,
.notification-type-timely-warning-notification {
  background-color: #CC0000;
  color: #fff;
}

/* line 2476, ../scss/schools.scss */
.notification-type-non-emergency-closing {
  background-color: #ffff00;
  color: #CC0000;
}

/* line 2481, ../scss/schools.scss */
.notification-type-weather-related {
  background-color: #ffff00;
}

/* line 2485, ../scss/schools.scss */
.notification-type-general-notification {
  background-color: #8099bc;
  color: #fff;
}

/* line 2490, ../scss/schools.scss */
.enotification {
  padding: 10px;
}
/* line 2492, ../scss/schools.scss */
.enotification .etitle {
  font-weight: bold;
}
/* line 2495, ../scss/schools.scss */
.enotification .edate {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
}
/* line 2500, ../scss/schools.scss */
.enotification p {
  margin: 0;
}
/* line 2503, ../scss/schools.scss */
.enotification .readmore {
  cursor: pointer;
  text-decoration: underline;
  font-size: 11px;
}

/* line 2510, ../scss/schools.scss */
.emessage a {
  color: #06335A;
}

/* line 2514, ../scss/schools.scss */
.emodal {
  width: 80%;
  margin-left: -40%;
}

/* line 2519, ../scss/schools.scss */
.notiflevel {
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 2524, ../scss/schools.scss */
.notif-building-alert,
.notif-psa {
  background-color: #efad1e;
}

/* line 2529, ../scss/schools.scss */
.notif-emergency,
.notif-timely-warning-notification {
  background-color: #FF0000;
}

/* line 2534, ../scss/schools.scss */
.notif-emergency-closing {
  background-color: #CC0000;
}

/* line 2538, ../scss/schools.scss */
.notif-non-emergency-closing {
  background-color: #ffff00;
  color: red;
}

/* line 2543, ../scss/schools.scss */
.notif-weather-related {
  background-color: #ffff00;
  color: black;
}

/* line 2548, ../scss/schools.scss */
.notif-general-notification {
  background-color: #8099bc;
}

@media (max-width: 480px) {
  /* line 2553, ../scss/schools.scss */
  .emodal {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 2558, ../scss/schools.scss */
  .schools .brand img {
    margin: 0;
  }

  /* line 2562, ../scss/schools.scss */
  .navbar-static-top .brand {
    max-width: none;
  }

  /* line 2568, ../scss/schools.scss */
  .blog_post .info .author_photo {
    width: 100%;
    height: auto;
  }
  /* line 2571, ../scss/schools.scss */
  .blog_post .info .author_photo img {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 auto;
  }
  /* line 2576, ../scss/schools.scss */
  .blog_post .info .author_photo .photo_container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 2585, ../scss/schools.scss */
  .emodal {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 2592, ../scss/schools.scss */
.video-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 2595, ../scss/schools.scss */
.video-wrapper iframe {
  border: solid 5px #f1f0ea;
}

/* line 2600, ../scss/schools.scss */
.flicker_first_image {
  border: solid 5px #f1f0ea;
  margin: 10px;
  margin-left: 0px;
  width: 100%;
}

/* line 2607, ../scss/schools.scss */
.flickphoto {
  border: solid 5px #f1f0ea;
  margin: 10px;
  margin-left: 0px;
  float: left;
  width: 107px;
  cursor: pointer;
}
/* line 2614, ../scss/schools.scss */
.flickphoto img {
  width: 100%;
  height: auto;
}

/* line 2620, ../scss/schools.scss */
.flicker_first_image img {
  width: 100%;
  height: auto;
}

/* line 2625, ../scss/schools.scss */
#tourolightbox {
  display: none;
}

@media (max-width: 1200px) {
  /* line 2630, ../scss/schools.scss */
  .school-gssw .homepage .news_feature {
    height: 300px;
    max-height: 300px;
  }
  /* line 2633, ../scss/schools.scss */
  .school-gssw .homepage .news_feature .flicker-featured-photo {
    height: 175px;
  }
  /* line 2636, ../scss/schools.scss */
  .school-gssw .homepage .news_feature a.arrow {
    top: 153px;
  }
}
/* line 2642, ../scss/schools.scss */
.map_general {
  height: 300px;
  width: 100%;
  margin-bottom: 15px;
}

/* faculty styles */
/* line 2652, ../scss/schools.scss */
.fulltext-card h2 {
  line-height: .7em;
}
/* line 2655, ../scss/schools.scss */
.fulltext-card h3 {
  font-style: italic;
  margin-bottom: 1em;
}
/* line 2659, ../scss/schools.scss */
.fulltext-card h4 {
  background-color: #F5F3EC;
  border: 1px solid #E6E5DA;
  color: #191812;
  display: block;
  font-size: 11px;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
}

/* line 2670, ../scss/schools.scss */
.fulltext-card-bio {
  margin-left: 20px;
}
/* line 2672, ../scss/schools.scss */
.fulltext-card-bio p {
  font-size: 0.9em;
}
/* line 2675, ../scss/schools.scss */
.fulltext-card-bio h3 {
  margin-bottom: 1em;
  background-color: #F5F3EC;
  border: 1px solid #E6E5DA;
  color: #191812;
  display: block;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
}

/* line 2689, ../scss/schools.scss */
.fulltext-card-info {
  background: #F5F3EC;
  border: 1px solid #E6E5DA;
  padding: 15px;
}
/* line 2690, ../scss/schools.scss */
.fulltext-card-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 2699, ../scss/schools.scss */
.fulltext-card-info img {
  border: solid 2px #fff;
}

/* line 2704, ../scss/schools.scss */
.grey_block {
  background-color: #F5F3EC;
  border: 1px solid #E6E5DA;
  color: #191812;
  display: block;
  font-size: 10px !important;
  font-weight: bold;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
  font-size: 13px !important;
}

/* line 2716, ../scss/schools.scss */
.extra-info a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

/* line 2724, ../scss/schools.scss */
.grey_block h3 {
  background-color: #F5F3EC;
  border: 1px solid #E6E5DA;
  color: #191812;
  display: block;
  margin: 40px 0 10px;
  padding: 10px 0 10px 10px;
}
/* line 2732, ../scss/schools.scss */
.grey_block ul li {
  list-style: none;
}

/* line 2737, ../scss/schools.scss */
ul.lister {
  margin-left: 0;
}
/* line 2738, ../scss/schools.scss */
ul.lister li {
  list-style: none;
}

/* line 2744, ../scss/schools.scss */
.block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  color: #134E7B;
  background-color: #fff;
}

/* line 2755, ../scss/schools.scss */
a.block:hover {
  background-color: #efefef;
  color: #555;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-out;
  -moz-transition-property: color, background;
  -moz-transition-duration: 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-out;
}

/* line 2766, ../scss/schools.scss */
.faculty-card {
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-radius: 5px;
  font-size: 14px;
}

/* line 2773, ../scss/schools.scss */
.faculty-card-lcm-lister {
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-radius: 5px;
  margin-bottom: 5%;
  font-size: 24px;
  line-height: 36px;
}

/* line 2783, ../scss/schools.scss */
.faculty-listing .row-fluid .span4:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
/* line 2787, ../scss/schools.scss */
.faculty-listing .span4 {
  height: 120px;
  /* margin-bottom: 10px;*/
}

/* line 2793, ../scss/schools.scss */
.school-dental .faculty-listing .span4 {
  height: auto;
}

/* line 2797, ../scss/schools.scss */
.shs .faculty-listing .span4 {
  height: 160px;
}

/* line 2804, ../scss/schools.scss */
.school-tourocom .faculty-listing .span4,
.school-tourocop .faculty-listing .span4 {
  height: auto !important;
  margin-left: 3px;
}
/* line 2808, ../scss/schools.scss */
.school-tourocom .faculty-listing .card-info,
.school-tourocop .faculty-listing .card-info {
  padding-right: 1px;
}

/* line 2814, ../scss/schools.scss */
.headshot-small {
  background: #fff;
  margin-left: 6%;
}

/* line 2819, ../scss/schools.scss */
.image {
  margin: 4% 4% 4% 0;
}

/* line 2823, ../scss/schools.scss */
.no-image-card {
  background-color: #fff;
}

/* line 2827, ../scss/schools.scss */
.speaker-no-image {
  border: 1px solid #efefef;
}

/* line 2831, ../scss/schools.scss */
.faculty-wrapper .faculty-card .card-title {
  display: none;
}

/* line 2835, ../scss/schools.scss */
.card-title,
.card-subject,
.card-other-title {
  display: inline;
}

/* line 2843, ../scss/schools.scss */
.schools-and-colleges .search-form form {
  margin: 0;
}
/* line 2847, ../scss/schools.scss */
.schools-and-colleges #search_bar {
  border: none;
  margin: 0;
  padding: 7px 0 0;
}
/* line 2851, ../scss/schools.scss */
.schools-and-colleges #search_bar .clearSearch {
  top: 0;
  right: 5px;
}
/* line 2856, ../scss/schools.scss */
.schools-and-colleges .schools .brand {
  margin-top: 14px;
  margin-bottom: 0;
}

/*START BANNER STYLES */
/* line 2865, ../scss/schools.scss */
.insidepage_top_html_wrapper #makeMeScrollable_school_banner,
.homepage_top_html_wrapper #makeMeScrollable_school_banner {
  height: 334px;
  background-color: #fff;
  overflow: hidden;
}

/* line 2872, ../scss/schools.scss */
.showInfo {
  height: 314px;
  margin-top: 10px;
  overflow: hidden;
}
/* line 2876, ../scss/schools.scss */
.showInfo .scroll-overlay-text a {
  color: #fff;
}
/* line 2878, ../scss/schools.scss */
.showInfo .scroll-overlay-text a:hover {
  text-decoration: none;
}

/* line 2884, ../scss/schools.scss */
.shs .showInfo {
  height: 315px;
}

/* line 2888, ../scss/schools.scss */
.homepage_top_html_wrapper [class*="small-text-"] {
  height: 100%;
  margin-top: 0;
  min-width: 350px;
}
/* line 2893, ../scss/schools.scss */
.homepage_top_html_wrapper [class*="small-text-"].tile-color-2 {
  background-color: #124b76;
}
/* line 2896, ../scss/schools.scss */
.homepage_top_html_wrapper [class*="small-text-"].tile-color-3 {
  background-color: #7498B3;
}
/* line 2899, ../scss/schools.scss */
.homepage_top_html_wrapper [class*="small-text-"].tile-color-4 {
  background-color: #1F808D;
}
/* line 2902, ../scss/schools.scss */
.homepage_top_html_wrapper [class*="small-text-"].tile-color-5 {
  background-color: #116DB6;
}

/* line 2907, ../scss/schools.scss */
.col-with-no-image .showInfo .small-text-1 {
  font-size: 16px;
  height: 100%;
}

/* line 2913, ../scss/schools.scss */
[class*="small-text-"].tile-color-5:hover, [class*="small-text-"].tile-color-4:hover, [class*="small-text-"].tile-color-3:hover, [class*="small-text-"].tile-color-2:hover, [class*="small-text-"].tile-color-1:hover {
  background-color: #000;
}
/* line 2921, ../scss/schools.scss */
[class*="small-text-"] > a {
  bottom: 10%;
  color: #FFFFFF;
  font-size: 1.4em;
  left: 8%;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 84%;
}
/* line 2922, ../scss/schools.scss */
[class*="small-text-"] > a:hover {
  text-decoration: none !important;
}
/* line 2936, ../scss/schools.scss */
[class*="small-text-"] > p {
  bottom: 10%;
  color: #FFFFFF;
  font-size: 1.4em;
  left: 8%;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 84%;
}

/* line 2951, ../scss/schools.scss */
.scroll-overlay-text {
  bottom: 10%;
  color: #FFFFFF;
  font-size: 1.4em;
  left: 8%;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 84%;
}

/* line 2965, ../scss/schools.scss */
.homepage .scroll-overlay-text {
  font-size: 1.4em;
}
/* line 2968, ../scss/schools.scss */
.homepage .intro {
  margin-top: 0;
  color: #242833;
  font-family: 'georgia pro', 'georgia', serif;
  margin: 0 0 35px;
  font-size: 1.55em;
  padding-top: 15px;
}

/* line 2979, ../scss/schools.scss */
div.scrollingHotSpotRight, div.scrollingHotSpotLeft {
  height: 315px;
}

/*END BANNER STYLES */
/* line 2988, ../scss/schools.scss */
a.programs_link {
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #efefef;
}

/* line 2994, ../scss/schools.scss */
.programs_subheader {
  padding: 5px 10px;
  font-weight: bold;
  border-top: solid 1px #2b3b52;
  background-color: #efefef;
}

/* line 3001, ../scss/schools.scss */
.program-courses .section_header {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
  color: #fff;
  background-color: #2b3b52;
  padding: 5px 10px;
}
/* line 3008, ../scss/schools.scss */
.program-courses .section_header a {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
  color: #fff;
  background-color: #2b3b52;
}

/* line 3017, ../scss/schools.scss */
.google-map-wrapper img {
  max-width: none;
}

/* schools basic */
/* $schools_basic */
/* line 3027, ../scss/schools.scss */
.schools #main_content {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 15px 0 15px 15px;
}

/* line 3033, ../scss/schools.scss */
.school-tourocom .homepage #main_content,
.school-gsjs .homepage #main_content,
.school-gsb-new .homepage #main_content {
  padding: 15px;
}

/* line 3040, ../scss/schools.scss */
.sidebar_feature:after {
  right: 8px;
  z-index: 0;
}
/* line 3044, ../scss/schools.scss */
.sidebar_feature:before {
  left: 8px;
  z-index: 0;
}
/* line 3048, ../scss/schools.scss */
.sidebar_feature.no_shadow:after {
  z-index: -1;
}
/* line 3051, ../scss/schools.scss */
.sidebar_feature h3 span {
  font-size: inherit;
}
/* line 3054, ../scss/schools.scss */
.sidebar_feature.post-it .inner {
  background-color: #FDF7D9;
  padding: 20px;
  position: relative;
  z-index: 3;
}
/* line 3059, ../scss/schools.scss */
.sidebar_feature.post-it .inner h3 {
  margin-top: 0;
}

/* line 3065, ../scss/schools.scss */
.feature_image > img {
  z-index: 4;
}

/* line 3069, ../scss/schools.scss */
.schools_news {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 25px;
}
/* line 3072, ../scss/schools.scss */
.schools_news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 3077, ../scss/schools.scss */
.schools_news li {
  display: block;
  margin: 0 0 25px;
}
/* line 3081, ../scss/schools.scss */
.schools_news h3 {
  color: #1967A2;
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  margin: 0 0 4px;
  padding: 0;
}
/* line 3090, ../scss/schools.scss */
.schools_news p {
  font-size: 13px;
}
/* line 3092, ../scss/schools.scss */
.schools_news p a {
  font-weight: 600;
}

/* line 3098, ../scss/schools.scss */
.news_item.mini_profile {
  border-left: none;
}

/* line 3102, ../scss/schools.scss */
.mini_profile img {
  display: block;
  max-width: 95%;
  margin: 0px 0 6px 0;
}

/* line 3108, ../scss/schools.scss */
.news_item {
  border-left: 1px solid #AAAAAA;
  margin: 10px 0 30px;
  height: 160px;
  padding: 15px;
}
/* line 3113, ../scss/schools.scss */
.news_item h3 {
  margin: 0 0 0.75em;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background-color: #06335a;
}

/* line 3122, ../scss/schools.scss */
.inside_page .news_item {
  height: auto;
}

/* line 3126, ../scss/schools.scss */
.inside_page .news_item h3 {
  margin: 0 0 0.75em;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background-color: #06335a;
}

/* line 3135, ../scss/schools.scss */
.news_item .inner {
  background: transparent;
  width: 100%;
}
/* line 3139, ../scss/schools.scss */
.news_item a {
  color: #06335a;
}
/* line 3141, ../scss/schools.scss */
.news_item a:hover {
  color: #6d0527;
}
/* line 3146, ../scss/schools.scss */
.news_item.green a {
  color: #0E5E2B;
}
/* line 3149, ../scss/schools.scss */
.news_item.green h3 {
  background-color: #0E5E2B;
}

/* line 3156, ../scss/schools.scss */
.news-event-wrapper .news_item:hover {
  background-color: #efefef;
}
/* line 3159, ../scss/schools.scss */
.news-event-wrapper .span3:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}

/* line 3165, ../scss/schools.scss */
.news_item h3 {
  background-color: #06335a;
}

/* line 3171, ../scss/schools.scss */
.www .mini_profile a {
  color: #991A22;
}
/* line 3174, ../scss/schools.scss */
.www .mini_profile.blue a {
  color: #06335a;
}

/* line 3180, ../scss/schools.scss */
.news_item a.bigger {
  font-size: 18px;
  font-weight: 600;
}

/* line 3185, ../scss/schools.scss */
.inside_navigation .news_item .inner li {
  border: medium none;
}

/* line 3189, ../scss/schools.scss */
.news_feature {
  background-color: #FFFFFF;
  width: 100%;
  height: 340px;
  max-height: 340px;
  padding: 6px;
  position: relative;
  box-sizing: border-box;
}
/* line 3197, ../scss/schools.scss */
.news_feature.last {
  margin: 0;
}
/* line 3200, ../scss/schools.scss */
.news_feature .torah-home {
  background-color: #2A3A52;
  height: 100%;
}
/* line 3203, ../scss/schools.scss */
.news_feature .torah-home .torah-home-logo-container {
  padding: 4%;
}
/* line 3206, ../scss/schools.scss */
.news_feature .torah-home .torah-home-logo {
  padding: 5%;
}
/* line 3209, ../scss/schools.scss */
.news_feature .torah-home .torah-home-main {
  padding: 17%;
}
/* line 3212, ../scss/schools.scss */
.news_feature .torah-home .text {
  color: #fff;
  text-align: center;
  padding: 3% 10%;
}
/* line 3216, ../scss/schools.scss */
.news_feature .torah-home .text .title {
  padding: 0;
  font-weight: bold;
}
/* line 3220, ../scss/schools.scss */
.news_feature .torah-home .text .blurb {
  padding: 0;
  font-style: italic;
}
/* line 3225, ../scss/schools.scss */
.news_feature .torah-home .buttons {
  text-align: center;
  padding-bottom: 3%;
}
/* line 3228, ../scss/schools.scss */
.news_feature .torah-home .buttons button {
  padding: 2% 4.5%;
  font-weight: bold;
  margin: 0 3%;
  background-color: #FFFFFF;
}

/* line 3240, ../scss/schools.scss */
.gsb .news_feature,
.gsp .news_feature {
  height: 370px;
  max-height: 370px;
}

/* line 3246, ../scss/schools.scss */
.tourocom .news_feature,
.gsjs .news_feature,
.tourocop .news_feature,
.lcas .news_feature,
.lcw .news_feature {
  width: auto;
}

/* line 3254, ../scss/schools.scss */
.gse .news_feature {
  float: none;
}

/* line 3258, ../scss/schools.scss */
.gssw #main_homepage_content_col .news_feature.last,
.gsb #main_homepage_content_col .news_feature.last,
.lcm #main_homepage_content_col .news_feature.last,
.gsp #main_homepage_content_col .news_feature.last,
.lcas #main_homepage_content_col .news_feature.last,
.lcw #main_homepage_content_col .news_feature.last {
  margin-bottom: 30px;
}

/* line 3268, ../scss/schools.scss */
#freewall_wrapper {
  position: relative;
}
/* line 3270, ../scss/schools.scss */
#freewall_wrapper #fw_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 20;
}
/* line 3278, ../scss/schools.scss */
#freewall_wrapper #fw_loading .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
/* line 3283, ../scss/schools.scss */
#freewall_wrapper #fw_loading .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 3292, ../scss/schools.scss */
#freewall_wrapper #fw_loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 3296, ../scss/schools.scss */
#freewall_wrapper #fw_loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
            80%,
            100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
            80%,
            100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 3326, ../scss/schools.scss */
#freewall .free-wall {
  margin: 15px;
}
/* line 3329, ../scss/schools.scss */
#freewall .brick {
  width: 221.2px;
}
/* line 3332, ../scss/schools.scss */
#freewall .brick img {
  margin: 0px;
  padding: 0px;
  display: block;
}
/* line 3337, ../scss/schools.scss */
#freewall h5 {
  font-weight: 400;
  margin: 0;
  padding: 4%;
}

/* line 3345, ../scss/schools.scss */
.lcas .event_col a {
  color: #063360;
  font-weight: 400;
}
/* line 3349, ../scss/schools.scss */
.lcas .event_col h3 {
  background-color: #2b3b52;
  padding: 20px 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

/* line 3359, ../scss/schools.scss */
.news-events-masonry .instagram {
  position: relative;
}
/* line 3362, ../scss/schools.scss */
.news-events-masonry .instagram a span {
  position: absolute;
  bottom: 0;
}
/* line 3366, ../scss/schools.scss */
.news-events-masonry .brick a span .fa {
  display: inline;
}
/* line 3369, ../scss/schools.scss */
.news-events-masonry .brick span {
  padding: 1%;
}
/* line 3372, ../scss/schools.scss */
.news-events-masonry .brick .story h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}
/* line 3377, ../scss/schools.scss */
.news-events-masonry .brick .type p {
  margin: 0 0 0 5px;
  font-size: 10px;
  display: inline;
}
/* line 3382, ../scss/schools.scss */
.news-events-masonry .brick .type {
  color: #fff;
}
/* line 3385, ../scss/schools.scss */
.news-events-masonry .instagram:hover {
  background-color: #fff;
  opacity: .5;
}
/* line 3389, ../scss/schools.scss */
.news-events-masonry .story:hover,
.news-events-masonry .event:hover {
  opacity: .7;
}
/* line 3393, ../scss/schools.scss */
.news-events-masonry #media_viewer {
  min-height: 100%;
}

/* line 3399, ../scss/schools.scss */
.news_feature > p > a {
  font-weight: 600;
}
/* line 3402, ../scss/schools.scss */
.news_feature a.arrow {
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  left: -10px;
  line-height: 45px;
  padding: 5px 30px 5px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 193px;
  text-decoration: none;
}

/* line 3417, ../scss/schools.scss */
a.arrow {
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  left: -10px;
  line-height: 45px;
  padding: 5px 30px 5px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 193px;
  text-decoration: none;
}

/* line 3431, ../scss/schools.scss */
.lcm .news_feature a.arrow {
  left: -5px;
}

/* line 3435, ../scss/schools.scss */
.gssw .news_feature a.arrow {
  left: 0px;
}

/* line 3438, ../scss/schools.scss */
.gssw #gseCarousel .item .desc {
  display: none;
}

/* line 3443, ../scss/schools.scss */
.news_feature.first a.arrow {
  text-decoration: none;
}
/* line 3446, ../scss/schools.scss */
.news_feature a.line2 {
  line-height: 22px;
}
/* line 3449, ../scss/schools.scss */
.news_feature p {
  font-size: 13px;
  padding: 35px 10px 0;
}

/* line 3455, ../scss/schools.scss */
.news_feature_container {
  margin-top: 25px;
}

/* line 3459, ../scss/schools.scss */
.news_feature a:hover.arrow,
a:hover.arrow,
.news_feature.first a:hover.arrow {
  text-decoration: none;
}

/* line 3465, ../scss/schools.scss */
.flicker-featured-photo,
.featured-photo {
  height: 215px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
/* line 3471, ../scss/schools.scss */
.flicker-featured-photo img,
.featured-photo img {
  width: 100%;
  height: auto;
}

/* line 3477, ../scss/schools.scss */
.gsb .news_feature .flicker-featured-photo img {
  width: 100% !important;
  height: auto !important;
}

/* line 3482, ../scss/schools.scss */
#audioplayer p {
  padding: 0;
}

/* line 3486, ../scss/schools.scss */
.google-map-wrapper {
  padding: 4px;
  background-color: #fff;
}

/* $schools_events  */
/* line 3494, ../scss/schools.scss */
.event_dtl {
  margin: 0 0 10px;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}

/* line 3500, ../scss/schools.scss */
.event_icon {
  float: left;
  height: 59px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 52px;
}
/* line 3506, ../scss/schools.scss */
.event_icon .icon_month {
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  height: 23px;
  line-height: 29px;
  text-transform: uppercase;
}
/* line 3514, ../scss/schools.scss */
.event_icon .icon_day {
  color: #000;
  display: block;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
/* line 3523, ../scss/schools.scss */
.event_icon .icon_year {
  color: #000;
  margin: 7px;
  font-size: 14px;
  font-weight: 600;
}

/* line 3532, ../scss/schools.scss */
.event_dtl > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 3537, ../scss/schools.scss */
.event_dtl ul li {
  margin: 0;
}
/* line 3539, ../scss/schools.scss */
.event_dtl ul li span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
/* line 3543, ../scss/schools.scss */
.event_dtl ul li span span {
  color: #4f5a55;
  font-size: 14px;
  font-weight: 200;
  margin-right: 4px;
}
/* line 3551, ../scss/schools.scss */
.event_dtl h3 {
  color: #242833;
  font-family: helvetica, arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

/* line 3561, ../scss/schools.scss */
.gse .event_dtl h3 {
  color: #242833;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

/* line 3570, ../scss/schools.scss */
.event_dtl p {
  font-size: 13px;
  margin-left: 62px;
}

/* line 3575, ../scss/schools.scss */
.schools_events {
  margin-top: 20px;
}
/* line 3576, ../scss/schools.scss */
.schools_events > a {
  font-size: 14px;
  font-weight: 600;
}

/* line 3583, ../scss/schools.scss */
a.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-overflow: ellipsis;
}
/* line 3590, ../scss/schools.scss */
a.inline-block:hover {
  border: solid 1px #ccc;
  -moz-box-shadow: 3px 3px 4px #555;
  -webkit-box-shadow: 3px 3px 4px #555;
  box-shadow: 3px 3px 4px #555;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666');
}

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
/* line 3609, ../scss/schools.scss */
div.scrollingHotSpotLeft {
        /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 15%;
  height: 335px;
        /* There is a big background image and it's used to solve some problems I experienced
in Internet Explorer 6. */
  position: absolute;
  z-index: 20;
  left: 0;
}
/* line 3621, ../scss/schools.scss */
div.scrollingHotSpotLeftVisible {
  background-color: #fff;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
  height: 335px;
}
/* line 3633, ../scss/schools.scss */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: 30;
  right: 0;
  height: 335px;
}
/* line 3642, ../scss/schools.scss */
div.scrollingHotSpotRightVisible {
  background-color: #fff;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}
/* line 3649, ../scss/schools.scss */
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* line 3656, ../scss/schools.scss */
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
  z-index: 11;
}

/* Visible left hotspot */
/* Invisible right hotspot */
/* Visible right hotspot */
/* The scroll wrapper is always the same width and height as the containing element (div).
Overflow is hidden because you don't want to show all of the scrollable area.
*/
/* line 3678, ../scss/schools.scss */
#makeMeScrollable {
  background-color: #fff;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
/* line 3684, ../scss/schools.scss */
#makeMeScrollable .scroll-overlay-small {
  height: 240px;
}
/* line 3688, ../scss/schools.scss */
#makeMeScrollable .scroll-overlay-medium {
  height: 292px;
}
/* line 3692, ../scss/schools.scss */
#makeMeScrollable p {
  line-height: normal;
  margin: 0;
}

/* line 3700, ../scss/schools.scss */
.homepage #makeMeScrollable {
  height: 460px;
}

/* line 3704, ../scss/schools.scss */
#makeMeScrollable img {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
block of code. It's just a nice feature that prevent the images from
accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* $scroll_custom */
/* line 3722, ../scss/schools.scss */
.scrollableArea > div {
  color: #fff;
  float: left;
  font-family: 'georgia', serif;
  height: 460px;
  margin: 0 10px 0 0;
}

/* line 3730, ../scss/schools.scss */
.scrollableArea .showInfo img {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: 100%;
}

/* line 3737, ../scss/schools.scss */
.show3,
.show2 {
  width: 190px;
}

/* line 3742, ../scss/schools.scss */
[class*="small-text-"] {
  background-color: #3a7fb1;
  height: 140px;
  margin: 10px 0 0 0;
  position: relative;
  width: 190px;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: .25s, .25s;
  -webkit-transition-timing-function: linear, ease-in;
  -moz-transition-property: color, background;
  -moz-transition-duration: .25s, .25s;
  -moz-transition-timing-function: linear, ease-in;
}

/* line 3756, ../scss/schools.scss */
.small-text-2 {
  background-color: #2b5f85;
}

/* line 3760, ../scss/schools.scss */
.small-text-3 {
  background-color: #214864;
}

/* line 3764, ../scss/schools.scss */
.small-text-4 {
  background-color: #77acd3;
}

/* line 3769, ../scss/schools.scss */
[class*="small-text-"]:hover {
  background-color: #000;
}
/* line 3773, ../scss/schools.scss */
[class*="small-text-"] > a,
[class*="small-text-"] > p {
  bottom: 10%;
  color: #FFFFFF;
  left: 8%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 84%;
}

/* line 3788, ../scss/schools.scss */
.scroll-overlay-text {
  bottom: 10%;
  color: #FFFFFF;
  left: 8%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 84%;
}

/* line 3801, ../scss/schools.scss */
[class*="small-text-"] > p a {
  color: #FFFFFF;
}
/* line 3804, ../scss/schools.scss */
[class*="small-text-"] > a:hover {
  text-decoration: underline;
}

/* line 3809, ../scss/schools.scss */
.scroll-overlay-text {
  display: none;
  text-shadow: 1px 1px 1px #000000;
  z-index: 15;
}

/* line 3817, ../scss/schools.scss */
.scroll-overlay-text a {
  color: #FFC70E;
}
/* line 3819, ../scss/schools.scss */
.scroll-overlay-text a:hover {
  text-decoration: underline;
}

/* line 3828, ../scss/schools.scss */
.overlay-headline {
  bottom: 5%;
  font-family: 'helvetica', arial, sans-serif;
  font-weight: 200;
  text-shadow: none;
}
/* line 3833, ../scss/schools.scss */
.overlay-headline p {
  font-size: 20px;
  margin: 0;
}
/* line 3837, ../scss/schools.scss */
.overlay-headline a {
  color: #FFC70E;
  font-weight: 400;
  margin: 0 15px 0 0;
}

/* line 3844, ../scss/schools.scss */
.scroll-headline {
  bottom: 0;
  color: #FFFFFF;
  font-size: 3.75em;
  font-style: normal;
  left: 5%;
  position: absolute;
  text-shadow: 1px 2px 2px #000000;
  width: 90%;
  z-index: 3;
}

/* line 3856, ../scss/schools.scss */
.scroll-overlay {
  background-color: #0064ff;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  background-color: rgba(0, 100, 255, 0.3);
  display: none;
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 3871, ../scss/schools.scss */
.homepage .scroll-overlay {
  height: 440px;
}
/* line 3873, ../scss/schools.scss */
.homepage .scroll-overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 3880, ../scss/schools.scss */
.inside_landing .scroll-overlay {
  height: 290px;
}

/* line 3884, ../scss/schools.scss */
.show3 .scroll-overlay {
  height: 140px;
}

/* line 3888, ../scss/schools.scss */
.show2 .scroll-overlay {
  height: 290px;
}

/* line 3892, ../scss/schools.scss */
div.showInfo {
  position: relative;
  cursor: pointer;
}
/* line 3896, ../scss/schools.scss */
div.showInfo:hover > .scroll-overlay,
div.showInfo:hover > .scroll-overlay-text {
  display: block;
}

/* show scroll overlay with css - will switch to js for smoother effect - just a proof of concept */
/* line 3905, ../scss/schools.scss */
.showInfo:hover .scroll-headline {
  bottom: auto;
  top: 5%;
}

/* line 3910, ../scss/schools.scss */
#makeMeScrollable div.showInfo:hover > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* line 3919, ../scss/schools.scss */
.news_feature .hp-applynow {
  font-size: 16px;
  padding-top: 35px;
}

/* line 3924, ../scss/schools.scss */
.gse .news_feature .hp-applynow {
  font-size: 14px;
}

/* line 3928, ../scss/schools.scss */
.news_feature .seeall {
  font-size: 13px;
  margin-left: 11px;
}

/* line 3933, ../scss/schools.scss */
.school-gssw .sidebar_feature_registrar .alumni .next-openhouse {
  font-size: 13px !important;
}

/* line 3937, ../scss/schools.scss */
.school-tourocop .applynow .next-openhouse {
  font-size: 11px !important;
}

/* line 3941, ../scss/schools.scss */
.next-openhouse {
  font-size: 16px;
  line-height: 1.5em;
}

/* line 3946, ../scss/schools.scss */
.gse .next-openhouse {
  font-size: 14px;
}

/* line 3950, ../scss/schools.scss */
.next-openhouse a {
  font-weight: 600;
}

/* line 3954, ../scss/schools.scss */
.hp-map {
  position: relative;
  background-color: #FFFFFF;
  height: 340px;
  margin: 0 20px 0 0;
  max-height: 340px;
  padding: 6px;
}
/* line 3961, ../scss/schools.scss */
.hp-map .google-map-wrapper {
  padding: 0;
}

/* line 3966, ../scss/schools.scss */
.gsb .hp-map {
  max-height: 370px;
  height: 370px;
}

/* line 3971, ../scss/schools.scss */
p.text-right {
  text-align: right;
}

/* line 3975, ../scss/schools.scss */
.comingsoon-openhouse {
  font-size: 16px !important;
  font-weight: 400;
}

/* line 3980, ../scss/schools.scss */
.gssw .comingsoon-openhouse {
  font-size: 14px !important;
}

/* line 3984, ../scss/schools.scss */
footer {
  text-transform: none;
}

/* line 3988, ../scss/schools.scss */
.jwdownloaddisplay a {
  height: 30px;
}

/* line 3992, ../scss/schools.scss */
.privacy {
  font-size: .9em;
  padding-bottom: 10px;
}
/* line 3995, ../scss/schools.scss */
.privacy a {
  color: #ffffff;
}

/* line 4001, ../scss/schools.scss */
.schools .section_navigation #menu ul.multilevel-linkul-1 {
  display: none;
  font-size: 11px;
  list-style-type: none;
  margin: 0 0 15px 25px;
  padding: 0;
  width: 125px;
}
/* line 4009, ../scss/schools.scss */
.schools .section_navigation li:hover #menu ul.multilevel-linkul-1 {
  display: block;
}
/* line 4012, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-1 li {
  border: none;
  display: list-item;
  margin: 6px 0;
  text-align: left;
}
/* line 4017, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-1 li a {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  background-color: transparent;
  vertical-align: top;
}
/* line 4025, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-1 li .currentbranch1 a {
  color: #6d0527;
  margin: 0px;
}

/* line 4032, ../scss/schools.scss */
.currentbranch2 {
  font-size: 1.1em;
  font-weight: 200;
  width: 100%;
  /*float: right;*/
  height: 100%;
  margin: 0 0 6px 0;
}

/* line 4042, ../scss/schools.scss */
.schools .section_navigation #menu ul.multilevel-linkul-2 {
  font-size: 11px;
  list-style-type: disc;
  margin: 0 0 15px 25px;
  padding: 0;
  width: 125px;
}
/* line 4049, ../scss/schools.scss */
.schools .section_navigation li:hover #menu ul.multilevel-linkul-2 {
  display: block;
}
/* line 4052, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-2 li {
  border: none;
  display: list-item;
  margin: 6px 0;
  text-align: left;
}
/* line 4057, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-2 li a {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  background-color: transparent;
  vertical-align: top;
}
/* line 4065, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-2 li .currentbranch2 a {
  color: #6d0527;
  margin: 0px;
}

/* line 4072, ../scss/schools.scss */
.currentbranch3 {
  /*font-size: 1.1em;*/
  /*font-weight: 200;*/
  width: 100%;
  /*float: right;*/
  height: 100%;
  margin: 0 0 6px 0;
  display: block;
}

/* line 4082, ../scss/schools.scss */
.currentbranch4 {
  /*font-size: 1.1em;*/
  /*font-weight: 200;*/
  width: 100%;
  /*float: right;*/
  height: 100%;
  margin: 0 0 6px 0;
  display: block;
}

/* line 4093, ../scss/schools.scss */
.schools .section_navigation #menu ul.multilevel-linkul-3 {
  font-size: 11px;
  list-style-type: box;
  margin: 0 0 15px 25px;
  padding: 0;
  width: 125px;
}
/* line 4100, ../scss/schools.scss */
.schools .section_navigation li:hover #menu ul.multilevel-linkul-3 {
  display: block;
}
/* line 4103, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-3 li {
  border: none;
  display: list-item;
  margin: 6px 0;
  text-align: left;
}
/* line 4108, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-3 li a {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  background-color: transparent;
  vertical-align: top;
}
/* line 4116, ../scss/schools.scss */
.schools .section_navigation ul.multilevel-linkul-3 li .currentbranch3 a {
  color: #6d0527;
  margin: 0px;
}

/* line 4123, ../scss/schools.scss */
#lhn_navigation .currentbranch1 {
  float: none;
}

/* Department Page Header Style */
/* line 4130, ../scss/schools.scss */
.full_header {
  background-color: #cdd6de;
  height: 45px;
  margin-bottom: 30px;
  padding: 20px 0 20px 0;
  position: relative;
}
/* line 4136, ../scss/schools.scss */
.full_header h1 {
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  margin: 20px 0 0;
  text-indent: 20px;
}

/* End Department Header Style */
/* Registrar Landing Page Event Style */
/* line 4153, ../scss/schools.scss */
.row-fluid .span9_registrar {
  width: 74.35897435897436%;
  margin-bottom: 10px;
}

/* line 4158, ../scss/schools.scss */
.event_dtl_registrar {
  display: inline-block;
  margin: 0 0 30px 20px;
  border-top: solid 0px #ccc;
  padding-top: 20px;
  width: 40%;
  float: left;
}

/* line 4167, ../scss/schools.scss */
.event_icon_registrar {
  float: left;
  height: 59px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 52px;
}
/* line 4173, ../scss/schools.scss */
.event_icon_registrar .icon_month {
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  height: 23px;
  line-height: 29px;
  text-transform: uppercase;
}
/* line 4181, ../scss/schools.scss */
.event_icon_registrar .icon_day {
  color: #000;
  display: block;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

/* line 4193, ../scss/schools.scss */
.event_dtl_registrar > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 4198, ../scss/schools.scss */
.event_dtl_registrar ul li {
  margin: 0;
}
/* line 4200, ../scss/schools.scss */
.event_dtl_registrar ul li span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
/* line 4204, ../scss/schools.scss */
.event_dtl_registrar ul li span span {
  color: #4f5a55;
  font-size: 14px;
  font-weight: 200;
  margin-right: 4px;
}
/* line 4212, ../scss/schools.scss */
.event_dtl_registrar h3 {
  color: #242833;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
/* line 4220, ../scss/schools.scss */
.event_dtl_registrar p {
  font-size: 13px;
  margin-left: 62px;
}

/* line 4226, ../scss/schools.scss */
.registrar_events {
  margin-top: 20px;
}
/* line 4227, ../scss/schools.scss */
.registrar_events > a {
  font-size: 14px;
  font-weight: 600;
}

/* line 4234, ../scss/schools.scss */
.event_dtl_registrar_last {
  display: inline-table;
  margin: 0 0 20px 20px;
  border-top: solid 1px #ccc;
  padding-top: 10px;
  overflow: hidden;
}

/* line 4242, ../scss/schools.scss */
.pull-right_registrar {
  float: right;
}

/* line 4246, ../scss/schools.scss */
.registrar_banner_container {
  margin: 0 auto;
  overflow: hidden;
}

/* End Registrar Landing Page Event Style */
/* regsitrar sidebar */
/* line 4257, ../scss/schools.scss */
.row-fluid .span3_registrar {
  width: 23.076923076923077%;
  margin-bottom: 10px;
  margin-left: 60px;
}

/* line 4263, ../scss/schools.scss */
.sidebar_feature_registrar {
  background-color: #eee;
  width: 275px;
  height: 100%;
  box-shadow: 5px 5px 5px #888888;
  position: relative;
  margin: 0 20px;
}

/* line 4272, ../scss/schools.scss */
.course-lister {
  border-bottom: solid 1px #efefef;
  padding-bottom: 10px;
  padding-top: 10px;
}
/* line 4276, ../scss/schools.scss */
.course-lister a {
  font-size: 14px;
  text-decoration: none;
}
/* line 4279, ../scss/schools.scss */
.course-lister a:hover {
  text-decoration: underline;
  color: #2B3B53 !important;
}

/* line 4287, ../scss/schools.scss */
.sidebar_feature_registrar .img_overlay {
  height: 19px;
  left: 20px;
  position: relative;
  top: -19px;
  width: 39px;
  z-index: 3;
}
/* line 4295, ../scss/schools.scss */
.sidebar_feature_registrar .inner {
  padding: 5px 5px 5px 5px;
  color: #2B3B52;
  font-size: 13px;
  list-style-type: none;
  font-weight: 600;
}
/* line 4301, ../scss/schools.scss */
.sidebar_feature_registrar .inner #h3 {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
}
/* line 4306, ../scss/schools.scss */
.sidebar_feature_registrar .inner > li {
  list-style-image: none;
}

/* end registrar sidebar */
/* alumni landing page */
/* line 4318, ../scss/schools.scss */
.alumni_item {
  margin: 10px 0 30px;
}
/* line 4320, ../scss/schools.scss */
.alumni_item .span3,
.alumni_item .span4 {
  width: 33%;
}
/* line 4324, ../scss/schools.scss */
.alumni_item .span2 {
  width: 26%;
}

/* line 4329, ../scss/schools.scss */
.sidebar_feature_alumni {
  background-color: #eee;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 5px #888888;
  position: relative;
}
/* line 4335, ../scss/schools.scss */
.sidebar_feature_alumni .inner {
  padding: 5px 5px 5px 5px;
  color: #2B3B52;
  font-size: 13px;
  list-style-type: none;
  font-weight: 600;
}
/* line 4341, ../scss/schools.scss */
.sidebar_feature_alumni .inner a {
  color: #2B3B52;
  text-decoration: none;
}

/* line 4348, ../scss/schools.scss */
.row-fluid.no-space .span4 {
  margin-left: 0 !important;
  width: 33.3333333% !important;
}

/* end alumni landing */
/* START SITE SPECIFIC CSS */
/* START GSSW */
/* line 4363, ../scss/schools.scss */
.school-gssw .school_header .span12 a,
.school-gsb .school_header .span12 a,
.school-gse .school_header .span12 a,
.school-gsp .school_header .span12 a,
.school-gsjs .school_header .span12 a,
.school-tourocop .school_header .span12 a,
.school-lcas .school_header .span12 a,
.school-dental .school_header .span12 a,
.school-tci .school_header .span12 a,
.school-shs .school_header .span12 a {
  color: #162944;
  font-family: 'helvetica', sans-serif;
  font-style: normal;
  font-size: 2.625em;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

/*LCW CSS*/
/* line 4385, ../scss/schools.scss */
.school-lcw .school_header .span12 a {
  font-size: 1em;
  text-decoration: none;
}

/* line 4390, ../scss/schools.scss */
.school-lcw .school_header .span12 a span:hover {
  text-decoration: none;
}

/* line 4395, ../scss/schools.scss */
.lcw .school_header span.school-title-color {
  display: inline;
  color: #23699e !important;
}
/* line 4399, ../scss/schools.scss */
.lcw .school_header span.school-title {
  font-family: "futura", sans-serif;
  font-size: 2.625em;
  margin-bottom: .2em;
  text-transform: uppercase;
}
/* line 4405, ../scss/schools.scss */
.lcw .school_header span {
  display: block;
}
/* line 4408, ../scss/schools.scss */
.lcw .school_header .circle-logo img {
  display: block;
}

/* line 4413, ../scss/schools.scss */
.lcw span.school-name {
  font-family: "futura", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #5f90b5 !important;
  line-height: 0 !important;
}

/* line 4421, ../scss/schools.scss */
.school-gssw .school_header .span12 a:hover,
.school-gsb .school_header .span12 a:hover,
.school-gse .school_header .span12 a:hover,
.school-gsp .school_header .span12 a:hover,
.school-gsjs .school_header .span12 a:hover,
.school-lcw .school_header .span12 a:hover,
.school-tourocop .school_header .span12 a:hover,
.school-lcas .school_header .span12 a:hover,
.school-dental .school_header .span12 a:hover,
.school-tci .school_header .span12 a:hover,
.school-shs .school_header .span12 a:hover,
.school-machon .school_header .span12 a:hover,
.school-gsb-new .school_header .span12 a:hover,
.school-moscow .school_header .span12 a:hover,
.school-sle .school_header .span12 a:hover {
  text-decoration: none;
}

/* line 4440, ../scss/schools.scss */
.school-gssw .course-title .gssw-courses {
  font-weight: 400;
  margin: 0 0 2px 0;
  line-height: 1em;
}
/* line 4445, ../scss/schools.scss */
.school-gssw .school_header .span12 a span {
  color: #463E35;
  display: block;
  font-family: 'georgia', serif;
  font-size: 22px;
  font-weight: 100;
  text-transform: none;
  margin-top: 10px;
}
/* line 4455, ../scss/schools.scss */
.school-gssw .news-listing-style .older {
  text-align: right;
  padding-bottom: 3%;
}
/* line 4460, ../scss/schools.scss */
.school-gssw .news-listing-style .news-archive span.intro-text {
  display: block;
}

/* line 4468, ../scss/schools.scss */
.school-gsb .school_header .span12 a span,
.school-gse .school_header .span12 a span,
.school-gsp .school_header .span12 a span,
.school-gsjs .school_header .span12 a span,
.school-tourocop .school_header .span12 a span,
.school-lcas .school_header .span12 a span,
.school-dental .school_header .span12 a span,
.school-tci .school_header .span12 a span,
.school-shs .school_header .span12 a span,
.school-gsb-new .school_header .span12 a span,
.school-moscow .school_header .span12 a span,
.school-sle .school_header .span12 a span {
  color: #463E35;
  display: block;
  font-family: 'georgia', serif;
  font-size: 22px;
  font-weight: 100;
  text-transform: none;
  margin-top: 10px;
}

/* line 4489, ../scss/schools.scss */
.school-gssw .school_header .span12 a,
.school-gsb .school_header .span12 a,
.school-gse .school_header .span12 a span,
.school-gsp .school_header .span12 a span,
.school-gsjs .school_header .span12 a span,
.school-lcw .school_header .span12 a span,
.school-tourocop .school_header .span12 a span,
.school-lcas .school_header .span12 a span,
.school-dental .school_header .span12 a span,
.school-tci .school_header .span12 a span,
.school-shs .school_header .span12 a span,
.school-machon .school_header .span12 a span,
.school-moscow .school_header .span12 a span,
.school-sle .school_header .span12 a span {
  color: #162944;
  line-height: normal;
}

/* line 4508, ../scss/schools.scss */
.school-gssw .news-archive.listing-item {
  border-top: solid 1px #efefef;
  padding: 15px 10px;
}

/* line 4517, ../scss/schools.scss */
.footer-school-info .social-media-gssw {
  padding-left: 10px;
}

/* line 4522, ../scss/schools.scss */
.fa.fa-facebook-square, .fa-vimeo-square, .fa-instagram, .fa-facebook-square, .fa-linkedin-square, .fa-twitter-square, .fa-youtube-play {
  color: #fff;
}
/* line 4524, ../scss/schools.scss */
.fa.fa-facebook-square:hover, .fa-vimeo-square:hover, .fa-instagram:hover, .fa-facebook-square:hover, .fa-linkedin-square:hover, .fa-twitter-square:hover, .fa-youtube-play:hover {
  color: #f1f1f1;
}

/* line 4531, ../scss/schools.scss */
.school-gssw .social-media,
.school-lcm .social-media,
.school-tourocop .social-media,
.school-lcas .social-media,
.school-lcw .social-media,
.school-dental .social-media,
.school-tci .social-media,
.school-nyscas .social-media,
.school-shs .social-media,
.school-tourocom .social-media,
.school-gse .social-media {
  margin: 0;
  display: inline-block;
}
/* line 4544, ../scss/schools.scss */
.school-gssw .social-media span,
.school-lcm .social-media span,
.school-tourocop .social-media span,
.school-lcas .social-media span,
.school-lcw .social-media span,
.school-dental .social-media span,
.school-tci .social-media span,
.school-nyscas .social-media span,
.school-shs .social-media span,
.school-tourocom .social-media span,
.school-gse .social-media span {
  display: inline-block;
  margin-right: 4px;
}
/* line 4548, ../scss/schools.scss */
.school-gssw .social-media a,
.school-lcm .social-media a,
.school-tourocop .social-media a,
.school-lcas .social-media a,
.school-lcw .social-media a,
.school-dental .social-media a,
.school-tci .social-media a,
.school-nyscas .social-media a,
.school-shs .social-media a,
.school-tourocom .social-media a,
.school-gse .social-media a {
  text-align: left;
  display: inline-block;
  padding: 3px;
}

/* END GSSW */
/* START LCM */
/* line 4562, ../scss/schools.scss */
.lcm .main_nav li {
  margin: 0 20px 0 0;
}
/* line 4566, ../scss/schools.scss */
.lcm .school_header span {
  display: block;
}
/* line 4569, ../scss/schools.scss */
.lcm .school_header .span12 a {
  color: #162944;
  line-height: normal img;
  line-height-height: auto !important;
}

/* END LCM */
/* START SHS */
/* line 4586, ../scss/schools.scss */
.shs .school_header span {
  display: block;
}
/* line 4589, ../scss/schools.scss */
.shs .school_header .span12 a {
  color: #162944;
  line-height: normal;
}
/* line 4594, ../scss/schools.scss */
.shs .featured_sidebar li {
  list-style: none;
  position: relative;
  margin-bottom: 30%;
}
/* line 4599, ../scss/schools.scss */
.shs .featured_sidebar span {
  position: absolute;
  bottom: -60%;
  background-color: #bfbfc5;
  color: #3e3d53;
  display: inline-block;
  width: 100%;
}
/* line 4606, ../scss/schools.scss */
.shs .featured_sidebar span .slide_text {
  margin: 0;
  padding-left: 7%;
}

/* END SHS */
/* line 4616, ../scss/schools.scss */
.triangle-isosceles {
  position: relative;
  padding: 15px 0;
  margin: 1em 0 3em;
  color: #000;
  background: #bfbfc5;
}

/* line 4624, ../scss/schools.scss */
.triangle-isosceles:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #bfbfc5 transparent;
  display: block;
  width: 0;
}

/* line 4636, ../scss/schools.scss */
.triangle-isosceles.top {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfc5), to(#efefef));
}

/* line 4640, ../scss/schools.scss */
.triangle-isosceles.top:after {
  top: -15px;
  right: 50px;
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px;
  border-color: #bfbfc5 transparent;
}

/* START GSB-NEW */
/* line 4652, ../scss/schools.scss */
.school-gsb-new #main_homepage_content_col .homepage-blurb {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5em;
}

/* line 4660, ../scss/schools.scss */
.school-gsb-new #main_homepage_content_col .homepage-blurb a {
  font-size: 18px;
}

/* End GSB-NEW */
/* START GSB */
/* line 4671, ../scss/schools.scss */
.school-gsb .gsb-banner {
  list-style: none;
}
/* line 4674, ../scss/schools.scss */
.school-gsb #main_homepage_content_col {
  padding: 0px;
}
/* line 4676, ../scss/schools.scss */
.school-gsb #main_homepage_content_col .section_header {
  border-bottom: solid 1px #555;
}
/* line 4679, ../scss/schools.scss */
.school-gsb #main_homepage_content_col .homepage-blurb {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5em;
}
/* line 4685, ../scss/schools.scss */
.school-gsb #main_homepage_content_col .homepage-blurb a {
  font-size: 18px;
}

/* line 4692, ../scss/schools.scss */
.gsb-banner {
  margin: 0;
  padding: 0;
  position: relative;
  height: 466px;
  width: 100%;
  overflow: hidden;
}
/* line 4699, ../scss/schools.scss */
.gsb-banner li {
  position: absolute;
  list-style: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 4705, ../scss/schools.scss */
.gsb-banner li img {
  width: 100%;
  height: auto !important;
}

/* line 4712, ../scss/schools.scss */
.banner-caption {
  position: absolute;
  display: block;
  top: 8em;
  background: #FFFFFF;
  padding: 8px;
}
/* line 4718, ../scss/schools.scss */
.banner-caption span .section_header {
  color: #676767 !important;
}

/* line 4723, ../scss/schools.scss */
.home-page-cta {
  margin-top: 1px;
}
/* line 4726, ../scss/schools.scss */
.home-page-cta .cta a {
  color: #fff;
  display: block;
  padding: 18px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
}
/* line 4733, ../scss/schools.scss */
.home-page-cta .cta a:hover {
  text-decoration: none;
}
/* line 4737, ../scss/schools.scss */
.home-page-cta .cta.applynow-btn a {
  text-decoration: none;
  background: #638612;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzODYxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzUyNmQwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #638612 0%, #526d0c 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #638612), color-stop(99%, #526d0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #638612 0%, #526d0c 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #638612 0%, #526d0c 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #638612 0%, #526d0c 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #638612 0%, #526d0c 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#638612', endColorstr='#526d0c', GradientType=0);
  /* IE6-8 */
  margin: 5px 5px 5px 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1.0em;
  -moz-border-radius: 1.0em;
  border-radius: 1.0em;
  margin: 5px 5px 5px 5px;
  /* margin-right:1px; */
}
/* line 4764, ../scss/schools.scss */
.home-page-cta .cta.applynow-btn a:hover {
  background: #638612;
  /* Old browsers */
}
/* line 4769, ../scss/schools.scss */
.home-page-cta .cta.prospectivestudents-btn a {
  text-decoration: none;
  background: #c07e32;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwN2UzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzk5MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c07e32 0%, #cc9933 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c07e32), color-stop(100%, #cc9933));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c07e32 0%, #cc9933 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c07e32 0%, #cc9933 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c07e32 0%, #cc9933 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c07e32 0%, #cc9933 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c07e32', endColorstr='#cc9933', GradientType=0);
  /* IE6-8 */
  margin: 5px 5px 5px 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1.0em;
  -moz-border-radius: 1.0em;
  border-radius: 1.0em;
  margin: 5px 5px 5px 5px;
}
/* line 4795, ../scss/schools.scss */
.home-page-cta .cta.prospectivestudents-btn a:hover {
  background: #c07e32;
  /* Old browsers */
}
/* line 4800, ../scss/schools.scss */
.home-page-cta .cta.currentstudents-btn a {
  background: #547fa9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2ZhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDcxOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #547fa9 0%, #54719b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #547fa9), color-stop(100%, #54719b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #547fa9 0%, #54719b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #547fa9 0%, #54719b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #547fa9 0%, #54719b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #547fa9 0%, #54719b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#547fa9', endColorstr='#54719b', GradientType=0);
  /* IE6-8 */
  margin: 5px 5px 5px 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1.0em;
  -moz-border-radius: 1.0em;
  border-radius: 1.0em;
  /*margin-left:1px; */
  margin: 5px 5px 5px 5px;
}
/* line 4827, ../scss/schools.scss */
.home-page-cta .cta.internationalstudents-btn a {
  background: #474745;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2ZhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDcxOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(98%, rgba(0, 0, 0, 0.65)), color-stop(99%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-8 */
  margin: 5px 5px 5px 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1.0em;
  -moz-border-radius: 1.0em;
  border-radius: 1.0em;
  /*margin-left:1px; */
  margin: 5px 5px 5px 5px;
}
/* line 4855, ../scss/schools.scss */
.home-page-cta .internationalstudents-btn a:hover {
  background: #474745;
  /* Old browsers */
}

/* line 4861, ../scss/schools.scss */
.course:first-of-type {
  margin-left: 2.564102564102564% !important;
}

/* line 4865, ../scss/schools.scss */
.school-gsb .footer-school-info {
  height: auto;
  padding-top: 0;
}
/* line 4868, ../scss/schools.scss */
.school-gsb .footer-school-info .social-media {
  font-size: 0.8em;
  margin-left: 0;
  text-align: right;
  float: right;
}
/* line 4874, ../scss/schools.scss */
.school-gsb .footer-school-info .social-media a {
  display: inline;
  padding: 0;
}

/* line 4881, ../scss/schools.scss */
.school-gsb .social-media a {
  text-decoration: none;
}

/* line 4887, ../scss/schools.scss */
.main_nav .social-media {
  margin: 0 !important;
}

/* line 4891, ../scss/schools.scss */
.footer-school-info .social-media {
  /* padding-left: 10px; */
}

/* line 4896, ../scss/schools.scss */
.school-gsb .home_page #main_content {
  margin-top: 0 !important;
  margin-bottom: 0px;
  padding: 0;
  padding-bottom: 20px;
}
/* line 4902, ../scss/schools.scss */
.school-gsb .footer-header a:hover {
  color: #fff !important;
}

/* line 4909, ../scss/schools.scss */
.school-gsb .fa.fa-envelope,
.school-tourocom .fa.fa-envelope,
.school-tourocop .fa.fa-envelope {
  color: #555;
}

/* republish test */
/* GSB Forms Style */
/* line 4922, ../scss/schools.scss */
.wFormContainer .label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #555;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 4937, ../scss/schools.scss */
.wFormContainer {
  width: 100% !important;
  margin: auto;
}
/* line 4940, ../scss/schools.scss */
.wFormContainer h3 {
  color: #06335a;
  text-decoration: none;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 4946, ../scss/schools.scss */
.wFormContainer .wForm fieldset {
  border-width: 0px;
  border-style: solid;
  padding: 0 8px 15px 8px;
  margin-left: 6px;
  margin-right: 6px;
}

/* line 4955, ../scss/schools.scss */
.supportInfo {
  display: none;
}

/* line 4959, ../scss/schools.scss */
.btn-primary.active {
  color: #fff;
  background-color: #2b3b52;
  text-decoration: none;
}

/* line 4965, ../scss/schools.scss */
.wForm fieldset legend {
  padding: 0;
}

/* End GSB Form Styles */
/* GSB Extra Gateway Nav */
/* line 4975, ../scss/schools.scss */
.gateway_phone {
  height: 15px;
  float: right;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-right: 8px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
/* line 4984, ../scss/schools.scss */
.gateway_phone a {
  text-decoration: underline;
}

/* end gsb gateway */
/* another publish test */
/* END GSB - this is publish test*/
/* START SHS */
/* line 5002, ../scss/schools.scss */
.school-shs .aim-related {
  list-style: none;
  display: inline-block;
  margin-right: 5%;
  position: relative;
}
/* line 5003, ../scss/schools.scss */
.school-shs .aim-related a {
  overflow: hidden;
  position: relative;
  display: block;
}
/* line 5007, ../scss/schools.scss */
.school-shs .aim-related a:hover span {
  bottom: 0;
}
/* line 5015, ../scss/schools.scss */
.school-shs .aim-related span {
  position: absolute;
  padding: 7px 6px;
  background-color: #bfbfc5;
  color: #3e3d53;
  transition: bottom 325ms ease-in-out;
  display: block;
  bottom: -100%;
  width: 100%;
}
/* line 5029, ../scss/schools.scss */
.school-shs .courses .main a,
.school-shs .fieldwork .main a {
  display: inline-block;
}
/* line 5035, ../scss/schools.scss */
.school-shs .research .section_header {
  margin: 0;
}
/* line 5039, ../scss/schools.scss */
.school-shs .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 5043, ../scss/schools.scss */
.school-shs .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* START TouroCOM */
/* line 5057, ../scss/schools.scss */
.school-tourocom {
  /*school logo link */
}
/* line 5060, ../scss/schools.scss */
.school-tourocom #tourocom_video {
  max-height: 360px;
  text-align: center;
  background-color: #E1EAF3;
}
/* line 5064, ../scss/schools.scss */
.school-tourocom #tourocom_video a {
  cursor: pointer;
}
/* line 5067, ../scss/schools.scss */
.school-tourocom #tourocom_video img {
  max-height: 360px;
  width: auto !important;
  height: 100% !important;
}
/* line 5072, ../scss/schools.scss */
.school-tourocom #tourocom_video .video_well {
  display: none;
  text-align: center;
  max-height: 320px;
}
/* line 5079, ../scss/schools.scss */
.school-tourocom .school_header {
  margin-top: 0;
}
/* line 5086, ../scss/schools.scss */
.school-tourocom .instagram-page h1.section_header.show {
  display: block;
  margin: 0 !important;
}
/* line 5090, ../scss/schools.scss */
.school-tourocom .instagram-page .instagram-container {
  padding: 0;
}
/* line 5094, ../scss/schools.scss */
.school-tourocom .aim-related {
  list-style: none;
  display: inline-block;
  margin-right: 5%;
  position: relative;
}
/* line 5095, ../scss/schools.scss */
.school-tourocom .aim-related a {
  overflow: hidden;
  position: relative;
  display: block;
}
/* line 5099, ../scss/schools.scss */
.school-tourocom .aim-related a:hover span {
  bottom: 0;
}
/* line 5107, ../scss/schools.scss */
.school-tourocom .aim-related span {
  position: absolute;
  padding: 7px 6px;
  background-color: #bfbfc5;
  color: #3e3d53;
  transition: bottom 325ms ease-in-out;
  display: block;
  bottom: -100%;
}
/* line 5117, ../scss/schools.scss */
.school-tourocom .school_banner img {
  height: 100%;
  max-width: none;
  width: auto;
}
/* line 5123, ../scss/schools.scss */
.school-tourocom .tourocom .main_nav li a {
  font-size: 1em;
}
/* line 5126, ../scss/schools.scss */
.school-tourocom .tourocom .head_wrap {
  background-color: #1967A2;
  background: -moz-linear-gradient(left center, #192f4d 15%, #244463 58%, #172c49 93%);
  background: -webkit-gradient(linear, left center, color-stop(#192f4d 15%), color-stop(#244463 58%), color-stop(#172c49 93%));
  background: -webkit-linear-gradient(left, #192f4d 15%, #244463 58%, #172c49 93%);
}
/* line 5133, ../scss/schools.scss */
.school-tourocom .school_nav {
  background-color: #1967A2;
  background: -moz-linear-gradient(left center, #192f4d 15%, #244463 58%, #172c49 93%);
  background: -webkit-linear-gradient(left, #192f4d 15%, #244463 58%, #172c49 93%);
}
/* line 5138, ../scss/schools.scss */
.school-tourocom .school_header h1 {
  margin-left: 0;
}
/* line 5141, ../scss/schools.scss */
.school-tourocom .gateway_nav {
  list-style-type: none;
  margin: 20px 0 30px;
  padding: 0;
  text-align: right;
  height: auto;
}
/* line 5147, ../scss/schools.scss */
.school-tourocom .gateway_nav li {
  line-height: 17px;
  float: none;
  font-size: 13px;
  font-weight: normal;
}
/* line 5153, ../scss/schools.scss */
.school-tourocom .gateway_nav span {
  color: #FFFFFF;
  font-size: 12px;
}
/* line 5157, ../scss/schools.scss */
.school-tourocom .gateway_nav a {
  border: 0;
  color: #FFE270;
  font-weight: 400;
  padding: 0;
}
/* line 5164, ../scss/schools.scss */
.school-tourocom .school_header h1 a {
  display: block;
  height: inherit;
  width: inherit;
}
/* line 5169, ../scss/schools.scss */
.school-tourocom footer {
  color: #333333;
}
/* line 5171, ../scss/schools.scss */
.school-tourocom footer .bg-color {
  background-color: transparent;
}
/* line 5176, ../scss/schools.scss */
.school-tourocom .tourocom .footer-header {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
  width: 100%;
}
/* line 5181, ../scss/schools.scss */
.school-tourocom .tourocom footer h4 {
  color: #06335A;
  font-size: 1em;
  font-weight: 600;
  float: none;
  display: inline;
}
/* line 5190, ../scss/schools.scss */
.school-tourocom footer .span3 {
  margin: 0;
  width: 25%;
}
/* line 5193, ../scss/schools.scss */
.school-tourocom footer .span3 p {
  font-size: 16px;
  font-weight: normal;
}
/* line 5198, ../scss/schools.scss */
.school-tourocom footer .span6 {
  float: right;
  margin-left: 2%;
  width: 48%;
}
/* line 5203, ../scss/schools.scss */
.school-tourocom footer .maps_directions {
  list-style-type: disc;
  margin-left: 15px;
}
/* line 5204, ../scss/schools.scss */
.school-tourocom footer .maps_directions li {
  margin-bottom: 0;
  text-align: left;
}
/* line 5205, ../scss/schools.scss */
.school-tourocom footer .maps_directions li a {
  color: #06335A;
}
/* line 5214, ../scss/schools.scss */
.school-tourocom footer .privacy {
  margin: 0;
  text-align: left;
}
/* line 5215, ../scss/schools.scss */
.school-tourocom footer .privacy a {
  color: #06335a;
  font-size: 10px;
  width: 30%;
}
/* line 5223, ../scss/schools.scss */
.school-tourocom footer .share {
  padding: 20px 0 20px 0;
}
/* line 5226, ../scss/schools.scss */
.school-tourocom footer ul.sharelinks li {
  float: left;
  line-height: 20px;
  margin: 0 10px 0 0;
}
/* line 5231, ../scss/schools.scss */
.school-tourocom footer .container .row {
  width: 100%;
}
/* line 5234, ../scss/schools.scss */
.school-tourocom footer .fa.fa-facebook-square, .school-tourocom footer .fa-vimeo-square, .school-tourocom footer .fa-instagram, .school-tourocom footer .fa-facebook-square, .school-tourocom footer .fa-linkedin-square, .school-tourocom footer .fa-twitter-square {
  color: #203D7C;
}
/* line 5237, ../scss/schools.scss */
.school-tourocom footer .social-media a:hover, .school-tourocom footer .social-media a:hover .fa.fa-twitter-square:hover, .school-tourocom footer .social-media a:hover .fa .fa-pencil-square:hover, .school-tourocom footer .social-media a:hover .fa.fa-instagram:hover, .school-tourocom footer .social-media a:hover .fa.fa-linkedin-square:hover, .school-tourocom footer .social-media a:hover .fa.fa-facebook-square:hover, .school-tourocom footer .social-media a:hover .fa.fa-vimeo-square:hover {
  color: #443322;
}
/* line 5243, ../scss/schools.scss */
.school-tourocom .fa.fa-facebook-square {
  font-size: 25px;
}
/* line 5246, ../scss/schools.scss */
.school-tourocom .fa.fa-rss-square {
  font-size: 25px;
}
/* line 5251, ../scss/schools.scss */
.school-tourocom .school_header .row {
  display: table;
  width: 100%;
  margin: 0;
}
/* line 5256, ../scss/schools.scss */
.school-tourocom .school_header .logo-bg-image {
  display: table-row;
}
/* line 5259, ../scss/schools.scss */
.school-tourocom #box-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
}
/* line 5265, ../scss/schools.scss */
.school-tourocom #box-link span {
  opacity: 0;
}
/* line 5269, ../scss/schools.scss */
.school-tourocom .box1 {
  display: table-cell;
  width: 80%;
  height: 140px;
}
/* line 5274, ../scss/schools.scss */
.school-tourocom .school_header .logo-bg-image {
  position: relative;
}
/* line 5277, ../scss/schools.scss */
.school-tourocom .school_header .gateway_nav {
  display: table-cell;
  float: none;
  padding: 20px 0 30px;
  margin: 0;
  vertical-align: top;
}

/* END TouroCOM*/
/* START TouroCOM */
/* line 5292, ../scss/schools.scss */
.homepage .intro a {
  font-size: 1.1em;
}

/* line 5298, ../scss/schools.scss */
.school-dental .school_header .row {
  display: table;
  width: 100%;
  margin: 0;
}
/* line 5303, ../scss/schools.scss */
.school-dental .school_header .logo-bg-image {
  display: table-row;
}
/* line 5307, ../scss/schools.scss */
.school-dental .inside_page .fsSectionHeader {
  display: none;
}

/* END Dental*/
/* line 5315, ../scss/schools.scss */
.tcl_lightbox_toggle {
  display: inline;
}

/* GSE Custom Styles*/
/* line 5324, ../scss/schools.scss */
.school-gse .CalendarCtrl .Seminar {
  border-color: #4967AC;
  background-color: #4967AC;
  color: #fff;
  padding: 5px;
}
/* line 5329, ../scss/schools.scss */
.school-gse .CalendarCtrl .Seminar .fc-event-skin {
  border-color: #4967AC;
  background-color: #4967AC;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5337, ../scss/schools.scss */
.school-gse .CalendarCtrl .EAC-Event {
  border-color: #0D7280;
  background-color: #0D7280;
  color: #fff;
  padding: 5px;
}
/* line 5342, ../scss/schools.scss */
.school-gse .CalendarCtrl .EAC-Event .fc-event-skin {
  border-color: #0D7280;
  background-color: #0D7280;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5350, ../scss/schools.scss */
.school-gse .CalendarCtrl .Webinar {
  border-color: #757575;
  background-color: #757575;
  color: #fff;
  padding: 5px;
}
/* line 5355, ../scss/schools.scss */
.school-gse .CalendarCtrl .Webinar .fc-event-skin {
  border-color: #757575;
  background-color: #757575;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5363, ../scss/schools.scss */
.school-gse .CalendarCtrl .open-house {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  padding: 5px;
}
/* line 5368, ../scss/schools.scss */
.school-gse .CalendarCtrl .open-house .fc-event-skin {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5378, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .Seminar {
  border-color: #4967AC;
  background-color: #4967AC;
  color: #fff;
  padding: 5px;
}
/* line 5383, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .Seminar .fc-event-skin {
  border-color: #4967AC;
  background-color: #4967AC;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5391, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .EAC-Event {
  border-color: #0D7280;
  background-color: #0D7280;
  color: #fff;
  padding: 5px;
}
/* line 5396, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .EAC-Event .fc-event-skin {
  border-color: #0D7280;
  background-color: #0D7280;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5404, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .Webinar {
  border-color: #757575;
  background-color: #757575;
  color: #fff;
  padding: 5px;
}
/* line 5409, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .Webinar .fc-event-skin {
  border-color: #757575;
  background-color: #757575;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5417, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .open-house {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  padding: 5px;
}
/* line 5422, ../scss/schools.scss */
.school-gse .CalendarCtrl2 .open-house .fc-event-skin {
  border-color: #bb0c0c;
  background-color: #bb0c0c;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5432, ../scss/schools.scss */
.school-gse .calendar-legend li .legend-open-house {
  background-color: #bb0c0c;
}
/* line 5435, ../scss/schools.scss */
.school-gse .calendar-legend li .legend-seminars {
  background-color: #4967AC;
}
/* line 5438, ../scss/schools.scss */
.school-gse .calendar-legend li .legend-webinar {
  background-color: #bfa780;
}

/*End GSE Custom Styles */
/* GSP Custom Styles */
/* line 5450, ../scss/schools.scss */
.gsp .social-media {
  margin: 10px 0 0 0;
  display: inline-block;
}
/* line 5453, ../scss/schools.scss */
.gsp .social-media span {
  display: inline-block;
  margin-right: 4px;
}
/* line 5457, ../scss/schools.scss */
.gsp .social-media a {
  text-align: left;
  display: inline-block;
  padding: 0;
  color: #fff;
}

/* line 5465, ../scss/schools.scss */
.featured_intro img {
  width: auto !important;
  height: auto !important;
}

/* line 5470, ../scss/schools.scss */
.featured_intro.vertical img {
  max-height: 500px;
  float: left;
  margin: 0 15px 15px 0;
}

/* line 5476, ../scss/schools.scss */
.featured_intro.horizontal img {
  margin-bottom: 15px;
}

/* End GSP Custom Styles */
/*GSJS Custom Styles */
/* line 5486, ../scss/schools.scss */
.gsjs .social-media {
  margin: 10px 0 0 0;
  display: inline-block;
}
/* line 5489, ../scss/schools.scss */
.gsjs .social-media span {
  display: inline-block;
  margin-right: 4px;
}
/* line 5493, ../scss/schools.scss */
.gsjs .social-media a {
  text-align: left;
  display: inline-block;
  padding: 0;
}

/* End GSJS Custom Styles */
/* LCAS Custom Styles */
/* line 5507, ../scss/schools.scss */
.school-lcas .doors {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: left;
}
/* line 5513, ../scss/schools.scss */
.school-lcas #endcap_men {
  padding: 0 10px;
  right: 0;
}
/* line 5517, ../scss/schools.scss */
.school-lcas .endcap .scroll-overlay-text > h3 {
  color: #FFFFFF;
  font-family: 'helvetica neue', 'helvetica', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
}
/* line 5524, ../scss/schools.scss */
.school-lcas .endcap .scroll-overlay-text h3 b {
  font-weight: 500;
}
/* line 5527, ../scss/schools.scss */
.school-lcas .endcap .scroll-overlay-text > a {
  background-color: #FFFFFF;
  color: #27538E;
  font-size: 13.75px;
  font-weight: 600;
  padding: 1px 6px;
  text-shadow: none;
}
/* line 5535, ../scss/schools.scss */
.school-lcas #endcap_women .scroll-overlay-text a {
  color: #654382;
}
/* line 5538, ../scss/schools.scss */
.school-lcas .endcap .scroll-overlay,
.school-lcas .endcap .scroll-overlay-text {
  bottom: 10px;
  display: block;
  text-align: left;
}
/* line 5544, ../scss/schools.scss */
.school-lcas #endcap_men .scroll-overlay,
.school-lcas #endcap_men .scroll-overlay-text {
  bottom: 10px;
  display: block;
  text-align: right;
}
/* line 5550, ../scss/schools.scss */
.school-lcas #endcap_women .scroll-overlay,
.school-lcas #endcap_women .scroll-overlay-text {
  bottom: 10px;
  display: block;
  text-align: left;
}
/* line 5556, ../scss/schools.scss */
.school-lcas .endcap .scroll-overlay {
  background-color: #3c78cd;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  background-color: rgba(60, 120, 205, 0.7);
}
/* line 5564, ../scss/schools.scss */
.school-lcas #endcap_women .scroll-overlay {
  background-color: #9b64ff;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  background-color: rgba(155, 110, 205, 0.7);
}
/* line 5572, ../scss/schools.scss */
.school-lcas .endcap {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0 10px 0 0;
  position: absolute;
  top: 0;
  width: 170px;
  z-index: 10;
}
/* line 5581, ../scss/schools.scss */
.school-lcas #endcap_women {
  left: 0;
  z-index: 19;
}
/* line 5585, ../scss/schools.scss */
.school-lcas .lcasmen_bar {
  position: absolute;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 620px;
}
/* line 5591, ../scss/schools.scss */
.school-lcas .lcasmen_bar .content_wrapper {
  color: #fff;
  margin-left: 0;
  background-color: #1a3961;
  height: 25px;
  padding: 5px;
  padding-right: 15px;
  line-height: 25px;
  text-align: right;
}
/* line 5601, ../scss/schools.scss */
.school-lcas .lcasmen_bar .content_wrapper .icon-backward {
  margin-right: 5px;
}
/* line 5604, ../scss/schools.scss */
.school-lcas .lcaswomen_bar {
  position: absolute;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 620px;
}
/* line 5610, ../scss/schools.scss */
.school-lcas .lcaswomen_bar .content_wrapper {
  color: #fff;
  margin-left: 5px;
  background-color: #777777;
  height: 25px;
  line-height: 25px;
  padding: 5px;
  padding-left: 15px;
}
/* line 5619, ../scss/schools.scss */
.school-lcas .lcaswomen_bar .content_wrapper .icon-forward {
  margin-left: 5px;
}
/* line 5623, ../scss/schools.scss */
.school-lcas .CalendarCtrl .men {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  padding: 5px;
}
/* line 5628, ../scss/schools.scss */
.school-lcas .CalendarCtrl .men .fc-event-skin {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5636, ../scss/schools.scss */
.school-lcas .CalendarCtrl .women {
  border-color: #4c7ca6;
  background-color: #4c7ca6;
  color: #fff;
  padding: 5px;
}
/* line 5641, ../scss/schools.scss */
.school-lcas .CalendarCtrl .women .fc-event-skin {
  border-color: #4c7ca6;
  background-color: #4c7ca6;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5651, ../scss/schools.scss */
.school-lcas .CalendarCtrl2 .men {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  padding: 5px;
}
/* line 5656, ../scss/schools.scss */
.school-lcas .CalendarCtrl2 .men .fc-event-skin {
  border-color: #1a3961;
  background-color: #1a3961;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5664, ../scss/schools.scss */
.school-lcas .CalendarCtrl2 .women {
  border-color: #4c7ca6;
  background-color: #4c7ca6;
  color: #fff;
  padding: 5px;
}
/* line 5669, ../scss/schools.scss */
.school-lcas .CalendarCtrl2 .women .fc-event-skin {
  border-color: #4c7ca6;
  background-color: #4c7ca6;
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
}
/* line 5678, ../scss/schools.scss */
.school-lcas .calendar-legend {
  font-size: 0.8em;
  margin: 0;
}
/* line 5681, ../scss/schools.scss */
.school-lcas .calendar-legend li {
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
}
/* line 5689, ../scss/schools.scss */
.school-lcas .calendar-legend li .legend-marker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
/* line 5699, ../scss/schools.scss */
.school-lcas .calendar-legend li .legend-men {
  background-color: #1a3961;
}
/* line 5702, ../scss/schools.scss */
.school-lcas .calendar-legend li .legend-women {
  background-color: #4c7ca6;
}
/* line 5705, ../scss/schools.scss */
.school-lcas .calendar-legend li .legend-all {
  background-color: #203D7C;
}

/* End  LCAS Custom Styles */
/*LCW Custom Styles */
/* line 5718, ../scss/schools.scss */
.footer_img {
  margin-top: -25px;
}

/* End LCW Custom Styles */
/* line 5726, ../scss/schools.scss */
#main_content_col .read-more,
#main_content_col .source-info {
  margin-bottom: 20px;
}

/* line 5733, ../scss/schools.scss */
.keywords_list .keywords a {
  font-weight: bold;
}

/* line 5739, ../scss/schools.scss */
.keyword-search-container .searched-details {
  padding: 20px 10px;
}
/* line 5742, ../scss/schools.scss */
.keyword-search-container .result_details {
  padding: 20px 10px 30px;
  border-bottom: 1px solid #ccc;
}
/* line 5745, ../scss/schools.scss */
.keyword-search-container .result_details .result_hed {
  font-weight: bold;
}
/* line 5747, ../scss/schools.scss */
.keyword-search-container .result_details .result_hed a {
  text-decoration: none;
}
/* line 5749, ../scss/schools.scss */
.keyword-search-container .result_details .result_hed a:hover {
  text-decoration: underline;
}
/* line 5754, ../scss/schools.scss */
.keyword-search-container .result_details .result_type,
.keyword-search-container .result_details .result_keywords {
  font-size: 10px;
}
/* line 5757, ../scss/schools.scss */
.keyword-search-container .result_details .result_type a,
.keyword-search-container .result_details .result_keywords a {
  text-decoration: underline;
}
/* line 5760, ../scss/schools.scss */
.keyword-search-container .result_details .result_type a:hover,
.keyword-search-container .result_details .result_keywords a:hover {
  color: #6d0527;
}
/* line 5764, ../scss/schools.scss */
.keyword-search-container .result_details .result_intro {
  font-size: 11px;
}

/* line 5771, ../scss/schools.scss */
.gse .social-media {
    /*
margin: 10px 0 0 0;
display: inline-block;
*/
}
/* line 5776, ../scss/schools.scss */
.gse .social-media span {
  display: inline-block;
  margin-right: 4px;
}
/* line 5780, ../scss/schools.scss */
.gse .social-media a {
  text-align: left;
  display: inline-block;
  padding: 0;
}

/* line 5787, ../scss/schools.scss */
.menu-button-wrapper {
  margin: 0;
  text-align: center;
}
/* line 5790, ../scss/schools.scss */
.menu-button-wrapper a {
  padding: 10px;
}

/* line 5795, ../scss/schools.scss */
.gse #wrap .school_header {
  padding: 0 20px;
}

/* line 5799, ../scss/schools.scss */
.school-shs table tr td div {
  /* display: inline;*/
}

/* line 5805, ../scss/schools.scss */
.school-gse .inside_page .main outline p > a > div {
  display: inline;
}

/* line 5812, ../scss/schools.scss */
.school-gse .location_info,
.school-shs .location_info,
.school-nyscas .location_info {
  display: table;
  margin: 0 0 20px;
  width: 100%;
}

/* line 5820, ../scss/schools.scss */
.school-gse .location_info li,
.school-shs .location_info li,
.school-nyscas .location_info li {
  display: table-cell;
  vertical-align: top;
}

/* line 5827, ../scss/schools.scss */
.school-gse .location_info li:first-child,
.school-shs .location_info li:first-child,
.school-nyscas .location_info li:first-child {
  padding-right: 20px;
}

/* line 5833, ../scss/schools.scss */
#location_program_info h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* line 5839, ../scss/schools.scss */
.school-gse .location_info li.mapping a,
.school-shs .location_info li.mapping a,
.school-nyscas .location_info li.mapping a {
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

/* line 5848, ../scss/schools.scss */
.school-gse .location_info li.mapping img,
.school-shs .location_info li.mapping img,
.school-nyscas .location_info li.mapping img {
  max-width: 100%;
  opacity: 0;
  width: 100%;
}

/* line 5856, ../scss/schools.scss */
.school-gse .location_info li.mapping,
.school-shs .location_info li.mapping,
.school-nyscas .location_info li.mapping {
  max-width: 640px;
  width: 40%;
}

/* line 5863, ../scss/schools.scss */
.school-gse .location_info li.programs,
.school-shs .location_info li.programs,
.school-nyscas .location_info li.programs {
  width: 60%;
}

/* line 5869, ../scss/schools.scss */
.gse .course-links {
  padding: 20px 0;
}

/*gse overwrites*/
/* line 5877, ../scss/schools.scss */
.gse .gateway_nav ul {
  position: relative;
}
/* line 5879, ../scss/schools.scss */
.gse .gateway_nav ul li.find-us {
  position: absolute;
  top: -31px;
  right: 55px;
}
/* line 5883, ../scss/schools.scss */
.gse .gateway_nav ul li.find-us a {
  color: #fff;
  background-color: #1F3048;
  padding: 5px;
}
/* line 5890, ../scss/schools.scss */
.gse .wFormContainer {
  border: none !important;
}
/* line 5892, ../scss/schools.scss */
.gse .wFormContainer .primaryAction {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.51, #15588C), color-stop(1, #4A98D7));
  background-image: -o-linear-gradient(right bottom, #15588C 51%, #4A98D7 100%);
  background-image: -moz-linear-gradient(right bottom, #15588C 51%, #4A98D7 100%);
  background-image: -webkit-linear-gradient(right bottom, #15588C 51%, #4A98D7 100%);
  background-image: -ms-linear-gradient(right bottom, #15588C 51%, #4A98D7 100%);
  background-image: linear-gradient(to right bottom, #15588c 51%, #4a98d7 100%);
  color: #fff;
  margin-left: 5px;
}
/* line 5902, ../scss/schools.scss */
.gse .wFormContainer label {
  font-weight: 400;
  color: #555;
}
/* line 5906, ../scss/schools.scss */
.gse .wFormContainer .wForm textarea {
  width: 500px;
  height: 200px;
}

/* line 5914, ../scss/schools.scss */
.request_more_information #main_content #main_content_col {
  padding: 0;
}
/* line 5918, ../scss/schools.scss */
.request_more_information #customForm .bottomContent {
  background-color: #1566aa;
  display: table;
}
/* line 5921, ../scss/schools.scss */
.request_more_information #customForm .bottomContent .leftCol {
  width: 330px;
  display: table-cell;
}
/* line 5925, ../scss/schools.scss */
.request_more_information #customForm .bottomContent .formCol {
  width: 860px;
  display: table-cell;
  vertical-align: top;
  padding-bottom: 50px;
}
/* line 5931, ../scss/schools.scss */
.request_more_information #customForm .bottomContent p {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #fff;
}
/* line 5936, ../scss/schools.scss */
.request_more_information #customForm fieldset {
  float: left;
  width: 40%;
  margin: 0 10% 20px 0;
  padding: 0;
}
/* line 5941, ../scss/schools.scss */
.request_more_information #customForm fieldset legend {
  border: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  line-height: normal;
  font-size: 15px;
}
/* line 5951, ../scss/schools.scss */
.request_more_information #customForm fieldset div.oneField {
  border: 0;
  padding: 0;
}
/* line 5955, ../scss/schools.scss */
.request_more_information #customForm fieldset label.label {
  background: transparent;
  width: auto !important;
  color: #fff;
  font-weight: bold;
  display: block;
  white-space: normal;
}
/* line 5963, ../scss/schools.scss */
.request_more_information #customForm fieldset .errMsg {
  border: 0;
  font-size: 14px;
}
/* line 5968, ../scss/schools.scss */
.request_more_information #customForm #tfa_1 {
  border: 0;
  padding: 75px 75px 50px 0;
}
/* line 5972, ../scss/schools.scss */
.request_more_information #customForm #tfa_62 {
  padding: 0;
}
/* line 5974, ../scss/schools.scss */
.request_more_information #customForm #tfa_62 b {
  font-weight: normal;
}
/* line 5977, ../scss/schools.scss */
.request_more_information #customForm #tfa_62 div div {
  text-align: left !important;
  color: #fff;
}
/* line 5980, ../scss/schools.scss */
.request_more_information #customForm #tfa_62 div div div {
  text-align: left !important;
  color: #fff;
}
/* line 5986, ../scss/schools.scss */
.request_more_information #customForm .primaryAction {
  background-image: linear-gradient(to bottom, #757575 20%, #111111 100%);
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  text-transform: uppercase;
}
/* line 5995, ../scss/schools.scss */
.request_more_information #customForm .headerGraphic img,
.request_more_information #customForm .leftCol img {
  width: 100% !important;
  height: auto !important;
}
/* line 6000, ../scss/schools.scss */
.request_more_information #customForm .wFormThankYou {
  padding: 50px;
}
/* line 6003, ../scss/schools.scss */
.request_more_information #customForm .oneField br {
  display: none;
}

/* NYSCAS Styles */
/* line 6012, ../scss/schools.scss */
.school-nyscas .container .background {
  background-image: url(http://nyscas.wearetouro.org/media/schools-and-colleges/nyscas/images/header_background.png);
  background-repeat: no-repeat;
}

/* line 6018, ../scss/schools.scss */
.school-nyscas .schedule-banners {
  margin-bottom: 20px;
}
/* line 6021, ../scss/schools.scss */
.school-nyscas .fall-schedule,
.school-nyscas .summer-schedule,
.school-nyscas .spring-schedule {
  display: inline-block;
  padding: 70px 0;
  background-size: cover;
}
/* line 6029, ../scss/schools.scss */
.school-nyscas .inside_page td a {
  display: inline-block;
}
/* line 6033, ../scss/schools.scss */
.school-nyscas .fall-schedule h3 a,
.school-nyscas .summer-schedule h3 a,
.school-nyscas .spring-schedule h3 a {
  font-weight: 600;
  font-size: 3em;
  color: #eee;
}
/* line 6041, ../scss/schools.scss */
.school-nyscas .fall-schedule:hover h3 a,
.school-nyscas .summer-schedule:hover h3 a,
.school-nyscas .spring-schedule:hover h3 a {
  text-decoration: none;
  color: #eee;
}
/* line 6047, ../scss/schools.scss */
.school-nyscas .fall-schedule:hover,
.school-nyscas .spring-schedule:hover,
.school-nyscas .summer-schedule:hover {
  opacity: .6;
}
/* line 6052, ../scss/schools.scss */
.school-nyscas .fall-schedule h3,
.school-nyscas .summer-schedule h3,
.school-nyscas .spring-schedule h3 {
  text-align: center;
  text-shadow: 2px 2px #000;
}

/* line 6060, ../scss/schools.scss */
.school-nyscas .school_nav {
  background-color: #4e001c;
  background-image: -moz-linear-gradient(top, #4e001c, #3a0c10);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e001c), to(#3a0c10));
  background-image: -webkit-linear-gradient(top, #4e001c, #3a0c10);
  background-image: -o-linear-gradient(top, #4e001c, #3a0c10);
  background-image: linear-gradient(to bottom, #4e001c, #3a0c10);
}

/* line 6069, ../scss/schools.scss */
.school-nyscas body.schools div#footer_wrap {
  /*background-color: #3c001a;*/
  background-color: #4e001c;
  background-image: -moz-linear-gradient(top, #4e001c, #3a0c10);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e001c), to(#3a0c10));
  background-image: -webkit-linear-gradient(top, #4e001c, #3a0c10);
  background-image: -o-linear-gradient(top, #4e001c, #3a0c10);
  background-image: linear-gradient(to bottom, #4e001c, #3a0c10);
  height: 160px;
}

/* line 6080, ../scss/schools.scss */
.school-nyscas footer .bg-color {
  background-color: #4e001c;
  background-image: -moz-linear-gradient(top, #4e001c, #3a0c10);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e001c), to(#3a0c10));
  background-image: -webkit-linear-gradient(top, #4e001c, #3a0c10);
  background-image: -o-linear-gradient(top, #4e001c, #3a0c10);
  background-image: linear-gradient(to bottom, #4e001c, #3a0c10);
}

/* line 6089, ../scss/schools.scss */
.school-nyscas .school_header .span12 a {
  color: #991a22;
  font-family: "futura", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -1px;
  text-decoration: none;
}

/* line 6101, ../scss/schools.scss */
.school-nyscas.school_header .span12 a:hover {
  text-decoration: none;
}

/* line 6105, ../scss/schools.scss */
.school-nyscas .school_header .span12 a span {
  color: #991a22;
  display: block;
  font-family: 'georgia', serif;
  font-size: 22px;
  font-weight: 100;
  text-transform: none;
  margin-top: 10px;
  text-decoration: none;
}

/* line 6116, ../scss/schools.scss */
.school-nyscas .gateway_nav a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 5px 0 5px;
  border-right: 1px solid #707070;
}

/* line 6124, ../scss/schools.scss */
.school-nyscas .section_navigation {
  margin-top: 20px;
}
/* line 6126, ../scss/schools.scss */
.school-nyscas .section_navigation h2 {
  text-align: center;
  background-color: #3c001a;
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 200;
  padding: 15px 0 10px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 6137, ../scss/schools.scss */
.school-nyscas .section_navigation ul {
  margin: 0;
  width: 250px;
}
/* line 6140, ../scss/schools.scss */
.school-nyscas .section_navigation ul li {
  border-top: 1px solid #cdd6de;
  margin: 0;
}
/* line 6143, ../scss/schools.scss */
.school-nyscas .section_navigation ul li .currentbranch0 a {
  color: #fff;
  background-color: #555;
}
/* line 6147, ../scss/schools.scss */
.school-nyscas .section_navigation ul li a {
  color: #3c001a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-family: helvetica, arial, sans-serif;
  text-align: left;
}

/* line 6162, ../scss/schools.scss */
.school-nyscas .pagination ul > .disabled > span, .school-nyscas .pagination ul > .disabled > a, .school-nyscas .pagination ul > .disabled > a:hover, .school-nyscas .pagination ul > .disabled > a:focus {
  color: #555;
}
/* line 6165, ../scss/schools.scss */
.school-nyscas .fsRequiredMarker {
  color: #3c001a !important;
}
/* line 6168, ../scss/schools.scss */
.school-nyscas .homepage .intro {
  padding-top: 0px;
}
/* line 6171, ../scss/schools.scss */
.school-nyscas .news_feature_container {
  margin-top: 0px;
}
/* line 6174, ../scss/schools.scss */
.school-nyscas .inside_page .news_item h3 {
  margin: 0 0 0.75em;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background-color: #3c001a;
}
/* line 6181, ../scss/schools.scss */
.school-nyscas .news_item a {
  color: #3c001a;
}
/* line 6184, ../scss/schools.scss */
.school-nyscas #main-content-col-wrapper h2 a {
  color: #3c001a;
  text-decoration: none;
  font-style: normal;
  font-family: helvetica, arial, sans-serif;
}
/* line 6190, ../scss/schools.scss */
.school-nyscas .school_nav .currentbranch0 {
  background: none repeat scroll 0 0 #555;
  color: #FFFFFF;
  display: inline-block;
  padding: 4px 0;
  position: relative;
  top: -4px;
}
/* line 6198, ../scss/schools.scss */
.school-nyscas .program_list p {
  margin: 0 0 1em .5em;
}

/* line 6204, ../scss/schools.scss */
.school-nyscas .faculty-card {
  font-size: 13px;
}

/* End NYSCAS Styles */
/* line 6210, ../scss/schools.scss */
.tourocom .navbar-inner,
.gsjs .navbar-inner {
  padding: 0;
}

/* line 6216, ../scss/schools.scss */
.school-lcas .homepage .school_banner {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  width: 100%;
  height: 295px;
  position: relative;
  overflow: hidden;
  background-color: #888461;
  text-align: center;
}
/* line 6225, ../scss/schools.scss */
.school-lcas .homepage .school_banner .school_row {
  margin: 0 auto;
  display: inline-block;
  width: 1721px;
}
/* line 6230, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_right {
  background-image: url(/images/right1.png);
  background-size: cover;
  width: 295px;
  display: table-cell;
  border-right: 10px solid #fff;
}
/* line 6237, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_left {
  display: table-cell;
  height: 295px;
}
/* line 6240, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_left .col {
  border-right: 10px solid #fff;
  display: table-cell;
}
/* line 6244, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_left .col1 {
  border-left: 10px solid #fff;
  width: 295px;
  height: 295px;
  background-image: url("/images/left1.png");
  background-size: cover;
}
/* line 6251, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_left .col2 {
  width: 189px;
}
/* line 6253, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_left .col2 .top {
  background-image: url("/images/left2.png");
  border-bottom: 10px solid #fff;
  height: 152px;
}
/* line 6258, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_left .col2 .bottom {
  background-image: url("/images/left3.png");
  height: 133px;
}
/* line 6264, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_prev {
  width: 30px;
  height: 25px;
  position: absolute;
  left: -50px;
  top: 48%;
  z-index: 15;
  cursor: pointer;
}
/* line 6271, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_prev .fa-circle {
  color: #124B76;
  font-size: 35px;
  line-height: 25px;
}
/* line 6276, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_prev .fa-angle-left {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
/* line 6284, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_prev:hover .fa-circle {
  color: #555;
}
/* line 6288, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_next {
  width: 30px;
  height: 25px;
  position: absolute;
  right: -50px;
  top: 48%;
  z-index: 15;
  cursor: pointer;
}
/* line 6295, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_next .fa-circle {
  color: #124B76;
  font-size: 35px;
  line-height: 25px;
}
/* line 6300, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_next .fa-angle-right {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
/* line 6308, ../scss/schools.scss */
.school-lcas .homepage .school_banner .btn_next:hover .fa-circle {
  color: #555;
}
/* line 6312, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items {
  width: 910px;
  height: 295px;
  display: table-cell;
}
/* line 6316, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .items {
  position: relative;
  width: 910px;
  height: 295px;
}
/* line 6321, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 910px;
  height: 295px;
  opacity: 1;
  transition: 1.5s;
  margin: 0;
  z-index: 10;
  text-align: left;
}
/* line 6332, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 408px;
  height: 275px;
  background-color: #002F53;
  padding: 10px;
  border-right: 10px solid #fff;
}
/* line 6341, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .illustration .photo_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
/* line 6348, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .illustration .photo_container a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 6355, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content {
  width: 472px;
  height: 100%;
  position: absolute;
  left: 438px;
  top: 0;
  border-right: 10px solid #fff;
}
/* line 6362, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .title {
  background: #886E41;
  padding: 20px;
  height: 108px;
  border-bottom: 10px solid #fff;
  width: 472px;
  vertical-align: bottom;
  display: table-cell;
}
/* line 6370, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .title h2 {
  margin: 0;
  font-size: 1.6em;
}
/* line 6374, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .title a {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 6381, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .copy {
  width: 253px;
  height: 97px;
  padding: 20px;
  color: #fff;
  border-right: 10px solid #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  background-color: #725B32;
}
/* line 6390, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .copy p {
  font-size: 1em;
  margin-bottom: 15px;
}
/* line 6394, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .copy p:last-child {
  margin-bottom: 0;
}
/* line 6397, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .copy a {
  color: #fff;
}
/* line 6401, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .banner {
  background-color: #003052;
  padding: 20px 20px 20px;
  width: 129px;
  height: 97px;
  float: left;
  color: #fff;
  font-size: 14px;
}
/* line 6409, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .item .content .banner h3 {
  color: #fff;
  font-size: 18px;
}
/* line 6416, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .no_image .illustration .photo_container {
  background-image: url(/images/background.jpg);
}
/* line 6419, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .faded {
  opacity: 0;
  transition: 1.25s;
  z-index: 1;
}
/* line 6425, ../scss/schools.scss */
.school-lcas .homepage .school_banner .banner_items .no_image .content {
  width: 472px;
}

/* line 6433, ../scss/schools.scss */
.school-shs .homepage #main_content {
  padding: 0;
}
/* line 6435, ../scss/schools.scss */
.school-shs .homepage #main_content .map-wrapper {
  margin: 0;
  width: auto;
}

/* line 6441, ../scss/schools.scss */
.school-nyscas .homepage #main_content {
  padding: 0;
}
/* line 6443, ../scss/schools.scss */
.school-nyscas .homepage #main_content .map-wrapper {
  margin: 0 0 20px;
  width: auto;
}

/* line 6450, ../scss/schools.scss */
.school-tcla .school_header .span12 a {
  color: #162944;
  line-height: normal;
  text-decoration: none;
}
/* line 6454, ../scss/schools.scss */
.school-tcla .school_header .span12 a span {
  display: block;
}

/* line 6459, ../scss/schools.scss */
.tcla_banner {
  width: 100%;
  height: auto;
}

/* line 6464, ../scss/schools.scss */
.tcla_bannerMobile {
  display: none;
}

@media (max-width: 1720px) {
  /* line 6470, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row {
    width: 1532px;
  }
  /* line 6473, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .banner_left .col2 {
    display: none;
  }
}
@media (max-width: 1540px) {
  /* line 6481, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .banner_right {
    display: none;
  }
  /* line 6484, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row {
    width: 1235px;
  }
  /* line 6487, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .btn_prev {
    left: 15px;
  }
  /* line 6490, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .btn_next {
    left: 383px;
    right: auto;
  }
}
@media (max-width: 1235px) {
  /* line 6499, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .banner_left {
    display: none;
  }
  /* line 6502, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .banner_items {
    border-left: 10px solid #fff;
  }
  /* line 6505, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row {
    width: 930px;
  }
}
@media (max-width: 1200px) {
  /* line 6512, ../scss/schools.scss */
  .photos_landing .section_header {
    width: 940px;
  }

  /* line 6516, ../scss/schools.scss */
  .request_more_information #customForm #tfa_1 {
    padding: 55px 25px 25px 0;
  }
  /* line 6519, ../scss/schools.scss */
  .request_more_information #customForm .bottomContent .leftCol {
    width: 28%;
  }
  /* line 6522, ../scss/schools.scss */
  .request_more_information #customForm .bottomContent .formCol {
    width: 72%;
  }

  /* line 6526, ../scss/schools.scss */
  .lcas .main_nav li,
  .lcm .main_nav li {
    margin: 0;
  }
  /* line 6529, ../scss/schools.scss */
  .lcas .main_nav li a,
  .lcm .main_nav li a {
    font-size: 12px;
  }

  /* line 6533, ../scss/schools.scss */
  .gssw .main_nav li {
    margin: 0;
  }
  /* line 6535, ../scss/schools.scss */
  .gssw .main_nav li a {
    font-size: 0.90em;
  }

  /* line 6539, ../scss/schools.scss */
  .shs .main_nav li {
    margin: 0;
  }
  /* line 6541, ../scss/schools.scss */
  .shs .main_nav li a {
    font-size: 12px;
    padding: 10px 8px;
  }

  /* line 6546, ../scss/schools.scss */
  .nyscas .main_nav li {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 6552, ../scss/schools.scss */
  .school-tourocom .homepage #main_content {
    padding: 15px 0;
  }

  /* line 6555, ../scss/schools.scss */
  #footer_wrap .container {
    padding: 0;
  }
}
@media screen and (max-width: 979px) {
  /* line 6561, ../scss/schools.scss */
  .school_nav {
    height: auto;
  }
  /* line 6563, ../scss/schools.scss */
  .school_nav .container {
    padding: 0;
    width: auto;
  }
  /* line 6566, ../scss/schools.scss */
  .school_nav .container .menu-button {
    display: block;
    margin: 0;
  }

  /* line 6572, ../scss/schools.scss */
  .main_nav li {
    float: none;
    margin: 0;
    text-align: center;
  }
  /* line 6576, ../scss/schools.scss */
  .main_nav li a {
    border-top: 1px solid #7994cc;
    display: block;
    margin: 0;
  }
  /* line 6581, ../scss/schools.scss */
  .main_nav li .currentbranch0 {
    display: block;
    padding: 0;
    top: 0;
  }

  /* line 6587, ../scss/schools.scss */
  .gssw .main_nav li,
  .tourocom .main_nav li,
  .tourocop .main_nav li {
    margin: 0;
  }

  /* line 6592, ../scss/schools.scss */
  .school-gssw .homepage #main_content {
    padding: 0;
  }
  /* line 6594, ../scss/schools.scss */
  .school-gssw .homepage #main_content .map-wrapper {
    margin: 0;
    width: auto;
  }

  /* line 6599, ../scss/schools.scss */
  .school-shs .homepage #main_content {
    padding: 0;
  }
  /* line 6601, ../scss/schools.scss */
  .school-shs .homepage #main_content .map-wrapper {
    margin: 0;
    width: auto;
  }

  /* line 6606, ../scss/schools.scss */
  #gseCarousel {
    margin: 0 -20px 20px;
  }
}
@media screen and (max-width: 930px) {
  /* line 6614, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row {
    width: 100%;
    height: 295px;
    display: block;
  }
  /* line 6618, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_prev {
    left: 2%;
  }
  /* line 6621, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_next {
    left: 44%;
    right: auto;
  }
  /* line 6625, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  /* line 6629, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items {
    width: 100%;
  }
  /* line 6631, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item {
    width: 100%;
    display: table;
    height: 295px;
  }
  /* line 6635, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .illustration {
    box-sizing: border-box;
    height: 295px;
    display: table-cell;
    width: 50%;
  }
  /* line 6640, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .illustration .photo_container {
    height: 275px;
  }
  /* line 6644, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content {
    width: 50%;
    display: table-cell;
    height: 295px;
    position: static;
    box-sizing: border-box;
    left: auto;
  }
  /* line 6651, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content .title {
    height: 163px;
  }
  /* line 6654, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content .copy {
    display: none;
  }
  /* line 6657, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content .banner {
    padding-top: 20px;
    width: auto;
    float: none;
    height: 42px;
  }
}
@media (max-width: 880px) {
  /* line 6672, ../scss/schools.scss */
  .request_more_information #customForm #tfa_1 {
    padding: 50px 20px 20px 0;
  }
  /* line 6675, ../scss/schools.scss */
  .request_more_information #customForm #customForm fieldset {
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 100%;
  }
  /* line 6681, ../scss/schools.scss */
  .request_more_information #customForm #customForm .bottomContent .leftCol {
    width: 201px;
  }
  /* line 6684, ../scss/schools.scss */
  .request_more_information #customForm #customForm .bottomContent .formCol {
    width: 710px;
  }

  /* line 6688, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature a.arrow {
    font-size: 16px;
  }

  /* line 6691, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_next {
    left: 43%;
  }

  /* line 6694, ../scss/schools.scss */
  .gsb-new .news_feature a.arrow {
    font-size: 16px;
  }

  /* line 6697, ../scss/schools.scss */
  .gsb-new .news_feature .hp-applynow {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  /* line 6703, ../scss/schools.scss */
  .gsb .school_header #circle-logo {
    width: 18%;
    margin-right: 2%;
  }

  /* line 6707, ../scss/schools.scss */
  .gsb .school_header .span12 a {
    width: 76%;
    display: inline-block;
    margin: 0px 2%;
  }
}
@media screen and (max-width: 769px) {
  /* line 6715, ../scss/schools.scss */
  .footer-header .footer-links {
    text-align: left;
  }

  /* line 6718, ../scss/schools.scss */
  .social-media {
    text-align: left;
  }

  /* line 6721, ../scss/schools.scss */
  .footer-header .school-footer-info {
    margin-bottom: 10px;
  }

  /* line 6724, ../scss/schools.scss */
  .school-lcw .footer_img {
    display: none;
  }

  /* line 6727, ../scss/schools.scss */
  .school-nyscas body.schools div#footer_wrap {
    height: 170px;
  }

  /* line 6730, ../scss/schools.scss */
  .school-gsb {
    /*#push,
    #footer_wrap {
        height: 210px;
    }*/
  }
  /* line 6731, ../scss/schools.scss */
  .school-gsb .school-footer-info img {
    display: none;
  }
  /* line 6734, ../scss/schools.scss */
  .school-gsb .footer-school-info .social-media {
    float: left;
  }

  /* line 6742, ../scss/schools.scss */
  .gse.homepage .news_feature_container .span6 {
    width: 48%;
    margin-right: 2%;
    float: left;
  }

  /* line 6747, ../scss/schools.scss */
  .gse.homepage .news_feature_container .span6:last-child {
    margin-right: 0;
  }

  /* line 6750, ../scss/schools.scss */
  .tourocom footer .span3 {
    width: 49%;
    float: left;
    margin-right: 1%;
    height: 170px;
  }

  /* line 6756, ../scss/schools.scss */
  .tourocom footer .span3:first-child {
    margin-left: 0;
  }

  /* line 6759, ../scss/schools.scss */
  .container {
    padding: 0 40px;
    width: auto;
  }

  /* line 6763, ../scss/schools.scss */
  .lcas .school_header {
    padding: 0 20px;
  }

  /* line 6766, ../scss/schools.scss */
  .nyscas .school_header {
    padding: 0;
  }

  /* line 6769, ../scss/schools.scss */
  .nyscas .container.background {
    padding: 0 20px;
  }

  /* line 6772, ../scss/schools.scss */
  #gseCarousel {
    margin: 0 -40px 20px;
  }

  /* line 6775, ../scss/schools.scss */
  #menu.collapse {
    height: 0;
    overflow: hidden;
  }

  /* line 6779, ../scss/schools.scss */
  .schools #main_content {
    padding: 0;
  }

  /* line 6782, ../scss/schools.scss */
  #main_content #lhn_navigation {
    min-height: initial !important;
  }

  /* line 6785, ../scss/schools.scss */
  .gse #push,
  .gse #footer_wrap,
  .gsp #push,
  .gsp #footer_wrap {
    height: 170px;
  }

  /* line 6791, ../scss/schools.scss */
  .lcas #push,
  .lcas #footer_wrap {
    height: 170px;
  }

  /* line 6795, ../scss/schools.scss */
  .lcas .school-footer-info {
    margin-bottom: 20px;
  }

  /* line 6798, ../scss/schools.scss */
  .lcas #footer_wrap .container {
    padding: 0;
  }

  /* line 6801, ../scss/schools.scss */
  .gse #footer_wrap .container,
  .gsp #footer_wrap .container {
    padding: 0;
  }
  /* line 6804, ../scss/schools.scss */
  .gse #footer_wrap .container .footer-header > div,
  .gsp #footer_wrap .container .footer-header > div {
    margin-bottom: 10px;
    text-align: left;
  }

  /* line 6809, ../scss/schools.scss */
  .gsp #wrap {
    margin-bottom: -170px;
  }

  /* line 6812, ../scss/schools.scss */
  .news_feature {
    max-height: none;
    height: auto;
  }

  /* line 6816, ../scss/schools.scss */
  .blog_news_feature {
    height: auto;
  }

  /* line 6819, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature {
    height: 340px;
  }

  /* line 6822, ../scss/schools.scss */
  .school-lcas .homepage .news_feature {
    height: 390px;
  }

  /* line 6825, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature_container .span6,
  .school-gsjs .homepage .news_feature_container .span6,
  .school-lcas .homepage .news_feature_container .span6,
  .school-lcw .homepage .news_feature_container .span6 {
    float: left;
    width: 48.9362%;
    margin-left: 2.12766%;
    margin-bottom: 25px;
  }

  /* line 6834, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature_container .span6:first-child,
  .school-gsjs .homepage .news_feature_container .span6:first-child,
  .school-lcas .homepage .news_feature_container .span6:first-child,
  .school-lcw .homepage .news_feature_container .span6:first-child {
    margin-left: 0;
  }

  /* line 6840, ../scss/schools.scss */
  .gsp .span4 {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 764px) {
  /* line 6849, ../scss/schools.scss */
  .schools.inside_page #main_content .multilevel-linkul-2 {
    display: none !important;
  }
  /* line 6851, ../scss/schools.scss */
  .schools.inside_page #main_content .multilevel-linkul-2.activeLink {
    display: block !important;
  }
}
@media screen and (max-width: 763px) {
  /* line 6864, ../scss/schools.scss */
  .schools.inside_page #main_content .multilevel-linkul-2 {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  /* line 6873, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_next {
    left: 42%;
  }
}
@media screen and (max-width: 660px) {
  /* line 6879, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_next {
    left: 41%;
  }

  /* line 6882, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .banner_items .item .content .title h2 {
    font-size: 1.5em;
  }

  /* line 6885, ../scss/schools.scss */
  .gse.homepage .news_feature_container .span6 {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  /* line 6890, ../scss/schools.scss */
  .gse.homepage .news_feature_container .span6:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 6896, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content .title {
    height: 163px;
    padding-bottom: 20px;
  }

  /* line 6900, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_next {
    left: 41%;
  }

  /* line 6903, ../scss/schools.scss */
  .accordion-inner {
    overflow: scroll;
  }
}
@media screen and (max-width: 601px) {
  /* line 6909, ../scss/schools.scss */
  .school-tourocom .homepage .flicker-featured-photo {
    height: 175px;
  }

  /* line 6912, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature a.arrow {
    top: 135px;
  }

  /* line 6915, ../scss/schools.scss */
  #apexchat_invitation_container_wrapper .livechat_text {
    display: none;
  }

  /* line 6918, ../scss/schools.scss */
  #apexchat_invitation_container_wrapper .livechat *,
  #apexchat_invitation_container_minimized_wrapper .livechat *,
  #apexchat_invitation_container_inprogress_wrapper .livechat * {
    display: none;
  }

  /* line 6923, ../scss/schools.scss */
  #apexchat_invitation_container_wrapper .livechat_border,
  #apexchat_invitation_container_minimized_wrapper .livechat_border,
  #apexchat_invitation_container_inprogress_wrapper .livechat_border {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  /* line 6931, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_next {
    left: 40%;
  }

  /* line 6934, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .banner_items .item .content .title h2 {
    font-size: 1.2em;
  }

  /* line 6937, ../scss/schools.scss */
  .nyscas .gateway_nav {
    height: auto;
    text-align: right;
  }
}
@media screen and (max-width: 481px) {
  /* line 6944, ../scss/schools.scss */
  .tcla_banner {
    display: none;
  }

  /* line 6947, ../scss/schools.scss */
  .tcla_bannerMobile {
    width: 100%;
    height: auto;
    display: block;
  }

  /* line 6952, ../scss/schools.scss */
  .school-nyscas body.schools div#footer_wrap {
    height: 180px;
  }

  /* line 6955, ../scss/schools.scss */
  .container {
    padding: 0px 20px;
  }

  /* line 6958, ../scss/schools.scss */
  .gateway_nav {
    margin-right: 0;
    height: auto;
  }
  /* line 6961, ../scss/schools.scss */
  .gateway_nav ul {
    margin-left: 0;
  }
  /* line 6963, ../scss/schools.scss */
  .gateway_nav ul li {
    float: none;
    display: inline;
  }

  /* line 6969, ../scss/schools.scss */
  #gseCarousel .item .vertical {
    display: block;
  }

  /* line 6972, ../scss/schools.scss */
  #gseCarousel .item .horizontal {
    display: none;
  }

  /* line 6975, ../scss/schools.scss */
  .school-lcas .homepage .school_banner {
    height: 500px;
  }
  /* line 6977, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .btn_next,
  .school-lcas .homepage .school_banner .btn_prev {
    top: 20%;
  }
  /* line 6981, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row {
    height: 576px;
  }
  /* line 6982, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_prev {
    left: 4%;
  }
  /* line 6985, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .btn_next {
    left: auto;
    right: 4%;
  }
  /* line 6990, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items {
    height: 500px;
    border-right: 10px solid #fff;
  }
  /* line 6993, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items {
    height: 500px;
  }
  /* line 6995, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item {
    height: 500px;
    display: block;
  }
  /* line 6998, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .illustration {
    display: block;
    height: 270px;
    width: 100%;
    border-bottom: 10px solid #fff;
    border-right: 0;
    position: static;
    top: auto;
    left: auto;
  }
  /* line 7007, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .illustration .photo_container {
    height: 240px;
  }
  /* line 7011, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content {
    height: 230px;
    display: block;
    width: 100%;
    border-right: 0;
  }
  /* line 7016, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content .title {
    height: 100px;
    padding-bottom: 20px;
  }
  /* line 7020, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content .banner {
    font-size: 12px;
    height: 40px;
  }
  /* line 7023, ../scss/schools.scss */
  .school-lcas .homepage .school_banner .school_row .banner_items .items .item .content .banner h3 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
  }

  /* line 7035, ../scss/schools.scss */
  .school-gssw .school_header .span12 a,
  .school-gsb .school_header .span12 a,
  .school-gse .school_header .span12 a,
  .school-gsp .school_header .span12 a,
  .school-gsjs .school_header .span12 a,
  .school-lcw .school_header .span12 a,
  .school-tourocop .school_header .span12 a,
  .school-lcas .school_header .span12 a {
    font-size: 2em;
  }

  /* line 7045, ../scss/schools.scss */
  .request_more_information #customForm .bottomContent .formCol {
    display: block;
    width: 100%;
  }

  /* line 7049, ../scss/schools.scss */
  .request_more_information #customForm .bottomContent .leftCol {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* line 7054, ../scss/schools.scss */
  .request_more_information #customForm .bottomContent .leftCol img {
    width: 80%;
  }

  /* line 7057, ../scss/schools.scss */
  .school-tourocom .homepage #main_content,
  .tourocom footer .row-fluid {
    padding: 15px;
    width: auto;
  }

  /* line 7062, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature_container .span6,
  .school-tourocom .homepage .news_feature_container .span6:first-child,
  .school-gsjs .homepage .news_feature_container .span6,
  .school-gsjs .homepage .news_feature_container .span6:first-child,
  .school-lcas .homepage .news_feature_container .span6:first-child,
  .school-lcw .homepage .news_feature_container .span6:first-child:first-child,
  .school-lcw .homepage .news_feature_container .span6 {
    width: 100%;
    max-width: 310px;
    margin: 25px auto;
    float: none;
  }

  /* line 7074, ../scss/schools.scss */
  .school-lcas .homepage .news_feature_container .span6:first-child,
  .school-lcas .homepage .news_feature_container .span6 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto 25px;
    float: none;
  }

  /* line 7081, ../scss/schools.scss */
  .school-lcas .homepage .news_feature {
    height: auto;
  }

  /* line 7085, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature_container .news_feature,
  .school-gsjs .homepage .news_feature_container .news_feature,
  .school-lcas .homepage .news_feature_container .news_feature,
  school-lcw .homepage .news_feature_container .news_feature {
    float: none;
    width: auto;
  }

  /* line 7092, ../scss/schools.scss */
  .school-tourocom .homepage .news_feature a.arrow {
    top: 153px;
  }

  /* line 7095, ../scss/schools.scss */
  .gsjs .school_header .span12 a {
    font-size: 2em;
  }

  /* line 7098, ../scss/schools.scss */
  .gsjs .gateway_nav > ul {
    margin: 0 0 10px;
  }

  /* line 7101, ../scss/schools.scss */
  #apexchat_invitation_container_wrapper .livechat_text {
    display: none;
  }

  /* line 7104, ../scss/schools.scss */
  #apexchat_invitation_container_wrapper .livechat *,
  #apexchat_invitation_container_minimized_wrapper .livechat *,
  #apexchat_invitation_container_inprogress_wrapper .livechat * {
    display: none;
  }

  /* line 7109, ../scss/schools.scss */
  #apexchat_invitation_container_wrapper .livechat_border,
  #apexchat_invitation_container_minimized_wrapper .livechat_border,
  #apexchat_invitation_container_inprogress_wrapper .livechat_border {
    display: none;
  }

  /* line 7114, ../scss/schools.scss */
  .gsb .gateway_nav {
    height: auto;
  }
  /* line 7116, ../scss/schools.scss */
  .gsb .gateway_nav li {
    float: none;
    text-align: right;
  }
  /* line 7119, ../scss/schools.scss */
  .gsb .gateway_nav li a {
    border-right: 0;
    padding-right: 0;
  }

  /* line 7125, ../scss/schools.scss */
  .gsb .gsb-banner {
    display: none;
  }

  /* line 7128, ../scss/schools.scss */
  .school-gsb .home_page #main_content {
    padding-top: 20px;
  }
}
@media print {
  /* line 7134, ../scss/schools.scss */
  .school-tourocop td {
    -webkit-print-color-adjust: exact;
  }

  /* line 7137, ../scss/schools.scss */
  body {
    height: auto;
  }

  /* line 7140, ../scss/schools.scss */
  .modal,
  ul.nav,
  .section_navigation,
  #SocialShare {
    display: none;
  }

  /* line 7146, ../scss/schools.scss */
  a:link:after,
  a:visited:after {
    content: none;
  }

  /* line 7150, ../scss/schools.scss */
  a[href^="/"]:after {
    content: none;
  }

  /* line 7153, ../scss/schools.scss */
  .school_header {
    display: none;
  }

  /* line 7156, ../scss/schools.scss */
  .navbar-static-top,
  .navbar {
    display: none;
  }

  /* line 7160, ../scss/schools.scss */
  .school_nav,
  .school_header {
    display: none;
  }

  /* line 7164, ../scss/schools.scss */
  #circle-logo {
    display: none;
  }

  /* line 7167, ../scss/schools.scss */
  .section_navigation {
    display: none;
  }

  /* line 7170, ../scss/schools.scss */
  .gateway_nav {
    display: none;
  }

  /* line 7174, ../scss/schools.scss */
  .main.outline {
    border: none;
  }
  /* line 7177, ../scss/schools.scss */
  .main .section_header {
    font-size: 14px;
  }
  /* line 7180, ../scss/schools.scss */
  .main .intro {
    font-size: 20px;
  }

  /* line 7184, ../scss/schools.scss */
  .modal,
  #stOverlay,
  #stwrapper,
  #stSegmentFrame {
    display: none;
  }

  /* line 7191, ../scss/schools.scss */
  .accordion-body .ng-scope.ng-binding {
    font-size: 14px;
  }

  /* line 7196, ../scss/schools.scss */
  #footer_wrap,
  #lhn_navigation,
  #share_icons,
  #push,
  .promoted-main-banner-image-share-this,
  .promoted-image-share-this {
    display: none;
  }

  /* line 7204, ../scss/schools.scss */
  #main_content_col {
    width: auto;
    padding: 0;
    border: 0;
    min-height: 0 !important;
    height: auto !important;
    float: none;
  }

  /* line 7212, ../scss/schools.scss */
  #wrap {
    margin: 0;
    height: auto !important;
    padding: 0;
    min-height: 0 !important;
  }

  /* line 7218, ../scss/schools.scss */
  .schools #main_content {
    padding: 0;
    margin: 0;
  }

  /* line 7222, ../scss/schools.scss */
  body {
    height: auto;
  }
}
/*MOBILE MENU STYLES*/
/* line 7230, ../scss/schools.scss */
.section_navigation #menu ul.multilevel-linkul-0.visible {
  display: block !important;
}

/* line 7234, ../scss/schools.scss */
.touro-mobile-menu-child {
  position: relative;
}

/* line 7238, ../scss/schools.scss */
.fa-caret-down {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px 30px 10px 22px;
}

/* line 7245, ../scss/schools.scss */
.around_campus h1, .instagram-page h1 {
  clear: both;
  padding: 40px 40px 0;
}

/* fix for non-responsive tables */
@media (max-width: 700px) {
  /* line 7252, ../scss/schools.scss */
  .schools #main_content .main {
    overflow-x: auto;
  }
}
/* thisisjustatest */
/* line 2, ../includes/course-schedules.scss */
#course-schedules-content h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/* line 7, ../includes/course-schedules.scss */
#course-schedules-content table {
  font-size: 12px;
  margin-bottom: 40px;
}
/* line 11, ../includes/course-schedules.scss */
#course-schedules-content th {
  text-align: left;
  padding: 4px;
}
/* line 15, ../includes/course-schedules.scss */
#course-schedules-content td {
  vertical-align: top;
  padding: 4px;
  border-bottom: 1px solid #ccc;
}
/* line 20, ../includes/course-schedules.scss */
#course-schedules-content th.course {
  width: 82px;
}
/* line 23, ../includes/course-schedules.scss */
#course-schedules-content tr:nth-child(2n+1) td {
  background-color: #e1e1e1;
}
/* line 26, ../includes/course-schedules.scss */
#course-schedules-content th.dateChanged {
  padding-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}
/* line 29, ../includes/course-schedules.scss */
#course-schedules-content h4.dayTimeHeader {
  color: #666;
  clear: both;
  font-size: 12px;
}
/* line 34, ../includes/course-schedules.scss */
#course-schedules-content ul.classes {
  list-style: none;
  clear: both;
  margin: 0 0 20px;
  font-size: 12px;
  width: 100%;
}
/* line 41, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul {
  list-style: none;
  clear: both;
  font-size: 12px;
  width: 100%;
  padding-left: 0;
  margin: 0;
  display: table;
}
/* line 50, ../includes/course-schedules.scss */
#course-schedules-content ul.classes .course {
  margin: 0;
}
/* line 53, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li {
  display: table-cell;
  width: 25%;
}
/* line 57, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li {
  display: table-cell;
  width: 25%;
}
/* line 61, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li:first-child {
  width: 10%;
}
/* line 64, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li:nth-child(2n) {
  width: 10%;
}
/* line 67, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li:nth-child(3n) {
  width: 30%;
}
/* line 70, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li:nth-child(4n) {
  width: 15%;
}
/* line 73, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li:nth-child(5n) {
  width: 15%;
}
/* line 76, ../includes/course-schedules.scss */
#course-schedules-content ul.classes li ul li:last-child {
  width: 20%;
}
/* line 80, ../includes/course-schedules.scss */
#course-schedules-content .table {
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  border-radius: 4px;
}
/* line 86, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes {
  margin-bottom: 0;
  width: 830px;
}
/* line 89, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li {
  margin-bottom: 0;
}
/* line 91, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul {
  width: 100%;
  display: table;
}
/* line 97, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes .headers {
  text-transform: uppercase;
}
/* line 104, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li {
  display: table-cell;
  text-align: left;
  padding: 10px 0;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* line 113, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:first-child {
  width: 70px;
}
/* line 116, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:nth-child(2n) {
  width: 120px;
}
/* line 119, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:nth-child(3n) {
  width: 40px;
}
/* line 122, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:nth-child(4n) {
  width: 70px;
}
/* line 125, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:nth-child(5n) {
  width: 168px;
}
/* line 128, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:nth-child(6n) {
  width: 110px;
}
/* line 131, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:nth-child(7n) {
  width: 100px;
}
/* line 134, ../includes/course-schedules.scss */
#course-schedules-content .table ul.classes li ul li:last-child {
  width: 80px;
}
/* line 137, ../includes/course-schedules.scss */
#course-schedules-content a.showall {
  margin: 20px 0;
}
/* line 140, ../includes/course-schedules.scss */
#course-schedules-content a.print {
  display: block;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
/* line 147, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data .dayTimeHeader {
  font-weight: bold;
  font-size: 14px;
}
/* line 151, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data .headers {
  border-bottom: 1px solid #666;
  margin: 20px 0;
}
/* line 156, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes, #course-schedules-content .flexible_data ul.classes li {
  margin: 0;
}
/* line 159, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classRows {
  margin-bottom: 40px;
}
/* line 162, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes li ul {
  border-bottom: 1px solid #ccc;
}
/* line 165, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes li ul li {
  width: auto;
  padding: 10px 0;
}
/* line 169, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes li ul li.crn, #course-schedules-content .flexible_data ul.classes li ul li.session, #course-schedules-content .flexible_data ul.classes li ul li.credits, #course-schedules-content .flexible_data ul.classes li ul li.status, #course-schedules-content .flexible_data ul.classes li ul li.room {
  width: 55px;
}
/* line 172, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes li ul li.course, #course-schedules-content .flexible_data ul.classes li ul li.department {
  width: 80px;
}
/* line 175, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes li ul li.title {
  width: 175px;
}
/* line 178, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes li ul li.prerequisites {
  width: 150px;
}
/* line 181, ../includes/course-schedules.scss */
#course-schedules-content .flexible_data ul.classes li ul li.instructor {
  width: auto;
}

/* line 187, ../includes/course-schedules.scss */
.tci #course-schedules-content .flexible_data ul.classes li ul li.title {
  width: 250px;
}
/* line 190, ../includes/course-schedules.scss */
.tci #course-schedules-content .flexible_data ul.classes li ul li.prerequisites {
  width: 230px;
}

/* line 196, ../includes/course-schedules.scss */
.machon #course-schedules-content .flexible_data ul.classes li ul li.title {
  width: 300px;
}

/* line 202, ../includes/course-schedules.scss */
.tcla #course-schedules-content .flexible_data ul.classes li ul li.title, .shs #course-schedules-content .flexible_data ul.classes li ul li.title {
  width: 225px;
}
/* line 205, ../includes/course-schedules.scss */
.tcla #course-schedules-content .flexible_data ul.classes li ul li.instructor, .shs #course-schedules-content .flexible_data ul.classes li ul li.instructor {
  width: 120px;
}
/* line 208, ../includes/course-schedules.scss */
.tcla #course-schedules-content .flexible_data ul.classes li ul li.prerequisites, .shs #course-schedules-content .flexible_data ul.classes li ul li.prerequisites {
  width: 210px;
}

/* line 214, ../includes/course-schedules.scss */
.lcm #course-schedules-content .flexible_data ul.classes li ul li.title {
  width: 225px;
}
/* line 217, ../includes/course-schedules.scss */
.lcm #course-schedules-content .flexible_data ul.classes li ul li.instructor {
  width: 138px;
}
/* line 220, ../includes/course-schedules.scss */
.lcm #course-schedules-content .flexible_data ul.classes li ul li.prerequisites {
  width: 300px;
}

/* line 226, ../includes/course-schedules.scss */
.lcw #course-schedules-content .flexible_data ul.classes li ul li.title {
  width: 170px;
}
/* line 229, ../includes/course-schedules.scss */
.lcw #course-schedules-content .flexible_data ul.classes li ul li.instructor {
  width: 138px;
}
/* line 232, ../includes/course-schedules.scss */
.lcw #course-schedules-content .flexible_data ul.classes li ul li.prerequisites {
  width: 300px;
}

/* line 238, ../includes/course-schedules.scss */
.lcas #course-schedules-content .flexible_data ul.classes li ul li.title {
  width: 225px;
}
/* line 241, ../includes/course-schedules.scss */
.lcas #course-schedules-content .flexible_data ul.classes li ul li.instructor {
  width: 138px;
}
/* line 244, ../includes/course-schedules.scss */
.lcas #course-schedules-content .flexible_data ul.classes li ul li.prerequisites {
  width: 245px;
}

/* line 249, ../includes/course-schedules.scss */
.shs #course-schedules-content .flexible_data ul.classes li ul li.instructor {
  width: 160px;
}

@media screen and (max-width: 1201px) {
  /* line 254, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes {
    width: 659px;
  }
  /* line 256, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:first-child {
    width: 69px;
  }
  /* line 257, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(2n) {
    width: 70px;
  }
  /* line 258, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(5n) {
    width: 82px;
  }
  /* line 259, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(6n) {
    width: 75px;
  }
  /* line 260, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(7n) {
    width: 101px;
  }
  /* line 261, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:last-child {
    width: 70px;
  }
}
@media screen and (max-width: 981px) {
  /* line 266, ../includes/course-schedules.scss */
  #course-schedules-content .table {
    width: 280px;
    border: 0;
  }
  /* line 269, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes {
    width: 280px;
  }
  /* line 271, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul {
    display: block;
    border: 0;
    margin-bottom: 20px;
  }
  /* line 275, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li {
    display: inline-block;
    padding-left: 4%;
    padding-right: 4%;
  }
  /* line 281, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:first-child {
    width: 41%;
  }
  /* line 282, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(2n) {
    width: 41%;
    border-right: 0;
  }
  /* line 283, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(3n) {
    width: 41%;
  }
  /* line 284, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(4n) {
    width: 41%;
    border-right: 0;
  }
  /* line 285, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(5n) {
    width: 91%;
    border-right: 0;
  }
  /* line 286, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(6n) {
    width: 41%;
    border-right: 1px solid #ccc;
  }
  /* line 287, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:nth-child(7n) {
    width: 41%;
    border-right: 0;
  }
  /* line 288, ../includes/course-schedules.scss */
  #course-schedules-content .table ul.classes li ul li:last-child {
    width: 91%;
    border-right: 0;
  }
}
@media print {
  /* line 294, ../includes/course-schedules.scss */
  a.print {
    display: none;
  }
}
/* line 1, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod {
  bottom: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 150;
}
/* line 8, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod #requestMoreInfoBody {
  height: auto;
  transition: 1s;
}
/* line 13, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .nav-tabs {
  border: 0;
  margin: -40px 20px 0 0;
}
/* line 16, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .nav-tabs li {
  float: right;
  height: 40px;
  overflow: hidden;
}
/* line 21, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .nav-tabs a {
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}
/* line 26, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .nav-tabs a .fa-angle-double-up {
  display: none;
}
/* line 31, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .wFormContainer {
  background-color: #fff;
  border: 0;
  padding-bottom: 40px;
}
/* line 35, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .wFormContainer .wForm {
  padding: 0;
}
/* line 37, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .wFormContainer .wForm .inputWrapper {
  display: block;
}
/* line 40, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .wFormContainer .wForm textarea#tfa_17 {
  width: 100% !important;
  max-width: 600px;
}
/* line 44, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .wFormContainer .wForm #tfa_1-L {
  white-space: normal;
  line-height: 30px;
}
/* line 50, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod .wFormContainer .wForm .preField, #requestMoreInfoMod .wFormContainer .wForm .inlineLabel {
  background-color: #fff;
}

/* line 56, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod.closed .nav-tabs .fa-angle-double-down {
  display: none;
}
/* line 57, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod.closed .nav-tabs .fa-angle-double-up {
  display: inline-block;
}
/* line 58, ../includes/request-more-info-mod.scss */
#requestMoreInfoMod.closed #requestMoreInfoBody {
  height: 0;
  transition: 1s;
  overflow: hidden;
}

/* line 65, ../includes/request-more-info-mod.scss */
.nyscas #requestMoreInfoMod .nav-tabs a {
  color: #4E001C;
}

/* line 1, ../includes/facultyNYSCAS.scss */
#faculty-well {
  display: table;
}

/* line 4, ../includes/facultyNYSCAS.scss */
#faculty-well div.column {
  display: table-cell;
  vertical-align: top;
}

/* line 8, ../includes/facultyNYSCAS.scss */
#faculty-well div.column:first-child .item .content {
  margin-left: 0;
}

/* line 11, ../includes/facultyNYSCAS.scss */
#faculty-well div.column .item {
  width: 100%;
}

/* line 14, ../includes/facultyNYSCAS.scss */
#faculty-well div.column div.content {
  width: auto;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 10px 10px;
}

/* line 22, ../includes/facultyNYSCAS.scss */
#faculty-well div.column div.content h3 {
  margin-top: 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

/* line 28, ../includes/facultyNYSCAS.scss */
#faculty-well div.column div.content h4 {
  margin-top: 0;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

/* line 34, ../includes/facultyNYSCAS.scss */
#faculty-well div.column div.content p {
  line-height: 1.5em;
}

/* line 37, ../includes/facultyNYSCAS.scss */
#faculty-well .portrait {
  text-align: center;
  margin: 0 10px 0 0;
  float: left;
  display: inline-block;
  width: 15%;
}

/* line 44, ../includes/facultyNYSCAS.scss */
#faculty-well .portrait img {
  width: 100%;
}

/* line 47, ../includes/facultyNYSCAS.scss */
#faculty-departments {
  text-align: center;
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #999;
  padding: 15px;
  box-sizing: border-box;
}

/* line 56, ../includes/facultyNYSCAS.scss */
#faculty-departments a {
  padding: 2px 10px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
}

/* line 65, ../includes/facultyNYSCAS.scss */
#faculty-departments span:last-child em {
  display: none;
}

/* line 68, ../includes/facultyNYSCAS.scss */
#faculty-departments .chosen a {
  color: #fff;
  display: inline-block;
  background-color: #991A22;
}

/* line 73, ../includes/facultyNYSCAS.scss */
#faculty-content .deptName {
  text-transform: capitalize;
}

@media (max-width: 480px) {
  /* line 77, ../includes/facultyNYSCAS.scss */
  #faculty-well .portrait {
    margin: 0 auto 15px;
    float: none;
    width: auto;
  }
}
/* line 1, ../includes/faq.scss */
.faq_container {
  box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.15);
  height: 181px;
  width: 100%;
  border-radius: 2px;
  background-color: #2b3b52;
  padding-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  transition: .5s;
  overflow: hidden;
}
/* line 12, ../includes/faq.scss */
.faq_container .header {
  background-color: #fff;
  margin-bottom: 1px;
  padding: 20px;
  height: 20px;
  line-height: 20px;
  font-width: bold;
}
/* line 20, ../includes/faq.scss */
.faq_container .content {
  background-color: #d7d7d7;
  height: 100px;
  padding: 20px 16px 0;
  overflow: hidden;
  text-align: left;
  position: relative;
}
/* line 27, ../includes/faq.scss */
.faq_container .content p {
  font-family: 'Gotham Bold';
  font-size: 16px;
}
/* line 30, ../includes/faq.scss */
.faq_container .content p span {
  font-family: 'Gotham Book';
  font-size: 14px;
}
/* line 35, ../includes/faq.scss */
.faq_container .content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
/* line 39, ../includes/faq.scss */
.faq_container .content ul li {
  margin-bottom: 10px;
}
/* line 43, ../includes/faq.scss */
.faq_container .content .more {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
/* line 54, ../includes/faq.scss */
.faq_container .content .more a {
  display: inline-block;
  height: 44px;
  width: 44px;
  background-color: #2b3b52;
  vertical-align: middle;
  color: #fff;
  padding-top: 10px;
}
/* line 64, ../includes/faq.scss */
.faq_container .content .more a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  text-rendering: auto;
  text-align: center;
}
/* line 75, ../includes/faq.scss */
.faq_container .links {
  background-color: #fff;
  height: 46px;
}
/* line 78, ../includes/faq.scss */
.faq_container .links a {
  line-height: 46px;
  display: inline-block;
  height: 46px;
  float: left;
  width: 50%;
  font-size: 14px;
}
/* line 86, ../includes/faq.scss */
.faq_container .links .request_info {
  font-family: 'Gotham Bold';
}
/* line 89, ../includes/faq.scss */
.faq_container .links .learn_more {
  color: #000;
}

/* line 94, ../includes/faq.scss */
.faq_container.expanded {
  height: auto;
}
/* line 96, ../includes/faq.scss */
.faq_container.expanded .content {
  height: auto;
}
/* line 98, ../includes/faq.scss */
.faq_container.expanded .content ul {
  margin-bottom: 50px;
}
/* line 101, ../includes/faq.scss */
.faq_container.expanded .content .more a:after {
  content: "\f0d8";
}
