/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
a {
  color: #008eaa;
  text-decoration: none;
}
a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
a:active {
  color: #0f0f0f;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.brand a {
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 228px;
}
.brand a:hover {
  text-decoration: none;
}
.brand a.logo-link {
  background-image: url("../img/logo-shield.png");
  background-position: 0 3px;
  height: 91px;
  width: 102px;
}
.brand a.school-link {
  color: #d50032;
  font-size: 16px;
  height: 45px;
  left: 116px;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  top: 38px;
  text-transform: uppercase;
}
.brand a.uni-link {
  background-image: url("../img/logo-text.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  left: 116px;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .brand a.uni-link {
    top: 5px;
    width: 185px;
  }
}
.accordion-heading {
  font-size: 13px;
  margin: 0 0 7px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.25;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1.accordion-heading,
.h1.accordion-heading,
h2.accordion-heading,
.h2.accordion-heading,
h3.accordion-heading,
.h3.accordion-heading {
  margin: 0;
  padding-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4.accordion-heading,
.h4.accordion-heading,
h5.accordion-heading,
.h5.accordion-heading,
h6.accordion-heading,
.h6.accordion-heading {
  margin: 0;
  padding-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 13px;
}
article h1 {
  margin-top: 0;
}
@media (min-width: 992px) {
  article h1 {
    font-size: 39px;
  }
}
@media (max-width: 991px) {
  article h1 {
    font-size: 24px;
  }
}
.whereami h1 {
  color: #0f0f0f;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 45px;
  margin: 3px 0 0 0;
  padding-left: 7px;
  text-transform: uppercase;
  width: 75%;
}
@media (max-width: 767px) {
  .whereami h1 {
    font-size: 13px;
    width: 100%;
  }
}
.whereami h1 a {
  background: none;
  color: #0f0f0f;
}
.whereami h1 a:hover,
.whereami h1 a:active {
  text-decoration: none;
}
@media (min-width: 992px) {
  article h2 {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  article h2 {
    font-size: 19px;
  }
}
article .search-results h2 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  article .search-results h2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  article .search-results h2 {
    font-size: 18px;
  }
}
.calendar h2 {
  margin-top: 0;
  padding-left: 14px;
}
.panel-heading h2,
.panel-heading h3 {
  font-size: 19px;
  line-height: 43px;
  margin: 0;
  padding: 0 14px;
}
@media (min-width: 992px) {
  .panel-heading h2,
  .panel-heading h3 {
    font-size: 23px;
  }
}
.panel-intro h2 {
  font-size: 19px;
  line-height: 43px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .panel-intro h2 {
    font-size: 23px;
  }
}
.panel-sac h2 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .panel-sac h2 {
    font-size: 17px;
  }
}
.panel-accordion h3 {
  margin-top: 0;
}
.news-item-title,
.rss-item-title {
  color: #a50034;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 2px 0;
}
.news-item-title a,
.rss-item-title a,
.news-item-title a:visited,
.rss-item-title a:visited {
  color: #a50034;
}
.news-item-title a:hover,
.rss-item-title a:hover,
.news-item-title a:visited:hover,
.rss-item-title a:visited:hover {
  color: #0f0f0f;
}
.panel-accordion h4 {
  margin-bottom: 6px;
}
p {
  margin: 0 0 12px;
}
footer p {
  background: #333333;
  color: #cccccc;
  margin: 0;
  padding: 0 0 24px 0;
}
footer .text-center {
  padding: 0 12px 24px 12px;
}
footer nav.text-center {
  padding-bottom: 19px;
}
.lead {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .lead {
    font-size: 19px;
  }
}
body.full_width_sacs .lead {
  padding-left: 14px;
}
.news-item p,
.rss-item p {
  line-height: 1.4;
}
.news-item-link {
  font-size: 14px;
  margin-bottom: 12px;
}
.news-item-summary .rss-item-summary {
  font-size: 14px;
}
.rss-item-meta {
  font-size: 14px;
  margin-bottom: 12px;
}
.search-results em {
  font-style: normal;
  font-weight: bold;
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background-color: #f5f5f5;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e1e1e1;
}
.text-primary {
  color: #008eaa;
}
a.text-primary:hover {
  color: #006377;
}
.text-success {
  color: #154734;
}
a.text-success:hover {
  color: #092017;
}
.text-info {
  color: #041e42;
}
a.text-info:hover {
  color: #010812;
}
.text-warning {
  color: #6d4f47;
}
a.text-warning:hover {
  color: #4e3933;
}
.text-danger {
  color: #a50034;
}
a.text-danger:hover {
  color: #720024;
}
.bg-primary {
  color: #ffffff;
  background-color: #008eaa;
}
a.bg-primary:hover {
  background-color: #006377;
}
.bg-success {
  background-color: #f5f5f5;
}
a.bg-success:hover {
  background-color: #dcdcdc;
}
.bg-info {
  background-color: #f5f5f5;
}
a.bg-info:hover {
  background-color: #dcdcdc;
}
.bg-warning {
  background-color: #f5f5f5;
}
a.bg-warning:hover {
  background-color: #dcdcdc;
}
.bg-danger {
  background-color: #f5f5f5;
}
a.bg-danger:hover {
  background-color: #dcdcdc;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #e8e8e8;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 24px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dl dt,
dl dd {
  line-height: 1.6;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
}
dl.profile dt {
  display: none;
}
dl.profile dl.profile dd {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e1e1e1;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.alertbox {
  border-left: 5px solid #a50034;
}
blockquote,
div.highlight,
p.highlight {
  border-left: 5px solid #063d64;
}
blockquote,
.alertbox,
div.highlight,
p.highlight {
  background: #f5f5f5;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 24px;
  padding: 10px 14px;
}
blockquote p:last-child,
.alertbox p:last-child,
div.highlight p:last-child,
p.highlight p:last-child,
blockquote ul:last-child,
.alertbox ul:last-child,
div.highlight ul:last-child,
p.highlight ul:last-child,
blockquote ol:last-child,
.alertbox ol:last-child,
div.highlight ol:last-child,
p.highlight ol:last-child {
  margin-bottom: 0;
}
blockquote small,
.alertbox small,
div.highlight small,
p.highlight small {
  display: block;
  line-height: 1.6;
}
blockquote small:before,
.alertbox small:before,
div.highlight small:before,
p.highlight small:before {
  content: '\2014 \00A0';
}
blockquote .alertbox,
.alertbox .alertbox,
div.highlight .alertbox,
p.highlight .alertbox,
blockquote blockquote,
.alertbox blockquote,
div.highlight blockquote,
p.highlight blockquote,
blockquote .highlight,
.alertbox .highlight,
div.highlight .highlight,
p.highlight .highlight {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e8e8e8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 12px;
}
.panel-further-info address {
  line-height: 1.33;
  margin: 0;
  padding: 14px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
  background: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1154px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.container-fluid#footer_container {
  padding: 0;
}
.row {
  margin-left: -7px;
  margin-right: -7px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
caption {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e1e1e1;
  text-align: left;
}
table {
  background-color: transparent;
  border: solid #f2f3f4;
  border-width: 1px 0 0 1px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 414px) {
  table {
    table-layout: fixed;
  }
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: solid #f2f3f4;
  border-width: 0 1px 1px 0;
  font-size: 14px;
  padding: 7px;
  vertical-align: top;
}
@media (max-width: 414px) {
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    word-wrap: break-word;
  }
}
table > tbody > tr > td {
  background: #fefefe;
}
table > tbody > tr > th {
  background-color: #eff0f1;
}
table > tbody > tr:hover > td {
  background: #f5f5f5;
}
table > thead > tr > td,
table > thead > tr > th {
  background: #f2f3f4;
  font-weight: normal;
  text-align: left;
}
table > thead > tr > th {
  color: #8f0222;
}
table > thead > tr > th:last-child {
  border-right: 0;
}
table.table-compact > tbody,
table.table-compact > thead > tr > td,
table.table-compact > th {
  text-align: center;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cccccc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-filter .filters > tr > td,
.table-no-filter .filters > tr > td {
  background: #f2f3f4;
}
.table-filter .col-2,
.table-no-filter .col-2,
.table-filter .col-3,
.table-no-filter .col-3,
.table-filter .col-4,
.table-no-filter .col-4 {
  width: 25%;
}
@media (max-width: 767px) {
  .table-filter .col-0,
  .table-no-filter .col-0,
  .table-filter .col-2,
  .table-no-filter .col-2,
  .table-filter .col-3,
  .table-no-filter .col-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-filter .col-1,
  .table-no-filter .col-1,
  .table-filter .col-4,
  .table-no-filter .col-4 {
    width: 50%;
  }
}
.table-staff,
.table-students {
  margin-top: 20px;
}
.table-staff .col-0,
.table-students .col-0 {
  padding: 0;
  width: 57px;
}
.table-staff .col-0 img,
.table-students .col-0 img {
  width: 100%;
}
.table-staff-search,
.table-students-search {
  margin-left: 7px;
  width: auto;
}
@media (max-width: 767px) {
  .table-staff-search,
  .table-students-search {
    width: 100%;
  }
}
.table-staff-search > tbody > tr > td.research_interests,
.table-students-search > tbody > tr > td.research_interests {
  width: auto;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}
.form-control,
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"] {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
select:focus,
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 {
  border-color: #008eaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 142, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 142, 170, 0.6);
}
.form-control::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control[disabled],
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[readonly],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] .form-control,
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #e8e8e8;
  opacity: 1;
}
textarea.form-control,
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
article .form-control,
article select,
article input[type="text"],
article input[type="password"],
article input[type="datetime"],
article input[type="datetime-local"],
article input[type="date"],
article input[type="month"],
article input[type="time"],
article input[type="week"],
article input[type="number"],
article input[type="email"],
article input[type="url"],
article input[type="search"],
article input[type="tel"],
article input[type="color"] {
  width: auto;
  min-width: 50%;
}
article textarea {
  width: 100%;
  height: auto;
  min-height: 76px;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 38px;
  line-height: 1.6 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 48px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.6;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.panel-section .form-group {
  padding-bottom: 0;
  padding-left: 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 48px;
  padding: 10px 14px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #154734;
}
.has-success .form-control {
  border-color: #154734;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #092017;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2c966e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2c966e;
}
.has-success .input-group-addon {
  color: #154734;
  border-color: #154734;
  background-color: #f5f5f5;
}
.has-success .form-control-feedback {
  color: #154734;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #6d4f47;
}
.has-warning .form-control {
  border-color: #6d4f47;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #4e3933;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a57f75;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a57f75;
}
.has-warning .input-group-addon {
  color: #6d4f47;
  border-color: #6d4f47;
  background-color: #f5f5f5;
}
.has-warning .form-control-feedback {
  color: #6d4f47;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a50034;
}
.has-error .form-control {
  border-color: #a50034;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #720024;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0c59;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0c59;
}
.has-error .input-group-addon {
  color: #a50034;
  border-color: #a50034;
  background-color: #f5f5f5;
}
.has-error .form-control-feedback {
  color: #a50034;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    cursor: pointer;
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.table-filter input {
  border: 1px solid #f2f3f4;
  padding: 4px;
  width: 100%;
}
.whereami form {
  display: inline-block;
  float: right;
  margin: 9px 7px 0 0;
}
.whereami input {
  border: 1px solid #f2f3f4;
  border-radius: 2px 0 0 2px;
  height: auto;
  width: 178px;
  padding: 1px 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.whereami .input-sm {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  height: auto;
}
.captcha {
  margin-bottom: 18px;
  background-color: #eceef0;
  border: 1px solid #e1e1e1;
  padding: 15px 15px;
  border-radius: 4px;
}
label.sq-form-question-title,
.sq-form-question-note {
  display: block;
}
label.sq-form-question-title {
  margin-bottom: 6px;
}
.sq-form-question {
  margin-bottom: 20px;
}
.captcha,
.sq-form-question-note {
  font-size: 15px;
}
.sq-form-question-note {
  margin-bottom: 14px;
}
.sq-form-question-answer textarea {
  max-width: 100%;
}
#sq_security_key {
  float: none;
}
#sq_normal_captcha label,
#sq_accessible_captcha label {
  display: inline-block;
}
#sq_normal_captcha label {
  margin: 10px 0 6px 0;
}
#sq_accessible_captcha label {
  margin-top: 0;
}
#sq_normal_captcha {
  margin-top: 8px;
}
#SQ_SYSTEM_SECURITY_KEY_VALUE {
  margin-bottom: 4px;
}
#SQ_SYSTEM_SECURITY_KEY_EMAIL {
  margin-bottom: 10px;
}
#sq_submit_accessible_captcha {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  margin-bottom: 5px;
}
#sq_submit_accessible_captcha:focus,
#sq_submit_accessible_captcha:active:focus,
#sq_submit_accessible_captcha.active:focus,
#sq_submit_accessible_captcha.focus,
#sq_submit_accessible_captcha:active.focus,
#sq_submit_accessible_captcha.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#sq_submit_accessible_captcha:hover,
#sq_submit_accessible_captcha:focus,
#sq_submit_accessible_captcha.focus {
  color: #333333;
  text-decoration: none;
}
#sq_submit_accessible_captcha:active,
#sq_submit_accessible_captcha.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#sq_submit_accessible_captcha.disabled,
#sq_submit_accessible_captcha[disabled],
fieldset[disabled] #sq_submit_accessible_captcha {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sq_submit_accessible_captcha:hover,
#sq_submit_accessible_captcha:focus,
#sq_submit_accessible_captcha.focus,
#sq_submit_accessible_captcha:active,
#sq_submit_accessible_captcha.active,
.open > .dropdown-toggle#sq_submit_accessible_captcha {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#sq_submit_accessible_captcha:active,
#sq_submit_accessible_captcha.active,
.open > .dropdown-toggle#sq_submit_accessible_captcha {
  background-image: none;
}
#sq_submit_accessible_captcha.disabled,
#sq_submit_accessible_captcha[disabled],
fieldset[disabled] #sq_submit_accessible_captcha,
#sq_submit_accessible_captcha.disabled:hover,
#sq_submit_accessible_captcha[disabled]:hover,
fieldset[disabled] #sq_submit_accessible_captcha:hover,
#sq_submit_accessible_captcha.disabled:focus,
#sq_submit_accessible_captcha[disabled]:focus,
fieldset[disabled] #sq_submit_accessible_captcha:focus,
#sq_submit_accessible_captcha.disabled.focus,
#sq_submit_accessible_captcha[disabled].focus,
fieldset[disabled] #sq_submit_accessible_captcha.focus,
#sq_submit_accessible_captcha.disabled:active,
#sq_submit_accessible_captcha[disabled]:active,
fieldset[disabled] #sq_submit_accessible_captcha:active,
#sq_submit_accessible_captcha.disabled.active,
#sq_submit_accessible_captcha[disabled].active,
fieldset[disabled] #sq_submit_accessible_captcha.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
#sq_submit_accessible_captcha .badge {
  color: #ffffff;
  background-color: #333333;
}
#SQ_SYSTEM_SECURITY_KEY_VALUE_ERROR,
.sq-form-error {
  font-weight: bold;
  color: #d50000;
}
.sq-form-error {
  padding-top: 5px;
}
.sq-form-required-field {
  color: #d50032;
}
form input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #3071a9;
  border-color: #2a6495;
}
form input[type=submit]:focus,
form input[type=submit]:active:focus,
form input[type=submit].active:focus,
form input[type=submit].focus,
form input[type=submit]:active.focus,
form input[type=submit].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit].focus {
  color: #333333;
  text-decoration: none;
}
form input[type=submit]:active,
form input[type=submit].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
form input[type=submit].disabled,
form input[type=submit][disabled],
fieldset[disabled] form input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit].focus,
form input[type=submit]:active,
form input[type=submit].active,
.open > .dropdown-toggleform input[type=submit] {
  color: #ffffff;
  background-color: #255681;
  border-color: #1d4465;
}
form input[type=submit]:active,
form input[type=submit].active,
.open > .dropdown-toggleform input[type=submit] {
  background-image: none;
}
form input[type=submit].disabled,
form input[type=submit][disabled],
fieldset[disabled] form input[type=submit],
form input[type=submit].disabled:hover,
form input[type=submit][disabled]:hover,
fieldset[disabled] form input[type=submit]:hover,
form input[type=submit].disabled:focus,
form input[type=submit][disabled]:focus,
fieldset[disabled] form input[type=submit]:focus,
form input[type=submit].disabled.focus,
form input[type=submit][disabled].focus,
fieldset[disabled] form input[type=submit].focus,
form input[type=submit].disabled:active,
form input[type=submit][disabled]:active,
fieldset[disabled] form input[type=submit]:active,
form input[type=submit].disabled.active,
form input[type=submit][disabled].active,
fieldset[disabled] form input[type=submit].active {
  background-color: #3071a9;
  border-color: #2a6495;
}
form input[type=submit] .badge {
  color: #3071a9;
  background-color: #ffffff;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #2a6495;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #255681;
  border-color: #1d4465;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3071a9;
  border-color: #2a6495;
}
.btn-primary .badge {
  color: #3071a9;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #154734;
  border-color: #0f3326;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #092017;
  border-color: #010403;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #154734;
  border-color: #0f3326;
}
.btn-success .badge {
  color: #154734;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #041e42;
  border-color: #03132a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #010812;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #041e42;
  border-color: #03132a;
}
.btn-info .badge {
  color: #041e42;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #6d4f47;
  border-color: #5e443d;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #4e3933;
  border-color: #382925;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #6d4f47;
  border-color: #5e443d;
}
.btn-warning .badge {
  color: #6d4f47;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #a50034;
  border-color: #8c002c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #720024;
  border-color: #4e0019;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #a50034;
  border-color: #8c002c;
}
.btn-danger .badge {
  color: #a50034;
  background-color: #ffffff;
}
.btn-apply {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  margin-bottom: 15px;
}
.btn-apply:hover,
.btn-apply:focus,
.btn-apply.focus,
.btn-apply:active,
.btn-apply.active,
.open > .dropdown-toggle.btn-apply {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #141414 !important;
}
.btn-apply:active,
.btn-apply.active,
.open > .dropdown-toggle.btn-apply {
  background-image: none !important;
}
.btn-apply.disabled,
.btn-apply[disabled],
fieldset[disabled] .btn-apply,
.btn-apply.disabled:hover,
.btn-apply[disabled]:hover,
fieldset[disabled] .btn-apply:hover,
.btn-apply.disabled:focus,
.btn-apply[disabled]:focus,
fieldset[disabled] .btn-apply:focus,
.btn-apply.disabled.focus,
.btn-apply[disabled].focus,
fieldset[disabled] .btn-apply.focus,
.btn-apply.disabled:active,
.btn-apply[disabled]:active,
fieldset[disabled] .btn-apply:active,
.btn-apply.disabled.active,
.btn-apply[disabled].active,
fieldset[disabled] .btn-apply.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-apply .badge {
  color: #333333 !important;
  background-color: #ffffff !important;
}
.btn-link {
  color: #008eaa;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e1e1e1;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 14px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pulse {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
.spinner {
  font-size: 38px;
  line-height: 19px;
  text-align: center;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 0;
  border-width: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e4e4e4;
}
.dropdown-menu > li > a {
  display: block;
  padding: 4px 14px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #333333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #008eaa;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e1e1e1;
}
.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: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  color: #333333 !important;
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #e1e1e1;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 14px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #e8e8e8;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 14px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  outline: 0;
  text-decoration: underline;
}
.nav > li.disabled > a {
  color: #e1e1e1;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e1e1e1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #008eaa;
}
.nav > li > a > img {
  max-width: none;
}
nav.breadcrumbs {
  margin: 0 14px;
}
nav.sacs {
  padding: 14px 0 24px 0;
}
.nav-flat > li {
  display: inline-block;
}
.nav-list {
  margin-left: 0;
  padding-left: 0;
}
.nav-list > li {
  display: inline;
  margin: 0;
  padding: 0;
}
.nav-list > li:after {
  content: ' | ';
}
.nav-list > li:last-child:after {
  content: '';
}
.nav-list > li > a {
  display: inline;
  margin: 0;
  padding: 0;
}
.panel .nav-list {
  line-height: 1.8;
  margin-left: 0;
  padding-left: 0;
}
.panel .nav-list > li {
  display: inline;
  margin: 0;
  padding: 0;
}
.panel .nav-list > li > a {
  display: inline;
  margin: 0;
  padding: 0;
}
.panel .nav-list > li:after {
  content: ' | ';
}
.panel .nav-list > li:last-child:after {
  content: '';
}
.panel .nav-list-panel {
  font-size: 13px;
}
@media (min-width: 992px) {
  .panel .nav-list-panel {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .panel .nav-list-panel {
    font-size: 17px;
  }
}
.panel .nav-list-panel > li {
  display: block;
}
.panel .nav-list-panel > li > a {
  display: block;
}
.panel .nav-list-panel > li .fa {
  line-height: 1.5;
}
.panel .nav-list-panel > li:after {
  content: '';
}
footer .nav {
  font-size: 12px;
}
footer .nav > li > a {
  color: #cccccc;
  padding: 5px 15px;
}
footer .nav > li > a:hover,
footer .nav > li > a:active {
  color: #cccccc;
}
.panel .nav-social {
  font-size: 12px;
  line-height: 1;
  padding: 0 7px 14px 14px;
}
@media (max-width: 1199px) {
  .panel .nav-social {
    display: none;
  }
}
.panel .nav-social li {
  display: inline-block;
}
.panel .nav-social li:after {
  content: '';
}
.panel .nav-social li.inline-edit {
  display: none;
}
.panel .nav-social li a {
  color: #333333;
  padding: 0;
}
.panel .nav-social li a:hover {
  text-decoration: none;
}
.search-results-nav a,
.search-results-nav b {
  padding: 0 0 0 1.5ex;
}
.social .nav-social {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 1;
  padding: 30px 15px 0 0;
}
.social .nav-social > li {
  display: inline-block;
}
.social .nav-social > li:after {
  content: '';
}
.social .nav-social > li > a {
  color: #333333;
  padding: 0;
}
.social .nav-social > li > a:hover {
  text-decoration: none;
}
.subnav {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .subnav {
    font-size: 14px;
    margin-top: -24px;
  }
}
@media (max-width: 991px) {
  .subnav {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .subnav {
    font-size: 15px;
  }
}
.subnav > .nav > li > a {
  padding-left: 30px;
}
.subnav .nav-sub-breadcrumbs > li {
  background: url("../img/marker-subnav-breadcrumb.png") no-repeat #959595;
  border-top: 1px solid #ffffff;
  margin-top: -20px;
  padding-bottom: 20px;
}
.subnav .nav-sub-breadcrumbs > li:nth-child(1) {
  background-image: none;
  margin-top: 0;
}
.subnav .nav-sub-breadcrumbs > li > a {
  color: #ffffff;
}
.subnav .nav-sub-breadcrumbs > li > a:hover,
.subnav .nav-sub-breadcrumbs > li.active > a {
  background: url("../img/marker-subnav-breadcrumb-current.png") 100% 50% no-repeat;
  text-decoration: none;
}
.subnav .nav-sub-peers {
  margin-top: -20px;
}
.subnav .nav-sub-peers > li {
  background: #eceef0;
  margin-bottom: 1px;
}
.subnav .nav-sub-peers > li:nth-child(1) {
  background: url("../img/marker-subnav-peers.png") no-repeat #eceef0;
}
.subnav .nav-sub-peers > li:last-child {
  margin-bottom: 0;
}
.subnav .nav-sub-peers > li.nav-select {
  padding: 14px 14px 14px 28px;
}
.subnav .nav-sub-peers > li.nav-select form {
  display: block;
}
.subnav .nav-sub-peers > li.nav-select form option {
  padding: 4px;
}
.subnav .nav-sub-peers > li > a {
  color: #0f0f0f;
}
.subnav .nav-sub-peers > li > a:hover,
.subnav .nav-sub-peers > li.active > a {
  background: url("../img/marker-subnav-peer-current.png") 100% 50% no-repeat;
  text-decoration: none;
}
.subnav .nav-sub-select {
  margin-top: -20px;
}
.subnav .nav-sub-select > li {
  background: url("../img/marker-subnav-peers.png") no-repeat #eceef0;
  padding: 14px 14px 14px 28px;
}
.subnav .nav-sub-select option {
  padding: 4px;
}
.subnav .nav-sub-select select {
  width: 235px;
}
.subnav .no-parent {
  margin-top: 0;
}
.subnav .no-parent > li:nth-child(1) {
  background-image: none;
}
.navbar {
  background: #252525;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 50px;
  padding-left: 15px;
  position: relative;
}
.navbar#main-nav {
  background: #d50032;
}
.navbar .container-fluid {
  padding-left: 0;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding: 0;
  border: 0;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 19px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  background: #ffffff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li {
  font-size: 14px;
}
.navbar-nav > li > a {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background-color: #ffffff;
  color: #282828;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    display: block;
    font-size: 14px;
  }
  .navbar-nav > li > a {
    color: #ffffff;
    display: block;
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    line-height: 24px;
  }
  .navbar-nav .dropdown-menu {
    display: none !important;
  }
  .navbar-nav .dropdown-menu > li,
  .navbar-nav .dropdown-menu > li > a {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    cursor: pointer;
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f5f5f5;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #555555;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #3b3b3b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #555555;
}
.navbar-default .navbar-nav > li > a {
  color: #555555;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #252525;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #cccccc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #cccccc;
}
.navbar-default .navbar-toggle div {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding-left: 7px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #252525;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555555;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #252525;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #555555;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #555555;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #252525;
  border-color: #0c0c0c;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0c0c0c;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #555555;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0c0c0c;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #0c0c0c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #0c0c0c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0c0c0c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #555555;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #555555;
}
.navbar#main-nav .navbar-toggle .icon-bar {
  display: inline-block;
  float: left;
  height: 4px;
  margin: 4px 5px 0 0;
  width: 4px;
}
.navbar#main-nav .navbar-toggle .icon-bar:last-child {
  margin-right: 0;
}
.breadcrumb-trail {
  background-color: #eceef0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style: none;
  margin-bottom: 0;
  padding: 7px 14px;
}
.breadcrumb-trail > li {
  display: inline-block;
}
.breadcrumb-trail > li + li:before {
  color: #cccccc;
  content: "/\00a0";
  padding: 0 5px;
}
.breadcrumb-trail > .active {
  color: #e1e1e1;
}
.thumbnail {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  height: 170px;
  line-height: 1.6;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}
.other-page-properties .thumbnail {
  height: auto;
}
.thumbnail > img,
.thumbnail a > img {
  margin: auto;
  margin-bottom: 24px;
  max-width: 442px;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #008eaa;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.article article img {
  float: left;
  margin-right: 14px;
}
.article article img.img-full-width,
img.img-full-width {
  display: block;
  float: none;
  height: auto !important;
  width: 100% !important;
}
.article article img.img-full-width:before,
img.img-full-width:before,
.article article img.img-full-width:after,
img.img-full-width:after {
  content: " ";
  display: table;
}
.article article img.img-full-width:after,
img.img-full-width:after {
  clear: both;
}
.article article img.img-full-width:before,
img.img-full-width:before,
.article article img.img-full-width:after,
img.img-full-width:after {
  content: " ";
  display: table;
}
.article article img.img-full-width:after,
img.img-full-width:after {
  clear: both;
}
.panel-accordion img.pull-right {
  margin: -12px 0 0 16px;
}
.staff_profile img {
  float: left;
  margin-right: 14px;
}
.staff_profile .vcard .photo {
  float: none;
  margin: 0;
  width: 100%;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  color: #154734;
}
.alert-success hr {
  border-top-color: #dbdbdb;
}
.alert-success .alert-link {
  color: #092017;
}
.alert-info {
  background-color: #f5f5f5;
  border-color: #e3e3e3;
  color: #041e42;
}
.alert-info hr {
  border-top-color: #d6d6d6;
}
.alert-info .alert-link {
  color: #010812;
}
.alert-warning {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  color: #6d4f47;
}
.alert-warning hr {
  border-top-color: #dbdbdb;
}
.alert-warning .alert-link {
  color: #4e3933;
}
.alert-danger {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  color: #a50034;
}
.alert-danger hr {
  border-top-color: #dbdbdb;
}
.alert-danger .alert-link {
  color: #720024;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #008eaa;
  -webkit-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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.panel {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  margin-bottom: 14px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-body {
  border: 0;
  padding: 14px;
}
.panel-footer {
  display: none;
}
.panel-heading {
  height: 43px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading a.pull-right {
  color: #0f0f0f;
}
.panel-section-scroll {
  height: 384px;
  overflow: auto;
  position: relative;
}
.panel-thumbnail {
  overflow: hidden;
  padding: 0;
  text-align: right;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 14px;
  padding-right: 14px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cccccc;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #cccccc;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}
.panel-accordion {
  padding-left: 14px;
}
.panel-accordion .collapse {
  padding-bottom: 7px;
}
.panel-accordion .panel-body {
  background: #eceef0;
  padding: 21px 14px 7px 14px;
}
.panel-accordion .panel-heading {
  background: #333333;
}
.panel-accordion .panel-heading a {
  color: #ffffff;
}
.panel-accordion .panel-thumbnail {
  margin: -7px 0 0 0;
  padding: 0 7px 14px 0;
  text-align: right;
}
.panel-accordion h3 {
  font-size: 18px;
}
.panel-accordion h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.panel-accordion h4 a {
  color: #0f0f0f;
}
.panel-accordion img.pull-right {
  margin: -10px 0 0 15px;
}
.panel-accordion ul {
  font-size: 13px;
}
.panel-default {
  border-color: transparent;
  -webkit-box-shadow: 0 4px 6px -5px #252525;
  box-shadow: 0 4px 6px -5px #252525;
}
.panel-default .panel-body {
  background: #eceef0;
}
.panel-default .panel-heading {
  background: #e1e1e1;
  border: 0;
  padding: 0;
}
.panel-default .panel-heading a {
  color: #0f0f0f;
}
.panel-contact-us .panel-body,
.panel-contacts .panel-body,
.panel-further-info .panel-body,
.panel-visit-us .panel-body {
  background: #eceef0;
  padding: 0 1px 1px 1px;
}
.panel-contact-us .panel-heading,
.panel-contacts .panel-heading,
.panel-further-info .panel-heading,
.panel-visit-us .panel-heading {
  background: #a50034;
}
.panel-contact-us .panel-section,
.panel-contacts .panel-section,
.panel-further-info .panel-section,
.panel-visit-us .panel-section {
  background: #ffffff;
}
.panel-contact-us h2,
.panel-contacts h2,
.panel-further-info h2,
.panel-visit-us h2,
.panel-contact-us h3,
.panel-contacts h3,
.panel-further-info h3,
.panel-visit-us h3 {
  color: #ffffff;
}
.panel-contact-us .panel-section,
.panel-visit-us .panel-section {
  padding: 10px 14px;
}
.panel-contacts .panel-body {
  padding: 14px 14px 0 14px;
}
@media (max-width: 1199px) {
  .panel-further-info:before,
  .panel-further-info:after {
    content: " ";
    display: table;
  }
  .panel-further-info:after {
    clear: both;
  }
  .panel-further-info:before,
  .panel-further-info:after {
    content: " ";
    display: table;
  }
  .panel-further-info:after {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .panel-further-info .panel-body {
    background: #ffffff;
    border: 0;
    display: inline-block;
    float: left;
    padding-left: 14px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .panel-further-info .panel-body {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .panel-further-info .panel-thumbnail {
    display: inline-block;
    float: left;
    text-align: left;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .panel-further-info .panel-thumbnail {
    display: none;
  }
}
.panel-events .panel-body {
  padding: 0 0 14px 0;
}
.panel-events .panel-section {
  padding: 14px 14px 0 14px;
}
.gateway .panel-events .panel-section {
  padding-top: 14px;
}
.panel-gateway .panel-body {
  background: #333333;
  height: 249px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .panel-gateway .panel-body {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .panel-gateway .panel-body {
    height: 135px;
  }
}
.panel-gateway .panel-heading {
  background: #333333;
}
.panel-gateway .panel-section {
  display: none;
  left: 0;
  height: 249px;
  padding: 14px;
  position: absolute;
  top: 0;
}
.panel-gateway .panel-thumbnail {
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.panel-gateway .panel-thumbnail img {
  margin-top: -10%;
  width: 100%;
}
.panel-gateway a {
  color: #ffffff;
  text-decoration: none;
}
.panel-gateway h2 {
  color: #ffffff;
  margin-top: 0;
}
.panel-gateway p {
  color: #ffffff;
  margin: 0;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .panel-gateway p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .panel-gateway p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .panel-gateway p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .panel-gateway p {
    font-weight: normal;
    padding-top: 14px;
  }
}
.panel-intro {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-intro .panel-body {
  background: #ffffff;
  padding: 0;
}
.panel-intro .panel-heading {
  background: #ffffff;
}
.panel-news .panel-body,
.panel-rss .panel-body {
  padding: 0;
}
.panel-news .panel-section,
.panel-rss .panel-section {
  padding: 14px 14px 0 14px;
}
.panel-promo {
  position: absolute;
  right: 0;
  top: 190px;
  width: 35%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-promo .panel-body {
  background: #154734;
  padding: 14px;
}
.panel-promo a,
.panel-promo h4,
.panel-promo p {
  color: #ffffff;
  text-shadow: 0 1px 2px #252525;
}
.panel-promo a {
  text-decoration: underline;
}
.panel-related .panel-body,
.panel-related .panel-section {
  padding-bottom: 0;
}
.panel-related .panel-body p,
.panel-related .panel-section p,
.panel-related .panel-body ul,
.panel-related .panel-section ul {
  font-size: 14px;
}
.panel-sac .panel-body {
  padding: 0;
}
.panel-sac .panel-section {
  padding: 14px;
}
.panel-sac .panel-thumbnail {
  padding: 0 0 0 14px;
}
.panel-sac a {
  color: #0f0f0f;
  display: block;
}
.panel-sac h2 {
  margin: 0;
  padding: 0;
}
.panel-stacked {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-stacked .panel-body {
  display: block;
}
.panel-stacked .panel-body p {
  margin-bottom: 0;
}
.panel-stacked .panel-heading {
  background: transparent;
}
.panel-stacked .panel-thumbnail {
  margin: 0 7px 0 14px;
  overflow: hidden;
  width: 85px;
}
.panel-stacked .panel-thumbnail img {
  height: 85px;
  margin-left: -68px;
  width: auto;
}
.panel-stacked.campaign .panel-thumbnail {
  margin: 0 0 15px;
}
.panel-stacked.campaign .panel-thumbnail img {
  height: auto;
  width: 100%;
}
.panel-stacked.campaign .panel-body p {
  margin-bottom: 12px;
}
.panel-stacked-solid .panel-body {
  padding: 14px;
}
.panel-stacked-solid .panel-heading {
  background: #333333;
}
.panel-stacked-solid h2 a {
  color: #ffffff;
}
.panel-stacked-wire .panel-body {
  background: transparent;
  margin-top: -4px;
  padding: 14px 7px 0 14px;
}
@media (max-width: 991px) {
  .panel-stacked-wire .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .gateway_1 .panel-stacked-wire .panel-body {
    padding-left: 14px;
    padding-right: 7px;
  }
}
@media (max-width: 991px) {
  .gateway_2 .panel-stacked-wire .panel-body {
    padding-left: 7px;
  }
}
@media (max-width: 991px) {
  .gateway_3 .panel-stacked-wire .panel-body {
    padding-left: 14px;
    padding-right: 21px;
  }
}
.panel-stacked-wire .panel-body-form {
  padding-left: 7px;
}
.panel-stacked-wire .panel-heading {
  background: transparent;
  border-bottom: 1px solid #eceef0;
  margin: 0 14px;
}
@media (max-width: 991px) {
  .panel-stacked-wire .panel-heading {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .gateway_1 .panel-stacked-wire .panel-heading,
  .gateway_3 .panel-stacked-wire .panel-heading {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .gateway_2 .panel-stacked-wire .panel-heading {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.panel-stacked-wire .panel-heading-form {
  margin-left: 7px;
  margin-right: 7px;
}
.panel-stacked-wire .panel-thumbnail {
  padding: 0 7px 0 14px;
}
.panel-stacked-wire.campaign .panel-thumbnail {
  padding: 0;
  width: 100%;
}
.panel-stacked-wire h2 {
  padding: 0;
}
.panel-stacked-wire h2 a {
  color: #0f0f0f;
}
.panel-twitter .panel-body {
  background: #f5f5f5;
  padding: 0 1px 1px 1px;
}
.panel-twitter .panel-section {
  background: #ffffff;
}
.panel-video .panel-body {
  padding: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    top: 12px !important;
  }
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #0f0f0f;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #0f0f0f;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #252525;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0f0f0f;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e1e1e1;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #0f0f0f;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0f0f0f;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0f0f0f;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0f0f0f;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #0f0f0f;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0f0f0f;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0f0f0f;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0f0f0f;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0f0f0f;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 250px;
  width: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 54px;
  color: #ffffff;
  text-shadow: 0 1px 2px #252525;
}
@media (max-width: 1199px) {
  .carousel-control {
    top: 60px;
  }
}
.carousel-control.left {
  left: 14px;
  text-align: left;
}
.carousel-control.right {
  right: 14px;
  text-align: right;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  background: #d50032;
  position: absolute;
  left: 0;
  top: 40px;
  width: 35%;
  padding: 14px;
  color: #ffffff;
  text-shadow: 0 1px 2px #252525;
}
@media (max-width: 1199px) {
  .carousel-caption {
    left: 80px;
    width: 45%;
  }
}
.carousel-caption h3 {
  margin-top: 2px;
}
.carousel-caption p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  background: #e8e8e8 url("../img/bg.png") repeat-x;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #e8e8e8;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
article:before,
article:after {
  content: " ";
  display: table;
}
article:after {
  clear: both;
}
article:before,
article:after {
  content: " ";
  display: table;
}
article:after {
  clear: both;
}
@media (min-width: 1200px) {
  body.article_1 article {
    padding-left: 14px;
    padding-right: 14px;
  }
  body.article_2 article {
    padding-left: 14px;
  }
  body.sac_full_width .col-lg-18 article {
    padding-left: 14px;
    padding-right: 14px;
  }
  body.staff_listing article {
    padding-left: 14px;
  }
}
body.contact_us article {
  padding-left: 14px;
}
.banner {
  background-image: url("/__data/assets/image/0006/179979/default_banner.jpg");
  background-repeat: no-repeat !important;
  background-size: cover;
  clear: both;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .banner {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 192px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 252px;
  }
}
@media (max-width: 768px) {
  .home .banner {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .home .banner {
    height: 192px;
  }
}
@media (min-width: 1200px) {
  .home .banner {
    height: 382px;
  }
}
.brand {
  height: 91px;
  position: relative;
}
#content_container,
#footer_container,
#header_container {
  background: #ffffff;
}
@media (min-width: 1200px) {
  #content_container,
  #footer_container,
  #header_container {
    margin: 0 1%;
  }
}
@media (min-width: 1250px) {
  #content_container,
  #footer_container,
  #header_container {
    margin: 0 3%;
  }
}
@media (min-width: 1350px) {
  #content_container,
  #footer_container,
  #header_container {
    margin: 0 5%;
  }
}
@media (min-width: 1450px) {
  #content_container,
  #footer_container,
  #header_container {
    margin: 0 7%;
  }
}
@media (min-width: 1550px) {
  #content_container,
  #footer_container,
  #header_container {
    margin: 0 9%;
  }
}
#content_container {
  padding: 14px 0;
}
body.article #content_container,
body.calendar #content_container,
body.full_width #content_container,
body.home #content_container,
body.sacs #content_container,
body.staff #content_container {
  padding-left: 14px;
  padding-right: 14px;
}
body.contact_us #content_container {
  padding-right: 14px;
}
body.landing #content_container {
  padding-right: 14px;
}
@media (max-width: 992px) {
  body.landing #content_container {
    padding-left: 14px;
  }
}
body.home #header_container {
  padding-left: 0;
  padding-right: 0;
}
footer {
  background: #252525;
  margin-top: 14px;
  padding: 28px 0 0 0;
}
footer nav {
  background: #333333;
}
.global {
  padding: 0;
}
header {
  position: relative;
}
.infoItem:before,
.infoItem:after {
  content: " ";
  display: table;
}
.infoItem:after {
  clear: both;
}
.infoItem:before,
.infoItem:after {
  content: " ";
  display: table;
}
.infoItem:after {
  clear: both;
}
.infoItem img {
  margin-right: 14px;
}
#map-canvas {
  height: 528px;
  margin: 0 0 0 -7px;
  padding: 0;
}
@media (max-width: 991px) {
  #map-canvas {
    margin: 0 7px 0 21px;
    padding: 0 7px;
  }
}
.gateway #map-canvas {
  height: 204px;
  margin-left: 0;
}
.social {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  #staff_search_container {
    padding-right: 14px;
  }
}
.twitter-widget {
  height: 384px;
}
.gateway .twitter-widget {
  margin-bottom: 14px;
}
.whereami {
  background: transparent;
  height: 48px;
  margin-top: -48px;
  position: relative;
  z-index: 100;
}
.whereami-background {
  background: #e1e1e1;
  height: 48px;
  margin-top: -48px;
  opacity: .9;
  filter: alpha(opacity=90);
  position: relative;
  z-index: 10;
}
.banner-item {
  margin-bottom: 14px;
}
.banner-item:before,
.banner-item:after {
  content: " ";
  display: table;
}
.banner-item:after {
  clear: both;
}
.banner-item:before,
.banner-item:after {
  content: " ";
  display: table;
}
.banner-item:after {
  clear: both;
}
.banner-item h2 {
  font-size: 20px;
  margin: 6px 0 0 0;
}
.banner-item p {
  font-size: 14px;
  line-height: 1.2;
}
.banner-item-image:before,
.banner-item-image:after {
  content: " ";
  display: table;
}
.banner-item-image:after {
  clear: both;
}
.banner-item-image:before,
.banner-item-image:after {
  content: " ";
  display: table;
}
.banner-item-image:after {
  clear: both;
}
.banner-item-image img {
  width: 100%;
}
.calendar table {
  width: 100% !important;
}
.calendar table > tbody > tr > td {
  width: 14%;
}
.calendar table > tbody > tr > th {
  color: #a50034;
  font-weight: normal;
}
.calendar table#month {
  border-right-width: 1px;
}
.calendar > thead > th {
  color: #a50034;
  font-weight: normal;
}
.calendar div.event {
  border-bottom: 1px solid #f2f3f4;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.calendar div.event:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.calendar-compact table {
  margin-bottom: 14px;
  width: 100% !important;
}
.calendar-compact table > tbody > tr > td {
  background: #fefefe;
  text-align: center;
}
.calendar-compact table > tbody > tr > td:first-child {
  width: 14%;
}
.calendar-compact table > tbody > tr > td.highlight {
  background: #f5f5f5;
  cursor: pointer;
}
.calendar-compact table > tbody > tr > td:last-child {
  border-right: 0;
}
.calendar-compact table > tbody > tr > th {
  color: #a50034;
  font-weight: normal;
}
.calendar-compact table > tbody > tr > th:last-child {
  border-right: 0;
}
.calendar-digit {
  font-size: 13px;
}
.calendar-event {
  margin: 4px 0 7px 0;
}
.calendar-footer,
.calendar-heading {
  text-align: center;
}
.calendar-heading {
  padding-bottom: 7px;
}
.calendar-next-month {
  margin-left: 14px;
}
.calendar-next-month .fa {
  padding-left: 7px;
}
.calendar-previous-month {
  margin-right: 14px;
}
.calendar-previous-month .fa {
  padding-right: 7px;
}
.calendar-view-month {
  margin-right: 14px;
}
.calendar-view-month .fa {
  padding-right: 7px;
}
.calendar-view-week {
  margin-left: 14px;
}
.calendar-view-week .fa {
  padding-left: 7px;
}
.calendar-compact .calendar-current-month {
  padding: 0 7px;
}
.calendar-compact .calendar-digit {
  font-size: 14px;
}
.calendar-compact .calendar-heading {
  background: #f5f5f5;
  font-size: 15px;
  line-height: 45px;
  padding-bottom: 0;
}
.contact {
  font-size: 13px;
  margin-bottom: 14px;
}
.contact:before,
.contact:after {
  content: " ";
  display: table;
}
.contact:after {
  clear: both;
}
.contact:before,
.contact:after {
  content: " ";
  display: table;
}
.contact:after {
  clear: both;
}
.contact .contact-info {
  margin: 0;
}
.contact .contact-email {
  margin: 0 0 0 71px;
}
.contact .contact-name,
.contact .contact-tel {
  margin: 0;
}
.contact .contact-title {
  margin: 0 0 12px 0;
}
.contact-thumbnail {
  width: 71px;
}
.contact img {
  height: auto;
  margin-right: 14px;
  padding: 0;
  width: 57px;
}
.event-item {
  padding: 0 0 14px 0;
  position: relative;
}
.event-item p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 1200px) {
  .event-item p {
    font-size: 15px;
  }
}
.event-item p.event-item-host {
  margin: 0 0 0 37px;
}
.event-item:last-child {
  padding-bottom: 0;
}
.event-item-location,
.event-item-name,
.event-item-people,
.event-item-timing {
  display: block;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .event-item-location,
  .event-item-name,
  .event-item-people,
  .event-item-timing {
    font-size: 15px;
  }
}
.event-item-name {
  margin: 0 0 2px 37px;
}
.event-item-location,
.event-item-people,
.event-item-timing {
  margin: 0 0 0 37px;
}
.event-item-published {
  border: 1px solid #cfd5da;
  display: block;
  left: 0;
  line-height: 1.4;
  margin: 2px 7px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
.event-item-published-date {
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.event-item-published-month {
  background-color: #cfd5da;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.no-events {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
.news-item-summary,
.rss-item-summary {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 1200px) {
  .news-item-summary,
  .rss-item-summary {
    font-size: 15px;
  }
}
.news-item-title,
.rss-item-title {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .news-item-title,
  .rss-item-title {
    font-size: 15px;
  }
}
.person-item {
  margin-bottom: 14px;
}
.person-item:before,
.person-item:after {
  content: " ";
  display: table;
}
.person-item:after {
  clear: both;
}
.person-item:before,
.person-item:after {
  content: " ";
  display: table;
}
.person-item:after {
  clear: both;
}
.person-item p {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .person-item p {
    font-size: 15px;
  }
}
.person-item-image {
  background-image: url(http://www.sps.ed.ac.uk/__data/assets/image/0012/1056/nophoto.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.person-item-image:before,
.person-item-image:after {
  content: " ";
  display: table;
}
.person-item-image:after {
  clear: both;
}
.person-item-image:before,
.person-item-image:after {
  content: " ";
  display: table;
}
.person-item-image:after {
  clear: both;
}
.person-item-image img {
  width: 100%;
}
dl.profile dd {
  margin-bottom: 5px;
}
dl.profile dd.url {
  display: none;
}
dl.profile dt {
  display: none;
}
dl.profile .adr {
  display: block;
}
.contact_us dl.profile .adr {
  padding-left: 20px;
}
dl.profile .adr span {
  display: block;
}
dl.profile .fa {
  display: inline-block;
  float: left;
  line-height: 22px;
  width: 20px;
}
dl.profile .org span {
  display: block;
}
dl.profile .organization-name {
  display: block;
  padding-left: 20px;
}
.contact-page dl.profile {
  font-size: 15px;
  margin: 20px 0 14px 0;
}
.contact-page dl.profile .adr,
.contact-page dl.profile .directions,
.contact-page dl.profile .email,
.contact-page dl.profile .org,
.contact-page dl.profile .tel,
.contact-page dl.profile .travel {
  margin-bottom: 7px;
  position: relative;
}
.project-item-title,
.theme-item-title {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .project-item-title,
  .theme-item-title {
    font-size: 18px;
  }
}
.sac_full_width .lead{padding-left:14px}footer nav.text-center{padding-top:14px}#school-nav-collapse{background:#d50032;border-top:1px solid #fff;margin:0 7px}#school-nav-collapse .nav{font-size:13px;padding:7px 0}#school-nav-collapse .nav>li{padding:0 10px}#school-nav-collapse .nav>li>a{color:#fff;padding:7px 4px}#school-nav-collapse .nav>li>a:hover{background:transparent;color:#fff;text-decoration:underline}#school-nav-collapse .nav>li+li+li>a{color:#fff;padding-top:0}#school-nav-collapse .nav>li:first-child{text-transform:uppercase}#school-nav-collapse .col-lg-4{height:auto}#school-nav-collapse .col-lg-4 ul{padding-bottom:0}#school-nav-collapse .col-lg-4 ul+ul{padding-top:0}#school-nav-collapse .col-lg-4 ul>li>a{padding-bottom:14px}#school-nav-collapse .col-lg-4 ul li:first-child>a{border-bottom:1px solid #ccc}#school-nav-collapse .col-lg-4:last-child ul>li>a{border-bottom:0}#school-nav-collapse .col-lg-5{background:url("../img/bg-school-nav.png") top right repeat-y;height:255px}#school-nav-collapse .col-lg-5:before,#school-nav-collapse .col-lg-5:after{content:" ";display:table}#school-nav-collapse .col-lg-5:after{clear:both}@media (min-width:992px) and (max-width:1079px){#school-nav-collapse .col-lg-5{height:270px}}@media (max-width:992px){#school-nav-collapse .nav>li>a{padding-top:0}#school-nav-collapse .nav>li:first-child>a{padding-top:7px}#school-nav-collapse .col-lg-4 ul{padding-bottom:0}#school-nav-collapse .col-lg-4 ul>li>a{padding-bottom:0}#school-nav-collapse .col-lg-4 ul>li:first-child>a{border-bottom:0}#school-nav-collapse .col-lg-4:last-child ul>li>a{padding-bottom:14px}#school-nav-collapse .col-lg-5{height:auto}#school-nav-collapse .col-lg-5 ul{padding-bottom:0}}.navbar#top-nav{height:60px}.navbar#top-nav .container-fluid{height:50px}.navbar#top-nav .navbar-header{height:60px;position:relative;width:100%}.navbar#top-nav .navbar-header .school-heading{bottom:0;display:block;margin:0;position:absolute}.navbar#top-nav .navbar-header .school-heading a{display:block;line-height:36px}.navbar#top-nav .navbar-header .school-heading-button{right:0;text-align:right}.navbar#top-nav .navbar-header .school-heading-button a{background:#fff;border-radius:4px 4px 0 0;color:#0f0f0f;padding-left:14px}.navbar#top-nav .navbar-header .school-heading-button a:focus{outline:0}.navbar#top-nav .navbar-header .school-heading-button span{padding:0 14px 0 56px}.navbar#top-nav .navbar-header .school-heading-link{left:14px}.navbar#top-nav .navbar-header .school-heading-link a{color:#fff}@media (max-width:800px){.navbar#top-nav{height:74px}.navbar#top-nav .container-fluid{height:74px}.navbar#top-nav .navbar-header{height:74px}.navbar#top-nav .navbar-header .school-heading-link{top:0}}.sac_article .panel-events .panel-section{padding-top:14px}.sac_home .panel-events .panel-section{padding-top:14px}.sac_home .panel-intro .panel-body{padding-right:7px}.sac_home .panel-wire{margin-bottom:0;box-shadow:none;-webkit-box-shadow:0;box-shadow:0}.sac_home .panel-wire h3{padding:0}.sac_home .panel-wire h3 a{color:#0f0f0f}.sac_home .panel-wire h4{margin:0 0 3px 0;padding:0}.sac_home .panel-wire .nav{padding-bottom:14px}.sac_home .panel-wire .panel-body{background:none;padding:0 14px 7px 0}.sac_home .panel-wire .panel-heading{background:none}.sac_home .panel-wire .panel-section{border:solid #eceef0;border-width:0 0 1px 0;margin-left:7px}.sac_home .panel-wire .panel-section .col-lg-19,.sac_home .panel-wire .panel-section .col-lg-24,.sac_home .panel-wire .panel-section .col-md-18,.sac_home .panel-wire .panel-section .col-md-24{margin-left:-7px}.sac_home .panel-wire .panel-section .col-lg-24,.sac_home .panel-wire .panel-section .col-md-24{padding-right:0}.sac_home .panel-wire .panel-thumbnail{margin:-7px 0 0 14px;overflow:hidden;padding:0 0 20px 0;text-align:right;width:85px}.sac_home .panel-wire .panel-thumbnail img{height:85px;margin-left:-68px;width:auto}.sac_home section:last-child .panel-wire .panel-section{border-width:0}dl.profile .organization-unit{display:block;padding-left:20px}.carousel-caption{background:#487a7b}#school-nav-collapse{background:#487a7b}.navbar#main-nav{background:#487a7b}.panel-contact-us .panel-heading,.panel-contacts .panel-heading,.panel-further-info .panel-heading,.panel-visit-us .panel-heading{background:#487a7b}.brand a.school-link{color:#487a7b}